.topbar { background:#2f5ba2; font-size:12px; color:#fff; }
.topbar-link { padding:0px 0; }
.topbar a { display: inline-block; margin-right:5px; padding-right:5px; border-right: 1px solid #5b69d3; font-size:12px; color:#fff; }
.topbar a.active { color:#fff; }
.topbar a:hover { color:#ffe565; }
.topbar-lang { padding:5px 0 0 0; text-align:right; }
.topbar-lang p { margin:0; font-size:12px; font-weight:800; color:#fff; text-align:left; }

.img_round { border-radius: 50%; overflow:hidden; border:8px solid #eee }

.sub_gallery {
    margin-bottom:30px;
}

* {
  box-sizing: border-box;
}


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1000px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #eee;
  top: 20px;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.tl_container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.tl_container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid #e23827;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #ffecb9;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffecb9;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffecb9 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #ffecb9;
  position: relative;
  border-radius: 6px;
}
.content h2 {
    font-size: 25px;
    font-weight: 600;
    color: #e23827;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .tl_container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .tl_container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}


.btn-more {
 	margin-top: 20px;
	padding: 10px 20px;
	border: 1px solid #eee;
	background-color: transparent;
	border-radius: 20px;
	font-size: 14px;
	color: #00197d;
	text-align: center;
}
.btn-more:hover {
	border: 1px solid #e23827;
	background-color: #e23827;
	color: #fff;
}

.btn-more-white {
 	margin-top: 20px;
 	padding: 1px 20px;
 	border: 1px dotted #7e7e7e;
 	background-color: transparent;
 	font-size: 14px;
 	text-align: center;
 	color: #adadad;
}
.btn-more-white:hover {
	border: 1px solid #e23827;
	background-color: #e23827;
	color: #fff;
}



.modal-content {
    max-width:400px;
}

.modal-body img {
    max-height:500px;
}

.required {
    font-weight:700;
    color:red;
}


.carousel-inner .item {
    height:auto;
}


.slide-text h2 {
	background: #0000007a;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
}

.guide-contact {    
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.guide-contact .fa {
    padding: 10px;
    font-size: 20px;
    color: #00197d;
}


.tabs {
    margin: 20px 0;
}

.tab-links {
    list-style: none;
    line-height: 45px;
    padding: 0;
}

.tab-links li {
    display: inline-block;
    margin-right: 2px;
}

.tab-links a {
    text-decoration: none;
    padding: 10px 15px;
    background: #f1f1f1;
    border-radius: 5px;
}

.tab-links li.active a {
    background: #0f5ec5;
    color: #fff;
}

.tab-content {
	clear:both;
}

.tab-content .tab {
    
    padding: 15px;
}


/*>>>>>>>>>>>> HOME INTRO SECTION <<<<<<<<<<<<<*/

.home_intro_section {
    background: #eee;
}
.home_intro_content {
	
}
.home_intro_content p {
	line-height:21px;
}
.home_intro_link {
    margin-bottom: 10px;
    border-bottom: 1px dashed #d1d1d1;
}
.home_intro_link a {
    font-size: 18px;
}
.home_intro_link a:hover {
    color:#ffffff;
}

.profile_img {
	overflow: hidden;
	border-radius: 20px;
}
.affiliation_list {
	min-height: 370px;
}

/*>>>>>>>>>>>> HOME HISTORY SECTION <<<<<<<<<<<<<*/

.home_history_section {
	background:#4076cb;
	background-position: top;
	position: relative;
}
.history_line {
	border-bottom: 2px dashed #fff;
}
.vertical_line {
	width: 2px;  
    height: 100px;  
    border: 1px dashed #fff;  
    margin: 0 auto;  
    transform: rotate(180deg);
}
.home_history_round {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	padding: 31px 17px;
	border-radius: 50%;
	overflow: hidden;
	
	border: 2px dashed #fff;
}
.home_history_round:hover {
	background: #003893;
	border: 2px dashed #003893;
}

.home_history_round h1 {
    font-size: 1.6em;
    text-align: center;
    line-height: 15px;
    color: #fff;
}

.home_history_list p {
	padding:5px 15px;
    color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 200;
}

/*>>>>>>>>>>>> HOME ACHIEVEMENT SECTION <<<<<<<<<<<<<*/

.home_achievement_section {
	background:#4076cb;
}
.home_achievement_list {
	margin:10px;
	text-align: center;
}
.home_achievement_list:hover {
	
}
.home_achievement_text {
	color:#fff;
    padding: 15px;
}
.home_achievement_list h1 {
	margin-bottom: 30px;
	font-size: 2.5em;
	line-height: 15px;
	font-weight: 800;
	color:#104a96;
}
.home_achievement_list a {
	font-size: 15px;
	line-height: 15px;
	color:#fff;
}

/*>>>>>>>>>>>> HOME FACTS SECTION <<<<<<<<<<<<<*/

.home_facts_section {
	background:#efefef;
}
.home_facts_list {
	width: 180px;
	min-height: 130px;
	display: inline-block;
	padding: 20px;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}
.home_facts_list h1 {
	margin-bottom: 30px;
	font-size: 2.5em;
	line-height: 15px;
	letter-spacing: -2px;
	font-weight: 600;
	color:#104a96;
	display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
    justify-content: center;
}
.home_facts_list span {
	display: block;
    font-size:30px;
}
.home_facts_list p {
	font-size: 15px;
	line-height: 18px;
}

/*>>>>>>>>>>>> HOME PROGRAMS SECTION <<<<<<<<<<<<<*/
.program_float {
	width:33.33%;
	float: left;
}
.program_wrapper {
	width:33.33%;
	max-height: 360px;
	float: left;
	overflow: hidden;
}
.program_img {
    
}
.program_img img {
    height: auto;
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.program_wrapper:hover .program_img img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.program-hover {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.program_wrapper:hover .program-hover {
	opacity: 1;
	visibility: visible;
}
.program-title-wrapper {
	top: 2%;
	position: absolute;
	text-align: center;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-ms-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
}


.program_wrapper:hover .program-title-wrapper {
	opacity: 1;
	visibility: visible;
	top: 20%;
}
.program-title-wrapper .program-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.program-title-wrapper .program-title a {
    color: #ffffff;
}
.program-link {
	left: 50%;
	opacity: 0;
	position: absolute;
	bottom: 10%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.program_wrapper:hover .program-link {
	opacity: 1;
	visibility: visible;
	bottom: 30%;
}

.program-link a {
	border: 1px solid #ffffff;
	border-radius: 25px;
	color: #ffffff;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	margin-left: 15px;
	text-align: center;
	width: 52px;
}
.program-link a:hover {
	background: #e23827 none repeat scroll 0 0;
	border-color: #e23827;
}


.home_programs_section {
	margin-top: 80px;
}
.home_programs_left {
	min-height: 250px;
}
.home_programs_content {
	background:#4076cbe6;
	padding:30px;
	border-radius: 15px;
}
.home_programs_link {
    padding: 10px 0;
    border-bottom: 1px dashed #513006;
}
.home_programs_link a {
    color:#fff;
    font-size: 18px;
}
.home_programs_link a:hover {
    color:#ffb72a;
}

.home_info_section {

}
.home_info_wrapper {
	padding:0 0px;
}
.home_info_list {
	position: relative;
	overflow: hidden;
	max-height: 260px;
	background-color: #333;
}
.home_info_list_content {
	position: absolute;
	left:0px;
	bottom:0px;
	padding:40px;
	z-index:2;
}
.home_info_list_content h1 {
	margin-bottom:30px;
	font-size:35px;
	color:#ffffff;
	text-transform: uppercase;
}
.home_info_list img {
    transform: scale(1.2);
	width:100%;
	transition: all 0.6s ease 0s;
	transform-style: preserve-3d;
	z-index:1;
}
.home_info_list:hover img {
	transform: scale(1.1);
	opacity: 0.7;
	transition: all 0.6s ease 0s;
}


.enquiry_content {
	width:100%;
	background-color: #4c7fbd;
	position: relative;
}
.enquiry_caption {
    padding: 5%;
}
.enquiry_post { font-size:15px; }
.enquiry_caption { min-height:100px; }
.profile_inner_img { margin-top:8px; margin-bottom:20px; }
.profile_inner_text { padding:15px; }
.profile_inner_img h1 { font-size:35px; }
.profile_inner_img ul li { display:inline-block; margin-right:5px; }
.profile_inner_img i { width:32px; height:32px; font-size:19px; line-height:32px; text-align:center; border:1px solid #333; border-radius:50%; }
.profile_inner_img i:hover { border:1px solid #01e5dc; }
.profile_inner_img img { margin-bottom:20px; }
.enquiry_text { padding:5%; color: #fff; text-align:right; }
.enquiry_text h1 { font-size: 40px; }
.enquiry_text p { margin-bottom:10px; font-size: 18px; }
h4.enquiry_title {text-transform:uppercase;color:#131623;font-weight:800;margin-bottom:5px}
.enquiry_image {
	max-height: 400px;
    overflow:hidden;
	position:relative;
	align-items: center;
	justify-content: center;
}
.enquiry_image img {
    transform: scale(1.2);
	width:100%;
	transition: all 0.6s ease 0s;
	transform-style: preserve-3d;
}
.enquiry_image:hover img {
	transform: scale(1.2);
	opacity: 0.7;
	transition: all 0.6s ease 0s;
}


/*>>>>>>>>>>>> HOME CALENDER SECTION <<<<<<<<<<<<<*/

.home_calender {
	background:#333333;
	background-position: center;
	background-blend-mode: multiply;
	background-attachment: fixed;
	background-size: cover;
}
.home_calender_left {
	min-height: 250px;
	padding-top:50px;
}
.home_calender_left h1 {
	font-size: 5em;
	color:#497dcf;
}
.home_calender_left h2 {
	font-size: 3.5em;
	color:#fff;
}
.home_calender_content {
	background:#4076cbe6;
	padding:40px;
}
.home_calender_list {
	padding:0px 15px;
	display:block;
    border-bottom: 1px solid #497dcf;
    font-size: 18px;
    color:#fff;
}
.home_calender_list:hover {
	background-color:#01386d;
}
.home_calender_list h4 {
	width:35%;
    display: inline-block;
    margin-right:1%;
    
}
.home_calender_list p {
	width:64%;
    display: inline-block;
    line-height: 20px;
}


/*== Collapsible Panel style starts==*/

#accordion .panel-default {
	-webkit-box-shadow:none;
	box-shadow: none;
}

#accordion .panel-default .panel-body {
    padding: 15px;
}

.panel-default > .panel-heading {
    /*
	background-color: #f0f0f0;
    margin-bottom:3px;
	border-radius: 0;
	padding: 5px;*/

}

.panel-heading {
	padding: 0;
	border:0;
}

.panel-title>a, .panel-title>a:active {
	display:block;
	padding: 10px 15px;
	font-size:17px;
	color:#333;
	text-decoration:none;

}

.panel-heading a:before {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	transition: all 0.5s;
}

.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*== Collapsible Panel style ends==*/


/*NEWS CSS STARTS*/

.news_section {
	background: #ededed;
}
.news_section:after {
	position: absolute;
	content: url(../images/news_bg-shape.png);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.news_figure {
	padding: 0;
	margin: 0px;
	border: 10px solid transparent;
	border-radius:30px;
	overflow: hidden;
}

.news_img {
	width:100%;
	overflow: hidden;
}
.news_img img {
    height: auto;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.news_img:hover img {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.news_caption {
	padding: 20px;
	color:#333;
	text-align: center;
}
.date {
	margin-bottom: 15px;
	font-weight: 300;
	font-size:15px;
}
.news_caption a {
	display:block;
	font-size: 18px;
	font-weight: 700;
	color:#333;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.news_caption a:hover {
	color:#0353d2;
}


    
    

    /* Style toggle button */
    .toggle {
      display: block;
        margin: 2em auto;
    }

.guide_item {
	padding-top: 30px;
	min-height: 260px;
	margin-bottom:30px;
	border: 1px solid #eee;
}
.guide_item h3 {
	font-size: 20px;
}
.guide_item p {
	line-height: 22px;
}
.guide_item .fa {
	padding:10px;
	font-size: 20px;
	color: #00197d;
}
.guide_item .fa:hover {
	color: #e23827;
}


/*ASSOCIATED CSS STARTS*/

.associated_section {
	
}

.associated_figure {
	padding: 0;
	margin: 0px;
}

.associated_img {
	align-items: center;
}
.associated_img img {
    max-width: 150px;
    max-height: 80px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.associated_img:hover img {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*HISTORY CSS STARTS*/

.history_section {
	width:100%;
	background-color: #091327;
	background-attachment:fixed;
	background-size:cover;
	background-blend-mode: overlay;
	position: relative;
}
.history_item {
	border-radius: 30px;
    overflow: hidden;
}
.history_img {
    
}
.history_img img {
    width: 100%;
}
.history_content {
	background-color: #fff;
	padding: 15px 15px 30px 15px;
	text-align: center;
}
.history_content h5 {
    height:50px;
    overflow:hidden;
	padding: 0px;
	margin: 0 0 20px 0;
}
.history_year {
	color: #fff;
	text-align: center;
}
.history_year h1 {
	font-size: 25px;
}
.vl {
	border-left: 6px solid white;
	height: 40px;
  	position: absolute;
  	left: 50%;
  	bottom: -30px;
}
hr.history {
	width: 100%;
	position: absolute;
  	left: 0%;
  	margin-left: -3px;
  	bottom: 20%;
  	border-color: #fff;
}





/*DONATION CSS STARTS*/

.find_an_instructor {
	background-color: #4076cb;
	position: relative;
}

.find_an_instructor h1 {
    margin-bottom: 30px;
}







/*============= FOOTER SECTION STARTS============= */


 footer {
	padding: 30px 0 0;
	background-color: #4076cb;
	background-attachment:fixed;
	background-size:cover;
	background-position: top;
	background-blend-mode: soft-light;
	position: relative;
}

h3.footer_title {
	padding-bottom: 20px;
	color:#fff;
	font-weight: 800;
	font-size: 18px;
}
h3.footer_logo {
	border-bottom:0;
}
.social-content .fa {
    font-size:32px;
    color:#fff;
}
.footer_contents ul li, .footer_contents ul li span, .footer_contents ul li a {
	line-height: 17px;
	margin: 5px 0;
	padding:1px 0;
	font-size: 17px;
	color: #ffffff;
	display: block;
	word-wrap: break-word;
}
.footer_contents ul li i {
	margin-right:10px;
}
.footer_contents ul li a {
	color: #fff;
}
.footer_contents ul li a:hover {
	color: #ffffff;
}
.footer-social-icons i {
	color:#fff;
	font-size: 20px;
	margin-right:30px;
}
.footer_address {
	font-size:16px;
	line-height: 20px;
}
.footer_address ul li {
    list-style:none;
	padding:5px 0;
	border-bottom: 1px dashed #59626d;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
.footer_address address {
	display: table;
	width: 100%;
}
.footer_address .icon {
	display: table-cell;
	vertical-align: top;
	width: 5%;
}
.footer_address .icon i {
	color:#fff;
	font-size: 25px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}
.footer_address .icon span {
}
.footer_address .details {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	width: 95%;
}
.footer_address .details span {
    color: #fff;
	display: block;
}
.footer_address .details a {
	color: #fff;
	font-size: 16px;
}
.footer_address .details .gmap_link {
	color:#fff;
	text-decoration:underline;
	padding:10px 0;
}
.footer_address .details .gmap_link:hover {
	text-decoration:none;
}

.footer_menu {

}
.footer_menu a {
	display: block;
	padding: 5px 0px;
	border-bottom: 1px dashed #ffffff1a;
}
.footer_menu a:hover {
	color:#e23827;
}
/*====TEAM CSS STARTS======*/


.team_img {
	max-width: 360px;
	max-height: 320px;
	overflow: hidden;
	margin: 0 auto;
}
.team_img img {
	width:100%;
}
.team_caption {
	text-align: center;
	color:#000;
	width: 100%;
	line-height: 26px;
}
.tesi_wrapper {
	position:relative;
}
.inner_testimonial .testi_img {
/*	 transform: translate(-50%,-50%);
	 top: auto;*/
 }
.inner_testimonial .col {
	margin-bottom:100px;
}
/*====NEWS CSS STARTS======*/
  
  
  .news_detail_figure {
}
/*INNER GALLERY CSS STARTS*/

.innerpage_gallery {
	max-width: 360px;
}
.innerpage_gallery figcaption {
    padding:10px 0;
	text-align: center;
	color:#000;
}
.innerpage_gallery h4 {
	color:#222222;
	font-weight: 600;
	margin-bottom: 0;
}
.innerpage_gallery span {
	color:#777;
	font-size: 16px;
}
/*----CONTACT CSS STARTS-----*/

 
 
.contact_title h1 {
	color:#fff;
	text-transform:uppercase
}
.contact_title h1 a {
	color:#fff;
}
.contact_title h1 a:hover {
	text-decoration:underline !important;
}
.contact_title h1 span {
	color:#ff9501;
}
.contact_title h3 {
	color:#fff;
}



.contact_content address {
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.contact_content .icon {
	display: table-cell;
	vertical-align: middle;
	width: 5%;
}
.contact_content .icon i {
	color: #727272;
	text-align: center;
	font-size: 20px;
	width: 32px;
	height: 32px;
	line-height:32px;
}
.contact_content .details {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	color: #c5c2c2;
	width: 95%;
}
.contact_content .details span, .contact_content .details a {
	color: #757580;
}
.contact_content .details a:hover {
	text-decoration:underline !important;
}
.contact_content .contact_form .btn_submit {
	width:auto;
	background-color: #05a24c;
	text-transform: uppercase;
	color: #fff;
	border:none;
	font-size: 15px;
}
.map_banner {
	background: none;
	max-height: none;
	height: auto;
}
.map_banner .map {
	width:100%;
	z-index:1;
	height: 390px;
	max-height: 50vh;
	overflow: hidden;
}


.contact_info{
	padding:10px;
}




/*==========POP-UP VIDEO CSS STARTS=========*/

*/
/*.html5-video-player a{
	display: none !important;
}
.ytp-watch-later-icon{
	display: none !important;
}
.ytp-show-watch-later-title .ytp-watch-later-title{
	display: none !important;
}*/

.video {
    width: 100%;
    pointer-events: none;
}



body.popup {
	overflow:hidden;
}
.video_col {
	margin-bottom:30px;
}
.my_video {
	background-color:#000a05;
}
.vid_background {
	background:url(../images/video_banner.png) no-repeat;
	background-size: cover;
	position:relative;
	min-height: 500px;
}
.videobg2 {
	background:url(../images/gallery4.png) no-repeat;
	background-size: cover;
}
button#playme {
	background-color:transparent;
	border: none;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
button#playme i {
	font-size:100px;
	color:#ff0000;
}
button#playme:hover {
	opacity:0.7;
}
.video_lightbox {
	background-color: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.lightbox-container {
	position: relative;
	max-width: 960px;
	margin: 7% auto;
	display: block;
	height: auto;
	z-index: 10;
}
.lightbox-content {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.lightbox-close {
	text-transform: uppercase;
	background-color: transparent;
	position: absolute;
	font-weight: 300;
	font-size: 15px;
	display: block;
	border: none;
	color: #fff;
	top: -27px;
	right: 10px;
	font-weight: 700;
	opacity: 0.8;
}
.video-container {
	padding-bottom: 56.25%;
	position: relative;
	/*    padding-top: 30px; */

    overflow: hidden;
	height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

/*======POP-UP VIDEO CSS ENDS=======*/
