/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/

body
	{
 		/*background: #303030;#666666*/
        background: #F0F0F0;
 		/*color: #ffffff#565252;*/
        color: #565252;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
	
a {
	color: #47C6F8;
}
	
a:hover {
	color: #0FF;
}

/* start h2 */
h1
    {
        color: #FFFFFF;
    }

h2
	{
		text-align: center;
		font-size: 40px;
		padding-bottom: 40px;
	}	
h2 span
	{
		/*color: #28a7e9;*/
        color: #0cd5dd;
		font-weight: bold;
	}
/* end h2 */

/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact
	{
		padding-top: 60px;
		padding-bottom: 40px;
	}
/* end about team service portfolio contact */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start messages */

div.form-error {
    background-color: #F2DEDE;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #B94A48;
    border-radius: 4px;
}
.form-error {
    display: block;
    color: #B94A48;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 140%;
}
.form-success{
    border: 1px solid #4fb948;
    background-color: #d9ecd9;
    color: #193a14;
    padding: 15px;
    line-height: 140%;
}
.form-success h3{
    font-size:17px;
}
.alert-danger, .alert-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #C09853;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px;
}

div.form-error strong, div.form-error ul li {
    line-height: 140%;
    color: #B94A48;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
div.form-error strong {
    font-weight: bold;
    display: block;
    margin: 0px;
    padding: 0px 0px 10px;
}


/* end messages */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 18px;
		padding-bottom: 10px;
	}
header .fa
	{
		color: #28a7e9;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
#top h1 span
{
    color: #0cd5dd;
    font-weight: bold;
}

/* end header */

/* start titles */

.title-top-line {
    border-top: 2px solid #0cd5dd;
    max-width: 380px;
    margin: 20px auto;
    padding: 20px;
}
img.logo-title {
    vertical-align: bottom;
    height: 50px;
    border-radius: 5px;
    background: #122233;
    padding: 4px;
}

/* end titles */

/* start nagivation */
.navbar-default
	{
		/*background: #fff;*/
        background: #2F2F2F;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding: 12px 0px 0px 12px;
	}
.navbar-default .navbar-nav li a
	{
		font-weight: bold;
		font-size: 13px;
		height: 70px;
		line-height: 40px;
        color: #E2E2E2;
	}

.navbar-default .navbar-nav > li > a:hover {
    color: #28A7E9;
}

.navbar-default .navbar-nav > li > a.current {
      /*color: #28A7E9; */
      color: #0cd5dd;
  }

.navbar-header h1 {
    font-size: 50px;
    margin-top: 5px;
}

.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}
/* end navigation */

/* start home */
#home {
	/* Fondo hero: degradado turquesa oscuro a celeste, con patrón cuadriculado sutil */
	background:
		repeating-linear-gradient(
			to right,
			rgba(255,255,255,0.07) 0px,
			rgba(255,255,255,0.07) 1px,
			transparent 1px,
			transparent 40px
		),
		repeating-linear-gradient(
			to bottom,
			rgba(255,255,255,0.07) 0px,
			rgba(255,255,255,0.07) 1px,
			transparent 1px,
			transparent 40px
		),
		linear-gradient(135deg, #0e7c86 0%, #47c6f8 100%);
	background-size: 40px 40px, 40px 40px, cover;
	background-blend-mode: lighten;
	padding-top: 160px;
	padding-bottom: 100px;
	min-height: 500px;
}
#home h1
	{
		font-weight: 600;
    font-size: 70px;
    padding-bottom: 10px;
    color: #0a2233;
	}
#home h1 span
	{
		/*color: #28a7e9;0cd5dd*/
        color: #0cd5dd;
		font-weight: bold;
	}
#home .btn
	{
		background: #6bd2dc;
    border-radius: 2px;
    border-color: #335a6f;
    color: #335a6f;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    width: 180px;
    height: 60px;
    padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		background: #2cb5c2;
		/* border-color: transparent; */
	}
.element {
	height: 60px;
	font-size: 16px;
}
/* end home */

/* start about */
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}
/* end about */

/* start team */
#team .team-wrapper
	{
		background: #404040;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.4;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #28a7e9;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
/* end team */

/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#service .col-md-4:hover
	{
		background: #505050;
	}
#service .active
	{
		background: #505050;
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #28a7e9;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}
/* end service */

/* start products */
#products
	{
		padding-bottom: 80px;
    padding-top: 20px;
	}
#products .col-md-3
	{
		padding: 0px;
	}
	.products-thumb,
	.products-overlay {
		max-width: 450px;
	}
#products .products-thumb
	{
		overflow: hidden;
		padding: 8px;
		margin: 0 auto;
	}
#products .products-thumb .products-overlay
	{
    background: #3eadb9;
    color: #FFFFFF;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 25% 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#products .products-thumb .products-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#products .products-thumb .products-overlay .btn
	{
		background: rgba(0, 0, 0, 0.62);
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#products .products-thumb:hover .products-overlay
     {
         /*cursor: pointer;*/
         opacity: 0.9;
     }
#products .products-thumb img
{
    border-radius: 5px;
}
/* end products */

/* start clients */
#clients
{
    padding-bottom: 80px;
    padding-top: 20px;
}
#clients .col-md-3
{
    padding: 0px;
}
.clients-thumb,
.clients-overlay {
    max-width: 450px;
}
#clients .clients-thumb
{
    overflow: hidden;
    padding: 8px;
    margin: 0 auto;
}
#clients .clients-thumb .clients-overlay
{
    background: #3eadb9;
    color: #FFFFFF;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    padding: 25% 10px 20px 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#clients .clients-thumb .clients-overlay h4
{
    font-weight: bold;
    padding-bottom: 10px;
}
#clients .clients-thumb .clients-overlay .btn
{
    background: rgba(0, 0, 0, 0.62);
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
}
#clients .clients-thumb:hover .clients-overlay
{
    /*cursor: pointer;*/
    opacity: 0.9;
}
#clients .clients-thumb img
{
    border-radius: 5px;
    border: 1px solid grey;
}
/* end clients */

/* start contact */
#contact
	{
		background: #202020;
        color: #E2E2E2;
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #335a6f;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
    border-radius: 2px;
	}
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
    background: #6bd2dc;
    border-radius: 2px;
    border-color: #335a6f;
    font-weight: 600;
    font-size: 14px;
    color: #0a2233;
		-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: #2cb5c2;
	}
#contact address
	{
		border-bottom: 1px solid #505050;
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
/* end contact */

/* start copyright */
#copyright
	{
		padding: 10px 0px 0px 0px;
    background-color: #0cd5dd;
    color: #001f27;
    height: 40px;
	}
#copyright p
	{
		font-weight: 400;
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
/* end social icon */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#products .products-thumb .products-overlay {
		/*padding: 0px 8px;*/
        /*padding: 25% 10px 20px 20px;*/
	}
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#products .products-thumb .products-overlay
	{
		/*background: #28a7e9;*/
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		/*padding: 40px 10px 20px 20px;*/
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}

}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	#home
		{
			min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;
		}
	#home h1
		{
			font-size: 52px;
		}

	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}

    .col-xs-12 {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        float: left;
    }
}
/* end 768 media quires */

/* start 480 media quires */
@media only screen and ( max-width: 480px ) {
    header .social-icon
    {
        text-align: left;
    }
    #home
    {
        min-height: 200px;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    #home h1
    {
        font-size: 32px;
    }

    .col-xs-12 {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

}
/* end 480 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 32px;
		}

    .col-xs-12 {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

}
/* end 360 media quires */

/* start custom */
.about {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  bottom: 0;
  height: 60px;
}

/* end custom */