
*{
    box-sizing: border-box;
}
body{
	margin:0;
	padding:0;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #111;
    direction: rtl;
}
#supersized {
    direction: ltr;
}

p,input,textarea,a{
    font-size: 16px;
    line-height: 24px;
    color: #111;
}
h1{
    font-size: 48px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 25px;
}
h2{
    font-size: 30px;
    float: right;
    margin-bottom: 21px;

}
.hidden{
    display: none;
    padding-bottom: 18px;
}

#social{
    color: #fff;
    position: absolute;
    right: 0;
    top: -215px;
}
#social a{
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: right;
    height: 40px;
    padding: 8px 12px;
    text-decoration: none;
  }

#social a:hover{
    background: #333;
}
#social a img{
    width: auto;
    height: 20px;
}

#reservation_pop_x {
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    top: 19px;
    position: absolute;
    right: 16px;
    width: 30px;
    padding-right: 10px;
}

.x_line {
    background: #111 none repeat scroll 0 0;
    float: right;
    height: 14px;
    margin-right: -1px;
    transform: rotate(45deg);
    width: 1px;
}
.mirror {
    margin-right: 0;
    transform: rotate(-45deg);
}

.hide_content #right {
    height: 9px !important;
    min-height: 53px;
    overflow: hidden;
    padding: 26px;
    position: absolute;
    width: 31px;
}
.hide_content #left,.hide_content p,.hide_content #read_more,.hide_content h1{
    display: none;

}

#read_more{
    background: #111 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin: 23px auto;
    padding: 4px 40px 6px;

}

#page_wrapper{
	float:left;
	width:100%;
}

#content{
    float: none;
    position: relative;
    width: 950px;
    margin: 78px auto;
}

#bg_image{
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
}

#bg_image img{
	width:100%;
	height:auto;
}



#left {
    background-color:rgba(255, 255, 255, 0.9);
    float: left;
    padding: 30px;
    position: relative;
    width: 263px;
    min-height: 321px;
}

#logo{
margin: 60px auto 0;
display: table;
}

#form_wrapper{
float: left;
height: 366px;
margin-bottom: 67px;
width: 320px;
}




.input_wrapper{
    float: left;
    margin-bottom: 6px;
    width: 100%;
}

label{
    color: #111;
    float: left;
    font-size: 16px;
    margin-bottom: 2px;
    width: 100%;
    display: none;
}

input{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #111;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-indent: 6px;
    width: 100%;

}




textarea {
    font-family: 'Assistant', sans-serif;
  border: 1px solid #111;
    background: none;
  float: left;
  height: 71px;
  width: 100%;
    padding: 3px 6px;
  font-size:16px;
    resize: none;
}

#submit{
    background: #111 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 23px;
    margin-right: 0;
    margin-top: 1px;
    text-indent: 0;
    width: 54%;
}

#submit:hover{
background: #000;
color: #fff;
}

#right {
    background-color: rgba(255, 255, 255, 0.9);
    float: right;
    padding: 30px 30px 8px;
    position: relative;
    text-align: center;
    width: 680px;
    min-height: 321px;
}
#center{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 30px 30px;
    position: relative;
    text-align: center;
    width: 680px;
    margin: 0 auto;
}






#thanks_page_wrapper{
background-color: rgba(0, 0, 255, 0.85);
height: 100%;
position: fixed;
width: 100%;
z-index: 500;
}

#thanks_content{
margin: 235px auto 0;
text-align: center;
width: 472px;
}

#thanks_content h1{
font-size: 70px;
}

#thanks_content p{
font-size: 18px;
line-height: 28px;
margin-top: 26px;
text-align: center;
text-transform: uppercase;
}

#thanks_x{
	position:absolute;
	top:60px;
	right:60px;
	z-index:5;
}


#footer{
    background-color:rgba(0, 0, 0, 0.6);
    height: 40px;
    width: 100%;
    position: absolute;
    bottom:0;
    color:#fff;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
}

/* Smartphones (portrait) ----------- */
@media only screen
and (orientation : portrait),

only screen
and (max-width : 768px)
and (orientation : landscape)

{
	#page_wrapper {
  float: left;
  padding: 5%;
  width: 100%;
}

#content {
  margin: 30px auto;
  width: 100%;
}
    #logo {
        display: table;
        margin: 44px auto 0;
    }
    #social {
        color: #fff;
        position: absolute;
        right: 0;
        top: -169px;
    }
#right {
  background-color: rgba(255, 255, 255, 0.9);
  float: right;
  padding: 5%;
  width: 100%;
}
#left,#center{
	width:100%;
}

#read_more,#reservation_pop_x{
	display:none;
}
.hidden{
	display:none;
}


#footer{
	position:relative;
	float:left;
}


	
}
