/* CSS Document */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {	
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	color:#000;	
	font-size:14px;	
	line-height: 24px;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, 
blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
a:focus, a:hover {
	text-decoration: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {border: none; max-width: 100%;}
a:focus{outline:none;}
a {text-decoration:none;}
.clear {clear: both;}
header {
	background: #231f20;
}
section {
	padding: 40px 0;
}
h1,h2,h3,h4 {
	font-family: 'Raleway', sans-serif;
	margin-bottom: 15px;
}

.service {
	padding-top: 15px;
}
.service h2 {
	font-family: 'Raleway', sans-serif;
	margin: 15px 0 15px 0;
}

/* header
----------------------------*/
.headrt {
    color: #ffffff;
    float: right;
    font-family: "BebasNeue Regular";
    font-size: 20px;
    line-height: 27px;
    margin: 25px 0 10px;
}

.headrt a {
	color:#fff;
}
.headrt p span {
	color: #7aac33;
}
.headrt li {
	float: left;
}
.headrt li:first-child {
	border-right: 1px #333 solid;
}
.headrt li a {
	padding: 15px;
}
.headrt li a i {
	margin-right: 7px;
}
/* Navigation
----------------------------*/
.navbar-brand {
	float: none;
	padding: 15px 0;
	display: block;
	height: auto;
}
nav.navbar {
	float: left;
	width: 100%;
	border: none;
	border-radius: 0;
}
.search {
	float: right;
}
.search a.dropdown-toggle {
    background: #0693dc none repeat scroll 0 0 !important;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    text-align: center;
    width: 35px;
}
.search .dropdown-menu {
    left: auto;
    padding: 10px;
    right: 0;
    width: 243px;
}
.search .dropdown-menu a {
	text-transform:uppercase;
	font-weight:bold;
}

.search .dropdown-menu a:hover {
	color:#000000;
}
.search .form-control {
    border-radius: 0;
    width: 180px;
}
.search .btn {
    line-height: 16px;
    margin: 0;
    padding: 7px 10px;
}
ul.nav.navbar-nav {
	float: right;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar-nav > li > .dropdown-menu {
	margin-left:0; 
	background-color: none !important;
	border-radius: 0 !important;
	border: none !important;
	background: url(../img/overlay.png) repeat;
}
.navbar-nav > li > .dropdown-menu a {
	color: #fff;
	font-weight: 400 !important;
}
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
	background: url(../img/overlay.png) repeat;
	color: #fff;
	text-decoration: none;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.nav > li > a {
	display: block;
	padding: 15px 0;
	margin: 0 20px;
	border-bottom: 4px #231f20 solid;
	line-height: 31px;
	font-size: 14px;
	font-weight: bold;
	color: #fff !important;
	position: relative;
	text-transform: uppercase;
}
.nav > li:first-child > a {
	margin-left: 0;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a.active {
	background: none;
	color: #eee !important;
	border-color: #7aac33;
}
.navbar {
	margin-bottom: 0px;
	min-height: 20px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	border: none;
	background: none;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
	background: none !important;
	color: #21c2f8;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
  	background: none !important;
	color: #0483d8;
}
/* slider  */

#banner h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  line-height:55px;
  text-transform: uppercase;
  width: 400px;
  margin: 20px 0;
}
#banner span {
	border-bottom: 3px #7aac33 solid;
}
#section1 {
	padding: 40px 0 120px 0;
	position: relative;
}
#section1 .text-left a.btn {
    background: #7aac33 none repeat scroll 0 0;
    color: #ffffff;
    font-family: "BebasNeue Regular";
    font-size: 25px;
    margin-top: 48px;
    padding: 7px 20px;
    white-space: normal;
    width: 200px;
}

.product-area {
	margin-top: 30px;
}
.product {
	margin: 10px;
	border: 1px #ebebeb solid;
	position: relative;
	-webkit-box-shadow: 0 0 3px 0 #ccc;
	-moz-box-shadow: 0 0 3px 0 #ccc;
	box-shadow: 0 0 3px 0 #ccc;
}
.product a.productimg {
	display: block;
	text-align:center;
}
.price{
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	background: #333;
}
.price span {
	padding: 10px;
}
.price::after{
    content: '';
    position: absolute;
    right: -20px;
    top: 100%;
    width: 0;
	top: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    border-top: 24px solid #333;
    clear: both;
}
.product h3 a {
    color: #333;
	font-family: "BebasNeue Regular";
	font-weight: bold;
    display: inline-block;
    font-size: 25px;
    padding: 3px 30px 5px 10px;
}
.product h3 a span {
	color: #7aac33;
}
.product .addtocart, .service .addtocart {
	text-align: right;
}
.product .addtocart span, .service .addtocart span {
	float: left;
	padding: 3px 10px;;
}
.product .addtocart a.btn, .service .addtocart a.btn {
    background: #7aac33;
	color: #FFF;
    border-radius: 0;
    font-size: 14px;
    line-height: normal;
    padding: 4px 40px 5px 10px;
    position: relative;
	display: inline-block;
}
.product .addtocart a.btn::after, .service .addtocart a.btn::after {
    background: #939598 none repeat scroll 0 0;
    content: "";
    font-family: fontawesome;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    right: -1px;
    top: -1px;
	height: 30px;
}
.product .addtocart a.btn:hover, .service .addtocart a.btn:hover {
	background:#333;
}
.product .dec h3 {
	height: 62px;
}
.productpage h3 {
    color: #333;
	font-family: "BebasNeue Regular";
	font-weight: bold;
    display: inline-block;
    font-size: 25px;
    padding: 3px 30px 5px 0;
}
.productpage h3 span {
	color: #7aac33;
}
.productpage h1 {
    color: #333;
	font-family: "BebasNeue Regular";
	font-weight: bold;
    padding: 3px 30px 5px 0;
}
.productpage h4 {
    color: #333;
	font-family: "BebasNeue Regular";
	font-weight: bold;
    display: inline-block;
	letter-spacing: 1px;
    font-size: 20px;
    padding: 3px 30px 5px 0;
}
.productpage h1 span {
	color: #7aac33;
}
.product-description {
	margin: 25px 0 25px 0;
}
.add-to-cart label {
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
}
.boximg a {
  background: #017299 ;
  border-radius: 0;
  bottom: 0;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 50px 5px 20px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.readmore::after {
  background: #939598;
  content: "";
  font-family: fontawesome;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 12px;
  position: absolute;
  right: -1px;
  top: -1px;
}
.readmore:hover {
	background: #333;
	color: #FFF;
}

.viewmore a:hover {
	color: #000 !important;
}

.viewmore a {
	color: #fff !important;
	display: inline-block !important;
	text-align: center !important;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.viewmore {
    background: #7aac33;
    display: block;
    left: 50%;
    margin-left: -175px;
    padding: 10px 35px;
    position: absolute;
    width: 350px;
    z-index: 9;
	bottom: -35px;
}


.viewmore::after {
    border-bottom: 10px solid transparent;
    border-left: 13px solid #7aac33;
    border-top: 10px solid transparent;
    clear: both;
    content: "";
    height: 0;
    position: absolute;
    right: -13px;
    top: 23px;
    width: 0;
}
.viewmore::before {
    border-bottom: 10px solid transparent;
    border-right: 13px solid #7aac33;
    border-top: 10px solid transparent;
    clear: both;
    content: "";
    height: 0;
    position: absolute;
    left: -13px;
    top: 23px;
    width: 0;
}


/* custom message */
.title.text-center > h2 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
.conentbox {
  background-color: #eaf4f8;
  color: #777777;
  margin-top: 45px;
  padding: 30px;
}
.conentbox p {
	padding-bottom: 8px;
}
.conentbox > h3 {
  color: #017299;
  padding-bottom: 20px;
  font-size: 17px;
  margin: 10px 0;
}
/**** section2 ****/
#section2 {
	padding: 80px 0 40px 0;
	background: #c9ffd8;
}

#section2 a.readmore {
    background: #7aac33 !important;
}

#section3 {
	overflow: hidden;
	background: #7aac33;
	padding: 0;
}
.blubg{
	position: absolute;
	width: 1000px;
	height: 100%;
	background: url(../img/testiBG.jpg) no-repeat;
	left: 0;
	top: 0;
}
#google_map,#section2 h2 {
	position: relative;
	z-index: 1;
}
.gmap_area {
	padding: 30px 30px 30px 0;
	color: #FFF;
}
.gmap_area a {
	color: #fff;
}
#google_map {
	margin-bottom: 20px;
}
.testimonial-area {
	margin: 30px 20px;
}

#section3 h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	z-index: 9;
	color:#FFF;
}

.testimonial-carousel {
	background: #FFF;
	padding: 35px 60px;
	text-align: center;
}

.testimonial-carousel div h4 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	margin-top: 30px;
}

/* bottom headding */

.bottom-hedding {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    padding-top: 85px;
    position: relative;
    text-transform: uppercase;
    width: 300px;
}
.bottom-hedding:before{
	 background-color: #88b6ca;
  bottom: -7px;
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  width: 50px;
	
	}
	p.bdes {
  color: #ffffff;
  padding-top: 35px;
  text-transform: capitalize;
}
.left-banner{
	float:left;
	min-height: 407px;
	position: relative;
}
.right-banner {
    position: absolute;
    right: -40px;
    top: -20px;
    z-index: 9;
}


/*++++++++++++++ banner ++++++++++*/
.banner {
	height:500px;
}
.box {
	background: #FFF;
	position: relative;
	   margin-top: 40px;
}
.boximg {
	position: relative;
	overflow:hidden;
}
.boximg img {
	float:left;
	width: 100%;
}
.boximg a {
    background: #7aac33;
    bottom: 0;
    position: absolute;
    right: 0;
}
.boxdec{
	padding: 20px;
}
.boxdec > h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.boxdec > h3:before {
	  background-color: #7aac33;
    bottom: -4px;
    content: "";
    height: 4px;
    position: absolute;
    width: 50px;
}
.boxdec > p {
    min-height: 145px;
    padding-top: 15px;
}
/*++++++++++++++ /banner ++++++++++*/
/* Footer
----------------------------*/
.footer {
	background: #282828;
	padding: 30px 0;
	color: #fff;
}
.footer h3 {
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

/*news button */
.newslater .form-group{
	margin-top:30px;}

.newsbutton{
	 background-color: #017299;
   border: 1px solid #017299;
  color: #ffffff;
   position: absolute;
    right: 0;
    text-align: center;
    top: 0;
	
	
	}
.newsbutton i{
	text-align:center;
	color:#fff;
	  padding: 9px 8px;
	
	}
	.newslater .form-group {
  position: relative;
}

.footer p {
	padding: 5px 0 0 0;
}
.footer p.copyright {
    border-top: 1px solid #7aac33;
    float: left;
    margin-top: 20px;
    padding-top: 10px;
    width: 100%;
}
.footer a {
	color: #fff;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.footer a:hover {
	color: #fff;
}
.footer-nav ul {
	padding-top:5px;
}
.footer-nav ul li{

}
.footer-nav ul li a{
	display:inline-block;
	line-height:20px;
	padding:0;
	margin:0;
}
.footer-nav ul li a:hover {
	margin-left: 6px;
	color: #ccc;
}
.footer-nav ul li:first-child {
	background:none;
}
.social-icons li {
    display: inline-block;

}

.social-icons li a {
    background: #c2c2c2;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.social-icons li a:hover {
	background: #7aac33;
}
.fa-chevron-right::before {
  padding-right: 5px;
}

#Breadcrumbs {
 text-transform: uppercase;
}

.product-form {
	max-width: 350px;
}

.dropdown {
	margin-bottom: 10px;
}
.middleColumn {
	min-width: 200px;
	display: inline-block;
	float: right;
	text-align: left;
	
}

.feature-list ul {
	padding: 40px;
	list-style:georgian !important;
}

.add-to-cart .dropdown
{
	margin-top: 20px !important;
}

.quantity {
	margin-top: 100px !important;
}

#ProductForm_ProductForm_Quantity {
	width: 50px;
}

label {
	font-weight: bold !important;
}

#ProductForm_ProductForm_action_add{
	background-color: #7aac33;
	border: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	width: 200px;
	 border-radius: 0 !important; 
	margin-top: 20px;
}

.pricemove {
	position:relative;
	top:-90px;
	left:225px;
	font-weight: bold;
}


/*LOGIN FORM FIX*/
#MemberLoginForm_LoginForm fieldset, #MemberLoginForm_LoginForm input  {
	float: left;
}

#MemberLoginForm_LoginForm label {
	height: 50px;
	padding-right: 20px;
}

#MemberLoginForm_LoginForm input[type="submit"], #ForgotPassword, .button {
	margin-bottom: 20px;
	float:left;
	clear:both;
}

.cycle-slide {
	padding: 20px;
	width:100%;
}
