body {
	background-color:#fff;
    color: #777777;
    font-family: 'Open Sans', sans-serif;
	font-weight:300;
    font-size: 16px;
	min-width:300px;
	padding:0;
	margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #0D2240;
}

/*----------------------------------------*/

.red-button {
	background-color: #AC162C;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:18px;
	color:#fff;
	line-height:14px;
	margin:20px auto;
	padding:15px 20px;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.red-button:hover {
	background-color: #0D2240;
	cursor:pointer;
}

.image-desc {
	background-color: #0d2240;
    bottom: 0;
    display: block;
    font-size: 22px;
    left: 0;
    line-height: 36px;
    text-align: center;
    width: 100%;
}

.image-desc a {
	color: #fff;
	text-decoration:none;
}

.image-desc:hover,
.image-desc a:hover {
	color: #fff;
	background-color:#AC162C;
	text-decoration:none;
}


.navbar-default .navbar-nav > li > a {
    color: #fff;
}
@media(min-width:768px){
	.navbar-default .navbar-nav > li > a {
		font-size:13px;
	}	
}

@media(min-width:992px){
	.navbar-default .navbar-nav > li > a {
		font-size:15px;
	}		
}

@media(min-width:1200px){
	.navbar-default .navbar-nav > li > a {
		font-size:16px;
	}
}

.navbar {
	margin-bottom: 0px;
	border-radius:0px;
}

.navbar-default {
    background-color: #0D2240;
	border:none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #0D2240;
  background-color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #0D2240;
  background-color: #fff;
}

.dropdown-menu {
    background-color: #fff;
    border:none;
    border-radius: 0;
    box-shadow: none;
	color: #0D2240;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0D2240;
}

.navbar-default .navbar-nav .free-quote {
	background-color:#AC162C;
}

.navbar-toggle {
    background-color: #0D2240;
    background-image: none;
    border-radius: 4px;
	margin-bottom: 8px;
    margin-right: 30px;
    margin-top: 8px;
    padding: 5px;
    position: relative;
	float:right;
}
.navbar-toggle span {
  color:#fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover span,
.navbar-default .navbar-toggle:focus span {
  background-color: #fff;
  color:#0D2240;
}
/*----------------------------------------*/

.nav-pills > li > a {
	border:1px solid transparent;
	color:#777;	
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	background-color:#F8F8F8;
	border:1px solid #ddd;
	color:#777;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color:#F8F8F8;
	border:1px solid #ddd;
	color:#777;
}

/*----------------------------------------*/

.slider_br {
	background-color: #fff;
}
.carousel-indicators {
	bottom: -5px;
}
.carousel-indicators li {
	background-color: #0D2240;
	border-color: #0D2240;
}
.carousel-indicators .active {
	background-color: #AD172B;
	border-color: #AD172B;
}
.carousel-caption {
	padding-bottom:0;
}
.carousel-caption h3 {
	color: #fff;
}

@media(min-width:768px){
	.slider_br {
		min-height:150px;
	}
	.carousel-caption h3 {
		font-size:10px
	}
}

@media(min-width:992px){
	.slider_br {
		min-height:205px;
	}
	.carousel-caption h3 {
		font-size:14px
	}
}

@media(min-width:1200px){
	.slider_br {
		min-height:255px;
	}
	.carousel-caption h3 {
		font-size:16px
	}
}
/*----------------------------------------*/

.table > thead > tr > th {
	font-weight:400;
}

th {
	font-weight:400;
}

/*----------------------------------------*/

.show-image {
    position: relative;
}
.show-image:hover img{
    opacity:0.6;
	transition-duration: 1s;
}
.show-image a span {
    position:absolute;
    display:none;
}
.show-image:hover a span {
    position:absolute;
    display: block;
	margin: 7px 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:18px;
	color:#888;
}
.show-image a span.enlarge {
    bottom:0;
    left:0;
}
.show-image a span.pricing {
    bottom:0;
    right:0;
}
.show-image a span.enlarge:hover {
	color:#555;
}
.show-image a span.pricing:hover {
	color:#555;
}

/*----------------------------------------*/




/*----------------------------------------*/
				

footer {
	background-color:#0D2240;
	border-top:10px solid #999;
	margin:30px 0 0 0;
}

footer h3 {
	margin: 20px 0 5px 0;
	color: #fff;
	text-transform:none;
}

footer .footer-logo img {
	display:table-cell;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
}

footer ul {
	list-style:none;
	padding-left:0px;
}

footer ul li {
}

footer ul li a {
	color: #fff;
}

@media(min-width:768px){
	footer .footer-logo img {
		padding-top:40px;
		padding-bottom:40px;
	}
	
}

@media(min-width:992px){
	footer .footer-logo img {
		padding-top:20px;
		padding-bottom:20px;
	}
	
}

@media(min-width:1200px){
	footer .footer-logo img {
		padding-top:20px;
		padding-bottom:20px;
	}
}



/*----------------------------------------*/

@media(max-width:767px){
	
}

@media(min-width:768px){
		
}

@media(min-width:992px){
	
}

@media(min-width:1200px){
	header .logo {
		font-size:45px;
		margin:20px 0;
		line-height:40px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
	}
	
	header .contact {
		font-size:45px;
		margin:20px 0;
		line-height:40px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		text-align:right;
	}
}

/*----------------------------------------*/

#gallery {
	padding-top:0px;
}

#gallery .box {
	padding:5px;
	background-color:#ffffff;
	border-radius: 5px;
	border:1px solid #e1e1e1;
	margin-bottom:30px;
}

#gallery .box:hover {
	background-color: #bababa;
}

#gallery .box .desc {
	background-color: #000000;
	padding:5px 10px;
}

#gallery .box .desc a.title {
	line-height:25px;
	font-size:16px;
	color:#fff;
	font-family: 'Francois One', sans-serif;
}

#gallery .box .desc a.title:hover {
	color:yellow;
	text-decoration:underline;
}

#gallery .box .desc a.link {
	line-height:25px;
	font-size:16px;
	color:#fff;
	float:right;
	font-family: 'Francois One', sans-serif;
}

#gallery .box .desc a.link:hover {
	color:yellow;
	text-decoration:underline;
}

/*----------------------------------------*/

#banner-space {
	margin-top:0px;
}

#banner-space .box {
	padding:5px;
	background-color:#ffffff;
	border-radius: 5px;
	border:1px solid #e1e1e1;
	margin-bottom:50px;
}

#banner-space .box:hover {
	background-color: #bababa;
}
	
/*----------------------------------------*/


.vertical-quick-quote {
	background-color:#f1f1f1;
	margin-top:15px;
	margin-bottom:15px;
	padding:0 15px 10px;
}

#vqq ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#vqq ul li {
	display: list-item;
    margin-bottom: 8px;
    padding-right: 1px;
}

#vqq ul li a {
	text-decoration: none;
}

#vqq ul li input[type="text"],
#vqq ul li select,
#vqq ul li  .chosen-container{
	margin-bottom:0px;
}

#vqq ul li input[type="text"],
#vqq ul li input[type="password"],
#vqq ul li textarea{
	width:100%;
	display:inline;
	margin-right:5px;
	min-height:25px;
}


#vqq ul li select,
#vqq ul li input[type="file"]  {
	width:100%;
	min-height:25px;
	display:inline;
	margin-right:5px;
}

#vqq ul li select #product {
	background:none;
	border:none;
}

#vqq .gray-button {
	display: list-item;
	background-color: #888;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:14px;
	color:#fff;
	line-height:14px;
	margin:0 auto 5px;
	padding:15px 20px;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:100%;
	text-align:center;
	
}

#vqq .gray-button:hover {
	background-color: #0D2240;
	cursor:pointer;
}

#vqq .red-button {
	display: list-item;
	background-color: #AC162C;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:14px;
	color:#fff;
	line-height:14px;
	margin:0 auto 5px;
	padding:15px 20px;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:100%;
	text-align:center;
}

#vqq .red-button:hover {
	background-color: #0D2240;
	cursor:pointer;
}

#vqq p.qqerror {
	color: #AC162C;
	margin:0;
}
	
/*----------------------------------------*/

#quick-quote-div{
	background-color:#f1f1f1;
	padding:0 15px 0 15px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

#quick-quote ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#quick-quote ul li {
	display: inline;
	padding-right:1px;
}

#quick-quote ul li a {
	text-decoration: none;
}

#quick-quote ul li input[type="text"],
#quick-quote ul li select,
#quick-quote ul li  .chosen-container{
	margin-bottom:0px;
}

#quick-quote ul li input[type="text"],
#quick-quote ul li input[type="password"],
#quick-quote ul li textarea{
	width:10%;
	display:inline;
	margin-right:5px;
	min-height:25px;
}


#quick-quote ul li select,
#quick-quote ul li input[type="file"]  {
	width:10%;
	min-height:25px;
	display:inline;
	margin-right:5px;
}

#quick-quote ul li select #product {
	background:none;
	border:none;
}

#quick-quote .gray-button {
	background-color: #888;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:14px;
	color:#fff;
	line-height:14px;
	margin:0 auto 10px;
	padding:15px 20px;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
}

#quick-quote .gray-button:hover {
	background-color: #0D2240;
	cursor:pointer;
}

#quick-quote .red-button {
	background-color: #AC162C;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:14px;
	color:#fff;
	line-height:14px;
	margin:0 auto 10px;
	padding:15px 20px;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#quick-quote .red-button:hover {
	background-color: #0D2240;
	cursor:pointer;
}

p.qqerror {
	color: #AC162C;
	margin:0;
}

/*----------------------------*/

form input[type="text"],
form select,
form .chosen-container{
	margin-bottom:20px;
}

input[type="text"],
input[type="password"],
select,
textarea{
	width:100%;
	border:1px solid #dee0e5;
	padding:8px 10px;
	background:#fafbfd;
	color:#777A7C;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

input[type="file"] {
	color:#ffffff;
	padding:7px 0;
}

label{
	font-size:15px;
	padding-bottom:5px;
	display:inline-block;
}


input[type="radio"],
input[type="checkbox"]{
	display:none;
}

input[type="radio"]+label,
input[type="checkbox"]+label{
	vertical-align:middle;
	cursor:pointer;
	margin-bottom:8px;
}

input[type="radio"]+label+input[type="radio"]+label,
input[type="checkbox"]+label+input[type="checkbox"]+label{
	margin-left:10px;
}

input[type="radio"]+label:before,
input[type="checkbox"]+label:before{
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align:top;
	margin-right:12px;
	color:#95999e;
	position:relative;
	top:1px;
}

input[type="radio"]+label:before{
	content:'';
	background:#fafbfd;
	border:1px solid #dee0e5;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	width:22px;
	font-size:12px;
	padding:4px 3px;
	height:22px;
}

input[type="radio"]:checked+label:before{
	content: '\e8ff';
}

input[type="checkbox"]+label:before{
	content:'';
	background:#fafbfd;
	border:1px solid #dee0e5;
	width:22px;
	font-size:12px;
	padding:4px 3px;
	height:22px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

input[type="checkbox"]:checked+label:before{
	content: '\e818';
}
/*----------------------------*/

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #777A7C;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #777A7C;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #777A7C;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #777A7C;
}

/*----------------------------*/