/* CSS Document */

/**   
#B20000 - red
#DD0000 - light red
#1D1D1C - black
#BDBDBD - light gray
**/

html{
	position:relative;
	min-height:100%;
}
body{
	font-family: 'Open-Sans' !important;
	font-size:13px !important;
	color:#1D1D1C !important;
}
#sb-site, .sb-site-container{
	background-color:#FFF !important;
}

.cd-top{
	bottom: 25px;
	right: 10px;
	font-size:36px;
	z-index:1000;
}
.cd-top i{
	color:#B20000;	
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.cd-top i:hover{
	color:#DD0000;
}
img{
	border:0px;
}
p{
	margin:0 !important;
	padding:0 !important;
}
a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;	
}
a:hover, a:focus{
	text-decoration:none !important;
}
h1,h2,h3,h4,h5,h6{
	margin:0px !important;
	padding:0px !important;
	font-family: 'Oswald-Bold' !important;
	font-weight:inherit !important;
}
.modal{
	top:60px !important;
	z-index:99999999 !important;
	padding-bottom:45px !important;
}

/* Offcanvas Nav Styles */
.navbarXs{
	background:url(../images/bg-nav.jpg) repeat bottom;
	border-bottom:none !important;
	height:60px !important;
	padding:0 10px;
	box-shadow: 0 8px 8px -8px rgba(0,0,0,.5);
	z-index:1999 !important;
}
.navbarXs .toggle, .navbarXs .logo{
	height:60px;
	display:table;
}
.navbarXs .toggle > div, .navbarXs .logo > div{
	display:table-cell;
	vertical-align:middle;
}
.navbarXs .toggle{
	float:left;
}
.navToggle, .navToggle span{
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
}
.navToggle{
	width:50px;
	height:39px;
	position:relative;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	cursor:pointer;
}
.navToggle span{
	display:block;
	position:absolute;
	width:100%;
	opacity:1;
	left:0;
	-webkit-transition:.25s ease-in-out;
	-moz-transition:.25s ease-in-out;
	-o-transition:.25s ease-in-out;
	transition:.25s ease-in-out;
}
.navToggle span:nth-child(1), .navToggle span:nth-child(3){
	height:7px;
	background:#FFF;		
}
.navToggle span:nth-child(2){
	top:10px;
	font-family: 'Open-Sans-Bold';
	font-size:13px;
	color:#FFF;
	text-align:center;
	letter-spacing:3.5px;
}
.navToggle span:nth-child(1), .navToggle span:nth-child(2), .navToggle span:nth-child(3){
	-webkit-transform-origin:left center;
	-moz-transform-origin:left center;
	-o-transform-origin:left center;
	transform-origin:left center;
}
.navToggle span:nth-child(1){
	top:0px;
}
.navToggle span:nth-child(3){
	top:31px;
}
.navToggle.open span:nth-child(1), .navToggle.open span:nth-child(2){
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.navToggle.open span:nth-child(1){
	top:-1px;
	left:0;
}
.navToggle.open span:nth-child(2){
	opacity:0;
	top:0;
	left:0;
}
.navToggle.open span:nth-child(3){
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top:34px;
	left:0;
}
.navbarXs .logo{
	float:right;
}
.navbarXs .logo img{
	width:140px;
}
.sb-slidebar{
	width:100% !important;
	padding-top:60px !important;
	background-color:#252525 !important;
	z-index:1998 !important;
}
.sb-slidebar nav.main>span>a, .sb-slidebar nav.alt a{
	display:block;
	padding:12px 15px;
	border-bottom:1px solid #660000;
}
.sb-slidebar nav.main>span{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sb-slidebar nav.main>span>a{
	background-color:#B20000;
	font-family: 'Montserrat-Bold';
	font-size:15px;
	color:#FFF;
	letter-spacing:2px;
}
.sb-slidebar nav.main>span>a .fa-plus{
	float:right;
	position:relative;
	top:2px;
}
.sb-slidebar nav.main .dropdown-menu > div{
	padding:20px 0 5px;
	border-bottom:1px solid #333;
}
.sb-slidebar nav.main .dropdown-menu > div:last-child{
	border-bottom:none;
}
.sb-slidebar nav.main .title{
	font-family: 'Oswald-Bold';
	font-size:18px;
	color:#BDBDBD;
	letter-spacing:1px;
	margin:0 0 0 15px;
}
.sb-slidebar nav.main>span>a:hover, .sb-slidebar nav.main>span>a:focus, .sb-slidebar nav.alt a:hover, .sb-slidebar nav.alt a:focus{
	background-color:#660000 !important;
}
.sb-slidebar nav.main>span.open{
	background-color:#660000 !important;
	color:#FFF !important;
}
.sb-slidebar .dropdown-menu{
	position:relative !important;
	width:100% !important;
	border-radius:0 !important;
	margin:0 0 10px !important;
	padding:0 !important;
	background-color:#1D1D1C !important;
	border:none !important;
	box-shadow:none !important;
}
.sb-slidebar .dropdown-menu ul{
	padding:0 !important;
	margin:0 !important;	
}
.sb-slidebar .dropdown-menu ul>li>a{
	font-family: 'Montserrat-Bold';
	font-size:14px;
	color:#FFF !important;
	padding:8px 20px !important;
	letter-spacing:1px;
	text-transform:uppercase;
	display:block;
	width:100%;
}
.sb-slidebar .dropdown-menu ul>li>a:hover{
	color:#FFF !important;
	background-color:#333 !important;
}
.sb-slidebar .dropdown-menu ul>li:first-child>a{
	margin-top:10px !important;
}
.sb-slidebar .dropdown-menu ul>li:last-child>a{
	margin-bottom:10px !important;
}
.sb-slidebar .dropdown-menu ul.break>li{
	border-top: 1px solid #333;
}
.sb-slidebar nav.alt a{
	background-color:#B20000;
	font-family: 'Oswald';
	font-size:17px;
	color:#FFF;
	text-transform:uppercase;
}
.sb-slidebar nav.alt a i{
	font-size:18px;
	color:#BDBDBD;
	margin-right:10px;
}
.sb-slidebar nav.alt a img{
	width:155px;
}
.sb-slidebar .info{
	padding:25px 0;
	text-align:center;
}
.sb-slidebar .info > div{
	font-family: 'Oswald';
	font-size:20px;
	color:#FFF;	
	margin-bottom:15px;
}
.sb-slidebar .info a{
	margin-right:15px;	
}
.sb-slidebar .info a:last-child{
	margin-right:0;
}
.sb-slidebar .info img{
	width:65px;
	transition:all .3s ease;
}
.sb-slidebar .info img:hover{
	opacity:.7;
}
/* End Offcanvas Nav Styles */
#sb-site{
	padding-top:60px !important;
}
#rotator{
	position:relative;
	overflow:auto;
	height: auto;
	width:100%;
}
#mainRotator{
	position:relative;
	width:100%;
	/*max-height: 90vh;*/
	overflow:hidden;
	
}
#mainRotator .slide{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
}
#mainRotator .slide img{
	width:100%;
	height:auto;
	
}
#rotator .slogan{
	position:absolute;
	bottom:415px;
	left:15px;
	z-index:999;
	font-family: 'Oswald';
	color:#FFF;
	line-height:1;
	letter-spacing:1px;
	text-shadow:0 0 10px rgba(0,0,0,.6);
	width:100%;
}
#rotator .slogan img{
	width:50%;
}
.actionCalls{
	background:url(../images/bg-ctas.jpg) repeat;
	border-top:5px solid #1D1D1C;
	padding:0 15px;
}
.actionCalls .cta, .actionCalls .cta .txt, .actionCalls .cta .icon, .actionCalls .cta .image{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;	
}
.actionCalls .cta {
	display: inline-block;
	width: 30%;
	margin-left: 13%;
	background-color: #b20000;
	border-radius: 6px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: top;
	margin-top: 20px;
}
.actionCalls .cta:hover{
	background-color:transparent;
	box-shadow:0 0 12px rgba(0,0,0,.6);
}
.actionCalls .cta:last-child{
	/*margin-bottom:0;*/
}
.actionCalls .cta > div, .actionCalls .cta .image, .actionCalls.int .cta .image{
	height:90px;
}
.actionCalls .cta > div{
	display:table;
}
.actionCalls .cta > div > div{
	display:table-cell;
	vertical-align:middle;
}
.actionCalls .cta .icon, .actionCalls .cta .txt{
	z-index:1;
}
.actionCalls .cta .icon{
	position:absolute;
	top:0;
	left:-13%;
	width:13%;
	transition:all .3s ease;
}
.actionCalls .cta:hover .icon{
	opacity:.7;
}
.actionCalls .cta .icon img{
	width:100%;
}
.actionCalls .cta .txt{
	position:relative;
	padding:0 15px;
	font-family: 'Montserrat-Bold';
	color:#FFF;
	line-height:1;
}
.actionCalls .cta .txt > div > div:first-child{
	font-size:17px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.actionCalls .cta .txt > div > div:last-child{
	font-size:13px;
}
.actionCalls .cta:hover .txt{
	text-shadow:0 0 10px rgba(0,0,0,.8);
}
.actionCalls .cta .image{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	opacity:0;
	border-radius:6px;
}
.actionCalls .cta:hover .image, .actionCalls.int .cta:hover .image{
	opacity:1;
}
#homeText{
	padding:45px 0;
}
#homeText h1{
	text-align:center;
	margin-bottom:45px !important;
}
#homeText .item{
	margin-bottom:45px;
	text-align:center;
	display: block;
	color: #1D1D1C;
}
#homeText .item:hover{
	color: #B20000;
}
#homeText .item:last-child{
	margin-bottom:0;
}
#homeText .item .icon{
	height:115px;
	width:100%;
}
#homeText .item.one .icon{
	background:url(../images/icon1.png) no-repeat center;
	background-size:contain;
}
#homeText .item.two .icon{
	background:url(../images/icon2.png) no-repeat center;
	background-size:contain;
}
#homeText .item.three .icon{
	background:url(../images/icon3.png) no-repeat center;
	background-size:contain;
}
#homeText .item.four .icon{
	background:url(../images/icon4.png) no-repeat center;
	background-size:contain;
}
#homeText .item h2{
	font-family: 'Montserrat-Bold' !important;
	font-size:16px;
	letter-spacing:2px;
	margin:20px 0 !important;
}
#homeText .item .txt{
	font-family: 'Montserrat';
}

/* FOOTER CSS */
#sb-site{
	padding-bottom:140px !important;
}
#footer{
	position:absolute;
	bottom:0;
	z-index:1999;
	width:100%;	
	height:140px;
	background-color:#1D1D1C;
	padding:30px 0;
	text-align:center;
	font-family: 'Montserrat-Bold';
	font-size:12.5px;
	color:#FFF;
	line-height:1.6;
}
#footer span{
	display:block;
}
#footer span:nth-child(even){
	display:none;
}
#footer span a{
	color:#FFF;
}

/* INTERIOR CSS */
#intText{
	padding:45px 0;
}
#intText h1{
	font-size:30px !important;
	color:#B20000 !important;
	text-transform:uppercase !important;
	padding-bottom:5px !important;
	margin-bottom:15px !important;
}
.page-header{
	border-color:#DDD !important;
}
.actionCalls.int{
	background:none;
	border-top:none;
	padding:45px 15px 0 15px;
}
.thumbContain{
	position:relative;
	height:175px;
	margin-bottom:10px;
}
#intRotator{
	position:relative;
	margin-bottom:25px;
}
#intRotator .slide, #intRotator .prev, #intRotator .next{
	height:225px;	
}
#intRotator .slide{	
	width:100%;	
	display:block;
	overflow:hidden;
	background:transparent url(../images/spinner.gif) no-repeat center center;
}
#intRotator .slide img{
	visibility:hidden;
}
#intRotator .prev, #intRotator .next{
	position:absolute;
	top:0;
	width:25px;
	background:rgba(29,29,28,.3);
	z-index:998;
	display:table;
	text-align:center;
	font-size:18px;
	color:#FFF;	
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	cursor:pointer;
}
#intRotator .prev > div, #intRotator .next > div{
	display:table-cell;
	vertical-align:middle;
}
#intRotator .prev{
	left:0;
}
#intRotator .next{
	right:0;
}
#intRotator .prev:hover, #intRotator .next:hover{
	background:rgba(29,29,28,1);
}
#navInt{
	margin-top:45px;
}
#navInt .heading{
	font-family: 'Oswald-Bold';
	font-size:22px;
	color:#B20000;
	border-bottom:1px solid #DDD;
	padding-bottom:3px;
	margin-bottom:10px;
}
#navInt nav a{
	display:block;
	padding:12px;
	font-family: 'Montserrat';
	font-size:14px;
	color:#999;
	border-bottom:1px solid #DDD;
	text-transform:uppercase !important;
}
#navInt nav a:last-child{
	border-bottom:none;
}
#navInt nav a:hover{
	background-color:#DDD;
	color:#1D1D1C;
}
.multiItem{
	display:block;
	margin-bottom:25px;
	padding:15px;
	border:1px solid #DDD;
	color:#1D1D1C;
}
.multiItem:hover{
	color:#B20000;
	background-color:#DDD;
}
.multiItem .image{
	height:225px;
	margin-bottom:15px;
	background:url(../images/placeholder.jpg) no-repeat center center;
	display:block;
	overflow:hidden;
}
.multiItem .image img{
	visibility:hidden;
}
.multiItem .title{
	font-family: 'Montserrat';
	font-size:16px;
	letter-spacing:1px;
	width: 100%;
}
.multiItem.lg .title{
	font-size:18px;
}
.wellBg{
	padding:15px;
	background-color:#252525;
	color:#FFF;
	border-radius:10px;
}
.breadcrumb{
	border:none !important;
	border-radius:0 !important;
	background-color:#1D1D1C !important;
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
}
.breadcrumb a{
	color:#B20000;
}
.breadcrumb .active, .breadcrumb a:hover{
	color:#FFF !important;		
}

/* CONTACT CSS */
#map-canvas{
	width:100%;
	height:250px;
	margin-top:30px;
}
#security{
	margin:10px 0;
	width:120px;
}
#cpContent address{
	font-size:16px !important;
	margin-bottom:10px !important;
}
#cpContent address .title{
	font-family: 'Oswald-Bold';
	font-size:22px;
	color:#B20000;
	line-height:1.1;
	text-transform:uppercase;
}
#cpContent address .type{
	margin-top:15px;
	font-family: 'Montserrat-Bold';
	font-size:18px;
	line-height:1.1;
	text-transform:uppercase;
}
#cpContent address .phone{
	margin-top:20px;
	font-family: 'Oswald-Bold';
	font-size:30px;
	line-height:1.1;
}
#cpContent address .phone a{
	color:#B20000;
}
#cpContent .social{
	margin-top:10px;
}
#cpContent .social > div{
	margin-bottom:10px;
}
#cpContent .social a{
	margin-right:8px;	
}
#cpContent .social a:last-child{
	margin-right:0;
}
#cpContent .social img{
	width:75px;
	transition:all .3s ease;
}
#cpContent .social img:hover{
	opacity:.7;
}

/* NEWS CSS */
#newsList .article{
	padding:20px 0;
	border-bottom:1px solid #DDD;
}
#newsList .article:last-child{
	border-bottom:none;
	padding-bottom:0;
}
#newsList .article h3{
	font-family: 'Montserrat-Bold' !important;
	font-size:16px !important;
	text-transform:uppercase;
}
#newsList .article h3 a{
	color:#1D1D1C;
}
#newsList .article h3 a:hover{
	color:#B20000;
}

/* FAQ CSS */
#faqList .faqItem{
	margin-bottom:15px;
}
#faqList .faqItem:last-child{
	margin-bottom:0;
}
.faqItem .question{
	font-family: 'Montserrat-Bold';
	font-size:16px;
	color:#1D1D1C;
	text-transform:uppercase;
	border-bottom:1px solid #DDD;
	margin-bottom:7px;
	cursor:pointer;
	transition:all .3s ease;
}
.faqItem .question:hover, .faqItem .question.click{
	color:#B20000;
}

/* BLOG CSS */
.panelBlog .panel-heading{
	background-color:#1D1D1C !important; 
}
.panelBlog .panel-heading h3{
	font-family: 'Open-Sans-Bold' !important;
	font-size:18px !important;
	color:#FFF !important;
	text-transform:uppercase;
}
.panelBlog .list-group-item{
	font-family: 'Open-Sans-Bold';
	font-size:14px;
}
.panelBlog .list-group-item:hover{
	background-color:#DDD;
	color:#1D1D1C;
}
.panelBlog>.list-group:first-child .list-group-item:first-child, .panelBlog>.panel-collapse>.list-group:first-child .list-group-item:first-child{
	border-top-right-radius:0 !important;
	border-top-left-radius:0 !important;	
}
.panelBlog>.list-group:last-child .list-group-item:last-child, .panelBlog>.panel-collapse>.list-group:last-child .list-group-item:last-child{
	border-bottom-right-radius:0 !important;
	border-bottom-left-radius:0 !important;
}
#blogTitle h3{
	font-family: 'Montserrat-Bold' !important;
	color:#1D1D1C;
	text-align:center;
	font-size:30px !important;
	margin-bottom:10px !important;
}
.wellBlog{
	padding:10px !important;
	background-color:#FFF !important;
}
.wellBlog h2{	
	font-size:22px !important;	
	margin-bottom:5px !important;
	letter-spacing:1px;
	text-transform:uppercase !important;
}
.wellBlog h2 a{
	color:#B20000 !important;	
}
.wellBlog h2 a:hover{
	color:#DD0000 !important;	
}
.wellBlog .links{
	margin-bottom:5px;
}
.wellBlog .links a{
	font-family: 'Open-Sans-Bold';	
}
.wellBlog .links small{
	font-family: 'Open-Sans-Bold';	
}
.wellBlog a{
	color:#1D1D1C !important;
}
.wellBlog a:hover{
	color:#0B58A0 !important;
}
.wellBlog .image{
	margin:10px 0;
	height:175px;
}

/* PHOTO CSS */
.photoPanel, .photoPanelView, .photoPanel h2, .photoPanelView .caption{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#photoGallery, #videoGallery, #photoInt, #photoIntPage{
	margin-top: 0;
	position: relative;
	max-width: 100%;
	width: 100%;
}
#sb-site.photo{
	padding-bottom:1100px !important;
}
.photoPanel{
	position:absolute;
	background-color:#FFF;
	padding:10px;
	border-radius:0 !important;
	border:1px solid #DDD !important;
	cursor:pointer;
}
.photoPanel .image{
	margin-bottom:10px;
}
.photoPanel .image img{
	width:100%;
}
.photoPanel h2{
	font-size:22px !important;
	color:#B20000 !important;
	text-transform:uppercase !important;
	margin-bottom:3px !important;
}
.photoPanel:hover h2{
	color:#FFF !important;
}
.photoPanelView{
	position: absolute;
	background-color: #FFFFFF;
	border:1px solid #DDD !important;
	padding:3px;
	cursor:pointer;
}
.photoPanel:hover, .photoPanelView:hover {
	background-color:#B20000;
	border-color:#B20000 !important;
	color:#FFF;
}
.bqPhoto{
	border-color:#B20000 !important;
	font-size:14px !important;
	margin-top:15px !important;
}
.photoPanelView .caption{
	margin:4px 0 2px;
	font-family: 'Open-Sans-Bold';
	font-size:13px !important;
	color:#B20000 !important;
	padding-left:1.5%;
}
.photoPanelView:hover .caption{
	text-decoration:none !important;
	color:#FFF !important;
}
.blueimp-gallery > .description{
	background: rgb(28, 28, 29);
    background: rgba(28, 28, 29, .6);
	position: absolute;
	left: 0 !important;
	width:100%;
	font-family: 'Montserrat-Bold';
	color: #FFF;
	z-index:999 !important;
	top:60px;
	padding:15px 10px !important;
	font-size:12px;
	display: none;
}
.blueimp-gallery-controls > .description {
  	display: block;
}
.blueimp-gallery>.close{
	z-index:1000 !important;
	top:68px !important;
	right:10px !important;
	color:#B20000 !important;
	opacity:1 !important;
	text-shadow:none !important;
}
.blueimp-gallery .social{
	position:absolute;
	bottom:15px;
	left:15px;
}

/* MEDIA CSS */
#vidCat{
	margin-bottom:15px;
}
#vidCat select{
	font-family: 'Montserrat-Bold' !important;
	background-color:#DDD !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	cursor:pointer;
}
#vidCat select:hover{
	border-color:#B20000 !important;
}
#videoModal h2{
	font-size:22px !important;
	color:#B20000;
	text-transform:uppercase !important;
}

/* STAFF CSS */
.wellStaff, .wellStaff h3{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.wellStaff{
	background-color:#FFF !important;
	border-color:#DDD !important;
	padding:15px !important;
	cursor:pointer;
}
.wellStaff:hover{
	background-color:#B20000 !important;
	border-color:#B20000 !important;
}
.wellStaff h3{
	font-size:22px !important;
	color:#1D1D1C !important;
	text-transform:uppercase !important;
	margin-bottom:10px !important;
}
.wellStaff:hover h3{
	color:#FFF !important;	
}
.wellStaff:hover .btn{
	background-color:#FFF !important;
	color:#B20000 !important;
}
.dModal .btn{
	margin-top:15px !important;
}
.dynamicModal h4{
	font-size:30px !important;
	color:#B20000 !important;
}
.staffImg{
	height:250px;
	background:url(../images/spinner.gif) no-repeat center;
	background-size:contain;
}
.staffImg img{
	visibility:hidden;
}

/* PARTNERS CSS */
#partnersCarousel{
	margin-bottom:30px;
	overflow:hidden;
}
#partnersCarousel, #partnersCarousel .prev, #partnersCarousel .next, #partnersCarousel .carousel .slide{
	height:175px	
}
#partnersCarousel .prev, #partnersCarousel .next, #partnersCarousel .carousel{
	float:left;
	background-color:#DDD;
}
#partnersCarousel .prev, #partnersCarousel .next, #partnersCarousel .carousel .slide{
	display:table;
	text-align:center;
}
#partnersCarousel .prev > div, #partnersCarousel .next > div, #partnersCarousel .carousel .slide > div{
	display:table-cell;
	vertical-align:middle;
}
#partnersCarousel .prev, #partnersCarousel .next{
	position:relative;
	z-index:1;
	width:10%;
	font-size:34px;
	color:#1D1D1C;
	cursor:pointer;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#partnersCarousel .prev:hover, #partnersCarousel .next:hover{
	color:#B20000;
}
#partnersCarousel .carousel{
	width:80%;
}
#partnersCarousel .carousel .slide img{
	width:70%;
	margin-left:15%;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#partnersCarousel .carousel .slide img:hover{
	opacity:.6;
}

/* REQUEST CATALOG CSS */
#requestCatalog .nav-tabs.nav-justified>li>a{
	font-family: 'Montserrat-Bold';
	font-size:16px !important;
	color:#1D1D1C !important;
	border:none !important;
	letter-spacing:1px;
	background-color:#DDD;
	border-radius:0 !important;
}
#requestCatalog .nav-tabs>li>a:hover{
	background-color:#AAA;
}
#requestCatalog .nav-tabs>li.active>a, #requestCatalog .nav-tabs>li.active>a:hover, #requestCatalog .nav-tabs>li.active>a:focus{
	color:#FFF !important;
	background-color:#B20000;
}
#requestCatalog label.error{
	font-size:13px !important;
}

/* DEALERS CSS */
.wellLogin{
	padding:12px !important;
	background-color:#FFF !important;
	border:1px solid #DDD !important;
	margin-bottom:0 !important;
}
.wellLogin legend h3{
	font-size:26px !important;
	text-transform:uppercase;
	margin-bottom:15px !important;
}
.panelZone .panel-heading{
	background-color:#1D1D1C !important;
	color:#FFF !important;
	text-transform:uppercase;
}
#btnZoneOut{
	position:relative;
	top:-3px;
}
.panelZone .panel-heading h3{
	font-size:22px !important;
}
.panelZone h4{
	font-size:18px !important;
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-radius:0 !important;
}
.panelZone .list-group-item:hover{
	background-color:#B20000 !important;
	color:#FFF !important;
}

/* QUEST CSS */
#questBtns .btn{
	font-size:14px;
}

/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Smartphones (landscape) */
@media only screen and (min-width : 321px) {
	.thumbContain{
		height:250px;
	}
}

/* Tablet (portrait) */
@media(min-width:768px){
	body{
		overflow:hidden;
	}
	.container{
		position:relative;
	}
	.cd-top {
		font-size:44px;
	}
	header, header .toggle, header .logo, header nav, header nav span > a{
		height:60px;
	}
	header{
		position:fixed;
		top:0;
		background:url(../images/bg-nav.jpg) repeat-x bottom center;
		width:100%;
		z-index:1999;
	}
	header .toggle, header .logo, header nav{
		display:table;
	}
	header .toggle > div, header .logo > div, header nav > div{
		display:table-cell;
		vertical-align:middle;
	}
	header .toggle, header .logo{
		float:left;
	}
	header nav{
		float:right;
	}
	header .logo{
		margin-left:10px;
	}
	header .logo img{
		width:105px;
	}
	header nav span > a{
		display:inline-block;
		width:68px;
		position:relative;
		margin-right:-4px;
		text-align:center;
		border-left:2px solid #1D1D1C;
		line-height:58px;		
		font-family: 'Montserrat-Bold';
		font-size:10.5px;
		color:#FFF;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
		cursor:pointer;
	}
	header nav span:last-child > a{
		border-right:2px solid #1D1D1C;	
	}
	header nav span > a:hover, header nav > div > span.open > a{
		background-color:#B20000;
		color:#FFF;
	}
	header nav > div > span.open > a .border{
		position:absolute;
		bottom:-1px;
		left:0;
		height:1px;
		width:100%;
		background-color:#B20000;
	}
	header nav .fa-plus{
		display:none;
	}
	header .dropdown-menu{
		margin-top:23px !important;
		width:485px !important;
		border-radius:0 !important;
		padding:0 !important;
		background-color:#B20000 !important;
		border:none !important;
		overflow:hidden;
	}
	header .dropdown-menu.one{
		width:200px !important;
	}
	header .dropdown-menu.two{
		width:360px !important;
		margin-left:-290px !important;
	}
	header .dropdown-menu.right{
		margin-left:-415px;
	}
	header .dropdown-menu > div{
		float:left !important;
		position:relative;
	}
	header .dropdown-menu > div .border{
		position:absolute;
		top:0;
		right:0;
		width:1px;
		height:1000%;
		background-color:#990000;
	}
	header .dropdown-menu > div:last-child{
		border-right:none;
	}
	header .dropdown-menu.two > div{
		width:50% !important;			
	}
	header .dropdown-menu.three > div{
		width:33.333333% !important;			
	}
	header .dropdown-menu ul{
		padding:0 !important;
		margin:0 !important;	
	}
	header .dropdown-menu ul>li>a{
		font-family: 'Montserrat-Bold';
		font-size:11px;
		color:#FFF !important;
		padding:8px 15px !important;
		letter-spacing:1px;
		text-transform:uppercase;
		display:block;
		width:100%;
	}
	header .dropdown-menu ul>li>a:hover{
		color:#FFF !important;
		background-color:#1D1D1C !important;
	}
	header .dropdown-menu ul>li:first-child>a{
		margin-top:10px !important;
	}
	header .dropdown-menu ul>li:last-child>a{
		margin-bottom:10px !important;
	}	
	header .dropdown-menu ul.break>li{
		border-top: 1px solid #990000;
	}
	header .dropdown-menu .title{
		margin:15px 0 0 0;
		text-align:center;
		font-family: 'Oswald-Bold';
		font-size:15px;
		color:#BDBDBD;
	}
	.sb-slidebar{
		width:225px !important;
		overflow-y:visible !important;
	}	
	.sb-slidebar nav.alt a{
		padding:15px;		
		background:url(../images/bg-nav-alt.jpg) no-repeat center;
		background-size:cover;
		height:55px;
		position:relative;
		z-index:1;
	}
	.sb-slidebar nav.alt a:hover{
		background:url(../images/preload/bg-nav-alt.jpg) no-repeat center;
		background-size:cover;
	}
	.sb-slidebar nav.alt a .arrow{
		position:absolute;
		top:0;
		right:-16px;
		/*width:16px;*/
		height:55px;
		background:url(../images/bg-nav-alt-arrow.png) no-repeat right center;
		background-size:cover;
		transition:all .3s ease;
		z-index:1;
	}
	.sb-slidebar nav.alt a:hover .arrow{
		background:url(../images/preload/bg-nav-alt-arrow.png) no-repeat right center;
		background-size:cover;
	}
	.sb-slidebar .border{
		position:absolute;
		top:0;
		right:0;
		height:100%;
		width:5px;
		background-color:#B20000;
	}
	#rotator .slogan{
		bottom:30px;
		left:30px;
	}
	#rotator .actionCalls{
		/*position:absolute;
		bottom:30px;
		right:15px;*/
		width:100%;
		padding:0;
		z-index:999;
		background: url("https://www.basscat.com/css/../images/bg-ctas.jpg") repeat;
	}
	.actionCalls{
		/*background:none;*/
		border-top:none;
	}
	.actionCalls .cta{
		margin-bottom:10px;
	}
	.actionCalls .cta > div, .actionCalls .cta .image, .actionCalls.int .cta .image{
		height:65px;
	}
	.actionCalls .cta .icon{
		left:-50px;
		width:50px;
	}
	.actionCalls .cta .txt{
		padding:0 15px;
	}
	.actionCalls .cta .txt > div > div:first-child{
		font-size:15px;
	}
	.actionCalls .cta .txt > div > div:last-child{
		font-size:12px;
	}
	#homeCalls{
		padding:30px 0;
		border-top:5px solid #1D1D1C;
		background:url(../images/bg-ctas.jpg) repeat;
	}
	#homeCalls .col{
		float:left;
		width:50%;
		padding:0 3%;
		margin-bottom:0;
	}
	#homeText h1{
		font-size:32px;
	}
	#homeText .item{
		float:left;
		width:50%;
		height:352px;
		padding:0 45px;	
	}
	#homeText .item:nth-child(4), #homeText .item:nth-child(5){
		margin-bottom:0;
	}
	
	/* FOOTER CSS */
	#sb-site{
		padding-bottom:36px !important;
	}
	#footer{	
		height:36px;
		line-height:36px;
		text-align:right;
		padding:0;	
	}
	#footer span{
		display:inline-block;
		font-size:11px;
	}
	#footer span:nth-child(even){
		display:inline-block;
		margin:0 3px;
	}
	
	/* INTERIOR CSS */
	#intText h1{
		font-size:34px !important;
	}
	.actionCalls.int{
		position:relative;
		bottom:inherit;
		right:inherit;
		width:100%;
		padding:0;
		z-index:1;
	}
	.actionCalls.int .cta{
		width:80%;
		margin-left:20%;
	}
	.thumbContain{
		height:125px;
		margin-bottom:15px;
	}
	#intRotator{
		margin-bottom:0;
	}
	#intRotator .slide, #intRotator .prev, #intRotator .next{
		height:175px;	
	}
	#navInt{
		margin-top:0;
		margin-bottom:25px;
	}
	#navInt nav a{
		padding:8px;
		font-size:13px;
	}
	.multiItem{
		margin-bottom:30px;
		padding:12px;
	}
	.multiItem .image{
		height:175px;
		margin-bottom:12px;
	}
	.multiItem .title{
		display:table;
		height:50px;
		font-size:14px;
		line-height:1.2;
	}
	.multiItem .title > div{
		display:table-cell;
		vertical-align:middle;
	}
	
	/* CONTACT CSS */
	#map-canvas{
		height:300px;
	}
	#security{
		margin:27px 0 24px;
	}
	
	/* BLOG CSS */
	#blogTitle h3{
		margin:15px 0 !important;
	}
	.wellBlog{
		padding:12px !important;
	}
	.wellBlog h2{
		font-size:24px !important;
		margin-bottom:7px !important;
	}
	.wellBlog .links{
		margin-bottom:10px;
	}
	.wellBlog .image, .wellBlog .content{
		float:left;	
	}
	.wellBlog .image{
		margin:0;
		height:150px;
		width:30%;
		margin-right:1.5%;		
	}
	.wellBlog .content{
		width:100%;	
	}
	
	/* PHOTO CSS */
	#sb-site.photo{
		padding-bottom:250px !important;
	}
	.photoPanel{
		padding:5px !important;
	}
	.photoPanel h2{
		font-size:16px !important;
	}
	.photoPanelView .caption{
		font-size:12px !important;
	}
	.blueimp-gallery > .description{
		font-size:14px;
	}
	.blueimp-gallery>.close{
		right:15px !important;
		font-size:40px !important;
	}
	.blueimp-gallery .social{
		bottom:auto;
		left:auto;
		right:45px;
		top:68px;
		z-index:999;
	}

	/* MEDIA CSS */
	#vidCat .input-lg{
		font-size:16px !important;
	}
	#videoModal h2{
		font-size:26px !important;
	}
	
	/* STAFF CSS */
	.wellStaff{
		padding:12px !important;
	}
	.wellStaff h3{
		font-size:18px !important;
		margin-bottom:0 !important;
		height:70px;
		display:table;
	}
	.wellStaff h3 > div{
		display:table-cell;
		vertical-align:middle;
	}
	.staffImg{
		height:175px;
	}
	.wellStaff .btn{
		font-size:12px !important;
	}
	
	/* PARTNERS CSS */
	#partnersCarousel{
		width:100%;
	}
	#partnersCarousel .prev, #partnersCarousel .next, #partnersCarousel .carousel{
		float:left;
	}
	#partnersCarousel, #partnersCarousel .prev, #partnersCarousel .next, #partnersCarousel .carousel .slide{
		height:110px;
	}
	#partnersCarousel .prev, #partnersCarousel .next{
		width:6%;
	}
	#partnersCarousel .carousel{
		width:88%;
	}
	#partnersCarousel .carousel .slide img{
		margin:0 15%;
	}
	
	/* REQUEST CATALOG CSS */
	#requestCatalog .nav-tabs.nav-justified>li>a, #requestCatalog label{
		font-size:14px !important;
	}
	
	/* QUEST CSS */
	#questBtns .btn{
		font-size:13px;
	}
	
}

@media(max-width:767px){
.actionCalls .cta {
	width: 80%;
}
}

/* Tablet (landscape) */
@media(min-width:992px){
	body{
		font-size:14px !important;
	}
	header nav span > a{
		width:95px;		
		font-size:12.5px;
	}
	header .dropdown-menu{
		margin-top:22px !important;
		width:550px !important;
	}
	header .dropdown-menu.one{
		width:225px !important;
	}
	header .dropdown-menu.one ul>li>a{
		font-size:13px;
	}
	header .dropdown-menu.two{
		width:420px !important;
		margin-left:-325px !important;
	}
	header .dropdown-menu.right{
		margin-left:-455px;
	}
	header .dropdown-menu ul>li>a{
		font-size:12px;
	}
	header .dropdown-menu .title{
		font-size:17px;
	}
	#rotator .actionCalls{
		bottom:30px;
		right:30px;
		width:100%;	
	}
	#homeCalls{
		padding:35px 0;
	}
	.actionCalls .cta{
		margin-bottom:15px;
	}
	.actionCalls .cta > div, .actionCalls .cta .image, .actionCalls.int .cta .image{
		height:80px;
	}
	.actionCalls .cta .icon{
		left:-60px;
		width:60px;
	}
	.actionCalls .cta .txt{
		padding:0 20px;
	}
	.actionCalls .cta .txt > div > div:first-child{
		font-size:20px;
	}
	.actionCalls .cta .txt > div > div:last-child{
		font-size:14px;
	}
	#homeText{
		padding:55px 0;
	}
	#homeText h1{
		font-size:38px;
	}
	#homeText .item{
		width:25%;
		height:auto;
		padding:0 25px;
		margin-bottom:0;		
	}
	#homeText .item .icon{
		height:100px;
	}
	#homeText .item h2{
		font-size:14px;
		letter-spacing:0;
		margin:18px 0 12px !important;
	}
	#homeText .item .txt{
		font-size:12px;
	}
	
	/* INTERIOR CSS */
	#intText{
		padding:55px 0;
	}
	#intText h1{
		font-size:42px !important;
		padding-bottom:7px !important;
		margin-bottom:20px !important;
	}
	.thumbContain{
		height:150px;
	}
	#intRotator .slide, #intRotator .prev, #intRotator .next{
		height:225px;	
	}
	#intRotator .prev, #intRotator .next{
		width:30px;
		font-size:22px;
	}
	#navInt{
		margin-bottom:35px;
	}
	#navInt .heading{
		font-size:26px;
	}
	#navInt nav a{
		padding:10px;
		font-size:14px;
	}
	.multiItem .image{
		height:140px;
	}
	.multiItem .txt{
		font-size:11.5px;
	}
	
	/* CONTACT CSS */
	#map-canvas{
		height:325px;
	}
	#cpContent{
		height:455px;
		border-left:1px solid #DDD;
		padding-left:30px;
	}
	
	/* NEWS CSS */
	#newsList .article h3{
		font-size:20px !important;
	}
	
	/* FAQ CSS */
	.faqItem .question{
		font-size:18px;
	}	
	
	/* BLOG CSS */
	.panelBlog .panel-heading, .panelBlog .list-group-item{
		padding:7px !important;
	}
	.panelBlog .list-group-item{
		font-size:12px;
	}
	#blogTitle h3{
		text-align:left;
		font-size:34px !important;
		margin:0 0 12px !important;
	}
	.wellBlog{
		padding:12px !important;
	}
	.wellBlog h2{
		font-size:26px !important;
	}
	
	/* PHOTO CSS */
	.photoPanel h2{
		font-size:18px !important;
	}

	/* MEDIA CSS */
	#vidCat .input-lg{
		font-size:16px !important;
	}
	#videoModal h2{
		font-size:28px !important;
	}
	
	/* STAFF CSS */
	.wellStaff{
		padding:12px !important;
	}
	
	/* REQUEST CATALOG CSS */
	#requestCatalog .nav-tabs.nav-justified>li>a, #requestCatalog label{
		font-size:16px !important;
	}
	
	/* QUEST CSS */
	#questBtns .btn{
		font-size:15px;
	}
	
}

@media(min-width:1200px){
    /*#rotator{*/
    /*    margin-top: 60px;*/
    /*}*/
    
    #sb-site section {
        margin-top: 60px;
    }
    
    #mainRotator{
	position:relative;
	width:100%;
	/*max-height: 90vh;*/
	overflow:hidden;
	height: 650;
    }
    /*#mainRotator .slide{*/
    /*    height:;*/
    /*}*/
    #mainRotator .slide img{
    	width:100%;
    	height:660;
    	
    }
}

/* Desktop */
@media(min-width:1200px){
	body{
		font-size:16px !important;
	}
	.container{
		width:1200px !important;
		padding:0px !important;
	}
	.container-smooth{
		max-width:1200px !important;
	}
	.cd-top {
		right:20px;
		font-size:50px;
	}
	.modal{
		top:69px !important;
	}
	header, header .toggle, header nav, header nav span > a{
		height:69px;
	}
	header .mainBorder{
		position:absolute;
		left:0;
		width:100%;
		height:6px;
		background-color:#B20000;
	}
	header .logo{
		margin-left:0;
		position:absolute;
		top:0;
		left:0;
		background:url(../images/bg-nav.png) no-repeat right bottom;
		background-color:transparent;
		width:311px;
		height:117px;
		text-align:center;
		z-index:1;
	}
	header .logo img{
		width:270px;
	}
	header nav span > a{
		width:106px;
		margin-right:-4px;
		line-height:67px;		
		font-size:14px;
		letter-spacing:2px;
	}
	header .dropdown-menu{
		margin-top:26px !important;
		width:670px !important;
	}
	header .dropdown-menu.one{
		width:250px !important;
	}
	header .dropdown-menu.two{
		width:500px !important;
		margin-left:-390px !important;
	}
	header .dropdown-menu.two ul>li>a{
		font-size:14px;
	}
	header .dropdown-menu.right{
		margin-left:-560px;
	}
	header .dropdown-menu ul>li>a{
		font-size:13.5px;
	}
	header .dropdown-menu.one ul>li>a{
		font-size:15px;
	}
	header .dropdown-menu .title{
		margin:20px 0 0 0;
		font-size:18px;
	}
	.sb-slidebar.home{
		display:block !important;
		padding-top:117px !important;
		width:225px !important;
		margin-left:0;
	}	
	.sb-slidebar .info{
		padding:30px 0;
	}
	.sb-slidebar nav.alt a{
		font-size:19px;
	}
	.sb-slidebar .border{
		width:7px;
	}
	#mainRotator .slide img{
		/*min-width:1366px;
		min-height:100vh;*/
	}
	#rotator .slogan{
		bottom:45px;
		left:270px;
	}
	#rotator .slogan img{
		width:45%;
		max-width:566px;
	}
	#rotator .actionCalls{
		/*width:350px;*/
	}
	#homeCalls{
		padding:40px 0 40px 225px;
		border-top:7px solid #1D1D1C;
	}
	.actionCalls .cta{
		margin-bottom:18px;
	}
	.actionCalls .cta > div, .actionCalls .cta .image, .actionCalls.int .cta .image{
		height:90px;
	}
	.actionCalls .cta .icon{
		left:-70px;
		width:70px;
	}
	.actionCalls .cta .txt{
		padding-left:0 25px;
	}
	.actionCalls .cta .txt > div > div:first-child{
		font-size:19px;
	}
	.actionCalls .cta .txt > div > div:last-child{
		font-size:14px;
	}
	#homeText{
		padding:65px 0;
	}
	#homeText h1{
		font-size:44px;
	}
	#homeText .item{
		padding:0 35px;		
	}
	#homeText .item .icon{
		height:115px;
	}
	#homeText .item h2{
		font-size:16px;
		margin:20px 0 15px !important;
	}
	#homeText .item .txt{
		font-size:13px;
	}
	
	/* FOOTER CSS */
	#sb-site{
		padding-top:0 !important;
		padding-bottom:40px !important;
	}
	#footer{	
		height:40px;
		line-height:40px;
	}
	#footer span{
		font-size:12px;
	}
	#footer span:nth-child(even){
		margin:0 5px;
	}
	
	/* INTERIOR CSS */	
	#sb-site.int{
		padding-top:70px !important;
		padding-left:0 !important;
	}
	header.int .logo{
		margin-left:20px;
		position:relative;
		background-color:transparent;
		background:none;
		border-radius:0;
		width:auto;
		height:69px;
		text-align:inherit;
	}
	header.int .logo img{
		width:150px;
	}
	.sb-slidebar.int{
		padding-top:70px !important;
		width:225px !important;
	}
	#intText{
		padding:65px 0;
	}
	#intText h1{
		font-size:52px !important;
		padding-bottom:10px !important;
		margin-bottom:25px !important;
	}
	.thumbContain{
		height:180px;
		margin-bottom:30px;
	}
	.thumbContain .viewMore{
		position:absolute;
		top:0; 
		bottom:0;
		left:0; 
		right:0;
		padding-top:28%;
		font-family: 'Raleway Bold' !important;
		font-size:24px;
		color:#FFF;
		text-align:center;
		z-index:999;
		opacity:0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	.thumbContain:hover .viewMore{
		background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
		background: rgba(0, 0, 0, .6);
		opacity:100;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
		cursor:pointer;
	}
	#intRotator .slide, #intRotator .prev, #intRotator .next{
		height:275px;	
	}	
	#intRotator .prev, #intRotator .next{
		width:35px;
		font-size:26px;
		opacity:0;
	}
	#intRotator:hover .prev, #intRotator:hover .next{
		opacity:1;
	}
	#intRotator .slide{
		position:relative;
	}
	#intRotator .slide .viewMore{
		position:absolute;
		top:0;
		width:100%;
		height:100%;
		font-family: 'Montserrat';
		font-size:22px;
		color:#FFF;
		padding-top:120px;		
		text-align:center;
		z-index:999;
		opacity:0;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	#intRotator .slide:hover .viewMore{
		background: rgba(29,29,28,.7);
		opacity:1;
		cursor:pointer;
	}
	#navInt{
		border-left:1px solid #DDD;
		padding-left:30px;
		margin-bottom:45px;
	}
	#navInt .heading{
		font-size:30px;
		padding-bottom:5px;
		margin-bottom:12px;
	}
	#navInt .heading.small{
		font-size:22px;
	}
	#navInt nav a{
		padding:12px;
		font-size:15.5px;
	}
	.multiItem{
		padding:15px;
	}
	.multiItem .image{
		height:185px;
		margin-bottom:15px;
	}
	.multiItem .title{
		font-size:16px;
		letter-spacing:1px;
		height:60px;
	}
	.multiItem.lg .title{
		font-size:18px;
		height:70px;
	}
	.multiItem .txt{
		font-size:13px;
	}
	.wellBg{
		padding:19px;
	}
	
	/* CONTACT CSS */
	#map-canvas{
		height:400px;
		margin-top:45px;
	}
	
	/* NEWS CSS */
	#newsList .article{
		padding:25px 0;
	}
	#newsList .article h3{
		font-size:22px !important;
	}
	
	/* FAQ CSS */
	#faqList .faqItem{
		margin-bottom:20px;
	}
	.faqItem .question{
		font-size:20px;
	}
	
	/* BLOG CSS */
	.panelBlog .panel-heading, .panelBlog .list-group-item{
		padding:10px !important;
	}
	.panelBlog .panel-heading h3{
		font-size:20px !important;
	}
	.panelBlog .list-group-item{
		font-size:16.5px;
	}
	#blogTitle h3{
		font-size:36px !important;
		margin:0 0 20px !important;
	}
	.wellBlog{
		padding:15px !important;
	}
	.wellBlog h2{
		font-size:30px !important;
		margin-bottom:7px !important;
	}
	.wellBlog .links{
		margin-bottom:12px;
	}
	.wellBlog .image{
		height:200px;		
	}
	
	/* PHOTO CSS */
	.photoPanel{
		padding:8px !important;
	}
	.photoPanel h2 {
		font-size:22px !important;
	}
	.bqPhoto{
		margin-top:20px !important;
		font-size:16px !important;
	}
	.photoPanelView .caption{
		font-size:15px !important;
	}
	.blueimp-gallery > .description {
		top:70px;
		padding:12px 15px !important;
		font-size:16px;
	}
	.blueimp-gallery>.close{
		top:77px !important;
		font-size:50px !important;
	}
	.blueimp-gallery .social{
		right:55px;
		top:78px;
	}

	/* MEDIA CSS */
	#vidCat{
		margin-bottom:20px;
	}
	#vidCat .input-lg{
		font-size:18px !important;
	}
	#videoModal h2{
		font-size:32px !important;
	}
	
	/* STAFF CSS */
	.wellStaff{
		padding:15px !important;
	}
	.wellStaff h3{
		font-size:22px !important;
		height:85px;
	}
	.dynamicModal h4{
		font-size:36px !important;
	}
	.staffImg{
		height:225px;
	}
	.wellStaff .btn{
		font-size:14px !important;
	}
	
	/* PARTNERS CSS */
	#partnersCarousel, #partnersCarousel .prev, #partnersCarousel .next, #partnersCarousel .carousel .slide{
		height:150px;
	}
	#partnersCarousel .prev, #partnersCarousel .next{
		font-size:40px;
	}
	
	/* REQUEST CATALOG CSS */
	#requestCatalog .nav-tabs.nav-justified>li>a{
		font-size:20px !important;
	}
	
	/* DEALERS CSS */
	.wellLogin{
		padding:15px !important;
	}
	.wellLogin legend h3{
		font-size:30px !important;
	}
	.panelZone .panel-heading h3{
		font-size:28px !important;
	}
	.panelZone h4{
		font-size:24px !important;
	}
	
	/* QUEST CSS */
	#questBtns .btn{
		font-size:18px;
	}
	
}

@media (min-width: 0) {
  .navbar-toggle {
    display: block; /* force showing the toggle */
  }
}

/********************************************************** Helper Classes ******************************************************************/
.b5{
	margin-bottom:5px !important;
}
.b10{
	margin-bottom:10px !important;
}
.b15{
	margin-bottom:15px !important;
}
.b20{
	margin-bottom:20px !important;
}
.b25{
	margin-bottom:25px !important;
}
.b45{
	margin-bottom:45px !important;
}
.lastRight{
	margin-right:0px !important;
}
.hrGray{
	border-color:#DDD !important;
}
.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4{
	color:#B20000;
}
.modal-backdrop{
	opacity:0.5 !important;
}
.modal-open{
	padding-right:0 !important;
	backface-visibility:hidden !important;
}
.jumbotron{
	margin-bottom:0 !important;
}
b, strong, th{
	font-family: 'Open-Sans-Bold' !important;
}
input, textarea, select{
	border:1px solid #DDD !important;
	font-family: 'Montserrat-Bold' !important;
	color:#B20000 !important;
	background-color:#FFF !important;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
	margin-left:0 !important; 
}
label{
	font-family: 'Montserrat-Bold';
	font-size:16px;
	font-weight:inherit !important;
}
label.error{
	position: absolute;
	margin:0 !important;
	font-family: 'Open-Sans-Bold' !important;
	font-size:11px !important;
	color:#BF171A !important;
}
.asterick{
	color:#BF171A;
}
.form-control::-moz-placeholder{
 	color:#DDD !important;
}
.form-control:-ms-input-placeholder{
 	color:#DDD !important;
}
.form-control::-webkit-input-placeholder{
  	color:#DDD !important;
}
.btn, .panel, .panel-heading, .panel-body, .well, .alert, input, textarea, select, .thumbnail, .modal-content, .panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child, .panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{
	border-radius:0 !important;
}
.btn{
	font-family: 'Montserrat-Bold' !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.btnMain{
	color:#FFF !important;
	background-color:#B20000 !important;
}
.btnMain:hover, .btnMain.active, .btnMain:focus{
	background-color:#DD0000 !important;	
}
.btnBlack{
	color:#FFF !important;
	background-color:#1D1D1C !important;
}
.btnBlack:hover, .btnBlack.active, .btnBlack:focus{
	background-color:#444 !important;	
}
.red{
	color: #B20000;
}
.highlight{
	background: #B20000;
	color: #FFF;
}
.input-group-addon{
    color:#FFF !important;
    background-color:#B20000 !important;
    border:1px solid #B20000 !important;
    border-radius:0 !important;
}
::selection{
	background:#B20000;
	color:#FFF;
}
::-moz-selection{
	background:#B20000;
	color:#FFF;
}
::-webkit-selection{
	background:#B20000;
	color:#FFF;
}
#rc-imageselect, .g-recaptcha{
	transform:scale(0.75) !important;
	-webkit-transform:scale(0.75) !important;
	transform-origin:0 0 !important;
	-webkit-transform-origin:0 0 !important;
}

/**   
#B20000 - red
#DD0000 - light red
#1D1D1C - black
#BDBDBD - light gray
**/

