@import url("owl.carousel.css");
@import url("animate.css");
@import url("core.css");

body {
	background: #fff;
	margin:0;
	padding:0;
	font-family: Lato;
	color: #454545;
	overflow-x: hidden;
}

*::-webkit-scrollbar {width: 10px;} *::-webkit-scrollbar-track-piece {background:#12192b;} *::-webkit-scrollbar-thumb {background-color:#d3ab54;}

* {
	box-sizing: border-box;
}

/*

.example {
    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

*/
.waypoint {visibility: hidden;}
.wrapper {width: 1150px;margin: 0 auto; position: relative;}
a img { border: none; }  
a { outline: none; text-decoration: none; color: inherit; }  
.clear { clear:both;}  
.left { float: left;}  
.right { float: right;}  
.bold { font-weight: bold; }  
.center { text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.slicknav_menu {display: none;}

#slider {
	animation-delay: 0.3s;
}

#logo {
	animation-delay: 0.6s;
}

#contact-top, #menu {
	animation-delay: 0.8s;
}

#header {
	display: flex;
}

#logo {
	background: #11182a;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 390px;
	position: absolute;
	z-index: 1;
	padding: 40px 0;
	margin-top: 100px;
}

.sub #content {
	display: flex;
}

.sub #logo {
	width: auto;
	background: none;
}

.sub #left-nav {
	position: fixed;
	left:0;
	top: 0;
	bottom: 0;
	width: 350px;
	z-index: 30;
}

.sub #content {
	padding-left: 350px;
}

#content #submenu {
	min-height: 100vh;
	width: 350px;
	background: url(../images/oferta.jpg) no-repeat center center;
	background-size: cover!important;
	padding: 30px;
}

#submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    margin-top: 107px;
}

#submenu li.active {
	font-weight: bold;
}

#submenu li {
	padding: 8px 0;
	border-bottom: 1px solid #fff;
}

#content-rest {
	flex: 1;
	padding-left: 20px;
	padding-top: 120px;
}

#logo img {
	max-width: 180px;
}

#logo div {

}

#left-nav {
	flex-grow: 0; /* don't grow wider */
  	flex-shrink: 0; /* don't shrink smaller */
 	 flex-basis: 350px; /* set initial width to 400px */
 	 /* shorthand for above styles */
 	 flex: 0 0 350px;
	padding-left: 30px;
	position: relative;
}

#left-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 19px;
}

#contact {
	position: absolute;
	bottom: 30px;
}

#contact a {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
}

#contact a:first-child {
	margin-bottom: 5px;
}

#menu {
	margin-top: 400px;
position: relative;
    z-index: 10;
}

#menu > ul > li {
	margin-bottom: 17px;
	position: relative;
}

#menu > ul > li a {
	color: #747474;
}

#menu > ul > li a:hover {
	color: #11182a;
}

#menu ul ul {
	display: none;
	position: absolute;
	background: #12192b;
	left: 80px;
	top: -30px;
	width: 640px;
	z-index: 2;
	padding: 30px;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

#menu ul ul:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #12192b;
    position: absolute;
    left: 0;
    top: 29px;
    content: "";
    transform: rotate(-45deg);
    z-index: -1;
}

#menu ul ul a {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}

#menu ul ul a:hover {
	text-decoration: underline;
	color: #fff;
}

#menu ul li {

}

#menu ul ul li.current_page_item {
	text-decoration: underline;
}

#menu ul li:hover ul {
	display: block;

}



#menu > ul > li > a {
	position: relative;
}

#menu > ul > li.current_page_item > a {
	color: #11182a;
}

#menu > ul > li.current_page_item > a:after,
#menu > ul > li.current-page-parent > a:after
 {
	position: absolute;
	right: 0;
	bottom:-5px;
	left:-30px;
	background: #d2a84d;
	content:"";
	height: 2px;
}

#contact-top {
	display: flex;
	justify-content: space-between;
	height: 65px;
	align-items: center;
	padding-right: 20px;
	font-size: 17px;
	font-weight: 600;
}

#contact-top > div a:first-child {
	margin-right: 45px;
}

#content {
	padding-left: 670px;
	padding-right: 120px;
}

#content h1 {
	font-size: 100px;
	color: #f2f2f2;
	font-weight: 900;
	margin: 0;
	padding: 0;
}

span.subheading {
    margin-top: -40px;
    margin-left: 100px;
    font-size: 26px;
    font-weight: bold;
    float: left;
    position: relative;
    z-index: 2;
    color: #d3ab53;
    letter-spacing: 3px;
}

#sub-bg {
	position: fixed;
	top:0;
	bottom: 0;
	width: 300px;
	left: 350px;
	background: url(../images/oferta.jpg) no-repeat center center;
	background-size: cover!important;
}

#sub-bg.offer {
	position: relative;
	background: red;
	width: 350px;
	position: static;
	margin-left: 350px;
}

#text {
	clear: both;
	margin-top: 60px;
	font-size: 18px;
	line-height: 24px;
}

#slider {
	height: 100vh;
	flex-grow: 1; /* grow wider by any factor */
 	flex-shrink: 1; /* grow smaller by any factor */
  	flex-basis: auto; /* auto-compute initial width */
  	/* shorthand for above styles */
  	flex: 1 1 auto;
}

#slider-owl {
	height: calc(100vh - 65px);
	background: url(../images/slide1.jpg) no-repeat left center;
	background-size: cover!important;
	width: 100%;
	overflow-x: hidden;
	min-width: 0;
	position: relative;
}


#sign {
	background: url(../images/logo_transparent.png) no-repeat center top;
	position: 	absolute;
	bottom: 0;
	left:0;
	background-size: cover!important;	
	width: 70%;
	padding-bottom: 27%;
}

#slogan {
	position: absolute;
	bottom: 40px;
	right: 10px;
	text-align: right;

}

#second-line, #first-line {
	display: inline-block;
	background: #fff;
	padding: 10px;
	font-size: 3vw;
	margin-bottom: 3px;
}

#first-line {
	background: #11182a;
	color: #fff;
}

#first-line  {
	animation-delay: 1.4s;
}

#second-line {
	animation-delay: 1.8s;
}

#second-line {
	font-weight: 600;
}

#gallery {
	display: flex;
	flex-wrap: wrap;
}

#gallery .item {
	width: 50%;
	padding: 15px;
}

#gallery .item img {
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: cover
}


@media screen and (max-height: 780px) and (min-width: 1023px) {
	#logo {
		padding: 20px;
		margin-top: 78px;
	}

	#menu {
		margin-top: 320px;
	}

	#contact-top {
		height: 55px;
	}

	#slider-owl {
		height: calc(100vh - 55px);
	}

	#menu > ul > li {
		margin-bottom: 15px;
	}

	#contact-top, #contact {
		font-size: 16px;
	}

	#left-nav ul {
		font-size: 17px;
	}

	#logo {
		width: 360px;
	}

	.fb img {
		width: 12px;
	}

	#submenu ul {
   		font-size: 17px;
    	margin-top: 277px;
	}
}


@media screen and (max-height: 700px) and (min-width: 1023px) {
	#logo img {
		max-width: 150px;
	}

	#menu {
		margin-top: 280px;
	}


	#menu > ul > li {
		margin-bottom: 13px;
	}
}

@media screen and (max-width: 1023px) {

	#header {
		display: block;
	}

	#menu {
		display: none;
	}

	#left-nav {
		position: absolute;
		left:0;
		padding-left:0;
	}

	#slider {
		width: 100%;
		height: auto;
	}

	#slider-owl {
		background-position: center center;
		height: calc(100vh - 120px);
	    margin-top: 60px;
	}

	#sub-bg {
		display: none;
	}

	#content {
		padding: 140px 20px 20px 20px;
	}

	#content #submenu {
		display: none;
	}

	.sub #content {
		padding: 20px;
	}

	.sub #left-nav {
		width: auto;
		position: absolute;
		bottom: auto;
		top: auto;
	}

	#contact-top {
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 0 10px;
	}

	#logo {
		width: auto;
		padding: 20px 40px;
		margin-top: 0;
	}

	#logo img {
		width: 111px;
	}

	#second-line, #first-line {
		font-size: 6vw;
	}


}

@media screen and (max-width: 640px) {
	#second-line, #first-line {
		font-size: 5.4vw;
	}

	#gallery .item {
	width: 100%;
	padding: 0;
	padding-bottom: 15px;
} 

	#content h1 {
		font-size: 35px
	}

	span.subheading {
    font-size: 16px;
    margin-top: 6px;
    margin-left: 0px;
	}
}

@media screen and (max-width: 1170px) {
	.wrapper {
		width: auto;
		padding: 10px;
	}

}


@media screen and (max-width: 1023px) {
	.slicknav_menu {
    display: block;
    text-align: right;
    position: relative;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999;
    color: #fff;
	}

	.slicknav_nav {
		background: #11182a;
		padding: 10px;
	}

	.slicknav_arrow {
	    display: inline-block;
	    vertical-align: middle;
	    font-size: 12px;
	    margin-top: -2px;
	}

	.slicknav_menu ul {
		list-style: none;
		margin:0;
		padding:0;
	}

	.slicknav_menu ul li {
		padding: 5px 0;
		font-size: 18px;
	}

	.slicknav_menu ul ul {
		margin: 5px 0 5px 20px;
	}

	.slicknav_menu ul ul li {
		border: none;
	}

	.slicknav_nav {
		text-align: left;
		padding-top: 50px;
	}

	.slicknav_open .slicknav_icon-bar {
		background: #fff;
	}

	.slicknav_icon-bar {
		background: #fff;
	}

	.slicknav_icon {
		width: 34px;
	}

	.slicknav_menutxt {
		float: left;
	}

	.slicknav_icon {
		display: inline-block;
	}

	.slicknav_icon-bar {
		height: 4px;
		width: 100%;
		background: #3c3b3b;
		margin-top: 4px;
		display: block;
	}

	.slicknav_btn {
		position: absolute;
	    top: 16px;
	    right: 10px;
	}
}


