@charset "utf-8";



html, 

body {

	height: 100%;

	color: #818181;

	font-family: 'Raleway',sans-serif;

}

a {

	background: transparent;

	outline: none; 

	text-decoration: none;

	color: #004960;	

	

	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);

	transition: .4s cubic-bezier(0.25,.46,.45,.94);

	-webkit-transition-property: background-color,color;

	transition-property: background-color,color;

}

a:active,

a:hover,

a:focus {

	outline: 0; 

	background: transparent;

	color: #121212;

	text-decoration: none;

	

}

a:focus, a:active, 

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

select::-moz-focus-inner,

input[type="file"] > input[type="button"]::-moz-focus-inner {

    border: 0;

    outline : 0;

}





.qbutton{

	position: relative;

	display: inline-block;

	width: auto;

	height: 39px;

	line-height: 39px;

	margin: 0;

	padding: 0 23px;

	border: 2px solid #303030;

	font-size: 13px;

	font-weight: 700;

	font-family: inherit;

	text-align: left;

	text-decoration: none;

	cursor: pointer;

	white-space: nowrap;

	outline: 0;

	font-style: normal;

	text-transform: uppercase;

	letter-spacing: 1px;

	-o-border-radius: 4px;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	-ms-border-radius: 4px;

	border-radius: 4px;

	text-shadow: none;

	color: #000000;

	background-color: transparent;

	-webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	-moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	-ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	-o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	-webkit-box-sizing: initial!important;

	-moz-box-sizing: initial!important;

	box-sizing: initial!important;

	}



.qbutton:hover{

		background-color: #004960;

		color: #ffffff;

		border-color: #004960;



	}



h5{

	font-size: 15px;

	line-height: 1.571428571428571em;

	text-transform: uppercase;

	letter-spacing: 1px;

	font-weight: 600;

}



h1, h2,h3,h4,h5,h6{

	font-family: 'Raleway',sans-serif;

	color:#303030;

}



.page-header h1, .page-header h2{

	font-size: 24px;

	line-height: 1.384615384615385em;

	text-transform: uppercase;

	letter-spacing: 1px;

	font-weight: 600;

	color: #000000;

}



.item-image{

	margin-right: 25px;

	float: left;

}



#section1, #section2{

	overflow: hidden;

}



.footer-item{

	margin-bottom: 20px;

}


.footer_menu{
	margin-bottom: 30px;
  overflow: hidden;
}


/* ==== 1) Preloader ==== */



#preloader {

	position:fixed;

	display: table;

	width: 100%;

	height: 100%;

	min-height: 100%;

	overflow-x: hidden;

	overflow-y: hidden;

	vertical-align: middle;

	background: #fff;

	z-index:9999;

}

.preloader-container {

	position: relative;

	display: table-cell;

	vertical-align: middle;

	z-index: 3;

	text-align:center;

}

.back-logo {

    z-index:-1;

	color: #F4F4F4;

	position: absolute;

 	top:40%;

	left:45%;

	font-size: 50px;

}



/*slider css*/



#home {

	background-position: center 0%;

	background-size: cover;

	background-repeat: no-repeat;

	background-attachment: fixed;



	/*display: table;*/

	width: 100%;

	height: 100%;

	min-height: 100%;

	overflow-x: hidden;

	overflow-y: hidden;

	vertical-align: middle;

	z-index: 1;

}

.parallax-overlay {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background-image: url("../img/pattern.png");

	background-repeat: repeat;

	background-color: rgba(44,62,80,0.2);

	z-index: 999;

	

}

.home-container {

	position: relative;

	display: table-cell;

	vertical-align: middle;

	z-index: 3;

}

.home-title {

	position: relative;

	color: #FFFFFF;

	z-index: 3;

	margin-left: auto;

	margin-right: auto;

}

.panel {

	background-color: transparent;

	border: none;

	-webkit-box-shadow: none;

	box-shadow: none;

}

.home-btn {

	margin-top: 45px;

}

.btn-home {

	font-size: 16px;

	font-weight: 400;

	font-family: 'Montserrat', sans-serif;

}

.btn-home a {

	display: inline-block;

	padding: 20px;

	padding: 5px 10px;

	color: #fff;

	text-decoration: none;

	

	padding-left: 20px;

	padding-right: 20px;

	padding-top: 10px;

	padding-bottom: 10px;

	

	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);

	transition: .4s cubic-bezier(0.25,.46,.45,.94);

	-webkit-transition-property: background-color,color;

	transition-property: background-color,color;

}

.btn-home a:hover,

.btn-home a:focus {

    display: inline-block;

	background: #121212;

	padding: 20px;

	padding: 5px 10px;

	color: #fff;

	text-decoration: none;

	outline: none;

	

	padding-left: 20px;

	padding-right: 20px;

	padding-top: 10px;

	padding-bottom: 10px;

	

}

.home-bottom {

	position: absolute;

	z-index: 3;

	width: 100%;

	left: 0;

	bottom: 0;

	text-align: center;

	opacity: 0.9;

	

}

.move {

	width: 40px;

	margin-left: auto;

	margin-right: auto;

	

	-webkit-animation: anim2 ease-in-out 3s infinite alternate;

	-moz-animation: anim2 ease-in-out 3s infinite alternate;

}

@-webkit-keyframes anim2

{

   from {left: 0px;   -webkit-transform: scale(1.0) rotate(0deg)   }

   50%  {left: 250px; -webkit-transform: scale(0.8) rotate(10deg)  }

   to   {left: 500px; -webkit-transform: scale(1.2) rotate(-20deg) }

}

@-moz-keyframes anim2

{

   from {left: 0px;   -moz-transform: scale(1.0) rotate(0deg)   }

   50%  {left: 250px; -moz-transform: scale(0.8) rotate(10deg)  }

   to   {left: 500px; -moz-transform: scale(1.2) rotate(-20deg) }

}

.home-bottom a {

	border-radius: 50%;

	border: 2px solid #FFFFFF;

	padding-top: 7px;

	padding-bottom: 7px;

	padding-left: 7px;

	padding-right: 7px;

	color: #FFFFFF;	

	

	-webkit-transition: 0.2s background linear;

	-moz-transition: 0.2s background linear;

	transition: 0.2s background linear;

}

.home-bottom a:hover {

	background-color: #fff;

	color: #121212;	

	text-decoration: none;

}

.dots {

	z-index: 99;

	background-image: url("../img/dot.png");

	background-repeat: repeat-y;

	margin: auto;

	width: 6px;

	height: 34px;

}





.panel-wrapper h2{

	color: #ffffff;

	font-size: 56px;

	line-height: 60px;

}



.panel-wrapper p {

	color: #fff;

	text-align: center;

	font-size: 21px;

	line-height: 1.363157894736842em;

	font-weight: 400;

	margin: 10px 0 15px 0;

	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);

}

/*end slider css*/



#logo{
	margin: 0px 0 5px 0;
	width: 260px;
	/*line-height: 100px;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.header-main.shrink #logo {
  /*line-height: 60px;*/
  margin: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#logo img{
	height: auto;
  	max-width: 100%;
}

#logo img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

/*.header-main.shrink #logo img {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}*/

.header-top{ height: 35px;
  	border-bottom: 1px solid #f2f2f2; position:relative; z-index:1150; }
.header-main{width:100%; position:relative; z-index:1100; background:#FFF; -webkit-box-shadow: 0px 3px 0px 0px rgba(214, 224, 230, 0.6); -moz-box-shadow: 0px 3px 0px 0px rgba(214, 224, 230, 0.6); box-shadow:  0px 3px 0px 0px rgba(214, 224, 230, 0.6); -webkit-transform: translateZ(0);}



.header-main.shrink .navbar-right{
	margin-top:5px;
}


.navbar-brand {

	float: left;

	height: 70px;

	padding: 15px 0 15px 15px;

	font-size: 30px;

	line-height: 20px;

}

.navbar-default .navbar-brand h3{

	letter-spacing: -2px;

	color: #121212;

	font-size: 30px;

	margin-bottom:0px;

	margin-top:10px;

	line-height: 20px;

}

.navbar {

	/*min-height: 70px;*/

	border: none;
	margin-bottom: 0!important;

}

.navbar-default {

	border-color: none;

	border-bottom: none;

	top: 0;

	left: 0;

	width: 100%;

	padding: 0;

	z-index: 4;

	background-color: transparent;

    opacity: .95;

    clear: both;
	

}

.navbar-right {

	font-family: 'Raleway',sans-serif;

	font-size: 13px;.

	font-weight: 400;

	height: 100%;

	margin-top:5px;

}

.navbar-collapse {

	margin-top:6px;

	padding-right: 15px;

	padding-left: 35px;

	/*background: #000;*/

}

.navbar-toggle {

  position: relative;

  float: right;

  padding: 9px 10px;

  margin-top: 18px;

  margin-right: 15px;

  margin-bottom: 8px;

  background-color: #000;

  background-image: none;

  border: none;

  border-radius: none;

}

.navbar-toggle:focus {

  outline: none;

}

.navbar-default .navbar-toggle:hover,

.navbar-default .navbar-toggle:focus {

  background-color: #fff;

}

.navbar-toggle .icon-bar {

  display: block;

  width: 24px;

  height: 4px;

  border-radius: 2px;

}

.navbar-default .navbar-toggle .icon-bar {

	background-color: #121212;

}

.nav > li > a {

	position: relative;

	display: block;

	padding: 10px 30px 20px 30px;



}

.nav > li > span {

	position: relative;

	display: block;

	padding: 10px 15px;

	cursor: pointer;

}

.navbar-default .navbar-nav > li > a {

	color: #004960;

	text-transform: uppercase;

	font-weight: 600;

	font-size: 13px;

	/*letter-spacing: 1px;*/



}






.dropdown-menu {

	font-size: 13px;



	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);

	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);

	box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);

	

}

.dropdown-menu > li > a:hover,

.dropdown-menu > li > a:focus {

  text-decoration: none;

  background-color: #f5f5f5;

}

.menu-padding { padding-top:70px; }



.content2 { margin-top:0px; background: #f6f6f6; }


.content{overflow: hidden;}




/* ==== Site Wrapper ==== */

.site-wrapper {

	clear: both;

}

.site-wrapper-video {

	background:#fff;

	z-index:1;

}

/*

/* ==== 22) Home-Pattern ==== */

#home-pattern {

	background-color: #444;

	background-position: center 0%;

	background-size: auto;

	background-repeat: repeat;

	background-attachment: fixed;

	

	display: table;

	width: 100%;

	height: 100%;

	min-height: 100%;

	overflow-x: hidden;

	overflow-y: hidden;

	vertical-align: middle;

	z-index: 999;	

}



#home-slideshow {

	

	/*display: table;*/

	width: 100%;

	height: 100%;


	min-height: 100%;

	overflow-x: hidden;

	overflow-y: hidden;

	vertical-align: middle;

	z-index: 1;	

}

.home-fullscreen-slider{

background: none 50% / cover;
}




.big_title{

	font-size: 24px;

	line-height: 1.384615384615385em;

	text-transform: uppercase;

	letter-spacing: 1px;

	font-weight: 600;

	text-align: center;

	padding: 45px 0;

	background: #F6F6F6;

	color: #000000;

	margin: 0;

}



.big_title2{

	font-size: 24px;

	line-height: 1.384615384615385em;

	text-transform: uppercase;

	letter-spacing: 1px;

	font-weight: 600;

	text-align: center;

	padding: 15px 0 10px 0;

	color: #014960;

	margin: 0;

}



.big_title3{

	font-size: 24px;

	line-height: 1.384615384615385em;

	text-transform: uppercase;

	letter-spacing: 1px;

	font-weight: 600;

	text-align: center;

	padding: 15px 0 10px 0;

	color: #ffffff;

	margin: 0;

}



#quote1, #quote2{

	text-align: center;

	padding: 45px 0;

	background: #F6F6F6;

	margin: 0;

}



#quote2 p{

	margin: 0;

	letter-spacing: 1px;

	text-align: left;

	line-height: 50px;



}





.ascension_logo_carousel{

	padding: 0px 0 30px 0;

}




footer{

	background: #262626;

	color: #818181;

	word-wrap: break-word;

	padding: 40px 0;

}



footer h3{

	color: #fff;

	margin: 0 0 22px;

	font-size: 15px;

	line-height: 1.571428571428571em;

	text-transform: uppercase;

	letter-spacing: 1px;

	font-weight: 600;

}





footer ul li{

	float: none!important;

	/*color: #818181;*/

}



footer ul li a{

	color: #818181;

}



footer ul li a:hover{

	color: #ffffff;

	background: transparent!important;

}



.latestnews{

	margin: 0;

	list-style: none;

	padding: 0;

}



.latestnews li{

	margin-bottom: 15px;

}



.post-date{

	color: #9d9d9d;

	font-size: 12px;

}







#back-to-top {

    position: fixed;

    z-index: 1000;

    bottom: 25px;

    right: 40px;

    display: none;

    cursor: pointer;

    color: #cdcdcd;

}



#back-to-top span {

	width: 52px;

	height: 52px;

	line-height: 52px;

	text-decoration: none;

	-o-border-radius: 52px;

	-moz-border-radius: 52px;

	-webkit-border-radius: 52px;

	border-radius: 52px;

	-webkit-transition: all .2s ease 0s;

	-moz-transition: all .2s ease 0s;

	-o-transition: all .2s ease 0s;

	border: 2px solid #e8e8e8;

	background: transparent;

	text-align: center;

}



#back-to-top:hover span {

background-color: #e8e8e8;

}





#back-to-top span i {

font-size: 22px;

-webkit-transition: color .2s ease 0s;

-moz-transition: color .2s ease 0s;

-o-transition: color .2s ease 0s;

color: #b0b0b0;

line-height: 52px;

}



.footer_bottom_holder {

display: block;

background-color: #ffffff;

}



.footer_bottom {

font-size: 14px;

line-height: 60px;

height: 60px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.copyright, .design{float: left;}

.design{margin-left: 20px;}


.footer_bottom .head_info a{
	padding:0;
	margin-right: 20px;
}

.footer_bottom .social-top li a{
	padding:0 12px;
}

.designedby {
  height: 60px;
  line-height: 60px;
  width: 50px;
  float: right;
  margin-left: 10px;
  background: url("../images/dmedia.jpg") right no-repeat;
}

.moduletable h3{

	font-size: 24px;

	line-height: 1.304347826086957em;

	text-transform: uppercase;

	letter-spacing: 1px;

	font-weight: 600;

}

.border_double{
	border-bottom: 4px double #004960;
	width: 50px;
	margin: 0 auto;
	margin-bottom: 10px;
}


.border_double3{
	border-bottom: 4px double #ffffff;
	width: 50px;
	margin: 0 auto;
	margin-bottom: 50px;
}


/*contact form*/

.formDescription, .formControlLabel{display: none;}

.formControls{margin-left: 0!important;}

.rsform{
	width: 70%;
	margin-left: auto;
  	margin-right: auto;
}

.rsform-block-name .formControls input, .rsform-block-last-name .formControls input, .rsform-block-company .formControls input, .rsform-block-phone .formControls input, .rsform-block-website .formControls input, .rsform-block-email .formControls input, .rsform-block-message .formControls textarea{

	width: 100%;

	height: auto;

	margin: 0 0 20px 0;

	padding: 15px 12px;

	border: 1px solid #fff;
  	border-radius: 0px;

	outline: 0;

	resize: none;

	font-size: 13px;

	line-height: 17px;

	background-color: transparent;

	color: #818181;

	font-family: 'Raleway';

	font-weight: 400;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}



.rsform-block-name{

	float: left;

	width: 48%;

}

.rsform-block-email{

	float: right;

	width: 48%;

}

.rsform-block-info-text p {
	text-align: center;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}



.rsform-block-message{}



.rsform-block-submit{text-align: right;position: relative;
  top: -65px;}



.formResponsive .formHorizontal .rsform-block {

margin-bottom: 0px;

}


.rsform-block-submit .formControls{
	width: 80px;
  	margin: 0 auto!important;
}




.formResponsive input[type="submit"]{

	position: relative;

	display: inline-block;

	width: 50px;
  	height: 50px;

	line-height: 39px;

	margin: 0;

	padding: 10px;

	border: 4px double #ffffff;

	font-size: 13px;

	font-weight: 700;

	font-family: inherit;

	text-align: left;

	text-decoration: none;

	cursor: pointer;

	white-space: nowrap;

	outline: 0;

	font-style: normal;

	text-transform: uppercase;

	letter-spacing: 1px;

	-o-border-radius: 4px;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	-ms-border-radius: 4px;

	border-radius: 4px;

	text-shadow: none;

	color: #ffffff;

	background-color: transparent;

	-webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	-moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	-ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	-o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	-webkit-box-sizing: initial!important;

	-moz-box-sizing: initial!important;

	box-sizing: initial!important;



	background-image: none;

	border-radius: 50%;
	background: url("../images/submit_back.jpg");

	}



.formResponsive input[type="submit"]:hover{

		background-color: #ffffff;
		  color: #000000;
		  border-color: #ffffff;



	}



/*end contact form*/



/*contact form frontpage*/

.contacto .formDescription, .formControlLabel{display: none;}

.contacto .formControls{margin-left: 0!important;}

.contacto .rsform-block-name .formControls input, .contacto .rsform-block-last-name .formControls input, .contacto .rsform-block-company .formControls input, .contacto .rsform-block-phone .formControls input, .contacto .rsform-block-website .formControls input, .contacto .rsform-block-email .formControls input, .contacto .rsform-block-message .formControls textarea{

	width: 100%;

	height: auto;

	margin: 0 0 20px 0;

	padding: 15px 12px;

	border: 0;

	outline: 0;

	resize: none;

	font-size: 13px;

	line-height: 17px;

	background-color: rgba(255,255,255,0.1);
  	color: #ffffff;
  	border: 1px solid #fff;

	font-family: 'Raleway';

	font-weight: bold;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}



.contacto .rsform-block-name{

	float: left;

	width: 48%;

}

.contacto .rsform-block-last-name{

	float: right;

	width: 48%;

}

.contacto .rsform-block-company{

	float: left;

	width: 48%;

}


.contacto .rsform-block-email{

	float: right;

	width: 48%;

}


.contacto .rsform-block-phone{

	float: left;

	width: 48%;

}

.contacto .rsform-block-website{

	float: right;

	width: 48%;

}



.contacto .rsform-block-message{}



.contacto .rsform-block-submit{text-align: right;}



.contacto .formResponsive .formHorizontal .rsform-block {

margin-bottom: 0px;

}


.contacto .moduletable h3{
	font-size:30px;
	color: #ffffff;
	margin-bottom:30px;
}


.contacto p{
	  color: #ffffff;
  font-size: 18px;
}





.contacto .formResponsive input[type="submit"]{

	position: relative;

	display: inline-block;

	width: auto;

	height: 39px;

	line-height: 39px;

	margin: 0;

	padding: 0 23px;

	border: 2px solid #004960;

	font-size: 13px;

	font-weight: 700;

	font-family: inherit;

	text-align: left;

	text-decoration: none;

	cursor: pointer;

	white-space: nowrap;

	outline: 0;

	font-style: normal;

	text-transform: uppercase;

	letter-spacing: 1px;

	-o-border-radius: 4px;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	-ms-border-radius: 4px;

	border-radius: 4px;

	text-shadow: none;

	color: #ffffff;

	background-color: #004960;

	-webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	-moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	-ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	-o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	transition: color .1s linear,background-color .1s linear,border-color .1s linear;

	-webkit-box-sizing: initial!important;

	-moz-box-sizing: initial!important;

	box-sizing: initial!important;



	background-image: none;

	}



.contacto .formResponsive input[type="submit"]:hover{

		background-color: #ffffff;

		color: #000000;

		border-color: #ffffff;



	}



/*end contact form frontpage*/

/*social icons*/



.q_social_icon_holder i.simple_social {

color: #bcbcbc;

-webkit-transition: all .3s ease-in-out;

-moz-transition: all .3s ease-in-out;

-ms-transition: all .3s ease-in-out;

-o-transition: all .3s ease-in-out;

transition: all .3s ease-in-out;

}



/*end social icons*/



.ascension_page_header{

	font-size: 24px;

	line-height: 1.384615384615385em;

	text-transform: uppercase;

	letter-spacing: 1px;

	font-weight: 600;

	margin-bottom: 30px;

	text-align: center;

}





.inner_pages{

	padding: 20px 0;

}



/*Page classes*/





.contacto .header-top{

	position: relative;

}



.contacto .top_menu .navbar-nav > li > a{

	color: #000000;

}



/*End page classes*/







/* ==== 7) Team ==== */

#team {

	padding-bottom: 60px;

	padding-top: 60px;

}

.section-title-team {

	text-align: center;

	margin-bottom: 50px;

}

.team-info {

	text-align: left;

	padding-top: 5px;

	padding-right: 15px;

}

.grid {

	padding: 0px 0px 0px 0px;

	max-width: 100%;

	list-style: none;

	text-align: center;

}

.grid li {

 	display: inline-block;

	width: 100%;

	position: relative;

}

.grid figure {

	margin: auto;

	position: relative;

}

.grid figure img {

	max-width: 100%;

	display: block;

	position: relative;

}

.grid figcaption {

	position: absolute;

	top: 0;

	left: 0;

	background: #121212;

 	display: table-cell;

    vertical-align: middle;	

}

.cbp-l-grid-projects .grid figcaption {

	padding-top: 35.5%;

}

.team-member .grid figcaption {

	padding-top: 37.5%;

}

.grid figcaption a {

	margin-left: 5px;

	margin-right: 5px; 

	color:#fff;

}

/*==================== head social =============*/

.social-top {
  list-style: none;
  padding-left: 0;
  float: left;
}

.social-top li:first-child {
  /*border-left: 1px solid #ececec;*/
}

.social-top li {
  /*border-right: 1px solid #ececec;*/
  display: inline-block;
}

.social-top li a {
  color: inherit;
  padding: 8px 12px;
  display: block;
  font-size: 14px;
}
.social-top li a:hover {
	color:#004960;
}

.social-top .fa {
  margin-right: 0 !important;
}

.social-top2 {
  list-style: none;
  padding-left: 0;
  float: left;
}
.social-top2 li {
  /*border-right: 1px solid #ececec;*/
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

.social-top2 .soporte{
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
	background: #21ADE7;
}

.social-top2 .soporte a span{
	color: #ffffff;
	font-weight: bold;
}

.social-top2 li img{
	  margin: 0 10px;
}

.social-top2 li span{
	 /*font-weight: bold;*/
	 color: #000000;
	 color: #000000;
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.head_info a{
	color: inherit;
	padding: 8px 12px 8px 30px;
	display: block;
	font-size: 14px;
}

.head_info a:hover{
	color: #004960;
}


/*planes module*/
.asc_cloud1{
	margin:50px 0;
}
.price{
	font-size: 46px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.description_text li{
	font-size: 14px;
}

.desc_price{
	left:10px;
	right: 10px;
	border-radius: 0px;
  -webkit-border-radius: 0px;
}

.offer_top{
	border-radius: 0px;
  -webkit-border-radius: 0px;
}
.offer_bottom{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top:10px;
}
/*end planes module*/

#project-gallery .owl-controls{
	position: absolute;
  top: -50px;
  width: 100%;
}


.art_cont{
	overflow: hidden;
	width: 190px;
	height: 190px;
	background: #fff;
	padding: 10px;
}

.bt-cs .bt-row {
  float: left;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.bt-cs .bt-inner .bt-title {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 600;
  color: #000000;
}

.bt-introtext {
  font-size: 13px;
  line-height: 20px;
  margin-top:10px;
   /*padding: 0 50px;*/
}

.bt-cs .bt-inner {
  margin: 0;
  position: relative;
  padding: 0;
}

.bt-cs .bt-inner img {
  outline: none;
  border: none;
  max-width: 100%;
  margin:0px;
  /*margin-right: 35px!important;*/
}

.bt-cs a.prev {
  position: absolute;
    height: 26px;
    width: 26px;
    line-height: 22px;
    right: 30px;
    left: auto;
    color: #000;
    text-indent: 0;
    font-size: 16px;
    text-align: center;
    border: 2px solid #303030;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    z-index: 999;
    /*text-indent: -9999px;*/
    background: transparent!important;
    opacity: 1;
      top: 40px;
}

.bt-cs a.next {
  background-color: transparent;
    position: absolute;
    height: 26px;
    width: 26px;
    line-height: 22px;
    color: #000;
    text-indent: 0;
    font-size: 16px;
    text-align: center;
    border: 2px solid #303030;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    z-index: 999;
    /*text-indent: -9999px;*/
    background: transparent!important;
    opacity: 1;
      top: 40px;
}

.bt-cs .next, .bt-cs .prev {
  display: block;
  }

  .bt-cs .next:hover, .bt-cs .prev:hover {

  background: #000!important;
  color: #fff;
}











.team img {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out 0s;
}

.team img:hover {
  transform: scale(1.08, 1.08);
}

.team-social{
	  margin: 40px auto 0;
  width: 150px;
}

.panel-body {
  padding: 100px 60px;
  margin: 10px 0px;
  background-color: #fafafa;
}

.margin30{
	margin-top: 30px;
}

.generaldesc{
	padding: 20px 50px;
  text-align: center;
  margin-bottom: 20px;
}

#logo_carousel .owl-controls{
	display: none!important;
}

#servicios{
	padding: 50px 0 20px 0;
}

#equipo{
	padding: 50px 0 20px 0;
}

#clientes{
	padding: 50px 0 20px 0;
	border-top: 2px solid #f6f6f6;
	margin-top: 30px;
}

#testimonials{
	padding: 50px 0 20px 0;
}
#proyectos{
	padding: 50px 0 100px 0;
}

#prensa{
	background: #eaeaea;
  padding: 50px 0 100px 0;
}

#contacto, #servicios{
	background: #004960;
}

.white .big_title2{
	color: #ffffff;
}



.home-title h2 {
  font-size: 36px;
    line-height: 90px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    text-shadow: 2px 2px 5px #000000;
}

/*Language Dropdown */

.header-top  .btn-group {

	z-index: 9999;

	/*margin-top: -6px;*/

}

.header-top  .btn-group .btn-default {

	/*color: inherit;*/

	background-color: transparent;

	border: none;

	-webkit-transition: all 0.2s ease-in;

	-moz-transition: all 0.2s ease-in;

	-ms-transition: all 0.2s ease-in;

	-o-transition: all 0.2s ease-in;

	transition: all 0.2s ease-in;

	text-transform: uppercase;

	font-size: 11px;

	background: none; /* FF3.6+ */

	filter: none; /* IE6-9 */

	-webkit-box-shadow: none;

	box-shadow: none;

	text-shadow: none;

	font-weight: normal;
	padding: 10px;

}

.header-top  .btn-group:hover {

	color: #fff;

}

.header-top  .btn-group ul.dropdown-menu {

	font-size: 11px;

	background-color: #ffffff;

	padding: 0;

	line-height: 20px;

	border: none;

	border-radius: 0px;

	-webkit-box-shadow: none;

	box-shadow: none;

	/*margin-top: 12px;*/
	border: 1px solid #ccc;

}

.header-top  .btn-group .btn-default span.caret {

	margin-left: 5px;

	margin-top: 0px;

	border-top: 4px solid #939393;

}

.header-top  .btn-group ul.dropdown-menu > li > a {

	padding: 10px 20px;

	color: #939393;

	text-transform: uppercase;

	-webkit-transition: all 0.1s ease-in;

	-moz-transition: all 0.1s ease-in;

	-ms-transition: all 0.1s ease-in;

	-o-transition: all 0.1s ease-in;

	transition: all 0.1s ease-in;

}

.header-top  .btn-group ul.dropdown-menu > li > a:hover {

	color: #004960;

}


#top_text{
	display: none;
	text-transform: uppercase;
	font-size: 21px;
	background: #014960;
	color: #fff;
	padding-top: 10px;
}