body {
    font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	overflow-x: hidden;
}

img.img-full {
    width: 100%;
}

.full-width {
	width: 100%;
}


nav.navbar.navbar-default {
    border: none;
    background: transparent;
}

nav.navbar.navbar-default .navbar-brand {
    padding-top: 0;
}

ul.nav.navbar-nav.navbar-right {
    background-color: #111c26;
}

ul.nav.navbar-nav.navbar-right {
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.nav.navbar-nav.navbar-right li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

ul.nav.navbar-nav.navbar-right li a:hover,
ul.nav.navbar-nav.navbar-right li.active a {
    color: #f58220;
    background-color: transparent;
}


ul.nav.navbar-nav.navbar-right li.active:after {
    content: ' ';
    display: block;
    width: 100%;
    border-bottom: 1px solid #f58220;

}


.switcher {
	position: absolute;
	top: 240px;
	right: -128px;
	z-index: 100;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.switcher ul {
	list-style-type: none;
}
.switcher ul li {
	position: relative;
	float: left;
	padding: 20px 30px;
	background: #111c26;
	margin-left: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.switcher ul li a:before {
	content:"\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #111c26 transparent transparent;
    position: absolute;
    left: 55px;
	top: -11px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.switcher ul li.active,
.switcher ul li:hover {
	background: #f58220;
}

.switcher ul li.active a:before,
.switcher ul li:hover a:before {
    border-color: transparent #f58220 transparent transparent;
}

.switcher ul li a {
	display: block;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	
}
.switcher ul li a:hover {
	text-decoration: none;
}


#contact {
	padding-top: 90px;
	padding-bottom: 150px;
	background: url('../images/form.jpg');
}

#contact h1 {
	color: #fff;
}

#contact input[type="text"],
#contact textarea {
	padding: 30px 20px!important;
	border-color: rgba(255,255,255,0.5)!important;
	background: rgba(255,255,255,0.08)!important;
	color: #fff!important;
	font-size: 13px;
}

#contact textarea {
	padding: 20px 20px!important;
}

#contact input[type="text"] {
	text-transform: uppercase;
}

#contact input::-webkit-input-placeholder, 
#contact textarea::-webkit-input-placeholder {
  color: #fff;
}
#contact input:-moz-placeholder, 
#contact textarea:-moz-placeholder {
  color: #fff;
}


#carousel .carousel-indicators li,
#carousel .carousel-indicators li.active {
    width: 60px;
    height: 5px;
    margin: 2px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 0;
    border: none;
}
#carousel .carousel-indicators li.active {
    background-color: #fff;
}


/* Carousel Header Styles */
#carousel .header-text {
    position: absolute;
    top: 40%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

#carousel .header-text h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 10px;
}

#carousel .header-text > div {
    background-color: rgba(255, 143, 11, 0.5);
    padding: 20px;
    text-transform: uppercase;
    border-radius: 5px;
    width: 800px;
    left: 50%;
    transform: translateX(-50%);
}
#carousel .header-text > div span {
    font-weight: 300;
    letter-spacing: 5px;
}

#carousel .header-text h2 {
    margin: 0;
    margin-bottom: 15px;
}


#carousel .carousel,
#carousel .item,
#carousel .active {
    height: 100%;
}

#carousel .carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

#carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1 {
    text-transform: uppercase;
    color: #111c26;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

h1:after {
    content:' ';
    display:block;
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f58220+20,f58220+50,f58220+80&0+0,0.8+15,1+19,1+81,0.8+85,0+100 */
    background: -moz-linear-gradient(left,  rgba(245,130,32,0) 0%, rgba(245,130,32,0.8) 15%, rgba(245,130,32,1) 19%, rgba(245,130,32,1) 20%, rgba(245,130,32,1) 50%, rgba(245,130,32,1) 80%, rgba(245,130,32,1) 81%, rgba(245,130,32,0.8) 85%, rgba(245,130,32,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(245,130,32,0) 0%,rgba(245,130,32,0.8) 15%,rgba(245,130,32,1) 19%,rgba(245,130,32,1) 20%,rgba(245,130,32,1) 50%,rgba(245,130,32,1) 80%,rgba(245,130,32,1) 81%,rgba(245,130,32,0.8) 85%,rgba(245,130,32,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(245,130,32,0) 0%,rgba(245,130,32,0.8) 15%,rgba(245,130,32,1) 19%,rgba(245,130,32,1) 20%,rgba(245,130,32,1) 50%,rgba(245,130,32,1) 80%,rgba(245,130,32,1) 81%,rgba(245,130,32,0.8) 85%,rgba(245,130,32,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f58220', endColorstr='#00f58220',GradientType=1 ); /* IE6-9 */

}

p {
    font-size: 13px;
    color: #5c6065;
}

.entry-content p {
    font-size: 17px;
    color: #000000;
	line-height: 27px;
}


div.divider + p {
    margin-top: 30px;
}

.btn.btn-primary {
    background-color: #f58220;
    border-color: #f58220;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    padding: 15px 60px;
}

#middle p + a.btn-primary {
    margin-top: 30px;
}

#middle, #products {
    text-align: center;
}

#products ul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin-bottom: 60px;
}

#products ul li {
    display: inline;
}


.product {
    border-radius: 0;
	margin-bottom: 30px;
}

.product .detail {
    overflow: hidden;
    height: 100px;
	font-size: 15px;
}

.product .product-inner {
	cursor: pointer;
    background-color: #fff;
    border: 1px solid #dedede;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.product .detail .add-to-cart {
    height: 100px;
    background-color: #f58220;
    text-align: center;
}

.product .detail .add-to-cart a {
    padding-top: 30px;
    font-size: 40px;
    color: #fff;
    display: block;
    height: 100px;
}

.product div {
    text-transform: uppercase;
    text-align: left;
}

.product div.title {
    font-weight: 600;
    color: #111c26;
}

.product div.price {
    font-weight: 600;
    color: #f58220;
}


#products {
    padding: 120px 60px;
    background-color: #efefef;
}

#products ul li a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #111c26;
}

#products ul li.active a {
    color: #f58220;
}
#products ul li:not(:last-child):after {
    content: "//";
    padding-left: 20px;
    padding-right: 20px;
}

#footer {
    color: #98999b;
    font-size: 11px;
}

#footer a {
    color: #98999b;
}

#footer h2 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
}

#footer p {
    text-align: justify;
    line-height: 20px;
}

#footer ul {
    list-style-type: none;
    padding-left: 0;
}

#footer ul li {
    margin-bottom: 5px;
}

#footer ul li:before {
    content: "- ";
}

#footer .top-footer {
    background-color: #0e121b;
    padding-top: 45px;
    padding-bottom: 45px;
}

#footer .bottom-footer {
    background-color: #0c0f17;
    border-top: 1px solid #171b24;
    font-size: 10px;
    padding: 15px;
    text-align: center;
}

.navbar-default .navbar-toggle {
    border: none;
    color: #fff;
}

.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

#middle .col-lg-6.no-pad {
    padding-left: 0;
    padding-right: 0;
}

nav.navbar.navbar-default.navbar-fixed-top {
    position: absolute;
}

#middle .row {
    margin-left: 0;
    margin-right: 0;
    display: table;
    width: 100%;
}

#middle .row .col-lg-6 {
    background-color: #fff;
}

#top-image {
    max-height: 280px;
}

.main-text p {
    text-align: justify;
}

.p60 {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
}

.mt15 {
    margin-top: 15px!important;
}
.mt60 {
    margin-top: 60px!important;
}

ul#sidebar {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: left;
    border-radius: 5px;
}

ul#sidebar > li {
    border: 0 #e2e2e2 solid;
    border-bottom-width: 1px;
}

/*ul#sidebar > li:first-child {*/
    /*border: 0 #5c6065 solid;*/
    /*border-top-width: 1px;*/
/*}*/

ul#sidebar > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #111c26;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
}

ul#sidebar > li > a:hover,
ul#sidebar > li.active > a {
    text-decoration: none;
    color: #f58220;
    background: #111c26;
}

#middle #products {
	padding: 0;
	background: #fff;
}

@media(max-width: 767px) {
    .navbar-header {
        background-color: #111c26;
    }

    ul.nav.navbar-nav.navbar-right {
        margin-top: 0;
    }

    #carousel .header-text > div {
        width: 450px;
    }
}

@media(max-width: 992px) {
    #carousel .header-text > div {
        width: 600px;
    }

    #middle .text {
        padding: 30px;
    }

    #products .product {
        margin-bottom: 30px;
    }
	
	#footer > .top-footer > .container div:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media(min-width: 992px) {

    #middle .row .col-lg-6 {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

    #middle div.row div.text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #f58220 !important;
    font-size: 1em !important;
}