body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #666666;
	font-weight: 400;
}
* {
	-ms-behavior: url(js/fallback.htc);
}
a, a:hover, a:focus {
	text-decoration: none;
	color: #FFFFFF;
}
[placeholder] {
	font: inherit;
}
small {
    margin-left: 15px;
}
.grid-item {
	margin-bottom: 10px;
}
.btn {
	border: 2px solid #ef7d00;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #ef7d00;
}
.btn:hover {
	background-color: #ef7d00;
	color: #FFFFFF;
	border: 2px solid #ef7d00;
}
nav.top-band {
	background-color: #303030;
}
nav.top-band ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
nav.top-band ul li a, nav.top-band ul li a:hover, nav.top-band ul li a:focus {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 30px;
	font-family: 'Lekton', sans-serif;
	background-color: transparent;
	color: #FFFFFF!important;
}
nav.top-band ul li a:hover {
	background-color: inherit;
	color: inherit;
}
.navbar {
	border: none;
}
.navbar-default {
	background-color: #EF7D00;
	margin-bottom: 0;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #FFFFFF;
	background-color: inherit;
	line-height: 65px;
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'Lekton', sans-serif;
	font-size: 18;
	font-weight: 600;
}
.navbar-nav>li>.dropdown-menu {
	left: 0;
}
.dropdown-menu>li>a {
    line-height: 2.22857143;
}
.caret {
	margin-top: -3px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}
.navbar-brand {
    height: 65px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
}
/** Navbar Collapse **/
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/** Slider **/
#slider {
	margin-bottom: 35px;
}
#slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 45%;
	font-size: 25px;
	background-color: #ef7d00;
}
.owl-prev {
    left: 5%;
}
.owl-next {
    right: 5%;
}
/** Lightbox **/
#imagelightbox
{
	position: fixed;
	z-index: 9999;

	-ms-touch-action: none;
	touch-action: none;
}
/** Home Columns **/
.home .left, .home .mid, .home .right {
    height: 40rem;
}
/** Home Columns' Sections **/
.home .left section, .home .mid section, .home .right section {
    border: 12px solid #EF7D00;
	position: relative;
	-webkit-box-shadow: inset 0px 53px 83px 1px rgba(0,0,0,0.65);
	-moz-box-shadow: inset 0px 53px 83px 1px rgba(0,0,0,0.65);
	box-shadow: inset 0px 53px 83px 1px rgba(0,0,0,0.65);
    -webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
/** Home Left Section **/
.home .left section {
	height: 100%;
}


/** Home Middle Sections **/
.home .mid section.top {
	height: 49%;
	margin-bottom: 2%;
	background: url(img/home_mid_top.jpg) no-repeat center;
}
.home .mid section.bottom {
	background: url(img/home_mid_bottom.jpg) no-repeat center;
	height: 49%;
}
/** Home Right Sections **/
.home .right section.top {
	height: 49%;
	margin-bottom: 2%;
	background: url(img/home_right.jpg) no-repeat center;
}
.home .right section.bottom {
	background: url(img/home_right.jpg) no-repeat center;
	height: 49%;
}
/** Home Section Heading **/
.home section h2 {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 22px;
    right: 25px;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 7px;
	font-family: 'Lekton', sans-serif;
	font-weight: 600;
}
/** Footer **/
footer {
	margin-top: 35px;
	overflow: hidden;
	color: #FFFFFF;
	background: -webkit-linear-gradient(left, #666666, #666666 30%, #838181 30%, #838181);
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul.special li:before {
	font-family:'FontAwesome';
    content: "\f054  ";
	color: #ef7d00;
}
footer ul li a {
	line-height: 32px;
}
footer address {
    margin: 0;
    line-height: 32px;
	padding-left: 5px;
}
footer .left, footer .right {
    padding-top: 50px;
    padding-bottom: 20px;
    min-height: 325px;
}
footer .left {
	background-color: #666666;
}
footer .right {
	background-color: #838181;
}
footer .bottom {
	background-color: #484848;
}
footer .bottom p {
	margin: 0;
	line-height: 60px;
}
footer ul.social {
	display: inline-block;
	text-align: center;
}
footer ul.social li {
	display: inline;
}
footer ul.social li a {
	display: inline-block;
	line-height: 60px;
	font-size: 24px;
	width: 30px;
}
.hr {
	display: none;
}
.table {
	margin-bottom: 0;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border: none;
}
table a, table a:hover {
	color: inherit;
}
.product-img {
	width: 100%;
}
/** Sub Pages **/
.page-header {
	margin-top: 0;
	color: #666666;
}
.products .item {
	height: 350px;
}
.products .item a {
	display: block;
    margin: 10px 0;
}
.products .item a h2 {
	font-size: 18px;
	margin: 20px 0 5px 0;
}
.products .item a img {
	width: 100%;
}
[data-readmore-toggle] {
    font-weight: 600;
    margin: 20px 0;
}
/** Responsive **/
@media screen and (min-width: 1200px) {
	/** Dropdown Hover **/
	.dropdown-menu .sub-menu {
		left: 100%;
		position: absolute;
		top: 0;
		visibility: hidden;
		margin-top: -1px;
	}

	.dropdown-menu li:hover .sub-menu {
		visibility: visible;
	}

	.dropdown:hover .dropdown-menu {
		display: block;
	}

	.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
		margin-top: 0;
	}

	.navbar .sub-menu:before {
		border-bottom: 7px solid transparent;
		border-left: none;
		border-right: 7px solid rgba(0, 0, 0, 0.2);
		border-top: 7px solid transparent;
		left: -7px;
		top: 10px;
	}
	.navbar .sub-menu:after {
		border-top: 6px solid transparent;
		border-left: none;
		border-right: 6px solid #fff;
		border-bottom: 6px solid transparent;
		left: 10px;
		top: 11px;
		left: -6px;
	}
	.navbar-right .dropdown-menu {
		right: auto;
	}
	/** Dropdown Hover Ends **/
	/** Home Middle Sections **/
	.home .mid section.top {
		height: 47%;
		margin-bottom: 9%;
	}
	.home .mid section.bottom {
		height: 47%;
	}
}
@media screen and (max-width: 1200px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #FFFFFF;
	}
}
@media screen and (min-width: 992px) {
	.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-left: 0;
	}
}
@media screen and (max-width: 992px) {
	.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
		line-height: 50px;
	}
	.home .left {
		margin-bottom: 20px;
	}
	.home .right {
		margin-top: 20px;
	}
	footer ul.social {
		margin-bottom: 10px;
	}
	footer ul.social li {
		float: left;
	}
	footer .left, footer .right {
		min-height: inherit;
	}
}
@media screen and (max-width: 768px) {
	.hr {
		display: block;
	}
}