
body{
	margin: 0px;
	padding: 0px;
font-family: 'Open Sans', sans-serif;
	/*
	font-weight: 400;
	font-size: 15px;
	background-image: url(../images/background2.jpg);
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
	background-color: #f3f3f3;
}

h1{
	text-transform: uppercase;
	color: #000;
	font-size: 30px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.reset{
	float: left;
	width: 100%;
}

.reset fieldset{
	padding-right: 0px;
	max-width: 100%;
}

.reset .control-group{
	float: left;
	width: 100%;
	padding-top: 20px;
}


.pull-right{
	display: none;
}

.alert{
	float: left;
	width: 100%;
	margin-top: 15px;
	padding: 25px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background: #ecffff;
	border: 1px solid #c1dada;
	text-align: center;
    margin-bottom: 25px;
}

.alert div{
	float: left;
	width: 100%;
}

.alert button{
	float: left;
}

.alert-error{
    
}

.alert .close{
	float: left;
	display: none;
}

.alert h4{
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.alert-error h4{
    color: red;
}

.alert-error{
    background: #e7e7e7;
	border: 1px solid #d6d6d6;
    color: red;
}

.alert a{
    color: #3b557a;
}

.alert-error a{
    color: red;
}	

/* REGISTRATION FORM */

.registration .control-group3{
	display: none;
}

.registration .btn{
	margin-top: 25px;
}

/* HOMEPAGE */

.page-intro{
	float: left;
	width: 100%;
}

.page-intro p{
	font-size: 20px;
}

.page-intro .btn{
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
	background: #3b557a;
}



.nav-tabs{
	float: left;
	width: 100%;
	list-style: none;
	text-align: center;
}

.nav-tabs li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.nav-tabs li a{
	color: #3b557a;
	text-decoration: none;
}

.nav-tabs li a:hover{
	text-decoration: underline;
}

.nav-tabs li:nth-of-type(2){
	display: none;
}

.login fieldset{
	max-width: 100%;
}

.registration legend{
	display: none;
}

.registration fieldset{
	max-width: 100%;
}

.popover{
	display: none !important;
}

select{
	display: inline-block;

    font-size: 15px;
    color: #000;
	padding: 7px;
	margin-top: 5px;
}

body.one-housing{
	background-image: none !important;
	background-color: #252525;
}

p.sm-txt{
	font-size: 13px;
}

fieldset{
	float: left;
	width: 100%;
	margin: 0px;
	border: none;
	padding: 0px;
	padding-right: 50px;
	max-width: 800px;
}

form{
	font-size: 16px;
    line-height: 20px;
}

form.vrm-form{
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

hr{
	border: none;
}

a.change-link{
	text-decoration: none;
	background-color: #0100ad;
	color: #fff;
	padding: 3px;
	font-size: 12px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
	

.section_header{
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 50px;
}

h4{
	font-size: 15px;
}

.required{
	font-size: 16px;
	color: #000;
}

#nested_form_title{
	text-align: left;
}

span.question{
	font-size: 15px;
}

span.answer{
	font-size: 15px;
	font-weight: bold;
}

/* GENERAL CONTAINERS */

.container-centered{
    width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

#container{
	float: left;
	width: 700px;
}

#content{
	float: left;
	width: 100%;
	text-align: center;
	min-height: 600px;
	padding-top: 40px;
	padding-bottom: 50px;
}

body.one-housing #content{
	padding-top: 0px;
}

.box1{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}	

.item-page{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;

}	

/* HEADER */

#header-container{
	width: 980px;
	margin: 0 auto;
}


#header{
	float: left;
	width: 100%;
	margin-top: 0px;
	background-image: url(../images/header-background.png);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #fff;
	padding-top: 20px;
	
}

#header{
	background-image: none !important;
	background-color: #fff;
}

#header-top{
	float: right;
}

#header-info-box{
	float: right;
	max-width: 80px;
}

#header-links{
	float: right;
	width: 100%;
    padding-right: 16px;
}

#header-links a{
	display: inline-block;
	max-width: 100px;
	padding: 7px;
	background-color: #5353e0;
	color: #fff;
	font-size: 12px;
	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
	text-decoration: none;
	text-align: center;
}

#header-links span{
	color: #000;
	font-size: 12px;
	float: left;
    width:100%;
	padding-bottom: 5px;
}

#header-links img{
	width: 100%;
    max-width: 100px;
}

#title-box{
	float: left;
	width: 300px;
	padding-left: 25px;
	padding-top: 22px;
}

#title-box h1{

	font-size: 30px;
	font-weight: 400;
	color: #fff;
	margin: 0px;
	padding: 0px;
	
}


#logo-box{
	float: left;

}

#logo-box img{
	width: 100%;
	max-width: 130px;
}


body.one-housing #logo-box span{
	float: left;
	padding-top: 25px;
	font-size: 18px;
	text-transform: uppercase;
	color: #003d6b;
}

#header-phone{
	float: right;
	width: 100%;
	padding-top: 10px;
	text-align: right;
}

#header-phone span{
	display: inline-block;
	padding-left: 35px;
	padding-bottom: 3px;

	font-size: 22px;
	font-weight: 400;
	color: #fff;
	background-image: url(../images/phone-icon.png);
	background-repeat: no-repeat;
}

body.one-housing #header-phone span{
	color: #003d6b;
	background-image: url(../images/phone-icon-bl.png);
}

/* PERMIT ORDER AREA */

#permit-box{
	display: inline-block;
	width: 100%;
	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#permit-stage-container{
	float: left;
	width: 100%;
	
}

.title h1{
	float: left;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
}

.title{
	float: left;
	width: 100%;
	background-color: #3b557a;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    margin-top: 20px;
}

body.one-housing #permit-stage-container{
	background-image: none;
	background-color: #b0b0b0;
}

.permit-stage{
	float: left;
	padding: 8px;
	margin-right: 8px;
	text-align: center;
	background-color: #2f2f2f;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	-webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
	border: 1px solid #3d3d3d;
	text-transform: uppercase;
}

.permit-stage-active{
	float: left;
	padding: 8px;
	margin-right: 8px;
	text-align: center;
	background-color: #0000ac;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	-webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
	border: 1px solid #0000ac;
	text-transform: uppercase;
	text-decoration: none;
}

body.one-housing .permit-stage-active{
	background-color: #003d6b;
	border: 1px solid #003d6b;
}

a.help-link{
	float: right;
	padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;
	background-color: #566f92;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}

a.help-link:hover{
	background-color: #687f9f;
}

body.one-housing a.help-link{
	background-color: #687f9f;
}

.title ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.title ul li{
	float: left;
	padding: 0px;
	margin-right: 1px;
}

.title ul li a{
	float: left;
	padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;
	background-color: #566f92;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}

.title ul li a:hover{
	background-color: #687f9f;
}

a.start-link{
	float: left;
	padding: 8px;
	margin-right: 8px;
	text-align: center;
	background-color: #2f2f2f;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	-webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
	border: 1px solid #3d3d3d;
	text-transform: uppercase;
	-webkit-transition: .2s;
	transition: .2s;
	text-decoration: none;
}

a.start-link:hover{
	background-color: #0000ac;
}

#permit-box-container{
	float: left;
	width: 100%;
	padding: 25px;
	text-align: left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
    background: #fff;
	-webkit-border-radius: 0px 0px 5px 5px;
   	-khtml-border-radius: 0px 0px 5px 5px;
   	border-radius: 0px 0px 5px 5px;
}

#permit-box-content{
	float: left;
	width: 100%;
	text-align: left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;

}

#permit-box-content2{
	float: left;
	width: 100%;
	padding: 5px;
	padding-bottom: 50px;
	text-align: left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #ececec;
}

#permit-box-container h2{
	font-size: 28px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h2.site-title{
	text-transform: uppercase;
}

#permit-box-container p{
	padding: 0px;
	
	font-size: 15px;
}


#permit-box-container a.link{
	display: inline-block;
	min-width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: none;
	background-color: #dbdbdb;
	-webkit-box-shadow: 0 3px 0 #c1c1c1, 0 -1px #c1c1c1 inset;
	-moz-box-shadow: 0 3px 0 #c1c1c1, 0 -1px #e7e7e7 inset;
	box-shadow: 0 3px 0 #c1c1c1, 0 -1px #c1c1c1 inset;
	color: #000;
	-webkit-transition: .2s;
	transition: .2s;
	text-shadow: rgba(255, 255, 255, .4)1px 1px 1px;
	cursor: pointer;
	text-align: center;
	text-transform:uppercase;
}


#permit-box-container a.link:hover{
	background-color: #d0d0d0;}



#permit-form{
	float: left;
	width: 100%;
	padding-top: 15px;
	text-align: left;
}

#permit-form input{

    	font-size: 14px;
    	color: #000;
	padding: 8px;
	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
	border: 1px solid #d5d5d5;
	font-weight: 800;
}

.input-box{
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.section-p{
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.section-p strong{
    text-transform:uppercase;
}

.input-box label{
 	float: left;
	width: 100%;
}   

#permit-form .btn{
	display: inline-block;
	min-width: 100px;
	padding: 10px;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: none;
	background-color: #005EB8;
	-webkit-box-shadow: 0 3px 0 #000049, 0 -1px #000049 inset;
	-moz-box-shadow: 0 3px 0 #000049, 0 -1px #000049 inset;
	box-shadow: 0 3px 0 #000049, 0 -1px #000049 inset;
	color: #fff;
	-webkit-transition: .2s;
	transition: .2s;
	text-shadow: rgba(0, 0, 0, .4)1px 1px 1px;
	cursor: pointer;
	text-align: center;}


#permit-form .btn:hover{
	background-color: #000049;}

.btn{
	display: inline-block;
	min-width: 100px;
	padding: 10px;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background: #3b557a;
	color: #fff;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
	text-align: center;}


.btn:hover{
	background-color: #566f92;}

#site-list .btn{
    margin-bottom: 10px;
}
	
#site-summary{
	float: left;
	width: 100%;
	padding: 15px;
	padding-bottom: 30px;
	background-color: #d9d9d9;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#site-summary h2{
	font-size: 28px;
    	font-weight: 300;
    	margin: 0px;
    	padding: 0px;
    	margin-bottom: 5px;
}

#site-summary span{
	display: block;
	width: 100%;
	font-size: 20px;
    	font-weight: 300;
}

#restrictions-box{
	padding-top: 15px;
	float: left;
	width: 100%;
	text-align: center;
}

#restrictions-box p{
	font-size: 20px;
    	font-weight: 300;
}

#exemptions-box{
	float: right;
	width: 300px;
}

.permit-container{
	display: inline-block;
	width: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
}

span.permit-title{
	font-weight: 800;
	font-size: 18px;
}


table.permit_cart {
    background-color: #fff;
	display: inline-block;
	text-align: left;

    font-size: 15px;
    color: #000;
border: 1px solid #ddd;
border-collapse: collapse;
}

table.permit_cart td, th{
	 border: 1px solid #ddd;
}


table.permit_order_table img{
	max-width: 350px;
	margin-top: 10px;}

table.permit_cart th {
    font-weight: bold;
}

table.permit_cart:first-letter {
    text-transform: uppercase;
}

.g-recaptcha{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.g-recaptcha div{
	display: inline-block;
}

#jform_captcha-lbl{
	display: none;
}

/* POP UP */

#help-container{
	display: none;
	float: left;
	width: 100%;
	max-width: 400px;
	min-height: 300px;
	text-align: center;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

#help-container p{
    text-align: left;
}

#help-phone{
	float: left;
	width: 100%;
	padding: 15px;
	padding-left: 40px;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	/*background-color: #eaeaea;*/
	background-image: url(../images/phone-help.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left center;
    text-align: left;
}

#help-phone span{
    color: #444;
    font-size: 16px;
    font-weight: 600;
}
    

#help-email{
	float: left;
	width: 100%;
	padding: 15px;
	padding-left: 40px;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	/*background-color: #eaeaea;*/
	background-image: url(../images/email-help.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left center;
    text-align: left;
}

#help-email span{
    color: #444;
    font-size: 16px;
    font-weight: 600;
}


	

/* *************** */

table.permit_order_table {
    background-color: #f8f8f8;
	width: 100%;
	text-align: center;

    font-size: 15px;
    color: #000;
}

table.permit_order_table img{
	max-width: 350px;
	margin-top: 10px;}

table.permit_order_table th {
    font-weight: bold;
} 

a.select_link{
	display: inline-block;
	padding: 7px;
	min-width: 150px;
	text-align: center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
    background-color: #e7e7e7;

    font-size: 15px;
    color: #000;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: .2s;
    transition: .2s;
	text-shadow:rgba(255,255,255,.8)1px 1px 1px;
	
} 

a.select_link:hover{
	background: #2626d3;
	color: #fff;
	text-shadow:rgba(255,255,255,0)1px 1px 1px;}

a.link{
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
	font-weight: 800;
    color: #2626d3;
	line-height: 30px;
}

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

a.selected{
   background-color: #2626d3;
}

.highlight{
	background: #2626d3 !important;
	color: #fff !important;
	text-shadow:rgba(255,255,255,0)1px 1px 1px !important;}
	

	
#permit_box h1{
	text-align: center;
	margin-bottom: 10px;}
	
#permit_box h2{
	text-align: center;
	margin-bottom: 25px;}
	
#restrictions_box{
	float: left;
	width: 400px;
	padding: 15px;
	background-color: #f8f8f8;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}
	
#restrictions_box p{
	margin: 0px;}
	
#exemptions_box{
	float: right;
	width: 400px;
	padding: 15px;
	background-color: #f8f8f8;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}
	
#exemptions_box p{
	margin: 0px;}
	
#debug_box{
	float: right;
	width: 100%;
	padding: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}
	
#site_summary{
	float: right;
	width: 100%;
	margin-bottom: 25px;}
	

label{
    font-size: 16px;
    color: #000;
	font-weight: 400;}

table.permit_order_table {
    background-color: #f8f8f8;
	width: 100%;
	text-align: center;

    font-size: 15px;
    color: #000;
}

table.permit_order_table img{
	max-width: 350px;
	margin-top: 10px;}

table.permit_order_table th {
    font-weight: bold;
} 

a.select_link{
	display: inline-block;
	padding: 7px;
	min-width: 150px;
	text-align: center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
    background-color: #e7e7e7;

    font-size: 15px;
    color: #000;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: .2s;
    transition: .2s;
	text-shadow:rgba(255,255,255,.8)1px 1px 1px;
} 

a.select_link:hover{
	background: #2626d3;
	color: #fff;
	text-shadow:rgba(255,255,255,0)1px 1px 1px;}
	
/*
.btn{
	display: inline-block;
	padding: 7px;
	min-width: 150px;
	text-align: center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
    background: #2626d3;
	border: none;

    font-size: 15px;
    color: #fff;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: .2s;
    transition: .2s;
	text-shadow:rgba(000,000,000,.8)1px 1px 1px;
} 

.btn:hover{
	background: #2626d3;
	color: #fff;
	text-shadow:rgba(255,255,255,0)1px 1px 1px;}
*/
	

a.link{
   color : green;
}

a.selected{
   background-color: #2626d3;
}

.highlight{
	background: #2626d3 !important;
	color: #fff !important;
	text-shadow:rgba(255,255,255,0)1px 1px 1px !important;}
	
#permit_box{
	float: left;
	width: 100%;
	padding: 15px;
	background-color: #f3f3f3;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}
	
#permit_box h1{
	text-align: center;
	margin-bottom: 10px;}
	
#permit_box h2{
	text-align: center;
	margin-bottom: 25px;}
	
#restrictions_box{
	float: left;
	width: 400px;
	padding: 15px;
	background-color: #f8f8f8;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}
	
#restrictions_box p{
	margin: 0px;}
	
#exemptions_box{
	float: right;
	width: 400px;
	padding: 15px;
	background-color: #f8f8f8;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}
	
#exemptions_box p{
	margin: 0px;}
	
#debug_box{
	float: right;
	width: 100%;
	padding: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	border-radius: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}
	
#site_summary{
	float: right;
	width: 100%;
	margin-bottom: 25px;}
	
.permit-green{
    display: inline-block;
	width: 300px;
	height:233px;
	padding-top: 73px;
	margin-top: 5px;
	background-image: url("http://www.uk-carparkmanagement.co.uk/mysql/permit-green.jpg");
	 background-repeat: no-repeat;
   background-size: 100% 100%;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 800;
	line-height: 38px;
}


.permit-red{
    display: inline-block;
	width: 300px;
	height:233px;
	padding-top: 73px;
	margin-top: 5px;
	background-image: url("http://www.uk-carparkmanagement.co.uk/mysql/permit-red.jpg");
	 background-repeat: no-repeat;
    background-size: 100% 100%;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 800;
	line-height: 38px;
}

input{
	display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #000;
    padding: 10px;
	margin-top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

input:hover{
    border: 1px solid #000;
}


input:focus{
    border: 1px solid #000;
}


select{
	display: inline-block;

    font-size: 15px;
    color: #000;
	padding: 7px;
	margin-top: 5px;}
	
#order_pemits_btn{
	float: left;
	width: 100%;
	text-align: center;}
	


/* ROUNDED TWO */

.checkbox-container{
    float: left;
    padding-left: 10px;
}


.roundedTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
margin-top: 10px;
  background: #dcdcdc;
  background: -webkit-linear-gradient(top, #e8e8e8 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #e8e8e8 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedTwo label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  border-radius: 50px;
  /*box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;*/
}
.roundedTwo label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #27ae60;
  background: -webkit-linear-gradient(top, #0000ac 0%, #0000ac 100%);
  background: linear-gradient(to bottom, #0000ac 0%, #0000ac 100%);
  opacity: 0;
  border-radius: 50px;
 /* box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);*/
}
.roundedTwo label:hover::after {
  opacity: 0.3;
}
.roundedTwo input[type=checkbox] {
  visibility: hidden;
}
.roundedTwo input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .roundedOne */

span.order-label{
	float: left;
    margin-top: 13px;
}

.permit_cart_mobile{
	display: none;
}

/* FOOTER */

#footer-container{
	padding: 25px;
	background: #fff;
	text-align: center;
	font-size: 14px;
}

#footer-container a{
	text-decoration: none;
	color: #3b557a;
}

#footer-container a:hover{
	text-decoration: underline;
}

#footer-container p{
	font-size: 14px;
}


/* FORMS */

.control-group{
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.control-group7{
    padding-bottom: 5px;
}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 800px) {

.site-info {
    float: right;
    width: 100%!important;
    padding-left: 0px!important;
    padding: 15px!important;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#permit-box-container {
    width: 100%!important;
    padding: 15px!important;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 699px) {

body{
	background-size: auto auto;
}


/* GENERAL CONTAINERS */

#container-centered{
	width: 100%;
	margin: 0 auto;
}

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

#content{
	float: left;
	width: 100%;
	padding: 10px;
	padding-top: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

/* HEADER */

#header-container{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


#header{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 0px;
	background-image: url(../images/header-background.png);
	padding: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-moz-border-radius: 10px 10px 0px 0px;
    	-webkit-border-radius: 10px 10px 0px 0px;
    	-khtml-border-radius: 10px 10px 0px 0px;
    	border-radius: 10px 10px 0px 0px;
}

#header-top{
	float: right;
}

#header-info-box{
	float: left;
	width: 100%;
}

#header-links{
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}

#header-links a{
	display: inline-block;
	max-width: 100px;
	padding: 7px;
	background-color: #5353e0;
	color: #fff;
	font-size: 12px;
	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
	text-decoration: none;
	text-align: center;
}

#title-box{
	float: left;
	width: 100%;
	padding-left: 0px;
	padding-top: 10px;
	text-align: center;
}

#title-box h1{

	font-size: 30px;
	font-weight: 300;
	color: #fff;
	margin: 0px;
	padding: 0px;
	
}


#logo-box{
	float: left;
	width: 100%;
	text-align: center;
}

#logo-box img{
	width: 100%;
	max-width: 120px;
}

#header-phone{
	float: right;
	width: 100%;
	padding-top: 10px;
	text-align: center;
}

#header-phone span{
	display: inline-block;
	padding-left: 35px;
	padding-bottom: 3px;

	font-size: 22px;
	font-weight: 400;
	color: #fff;
	background-image: url(../images/phone-icon.png);
	background-repeat: no-repeat;
}

#permit-form input{
	width: 100%;
	max-width: 250px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#permit-form input.paypal{
	max-width: 150px;
}

#help-link-cont{
	float: left;
	width: 100%;
	text-align: right;
}

a.help-link{
	float: none;
	display: inline-block;
}

.permit-stage{
	margin-bottom: 8px;
}

.permit-container{
	display: inline-block;
	width: 100%;
	max-width: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
}


.permit-green{
    display: inline-block;
	width: 100%;
	max-width: 250px;
	height: auto;
	min-height: 188px;
	padding-top: 62px;
	margin-top: 5px;
	background-image: url("http://www.uk-carparkmanagement.co.uk/mysql/permit-green.jpg");
	 background-repeat: no-repeat;
   background-size: 100% 100%;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 800;
	line-height: 31px;
}


.permit-red{
    display: inline-block;
	width: 100%;
	max-width: 250px;
	height: auto;
	min-height: 188px;
	padding-top: 62px;
	margin-top: 5px;
	background-image: url("http://www.uk-carparkmanagement.co.uk/mysql/permit-red.jpg");
	 background-repeat: no-repeat;
    background-size: 100% 100%;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 800;
	line-height: 31px;
}

span.permit-title{
	font-weight: 800;
	font-size: 18px;
	display: inline-block;
	width: 100%;
}


.permit_cart_mobile{
	display: block;
}

.permit_cart{
	display: none !important;
}

p.permit_cart_para{
	padding-bottom: 10px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #cfcfcf;
}

#help-container{
	width: 100%;
}



}



