@charset "utf-8";
/* CSS Document */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog_tour {
 width:260px; 
  height:220px;
  padding:35px;
  background-color:#ffffff;
  text-align:center;
  
}
#dialog_work{
	
    width:460px; 
  height:280px;
  padding:35px;
  background-color:#ffffff;
  text-align:center;
	}
#dialog_work form{
	width: 300px;
	margin:auto;
	height:auto;
	}
#dialog_work input{
	padding: 10px 15px;
	width: 260px;
	margin-bottom: 10px;
	border-radius: 4px;
    background-color: #fff;
    border: solid 1px #aaa;
  
    font-family: exo;
    font-size: 16px;
    color: #474747;
	}
#dialog_work button{
	margin-top: 30px;
	text-decoration: none;
	padding: 18px 65px ;
	
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   
 
   border: solid 1px #21ab16;

 
    font-weight: 700;
	font-size: 24px;
    font-family: exo;
	text-decoration: none;
	padding: 7px 55px ;

  
    -webkit-box-shadow: 0 4px 5px rgba(129, 82, 63, .42), inset 0 0 0 1px #ffee31;
    -moz-box-shadow: 0 4px 5px rgba(129, 82, 63, .42), inset 0 0 0 1px #ffee31;
    box-shadow: 0 4px 5px rgba(129, 82, 63, .42), inset 0 0 0 1px #ffee31;
  	background-color: rgba(2, 255, 89, 0.74);
    background-image: -webkit-linear-gradient(bottom, #efe81c, rgba(255, 165, 0, 0));
    background-image: -moz-linear-gradient(bottom, #efe81c, rgba(255, 165, 0, 0));
    background-image: -o-linear-gradient(bottom, #efe81c, rgba(255, 165, 0, 0));
    background-image: linear-gradient(to top, #efe81c, rgba(255, 165, 0, 0));
    color: #483800;
    text-shadow: 0 1px rgba(134, 131, 131, 0.75);
  	cursor: pointer;
	 -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	}
	#dialog_work button:hover{
	 -webkit-box-shadow: 0 4px 5px rgba(255, 255, 255, 0.42), inset 0 0 0 1px #ffee31;
    -moz-box-shadow: 0 4px 5px rgba(255, 255, 255, 0.42), inset 0 0 0 1px #ffee31;
    box-shadow:0 4px 5px rgba(255, 255, 255, 0.42), inset 0 0 0 1px #ffee31;
	  background-image: -webkit-linear-gradient(bottom, rgb(210, 210, 210), rgba(255, 165, 0, 0));
    background-image: -moz-linear-gradient(bottom,rgb(210, 210, 210), rgba(255, 165, 0, 0));
    background-image: -o-linear-gradient(bottom, rgb(210, 210, 210), rgba(255, 165, 0, 0));
    background-image: linear-gradient(to top, rgb(210, 210, 210), rgba(255, 165, 0, 0));
	}
#dialog_work h3{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 1.6;
	font-weight: 700;
	color:#474747;
	margin-bottom: 30px;
	}
#dialog_tour h3{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 1.6;
	font-weight: 700;
	color:#474747;
	margin-bottom: 30px;
	}
#dialog_tour input{
	padding: 10px 15px;
	width: 200px;
	margin-bottom: 40px;
	border-radius: 4px;
    background-color: #fff;
    border: solid 1px #aaa;
  
    font-family: exo;
    font-size: 16px;
    color: #474747;
	}
#dialog_tour button{
	text-decoration: none;
	padding: 18px 65px ;
	
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   
 
    border: solid 1px #fc930b;


 
    font-weight: 700;
	font-size: 24px;
    font-family: exo;
	text-decoration: none;
	padding: 7px 55px ;

    background-color: rgba(255, 11, 2, 0.74);
    -webkit-box-shadow: 0 4px 5px rgba(129, 82, 63, .42), inset 0 0 0 1px #ffee31;
    -moz-box-shadow: 0 4px 5px rgba(129, 82, 63, .42), inset 0 0 0 1px #ffee31;
    box-shadow: 0 4px 5px rgba(129, 82, 63, .42), inset 0 0 0 1px #ffee31;
  
    background-image: -webkit-linear-gradient(bottom, #efe81c, rgba(255, 165, 0, 0));
    background-image: -moz-linear-gradient(bottom, #efe81c, rgba(255, 165, 0, 0));
    background-image: -o-linear-gradient(bottom, #efe81c, rgba(255, 165, 0, 0));
    background-image: linear-gradient(to top, #efe81c, rgba(255, 165, 0, 0));
    color: #483800;
    text-shadow: 0 1px rgba(134, 131, 131, 0.75);
  
	 -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	
	}
.window button:hover{
	 -webkit-box-shadow: 0 4px 5px rgba(255, 255, 255, 0.42), inset 0 0 0 1px #ffee31;
    -moz-box-shadow: 0 4px 5px rgba(255, 255, 255, 0.42), inset 0 0 0 1px #ffee31;
    box-shadow:0 4px 5px rgba(255, 255, 255, 0.42), inset 0 0 0 1px #ffee31;
	  background-image: -webkit-linear-gradient(bottom, rgb(210, 210, 210), rgba(255, 165, 0, 0));
    background-image: -moz-linear-gradient(bottom,rgb(210, 210, 210), rgba(255, 165, 0, 0));
    background-image: -o-linear-gradient(bottom, rgb(210, 210, 210), rgba(255, 165, 0, 0));
    background-image: linear-gradient(to top, rgb(210, 210, 210), rgba(255, 165, 0, 0));
	}
	
	
/*-----    window price  -------*/

.fon_black{
	position:fixed;
	height: 100vh;
	width: 100%;
 	 left:0;
 	 top:0;
 
 	 background-color:rgba(0, 0, 0, 0.7);
  	display: block;
	
	}

.window_price{
	position:fixed;
	left: 50%;
	 top: 50%;
	width: 500px;
	height: 500px;
	background:#FFF;

	margin-left: -200px;
	margin-top: -200px;
	}

/* --------------- ---------------*/ 
#reviews_window{
	width: 640px;
	height: auto;
	background:#FFF;
	
	}
#reviews_window h3{
	margin-left: 20px;
	margin-top: 20px;
	font-size: 24px;
    line-height: 3.5rem;
    padding-left: 86px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    background: transparent url(../img/westvis_logo.png) left scroll no-repeat;
    background-size: 58px 58px;
	margin-bottom: 0px;
	}
#blogForm button{
	    color: #ffffff;
    background-color: #be4014;
    border-color: #be4014;
	font-size: 24px;
	border:none;
	padding: 10px 30px;
	    border-radius: 5px;
		cursor:pointer;
		margin:auto;
		float:right;
}

#blogForm input[name="title"] {
    float: left;
    width: 90%;
    padding-left: 45px;
	height: 40px;
    background-image: url(../img/icon-chat-min.png);
    background-repeat: no-repeat;
    background-position: 14px 14px;
	margin-bottom: 20px;
	background-color: #f2f4f6;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,0.3);
    box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,0.3);
}
#blogForm input[name="name"] {
    float: left;
    width: 90%;
    padding-left: 45px;
	height: 40px;
    background-image: url(../img/icon-adult-min.png);
    background-repeat: no-repeat;
    background-position: 14px 14px;
	margin-bottom: 20px;
	background-color: #f2f4f6;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,0.3);
    box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,0.3);
}
#blogForm input[name="place"] {
    float: left;
    width: 90%;
    padding-left: 45px;
	height: 40px;
    background-image: url(../img/icon-marker-min.png);
    background-repeat: no-repeat;
    background-position: 14px 14px;
	margin-bottom: 20px;
	background-color: #f2f4f6;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,0.3);
    box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,0.3);
}
#blogForm textarea{
    float: left;
    width: 95%;
     padding-left: 15px;
	 padding-top: 10px;
	height: 200px;
	margin-bottom: 20px;
	font-size: 16px;
	background-color: #f2f4f6;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,0.3);
    box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,0.3);
   
}
#blogForm textarea:focus{
	    outline: none;
}
#blogForm input{
	outline:none;
	}