html, body {
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #444;
	font-size: 14px;
	overflow-x: hidden;
}

body.contact { background: #e4c209; }

body.contentpage {
	padding-top: 120px;
}
.padding-top-0 {
    padding-top: 0 !important;
}

p { line-height: 25px; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 15px 0;
	color: #000;
	font-weight: 900;
	position: relative;
}

.head-line {
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 30px;
	text-transform: none;
}

.head-line:after {
	content: '';
	border: 1px solid #e4c209;
	width: 70px;
	position: absolute;
	bottom: 0;
  left: calc(45% - 10px);
}

span.smalltitle {
	color: #e4c209;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
	display: block;
	margin-top: 30px;
}

.headtitle {
	text-transform: capitalize;
	margin-top: -2px;
}

.thin { font-weight: 600; }

a {
	color: #e4c209;
	font-weight: bold;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

a:hover {
	text-decoration: none;
	color: #585858;
}

img {
	max-width: 100%;
}

.toplogo { max-width: 80%; }

#top-bar {
	background-color: #000;
	padding: 10px;
	color: #999;
	position: relative;
}

#top-bar i {
	color: #eee;
	padding-right: 5px;
}

#top-bar a {
	color: #ddd;
}

#top-bar ul.contactnumbers li {
		list-style: none;
	  position: relative;
    float: left;
		padding-right: 30px;
    margin-right: 30px;
    color: #ddd;
}
#top-bar ul.contactnumbers li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    border-right: 1px solid #4d4f54;
}

/**  NAVIGATION  **/

.navbar-fixed-top {
	position: relative;
	background-color: #192e41;
}

.homepage .navbar, .contentpage .navbar {
	min-height: 110px;
	margin: 0;
	border: none;
	background: #192e41;
}

.navbar {
	background-color: #192e41;
}

.navbar h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	font-weight: 300;
	margin-top: 15px;
}

.navbar h1 a.navbar-brand {
	color: #333;
	padding: 0;
	height: auto;
	font-size: 40px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.navbar h1 a.navbar-brand:hover {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	color: #f6f6f6;
}

.navbar-default .navbar-nav  li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-shadow: none;
	overflow: hidden;
	padding: 0 10px;
	height: 1.5em;
	text-transform: uppercase;
}

.nav li a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.nav li a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.nav li a:hover span, .nav li a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #e4c209;
	background: none;
}

.navbar-nav {
	float: right;
	margin-top: 45px;
	background-color: #192e41;
}

@media (max-width: 1200px) {
	.navbar-nav {
		margin-top: 10px;
	}
}

.nav .btn {
	margin-top: -7px;
	border: 2px solid #fff;
	background: transparent;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.nav .btn:hover {
	background: rgba(255, 255, 255, .3);
}

.navbar-nav li .dropdown-menu {
	margin-top: 29px;
	border-color: #e5e5e5;
	box-shadow: 0 2px 2px rgba(50, 50, 50, .1);
}

.navbar-default .navbar-nav .open a, .navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:focus {
	background: none;
	color: #333;
}

.nav .dropdown-menu li a {
	padding: 7px 20px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.contentpage .affix .nav .dropdown-menu .active a, .contentpage .dropdown-menu .active a:hover, .contentpage .dropdown-menu .active a:focus {
	color: #eee;
	background-color: #eee;
}

/*.navbar-default .navbar-toggle {*/
/*	border: 2px solid #e4c209;*/
/*	background: #e4c209;*/
/*	border-radius: 0;*/
/*}*/

.navbar-default .navbar-toggle {
	border: none;
	background: none;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #e4c209;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
	border: none;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #e4c209;
}

.affix.navbar-default .navbar-toggle {
	border: 2px solid #e4c209;
}

.affix.navbar-default .navbar-toggle:hover {
	border: 2px solid #eee;
}

.affix.navbar-default .navbar-toggle .icon-bar {
	background-color: #e4c209;
}

.affix.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
}

.affix.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #eee;
}

/* Navbar on scroll */

.homepage .affix {
    background: #fff;
    box-shadow: 0 3px 5px 2px rgba(0,0,0,0.5);
    /* border-bottom: 1px solid #e5e5e5; */
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

/* End Navbar on scroll */

/**  Slider  **/

#home_carousel {
	width: 100%;
	background: #222;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#home_carousel .carousel-inner>.item {
    height: 560px;
}
#home_carousel .carousel-inner>.item img {
    object-position: center;
    object-fit: cover;
    height: 560px;
}
#home_carousel .carousel-inner>.item:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.caroufredsel_wrapper {
	width: 100% !important;
}

#home_carousel .carousel-caption {
	height: 70%;
	text-align: center;
}
#home_carousel .carousel-caption {
    z-index: 999;
}

#home_carousel .carousel-caption h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: 900;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-animation: SlideTitle 1.5s normal; /* Safari 4+ */
	-moz-animation:    SlideTitle 1.5s normal; /* Fx 5+ */
	-o-animation:      SlideTitle 1.5s normal; /* Opera 12+ */
	animation:         SlideTitle 1.5s normal; /* IE 10+ */
	position: relative;
	color: #e4c209;
}

#home_carousel .carousel-caption h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: 900;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: 5px;
	-webkit-animation: SlideTitle 1.5s normal; /* Safari 4+ */
	-moz-animation:    SlideTitle 1.5s normal; /* Fx 5+ */
	-o-animation:      SlideTitle 1.5s normal; /* Opera 12+ */
	animation:         SlideTitle 1.5s normal; /* IE 10+ */
	position: relative;
	color: #fff;
}

#home_carousel .carousel-caption p {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-shadow: none;
	font-weight: 400;
	-webkit-animation: SlideDesc 1.5s normal; /* Safari 4+ */
	-moz-animation:    SlideDesc 1.5s normal; /* Fx 5+ */
	-o-animation:      SlideDesc 1.5s normal; /* Opera 12+ */
	animation:         SlideDesc 1.5s normal; /* IE 10+ */
	position: relative;
	text-transform: capitalize;
	color: #fff;
}

#home_carousel .carousel-caption span {
	color: #fff;
}

#home_carousel .carousel-caption p.smaller {
	font-size: 25px;
	text-transform: uppercase;
}

#home_carousel img {
	min-height: 300px;
	width: 100%;
	position: relative;
	-webkit-animation: SlideBG 1.5s normal; /* Safari 4+ */
	-moz-animation:    SlideBG 1.5s normal; /* Fx 5+ */
	-o-animation:      SlideBG 1.5s normal; /* Opera 12+ */
	animation:         SlideBGbtn 1.5s normal; /* IE 10+ */
}

#home_carousel .btn {
	/*border: 2px solid #fff;*/
	/*background: transparent;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-animation: SlideBtn 1.5s normal; /* Safari 4+ */
	-moz-animation:    SlideBtn 1.5s normal; /* Fx 5+ */
	-o-animation:      SlideBtn 1.5s normal; /* Opera 12+ */
	animation:         SlideBtn 1.5s normal; /* IE 10+ */
}

#home_carousel  .btn:hover {
	background: rgba(255, 255, 255, .3);
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
	display: none !important;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 15px;
	height: 15px;
	border: none;
	margin: 0;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.carousel-indicators li {
	background: rgba(255, 255, 255, .3);
}

.carousel-indicators li:hover {
	background: #fff;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	text-shadow: none;
	background: rgba(200,200,200, 0.9);
	padding: 50px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-animation: NextBtn 1.5s infinite; /* Safari 4+ */
	-moz-animation:    NextBtn 1.5s infinite; /* Fx 5+ */
	-o-animation:      NextBtn 1.5s infinite; /* Opera 12+ */
	animation:         NextBtn 1.5s infinite; /* IE 10+ */
	position: absolute;
	right: 0;
	color: #fff;
	z-index: e4c209;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	text-shadow: none;
	background: rgba(200,200,200, 0.9);
	padding: 50px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-animation: PrevBtn 1.5s infinite; /* Safari 4+ */
	-moz-animation:    PrevBtn 1.5s infinite; /* Fx 5+ */
	-o-animation:      PrevBtn 1.5s infinite; /* Opera 12+ */
	animation:         PrevBtn 1.5s infinite; /* IE 10+ */
	position: absolute;
	left: 0;
	color: #fff;
	z-index: e4c209;
}

#contact_form label {
	display: none;
}

#contact_form input, #contact_form textarea {
	border: 1px solid #666;
	border-bottom: 2px solid #e4c209;
	padding: 15px;
	height: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.contact-info {
	margin: 0;
	list-style: none;
}

.contact-info li {
	font-size: 16px;
	padding: 10px 0 10px 50px;
	margin-bottom: 10px;
}

/**  FOOTER  **/

.footer {
	background: #111;
	padding: 70px 0 15px 0;
}

.footer h6 {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.footer p {
	color: #ccc;
	font-weight: normal;
}

.footer a {
	color: #ccc;
    font-weight: normal;
}

.footer i, .footer a:hover {
	color: #e4c209;
}

.footer .title {
	margin-bottom: 15px;
}

.footer .title a {
	font-weight: 700;
}

.footer ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	color: #aaa;
}

.footer ul li {
	text-indent: 20px;
	margin-bottom: 10px;
}

.footer ul li a {
	color: #ccc;
    font-weight: normal;
}

.footer .copyright {
	text-align: center;
	background: #333;
	padding: 10px 10px 5px;
}

.footer .copyright a {
	color: #fff;
}

.footer .copyright a:hover {
	color: #000;
}

/** JQUERY UI  **/

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
	height: 42px;
	margin-bottom: 20px;
}

#tabs ul li {
	float: left;
	padding: 10px 15px;
	top: 0;
	white-space: nowrap;
	border: none;
}

#tabs ul li a {
	color: #6d6d6d;
}

#tabs ul li.ui-tabs-active {
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}

#tabs ul li.ui-tabs-active a {
	color: #333;
}

#tabs ul li.ui-tabs-active a:active, #tabs ul li.ui-tabs-active a:focus, #tabs ul li:active, #tabs ul li:focus {
	border: none;
	outline: none;
	text-decoration: none;
}

#accordion h4 {
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	font-size: 15px;
	font-weight: 700;
	padding: 15px;
	border: 1px solid #e6e6e6;
	margin: 0 0 10px 0;
	background: url("../images/plus.png") 97% 50% no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#accordion h4.ui-accordion-header-active {
	background: url("../images/minus.png") 97% 50% no-repeat;
}

#accordion h4:hover {
	border-color: #333;
	color: #333;
	cursor: pointer;
}

#accordion h4:focus, #accordion h4:active {
	outline: none;
}

/** KEYFRAMES  **/

@-webkit-keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}
@-moz-keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}
@-o-keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}
@keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}

/**/

@-webkit-keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-moz-keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-o-keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}

/**/

@-webkit-keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}
@-moz-keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}
@-o-keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}
@keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}

/**/

@-webkit-keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}
@-moz-keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}
@-o-keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}
@keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}

/**/

@-webkit-keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  30%   { opacity: 0; transform: scale(.3); -ms-transform: scale(.3); -webkit-transform: scale(.3); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-moz-keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-o-keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}

/**/

@-webkit-keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}
@-moz-keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}
@-o-keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}
@keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}

/**/

@-webkit-keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}
@-moz-keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}
@-o-keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}
@keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}

/**/

@-webkit-keyframes Testimonials {
  0%   { opacity: 0; left: 50px; }
  15%   { opacity: 0; left: 50px; }
  100% { opacity: 1; left: 0; }
}
@-moz-keyframes Testimonials {
  0%   { opacity: 0; top: 30px; }
  15%   { opacity: 0; top: 30px; }
  100% { opacity: 1; top: 0; }
}
@-o-keyframes Testimonials {
  0%   { opacity: 0; top: 30px; }
  15%   { opacity: 0; top: 30px; }
  100% { opacity: 1; top: 0; }
}
@keyframes Testimonials {
  0%   { opacity: 0; top: 30px; }
  15%   { opacity: 0; top: 30px; }
  100% { opacity: 1; top: 0; }
}

/**/

@-webkit-keyframes FadeIn {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}
@-moz-keyframes Testimonials {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}
@-o-keyframes Testimonials {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}
@keyframes Testimonials {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}

/**  MEDIA QUERIES  **/

@media (max-width: 1200px) {

	#home_carousel {
		height: auto;
	}

	#home_carousel .carousel-caption h2 {
		font-size: 48px;
	}

	.nav li a {
		padding: 0 10px;
	}


	#home_carousel .carousel-caption h2 {
		font-size: 40px;
		text-shadow: 2px 2px 2px #000;
	}

	#c-carousel .pager {
		margin-top: 20px;
	}

	#c-carousel {
		min-height: 305px;
	}

	.contentpage #c-carousel .featured {
		height: 256px;
		padding: 20px;
	}

	.contentpage #c-carousel img {
		min-height: 256px;
	}


	.contentpage #c-carousel .pager {
		margin-top: 50px;
	}

}

@media (max-width: 767px) {
    .text-center-mob  {
        text-align: center;
    }

	.navbar-nav {
		float: none;
		/*background: #333;*/
		margin: 60px 0 0 0;
	}

	.navbar-nav li.active {
		color: #6d6d6d !important;
	}

	.navbar-toggle {
		margin-top: 20px;
	}

	.navbar-default .navbar-collapse {
		border: none;
		box-shadow: none;
	}

	.navbar-default .navbar-collapse ul li {
		margin: 0 0 10px 0;
	}

	.navbar-nav .purchase-btn {
		display: none;
	}

	.homepage .affix .nav li a:hover, .homepage .affix .nav li.active a {
		color: #e4c209;
	}

	.navbar-default .navbar-nav .open a, .navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:focus {
		color: #333;
	}
	#home_carousel .carousel-caption {
	    top: 10%;
	}
	#home_carousel .carousel-inner>.item {
    height: 360px;
    }
    #home_carousel .carousel-inner>.item img {
        object-position: center;
        object-fit: cover;
        height: 360px;
    }

}

/* Custom CSS */

.spacer-sm {
	height: 20px;
	width: 100%;
}

.spacer-md {
	height: 40px;
	width: 100%;
}

.spacer-big {
	height: 60px;
	width: 100%;
}

.footer-about {
	padding-bottom: 30px;
	text-align: center;
}

.footer-about h4 {
	color: #fff;
}

.shoutout h1, .shoutout h2, .shoutout h3, .shoutout h4 {
	color: #eee;
	font-weight: bold;
}

.shoutout .days { color: #e4c209; }

.shoutout p {
	color: #eee;
	font-size: 16px;
}

/* Margins */

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt80 {
	margin-top: 80px;
}

.mb80 {
	margin-bottom: 80px;
}

/* End Margins */

#contact-details {
	width: 100%;
	padding: 120px 20px;
	background: #222;
	color: #fff;
	font-size: 15px;
	position: relative;
	z-index: 0;
	text-align: center;
}

#contact-details::after {
  content: "";
  background: url(../images/headerbg.jpg) center;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
#contact-details.contact-us::after {
  content: "";
  background: url(../images/contact-us-header-bg.png) center !important;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-size: cover !important;
}
#contact-details.siteclearance-header-bg::after {
  content: "";
  background: url(../images/siteclearance-header.jpg) center !important;
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-size: cover !important;
}
#contact-details.gallery-header-bg::after {
  content: "";
  background: url(../images/gallery-header.jpg) center !important;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-size: cover !important;
}
#contact-details.demolation-header-bg::after {
  content: "";
  background: url(../images/demolation-header.jpg) center !important;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-size: cover !important;
}

#contact-details i {
	font-size: 30px;
}

#contact-details h1 {
	color: #fff;
}

#contact-details p {
	color: #fff;
	font-size: 1.3em;
	letter-spacing: 2px;
}

#contact-details a {
	color: #fff;
	text-decoration: underline;
}

#contact-details .trail h3 {
	font-size: 16px;
}
.map-row {
    margin-bottom: -5px;
}

@media screen and (max-width:992px) {
	#contact-details h3 {
		text-align: center !important;
	}
}

.footer {
	padding: 70px 0 0 0;
}

#contact-numbers {
	width: 100%;
	padding: 50px 10px;
	background: repeat #fff;
	color: #333;
	text-align: center;
	position: relative;
}

#contact-numbers .contact-box {
	padding: 50px 10px;
	margin: 15px 0;
	background: #e4c209;
	color: #fff;
	text-align: center;
	border-radius: 10px;
}

#contact-numbers .contact-box h2 {
	color: #ffc;
	text-shadow: 2px 2px #e4c209;
}

#contact-numbers .contact-box a {
	color: #fff;
}

#header-shout {
	width: 100%;
	padding: 50px 10px;
	background: #e4c209;
	color: #fff;
	text-align: center;
	position: relative;
}

#header-shout p {
	margin-bottom: 40px;
}

#header-shout h1, #header-shout h2, #header-shout h3, #header-shout h4, #header-shout h5 {
	color: #000;
}

#header-shout p {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
}

#header-shout .btn-default {
	color: #fff;
	border: 2px solid #fff;
	background: none;
	padding: 10px 30px;
	border-radius: 5px;
	margin-top: 20px;
}

#header-shout .btn-default:hover {
	color: #e4c209;
	border: 2px solid #fff;
	background: #fff;
}

#header-shout a {
	color: #222;
}

@media screen and (max-width:992px) {

		.white {
			padding: 40px 10px;
		}

	#header-shout {
		padding: 10px;
	}

	#header-shout h2 {
		font-size: 1.2em;
	}
}

.btn-default {
	padding: 15px 30px;
	font-size: 16px;
  background: #e4c209;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
}

.btn-default:hover {
	background: #222;
	color: #fff;
	border: none;
}

@media (max-width:1200px) {

	.navbar-nav {
    margin-top: 40px;
	}
}

@media (max-width: 992px) {
	#top-bar {
		display: none;
	}

	.homepage .navbar, .contentpage .navbar {
		min-height: 100px;
		margin: 0;
		border: none;
		background: #fff;
		border-bottom: none;
	}

  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
		margin-top: 12px;
		top: 20px;
	}

	.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		margin-top: 20px;
		border-radius: 0;
	}
	.navbar-default .navbar-collapse ul li {
		margin: 0 0 10px 0;
		line-height: 15px;
	}
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 30px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

	.banner {	margin-top: 0; }

		.center-sm { text-align: center; }
		.header-details{ text-align: center; }
		.hidden-sm { display: none; }
		/*.carousel-caption {	display: none; }*/

		/*#home_carousel .carousel-caption p, #home_carousel .btn, .carousel-control.right, .carousel-control.left {*/
		/*	display: none;*/
		/*}*/
		#home_carousel .carousel-caption h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 50px;
            font-weight: 700;
        }
        #home_carousel .carousel-caption p {
            font-family: 'Open Sans', sans-serif;
            font-size: 20px;
            font-weight: 400;
        }

		#header-shout h1 { font-size: 22px; }
}

@media (max-width: 768px) {
		.pull-right { float: none !important; }
}

/* Chrome central bullet fix */

li {
    list-style-position: inside;
}

.gall img {
	max-width: 100%;
	margin-bottom: 30px;
}
.gallery-item {
    margin-bottom: 30px;   
}
.gallery-item a {
    display: block;
    width: 100%;
    height: 360px;
}
.gallery-item a img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

.margin-text {
	margin-top: 60px;
	margin-bottom: 60px;
}

#accred {
	padding: 60px 20px;
	text-align: center;
}

#accred img {
	margin-bottom: 20px;
}

table {
	width: 100%;
}

td {
	padding: 10px;
	border: 1px solid #ddd;
	width: 50%;
}

th {
	text-align: center;
		padding: 10px;
		border: 1px solid #ddd;
		font-size: 1.3em;
}

th:nth-child(even) { background-color: #fafafa; }
tr:nth-child(even) { background-color: #fafafa; }

tr:hover {background-color: #ddd;}

.productbox {
	background: #fafafa;
	padding: 60px 30px;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 30px;
}

.serviceslist {
	  padding-left: 0;
	  margin-left: 0;
	  list-style-type: none;
}

.serviceslist > li {
	  position: relative;
		padding: 10px 20px;
		border: 1px solid #aaa;
		border-left: 4px solid #aaa;
		margin-bottom: 5px;
}

.serviceslist > li > i {
	color: #e4c209;
	padding-right: 15px;
}

#featurebox { padding: 60px 10px 10px; text-align: center;}

#featurebox h3 { color: #333; }

@media (max-width: 992px) {
	#featurebox h3 { font-size: 0.9em; }
}

.cutlery {
	height: 80px;
	width: 152px;
	background: url(../images/cutlery.png) no-repeat;
	margin: 30px auto;
}

.whitecutlery {
	height: 80px;
	width: 152px;
	background: url(../images/whitecutlery.png) no-repeat;
	margin: 30px auto;
}

.white { padding: 60px 10px; background: #fff; }
.offwhite { padding: 60px 10px; background: #efefef; }

.italic { font-style: italic; }

.serviceitem { padding: 60px 20px; }

@media (max-width: 990px) {
	.toplogo { margin-top: -5px; }
}

.joinery-full {
		background: url(../images/joinerybg.jpg) 40% #333;
		background-position: 50%;
}

.joinery-full span { color: #fff; }

.joinery-full .joinerytext {
		padding: 80px;
		background: rgba(55,89,161,0.5);
		color: #ddd;
		text-align: center;
		padding: 120px 20px;
}

.joinery-full .joinerytext h1, .joinery-full .joinerytext h2 {
		color: #fff;
}

.joinery-full .joinerytext a {
		color: #ddd;
}

.joinery-full .joinerytext h1.highlight {
		color: #e4c209;
		font-size: 34px;
}

.joinery-full .serviceslist li {
	background: transparent;
	border: 1px solid #999;
	border-left: 3px solid #999;
}

.strong {
	font-weight: bold;
}

label { color: #333; }

.fullgall {
	background: #19465d;
}

.fullgall .col-md-3, .fullgall .col-sm-6 {
	padding-left: 0;
	padding-right: 0;
}

.fullgall .imagecontainer {
    position: relative;
    width: 100%;
}

.fullgall .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.fullgall .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fullgall .imagecontainer:hover .image {
  opacity: 0.3;
}

.fullgall .imagecontainer:hover .middle {
  opacity: 1;
}

.servicegrid { margin-bottom: 50px; }

.servicegrid h4 { font-size: 18px; }

.servicegrid p { font-size: 14px; }

.servicegrid .serviceicon {
	 float:left;
   width: 65px;
   padding-right: 10px;
	 display: table-cell;
 }

.servicegrid .text {
	display: table-cell;
	position: relative;
	top: -10px;
}

.red { text-align: center; color: #ff0000; }

.vanbox {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 40px;
}

.vanbox p { color: #aaa; }

.vanbox h2 { color: #0272b0; font-weight: normal; }

.vanbox h2 span { color: #0272b0; font-size: 20px; }

ol li { line-height: 25px; }

.frameimg {
    position: relative;
    z-index: 9;
}

.p-left-img .frameimg::before {
    left: -14%;
    right: 26%;
}
.frameimg::before {
    content: "";
    position: absolute;
    right: -14%;
    left: 26%;
    top: 40px;
    bottom: -50px;
    border: 20px solid rgba(25,46,65,1.0);
    z-index: -1;
    background: #fff;
}
.dropdown-outer:hover .dropdown-container 
{
    display: grid!important;
}

.dropdown-container
{
    display: grid;
    background-color: #ccc;
    padding: 16px;
    grid-gap: 8px;
}

@media( min-width: 768px ) {
.padding-top-md70 {
    padding-top: 70px;
}
.padding-top-md40 {
    padding-top: 40px;
}
.dropdown-container {
    display: none;
    position: absolute;
    z-index: 4;
    background-color: #fff;
    padding: 16px;
    grid-gap: 8px;
}
}
.caret {
 display:inline-block;
 width:0; height:0; 
margin-left:2px; 
vertical-align:middle; 
border-top:4px solid; 
border-right:4px solid transparent; 
border-left:4px solid transparent; 
color: #222; 
}
