/*
	[Initial]
				 */
				 
img, object, embed, video {
	max-width: 100%;
	}
	
body{ 
	background:#FFFFFF;
	}

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

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


/*
	[Attribute]
				 */
img {
	border:0;
	padding:0;
	margin:0;
	}

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


	::placeholder {
		color:#ffffff;
		opacity: 1; /* Firefox */
	}
	
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color:#ffffff;
	}
	
	::-ms-input-placeholder { /* Microsoft Edge */
		color:#ffffff;
	}




/*
	[Elements]
				 */
	
.content{
	width:100%;
	float:left;
	}

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

@media only screen and (min-width: 300px) {
	
	
/*
	[EFFECT-TEXT]
					 */

	.inline-photo {
		opacity: 0;
		transform: translateY(2em) rotateZ(0deg);
		transition: transform 7s .25s cubic-bezier(0,1,.3,1),
			opacity .5s .25s 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%);
	}



/*
	[Elements]
				 */
	
	.nav ul {
	font-size: 1.8em!important;
	}

	.container{
	margin:0 auto;
	width:90%;
	height:auto;
	padding:5px 0;
	}
	
	.container-full{
	width:98%;
	margin: 0 auto;
	}


/*
		[Background]
						 */
	
/*
	[BG-HEADER]
				 */
	.bg-header{
		background:rgba(46,62,89,0.96);
		padding: 0;
		height: 145px;
		z-index: 888;
		position: relative;
		transition: all .8s ease-in-out;
		-webkit-transition: all .8s ease-in-out;
	}
	
	.sub-header-box {
		background-color:rgba(88,102,129,0.8);
		position: relative;
		z-index: 777;
		width: 100%;
		float: left;
		border-bottom: 1px solid #FFF;
	}

	.sub-header {
		width: 100%;
		margin: 0 auto;
		height: 50px;
	}

	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 0px!important
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	.sticky .nav .navtoogle {
	display: none;	
	width: 100%;
	text-align: center;
	border: none;
	cursor: pointer;
	background:none;
	height:36px;
	}
	
	/*		//		*/

	
	.bg-section{
		position: relative;
		z-index: 555;
		height: 300px;
		float: left;
		top: 0;
		margin-bottom: 0;
	}
	
	.bg-article{
		position: relative;
		z-index: 777;
		background: #ffffff;
		padding:60px 0;
	}
	
	.bg-footer{
		background: #2e3e59;
		position: relative;
		z-index: 222
	}
	
	.sub-footer{
		background: #586681;
		position: relative;
		width: 100%;
		float:left;
		z-index: 111;
	}
	

/*
	[HEADER]
				 */
	
	a.logo{
	width:100%;
	padding: 0;
	text-align: center;
	margin: 0;
	float: left;
	}	 
	
	img.logo{ 
	width:250px;
	margin: 0;
	text-align: center;
	}
	
	a.tel-header{
		float:right;
		width: 100%;
		text-align: center;
	}
	
	a.tel-header:hover{
		opacity: 0.7;
	}
	
	a.tel-header span{
		color: #FFF;
		font-size: 0;
		font-family: Segoe, "Segoe UI";
		top:0;
		position: relative;
		font-weight: 600;
	}

	img.icon-whatsapp{
		float:none;
		margin: 0;
		position: relative;
		right: 0;
		width: 0;
	}
	
	.nav ul {
	font-size: 16px!important;
	}
	
	.nav ul li a strong{
	font-size: 0;
	color: none;
	position: relative;
	left: 0;
}


	
/*
	[MAIN]
				 */

	
/*
	[ANIMATION]
				 */
	

	#layerslider{
	width: 100%; 
	height:300px;
	right:0;
	background:center center;
	z-index:9;
	position:absolute;
	float:left;
	top: 0;
	}


	#layerslider img{
	max-width: auto !important;
	height:300px !important;
	top: 0
	}

	#layerslider span{
		font-size: 17px;
		text-align: center;
		width: 100%;
		float:right;
		position: relative;
		top: 120px;
		line-height: normal;
		color: #FFF;
		font-family: 'Open sans';
	}

	
	
	
/*
		[ARTICLE]
					 */
	
	/* [aside] */
	aside{
		float:left;
		width: 100%;
		text-align: center;
		margin: 30px 0;
	}
	
	aside img{
		float:none;
		width: 290px;
		text-align: center;
	}
	
	article{
		float:left;
		width: 100%;
	}
	
	article h1{
		font-size: 25px;
		color: #2e3e59;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		letter-spacing: -2px;
		margin: 45px 0 0;
	}
	
	.line-red{
		floa:left;
		width: 100%;
		height: 3px;
		background: #b33135;
		margin: 0px 0;
	}
	
	article p{
		font-size: 16px;
		font-family: 'Open Sans';
		text-align: justify;
		line-height: 1.6;
		margin: 30px 0 20px;
	}
	
	/* [gallery] */
	ul.gallery{
		float:left;
		width: 100%;
		list-style: none;
		margin: 25px 0;
	}
	
	ul.gallery li{
		float:left;
		width: 49%;
		margin: 0.5%;
	}
	
	ul.gallery li img{
		border: 4px solid rgba(239,239,239,1.00)
	}
	
	ul.gallery li:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.98)
	}

	
/*
		[SERVICES]
						*/
	
	.collapsible {
	background-color:#2e3e59;
	cursor: pointer;
	padding: 8px;
	width: 98%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 16px;
	border-radius:15px;
	margin:4px 1%;
	font-family: 'Open Sans';
	color: #FFFFFF;
	letter-spacing: 1px;
	border-bottom: 4px solid #ca3438;
	position: relative;
	font-weight: 700;
	}


	.collapsible:hover {
	opacity: 0.8;
	}
	
	.collapsible:active {
	background-color:rgba(125,107,83,.5);
	}
	
	
	.content-collapsible {
	padding: 0 16px;
	display: none;
	overflow: hidden;
	background-color: transparent;
	}
	
	.collapsible:after {
	content: '▼'; /* () */
	font-size: 14px;
	color: #FFF;
	float: right;
	margin-left: 0;
	margin-top: 5px;
	margin-right: 0;
	width: 100%;
	}
	
	.collapsible.active:after {
	content: "▲"; /* Unicode character for "minus" sign (-) */
	}
	
	.conteudo_section {
		float:left;
		width: 100%;
		padding: 15px 30px;
		border: 1px solid rgba(210,210,210,.7);
		border-radius: 15px;
		margin-bottom: 30px;
	}
	
	.conteudo_section p{
		font-size: 13px;
		margin: 0;
		padding: 0;
	}
	
		
	
/*
	[SECTION]
				 */
	section{
		float:left;
		width: 100%;
		background: #2e3e59;
		text-align: center;
		padding: 25px;
		position: relative;
		z-index: 333;
		margin: 5px 0 15px;
	}
	
	section a{
		color: #ffffff;
		font-size: 20px;
		text-align: center;
		font-family: 'Open Sans';
		font-weight: normal;
	}
	
/*
	[FORM]
				 */
	
	.form{
		float:left;
		width: 100%;
		margin: 30px 0;
		padding: 20px;
	}
	
	
	.input{
		float:left;
		width: 95%;
		margin: 10px 2.5%;
		font-size: 15px;
		color:#ffffff;
		border-radius: 50px;
		padding: 20px 20px 20px 35px;
		border: 1px solid rgba(74,110,171,1.00);
		font-family: 'Open Sans';
		background-color: transparent
	}
		
	.inputb{
		float:left;
		width: 95%;
		margin: 10px 2.5%;
		font-size: 15px;
		color:#ffffff;
		border-radius: 50px;
		padding: 20px 20px 20px 35px;
		border: 1px solid rgba(74,110,171,1.00);
		font-family: 'Open Sans';
		background-color: transparent
	}
		
	
	.send_box{
		float:left;
		width: 100%;
		text-align: center;
		margin: 30px 0 15px;
	}
	
	.send{
		float:none;
		text-align: center;
		background: #a73e47;
		font-family: 'Open Sans';
		border: 0;
		border-radius: 50px;
		color: #FFF;
		font-size: 18px;
		padding: 25px 30px;
		cursor: pointer;
	}
	
	.send:hover{
		background:rgba(26,43,71,1.00);
	}
	
	
	
		/* [contact (B)-item] */
	.contact-b-item{
		float:left;
		width: 100%;
		margin: 40px 0 60px;
	}
	
	.contact-b-item p{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color:rgba(50,50,50,1.00);
		font-size: 12px;
		padding-left: 0;
		margin: 5px 0;
		line-height: 1.7;
		border: 1px solid  rgba(198,198,198,.5);
		border-radius: 4px;
		padding: 15px;
		border-left: 10px solid #2e3e59
	}
	
	.contact-b-item p a{
		color:rgba(50,50,50,1.00);
	}
	
	.contact-b-item p a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	.contact-b-item img{
		position: relative;
		right: 0;
		top: 5px;
		left: -7px;
		float: left;
		text-align: center;
		width: auto;
		margin: 0;
		padding-right: 5px
	}
	
	.contact-b-item img.icon{
		top: 0px;
	}
	
/*
	[FOOTER]
				 */
	
	/* [location] */
		.bg-location{
		background:#5c87d0;
		float: left;
		width: 100%;
		height: auto;
	}
	
		.location-item{
		float:left;
		width: 0;
		background:url("img/bg-location.png") top center;
		height: 0;
		text-align: center;
		z-index: 9;
		position: relative;
		top: 0px;
	}


	
	/* [footer-item] */
	.footer-item{
		float:left;
		width: 100%;
		margin: 15px 0;
	}
	
	.footer-item h3{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 25px;
		border-left: 6px solid #586681;
		padding-left: 15px;
		margin: 25px 0;
	}
	
	.footer-item h4{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 16px;
		padding-left: 0;
		margin: 5px 0;
	}
	
	.footer-item h4 a{
		color: #ffffff;
	}
	
	.footer-item h4 a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	.footer-item img{
		position: relative;
		right: 5px;
	}
	
	
	/* [contact-item] */
	.contact-item{
		float:left;
		width: 100%;
		margin: 15px 0;
	}
	
	.contact-item h3{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 25px;
		border-left: 6px solid #586681;
		padding-left: 15px;
		margin: 25px 0;
	}
	
	.contact-item h4{
		float:left;
		width: 100%;
		text-align: center;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 14px;
		padding-left: 0;
		margin: 5px 0;
		line-height: 1.7;
	}
	
	.contact-item h4 a{
		color: #ffffff;
	}
	
	.contact-item h4 a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	.contact-item img{
		position: relative;
		right: 0;
		top: 10px;
		left: -10px;
		float: left;
		text-align: center;
		width: auto;
		margin: 0;
		padding-right: 8px;
	}
	
	.contact-item img.icon{
		top: 6px;
	}
	
	
	
	
	/* [sub-footer] */
	.sub-footer a.ans{
		color:#ffffff;
		text-align: center;
		font-family: 'open sans';
		font-size: 13px;
		float: left;
		letter-spacing: 2px;
		position: relative;
		margin: 20px 0 5px;
		width: 100%;
	}
	
	.sub-footer a:hover{
		opacity: 0.7
	}
	
	ul.media{
		list-style: none;
		width: 30%;
		float: right;
		margin: 15px 35%;
		text-align: center;
	}

	ul.media li{
		float:left;
		text-align: center;
		width: 50%;
	}

	

	
}






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

	
/*
	[ANIMATION]
				 */
	

	#layerslider{
	height:400px;
	}


	#layerslider img{
	height:400px !important;
	}

	#layerslider span{
		font-size: 20px;
	}


/* [services] */
	
	
	.column{
		float:left;
		width: 50%;
	}
	
	a.more{
		float:left;
		width: 50%;
		text-align: right;
		padding: 45px 25px;
	}

		
	/* [footer-item] */
	.footer-item{
		float:left;
		width: 50%;
		margin: 15px 0;
	}
	
		
	
	/* [contact-item] */
	.contact-item{
		float:left;
		width: 60%;
		margin: 15px 20%;
	}
	
	.contact-item h3{
		text-align: center;
	}
	
	

}











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

/*
	[Elements]
				 */
		
.container{
	width:1000px;
	}

.container-full{
	width:98%;
	margin: 0 auto;
	}


/*
		[Background]
						 */
	
/*
	[BG-HEADER]
				 */
	.bg-header{
		background:rgba(46,62,89,0.96);
		padding: 0;
		height: 145px;
		z-index: 888;
		position: relative;
		transition: all .8s ease-in-out;
		-webkit-transition: all .8s ease-in-out;
	}
	
	.sub-header-box {
		background-color:rgba(88,102,129,0.8);
		position: relative;
		z-index: 777;
		width: 100%;
		float: left;
		border-bottom: 1.8px solid #FFF;
	}

	.sub-header {
		width: 1000px;
		margin: 0 auto;
		height: 50px;
	}

	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 0px!important
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	/*		//		*/

	
	.bg-section{
		position: relative;
		z-index: 555;
		height: 500px;
		float: left;
		top: -200px;
		margin-bottom: -200px;
	}
	
	.bg-article{
		position: relative;
		z-index: 777;
		background: #ffffff;
		padding:60px 0;
	}
	
	.bg-footer{
		background: #2e3e59;
		position: relative;
		z-index: 222
	}
	
	.sub-footer{
		background: #586681;
		position: relative;
		width: 100%;
		float:left;
		z-index: 111
	}
	

/*
	[HEADER]
				 */
	
	a.logo{
	width:275px;
	padding: 0;
	text-align: center;
	margin: 0;
	float: left;
	}	 
	
	img.logo{ 
	width:275px;
	margin: 0;
	text-align: center;
	}
	
	a.tel-header{
		float:right;
		width: auto;
		text-align: center;
	}
	
	a.tel-header:hover{
		opacity: 0.7;
	}
	
	a.tel-header span{
		color: #FFF;
		font-size: 20px;
		font-family: Segoe, "Segoe UI";
		top: -10px;
		position: relative;
		font-weight: 600;
	}

	img.icon-whatsapp{
		float:none;
		margin: 7px 0 0;
		position: relative;
		right: 20px;
		width: 33px;
	}
	
	.nav ul {
	font-size: 16px!important;
	}
	
	.nav ul li a strong{
	font-size: 36px;
	color: #3270d9;
	position: relative;
	left: 13px;
}

	
/*
	[MAIN]
				 */

	
/*
	[ANIMATION]
				 */
	

	#layerslider{
	width: 100%; 
	height:500px;
	right:0;
	background:center center;
	z-index:9;
	position:absolute;
	float:left;
	top: 0;
	}


	#layerslider img{
	max-width: auto !important;
	height:873px !important;
	top: 0
	}

	#layerslider span{
		font-size: 25px;
		text-align: center;
		width: 50%;
		float:right;
		position: relative;
		top: 300px;
		line-height: normal;
		color: #FFF;
		font-family: 'Open sans';
	}

	
	
	
/*
		[ARTICLE]
					 */
	
	/* [aside] */
	aside{
		float:right;
		width: 42%;
		text-align: center;
		margin: 20px 0 0;
	}
	
	aside img{
		float:left;
		width: 100%;
		text-align: center;
	}
	
	article{
		float:left;
		width: 50%;
	}
	
	article h1{
		font-size: 45px;
		color: #2e3e59;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		letter-spacing: -2px;
		margin: 45px 0 0;
	}
	
	.line-red{
		floa:left;
		width: 35%;
		height: 3px;
		background: #b33135;
		margin: 0px 0;
	}
	
	article p{
		font-size: 16px;
		font-family: 'Open Sans';
		text-align: justify;
		line-height: 1.6;
		margin: 30px 0 20px;
	}
	
/*
	[SECTION]
				 */
	section{
		float:left;
		width: 100%;
		background: #2e3e59;
		text-align: center;
		padding: 25px;
		position: relative;
		z-index: 333;
		margin: 5px 0 15px;
	}
	
	section:hover{
		background:rgba(46,62,89,1.00);
		transform: scale(1);
		transition: 1s;
	}
	
	section a{
		color: #ffffff;
		font-size: 25px;
		text-align: center;
		font-family: 'Open Sans';
		font-weight: normal;
	}
	
	
	
	/* [gallery] */
	ul.gallery{
		float:left;
		width: 100%;
		list-style: none;
		margin: 25px 0;
	}
	
	ul.gallery li{
		float:left;
		width: 24%;
		margin: 0.5%;
	}
	
	ul.gallery li img{
		border: 4px solid rgba(239,239,239,1.00)
	}
	
	ul.gallery li:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.98)
	}
		
/*
		[SERVICES]
						*/
	
	.collapsible {
	background-color:#2e3e59;
	cursor: pointer;
	padding: 8px;
	width: 98%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 16px;
	border-radius:15px;
	margin:4px 1%;
	font-family: 'Open Sans';
	color: #FFFFFF;
	letter-spacing: 1px;
	border-bottom: 4px solid #ca3438;
	position: relative;
	font-weight: 700;
	}


	.collapsible:hover {
	opacity: 0.8;
	}
	
	.collapsible:active {
	background-color:rgba(125,107,83,.5);
	}
	
	
	.content-collapsible {
	padding: 0 16px;
	display: none;
	overflow: hidden;
	background-color: transparent;
	}
	
	.collapsible:after {
	content: '▼'; /* () */
	font-size: 14px;
	color: #FFF;
	float: right;
	margin-left: 0;
	margin-top: 0;
	margin-right: 10px;
	width: auto;
	}
	
	.collapsible.active:after {
	content: "▲"; /* Unicode character for "minus" sign (-) */
	}
	
	.conteudo_section {
		float:left;
		width: 100%;
		padding: 15px 30px;
		border: 1px solid rgba(210,210,210,.7);
		border-radius: 15px;
		margin-bottom: 30px;
	}
	
	.conteudo_section p{
		font-size: 13px;
		margin: 0;
		padding: 0;
	}
	
	
	
/*
	[FORM]
				 */
	
	.form{
		float:left;
		width: 80%;
		margin: 30px 10%;
		padding: 20px;
	}
	
	
	.input{
		float:left;
		width: 45%;
		margin: 10px 2.5%;
		font-size: 18px;
		color:#ffffff;
		border-radius: 50px;
		padding: 20px 20px 20px 35px;
		border: 1px solid rgba(74,110,171,1.00);
		font-family: 'Open Sans';
		background-color: transparent
	}
		
	.inputb{
		float:left;
		width: 95%;
		margin: 10px 2.5%;
		font-size: 18px;
		color:#ffffff;
		border-radius: 50px;
		padding: 20px 20px 20px 35px;
		border: 1px solid rgba(74,110,171,1.00);
		font-family: 'Open Sans';
		background-color: transparent
	}
		
	
	.send_box{
		float:left;
		width: 100%;
		text-align: center;
		margin: 30px 0 15px;
	}
	
	.send{
		float:none;
		text-align: center;
		background: #a73e47;
		font-family: 'Open Sans';
		border: 0;
		border-radius: 50px;
		color: #FFF;
		font-size: 18px;
		padding: 25px 30px;
		cursor: pointer;
	}
	
	.send:hover{
		background:rgba(26,43,71,1.00);
	}
	
	
	
		/* [contact (B)-item] */
	.contact-b-item{
		float:left;
		width: 100%;
		margin: 40px 0 60px;
	}
	
	.contact-b-item p{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color:rgba(50,50,50,1.00);
		font-size: 16px;
		padding-left: 0;
		margin: 5px 0;
		line-height: 1.7;
		border: 1px solid  rgba(198,198,198,.5);
		border-radius: 4px;
		padding: 15px 15px 15px 40px;
		border-left: 10px solid #2e3e59
	}
	
	.contact-b-item p a{
		color:rgba(50,50,50,1.00);
	}
	
	.contact-b-item p a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	.contact-b-item img{
		position: relative;
		right: 0;
		top: 15px;
		left: -15px;
		float: left;
		text-align: center;
		width: auto;
		margin: 0;
		padding-right: 15px
	}
	
	.contact-b-item img.icon{
		top: 6px;
	}

	
	
	
/*
	[FOOTER]
				 */
	
	/* [location] */
		.bg-location{
		background:#5c87d0;
		float: left;
		width: 100%;
		height: 245px;
	}
	
		.location-item{
		float:left;
		width: 100%;
		background:url("img/bg-location.png") top center;
		height: 55px;
		text-align: center;
		z-index: 9;
		position: relative;
		top: -112px;
	}


	
	/* [footer-item] */
	.footer-item{
		float:left;
		width: 33.3%;
		margin: 40px 0 60px;
	}
	
	.footer-item h3{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 28px;
		border-left: 6px solid #586681;
		padding-left: 15px;
		margin: 25px 0;
	}
	
	.footer-item h4{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 16px;
		padding-left: 0;
		margin: 5px 0;
	}
	
	.footer-item h4 a{
		color: #ffffff;
	}
	
	.footer-item h4 a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	.footer-item img{
		position: relative;
		right: 5px;
	}
	
	
	/* [contact-item] */
	.contact-item{
		float:left;
		width: 33.3%;
		margin: 40px 0 60px;
	}
	
	.contact-item h3{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 28px;
		border-left: 6px solid #586681;
		padding-left: 15px;
		margin: 25px 0;
	}
	
	.contact-item h4{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 16px;
		padding-left: 0;
		margin: 5px 0;
		line-height: 1.7;
	}
	
	.contact-item h4 a{
		color: #ffffff;
	}
	
	.contact-item h4 a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	.contact-item img{
		position: relative;
		right: 0;
		top: 10px;
		left: -10px;
		float: left;
		text-align: center;
		width: auto;
		margin: 0;
		padding-right: 15px
	}
	
	.contact-item img.icon{
		top: 6px;
	}
	
	
	
	
	/* [sub-footer] */
	.sub-footer a.ans{
		color:#ffffff;
		text-align: left;
		font-family: 'open sans';
		font-size: 13px;
		float: left;
		letter-spacing: 2px;
		position: relative;
		margin: 45px 0 0;
		width: auto;
	}
	
	.sub-footer a:hover{
		opacity: 0.7
	}
	
	ul.media{
		list-style: none;
		width: 15%;
		float: right;
		margin: 30px 0;
		text-align: center;
	}

	ul.media li{
		float:left;
		text-align: center;
		width: 50%;
	}

	
	
}
