﻿/* -----------------------------------------
:: LAYOUT
----------------------------------------- */
/* -----------------------------------------
:: BODY
----------------------------------------- */
body {
	background-color: #1E1E20;
	background: url('../graphics/bg-texture-dark.jpg') center top;
}

.main {
	position: relative;
	overflow-y: auto;
	padding: 0;
	backface-visibility: hidden;
}

.themed-bg {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.themed-bg:before {
	content: "";
	background: url('../themed-images/backgrounds/section-bg-a.jpg') center top repeat-x;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .25;
}

.themed-bg:after {
	content: "";
	background: url('../themed-images/backgrounds/main-bg-cover.png') center top repeat-x;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1.00
}

/* -----------------------------------------
:: HEADER
----------------------------------------- */
.slider header {
	position: relative;
}

.slider header div.row {
	margin: 0;
}

.header-social, .header-logo, .header-cart, .header-phone {
	text-align: center;
	padding: 10px 0 10px 0;
}

.header-logo img.img-responsive {
	display: inline;
}

.menu-top {
	display: none;
}

@media (min-width: 768px){
.slider header {
	padding-top: 60px;
	padding-bottom: 30px;
}

.header-social, .header-cart, .header-phone {
	padding-top: 40px;
}

.menu-top {
	background-color: #7397B8;
	padding: 0;
	margin: 0;
	line-height: 0;
	position: relative;
	display: block;
}

}
@media (min-width: 0px) and (max-width: 480px){
.header-social, .header-logo, .header-cart, .header-phone {
	text-align: center;
	padding: 5px 0 0 0;
}

}
/* -----------------------------------------
:: FOOTER
----------------------------------------- */
.footer {
	padding: 50px 0;
}

.footer ul li {
	list-style: none;
	padding: 0;
}

.footer ul {
	padding: 0;
}

.copyright {
	background: #000000;
	padding: 50px 0;
}

.footer--icons ul li {
	display: inline;
}

/* -----------------------------------------
:: BG TYPE: COLOR
----------------------------------------- */
.bg-type {
	overflow: hidden;
}

.bg-color-theme {
	background-color: #7397B8;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1;
}

.bg-color-dark {
	background-color: #1E1E20;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1;
}

/* -----------------------------------------
:: BG TYPE: TEXTURE
----------------------------------------- */
.bg-texture-theme {
	background: url('../graphics/bg-texture-theme.jpg') center;
	position: relative;
}

.bg-texture-dark {
	background: url('../graphics/bg-texture-dark.jpg') center;
	position: relative;
}

.bg-texture-theme-cta {
	background: url('../graphics/bg-cta-large.jpg') center top no-repeat, url('../graphics/bg-texture-theme.jpg') center top;
	position: relative;
}

/* -----------------------------------------
:: BG TYPE: IMAGE
----------------------------------------- */
.bg-image-theme {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.bg-parallax-a {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-a.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.bg-parallax-b {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-b.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.bg-parallax-c {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-c.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.bg-parallax-d {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-d.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.bg-parallax-e {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-e.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.bg-parallax-f {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-f.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.bg-parallax-g {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-g.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.bg-parallax-h {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-h.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

/* -----------------------------------------
:: BG: STYLE
----------------------------------------- */
.bg-shadow {
	background: url('../graphics/bg-shadow-left-top.png') left top no-repeat, url('../graphics/bg-shadow-right-top.png') right top no-repeat, url('../graphics/bg-shadow-left-bottom.png') left bottom no-repeat, url('../graphics/bg-shadow-right-bottom.png') right bottom no-repeat;
}

.bg-top-light-sm {
	background: url('../graphics/bg-top-light-sm.png') center top no-repeat;
}

.bg-top-light-md {
	background: url('../graphics/bg-top-light-md.png') center top no-repeat;
}

.bg-top-light-lg {
	background: url('../graphics/bg-top-light-lg.png') center top no-repeat;
}

.bg-top-light-xl {
	background: url('../graphics/bg-top-light-xl.png') center top no-repeat;
}

.bg-top-dark-sm {
	background: url('../graphics/bg-top-dark-sm.png') center top no-repeat;
}

.bg-top-dark-md {
	background: url('../graphics/bg-top-dark-md.png') center top no-repeat;
}

.bg-top-dark-lg {
	background: url('../graphics/bg-top-dark-lg.png') center top no-repeat;
}

.bg-top-dark-xl {
	background: url('../graphics/bg-top-dark-xl.png') center top no-repeat;
}

.bg-top-dark-centered {
	background: url('../graphics/bg-top-dark-centered.png') center top no-repeat;
}

.bg-bottom-light-sm {
	background: url('../graphics/bg-bottom-light-sm.png') center bottom no-repeat;
}

.bg-bottom-light-md {
	background: url('../graphics/bg-bottom-light-md.png') center bottom no-repeat;
}

.bg-bottom-light-lg {
	background: url('../graphics/bg-bottom-light-lg.png') center bottom no-repeat;
}

.bg-bottom-light-xl {
	background: url('../graphics/bg-bottom-light-xl.png') center bottom no-repeat;
}

.bg-bottom-dark-sm {
	background: url('../graphics/bg-bottom-dark-sm.png') center bottom no-repeat;
}

.bg-bottom-dark-md {
	background: url('../graphics/bg-bottom-dark-md.png') center bottom no-repeat;
}

.bg-bottom-dark-lg {
	background: url('../graphics/bg-bottom-dark-lg.png') center bottom no-repeat;
}

.bg-bottom-dark-xl {
	background: url('../graphics/bg-bottom-dark-xl.png') center bottom no-repeat;
}

.bg-cover-dark {
	background: rgba(0,0,0,1.0);
}

.bg-cover-dark-x1 {
	background: rgba(0,0,0,0.2);
}

.bg-cover-dark-x2 {
	background: rgba(0,0,0,0.4);
}

.bg-cover-dark-x3 {
	background: rgba(0,0,0,0.6);
}

.bg-cover-dark-x4 {
	background: rgba(200,186,159,0.8);
}

.bg-cover-light {
	background: rgba(255,255,255,0.4);
}

/* -----------------------------------------
:: BG: STYLE BORDERS
----------------------------------------- */
.bg-border-dark {
	border-top: 5px solid rgba(0,0,0,1.0);
	border-bottom: 5px solid rgba(0,0,0,1.0);
}

.bg-border-dark-top {
	border-top: 5px solid rgba(0,0,0,1.0);
}

.bg-border-dark-bottom {
	border-bottom: 5px solid rgba(0,0,0,1.0);
}

.bg-border-light-top {
	border-top: 10px solid rgba(255,255,255,0.5);
}

.bg-border-light-bottom {
	border-bottom: 10px solid rgba(255,255,255,0.5);
}

/* -----------------------------------------
:: BG: STYLE PADDING
----------------------------------------- */
.bg-padding-xs {
	padding: 2px 0;
}

.bg-padding-sm {
	padding: 5px 0;
}

.bg-padding-md {
	padding: 10px;
}

.bg-padding-lg {
	padding: 15px;
}

.bg-padding-xl {
	padding: 30px 0px 30px 0px;
}

@media (min-width:992px){
.padding-0 {
	padding: 0;
}

.margin-0 {
	margin: 0;
}

.bg-padding-5 {
	padding: 5px 0;
}

.bg-padding-30 {
	padding: 30px;
}

.bg-padding-150 {
	padding: 150px 0px 150px 0px;
}

.bg-padding-xs {
	padding: 5px 0;
}

.bg-padding-sm {
	padding: 10px 0;
}

.bg-padding-md {
	padding: 50px;
}

.bg-padding-lg {
	padding: 100px;
}

.bg-padding-xl {
	padding: 150px 0px 150px 0px;
}

}
/* -----------------------------------------
:: DIVIDERS
----------------------------------------- */
.divider {
	height: 10px;
	width: 100%;
}

.divider-theme {
	background: #7397B8;
}

.divider-dark {
	background: #000000;
}

.divider-light {
	background: #999999;
}

/* -----------------------------------------
:: SECTIONS
----------------------------------------- */
.section1 {
	padding: 50px 0;
}

/* -----------------------------------------
:: HEADINGS
----------------------------------------- */
.bg-heading {
	margin: 50px auto;
	padding: 10px 65px;
	line-height: 1;
	display: inline-block;
}

.bg-heading-theme {
	background: #7397B8;
}

.bg-heading-dark {
	background: #1E1E20;
}

.bg-heading-light {
	background: rgba(255,255,255,0.25);
}

/* -----------------------------------------
:: BUTTONS
----------------------------------------- */
.btn-theme {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px;
	background: #7397B8;
	box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.5);
	cursor: pointer;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 300;
	transition: all .1s ease;
	border-radius: 1px;
}

.btn-theme strong, .btn-theme b {
	font-weight: 400;
}

a.btn.btn-theme {
	color: #ffffff;
}

.btn-theme:hover {
	background: #1E1E20;
	box-shadow: 0px 0px 0px 3px rgba(255,255,255,1.0);
}

.btn-theme a:hover {
	color: #ffffff;
	text-shadow: 0px 0px 25px rgba(245, 114, 72, 1);
}

.btn-theme-dark {
	background: #1E1E20;
}

.btn-theme-dark a {
	color: #ffffff;
	text-shadow: 0px 0px 25px rgba(245, 114, 72, 1);
}

.btn-theme-dark:hover {
	background: #7397B8;
	box-shadow: 0px 0px 0px 3px rgba(255,255,255,1.0);
}

.btn-theme-dark a:hover {
	color: #ffffff;
	text-shadow: 0px 0px 25px rgba(245, 114, 72, 0);
}

@media (min-width:992px){
.btn-theme {
	font-size: 20px;
	text-transform: uppercase;
	min-width: 220px;
	padding: 0 20px;
	line-height: 58px;
}

}
/* -----------------------------------------
:: CALL TO ACTION
----------------------------------------- */
.cta-title {
	font-size: 20px;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 1;
}

.cta {
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	content: " ";
	display: table;
	padding: 7px 0 10px 0;
}

.cta-large p:nth-child(1){
    padding:0;
    margin:0;
    line-height:1;
}
.cta-large h2 {
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 1;
}

h2.cta-title {
	margin: 0;
	padding: 0;
}

@media (min-width: 992px) {
.cta {
	padding: 7px 0 2px 0;
}

.cta-title {
	font-size: 36px;
}

.cta-content {
	float: left;
}

.cta-action {
	float: right;
	margin-left: 50px;
}

.cta-large .btn-theme {
	margin: 30px 30px 0 0;
}

}
/* -----------------------------------------
:: FEATURED COLLECTIONS
----------------------------------------- */
.collection {
	transition: all .3s ease;
}

.collection-left-top {
	background: url('../graphics/bg-bottom-dark-sm.png') center 200px no-repeat, url('../themed-images/placeholders/640x480/holder1-640x480.jpg') center center no-repeat;
	background-size: 108%;
}

.collection-left-bottom {
	background: url('../graphics/bg-bottom-dark-sm.png') center 250px no-repeat, url('../themed-images/placeholders/640x480/holder2-640x480.jpg') center center no-repeat;
	background-size: 150%;
}

.collection-center-top {
	background: url('../graphics/bg-bottom-dark-sm.png') center 250px no-repeat, url('../themed-images/placeholders/640x480/holder3-640x480.jpg') center center no-repeat;
	background-size: 150%;
}

.collection-center-bottom {
	background: url('../graphics/bg-bottom-dark-sm.png') center 200px no-repeat, url('../themed-images/placeholders/640x480/holder4-640x480.jpg') center center no-repeat;
	background-size: 108%;
}

.collection-right-top {
	background: url('../graphics/bg-bottom-dark-sm.png') center 200px no-repeat, url('../themed-images/placeholders/640x480/holder5-640x480.jpg') center center no-repeat;
	background-size: 108%;
}

.collection-right-bottom {
	background: url('../graphics/bg-bottom-dark-sm.png') center 250px no-repeat, url('../themed-images/placeholders/640x480/holder6-640x480.jpg') center center no-repeat;
	background-size: 150%;
}

.collection-featured-content p {
	padding: 0;
	margin: 0;
	line-height: 1;
}

.collection-featured-content h1, .collection-featured-content h2, .collection-featured-content h3, .collection-featured-content h4, .collection-featured-content h5, .collection-featured-content h6 {
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1;
}

.collection-featured-sm {
	width: 100%;
	overflow: hidden;
	padding: 30px;
	margin: 0 0 30px 0;
	position: relative;
	height: 200px;
}

.collection-featured-lg {
	width: 100%;
	overflow: hidden;
	padding: 30px;
	position: relative;
	margin: 0 0 30px 0;
	height: 200px;
}

.collection-left-top:hover, .collection-center-bottom:hover, .collection-right-top:hover {
	background-size: 150%;
}

.collection-left-bottom:hover, .collection-center-top:hover, .collection-right-bottom:hover {
	background-size: 180%;
}

.collection-featured-heading {
	text-align: center;
	padding: 15px;
}

@media (min-width: 992px) {
.collection-featured {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
}

.collection-featured-heading {
	text-align: center;
	padding: 20px;
	margin: 30px;
}

.collection-featured-heading h2 {
	display: inline;
	background: #7397B8;
	padding: 10px 65px;
}

.collection-featured-sm {
	height: 320px;
}

.collection-featured-lg {
	height: 480px;
}

.collection-featured-content {
	position: absolute;
	bottom: 30px;
}

}
/* -----------------------------------------
:: FEATURED PRODUCTS
----------------------------------------- */
.product-featured-image {
	position: relative;
	text-align: left;
}

.product-featured-image-secondary {
	position: absolute;
	opacity: 1;
}

.product-featured-image-primary {
	opacity: 1;
	position: relative;
	transition: all .5s ease;
}

.product-featured-image-primary:hover {
	opacity: 0;
}

.product-featured-image-content:hover ~ img	{
    opacity:0;
}
.product-featured-image-content:hover + img {
	opacity: 1;
}

.product-featured-title2 {
	opacity: 0;
}

.product-featured-title:hover .product-featured-title2 {
	opacity: 1;
}

.product-featured-title:hover .product-featured-title1 {
	opacity: 0;
}

.product-featured-image:hover .product-featured-title2 {
	opacity: 1;
}

.product-featured-variant-selectors {
	width: 100%;
	height: auto;
	line-height: 60px;
	text-align: center;
	background: #1E1E20;
}

.product-featured-variant-selectors a:hover {
	text-decoration: none;
}

.product-featured-variant-selectors img {
	margin: auto 10px;
}

.product-featured-title1, .product-featured-title2 {
	z-index: 2;
	position: absolute;
	bottom: 0;
	height: auto;
	width: 100%;
	line-height: 60px;
	background: #7397B8;
	text-align: center;
	color: #ffffff;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	white-space: nowrap;
}

.product-featured {
	text-align: center;
}

.product-featured-image-content {
	width: 100%;
	text-align: center;
	display: block;
	background: rgba(0,0,0,0.2);
	padding: 5px 0;
	margin-top: 20px;
}

@media (min-width:992px){
.product-featured {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0;
	text-align: center;
}

.product-featured-image-content {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url('../graphics/bg-bottom-dark-sm.png');
	background-position: center 120%;
	background-repeat: no-repeat;
	transition: all .5s ease;
	opacity: 1;
	vertical-align: bottom;
}

.product-featured-image-content:hover {
	background-image: url('../graphics/bg-bottom-dark-sm.png');
	background-position: center 130%;
	background-repeat: no-repeat;
	opacity: .5;
}

.product-featured-price1 {
	position: absolute;
	bottom: 135px;
	left: 65px;
	color: #ffffff;
}

.product-featured-price2 {
	position: absolute;
	bottom: 60px;
	left: 65px;
	color: #ffffff;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: 400;
	text-shadow: 0px 0px 25px rgba(245, 114, 72, 1);
}

}
/* -----------------------------------------
:: SPLIT CONTENT
----------------------------------------- */
.content-split aside p:nth-child(1){
    padding:0;
    margin:0;
    line-height:1;
}
.content-split aside h3 {
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 1;
}

.content-box-no-bg {
	padding: 10px px 10px 0px;
}

.content-box-with-bg {
	padding: 10px 0px 10px 0px;
}

@media (min-width: 992px ){
.content-split {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0;
}

.content-box-no-bg {
	padding: 30px 30px 30px 0px;
}

.content-box-with-bg {
	padding: 30px 30px 30px 30px;
}

}
/* -----------------------------------------
:: FEATURED REVIEW
----------------------------------------- */
.review {
	transition: all .3s ease;
}

.review-featured {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
}

.review-img-1 {
	background-image: url('../themed-images/pages/index/fortunasplit.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 105%;
}

.review-img-2 {
	background-image: url('../themed-images/pages/index/leeairsplit.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 105%;
}

.review-img-1:hover, .review-img-2:hover {
	background-size: 120%;
}

.review-img, .review-content {
	width: 100%;
	height: 100%;
	padding: 10px;
}

.review-content-wrapper, .review-img-wrapper {
	min-height: 250px;
}

@media (min-width: 992px){
.review-content {
	background: rgba(0,0,0,0.1);
	padding: 20px;
}

.review-img {
	padding: 20px;
}

.review-content .btn-theme {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.review-content-wrapper, .review-img-wrapper {
	height: 500px;
	min-height: 500px;
	width: 100%;
	overflow: hidden;
	padding: 30px;
	position: relative;
}

}
@media (min-width: 1280px){
.review-img {
	background: rgba(0,0,0,0.2);
}

}
/* -----------------------------------------
:: CONTACT MAP
----------------------------------------- */
.map-wrapper2 .container {
	padding: 0 0 0 0;
}

/* contact.htm with half map */
.contact2-map iframe {
	width: 100%;
	border: 0;
	height: 350px;
}

div.contact2-map small {
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px;
	background: rgba(0,0,0,0.25);
}

.contact2-form {
	margin-top: 50px;
}

.contact-half-map {
	position: relative;
}

.map-left {
	background: #222222;
	background: rgba(34, 34, 34, 0.88);
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.map-left {
	background: #222222;
	background: rgba(34, 34, 34, 0.88);
	position: relative;
	z-index: 1;
	height: 400px;
	width: 50%;
	padding-left: 100px;
	box-sizing: border-box;
}

.map-left:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: #222222;
	border-left-color: rgba(34, 34, 34, 0.88);
	border-width: 30px;
	margin-top: -30px;
}

@media (min-width: 992px) {
.contact-half-map {
	height: 400px;
	position: relative;
}

}
/* -----------------------------------------
:: BS CAROUSEL ANIMATION DELAYS
----------------------------------------- */
.delay-25 {
	-webkit-animation-delay: .250s;
	animation-delay: .250s;
}

.delay-50 {
	-webkit-animation-delay: .500s;
	animation-delay: .500s;
}

.delay-75 {
	-webkit-animation-delay: .750s;
	animation-delay: .75s;
}

.delay-100 {
	-webkit-animation-delay: 1.00s;
	animation-delay: 1.00s;
}

.delay-125 {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

.delay-150 {
	-webkit-animation-delay: 1.50s;
	animation-delay: 1.50s;
}

.delay-175 {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.delay-200 {
	-webkit-animation-delay: 2.00s;
	animation-delay: 2.00s;
}

.delay-225 {
	-webkit-animation-delay: 2.25s;
	animation-delay: 2.25s;
}

.delay-250 {
	-webkit-animation-delay: 2.50s;
	animation-delay: 2.50s;
}

.delay-275 {
	-webkit-animation-delay: 2.75s;
	animation-delay: 2.75s;
}

.delay-300 {
	-webkit-animation-delay: 3.00s;
	animation-delay: 3.00s;
}

.delay-325 {
	-webkit-animation-delay: 3.25s;
	animation-delay: 3.25s;
}

.delay-350 {
	-webkit-animation-delay: 3.50s;
	animation-delay: 3.50s;
}

.delay-375 {
	-webkit-animation-delay: 3.75s;
	animation-delay: 3.75s;
}

.delay-400 {
	-webkit-animation-delay: 4.00s;
	animation-delay: 4.00s;
}

.delay-425 {
	-webkit-animation-delay: 4.25s;
	animation-delay: 4.25s;
}

.delay-450 {
	-webkit-animation-delay: 4.50s;
	animation-delay: 4.50;
}

.delay-475 {
	-webkit-animation-delay: 4.75s;
	animation-delay: 4.75s;
}

.delay-500 {
	-webkit-animation-delay: 5.00s;
	animation-delay: 5.00s;
}

/* -----------------------------------------
:: MENU PUSH
----------------------------------------- */
.menupush-navigation-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navigation-is-open main {
	height: 100vh;
}

.menupush-nav-trigger {
	position: absolute;
	z-index: 1001;
	right: 0px;
	top: 0px;
	height: 40px;
	width: 40px;
	background: #7397B8 url('../graphics/menu-push-lines.png') center center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	transition: all .3s ease;
	outline: 0;
	opacity: 1;
}

.menupush-nav-trigger:hover {
	right: 0px;
}

.menupush-nav-trigger a {
	outline: 0;
}

a.menupush-nav-trigger:hover, a.menupush-nav-trigger:focus {
	background: #7397B8 url('../graphics/menu-push-lines.png') center center no-repeat;
}

.navigation-is-open .menupush-nav-trigger a {
	outline: 0;
}

.navigation-is-open .menupush-nav-trigger {
	position: absolute;
	z-index: 1001;
	right: 0px;
	top: 0px;
	height: 40px;
	width: 100%;
	background: #7397B8 url('../graphics/menu-push-lines.png') center center no-repeat;
	border-radius: 0 0 0 0;
	overflow: hidden;
	white-space: nowrap;
	transition: all .3s ease;
	outline: 0;
}

@media (min-width: 769px) {
.menupush-nav-trigger {
	position: absolute;
	right: 20px;
	top: 20px;
	height: 40px;
	width: 40px;
	background: #7397B8 url('../graphics/menu-push-lines.png') center center no-repeat;
}

a.menupush-nav-trigger:hover, a.menupush-nav-trigger:focus {
	background: #7397B8 url('../graphics/menu-push-lines.png') center center no-repeat;
}

.navigation-is-open .menupush-nav-trigger {
	position: absolute;
	top: 0px;
	height: 40px;
}

.menupush-nav-trigger:hover {
	position: absolute;
	right: 20px;
	top: 20px;
}

.navigation-is-open .menupush-nav-trigger:hover {
	position: absolute;
	top: 0px;
	right: 0px;
}

}
.navigation-is-open .menupush-nav-trigger {
	position: fixed;
}

.no-touch .menupush-nav-trigger:hover .menupush-nav-icon::after {
	top: 2px;
}

.no-touch .menupush-nav-trigger:hover .menupush-nav-icon::before {
	top: -2px;
}

.menupush-nav {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #C8BA9F;
	visibility: hidden;
	transition: all .5s ease;
	opacity: 0;
	text-align: center;
}

.menupush-nav .menupush-navigation-wrapper {
	/* all navigation content */
  	height: 100%;
	-webkit-overflow-scrolling: touch; /* padding: 40px 5% 40px calc(5% + 80px); Force Hardware Acceleration in WebKit */;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.7s;
	-moz-transition: -moz-transform 0.7s;
	transition: transform 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.navigation-is-open .menupush-nav {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}

.navigation-is-open .menupush-nav .menupush-navigation-wrapper {
	overflow-y: auto;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

#menupush-nav ul li {
	font-size: 20px;
	padding: 7px;
}

#menupush-nav ul li:hover {
	background: rgba(0,0,0,0.1);
}

#menupush-nav ul li a:hover {
	text-decoration: none;
}

/* -----------------------------------------
:: BACK TO TOP 
----------------------------------------- */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../graphics/back-to-top-arrow.png") no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
  visibility: visible;
	opacity: .5;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

.no-touch .cd-top:hover {
	opacity: 1;
}

.col-full-height {
	padding-bottom: 20px;
}

@media (min-width: 768px) {
/* columns of same height styles */
.row-full-height {
	height: 100%;
	padding-right: 15px;
}

.col-full-height {
	height: 100%;
	vertical-align: middle;
	padding-right: 15px;
}

.row-same-height {
	display: table;
	width: 100%; /* fix overflow */;
	table-layout: fixed;
}

.col-xs-height {
	display: table-cell;
	float: none !important;
}

.col-sm-height {
	display: table-cell;
	float: none !important;
}

}
@media (min-width: 992px) {
.col-md-height {
	display: table-cell;
	float: none !important;
}

}
@media (min-width: 1200px) {
.col-lg-height {
	display: table-cell;
	float: none !important;
}

}

