1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }
h1, h2, h3, h4, h5, h6 { font-weight: bolder }
* { margin: 0; padding:0;}


body { padding-top: 0; font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:normal;background:url('../images/background3.jpg') top center no-repeat fixed; 
-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
body#business_page {background:url('../images/background2.jpg') -100px 0 no-repeat fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; margin:0; padding:0;}
html, body { height: 100%}
a { color:#000;text-decoration:none;cursor:pointer; }
p { margin: 15px 0; }
ul li, ol li{ list-style:none }
.company_list { line-height:20px; }
.list {margin-bottom:3px; padding:5px 0;}
@font-face {
    font-family: 'nerislight';
    src: url('../fonts/Neris-Light-webfont.eot');
    src: url('../fonts/Neris-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Neris-Light-webfont.woff') format('woff'),
         url('../fonts/Neris-Light-webfont.ttf') format('truetype'),
         url('../fonts/Neris-Light-webfont.svg#nerislight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Header */
#header {/*height:200px;*/margin:0 auto;}
#header .logo { margin:5px; }
#header .logo  img{ max-width:170px; }
#header .signin, #header .dashboard , .clientSignin{margin:5px; margin-right: 100px;}
#search { padding:10px; }
#search input.keyword { border:medium none;margin-left:15px;margin-top:5px;padding-top:5px;width:440px;height:20px;font-size:16px;position:relative;;color:#000000;}
#search input.location { border:medium none;margin-left:8px;margin-top:5px;padding-top:5px;width:135px;height:20px;font-size:16px;position:relative;color:#CCC }
#search select { border: medium none;font-size: 16px;height: 28px;margin-left: 10px;margin-top: 7px;padding: 3px;width: 135px; }
#search_link { position:absolute;top:3px;right:5px;width:33px;height:30px;background-color:transparent; }
#location { font-size:22px;}
#location .radius a { color:#00ace7; }
#location .radius .active { color:#63bb2d; text-decoration: none; cursor:default; }
#location .zip a { color:#00ace7; }
#location .zip a:hover { color:#00ace7; }
#location p{background-color:#FFFFFF;
border-radius:5px;
width:auto;
font-family: 'nerislight';
color:#00ace7;
padding:5px;
}

.noRecord{
	background:#fff;
	font-family: 'nerislight';
	padding:20px 10px;
	font-size:22px;
	border-radius: 2px;
	margin-top:5px;
	box-shadow: 0 4px 4px #000000;
	
}

/* Detail Page */

.leftside{
	float:left;
	width:625px;
}

.comp_info{
	margin:0 0 15px 0;
}

.comp_info .logo{
	width:100px;
	height:100px;
	padding:2px;
	border:solid 7px #fcfcfc;
	margin:0 3px 0 0;
	background:#fff;
}

.comp_info .logo img{
	width:100px;
	height:100px;
}


.comp_detail{
	background:url('../images/bg1.png');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:12px;
	-moz-box-shadow:    0 0 5px 2px #627387;
	-webkit-box-shadow: 0 0 5px 2px #627387;
	box-shadow:         0 0 5px 2px #627387;
}

.comp_detail .contact{
	background-color:#ffffff;
	padding:5px;
	border-radius:3px;
}



.comp_detail h2{
	color:#3993FF; font-size: 22px; font-weight:bolder;
}

.comp_detail p, .comp_detail a{
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0;
}

.comp_detail img
{
display: block;
margin-left: auto;
margin-right: auto;
}

.about_comp{
	background:url('../images/bg2.png') top left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:12px;
	-moz-box-shadow:    0 0 5px 2px #627387;
	-webkit-box-shadow: 0 0 5px 2px #627387;
	box-shadow:         0 0 5px 2px #627387;
}

.about_comp h2{
	font-size:30px;
	color:#000;
	font-weight:bold;
}

.about_comp p{
	font-size:14px;
	line-height:18px;
	color:#000;
	font-weight:normal;
	padding:0;
	margin:0;
}

.social_share{
	background:#fff;
	 padding: 0 0 2px;
	 margin-top:25px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.social_share h3{
	font-size:16px;
	color:#365200;
	font-weight:bold;
	background:#bffb20;
	display:inline-block;
	padding: 4px 45px 4px 12px;
	-moz-box-shadow:    1px 1px 3px 0px #627387;
	-webkit-box-shadow: 1px 1px 3px 0px #627387;
	box-shadow:         1px 1px 3px 0px #627387;
	 min-width: 225px;
}

.social_likes{
	display:inline-block;
}

.businee_hours{
	
	margin-top:25px;
	background:#fff;
	padding:0 0 2px 0
}

.businee_hours h3{
	font-size:16px;
	color:#b81d04;
	font-weight:bold;
	background:#f5ba1a;
	padding:4px 45px 4px 12px;
	display:inline-block;
	-moz-box-shadow:    1px 1px 3px 0px #627387;
	-webkit-box-shadow: 1px 1px 3px 0px #627387;
	box-shadow:         1px 1px 3px 0px #627387;
	 min-width: 225px;
}

.businee_hours table{
	margin:5px 0 0 0px;
	background:#fff;
	-moz-box-shadow:    1px 1px 3px 0px #ededed;
	-webkit-box-shadow: 1px 1px 3px 0px #ededed;
	box-shadow:         1px 1px 3px 0px #ededed;
}

.businee_hours table thead th{
	text-align:center;
	padding:0;
	margin:0;
	color:#575757;
	border-right:solid 1px #cccccc;
	font-size:15px;
	padding:5px 0; 
}

.businee_hours table tbody td{
	text-align:center;
	padding:0;
	margin:0;
	color:#575757;
	border:solid 1px #cccccc;
	border-bottom:none;
	border-left:none;
	font-size:15px;
	padding:5px 0; 
}

.businee_hours table tbody tr:first-child{
	background:#eeeeee;
}

.rightside{
	float:right;
	width:385px;
}

.app_btn{
	margin:32px 35px 38px 0;
	text-align:right;
}

.maps{
	background:url('../images/bg2.png') top left repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:12px;
	-moz-box-shadow:    0 0 5px 2px #627387;
	-webkit-box-shadow: 0 0 5px 2px #627387;
	box-shadow:         0 0 5px 2px #627387;
}

.maps h2{
	font-size:30px;
	color:#000;
	font-weight:bold;
}


.google_map{
	background:#fff;
	padding:6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:5px 0 0;
}

.gallery ul li{
	width:153px;
	padding: 0;
	margin: 0px;
	display: block;
	float: left;
	margin: 0 21px 0 0;
	
}
.gallery ul li img{
	border:solid 6px #265fc1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gallery ul li:last-child{
	margin: 0 0px 0 0;
}

.list_carousel{
	background:url("../images/gallery_bgrd.png") left top repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px 10px 12px;
	margin:15px 0 30px 35px;
	width:510px;
	position:relative;
}


.prev{
	width:26px;
	height:28px;
	background:url("../images/left_arrow.png") left top repeat-x;
	position:absolute;
	left:-30px;
	top:70px;
	font-size:0;
}

.next{
	width:26px;
	height:28px;
	background:url("../images/right_arrow.png") left top repeat-x;
	position:absolute;
	right:-30px;
	top:70px;
	font-size:0;
}

.slider_btn img{
	width:auto;	
	height:auto;	
}

.overlay{
	width:100%;
	height:100%;
	position:fixed;
	background:url("../images/bg4.png") repeat top left;
	z-index:9;
	display:none;
}

.back_btn{
	background:#444;
	padding:7px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:inline-block;
	float:right;
	color:#fff;
	font-size:14px;
	border-radius: 5px;
	-moz-box-shadow:    0 0 5px 2px #627387;
	-webkit-box-shadow: 0 0 5px 2px #627387;
	box-shadow:         0 0 5px 2px #627387;
	z-index:33;
	
}

.newpw_error, .signin_popup_error{
	display:none;
}

.signin_popup{
	padding:0px 35px 0px;
	position:fixed;
	z-index:34;
	background:url('../images/login_bgrd.png') top center / 100% repeat-y;
	display:none;
}

.signin_popup_top{
	width:300px;
	height:22px;
	left:0;
	top:-16px;
	position:absolute;
	background:url('../images/signin_popup_top.png') top center no-repeat;
}

.signin_popup_bottom{
	width:300px;
	height:22px;
	left:0;
	bottom:-16px;
	position:absolute;
	background:url('../images/signin_popup_bottom.png') top center no-repeat;
}



.login_input{
	width:180px;
	height:32px;
	line-height:36px;
	border:none;
	background:url('../images/login_input1.png') top center no-repeat;
	padding:2px 7px 2px 30px;
	color:#666;
	font-size:13px;
	font-weight:bold;
	margin:0 0 8px;
}

.pwd_input{
	width:180px;
	height:32px;
	line-height:36px;
	border:none;
	background:url('../images/login_input2.png') top center no-repeat;
	padding:2px 7px 2px 30px;
	color:#666;
	font-size:13px;
	font-weight:bold;
	margin:0 0 8px;
}



.zip_input{
	width:331px;
	height:32px;
	line-height:36px;
	border:none;
	background:url('../images/login_input4.png') top center no-repeat;
	padding:2px 7px 2px 7px;
	color:#666;
	font-size:13px;
	font-weight:bold;
	margin:0 0 8px;
}


.legend, div.headings,legend{
	color:#000;
	font-size:22px;
	font-weight:bold;
	width:100%;
	text-align:center;
	margin:0 0 10px 0;
}

div.headings span,legend span, .legend span{
	color:blue;
}

.login_btn, .newpass_btn{
	width:213px;
	height:56px;
	border:none;
	background:url('../images/login_btn.png') top center no-repeat;
	color:#666;
	font-size:0px;
	cursor:pointer;
}
.newpass_btn{background-image:url('../images/save_btn.png');margin-bottom:10px;}
.send_btn{
	width:119px;
	height:33px;
	border:none;
	background:url('../images/send_btn.png') top center no-repeat;
	color:#666;
	font-size:0px;
	cursor:pointer;
	display:inline-block;
	float:left;
	margin:0 0 0 -10px;
}

.cancel_btn{
	width:119px;
	height:33px;
	border:none;
	background:url('../images/cancel_btn.png') top center no-repeat;
	color:#666;
	font-size:0px;
	cursor:pointer;
	display:inline-block;
	float:right;
	margin:0 -10px 0 0;
}


.login_box_design{
	width:143px;
	height:159px;
	background:url('../images/login_box_design.png') top center no-repeat;
	margin:10px auto;
	display:block;
}

.forgetforgetpass{
	padding:0 0 0 20px;
	display:inline-block;
	background:url('../images/forgot_icon.png') top left no-repeat;
	margin:10px auto;
	color:#888;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
}

.signin_close_btn{
background: url("../images/close_btn.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 17px;
    top: 6px;
    width: 20px;
}

.zip_close, .city_close{
background: url("../images/close_btn.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 17px;
    top: -5px;
    width: 20px;
	margin-top:20px;
}

#login_form label.error, #forget_pass_form label.error{
	color:red;
	margin:1px 0 5px;
	padding:0 0 0 3px;
	display:inline-block;
}
span.error
{
	background:red;
	color:white;
	margin:1px 0 5px;
	padding:0 0 0 3px;
	display:inline-block;
}

.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    color: #C09853;
    margin-bottom: 18px;
    padding: 8px 14px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert .close {
    line-height: 18px;
    position: relative;
    right: -21px;
    top: -2px;
}

.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}

.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
	display:none;
}

.email_not_found, .error_in_sending, .email_send{
	display:none;
}


/**************************************************************************************************************/

/* Footer */
#footer{ margin:0 auto;background:url('../images/bg3.png') top left;position:fixed; bottom:0px; width:100%; box-shadow: 0 1px 4px #000000;}
.push { height:60px; }
.footer_content,.contactForm{margin:0 auto;color:#fff; }
.footer_content{height:60px;}
.footer_content .socialmedia { float:left;margin-top: 10px; }
.footer_content .right { float:right; }
.footer_content .menu { margin-top: 25px; }
.footer ul.footer_menu {position: relative; padding: 0; margin: 0;}
.footer ul, .footer_menu ul li {list-style: none;}
.footer ul.footer_menu li { float:left;display:block;margin:12px 10px;position:relative; }
.footer_menu a { padding:0 10px;color:#fff;font-size:14px;font-weight:bold; }
/**************************************************************************************************************/

/* Misc */
.clear{ clear:both; }
.required { margin-right:5px; }
/*.big_button { background:url('../images/big_button.png') top center no-repeat;width:301px;height:44px;border:none;color:#c13503;font-size:18px;cursor:pointer; }*/
.big_button {border-radius:25px;
 background-color:#FFCC00 !important;
 color:#B81D04 !important;
 margin-top:15px;
 }
 .big_button .signup{}
.big_button:hover{text-decoration:none;  background-color:#d49f16 !important;}
/**************************************************************************************************************/
textarea:focus, input:focus, select:focus, button:focus{
    outline: 0;
}
.footer_contact{background:url('../images/bg4.png') top left;padding:27px 0 5px 0;}
/*.footer_box, .contact_info{float:left;}*/
.footer .left_box{width:287px;padding:0 0 7px 0;}
.footer .center_box{width:600px;margin:0 auto;}
.footer .imageHolder{float:left;padding-right:20px;}
.footer_box #message{height:85px; resize:none;}
.footer_box h2{color:#fff;}
.submit_btn{float:right;text-indent:-9999px;display:block;margin:0 20px 0 0;}
.submit_btn a{background:url('../images/footer_submit.png') no-repeat top left;width:70px;height:26px;display:block;}
.right_box{width:69px;padding:27px 17px 7px;text-align:center;}
.form_right #message{margin:0;}
.footer_heading{font:normal 12.27px Helvetica,"Trebuchet MS", Arial, sans-serif;text-transform:uppercase;color:#e8e8e8;line-height:26px;margin-left:90px;}
.footer .center_box .form_left{width:245px;}
.footer .center_box .form_left, .footer .center_box .form_right{float:left;}
.footer .center_box #contact_form label{display:block;text-transform:capitalize;padding:0 0 5px 1px;}
.footer .center_box #contact_form input{width:218px;height:18px;margin-bottom:10px;}
.footer .center_box #contact_form textarea{width:328px;height:102px;}
#sendmesg{display:block;float:left;padding:5px;color:#ffffff;}
#sendmesg.error{background:#ff0000;}
#sendmesg.success{background:green;}

.comp_detail_popup{
	top:19%;
	left:50%;
	float:none; 
	position:absolute; 
	z-index:25;
	margin-left:-25%; 
	width: 50%; 
	text-align:center; 
	padding:0 0 25px 0;
	background:url("../images/bgrd.jpg") no-repeat top center fixed;
	border-bottom:3px solid #595a5a;
	box-shadow:1px 4px 6px 3px #000;
}
.comp_detail_popup h4{background:#f7f7f7;font:bold 22px arial;border-bottom:3px solid #94a4b5;padding:25px 0;margin-bottom:25px;color:#5bc9e8;}
.comp_detail_popup .close_btn{
	width:15px;
	height:20px;
	/*padding:5px;*/
	background:#fff;
	border:solid 1px #ededed;
	color:#677d95;
	position:absolute;
	top:-10px;
	right:-10px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}
.comp_detail_popup p.error{color:#fff;}
.comp_detail_popup p.okay{color:#fff;}
.comp_detail_popup p, .comp_detail_popup a{
	font-size:18px;
	color:#000;
	padding-top: 25px;
	font-weight:normal;
	margin:0;
}

.zip_popup, .city_popup{
	background:#f4f4f4;
	border:2px solid #fff;
	border-radius:5px;
	padding:20px;
	position:absolute;
	margin:-200px 0 0 -200px !important;
	width:360px !important;
	z-index:10;
}


.zip_popup .button_holder, .zip_popup .loading_zip, .city_popup .button_holder, .city_popup .loading_zip{
    margin-top: 0.5em;
	text-align:center;
}
.zip_popup .loading_zip, .city_popup .loading_city{display:none;text-align:center;}
.zip_popup .zip_cancel_btn, .city_popup .city_cancel_btn{
	width:168px;
	height:35px;
	border:solid 2px #310000;
	background:#007bff;
	background-size:100% 100%;
	color:#666;
	font-size:20px;
	margin:0 7px 0 0 ;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	float:right;
	border-radius:4px;
}

.zip_popup .zip_submit_btn, .city_popup .city_submit_btn{
	width:168px;
	height:35px;
	border:solid 2px #310000;
	background:#007bff;
	background-size:100% 100%;
	color:#666;
	font-size:20px;
	margin:0 0 0 7px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	float:left;
	border-radius:4px;
}


.zip_popup label.error, .city_popup label.error {
	color:#FF0000;
	text-align:center;
}
.get_current_location{display:none;}
.logininfo{
	padding:0 0 0 20px;
	display:inline-block;
	background:url('../images/forgot_icon.png') top left no-repeat;
	margin:10px auto;
	color:#888;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
}
.checkbox {
	margin:10px 0;
	color:#888;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}
.zip_change, .city_change{
	border: 1px solid #8e8e6e;
    border-radius: 3px;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 36px;
    margin: 0 0 8px;
    padding: 2px 7px;
    width: 50px;
}
.fullscreen
{
	position:absolute;
	height:200%;
	width:100%;
	left: 0;
    margin: 0;
	top: 0;
	}
	
.defaultpopupscreen
{
	left: 50%;
    margin: -235px 0 0 -175px;
	top: 50%;
	width:300px;
}	
/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;top:2px}
.right-addon .glyphicon { right: 0px;top:2px}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.detailbtn{ border-radius:12px;
 background-color:#00F0FF !important;
 color:#B81D04 !important;

}
.detailbtn:hover{ border-radius:12px;
 background-color:#00F0FF !important;
 color:#f75c43 !important;

}

.appoinbtn{ border-radius:12px;
 background-color:#FFCC00 !important;
 color:#B81D04 !important;

}

.appoinbtn:hover{ border-radius:12px;
 background-color:#FFCC00 !important;
 color:#f75c43 !important;

}
.signinbtn, #clientSignin_submit{
	border-radius:25px;
	color:#919191 !important;
	box-shadow: 0 2px 2px #000000;
}

.schedulebtn{
 border-radius:25px;
 color:#B12005 !important;
 box-shadow: 0 2px 2px #000000;
 background-color:#FFC63D !important;
 
}
.schedulebtn:hover{
 border-radius:25px;
 background-color:#d49f16 !important;
}

.signin_popup .formFeild{margin:0 0 8px;}

.searchbox{
	height: 40px;
	border: 1px solid #000000;
	box-shadow: 0px 4px 10px #000000 !important;

}

.searchbox_bg{
	background:url('../images/bg1.png');
	border-radius: 2px;
	box-shadow: 0 4px 4px #000000;
}

.company_box1{
	background:url('../images/bg2.png');
	border-radius: 2px;
	margin-top:10px;
	box-shadow: 0 4px 4px #000000;
}

.company_box2{
	background:url('../images/bg1.png');
	border-radius: 2px;
	margin-top:10px;
	box-shadow: 0 4px 4px #000000;
}

.headersignin{
	margin:30px 0 0;
}

.headersignin .signup a{
	 color: #fff;
	font-size: 14px;
	/*font-weight: bold;*/
}

.headersignin{
	text-align:left;
}

.client_username, .client_password{
	margin-top:12px;
	height:25px !important;
}

.head{
	background:url('../images/bg3.png');
	border-radius: 2px;
	box-shadow: 0 1px 2px #000000;
	width:100%
}

.signupbox{
	border-radius: 2px;
	min-height:420px;
}
.signupbox h2{
	color:white;
}
.signupbox p{
	color:white;
}

.signup_panel{
	background:url('../images/bg5.png');
	border-radius: 2px;
	box-shadow: 0 1px 2px #000000;
	display:none;
	position:absolute;
	z-index:100;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}

#search_business .inner-addon .glyphicon { padding:5px !important; }
#search_business .glyphicon-search:before { font-size:23px !important; }
#keyword { font-family: 'nerislight'; font-size:22px !important;}
@media (min-device-width: 768px){
	.register_head{font-size: 36px; }
	.signup_panel h2{font-size: 40px;}
	.signup_panel li{ font-size: 20px;}
	.headersignin .signup a, #clientSignin_submit{ font-size: 16px;}
	.headersignin {margin: 30px 0 0;}
	#footer button,#footer a, .detailbtn, .appoinbtn{font-size:18px;}
	#bussiness_signup {text-align:left;}
	#support_contact {text-align:right;}
	#location{font-size:26px;}
	#registrationForm a ,#registrationForm button{ font-size: 16px; padding:2px;}
}
@media (min-device-width: 562px) and (max-device-width: 767px){
	.register_head{font-size: 34px; }
	.signup_panel h2{ font-size: 34px;}
	.signup_panel li{ font-size: 16px;}
	.headersignin .signup a, #clientSignin_submit{ font-size: 16px;}
	.headersignin {margin: 0;}
	#footer a , .detailbtn, .appoinbtn{font-size:16px;}
	#bussiness_signup ,#support_contact {text-align:center;}
	#location{font-size:22px;}
	#registrationForm a ,#registrationForm button{ font-size: 14px; padding:2px;}
}
@media (min-device-width: 375px) and (max-device-width: 561px){
	.register_head{font-size: 30px; }
	.signup_panel h2{ font-size: 22px;}
	.signup_panel li{ font-size: 10px;}
	.headersignin .signup a , #clientSignin_submit{ font-size: 14px;}
	.headersignin {margin: 0;}
	#footer a , .detailbtn, .appoinbtn{font-size:14px;}
	#bussiness_signup ,#support_contact {text-align:center;}
	#location{font-size:18px;}
	#registrationForm a ,#registrationForm button{ font-size: 12px; padding:2px;}
}
@media (min-device-width: 320px) and (max-device-width: 374px){
	.register_head{font-size: 30px; }
	.signup_panel h2{ font-size: 22px;}
	.signup_panel li{ font-size: 10px;}
	.headersignin .signup a , #clientSignin_submit{ font-size: 14px;}
	.headersignin {margin: 0;}
	#footer a, .detailbtn, .appoinbtn{font-size:11px;}
	#bussiness_signup ,#support_contact {text-align:center;}
	#location{font-size:18px;}
	#registrationForm a ,#registrationForm button{ font-size: 12px; padding:2px;}
}

.register_head{ background:url('../images/bg1.png') top left; box-shadow: 0px -1px 3px -2px #000000; margin:0; padding:12px 0;}
.register_footer{ background:url('../images/bg1.png') top left !important; border:none !important; box-shadow: 0px 3px 4px -1px #000000}
.client_signup_list li{
	padding:0 20px 15px 30px;
	background:url('../images/list_right_arrow.png') 0 7px no-repeat;
}

#client_login_form{
	color:#fff;
}

.client_forgetpass{
	 margin: 4px 0 0;
	 display:block;
	 color:#fff;
}

.client_forgetpass:hover{
	 color:#e6e6e6;
}
#zip_popup .button_holder,#city_popup .button_holder
{
	margin-top:5px;
}
#zip_popup #selectedZip, #city_popup #selectedCity
 {
	margin-bottom:5px;
 }
#zip_popup .modal-dialog, #city_popup .modal-dialog{
	margin-top:15%;
	padding:5%;
 }
#zip_popup  .legend,#city_popup .legend{
   margin: 0 0 -10px;
}
#zip_popup  label,#city_popup label{
   color:#ff0000;
}
.companyLink{
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
.companyLinkParent{
	margin:10px 5px 5px 5px;
}
#sign_in_popup #password, #sign_in_popup #username
{
	border-radius:5px;
	margin-top:20px;
}
.join_with_subtitle {
    position: relative;
	margin-bottom: 20px;
    margin-top: 20px;
}
.join_with_subtitle div {
    background: #e3e3e3 none repeat scroll 0 0;
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 1;
}
.join_with_subtitle  span {
    background-color: #ffffff;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 5px;
    position: relative;
    z-index: 2;
	font-family:'Lato';
	font-weight: 300;
}
#sign_in_popup #remember_me
{
	margin:0px;
}
#sign_in_popup .modal-dialog ,
#forget_popup .modal-dialog,
#support_popup_modal .modal-dialog{
	 width: 314px;
}
.btn-login {
    background-color: #51b948;
    border-color: #51b948;
    color: #fff;
	font-family:'Lato';
	font-weight: 700;
}
.btn-login:hover,.btn-login:focus
{
	background-color: #0e7605;
    border-color: #0e7605;
	color: #fff;
}
#sign_in_popup .forget_pass
{
	font-family:'Lato';
	font-weight: 400;
	color:#51b948;
	text-decoration:underline;
}
#sign_in_popup .forget_pass:hover,
#sign_in_popup .forget_pass:focus
{
	color:#0e7605;
	text-decoration:underline;
}
#sign_in_popup .headings,
#forget_popup .headings,
#support_popup_modal .headings
{
	font-family:'Lato';
	font-size: 32px;
    font-weight: 300;
	padding-top: 20px;
}
#sign_in_popup .headings span,
#forget_popup .headings span,
#support_popup_modal .headings span
{
	font-family:'Lato';
	font-weight: 400;
	color:#51b948;
} 
#sign_in_popup .modal-dialog ,
#forget_popup .modal-dialog ,
#support_popup_modal .modal-dialog {
    margin: 10px auto;
	font-family:'Lato';
	font-weight: 400;
}
span.error {
	width:100%;
	font-family:'Lato';
	font-weight: 400;
}
div .customBtn .buttonText 
{
	opacity: 0;
}
div .customBtn 
{
	 background: url(../images/g+.png) no-repeat top center /cover;
	 height:40px;
}
.customBtn {
	display: inline-block;
	background: #4285f4;
	color: white;
	/*border-radius: 5px;*/
	white-space: nowrap;
}
.customBtn:hover {
	cursor: pointer;
}
span.label {
	font-weight: bold;
}

span.buttonText {
	display: inline-block;
	vertical-align: middle;
	padding-left: 42px;
	padding-right: 42px;
	/*font-size: 14px;*/
	font-weight: bold;
	/* Use the Roboto font that is loaded in the <head> */
	font-family: 'Roboto', sans-serif;
	height:30px;
	margin-top:10px;
	
}
.captcha img
{
	height:34px !important;
}
.signup_panel .big_button {
border-radius:25px;
 background-color:#FFCC00 !important;
 color:#B81D04 !important;
 margin-top:15px;
 height:34px;
line-height: 30px;
 }
 .customGPlusSignIn,.fblogin
 {
	cursor:pointer;
 }
 
.big_model .modal-dialog
{
  width: 95%;
}
.social_signup,.signupform
{
	background-color:#F8F8F8;
}
.signupbox
{
	background-color:#D8D8D8 ;
	padding:5px;
}
.signupbox h2
{
	color:#000000;
}
.or_with_subtitle {
    position: relative;
	margin-bottom: 5px;
    margin-top: 5px;
}
.or_with_subtitle div {
    background: #000000 none repeat scroll 0 0;
    height: 2px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
    z-index: 1;
}
.or_with_subtitle  span {
    background-color: #d8d8d8;
    color: #000000;
    display: inline-block;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}