@charset "UTF-8";
/* CSS Document */

body {
font-family: 'Roboto', sans-serif;
}

a {
    color: #D11718;
    text-decoration: none;
}

a:focus, a:hover {
    color: #030303;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}


.redlink {
	color: #D11718;
}


h1 {
	color: #030303;
	font-weight: 500;
}

h2,h3,h4,h5,h6 {
	color: #030303;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}


h1 {
	font-size: 28px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 17px;
}

/*ul li {
	list-style-image: url(../images/redhex.gif);
}*/


h3.bigger, h4.bigger {
	font-size: 23px;
}

.btn-outline {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-outline a{
	color: #fff !important;
}

.btn-outline-blk {
	background-color: transparent;
	border: 1px solid #333;
	color: #333;
	margin: auto;
}


.btn-primary {
	background-color: #D11718;
	border: none;
	color: #fff;
}

.holidayBig {
	background-color: #FC6;
	color: #F00;
	padding: 10px;	
	font-size: 16px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.btn-xxl {
	background-color: #096;
	border: none;
	color: #fff;
	padding: 13px 25px;	
	display: inline-block;
	margin-bottom: 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}


a.btn-xxl {
	color: #fff;
	text-decoration: none;
}

.btn-xl {
	background-color: #096;
	border: none;
	color: #fff;
	padding: 10px 20px;	
	display: inline-block;
	margin-bottom: 0;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

a.btn-xl {
	color: #fff;
	text-decoration: none;
}




.redhexULind ul, .redhexUL ul {
	padding-left: 20px !important;
}

.redhexUL li {
	list-style-image: url(../images/redhex.gif);
	list-style-position: inside;
}




.redhexULind li {
	list-style-image: url(../images/redhex.gif);
	list-style-position: inside;
}


.bottom-25px {
	bottom: -25px;
}


.carousel {
	padding-top: 50px;
}

.carousel-indicators {
	bottom: -25px;
}

.carousel-indicators li {	
	background-color: #D11718 !important;
	border: 1px solid white;
}



/*.carousel-control {
	color: #D11718 !important;
	}
*/


.slidebigprice {
	font-size: 42px;
	font-weight: 700;
	color: #FFCF3D;
}

.slidercontent, h1.sliderHdr {
	color: #fff !important;
}



h1.sliderHdr{
	font-size: 52px;
}

h1 small {
	color: #D11718;
	font-weight: 700;
}

h3.TestsliderHdr{
	font-size: 40px;
}




h3.bigger {
	font-size: 26px;
	color: #096;
}

span.small {
color: #D11718;
}

label span.small {
	color: #333;
}


.greenText {
	color: #096;
}


.font18px {
	font-size: 18px;
}

/*
.carousel-control.right, .carousel-control.left{
	background-image: none;
}
*/

.highlightSL {
	background-color: rgba(0, 0, 0, 0.3) !important;
	padding: 0 0 20px 0;
}

.nohighlightSL {
	padding: 0 0 20px 0;
}


.carousel-control {
	display: none;
}

.carousel-indicators .active {
	background-color: #333 !important;
	border: 1px solid #D11718 !important;
}



.titlecenter {
	text-align: center;
	margin-bottom: 35px;
}

.topContSpcr {
	padding: 20px 0;
	margin-bottom: 0px;
}

.HdrLinks a{
	color: #fff;
}


.subtext {
	font-size: 15px;
	display: block;
	margin-top: 5px;
}



.navbar-default {
  background-color: transparent;
}

.navbar {
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-top: 20px;
	overflow: visible;
}



.dropdown-menu>li>a  {
	white-space: normal;
	width: 30em;
	color: #fff;

}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:visited, .navbar-default .navbar-nav>li>a:active,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:link {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);

}

.navbar-default .navbar-nav>li>a:active,.navbar-default .navbar-nav>li>a:hover {
	background-color: #000;
}


.dropdown:hover .dropdown-menu, .dropup:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
 }

.dropdown-menu {
  background: rgb(0,0,0);
  color: #fff;
  
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #fff;
  background: rgb(0,0,0);
}

.dropdown-menu>li>a:hover {
	background: #D11718;
	color: #fff;
}

.page-header {
	border-bottom: none;
}

.panel-heading {
	background: #eee;
}

.navbar-toggle .icon-bar {
	background-color: #FFF;
}

div.navbar-header {
	background-color: #000;
}

.navbar {
  border-radius: 0px;
}

.myrespimg {
	max-width: 100%;
	height: auto;
}

.myrespimg30 {
	max-width: 30%;
	height: auto;
}




/* ********** CONTAINER ELEMENTS ****** */

h3.panel-title{
	color: #D11718;
	text-align: center;
}

.panel-title small {
	color: #333;
	font-weight: bold;	
}


.glyphicon.glyphicon-globe {
    font-size: 75px !important;
}


div.row.bg-info {
	padding-top: 5px;
	padding-left: 5px;
	margin: 10px 0;
	background-color: none;
	background: none;
}

div.bg-info, div.bg-info2 {
	padding: 10px;
}


div.row.bg-info2 {
	padding-top: 0px;
	padding-left: 5px;
	margin: 0 0 0 10px;
	background-color: none;
	background: none;
}



p.bg-info, p.bg-warning {
	padding: 10px;
	line-height: 20px;
}


.row.bg-info .col-xs-6 {
	padding-right: 0;
}

.nodisblock img {
	margin: auto;
}


.panel {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}


.normalWgt {
	font-weight: normal;
}

th {
	font-size: large;
}


.bg-info {
	background-color: #f3f3f3;
}

.bg-info90 {
	background-color: #f3f3f3;
	width: 90%;
	overflow: hidden;
}

.padding10 {
	padding: 10px;
}

.marg50pxbot {
	margin-bottom: 50px;
}

.marg30pxbot {
	margin-bottom: 30px;
}

.marg15Right {
	margin-right: 15px;
}

.marg15pxBot {
	margin-bottom: 15px;
}

.marg7pxBot {
	margin-bottom: 7px;
}


.pad20pxLeft {
	padding-left: 20px;
}

.pad40pxLeft {
	padding-left: 40px;
}

.bold16px {
	font-weight: bold;
	font-size: 16px !important;
}


.OrderFfont12px {
	font-size: 12px;
	padding-left: 25px;
}


.imgbdrbasic {
	border: 1px solid #666 !important;
}


.feature {
	text-align: center;
	margin-bottom: 40px;
}

.feature img {
	margin: auto;
}

.greyfeatureText {
	font-size: 13px;
	color: #555;
	font-weight: bold;
}



#payments {
	padding: 10px 0;
}


.imgbdrbasic {
	border: 1px solid #555;
}

.ctaGen {
	width: 80%;
	padding: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid black;
	margin: auto;	
}

.shadedBG {
	background: url(../images/MBLTbBG.jpg) repeat-x;
	padding: 10px;	
}

.shadedBG h3 {
	margin-top: 0px;
	padding-top: 10px;
}



.home-feature-item ul {
	margin-left: 5px;
  	padding-left: 10px;
}


.home-feature-item  li {	
	line-height: 19px;
	list-style-image: url(/images/goldtri.gif);
}

.home-feature-item  h2 {
	margin-top: 0;
	color: #222;
	font-weight: 700;
}

.home-feature-item   {
	font-weight: bold;
}


.goldtext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #FC0;
  font-weight: bold;
}




.blockspcr {
	margin-bottom: 60px;
}


div.bt {
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 5px;
}


div.outline {
	border-bottom: 1px dotted #666;
	padding-bottom: 15px;
	padding-top: 5px;
}



.centerPull {
	text-align: center;
	font-size: 22px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	color: #999;
	border-left: none;
}


.hdelement {
	display: none;
}



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

h3 .formHD, h3.formHd {
	color: #D11718 !important;
	margin-top: 20px !important;
	font-size: 21px;
	margin-bottom: 10px;
}

form.well .form-control {
  font-size: 12px;
  color: #555;
  background-image: none;
  border: none;
}


.form-control .fCalc {
  font-weight: bold;
  font-size: 13px;
  background-image: none;
  border: none;
  background-color: #F8F7F7;
  /*-webkit-box-shadow:none;
  -moz-box-shadow: none;
  box-shadow: none;*/
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .form-control {
  background-color: #F8F7F7;	
}




.rowspc {
	padding: 10px 0;
}

.vertbtnspc {
	margin: 5px 0;	
}


.vertbtnspc5top {
	margin: 5px 0 0 0;	
}

.textleft30pxL {
	text-align: left !important;
	padding-left: 50px !important;
}

.orderFormSpc {
	margin: 40px 0;
}

/*.orderForm {
	font-size: 12px;
}

*/

label.top6px {
	margin-top: 6px;
}

label.top11px {
	margin-top: 11px;
}


.greydiv {
	border: 1px solid #ddd !important;
	margin: 12px 0 6px 0;
}


.imgcont20bot {
	margin-bottom: 20px;
}


.orderFormCont {
	border: 1px solid #ddd;
}

.margin30Left {
	margin-left: 30px;
}

.margin25L10T{
	margin-left: 25px;
	margin-top: 10px;
}



.priceField {
	background-color: #f5f5f5 !important;
	padding: 0 5px 0 0;
	margin-top: -10px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-align: right;
}

.priceFieldinfo {
	background-color: #d9edf7 !important;
	padding: 0 5px 0 0;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-align: right;
}


.leftspcr {
	padding-left: 20px;
}


div.checkbox label{
	font-weight: bold;
}


.leftLabelInd {
	padding-left: 20px;
	font-weight: bold;
}


.placeholder {color: #aaa;}

.holiday {
	color: #D11718;
}


#SFleadform {
	font-size: 10px;	
}

.SFleadformHL {
	color: #4182AD;
	border: 2px solid #1B517E;
	border-radius: 5px;
	padding: 7px;
	overflow: hidden;
	text-align: left;
	margin: auto;
	width: 185px;
}

#SFleadform img {
	margin: 20px	 auto;
	clear:both;
}

#SFleadform label{
	width: 75px;
	text-align: right;
	float: left;
	clear: left;
	margin: 5px 0 0 0;
	color: #333;
}

#SFleadform input[type=text]{
	width: 125px;
	float: left;
	clear: right;
	margin: 5px 0 0 10px;
}



#SFleadform input[type=submit] {
	margin: 10px 0 10px 85px;
	float: left;
	clear: left;
}


.pricebox-landingp {
	background-color: #aaa;
	font-size: 20px;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border: 2px solid #777;
	text-shadow: 2px 2px 4px rgba(150, 150, 150, 0.9);
}


.accentText {
	font-size: 16px;
	font-weight: bold;
}

.rightImgSpcr {
	border: 1px solid #999;
	margin: 0 0 20px 20px;
}

.leftImgSpcr {
	border: 1px solid #999;
	margin: 0 20px 20px 0;
}

.well-danger {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #FFDDDF;
	border: 1px solid #771445;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.social {
	text-align: center;
	margin-bottom: 25px;
}

.pad5top {
	padding-top: 5px;
}

.pad10top {
	padding-top: 10px;
}

.pad25top {
	padding-top: 25px;
}

.marg40-0 {
	margin: 40px 0;
}

.marg40-0 {
	margin: 40px 0;
}

.marg20bot {
	margin-bottom: 20px !important;
}

.text-r2leftlg2xs {
	text-align: right;
}


#corpsTable{
	width: 800px;
	max-width: 800px;
}


.QuoteSilv {
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}



#corpsTable .table>tbody>tr>td, #corpsTable .table>tbody>tr>th, #corpsTable .table>tfoot>tr>td, #corpsTable .table>tfoot>tr>th, #corpsTable .table>thead>tr>td, #corpsTable .table>thead>tr>th {
	border-top: none;
}

#corpsTable .FormDkGreyBG {
	background-color: #F3F3F3;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: none;
}




.bigQuote {
	font-size: 90px;
	margin-bottom: -30px;
	color: #D11718;
	font-weight: 700;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	clear: both;
}

.tname {
	font-size: 30px;
	color: #D11718;
	text-align: center;
	clear: both;
}


.FeatBoxTopRight {
	background-color: rgba(250,250,250, 0.3);
	margin: 0 0 5px 0;
	padding: 0 10px 15px 10px;
	color: #fff;
	border-radius: 24px 0px 0px 0px;
	-moz-border-radius: 24px 0px 0px 0px;
	-webkit-border-radius: 24px 0px 0px 0px;
	border: 0px solid #000000;
	
}

.FeatBoxMid {
	background-color: rgba(250,250,250, 0.3);
	margin: 0 0 5px 0;
	padding: 0 10px 15px 10px;
	color: #fff;
}

.FeatBoxBotRight {
	background-color: rgba(250,250,250, 0.3);
	margin: 0 0 5px 0;
	padding: 0 10px 15px 10px;
	color: #fff;
	border-radius: 0px 0px 24px 0px;
	-moz-border-radius: 0px 0px 24px 0px;
	-webkit-border-radius: 0px 0px 24px 0px;
	border: 0px solid #000000;
}


.FeatBox {	
	padding: 10px;
	color: #fff;
	background: url(../images/featBoxBGMid.png);
}

.btnholder .btn-outline {
	margin: 0 0 5px 0;
}

.whitefeaturetext {
	color: #fff;
	font-size: 20px;
}

.whitefeaturetext h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
}


.FeatBoxTopRight h3, .FeatBoxMid h3, .FeatBoxBotRight h3 {
	color: #fff;
	text-align: center;
	margin: 10px 0 15px 0;
	font-size: 23px;
	font-weight: 500;
}


/*
.FeatBox h3 {
	color: #fff;
	font-size: 25px;
	padding-bottom: 25px;
	padding-top: 5px;
	margin: 0; 
}
*/

.priceholder h6 {
	color: #FFD24C;
	font-size: 25px;
	font-weight: 700;
	padding: 0;
	margin: 0;
}






/* ********** FOOTER ELEMENTS **********  */

#outerfooter {
  background: #222;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 20px 0;  
}


#footer {
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer h3 {
	color: #999;
}



.redBG {
	background-color: #D11718;
	padding: 25px 0;
}


/* New layout elements */

.hdrBG {
background: url(../images/topcityBG.jpg) no-repeat #000;
border-bottom: 10px solid #D11718;
width: 100%;

}

#logocontainer {
	text-align:left;
}



#topSocial {
	text-align:left;
}

.socialTopicon {
	padding-right: 30px;
}

.contact2 {
	font-size: 23px;
	font-weight: 100;
	color: #FFF !important;
}

.contact2 strong{
	font-weight: 400;
}

.contact2 a {
	color: #fff;
}

.HdrLinks2 {
	text-align: right;
	float:right;
	clear: right;
	margin-top: 20px;
	color: #fff;
}

.HdrLinks2 a:visited, .HdrLinks2 a:link{
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: 100;
	margin: 0 7px;
}

.HdrLinks2 a:active, .HdrLinks2 a:hover {
	color: #D11718;
	padding-bottom: 3px;
	border-bottom: 3px #D11718 solid;
}

.HdrLinks2 a img {
	text-decoration: none;
	border: none;
}


.botCC {
	padding: 20px 40px 40px 0;
}


.homeFeatWrapper {
	background-color: #F7F7F7;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	min-height: 500px;
	clear: both;
	padding: 35px 0;
}


.rowPad20pxBotTop {
	padding: 20px 0;
}

.rowPad50pxBotTop {
	padding: 50px 0;
}


.slidecontent {
	width: 40%;
}

.homeFeat {
	text-align: center;
}

h3.homeFeatTitle {
	font-size: 22px;
	font-weight: 400;
}



.btn-primary a:link, .btn-primary a, .btn-primary a:visited {
    color: #fff !important;
    background-color: #D11718;
    border-color: #D11718;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus,
.btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #D11718;
    border-color: #D11718;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-image: none
}



.text-primary {
  color: #d11718;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #d11718;
}

.bg-primary {
  color: #fff;
  background-color: #d11718;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #a31213;
}





.btn-success {
    color: #fff;
    background-color: #D11718;
    border-color: #D11718;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus,
.btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #D11718;
    border-color: #D11718;
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    background-image: none;
}



.btn-info {
    color: #fff;
    background-color: #A3A3A3;
    border-color: #A3A3A3;
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus,
.btn-info:hover, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #d3d3d3;
    border-color: #d3d3d3;
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    background-image: none;
}



.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus,
.btn-warning:hover, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus,
.btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover,
.btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus,
.btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus,
.btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus,
.btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover,
.btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus,
.btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}


.testimonialsBG {
	background: url(../images/city-cloudsBG.jpg) no-repeat;
	padding-bottom: 25px;
	margin-top: 25px;
	margin-bottom: 30px;
}

.testimonial {
	font-size: 17px;
}

.topPhoneMob {
	display: none;
}

.topPhone {
	display: block;
	text-align: right;
}


.footerPhoneMob {
	display:none;
}


.botCC {
	padding: 20px 0 20px 0;
}

.secmet {
	padding-top: 27px;
}


.bbb {
	padding-top: 27px;
}

.well-title {
	margin-top: -10px;
}

.well {
	background-color: #fff;
}



@media (max-width: 995px) {


.btn-xxl {
	padding: 12px 22px;		
	font-size: 28px;
	font-weight: 500;
	line-height: 1.32857143;	
}

.contact2 {
	font-size: 20px;
}

img.img-responsive .pull-right .margin30Left {
	float: nome !important;
	margin: auto !important;
}

}


@media (max-width: 830px) {

.btn-xxl {
	padding: 12px 22px;		
	font-size: 26px;
	font-weight: 500;
	line-height: 1.3;	
}


img.img-responsive .pull-right .margin30Left {
	float: nome !important;
	margin: auto !important;
}
	
.contact2 {
	font-size: 17px;
}

.carousel {
	padding-top: 20px;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:visited, .navbar-default .navbar-nav>li>a:active,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:link {
  color: #fff;
}

.dropdown-menu {
  background: rgb(0,0,0);
  color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #fff;
  background: rgb(0,0,0);
}

.dropdown-menu>li>a:hover {
	background: #D11718;
	color: #fff;
}

h1.sliderHdr{
	font-size: 45px;
}

.tname {
	font-size: 25px;
}

.tp1 {
	text-align: right;	
}

}




@media (max-width: 767px) {

.myrespimg30 {
	max-width: 50%;
	height: auto;
}

.btn-xxl {
	padding: 10px 18px;		
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;	
}

.mobtab-spcr {  /*  Adds spacer when order tables are on mobile/tab format to whatever div its added to*/
	padding-top: 30px;
	overflow: hidden;
}

.sidebarAds {
		padding-top: 90px;
		clear: both;
		margin: auto;
	}

.textleft30pxL {
	text-align: left ;
	padding-left: 15px !important;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 15px;
}

.HdrLinks2 {
	margin-bottom: 20px;
}

.socialTopicon {
	padding-right: 0;
}


h1.sliderHdr{
	font-size: 38px;
}

.tname {
	font-size: 20px;
}

.slider-description .btn {
	margin-top: 10px;
}

.sliderprice {
	padding: 20px 0 20px 30px;
}

.text-r2leftlg2xs {
	text-align: left;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:visited, .navbar-default .navbar-nav>li>a:active,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:link {
  color: #fff;
}

.dropdown-menu {
  background: rgb(0,0,0);
  color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #fff;
  background: rgb(0,0,0);
}

.dropdown-menu>li>a:hover {
	background: #D11718;
	color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}

.topPhone {
	display: none;
}

.topPhoneMob {
	display: block;
	float: right;
	margin-top: -100px;
	
}

.contact2 {
	font-size: 15px;
}

.footerPhone {
	display: none;
}

.footerPhoneMob {
	display: block;
}


.homeFeat {
	padding-bottom: 50px;
}

}



@media (max-width: 500px) {



.btn-xxl {
	padding: 9px 16px;		
	font-size: 22px;
	font-weight: 500;
	line-height: 1.0;	
}
	
.tp1 {
	text-align: center;
	clear: both;
	float: none;
	margin: auto;	
}	
	
#logocontainer {
	margin: auto !important;
	
	text-align: center;
}

#HdContact {
  padding: 0px 0px 10px 10px;
  color: #FFF;
  font-size: 13px;
  line-height: 35px;
}

.HdrLinks2 {
	margin: 20px auto 30px auto;
	text-align: center;
	float: none;	
}

.socialTopicon {
	padding-right: 0;
}

h1.sliderHdr{
	font-size: 30px;
}

.tname {
	font-size: 17px;
}


.smtextwell {
	font-size: 12px;
}


.form-control {
	padding: 6px 1px;
}

.xsFormElementSpc {
	margin-top: 10px;
}

.sidebarAds {
	display: none;
}

img.rightImgSpcr {
	float: none !important;
	margin: 20px auto 20px auto;
	clear: both;
	display: block;
}

h3.TestsliderHdr {
	font-size: 30px;
}

.topPhoneMob {
	display: block;
	float: none;
	margin: auto;
	padding: 25px 0 0 0;
	
}

.bigQuote {
	font-size: 50px; 
	margin-bottom: -15px;
}

.testimonial {
	font-size: 14px;
}


div.feat500 {
	float: none !important;
	clear: both !important;
}

.text-r2leftlg2xs {
	text-align: left;
}


.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:visited, .navbar-default .navbar-nav>li>a:active,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:link {
  color: #fff;
}

.dropdown-menu {
  background: rgb(0,0,0);
  color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #fff;
  background: rgb(0,0,0);
}

.dropdown-menu>li>a:hover {
	background: #D11718;
	color: #fff;
}


.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
	background: #D11718;
}

.contact2 {
	font-size: 20px;
}









}
