html{
    height: 100%;
}

body{
    font: normal 15px/1.2 Segoe UI Semibold, Arial, Helvetica, Verdana, sans-serif;
    color: #552500;
    background: #d7b579 url('../images/new_bg.jpg') left top repeat;
    min-height: 100%;
    position: relative;
	overflow-x:hidden;
}

input:focus, select:focus, textarea:focus{
    outline: none;
}

h1{
    font-size: 34px;
    font-family: 'ArnoProRegular';
    color: #552500;
    margin:0 0 19px 0;
}

h2{
    font-size: 28px;
    font-family: 'ArnoProRegular';
    color: #552500;
    margin:0 0 19px 0;
}

h3{
    font-size: 25px;
    font-family: 'ArnoProRegular';
    color: #552500;
    margin:0 0 13px 0;
}

h4{
    font-size: 17px;
    font-family: 'Segoe UI Bold';
    color: #552500;
    margin:0 0 19px 0;
    font-weight: normal;
}

p{
    margin: 0 0 20px 0;
}

a{
    color: #552500;
}

a:hover{
    text-decoration: none;
}

b{
    font-family: 'Segoe UI Bold';
}

.center{
    text-align: center;
}

#header{
    position: relative;
}

#header:after,
#content:after{
    content: " ";
    display: table;
}

#header:after,
#content:after{
    clear: both;
}

.logo{
    float: left;
    margin: 27px 0 0 192px;
}

#top_nav{
    position: absolute;
    top: 10px;
    right: 2.8%;
}

#top_nav>ul{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

#top_nav>ul>li{
    float: left;
    position: relative;
}

#top_nav>ul>li>a,
#top_nav>ul>li>span{
    font-size: 18px;
    color: #5c2202;
    text-decoration: none;
    cursor: pointer;
    font-family: Georgia;
    font-weight: bold;
    display: block;
    padding: 0 17px;
    border-left: 1px solid #502005;
    line-height: 1;
}

#top_nav li.active>span,
#top_nav li.active>a{
    color: rgb(37, 14, 0);
}

#top_nav>ul>li:first-child>a{
    border:none;
}

#top_nav a:hover{
    text-decoration: underline;
}

.submenu{
    display: none;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 170px;
}

.submenu a{
    font-size: 12px;
    color: #502005;
    text-decoration: none;
    font-family: Georgia;
    font-weight: bold;
	white-space: nowrap;
}

.submenu a:hover{
    text-decoration: underline;
}

#content{
    clear: both;
    padding: 0px 3.8% 50px;
	position: relative;
}

.content_text{
    padding-top: 30px;
    width: 52%;
    float: left;
    text-align: justify;
    margin-bottom: 40px;
}

.content_text h4{
	text-align:left;
	font-size:16px;
}

.content_form{
    width: 48%;
    float: left;
    margin-top: -12px;
}

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

.form_field{
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 13px;
}

.form_label{
    float: left;
    text-align: right;
    margin-top: 9px;
    font-size: 15px;
    width: 37.2%;
    margin-left: 3.2%;
}

label{
    font-size: 15px;
}

.input_wrapper{
    margin-left: 41.7%;
    position: relative;
}

.input_field{
    border: 1px solid #8c552b;
    border-top-color:#ad8b5e;
    background: #f3e9d7;
    box-shadow: 0px 0px 25px rgb(177, 126, 38) inset, 0px 2px 2px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0px 0px 25px rgb(177, 126, 38) inset, 0px 2px 2px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0px 0px 25px rgb(177, 126, 38) inset, 0px 2px 2px rgba(0, 0, 0, 0.15) inset;
    padding: 5px 23px;
}

.text_input,
.textarea{
    margin: 0;
    padding: 0;
    border: none;
    height: 27px;
    width: 100%;
    background: none;
    font-family: 'ArnoProRegular';
    font-size: 16px;
    color: #552500;
}

.textarea{
    height: 113px;
    max-width: 100%;
    resize: none;
}

.textareaClone{
    min-height: 113px;
}

.textarea_field{
    height: 113px;
    overflow: hidden;
    padding: 5px 5px 5px 23px;
}

.textarea_field .mCustomScrollBox .mCSB_scrollTools{
    top: 0;
    bottom: 0;
}

::-webkit-input-placeholder {color:   #b49b6e;}
:-moz-placeholder {color:    #b49b6e;}
::-moz-placeholder {color:   #b49b6e;}
:-ms-input-placeholder {color:   #b49b6e;}
:-o-input-placeholder {color:   #b49b6e;}

#gowns_form h3{
    text-align: center;
}

.select_field{
    float: left;
    width: 33.33%;
    position: relative;
}

.right_align{
    text-align: right;
}

.center_align{
    text-align: center;
}

.form_label.select_label,
.select_label{
    margin-top: 6px;
}

.small_input_wrapper_left{
    float: left;
    width: 33.33%;
    position: relative;
}

.small_input_wrapper_right{
    float: right;
    width: 33.33%;
    text-align: right;
    position: relative;
}
.small_input_wrapper_right label{
    position: absolute;
    right: 53%;
    top: 4px;
}

.small_input_wrapper_center{
    margin: 0 33.33%;
    position: relative;
    text-align: center;
}

.small_input_wrapper_center label{
    position: absolute;
    right: 50%;
    margin-right: 30%;
    top: 4px;
}

.small_input_field{
    border: 1px solid #8c552b;
    background: #f3e9d7;
    box-shadow: 0px 0px 25px rgb(177, 126, 38) inset;
    -webkit-box-shadow: 0px 0px 25px rgb(177, 126, 38) inset;
    -moz-box-shadow: 0px 0px 25px rgb(177, 126, 38) inset;
    padding: 5px;
    width: 41%;
    display: inline-block;
}

.small_input_field .text_input{
    height: 18px;
}

.file_input_wrapper_left{
    float: left;
    width: 82px;
    position: relative;
}

.file_input_wrapper_right{
    float: right;
    width: 82px;
    text-align: right;
}

.file_input_wrapper_center{
    margin: 0 100px;
    text-align: center;
}

.file_input_wrapper_center .input_field{
    border: 1px solid #8c552b;
    text-align: center;
}

.file_input_wrapper_center .input_field .text_input{
    text-align: center;
}

.button{
    border: 1px solid #75330f;
    background: url('../images/submit.png') center no-repeat;
    padding: 0 10px;
    margin: 0;
    height: 26px;
    margin-top: 3px;
    color: #2b0000;
    font-size: 13px;
    box-shadow: 1px 1px 2px #f8be67 inset, -1px -1px 2px #6c290f inset;
    -webkit-box-shadow: 1px 1px 2px #f8be67 inset, -1px -1px 2px #6c290f inset;
    -moz-box-shadow: 1px 1px 2px #f8be67 inset, -1px -1px 2px #6c290f inset;
    line-height: 24px;
}

.button:hover{
    box-shadow: 0px 0px 2px #f8be67 inset;
    -webkit-box-shadow: 0px 0px 2px #f8be67 inset;
    -moz-box-shadow: 0px 0px 2px #f8be67 inset;
}

.select_field_left{
    float: left;
    width: 40%;
    position: relative;
}

.input_code_right{
    float: left;
    width: 40%;
    position: relative;
    text-align: right;
}

.captcha_center{
    float: left;
    width: 20%;
    text-align: center;
}

.captcha_center img{
    width: 95%;
    height: 30px;
}

.input_code_right .input_field{
    border: 1px solid #8c552b;
    background: #f3e9d7;
    box-shadow: 0px 0px 25px rgb(177, 126, 38) inset;
    -webkit-box-shadow: 0px 0px 25px rgb(177, 126, 38) inset;
    -moz-box-shadow: 0px 0px 25px rgb(177, 126, 38) inset;
    padding: 5px;
}

.input_code_right .input_field .text_input{
    height: 18px;
    font-size: 14px;
    color: #340505;
    font-family: 'Segoe UI Semibold', Arial, Helvetica, Verdana, sans-serif;
    line-height: 16px;
	text-align:center;
}

.input_code_right .input_field .text_input::-webkit-input-placeholder {color:   #340505;}
.input_code_right .input_field .text_input:-moz-placeholder {color:    #340505;}
.input_code_right .input_field .text_input::-moz-placeholder {color:   #340505;}
.input_code_right .input_field .text_input:-ms-input-placeholder {color:   #340505;}
.input_code_right .input_field .text_input:-o-input-placeholder {color:   #340505;}

.center_submit_filed{
    text-align: center;
}

.center_submit_filed .button{
    padding: 0 25px;
}

.file_input_wrapper_center .input_field .text_input {
    height: 18px;
}

.file_input_wrapper_right .button{
    padding: 0 17px;
}

.input_field.error_field{
    border-color: #aa0000;
}

.note {
    margin: 2px 0 0 0;
    font-size: 12px;
}

footer{
    text-align: center;
    padding-bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

footer p{
    font-family: 'Georgia';
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    color: #552403;
    margin-bottom: 0px;
}

footer p a{
    color: #552403;
}

footer p a:hover{
    text-decoration: none;
}

footer p.copyright{
    font-family: 'Segoe UI Semibold';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;

}

footer p.copyright img{
    vertical-align: text-bottom;
    position: relative;
    top: 1px;
}

.file_input_wrapper_left .jq-file{
    padding: 0;
    width: 80px;
    text-align: center;
}

.file_input_wrapper_right .button{
    padding: 0;
    width: 82px;
    text-align: center;
}

label.error{
    position: absolute;
    bottom: -12px;
    left: 0;
    color: #aa0000;
    font-size: 11px;
    margin: 0;
    white-space: nowrap;
    top: auto;
}

#sent_message{
    display: none;
    clear: both;
    padding: 87px 20% 105px;
}

.sent_message_title em{
    display: block;
    padding-right: 81px;
    background: url('../images/sent_message_title_right.png') right top no-repeat;
    font-style: normal;
    padding-top: 20px;
}

.sent_message_title span{
    display: inline-block;
    padding-left: 81px;
    background: url('../images/sent_message_title_left.png') left top no-repeat;
}

h4.sent_message_title{
    text-align: center;
    font-size: 18px;
    color: #401a00;
    margin-bottom: 45px;
}

#sent_message p{
    font-size: 15px;
    line-height: 1.5;
    color: #401a00;
}

#sent_message p a{
    color: #401a00;
}

#sent_message p a:hover{
    text-decoration: none;
}

#sent_message p b{
    font-family: 'Segoe UI Bold';
}

.scroll_textarea{
    overflow: hidden;
    padding-right: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font: normal 17px/1.2 'ArnoProRegular', Arial, Helvetica, Verdana, sans-serif;
    white-space: pre-wrap;
}

.scroll_textarea_wrapper{
    height:113px; 
    overflow:hidden;
}

.hiddendiv{
    position:absolute; 
    top:-9999px; 
    left:-9999px; 
    visibility:hidden; 
    white-space: pre-wrap; 
    width: auto; 
    min-height: 113px; 
    word-wrap: break-word;
    padding-right: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font: normal 16px/1.2 'ArnoProRegular', Arial, Helvetica, Verdana, sans-serif;
}

.scroll_textarea_wrapper .mCSB_scrollTools{
    box-sizing:border-box; 
    padding:5px 0;
}

.has_submenu>a:hover{
    text-decoration: none !important;
}

/***** Home Page *****/

.home_img{
    float: left;
    width: 66.5%;
}

.home_img img{
    max-width: 100%;
    width: 100%;
}

.home_text{
    width: 33.5%;
    float: left;
    margin-top: -43px;
    text-align: center;
    margin-left: -4px;
}

.notification{
    font-family: 'ArnoPro-SmbdItalicSubhead';
    color: #405b72;
    font-size: 21px;
    margin-bottom: 50px;
	margin-left:-40px;
	margin-right:-40px;
}

.home_title{
    font-family: 'MonotypeCorsivaRegular';
    font-family: 'Monotype Corsiva';
    color: #652500;
    font-size: 34px;
    margin: 0 -20px;
    letter-spacing: -1px;
	font-weight: normal;
	white-space:nowrap;
}

.home_subtitle{
    font-family: 'MonotypeCorsivaRegular';
    color: #652500;
    font-size: 26px;
    margin-bottom: 35px;
}

.home_subtitle span {
    display: inline-block;
    padding-left: 60px;
    background: url('../images/home_subtitle_left.png') left top no-repeat;
}

.home_subtitle em {
    display: block;
    padding-right: 69px;
    background: url('../images/home_subtitle_right.png') right top no-repeat;
    font-style: normal;
    padding-top: 8px;
    letter-spacing: -2px;
	font-weight: normal;
}

.home_quote{
    color: #7c410e;
    font-size: 23px;
    font-family: 'ArnoPro-SmbdItalicSubhead';
    padding: 0 30px;
    line-height: 1.53;
    margin: 0;
}

.home_share_links{
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
	margin-bottom: 20px;
}

.home_share_links li{
    display: inline-block;
    margin: 4px;
	width: 77px;
	vertical-align: middle;
}

.home_share_links li a{
text-decoration:none;
}

.home_frame_img{
    position: relative;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    margin: 1px 2.5% 40px;
}

.home_frame{
    position: relative;
    z-index: 1000
}

.slider {
    position: absolute !important;
    width: auto !important;
    height: auto !important;
    left: 8%;
    top: 10%;
    right: 7.6%;
    bottom: 10.6%;
}

.slider img{
    width:100% !important;
    height:auto !important;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.quotes_slider{
    width: 100% !important;
    margin-bottom: 49px;
    position: relative;
	min-height: 245px;
}

.home_quote{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*** Services page ***/

.content_left_column{
    float: left;
    width: 34%;
    padding-top: 17px;
}

.content_middle_column{
    float: left;
    width: 33%;
    margin-left: 6%;
    padding-top: 17px;
    margin-bottom: 25px;
}

.content_left_column p,
.content_middle_column p{
    text-align: justify;
}

.content_right_column{
    float: left;
    width: 21%;
    margin-left: 6%;
    padding-top: 17px;
}

.marked_list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.marked_list li{
    background: url('../images/marked_list.png') left center no-repeat;
    padding-left: 27px;
    margin-bottom: 2px;
}

/*** Terms Page ***/

.content_left_2_column{
    width: 46%;
    float: left;
    padding-top: 17px;
}

.content_right_2_column{
    width: 48%;
    float: left;
    margin-left: 6%;
    padding-top: 17px;
    margin-bottom: 60px;
}

/*** Gallery page ***/

.gallery_pic{
    float: left;
    width: 50%;
}

.gallery_text{
    width: 46%;
    float: left;
    padding-top: 30px;
}

#gallery_hidden_text{
	display:none;
}

.gallery_pic.horizontal_pic{
    width: 57.3%;
}

.gallery_pic.horizontal_pic .gallery_frame_img {
    margin: 17px 5.2% 0px 2.5%;
}

.gallery_pic.horizontal_pic .gallery_slider {
    position: absolute;
    left: 8%;
    top: 10%;
    right: 7%;
    bottom: 10.8%;
    background: url('../images/loading.gif') center no-repeat;
}

.gallery_text.horizontal_text{
    width: 41.7%;
    margin-left: 1%;
}

.gallery_text p{
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.4;
}

.gallery_pic img{
    max-width: 100%;
    width: 100%;
}

.gallery_frame_img{
    position: relative;
    -webkit-transform: rotate(-4.5deg);
    -moz-transform: rotate(-4.5deg);
    -o-transform: rotate(-4.5deg);
    transform: rotate(-4.5deg);
    margin: 14px 11% -5px 4.5%;
}

.horizontal_pic .gallery_frame_img{
    -webkit-transform: rotate(-3.6deg);
    -moz-transform: rotate(-3.6deg);
    -o-transform: rotate(-3.6deg);
    transform: rotate(-3.6deg);
    margin: 14px 11% -5px 4.5%;
}

.gallery_frame{
    position: relative;
    z-index: 1000;
}

.gallery_slider{
    position: absolute;
    left: 8.5%;
    top: 7.1%;
    right: 8.8%;
    bottom: 7.8%;
    background: url('../images/loading.gif') center no-repeat;
}

.gallery_slider img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.gallery_img_title{
    clear: both;
	text-align: center;
	font-family: 'ArnoPro-SmbdItalicSubhead';
	color: #552403;
	font-size: 20px;
	padding-left: 54px;
	margin-bottom: 35px;
}

.navigation{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 67px;
}

.navigation a{
    display: inline-block;
    padding-left: 52px;
    font-family: 'ArnoPro-SmbdItalicSubhead';
    color: #552403;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    padding-top: 10px;
    margin-bottom: 20px;
}

.navigation a:hover{
    text-decoration: underline;
}

.navigation .navigation_prev a{
    background: url('../images/prev.png') 0px 2px no-repeat;
    padding-bottom: 2px;
}

.navigation .navigation_next a{
    background: url('../images/next.png') 0px 2px no-repeat
}

/*** FAQs Page ***/

.faq_left_column{
    float: left;
    width: 47.5%;
    padding-top: 32px;
}

.faq_right_column{
    float: left;
    width: 49.5%;
    margin-left: 3%;
    padding-top: 32px;
}

.faq_questions{
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq_answers{
    margin: 0;
    padding: 0 10px;
    list-style: none;
}

.scroll_content{
    height: 628px;
    margin-bottom: 70px;
}



.scroll_content .mCSB_scrollTools .mCSB_draggerContainer {
    margin: 0;
}

.scroll_content .mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 62px;
}

.scroll_content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 21px;
    height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: url('../images/drag.png') no-repeat;
}

.scroll_content .mCustomScrollBox .mCSB_scrollTools{
    opacity: 1;
    width: 21px;
    bottom: 0px;
    right: 2px;
    top: 0px;
    padding: 0;
    height: 100%;
   background: url('../images/bg-scrollbar-track-y2.png') center top no-repeat;;
}

.scroll_content .mCSB_scrollTools .mCSB_draggerContainer {
    top: 20px;
    left: 0;
    bottom: 20px;
    right: 0;
}

.scroll_content .mCSB_container {
    width: auto;
    margin-right: 40px;
    overflow: hidden;
}

.scroll_content .mCSB_scrollTools .mCSB_draggerRail{
    background: none;
}

.scroll_content{
    font-size: 15px;
}

.reviews_left_column .mCSB_container,
.reviews_right_column .mCSB_container{
    padding-top: 13px;
}

.questions_title{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.faq_questions li{
    margin-bottom: 18px;
}

.faq_questions a{
    text-decoration: none;
    font-family: 'Segoe UI Bold';
}

.faq_questions a:hover{
    text-decoration: underline;
}

/*** Reviews Page ***/

.reviews_left_column{
    float: left;
    width: 35%;
    line-height: 1.6;
}

.reviews_right_column{
    float: left;
    width: 62%;
    margin-left: 3%;
}

.reviews_left_column .mCSB_container.mCS_no_scrollbar {
    margin-right: 40px;
}

.reviews_left_column .mCS_no_scrollbar+.mCSB_scrollTools{
    display: block !important;
}

.reviews_left_column .mCS_no_scrollbar+.mCSB_scrollTools .mCSB_dragger{
    display: none;
}

/*** Coming Soon ***/

.coming_soon{
    text-align: center;
    margin: 200px 0;
}

.coming_soon img{
    max-width: 100%;
}

.dropdown .mCSB_container,
.scroll_textarea_wrapper .mCSB_container{
	width: auto; 
	margin-right: 0px; 
	overflow: hidden;
}

.dropdown .mCustomScrollBox>.mCSB_scrollTools,
.scroll_textarea_wrapper .mCustomScrollBox>.mCSB_scrollTools{
	width: 12px;
}

.dropdown .mCSB_scrollTools .mCSB_draggerContainer,
.scroll_textarea_wrapper .mCSB_scrollTools .mCSB_draggerContainer{
	top: 5px; 
	bottom: 5px;
}

.dropdown .mCSB_scrollTools .mCSB_draggerRail,
.scroll_textarea_wrapper .mCSB_scrollTools .mCSB_draggerRail{
	width: 4px; 
	background: #E0BE81;
}

.dropdown .mCSB_scrollTools .mCSB_dragger,
.scroll_textarea_wrapper .mCSB_scrollTools .mCSB_dragger{
	height: 70px;
}

.dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.scroll_textarea_wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 6px; 
	background: #6C2C13;
}

.scroll_content.om_scroll_content{
	height:auto !important;
}

.faqs_content{
	padding-bottom:50px !important;
}

.loader{
	float:left;
}

.nobr{
	white-space: nowrap;
}
.fb_like_wrapper{
	position: relative;
	height: 73px;
}

.fb_like__count{
	position: absolute;
	background: url('../images/fb_bg.png') no-repeat;
	display: block;
	height: 16px;
	width: 43px;
	left: 50%;
	margin-left: -21px;
	top: -4px;
	text-align: center;
	font-size: 10px;
	padding-top: 63px;
	color: #3b5998;
}

.fb-like{
	opacity: 0;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	margin-top: 40px;
	width: 40px;
	height: 16px;
	overflow: hidden;
}

.fb-like>span{
	margin-left: -4px;
	margin-top: -3px;
}

.fb_like_block{
	display:inline-block;
	width:43px;
	height:77px;
	margin-top: -2px;
}

.fb_like_block__image{
	display:block;
	width:43px;
	height:41px;
	margin-bottom:2px;
}

.fb_like_block__image img{
	border: 0
}

.fb_like_block__box{
	display:block;
	width:43px;
	height:33px;
	background: url('../images/fb_box.png') no-repeat;
	padding-top: 1px;
}

.fb_like_block__like{
	display:block;
	overflow:hidden;
	width: 41px;
	height: 16px;
	margin-left: 1px;
	/*opacity:0;
	filter: alpha(opacity=0);*/
}

.fb_like_block__like iframe{
	margin-top:-3px;
	margin-left:-5px;
}

.fb_like_block__count{
	display: block;
	height: 16px;
	width: 43px;
	text-align: center;
	font-size: 10px;
	color: #3b5998;
	margin-top:2px;
}

@media all and (max-width: 1280px){
	.home_img {
	width: 56.5%;
	}

	.home_text {
	width: 43.5%;
	}
}

@media all and (max-width: 1024px){
    #content {
        padding-bottom: 105px;
    }

    .content_text{
        width: 40%;
    }

    .content_form {
        width: 60%;
    }

    .home_img{
        float: none;
        width: 100%;
    }

    .home_text{
        float: none;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 40px;
        margin-left: 0;
    }
	
	.home_title{
		white-space:normal;
		margin-left:0px;
		margin-right:0px;
	}
	
	.notification{
		margin-left:0px;
		margin-right:0px;
	}

    .content_left_column{
        float: none;
        width: 100%;
		display:inline;
    }
	
	.content_left_column p:last-child,
	.content_middle_column p:first-child{
		display:inline;
	}

    .content_middle_column{
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
		display:inline;
    }

    .content_right_column{
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }
	
	.quotes_slider{
		min-height: auto;
	}

}

@media all and (max-width: 770px){

    #header{
        text-align: center;
        margin-bottom: 20px;
    }

    .logo{
        float: none;
        display: inline-block;
        margin: 20px 0;
    }

    #top_nav{
        position: static;
    }

    #top_nav>ul{
        float: none;
    }

    #top_nav>ul>li{
        float: none;
        text-align: left;
    }

    #top_nav>ul>li>a, #top_nav>ul>li>span {
        padding: 5px 3.8%;
        border: none;
        background: #C5A471;
        background: rgba(80, 32, 5, 0.16);
        border-top: 1px solid #D9BA84;
    }

    .submenu {
        z-index: 1;
        background: #fff;
        right: 0;
        left: 0;
        width: auto;
        padding: 5px 3.8%;
    }

    .submenu.touch_submenu{
        position: static;
        padding: 0;
        background: none;
    }

    .submenu.touch_submenu a{
        padding: 5px 3.8%;
        border: none;
        background: rgb(230, 200, 155);
        background: rgba(80, 32, 5, 0.05);
        border-top: 1px solid #D9BA84;
        display: block;
    }

    .content_text{
        float: none;
        width: 100%;
        padding-top: 20px;
    }

    .content_form {
        float: none;
        width: 100%;
    }

    .form_label{
        float: none;
        display: block;
        width: auto;
        text-align: left;
        margin: 0 0 1px 0;
    }

    .input_wrapper {
        margin-left: 0px;
    }

    .small_input_wrapper_left{
        float: none;
        width: auto;
    }

    .small_input_field{
        width: auto;
        display: block;
    }

    .small_input_wrapper_right{
        float: none;
        width: auto;
    }

    .small_input_wrapper_right label,
    .small_input_wrapper_center label{
        position: static;
        text-align: left;
        display: block;
        margin: 5px 0;
    }

    .small_input_wrapper_center{
        margin: 0;
    }

    #sent_message{
        padding: 87px 10% 105px;
    }

    .content_left_2_column{
        width: 100%;
        float: none;
        padding: 0;
    }

    .content_right_2_column{
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }

    .gallery_pic{
        float: none;
        width: 100%;
    }

    .gallery_text{
        width: 100%;
        float: none;
        padding: 0;
    }

    .navigation {
        margin: 0 0 50px 0;
    }

    .gallery_pic.horizontal_pic{
        width: 100%
    }

    .gallery_text.horizontal_text{
        width: 100%;
    }

    .reviews_left_column{
        float: none;
        width: 100%;
    }

    .reviews_right_column{
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .faq_left_column{
        float: none;
        width: 100%;
    }

    .faq_right_column{
        float: none;
        width: 100%;
        margin-left: 0;
    }
	
	.select_field select,
	.select_field_left select{
		width:95%;
		border: 1px solid #8c552b;
		background: #f3e9d7;
		box-shadow: 0px 0px 25px rgb(177, 126, 38) inset;
		-webkit-box-shadow: 0px 0px 25px rgb(177, 126, 38) inset;
		-moz-box-shadow: 0px 0px 25px rgb(177, 126, 38) inset;
		padding: 4px;
	}
	
	.faq_answers{
		padding:0;
	}
	
	#gallery_hidden_text{
		display:block;
	}
	
	.gallery_text_text{
		display:none;
	}
	
	.gallery_img_title{
		padding-left:0;
	}

}

@media all and (max-width: 400px){
    .select_field{
        float: none;
        width: auto;
        text-align: left !important;
        margin-bottom: 15px;
    }

    .jq-selectbox {
        width: 100% !important;
    }

    #content,
    #sent_message{
        padding-bottom: 130px;
    }

    .select_field_left .jq-selectbox{
        width: 95% !important;
    }
	
	.select_field select{
		width:100%;
	}

}



