@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

.size10{ font-size: 10px; }
.size11{ font-size: 11px; }
.size12{ font-size: 12px; }
.size13{ font-size: 13px; }
.size14{ font-size: 14px; }
.size16{ font-size: 16px; }
.size18{ font-size: 18px; }
.size20{ font-size: 20px; }
.size24{ font-size: 24px; }
.size30{ font-size: 30px; }
.size36{ font-size: 36px; }
.size48{ font-size: 48px; }
.size55{font-size:55px;}
.size60{ font-size: 60px; }
.size72{ font-size: 72px; }
.size90{ font-size: 90px; }

.floatleft{ float:left;}

.floatright{float:right;}

.clear{clear:both;}

.padded20{padding:20px;}

.padded10{padding:10px;}

.padded30{ padding:30px}

.vpadded20{padding:20px 0;}

.vpadded10{padding:10px 0;}

.hpadded20{ padding:0 20px;}

.hpadded10{ padding:0 10px;}

.margin0{ margin:0;}

.border-radius(@radius: 5px) {
  -webkit-border-radius: @radius;
     -moz-border-radius: @radius;
          border-radius: @radius;
}

.nowrap{white-space:nowrap;}

img.eborder{
	border:solid 5px #7F5207;
}

ul.top-nav{
	/*border: 0 none;
    
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;*/
	display: block;
	width:100% !important;
	display: table;
    text-align: center;
	margin:0;
	padding:0
	
}

ul.top-nav li{
	/*text-align: center;
   */
	/*display: inline;*/
	/*float:left;*/ 
	width:35.333%;
	display: table-cell;
	text-align: center;
	border-right:solid 1px #fff;
}

ul.top-nav li:first-child{
	display: table-cell;
	text-align: center;
	width:32.333%;
}

ul.top-nav li:last-child{
	display: table-cell;
	text-align: center;
	width:32.333%;
	border-right:none;
}

ul.top-nav li a{
	/*display:inline-block;*/
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #0292DB 0%, #2379C2 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #0292DB 0%, #2379C2 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #0292DB 0%, #2379C2 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0292DB), color-stop(1, #2379C2));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #0292DB 0%, #2379C2 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #0292DB 0%, #2379C2 100%);
	display:block;
	width:100%;
	text-align: center;
	color:#fff;
	padding: 5px 10px;
	text-decoration:none;
	position:relative;
}

ul.top-nav li a img{
	margin-top:-3px;
	/*position:absolute;
	top:0px;*/
}

ul.socialmedia{
	display: block;
	width:100% !important;
	display: table;
    text-align: center;
	margin:0;
	padding:0
}

ul.socialmedia li{
	display: table-cell;
	text-align: center;
}

.ui-block-a{width:33.5%}
.ui-block-d{width:33%;}
.ui-block-c{width:33.5%}

.header{margin: 0 ; padding: 20px 0 20px 0;}
ul.social-icons{ margin: 0; padding: 0; float: right; }
.social-icons li{ display: inline; list-style: none; padding-right: 8px; }
.call{ float: right; color: #333333; font-size: 36px; font-family: 'Roboto Condensed', 'sans-serif'; }
.call span{ color: #d3222b;}

.navmenu{ background: #277edc url(../images/navmenu.png); height: auto; }
ul.navmenu{ margin: 0; padding:0; }
.navmenu-main li{ display: inline; list-style: none; }
.navmenu-main a{ text-decoration: none; font-family: 'Roboto Condensed', 'sans-serif'; font-size: 17px; font-weight: normal; color: #fff; padding: 17px!important; }
.navmenu-main .active{ background: url(../images/nav-hover.png)top center no-repeat; }
.navmenu-main li a:hover{ background: url(../images/nav-hover.png)top center no-repeat;  }
.navbar{ border: none; margin-bottom: 0; min-height: 0; position: relative;z-index: 1000; }

.content-a{background: #fff url(../images/content.jpg) repeat-x; height: auto; }
 h2.banner-title { font-size: 40px; font-family: 'Roboto Condensed', 'sans-serif'; color: #ce2d38; }
.content-a h3 { margin-top: -10px; font-size: 40px; font-family: 'Roboto Condensed', 'sans-serif';  color:#3a3a3a; }

.content_text_home { padding-top: 50px; margin-top: 0; }

.man{	
	height: auto;
	float: left;
	position: absolute;
	z-index: 999;
	margin-top: 10px;
	}

.banner{ padding: 70px 0 0 290px; }
.banner-bottom{ padding-top: 60px; height: 90px; }
.selections{ padding-left: 290px; }
.schedule{
	/*background: url(../images/schedule.jpg)repeat-x;*/
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F23E49), color-stop(1, #97191D));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #F23E49 0%, #97191D 100%);
	
	margin-top: 25px;

	padding: 20px 0 0 0;
	position: relative;
	z-index: 1;
		
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 8px 5px 0px #b9b7ba;
	-moz-box-shadow:    0px 8px 5px 0px #b9b7ba;
	box-shadow:         0px 8px 5px 0px #b9b7ba;
	margin-bottom:40px;
	}

.schedule h1{ font-family: 'Roboto Condensed', 'sans-serif'; font-size: 30px; color: #fff }
.schedule p{ font-family: 'Roboto Condensed', 'sans-serif'; font-size: 20px; color: #ffadad; font-weight: normal; line-height: 24px;}
.schedule a{ text-decoration:  none; }
.schedule2{
	border-right: #d73f47 solid 1px;
	height: 214px;
	}
.schedule2.last{
	border-right: none !important;
}
.content-b{padding-top:15px; padding-bottom: 30px;}

.content_text h1, .content_text h2, .content_text h3, .content_text h4, .content_text h5, .content_text h6{ font-family: font-family: 'Roboto Condensed', 'sans-serif'; color: #373737; }
.content_text h1{font-size: 32px;}
.content_text h2{font-size: 27px;}
.content_text h3{font-size: 20px;}
.content_text p, .content_text li{font-family: Arial; font-size: 14px;  color: #4d4c4c;}


.subpagecontent{background: #fff url(../images/subpagecontent.jpg) repeat-x; height: auto; }
.subpagecontent h1{ padding: 70px 0 0 0; font-family: 'Roboto Condensed', sans-serif; color: #d02b33; font-size: 55px!important; }
.subpagecontent-title h1{ padding: 70px 0 0 0; font-family: 'Roboto Condensed', sans-serif; color: #d02b33; font-size: 55px!important; }
#md-title{clear:both;}
#md-title .subpagecontent-title h1{text-align:center;text-decoration:none !important; margin:0 0 20px 0;} 
#md-title .subpagecontent-title h1:hover{text-decoration:none !important;}
.subpagecontent-leftimg{ padding-top: 0; float: right; }
.subpagecontent-red{
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F23E49), color-stop(1, #97191D));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #F23E49 0%, #97191D 100%);
	margin-top: 230px;

	padding: 0;
	position: relative;
	z-index: 1;
	/*-webkit-box-shadow: 0px 8px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 8px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 8px 5px 0px rgba(50, 50, 50, 0.75);*/
	-webkit-box-shadow: 0px 8px 5px 0px #b9b7ba;
	-moz-box-shadow:    0px 8px 5px 0px #b9b7ba;
	box-shadow:         0px 8px 5px 0px #b9b7ba;
	/*height:200px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:50px;
	}
.subpagecontent-red h2{ font-family: 'Roboto Condensed', 'sans-serif'; font-size: 32px; color: #fff ;line-height: 10px; }
.subpagecontent-red p{ font-family: 'Roboto Condensed', 'sans-serif'; font-size: 20px;color: #ffadad; line-height: 25px;padding-top: 10px; }
.subpagecontent-redicon{ padding-left: 0; }


.sched-online{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0093dd;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(117, 117, 117, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(117, 117, 117, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(117, 117, 117, 0.75);

	padding: 12px 20px 12px 20px;
	margin-top: 25px;
}
.sched-online span{	font-family: 'Roboto Condensed', 'sans-serif'; font-size: 32px; color: #fff ; padding: 10px 5px 0 5px; }

.gotq{
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0093dd;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(117, 117, 117, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(117, 117, 117, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(117, 117, 117, 0.75);
	
	}
.gotq h2{ font-family: 'Roboto Condensed', 'sans-serif'; font-size: 30px; color: #fff ; padding: 0 0 15px 0;margin:0;}
.gotq label{ padding-right: 25px; font-family: 'Roboto Condensed', 'sans-serif'; font-size: 14px; color: #fff;font-weight: normal; width: 20%; }
.txt-input{ border:none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; width: 80%; margin-bottom: 8px; height: 25px; padding:5px;}
.txt-textarea{ border:none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; width: 80%; margin-bottom: 8px; height: 60px; padding:5px;}
.gotq-send{
	background: #00547f;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 20%;
	border: none;
	padding: 6px 0 6px 0;

	margin-left: 20%;
	font-family: 'Roboto Condensed', 'sans-serif'; font-size: 18px; color: #fff ;font-weight: normal;
	}

.feedback{ margin-top: 30px; min-height:290px;}
.feedback h2{ font-family: 'Roboto Condensed', 'sans-serif'; font-size: 24px; color: #373737;}
.feedback p{ font-family: Georgia; font-size: 12px; color: #4d4d4d }
.author{ font-family: Georgia; font-size: 12px;color: #d02b33; float: left;}
.qoute{float: right;}

.footer{ background: #0e89d2; text-align: center; padding: 25px 0 25px 0;}
.footer ul{ margin: 0; padding:0; }
.footer li{ display: inline; list-style: none; color:#fff;}
.footer a{ font-family: 'Roboto Condensed', 'sans-serif'; font-size: 14px; color: #fff ; text-decoration: none; padding: 0 10px;}
.footer-b{ background: #0b4282; text-align: center; padding: 30px 15px 30px 15px; }
.footer-b p{ color: #6194c2; font-size: 12px; font-family: Verdana; margin: 0; padding: 0;}
.footer-b a {text-decoration: none;}
.frm{ background: #f5f5f5;	width: auto; height: auto; padding: 20px; }
.frm span{ color: red; }
.form-horizontal .control-label { text-align: left!important; }
.frm select{ margin-left: -35px; margin-top: 5px; }
.frm textarea{ margin-left: -35px; border: none; }

@media screen and (max-width:320px){
.logo{text-align:center !important;}
.header-a{margin: 0; padding: 0; text-align: center;}
.header-b{ margin:0; padding: 0; text-align: center; }
.navbar-brand{ color: #fff; }
.icon-bar{ background: #fff; }
.navmenu{ background: #277edc; }
.navmenu-main a{ text-decoration: none; font-family: 'Roboto Condensed', 'sans-serif'; font-size: 16px; font-weight: normal; color: #fff; padding: 15px!important; }
.navmenu-main li a:hover{ background: #083454; }
.schedule{
	/*background: #9c181e url(../images/schedule.jpg)repeat-y;*/
	margin-top: 0;
	padding: 20px!important;

	position: relative;
	z-index: 1;	
	height: auto;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.schedule-1{ display: none; }
.schedule2{ border-right: none; height: auto; }
.schedule2 h2{
		background: url(../images/green-arrow.png) no-repeat;
		background-position: top right;
	}

.subpagecontent h1{ padding: 0px 0 0 0; font-family: 'Roboto Condensed', sans-serif; color: #d02b33; font-size: 30px!important;text-align:center; }
.subpagecontent-red{
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F23E49), color-stop(1, #97191D));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #F23E49 0%, #97191D 100%);
	margin-top: 250px;

	padding: 0;
	position: relative;
	z-index: 1;
	/*-webkit-box-shadow: 0px 8px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 8px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 8px 5px 0px rgba(50, 50, 50, 0.75);*/
	-webkit-box-shadow: 0px 8px 5px 0px #b9b7ba;
	-moz-box-shadow:    0px 8px 5px 0px #b9b7ba;
	box-shadow:         0px 8px 5px 0px #b9b7ba;
	/*height:200px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:50px;
	margin-top: -20px;

	padding: 0;
	position: relative;
	z-index: 1;
		
	height:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.subpagecontent-b{ padding: 50px 0 40px 0; margin-top: -20px!important;}
.subpagecontent-red h2{ font-family: 'Roboto Condensed', 'sans-serif'; font-size: 25px !important; color: #fff !important;line-height: 10px;padding: 20px 0 0 0;  }
.subpagecontent-leftimg{ padding-top: 0px; float: none; margin: 0 auto; }
ul.social-icons{ margin: 0; padding: 0; float: none; }
.call{ float: none; color: #333333; font-size: 28px; font-family: 'Roboto Condensed', 'sans-serif'; }
.man{display: none;}
.banner-bottom{ padding-top: 10px; height: 100px; }
.banner{ padding: 20px 0 10px 0; }
.sched-online span{ font-family: 'Roboto Condensed', 'sans-serif'; font-size: 20px; color: #fff ; padding: 0; }


.schedule h2 {
    color: #FFFFFF;
    font-family: 'Roboto Condensed', 'sans-serif';
    font-size: 25px;
}
.gotq{padding:20px}
.gotq label{
	width: 30%;
}
.txt-textarea {
    width: 70%;
}
.txt-input {
    width: 70%;
}
.gotq-send{
	width: 70%;
	margin-left: 30%;
}
.frm-txtinput-small{  margin-bottom: 20px; }
.frm select{ margin-left: 20px; margin-top: 5px; }
.frm textarea{ margin-left: 20px; border: none; }

	.cpanel{
		border-bottom:solid 1px #d83e4a;
		padding:10px 0 15px;
	}
	.cpanel.last{
		border-bottom:none !important;
	}
	
	#d-title{
		display:none;
	}
	
	#md-title{
		display:block;
	}

	h2.banner-title { font-size: 35px; font-family: 'Roboto Condensed', 'sans-serif'; color: #ce2d38; text-align: center; }
	.content-a h3 { margin-top: -10px; font-size: 25px; font-family: 'Roboto Condensed', 'sans-serif';  color:#3a3a3a; text-align: center; }
	.banner-img { margin: 0 auto; display: block; }
	.banner a , .learnmore-btn { margin: 0 auto; display: block; text-align: center;}

	.footer-dir p { margin-left: 0!important; text-align: center!important;}
}

@media (min-width:320px) and (max-width:767px) {
.logo{text-align:center !important;}
.logo a img{ display:block; margin:0 auto;}
.header-a{margin: 0; padding: 0; text-align: center;}
.header-b{ margin:0; padding: 0; text-align: center; }
.navbar-brand{ color: #fff; }
.icon-bar{ background: #fff; }
.navmenu{ background: #277edc; }
.navmenu-main a{ text-decoration: none; font-family: 'Roboto Condensed', 'sans-serif'; font-size: 16px; font-weight: normal; color: #fff; padding: 15px!important; }
.navmenu-main li a:hover{ background: #083454; }
.schedule{
	/*background: #9c181e url(../images/schedule.jpg)repeat-y;*/
	background-image: -ms-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F23E49), color-stop(1, #97191D));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #F23E49 0%, #97191D 100%);
	margin-top: 250px;

	padding: 0;
	position: relative;
	z-index: 1;
	/*-webkit-box-shadow: 0px 8px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 8px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 8px 5px 0px rgba(50, 50, 50, 0.75);*/
	-webkit-box-shadow: 0px 8px 5px 0px #b9b7ba;
	-moz-box-shadow:    0px 8px 5px 0px #b9b7ba;
	box-shadow:         0px 8px 5px 0px #b9b7ba;
	margin-top: 0;
	padding: 20px !important;

	position: relative;
	z-index: 1;	
	height: auto;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.schedule-1{ display: none; }
.schedule2{ border-right: none; height: auto; border-bottom: #d73f47 solid 1px;}
.schedule2.last{border-bottom: none !important;}
.schedule2 h2{
		background: url(../images/green-arrow.png) no-repeat;
		background-position: top right;
	}
.subpagecontent h1{ padding: 0px 0 0 0; font-family: 'Roboto Condensed', sans-serif; color: #d02b33; font-size: 30px!important; text-align:center;}
.subpagecontent-red{
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F23E49), color-stop(1, #97191D));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #F23E49 0%, #97191D 100%);
	margin-top: 250px;

	padding: 0;
	position: relative;
	z-index: 1;
	/*-webkit-box-shadow: 0px 8px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 8px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 8px 5px 0px rgba(50, 50, 50, 0.75);*/
	-webkit-box-shadow: 0px 8px 5px 0px #b9b7ba;
	-moz-box-shadow:    0px 8px 5px 0px #b9b7ba;
	box-shadow:         0px 8px 5px 0px #b9b7ba;
	/*height:200px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:50px;
	margin-top: -20px;

	padding: 0;
	position: relative;
	z-index: 1;
		
	height:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.subpagecontent-b{ padding: 10px 0 40px 0; margin-top: -20px!important;}
.subpagecontent-red h2{ font-family: 'Roboto Condensed', 'sans-serif'; font-size: 25px !important; color: #fff !important;line-height: 10px;padding: 20px 0 0 0;  }
.subpagecontent-leftimg{ padding-top: 0px; float: none; margin: 0 auto;}
ul.social-icons{ margin: 0; padding: 0; float: none; }
.call{ float: none; color: #333333; font-size: 28px; font-family: 'Roboto Condensed', 'sans-serif'; }
.man{display: none;}
.banner-bottom{ padding-top: 10px; height: 100px; }
.banner{ padding: 20px 0 10px 0; }
.sched-online span{ font-family: 'Roboto Condensed', 'sans-serif'; font-size: 20px; color: #fff ; padding: 0; }


.schedule h2 {
    color: #FFFFFF;
    font-family: 'Roboto Condensed', 'sans-serif';
    font-size: 25px;
}
.gotq{padding:20px 15px;}
.gotq label{
	width: 30%;
}
.txt-textarea {
    width: 70%;
}
.txt-input {
    width: 70%;
}
.gotq-send{
	width: 70%;
	margin-left: 30%;
}
.frm-txtinput-small{  margin-bottom: 20px; }
.frm select{ margin-left: 20px; margin-top: 5px; }
.frm textarea{ margin-left: 20px; border: none; }
	.cpanel{
		border-bottom:solid 1px #d83e4a;
		padding:10px 0 15px;
	}
	.cpanel.last{
		border-bottom:none !important;
	}
	
	.man, .man img{
		height: 650px !important; 
	}
	
	#d-title{
		display:none;
	}
	
	#md-title{
		display:block;
	}
	.content_text_home { padding-top: 0;}

	h2.banner-title { font-size: 35px; font-family: 'Roboto Condensed', 'sans-serif'; color: #ce2d38; text-align: center; }
	.content-a h3 { margin-top: -10px; font-size: 25px; font-family: 'Roboto Condensed', 'sans-serif';  color:#3a3a3a; text-align: center; }
	.banner-img { margin: 0 auto; display: block; }
	.learnmore-btn { margin: 0 auto; display: block; }
	.footer-dir p { margin-left: 0!important; text-align: center!important;}

	/*.banner-img { padding-left: 30px; }*/
}

@media (min-width:768px) and (max-width:991px) {
	/*068ed8*/
	.navbar-brand{ color: #fff; }
.icon-bar{ background: #fff; }
	.navmenu{ background: #277edc; }
	.navmenu-main li a:hover{ background: #083454; }
	.logo{text-align:center !important;}
	.logo a{display:block; margin: 0 auto; text-align:center;}
	.logo a img{ display:block; margin:0 auto;}
	.subpagecontent h1{ padding-top:10px;}
.schedule2 h2{
		background: url(../images/green-arrow.png) no-repeat;
		background-position: top right;
	}
.header-a{margin: 0; padding: 0; text-align: center;}
.header-b{ margin:0; padding: 0; text-align: center; }
ul.social-icons{ margin: 0; padding: 0; float: none; }
.call{ float: none; color: #333333; font-size: 28px; font-family: 'Roboto Condensed', 'sans-serif'; }
.schedule{
	/*background: #9c181e url(../images/schedule.jpg)repeat-y;*/
	background-image: -ms-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F23E49), color-stop(1, #97191D));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #F23E49 0%, #97191D 100%);
	margin-top: 250px;

	padding: 0;
	position: relative;
	z-index: 1;
	/*-webkit-box-shadow: 0px 8px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 8px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 8px 5px 0px rgba(50, 50, 50, 0.75);*/
	-webkit-box-shadow: 0px 8px 5px 0px #b9b7ba;
	-moz-box-shadow:    0px 8px 5px 0px #b9b7ba;
	box-shadow:         0px 8px 5px 0px #b9b7ba;

	margin-top: 20px;
	padding: 20px!important;

	padding: 0;
	position: relative;
	z-index: 1;
		
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.subpagecontent h1{ padding-top:10px; text-align:center;}
.schedule1{ display: none; }
.man{display: none;}
.banner{ padding: 40px 0 10px 0; }
.banner-bottom{ padding-top: 10px; height: 100px; }
.schedule2{ border-right: none; height: auto; border-bottom: #d73f47 solid 1px;}
.schedule2.last{border-bottom: none !important;}

.subpagecontent-b{ padding: 10px 0 40px 0; margin-top: -20px!important;}
.subpagecontent-red{
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F23E49), color-stop(1, #97191D));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #F23E49 0%, #97191D 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #F23E49 0%, #97191D 100%);
	margin-top: 250px;

	padding: 0;
	position: relative;
	z-index: 1;
	/*-webkit-box-shadow: 0px 8px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 8px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 8px 5px 0px rgba(50, 50, 50, 0.75);*/
	-webkit-box-shadow: 0px 8px 5px 0px #b9b7ba;
	-moz-box-shadow:    0px 8px 5px 0px #b9b7ba;
	box-shadow:         0px 8px 5px 0px #b9b7ba;
	/*height:200px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:50px;
	margin-top: -20px;

	padding: 20px 0 20px 0;
	position: relative;
	z-index: 1;
		
	height:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.sched-online span{ font-family: 'Roboto Condensed', 'sans-serif'; font-size: 30px; color: #fff ;  padding: 10px 25px 0 20px; }
.subpagecontent-leftimg{ padding-top: 0px; float: none; margin: 0 auto; }
.gotq{padding:20px 15px;}
.cpanel{
		border-bottom:solid 1px #d83e4a;
		padding:10px 0 15px;
	}
	.cpanel.last{
		border-bottom:none !important;
	}
	
	.man, .man img{
		height: 650px !important; 
	}
	
	#d-title{
		display:none;
	}
	
	#md-title{
		display:block;
	}


.content_text_home { padding-top: 0; }


}

@media (min-width:992px) and (max-width:1199px) {
	.navmenu-main a {
    padding: 13px !important;
    font-size: 15px;
	}
	.content_text_home { padding-top: 0; }
	.subpagecontent-b{ padding: 50px 0 40px 0; margin-top: -60px!important;}
	.man, .man img{
		height: 650px !important;
	}
	.schedule2 h2{
		background: url(../images/green-arrow.png) no-repeat;
		background-position: top right;
	}
	.sched-online span{ font-family: 'Roboto Condensed', 'sans-serif'; font-size: 30px; color: #fff ; padding: 10px 25px 0 20px; }
	.input-group.date.form_date{ margin-left:-15px !important;padding-left:0 !important;}
	.cpanel{
		border-right:solid 1px #d83e4a;
		padding:10px 0 15px;
		height:160px;
	}

	.cpanel.last{
		border-right:none !important;
	}
	
	.gotq{padding:20px 12px;}
	
	#d-title{
		display:block;
	}
	
	#md-title{
		display:none;
	}
	.subpagecontent-title h1 { padding-top: 40px!important;}
}

@media (min-width:1190px) {
	.subpagecontent-b{ padding: 50px 0 40px 0; margin-top: -60px!important;}
	.schedule2 h2{
		background: url(../images/green-arrow.png) no-repeat;
		background-position: top right;
	}
	.input-group.date.form_date{ margin-left:-19px !important;padding-left:0 !important;}
	.cpanel{
		border-right:solid 1px #d83e4a;
		padding:10px 0 15px;
		height:150px;
	}

	.cpanel.last{
		border-right:none !important;
	}
	
	.gotq{padding:20px;}
	
	#d-title{
		display:block;
		/*float:left;*/
	}
	
	#md-title{
		display:none;
	}
}

.vpaddedpercent{
	padding-top:10%;
	padding-right:0 !important;
	padding-left:0 !important;
}

.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}
.alert, .alert h4 {
    /*color: #C09853;*/
}

.has-error .txt-input, .has-error .txt-textarea{
  border:solid 1px #b94a48 !important;
}


.subpagecontent a{
text-decoration:none;
}




  .contactPhone {
      background: url("/assets/images/icons/icon-phone-grey.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
      padding-left: 20px!important;
  }

  .contactAddress {
      background: url("/assets/images/icons/icon-address-grey.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
      padding-left: 20px!important;
  }

  .contactEmail {
      background: url("/assets/images/icons/icon-email-grey.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
      padding-left: 20px!important;
    }

  .contactTime {
      background: url("/assets/images/icons/icon-time-grey.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
      padding-left: 20px!important;
  }


.footer-dir p{
	text-align: left;
	margin-left: 75px!important;
}

/* Video Responsive */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

