#iview {
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

#iview .iviewSlider {
	display: block;
	width: 1600px;
	background-size: cover;
	height: 800px;
}


#iview div.iview-directionNav {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 109;
	text-align: center;
	bottom: -10px;
}


#iview div.iview-directionNav a {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out 0s;
	        transition: all 0.3s ease-out;
}


#iview div.iview-directionNav a.iview-prevNav {
	position: relative;
	border-top: 43px solid transparent;
	border-bottom: 43px solid transparent;
	border-right: 57px solid #f5f5f5;
}
#iview div.iview-directionNav a.iview-prevNav:before {
	position: absolute;
	top: -29px;
	content: '';
	border-top: 30px solid transparent;
	border-right: 40px solid #222;
	border-bottom: 30px solid transparent;
	display: block;
	left: 11px;
	transition: all .3s;
}
#iview div.iview-directionNav a.iview-prevNav:after {
	position: absolute;
	top: -7px;
	content: '';
	display: block;
	border-top: 8px solid transparent;
	border-right: 10px solid rgba(238, 238, 238, 0.5);
	border-bottom: 8px solid transparent;
	left: 32px;
}
#iview div.iview-directionNav a.iview-nextNav {
	position: relative;
	border-top: 43px solid transparent;
	border-bottom: 43px solid transparent;
	border-left: 57px solid #f5f5f5;
}
#iview div.iview-directionNav a.iview-nextNav:before {
	position: absolute;
	top: -29px;
	display: block;
	content: '';
	border-top: 30px solid transparent;
	margin-top: 0;
	border-bottom: 30px solid transparent;
	left: -52px;
	border-left: 40px solid #222;
	transition: all .3s;
}
#iview div.iview-directionNav a.iview-nextNav:after {
	position: absolute;
	top: -7px;
	content: '';
	display: block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid rgba(238, 238, 238, 0.5);
	left: -43px;
}




.iview-caption {
	background: none !important;
}
.custom-caption {
}
.custom-caption {
	display: inline-block;

	padding: 20px;
	font-size: 30px;
	color: #fff;
	border-radius: 0;
	position: relative;
	width: 100%;
}
.iview-caption.caption1 {
	text-shadow: none;
}
.iview-caption.caption2 {
	color: #000;
	background: #fff;
	text-shadow: none;
}
.iview-caption.caption3 {
	background: #c4302b;
	box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0;
	text-shadow: none;
}

#iview-preloader {
	width: 150px;
	border: #666 1px solid;
}

#iview-preloader div {
	background: #666;
}
#iview-timer {
	border-radius: 10px;
}

#iview-timer div {
	border-radius: 10px;
}
.octf-main-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.octf-mainbar-container {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}

.octf-mainbar {
	display: flex;
	flex-flow: column wrap;
	flex: 1 auto;
}

.octf-main-header .octf-mainbar-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	flex: 1 auto;
}

.octf-mainbar-row > [class^=octf-col] {
	display: flex;
	align-items: stretch;
	position: static;
}

.octf-mainbar-row .octf-col {
	flex-basis: 0;
	flex-grow: 0.65;
	max-width: 100%;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.octf-mainbar-row > [class^=octf-col] {
	flex-flow: row nowrap;
}
.octf-mainbar-row > [class^=octf-col].text-left {
	justify-content: flex-start;
}
.octf-mainbar-row > [class^=octf-col].text-center {
	justify-content: center;
}
.octf-mainbar-row > [class^=octf-col].text-right {
	justify-content: flex-end;
}

.octf-main-header .octf-row > div:empty {
	display: none;
}

.octf-row {
	margin-right: -15px;
	margin-left: -15px;
}

.octf-col:before {
	display: inline-flex;
}

.octf-main-header .octf-row .octf-col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.octf-header-module {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.octf-btn-cta {
	display: inline-flex;
	vertical-align: middle;
	position: relative;
}
.octf-cart {
	margin-right: 30px;
}
.cart-contents {
	position: relative;
	display: inline-block;
	color: #fff;
}
.site-header-cart {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
	top: -webkit-calc(100% + 10px);
	top: expression(100% + 10px);
	top: -moz-calc(100% + 10px);
	top: -o-calc(100% + 10px);
	top: calc(100% + 10px);
	right: -30px;
	background: #2a2a2a;
	color: #fff;
	width: 138px;
	padding: 10px;
	box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.octf-cart {
	position: relative;
}

.site-header-cart {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
	top: -webkit-calc(100% + 10px);
	top: expression(100% + 10px);
	top: -moz-calc(100% + 10px);
	top: -o-calc(100% + 10px);
	top: calc(100% + 10px);
	/*right: -30px;*/
	background: #2a2a2a;
	color: #fff;
	width: 138px;
	padding: 10px;
	box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.site-header-cart .woocommerce-mini-cart__buttons {
	margin-bottom: -15px;
}
.site-header-cart .widget_shopping_cart_content {
	text-align: left;
}

.octf-cart:hover .site-header-cart {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.octf-cart:hover .site-header-cart:before {
	content: "";
	position: absolute;
	height: 10px;
	width: 100%;
	top: -10px;
	left: 0px;
}

.cart-contents {
	position: relative;
	display: inline-block;
	color: #fff;
	width: 20px;
}
.cart-contents:hover {
	color: #fff;
}
.cart-contents i:before {
	font-size: 22px;
}
.cart-contents .count {
	position: absolute;
	bottom: -3px;
	left: -12px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: #1a1a1a;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 11px;
	font-family: "Titillium Web", sans-serif;
}
.site-header-cart .widget_shopping_cart_content {
	text-align: left;
}
.widget ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.widget ul li {
	position: relative;
}
.widget ul li a {
	display: inline;
	background-size: 0 2px;
	background-position: 0 88%;
	background-repeat: no-repeat;
	background-image: linear-gradient(0deg, #4b4b4b, #f5f5f5);
}
.widget ul li a:hover {
	background-size: 100% 2px;
}
.woocommerce-mini-cart li a:not(.remove) {
	font-family: "Titillium Web",sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 24px;
}
