

body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 16px;

    background-color: #fff ;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

::-webkit-input-placeholder {opacity: 1 !important;}
:-moz-placeholder {opacity: 1 !important;}
::-moz-placeholder {opacity: 1 !important;}
:-ms-input-placeholder {opacity: 1 !important;}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}



a {
	color:#000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#54aeb0;
}


.clear {
	clear:both;
	height:0;
	font-size:0;
}

#page {
	overflow-x:hidden;
}

section {padding: 55px 0;}

.container {
	padding-left: 30px;
	padding-right: 30px;
}

.title-break {
    border-top: 3px solid #63c5fc;
    width: 300px;
    margin: 40px auto 100px auto;
    display: block;

}

.title-break2 {
    border-top: 3px solid #63c5fc;
    width: 200px;
    margin-top: 10px;
    display: block;

}

.margbot0 {margin-bottom:0 !important;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px !important;}
.margbot20 {margin-bottom:20px !important;}
.margbot25 {margin-bottom:25px !important;}
.margbot30 {margin-bottom:30px !important;}
.margbot35 {margin-bottom:35px !important;}
.margbot40 {margin-bottom:40px !important;}
.margbot50 {margin-bottom:50px !important;}
.margbot55 {margin-bottom:55px !important;}
.margbot60 {margin-bottom:60px !important;}
.margbot65 {margin-bottom:65px !important;}
.margbot70 {margin-bottom:70px !important;}
.margbot75 {margin-bottom:75px !important;}
.margbot80 {margin-bottom:80px !important;}
.margbot95 {margin-bottom:95px !important;}
.margbot120 {margin-bottom:120px !important;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padbot85 {padding-bottom:85px !important;}
.padtop0 {padding-top:0 !important;}
.padright0 {padding-right:0 !important;}


.center {text-align:center;}
.right {text-align:right;}

.mt {
	margin-top: 30px;
}

.mb {
	margin-bottom: 30px;
}

.color_text {color:#54aeb0 !important;}



ul, ol {padding:0; margin:0;}
li {padding:0; margin:0; list-style:none;}

p {margin:0 0 20px;
	font-weight: 200;
	line-height:-1.2;
}


h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	line-height:1.2;
	color: #4F4F4F;
}

h1 {margin:0 0 24px; font-size:28px;}
h2 {margin:0 0 43px; font-size:23px;}
h3 {margin:0 0 21px; font-size:20px;}
h4 {margin:0 0 21px; font-size:17px;}
h5 {margin:0 0 15px; font-size:15px;}
h6 {margin:0 0 15px; font-size:12px;}









header {
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	padding:17px 0;
	background: #939393; /* Old browsers */
background: -moz-linear-gradient(top,  #939393 0%, #4b4b4b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #939393 0%,#4b4b4b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #939393 0%,#4b4b4b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#4b4b4b',GradientType=0 ); /* IE6-9 */
}
header.menu_fixed {
	padding:15px 0;
	background: #939393; /* Old browsers */
background: -moz-linear-gradient(top,  #939393 0%, #4b4b4b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #939393 0%,#4b4b4b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #939393 0%,#4b4b4b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#4b4b4b',GradientType=0 ); /* IE6-9 */
	color: #63c5fc;
}


.logo {float:left;}
.logo a {display:block;}




/* Menu */
.main_menu {
	float:right;
	padding:19px 0 0;
}
.main_menu li {
	display:inline-block;
	margin:0 0 0 15px;
	padding:0;
}
.main_menu li a {
	display:block;
	padding:1px 10px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:13px;
	color:#fff;
	border:3px solid transparent;
}
.main_menu li a:hover,
.main_menu li.active a {
	color:#63c5fc;
	border-bottom:#63c5fc;
}








#home {margin:0 0 55px;}
.flexslider.top_slider .slides li {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.flexslider.top_slider .slides li.slide1 {background-image:url(../images/slider/slide1.jpg);}
.flexslider.top_slider .slides li.slide2 {background-image:url(../images/slider/slide1.jpg);}
.flexslider.top_slider .flex-direction-nav a.flex-prev {
	left:50%;
	margin-left:-555px;
	background-color:rgba(255,255,255,0.5);
}
.flexslider.top_slider .flex-direction-nav a.flex-next {
	right:50%;
	margin-right:-555px;
	background-color:rgba(255,255,255,0.5);
}
.flexslider.top_slider .flex-direction-nav a:hover {
	background-color:#54aeb0;
}
.flexslider .flex-direction-nav a i {
	display: none;
	text-align:center;
	line-height:29px;
	font-size:20px;
	color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.flexslider .flex-direction-nav a:hover i {
	color:#fff;
}

.flexslider.top_slider .container {
	position:relative;
}
.top_slider_cap {
	position:absolute;
	z-index:2;
	top:60%;
	left:30px;
	right:30px;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.top_slider_cap h1 {
	margin:0 0 26px;
	text-transform:uppercase;
	font-weight:400;
	line-height:36px;
	font-size:36px;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.31);
}
.top_slider_cap p {
	width:50%;
	margin:0 auto 24px;
	line-height:23px;
	font-size:16px;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.31);
}
.top_slider_cap .slide_btn_active {
	display:inline-block;
	min-width:160px;
	padding:12px 10px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:13px; 
	color:#000;
	background-color:#54aeb0;
}
.top_slider_cap .slide_btn_active:hover {
	color:#000;
	border-color:#fff;
	background-color:#fff;
}
.slider_img1 {
	left:30px;
	bottom:0;
	right:30px;
	text-align:center;
}
.slider_img1 img {
	width:716px !important;
	margin-left:auto;
	margin-right:auto;
}



#services {padding-bottom:0;}
#services .services_img {
	margin-left:-42px;
	width:392px;
	max-width:none;
}
#services .service_item {
	position:relative;
	padding:15px 0 40px;
}
#services .service_item i.service_icon_pr {
	display:block;
	width:40px;
	height:40px;
	margin:0 auto 14px;
	line-height:40px;
	font-size:32px;
	color:#2d3134;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#services .service_item:hover i.service_icon_pr {
	color:#54aeb0;
}
#services .service_item i.service_icon_dub {
	position:absolute;
	z-index:-1;
	left:0;
	top:75px;
	width:100%;
	font-size:115px;
	color:#eee;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#services .service_item:hover i.service_icon_dub {
	
}
#services .service_item h4 {
	margin:0 0 16px;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:16px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#services .service_item:hover h4 {
	color:#54aeb0;
}





#work .work_img {
	position:relative;
	float:left;
	display:block;
	width:25%;
	background-color:#4b5053;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#work .work_img:hover {
	transform:scale(0.95);
	-webkit-transform:scale(0.95);
}
#work .work_img img {
	opacity:0.6;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#work .work_img:hover img {
	opacity:1;
	transform:scale(0.97);
	-webkit-transform:scale(0.97);
}





#content_type7 {padding-bottom:0;}
#content_type7 h1 {margin-bottom:40px;}
#content_type7 h5 {
	margin-bottom:20px;
	text-transform:none;
	font-weight:600;
	line-height:20px;
	font-size:15px;
}
#content_type7 .content_btn {
	display:inline-block;
	width:224px;
	padding:14px 20px 13px;
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
	line-height:20px;
	font-size:15px;
	color:#010101;
	border:3px solid #000;
}
#content_type7 .content_btn:hover {
	color:#fff;
	background-color:#000;
}
#content_type7 .content_foto {
	margin-left:-45px;
	width:490px;
	max-width:none;
}




#contacts {
	padding-top:60px;
	margin-bottom:29px;
}
#contacts h4 {
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:14px;
}



.widgets_clear {display:none;}



/* Widget Twitter */
.widget_twitter li {
	position:relative;
	padding:0 0 30px 30px;
}
.widget_twitter li:before {
	content: "\f099";
	position:absolute;
	left:0;
	top:0;
	width:24px;
	height:24px;
	font-family: FontAwesome;
	line-height:24px;
	font-size:18px;
	color:#fff;
}
.widget_twitter .tweet_text {
	display:block;
	padding:0 0 10px;
}
.widget_twitter .tweet_time {
	display:block;
}
.widget_twitter .tweet_time a {
	color:#54aeb0;
}
.widget_twitter .tweet_time a:hover {
	color:#fff;
}


/* Widget Contact Inf */
.widget_contact_inf li {
	padding-bottom:9px;
}
.widget_contact_inf li i {
	display:inline-block;
	margin-right:17px;
	font-size:18px;
}

.newsletter_form form {
	position:relative;
}



/*--------------------------------*/
/*	CONTACT 
/*--------------------------------*/

.clear{
	clear: both;
}
#ajax-contact-form{ margin-top:30px; }
#ajax-contact-form textarea { height:135px!important; }
#ajax-contact-form input, #ajax-contact-form  textarea {
	background: transparent;
	color: #f0f0f0!important;
	background:rgba(255,255,255,.2); 
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 0px none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-border-radius: 6px;
	-moz-box-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 8px 10px ;
	font-weight: 400;
	font-size:16px;
}
::-webkit-input-placeholder { color:#f0f0f0; opacity:1.0; }
:-moz-placeholder { color:#f0f0f0; opacity:1.0; }
::-moz-placeholder { color:#f0f0f0; opacity:1.0; }
:-ms-input-placeholder { color:#fff; opacity:1.0; }
focus::-webkit-input-placeholder{ color:transparent; opacity:1.0;}
#ajax-contact-form input:focus, #ajax-contact-form  textarea:focus { color:#f0f0f0; outline:none; }
input { outline:none; }

#ajax-contact-form input.btn{
	padding: 15px 25px;
	background-color: #2E3138!important;
	color: #f0f0f0;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform:uppercase;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	border-radius: 0px;
	margin-bottom: 15px;
	border: 0px none;
}
#ajax-contact-form input.btn:hover {
	background-color: #f0f0f0!important;
	cursor: pointer;
	color: #222!important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.notification_error {
	color: #fff;
	background-color: #333;
	height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #fff;
	opacity:0.5;
	font-weight: 400;
    height: auto;
    margin: 25px 0 9px 0;
    padding: 0px;
    text-align: left;
	font-size: 20px;
	line-height:28px
	width:100%;
	clear:both; 	
}
#contact h2 { color:#f0f0f0; line-height:40px;}
#contact a { color:#444; }
#contact a:hover { color:#f0f0f0; }
.inverse { color:#444; }


.social a {
	display:inline-block;
	width:24px;
	height:24px;
	margin:0 2px 0 0;
	text-align:center;
	line-height:24px;
	font-size:18px;
	color:#80878c;
}
.social a:hover {
	color:#54aeb0;
}



.latest_news_item {
	position:relative;
	display:block;
	margin-bottom:25px;
	padding:0 0 17px 62px;
	border-bottom:1px solid #434343;
}
.widget_latest_news a:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:0;
}
.latest_news_item img {
	position:absolute;
	left:0;
	top:4px;
	width:53px;
}
.latest_news_item p {
	margin:0 0 10px;
	text-transform:uppercase;
	line-height:20px;
	font-size:14px;
	color:#80878c;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.latest_news_item:hover p {
	color:#fff;
}
.latest_news_item span {
	display:block;
	color:#54aeb0;
}






.widget_stay_connected ul {
	margin-bottom:16px;
	padding-bottom:9px;
	border-bottom:1px solid #434343;
}
.widget_stay_connected ul li {
	position:relative;
	padding:0 0 9px 37px;
}
.widget_stay_connected li i {
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:16px;
}
.widget_stay_connected li span {
	color:#aaa !important;
}


.widget_category li {
	margin:0 0 9px;
	padding:0 0 8px;
	border-bottom:1px solid #434343;
}
.widget_category li:last-child {
	margin:0;
	padding:0;
	border:0;
}
.widget_category li a {color:#aaa;}
.widget_category li a:hover {color:#fff;}




.widget_links li {padding-bottom:9px;}
.widget_links li a {color:#aaa;}
.widget_links li a:hover {color:#fff;}



footer {
	overflow:hidden;
	padding:40px 0 0;
	color:#969696;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
footer a {color:#fff;}
footer a:hover {color:#54aeb0;}
footer h4 {
	margin-bottom:25px;
	text-transform:uppercase;
	font-weight:300;
	line-height:20px;
	font-size:16px;
	color:#f2f1e6;
}

#copyright {
	padding:23px 0;
	color:#fff;
	background-color: #000;
	border-top:1px solid #434343;
}
#copyright span {color:#54aeb0;}



@media (min-width: 992px) and (max-width: 1199px) {
	
	.flexslider.top_slider .flex-direction-nav a.flex-prev {margin-left:0; left:30px;}
	.flexslider.top_slider .flex-direction-nav a.flex-next {right:30px; margin-right:0;}
	
	
	.logo a {width:180px;}
	.main_menu {padding:0;}
	
	#content_type7 .content_foto {width:100%; margin:0;}
	
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.flexslider.top_slider .flex-direction-nav a.flex-prev {margin-left:0; left:30px;}
	.flexslider.top_slider .flex-direction-nav a.flex-next {right:30px; margin-right:0;}
	
	
	.logo a {width:180px;}
	.main_menu {padding:0;}
	.main_menu li {margin:0;}
	
	#services .services_img_wrap {text-align:center;}
	#services .services_img {margin:0 auto; width:300px;}
	
	#content_type7 .content_foto {width:100%; margin:0;}

	
	
	.widgets_clear {display:block;}
	

}


/* Responsible */


@media (max-width: 767px) {
	
	/* Los Menus */
	header {position:fixed; top:0; margin:0; padding:15px 0 !important;}
	.menu_toggler {display:block; margin-top:4px; width:20px; height:20px; line-height:20px; text-align:center; font-size:21px; color:#fff;}
	
	.main_menu {padding:0;}
	.main_menu ul {position:absolute; left:0; top:100%; width:100%; text-align:left; background-color:#2d3134;}
	.main_menu li {display:block; margin:0; padding:0 0 4px 30px;}
	.main_menu li:before, .main_menu li:after {display:none;}
	.main_menu li a {color:rgba(255,255,255,0.5); padding:0;}
	.main_menu li a:before {display:none;}
	.main_menu li a:hover, .main_menu li.active a {background:none; color:#fff;}
	
	

	.logo a {width:160px;}

	.flexslider.top_slider .flex-direction-nav a.flex-prev {margin-left:0; left:10px;}
	.flexslider.top_slider .flex-direction-nav a.flex-next {right:10px; margin-right:0;}
	.top_slider_cap h1 {font-size:22px; line-height:24px; margin-bottom:10px;}
	.top_slider_cap p {font-size:10px; line-height:15px; margin-bottom:10px;}
	.slider_img1 {left:100px; right:100px;}
	
	#services .services_img_wrap {text-align:center;}
	#services .services_img {margin:0 auto; width:300px;}
	
	#work .work_img {width:50%;}
	
	#content_type7 .content_foto {margin:0; width:100%;}

	
	
	
	
	
	.widgets_clear {display:block;}
	
}

@media (max-width: 479px) {
	
	.slider_img1 {left:30px; right:30px;}
	
	


	.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
	.col-ss-12 {width: 100%;}
	.col-ss-11 {width: 91.66666666666666%;}
	.col-ss-10 {width: 83.33333333333334%;}
	.col-ss-9 {width: 75%;}
	.col-ss-8 {width: 66.66666666666666%;}
	.col-ss-7 {width: 58.333333333333336%;}
	.col-ss-6 {width: 50%;}
	.col-ss-5 {width: 41.66666666666667%;}
	.col-ss-4 {width: 33.33333333333333%;}
	.col-ss-3 {width: 25%;}
	.col-ss-2 {width: 16.666666666666664%;}
	.col-ss-1 {width: 8.333333333333332%;}

}


#contact { color:#f0f0f0!important; background:#3c4148!important;}
#contact .lead, #contact h1 {color:#f0f0f0!important; }





































































