/*
	autor Alexandr Deev podlets09@mail.ru
*/
body
{
	font-family: Roboto;	
	color: #fff;
	font-weight: 300;
}

#loading{
	background-color: #001935;
}

#body {
		overflow:hidden;
	position: absolute;
	background: url(../images/background-022.jpg) no-repeat center center;
	/*background-position-y: -280px;*/
	/*background-blend-mode: overlay;*/
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	margin: 0px;
}

#body:before
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(145deg,rgba(0,25,53,0.95) 0%,rgba(0,25,53,0.85) 26%,rgba(0,25,53,0.2) 51%,rgba(0,25,53,0) 60%);
}


header
{
	overflow: hidden;
	background: rgba(255,255,255,1);
	border-top-color: #001935 !important;
}

.navbar
{
	margin-bottom: 0px;
}

.phone
{
	font-size: 120%;
	font-weight: 600;
}

.line:after, .line:before
{
	background: #001935;

}

.main-title
{
	margin-top: 120px;
	font-size: 4em;
	color: white;
	font-weight: 100;
	text-transform: uppercase;
}
.fa-angle-double-down
{
	font-size: 2em;
	margin-top: 20px;
	margin-left: 20px;
	animation: arrow 2s infinite ease-in; 
}

@media (max-width: 320px)
{
	.main-title
	{
		margin-top: 150px;
    	font-size: 3em;
	}

	.subtitle
	{
		line-height: 1.5;
		font-size: 2em;
	}

	.fa-angle-double-down
	{
		font-size: 2em;
	}

	.icon-block
	{
		/*display: block;*/
		margin-top: 5px;
		height: auto;
	}

	.dropdown a
    {
    	height: 200px;
    }
    .menu-opacity
    {
    	opacity: 0.9;
    }
}


@media (min-width: 1200px){

	.btn-title{
		 margin-top: 10px;
	}

	.fa-chevron-up
	{
		margin-top: -8px !important;
	}
}

@media (min-width: 1900px){
	
	.main-title
	{
		 font-size: 600%;
   		 margin-top: 200px;
	}

	.fa-angle-double-down{
		font-size: 400%;
	}

	.btn-title{
		 margin-top: 10px;
	}

	.fa-chevron-up
	{
		margin-top: -8px !important;
	}
}

.subtitle
{
	/*margin-top: 50px;*/
	font-size: 2em;
	color: white;
	font-weight: 100;
	
}


.fa-chevron-up{
	position: absolute;
	font-size: 20px;
	padding: 10px;
	right: 15px;
	/*border: 1px solid #fff;*/
	/*border-radius: 50%;*/
}

.description
{
	margin-top: 30px;
	font-size: 16px;
	color: #001935 !important;
}

.header-top
{
	overflow: visible;
}

.navbar-brand
{
	position: relative;
	top: 15px;
	left: 5px;
	z-index: 999;
}

.menu-opacity
{
	opacity: 0.7;
	transition: all 0.3s;
}

.menu-opacity:hover
{
	opacity: 0.9;
	transition: all 0.3s;
}

.fa-bed,.fa-cutlery,.fa-users,.fa-map-marker
{
	font-size: 40px;
}

li a
{
	color: #fff !important;
}

li a h2{
	font-weight: 300 !important;
	margin-top: auto;
	font-size: 24px;
}

.icon-block
{
	display: flex;
    justify-content: flex-end;
    align-items: center;
	height: 100%;
	border-right: 1px solid #fff;
}

.dropdown
{
    	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.dropdown-menu
{
	background-color: #000A2A;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.dropdown-toggle
{
	font-size: 2.2em;
		-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.right-side
{
	background: #000A2A !important;
}

.hvr-sweep-to-top:before
{
	background: #000A2A !important;
}

.dropdown:hover > .dropdown-menu { 
	transition: display 0.5s ease-in;
    display: block; 
} 

.dropdown-menu li
{
	height: 50px;
	transition: all 0.5s;
	padding-left: 42px;
}

.dropdown-menu li i
{
	text-align: center;
	padding-right: 10px;
	width: 40px;
	border-right:1px solid #fff;
}

.dropdown-menu li a
{
	transition: all 0.5s;
	border:none;
	/*text-align: left;*/
	font-size: 2.0em;
	position: relative;
	left: 10px;
	font-weight: 300 !important;
}

#btn1,#btn2,#btn3,#btn4,#btn5,#btn6
{
	text-align: center;
	display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	margin: 0;
	background: #001935 !important;
	border: 1px solid #fff !important;
	
}

#btn1 .dropdown-menu li:hover
{
	background: #e62117;
	color: #fff;
}

#btn2 .dropdown-menu li:hover
{
	background: #4385f3;
	color: #fff;
}

#btn3 .dropdown-menu li:hover
{
	background: #EDC80C;
	color: #fff;
}

#btn4 .dropdown-menu li:hover
{
	background: #001F3D;
	color: #fff;
}

#btn5 .dropdown-menu li:hover
{
	background: #F23206;
	color: #fff;
}

#btn6 .dropdown-menu li:hover
{
	background: #A2ADB8;
	color: #fff;
}

.dropdown-menu li a:hover, .dropdown-menu li a:active,
.dropdown-menu li a:focus
{
	margin-left: 20px;
	color: #fff !important;
}

.dropdown a
{
	font-size: 1.7em;
	height: 70px;
}

#btn1
{
		background: #e62117;
		color: #fff;
		border-bottom: 0 none !important;
		border-right: 0 none !important;

}
#btn2
{
	background: #4385f3;
	color: black;
	border-bottom: 0 none !important;
}
#btn3
{
	background: #EDC80C;
	color: black;
	border-left: 0 none !important;
	border-bottom: 0 none !important;
}
#btn4
{
	background: #001F3D;
	color: black;
	border-right: 0 none !important;
}
#btn5
{
	background: #F23206;
	color: black;
}
#btn6
{
	background: #A2ADB8;
	color: black;
	border-left: 0 none !important;
	
}


#btn1:hover,#btn1:active,#btn1:focus,#btn1 a:active,
#btn1 a:hover,#btn1 a:focus
{
	background: transparent;
}
#btn2:hover,#btn2:active,#btn2:focus,#btn2 a:active,
#btn2 a:hover,#btn2 a:focus
{
	background: transparent;
}
#btn3:hover,#btn3:active,#btn3:focus,#btn3 a:active,
#btn3 a:hover,#btn3 a:focus
{
	background: transparent;
}
#btn4:hover,#btn4:active,#btn4:focus,#btn4 a:active,
#btn4 a:hover,#btn4 a:focus
{
	background: transparent;
}
#btn5:hover,#btn5:active,#btn5:focus,#btn5 a:active,
#btn5 a:hover,#btn5 a:focus
{
	background: transparent;
}
#btn6:hover,#btn6:active,#btn6:focus,#btn6 a:active,
#btn6 a:hover,#btn6 a:focus
{
	background: transparent;
}







.navbar-inverse {
    background-color: transparent;
    /*padding: 0;*/
	    border:0px;
}

/*demo*/

.anim
{
	-webkit-backface-visibility: hidden;
    /*-webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;*/
    animation: imageAnimation 36s linear;
}

@keyframes imageAnimation { 
	0% 	{
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	7%	{
	    opacity: 1;
	}
	25% {	
	    animation-timing-function: ease-out;
	}
	100% { 
		opacity: 1;
	}
}

@keyframes header-color-zal
{
	100%{
		background: #001935;
	}
}

@keyframes arrow
{
	25%{ transform: translateY(10px); }
	75%{ transform: translateY(0px); }
}

@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
