@import url("https://www.primer.am/newweb/css/2035-reset.css");

@import url("https://www.primer.am/newweb/css/font-awesome.min.css");

@import url("https://www.primer.am/newweb/css/slicknav.css");

@import url(https://fonts.googleapis.com/css?family=Varela+Round);

@import url(https://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic);

@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light);

body {
    margin: 0;
    padding: 0;
    font-family: "Muli", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #727272;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
label {
	
    width: 140px;
    position: relative;
    font-size: 12px;
    letter-spacing: 0.09em;
    font-weight: normal;
}


option {
    border: solid 4px #f1f1f1;
     padding: 5px 15px;
    color:#000;
}
option:disabled{
color:#ccc;	
}
#birth_date__nc_month{
    margin:2px 2px  2px 2px;    
    padding-left: 0;
    padding-right: 0;

}
#birth_date__nc_day{
    margin:2px 2px  2px 2px;    
    padding-left: 0;
    padding-right: 0;    
}
#birth_date__nc_year{
    margin:2px 2px  2px 2px;    
    padding-left: 0;
    padding-right: 0;
}

#b_country{
    margin:2px 2px  2px 2px;    
    padding-left: 0;
    padding-right: 0;
    
}

#b_state{
    margin:2px 2px  2px 2px;    
    padding-left: 0;
    padding-right: 0;
    
}
.checkin_day{
    
    padding: 0;    
    width:25%;
}

.checkin_year_month{

    padding: 0;        
    width:147px;
}


.checkout_day{
    padding: 0;    
    width:25%;
}

.checkout_year_month{
    padding: 0;    
    width:147px;
}

.star_rating{
    width:140px;
    margin-top: 15px;
}
input[type=button] {
	border : solid 0px #ad9566;
    margin-top: 20px;
	margin-left: 30px;
    background: #e4b248;
    font-family: Varela Round;
    font-size: 12px;
    color: #FFF;
    padding: 0px 8px 0px 8px;
    letter-spacing: 0.0725em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

INPUT[type=text],
INPUT[type=password] { 
    margin: 2px 0px 2px 2px;
    padding: 2px 3px 2px 3px; 
    color: #000; 
                }

input[type=button]:hover {
    background: #0c242e;
    cursor: pointer;
}
.max_occupation{
	
    width: 80px;
    padding: 0;

}

#max_children{
    
    width: 80px;
    padding-left: 10px;

}



.side_box_heading {
    color: #fff;
    text-align: center;
    margin-top: 10px;

}

.left_side_login_links{

    margin-left: 10px;
    color: #fff;
}
.left_side_login_links li a{

    margin-left: 10px;
    color: #fff;
}
.form_button {
    margin-top: 10px;
    margin-left: 10px;    
    padding: 0;
    
}


input[type=submit]:not(.special) {
   padding: 0 0;
}
/* RESERVATION TABS */
.reservation_tabs { 
    font-size:14px; 
    margin-bottom:20px; 
    width:100%; 
}
.reservation_tab  {
    font-size:14px; 
    font-weight:bold; 
    text-align:center; 
    width:25%; 
    height: 30px;     
    background-color: #999;
    color:#fff; 
}
.reservation_tab A { 
    color:#c1c2c3; 
}         
.reservation_tab_active { 
    font-size:14px; 
    font-weight:bold; 
    text-align:center; 
    width:25%; 
    height: 30px; 
    
    color:#fff; 
    background-color:#ff9435; 
}
/* RESERVATION CART */
TABLE.reservation_cart{ 
    border:0px; 
    
}
TABLE.reservation_cart TH{ 
    text-align: center;

}
TABLE.reservation_cart TR.header { 
    background-color:#494238; 
    font-weight:bold;
    font-size:13px; 


}
TABLE.reservation_cart TR.header TH { 
    font-weight:bold;
    color: #fff;
    text-align: center;
    
}
TABLE.reservation_cart TR.header TH.left { 
    
    
}
TABLE.reservation_cart TR.header TH.right { 
    
    padding-right:10px; 
    text-align:right;
}

TABLE.reservation_cart TR.footer TD.td { 
    font-weight:bold;
    
}
TABLE.reservation_cart TR.footer TD.left { 
    
    padding-left:4px; 
}
TABLE.reservation_cart TR.footer TD.right { 
       
    padding-right:4px; 
}
TABLE.reservation_cart #discount_coupon {
    margin-top:3px;
  }

  /* ROOM DESCRIPTION */
TABLE.room_description      { 
    margin:5px 5px 5px 5px; 
    width:100%; 
}
TABLE.room_prices           { 
    border:1px solid #6699CC; 
    width:99%; 
}
TABLE.room_prices TR.header { 
    background-color:#EBF3FB;
    font-weight:bold;
    font-size:13px;
    text-align:center; 
}
TABLE.room_prices TR.header TH { 
    border-bottom:1px solid #6699CC; 
}
IMG.room_icon  { border:2px solid #dBe3eB; 
    margin-bottom:5px; 
}