/* additional styling */
.main-color {
	color: #222;
}

/* Bootstrap overrides */
.panel .panel-heading h3 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.modal .modal-header h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.alert h3 {
	margin-top: 0px !important;
}

code {
	background-color: #EEEEEE;
	color: #333333;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1em;
}

.form-horizontal .form-group.display-only {
	margin-bottom: 0px;
}

.form-horizontal .control-label {
	text-align: left !important;
}

/* main body */
body {
	/*padding-top: 50px;*/
}

.header_wrapper {
  width:100%;
  min-height:150px;
  color:#fff;
  background:#000;
}

.header-right {
  text-align:right;
}

.header_login {
  color:#fff;
  font-size:20px;
  margin-right:10px;
  display:inline-block;
}

.header_login:hover {
  color:#FE2500;
  text-decoration:none;
}

.logo {
  height:120px;
}

#page-wrapper {
	min-height: 500px;
}

/* top navbar */
.navbar {
  min-height:0;
}

.navbar-brand {
	padding: 5px;
}

.navbar-text {
	margin-right: 0px;
	margin-left: 0px;
}

.nav > li > a {
  padding:14px 10px;
}

/* header */

/* main menu */
.navbar-default-top {
	background: #222;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #FFFFFF;
}

#navbar2 ul li a {
	color: #FFFFFF;
}

#navbar2 ul li a:hover {
	color: #D1D1D1;
}

#navbar2 li.dropdown.open > a {
	background: #000;
	color: #FFFFFF;
}

#navbar2 ul .dropdown-menu, #navbar2 .dropdown-menu a {
	background: #FFFFFF;
	color: #000000;
}

#navbar2 .dropdown-menu a:hover {
	color: #A1A1A1;
}

#navbar2 .dropdown-menu:hover {
	background: #FFFFFF;
	color: #000000;
}

/* footer */
#footer {
  margin-top:20px;
	background: #222;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 20px;
}

#footer a {
	color: #D1D1D1;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}

.footer-logo {
	text-align: right;
}

/* final wrapper */
#final-wrapper {
	background: #000000;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#copyright {
}

#copyright a {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#upshot {
	text-align: right;
}

#upshot a {
  color:#fff;
}

/* social icons */
.social_icon {
	color: #fff;
	font-size: 30px;
	margin-top: 10px;
	margin-left: 4px;
}

.social_icon:hover {
	color: #FE2500;
}

/* tabs */
.nav-tabs {
	margin-top: 20px;
}

.tab-content {
	padding: 10px;
}

/* carousel */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0px;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/* well */
.well {
	margin-top: 10px;
}

.well h1 {
	margin: 0px;
	padding: 0px;
}

/* row */
.row {
	margin-top: 10px;
}

/* picture thumbnails */
.img-thumbnail {
	margin: 0px;
	margin-bottom: 10px;
}

/* google map (contact page) */
.google-map-canvas, .google-map-canvas * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* checkout/enquiry forms */
.required-form-field {
	color: #EF5030;
	font-weight: bold;
}

.form-horizontal .enquiry-form-checkbox-placeholder {
	margin-left: 10px;
}

.form-horizontal .error_validation_message label {
	color: #EF5030;
	margin-top: 5px;
}

#enquiry-form-panel .panel-heading p {
	margin-top: 10px;
	margin-bottom: 0px;
}

/* checkout/product page */
#checkout-stage-1-form-panel p#checkout-paypal {
	margin-left: 15px;
}

/* general styles */
.remove-container-margin {
	margin-bottom: 0px;
}

.remove-cell-padding {
	padding-right: 0px;
	padding-left: 0px;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.btn-primary {
  background:#222;
  border-color:#222;
}

.btn-primary:hover {
  background:#FE2500;
  border-color:#FE2500;
}

.ewc-video {
  margin-bottom:20px;
}

/* MEDIA QUERIES */
@media (min-width: 1200px) {
}

@media (max-width: 1199px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (max-width: 991px) {
	
	/* social icons */
	#social_icons {
		display: none;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
  
  .logo {
    margin:auto;
  }
  
  .header-right {
    text-align:center;
  }
	
	/* footer */
	#footer {
		text-align: center;
	}
	
	.footer-logo {
		text-align: center;
	}
	
	/* final wrapper */
	#copyright {
		text-align: center;
	}
	
	#upshot {
		text-align: center;
	}
	
	/* carousel */
	.carousel-caption {
		display: none;
	}
	
	.carousel-indicators {
		display: none;
	}
	
	/* checkout/product page */
	#checkout-stage-1-form-panel p#checkout-paypal {
		clear: both !important;
		float: none !important;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	
}

@media (min-width: 480px) and (max-width: 767px) {
}

@media (max-width: 479px) {
	
	/* main body */
	body {
		min-width: 320px;
	}
	
}