 /* 
--------------------------------------
FONTS
--------------------------------------
*/

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}



 /* ---- END FONTS ---- */

/* 
--------------------------------------
BODY, CONTAINER,STRON,EM,P
--------------------------------------
*/
*,*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{margin:0 !important;padding:0 !important;overflow-x:hidden;}
html.browser_ie, html.browser_ie body{overflow-x:inherit;}
body{
	font-size: 20px;
	color: #4a4c4a;
	line-height: 27px;
	word-wrap:break-word;	
	text-rendering:optimizeSpeed;
	font-family: "futura-pt",sans-serif;
	font-weight: 300;
}
.container{
    width:1440px;
    max-width:100%;
    margin:0 auto;
	padding:0; 
}
#mainbody{position:relative;}
strong,.bold{font-weight:700;}
pre{white-space:normal;}
p,.p,.end_p,form{margin: 0 0 23px;}
.end_p{display:block;}
.post_content span.end_p:first-child{margin-bottom:0;}

/* ---- END BODY, CONTAINER,STRON,EM,P ---- */

/* 
--------------------------------------
HEADERS
--------------------------------------
*/

h1,h2,h3,h4,h5,h6{
	margin:0 0 10px 0px;
	font-weight:700;
	color: #69982e;
	text-transform: uppercase;
}
h1{font-size: 34px;line-height: 41px;margin: 0 0 30px;}
h2{font-size:29px;line-height: 37px;}
h3,h4,h5,h6{margin:30px 0px 20px;color: #4a4a4a;}
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child{margin-top:0;}
h3{font-size:28px;}
h4{font-size:26px;}
h5{font-size: 24px;color: #4a4c4a;line-height: 32px;text-transform:none;}
h6{font-size:22px;color: #4a4c4a;line-height: 32px;text-transform:none;}

/* ---- END HEADERS ---- */

/* 
--------------------------------------
TRANSITION
--------------------------------------
*/

table tr,a,a:before,table td,table th,input,textarea,select,button,span.faq-t,.transition
{
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
}

/* ---- END TRANSITION ---- */

/* 
--------------------------------------
LINKS
--------------------------------------
*/


a,span.readmore{
	cursor: pointer;
	text-decoration:none !important;
	outline:0;
	 -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  vertical-align:top;
  display:inline-block;
  max-width:100%;
  color:#69982e;
  
}
a:focus,a:active,a:hover{text-decoration:none !important;color:#d2dbd2;}
a:before ,span.readmore:before{
  content: "";
  position: absolute;
  z-index: -1;
 left:0;
 right:0;
  bottom: 2px;
  background-color: #69982e;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a:hover:before, a:focus:before, a:active:before {
left:50%;
right:50%;
}
a.onhover:before,a.hover:before{left:51%;right:51%;}
a.onhover:hover:before,a.hover:hover:before{left:0;right:0;}
a.onhover:hover:before, a.onhover:focus:before, a.onhover:active:before {left:0;right:0;}
a:visited{
}
a.readmore,a.buttonmore,span.readmore,a.downarr
{
	display:inline-block !important;
	text-transform: uppercase;
	font-size: 18px;
	color: #ffffff;
	background-color: #7ba63c;
	padding: 21px 90px 21px 23px;
	line-height: 100%;
}
a.readmore.smallmore{
	min-width:120px;padding:12px 15px;height:100%;
}
a.readmore.smallmore:after{font-size:15px;height:15px;right:15px;}
#left-article-mod a.readmore{padding-right:45px;}
.readmore.lorangebutton{background-color: #faceb3;color:#4a4a4a;}
.readmore.orangebutton:hover:before,
.buttonmore.orangebutton:hover:before{background-color: #faceb3;}
a.readmore:hover,
a.readmore:hover:after,
.readmore.lorangebutton:after,
.readmore.greybutton:after,
.readmore.lgreenbutton:after,
.readmore.orangebutton:hover,
.readmore.orangebutton:hover:after,
button[type="submit"]:hover:after,
.buttonmore.orangebutton:hover,
.buttonmore.lgreenbutton,
.buttonmore:hover,
.readmore:hover,
.readmore:hover:after{color:#4a4a4a;}
.readmore.greybutton{background-color: #d0cdc8;color: #4a4a4a;}
.readmore.lgreenbutton,
.buttonmore.lgreenbutton{background-color: #d2dbd2;color:#4a4a4a;}
.readmore.orangebutton,
.buttonmore.orangebutton{background-color: #e75f0f;}
.readmore.lorangebutton:hover:before,
.readmore.greybutton:hover:before,
.readmore.lgreenbutton:hover:before{background-color: #69982e;}
.readmore.lorangebutton:hover,
.readmore.lorangebutton:hover:after,
.readmore.greybutton:hover,
.readmore.greybutton:hover:after,
.readmore.lgreenbutton:hover,
.readmore.lgreenbutton:hover:after,
.buttonmore.greybutton:hover,
.readmore.greybutton:hover,
.buttonmore.lgreenbutton:hover{color:#ffffff;}
.buttonmore.greybutton:hover:before,
.readmore.greybutton:hover:before,
.buttonmore.lgreenbutton:before{background-color:#7ba63c;}
a.readmore:before,a.buttonmore:before,span.readmore:before,a.downarr:before{left:51%;right:51%;height:100%;bottom:0;top: 0;background-color: #d2dbd2;margin: auto 0;line-height: 100%;height: 100%;}
a.readmore:after,span.readmore:after,a.downarr:after,
button[type="submit"]:after{font-family:'simple-line-icons';color: #ffffff;font-size: 20px;content:"\e606";top: 0;margin: auto 0;right: 23px;bottom: 0;line-height: 100%;height: 20px;position: absolute;}
a.usermore:after{content:"\e005";font-size: 22px;height: 22px;}
a.download:after{
	content:"";
	font-family:inherit;
	background:url("../images/icon-download.png") no-repeat center center;
	width:24px;height:17px;
}
a.pdf:after{
	font-size:24px;
	height:24px;
	content:"\f1c1";
	font-family:'FontAwesome';
}
a.logout:after{
	width:21px;height:22px;content:"";background:url("../images/logout-icon.png");
}
a.paypal:after,
button.paypal:after{
	content: "\e608";
}
a.plus:after{
	content: "\e095";
}
a.minus:after{
	content: "\e615";
}
a.videoplay:after{
	content: '\f3a9';
	font-family:Material-Design-Iconic-Font;
	font-size: 24px;
	height: 24px;
	width:24px;
}
a.camera:after{
	content: '\f28c';
	font-family:Material-Design-Iconic-Font;
	font-size: 24px;
	height: 24px;
	width:24px;
}
button.refresh:after,a.refresh:after{
	content:"\e098";
}
a.remove:after{
	content:"\e082";
}
.readmore.rtoparr:after,span.readmore.rtoparr:after{margin:0;top:18px;}
.readmore.down:after,a.downarr:after{content:"\e604";}
a.downarr.active:after{content:"\e607";}
a.readmore:hover:before,a.buttonmore:hover:before,span.readmore:hover:before,
a.downarr:hover:before{left:0;right:0;}
a.readmore:hover,
.readmore.lorangebutton,
.readmore.lorangebutton:after,
.readmore.greybutton,
.readmore.greybutton:after,
a.readmore:hover:after,
span.readmore:hover:after,
a.downarr:hover:after{color: #4a4c4a;}
.readmore.white{border: 1px solid #9b9b9b;background-color: #ffffff;color: #4a4c4a;}
.readmore.white:after{color: #4a4c4a;}
a.hover.text:before{height:1px;}
a.readmore span{display:block;}
a.readmore span.value{text-transform:none;margin:20px 0 15px;margin-right:-70px;}
a.buttonmore{padding:11px 22px;}
a.buttonmore.greybutton{color: #4a4c4a;background-color: #d0cdc8;}
a.rightarr{line-height:100%;width:26px;height:26px;line-height:100%;text-align:left;text-indent:-999999999px;overflow:inherit;
padding:0;display:inline-block;}
a.rightarr:before{background:transparent;text-indent:0;}
a.rightarr:after{font-family:'simple-line-icons';content:"\e079";font-size: 26px;color: #80c079;
position:absolute;right:0;bottom:0;text-indent:0;line-height:100%;}
a.rightarr:hover:after{color:#69982e;}
a.rightarr:after,a.readmore:after,
button[type="submit"]:after{
 -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
a.sortalpha{

}
a.sortalpha:after{
	content:"\f15d";
	font-family:'FontAwesome';
	font-size:16px;
	position:absolute;
	margin-left:10px;
}
a.sortalpha.desc:after{content:"\f15e";}
a.rightarr:hover:after,a.rightarr:focus:after,a.rightarr:active:after,
a.readmore:hover:after,
span.readmore:hover:after,
button[type="submit"]:hover:after{
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
a.cartmore:after{
	content: "\e04e";
	font-size: 26px;
	height: 26px;
}
a.cartmore:hover:after{
	-webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

a.fontawesome:after{
	font-family:'FontAwesome';
}
a.poundsign:after{
	content:"\f154";
}
a.checksign:after{
	content:"\f00c";
}
a.filesign:after{
	content:"\f15c";
}

/* ---- END LINKS ---- */

/* 
--------------------------------------
LISTS
--------------------------------------
*/

ul,ol
{
	margin: 0px 0 30px 0px;
	position:relative;
	padding: 0 0 0 30px;
}
ul ul,ul ol,ol ol, ol ul{margin:10px 0 20px;}
ul, ul li{
	list-style:none;
}
ol li,ul li{padding:0 0 0 0px;margin:0 0 5px -5px;}
ol{
	padding-left:25px;
}
ol li{padding-left:10px;}
ol li li{margin-left:20px;}
ul li:before{
	content:"";
	padding: 0;
	vertical-align:top;
	display:inline-block;
	background-color: #69982e;
	width:10px;
	height:10px;
	border-radius:50%;
	margin:10px 0px 0 0px;
	position:absolute;
	left:0;
}
ul.links{}
ul.links li{margin-left:0;}
ul.links li:before{
	content:"\f08e";
	font-family:'FontAwesome';
	font-size:16px;
	margin:1px 0 0 0;
	color: #69982e;
	background:transparent;
	
	
}
ul.pdf{}
ul.pdf li{}
ul.pdf li:before{content:"\f1c1";
font-family:'FontAwesome';
	font-size:18px;
	margin:-0px 0 0 0;
	color: #69982e;
	background:none;
}
ul.nostyle,.bootstrap-datetimepicker-widget ul{margin:0;padding:0;}
ul.nostyle li,.bootstrap-datetimepicker-widget ul li{margin:0;padding:0;}
ul.nostyle li:before,.bootstrap-datetimepicker-widget ul li:before,ul.uk-slideshow li:before,ul.uk-grid>li:before{display:none;}
ul.uk-slider,.uk-slider:not(.uk-drag){transition: all 1s;}
ul.link_icon{margin-top:25px;}
ul.link_icon li{padding-left:45px;}
ul.link_icon li:before{content:"";font-family:inherit;background:url("../images/pdf-icon.png") no-repeat left top transparent;width:32px;height:27px;
border:0;margin:0;padding:0;}
ul.link_icon li.doc:before{background-image:url("../images/doc-icon.png");}
ul.uk-slideshow li{padding:0;margin:0;}

/* ---- END LISTS ---- */


/* 
--------------------------------------
TABLE
--------------------------------------
*/

table
{
	border-spacing: 0;
	border-collapse: collapse;
	clear: both;
	margin: 0px 0 23px;
	padding: 0px;
	width: 100%;
	border:0 !important;
	border-radius:0 !important;
	font-size:100%;
	font-family:inherit;
	line-height:inherit;
}
table tr{
	border-bottom:solid 1px #ffffff;
}
table tr:last-child{
	border:0;
}
table thead,table tr._title{
	background:#69982e;
	color:#ffffff;
	border:solid 1px #69982e;
}
table th
{
	padding: 10px;
	text-align: left;
	text-transform:uppercase;
	vertical-align:top;
	border-right:solid 1px #ffffff;
}
table td
{
	border:0;
	padding: 10px;
	text-align:left;
	vertical-align:top;
	border:solid 1px #d2dbd2;
}
table td.right{text-align:right;}
table tr:nth-child(odd)
{
	
}
table tr:nth-child(even)
{
	
}
table tr:hover
{
	background-color:rgba(210, 219, 210,0.3);	
}
table tr:hover th{color:#4a4a4a;}

/* ---- END TABLE ---- */


/* 
--------------------------------------
OTHERS
--------------------------------------
*/
img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
img.full{width:100%;}
img.noborder,a.noborder img{border:0;}
iframe{border:0;width:100%;max-width:100%;}

hr,div.new_separator,div.separator
{
	background: none;
	border-bottom: solid 1px #faceb3;
	border-top:solid 1px #69982e;
	margin: 25px 0;
	width: 100%;
	clear:both;
}
.uk-lightbox-content img,.withimage img{margin-top:0;}
.uk-lightbox-content img{border:0;}
.uk-close:before{background:none !important;}
.uk-close-alt:after{color:#333333;text-shadow:none;}
blockquote{display:block;border:0;padding:0px;}
ul.breadcrumbs{margin:0;padding:0 0 30px;font-size:12px;}
ul.breadcrumbs li{display:inline;color:#999999;}
ul.breadcrumbs li .fa{font-size:10px;margin:0 5px;}
span.dot_divider:before{display:inline-block;content:"";font-weight:700;
width:4px;height:4px;background:#ffffff;border-radius:50%;font-size:30px;margin:0px 5px;position:relative;top:-2px;}
dt.error,dd.error {display:none;}
a.uk-position-cover:before{background:none !important;}
.wp-caption{max-width:100%;}
.wp-caption-text{font-size:15px;text-align:center;margin:5px 0;}

/* ---- END OTHERS ---- */

/* 
--------------------------------------
WIDGETKIT
--------------------------------------
*/
.slide_nav{position:absolute;z-index:3;bottom:10px;
left:0;right:0;margin:auto;text-align:center;}
.slide_nav ul li{display:inline-block;float:none !important;}
.slide_nav ul li:before{content:"\f192";color:#00a650;font-size:25px;margin:0 15px 0 0;text-shadow:1px 1px #000000;}
.slide_nav ul li:last-child:before{margin-right:0;}
.slide_nav ul li span{background:red;display:block;}
.slide_nav ul li.active:before,.slide_nav ul li:hover:before{color:#cdf0de;}
.uk-slidenav-position .uk-slidenav{display:block !important;width:36px;height:auto;padding:0;font-size: 36px;color: #4a4c4a;}
a.uk-slidenav:before{display:none;}
a.uk-slidenav:after{opacity:1;font-family:'simple-line-icons';content: "\e606";}
.uk-slidenav-position .uk-slidenav-previous:after{content:"\e605";}
a.uk-slidenav{width:auto;height:auto;}
a.uk-position-cover:before,
.uk-slidenav-position .uk-slidenav-previous:before,
.uk-slidenav-position .uk-slidenav-next:before{top:0;background:none;height:auto;left:0;right:0;bottom:0;transform:none;}
.uk-lightbox-content .uk-slidenav{background:none !important;}
.uk-lightbox-content .uk-slidenav:before,
.uk-lightbox-content .uk-slidenav:after{
	font-family:'simple-line-icons';
}
.uk-lightbox-content .uk-slidenav:before{display:block !important;color:#ffffff;text-shadow:1px 1px #4a4c4a;font-size:38px;
width:auto;height:43px;line-height:100%;text-indent:0 !important;}
.uk-lightbox-content .uk-slidenav:after{display:none !important;}
.uk-lightbox-content .uk-slidenav-previous{left:10px;text-indent:0 !important;}
.uk-lightbox-content .uk-slidenav-next{right:10px;transform:none;}
.uk-lightbox-content .uk-slidenav-previous:before{content: "\e605";}
.uk-lightbox-content .uk-slidenav-next:before{content: "\e606";}
.uk-dotnav li:before{display:none;}
.uk-panel-teaser img{border:0;margin:0;}
.uk-modal{z-index: 999999999;}
#slider-mod .uk-slidenav:before{display:none;}
#slider-mod .uk-slidenav{background:url("../images/slideshow-nav.png") no-repeat left top transparent;width:18px;height:35px;margin-top: 0;}
#slider-mod .uk-slidenav-previous{transform:rotate(-180deg);left:42px;}
#slider-mod .uk-slidenav-next{right:42px;}
.news_slide .uk-slidenav:before{display:none;}
.uk-overlay-panel{padding:0;}

/* Others */
.gmap iframe{pointer-events:none;}
a.uk-modal-close:before{bottom:0;left:51%;right:51%;height:100%;border-radius:50%;}
a.uk-modal-close:hover:before{left:0;right:0;}
a.uk-modal-close:hover{color:#ffffff;}
ul.slides{margin:0 !important;padding:0 !important;}
ul.slides li:before{display:none;}
.uk-slidenav:before,.uk-slidenav:after{background:none;}
.uk-slidenav:before{top:0;bottom:0;left:0 !important;right:0 !important;
text-shadow:1px 1px #333333;

}

/* ---- END WIDGETKIT ---- */

/* 
--------------------------------------
CLASSES
--------------------------------------
*/
.redf{color:#ff0000 !important;}
.smallf{font-size:14px;}
.whitef{color:#ffffff !important;}
.whitebg{background-color:#ffffff !important;}
.orangef{color: #d34b22 !important;}
.clear{clear:both;}
.pull-left{float:left;}
.pull-right{float:right;}
.iblock{display:inline-block;vertical-align:top;}
.block{display:block;}
.hide{display:none;}
.hide_force{display:none !important;}
.noheight{height:0;}
.fixed{position:fixed;}
.absolute{position:absolute;}
.relative{position:relative;}
.pointer{cursor:pointer;}
.nobg{background:none !important;}
.nopadding{padding:0 !important;}
.nomargin{margin:0 !important;}
.normal{font-weight:normal !important;}
.center{text-align:center;}
.noline{text-decoration:none !important;}
.withline{text-decoration:underline !important;}
a.noeffect:before,a.noeffect:after,
a.withimg:before,a.withimg:after,
a.pp_close:before,a.pp_close:after{display:none;}
.noshadow{text-shadow:none;}
.clearfix:before, .clearfix:after,
.rsform-block:before,.rsform-block:after{display: table;content: " ";}
 .clearfix:after,.rsform-block:after{clear:both;}
 .notransition{transition:none !important;}
.moduletable.centerh h3.module_header{text-align:center;}
.mediumf{font-size:25px;}

/* ---- END CLASSES ---- */