/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/* whatssapp begin
---------------------------------------------------------------------------- */
.float-Whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
}

.my-float-Whatsapp{
	margin-top:13px;
}

/* whatssapp begin
---------------------------------------------------------------------------- */

.footer-big-contacts {
	color: #333;
	font-size: 22px;
	/* font-weight: bold; */
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px;
	margin: 0 0 30px 0;
}

.dark .footer-big-contacts { color: rgba(255,255,255,0.8); }


/* Border Form Design
---------------------------------------------------------------------------- */

#footer .border-form-control {
	text-align: center;
	height: 70px;
	padding: 8px 4px;
	font-size: 50px;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom: transparent;
	/* border-bottom-width: 1px; */
	font-family: 'Source Sans Pro', sans-serif;
}

#footer .border-form-control::-moz-placeholder { font-weight: 300; }
#footer .border-form-control:-ms-input-placeholder { font-weight: 300; }
#footer .border-form-control::-webkit-input-placeholder { font-weight: 300; }

#footer textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}

/* Border Form Design  one page
---------------------------------------------------------------------------- */

#productform .border-form-control {
	height: 48px;
	padding: 8px 4px;
	font-size: 21px;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
	font-family: 'Source Sans Pro', sans-serif;
}

#productform .border-form-control::-moz-placeholder { font-weight: 300; }
#productform .border-form-control:-ms-input-placeholder { font-weight: 300; }
#productform .border-form-control::-webkit-input-placeholder { font-weight: 300; }

#productform textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}


/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-border {
	border: 2px solid #2E388E;
	background-color: transparent;
	color: #2E388E;
	line-height: 36px;
	font-weight: 600;
	text-shadow: none;
}

.button.button-border:not(.button-fill):hover {
	background-color: #2E388E;
	color: #FFF;
	border-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


/* Newsletter Widget
-----------------------------------------------------------------*/

.subscribe-widget {
	font-weight: 300;
	font-size: 16px;
	line-height: 2;
}


/* Emphasis Title
-----------------------------------------------------------------*/

.emphasis-title { margin: 0 0 50px; }

.emphasis-title h1,
.emphasis-title h2 {
	font-size: 55px;
	letter-spacing: -2px;
}

.emphasis-title h1 strong,
.emphasis-title h2 strong { font-weight: 700; }




/* ----------------------------------------------------------------
	HTML5 Youtube Video Backgrounds
-----------------------------------------------------------------*/


.mb_YTVPlayer :focus { outline: 0; }

.mb_YTVPlayer {
	display:block;
	transform:translateZ(0);
	transform-style: preserve-3d;
	perspective: 1000;
	backface-visibility: hidden;
	transform:translate3d(0,0,0);
	animation-timing-function: linear;
}

.mb_YTVPlayer.fullscreen {
	display:block!important;
	position: fixed!important;
	width: 100%!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	margin: 0!important;
	border: none !important;
}

.mb_YTVPlayer.fullscreen .mbYTP_wrapper { opacity:1 !important; }


.mbYTP_wrapper iframe { max-width: 4000px !important; }

.inline_YTPlayer {
	margin-bottom: 20px;
	vertical-align:top;
	position:relative;
	left:0;
	overflow: hidden;
	border-radius: 4px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
	box-shadow: 0 0 5px rgba(0,0,0,.7);
	background: rgba(0,0,0,.5);
}

.inline_YTPlayer img {
	border: none!important;
	-moz-transform: none!important;
	-webkit-transform: none!important;
	-o-transform: none!important;
	transform: none!important;
	margin:0!important;
	padding:0!important
}

/*added by me (yo pe)*/

#video_section {
	overflow:hidden;
	height:560px;
	padding:0;
	background-image:url(../images/video_section.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
#video_section .container {height:100%;}
#video_section .middle_block {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.about_team_video,
.presentation_video {
	display:inline-block;
	vertical-align:top;
	width:400px;
	text-transform:uppercase;
	font-weight:900;
	line-height:50px;
	font-size:44px;
	color:#fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.about_team_video.active, .presentation_video.active {color:#e74c3c;}
.about_team_video span,
.presentation_video span {
	display:block;
	vertical-align:top;
	line-height:70px;
	font-size:70px;
}

.video_wrapper {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.video_button {
	position:relative;
	display:inline-block;
	width:115px;
	height:115px;
	margin:0 40px;
}
.video_button a {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:115px;
	height:115px;
	border-radius:50%;
	box-shadow:2px 3px 0 #000;
	background-color:#e74c3c;
}
.video_button a:before {
	content:'';
	position:absolute;
	z-index:-1;
	left:-18px;
	top:-18px;
	right:-18px;
	bottom:-18px;
	border-radius:50%;
	background-color:rgba(0,0,0,0.15);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.video_button a:hover:before {background-color:rgba(0,0,0,0.3);}
.video_button a:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border-radius:50%;
	border:3px solid #e74c3c;
	opacity:0;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.video_button a:hover:after {
	left:-18px;
	top:-18px;
	right:-18px;
	bottom:-18px;
	opacity:1;
}
.video_button a i:before {
	content: "\45";
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	display:block;
	vertical-align:top;
	width:115px;
	height:115px;
	font-family:'ElegantIcons';
	text-align:center;
	font-style:normal;
	line-height:115px;
	font-size:80px;
	color:#fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.video_button a.pause i:before {content: "\60";}

.video_button a.pause i:before {content: "\60";}

.about_team_video_item, .presentation_video_item {display:none;}
.about_team_video_item.active_video, .presentation_video_item.active_video {display:block;}



#copyrights h3 {
	display: block;
	font-size: 11px;
	font-weight: 400;
	/* text-transform: uppercase; */
	color: #888;
	letter-spacing: 2px;
	margin: 0;
}

#copyrights p {
	display: block;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0;
}

.opening-table {
	padding: 25px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #EEE;
}


/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/


@media (max-width: 1199px) {
	

	
}
	
	
@media (min-width: 992px) and (max-width: 1199px) {


}
	
	
@media (max-width: 991px) {



}
	
	
	@media (min-width: 768px) and (max-width: 991px) {
	

	
	}
	
	
	@media (max-width: 767px) {
	
	
	}
	
	@media (min-width: 480px) and (max-width: 767px) {

		.footer-big-contacts {
			font-size: 16px;
		}
	
		#footer .border-form-control {
			font-size: 35px;

		}
	
	}
	
	@media (max-width: 479px) {

		.footer-big-contacts {
			font-size: 16px;
		}
	
		#footer .border-form-control {
			font-size: 25px;

		}
	
	}
	
