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

.logo {margin:13px 0px 0px; display:inline-block;}

.box-2 p.txt3 {line-height: 140%; margin-top:10px;}

h1 {
  font: 48px/50px 'Open Sans', Arial, sans-serif;
  display: inline-block;
  margin: 0;
  margin-top: 13px;
}

h2 {
  font: 48px/50px 'Open Sans', Arial, sans-serif;
  color: #161616;
  margin-top: 45px;
}
h3 {
  font: 30px/34px 'Open Sans', Arial, sans-serif;
  color: #161616;
  margin-top: 25px;
  margin-bottom: 0;
}
h4 {
  font: 18px/24px 'Open Sans', Arial, sans-serif;
  color: #fff;
  margin-top: 40px;
  text-transform: uppercase;
}

p b {font-weight:bold;}
p strong {font-weight:bold;}

#header {background-color:#ffffff; -webkit-box-shadow: 0px 2px 4px 0px rgba(212,212,212,1);
-moz-box-shadow: 0px 2px 4px 0px rgba(212,212,212,1);
box-shadow: 0px 2px 4px 0px rgba(212,212,212,1); }

.sf-menu, .sf-menu li {  margin: 0; padding: 0; list-style-type: none; }
.list2, .list2 li, .list3, .list3 li {  list-style-type: none; margin-left: 0px; padding-left: 0px; }

.sf-menu > li > a {color:#000000;}
.isStuck {background-color:#ffffff; -webkit-box-shadow: 0px 2px 4px 0px rgba(212,212,212,1);
-moz-box-shadow: 0px 2px 4px 0px rgba(212,212,212,1);
box-shadow: 0px 2px 4px 0px rgba(212,212,212,1);}

.camera_prev:hover:before, .camera_next:hover:before {
	color: #000;
	background: #f26823;
}

@media only screen and (max-width: 1199px) {
	
  h1 img {
    width: auto;
  }
	
}

@media only screen and (max-width: 979px) {
  nav {
    margin-top: 40px;
  }
}

.list1 { margin-top: 50px;}
.list1 li a:hover,
.list1 li.current a {
  color: #fff;
  background: #f26823;
}

.list1 li a:hover i {
  background: #f79b1e;
  color: #ffffff;
}

.box-2 {background-color: #f47721;}
.box-3 {background-color: #ffe3bf;}
.banner1 {background-color: #f47721; border: #de6818; }
.grey {background-color:#333;}
.banner1.grey i {background-color:#666;}
.banner1 i {background: #ffc983; width: 80px; height: 80px; font: 50px/80px "FontAwesome"; margin-right: 30px; margin-top: 0px; }
.more_btn {background-color:#f47721; }


/* Tables
---------------------------------- */
.table:not(.table-bordered) {
	border-bottom: 2px solid #f3f3f3;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #e84c3d;
	background-color: #f47721;
	color: #fff;
	text-align: left;
	font-weight: bold;
}
.table-bordered {
	border-color: #e84c3d;
}
tbody {
	background-color: #ffffff;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px 15px;
	border-top: 1px solid #f3f3f3;
}
.table-striped tbody {
	background-color: #fafafa;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f1f1f1;
}
.table-striped.table > tbody > tr > td {
	border-color: #e8e8e8;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border-color: #f3f3f3;
}
.dl-horizontal dd {
	margin-bottom: 10px;
}
.dark .table:not(.table-bordered) {
	border-bottom: 2px solid #515151;
}
.dark .table > thead > tr > th {
	border-bottom: 1px solid #27272a;
	background-color: #27272a;
	color: #cdcdcd;
}
.dark tbody {
	background-color: transparent;
}
.dark .table > thead > tr > th,
.dark .table > tbody > tr > th,
.dark .table > tfoot > tr > th,
.dark .table > thead > tr > td,
.dark .table > tbody > tr > td,
.dark .table > tfoot > tr > td {
	border-top: 1px solid #515151;
}
.dark .table-hover > tbody > tr:hover {
	background-color: #27272a;
}

ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.alert{padding:15px;margin-bottom:18px;margin-top:18px;border:1px solid transparent;border-radius:2px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#468847;color:#468847}.alert-success hr{border-top-color:#3d773e}.alert-success .alert-link{color:#356635}.alert-info{background-color:#d6dde7;border-color:#9cb4c5;color:#346597}.alert-info hr{border-top-color:#8ca8bc}.alert-info .alert-link{color:#274c71}.alert-warning{background-color:#fcf8e3;border-color:#dbab57;color:#c09853}.alert-warning hr{border-top-color:#d6a042}.alert-warning .alert-link{color:#a47e3c}.alert-danger{background-color:#f2dede;border-color:#b94a48;color:#b94a48}.alert-danger hr{border-top-color:#a74240}.alert-danger .alert-link{color:#953b39}

input.more_btn {border:none;}

.paypal {background-color:#000000; opacity:0.7; filter: alpha(opacity=70);padding:10px;width:200px; }
.paypal label {display:block; padding-bottom:2px; }
.paypal input {width:100%; box-sizing: border-box;padding:10px;}

/* 8 Main Slideshow
----------------------------------------------------------------------------- */
/* Slider Revolution
---------------------------------- */
.slider-banner-container {
	margin-top: 100px;
	width: 100%;
	position: relative;
	padding: 0;
}
.slider-banner,
.slider-banner-2,
.slider-banner-3,
.slider-banner-fullscreen {
	width: 100%;
	position: relative;
}
.slider-banner>ul,
.slider-banner-2>ul,
.slider-banner-3>ul,
.slider-banner-fullscreen>ul {
	display: none;
}
.tp-loader.spinner0 {
	background: url("../img/loader.gif") no-repeat center center;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-animation: none;
	animation: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	margin-left: -22px;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
	background-color: #666666;
	box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.80);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.80);
}
.slideshow-boxed {
	padding: 20px 0 60px;
}
.slideshow-boxed .slider-banner-container {
	padding: 10px;
	background: #fff;
	border: 1px solid #eaeaea;
}
.slideshow-boxed .tp-caption {
	margin-left: 20px !important;
}

/* Slider Revolution captions */
.tp-caption {
	z-index: 5;
}
.tp-caption a.btn,
.tp-caption a.btn:hover {
	color: #ffffff;
}
.default_bg {
	background-color: #f47721;
	color: #fff;
}
.white_bg {
	background-color: #ffffff;
	color: #333333;
}
.dark_gray_bg {
	background-color: #666666;
	color: #fff;
}
.light_gray_bg {
	background-color: #fafafa;
	color: #333;
	border: 1px solid #f3f3f3!important;
	border-left: none!important;
}
.tp-caption.small_thin_white {
	font-size: 18px;
	line-height: 26px;
	color: #e1e1e1;
	font-weight: 300;
	text-shadow: 1px 1px 1px #000000;
}
.tp-caption.small_thin_dark {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
}
.tp-caption.large {
	font-size: 36px;
	padding: 15px 15px;
}
.tp-caption.medium {
	font-size: 22px;
	padding: 8px 10px;
}
.tp-caption.small {
	font-size: 14px;
	padding: 5px;
}
.tp-caption.btn {
	padding: 7px 15px;
}

/* Large devices (Large desktops less than 1199px) */
@media (max-width:1199px) {
	.tp-caption {
		margin-left: 20px !important;
	}
}

/* Revolution Nav Controls */
.tparrows.round {
	background-image: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	top: 50% !important;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.tparrows.round:before {
	font-family: 'fontello';
	font-size: 24px;
	content: '\e87c';
	line-height: 52px;
	display: inline-block;
}
.tparrows.round.tp-rightarrow:before {
	content: '\e87d';
}
.tparrows.round:hover {
	color: #ffffff;
	background-color: #e84c3d;
}
.slideshow-boxed .slider-banner-container .tparrows {
	opacity: 0;
	filter: alpha(opacity=0);
}
.slideshow-boxed .slider-banner-container:hover .tparrows {
	opacity: 1;
	filter: alpha(opacity=100);
}
.tp-bullets {
	z-index: 100;
}
.tp-bullets.simplebullets.round .bullet {
	background-image: none;
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0.5);
	border: none;
	margin: 0 3px;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.bullets-with-bg + .tp-bullets.preview4 {
	height: auto;
	background-color: rgba(255, 255, 255, 1);
	padding: 5px 15px;
	bottom: -6px !important;
	border-radius: 3px;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background-color: #e84c3d;
}
.tp-bannertimer {
	background-image: none;
	background-color: rgba(232, 76, 61, 0.7);
	z-index: 100;
	display: none;
}
.slideshow-boxed .tp-bullets {
	bottom: -33px !important;
}
.slideshow-boxed .bullets-with-bg + .tp-bullets.preview4 {
	padding: 7px 15px 2px;
	bottom: -45px !important;
}
.slideshow-boxed .tp-rightarrow {
	right: 10px !important;
}
.slideshow-boxed .tp-leftarrow {
	left: 10px !important;
}
.slideshow-boxed .tp-bullets.hidebullets {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
	.tparrows,
	.tp-bullets {
		display: none;
	}
}



.quote-form {margin-bottom:20px;}
.quote-form h3 {font-size: 24px;}
.quote-form label { display:inline-block; white-space: nowrap; vertical-align: middle; margin: 5px 0px;}
.quote-form input,
.quote-form select, textarea { display:inline-block; padding: 8px 10px; border: 1px #cccccc solid; box-sizing: border-box; font: 14px/24px 'Open Sans', Arial, sans-serif; }
.quote-form .btn {

  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 6px 19px;
  text-decoration: none;
  font: 14px/22px "Open Sans", Arial, sans-serif;
  color: #fff;
  background: #f47721;
  text-transform: uppercase;
  border: none;
  box-sizing: border-box;
	
	
}
.quote-form .btn.btn-info {
	background-color: #64BEFF; padding: 7px 19px;
}

.total {font-size:26px;margin-top:15px;display:block; }

.form-control {display: table-cell; width: 100%;}