/*Only Desktop View*/
.nav_wrapper{ display:none;}
.header_txt h1{ font-size:25px; text-align:center; line-height:25px; display:block;}
.header_txt h1 a{ outline:none; text-decoration:none;}
.cemca{ display:inline;}

@media (min-width:1300px) and (max-width:1600px) {

}
@media (min-width:1200px) and (max-width:1299px) {

}
@media (min-width:992px) and (max-width:1199px) {

}

@media (min-width:768px) and (max-width:991px) {
/*.resmartop{ margin:0px 0px 0px 0px;}*/
.nav_wrapper{ display:block;}
.MenusHolder{ display:none;}
.cemca{ display:none;}
.form-left{ width:100%; border-right:none;}
.form-right{ width:97%;}
form#register_form input[type="text"], input[type="password"]{ width:100%;}
.uploadVideos textarea{ width:100%;}
} 


@media (max-width:767px) {
/*.resmartop{ margin:0px 0px 0px 0px;}*/
.nav_wrapper{ display:block;}
.MenusHolder{ display:none;}
.cemca{ display:none;}
.form-left{ width:100%; border-right:none;}
.form-right{ width:97%;}
form#register_form input[type="text"], input[type="password"]{ width:100%;}
.uploadVideos textarea{ width:100%;}
}

@media (max-width:360px ) {
/*.resmartop{ margin:0px 0px 0px 0px;}*/
.nav_wrapper{ display:block;}
.MenusHolder{ display:none;}
.cemca{ display:none;}
.form-left{ width:100%; border-right:none;}
.form-right{ width:97%;}
form#register_form input[type="text"], input[type="password"]{ width:100%;}
.uploadVideos textarea{ width:100%;}
.form-right label {width: 100%;}

}
