/* Desktop Layout: 970px. */
@media (min-width: 992px) {
.container {width:950px}
.for_mobile {display: none;}
.for_desktop{display:block}












}



/* Desktop Layout: 1200px. */
@media (min-width: 1200px) {
.container {width:1170px}
.for_mobile {display: none;}
.for_desktop{display:block}








}



/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.container {width:750px}
.for_mobile {display: none;}
.for_desktop{display:block}







}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.container {width:90%}
.for_mobile {display: block;}
.for_desktop{display:none}
.head_logo.fix { float: none; max-width: 250px; margin: 0 auto; width: 100%;}
.head_menuarea.fix {  width: 100%;}
.head_menuicon.fix ul li {  min-width: auto; max-width: 100px;}
.main_hero_title.fix h1 {  font-size: 35px;  line-height: 45px;}
.main_hero_title.fix {margin: 0px 0 15px;}
.main_hero_subtitle.fix h3 { font-size: 20px;}
.main_hero_subtitle.fix {top: 0;  margin-bottom: 0;}
.main_content_textarea.fix { margin: 0px 0;}
.column_three.fix { width: 100%; float: left; margin-right: 0; margin-bottom: 20px;}
.main_form_title.fix {  margin: 0px 0px 0px;}
.main_form_field_left.fix { width: 100%;  margin-right: 0;}
input.input_field { box-sizing: border-box;}
.main_form_field_right.fix { width: 100%;  margin-left: 0;}
textarea.textarea_field { box-sizing: border-box;}
.footer_social.fix ul li { display: inline-block; margin: 0 3px; max-width: 35px;}
.footer_copyrightarea.fix { text-align: center; margin: 15px 0 45px;}
.iframe_video.fix iframe { max-height: 250px !important;}
.main_hero_image_left.fix { width: 100%;}
.main_hero_image_right.fix { width: 100%;}





}



/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
.for_mobile {display: block;}
.for_desktop{display:none}







}


