@charset "utf-8";
/***** BEGIN RESET *****/

* {

    border:0;
    margin:0;
    padding:0;
}

body {
	-webkit-text-size-adjust: none;
	background:#fff;
	overflow-x:hidden;
	color:#000;
	line-height:1!important;
	font-family: 'Montserrat', sans-serif;
}

/*============================
ALL PAGES
============================*/
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

.wrap {width:95%;margin:0 auto;max-width:1400px;}

.welcomewrap {width:95%;margin:0 auto;max-width:900px;}

h1, h2, h3, h4, h5 {font-family: 'Montserrat', sans-serif;text-transform:uppercase;}

/***** END RESET *****/

/*====================hover easing style

-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;

======================================*/

/*============================
HEADER
============================*/
header {width:100%;float:left;background:#fff;border-bottom:5px solid #791029;}
.mainlogo {width:550px;float:left;padding-left:200px;box-sizing:border-box;}
.mainlogo img {width:100%;max-width:300px;float:left;padding:11px 0;}

.righthead {width:calc(100% - 550px);float:left;}
.topright, .bottomright {width:100%;float:left;}

.greyangle {width:0;height:0;border-top:50px solid #e5e5e5;border-left:40px solid transparent;float:left;}
.fullgrey {width:calc(100% - 40px);float:left;text-align:right;padding-right:200px;box-sizing:border-box;background:#e5e5e5;height:50px;}
.fullgrey p {width:100%;float:left;text-align:right;color:#000;font-size:16px;padding:17px 0;text-transform:uppercase;font-weight:700}
.fullgrey p a {color:#000;text-decoration:none;}

.redangle {width:0;height:0;border-bottom:50px solid #791029;border-left:40px solid transparent;float:left;}

.homeslider {width:100%;float:left;background:#000;}



/*============================
SLIDESHOW
============================*/
.slide-contain {
	width:100%;
	float:left;
}

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left}

/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;
}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#000;}
.pager > * { cursor:pointer;}


/*============================
SEARCH
============================*/

.invsearch {width:100%;float:left;background:url("../siteart/black-diamond.jpg");border-top:5px solid #791029;border-bottom:5px solid #791029;padding:15px 0;background-size:cover;}

.invsearch h2 {width:400px;float:left;color:#fff;font-size:25px;padding:20px 0;}

.searches {width:calc(100% - 400px);float:left;}

.invsearch .detailedSearch {width:100%;float:left;background:rgba(255,255,255,.70);padding:20px;box-sizing:border-box;border-radius:10px;}


.invsearch .forminput {width:calc(100% - 150px);  float:left; box-sizing: border-box; color:#000;font-weight:bold; font-size:14px;}
#formsubmit {width:100%!important;}

.invsearch .formsubmit {width:150px;float:left;}
.invsearch .detailed-form {
	width:100%;
	float:left;
	color: #fff;
	padding:20px 0;
	background:url(../siteart/topography.png) repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
}
.invsearch .detailed-search input {
    width: 100%;
    padding:12.5px 10px;
    font-size: 12px;
    background-color: #fff;
	color:#000;
	box-sizing: border-box;
	border:1px solid #000;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	text-transform:uppercase;
	letter-spacing:1px;
}

.invsearch .detailed-row{
	margin: 10px 0;
	color: #000;
	text-transform:uppercase;
	font-weight:600;
	font-size: 12px;

}

#last {
margin-right:0;	
}

.invsearch .detailed-search input[type="submit"] {
	text-transform:uppercase;
	font-size: 18px;
	font-weight:bold;
    width: 100%;
  	background: #791029;
	box-sizing:border-box; 
    color: #fff;
	letter-spacing:2px;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	margin-top:0px;
	padding:10px 7px;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	-webkit-appearance: none;
}

.invsearch .detailed-search input[type="submit"]:hover {
	color:#ff9600;
	background:#000;
}

/*============================
WELCOME
============================*/
.welcome {width:100%;float:left;background:#fff;padding:70px 0;}
.welcome h3 {width:100%;float:left;text-align:center;font-size:25px;font-weight:500;letter-spacing:3px;}
.welcome h1 {width:100%;float:left;text-align:center;color:#000;font-size:35px;}
.welcome .reds {font-size:50px;color:#791029;}

.welcomebar {width:100%;max-width:500px;margin:20px auto;display:block;background:#000;height:4px;}

.welcome p {color:#000;font-size:18px;line-height:34px;text-align:center;}


/*============================
MAP
============================*/

.topmap {width:100%;float:left;border-bottom:5px solid #791029; }
.topmap h2 {width:calc(100% - 400px);float:left;padding-left:200px;box-sizing:border-box;color:#fff;height:75px;font-size:24px;letter-spacing:3px;padding-top:30px;background: #791029;}

.mapangle {width:0;height:0;float:left;border-left:200px solid #791029;border-top:75px solid transparent;}

/*============================
FOOTER
============================*/
footer {width:100%;float:left;background:url("../siteart/black-diamond.jpg");background-size:cover;}
.scroll {width:100%;float:left;background:rgba(121,16,41,0.50);padding:15px 0;border-top:5px solid #791029;border-bottom:1px solid rgba(255,255,255,0.50);}
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


.topfoot {width:100%;float:left;border-bottom:1px solid rgba(255,255,255,0.50);}
.footnav {width:95%;margin:0 auto;max-width:710px;}
.footnav h3 {width:100%;float:left;}
.footnav h3 a {color:#fff;font-size:20px;padding:25px 40px;float:left;text-decoration:none;}

.footnav h3 a:hover {background:#791029;}

.footlogo {width:100%;float:left;padding:50px 0;}
.footlogo img {width:100%;max-width:400px;margin:0 auto;display:block;}

.bottomfoot {width:100%;float:left;background:#791029;padding:10px 20px;box-sizing:border-box;}
.bottomfoot p {width:50%;float:left;color:#fff;text-transform:uppercase;font-size:8px;letter-spacing:3px;padding:3px 0;}



/*============================
SUB PAGES
============================*/

.submain {width:100%;float:left;background:#fff;padding:80px 0;}
.maintitle {width:100%;float:left;}
.maintitle h1 {width:100%;float:left;text-align:center;color:#791029;font-size:50px;}
.subcontent {width:100%;float:left;margin-top:40px;}

.subcontent p {width:100%;color:#000;font-size:18px;line-height:30px;}

.subcontent p a {color:#791029;}

.infoleft {width:400px;float:left;padding-right:20px;box-sizing:border-box;}
.mapright {width:calc(100% - 400px);float:left;}
.breaker {width:100%;float:left;border-top:1px solid #aaa;margin:30px 0;}

/*==================================
FORMS
==================================*/

#quotes {
width:100%;
display:block;
margin:20px auto;
max-width:1000px;
font-family: 'Open Sans Condensed', sans-serif;
	 font-weight:300;
	 font-size:16px;
	 color:#000;

}

#quotes tbody {width:100%;float:left;}

#quotes tr {
width:50%;
float:left;
	padding:7px;
	box-sizing:border-box;
}


#quotes td {
width:100%;
float:left;
	font-size:14px;
}

#quotes td p {
font-size:14px;	
}

.fulltd h2 {
color:#000;	
font-family: 'Open Sans Condensed', sans-serif;
	font-stretch:condensed;
margin-bottom:5px;
margin-top:25px;
font-weight:700;
	text-transform:uppercase;
}

.fulltd2 {
width:100%!important;
float:none!important;
max-width:500px!important;
display:block!important;
margin:0 auto!important;	
}



#quotes input {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
font-family: 'Open Sans', sans-serif;
font-weight:300;
	color:#000;
	font-size:12px;
}

#quotes textarea {
	padding:12px 10px;
	border:1px solid #b4b4b4;
font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#000;
	font-size:12px;
	background:#fff;
	box-sizing:border-box;
}

#quotes .CaptchaMessagePanel {
color:#000;
}

#quotes .CaptchaWhatsThisPanel a {
color:#000;	
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#quotes select {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
font-family: 'Open Sans', sans-serif;
font-weight:300;
	color:#000;
	font-size:12px;
	width:100%;
}
   
#quotes input  {
    width:100%;
}
 
#quotes input.larger  {
    width:100%;
}

#quotes textarea {
    width:100%;
    height:85px;
}


#quotes input.checkbox {
    padding:0; 
    border:0;
    margin:5px 10px 5px 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#quotes p {
	text-align:left;
	
	width:auto;
}

#quotes input.radio {
    padding:0; 
    border:0;
    margin:0 3px 0 15px;
    width:15px;
    height:15px;
    display:inline;
 }

#quotes h4 {
	font-size:18px;
	width:100%;
	float:left;
	margin-bottom:10px;
	margin-top:20px;
}


#quotes input:focus,
#quotes textarea:focus,
#quotes select:focus {
	 

}
#quotes input.radio:focus,
#quotes input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 

#quotes input.button,
#quotes input.button:focus {
    width:300px; 
    margin:0;
    padding:20px 5px;
    background:#791029;
	 font-weight:600;
	 font-size:14px;
text-transform:uppercase;
	border-radius:0px;
border-bottom:none!important;
	line-height:14px;
	letter-spacing:1px;
	text-align:center;
	border:0!important;

    color:#fff;
	margin-top:10px;
}
#quotes input.button:hover {
	background:#000;
	cursor: pointer
}

#quotes label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#quotes label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 
#quotes .fulltd {
width:100%!important;
margin-right:0;	
}


/*==============================================
================================================
RESPONSIVE
================================================
==============================================*/


@media screen and (max-width: 1635px) {
	.mainlogo {padding-left:2.5%;width:375px}
	.fullgrey {padding-right:2.5%;}
	.righthead {width:calc(100% - 375px);}
}

@media screen and (max-width: 1375px) {
	.topmap h2 {padding-left:2.5%;}
}


@media screen and (max-width: 1300px) {
	.fullgrey p {font-size:14px!important;text-align:center;}
}

@media screen and (max-width: 1145px) {
	.topmap h2 {font-size:18px;letter-spacing:1px;}
}

@media screen and (max-width: 1075px) { 
	.fullgrey p {padding:11px 0}
}

@media screen and (max-width: 955px)  {
	.topright {display:none;}
	
	.redangle {border-bottom:100px solid #791029}
	
	.topmap h2 {width:100%;}
	.mapangle {display:none;}
	.topmap h2 {height:auto;padding:20px 0;text-align:center;}
}


@media screen and (max-width: 875px)  {
	.invsearch h2 {width:100%;text-align:center;padding:0px 0 5px;}
	.searches {width:100%;}
}
@media screen and (max-width: 800px)  {
	.infoleft {width:100%;padding-right:0;}
	.infoleft p {text-align:center;margin-bottom:30px;}
	.mapright {width:100%;}
	
	
}

@media screen and (max-width: 765px)  {
	.footnav {max-width:400px;}
	.footnav h3 a {padding:20px 16px;font-size:14px;}
	#quotes tr {width:100%;padding:7px 0;}
}

@media screen and (max-width: 580px) {
	.mainlogo {
	width:220px;	
	}
	.righthead {width:calc(100% - 220px);}
	.redangle {border-bottom:75px solid #791029}
	
	.footlogo {padding:30px 0;}
	.footlogo img {max-width:250px;}
	.bottomfoot p {width:100%;text-align:center!important;}
}

@media screen and (max-width: 500px) {
	.welcome .reds {font-size:40px;}
	.welcome h1 {font-size:25px;}
	.welcome h3 {font-size:18px;}
	.welcome p {font-size:16px;line-height:30px;}
	
	.welcome {padding:45px 0;}
}

@media screen and (max-width: 450px) {
	.footnav h3 a {width:50%;text-align:Center;box-sizing:border-box;padding:15px 5px}
	
	.invsearch .detailed-search input[type="submit"] {font-size:14px;}
	.invsearch .formsubmit {width:95px;}
	.invsearch .forminput {width:calc(100% - 95px);}
	.invsearch .detailed-search input {font-size:10px;}
	.invsearch h2 {font-size:20px;}
}

@media screen and (max-width: 375px) {
	.mainlogo {width:150px;}
	.righthead {width:calc(100% - 150px)}
	.redangle {border-bottom:57px solid #791029;}
}