

body {  
	background-color:#222;
}



/********************************
*********** PAGE STYLES *********
********************************/

/* Entire page */
.boxed #page { 
	margin:30px auto;
	background-color:#171717;
	border-radius:20px
}

/* left and right page space */
.boxed #page .container {
	padding-right:36px;
	padding-left:36px;
}

/* GRAY "Intro" top area */
.page-section{   
	padding:20px 0 0 0;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	border-radius:20px 20px 0 0;
	background-color:#333;
}

/* BLACK "Intro"top area */
#intro.page-section.light-bg.border-tb .col-md-12 {
	padding:30px 50px;
	border-radius:10px;
	background:#000;
}

/* GRAY "Form" area */
#form.page-section {
	border-radius:0;
	background:#333;
}

/* BLACK "Form" area */
#form.page-section .row {
	padding:0 50px;
	margin-bottom:30px;
	border-radius:10px;
	background:#000;
}


/* Makes form expand to edge */
#form.page-section .col-md-12 {
	padding-left:0;
	padding-right:0;
}


/* Kills all top borders */
.border-tb{	
    border-bottom:0;
    border-top:0;
	
}

.center-logo {
	text-align:center;
	margin:30px auto 30px auto;
}

.secure-logo {
	text-align:center;
	margin:30px auto 30px auto;
}

/* TOP heading */
h2.text-color2{
	color: #fff !important;
	margin-top:30px;
	letter-spacing:0;
}

/* Form headings */
h3.title.text-color2 {
	color:#2195cf !important;
	letter-spacing:0;
	margin-top:20px;
}

.section-title.no-border {
	border:0;
}


/* Rental headings */
h4.title.text-color2 {
	font-size:26px;
	color:#2195cf !important;
	line-height:26px;
	text-align:center;
	margin:20px 0 40px 0;
}
.section-title {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #333;	
	margin:40px 0 0 0;
}


/* Heading underlines */
.section-title h1:before, .section-title h2:before, .section-title h3:before {
	background-color: #666;
}

p.reverse {
	color:#fff;
	line-height:22px;
	text-align:justify;
}

p.reverse span {
	font-size:20px;
	font-weight:600;
}

/* Form Subhead */
p.form-subhead {
	font-family:Montserrat;
	font-size:16px;
	color:#ccc;
	font-weight:normal;
	margin:40px 0 0 0;
}

/* Form Subhead */
p.form-subhead2 {
	font-family:Montserrat;
	font-size:16px;
	color:#ccc;
	font-weight:normal;
	margin:100px 0 0 0;
}

/* Form Subhead */
p.form-subhead3 {
	font-family:Montserrat;
	font-size:16px;
	color:#ccc;
	font-weight:normal;
	margin:10px 0 0 0;
}

/* Form Disclaimer */
p.disclaimer {
	font-family:Montserrat;
	font-size:16px;
	font-style:italic;
	line-height:19px;
	color:#666;
	text-align:justify;
	margin:30px 0 0 0;
}

/* RED bottom area */
#warning {  
	padding:30px 30px;
	background:#f00;
	border-radius:0 0 20px 20px;
}

/* RED bottom are text */
p.desc1 {  
	font-size:20px;
	color:#fff;
    font-weight:600;
	font-style:italic;
	line-height:23px;
	text-align:justify;
}

a[href^=tel] {
  color:#fff;
  font-weight:600;
}

/* Policy Section */

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

h5.policy-heading {
	font-family:Montserrat;
	font-size:20px;
	color:#a7a7a7;
	font-weight:bold;
	margin:20px 0 0 0;
}

p.policy-text {
	font-family:Montserrat;
	font-size:16px;
	color:#777;
	font-style:italic;
	line-height:19px;
	font-weight:normal;
	text-align:justify;
	margin:0 0 20px 0;
}

hr {
    border: 0;
    height: 8px;
    background: #333;
}

hr.hr2 {
    border: 0;
    height: 8px;
    background: #333;
	margin-top:30px;
}



/************************************
*********** FORM ELEMENTS ***********
************************************/

/* CONTACT FORM CONTAINER */
.form-border{    
	border: 0 solid #000;
    padding: 0;
}


/****** Text Field *******/
.input-company, .input-name, .input-phone, .input-email, .input-address, .input-eventtype, .input-eaddress, .input-color, .input-quote, .input-signature, .textarea-message, .input-invoice, .input-cardtype, .input-number, .input-code, .input-zip, .input-amount {
	border-radius:8px;
	clear:left;
}

.input-text.30-percent {
	max-width:200px;
	clear:left;
}

.textarea-message.hight-82 {
	height:158px;
	bottom-margin:0;
}

/****** Checkbox & Radio *******/

.options {
	float:left;
	clear:right;
	width:100%;
	margin:10px 0 0 0;
}

.options .choice.form-group {
	float:left;
	width:auto;
	margin:0 28px 0 0;	
}

.options .last-choice.form-group {
	float:left;
	width:auto;
	margin:0x 28px 0 0;			
}

.options .choice .choice-style, .options .last-choice .choice-style {
	margin-bottom:2px;
}

.options .choice.form-group label, .options .last-choice.form-group label {
	font-family:Montserrat;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	margin:0 0 0 6px;
}

.agree {
	margin-top:40p;
}

.agree-checkbox {
	float:left;
	margin:0;
}

.agree-checkbox-text {
	float:left;
	clear:right;
	font-family:Montserrat;
	font-size:16px;
	color:#fff;
	line-height:20px;
	font-weight:normal;
	margin:-1px 0 40px 30px;
}


/****** Select Menu *******/

.selection {
	float:left;
	clear:right;
	width:100%;
	margin:0 0 0 0;
}

select.selection-style {
	float:none;
	padding:4px;
	margin:0 6px 8px 0;	
}



/****** Submit Button *******/

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
	background-color:#fff;
}

.contact-form .btn-default {
	color:#fff;
	margin:0 0 40px 0;
	background-color:#2195cf;
	border-color:#2195cf;
}

.contact-form .btn-default:hover {
	color:#fff !important;
	margin:0 0 40px 0;
	background-color:#0b7cb4;
	border-color:#0b7cb4;
}



/*************************************
*********** THANK YOU PAGE ***********
*************************************/

.container {
	margin:0 auto;
}

/* Thank You page text */
p.ty-reverse {
	color:#fff;
	font-size:24px;
	line-height:28px;
	text-align:center;
	padding:0 70px 0 70px;
	margin:20px auto;
}



.payment-button a {
	display:block;
	width:170px;
	height:auto;
	padding:10px;
	font-size:16px;
	border-radius:25px;
	margin:60px auto 0 auto;
	letter-spacing:-1;
	font-weight:700;
	color:#fff;
	text-align:center;
	background:#2895cd;
	text-decoration:none;

}

.payment-button a:hover {
	
	background:#197fb3;
	

}


/***********************************
*********** PAYMENT PAGE ***********
***********************************/

p.reverse-payments {
	color:#fff;
	font-size:20px;
	line-height:28px;
	text-align:center;
	padding:0 70px 0 70px;
	margin:20px auto;
}

p.reverse-payments a {
	color:#fff;
	text-decoration:underline;
}



/******************************************************************************
  Max Width "991px" - Min Width "768px"
*******************************************************************************/
@media (min-width: 768px) and (max-width: 991px) {

#warning {  
	border-radius:0;
}

}

/******************************************************************************
  Max Width "767px"
*******************************************************************************/
@media (max-width: 767px) { 


#warning {  
	border-radius:0;
}

.agree-checkbox-text {
	margin-top:-16px;
}


}

/******************************************************************************
  Min Width "992px"
*******************************************************************************/
@media (min-width: 992px) {

	
}
/******************************************************************************
  Min Width "768px"
*******************************************************************************/
@media(min-width:768px) {


}
/******************************************************************************
  Min Width "1200x"
*******************************************************************************/
@media (min-width: 1200px) {


}
/* ---------- MAX 1199px ---------- */
 @media (min-width: 991px) and (max-width: 1199px){	

.boxed #page { 
	margin:0 auto;
	border-radius:0;
}

.boxed #page .container { /* left and right page margin space */
    border-radius:0;
}

/* GRAY "Intro" area */
.page-section{   
	border-radius:0;
}

#warning {  
	border-radius:0;
}

}

/* ---------- MAX 480px ---------- */
 @media(max-width: 480px){	
	

}
/******************************************************************************
  Max Width "991px"
*******************************************************************************/
@media (max-width: 991px) { 
	
.boxed #page { 
	margin:0 auto;
	border-radius:0;
}

/* GRAY "Intro" top area */
.page-section{   
	padding:10px 0 0 0;
}

/* BLACK "Intro"top area */
#intro.page-section.light-bg.border-tb .col-md-12 {
	padding:30px 30px;
}

/* BLACK "Form" area */
#form.page-section .row {
	padding:0 30px;
}

/* left and right page space */
.boxed #page .container {
    border-radius:0;
}

/* GRAY "Intro" area */
.page-section{   
	border-radius:0;
}

/* Form headings */
h3.title.text-color2 {
	margin-top:0;
}

/* Rental headings */
h4.title.text-color2 {
	margin-bottom:20px;
}

/* Form Subhead */
p.form-subhead {
	font-family:Montserrat;
	font-size:16px;
	color:#ccc;
	font-weight:normal;
	line-height:18px;
	margin:40px 0 4px 0;
}

/* Form Subhead */
p.form-subhead2 {
	font-family:Montserrat;
	font-size:16px;
	color:#ccc;
	font-weight:normal;
	line-height:18px;
	margin:100px 0 4px 0;
}

/* Form Disclaimer */
p.disclaimer {
	font-family:Montserrat;
	font-size:16px;
	font-style:italic;
	line-height:17px;
	color:#666;
	text-align:left;
	margin:30px 0 0 0;
}

h5.policy-heading {
	font-family:Montserrat;
	font-size:18px;
	line-height:17px;
	color:#ccc;
	font-weight:bold;
	margin:20px 0 8px 0;
}

p.policy-text {
	font-family:Montserrat;
	font-size:16px;
	color:#777;
	font-style:italic;
	line-height:19px;
	font-weight:normal;
	text-align:left;
	margin:0 0 20px 0;
}

/* RED bottom area */
#warning {  
	padding:30px 15px;
	background:#f00;
	border-radius:0;
}

/* RED bottom are text */
p.desc1 {  
	font-size:18px;
	color:#fff;
    font-weight:600;
	font-style:italic;
	line-height:20px;
	text-align:left;
}

p.reverse-payments {
	font-size:18px;
	line-height:22px;
	padding:0 30px 0 30px;
}

}
/******************************************************************************
  Max Width "767px"
*******************************************************************************/
@media (max-width: 767px) { 


.center-logo {
	text-align:center;
	margin:10px auto 10px auto;
}
	
}
/******************************************************************************
  Max Width "640px"
*******************************************************************************/
@media (max-width: 640px) { 


#warning {  
	border-radius:0;
}

	
}
/******************************************************************************
  Max Width "480px"
*******************************************************************************/
@media (max-width: 480px) { 
	
	
.boxed #page {
	margin:0;
}

/* left and right page space */
.boxed #page .container {
	padding-right:30px;
	padding-left:30px;
}

.center-logo {
	width:180px;
	height:auto;
	margin:20px auto 8px auto;
}

.secure-logo {
	width:260px;
	height:auto;
	margin:20px auto 8px auto;
}

/* GRAY "Intro" top area */
.page-section{   
	padding:10px 0 0 0;
}

/* BLACK "Intro"top area */
#intro.page-section.light-bg.border-tb .col-md-12 {
	padding:30px 30px;
}

/* BLACK "Form" area */
#form.page-section .row {
	padding:10px 30px;
}

/* TOP heading */
h2.text-color2{
	font-size:30px;
}

/* Form headings */
h3.title.text-color2 {
	margin-top:0;
}

/* Rental headings */
h4.title.text-color2 {
	margin-bottom:20px;
}

p.reverse {
	font-size:13px;
	line-height:18px;
	text-align:justify;
}

p.reverse span {
	font-size:17px;
	font-weight:600;
}

h5.policy-heading {
	font-family:Montserrat;
	font-size:17px;
	line-height:18px;
	color:#ccc;
	font-weight:bold;
	margin:20px 0 6px 0;
}

p.policy-text {
	font-family:Montserrat;
	font-size:15px;
	color:#777;
	font-style:italic;
	line-height:17px;
	font-weight:normal;
	text-align:left;
	margin:0 0 20px 0;
}

/* Form Subhead */
p.form-subhead {
	font-family:Montserrat;
	font-size:15px;
	color:#ccc;
	font-weight:normal;
	line-height:17px;
	margin:40px 0 4px 0;
}

/* Form Subhead */
p.form-subhead2 {
	font-family:Montserrat;
	font-size:15px;
	color:#ccc;
	font-weight:normal;
	line-height:17px;
	margin:100px 0 4px 0;
}

/* Form Disclaimer */
p.disclaimer {
	font-family:Montserrat;
	font-size:15px;
	font-style:italic;
	line-height:16px;
	color:#666;
	text-align:left;
	margin:30px 0 0 0;
}



/* RED bottom area */
#warning {  
	padding:30px 8px;
	background:#f00;
	border-radius:0;
}

/* RED bottom are text */
p.desc1 {  
	font-size:17px;
	color:#fff;
    font-weight:600;
	font-style:italic;
	line-height:19px;
	text-align:left;
}

p.reverse-payments {
	color:#fff;
	font-size:16px;
	line-height:20px;
	padding:0 20px 0 20px;
}

	
}