@import url('https://fonts.googleapis.com/css?family=Montserrat|Nanum+Gothic|Open+Sans+Condensed:300');

@font-face {
	font-family: 'form_font';

               src: url('bebas-neue-regular.otf') format('truetype');

	font-weight: normal;
	font-style: normal;
}

*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	
}
header{
	top: 0;
	z-index: 1;
	width: 100%;
}

#logo {
    position: absolute;
    z-index: 99;
    margin-left: 6%;
    top: 17px;
    cursor: pointer;
    border-radius: 10px;
}
nav{
	width:100%;
	height: 80px;
	background-color: #fff;
	position: absolute;
	z-index: 9999;
	box-shadow: 0px 0px 8px rgba(0,0,0, 0.2);
	 -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
	}
	nav>.ul{
        padding: 0;
        list-style: none;
        margin: auto;
        width: 1076px;
        text-align: center;
       
    }
    nav>.ul>li{
        display: inline-block;
        position: relative;
        line-height: 80px;
        height: 76px;
        margin-left: 10px;
        text-align: left;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	border-bottom: 4px solid #fff;
    }
  
    nav>.ul>li a{
           display: block;
    padding: 12px 10px;
    height: 36px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    height: 56px;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }
    

    nav>.ul>li:nth-child(1){
    background-color:#231f20;
    border-bottom: 4px solid #24b24c;
}
.border{
	width: 100%;
	height: 4px;
	background-color: transparent;
	position: absolute;
	bottom: -4px;
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
 nav>.ul>li:hover .border{
 	background-color: #24b24c
 }
nav>.ul>li:nth-child(1)>a{
    color: #fff;
}
	
	.leng{
		width: 120px;
		position: absolute;
		right: 100px;
	    top: 35px;
	    color: #fff;
		height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 5px;
       
	}
	
	.leng>ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.leng>ul>li{
		width: 50px;
		height: 32px;
		background-color:#231f20;
		border-radius: .2em;
		color: #000;
		cursor: pointer;
	}
	.leng>ul>li>a{
		color: #fff;
		font-family: 'bpg_nino_medium_capsregular';
		font-weight: bold;
		font-size: 14px;
	}
	.leng a:hover{
		color: #C9DD03;
	}
	.dropdown{
		display: none;
		list-style: none;
		margin-top: 1px;
	}
	.dropdown>li{
		background-color: #fff;
		width: 50px;
	}
	.dropdown>li>a{
		color: #000;
		font-family: 'bpg_nino_medium_capsregular';
		font-weight: bold;
		font-size: 15px;
	}


#baner{
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    
}
	#nav-bar {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 20px;
    border: 1px solid rgba(255,255,255, 0.3);
    top: 28px;
    border-radius: 5px;
    background-image: url(../img/icons/menu.png);
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    display: none;
      z-index: 9999;
}
.nav-bar-menu{
    width: 100%;
    background-color: #fff;
    top: 81px;
    left: -100%;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99999;
    text-align: center;
}
.Registration{
	position: absolute;
	top: -10px;
	right: 100px;
	list-style:none 
}
.Registration>li>a{
	color: #809ba2 ;
	font-family: 'dejavu_sansbook';
	font-size: 11px;
}
.Registration>li{
	margin: 10px;
	float: left;
	height: 30px;
	position: relative;
}
.Registration>li:nth-child(2){
	margin-top: 9px;
	line-height: 26px;
}
.fa-user{
 padding: 7px;
 font-size: 12px;
 color: #C9DD03;
 -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.fa-sign-in-alt{
 padding: 7px;
 font-size: 16px;
 color: #C9DD03;
 position: absolute;
 -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
 
}
.Registration>li:hover .fa-sign-in-alt{
	color: #24b34a;
}
.Registration>li:hover .fa-user{
	color: #24b34a;
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    display: block;
    background-color: #ffffff;
    background-image: url(../img/icons/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat !important;
}
.sirkle {
    background-image: url(../img/icons/icon-scroll-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-color: rgba(32,27,49,0.1);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 15px;
    bottom: 100px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    cursor: pointer;
    opacity: 0;
    display: none;
    z-index: 999999999;
}
footer{
		width: 100%;
		height: 270px;
		position: relative;
		overflow: hidden;
		margin-top: 150px;
	    background-size: cover;
	    background-position: center center;
	}
	
.footer-tr-color{
	position: absolute;
	width: 100%;
	height: 100%;
	 background-color: rgba(0,0,0,0.7);
}
.icon {
    position: absolute;
    top: 130px;
    left: 0px;
    height: 1px;
    text-align: center;
}
.icon ul{
	list-style: none;
	text-align: center;
}
.icon ul li {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative;
    margin:10px;
    border-radius: 50%;
    background-position: center;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
   
}
.icon ul li:hover{
	opacity: 0.3;
}
.icon ul li a{
	position: absolute;
	width:30px;
	height: 30px;
	left: 0;
}
#footer{
	width: 1200px;
	margin: auto;
	height: 270px;
	position: relative;
}
#footer>img{
	position: absolute;
	left: 10px;
	top: 50px;
}
.footer-text{
	 position: absolute;
    top: 220px;
    left: 10px;
    height: 1px;
    text-align: center;
    color: #e1e1e1;
        font-family: 'dejavu_sansbook';
        font-size: 14px;
       
}
.footer-meps{
	list-style: none;
	top: 30px;
	left: 500px;
	position: absolute;
	z-index: 9999;
}
.footer-meps>li{
	margin:15px 0px;
}
.footer-meps>li>a{
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
	    font-family: 'dejavu_sansbook';
	    
}
.footer-meps>li>a:hover{
	text-decoration: underline;
	color: #24b34a;
}
.footer-contacts{
	position: absolute;
	list-style: none;
	left: 920px;
	top: 16px;
}
.footer-contacts>li{
	width: 350px;
	height: 40px;
	margin-top: 30px;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: -13px -5px;
	
}
.footer-contacts>li>p{
	position: relative;
	line-height: 45px;
	margin-left: 40px;
	text-align: left;
	color: #eeefef;
	font-family: 'dejavu_sansbook';
}

.footer-contacts li:nth-child(1){
	 background-image: url(../img/icons/call.png);
}
.footer-contacts li:nth-child(2){
	 background-image: url(../img/icons/mail.png);
}
.footer-contacts li:nth-child(3){
	 background-image: url(../img/icons/adress.png);
}
.footer-contacts li:nth-child(3)>p{
	line-height: 25px;
}


#booking-1{
    /*background-color: rgba(17,174,169,1);
    border-radius: 5px;
    width:135px;
    height: 50px;
    text-align: center;
    background-repeat: no-repeat;
    font-size: 60px;
    overflow: hidden;*/
    right: 25px;
    top: 50%;
	    z-index: 999999;   
		position: fixed;
    /*font-family: 'dejavu_sansbold';
    font-weight: bold;
    font-size: 17px;

    cursor: pointer;

    border: 2px solid #fff;
      -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
     background-image: url(../img/icons/boock.png);
     background-position: center center;
     animation: pulse 2s infinite;*/
}

#booking-0{
    background-color: rgba(17,174,169,1);
    border-radius: 5px;
    width:135px;
    height: 50px;
    text-align: center;
    background-repeat: no-repeat;
    font-size: 60px;
    overflow: hidden;
    right: 25px;
    top: 50%;
    font-family: 'dejavu_sansbold';
    font-weight: bold;
    font-size: 17px;
    position: fixed;
    cursor: pointer;
    z-index: 999999;
    border: 2px solid #fff;
      -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
     background-image: url(../img/icons/boock.png);
     background-position: center center;
     animation: pulse 2s infinite;
}
#booking-0:hover{animation:none}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(36,178,76,0.8)}70%{-webkit-box-shadow:0 0 0 10px rgba(36,178,76,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(36,178,76,0)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(36,178,76,0.8);box-shadow:0 0 0 0 rgba(36,178,76,0.8)}70%{-moz-box-shadow:0 0 0 10px rgba(36,178,76,0);box-shadow:0 0 0 10px rgba(36,178,76,0)}100%{-moz-box-shadow:0 0 0 0 rgba(36,178,76,0);box-shadow:0 0 0 0 rgba(36,178,76,0)}}.
#booking-0:hover{
	cursor: pointer;
	color: #24b24c;
	border: 2px solid #24b24c;
}
#application{
    z-index: 999999999999999;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top:-120%;
}
#applica{
	width: 60%;
	height: 60%;
	margin: 2% auto;
	padding: 5px;
	background-color: #adadad;
	border-radius: 10px;
	overflow-y: scroll;
}
.close-button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    /*z-index: 9999999999999999;
    position: absolute;
    right: 0px;
    top: 0px;*/
    cursor: pointer;
	float: right;
}
.fa-times {
    /*color: #24b24c;*/
    color: #000;
    font-size: 25px;
    margin-left: 10px;
    margin-top: 3px;
}
.fa-times:hover{
    color: #fff;
    font-size: 25px;
    margin-left: 10px;
    margin-top: 3px;
}
.mone {
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    left: -2px;
    top: 240px;
    z-index: 9999;
    width: 200px;
    background-color: transparent;
    border:1px solid transparent;
    color: #f0eef0;
}
.mone img {
    position: absolute;
    top: 5px;
}