/*
Theme Name: Soul
Theme URI: http://clowbox.com
Author: Clow Box - <a href="http://clowbox.com">Clow Box</a>
Author URI: http://clowbox.com
Description: Soul v1.0 : Blank Bootstrap Wordpress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soul
Tags: blank-theme, custom-theme, customizable, flexible, bootstrap, responsive, full-responsive

Use it to make something cool, have fun, and share what you've learned with others.
*/

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin: 0 auto;
}

a {
	color: #009640;
}

a:hover, a:focus {
    color: #ff0000;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

.header-container {
	padding: 10px 0;
	position: relative;
}

.nav .active a, .current-menu-ancestor>a {
	color: #ff0000;
}

.nav>li>a:hover, .nav>li>a:focus {
	background: transparent;
	color: #ff0000;
}

.dropdown-menu {
	background: #009640!important;
	color: #fff;
}

.dropdown-menu>li>a {
	color: #fff;
	line-height: 2;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background: #fff;
	color: #009640;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background: #fff;
	color: #009640;
}

.navbar-toggle .icon-bar {
    background-color: #009640;
}

.main {
	padding: 10px 0 20px;
}

.banner {
	background: url(images/banner-gbz.jpg) no-repeat top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner .carousel-caption {
	top: 20%;
}

.banner .carousel-indicators {
    bottom: 15%;
}

.banner .carousel-content {
	color: #fff;
	text-align: center;
	padding: 14% 0 18%;
}

.banner h1 {
	font-family: 'Pacifico', cursive;
	font-size: 56px;
	font-weight: 500;
	color: #ff0000;
}

.banner h2 {
	font-size: 46px;
	color: #fff;
}

.products h2 {
	color: #333;
}

.products .thumbnail {
	border: none;
}

.products .thumbnail figure {
	border: 1px solid #ccc;
}

.types {
	font-size: 14px;
	text-align: center;
}

.types ul {
	list-style: none;
	overflow: hidden;
	display: inline-block;
	padding: 0;
}

.types ul li {
	background: url(images/list.png) no-repeat left center;
	float: left;
    margin: 0 5px;
    padding-left: 10px;
}

.certifications {
	padding: 10px 0 20px;
}

.certifications h2 {
	color: #333;
}

.portait {
	background: url(images/crop-season.jpg) no-repeat top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 8% 0;
    text-align: center;
}

.portait h1 {
	font-family: 'Pacifico', cursive;
	font-size: 46px;
	font-weight: normal;
}

.about article {
	padding: 15px 0;
}

.company {
	background: #ff0000;
	color: #fff;
	padding: 3% 0!important;
}

.company h2 {
	color: #fff;
	margin-bottom: 40px;
}

.crop {
	margin: 40px 0;
}

.crop .nav-tabs {
	margin: 20px 0 40px;
}

.crop .nav-tabs>li>a {
	border: none!important;
	padding-top: 50px;
}

.crop .nav-tabs>li {
	border-right: 1px solid #ddd;
}

.crop .nav-tabs>li:last-child {
	border: none;
}

.crop .nav-tabs>li.active>a, .crop .nav-tabs>li.active>a:hover, .crop .nav-tabs>li.active>a:focus {
	background: transparent;
	color: #ff0000;
}

.quality {
	margin: 40px 0;
}

.contact {
	background: url(images/contact.jpg) no-repeat top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #009640;
    padding: 3% 0;
}

.contact h1 {
	font-family: 'Pacifico', cursive;
}

.contact-form {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 50px;
}

.contact-form .form-control {
	background: #eee;
	border: none;
}

.btn-default {
	background: #009640;
	color: #fff;
	border: none;
	padding: 6px 50px;
}

.footer-container {
	background: #252525;
	font-size: 12px;
	color: #fff;
	padding: 20px 0 0;
}

.footer-container a {
	color: #fff;
}

.footer-info li {
	color: #aaa;
	padding: 7px 5px 7px 30px;
}

.map {
	background: url(images/map-icon.png) no-repeat left center;
}

.phone {
	background: url(images/phone-icon.png) no-repeat left center;
}

.mail {
	background: url(images/mail-icon.png) no-repeat left center;
}

.footer-logo {
	text-align: center;
}

.copyright {
	background: #1d1d1d;
}

.copyright, .sq {
	margin-top: 10px;
}

.overlay-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transition: opacity .35s,transform .35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
}

.hovereffect {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	color: #fff;
	text-align: center;
	cursor: default;
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 150, 64, 0.5);
	font-size: 60px;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-header {
	border: none;
	overflow: hidden;
	padding: 10px 15px 0;
}

.modal .close {
	font-size: 30px;
	opacity: .8;
}

.modal-body {
	padding: 10px 40px 30px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media screen and (max-width: 1199px) {
	body {
		font-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	.header-container {
		display: none;
	}

    .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;
    }

    .navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
}

@media screen and (max-width: 767px) {
	.banner h1 {
		font-size: 26px;
	}

	.banner h2 {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
	.header-container .navbar {
		text-align: center;
		margin-top: 20px;
	}

	.header-container .navbar-nav {
		float: none;
		display: inline-block;
	}

	.header-container-mobile {
		display: none;
	}

	.qtranxs_widget {
		margin: 32px 0 10px;
		position: absolute;
		top: 10px;
		right: 1%;
	}

	.footer-logo {
		text-align: right;
	}

	.col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
	.qtranxs_widget {
		right: 3%;
	}

	.col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1450px) {
	.qtranxs_widget {
		right: 10%;
	}
}