/*------------------------------
	MAIN
------------------------------*/

body {
	font-family: 'Titillium Web', sans-serif;
	background-color: #000;
	padding-top:50px;
}

.show2 {
	display: inline-block!important;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

h1 {
	display:none;
}

a,
a:focus,
a:hover,
button,
button:focus,
button:hover,
button:active {
	outline:0 none;
	text-decoration:none;
}

a {
	color: #FF5F00;
}

a:hover,
a:focus {
	color: #DB5E14;
}

p {
	margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Titillium Web', sans-serif;
}

.img-rounded {
	border-radius: 3px;
}

/* BUTTONS */

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline:0 none;
	outline-offset:0;
}

.btn {
	border-radius: 2px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.6);
	border: 1px solid #111111;
	font-weight:600;
	color:#FFFFFF;
}

.btn-default {
	background-color: #dbdbdb;
	background-image: linear-gradient(#dbdbdb,#bbbbbb);
	border-color:#aaa;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.1);
	color:#333;
}

.btn:hover {
	background-image:none;
	color:#FFFFFF;
}

.btn-default:hover {
	background-color: #bbbbbb;
	border-color:#aaa;
	color:#333;
}

.btn-inverse {
	background-color: #444444;
	background-image: linear-gradient(#444444,#333333);
	border-color:#111111;
}

.btn-inverse:hover,
.btn-primary.active,
.btn-primary.active:hover {
	background-color: #222222;
	border-color:#111111;
}

.btn-primary {
	background-color: #F5752A;
	background-image: linear-gradient(#F5752A,#DB5E14);
	border-color:#C75918;
}

.btn-primary:hover {
	background-color: #D65E18;
	border-color:#C75918;
}

.btn-danger {
	background-color: #E04E4A;
	background-image: linear-gradient(#E04E4A,#C73936);
	border-color:#BA2522;
}

.btn-danger:hover {
	background-color: #C4241F;
	border-color:#BA2522;
}

.btn-simple {
	border-color:#FFF;
	border-width:3px;
}

/* TYPOGRAPHY */

.text-primary {
	color: #FF5F00;
}

.text-10 {font-size:10px;}
.text-12 {font-size:12px;}
.text-14 {font-size:14px;}
.text-16 {font-size:16px;}
.text-18 {font-size:18px;}
.text-20 {font-size:20px;}

/* FORM CONTROL */

.form-control {
	color: #555;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
}

.form-control:focus {
	outline:none;
	box-shadow:none;
	border-color:#aaa;
}

textarea.form-control {
	resize:vertical;
	height:180px;
}

span.required {
	color: #E74C3C;
	margin-left:5px;
	font-weight:bold;
	font-size:14px;
}

/* IMAGE OVERLAY */

.overlay-wrapper {
	position:relative;
}

.overlay-wrapper .overlay {
	margin:0;
    bottom: 0;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
	text-align:center;
	transition-duration:0.5s;
	background-color:rgba(0,0,0,0.3);
}

.overlay-wrapper h2 {
	background-color:rgba(0,0,0,0.8);
	display:inline-block;
	font-size:20px;
	font-weight:400;
	color:#FF5F00;
	position: absolute;
	bottom:20px;
	padding:15px 20px;
}

.overlay-wrapper h2 span {
	color: #FFF;
	display:block;
	font-size:13px;
	font-weight:700;
	margin-top:5px;
}

.overlay-wrapper:hover .overlay {
	background-color:rgba(0,0,0,0);
}

/* OWL CAROUSEL */

.owl-theme .owl-controls {
	margin-top: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    opacity:1;
	padding:0;
	position: absolute;
	top:50%;
	margin:-65px 0 0;
	height:80px;
	background-color:transparent;
	color:#FF5F00;
	font-size:80px;
	transition-duration:0.3s;
}

.owl-theme .owl-controls .owl-buttons div:hover {
	color: #000000;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left:-50px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right:-50px;
}

.logo img{
	width: 90%;
}

/*------------------------------
	COLLAPSE - HORIZONTAL
------------------------------*/

.collapse-horizontal {
	border:0;
	background-color:transparent;
	margin:0;
}

.collapse-horizontal > a {
	margin-bottom:15px;
}

.collapse-horizontal .panel-collapse {
	margin:0 -15px;
	background-color:#111111;
	color:#ddd;
}

/*------------------------------
	HEADER
------------------------------*/

header.navbar {
	background-color:#000;
	border-bottom: 3px solid #FF5F00;
	margin:0;
	box-shadow:0 1px 8px 0 rgba(0,0,0,0.3);
}

header.navbar .navbar-brand,
header.navbar .navbar-brand:hover {
	color: #FF5F00;
	font-weight:700;
}

header.navbar .navbar-nav > li > a {
	color: #FFF;
	text-transform:uppercase;
	padding-top:16px;
	padding-bottom:16px;
}

header.navbar .navbar-nav > li > a:hover,
header.navbar .navbar-nav > li > a:focus,
header.navbar .navbar-nav > li.open > a,
header.navbar .navbar-nav > li.open > a:hover,
header.navbar .navbar-nav > li.open > a:focus {
	color: #FF5F00;
	background-color:#111111;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.9) inset;
}

header.navbar .navbar-nav > li > .dropdown-menu {
	border-radius:0;
	padding:0;
	margin-top:-1px;
	min-width:180px;
}

header.navbar .navbar-nav > li > .dropdown-menu li a {
	background-color:#222222;
	color:#FFFFFF;
	padding:10px 10px;
	border-bottom:1px solid #111111;
}

header.navbar .navbar-nav > li > .dropdown-menu li:last-child a {
	border-bottom:0;
}

header.navbar .navbar-nav > li > .dropdown-menu li a i {
	margin-right:8px;
	color:#FF5F00;
	font-size:12px;
}

header.navbar .navbar-nav > li > .dropdown-menu li a:hover {
	background-color:#111111;
	color:#FF5F00;
}

header.navbar .navbar-buttons {
	position: relative;
}

header.navbar .navbar-buttons .btn {
	margin-right:8px;
}

header.navbar .custom-navbar-collapse {
	line-height: 46px;
}

header.navbar .navbar-buttons .navbar-icon {
	background-color:#111111;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.9) inset;
	padding: 15px 20px;
	display:inline-block;
	font-size:16px;
	width:55px;
}

header .phone-numbers {
	color: #fff;
	display: flex;
	clear: both;
	padding: 0;
	list-style: none;
	text-align: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}

header .phone-numbers li {
	margin-right: 10px;
}

.custom-slider {
	background-image: url(../img/bg1.jpg);
    background-size: cover;
    background-position: center;
	margin-top: 30px;
}

.custom-jumbotron {
	padding: 50px 15px;
	max-width: 910px;
	margin: 0 auto;
	background-color: inherit;
}

.custom-container h4 {
	color: #FF5F00;
    font-size: 30px;
}

#navbar-search-form {
	position: absolute;
	right: 0;
	bottom: -54px;
	width: 250px;
	padding: 10px;
	background-color:#111111;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#navbar-search-form .btn {
	margin-top:0;
	margin-right:0;
}

#navbar-search-form .form-group {
	margin-bottom: 0;
}

#navbar-search-form .form-control {
	background-color:#383838;
	border-color:#464646;
	color:#FFFFFF;
}

.header-title {
	padding:60px 0 0;
	text-shadow:2px 2px 1px rgba(0,0,0,0.5);
}

.header-title h2 {
	font-size:50px;
	font-weight:700;
	margin:0;
}

.header-title h2 a {
	color:#FFF;
}

.header-title p {
	margin:15px 0 60px;
	color:#FFF;
	font-size:20px;
}

.item-margin {
	margin: 0 20px;
}

/*------------------------------
	FOOTER
------------------------------*/
.footer {
	border-top: 3px solid #FF5F00;
}

footer.navbar {
	background-color:#000;
	border:0;
	margin:0;
	border-radius:0;
}

footer.navbar p.copyright {
	margin:0;
	color: #777777;
	text-align:right;
	padding:15px 15px 0 0;
}

/*------------------------------
	JUMBOTRON
------------------------------*/

.container .jumbotron {
	margin:0;
	border-radius:0;
	background-color:#111111;
	padding:0;
}

.jumbotron-panel {
	padding:15px 15px 0;
	background-color:#1a1a1a;
	border: 1px solid #2e2e2e;
	border-bottom:0;
}

.table-header.table-bordered {
	border-color:#2e2e2e;
	margin-bottom:0;
	background-color:#1a1a1a;
}

.table-header.table-bordered tr > th:first-child {
	width:38px;
}

.table-header.table-bordered>thead>tr>th,
.table-header.table-bordered>tbody>tr>th,
.table-header.table-bordered>tfoot>tr>th,
.table-header.table-bordered>thead>tr>td,
.table-header.table-bordered>tbody>tr>td,
.table-header.table-bordered>tfoot>tr>td {
	border-color:#2e2e2e;
}

.table-header.table-bordered img {
	width:20px;
}

.jumbotron-brands {
	float:right;
}

.jumbotron-panel .brands {
	margin:0;
}

.jumbotron-panel .brands li {
	margin-right:8px;
}

.jumbotron-panel .brands li:last-child {
	margin-right:0;
}

.jumbotron-panel .brands li a {
	background-color:#FF5F00;
	color:#1a1a1a;
	border:0;
	font-size:18px;
	padding-top:5px;
}

.jumbotron-panel .brands li a:hover {
	background-color:#DB5E14;
	color:#fff;
}

/*------------------------------
	CONTENT
------------------------------*/

.content-wrapper {
	background-color: #F0F0F0;
	background-image:url(../img/pattern.png);
	padding: 30px 20px;
}

.content-wrapper .item {
	max-width: 380px;
}

.content-wrapper .services {
	display: flex;
}

.welcome {
	padding-bottom: 20px;
}

.welcome p {
	font-size: 18px;
}

/*------------------------------
	MEDIUM DEVICES
------------------------------*/

@media (min-width:992px) and (max-width:1199px) {
	.content-wrapper h2,
	.content-wrapper .widget-wrapper h3 {
		font-size: 18px;
	}

	.error h2 {
		font-size: 60px;
	}
}

/*------------------------------
	SMALL DEVICES
------------------------------*/

@media (min-width:768px) and (max-width:991px) {
	header.navbar .navbar-nav > li > a {
		padding-left:13px;
		padding-right:13px;
		font-size:12px;
	}

	.content-wrapper .widget-wrapper {
		padding:10px;
	}

	.content-wrapper h2,
	.content-wrapper .widget-wrapper h3 {
		font-size: 18px;
	}

	.error h2 {
		font-size: 60px;
	}
}

/*------------------------------
	EXTRA SMALL DEVICES
------------------------------*/

@media (min-width:1200px) and (max-width:1290px) {
	#jumbotron-slider .owl-controls {
		display:none!important;
	}
}

@media (min-width:992px) and (max-width:1090px) {
	#jumbotron-slider .owl-controls {
		display:none!important;
	}


	header .phone-numbers {
		color: #fff;
	    display: flex;
	    clear: both;
	    padding: 0 15px;
	    list-style: none;
	}

	header .phone-numbers li {
		margin-right: 10px;
	}
}

@media (min-width:768px) and (max-width:870px) {
	#jumbotron-slider .owl-controls {
		display:none!important;
	}
}

@media (max-width:767px) {
	#jumbotron-slider .owl-controls {
		display:none!important;
	}

	.footer-tags {
		padding-bottom:20px;
	}

	footer.navbar p.copyright {
		text-align:center;
		padding:15px;
	}

	.navbar-default .navbar-collapse {
		border-top:1px solid #111111;
	}

	.custom-navbar-collapse .pull-right {
		float: none !important;
		margin: 20px 0 10px;
	}

	.custom-slider {
		padding-top: 230px;
	}

	.loginBtn {
		margin: 10px 0;
		width: 100%;
		text-align: center !important;
	}
}

@media (max-width:640px) {
	.content-wrapper .services {
		flex-wrap: wrap;
	}

	.content-wrapper .item {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.custom-container {
		display: none;
	}

	.jumbotron {
		margin-bottom: 0;
	}

	.custom-navbar-collapse .pull-right {
		float: none !important;
		margin: 20px 0 10px;
	}

	.loginBtn {
		margin: 10px 0;
		width: 100%;
		text-align: center !important;
	}
}

@media (max-width:568px) {
	.jumbotron-panel {
		padding:10px 15px 3px;
	}

	.jumbotron-panel .btn {
		display:none;
	}
}

@media (max-width:480px) {
	.content-wrapper {
		padding:10px;
	}
}

@media (max-width:360px) {
	.content-wrapper h2, .content-wrapper .widget-wrapper h3 {
		font-size:16px;
	}
}
