/* =Global Styles
-------------------------------------------- */
body {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	background-color: #c9f3f7;
	color: #391c00;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-weight: 700;
}

img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

a {
	color: #5e47a5;
}

a:hover,
a:focus {
	color: #452e8c;
}

hr {
	border-top-color: #ccc;
}

.form-control {
	border-radius: 0px;
	font-size: 15px;
	color: #391c00;
	border: 1px solid #b2b2b2;
}

.form-control-alt {
	background-color: #f0f0f0;
	border-color: #f0f0f0;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
}

.form-control:focus {
	border-color: #969696;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-success {
	color: #fff;
	background-color: #06b051;
	border-color: #06b051;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05));
	background-image: linear-gradient(to top, rgba(0,0,0,.05), rgba(255,255,255,.05));
}

.btn-black {
	color: #fff;
	border-color: #304031;
    background-color: #304031;
    text-align: center;
	display: block;
	padding: 6px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.btn-black:hover,
.btn-black.active,
.btn-black:focus {
	color: #fff;
	text-decoration: none;
}

.btn-success:hover,
.btn-success.hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #44c86b;
	border-color: #44c86b;
}

textarea {
	resize: none;
}

/* =Header
-------------------------------------------- */
.header {
	margin: 0 0 15px 0;
}

.btn-black i {
	margin-right: 4px;
}

/* =Navbar
-------------------------------------------- */
.navbar-brand {
	height: auto;
}

@media (min-width: 768px) {
	.navbar-header .navbar-brand {
		margin-left: -15px;
	}
}
.nav .open>a, .nav .open>a:focus, 
.nav .open>a:hover {
    border-color: #ccc;
}
.navbar-toggle {
	border-color: #1eb04e;
	color: #fff;
	margin-top: 70px;
}

@media (max-width: 480px) {
	.navbar-toggle {
		margin-top: 0px;
		clear: both;
	}
}

.navbar-toggle .icon-bar {
	background-color: #1eb04e;
}

.navbar {
	border-radius: 0;
	background-color: #fafafa;
    box-shadow: 0 10px 10px -10px #848585;
}

.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
	.navbar-nav {
		margin-left: -15px;
	}
}

.navbar-right a {
	text-decoration: underline;
}

@media (min-width: 992px) {
	.navbar-nav > li {
		padding-right: 30px;
	}
}

@media (min-width: 992px) {
	.navbar-right > li {
		padding-right: 0px;
	}
}

@media (min-width: 768px) {
	.navbar-nav > li > .dropdown-menu {
		min-width: 160px;
		border-color: #189040;
		background-color: #1eb04e;
		padding: 0;
		left: 50%;
		margin-left: -15px;
		right: auto;
		transform: translate(-50%, 0);
	}
	.navbar-nav > li:hover > .dropdown-menu {
		display: block;
	}
}

.navbar-nav li a {
	color: #51381f;
	font-size: 17px;
	text-align: center;
}


@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav li a {
		font-size: 15px;
	}	
}

.navbar-nav > li > a {
	font-weight: 700;
}

@media (min-width: 768px) {
	.navbar-nav > li:first-child > a {
		padding-left: 0;
	}
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > .active > a,
.navbar-nav > li:hover > a {
	color: #1eb04e;
	background-color: transparent;
}

.navbar-nav > li > a .glyphicon {
	font-size: 12px;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.navbar-nav > li > a {
		border-top: 1px solid #ccc;
	}
	
	.navbar-nav > li > a .glyphicon {
		float: right;
	}
}

.navbar-nav .dropdown-menu > li > a {
	border-top: 1px solid #ccc;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 14px;
	font-weight: 700;
}

@media (min-width: 768px) {
	.navbar-nav .dropdown-menu > li > a {
		color: #fff;
		border-top: 1px solid #189040;
	}
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li.active > a {
	background-color: transparent;
}

@media (min-width: 768px) {
	.navbar-nav .dropdown-menu > li:first-child > a {
		border-top: 0;
	}
}

@media (max-width: 767px) {
	#topbar{
		display: none;
	}
}

/* =Top Nav
-------------------------------------------- */
.nav-justified > li > a {
    font-size: 16px;
    vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

@media (min-width: 1200px) {
	.nav-justified > li > a {
		font-size: 18px;
	}	
}

@media (max-width: 767px) {
	.nav-justified > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.nav-justified > li > a:hover,
.nav-justified > li > a:focus,
.nav-justified > .active > a {
	background-color: transparent;
	color: #fff;
}

.nav-justified > .open > a,
.nav-justified > .open > a:hover,
.nav-justified > .open > a:focus,
.nav-justified > li > a:hover,
.nav-justified > li > a:focus,
.nav-justified > .active > a,
.nav-justified > li:hover > a {
	color: #fff;
	background-color: transparent;
}

.nav-justified .dropdown-menu > li > a {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	white-space: normal;
}

.nav-justified .dropdown-menu>li>a:focus, 
.nav-justified .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: transparent;
}

.nav-justified .icon {
	width: 101px;
	margin: 0 auto;
	font-size: 17px;
	height: 104px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}

@media (max-width: 767px) {
	.nav-justified .icon {
		width: 62px;
		font-size: 16px;
		height: 64px;
		-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}	
}

.nav-justified .icon-01 {
	background-image: url('../images/bg_icon_01.png');	
}

.nav-justified li.open .icon-01,
.nav-justified li:hover .icon-01 {
	background-image: url('../images/bg_icon_h_01.png');
}

.nav-justified .icon-02 {
	background-image: url('../images/bg_icon_02.png');
	
}

.nav-justified li.open .icon-02,
.nav-justified li:hover .icon-02 {
	background-image: url('../images/bg_icon_h_02.png');
}

.nav-justified .icon-03 {
	background-image: url('../images/bg_icon_03.png');
	
}

.nav-justified li.open .icon-03,
.nav-justified li:hover .icon-03 {
	background-image: url('../images/bg_icon_h_03.png');
}

.nav-justified .icon-04 {
	background-image: url('../images/bg_icon_04.png');
	
}

.nav-justified li.open .icon-04,
.nav-justified li:hover .icon-04 {
	background-image: url('../images/bg_icon_h_04.png');
}

.nav-justified .icon-05 {
	background-image: url('../images/snowflake_icon.png');
	
}

.nav-justified li.open .icon-05,
.nav-justified li:hover .icon-05 {
	background-image: url('../images/snowflake_hover_icon.png');
}

@media (min-width: 768px) {
	.nav-justified > .dropdown > .dropdown-menu {
		min-width: 220px;
		border: 0;
		padding: 12px 8px 5px 8px;
		left: 50%;
		text-align: center;
		margin-top: -15px;
		right: auto;
		transform: translate(-50%, 0);
		background: -moz-linear-gradient(top, rgba(49,30,0,0.16) 0%, rgba(52,32,0,0.31) 2%, rgba(60,37,0,0.68) 7%, rgba(62,38,0,0.74) 8%, rgba(67,41,0,0.9) 11%, rgba(74,45,0,1) 15%, rgba(80,49,0,1) 26%, rgba(93,57,0,1) 80%, rgba(84,51,0,1) 99%, rgba(17,11,0,0.65) 100%);
		background: -webkit-linear-gradient(top, rgba(49,30,0,0.16) 0%,rgba(52,32,0,0.31) 2%,rgba(60,37,0,0.68) 7%,rgba(62,38,0,0.74) 8%,rgba(67,41,0,0.9) 11%,rgba(74,45,0,1) 15%,rgba(80,49,0,1) 26%,rgba(93,57,0,1) 80%,rgba(84,51,0,1) 99%,rgba(17,11,0,0.65) 100%);
		background: linear-gradient(to bottom, rgba(49,30,0,0.16) 0%,rgba(52,32,0,0.31) 2%,rgba(60,37,0,0.68) 7%,rgba(62,38,0,0.74) 8%,rgba(67,41,0,0.9) 11%,rgba(74,45,0,1) 15%,rgba(80,49,0,1) 26%,rgba(93,57,0,1) 80%,rgba(84,51,0,1) 99%,rgba(17,11,0,0.65) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29311e00', endColorstr='#a6110b00',GradientType=0 );
		
	}
 	.nav-justified > li:hover > .dropdown-menu {
		display: block;
	}
	.nav-justified .dropdown-menu > li > a {
		border-top: 2px solid #5e4b3a;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.nav-justified .dropdown-menu > li:first-child > a {
		border-top: 0;
	}
}

@media (max-width: 767px) {
	.nav-justified > li > .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}


.nav-top .navbar-toggle {
	border-color: transparent;
	margin-top: 15px;
}

.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.nav-top .navbar-toggle {
	position:relative;
	padding-top:12px;
	z-index:100
}

.navbar-toggle .top-bar {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: 10% 10%;
	-webkit-transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
	opacity: 0;
}

.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
	-webkit-transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
	-webkit-transform: rotate(0);
}

/* =
-------------------------------------------- */
.phone {
	margin: 40px 0 0 0;
	font-size: 28px;
	line-height: 30px;
	color: #391c00;
	text-align: center;
	font-weight: 700;
    font-style: italic;
}

.phone a {
	color: #391c00;
}

.phone em {
	font-size: 20px;
	display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
	.phone {
		font-size: 22px;
	}
	.phone em {
		font-size: 18px;
	}
}

/* =Banner
-------------------------------------------- */
.banner {
	border: 7px solid #fff;
	margin: 0 35px 0 20px;
	padding: 15px 0 0 0;
	border-bottom: 0;
	background-image: url('../images/bg_banner.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #1eb04e;
	position: relative;
}

@media (max-width: 767px) {
	.banner {
		background-image: none;
		margin: 0 30px 0 15px;
	}
}

.banner-text {
	padding: 130px 0 0 50px;
}

@media (min-width: 1200px) {
	.banner-text {
		padding: 120px 0 0 100px;
	}	
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner-text {
		padding: 90px 0px 0 15px;
	}	
}

@media (max-width: 767px) {
	.banner-text {
		padding: 15px 15px;
	}		
}

.banner-text p {
	margin-bottom: 10px;
	font-size: 20px;
	color: #fff;	
	font-weight: 700;
	text-shadow: -1px 2px 1px #000;
}

@media (max-width: 991px) {
	.banner-text p {
		font-size: 18px;
	}	
}

.banner-form {
	padding: 20px 40px 5px 40px;
	margin-right: -45px;
	background-image: url('../images/bg_form.png');
	background-repeat: no-repeat;
	background-position: top right;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 2;
	position: relative;
}

@media (max-width: 767px) {
	.banner-form {
		padding-left: 20px;
	}
}

.banner-form h2 {
	margin-bottom: 15px;
	font-size: 24px;
	text-shadow: -1px 2px 2px #cbcbcb;
	color: #391c00;
}

.banner-form .form-group {
    margin-bottom: 10px;
}

.banner-form label {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
}

/* =Main
-------------------------------------------- */
h1 {
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 23px;
	color: #1eb04e;
}

h2 {
	font-size: 20px;
	line-height: 23px;
	color: #1eb04e;	
}

p {
	margin-bottom: 20px;
}

.main {
	background-image: url('../images/grass.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}

.inner-main {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color: #5d3900;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.9), 0 0 40px rgba(0, 0, 0, 0.7) inset;	
	position: relative;
}

@media (min-width: 1200px) {
	.inner-main:before, .inner-main:after {
		content:"";
		position:absolute;
		z-index:-1;
		box-shadow:0 0 20px rgba(0,0,0,0.8);
		top:0;
		bottom:0;
		left:10px;
		right:10px;
		border-radius:100px / 10px;
	}
	.inner-main:after {
		right:10px;
		left:auto;
		transform:skew(8deg) rotate(3deg);
	}
}

.main-content {
	margin: 0 15px;
	background: rgb(15,7,0);
	background: -moz-linear-gradient(top, rgba(15,7,0,1) 0%, rgba(29,15,0,1) 1%, rgba(34,17,0,1) 1%, rgba(57,28,0,1) 22%, rgba(57,28,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(15,7,0,1) 0%,rgba(29,15,0,1) 1%,rgba(34,17,0,1) 1%,rgba(57,28,0,1) 22%,rgba(57,28,0,1) 100%);
	background: linear-gradient(to bottom, rgba(15,7,0,1) 0%,rgba(29,15,0,1) 1%,rgba(34,17,0,1) 1%,rgba(57,28,0,1) 22%,rgba(57,28,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0700', endColorstr='#391c00',GradientType=0 );	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.content {
	padding: 15px 25px;
	color: #fff;
}

.content .tel {
	color: #fff;
}

.content a {
	color: #e6db06;
}

.testimonial {
	margin-bottom: 10px;
    background-color: #fff;
    color: #413209;
    padding: 15px 25px 5px 25px;		
}

.testimonial p {
	margin-bottom: 10px;
}

.testimonial span {
	display: block;
	padding-bottom: 10px;
	font-style: italic;
    color: #4a3209;	
}

.badges li {
	margin-right: 20px;
	margin-bottom: 10px;
}

.offer-box {
	padding: 40px 0px 25px 60px;
	text-align: center;
	background-image: url('../images/bg_offer.png');
	background-repeat: no-repeat;
	background-position: top right;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.offer-box h2 {
	font-size: 22px;
	line-height: 25px;
	color: #351a00;	
    text-shadow: -1px 2px 2px #cbcbcb;
}


.green-box {
	max-width: 210px;
	padding: 15px 5px 20px;
	margin: 0 auto 15px;
	background-image: url('../images/bg_green_box.png');
	background-repeat: no-repeat;
	background-position: top right;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;	
}

.green-box h4 {
	margin: 0 0 5px 0;
	font-size: 18px;
	color: #fff;
}

.green-box h5 {
font-size: 12px;
color: #fff;
font-weight:normal;
}

.green-box a {
	/*font-size: 14px;
	font-weight: 700;*/
	color: #fff;
}

.green-box-last {
	max-width: 210px;
	padding: 15px 5px 20px;
	margin: 0 auto 10px;
	background-image: url('../images/bg_green_box.png');
	background-repeat: no-repeat;
	background-position: top right;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;	
}
.green-box-last h4 {
	margin: 0 0 5px 0;
	font-size: 18px;
	color: #fff;
}
.green-box-last h5 {
font-size: 12px;
color: #fff;
font-weight:normal;
}

.green-box-last a {
	/*font-size: 14px;
	font-weight: 700;*/
	color: #fff;
}
/*
	text-decoration: underline;*/
}

.green-box p{
	font-size:12px;
	font-style:italic;
	margin-bottom:0;
}

.social {
	text-align: center;
    padding-left: 60px;
}

.form-content {
	margin-bottom: 15px;
}

/* =Footer
-------------------------------------------- */
.footer {
	padding: 10px 0;
	background: #341800;
	background: -moz-linear-gradient(top, #341800 0%, #311700 20%, #2f1400 21%, #2f1600 24%, #271200 33%, #261002 38%, #231001 38%, #220f00 40%, #220f01 44%, #1a0900 54%, #1a0901 57%, #140700 62%, #140701 67%, #110600 67%, #0f0402 74%, #0b0300 79%, #0d0301 80%, #0a0200 81%, #0a0200 100%);
	background: -webkit-linear-gradient(top, #341800 0%,#311700 20%,#2f1400 21%,#2f1600 24%,#271200 33%,#261002 38%,#231001 38%,#220f00 40%,#220f01 44%,#1a0900 54%,#1a0901 57%,#140700 62%,#140701 67%,#110600 67%,#0f0402 74%,#0b0300 79%,#0d0301 80%,#0a0200 81%,#0a0200 100%);
	background: linear-gradient(to bottom, #341800 0%,#311700 20%,#2f1400 21%,#2f1600 24%,#271200 33%,#261002 38%,#231001 38%,#220f00 40%,#220f01 44%,#1a0900 54%,#1a0901 57%,#140700 62%,#140701 67%,#110600 67%,#0f0402 74%,#0b0300 79%,#0d0301 80%,#0a0200 81%,#0a0200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#341800', endColorstr='#0a0200',GradientType=0 );
	color: #fff;
	-webkit-box-shadow: inset 0px 5px 10px 1px #000000;
    box-shadow: inset 0px 5px 10px 1px #000000;
}

@media (max-width: 767px) {
	.footer {
		text-align: center;
	}
}

.footer p {
	margin-bottom: 5px;
}
.footer h2 {
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.widget-title {
	font-size: 16px;
}

.footer ul li {
	margin: 0;
	padding: 3px 0;
	font-size: 14px;
	line-height: 18px;
}
.footer .img-list li {
	margin: 0;
	padding: 5px 0 5px;
}

.footer a {
	color: #fff;	
}

.subscribeform {
	margin-bottom: 15px;
}

.subscribeform .form-control {
	max-width: 260px;
}

@media (max-width: 767px) {
	.subscribeform .form-control {
		margin-left: auto;
		margin-right: auto;
	}	
}

.yellow a {
	color: #dfd405;	
}

/* =Layout
-------------------------------------------- */
@media (min-width: 768px) {
	.md-text-center {
		text-align: center;
	}
}
.gray-bg {
	background-color: #eeeeee;
}

.white-bg {
	background-color: #fff;
}

.white {
	color: #fff;	
}

.black {
	color: #591f1f;	
}

.blue {
	color: #164569;	
}

.green {
	color: #95d206;	
}

.yellow {
	color: #dfd405;	
}

.red {
	color: #b92520;	
}

.orange {
	color: #ff8900;	
}

p.sidebar {
font-style:italic;
margin-right:20px;
}

.content ul {
padding-left:15px;
}

.content p.ul-intro{
margin-bottom:5px;
}

.sidebar-buttons{
text-align:center;
}
.sidebar-button{
padding-left:50px;
padding-bottom:10px;
display:block;
}

div.quote-buttons {
padding-top:70px;
}

div.quote-buttons a{
display:block;
}

@media (max-width: 767px) {
	div.quote-buttons{
     text-align:center;
	}
}
.quote-buttons img{
float:left;
}
@media (max-width: 767px) {
	.quote-buttons img {
		margin-left:35px;
	}		
}
@media (max-width: 480px) {
	.quote-buttons img {
		margin-left:55px;
	}		
}

@media (max-width: 767px) {
	div.quote-buttons {
		padding-top:0;
	}		
}


