/* Additional CSS customizations and adjustments apart from core */

.form-group {
	margin-bottom: -15px;
}


@media (max-width: 767px) {
	.form-group {
	margin-bottom: 15px;
}
	
}



.imgstyling1 { max-width: 30%; float: left; margin-right: 20px; margin-bottom: 5px;}

.tadj1 { margin-top: 7px; }

.moveright { text-align:right; margin-right: -20px; }

.linkadj1 { text-align: right; margin-top: 19px; font-size: 25px; }

nav#main a { color:#fff; }

nav#main a:hover, nav#main li.active a { background-color: #d6a72d !important; color:#000 !important;  }

.btn-default {
    color: #333;
}

.feature-box .feature-box-icon.imgadj {
     background-color: #fff;
    border-radius: 35px;
    color: #FFF;
    display: inline-block;
    float: left;
    height: 60px;
    line-height: 35px;
    margin-right: 13px;
    position: relative;
    text-align: center;
    top: -8px;
    width: 60px;
}

.toggle.toggle-simple .toggle > label:before {
   top: 13px;
    }

.featured-box li a {
  color: #444;	
}

html .featured-box-primary .box-content {
   
	/* border: 3px solid  #d6a72d; */
	border: 3px solid  #444; 
}

.featured-box .box-content {
    border-radius: 8px;
    border-bottom: 1px solid #CCC;
    border-bottom-width: 4px;
    
}

.featured-box {
	background-color: #f2f2f2;
    background-image: url(../img/layout5.jpg);
    background-repeat: repeat;
    background-position: center top;
	    border-bottom: 0px solid #DFDFDF;
}

.list.list-icons.list-icons-style-2 li .fa, .list.list-icons.list-icons-style-2 li .icons {
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px;
}

.modal { overflow: auto; }

#captcha_code, #captcha_code2 { width: 100px; margin-top: -1px;}

@media (max-width: 580px) {

        .modal {
            height: 500px; /* Set a default max height of the modal (adjusted later)*/
            position: fixed; /* Display modal in the centre of your screen */
            overflow-y: scroll; /*  Ensure that the modal is scroll-able */
            -webkit-overflow-scrolling: touch; /* Avoid having to use 2 finger scroll on iOS    */
        }
        .modal.fade.in{
            top: 5px; /* Use more screen real estate */
        }
        .modal-body{
            /* Increase the max height of the modal body to try & avoid both it,
             * and the modal container having scroll bars which results in odd behavior */ 
            max-height: 2400px; 
        }  
		
		 body.modal-open {
    position: fixed;
} 
    }

    /* Now adjust the height so it handles various screen sizes & orientations */
    /* You could make this as granular as you like, or have it more granular at common screen sizes
     * but it should start at the height we set on .modal (i.e. 500px) & work down */
    @media (max-width: 480px) and (max-height: 500px){.modal{ height: 450px}}
    @media (max-width: 480px) and (max-height: 450px){.modal{ height: 400px}}
    @media (max-width: 480px) and (max-height: 400px){.modal{ height: 350px}}
    @media (max-width: 480px) and (max-height: 350px){.modal{ height: 300px}}
    @media (max-width: 480px) and (max-height: 300px){.modal{ height: 250px}}
    @media (max-width: 480px) and (max-height: 250px){.modal{ height: 200px}}
    @media (max-width: 480px) and (max-height: 200px){.modal{ height: 150px}}


button.btnRefresh  {
	background: #fff !important;
	border: none !important;
	height: 43px;
	margin-left: -30px;
}

button.btnRefresh2  {
	background: #f5f5f5 !important;
	border: none !important;
	height: 43px;
	margin-left: -30px;
	
}

.modal-header.headercolor2 {
	background-color: #0fa333 !important;
}

.formpadding {
padding: 30px 60px 60px 60px;	
}

.rowstyle1 {
	
	padding:20px;
	border-radius: 40px 5px 40px 5px;
-moz-border-radius: 40px 5px 40px 5px;
-webkit-border-radius: 40px 5px 40px 5px;
	border: 5px solid #fff;
}

.rowstyle1.color1 {
	background: rgba(255,255,255,0.68);
background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.68) 0%, rgba(255,208,189,0.68) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,0.68)), color-stop(100%, rgba(255,208,189,0.68)));
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.68) 0%, rgba(255,208,189,0.68) 100%);
background: -o-linear-gradient(-45deg, rgba(255,255,255,0.68) 0%, rgba(255,208,189,0.68) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,255,255,0.68) 0%, rgba(255,208,189,0.68) 100%);
background: linear-gradient(135deg, rgba(255,255,255,0.68) 0%, rgba(255,208,189,0.68) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd0bd', GradientType=1 );
}

.rowstyle1.color2 {
	background: rgba(255,255,255,0.68);
background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.68) 0%, rgba(197,227,250,0.68) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,0.68)), color-stop(100%, rgba(197,227,250,0.68)));
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.68) 0%, rgba(197,227,250,0.68) 100%);
background: -o-linear-gradient(-45deg, rgba(255,255,255,0.68) 0%, rgba(197,227,250,0.68) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,255,255,0.68) 0%, rgba(197,227,250,0.68) 100%);
background: linear-gradient(135deg, rgba(255,255,255,0.68) 0%, rgba(197,227,250,0.68) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5e3fa', GradientType=1 );
}

.radio i:after {
    top: 4px;
    left: 4px;
}

.inline-group .radio, .inline-group .checkbox, .inline-group .radio-toggle, .inline-group .checkbox-toggle {
    font-weight: normal;
}

.checkbox i, .checkbox-toggle i {
      height: 22px;
      width: 22px;
      top: 6px;
    
}

.checkbox i:after {
      top: 6px;
      left: 4px;
      width: 12px;
      height: 7px;
    
}

.formstyle1 {
	background-color: #f5f5f5;	
	padding:20px 40px 40px 40px;
	border-radius: 15px;
	border: 5px solid #f2f2f2;
	max-width: 600px;
}


.radio, .checkbox, .inline-group .radio, .inline-group .checkbox {
    padding: 9px 0 15px 32px;
	    font-weight: normal;
}

form label {
    font-weight: 600;
	color:#444;
}

input[type="checkbox"].checkboxstyle {
	margin-right: 5px;
	 margin-top: -5px;
}

form label.checkboxlabel {
    font-weight: 300 !important;	
}

.arrow.blackarrow {
	background-image: url(../img/arrows-dark.png) !important;
	
}

td.coladj1 { min-width: 260px; }
 
    #showDiv {
		display: none;
		padding-left: 15px;
	padding-right: 15px;
	}
	
	 #emailDiv {
	display: none; 
		margin-bottom: -20px;
		margin-top: 0px;
		padding-right: 12px;
	    padding-left: 12px;
	}
	
	.labeladj1 {
	margin-bottom: -20px;	
	margin-top: 15px;
	}
	
	#mail-status {
		padding-left: 3px;
	padding-right: 15px;
	margin-top: 15px;
	color: green;
	}
	
	.info {
		color: red;
		margin-top: 0px;
		margin-bottom: 12px;
	}
	
	p.enquirysuccess {
		font-size: 17px;
		font-weight: bold;
		 color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	}
	
	p.enquiryerror {
		font-size: 17px;
		font-weight:bold;
		color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
		
	}
	
	.printresult {
	margin-top: -40px;
	padding-right: 5px;	
	padding-bottom: 10px;
	text-align: right;
	
	}
	
   .result {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -30px;
}

.validationerrors { display: none; }

.modal-footer.getpadding {
   margin-top: 20px;
}

.errorspace {

padding-left: 15px;
	padding-right: 15px;
}



.selectadj {
	margin-left: 35px;
	width: 80%;
	top: -36px;
	position: relative;
	margin-bottom: -13px;
}

.selectadj2 {
	display: inline-block !important;
	width: 80%;
	margin-left: 50px;
	position: relative;
	top: -27px;
	margin-bottom: -13px;
}

.monthadj {
	top: 7px;
}

.yearadj {
	margin-left: 0px; margin-top: 36px;
}


.section.green {
background: #0fa333 !important;
margin-top:  -8px !important;
}

#header {
   min-height: 170px !important;
}

a, a:hover, a:focus {
    text-decoration: none !important;
}

.btn-header { 
    margin-top: -33px !important; 
}

.homeadj1 {
margin-top:25px; margin-bottom: -10px;
}

.home-intro {
    background-color: #ddb860;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left;
}

.home-intro.adj1 {
    background-color: #0fa333;
}

.home-intro p em {
    color: #a5ecb6;
	line-height: 30px !important;
	letter-spacing: 1.2px;
}

.home-intro p em.lightb {
    color: #000;
	font-size: 23px;

}

.home-intro p span.textadj2 {
	font-size: 20px !important;
	color: #fff;
	margin-top: 5px !important;
	
}

.home-intro p span span {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding-top: 0px;
}

.home-intro p span.takeup1 {
margin-top: 5px !important;
font-size: 20px !important;
color: #fff;
}

#footer {
    background: #000;
    border-top: 4px solid #ddb860;
    font-size: 1em;
    margin-top: 0px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
}

.footer-white { color: #fff; font-size: 16px; font-weight: 400;
}

.footer-lightgrey { color: #DEDEDE; 
}

#footer .footer-copyright p {
    color: #DEDEDE;
   }
   
.unit label.label, section>label.label {
    margin: 3px 0;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
    color: #555 !important;
}

.button.primary {
	background-color: #e56025 !important;
}

body .button.secondary {
	background-color: #0fa333 !important;
	color: #8eeea5 !important;
}

.modal-title {
    margin: 0 0 0 5px !important;
	color: #fff;
}

.sl { text-transform:none; font-size: 22px; }

.modal-header {
    min-height: 16.42857143px;
   padding: 12px 19px 12px 19px;
    border-bottom: 1px solid #e5e5e5;
	background-color: #d6a72d !important;
}

.form-control {
    height: 40px;
	border: 1px solid rgba(210, 210, 210, 1);
}

.icon-append i, .icon-prepend i {
    color: #999 !important;
}

section.section {
    background: #fafafa;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 50px 0;
	
	
}

.footercta {
	margin-top: -16px;
	margin-bottom: -16px;
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border-width: 2px;
}

.panel-title {
    line-height: 24px;
}

.list.list-icons.list-icons-style-2 li .fa, .list.list-icons.list-icons-style-2 li .icons {
    border-width: 2px;
}

.testimonial blockquote {
   padding: 20px 50px;
}

.testimonial blockquote:before {
  top: 10px;
}

.testimonial .testimonial-author strong {
    padding-top: 0px;
    margin-bottom: -5px;
}

.testimonial .testimonial-author img {
    max-width: 35px;
}

.testimonial.testimonial-style-4 {
    padding: 10px 18px 10px 22px;
}



/* Page Header Custom - Create your Own */
.page-header.mainheader {
	background-image: url(../img/Jumbotron_Image@3x.png);
	background-color: #fff !important;
	background-position:; 
	background-repeat: repeat;
	
	border-top: 1px solid #ffffff;
	margin-top: 0px;
	overflow: hidden;
	
	
	padding: 50px 0px 50px 0px;
}


.page-header {
   
    border-bottom: 5px solid #fff;
}

.page-header.mainheader .row {
	position: relative;
}

.page-header.mainheader p.lead {
	color: #333;
	max-width: 600px;
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
}

.page-header.mainheader img {
	bottom: -47px;
	position: relative;
}

.page-header.mainheader h1 {
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 30px;
	border: 0;
}





.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #0fa333 !important;
    outline: 0;
}

.calculator {
  position: relative;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden; 
  -webkit-overflow-scrolling: touch;

}
 
.calculator iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.visiAbacusLabelTitle {
   display: none !important;
}

img.loader
{
    position:absolute;
    margin-left:100px;
    margin-top:20px;
}

.testimonial.testimonial-style-4.calc {
    background: #f2f2f2 !important;
    border-radius: 4px;
    padding: 20px 30px 12px 30px;
}

.testimonial.testimonial-style-4.calc p {
    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
	line-height: 1.6;
}

.testimonial.testimonial-style-4.calc2 {
    padding: 20px 18px 10px 22px;
}

.business {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.1em;
    color: #e56025;
    line-height: 30px !important;
    display:inline-block;
	margin-top: 26px;
}

.business p {
    letter-spacing: 1.2px;
	}
	
	.business h2 {
    letter-spacing: 1.2px;
	}
	
.iframemessage {
	display: none;
}

.nav-tabs li a {
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    margin-right: 5px;
}

html body .tabs .nav-tabs li.active a, html.dark body .tabs .nav-tabs li.active a {
    border-top-color: #fff;
    color: #e56025;
	font-weight: bold;
}

html body .tabs .nav-tabs li a:hover, html.dark body .tabs .nav-tabs li a:hover {
    border-top-color: #e56025;
    color: #e56025;
	
}

.list li {
    color: #666;
    font-size: 14px;
    text-align: left;
}

.feature-box.feature-box-style-2 .feature-box-icon {
    margin-top: -6px;
}

.tab-content .featured-box {
text-align: left;	
}

@media (max-width: 500px) {
.business {
    font-size: 1em;
   line-height: 20px !important;
    display:inline-block;
	margin-top: 10px;
	margin-left: -17px;
}
.business p {
    letter-spacing: 0px;
	}
	
	td.coladj1 { min-width: 190px; }
	
	.result {
	margin-top: 0px;
}

.errorspace {
margin-top: 0px;	
}
	
}

@media (max-width: 650px) {
.iframemessage {
	display: block;
	text-align: center;
}

.iframevisibility {
	display: none;
}

 

	
}

@media (max-width: 767px) {
	
	
	
	.linkadj1 { text-align: center; margin-top: 59px; font-size: 25px; color: #333; margin-bottom: 20px; }
	
	.imgstyling1 { max-width: 100%; float: none; margin-right: 0px; margin-bottom: 5px;}
	
	.moveright { text-align: center; margin-right: 0px; }
	
	.calculator {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow: auto;
  
}
.hidden-xs {
    display: block !important;
	text-align:center;
}

.feature-box .feature-box-info {
    padding-left: 50px;
    padding-bottom: 10px;
}

img.loader
{
    position:absolute;
    margin-left:40px;
    margin-top:-50px;
	
}

#emailDiv {
		
		margin-bottom: 0px;
	}
	
	.formstyle1 {
	background-color: #f5f5f5;	
	padding:0px;
	border-radius: 15px;
	border: 5px solid #f8f8f8;
}


.rowstyle1 {
	background-color: #fff;	
	padding:5px;
	border-radius: 40px 10px 40px 10px;
-moz-border-radius: 40px 10px 40px 10px;
-webkit-border-radius: 40px 10px 40px 10px;
	border: 5px solid #fff;
}

.formpadding {
padding: 10px;	
}

.radio, .inline-group .radio {
    padding: 9px 0 25px 32px;
}


 .checkbox, inline-group .checkbox {
    padding: 9px 0 35px 32px;
}

.checkbox i, .checkbox-toggle i {
   top: 7px;
}

.feature-box .feature-box-icon.imgadj {
    
    top: 8px;
   
    padding-bottom: 90px;
}

#header .header-logo img {
   
    margin: 15px 15px 15px 29px;
   
}

}

@media (min-width: 992px) {
#header .header-nav-main nav > ul > li > a {
   
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    
}


}

@media (max-width: 992px) {
	
	.lineadj1 { margin-top: 5px !important; }
	.page-header.mainheader {
	
	
	background-position:20% 0%; 
	background-repeat: repeat;
	
	
	
}
	
	.selectadj {
	margin-left: 0px;
	width: 100%;
	margin-top: 0px;
	top:0px;
}

.selectadj2 {
	margin-left: 0px;
	width: 100%;
	display: block !important;
	top: 0px;
}


.takeup {
margin-top: -25px !important;	
margin-bottom: 20px;
}

}