* {
	margin:0;
	padding:0;
	outline:none !important;
}
html {
    height: 100%;
}
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../fonts/BebasNeue-webfont.eot');
	src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),  
	     url('../fonts/BebasNeue-webfont.woff') format('woff'),  
	     url('../fonts/BebasNeue-webfont.ttf') format('truetype'),  
	     url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	color: #777;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}
p{
	line-height: 22px;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin: 0;
    font-family: 'BebasNeueRegular';
    color: #000;
}
h2{
    font-size: 36px;
    letter-spacing: 1px;
    margin: 0 0 40px;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
}
h2:after{
    width: 86px;
    height: 5px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/title-bg.png) no-repeat;
    margin: 0 auto;
}
h3{
	font-size: 28px;
	text-transform: uppercase;
    margin: 0 0 12px;
}
h4{
    font-size: 24px;
    margin: 0 0 10px;
}
h4 a, h4 a:hover, h4 a:focus{
    color: #000;
}
h5{
    text-align: center;
    font-size: 16px;
    color: #f7941f;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 8px;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a, a:hover, a:focus{
	text-decoration: none;
}
.img-wrap img{
	width: 100%;
}
.site-header {
    background: #000;
}
.site-header .fa {
    color: #fff;
}
.top-head{
	background: #f7941f;
	padding: 5px 0;
}
.top-head p{
	font-size: 13px;
	color: #fff;
	margin: 0;
}
.top-head p .fa {
    padding-right: 5px;
}
.top-head .social-links {
    padding: 3px 0 0;
}
.social-links .fa {
    font-size: 18px;
    padding-left: 10px;
}
.site-logo {
    margin: 15px 0;
}
.book-btn {
    background: #f7941e;
    color: #fff;
    font-size: 14px;
    padding: 15px 35px;
    border-radius: 50px;
    text-transform: uppercase;
    margin: 40px 0;
    display: inline-block;
    font-weight: bold;
}
.book-btn:hover, .book-btn:focus {
	background: #d87d11;
	color: #fff;
}
.book-btn .fa {
    padding-left: 8px;
}
.navBar-toggle{
	display: none;
}
.main-navigation {
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px 10px 0;
    line-height: 0;
    z-index: 10;
    margin-bottom: -47px;
    position: relative;
}
.main-navigation ul {
    border: 2px solid #e7e7e7;
    display: inline-block;
    margin: 0 0 10px;
    width: 75%;
}
.main-navigation li {
    float: left;
    line-height: 62px;
    margin-right: 1px;
}
.main-navigation li:first-child a {
    padding: 0 25px;
    background: #f7941f;
    color: #fff;
}
.main-navigation li a {
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
    font-family: 'BebasNeueRegular';
    letter-spacing: 1px;
    padding: 0 50px;
    display: block;
}
.main-navigation li a:hover {
    background: #f7941f;
    color: #fff;
}
.call-us {
    float: right;
    width: 23%;
    border: 2px solid #e7e7e7;
    padding: 7px 12px;
}
.call-us .fa {
    color: #fff;
    width: 43px;
    height: 43px;
    text-align: center;
    background: #f7941e;
    font-size: 24px;
    line-height: 43px;
    border-radius: 50px;
    float: left;
    margin: 0 15px;
}
.call-us h4 {
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0;
}
.call-us h4 span {
	color: #f7941f;
}
.loading{
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background: url('../images/loader.gif') no-repeat center center;
}
.banner {
    position: relative;
}
.banner img {
	border-bottom: 10px solid #f7941f;
	width: 100%;
}
body .flex-direction-nav a {
    cursor: pointer;
    display: inline-block;
    height: 100px;
    width: 40px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    text-indent: -9999px;
    font-size: 0px;
    top: 50%;
    position: absolute;
    margin-top: -37px;
    background-color: rgba(0, 0, 0, 0.5);
}
.flex-caption {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 1170px;
    margin: 0 auto;
    right: 0;
	left: 0;
}
.flex-caption h2{
	color: #fff;
	font-size: 32px;
    padding: 0 0 5px;
    margin: 0 0 15px;
    text-align: left;
}
.flex-caption h2:after{
    margin: 0;
    padding: 0;
}
.flex-caption div {
    width: 50%;
    float: right;
    background: rgba(0, 0, 0, 0.6);
    padding: 25px 35px;
    margin-right: 15px;
}
.flex-caption div label{
    width: 100%;
    float: left;
    color: #fff;
    font-size: 15px;
    margin: 0 0 3px;
    font-weight: normal;
}
#designForm label.error {
    color: #f00;
    font-size: 12px;
    margin-top: 5px;
}
.flex-caption div input[type="text"],
.flex-caption div input[type="tel"],
.flex-caption div input[type="email"]{
    width: 100%;
    border: 0;
    height: 35px;
    padding: 0 10px;
    border-radius: 0;
}
.flex-caption div textarea{
    width: 100%;
    height: 75px;
    border: 0;
    padding: 10px;
    border-radius: 0;
}
.flex-caption div input[type="submit"]{
    display: inline-block;
    color: #fff;
    float: left;
    font-size: 18px;
    padding: 13px 40px 13px 15px;
    text-transform: uppercase;
    border: 0;
    font-family: 'BebasNeueRegular';
    letter-spacing: 1px;
    margin-top: 5px;
    background: #f7941f url('../images/btn-arrow.png') no-repeat right 20px;
    border-radius: 0;
}
.flex-caption div input[type="submit"]:hover,
.flex-caption div input[type="submit"]:focus{
	background: #d87d11 url('../images/btn-arrow.png') no-repeat right 20px;
	color: #fff;
}
.flex-caption select {
    width: 100%;
    height: 35px;
    border: 0;
    padding: 0 10px;
     appearance: none;
   -moz-appearance: none;
   -webkit-appearance: none;
   background: #fff url('../images/select-arrow.png') no-repeat right;
   cursor: pointer;
   border-radius: 0;
   background-size: 7%;
}
.flex-caption li{
    margin: 0 0 10px;
    float: left;
    width: 100%;
}
.flex-caption li:first-child, .flex-caption li:nth-child(2),
.flex-caption li:nth-child(3), .flex-caption li:nth-child(4) {
    width: 48%;
    float: left;
}
.flex-caption li:first-child,
.flex-caption li:nth-child(3){
    margin-right: 10px;
}
.flex-caption li:nth-child(2),
.flex-caption li:nth-child(4) {
    margin-left: 10px;
}
.flex-caption .check-box {
    width: auto;
    float: left;
    background: transparent;
    padding: 0;
    margin-right: 20px;
}
.flex-caption div.white-bg {
    width: 100%;
    float: left;
    background: #fff;
    padding: 4px 12px 7px;
}
span.checklist-list {
    display: inline-block;
	margin: 0 40px 20px 0;
	font-size: 12px;
    font-weight: 400;
	color: #141414;
    letter-spacing: 1px;
    line-height: 16px;
	position: relative;
}
.book-form[class] .check-list label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    background-color: #f7941f;
    cursor: pointer;
}
.check-list input[type="checkbox"]:checked + label:after {
    position: absolute;
    top: 8px;
    left: 3px;
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    display: block;
    background: #f7941f;
    cursor: pointer;
}
.book-form input[type="checkbox"]:checked {
    background-color: #141414;
}
.book-form input[type="checkbox"]{
    appearance: none;
   -moz-appearance: none;
   -webkit-appearance: none;
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
	display: none;
}
.book-form .check-list label{
	width: auto;
	position: relative;
	color: #9b9b9b;
	font-size: 14px;
	margin-right: 13px;
}
.flex-caption div.msgCont {
    width: 100%;
    float: left;
    background: transparent;
    padding: 0;
    margin-right: 0;
}
.flex-caption div.msgCont .error,
.flex-caption div.msgCont .sent  {
    background: #ff0000;
    color: #fff;
    padding: 10px;
    border: 1px dotted #fff;
    margin: 8px 0 0;
    width: 100%;
	float: left;
	text-align: center;
}
.flex-caption div.msgCont .sent {
    background: #008000;
}
.img-wrap {
    margin: 0 0 22px;
}
.padder{
    padding: 60px 0;
    width: 100%;
    float: left;
}
#services.thankyou-msg {
    padding: 150px 0 90px;
}
#services {
    padding: 60px 0 35px;
    background: #f5f5f5;
}
#services h3{
    position: relative;
    padding-left: 26px;
}
#services h3 a{
    color: #000;
}
#services h3:before {
    position: absolute;
    left: 0;
    bottom: 6px;
    content: "";
    background: url('../images/title-left-img.png') no-repeat;
    width: 16px;
    height: 16px;
}
.more{
    color: #f7941f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.more .fa, .more:hover, .more:focus{
    color: #f7941f;
}
.text-box{
    position: relative;
    padding: 35px 32px 20px;
    min-height: 170px;
}
.text-box:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url('../images/sale-tag.png') no-repeat;
    width: 60px;
    height: 60px;
}
.text-box.sale:before{
	background: url('../images/sale-tag-new.png') no-repeat;
}
#offers .img-wrap {
    margin: 0;
}
#offers{
	text-align: center;
}
#offers .col-sm-4{
	float: none;
	display: inline-block;
	width: 33%;
    vertical-align: top;
}
.box {
    box-shadow: 2px 0px 9px #888;
}
.site-footer{
    background: #131313;
    float: left;
    width: 100%;
}
.site-footer .social-links .fa{
    padding-left: 0;
    padding-right: 10px;
    color: #fff;
}
.f-about img {
    margin: 35px 0 20px;
}
.copyrt{
    background: #000;
    float: left;
    width: 100%;
    padding: 12px 0;
}
.site-footer p, .site-footer p a, .copyrt a{
    color: #969696;
}
.site-footer a:hover{
    color: #f7941f;
}
.site-footer h2 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 35px;
    text-align: left;
}
.site-footer h2:after{
    width: 69px;
    height: 5px;
    background: url('../images/f-title-bg.png') no-repeat;
    margin: 0;
    left: 0;
    right: auto;
}
.site-info {
    position: relative;
}
.blank-box {
    width: 25%;
    position: absolute;
    height: 100%;
    background: #1d1d1d;
}
.f-about .social-links {
    margin: 15px 0 0;
}
.f-about.f-box {
    background: #1d1d1d;
    padding-right: 20px;
    padding-top: 0;
}
.f-links li {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 18px;
    line-height: 28px;
}
.f-links li:before {
    width: 7px;
    height: 7px;
    background: #666666;
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
}
.f-links li a{
    color: #969696;
}
.f-box {
    padding: 35px 0;
    width: 100%;
    float: left;
}
.f-logo.f-box a {
    float: left;
    margin-right: 5px;
    margin-bottom: 15px;
}
.copyrt p, .copyrt a{
    font-size: 12px;
    margin: 0;
}
.f-menu {
    display: inline-block;
}
.f-menu li {
    margin: 1px 15px 0 0;
    float: left;
    position: relative;
}
.f-menu li:last-child:before {
    width: 1px;
    height: 10px;
    background: #969696;
    position: absolute;
    left: -7px;
    top: 4px;
    content: "";
}
.copyrt p:first-child {
    float: left;
}
.copyrt p{
    float: right;
}
.g-bg{
    background: #f3f3f3;
    padding: 12px; 
    margin: 0 0 15px;
}
span.date {
    font-weight: bold;
    margin: 0 0 10px;
    display: block;
    font-size: 15px;
}
.padder.site-text p a {
    text-decoration: underline;
    color: #f7941f;
}
.padder.site-text h4{
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px 0 5px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 17px;
}