img{
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Oswald', sans-serif;
}
h1 span.small,
h2 span.small,
h3 span.small,
h4 span.small,
h5 span.small,
h6 span.small{
	font-weight: 700;
	font-size: 40%;
}
h1{
	color: #1A4F93;
	font-weight: 700;
	letter-spacing: -1px;
	font-size: 3em;
	padding-top: 25px;
	padding-bottom: 20px;
}
h3{
	color: #1A4F93;
}
/*TOP BAR*/
.top-bar{
	background: #242120;
	width: 100%;
	color: #fff;
	padding: 5px 0 1px;
}

a.c-login{
	font-size: 14px;
	color: #FF0000;
}
a.c-login:hover{
	color: #007bff
}
.hours{
	font-size: 12px;
}
.social-media{
	font-size: 20px;
}
.social-media a{
	color: #fff;
	margin: 0 0 0 10px;
}
.social-media a:hover{
	color: #007bff;
	text-decoration: none;
}
/*MID BAR*/
.mid-bar{
	padding: 10px 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(225,225,231,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(225,225,231,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(225,225,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e7',GradientType=0 );
}
.telephone{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
}
.telephone a:hover{
	color: #000;
}
/*NAVIGATION*/
.bg-custom-blue{
	background: rgb(26,79,147);
	background: -moz-linear-gradient(top, rgba(26,79,147,1) 0%, rgba(39,56,86,1) 100%);
	background: -webkit-linear-gradient(top, rgba(26,79,147,1) 0%,rgba(39,56,86,1) 100%);
	background: linear-gradient(to bottom, rgba(26,79,147,1) 0%,rgba(39,56,86,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4f93', endColorstr='#273856',GradientType=0 );
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 100%;
	padding: 0 0 0 0;
}
.bg-custom-blue .navbar-nav a.nav-link{
	color: #fff;
}
.bg-custom-blue button{
	background: none transparent;
	border: none transparent;
	color: #fff;
}
.bg-custom-blue button,
.bg-custom-blue a{
	padding: 8px 15px 8px 15px!important;
	margin: 0 0 0 0!important;
}
.bg-custom-blue button.btn{
	padding-right: 15px!important;

}
.bg-custom-blue button.btn.dropdown-toggle-split{
	padding-left: 5px!important;
	padding-right: 5px!important;
	margin-right: 5px!important;
}
.bg-custom-blue button:hover,
.bg-custom-blue button.active,
.bg-custom-blue button.current,
.bg-custom-blue a:hover,
.bg-custom-blue a.active,
.bg-custom-blue a.current{
	background: rgb(39,56,86);
	background: -moz-linear-gradient(top, rgba(39,56,86,1) 0%, rgba(0,113,202,1) 100%);
	background: -webkit-linear-gradient(top, rgba(39,56,86,1) 0%,rgba(0,113,202,1) 100%);
	background: linear-gradient(to bottom, rgba(39,56,86,1) 0%,rgba(0,113,202,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273856', endColorstr='#0071ca',GradientType=0 );
	color: #fff!important;
}
/*SLIDER*/
.slider-wrap{
	background: #000;
}
.slider{
	width: 100%;
	background: url(../images/hero-bg.jpg) top center no-repeat;
}
.slick-next:before { 
	content: ">"!important; 
	font-size: 50px!important; 
} 
.slick-prev:before { 
	content: "<"!important; 
	font-size: 50px!important; 
}
.hero-shadow{
	width: 100%;
	height: 59px;
	background: url(../images/hero-shadow.jpg) top center no-repeat;
	margin-bottom: -50px;
	display: block;
}
/*CONTENT*/
.content{
	background-color: #fff;
	background: url(../images/bg.jpg) left top repeat-x;
}
/*BOX TYPES*/
.default-box,
.pop-box,
.highlight-box{
	margin-bottom: 30px;
}
img.styled{
	box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5);
	border-radius: 10px 0;
	margin: 6px 15px;
}
img.styled2{
	border: solid 2px #1a4f93;
	background: none transparent;
	border-radius: 45px 0;
}
img.styled3{
	border: solid 2px #1a4f93;
	background: none transparent;
	border-radius: 0 45px;
}
.pop-box{
	box-shadow: -6px 6px 8px rgba(0, 0, 0, 0.5);
	border: 1px solid #7f7f7f;
	background: #fafafa;
	border-radius: 30px;
	padding: 20px;
	color: #C1272D;
	text-align: center;
	overflow: hidden;
}
.callout-box{
	box-shadow: -11px 11px 16px rgba(0, 0, 0, 0.25);
	border: 2px solid #1a4f93;
	background: #f4f4f4;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.callout-box h2{
	letter-spacing: -1px;
	text-align: center;
}
.highlight-box{
	box-shadow: -6px 6px 8px rgba(0, 0, 0, 0.5);
	background: #0071ca;
	border-radius: 45px 0;
	padding: 20px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.highlight-box a{
	color: #FFFF00;
	text-decoration: underline;;
}
.highlight-box a:hover{
	color: #000;
}
.highlight-box h1,
.highlight-box h2,
.highlight-box h3,
.highlight-box h4,
.highlight-box h5,
.highlight-box h6{
	font-weight: 900;
}
.callout-box{
	box-shadow: -11px 11px 16px rgba(0, 0, 0, 0.5);
	border: solid 2px #1a4f93;
	background: #f4f4f4;
	padding-top: 20px;
}
.four-columns{
	font-size: 12px;
}
.four-columns img{
	text-align: center;
}
/*FOOTER*/
.footer{
	background: #242120;
	color: #fff;
	border-top: 10px solid #1A4F93;
}
ul.footer-nav{
	padding-left: 0;
	margin-left: 0;
}
.footer{
	padding: 15px 0;
	font-size: 14px;
}
.footer a{
	color: #fff;
}
ul.footer-nav, .footer-nav li, .footer-nav li a{
	list-style: none;
	color: #fff;
	display: inline;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.footer-nav a:hover{
	text-decoration: underline;
}
.footer-nav li:first-child a{
	padding-left: 0;
}
.footer p{
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 12px;
}
.footer span.small a{
	color: #7F7F7F;
}
/*ALIGNMENT HELPER*/
.alignment-left{
	text-align: left;
}
.alignment-center{
	text-align: center;
}
.alignment-right{
	text-align: right;
}
/*SPECIAL COLORS*/
.yellow{
	color: #e0d524;
}
.green{
	color: #006837;
}
.red{
	color: #C1272D;
}
.blue{
	color: #0071CA;
}
.black{
	color: #000;
}
/*GALLERY*/
.portfolio-box .filter-button
{
    font-size: 18px;
    border: 1px solid #1A4F93;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #1A4F93;
    margin-bottom: 30px;

}
.portfolio-box .filter-button:hover
{
    font-size: 18px;
    border: 1px solid #1A4F93;
    border-radius: 5px;
    text-align: center;
    color: #1A4F93;
    background-color: #fff;

}
.portfolio-box .btn-default:active .filter-button:active
{
    background-color: #1A4F93;
    color: white;
}

.portfolio-box .port-image
{
    width: 100%;
}

.portfolio-box .gallery_product
{
    margin-bottom: 30px;
}
/*FORMS*/
form{
	margin-bottom: 50px;
}
form input[type="text"],
form textarea
{
	width: 100%;
	padding: 3px 10px;
	margin-bottom: 15px;
}
form input[type="submit"]{
	float: right;
}
form input[type="radio"]{
	margin-left: 20px;
	margin-right: 5px;
}
 input[type="text"],
 select,
 textarea{
	width: 100%;
	padding: 3px 10px 2px 10px;
	border-radius: 3px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
 input[type="radio"]{
	margin-right: 5px;
}
.servicesForm img{
	box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
}
 label{
	font-weight: bold;
}
.servicesForm .formPrice{
	color: #0071ca;
	font-size: 20px;
	text-align: right;
	float: right;
	font-weight: bold;
	font-family: Geneva, Verdana, Lucida Sans, Lucida Sans Unicode, sans-serif;
}
.servicesForm .styledHr{
	background: #1A4F93;
	box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.25);
	border: 2px solid;
	margin: 20px 0;
}
.hidden{
	display: none;
}
.viewing-orders{
	border-bottom: 2px solid;
	margin-bottom: 50px;
	width: 100%;
}
.viewing-orders td{ padding: 5px 0;}
.viewing-orders tr:nth-child(even) td {background: #eee}
.viewing-orders tr:nth-child(odd) td {background: #FFF}
.brand img{
	max-width: 90%;
}