/**
 * Support: web-master72@yandex.ru;
 * Gallery, Services, Menu labels - #fae7d7;
 * Links, Buttons - #F5D76E;
/* ---------------------------------------------- /*
 * General styles
/* ---------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Dancing+Script:700);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700,400italic);
body, html{
  width: 100%;
}
body {
    overflow-x: hidden;
    font: 400 14px 'Open Sans', sans-serif;
    color: #555;
    overflow: unset !important;
    background:#Ffff;
}


div.wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	width: 100%;
}

.mb-1 {
	margin-bottom: 5px;
}
.mb-2 {
	margin-bottom: 10px;
}
.mb-3 {
	margin-bottom: 15px;
}

p {
	font: 400 14px/29px 'Open Sans', sans-serif;
}




div.contact-content a{
  display: block;
	padding: 0 10px;
}




.row {
  max-width: 1520px;
  margin: auto;
}
img {
    height: auto;
}

a {
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #999;
}


a.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}

/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */

.form-control,
.navbar-custom {
    -webkit-transition: all 0.4s ease-in-out 0s;
       -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
         -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
}

a,
.btn,
.navbar a {
    -webkit-transition: all 0.4s ease-in-out 0s;
       -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
         -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
         -o-border-radius: 0px;
            border-radius: 0px;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    /*font: 700 54px/1.2 'Crimson Text', serif;*/
    /*font: 700 54px/1.2 'Gotham', serif;*/
    font: 400  54px/1.2 'Open Sans', sans-serif;
    margin: 0 0 20px;
    color: #000;
}

h2 {
    margin: 0 0 18px;
    font-size: 35px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
    font-size: 30px;
    margin: 0 0 15px;
  font-family: 'Crimson Text', serif;
	text-transform: uppercase;
}

h4 {
    font-size: 20px;
    margin: 0 0 10px;
}

h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 8px;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
}

blockquote {
    /*font: 700 50px/1.2 'Dancing Script', cursive;*/
    /*font: 700 50px/1.2 'Gotham', cursive;*/
    font: 700 50px/1.2 'Gotham-Light';
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}

blockquote small,
blockquote footer,
blockquote .small {
    display: block;
    font-size: 40%;
    line-height: 1.42857143;
    color: #999;
}



.module-subtitle {
    /*font: 400 16px/1.2 'Crimson Text',  serif;*/
    font: 400 16px/1.2 'Gotham-Light';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a7a9ac;
    margin: 0;
}

.intro-title {
    font-size: 55px;
}

/* ---------------------------------------------- /*
 * Alerts style
/* ---------------------------------------------- */

.alert {
    border: 0;
}

.help-block {
    font-size: 14px;
    color: #a94442;
}

.help-block ul {
    list-style: none;
    padding: 0 15px;
    margin: 0;
}

/* ---------------------------------------------- /*
 * Progress bars
/* ---------------------------------------------- */

.progress,
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    background-color: #F5D76E;
}

/* ---------------------------------------------- /*
 * Tabs
/* ---------------------------------------------- */

.nav-pills, .nav-tabs {
    margin-bottom: 20px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background: #F5D76E;
}

/* ---------------------------------------------- /*
 * Panels
/* ---------------------------------------------- */

.panel {
	border: 0;
}

.panel-body {
	background: #f5f5f5;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: 0;
}

/* ---------------------------------------------- /*
 * Modal
/* ---------------------------------------------- */

.modal-content {
	border: 0;
}

/* ---------------------------------------------- /*
 * Labels
/* ---------------------------------------------- */

.label {
	/*font: 400 italic 10px/1.8 'Crimson Text', serif;*/
	font: 400 italic 10px/1.8 'Gotham-Light';
	padding: .2em .6em .2em;
	letter-spacing: 1px;
	font-size: 60%;
}

.label-custom-1 {
	background: #F5D76E;
}

.label-custom-2 {
	background: #000;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */

.form-control {
	border: 0;
	background: transparent;
	border-bottom: 1px dotted #DDD;
	font-size: 16px;
	padding: 0 15px;
}

.form-control:focus {
	border-color: #444444;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 38px;
	font-size: 18px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
	font-size: 11px;
	height: 30px;
}

textarea.form-control {
	padding: 15px;
}

.form-control-black {
	border: 1px solid #DDD;
}

.form-control-black:focus {
	border-color: #444444;
}

/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */

.btn {
	letter-spacing: 1px;
	font-size: 16px;
	padding: 8px 26px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	outline: inherit !important;
}

.btn-custom-1 {
	background: transparent;
	border: 1px solid #000;
	color: #000;
}

.btn-custom-1:hover,
.btn-custom-1:focus,
.btn-custom-1:active,
.btn-custom-1.active {
	background: #000;
	border-color: #000;
	color: #fff;
}

.btn-custom-2 {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-custom-2:hover,
.btn-custom-2:focus,
.btn-custom-2:active,
.btn-custom-2.active {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.btn-custom-3 {
	background: transparent;
	border: 1px solid #000;
	color: #000
}

.btn-custom-3:hover,
.btn-custom-3:focus,
.btn-custom-3:active,
.btn-custom-3.active {
	background: #F5D76E;
	border-color: #F5D76E;
	color: #FFF;
}

.btn-custom-4 {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-custom-4:hover,
.btn-custom-4:focus,
.btn-custom-4:active,
.btn-custom-4.active {
	background: #F5D76E;
	border-color: #F5D76E;
	color: #fff;
}

.btn-custom-5 {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.btn-custom-5:hover,
.btn-custom-5:focus,
.btn-custom-5:active,
.btn-custom-5.active {
	background: #fff;
	border-color: #fff;
	color: #000;
}

/* Button size */

.btn-lg,
.btn-group-lg > .btn {
	padding: 12px 30px;
	font-size: 18px;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 6px 25px;
	font-size: 11px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 5px 25px;
	font-size: 10px;
}

.btn .icon-before {
	margin-right: 6px;
}

.btn .icon-after {
	margin-left: 6px;
}

.btn .icon-after,
.btn .icon-before {
	font-size: 12px;
}

.btn-list .btn {
	margin-bottom: 5px;
}

/* ---------------------------------------------- /*
 * Main
/* ---------------------------------------------- */

.module {
	position: relative;
	background: #fff;
	padding: 120px 0;
}

.module-gray {
	background: #f5f5f5;
}

.module-dark {
	background: #0E0E0E;
}

.callout, .callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6,
.module-dark, .module-dark h1, .module-dark h2, .module-dark h3, .module-dark h4, .module-dark h5, .module-dark h6,
.intro-module, .intro-module h1, .intro-module h2, .intro-module h3, .intro-module h4, .intro-module h5, .intro-module h6 {
	 color: #222;
}
.callout h2{
	font-size: 40px;
}
.module-header {
	text-align: center;
	margin: 0 0 60px;
}

.long-up {
	margin-top: 60px;
}

.long-up-2x {
	margin-top: 80px;
}

.long-down {
	margin-bottom: 60px;
}

.text-center {
	text-align: center;
}

.devider {
	text-align: center;
	margin: 60px 0 0;
}

.js-hovered {
	cursor: pointer;
}

.js-fade {
	opacity: 0.65;
}

.vjs-control-bar {
	visibility: hidden;
	display: none;
}

.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
}

.bg-dark-alfa-30::after {
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	content: '';
	z-index: -1;
}

.bg-dark-alfa-60::after {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	content: '';
	z-index: -1;
}

.bg-dark-alfa-90::after {
	background-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	content: '';
	z-index: -1;
}

/* ---------------------------------------------- /*
 * Callout
/* ---------------------------------------------- */

.callout {
	position: relative;
	text-align: center;
	padding: 0px 0;
	z-index: 1;
}

#callout-one {
	background: #fff;
}
div.callout-text{
  padding: 100px;
      background: #30302F;
      color: #fff;
      margin-bottom: 60px;
}
h2.callout-title{
color: #fff;
}
div.callout-text p{
  font-size: 17px;
}
/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */

.module-image {
	background-color: #222;
	background-image: url(../images/home-1.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 0;
}

.video-background {
	background-color: #000;
}

.intro {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}

/* ---------------------------------------------- /*
 * Menu
/* ---------------------------------------------- */

.menu {
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.menu-classic {
    height: 0px;
    padding-bottom: 134%;
    position: relative;
    margin-bottom: 30px;
}

.menu-classic img {
	margin: 0 0 10px;
}

.menu-title,
.menu-price {
	font-size: 16px;
	margin: 0;
}


div.menu-detail-holder{
position:absolute;
height: 100%;
width: 100%;
left: 0px;
top: 0px;

}
h2.menu-detail {
	font-size: 60px;
	letter-spacing: 2px;
	color: #fff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto auto;
	z-index: 1000;
	height: 50px;
	left: 0px;
	right: 0px;
	text-shadow: 1px 2px 2px #000000;
}

.menu-price-detail {
	position: relative;
	text-align: right;
}

.menu-label {
	background: #fae7d7;
	position: relative;
	display: inline-block;
	padding: 2px 10px 0px 10px;
	/*font-family: 'Crimson Text', serif;*/
	font-family: 'Gotham-Light';
	letter-spacing: 1px;
	font-style: italic;
	font-size: 13px;
	float: right;
	top: 5px;
}

/* ---------------------------------------------- /*
 * Servise
/* ---------------------------------------------- */

.iconbox {
	background: #fae7d7;
	text-align: center;
	padding: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.iconbox-body {
	border: 1px solid rgba(0,0,0,.1);
	padding: 25px 10px;
}

.iconbox-icon {
	color: #000;
	font-size: 32px;
	margin-bottom: 25px;
}

.iconbox-title {
	color: #000;
	margin: 0 0 15px;
	padding: 0;
}

.iconbox-desc {
	font-size: 15px;
}

/* ---------------------------------------------- /*
 * Testimonials
/* ---------------------------------------------- */

.testimonial-text {
	text-align: center;
	margin: 0 0 60px;
}

.testimonial-avatar {
	text-align: right;
}

.testimonial-avatar img {
	height: 84px;
	width: 84px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}

.testimonial-info {
	padding-top: 11px;
	text-align: left;
}

.stars {
	font-size: 12px;
	color: #f1c40f;
}

.stars i {
	margin: 0 2px 0 0;
}

.star-off {
	color: #999;
}

/* ---------------------------------------------- /*
 * Gallery
/* ---------------------------------------------- */

.margin-0 {
	margin: 0!important;
}

.position-relative {
	position: relative;
}

.side-image {
	position: absolute;
	background: #ffffff;
	padding: 30px;
	height: 100%;
}

.vertical-body {
	position: relative;
	border: 1px solid rgba(0,0,0,.1);
	display: table;
	height: 100%;
	text-align: center;
}

.vertical {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 30px;
}

.gallery-no-padding {
	background: #fff;
}

.gallery-no-padding > .row > .col-sm-4 {
	padding: 0;
}

.gallery-detail {
	text-align: center;
	margin: 15px 0 20px;
	padding: 0 0 10px;
}

.gallery-title {
	font-size: 16px;
	margin: 0 0 5px;
}

/* ---------------------------------------------- /*
 * Menu Classic, Gallery Overlay
/* ---------------------------------------------- */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.overlay a {
    /*position: absolute;*/
    font-size: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    /*opacity: 0;*/
    z-index: 10;
    display: block;
}

.overlay img {
    min-width: 100%;
    min-height: 100%;

    display: block;
}

.overlay figcaption {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    text-align: center;
    padding: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.overlay .caption-inner {
    position: absolute;
    margin-top: -25px;
    width: 100%;
    top: 50%;
    left: 0;
}

.overlay:hover figcaption {
    opacity: 1;
}

.overlay:hover span,
.overlay:hover .overlay-icon i{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.overlay-icon {
    border: 2px solid #fff;
    line-height: 48px;
    font-size: 16px;
    margin: 0 auto;
    height: 50px;
    width: 50px;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
}

.overlay-icon i,
.overlay-icon span {
    color: #F5D76E;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* ---------------------------------------------- /*
 * Twitter
/* ---------------------------------------------- */

.interact a {
	margin-right: 10px;
}

/* ---------------------------------------------- /*
 * Map, Contact and Ajax
/* ---------------------------------------------- */

#map-section {
	position: relative;
	width: 100%;
	margin-top: -60px;
	padding-bottom: 40px;
}

#map {
	height: 100%;
	width: 100%;
}

.ajax-response {
	text-align: center;
	padding: 20px;
}

/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {

	text-align: center;
	padding: 50px 10px;
	font-size: 14px;
	color: #444;

	text-align: left;
margin-top: 30px;
}

#footer a {
color: #444;
}

.copyright {
	margin: 0;
}

.social-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-links li {
	display: inline-block;
	margin: 0 5px;
}

/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.navbar-custom {
	border: 0;
	border-radius: 0;
	margin: 0;

}

.navbar-custom,
.navbar-custom .dropdown-menu {
	background: #fff;
	padding: 0;

}

.navbar-brand {
	max-width: 400px;
	height: auto;
}


@media (max-width: 1199px) {
	.navbar-custom .navbar-nav {

	}

}

@media (max-width: 991px) {
	.navbar-custom .navbar-nav {

	}

}

@media (max-width: 991px) {

	.container > .navbar-collapse{
	padding: 0px !important;
	}
	.navbar-custom .navbar-nav {
	margin:  0px ;
	width: 100%;
	text-align: center;

	}

}


@media (min-width: 1199px) {
	.navbar-custom .navbar-nav {

	}
}



.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	font-size: 15px;
	letter-spacing: 1px;
	color: #222;
    text-transform: uppercase;
    padding: 10px 20px;
}

@media (min-width: 991px) AND (max-width: 1200px)  {
  .navbar-custom .navbar-brand,
  .navbar-custom .navbar-nav > li > a,
  .navbar-custom .navbar-nav .dropdown-menu > li > a {
    letter-spacing: 0px;

  }
}

.navbar-custom .navbar-brand {
	/*font-family: 'Dancing Script', cursive;*/
	font-family: 'Gotham-Light';
	font-weight: 700;
	font-size: 32px;
}

.navbar-custom .nav .open > a,
.navbar-custom .nav li a:focus,
.navbar-custom .dropdown-menu > li > a:focus {
	background: none;
	outline: 0;
	color: #ddd;
}






.navbar-custom li > a {
font-family:  'Open Sans', sans-serif;
	font-weight: 400;
	position: relative;
  padding: 10px ;


}



.navbar-custom .dropdown-toggle:after {
position: absolute;
	display: block;
	right: 1px;
	top: 50%;
	margin-top: -5px;
	/*font: normal normal normal 14px/1 FontAwesome;*/
	font: normal normal normal 14px/1 'Gotham-Light';
	font-size: 12px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}







.navbar-custom .nav li a:hover,
.navbar-custom .navbar-nav > li.active a {
	background: none;
	outline: 0;
	color: #ddd;
}

.navbar-custom .dropdown-menu {
	border: 0;
	border-top: 2px solid #F5D76E;
	border-radius: 0;
}

.navbar-custom .dropdown-menu > li > a {
	padding: 10px 20px;
}

.navbar-custom .dropdown-menu > li > a:hover {
	background: rgba(0, 0, 0, .9);
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #222;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu li {
	border-left: 1px solid rgba(32, 31, 31, 0.9);
}

.dropdown-submenu>.dropdown-menu {
	display: block;
	left: 100%;
	top: 0;
	right: inherit;
	margin-top: -2px;
}

.dropdown-submenu > .dropdown-menu {
	visibility: hidden;
	opacity: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
}

.dropdown-submenu > a {
	position: relative;
}

.dropdown-submenu > a:after {
	position: absolute;
	display: block;
	right: 7px;
	top: 50%;
	margin-top: -6px;
	/*font: normal normal normal 14px/1 FontAwesome;*/
	font: normal normal normal 14px/1 'Gotham-Light';
	font-size: 12px;
	content: "\f105";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}

.left-side .dropdown-submenu > .dropdown-menu {
	left: inherit;
	right: 100%;
}

.left-side .dropdown-submenu li {
	border-left: 0;
	border-right: 1px solid rgba(32, 31, 31, 0.9);
}

/* --------------------------------------------------------- */

@media (min-width: 767px) {

	.navbar-transparent {
		background: transparent;
		padding-top:0px;
		webkit-box-shadow: none;
		box-shadow: none;
    background:  #fff;

	}

}
/*
@media (max-width: 360px) {
	.overlay {
	    width: 300px;
	    height: 200px;
	}
}

@media (max-width: 480px) {
	.overlay {
	    width: 300px;
	    height: 300px;
	}
}
*/
@media (max-width: 767px) {
/*
	.overlay {
		width: 363px;
	    height: 259px;
	}*/

	.navbar-brand {
		width: 70%;
		float: left;
		height: auto;
	}

	.navbar-brand img {

		width: 100%;
	}

	.navbar-custom .nav li a:hover {
		background: rgba(0, 0, 0, .9);
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}

	.navbar-custom li a {

	}

	.dropdown-submenu > .dropdown-menu {
		display: none;
		visibility: visible;
		opacity: 1;
	}

	.dropdown-submenu > .dropdown-open {
		display: block;
	}

	.navbar-nav .open .dropdown-submenu > .dropdown-menu li > a {
		padding-left: 40px;
	}


	.dropdown-submenu > a:after,
	.navbar-custom .dropdown-toggle:after {
		right: 7px;
		content: "\f107";
	}

	.dropdown-submenu > a.angle-up:after,
	.navbar-custom .dropdown-toggle.angle-up:after  {
		content: "\f106";
	}

}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	bottom: 0;
	right: 0;
	z-index: 999;
}

.scroll-up a {
	background: #fff;
	display: block;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #000;
	opacity: 0.7;
		-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

.scroll-up a:hover,
.scroll-up a:active {
	opacity: 1;
	color: #000;
}
/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */

.mouse-icon {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 16px;
	height: 40px;
	width: 24px;
	margin-left: -15px;
	display: block;
	z-index: 10;
}

.mouse-icon .wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

.mouse-icon .wheel {
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 2px;
	height: 6px;
	top: 4px;
	margin-left: auto;
	margin-right: auto;
}

@-webkit-keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status,
.status-mes {
	background-image: url(../images/preloader1.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

.status-mes {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}

/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */

@media (max-width: 991px) {

	.side-image {
		position: relative;
		height: auto;
	}

	.navbar-custom .navbar-brand,
	.navbar-custom .navbar-nav > li > a,
	.navbar-custom .navbar-nav .dropdown-menu > li > a {




  line-height: 12px;
	}
  .navbar-custom .navbar-nav > li > a.infodropdown{
    display: none;

  }
  li.menu-item-has-children  ul.dropdown{
    padding-bottom: 0px;
  }

}

@media (max-width: 767px) {

	.menu-title,
	.menu-detail,
	.menu-price-detail {
		text-align: center;
	}

	.menu-label {
		float: none;
	}

	.mouse-icon {
		display: none;
	}

	.iconbox {
		margin: 10px 0;
	}

	.testimonial-avatar,
	.testimonial-info {
		text-align: center;
	}
	.navbar-custom .navbar-brand{
		letter-spacing: 0;
		position: absolute;
margin: auto;
right: 0px;
left: 0px;
	}

	div.navbar-header{

	}

}

@media (max-width: 568px) {

	h1, h2, h3, h4, h5, h6 {

	}

	h2 {
		font-size: 30px;
		margin: 0 0 18px;
	}

	h3 {
		font-size: 24px;
		margin: 0 0 15px;
	}

	h4 {
		font-size: 20px;
		margin: 0 0 10px;
	}

	h5 {
		font-size: 16px;
		font-weight: 400;
		margin: 0 0 8px;
	}

	h6 {
		font-size: 16px;
		font-weight: 400;
		margin: 0 0 5px;
	}

	blockquote {
		/*font: 700 38px/1.2 'Dancing Script', cursive;*/
		font: 700 38px/1.2 'Gotham-Light';
		margin: 0 0 20px;
		padding: 0;
		border: 0;
	}

	.intro-title,
	.module-title,
	.callout-text,
	.iconbox-title {
		/*font: 700 38px/1.2 'Dancing Script', cursive;*/

		margin: 0 0 18px;
	}

	.iconbox-title {
		font-size: 24px;
	}

	.module-subtitle {
		/*font: 400 10px/1.2 'Libre Baskerville', serif;*/
		font: 400 10px/1.2 'Gotham-Light';
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #a7a9ac;
		margin: 0;
	}

}

/* ---------------------------------------------- /*
 * Icons page
/* ---------------------------------------------- */

.sli-examples .item:hover {
	background: #f0f0f0;
	color: #000;
}

.sli-examples .item {
	display: block;
	width: 33%;
	float: left;
	padding: 0;
	border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;
	font-size: 13px;
}

.sli-examples .item > span {
	display: inline-block;
	margin-right: 5px;
	min-width: 70px;
	min-height: 70px;
	border-right: 1px solid #f1f1f1;
	line-height: 70px;
	text-align: center;
	font-size: 32px;
}

.fa-examples > div {
	padding: 0;
	border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;
	font-size: 13px;
}

.fa-examples > div > i {
	display: inline-block;
	margin-right: 5px;
	min-width: 40px;
	min-height: 40px;
	border-right: 1px solid #f1f1f1;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}

a.lan {
    padding: 12px 0px 15px 15px !important;
    opacity: .50;
    filter: alpha(opacity=50);
    -khtml-opacity: .50;
    -moz-opacity: .50;
}
a.lan:hover, a.lanselected {
    padding: 12px 0px 15px 15px !important;
    opacity: 1.00;
    /*-ms-filter: alpha(opacity=100);*/
    filter: alpha(opacity=100);
    -khtml-opacity: 1.00;
    -moz-opacity: 1.00;
}

.clear-xs {
    clear: none;
}
.clear-sm {
    clear: none;
}
.clear-md {
    clear: none;
}
.clear-md {
    clear: none;
}

@media only screen and (max-width: 480px) {
    .clear-xs {
        clear: both;
    }
    .popular .menu {
        display: none;
    }
    .gallery-title {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .clear-xs {
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .clear-sm {
        clear: both;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .clear-md {
        clear: both;
    }
}
@media (min-width: 1200px) {
    .clear-lg {
        clear: both;
    }
}

.modal-dialog input[type='text'],input[type='email'],textarea {
    margin-bottom: 5px;
}


div.no-padding{
padding: 0px;
}

.mainContent {
padding-top: 170px;
padding-bottom: 40px;
}


.shopSection {
padding-top: 220px;
padding-bottom: 40px;
}
h3.categorytitle{
font-size: 24px;
text-align: center;
}

.navbar-brand > img {
    display: block;
    width: 100%;
}


a.last{
  margin-right: 0px !important;
  max-width: calc(100% - 25px);
}
a.last img{
  max-width: 100%;
}
a.thumb{
  margin-bottom: 25px;

-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
a.thumb:hover {
    -webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.68);
    box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.68);
}

div.gallery {
    padding: 40px 0px 40px 25px;
        width: 100%;

    position: relative;
}

span.onsale {
    position: absolute;
    right: 23px;
    top: 10px;
    height: 36px;
    background: #242424;
    padding: 0px 5px;
    border-radius: 18px;
    z-index: 1;
    line-height: 36px;
    color: #fff;
    text-transform: capitalize;
    font-size: 11px;
    text-align: center;
}

/* ======= Menus Section ======= */
/*.news-section {*/
    /*padding-top: 90px;*/
    /*padding-bottom: 90px;*/
    /*background: #f5f5f5;*/
/*}*/

/*.news-section .section-title {*/
    /*font-size: 28px;*/
    /*font-weight: bold;*/
    /*margin-top: 0;*/
    /*margin-bottom: 60px;*/
/*}*/

/*.news-section .section-title span {*/
    /*display: block;*/
/*}*/

/*.news-section .section-title .script {*/
    /*color: #b98d36;*/
    /*display: block;*/
    /*font-size: 26px;*/
/*}*/

/*.news-section .section-title .title-border {*/
    /*background: url('/images/title-border.png') no-repeat center top;*/
    /*height: 20px;*/
    /*display: block;*/
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
/*}*/

.news-section .news-wrapper .item {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    padding-left: 85px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
}

.news-section .news-wrapper .facebook {
    background: white;
}

.news-section .news-wrapper .tweeter {
    background: aliceblue;
}

.news-section .news-wrapper .item .title {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}

.news-section .news-wrapper .item .meta {
    color: #999;
    font-size: 14px;
    margin-bottom: 5px;
}

.news-section .news-wrapper .excerpt {
    margin-bottom: 5px;
    word-break: break-all;
}

.news-section .news-wrapper .date-badge {
    position: absolute;
    left: -10px;
    top: 30px;
    width: 60px;
    background: #b98d36;
    color: #fff;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.news-section .news-wrapper .date-badge span {
    display: block;
    line-height: 1.2;
}

.news-section .news-wrapper .date-badge .month {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.news-section .news-wrapper .date-badge .date {
    font-size: 20px;
}

.news-section .news-wrapper .date-badge:before {
  content: "";
display: block;
width: 1px;
height: 0;
border-left: 10px solid transparent;
border-right: 0px solid transparent;
border-top: 10px solid #6a511f;
position: absolute;
left: 0;
bottom: -10px;
}

.news-section .news-wrapper .facebook:after {

}

.news-section .news-wrapper .tweeter:after {
    background: aliceblue;
}

.news-section .news-wrapper .date-badge:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    bottom: -20px;
    width: 50px;
    height: 20px;
}

.news-section .instagram-wrapper .title {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}

.news-section .instagram-wrapper .instafeed {
    display: inline-block;
    overflow: hidden;
}

.news-section .instagram-wrapper .item {
    width: 80px;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.news-section .instagram-wrapper .item:hover {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


div.facebook{
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.38);
box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.38);
}
div.news-wrapper img{
  max-width: 100%;
  margin-top: 30px;
}
div.meta, p.excerpt{
  padding-left: 15px;
}


div.riverside{
position: absolute;
right: 30px;
bottom: 30px;

z-index: 1000000;

}
div.navbar-header{

}



@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    padding: 10px;

  }
}



div.categoryholder{
  height: 100%;
  position: relative;
  width: 100%;
}
div.categoryholder:hover div.img-cat{
  box-shadow: 0 0 40px  #ccc;
  transform: scale(1.02);
}


div.img-cat{
overflow: hidden;
position: absolute;
top: 0px;
height: 100%;
width: calc(100% - 30px);
border: 1px solid #EBEBE7;
transition: .4s;
}
h6.cat-title{

font-family: 'Crimson Text', serif;
font-weight: 400;
color: #fff;
font-size: 22px;
text-shadow: 2px 2px 4px #000;
display: table;
margin: auto auto;
bottom: unset;
text-transform: uppercase;
padding: 10px;
}
.zoomex, .zoomex2{
display: flex;
  justify-content: center;
  align-items: center;
height: 100%;
}
div.catdescription{
padding: 120px 30px 30px 30px;
text-align: center;
}
div.catsholder{
  padding-top: 40%;
  width: 100%;

  position: relative;
}
div.cats{
  display: flex;

justify-content: space-between;
padding: 0px 30px;
position: absolute;


top: 0px;

width: 100%;

height: 100%;

left: 0px;
}

div.contact-content{

}



body{
top: 0px !important;
}
ul.dropdown{
list-style: none;
display: none;
position: absolute;
white-space: nowrap;
text-transform: uppercase;
padding: 0px;
font-size: 15px;
background: #fff;
padding-bottom: 10px;
letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    left: calc(-50% - 30px);
    padding: 0px 30px;
    text-align: center;
}
.navbar-transparent  ul.dropdown{
background:#fff;
}

ul.dropdown a{
color: #222;
display: block;
}
ul.dropdown a:hover{
  color: #ddd;
}
li.menu-item-has-children:hover > ul.dropdown, ul.dropdown:hover{
display: block;

}

@media (max-width: 991px) {
	ul.dropdown{
	display: block !important;
	position: relative;
	width: 100%;
  left: 0px;
	}
}
@media (min-width: 991px) {
  ul.navbar-nav{
    display: table;
    margin: auto;



  padding: 0px 30px;
  }
}
div.headerContact{
position: absolute;
right: 110px;
top: 20px;

}
div.headerContact a{
color: #ddd;

padding: 0px 10px;
font-size: 17px;
text-transform: uppercase;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-weight: 600;
}

.fa-instagram,
.fa-search {
    font-size: 20px;
}

.fa-instagram {
    font-weight: 900;
}

i.fa:not(.fa-search){
    padding-right: 8px;
}

i.fa-angle-double-up {
    padding-right: 0px;
}

div.header{
position: relative;

/*-webkit-transition: all 0.4s ease-in-out 0s;*/
/*-moz-transition: all 0.4s ease-in-out 0s;*/
/*-ms-transition: all 0.4s ease-in-out 0s;*/
/*-o-transition: all 0.4s ease-in-out 0s;*/
/*transition: all 0.4s ease-in-out 0s;*/


}

.navbar-custom  div.header div.navbar-collapse{
/*display: inline-table;*/
position: relative;
margin: 0px;
/*-webkit-transition: all 0.4s ease-in-out 0s;*/
/*-moz-transition: all 0.4s ease-in-out 0s;*/
/*-ms-transition: all 0.4s ease-in-out 0s;*/
/*-o-transition: all 0.4s ease-in-out 0s;*/
/*transition: all 0.4s ease-in-out 0s;*/

}

.navbar-transparent div.header div.navbar-collapse{

position: relative;
margin: auto;
}



div.header-border{
height: calc(100% - 20px);
width: 100%;
}

div.header-border .row{

}

 div.header-border .row{

}

.navbar-transparent div.header-border{
-webkit-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.0);
box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.0);

}
a.logo{
  margin: auto;
  display: table;
width: 250px;
position: relative;
}

.navbar-transparent a.logo{
  width: 350px;
  padding-top: 10px;

}
a.logo img{
width: 100%;
}



img.peter{
  margin: auto;
  width: 300px;
  display: table;
}

.navbar-collapse.in{
  position: relative;


}


@media (min-width: 991px) {
	li.search{
	float: right;
	padding: 0px 22px;
	}
	div.searchholder{
	z-index: 100;
	float: right;

	}


}
@media (max-width: 991px) {
	li.search{
	float: unset;
	padding: 6px 0px 15px 0px;
	text-align: center;
	}
	div.searchholder{
	z-index: 100;
	display: table;
	margin: auto;

	}



  .navbar-custom  div.header div.navbar-collapse{

  position: absolute;

  }

  .navbar-transparent div.header div.navbar-collapse{

  position: absolute;

  }
.navbar-transparent   div.header, div.header{


  left: 0px;
  }

  .navbar-custom div.header div.navbar-collapse{
    width: 100%;
    left:  0px;
  }
  .navbar-transparent a.logo {

    max-width: 330px;
  }
  div.text-menu{
    padding-left: 5px;
    font-size: 19px;
    text-transform: uppercase;
    font-family:  'Open Sans', sans-serif;
    position: absolute;
display: inline;
font-weight: 400;
  }
  span.icon-menu{
    font-size: 19px;
    line-height: 23px;
  }

  .navbar-toggle {
    padding: 0px 9px;
height: 50px;
margin: auto;
display: table;
width: 100px;
text-align: left;
  }
  .navbar-collapse {

    position: absolute;
    left: 0px;
    width: 100%;

  }
  .navbar-collapse.in {

      position: absolute;

  }

  div.categoryholder {
      height: 0px;
      position: relative;
      width: 100%;
      display: block;
      margin-bottom: 30px;
      padding-top: 100%;
  }

  div.cats {
      display: block;
      position: relative;

  }
  div.catsholder {
      padding-top: unset;
      width: 100%;
      position: relative;
  }
  div.img-cat {

    width: calc(100% - 0px);

  }
}

@media (max-width: 1200px) {
	li.search{
	padding: 8px 22px 8px 0px;
	}
}

input.search{
font:  12px/16px  Arial;
padding: 3px 0 0px 10px;
width: 120px;
height: 24px;
min-height: 16px;
border: solid 1px #bbb;
background-color: #fff;
color: #555;
float: left;
border-radius: 5px 0px 0px 5px;
-webkit-appearance: none;
margin: 0px;
border-right: 1px solid #eee;
}
input.searchsubmit{
padding: 2px 0px 0px 0px;
width:30px;
height:24px;
border: 1px solid #bbb;
background: url('<cfoutput>#request.webPath#</cfoutput>images/search.png') no-repeat center center #fff;
background-size:12px;
cursor: pointer;
float: left;
text-shadow: 0;
display: inline-table;
border-radius: 0px 5px 5px 0px;
margin: 0px;
border-left: 0px;
}
input.searchsubmit:hover{

background: url(<cfoutput>#request.webPath#</cfoutput>images/search.png) no-repeat center center #fff;
background-size:18px;
}



div.item-title{
  background: rgba(0,0,0,0.4);

  width: 100%;
  height: 100%;

  position: absolute;

  bottom: 0px;
  opacity: 0;
  margin:0;
  text-transform: uppercase;
  text-align: center;
  color:#fff;
  -webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: table;
z-index:11;
}

div.sold{

    height: 24px;
    width: 24px;
    border-radius: 12px;
    position: absolute;
    background:#992320;
    top: 20px;
    right: 20px;
    display: block;
    z-index: 10;
}
div.title-center{
  padding:40px;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  letter-spacing: 2px;
  line-height: 30px;
}
a.thumb:hover div.item-title{
opacity: 1;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}