@charset "utf-8";
/* CSS Document */


/* =COLORS

#272727 - dark grey - most things

#238602 - dark green rollover links

#888 - lighter grey

#53C502 - green
#1A8800 - bright green

#574C23 - brown - h2 i think
color:#989333; - tan

color:##bb3e3e; red


--------------------------------------------------------------------------------------------------------*/
.clear { clear: both; }
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }/* ----- clear fix for floats ----- */
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }/* hides clearfix from IE-mac */
.clearfix { display:block; }/* end hide from IE-mac */
.alignleft { float:left; }
.alignright { float:right; }
.aligncenter { margin:0 auto !important; display:inline-block; }
.alignnone { clear:both; font-size:0; line-height:0; margin:0; padding:0; border:0; height:0; width:0; }
.centered { text-align:center; }
.absolute {position:absolute; width:100%; margin-left:-35px; }
/* End Clearfix
--------------------------------------------------------------------------------------------------------*/


/* =Preloader
--------------------------------------------------------------------------------------------------------*/
#preloader { position:absolute; top:0; left:0; right:0; bottom:0; background-color:#000; z-index:199; }
#status { width:200px; height:200px; position:absolute; left:50%; top:50%; background-image:url(../images/ajax-loader.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px; }
/* End Preloader
--------------------------------------------------------------------------------------------------------*/


/* =Typography
--------------------------------------------------------------------------------------------------------*/
html {overflow: -moz-scrollbars-vertical; overflow-y: scroll; }
html, body, #wrap #navwrap {height: 100%;}
body > #wrap #navwrap {height: auto; min-height: 100%;}
#content {padding-top: 30px;padding-bottom: 80px;}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }

body { 
font-family: 'Roboto', sans-serif;
font-size:13px;
color:#464B45; 
background:#000;
font-weight:300;
letter-spacing:.9px;

}



strong { font-weight:bold; }
a, a > * {-webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
p { line-height:1.5; padding:10px 0px 0 0px; }
p.small {font-size:11px;}
.below-h3 {display:block; margin:10px; padding-bottom:10px; text-transform:uppercase }
.below-huge-price {display:block; margin-top:-18px; font-weight:700; }
p.big { font-size:18px; }
p.big a { font-weight:700; }
p.blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	padding-top: 18px;
	clear: both;
	padding-bottom: 18px;
}
.blockquote span {font: 12px 'Open Sans', sans-serif; color:#888; padding-top:5px; text-transform:uppercase; display:block; letter-spacing:1px; }
a {color:#272727; text-decoration:none;}
a:hover { color:#238602; text-decoration:none;}
em {font-style:italic }
.uppercase {text-transform:uppercase }
.line-through {text-decoration:line-through; color:#888; padding:0 !important; }
span.arrow {font:13px 'Open Sans', sans-serif; font-style:normal}
/* End Typography
--------------------------------------------------------------------------------------------------------*/


/* =Headings
--------------------------------------------------------------------------------------------------------*/

h2, h3, h4, h2 a, h3 a, h4 a { 
line-height:.87; 
font-weight:300; 
color:#272727;
display:block; 
font-family: 'Open Sans', sans-serif; 
text-transform:uppercase ; 
text-shadow:rgba(81,67,19,0.59)}

h2 a:hover, h3 a:hover, h4 a:hover { 
color:#238602; }

h2 { 
font-weight:300; 
color:#272727;
font-size:32px; 
padding-bottom:9px; 
padding-top:16px; 


letter-spacing:0px; 
}

h3, h3 a {
	font-size:22px; 
	padding-bottom:9px; 
	padding-top:20px; 
	letter-spacing:-1px; 
	font-weight:400; 
	color:rgba(49,77,40,0.95); 
	}
	
	body{
	 background-color: #000000;
   padding: 0px;
   margin: 0px;
 }
	
#gradient
{
  width: 100%;
  height: 800px;
  padding: 0px;
  margin: 0px;
}	
	
	
h4, .blog h2 {
	font-size:18px; 
padding-bottom:10px; 
padding-top:20px; 
letter-spacing:-1px; 
 }
.grey-area h4 {
	padding-top:10px; }
	
	.btn {
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #34b8d9;
  padding: 10px 60px 10px 60px;
  text-decoration: none;
}

.btn:hover {
  background: #0097f5;
  text-decoration: none;
}
	
	
	
	/*######## Smart Green ########*/
.smart-green {
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;
    background: #F8F8F8;
    padding: 0px 20px 20px 20px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin-top:10px;
}
.smart-green h1 {
    font: 28px Arial, Helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    display: block;
    margin: 0px -20px 15px -20px;
    color: #FFF;
    background: #9DC45F;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;

}
.smart-green h1>span {
    display: block;
    font-size: 14px;
    color: #FFF;
}

.smart-green label {
    display: block;
    margin: 0px 0px 10px;
}
.smart-green label>span {
    float: left;
    margin-top: 0px;
    color: #5E5E5E;
}
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea{
    height:100px;
    padding-top: 10px;
}
.smart-green select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.smart-green .button {
    background-color: #9DC45F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
	
}
.smart-green .button:hover {
    background-color:#80A24A;
}
	
	
	
	
	
	
	
	
	
	
	
.homeh2topmargin{
    display: block;
    overflow: visible;
	margin:0px;
	margin-bottom:10px;
	line-height:38px;	
    
}
/* End Headings
--------------------------------------------------------------------------------------------------------*/

form{
	margin:0;
	padding:0;	
	
}



input, textarea, select { 

width:80%; 
margin-top:6px;
padding:5px;

font: 10px 'Open Sans', sans-serif; 
color:#676767; 
border:1; 
border-bottom:1px solid #ccc; 

-webkit-transition: all 0.2s ease 1s; 
-moz-transition: all 0.2s ease 1s; 
-o-transition: all 0.2s ease 1s; 
transition: all 0.2s ease 1s; 

display:block;
letter-spacing:0px;
-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

input.third { margin: 0px 0px 0px 0px !important; }



input:focus, textarea:focus, select:focus { background:#CED9C7; }


/* =Main Content
--------------------------------------------------------------------------------------------------------*/
/*.container { white-space: nowrap; }*/
#content .container { width:1280px; margin:0 auto; padding:10px 0;}
.slider #content .container, .post #content .container, .cart  #content .container { width:960px; }

.col1-1 { width:940px; margin:10px; float:left; position:relative }
.col1-1.combi { background:#fff; }
.col3-3 { width:940px; margin:10px; float:left; position:relative }
.col1-3 { width:300px; margin:10px; float:left; overflow:hidden }
.col1-3form { width:300px; margin:10px; float:left; overflow:hidden }
.combi .col1-3 {width:320px; margin:0; float:left; }
.col2-3 { width:620px; margin:10px; float:left; overflow:hidden }
.col2-3form { width:620px; margin:10px; float:right; overflow:hidden }
.combi .col2-3 {width:620px; margin:0; }
.height-400 {height:400px }

.col2-3.white, .col1-3.white-right, .col1-3.white, .col1-3.white-left, .white-bottom { padding:10px 35px 31px 35px; background:#fff; }
.white-bottom { position:relative }
.white-bottom.grey-area-last, .white.grey-area-last { padding:10px 35px 0px 35px; }
.white-bottom.grey-area-last2, .white.grey-area-last2 { padding:30px 35px 30px 35px; }
.tab-tile {background:#fff; }
.col1-3.white.p-small { padding:20px 35px 31px 35px; }

.white-right:before {content:''; height:0; width:0; border-width:12px 12px 12px 12px; border-style:solid; border-color:rgba(251,251,251,0) rgba(255,255,255,1) rgba(255,255,255,0) rgba(255,255,255,0); position:absolute; margin-top:25px; left:616px; }
.white-bottom:before {content:''; height:0; width:0; border-width:12px 12px 12px 12px; border-style:solid; border-color:rgba(251,251,251,0) rgba(255,255,255,0) rgba(255,255,255,1) rgba(255,255,255,0); position:absolute; top:-24px; margin-left:0px; }
a:visited .white-bottom:before { border-color: transparent transparent #fff transparent !important; }
a:visited .white-right:before { border-color:transparent #fff transparent transparent !important; }

.bottom-field {
	border-top: 1px solid #ccc;
	background: #f8f8f8;
	position: absolute;
	bottom: 0;
	left: 640px;
	display: block;
	width: 300px;
	padding: 8px 35px 19px 35px;
	text-transform: capitalize;
	color: #888;
}
.grey-area {border-top:1px solid #ccc; border-bottom:1px solid #ccc; background:#f8f8f8; position:relative; display:block; width:300px; padding:15px 35px 25px 35px; text-transform:uppercase; color:#8d8d8d; margin:25px 0 15px 0; margin-left:-35px; }
.grey-area.smaller {border-top:1px solid #ccc; border-bottom:1px solid #ccc; background:#f8f8f8; position:relative; display:block; width:300px; padding:8px 35px 19px 35px; text-transform:uppercase; color:#8d8d8d; margin:25px 0 0px 0; margin-left:-35px; }
.grey-area.last { border-bottom:1px solid #ccc; margin-bottom:0; }
.col2-3.grey-area {width:620px; background:#f8f8f8; position:relative; display:block; }

.cart-single {text-transform:none; }

ul#container {margin:0 auto; position:relative }
ul#container li { width:270px; float:left; white-space: normal; list-style:none outside none; overflow:hidden; position:relative }

ul#container li.col1-3 {width:300px; height:auto; margin:10px; }
ul#container li.col1-3.double {width:300px; height:auto; margin:10px; }
ul#container li.col2-3 {width:620px; height:auto; margin:10px; }
/* =End Main Content
--------------------------------------------------------------------------------------------------------*/


/* =Secondary Content
--------------------------------------------------------------------------------------------------------*/
.break { height:20px; position:relative; }
.images { display:block; position:relative; min-width: 320px; min-height: 240px;}
.overflow {overflow:hidden; }
.button a {border:1px solid #ccc; padding:10px 15px 11px 15px; background:#fff; position:relative; font-size:14px; display:inline-block }
.price {font-size:20px; padding-top:18px; color:#272727; }
.huge-price {font-size:72px; font-weight:700; color:#272727; text-align:center; display:block; margin-top:-11px; }
.huge-price span {font-size:42px; font-weight:400; }
.padding-right {padding-right:30px; }
.margin-right {margin-right:10px; }
/* =End Secondary Content
--------------------------------------------------------------------------------------------------------*/


/* =Googlemaps
--------------------------------------------------------------------------------------------------------*/
#map {width:620px; height:240px; margin:0; border:0}
#map:before, #map:after {background: none; content: ''; left: 0;	position: absolute;	top: 0;	width: 100%; }
#map:after {bottom: 0; top: auto; }
/* End Googlemaps
--------------------------------------------------------------------------------------------------------*/


/* =Image Hover
--------------------------------------------------------------------------------------------------------*/
.images img {width:100%; display: block; max-width: 100% !important; height:auto; box-shadow: #000 0em 0em 0em; }
.masonry .element .images img, .index .element .images img {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; -moz-opacity: 0.88; -khtml-opacity: 0.88; opacity: 0.88; z-index:9 }
.masonry.full-opacity .element .images img, .index.full-opacity .element .images img {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; z-index:9 }

.tabs a {border-bottom:1px solid #ccc; padding:16px 20px; position:relative; display:block; font-size:15px; font-weight:400}
.tabs a:hover {background:#f8f8f8; color:#272727 !important; }
.tabs span {padding:4px 0 0 13px; display:inline-block }
.tabs a.last {border:0; }
.icons { position:relative; height:30px; width:30px; z-index:10; float:left }
.email {background:url(../images/bg-email.png) center center no-repeat; background-size:24px 16px; }
.xing {background:url(../images/bg-xing.png) center no-repeat; background-size:24px 24px; }
.google {background:url(../images/bg-googleplus.png) center no-repeat; background-size:24px 24px; }
.twitter, .tweat {background:url(../images/bg-twitter.png) center no-repeat; background-size:24px 24px; }
.facebook {background:url(../images/bg-facebook.png) center no-repeat; background-size:24px 24px; }
.pinterest {background:url(../images/bg-pinterest.png) center no-repeat; background-size:24px 24px; }
.instagram {background:url(../images/bg-instagram.png) center no-repeat; background-size:24px 24px; }
.vimeo {background:url(../images/bg-vimeo.png) center no-repeat; background-size:24px 24px; }
.skype {background:url(../images/bg-skype.png) center no-repeat; background-size:24px 24px; }
.dribble {background:url(../images/bg-dribble.png) center no-repeat; background-size:24px 24px; }
.link {background:url(../images/bg-link.png) center no-repeat; background-size:24px 24px; }
.bubble {background:url(../images/bg-bubble.png) center no-repeat; background-size:24px 24px; }
.zoom {background:url(../images/bg-zoom.png) center no-repeat; background-size:25px 25px; }
.file {background:url(../images/bg-file.png) center no-repeat; background-size:24px 24px; }
.video {background:url(../images/bg-video.png) center no-repeat; background-size:24px 24px; }
.like {background:url(../images/bg-like.png) center no-repeat; background-size:24px 22px; }
.comment {background:url(../images/bg-comment.png) center no-repeat; background-size:25px 18px; }
.close {background:url(../images/bg-close.png) center no-repeat; background-size:18px 18px; }

.cart-in a {background:url(../images/bg-cart_in.png) 15px center no-repeat #fff; background-size:26px 24px; padding-left:48px; }
.cart-out a {background:url(../images/bg-cart_out.png) 15px center no-repeat #fff; background-size:26px 25px; padding-left:48px; }
.book-me a {background:url(../images/bg-book_me.png) 15px center no-repeat #fff; background-size:22px 18px; padding-left:48px; }

.images .title, .images .subtitle { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; position:absolute; top:35px; left:0px !important; width:auto; font-weight:700; cursor:pointer; margin-left:-500px }
.images .subtitle { top: 68px; font-weight: 400; margin-left:600px }
.masonry .images .title, .masonry .images .subtitle { margin-left:35px; }


/* End Image Hover
--------------------------------------------------------------------------------------------------------*/
.title-wrap, .subtitle-wrap { position:relative; }

.title-wrap h3, .subtitle-wrap p { 
overflow: hidden; 
white-space: nowrap; 
text-transform:uppercase; 
font-family: 'Open Sans', sans-serif;
color:#272727; 
padding:0px; 
font-style:normal; }

.title-wrap h3 span, .subtitle-wrap p span { 
padding:4px 8px 5px 8px; 
background:#fff;  
display:inline-block; 
position:relative }

.subtitle-wrap p span {font-size:13px; 
padding:4px 8px 5px 8px; }

.title-wrap h3 { font-size:16px; 
line-height:1.5; 
letter-spacing:0; }
/* End Image Hover
--------------------------------------------------------------------------------------------------------*/


/* =Fullscreen Slideshow Page
--------------------------------------------------------------------------------------------------------*/
.single-work .flexslider { z-index:1 }
.single-work header {position:fixed; width:100%; }

.single-work body, html.single-work { height: 100%; padding: 0; margin: 0; }
.single-work .flexslider{ display: block; position: fixed; height: 100%!important; overflow: hidden!important; width: 100%!important; }

.single-work .pic1 {background:url(../images/slide01.jpg) fixed no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:relative; display:block; height:1148px; width:1742px; }
.single-work .pic2 {background:url(../images/slide02.jpg) fixed no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:relative; display:block; height:1155px; width:1732px; }
.single-work .slide { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; }

.more-info {display:block; position:absolute; top:35px; right:35px; }
.more-info a { border:1px solid #ccc; padding:9px 15px 10px 15px; float:left; margin-left:5px; }
/* =Fullscreen Slideshow Page
--------------------------------------------------------------------------------------------------------*/


/* =Blog
--------------------------------------------------------------------------------------------------------*/
.teaser {height:261px; }
.teaser .grey-area.smaller {position:absolute; bottom:0; }
p.comments {text-transform:none; }
.post .grey-area { color:#555 }
/* End Blog
--------------------------------------------------------------------------------------------------------*/


/* =Lists
--------------------------------------------------------------------------------------------------------*/
ul.unordered-list { list-style: disc; line-height:1.5; padding:0; margin:0; text-align:left !important; }
ul.unordered-list2 { font-size:14px; font-weight:100; list-style:outside disc; line-height:1.15; width:80%; padding:0; margin:0; text-align:left !important; }
ul.unordered-list3 { font-size:14px; font-weight:100; list-style:inside; line-height:1.5; padding:0; margin:0; text-align:left !important; }
ul.unordered-list4 { font-size:14px; font-weight:100; list-style:outside disc; line-height:1; padding:0; margin:0; text-align:left !important; }
ul.unordered-list5 a{ color:rgba( 152, 0, 41, 1 ); font-size:16px; font-weight:100; list-style:inside; line-height:1.2; padding:0; margin:0; text-align:left !important; }
ul.unordered-list6 { font-size:14px; font-weight:400; list-style:inside; line-height:1.5; width:80%; padding:0; margin:0; text-align:left !important; }
ul.unordered-list.check li { background:url(../images/bg-check.png) no-repeat 1px 13px; background-size:13px 11px; }
ol.ordered-list { list-style: decimal; line-height:1.5; padding:10px 0px 0 0px; margin-left:18px; text-align:left !important; }
ul.unordered-list.floated li {float:left; margin-right:40px; }
/* =End Lists
--------------------------------------------------------------------------------------------------------*/
ul.unordered-list2 li a, a:visited{
	color:#585858;
		
	
	
}



ul.unordered-list4 li{
	line-height:1;
	padding-bottom:10px;
}

ul.unordered-list5 li{
	
	padding-bottom:6px;
}

ul.unordered-list5 li a, a:visited{
	color:#989333;
    font-family: "Roboto Condensed";
	font-weight:100;	
	
	
}

ul.unordered-list5 li a:hover{
	color:#1A8800;
		
}






.sortbtn{
	
	
	text-align:left;
	height:auto;
	background-color:#ffffff;
	border:thin;
	border-bottom:rgba(135,135,135,0.57) thin solid;
	padding:5px;;
	margin-right:8px;
	width:90%;
	
}

.sortbtn:hover{
	
	
	text-align:left;
	height:auto;
	background-color:rgba(27,94,4,0.53);
	border:thin;
	border-bottom:rgba(135,135,135,0.57) thin solid;
	padding-left:5px;
	margin-right:8px;
	color:#fff;
	width:90%;
	
}

/* =Footer
--------------------------------------------------------------------------------------------------------*/
footer { width:100%; height:80px; padding:0px 35px 0 35px; background:#fff; position: relative; clear:both; z-index:100; -webkit-box-shadow:0 -1px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow:0 -1px 0 rgba(0, 0, 0, 0.1); box-shadow:0 -1px 0 rgba(0, 0, 0, 0.1);}
footer p {padding-top:31px !important }
/* End Footer
--------------------------------------------------------------------------------------------------------*/


/* =Social
--------------------------------------------------------------------------------------------------------*/
ul.social { padding-top:28px; margin-bottom:6px; letter-spacing:0; font-size:0; }
.social li { display:inline-block; margin:0px 2px;}
.social li a { display:block; }
ul.social a {text-indent:-9000px; text-decoration:none; height:24px; width:24px;}
/* End Social
--------------------------------------------------------------------------------------------------------*/


/* =Isotope
--------------------------------------------------------------------------------------------------------*/
.isotope-item { z-index: 2; -webkit-backface-visibility: hidden; overflow:hidden}
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property:    -moz-transform, opacity; -ms-transition-property:     -ms-transform, opacity; -o-transition-property:         top, left, opacity; transition-property:         transform, opacity; }
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }


/* =options
--------------------------------------------------------------------------------------------------------*/

.portfoliotestimonial{
	box-sizing:border-box;
	background-color:#fff;
	overflow:hidden;
	
}

.portfoliotestimonial p{
	font-size:14px;
	line-height:1.5;
}

#bkwrap{
	height:200px;
	max-height:200px;
	padding:0px;
	margin:0 auto;
}

.navbg{
	background: rgba(37,188,0,.9); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(143,200,0,0.97) 0%, rgba(182,219,0,0.97) 92%, rgba(143,200,0,0.97) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,200,0,0.97)), color-stop(92%,rgba(182,219,0,0.97)), color-stop(100%,rgba(143,200,0,0.97))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(143,200,0,0.97) 0%,rgba(182,219,0,0.97) 92%,rgba(143,200,0,0.97) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(143,200,0,0.97) 0%,rgba(182,219,0,0.97) 92%,rgba(143,200,0,0.97) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(143,200,0,0.97) 0%,rgba(182,219,0,0.97) 92%,rgba(143,200,0,0.97) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(143,200,0,0.97) 0%,rgba(182,219,0,0.97) 92%,rgba(143,200,0,0.97) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78fc800', endColorstr='#f78fc800',GradientType=0 ); /* IE6-9 */
box-shadow:0px 3px 6px rgba(0,0,0,0.52);
	
}


.bg2{
	background: rgba(12,123,0,0.90); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(177,237,73,.3) 0%, rgba(27,107,37,.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(177,237,73,.3)), color-stop(100%,rgba(27,107,37,.3))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(177,237,73,.3) 0%,rgba(27,107,37,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(177,237,73,.3) 0%,rgba(27,107,37,.3) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(177,237,73,.3) 0%,rgba(27,107,37,.3) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(177,237,73,.3) 0%,rgba(27,107,37,.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1ed49', endColorstr='#1b6b25',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



/* Logos
--------------------------------------------------------------------------------------------------------*/




/* Colors
--------------------------------------------------------------------------------------------------------*/
.color1{color:rgba(255,47,0,1.00);}


.color2{color:#1A8800;}/*drk nav green */

.color3{color: #8acc59} /*green*/

.color4{color:#989333;}/*light tan */

.color5{color:#aa3333;}/*dark red */


.dead-link {cursor:default !important }
/* End Isotope
--------------------------------------------------------------------------------------------------------*/


/* =Backtotop
--------------------------------------------------------------------------------------------------------*/
#backtotop { height:auto; position:fixed; right:0px; bottom:70px; display:none; z-index:330; }

#backtotop ul li a { 
background:url(../images/bg-up.png) center 48% no-repeat #42FF00; 
background-size:22px 15px; 
display:block; 
width:30px; 
height:30px; 
text-indent:-9000px; 
-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.5); 
-moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.5); 
box-shadow:0 0 1px rgba(0, 0, 0, 0.5);
}

/* End Backtotop
--------------------------------------------------------------------------------------------------------*/


/* =Shop-Link
--------------------------------------------------------------------------------------------------------*/
#shop-link { height:auto; position:fixed; right:35px; bottom:136px; display:block; z-index:30; }
#shop-link ul { overflow:hidden }
#shop-link ul li a { background:url(../images/bg-shopping_cart.png) 13px 50% no-repeat #fff; background-size:26px 23px; display:block; width:50px; height:50px; -webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.5); -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.5); box-shadow:0 0 1px rgba(0, 0, 0, 0.5);}
#shop-link ul li a span {padding-left:50px; width:auto; padding-top:15px; display:inline-block; color:#2b2b2b; white-space:nowrap }
/* End Shop-Link
--------------------------------------------------------------------------------------------------------*/

/* =Tips

--------------------------------------------------------------------------------------------------------*/

.tipdownload a{
    
    font-family: "Roboto Condensed";
    font-weight: 100;
	font-size:16px;

}

.tipdownload img{
	margin-right: 5px;
	
}
.partners {
    text-align: center;
    margin: 0 auto;
}
