/* ==================================================
   Basic Styles
================================================== */

html {
	width: 100%;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body {
	background: #FFF;
	color: #3b3e43;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	margin: 0 auto;
}

a {
	color: #3b3e43;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transition: all 0.5s linear 0s;	
	   -moz-transition: all 0.5s linear 0s;
		 -o-transition: all 0.5s linear 0s;
		    transition: all 0.5s linear 0s;
}

* {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color: #2b2e31;
	text-decoration:none;
}

a img {
	border: none;
}

img {
	max-width: none;	
}

strong {
  	font-weight: normal;
}

p {
	margin: 0 0 20px;
}

h1, h2, h3, h4 {
	font-weight: 700;
}

/* ==================================================
   Layout
================================================== */

.inner-wrapper {
	width: 1280px;
	margin: 0 auto;
}

.section {
	clear: both;
}

.section:after {
	clear: both;
	display: table;
	content: '';
}

/* ==================================================
   Header
================================================== */

#header {
	height: 124px;
	z-index: 100;
	background: white;
	-webkit-transition: all 0.1s linear 0s;	
	   -moz-transition: all 0.1s linear 0s;
		 -o-transition: all 0.1s linear 0s;
		    transition: all 0.1s linear 0s;
}

.header-logo {
	float: left;
	width: 155px;
	height: 44px;
	margin: 24px 0 0 51px;
	position: relative;
	-webkit-transition: all 0.05s linear 0s;	
	   -moz-transition: all 0.05s linear 0s;
		 -o-transition: all 0.05s linear 0s;
		    transition: all 0.05s linear 0s;
}

.header-logo img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.1s linear 0s;	
	   -moz-transition: opacity 0.1s linear 0s;
		 -o-transition: opacity 0.1s linear 0s;
		    transition: opacity 0.1s linear 0s;
}

.header-logo img.onhover {
	opacity: 0;
	position: absolute;
}

.header-logo:hover img.onhover {
	opacity: 1;
}

.header-links {
	height: 25px;
	float: right;
	margin-top: 53px;
	margin-right: 60px;
	-webkit-transition: all 0.05s linear 0s;	
	   -moz-transition: all 0.05s linear 0s;
		 -o-transition: all 0.05s linear 0s;
		    transition: all 0.05s linear 0s;
}

.header-links > a {
	float: right;
	height: 25px;
	line-height: 25px;
	position: relative;
	padding-left: 35px;
}

.header-links > a:hover {
	text-decoration: underline;
}

.header-links > a:after {
	width: 25px;
	height: 25px;
	left: 0px;
	top: 0;
	content: '';
	position: absolute;
	background-color: #bca480;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s linear 0s;	
	   -moz-transition: all 0.5s linear 0s;
		 -o-transition: all 0.5s linear 0s;
		    transition: all 0.5s linear 0s;
}

.header-links > a:hover:after {
	background-color: #2b2e31;
}

.header-links > a.header-fb {
	margin-left: 50px;
}

.header-links > a.header-email {
	margin-left: 50px;
}

.header-links > a.header-phone {
}

.header-links > a.header-fb:after {
	background-image: url('../img/fb.png');
}

.header-links > a.header-email:after {
	background-image: url('../img/mail.png');
}

.header-links > a.header-phone:after {
	background-image: url('../img/phone.png');
}

.is-sticky {
	background: transparent;
	height: 72px !important
}

.is-sticky #header {
	height: 72px !important;
	border-bottom: 1px solid #BBB;
}

.is-sticky #header .header-links {
	margin-top: 24px;
}

.is-sticky .header-logo {
	width: 148px;
	height: 42px;
	margin-top: 15px;
}

/* ==================================================
   Slider
================================================== */

#slider img {
	width: 100%;
	height: auto;
}

.owl-item > div span { 
	position: absolute; 
	top: 25%; 
	width: 40%; 
	left: 30%; 
	display: block; 
	text-align: center;
}

.owl-item > div span h2 { 
	color: white; 
	text-transform: uppercase; 
	font-size: 34px; 
	font-weight: 700; 
	margin: 0;
}

.owl-item > div span p { 
	color: white; 
	margin: 40px 0 50px 0;
	font-size: 18px;
}

.owl-item > div span a { 
	width: 286px; 
	height: 56px; 
	background: #bca480; 
	display: inline-block; 
	line-height: 56px;
	font-weight: 300;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	padding-right: 56px;
}

.owl-item > div span a:hover { 
	background: #2b2e31; 
}

.owl-item > div span a:after { 
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 56px;
	border-left: 1px solid white;
	content: '';
	background-image: url('../img/right_arr.png');
	background-repeat: no-repeat;
	background-position: center;
}

.owl-controls .owl-dots { 
	position: absolute; 
	left: 0; 
	right: 0; 
	bottom: 35px; 
	text-align: center; 
}

.owl-controls .owl-dots .owl-dot { 
	background: #bca480; 
	width: 12px; 
	height: 12px; 
	display: inline-block; 
	margin: 0 5px; 
	border-radius: 50%;
}

.owl-controls .owl-dots .owl-dot.active { 
	background: #FFF; 
}

.down {
	width: 60px;
	height: 60px;
	margin: 15px auto 0 auto;
	background-image: url('../img/down.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* ==================================================
   Service
================================================== */

#service {
	text-align: center;
	padding-top: 75px;
}

#service h1 {
	font-size: 28px;
	text-transform: uppercase;
}

#service h1 span {
	font-size: 17px;
	display: block;
	font-weight: 400;
	color: #bca480;
}

#service p {
	line-height: 150%;
}

#service .three-col .col {
	width: 33.33%;
	float: left;
	margin-top: 65px;
	padding: 0 4%;
}

#service .three-col .col h2 {
	font-size: 20px;
	letter-spacing: 2px;
	padding-top: 36px;
	margin: 0;
}

#service .three-col .col h3 {
	margin-top: 0;
	color: #bca480;
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 1px;
}

/* ==================================================
   Testimonials
================================================== */

#testimonials {
	margin-top: 60px;
	background: url('../img/testimonials.jpg');
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 50px 30%;
}

#testimonials h2 {
	color: white;
	font-weight: 400;
	margin-top: 13px;
	margin-bottom: 43px;
	font-size: 22px;
}

#testimonials cite {
	display: block;
	color: white;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: 300;
	margin-bottom: 40px;
	line-height: 160%;
	font-size: 15px;
}

#testimonials p {
	margin: 0;
	padding: 0;
	font-weight: 300;
}

#testimonials p a {
	color: #bca480;
	font-size: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#testimonials p a:hover {
	text-decoration: underline;
}

#testimonials ul.tabs {
	width: 192px;
	margin: 45px auto 0 auto;
	padding: 0;
}

#testimonials ul.tabs li {
	float: left;
	list-style: none;
	margin: 0 2px;
	padding: 0;
	height: 80px;
}

#testimonials ul.tabs li a {
	display: block;
}

#testimonials ul.tabs li img {
	margin: 20px 0 0 0;
	padding: 0;
	-webkit-transition: all 0.2s ease-in 0s;	
	   -moz-transition: all 0.2s ease-in 0s;
		 -o-transition: all 0.2s ease-in 0s;
		    transition: all 0.2s ease-in 0s;
}

#testimonials ul.tabs li.ui-state-hover img {
	margin-top: 10px;
}

/* ==================================================
   Informations
================================================== */

#informations {
	text-align: center;
	padding-top: 75px;
}

#informations h1 {
	font-size: 28px;
	text-transform: uppercase;
}

#informations h1 span {
	font-size: 17px;
	display: block;
	font-weight: 400;
	color: #bca480;
}

#informations .info-boxes {
	width: 90%;
	margin: 0 auto;
}

#informations .info-item {
	background-repeat: no-repeat;
	color: #3b3e43;
	margin-top: 38px;
}

#informations .left-box {
	float: left;
	width: 46%;
	text-align: right;
}

#informations .left-box .info-item {
	padding-right: 60px;
	background-position: right top;
}

#informations .right-box .info-item {
	padding-left: 60px;
	background-position: left top;
}

#informations .right-box {
	float: right;
	width: 46%;
	text-align: left;
}

#informations .info-item .title {
	text-transform: uppercase;
}

#informations .info-item .separator-line {
	height: 2px;
	width: 60px;
	background: #bca480;
	display: inline-block;
	margin: 23px 0 14px 0;
}

#informations .info-item p {
	margin: 0 0 50px 0;
}

#informations .info-item-invoice { background-image: url('../img/invoice.png'); }
#informations .info-item-map { background-image: url('../img/map.png'); }
#informations .info-item-glasses { background-image: url('../img/glasses.png'); }
#informations .info-item-frames { background-image: url('../img/frames.png'); }
#informations .info-item-business { background-image: url('../img/business.png'); }
#informations .info-item-free { background-image: url('../img/free.png'); }
#informations .info-item-mirrors { background-image: url('../img/mirrors.png'); }
#informations .info-item-idea { background-image: url('../img/idea.png'); }

/* ==================================================
   Maps
================================================== */

#map {
	margin-top: 75px;
	background-color: #f1f1f1;
}

#map .map-info {
	background-color: #f1f1f1;
	text-align: center;
	padding: 45px 0;
	text-transform: uppercase;
}

#map  .map-info .separator-line {
	height: 2px;
	width: 60px;
	background: #bca480;
	display: block;
	margin: 23px auto 14px auto;
}

#map .map-info h3 {
	margin: 0 0 10px 0;
	
}

#map .scrolloff {
    pointer-events: none;
}

/* ==================================================
   Footer
================================================== */

#footer {
	background-color: #2b2e31;
	padding: 55px 0;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}

#footer .keywords {
	color: #bca480;
}

#footer .keywords span {
	display: inline-block;
	padding: 0 15px
}

#footer .copyright {
	color: #FFF;
	margin-top: 50px;
	line-height: 150%;
}

/* ==================================================
   Responsive fixes
================================================== */

@media (max-width: 1480px) {
	.owl-item > div span { width: 50%; left: 25%; }
}

@media (max-width: 1280px) {
	.inner-wrapper { width: 100%; }
	.owl-item > div span { width: 60%; left: 20%; }
	#testimonials { padding: 50px 20%; }
	#informations .right-box { width: 47%; }
	#informations .left-box { width: 47%; }
	#informations .info-boxes { width: 96%; }
	.owl-item > div span { top: 20%; }
	.header-logo { margin-left: 20px; }
	.header-links { margin-right: 10px; }
	.down { display: none; }
}

@media (max-width: 1023px) {
	.inner-wrapper { width: 100%; }
	.owl-item > div span { width: 60%; left: 20%; }
	#testimonials { padding: 50px 20%; }
}

@media (max-width: 959px) {
	.header-links > a.header-fb,
	.header-links > a.header-email { margin-left: 30px; }
	body { font-size: 15px; }
	.owl-item > div span { top: 20%; }
	.owl-item > div span h2 { font-size: 24px; }
	.owl-item > div span p { margin: 20px 0 25px 0; font-size: 16px; }
	.owl-controls .owl-dots { bottom: 20px; }
	#testimonials { padding: 50px 10%; }
	#map iframe { height: 300px !important; }
	#informations { padding-top: 50px; }
	#map { margin-top: 20px; }
	#service { padding-top: 50px; }
	#service .three-col .col { padding: 0 2%; margin-top: 40px; }
}

@media (max-width: 799px) {
	body { font-size: 14px; }
	.header-links > a { padding-left: 30px; }
	.header-links > a.header-fb, 
	.header-links > a.header-email { margin-left: 15px; }
	.owl-item > div span { left: 10%; width: 80%; }
	.owl-item > div span a { height: 40px; line-height: 40px; width: 226px; padding-right: 40px; }
	.owl-item > div span a:after { height: 40px; width: 40px; }
	#testimonials { padding: 40px 5%; }
	#testimonials cite { margin-bottom: 30px; font-size: 14px; }
	#testimonials ul.tabs { margin-top: 20px; }
}

@media (max-width: 639px) {
	.header-links { width: 200px; margin-top: 17px; }
	.header-links > a { display: block; float: right; margin: 3px 0 !important; padding-left: 0; padding-right: 30px; }
	.header-links > a:after { left: auto; right: 0; }
	#header, #header-sticky-wrapper { height: 72px !important; }
	#header .header-fb { display: none; }
	#header .header-links { margin-top: 5px; }
	#header .header-logo { height: 34px; margin-top: 6px; width: 120px; }
	.is-sticky #header .header-links { margin-top: 5px; }
	.owl-item > div span { top: 20%; left: 2%; width: 96%; }
	.owl-item > div span p { margin: 15px 0 20px 0; }
	#service .three-col .col { width: 100%; padding: 0 10%; }
	#informations .left-box,
	#informations .right-box { width: 100%; float: none; text-align: center; padding: 0 20%; }
	#informations .info-item { padding: 60px 0 0 0 !important; background-position: center top !important; }
	#informations { padding-top: 30px; }
	#map { margin-top: 0px; }
	#service { padding-top: 30px; }
	#service .three-col .col { margin-top: 20px; }
}

@media (max-width: 559px) {
	.inner-wrapper { padding: 0 10px; }
	.header-logo { margin-left: 0; }
	.header-links { margin-right: 0; }
	h1 { font-size: 22px !important; }
	h1 span { font-size: 16px !important; }
	.owl-item > div span h2 { font-size: 16px; }
	.owl-item > div span { top: 20%; }
	.owl-item > div span p { margin: 10px 0 15px 0; font-size: 13px; }
	.owl-item > div span a { }
	#informations .left-box, 
	#informations .right-box { padding: 0 5%; }
	#informations .info-item { margin-top: 28px; padding-top: 50px !important; }
	#service .three-col .col h2 { padding-top: 20px; }
	#testimonials { margin-top: 30px; }
	#map .map-info { padding: 25px 0; }
	#testimonials h2 { margin-bottom: 26px; }
}

@media (max-width: 479px) {
	.owl-item > div span a { display: none; }
}

@media (max-width: 379px) {
	.owl-controls .owl-dots { display: none !important; }
	.owl-item > div span p { font-size: 13px; }
	#testimonials cite { font-size: 13px; line-height: 140%; }
}