@charset "UTF-8";
/* CSS Document */

.logo {
	width: 276px;
	height: 185px;
	background-image: url('../img/lavieture_logo.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: -21px;
}
.header {
	
	height: 120px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c3e2dd+0,b8ddd3+100 */

	background: #c3e2dd; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -moz-linear-gradient(#c3e2dd 0%, #b8ddd3 100%);
	background: -webkit-linear-gradient(#c3e2dd 0%, #b8ddd3 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#c3e2dd), to(#b8ddd3));
	background: -o-linear-gradient(#c3e2dd 0%, #b8ddd3 100%);
	background: linear-gradient(#c3e2dd 0%, #b8ddd3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e2dd', endColorstr='#b8ddd3',GradientType=0 ); /* IE6-9 */
	margin-top: 25px;
	position: relative;
	z-index: 1;
}

.line-top {
	background: #b68d4c;
	background: -moz-linear-gradient(left,  #b68d4c 0%, #f3e2c7 21%, #c19e67 50%, #b68d4c 68%, #e9d4b3 100%);
	background: -webkit-linear-gradient(left,  #b68d4c 0%,#f3e2c7 21%,#c19e67 50%,#b68d4c 68%,#e9d4b3 100%);
	background: linear-gradient(to right,  #b68d4c 0%,#f3e2c7 21%,#c19e67 50%,#b68d4c 68%,#e9d4b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b68d4c', endColorstr='#e9d4b3',GradientType=1 );
	height: 3px;
	width: 100%;
	margin-top: 5px;
}

.line-bottom {
	background: #b68d4c;
	background: -moz-linear-gradient(left,  #b68d4c 0%, #f3e2c7 21%, #c19e67 50%, #b68d4c 68%, #e9d4b3 100%);
	background: -webkit-linear-gradient(left,  #b68d4c 0%,#f3e2c7 21%,#c19e67 50%,#b68d4c 68%,#e9d4b3 100%);
	background: linear-gradient(to right,  #b68d4c 0%,#f3e2c7 21%,#c19e67 50%,#b68d4c 68%,#e9d4b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b68d4c', endColorstr='#e9d4b3',GradientType=1 );
	height: 3px;
	width: 100%;
}

.line-footer {
	background: #b68d4c;
	background: -moz-linear-gradient(left,  #b68d4c 0%, #f3e2c7 21%, #c19e67 50%, #b68d4c 68%, #e9d4b3 100%);
	background: -webkit-linear-gradient(left,  #b68d4c 0%,#f3e2c7 21%,#c19e67 50%,#b68d4c 68%,#e9d4b3 100%);
	background: linear-gradient(to right,  #b68d4c 0%,#f3e2c7 21%,#c19e67 50%,#b68d4c 68%,#e9d4b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b68d4c', endColorstr='#e9d4b3',GradientType=1 );
	height: 2px;
	width: 100%;
	margin-top: 5px;
}

.right-pane {
	float: right;	
	margin-top: 45px;
	margin-right: 20px;
	list-style-type: none;
	letter-spacing:1.5em;
}

.fb {
	background-image: url('../img/icons/fb.png'); 
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display:inline-block;
	cursor: pointer;
}

.location {
	background-image: url('../img/icons/location.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display:inline-block;
	cursor: pointer;
}

.twt {
	background-image: url('../img/icons/twt.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display:inline-block;
	cursor: pointer;
}

.mail {
	background-image: url('../img/icons/mail.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display:inline-block;
	cursor: pointer;
}







/* ===== Mobile ===== */


@media (max-width:992px){
	
.right-pane {
	float: right;	
	margin-top: 40px;
	margin-right: 10px;
	list-style-type: none;
	letter-spacing:1.5em;
}

.fb {
	background-image: url('../img/icons/fb-sml.png');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	display:inline-block;
}
.location {
	background-image: url('../img/icons/location-sml.png');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	display:inline-block;
}
.twt {
	background-image: url('../img/icons/twt-sml.png');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	display:inline-block;
}
.mail {
	background-image: url('../img/icons/mail-sml.png');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	display:inline-block;
}


}


@media (max-width:768px){
	
.logo {
	background-image: url('../img/lavieture_logo-sml.png');
	background-repeat: no-repeat;
	width: 141px;
	height: 95px;
	float: left;
	margin-left: 25px;
	margin-top: -5px;

}
.header {
	height: 90px;
	margin-top: 10px;
}
.line img {
	width: 100%;
	margin-top: -15px;
}
.right-pane {
	float: right;	
	margin-right: 25px;
	margin-top: -57px;
	list-style-type: none;
	letter-spacing:0.8em;
}






}

