/*

Century Gothic
Century Gothic Bold

*/

::-moz-selection { background:#ecf1f7; }
::selection { background:#ecf1f7; }
::-webkit-input-placeholder { color:#000000; }
:-moz-placeholder { color:#000000; opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
::-moz-placeholder { color:#000000; opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
:-ms-input-placeholder { color:#000000; }
::-ms-input-placeholder { color:#000000; }
::-webkit-input-placeholder { color:#000000; }
::-moz-placeholder { color:#000000; }
:-ms-input-placeholder { color:#000000; }
::placeholder { color:#000000; }

@font-face {
	font-family:'Century Gothic';
	src:url('fonts/century-gothic.eot');
	src:url('fonts/century-gothic.eot?#iefix') format('embedded-opentype'),
		url('fonts/century-gothic.woff') format('woff'),
		url('fonts/century-gothic.ttf')  format('truetype'),
		url('fonts/century-gothic.svg#13db03934b676bad49f0835d401d12db') format('svg');
	font-style:normal;
	font-weight:400;
}
@font-face {
	font-family:'Century Gothic';
	src:url('fonts/century-gothic-bold.eot');
	src:url('fonts/century-gothic-bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/century-gothic-bold.woff') format('woff'),
		url('fonts/century-gothic-bold.ttf')  format('truetype'),
		url('fonts/century-gothic-bold.svg#e8822cb86844068280e5784dfd42de7a') format('svg');
	font-style:normal;
	font-weight:700;
}

.century_gothic {
	font-family:'Century Gothic', sans-serif;
	font-weight:400;
	font-style:normal;
	letter-spacing:0.04em;
}
.century_gothic_bold {
	font-family:'Century Gothic', sans-serif;
	font-weight:700;
	font-style:normal;
	letter-spacing:0.04em;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
* {
	padding: 0;
	margin: 0;
}
body {
	font-family:'Century Gothic', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:1;
	color:#000000;
	letter-spacing:0.04em;
	margin: 0;
}
div {
	box-sizing:border-box;
}
img {
	display:block;
	max-width:100%;
	height:auto;
}
a img {
	outline:none;
	border:none;
}
a, a:link, a:visited, a:focus, a:active, a:hover {
	text-decoration:none;
	outline:none;
	border:none;
	cursor:pointer;
	color:#000000;
	-webkit-transition:all 100ms linear;
	        transition:all 100ms linear;
}
h1, h2 {
	font-family:'Century Gothic', sans-serif;
    font-weight:700;
    font-style:normal;
	font-size:64px;
	line-height:1.2;
	margin-bottom:30px;
}
h3, h4, h5, h6 {
	font-family:'Century Gothic', sans-serif;
	font-weight:400;
	font-size:12px;
	letter-spacing:0.18em;
	line-height:1.24;
	margin-bottom:20px;
	text-transform:uppercase;
}
p {
	font-size:16px;
	line-height:1.6;
	margin-bottom:30px;
}
a.button,
input[type='submit'].button {
	display:inline-block;
	padding:0 40px;
	background:none;
	border:4px solid #ffffff;
	color:#ffffff;
	text-decoration:none!important;
	text-transform:uppercase;
	font-family:'Century Gothic', sans-serif!important;
	font-weight:700!important;
	font-style:normal;
	font-size:12px;
	letter-spacing:0.18em;
	line-height:56px;
	white-space:nowrap;
	box-sizing:border-box;
}
a.button.wide,
input[type='submit'].button.wide {
	width:100%;
	max-width:430px;
}
a.button.outline,
input[type='submit'].button.outline {
	color:#000000;
	border:4px solid #000000;
}
a.button:hover, 
input[type='submit'].button:hover {
	background:#ffffff!important;
	color:#000000!important;
}
a.button.outline:hover,
input[type='submit'].button.outline:hover {
	background:#000000!important;
	color:#ffffff!important;
}
.nomarg {
	margin-bottom:0!important;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.uppercase {
	text-transform:uppercase;
}
.lowercase {
	text-transform:lowercase;
}
.centertext {
	text-align:center;
}
.text-right {
	text-align:right;
}
.centertext img,
.text-right img {
	display:inline-block;
}
.table {
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
}
.table .cell {
	display:table-cell;
	vertical-align:middle;
}
.cols:before,
.cols:after {
	content:'';
	display:table;
}
.cols:after {
	clear:both;
}
.cols {
 *zoom:1;
}
.cols .col {
	float:left;
}
.cols .col.four-fifths {
	width:80%;
}
.cols .col.three-fourths,
.cols .col.three-quarters {
	width:75%;
}
.cols .col.two-thirds {
	width:66.6666%;
}
.cols .col.three-fifths {
	width:60%;
}
.cols .col.one-half {
	width:50%;
}
.cols .col.two-fifths {
	width:40%;
}
.cols .col.one-third {
	width:33.3333%;
}
.cols .col.one-fourth,
.cols .col.one-quarter {
	width:25%;
}
.cols .col.one-fifth {
	width:20%;
}
.wrapper {
	width:100%;
	margin:0 auto;
	padding-left:70px;
	padding-right:70px;
}
.section {
	padding-top:150px;
	padding-bottom:150px;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row nowrap;
	    flex-flow:row nowrap;
	-webkit-box-pack:space-evenly;
	   -ms-flex-pack:space-evenly;
	 justify-content:space-evenly;
	-webkit-box-pack:flex-start;
	   -ms-flex-pack:flex-start;
	 justify-content:flex-start;	
}
.flex.row-reverse {
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse
}
.flex .box {
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1; 
}

/* grid item */
.grid-item a {
	display:block;
	width:100%;
	max-width:496px;
	margin:0 auto;
}
.grid-item .thumb {
	display:block;
	margin-bottom:30px;
	background:#000000;
}
.grid-item .thumb img {
	display:block;
	width:100%;
	-webkit-backface-visibility:hidden;
	        backface-visibility:hidden;
	-webkit-transition:all 100ms linear;
	        transition:all 100ms linear;
}
.grid-item .thumb img:hover {
	-webkit-opacity:0.6;
	   -moz-opacity:0.6;
	        opacity:0.6;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);	
}
.grid-item .title,
.grid-item .style {
	display:block;
	font-size:16px;
	line-height:1.4;
	-webkit-transition:all 100ms linear;
	        transition:all 100ms linear;
}
.grid-item .style {
	margin-bottom:15px;
	font-size:20px;
}
.grid-item .title:hover,
.grid-item .style:hover {
	-webkit-opacity:0.5;
	   -moz-opacity:0.5;
	        opacity:0.5;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);	
}
.grid-item .desc,
.grid-item .price {
	display:block;
	max-width:300px;
	margin:5px auto 0;
	font-size:16px;
	line-height:1.4;
}
.grid-item .price {
	margin-top:10px;	
}

/* forms */
.formwrap .field {
	margin-bottom:40px;	
}
.formwrap input[type='text'],
.formwrap input[type='email'],
.formwrap textarea {
	border: none;
	width:100%;
	padding:10px 20px;
	background:none;
	border-bottom:2px solid #000000;
	font-size:16px;
	color:#000000;
	box-sizing:border-box;
}
.formwrap textarea {
	height:150px;
	resize:none;
}
.formwrap input[type='submit'] {
	width:100%;
}

/* page feature */
.page_feature {
	padding: 50px 0 130px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.page_feature .icon img {
	width:100%;
	max-width:88px;
}
.page_feature .title {
	margin-top:90px;	
	font-family:'Century Gothic', sans-serif;
	font-weight:700;
	letter-spacing:0.1em;
	line-height:1.6;
	color:transparent;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke-width:2px;
	-webkit-text-stroke-color:#ffffff;
	font-size: 90px;
}
.page_feature .date {
	margin-top:15px;	
	font-size:16px;
	line-height:1.4;
	color:#ffffff;
}

/* switcher */
#switcher {
	padding:0 20px 10px 0;
	position:absolute;
	top:85px;
	left:65px;
	z-index:99999;
	font-size:12px;
	color:#ffffff;
	background:url(img/icon-arrow.svg) right 2px no-repeat;
	cursor:pointer;
}
#switcher .list {
	position:absolute;
	top:100%;	
	left:-9999px;
	padding:10px;
	background:#ffffff;
}
#switcher:hover .list {
	left:0;	
}
#switcher .list a {
	display:block;
	padding:2px 0;
	font-size:12px;
	line-height:1.6;
	color:#000000;
}
#switcher .list a:hover {
	text-decoration:underline;	
}

/* cartlink */
#cartlink {
	position:absolute;
	top:85px;
	right:65px;
	z-index:9999;
}
#cartlink a {
	font-size:12px;
	color:#ffffff;
}

/* overlay */
#overlay {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(img/overlay.png) repeat;	
	z-index:9999;
}

/* cart */
#cart_overlay {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(img/overlay.png) repeat;	
	z-index:99999;
}
#cart {
	display:none;
	width:100%;
    position:absolute;
    top:0;
    left:0;
    background:url(img/bg.jpg) repeat;
    z-index:99999;
}
#cart .close {
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	top:50px;
	left:40px;
	cursor:pointer;
	background:url(img/icon-close.svg) center center no-repeat;	
}
#cart .inner {
	width:100%;
	height:100%;
	padding:200px 0;
	background:url(img/image-08.jpg) center top no-repeat;
	background-size:cover;
}
#cart .wrapper {
	max-width:740px;	
}
#cart .button.wide {
	max-width:none;	
}
#cart .cart .table {
	margin-bottom:20px;	
}
#cart .cart .thumb {
	width:95px;	
}
#cart .cart .thumb img {
	width:80px;	
}
#cart .cart .product span {
	display:block;
	line-height:1.4;
}
#cart .cart .product .quantity {
	font-size:12px;	
}
#cart .cart .subtotal {
	border-top:1px solid #000000;
	padding-top:20px;
}

/* login & search */
#login_overlay,
#search_overlay {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(img/overlay.png) repeat;	
	z-index:99999;
}
#login,
#search {
	display:none;
	width:100%;
    position:absolute;
    top:0;
    left:0;
    background:url(img/bg.jpg) repeat;
    z-index:99999;
}
#login .close,
#search .close {
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	top:50px;
	left:40px;
	cursor:pointer;
	background:url(img/icon-close.svg) center center no-repeat;	
}
#login .inner,
#search .inner {
	width:100%;
	height:100%;
	padding:200px 0;
	background:url(img/image-08.jpg) center top no-repeat;
	background-size:cover;
}
#login .wrapper,
#search .wrapper {
	max-width:740px;	
}
#login .field,
#search .field {
	margin-bottom:30px;	
}
#login .field input,
#search .field input {
	border: none;
	width:100%;
	padding:5px 0;
	background:none;
	border-bottom:1px solid #000000;
	font-size:12px;
	line-height:1.6;
}
#login .button.wide,
#search .button.wide {
	max-width:none;	
	margin-top:10px;
}
/* On click menu style */

body.toggle #menu { display: block;  }
body.toggle #nav { display: block;  }

/* menu */
#menu {
	display: none;
	width:100%;
    position:absolute;
    top:0;
    left:0;
    background:url(img/bg.jpg) repeat;
    z-index:9999;
}
#menu .inner {
	width:100%;
	height: 850px;
	padding:80px 60px 60px 180px;
	background:url(img/image-08.jpg) center top no-repeat;
	background-size:cover;
}
#menu .rows .row {
	margin-bottom:100px;	
}
#menu .rows .row:last-child {
	margin-bottom:0;	
}
#menu .primary {
	display:inline-block;
	font-size:18px;
	line-height:1.4;
	border-bottom:1px solid #000000;	
}
#menu .primary:hover {
	border-color:transparent;	
}
#menu .secondary {
	list-style:none;
}
#menu .secondary li {
	display:block;
	margin:10px 0;
	position:relative;
}
#menu .secondary li a {
	display:inline-block;
	font-size:12px;
	line-height:1.6;
}
#menu .secondary li a:before {
	display:block;
	content:'';
	width:0;
	height:1px;
	background:#000000;	
	position:absolute;
	top:50%;
	left:0;
}
#menu .secondary li a:hover {
	padding-left:22px;
	font-weight:700;
}
#menu .secondary li a:hover:before {
	width:14px;	
}
#menu .compare {
	display:inline-block;
	font-size:11px;
	line-height:1.4;
	border-bottom:1px solid #000000;	
}
#menu .compare:hover {
	border-color:transparent;	
}
#menu .image {
	display:none;	
}
#menu .image.show {
	display:block;	
}
#menu .image img {
	margin:0 auto 25px;	
}
#menu .image .caption {
	font-size:12px;
	line-height:1.4;	
}
#menu .tertiary {
	list-style:none;	
}
#menu .tertiary li {
	display:inline-block;
	margin-right:40px;	
}
#menu .tertiary li:last-child {
	margin-right:0;	
}
#menu .tertiary li a {
	font-size:12px;	
}
#menu .tertiary li a:hover {
	-webkit-opacity:0.5;
	   -moz-opacity:0.5;
	        opacity:0.5;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}
#menu .company ul {
	list-style:none;
}
#menu .company li {
	margin-bottom:30px;	
}
#menu .company li:last-child {
	margin-bottom:0;	
}
#menu .company li a {
	font-size:18px;	
	line-height:1.4;
}
#menu .company li a:hover {
	-webkit-opacity:0.5;
	   -moz-opacity:0.5;
	        opacity:0.5;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}
.cols  .one-half.journal  {
	width: 70%;
	max-width: 1010px;
	position: relative;
}
.one-half.journal  .cols .col.one-third {
	width: 47%;
}
.one-half.journal  .cols .col.one-third  .item {
	background: #fff;
	margin-right: 15px;
	margin-bottom: 15px;
}
.journal-inner {
    padding: 30px 20px;
}
.journal-inner a.button.outline {
    max-width: 430px;
    width: 100%;
    text-align: center;
}
.item .journal-inner .title {
    display: block;
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.item .journal-inner .cat {
    margin: 10px 0 20px;
    font-size: 12px;
    line-height: 1.6;
    color: #9E9E9E;
}
.one-half.journal .view-posts {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -210px;
}
.cols  .top-right {
	width: 30% !important;
	float: right;
}
.one-half.journal  .item .thumb {
	height: 340px;
	display: block;
}
.one-half.journal  .item .thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
/* nav */
#nav {
	padding:40px 65px;
	position:absolute;
	top:0;
	left:0;
	background:#E0F167;
	-webkit-transform:rotate(270deg);
	        transform:rotate(270deg);
	-webkit-transform-origin:top left;
		    transform-origin:top left;
	z-index:9999;
}
#nav ul {
	list-style:none;	
}
#nav li {
	display:inline-block;
	margin-right:42px;
}
#nav li a {
	display:block;
	font-size:14px;
	position:relative;
}
#nav li a.active:after {
	display:block;
	content:'';
	width:4px;
	height:70px;
	background:#000000;
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-4px;
	cursor:default;
	pointer-events:none;
}
#nav .bars {
	display:block;
	width:12px;
	height:10px;
	position:absolute;
	top:50%;
	right:60px;
	margin-top:-6px;
	background:url(img/icon-bars.svg) center center no-repeat;
	-webkit-transform:rotate(90deg);
	        transform:rotate(90deg);
	cursor:pointer;
}
#nav .bars.open {
	background:url(img/icon-close.svg) center center no-repeat;	
}

/* footer */
#footer {
	background:#FA916C;
	font-size:12px;
	line-height:1.4;
	color:#ffffff;
}
#footer .section {
	padding-top:250px;
	padding-bottom:90px;	
}
#footer .wrapper {
	max-width:1700px;	
}
#footer .floatleft,
#footer .floatright {
	width:48%;	
}
#footer a {
	color:#ffffff;	
}
#footer a:hover {
	-webkit-opacity:0.8;
	   -moz-opacity:0.8;
	        opacity:0.8;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
}
#footer .floatleft {
	padding-left:140px;	
	position:relative;
}
#footer .floatleft span {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	font-weight: 700;
}
#footer .floatleft form {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	    flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	width:100%;
	max-width:500px;
}
#footer form input[type='text'] {
	border: none;
	background:none;
	color:#ffffff;
	font-size:12px;
	line-height:22px;
	-webkit-transition:all 300ms linear;
	        transition:all 300ms linear;
	-webkit-opacity:0.4;
	   -moz-opacity:0.4;
	        opacity:0.4;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter:alpha(opacity=40);
	border-bottom:3px solid #ffffff;
	font-weight: 700;
	width: 75%;
	display: block;
	margin-right: 15px;
}

#footer form input[type='text']:focus {
	-webkit-opacity:1;
	   -moz-opacity:1;
	        opacity:1;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);	
	outline: none;
}
#footer form  button {
	opacity: 0;
	border: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:0.5s all ease;
	transition: 0.5s all ease;
	width: 20%;
	font-weight: 700;
	display: block;
	background: #fff;
}
#footer form  button.visible {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition:0.5s all ease;
	transition: 0.5s all ease;
}
#footer .floatright a {
	display:inline-block;
	margin-left:10px;
	font-weight: 700;	
}

/* bottom */
#bottom {
	padding:20px 0;
	background:#DF7B58;
	font-size:12px;
	line-height:1.4;
	color:#ffffff;
}
#bottom .wrapper {
	max-width:1700px;	
}
#bottom .floatleft {
	width:66%;	
}
#bottom .floatright {
	width:30%;	
}
#bottom a {
	color:#ffffff;
	font-weight: 700;
}
#bottom a:hover {
	-webkit-opacity:0.8;
	   -moz-opacity:0.8;
	        opacity:0.8;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
}
#bottom ul {
	list-style:none;	
}
#bottom ul li {
	display:inline-block;
	margin-right:45px;
	font-weight: 700;
}
#bottom ul li:last-child {
	margin-right:0;	
}

/* home: feature */
#home .feature {
	background:#FA916C;
	color:#ffffff;
}
#home .feature .cell:first-child {
	width:57%;
	padding-left:210px;
	background:url(img/image-01.jpg) center center no-repeat;
	background-size:cover;
	font-size:144px;
}
#home .feature .cell:last-child {
	padding:60px;	
}
#home .feature .inner {
	width:100%;
	height:100%;
	padding:120px 0;
	position:relative;
}
#home .feature .inner .top {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#home .feature .inner .top img {
	width:100%;
	max-width:88px;	
}
#home .feature .inner .top .count {
	font-size:12px;
	line-height:54px;
	position:absolute;
	top:0;
	left:0;
}
#home .feature .inner .lookbook {
	position:relative;
	padding:0 80px;
}
#home .feature .inner .lookbook .slider {
	width:100%;
	max-width: 460px;
	margin:0 auto;
}
#home .feature .inner .lookbook .title {
	position:absolute;
	top:50%;
	right:0;
	-webkit-transform:rotate(90deg);
	        transform:rotate(90deg);
	-webkit-transform-origin:right top;
		    transform-origin:right top;
	font-size:14px;
	line-height:44px;	
	letter-spacing:0.15em;
	white-space:nowrap;
}
#home .feature .inner .lookbook .title span {
	display:inline-block;
	width:28px;
}
#home .feature .inner .actions {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
#home .feature .inner .actions .arrow-prev,
#home .feature .inner .actions .arrow-next {
	font-size:12px;
	cursor:pointer;
	line-height:64px;
	position:absolute;
	top:0;
}
#home .feature .inner .actions .arrow-prev { 
	left:0;
}
#home .feature .inner .actions .arrow-next {
	right:0;	
}

/* home: icons */
#home .icons {
	position:relative;	
}
#home .icons:before {
	display:block;
	content:'';
	width:70%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:-1;
	background:#2883a0;
}
#home .icons .title {
	position:absolute;
	bottom:80px;
	right:65px;
	font-size:12px;
}
#home .icons .outer {
	padding-left:150px;
	position:relative;
}
#home .icons .outer .nav {
	width:150px;
	height:76%;
	background:#ffffff;
	position:absolute;
	top:24%;
	left:0;
}
#home .icons .outer .nav .icon {
	display:block;
	position:absolute;
	left:0;
	cursor:pointer;
	-webkit-transition:all 300ms linear;
	        transition:all 300ms linear;
	-webkit-opacity:0.2;
	   -moz-opacity:0.2;
	        opacity:0.2;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter:alpha(opacity=20);	
}
#home .icons .outer .nav .icon.icon-01 { top:0; }
#home .icons .outer .nav .icon.icon-02 { top:16%; }
#home .icons .outer .nav .icon.icon-03 { top:32%; }
#home .icons .outer .nav .icon.icon-04 { top:48%; }
#home .icons .outer .nav .icon.icon-05 { top:64%; }
#home .icons .outer .nav .icon.icon-06 { top:80%; }
#home .icons .outer .nav .icon.active {
	-webkit-opacity:1;
	   -moz-opacity:1;
	        opacity:1;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
#home .icons .outer .nav .icon:after {
	display:block;
	content:'';
	width:90px;
	height:4px;
	background:#ffffff;
	position:absolute;
	top:10px;
	left:60px;
	-webkit-transition:background 300ms linear;
	        transition:background 300ms linear;
}
#home .icons .outer .nav .icon.active:after {
	background:#000000;	
}
#home .icons .slider {
	width:100%;
	max-width:1540px;
}
#home .icons .slider img {
	width:88%;	
}
#home .icons .slider .inner {
	width:45%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
}
#home .icons .slider .inner .caption {
	display:table;
	width:100%;
	height:100%;
}
#home .icons .slider .inner .caption .text {
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
	font-size:34px;
	line-height:1.8;
	letter-spacing:0.08em;
}
#home .icons .slider .inner .caption .text .heading {
	font-size:40px;	
}

/* home: quality */
#home .quality {
	position:relative;
	background:#e0f167;
	color:#ffffff;
}
#home .quality:before {
	display:block;
	content:'';
	width:30%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:#d2e359;
}
#home .quality .title {
	position:absolute;
	top:50%;
	right:65px;
	-webkit-transform:rotate(90deg);
	        transform:rotate(90deg);
	-webkit-transform-origin:right top;
		    transform-origin:right top;
	font-size:14px;
	line-height:44px;
	letter-spacing:0.15em;
	white-space:nowrap;
}
#home .quality .inner {
	position:relative;
	padding:0 180px;
}
#home .quality .inner img {
	width:82%;	
}
#home .quality .inner .caption {
	width:100%;
	max-width:600px;
	height:100%;
	position:absolute;
	top:0;
	left:180px;
	z-index:1;
	font-size:64px;
	letter-spacing:0.1em;
	line-height:1.4;
}

/* home: blog */
#home .blog {
	position:relative;	
}
.blog .section {
	padding-bottom: 100px;
}
#home .blog .title {
	position:absolute;
	top:80px;
	right:65px;
	font-size:12px;
}
#home .blog .cols {
	max-width:1600px;
	margin:0 auto;
}
#home .blog .col:first-child {
	padding-right:75px;
}
#home .blog .col:last-child {
	padding-left:75px;
}
#home .blog h2 {
	max-width: 430px;
	color: #FA916C;
	text-transform: uppercase;
}
#home .blog p {
	max-width:600px;
	margin:30px 0 80px;
	font-size:24px;	
}
#home .blog .image {
	margin-bottom:150px;
	position:relative;
	overflow:hidden;
	background:#000000;
}
#home .blog  .one-half:last-child .image.century_gothic_bold:last-child {
	margin-bottom: 70px
}
#home .blog .image img {
	display:block;
	width:100%;
	-webkit-backface-visibility:hidden;
	-webkit-transition:all 300ms linear;
	        transition:all 300ms linear;	
}
#home .blog .image a {
	display:block;	
}
#home .blog .image a:hover img {
	-webkit-opacity:0.8;
	   -moz-opacity:0.8;
	        opacity:0.8;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);	
}
#home .blog .image .caption {
	display:block;
	width:75%;
	padding:30px 10% 0;
	position:absolute;
	left:0;
	bottom:90px;
	color:#ffffff;
 box-sizing:border-box;
}
#home .blog .image .heading {
	display:block;
	margin-bottom:40px;
	font-size:40px;	
	line-height:1.2;
	letter-spacing:0.06em;
}
#home .blog .image .read {
	display:block;
	font-size:18px;	
	letter-spacing:0.06em;
	position:relative;
}
#home .blog .image .read:after {
	display:block;
	content:'';
	width:3px;
	height:50px;
	background:#ffffff;
	position:absolute;
	bottom:-90px;
	left:6px;
}
#home .blog .more {
	max-width:1600px;
	margin:0 auto;
	font-size:20px;
}

/* explore style: feature */
#explore .feature {
	padding:60px 0 65px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
#explore .feature .icon img {
	width:100%;
	max-width:88px;
}
#explore .feature .title {
	margin-top: 100px;		
	font-family:'Century Gothic', sans-serif;
	font-weight:700;
	font-size:100px;
	letter-spacing:0.1em;
	line-height:1.6;
	color:transparent;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke-width:2px;
	-webkit-text-stroke-color:#ffffff;
}
#explore .feature .links {
	margin-top: 60px;	
	margin-bottom: 40px;
}
#explore .feature .links a {
	margin:0 35px 35px;	
}
#explore .feature .links a.active {
	background:#ffffff!important;
	color:#000000!important;
}

/* explore style: products */
#explore .products {
	margin:-75px 0 50px;	
}
#explore .products .wrapper {
	max-width:1700px;	
}
#explore .products .cols {
	margin:0 -16px;	
}
#explore .products .col {
	margin-bottom:45px;
	padding:0 16px;
}

/* category: feature */
#category .feature {
	padding:60px 0 150px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
#category .feature .icon img {
    width:100%;
    max-width:88px;
}
#category .feature .title {
	margin-top:90px;		
	font-family:'Century Gothic', sans-serif;
	font-weight:700;
	font-size:100px;
	letter-spacing:0.1em;
	line-height:1.6;
	color:transparent;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke-width:2px;
	-webkit-text-stroke-color:#ffffff;
}

/* category: products */
#category .products {
	margin:-75px 0 50px;	
}
#category .products .wrapper {
	max-width:1700px;	
}
#category .products .categories {
	margin-bottom:20px;
	font-size:12px;
	line-height:1.4;
	color:#ffffff;
}
#category .products .categories a {
	display:inline-block;
	margin-right:35px;
	color:#ffffff;
	white-space:nowrap;
}
#cateogry .products .categories a:last-child {
	margin-right:0;	
}
#category .products .categories a span {
	display:inline-block;
	width:10px;
	height:6px;
	margin-left:10px;
	background:url(img/icon-arrow.svg) center center no-repeat;
	position:relative;
	top:-2px;
}
#category .products .categories .floatleft {
	width:48%;
	text-align:left;	
}
#category .products .categories .floatright {
	width:48%;
	text-align:right;
}
#category .products .cols {
	margin:0 -16px;	
}
#category .products .col {
	margin-bottom:60px;
	padding:0 16px;
}

/* features */
#features .row .flex .box {
	width:50%;
	max-width:50%;
	min-height:50vw;
}
#features .row .image {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
#features .row .text {
	padding:100px 6%;
	font-size:16px;
	line-height:1.8;
}
#features .row .text .title {
	margin-bottom:60px;
	font-size:64px;
	line-height:1;
}

/* visual cues */
#visual_cues .cues {
	margin:50px 0;	
}
#visual_cues .cues .wrapper {
	max-width:1700px;	
}
#visual_cues .cues.cols {
	margin:0 -20px;	
}
#visual_cues .cues .col {
	margin-bottom:40px;
	padding:0 20px;
}
#visual_cues .cues img {
	display:block;	
	width:100%;
}
#visual_cues .cues .loadmore {
	padding:30px 0;	
}

/* ciele challenge: challenges */
#challenge .challenges {
	margin:50px 0;	
}
#challenge .challenges .wrapper {
	max-width:1700px;	
}
#challenge .challenges .cols {
	margin:0 -16px;	
}
#challenge .challenges .col {
	padding:0 16px;
}
#challenge .challenges-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#challenge .challenges .item {
	width: 49%;
	margin-bottom:32px;
}
#challenge .challenges .item a {
	display:block;
	padding:20px 30px;
	background:#000000;
	border:4px solid #000000;
	color:#ffffff;
	font-size:20px;
	line-height:1.6;
}
#challenge .challenges .item a:hover {
	background:#ffffff;
	color:#000000;	
}

/* ciele challenge: gallery */
#challenge .gallery {
	margin:50px 0 100px;	
}
#challenge .gallery .wrapper {
	max-width:1700px;
}
#challenge .gallery .grid .grid-item {
	width:25%;
	padding:0 3px 6px
}
#challenge .gallery .grid .grid-item img {
	display:block;
	width:100%;
}

/* faq */
#faq .faqs {
	padding:70px 0 180px;
	background:#fafafa;	
}
#faq .faqs .wrapper {
	max-width:1700px;
}
#faq .faqs .faq {
	margin-bottom:40px;
	padding:50px 130px 50px 50px;
	background:#ffffff;	
	position:relative;
}
#faq .faqs .faq .toggle {
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	top:46px;
	right:46px;
	background-image:url(img/icon-plus.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:40px 40px;
	cursor:pointer;
}
#faq .faqs .faq.open .toggle {
	background-image:url(img/icon-minus.svg);	
}
#faq .faqs .faq .question {
	font-size:20px;
	line-height:1.6;
}
#faq .faqs .faq .answer {
	display:none;
	padding-top:20px;
	font-size:16px;
	line-height:1.6;
}

/* size guide */
#size_guide .sizing {
	padding: 50px 0 100px;	
	background:#fafafa;	
}
#size_guide .sizing img {
	width:100%;
	max-width: 612px;
	margin:0 auto 50px;
}
#size_guide .sizing .wrapper {
	max-width:1700px;	
}
#size_guide .sizing .columns {
	padding: 150px 0 50px;
	background:#ffffff url(img/icon-size-arrows.svg) center 65px no-repeat;	
}
#size_guide .sizing .columns .col {
	margin-bottom:50px;
	padding:0 16px;
	font-size:18px;
	line-height:1.8;
}
#size_guide .sizing .columns .col .title {
	margin-bottom:10px;
	font-size:24px;
}

/* page */
#page .post {
	padding:50px 30px 100px;
	background:#fafafa;
}
#page .post .wrapper {
	max-width:1500px;
	padding-top:80px;
	padding-bottom:80px;
	background:#ffffff;
}
#page .post h1, 
#page .post h2 {
	font-size:42px;
	line-height:1.2;
	margin-bottom:50px;
}
#page .post h3 {
	font-weight:700;
	font-size:24px;
	text-transform:none;
	letter-spacing:0;
	margin-bottom:30px;
}
#page .post h4,
#page .post h5,
#page .post h6 { }
#page .post p {
	line-height:1.8;
}

/* contact */
#contact .contact {
	padding:90px 0;	
	background:#fafafa;
}
#contact .contact .wrapper {
	max-width:1700px;
}
#contact .contact .table .cell {
	vertical-align:top;	
}
#contact .contact .table .cell:first-child {
	padding-right:50px;
}
#contact .contact .table .cell:last-child {
	padding-left:50px;
}
#contact .contact img {
	display:block;
	width:100%;
}
#contact .contact .formwrap {
	width:100%;
	max-width:630px;
	padding:0 40px;	
}
#contact .contact .formwrap h2 {
	font-size:32px;
	text-transform:none;
}

/* mailing list */
#mailing_list .signup {
	padding:100px 0 100px;	
}
#mailing_list .signup p {
	max-width:1200px;
	margin:0 auto 110px;
	font-size:30px;	
}
#mailing_list .signup .formwrap {
	max-width:630px;
	margin:0 auto;
}
#mailing_list .signup .formwrap .field {
	margin-bottom: 60px;
}

/* blog: excerpts */
#blog .excerpts {
	padding-bottom:75px;
	background:#fafafa;	
}
#blog .excerpts .wrapper {
	max-width:1700px;	
}
#blog .excerpts .categories {
	display:inline-block;
	width:950px;
	margin-top:-50px;
    padding:20px 0;
    background:#ffffff;
    margin-bottom: 55px;
}
#blog .excerpts .cols {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
#blog .excerpts .item {
	height: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
}
#blog .excerpts .categories ul {
	list-style:none;	
}
#blog .excerpts .categories li {
	display:inline-block;	
	margin:20px 15px;
}
#blog .excerpts .categories li a {
	display:block;
	padding:0 7px;
	font-size:18px;
	line-height:1.4;
	white-space:nowrap;
	border-bottom:2px solid #ffffff;
}
#blog .excerpts .categories li.active a {
	border-bottom:2px solid #000000;
}
#blog .excerpts .cols {
	margin:0 -16px;	
}
#blog .excerpts .col {
	margin-bottom:45px;
	padding:0 16px;
}
#blog .excerpts .item {
	text-align:left;	
}
#blog .excerpts .item .thumb {
	display:block;
	background:#000000;
}
#blog .excerpts .item .thumb img {
	display:block;
	width:100%;
	-webkit-backface-visibility:hidden;
	        backface-visibility:hidden;
	-webkit-transition:all 100ms linear;
	        transition:all 100ms linear;
}
#blog .excerpts .item .thumb img:hover {
	-webkit-opacity:0.6;
	   -moz-opacity:0.6;
	        opacity:0.6;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);	
}
#blog .excerpts .item .inner {
	padding:40px 30px 100px;
}
#blog .excerpts .item .title {
	display:block;
	font-size:32px;
	letter-spacing:0.02em;
	line-height:1.4;
}
#blog .excerpts .item .cat {
	margin:10px 0 20px;
	font-size:12px;
	line-height:1.6;
	color:#9E9E9E;
}
#blog .excerpts .item .cat a {
	margin-right:10px;
	color:#000000;	
}
#blog .excerpts .item .cat a:hover {
	color:#9E9E9E;	
}
#blog .excerpts .item a.button {
	width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 430px;
}
#blog .pagination {
	font-size:20px;
	line-height:56px;
	color:#BDBDBD;	
}
#blog .pagination a {
	display:inline-block;
	padding:0 10px;
	color:#BDBDBD;
}
#blog .pagination a.active {
	color:#ffffff;
	background:#DF7B58;
}
#blog .pagination a.prev,
#blog .pagination a.next {
	width:25px;
	height:56px;
	background-image:url(img/arrow-prev.svg);
	background-position:center center;
	background-repeat:no-repeat;
	vertical-align:middle;
}
#blog .pagination a.next {
	background-image:url(img/arrow-next.svg);
}
#blog .pagination a:hover,
#blog .pagination a.prev.disabled,
#blog .pagination a.next.disabled {
	-webkit-opacity:0.5;
	   -moz-opacity:0.5;
	        opacity:0.5;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);	
}

/* single post */
#single {
	background:#fafafa;	
	padding-bottom:100px;
}
#single .page_feature {
	padding-bottom:350px;	
}
#single .post .wrapper {
	max-width:1640px;	
}
#single .post .feature {
	margin-top:-230px;
	font-size:12px;
	line-height:1.4;
	color:#ffffff;
}
#single .post .feature .floatleft,
#single .post .feature .floatright {
	width:48%;
	margin-bottom:34px;
}
#single .post .feature .floatleft a {
	display:inline-block;
	color:#ffffff;
	white-space:nowrap;
}
#single .post .feature .floatleft a span {
	display:inline-block;
	width:10px;
	height:6px;
	margin-right:10px;
	background:url(img/icon-arrow.svg) center center no-repeat;
	position:relative;
	top:-1px;
	-webkit-transform:rotate(90deg);
	        transform:rotate(90deg);
}
#single .post .feature .floatright a {
	display:inline-block;
	margin-right:15px;
	font-size:17px;
	color:#ffffff;	
}
#single .post .feature .floatright a:last-child {
	margin-right:0;	
}
#single .post .feature a:hover {
	-webkit-opacity:0.5;
	   -moz-opacity:0.5;
	        opacity:0.5;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}
#single .post .inner {
	padding:70px 40px 40px;
	background:#ffffff;	
}
#single .post .inner .cat {
	margin:10px 0 50px;
	font-size:12px;
	line-height:1.6;
	color:#9E9E9E;
}
#single .post .inner .cat a {
	margin-right:10px;
	color:#000000;	
}
#single .post .inner .cat a:hover {
	color:#9E9E9E;	
}
#single .post .inner p {
	line-height:1.8;
}
#single .post .inner blockquote {
	margin:50px 0;
	font-size:20px;
	line-height:1.8;
	font-style:italic;
	text-align:center;
}
#single .post .blognav {
	margin-top:70px;	
}
#single .post .blognav a {
	display:inline-block;
	font-size:12px;
	line-height:1.4;
	color:#DF7B58;
}
#single .post .blognav .prev a {
	padding-left:20px;
	background:url(img/arrow-prev.svg) left center no-repeat;
	background-size:6px auto;
}
#single .post .blognav .next a {
	padding-right:20px;
	background:url(img/arrow-next.svg) right center no-repeat;
	background-size:6px auto;
}
#single .post .blognav a:hover,
#single .post .blognav .prev.disabled a,
#single .post .blognav .next.disabled a {
	-webkit-opacity:0.5;
	   -moz-opacity:0.5;
	        opacity:0.5;
	        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);	
}

.run-sec {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-bottom: 30px;
}
.run-sec .run-img {
	width: 60%;
	padding: 0 15px;
}
.run-sec .run-txt {
	width: 40%;
	padding: 0 15px;
}
/* retail map */
#retail_map .locations {
	padding:50px 0 100px;
	background:#fafafa;
}
#retail_map .locations .wrapper {
	max-width:850px;	
}
#retail_map .locations .title {
	font-size:12px;
	line-height:1.4;
	color:#757575;
	text-align:left;
	margin-bottom:10px;
}
#retail_map .locations .location {
	margin-bottom:24px;
	padding:10px 15px;
	background:#ffffff;
	border:1px solid #d6d6d6;
	font-size:14px;
	line-height:1.6;
}
#retail_map .locations .all {
	margin-top:40px;
	font-size:14px;	
}

/* product */
#product {
	background:#fafafa;	
}
#product h1 {
	font-size:40px;	
}
#product h2 {
	margin-bottom:50px;
	font-size:32px;	
}
#product .wrapper {
	max-width:1500px;	
}
#product .top {
	padding:50px 0;
	background:url(img/product-bg.jpg) repeat;
}
#product .top .images {
	width:60%;	
}

#product .top .images .thumbs .thumb {
	display:block;
	cursor:pointer;
}
#product .top .images .thumbs .thumb.active,
.flex-control-thumbs li img.flex-active,
.flex-control-thumbs li img:hover  {
	border:1px solid #000000;	
	-webkit-transition:none;	
	transition: none;
}
#product .top .images .thumbs .thumb img {
	display:block;
	width:100%;
	-webkit-transition:none;
	transition: none;
}
/*-- FlexSlider Start --*/
#product .top .images .main {
	display:inline-block;	
	width:80%;
	vertical-align:middle;
}
.flex-control-thumbs img {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition:none;
	transition: none;
	border: 1px solid transparent;
}
.cell.images .flex-direction-nav {
	display: none;
}
.slider-outer .flexslider {
	margin: 0;
	border: none;
	border-color: transparent;
    background: #d6d6d6;
}
.slider-outer {
	position: relative;
	padding-left: 130px;
}
.flex-control-thumbs  {
	overflow: visible;
	margin: 0;
	margin-right: 10px;
	width: 19%;
	position: absolute;
	left: -130px;
	top: 0;
}
.flex-control-thumbs li {
    width: 25%;
    float: none;
    margin: 0;
    width: 100%;
}
.slider-outer .flex-direction-nav a {
	font-size: 0;
	opacity: 1;
}
.slider-outer .flex-direction-nav a.flex-next::before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #000;
    font-size: 26px;
}
.slider-outer .flex-direction-nav a.flex-prev::before  {
	content: "\f104";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #000;
    font-size: 26px;
}
/*-- FlexSlider End --*/

#product .top .text .inner {
	padding:40px 30px;
	background:#ffffff;	
}
#product .top .text .inner .title {
	margin-bottom:0;
	font-size:40px;
	letter-spacing:0;
	line-height:1.6;
}
#product .top .text .inner .type {
	font-size:20px;
	line-height:1.6;
}
#product .top .text .inner .price {
	margin:20px 0 30px;
	font-size:20px;
	line-height:1.6;
}
#product .top .text .inner .sku {
	border-top:2px solid #ebebeb;
	border-bottom:2px solid #ebebeb;
	font-size:10px;
}
#product .top .text .inner .sku .group {
	display:inline-block;
	margin:15px;
	vertical-align:middle;
}
#product .top .text .inner .sku span {
	color:#9E9E9E;	
}
#product .top .text .inner .actions .group {
	display:inline-block;
	margin:40px 20px 0;
	vertical-align:middle;
}
#product .top .text .inner .actions .quantity {
	width:180px;
	height:64px;
	border:4px solid #9E9E9E;	
	position:relative;
}
#product .top .text .inner .actions .quantity span {
	display:inline;
	font-size:38px;
	line-height:56px;
	color:#9E9E9E;
	vertical-align:middle;
	cursor:pointer;
}
#product .top .text .inner .actions .quantity span.plus {
	position:relative;
	top:2px;
}
#product .top .text .inner .actions .quantity input[type='text'] {
	display:inline;
	width:40px;
	padding:0;
    vertical-align:middle;
	font-size:22px;
    line-height:56px;
	color:#9E9E9E;
    text-align:center;
}
#product .bottom {
	background:#fafafa;	
}
#product .bottom .wrapper {
	max-width:1500px;	
}
#product .description {
	padding:80px 0 30px;	
}
#product .description .table {
	margin-bottom:90px;	
}
#product .description .table .cell:first-child {
	padding-right:50px;
	border-right:1px solid #979797;	
	-webkit-column-count:2;
	        -moz-column-count:2;
	     column-count:2;
	-webkit-column-gap:20px;
		    -moz-column-gap:20px;
	     column-gap:20px;
}
#product .description .table .cell:last-child {
	padding-left:50px;
}
#product .description ul {
	list-style:none;	
}
#product .description li {
	margin:5px 0;
	padding-left:20px;
	font-size:14px;
	line-height:1.6;
	color:#727272;
	position:relative;
}
#product .description li:before {
	display:block;
	content:'\2022';
	font-size:20px;
	line-height:22px;
	position:absolute;
	top:0;
	left:0;
}
#product .description .lines .line {
	padding:8px 0;
	font-size:12px;
	line-height:1.6;
	border-bottom:1px solid #e8e8e8;	
}
#product .description .lines .line:last-child {
	border-bottom:none;	
}
#product .description .lines .line span {
	color:#757575;	
}
#product .description .lifestyle {
	font-size:0;
	white-space:nowrap;	
	max-width: 1500px;
	margin: 0 auto;
}
#product .description .lifestyle .photo {
	display:inline-block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin: 0 16px;
}
#product .description .lifestyle .photo.photo-1 { width: 37%;  height:426px; }
#product .description .lifestyle .photo.photo-2 { width: 20%;  height:426px; }
#product .description .lifestyle .photo.photo-3 { width: 37%; height:426px; }
#product .description .lifestyle .photo img {
	display:block;
	width:100%;
}
#product .reviews .inner {
	padding:60px 40px;
	background:#ffffff;	
}
#product .related {
	padding:100px 0;
}
#product .related .cols {
	margin:0 -16px;	
}
#product .related .col {
	padding:0 16px;	
}




.one-half .row .one-third {
	position: relative;
}
.one-half .row .one-third  .image {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}




.contact-list  {
	padding-top: 70px;
}
.contact-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.contact-list li {
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
}
.contact-list li a,
.contact-list li .fa {
	color: #9e9e9e;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.contact-list li .fa {
	padding-right: 10px;
	font-size: 20px;
}




.reviews .review-box {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.reviews .review-box:nth-child(3)  {
	margin-right: 0;
}
.reviews .review-box ul  {
	margin-bottom: 10px;
}
.reviews .review-box ul li {
	display: inline-block;
	vertical-align: top;
}
.reviews .review-box span {
	font-size: 14px;
	color: #afafaf;
	display: block;
	margin-bottom: 15px;
}
.reviews .review-box p {
	font-size: 16px;
	color: #afafaf;
}
.reviews a.button.outline {
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
}

#page .post ul {
	padding-left: 30px;
	margin-bottom: 30px;
}
#page .post ul li {
	padding-bottom: 10px;
	line-height: 1.8;
}
#page .post ul li a {
	font-weight: 600;
}
#page .post p a {
	font-weight: 600;
}
#page .post  .ul-social li a{
 	font-weight: 400;
}


#size_guide .sizing .arrows-img img {
	max-width: 78px;
}