/********************************	
	Developed by AXA Studios
	The Creative Engine
	http://www.axastudios.com
*********************************/

/* MAIN STYLES *****************************/

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	padding: 0px;
	margin: 0px;
	background:#FFFFFF;
/*	font-family: 'Lato', Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: 300;
	line-height: 1.6;
	color:#1b2228;
}
	
/* TEXT & LINK STYLES *****************************/

h1, h2, h3, h4, h5, h6 {
/*	font-family: 'Montserrat', Arial, Helvetica, sans-serif;*/
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	margin-top: 0px;
	display: inline-block;
	position: relative;
	line-height: 1;
}
h1{
	font-weight: 900;
	font-size:80px;
	letter-spacing: -1px;
	margin-bottom: 24px;
}
h2{
	color: #1b2228;
	font-size:40px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 24px;
}
h3{
	font-size:30px;
	margin-bottom: 16px;
	font-weight: 700;
}
h4{
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.italic{
	font-style:italic;
}
:focus{
	-moz-outline-style:none;
}	
::selection{
	background-color:#1b2228;
	color:#fff;
}	
::-moz-selection{
	background-color:#1b2228;
	color:#fff;
}
input:focus, button:focus {
	outline: none; 
}
p{
	margin-bottom: 24px;
}
p.lead{
	font-size:24px;
	margin-bottom: 18px;
}
a, a:visited{
	border: none;
	outline:0;
	-moz-outline-style:none;
	color: #8b1e3f;
}
a:hover, a:focus, a:active{
	text-decoration: none;
	color: inherit;
	outline:0;
	-moz-outline-style:none;
}
a img {
	border: none;
	outline:0;
	-moz-outline-style:none;
}
a.button, input.button, button.button, .d-btn, a.button:visited, input.button:visited{
	position: relative;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	border: 0px;
	border-radius: 3px;
	outline: none;
	background: #8b1e3f;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
a.button, .d-btn {
	display: inline-block;
	text-decoration: none;
	padding: 10px 40px 10px 40px;
}
button.button{
/*
	background: none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
*/
	height: 40px;
	padding: 9px 40px 9px 40px;
}
.d-btn, .d-btn:visited{
	background: none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	height: 40px;
	padding: 9px 40px 9px 40px;
	background: rgba(0,0,0,0.3);
}
input.button, button.button {
	position: relative;
	margin: 0;
	height: 40px;
	padding: 0px 30px 0px 30px;
}
a.button:hover, input.button:hover,
a.button:active, input.button:active,
a.button:focus, input.button:focus{
/*	color: rgba(255, 255, 255, 0.7);*/
	background:#1b2228;
	-webkit-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}
button.button:hover, button.button:focus, button.button:active{
	color: #FFFFFF;
    background:#1b2228;
/*	border: 1px solid #1b2228;*/
}
.d-btn:hover, .d-btn:active, .d-btn:focus{
	color: #8b1e3f;
	border: 1px solid #8b1e3f;
}

/* MAIN CONTENT STYLES *****************************/

#outer-wrapper{
	position: relative;
	overflow: hidden;
}
#bg-wrapper {
	position: fixed;
	content:'';
	display: block;
	opacity: 0;
	width:100%;
	height:0;
	background: rgba(21,29,32,0.8);
	z-index: 10;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.menu-open #bg-wrapper {
	opacity: 1;
	height:100%;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#main-wrapper, #sub-wrapper{
	position: relative;
}
#content-wrapper{
	position: relative;
	z-index: 1;
	background: #FFF;
}
#sub-wrapper #content-wrapper{
	padding-top: 100px;
}
.scroll-top:link{
	position: fixed;
	right:-50px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	padding: 8px;
	text-align: center;
	z-index: 999;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	opacity: 1;
	background: #8b1e3f;
	color: #FFFFFF;
	font-size: 30px;
}
.scroll-top i{
	line-height: 24px;
	vertical-align: top;
}
.scroll-top:hover, .scroll-top:focus, .scroll-top:active, .scroll-top:visited{
/*	background: #8b1e3f;*/
	color: #FFF;
	opacity: 0.7;
}
.scroll-top.affix{
	right:30px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

/* NAVBAR *****************************/	

#navbar {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	top:0px;
	z-index: 99;
}
.header{
	position: relative;
	display: block;
	padding: 0px;
	background: #171717;
}
.logo-main{
	display: inline-block;
	margin: 18px 0px;
	padding: 0px;
	height: 24px;
		float: left;
}
.logo-main img{
	max-width: 100%;
	width:auto;
	height: 24px;
	vertical-align: top;
}
.header-nav{
	display: block;
	float: right;
/*	width: 70%;*/
	text-align: right;
}
/*
#header-time{
	display: inline-block;
	color: #FFFFFF;
	padding: 0px 20px;
	line-height: 60px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
#date-now{
	display: inline-block;
}
#time-now{
	display: inline-block;
}
*/
.header-nav a.button{
	display: inline-block;
	line-height: 40px;
	border-radius: 0px;
}
.header-nav a.button:hover, .header-nav a.button:active{
	color:  #8b1e3f;
	background: #FFFFFF;
}
#nav-main {
	position: relative;
	display: inline-block;
	float: right;
	margin: 0px 20px 0px 60px;
	padding: 0px;
}

#nav-main ul{
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
/*	text-align: center;*/
}
#nav-main ul:after{
	display: block;
	content: '';
	clear: both;
}
#nav-main ul > li{
	position: relative;
    display: inline-block;
	padding: 20px 0px;
	margin: 0px;
	float: left;
}
#nav-main ul > li > a{
	position: relative;
	display: block;
	padding: 0px 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
#nav-main ul > li:first-child > a{
	padding-left: 0px;
}
#nav-main ul > li > a:hover{
	color: #8b1e3f;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}
#nav-main ul > li.nav-social > a{
	padding: 0px 15px;
	font-size: 20px;
	line-height: 18px;
}
#nav-main .link-login i{
	margin-right: 5px;
}
#nav-main .mob-link{
	display: none;
}

/* MAIN BANNER STYLES *****************************/

#banner-wrapper{
	position: relative;
/*	background: #3c153b;*/
	height: 100%;
	min-height: 100vh;
	z-index: 0;
	overflow: hidden;
	
	background: url(../images/main-banner.jpg) center bottom no-repeat #3c153b;
	background-size: cover;
}
#banner-wrapper .container{
	position: relative;
	display: block;
}
#banner-img{
	position: absolute;
	display: block;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	text-align: center;
	z-index: 0;
	overflow: hidden;
	background: url(../images/main-banner.jpg) center bottom no-repeat;
	background-size: cover;
	-webkit-animation: banneranimate 24.0s linear infinite;
	animation: banneranimate 24.0s linear infinite;
	-webkit-transform-origin: 50% 80%;
	transform-origin: 50% 80%;
}
.banner-text{
	position: relative;
	display: block;
	width: 60%;
	color: #FFFFFF;
	margin-top: 25%;
	margin-left: 20%;
	margin-bottom: 120px;
	text-align: center;
}
.banner-text h1{
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}
#banner-p{
	display: block;
	margin-bottom: 40px;
	font-size: 20px;
    font-weight: 300;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

/* CONTENT STYLES *****************************/
#b-top-content{
	position: relative;
	background: #e9eaeb;
	z-index: 1;
}
.b-top-content-txt{
	position: relative;
	display: block;
	width: 50%;
	float: right;
	padding: 60px 0px 60px 60px;
	background: #e9eaeb;
}
.b-top-content-img{
	position: absolute;
	display: block;
	width: 50%;
	height: 100%;
	left:0;
	top:0;
	background: url(../images/house-of-kebab-team.jpg) center center #282f39 no-repeat;
	background-size: cover;
}
#b-content{
	position: relative;
	background: #e7e8e8;
	background-size: cover;
}
.b-content-txt{
	position: relative;
	display: block;
	width: 50%;
	float: left;
	padding: 60px 60px 60px 0px;
	background: #e9eaeb;
}
.b-content-img{
	position: absolute;
	display: block;
	width: 50%;
	height: 100%;
	right:0;
	top:0;
	background: url(../images/b-content-banner.jpg) center center #282f39 no-repeat;
	background-size: cover;
}
#home-txt-blks{
	padding-top: 100px;
	margin-bottom: 40px;
}
.home-txt-title{
	display: block;
/*	padding: 0px 60px;*/
}
.home-txt-row{
	position: relative;
	clear: both;
	margin-left: -60px;
	margin-right: -60px;
}
.home-txt-blk{
	display: block;
	float: left;
	width: 50%;
	padding: 0px 60px;
	margin-bottom: 60px;
}
.home-txt-blk p{
	position: relative;
/*	margin-bottom: 0px;*/
}
#content-wrapper ul{
	list-style: none;
	margin: 0px 0px 24px 0px;
	padding: 0px;
}
#content-wrapper ul li{
	position: relative;
	margin: 0px;
	padding:0px 20px 0px 25px;
}
#content-wrapper ul.small-list li{
	width: 50%;
	float: left;
}
#content-wrapper ul li:before{
	content: "\f00c";
	display: block;
	position: absolute;
	padding: 0;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	color: #8b1e3f;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	vertical-align: middle;
}

#content-center{
	position: relative;
	margin: 0px;
	text-align: center;
	padding: 120px 10% 0px 10%;
}

.content-block{
	padding-top: 60px;
	margin-bottom: 40px;
}
.content-block-wrap{
	position: relative;
	clear: both;
	margin-left: -60px;
	margin-right: -60px;
}
.content-left, .content-right{
	display: block;
	float: left;
	width: 50%;
	padding: 0px 60px;
	margin-bottom: 60px;
}

.contact-form{
	position: relative;
	padding-top: 40px;
}
.contact-form .form-group {
	margin-bottom: 30px;
}
.contact-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 1.42857;
    background: none;
    border: 1px solid #FFFFFF;
	border-bottom: 1px solid #c0c0c1;
    border-radius: 0px;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.contact-form textarea.form-control{
    width: 100%!important;
    height: 100px;
}
.contact-form .form-control:focus {
    border-bottom: 1px solid #8b1e3f;
    outline: 0px none;
    box-shadow: none;
}
.contact-form ::-webkit-input-placeholder {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   	color: #828282;
}
.contact-form ::-moz-placeholder { 
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   	color: #828282;
	opacity: 1;
}
.contact-form :-ms-input-placeholder {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   	color: #828282;
}
.contact-form .button{
	display: block;
	margin-top: 10px;
	width: 100%;
}
.contact-form input[type=checkbox], #contact-form input[type=radio] {
    margin: 6px 5px 0 -10px;
}
.contact-form label {
    font-size: 16px;
	font-weight: 300;
	color: #828282;
}
.popover.top {
    margin-top: 0px;
}
.contact-privacy .popover.top {
    margin-top: -10px;	
}
.popover {
	border-radius: 0px;
	box-shadow: none;
	z-index: 90;
}
#captcha-box{
	position: relative;
/*
	display: block;
	max-width: 80%;
*/
}
#g-recaptcha {
	position: relative;
	transform: scale(0.95);
	transform-origin: 0px 0px;
}

#product-wrap{
	position: relative;
	padding: 90px 30px 90px 30px;
}
.full-txt-title{
	position: relative;
	display: block;
	padding: 0px 30px;
	margin-bottom: 30px;
	text-align: center;
}
.product-blk{
	position: relative;
	display: block;
	width: 25%;
	float: left;
	padding: 0px 30px;
	margin-bottom: 30px;
}
.product-blk-img{
	display: block;
	margin-bottom: 30px;
}
.product-blk-img img{
	max-width: 100%;
}
.product-blk-txt p{
	margin-bottom: 0px;
}
.address{
	position: relative;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}
.address span{
	font-weight: 700;
}
#insta-wrapper{
	position: relative;
	display: block;
	background: #8b1e3f;
	padding: 0px;
	margin-bottom: 30px;
}
#instafeed{
	position: relative;
	display: block;
}
#instafeed{
	position: relative;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#instafeed:after{
	content: '';
	display: block;
	clear: both;
}
.insta-col{
	position: relative;
	display: inline-block;
	float: left;
/*	width: 16.6667%!important;*/
}

.insta-item{
    display: flex;
    width: 16.6667%;
}

.insta-item a{
	position: relative;
	display: block;
	overflow: hidden;
}
.insta-item a:after{
	content: '';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0.4;
	background: #8b1e3f;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.insta-item a:hover:after{
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.insta-item img {
	position: relative;
	max-width: 100%;
}
.insta-item-img{
	position: relative;
	display: block;
	background-position: center center;
	background-size: cover;
}
.insta-item a:hover .insta-item-img {
	-webkit-animation: insta-hover-animate 1.0s ease-out;
	animation: insta-hover-animate 1.0s ease-out;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

/* CAROUSEL *****************************/

#logo-carousel{
	position: relative;
	display: block;
	margin: 60px;
}
#logo-carousel .item{
	padding: 0px 20px;
}
#logo-carousel .item:hover{
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	display: block;
	top:0;
 	width: 20px;
	font-size: 50px;
	height: 100%;	
/*	line-height: 100%;*/
}
.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
	color: #8b1e3f;
}
.owl-carousel .owl-nav .owl-next i, .owl-carousel .owl-nav .owl-prev i{
	display: block;
	position: absolute;
	vertical-align: middle;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-prev{
	left: -40px;
}
.owl-carousel .owl-nav .owl-next{
	right: -40px;
}

/* FOOTER *****************************/
	
#footer-top{
	position:relative;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background: #8b1e3f;
}
#footer-top span{
	line-height: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
/*	font-family: 'Montserrat', Arial, Helvetica, sans-serif;*/
	font-weight: 700;
}
#footer	{
	position:relative;
	background: #12191c;
	background-size: cover;
	padding-bottom: 60px;
	padding-top: 60px;
	color: #FFFFFF;
/*	font-family: 'Montserrat', Arial, Helvetica, sans-serif;*/
	font-weight: 700;
	z-index: 1;
}
.footer-logo{
	position: relative;
	display: block;
	float: left;
	width: 16%;
	padding-right: 40px;
}
.footer-logo a{
	display: block;
}
.footer-logo img{
	max-width: 100%;
	width:auto;
	height: 40px;
}
.footer-nav{
	position: relative;
	display: block;
	float: left;
	width: 84%;
	font-size: 12px;
}
.f-nav{
	position: relative;
	display: block;
	list-style: none;
	border-left:1px solid #CCC;
	line-height: 30px;
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
}
.f-nav li{
	position: relative;
	display: inline-block;
}
.f-nav li a{
	display: block;
	padding: 0px 20px;
	color:#707275;
	text-transform: uppercase;
}
.f-nav li a:hover{
	color: #8b1e3f;
}
.copyright{
	line-height: 40px;
	padding: 0px 40px;
	color: #707275;
}

/* MODAL STYLES *****************************/

body.modal-open  {
	padding: 0px!important;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-backdrop.in {
    opacity: 1;
}
.modal{
	z-index: 9999;
}
.modal-dialog {
    width: 40%;
	min-width: 300px;
    margin: 10% auto 20px auto;
}
.modal-content {
    position: relative;
    background: #FFF;
/*    border: 1px solid rgba(0, 0, 0, 0.2);*/
	border: 0px;
    border-radius: 0px;
    outline: 0px none;
    box-shadow: none;
}
.modal-content .close {
	position: absolute;
	right:28px;
	top:32px;
	opacity: 1;
	margin: 0px;
	width:20px;
	height:20px;
	border-radius: 50%;
	font-size: 18px;
	line-height:16px;
	text-align: center;
	color: #8b1e3f;
	border: 2px solid #8b1e3f;
}
.modal-header {
	position: relative;
	padding: 30px 50px 30px 30px;
	border: 0px;
}
.modal-header h2{
	margin-bottom: 0px;
}
.modal-body {
	padding: 0px 30px;
}
.modal-footer {
	padding: 30px;
	border: 0px;
	text-align: left;
}

.modal-float-img{
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	width: 40%;
}
.modal-float-img img{
	max-width: 100%;
}


/* OTHER STYLES *****************************/

#banner-wrapper:after, #b-top-content:after, #product-wrap:after, #home-txt-blks:after, .content-menu:after, #footer-copyright:after, .f-nav:after, ul.small-list:after{
	display: block;
	content:'';
	clear: both;
}
.clear{
	clear:both;
}	
.no_border{
	border:none!important;
}
.mob-break{
	display: none;
}

/* ANIMATIONS *****************************/

@keyframes banneranimate {
	0% { opacity: 0;
		transform: scale(1);
	}
	2%, 98% { opacity: 1; }
	100% { opacity: 0;
		transform: scale(1.4);
	}
}
@-webkit-keyframes banneranimate {
	0% { opacity: 0;
		-webkit-transform: scale(1);
	}
	2%, 98% { opacity: 1; }
	100% { opacity: 0;
		-webkit-transform: scale(1.4);
	}
}
@-webkit-keyframes insta-hover-animate {
	0% { -webkit-transform:scale(1); }
	100% { -webkit-transform:scale(1.1); }
}
@keyframes insta-hover-animate {
	0% { transform:scale(1); }
	100% { transform:scale(1.1); }
}

@-webkit-keyframes btn-animate {
	0%, 100% { -webkit-transform:scale(1); }
	50% { -webkit-transform:scale(1.1); }
}
@keyframes btn-animate {
	0%, 100% { transform:scale(1); }
	50% { transform:scale(1.1); }
}

@-webkit-keyframes bm-animate {
	0% { background: rgba(255,255,255,0); }
	100% {	background: rgba(255,255,255,0.2); }
}
@keyframes bm-animate {
	0% { background: rgba(255,255,255,0); }
	100% {	background: rgba(255,255,255,0.2); }
}

@-webkit-keyframes nav-animate {
	0% { -webkit-transform:translateY(-100%); }
	100% {-webkit-transform:translateY(0%);}
}
@keyframes nav-animate {
	0% { transform:translateY(-100%); }
	100% { transform:translateY(0%);}
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* RESPONSIVE STYLES *****************************/

.nav-toggle {
	position: relative;
	display: none;
	float: left;
/*
	width: 32px;
	height: 32px;
	padding: 4px;
*/
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 12px 14px;
	background: none;
	border: none;
	color: #FFFFFF;
	overflow: hidden;
}
/*
.nav-toggle div{
	position: relative;
	float: left;
	text-align: left;
	width: 58px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
}
.main-nav-trigger{
	display: block;
	position: absolute;
	overflow: hidden;
	left: 12px;
	top:12px;
	cursor: pointer;
	padding: 0px 0px;
  	margin: 0;
	width: 24px;
	height: 24px;
}
*/
.nav-toggle span{
	display: block;
	position: absolute;
	top: 11px;
	left: 3px;
	right: 3px;
	height: 2px;
	background: white;
	transition: background 0s 0.2s;
}
.nav-toggle span::before,
.nav-toggle span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	content: "";
	transition-duration: 0.2s, 0.2s;
	transition-delay: 0.2s, 0s;
}
.nav-toggle span::before {
	top: -5px;
	transition-property: top, transform;
}
.nav-toggle span::after {
	bottom: -5px;
	transition-property: bottom, transform;
}
.menu-open .nav-toggle span {
  background: none;
}
.menu-open .nav-toggle span::before {
  top: 0;
  transform: rotate(45deg);
}
.menu-open .nav-toggle span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.menu-open .nav-toggle span::before,
.menu-open .nav-toggle span::after {
  transition-delay: 0s, 0.2s;
}

@media (min-width: 768px) {

	#navbar.sticky {
		position: fixed;
		-webkit-animation: nav-animate 0.3s ease-in-out;
		-ms-animation: nav-animate 0.3s ease-in-out;
		animation: nav-animate 0.3s ease-in-out;
	}
	#navbar.sticky #nav-main{
/*		background: rgba(27,34,40,1);*/
	}
	
}

@media (min-width: 1400px) and (max-width: 1679px) {

/*
	#mosaic-0-itemid-11, #mosaic-0-itemid-12{
		display: none;
	}
*/
    
    .insta-item{
        width: 25%;
    }
	
}

@media (min-width: 1400px) {

	.container{
		width:1380px;
	}
	
	
}
@media (min-width: 1200px) {

	.footer-logo {
		line-height: 40px;
	}
	.footer-logo img {
		width:100%;
		height: auto;
	}
	
}

@media (min-width: 1199px) and (max-width: 1399px) {
    .insta-item{
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	body{
		font-size: 16px;
	}
	
	h1{
		font-size: 52px;
	}
	h2{
		font-size: 26px;
	}
	h3{
		font-size: 20px;
	}
	a.button, .d-btn {
		padding: 10px 30px;	
	}
	p.lead {
    	font-size: 20px;
	}
	.header-nav {
		display: none;	
	}
	.banner-text{
		margin-top: 40%;
	}
	.b-top-content-txt{
		padding: 40px 0px 40px 40px;
	}
	.b-content-txt {
		padding: 40px 40px 40px 0px;
	}
	#content-center{
		padding: 80px 15% 0px 15%;
	}
	.contact-form {
		padding-top: 40px;
	}
	#g-recaptcha {
		position: relative;
		transform: scale(0.68);
		transform-origin: 0px 0px;
	}
	.footer-logo {
		line-height: 40px;
	}
	.footer-logo img {
		width:100%;
		height: auto;
	}
    .insta-item{
        width: 25%;
    }
}
	
@media (min-width: 768px) and (max-width: 991px) {
	
	.container{
		width:100%;
		padding-right: 16px;
		padding-left: 16px;
	}
	body{
		font-size: 16px;
	}
	
	h1{
		font-size: 42px;
	}
	h2{
		font-size: 26px;
	}
	h3{
		font-size: 20px;
	}
	a.button, .d-btn {
		padding: 10px 30px;	
	}
	p.lead {
    	font-size: 20px;
	}
	.header-nav {
		display: none;	
	}
	#nav-main ul > li > a {
        padding: 0px 10px;
	}
	.banner-text{
		margin-top: 40%;
/*
		margin-left: 25%;
		width: 50%;
*/
	}
	.b-top-content-txt{
		padding: 40px 0px 40px 40px;
	}
	.b-content-txt {
		padding: 40px 40px 40px 0px;
	}
	#home-txt-blks {
    	padding-top: 40px;
    	margin-bottom: 0px;
	}
	#content-txt-blks {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.content-block{
		padding-top: 40px;
		margin-bottom: 40px;
	}
	.home-txt-row, .content-block-wrap, .content-txt-row{
		margin-left: -40px;
		margin-right: -40px;
	}	
	.home-txt-blk, .content-left, .content-right, .content-txt-col{
		padding: 0px 40px;
		margin-bottom: 40px;
	}
	.content-txt-blk{
		margin-bottom: 20px;
	}
	#product-wrap{
		position: relative;
		padding: 32px 0px 0px 0px;
	}
/*
	.product-blk{
		width: 100%;
		float: none;
		padding: 0px 16px;
		margin-bottom: 32px;
	}
*/
	.product-blk{
		width: 50%;
	}
	#product-wrap .product-blk:nth-child(3){
		clear: both;	
	}
	.contact-form {
		padding-top: 40px;
	}
	#g-recaptcha {
		position: relative;
		transform: scale(0.65);
		transform-origin: 0px 0px;
	}
	.footer-logo {
		line-height: 40px;
	}
	.footer-logo img {
		width:100%;
		height: auto;
	}
    .insta-item{
        width: 33.3333%;
    }
}

@media (max-width: 767px) {
	
	.container {
		padding-right: 16px;
		padding-left: 16px;
	}
	
	body{
		font-size: 16px;
	}
	
	h1{
		font-size: 36px;
	}
	h2{
		font-size: 26px;
	}
	h3{
		font-size: 20px;
	}
	a.button, .d-btn {
		padding: 10px 30px;	
		display: block;
	}
	p.lead {
    	font-size: 20px;
	}
	.header-nav {
		display: none;	
	}
	#navbar{
		border:0px;
		position: fixed;
		background: #000000;
	}
	#navbar.sticky {
		position: fixed;
		background: #000000;
/*
		padding: 0px 0px;
		-webkit-animation: nav-animate 0.3s ease-in-out;
		-ms-animation: nav-animate 0.3s ease-in-out;
		animation: nav-animate 0.3s ease-in-out;
*/
	}
	#navbar:after {
		display: none;
	}
	#navbar .container{
		padding: 0px;
	}
	.navbar-header {
		position: relative;
		display: block;
		float: none;
		width: 100%;
		padding: 0px;
		height: 48px;
	}
	.logo-main{
		float: left;
		margin: 12px 0px 0px 0px;
		padding: 0px;
	}
	.logo-main img{
		width:auto;
		height: 24px;
	}
	.nav-toggle{
		display: block;
	}
	#nav-main{
		display: none;
		clear: both;
		margin: 0px 0px 0px 36px;
		float: none;
	}
	#nav-main ul {
    	position: relative;
    	margin: 0px;
    	padding: 0px 0px 8px 0px;
	}
	#nav-main ul > li {
		display: block;
		padding: 8px 0px;
		margin: 0px;
		float: none;
	}
	#nav-main ul > li.nav-social{
		display: inline-block;
	}
	#nav-main ul > li > a, #nav-main ul > li:first-child > a  {
        padding: 0px 16px;
/*		color: #CCC;*/
	}
	#nav-main .mob-link{
		display: block;
	}

	#sub-wrapper #content-wrapper {
		padding-top:48px;
	}
	#banner-wrapper{
		min-height: 85vh;
	}
	.banner-text {
		width: 100%;
		margin-top: 50%;
		margin-bottom: 40px;
		margin-left: 0px;
		text-align: center;
	}
	.banner-text .d-btn{
		display: inline-block;	
	}
	#banner-p{
/*		display: none;*/
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
		margin-bottom: 40px;
		font-weight: 300;
	}
	.b-content-txt, .b-top-content-txt{
		float: none;
		width:100%;
		padding: 32px 0px 32px 0px;
	}
	.b-content-img, .b-top-content-img{
		position: relative;
		display: block;
		float: none;
		width:100%;
		padding: 40%;
	}
	#home-txt-blks, #content-txt-blks, .content-block {
		margin-top: 0px;
    	padding-top: 32px;
		margin-bottom: 0px;
	}
	.home-txt-row, .content-block-wrap, .content-txt-row{
		margin-left: -20px;
		margin-right: -20px;
	}	
	.home-txt-blk, .content-left, .content-right, .content-txt-col{
		float: none;
		width:100%;
		padding: 0px 20px;
		margin-bottom: 40px;
	}
	#content-center{
		padding: 40px 0px 0px 0px;
	}
	.home-txt-title {
		margin-bottom: 0px;
	}
	.content-txt-blk{
		margin-bottom: 20px;
	}
	.content-menu li {
		margin-right: 20px;
	}
	#content-wrapper ul.small-list li {
		width: 100%;
		float: none;
	}
	.contact-form {
		padding-top: 0px;
	}
	#insta-wrapper {
		margin-bottom: 0px;	
	}
/*
	.insta-item a:after {
        display: none;
	}
*/
    .insta-item{
        width: 50%;
    }
	#product-wrap{
		position: relative;
		padding: 32px 0px 0px 0px;
	}
	.product-blk{
		width: 100%;
		float: none;
		padding: 0px 16px;
		margin-bottom: 32px;
	}
	#footer{
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.footer-logo {
		width:100%;
		line-height: 40px;
		text-align: center;
		float: none;
	}
	.footer-logo img {
		display: inline-block;
		width:auto;
		height: 40px;
		padding: 0px;
		margin-bottom: 10px;
	}
	.footer-nav {
        float: none;
		width: 100%;
	}
	.f-nav {
		border-left: 0px;
		line-height: 30px;
		margin: 5px 0px 20px 0px;
		padding: 0px;
	}
	.f-nav:after {
		content: '';
		display: block;
		clear: both;
	}
	.f-nav li {
		width:50%;
		float: left;
	}
	.f-nav li a {
    	padding: 0px 0px;
	}
	.copyright {
    	line-height: 20px;
    	padding: 0px;
	}
	.scroll-top.affix {
		right: 16px;
		bottom: 16px;
	}
	.modal-content .close {
		right:18px;
		top:22px;
	}
	.modal-header {
		padding: 20px 40px 20px 20px;
	}
	.modal-header h2{
		margin-bottom: 0px;
	}
	.modal-body {
		padding: 0px 20px;
	}
	.modal-footer {
		padding: 20px;
	}
}