/*inicial*/
img, object, embed, video {
	max-width: 100%;
	}
	
	body{
		background: #FFF;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	scroll-behavior: smooth;
}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}



/*atribute */
img {
	border:0;
	padding:0;
	margin:0;
	}

	
a{
	border:0;
	text-decoration:none;
	}

a:hover{
	opacity: 0.5;
	transition: 0.5s;
	transform: scale(0.98);
}



/*elements*/
	.content{
		width:100%;
		float:left;
	}

	header{
		float:left;
		width:100%;
	}
	
	section{
		float:left;
		width:100%;
	}
	
	article{
		float:left;
		width:100%;
	}
	
	footer{
		float:left;
		width:100%;
	}


/*effects */
	.inline-photo {
		opacity: 0;
		transform: translateY(2em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.3,1), opacity .5s .50s ease-out;
		will-change: transform, opacity;
	}


	.inline-photo.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	.main-photo {
		transform: scale(.8);
	}

	.heading {
		transform: translate(-50%, calc(-50% + 1em));
	}

	.is-visible .main-photo {
		transform: none;
	}

	.is-visible .heading {
		transform: translate(-50%, -50%);
	}


	

@media only screen and (min-width: 300px) {
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}			
	
	
	/*background*/
	.bg-header{
		z-index: 99;
		position: relative;
		background-color: transparent;
		padding: 0;
		height: 220px
	}
	
	.bg-white{
		position: relative;
		z-index: 66;
		background: #fff;
		padding: 110px 0 70px;
	}
		
	.bg-blue{
		background:url("img/bg-blue.jpg") top center;
		position: relative;
		z-index: 44;
		padding: 90px 0;
	}
	
	.bg-gray{
		position: relative;
		z-index: 55;
		background: #f9f9f9;
		padding: 90px 0;
	}
		
	.bg-black{
		position: relative;
		z-index: 33;
		background: #383838;
		padding: 90px 0;
	}
		
	
	/*header*/
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 10px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 150px;
	}
	
	/*box-blue*/
	.box-blue{
		background: rgba(13,90,146,0.9);
		float: right;
		width: 100%;
		border-radius: 50px;
		padding: 15px;
		margin: 15px 0 0
	}
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 3px 0 0!important;
		padding: 0!important;
		left: 0;
		position: relative;
		font-weight: normal;
	}
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		width: 0
	}	
	
	
	/*dropdown*/
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: inline-block;
		position: relative;
		min-width: 100%;
		box-shadow: 0 0 0 0!important;
		z-index: 1;
		border-radius: 10px;
		padding: 0 0 0!important;
		left: 0;
		background: none;
	}

	.dropdown-content a {
		padding: 8px 10px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 15px;
		border-bottom: 1px solid #FFF;
		background-color: #0d5a92!important;
		height: auto!important;
		font-weight: 500;
		text-transform: none
	}

	.dropdown-content a:hover {
		background-color: #0d5a92!important;
		opacity: 1;
		padding: 14px 10px!important;
		border-bottom: 1px solid #FFF!important;
		font-weight: normal!important;
		color: #fff!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #0d5a92!important;
	}
	
	/*contact*/
	.contact{
		float: right;
		width: 100%;
		margin: 0 0 15px;
		text-align: center;
	}
	
	.contact a#whatsapp{
		background: #a1d6da;
		float: left;
		width: 50%;
		border-radius: 50px;
	}

	.contact a#whatsapp img{
		float: none;
		margin: 15px 15px 12px 17px;
	}
			
	.contact a#whatsapp p{
		float: none;
		font-size: 14px;
		color: #145a8c;
		line-height: 1;
		font-weight: normal;
		text-align: center;
		margin: 0 0 15px
	}
			
	.contact figure{
		width: auto;
		margin: 40px 0 0;
		float: none;
		text-align: center
	}
	
	.contact figure a{
		margin: 0 10px;
	}
	
	
	/*layerslider*/
	#layerslider{
		height: 700px!important;
		top: -220px;
		width: 100%;
		margin: 0;
		margin-bottom: -220px;
		border-bottom: 0;
	}
	
	#layerslider img{
		height: 700px!important;
		width: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.desktop{
		width: auto!important;
		height: 700px!important;
		border-radius: 0!important
	}
	
	#layerslider img.responsive{
		width: 0!important;
		height: 0!important;
		border-radius: 0!important
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: right!important;
		margin: 420px 0 0 0!important;
		text-align: center
	}
	
	#layerslider .ls-slide h2{
		font-size: 30px;
		color: #ffffff;
		line-height: 1.3;
		letter-spacing: 0;
		margin: 0;
		font-weight: bold;
		text-shadow: 5px 5px 5px rgba(0,0,0,0.48)
	}	
	
	#layerslider .ls-slide h3{
		font-size: 18px;
		color: #ffffff;
		line-height: 1.3;
		letter-spacing: 0;
		margin: 25px 0 0;
		font-weight: bold;
		text-shadow: 5px 5px 5px rgba(0,0,0,0.48)
	}	
	
	#layerslider .ls-slide a{
		background: #0d5a92;
		color: #fff;
		padding: 15px 20px;
		font-size: 15px;
		font-weight: bold;
		width: auto;
		position: relative;
		top: 40px;
		text-shadow: 0 0 0 rgba(0,0,0,0)
	}	
	

	/*row*/
	.row{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center
	}
	
	.row p{
		font-size: 25px;
		color: #242424;
		line-height: 1.1;
		font-weight: 300;
		width: 100%;
		float: left;
		text-align: center;
		margin: 0 0 0
	}
	
	.row p span{
		width: 10%;
		height: 12px;
		background: #86d7db;
		float: left;
		margin: 25px 45% 0;
		border-radius: 50px;
	}
	
	.row ul{
		float: right;
		width: 100%;
		margin: 50px 0 0;
		list-style: none
	}
	
	.row ul li{
		float: left;
		width: 98%;
		margin: 0 1% 35px;
	}
	
	.row ul li figure figcaption{
		font-size: 0;
	}
	
	.row ul li figure {
		margin-bottom: 15px
	}
	
	.row ul li a{
		background: #0d5a92;
		color: #fff;
		padding: 15px 20px;
		font-size: 15px;
		font-weight: bold;
	}
	
	
	/*column*/
	.column{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center
	}
	
	.column h2{
		font-size: 45px;
		color: #0d5a92;
		line-height: 1;
		font-weight: 300
	}
	
	.column h2 strong{
		color: #383838;
		text-transform: uppercase;
		font-size: 22px;
	}
	
	.column h2 span{
		width: 5%;
		height: 8px;
		background: #0d5a92;
		float: left;
		margin: 25px 47.5% 0;
		border-radius: 50px;
	}
	
	.column ul{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		list-style: none
	}
	
	.column ul li{
		float: left;
		width: 98%;
		margin: 0 1% 25px;
	}
	
	.column ul li p{
		font-size: 20px;
		color: #454545;
		line-height: 1.2;
		font-weight: 600;
		margin: 15px 0 30px;
	}
	
	.column ul li a{
		background: #86d7db;
		color: #fff;
		padding: 8px 12px;
		font-size: 20px;
	}
	
	
	
	/*aside*/
	aside{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center
	}
	
	aside a{
		float: left;
		width: 98%;
		margin: 0 1% 30px;
		color: #fff;
		font-size: 20px;
		line-height: 1.2
	}
	
	aside a img{
		position: relative;
		top: -6px
	}
	
	
	/*about*/
	h1{
		font-size: 0;
	}
	
	.about{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center
	}
	
	.about h2{
		font-size: 35px;
		color: #0d5a92;
		line-height: 1.2;
		font-weight: bold;
		text-transform: uppercase
	}
		
	.about h2 span{
		width: 10%;
		height: 13px;
		background: #0d5a92;
		float: left;
		margin: 10px 45% 35px;
		border-radius: 50px;
	}
		
	.about p{
		font-size: 17px;
		line-height: 1.3;
		text-align: left;
		color: #333333;
		font-weight: 400;
	}
		
	.about a{
		float: left;
		width: 100%;
		text-align: center;
		margin: 35px 0;
		color: #383838;
		font-size: 15px
	}
	
	.about a img{
		float: none;
		margin: 0;
		position: relative;
		top: -10px;
	}
	
	.about a strong{
		font-size: 18px
	}
	
	
	
	/*sidebar*/
	.sidebar{
		width: 100%;
		float: right;
		margin: 15px 0 0;
		text-align: center;
	}

	.sidebar img{
		width: auto;
		float: none;
	}
	
	#map{
		width: 100%;
		float: right;
		margin: 15px 0 0;
		text-align: center;
		border: none;
		height: 250px
	}
	
	
	/*footer*/
	footer h2{
		float: left;
		width: 100%;
		margin: 35px 0 0;
		color: #ffffff;
		font-size: 35px;
		font-weight: bold;
		line-height: 1.0;
		text-align: center;
	}
	
	footer h2 span{
		width: 10%;
		height: 13px;
		background: #86d7db;
		float: left;
		margin: 10px 45% 25px;
		border-radius: 50px;
	}
	
	footer ul{
		float: right;
		width: 100%;
		margin: 0;
		list-style: none;
	}
	
	footer ul li{
		float: left;
		width: 90%;
		margin: 0 5% 25px;
		text-align: center;
	}
	
	footer ul li img{
		width: auto
	}
	
	footer ul li p{
		font-size: 20px;
		font-weight: 300;
		line-height: 1.3;
		margin-top: 10px
	}
	
	footer ul li p a{
		color: #ffffff
	}
	
	footer ul li h3{
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		color: #86d7db;
		margin-top: 15px
	}
	
	footer ul li figure img{
		margin: 25px 10px 0;
	}
	
	footer a#ans{
		float: left;
		width: 100%;
		text-align: center;
		color: #383838;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 15px
	}
	
	footer a#ans img{
		float: none;
		margin: 0 20px 0 0;
		position: relative;
		top: -17px;
	}
	
	footer a#email{
		float: right;
		width: 100%;
		text-align: center;
		color: #383838;
		font-size: 13px;
		font-weight: bold
	}
	
	footer a#email img{
		float: none;
		margin: 25px 0 0 0;
		position: relative;
		top: 0;
	}	

	
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 35px;
		height: 35px;
		bottom: 15px;
		right: 15px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
	
}





@media only screen and (min-width: 603px) {	
		
		
	/*logo*/
	a.logo{
		width: 25%;
		margin: 50px 0 0;
	}	 
	
	a.logo img{ 
		width: 170px;
	}
	
	/*box-blue*/
	.box-blue{
		width: 70%;
	}
		
	/*contact*/
	.contact{
		width: 90%;
		margin: 0 5% 15px;
	}
	
	.contact a#whatsapp{
		width: 45%;
	}	
	
	/*layerslider*/
	#layerslider{
		height: 600px!important;
	}
		
	#layerslider .ls-slide .banner{
		margin: 350px 0 0 0!important;
	}
	

	/*row*/
	.row p{
		font-size: 40px;
	}
	
	.row ul li{
		width: 48%;
		margin: 0 1% 35px;
	}
	
	
	/*column*/
	.column ul li{
		width: 48%;
		margin: 0 1% 25px;
	}	
	
	
	/*aside*/
	aside a{
		width: 23%;
		margin: 0 1% 30px;
		font-size: 16px;
	}
		
	
	/*about*/
	h1{
		font-size: 0;
	}	
	
	
	/*sidebar*/
	.sidebar img{
		width: 48%;
		float: none;
	}
	
	#map{
		width: 48%;
		margin: 0;
		height: 510px
	}
	
	
	/*footer*/
	footer ul li{
		width: 31.1%;
		margin: 0 1% 25px;
	}	
				
}



@media only screen and (min-width: 1024px) {

	
	/*elements*/
	.container{
		width: 1000px;
	}	
	
	.left{
		position: relative;
		left: -50px;
	}
	
	.right{
		position: relative;
		left: 50px;
	}


	/*background*/
	.bg-header{
		z-index: 99;
		position: relative;
		background-color: transparent;
		padding: 0;
		height: 220px
	}
	
	.bg-white{
		position: relative;
		z-index: 66;
		background: #fff;
		padding: 110px 0;
	}
		
	.bg-blue{
		background:url("img/bg-blue.jpg") top center;
		position: relative;
		z-index: 44;
		padding: 90px 0;
	}
	
	.bg-gray{
		position: relative;
		z-index: 55;
		background: #f9f9f9;
		padding: 90px 0;
	}
		
	.bg-black{
		position: relative;
		z-index: 33;
		background: #383838;
		padding: 90px 0;
	}
		
	
	/*header*/
	
	/*logo*/
	a.logo{
		width: 165px;
		padding: 0;
		text-align: center;
		margin: 10px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 165px;
	}
	
	/*box-blue*/
	.box-blue{
		background: rgba(13,90,146,0.9);
		float: right;
		width: 82%;
		border-radius: 50px;
		padding: 25px 15px;
		margin: 50px 0 0
	}
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 3px 0 0!important;
		padding: 0!important;
		left: 0;
		position: relative;
		font-weight: normal
	}
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -42px;
		left: 0;
		width: auto;
	}	
	
	
	/*[dropdown]*/
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		min-width: 300px;
		box-shadow: 0 0 0 0!important;
		z-index: 1;
		border-radius: 10px;
		padding: 10px 0 0!important;
		left: 0;
		background: none;
	}

	.dropdown-content a {
		padding: 10px 10px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 16px!important;
		border-bottom: 0!important;
		background-color: #0d5a92!important;
		height: auto!important;
		font-weight: bold!important;
		border-radius: 0!important;
		width: 100%!important;
		float: left!important;
		margin-bottom: 2px!important;
		text-transform: none!important
	}

	.dropdown-content a:hover {
		background-color: #86d7db!important;
		opacity: 1!important;
		padding: 10px 10px!important;
		border-bottom: 0!important;
		font-weight: bold!important;
		color: #fff!important;
		margin-bottom: 2px!important
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #86d7db!important;
	}
	
	/*contact*/
	.contact{
		float: right;
		width: 35%;
		margin: 0 0 0;
		text-align: center;
	}
	
	.contact a#whatsapp{
		background: #a1d6da;
		float: left;
		width: 170px;
		border-radius: 50px;
	}
			
	.contact a#whatsapp img{
		float: left;
		margin: 12px 15px 12px 17px;
	}
			
	.contact a#whatsapp p{
		float: left;
		font-size: 14px;
		color: #145a8c;
		line-height: 1;
		font-weight: normal;
		text-align: left;
		margin: 0
	}
			
	.contact figure{
		width: auto;
		margin: 12px 0 0;
		float: none;
		text-align: center
	}
	
	.contact figure a{
		margin: 0 10px;
	}
	
	
	/*layerslider*/
	#layerslider{
		height: 970px!important;
		top: -220px;
		width: 100%;
		margin: 0;
		margin-bottom: -220px;
		border-bottom: 0;
	}
	
	#layerslider img{
		height: auto!important;
		width: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.desktop{
		width: auto!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.responsive{
		width: 0!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: right!important;
		margin: 415px 0 0 0!important;
		text-align: left
	}
	
	#layerslider .ls-slide h2{
		font-size: 50px;
		color: #ffffff;
		line-height: 1.3;
		letter-spacing: 0;
		margin: 0;
		font-weight: bold;
		float: right;
		width: 60%;
		text-shadow: 5px 5px 5px rgba(0,0,0,0.48)
	}	
	
	#layerslider .ls-slide h3{
		font-size: 25px;
		color: #ffffff;
		line-height: 1.3;
		letter-spacing: 0;
		margin: 25px 0 0;
		font-weight: bold;
		float: right;
		width: 60%;
		text-shadow: 5px 5px 5px rgba(0,0,0,0.48)
	}	
	
	#layerslider .ls-slide a{
		background: #0d5a92;
		color: #fff;
		padding: 15px 20px;
		font-size: 15px;
		font-weight: bold;
		float: left;
		width: auto;
		position: relative;
		top: 25px;
		text-shadow: 0 0 0 rgba(0,0,0,0)
	}	
	

	/*row*/
	.row{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center
	}
	
	.row p{
		font-size: 32px;
		color: #242424;
		line-height: 1.1;
		font-weight: 300;
		width: 30%;
		float: left;
		text-align: left;
		margin: 150px 0 0
	}
	
	.row p span{
		width: 10%;
		height: 12px;
		background: #86d7db;
		float: left;
		margin: 25px 0 0;
		border-radius: 50px;
	}
	
	.row ul{
		float: right;
		width: 70%;
		margin: 50px 0 0;
		list-style: none
	}
	
	.row ul li{
		float: left;
		width: 48%;
		margin: 0 1%;
	}
	
	.row ul li figure figcaption{
		font-size: 0;
	}
	
	.row ul li figure {
		margin-bottom: 15px
	}
	
	.row ul li a{
		background: #0d5a92;
		color: #fff;
		padding: 15px 20px;
		font-size: 15px;
		font-weight: bold;
	}
	
	
	/*column*/
	.column{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center
	}
	
	.column h2{
		font-size: 55px;
		color: #0d5a92;
		line-height: 1;
		font-weight: 300
	}
	
	.column h2 strong{
		color: #383838;
		text-transform: uppercase;
		font-size: 25px;
	}
	
	.column h2 span{
		width: 5%;
		height: 8px;
		background: #0d5a92;
		float: left;
		margin: 25px 47.5% 0;
		border-radius: 50px;
	}
	
	.column ul{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		list-style: none
	}
	
	.column ul li{
		float: left;
		width: 23%;
		margin: 0 1%;
	}
	
	.column ul li p{
		font-size: 20px;
		color: #454545;
		line-height: 1.2;
		font-weight: 600;
		margin: 15px 0 30px;
	}
	
	.column ul li a{
		background: #86d7db;
		color: #fff;
		padding: 8px 12px;
		font-size: 20px;
	}
	
	
	
	/*aside*/
	aside{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center
	}
	
	aside a{
		float: left;
		width: 23%;
		margin: 0 1%;
		color: #fff;
		font-size: 24px;
		line-height: 1.2
	}
	
	aside a img{
		position: relative;
		top: -10px
	}
	
	
	/*about*/
	h1{
		font-size: 0;
	}
	
	.about{
		float: left;
		width: 45%;
		margin: 0;
		text-align: left
	}
	
	.about h2{
		font-size: 45px;
		color: #0d5a92;
		line-height: 1.2;
		font-weight: bold;
		text-transform: uppercase
	}
		
	.about h2 span{
		width: 15%;
		height: 13px;
		background: #0d5a92;
		float: left;
		margin: 10px 85% 35px 0;
		border-radius: 50px;
	}
		
	.about p{
		font-size: 16px;
		line-height: 1.3;
		text-align: left;
		color: #333333;
		font-weight: 300;
	}
		
	.about a{
		float: left;
		width: 100%;
		text-align: left;
		margin: 35px 0 0;
		color: #383838;
		font-size: 15px
	}
	
	.about a img{
		float: left;
		margin: 0 20px 0 0;
		position: relative;
		top: 10px;
	}
	
	.about a strong{
		font-size: 18px
	}
	
	
	
	/*sidebar*/
	.sidebar{
		width: 55%;
		float: right;
		margin: 0;
		text-align: center;
	}

	.sidebar img{
		width: 49%;
		float: left;
	}
	
	#map{
		width: 49%;
		float: right;
		margin: 0;
		text-align: center;
		border: none;
		height: 410px
	}
	
	
	/*footer*/
	footer h2{
		float: left;
		width: 20%;
		margin: 35px 0 0;
		color: #ffffff;
		font-size: 40px;
		font-weight: bold;
		line-height: 1.0;
		text-align: left
	}
	
	footer h2 span{
		width: 30%;
		height: 13px;
		background: #86d7db;
		float: left;
		margin: 10px 0 0;
		border-radius: 50px;
	}
	
	footer ul{
		float: right;
		width: 75%;
		margin: 0;
		list-style: none;
	}
	
	footer ul li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		text-align: center;
	}
	
	footer ul li img{
		width: auto
	}
	
	footer ul li p{
		font-size: 20px;
		font-weight: 300;
		line-height: 1.3;
		margin-top: 10px
	}
	
	footer ul li p a{
		color: #ffffff
	}
	
	footer ul li h3{
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		color: #86d7db;
		margin-top: 15px
	}
	
	footer ul li figure img{
		margin: 25px 10px 0;
	}
	
	footer a#ans{
		float: left;
		width: 60%;
		text-align: left;
		color: #383838;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 -50px
	}
	
	footer a#ans img{
		float: left;
		margin: 0 20px 0 0;
		position: relative;
		top: -17px;
	}
	
	footer a#email{
		float: right;
		width: 40%;
		text-align: left;
		color: #383838;
		font-size: 13px;
		font-weight: bold
	}
	
	footer a#email img{
		float: left;
		margin: 17px 20px 0 0;
		position: relative;
		top: 0;
	}	
	
	/*whatsapp*/
	a.whatsapp{
		position: fixed;
		width: 57px;
		height: 57px;
		bottom: 25px;
		right: 20px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
	
			
}




/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

