@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('fonts/MyriadPro-Regular.eot') format('embedded-opentype');
    src: url('fonts/MyriadPro-Regular.otf') format('opentype'),
         url('fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadWebPro-Bold';
    src: url('fonts/MyriadWebPro-Bold.eot') format('embedded-opentype');
    src: url('fonts/MyriadWebPro-Bold.otf') format('opentype'),
         url('fonts/MyriadWebPro-Bold.ttf')  format('truetype'),
         url('fonts/MyriadWebPro-Bold.svg#MyriadWebPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin:0;
	padding:0;
	background-color:#e5e5e5;
}

h1, h2, h3, h4, h5, h6, a, div, span, em, strong, ul, li, ol{
	font-family: "Myriad Pro";
	font-weight: normal;
	
}
ul, li, ol{
	list-style-type:none;
	margin: 0;
	padding: 0;
	
}

p{
	font-family: 'helvetica';
}

a {
	text-decoration: none;
	color: white;
}
table, th, td
{
	border: 1px solid #E0E0E0;
}

table {
	margin: 20px 0;
	width: 100%;
	float: left;
	border-collapse: collapse;
}

th {
	background: #008991;
	color: white;
}

th, td {
	padding: 10px 15px;
}

tr { page-break-inside: avoid; }
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #8ec94a;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size:14px;
  margin:5px 0;
line-height:20px;
  font-family:'MyriadWebPro-Regular', helvetica, arial, sans-serif;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
#clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#container{
	margin: auto;
	max-width: 1280px;
	min-width: 970px;
	padding: 0;
}
#menu-background{
	position:relative;
}
.menu-background {
    background: none repeat scroll 0 0 #5f5c5d;
    height: 44px;
    position: absolute;
    top: 166px;
    width: 100%;
}
#header{
	width:100%;
	position:relative;
	padding:0 0 16px 0;
}
#header .header{
	height:210px;

}
#header .logo{
	width:16,7%;
	position:absolute;
	left:0;
	top:23px;
	bottom:35px;
	height:130px;
}
.language{
	float:right;
	position:relative;
}
.language ul{
	float:right;
}
.language ul li{
	float:left;
	padding:0 0 0 10px;
	width:24px;
	height:16px;
}
.language ul li img{
	width:24px;
	height:16px;
	position:absolute;
	top:60px;
}
.search{
	position:absolute;
	right:0;
	top:51px;
}

.search input {
    background: url("img/loop.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 38px;
	cursor: pointer;
    position: absolute;
    right: 0px;
    top: 51px;
    width: 39px;
    z-index: 100;
}
.search.square {
    background: none repeat scroll 0 0 white;
	border: 1px solid #5f5c5d;
	height: 37px;
	position: absolute;
	width: 242px;
	z-index: 1;
}
.wysija-input{
	background: none repeat scroll 0 0 white;
	border: 1px solid #dcdcdc;
	height: 20px;
	padding: 8px;
	width: 92%;
	color: #858585;
}
.search input[type="text"] {
    border: 1px solid #dcdcdc;
    color: #ababab;
    font-size: 14px;
  	padding:0 0 0 13px;
}
.menu{
	bottom: 16px;
	position:absolute;
	background:#5f5c5d;
	width:75%;
	left:0;
}
.menu img {
    float: left;
    padding: 11px 16px 10px 0;
}

.menu > ul {
    margin: 0;
}
.menu ul ul {
	display: none;
}

.menu ul li:hover > ul {
	display: block;
	font-family:'MyriadWebPro-Regular', helvetica, arial, sans-serif;
}
.menu ul:after {
	content: ""; 
	clear: both; 
	display: block;
}

.menu ul li {
	float: left;
	background: url("img/menu-line-2.jpg") no-repeat 0% 20%;
}
.menu ul li:hover {
	color:#8ec94a;
}    
.menu ul li:hover a {
	color: #8ec94a;
	font-family:'MyriadWebPro-Regular', helvetica, arial, sans-serif;
}
	 
.menu ul li a {
	display: block; 
	padding: 10px 14px 10px 14px;
	color: #fff; 
	text-decoration: none;
	font-family:'MyriadWebPro-Regular', helvetica, arial, sans-serif;
}
	 	
	 
.menu ul ul {
	background: #5f5c5d; 
	border-radius: 0px; 
	padding: 0;
	position: absolute;
	top: 99%;
	z-index: 1000;
	font-family:'MyriadWebPro-Regular', helvetica, arial, sans-serif;
}
	
.menu ul ul li {
	float: none; 
	position: relative;
	border-bottom: 1px solid white;
	font-family:'MyriadWebPro-Regular', helvetica, arial, sans-serif;
	width:160px;
	padding:0 4px 4px 4px;
}
.menu ul ul li a:hover {
	color:white;
}
.menu ul ul li:nth-child(1){
	border-top: 1px solid white;
}
.menu ul ul li a {
	padding: 10px 14px 10px 14px;
	color: #fff;
}	
.menu ul ul li a:hover {
					
}

.menu ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
	font-family:'MyriadWebPro-Regular', helvetica, arial, sans-serif;
}
.menu ul ul li {
}
		
		
.social{
	position:absolute;
	right:0px;
	width:25%;
	bottom:16px;
	background:#5f5c5d;
	
}
.social ul{
	margin: 7px 0 7px 8px;
	padding: 0;
	float: right;
}
.social ul li{
	display:inline;
	padding: 17px 19px 10px;
	background: url("img/menu-line-2.jpg") no-repeat 0% 20%;
}
.social ul li:nth-child(4){
	display:inline;
	padding: 17px 0px 10px 19px;
	background: url("img/menu-line-2.jpg") no-repeat 0% 20%;
}
#content{
	max-width:1280px;
	min-width:970px;
	float:left;
	padding: 0px 0 20px 0;
}
#left-sidebar {
    float: left;
    padding: 0 20px 0 0;
    width: 17.5%;
}
.leftsidebarheader {
    border-bottom: 1px solid white;
}
.leftsidebarheader h3{
	padding:13px 0 13px 9px;
	background:#8ec94a;
	font-size:20px;
	color:white;
	margin:0px;
	font-family: 'MyriadPro-Regular.eot', helvetica,arial, sans-serif;
	
}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'MyriadPro-Regular.eot', helvetica,arial, sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu {
  margin: 0 0 20px;
  width: 100%;
 
}
#cssmenu a {
  line-height: 0.8;
}
#cssmenu > ul > li:first-child {
  background: #8ec94a;
  background: -moz-linear-gradient(#8ec94a 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ec94a), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#8ec94a 0%, #8ec94a 100%);
  background: linear-gradient(#8ec94a 0%, #45463d 100%);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#cssmenu > ul > li:first-child > a {
  padding: 15px 10px;
  background: url(images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
 
  border-radius: 3px 3px 0 0;
  font-family: 'MyriadPro-Regular.eot', helvetica,arial, sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  background: #66665e;

}
#cssmenu ul li {
  background: white;
  border-bottom: 1px solid ##e5e5e5;
}
#cssmenu > ul > li:hover {
  background: #8ec94a;
	color:white;
}
#cssmenu > ul > li > a {
  font-size: 16px;
  display: block;
  background: url(img/pattern.png) top left repeat;
  color: #6d6d6d;
  border-top: none;
  font-family: 'MyriadPro-Regular.eot', helvetica,arial, sans-serif;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 20px;
  border-radius: 4px;
  font-family: 'MyriadPro-Regular.eot', helvetica,arial, sans-serif;
font-size:14px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
  color:white;
}
#cssmenu > ul > li.active {
  border-bottom: none;
	color:white;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(img/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(img/icon_minus.png) 96% center no-repeat;
 
	
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-bottom: 1px solid white;
}
#cssmenu ul ul.active:hover{
	color:white;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  background: #e4e4e4;
  border-left: 1px solid white;
  border-right: 1px solid white;
  
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 15px 10px 15px 25px;
  display: block;
  color: #676767;
  font-size: 14px;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #8ec94a;
}
#cssmenu ul ul a:hover {
  	color: white;
	background:#8ec94a;
}
.odd span {
    font-size: 14px;
    line-height: 1.3;
}
.even span {
    line-height: 1.3;
}
.odd span a :hover {
    font-size: 14px;
	color: white;
	background:#8ec94a;
}
.last.even > a {
    color: white;
}
.last.even > a:hover {
    color: white;
	background:#8ec94a;
}

.widget-1{
	width: 100%;
	height:167px;
	margin: 0px 15px 18px 0;
}
.widget-1 img {
    width: 100%;
}
.widget-2{
	width: 100%;
	margin: 0px 0px 18px 0;
}
.widget-2 img {
    width: 100%;
}
.blink {
  width: 100%;
  max-width: 360px;
  margin: 18px 15px 18px 0;
  padding:0px;
  background: #f4f4f4;

}
.blink h2 {
    background: #8ec94a none repeat scroll 0 0;
    color: white;
    font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 13px 0 13px 9px;
}
#listcategorypostswidget-2 > ul {
    background: white none repeat scroll 0 0;
}
#listcategorypostswidget-2 > ul li{
    color: #6d6d6d;
	border-bottom: 1px solid #e5e5e5;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
    font-size: 14px;
    padding: 11px 15px 10px 20px;
	min-height: 38px;
}
#listcategorypostswidget-2 a {
	color: #6d6d6d;
	margin:0 0 10px 0;
}
#listcategorypostswidget-4 > ul {
    background: white none repeat scroll 0 0;
}
#listcategorypostswidget-4  ul li {
    color: #6d6d6d;
	border-bottom: 1px solid #e5e5e5;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
    font-size: 14px;
    padding: 11px 15px 10px 20px;
	min-height: 38px;
	background:white;
}
#listcategorypostswidget-4 a {
	color: #6d6d6d;
	margin:0 0 10px 0;
}

.partners {
  width: 100%;
  max-width: 360px;
  margin: 18px 15px 18px 0;
  padding:0px;
  background: #f4f4f4;

}

.partners .link {
  cursor: pointer;
  display: block;
  padding: 11px 15px 10px 20px;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: 'MyriadPro-Regular.eot', helvetica,arial, sans-serif;
line-height:19.4px;
}
.partners li:first-child .link { border-top: 0; }
.partners li:last-child .link { border-bottom: 0; }

.partners li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.partners li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.partners li.open .link { color: #b63b4d; }

.partners li.open i { color: #b63b4d; }

.partners li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-chevron-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.partners li.open i.fa-chevron-down {
    transform: rotate(180deg);
}
.partners li.open i {
    color: #b63b4d;
}
.partners li i.fa-chevron-down {
    font-size: 16px;
    left: auto;
    right: 12px;
}
#slide-wrap {
	width: 62.2%;
	display: block;
	float: left;
	position: relative;
}

#slide-wrap .preloader {
	background: url('img/loading.gif') 50% 50% no-repeat, white;
	height: 419px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#slider {
 	float: left;
	width: 100%;
	height: 419px;
	padding: 0 0 21px 0;
}
.slideshow{
	position:relative;
}
.slides li img {
    width: 100%;
    height:419px;
}
.slides li h3 {
    bottom: 0px;
    color: white;
    margin: 0;
    position: absolute;
	margin:0px;
	background:black;
	padding:20px;
	opacity: 0.7;
	font-size:16px;
}
.news{
	position:relative;
	float: left;
	width: 100%;
	padding: 0 0 21px 0;
}
.carousel {
    float: left;
	position: relative;
	width: 100%;
	height: 286px;
	overflow: hidden;
	
}

#owl-demo .item{
margin: 0px;
background:#5f5c5d;
}
.owl-carousel {
    float: left;
    width: 100%;
}
.owl-item {
}
.carousel .border {
    float: left;
    width: 22.7%;
}

.item {
    float: left;
    width: 100%;
}
.item img {
    width: 100%;
}
.item h3 {
    margin: 0;
	padding: 8px 10px 0 8px;
    color:#8ec94a;
	font-family:'MyriadPro-Regular', helvetica, arial, sans-serif;
	font-size:14px;
}
.item hr {
    margin: 8px 0;

}
.item p {
    margin: 0;
    padding: 10px 10px 10px 8px;
	color:white;
	font-family:'MyriadPro-Regular', helvetica, arial, sans-serif;
	font-size:15px;
}

.border:nth-child(2) {
    margin: 0 1% 0 3%;
}
.border:nth-child(3) {
    margin: 0 1.5% 0 2.5%;
}
.border:nth-child(4) {
    float: right;
}


#right-sidebar {
    float: right;
    padding: 0 0px 20px 20px;
    width: 16%;
}
.rightsidebarheader {
    padding: 0px 0 20px 0px;
	width: 100%;
}
.rightsidebarheader h3{
	padding:13px 0 13px 9px;
	background:#8ec94a;
	font-size:19px;
	color:white;
	margin:0px;
	font-family:'MyriadPro-Regular', helvetica, arial, sans-serif;
	
}
.rightsidebarheader img {
   width: 100%;
}
.newsletter {
	padding:0px 0 20px 0px;
	width: 100%;
	
}

#wysija-2 {
    padding: 15px 0 20px;
}
#wysija-3 {
    padding: 15px 0 20px;
}
.newsletter h3{
	padding:13px 0 13px 9px;
	background:#8ec94a;
	font-size:19px;
	color:white;
	margin:0px;
	font-family:'MyriadPro-Regular', helvetica, arial, sans-serif;
	
}
.newsletter  p {
    padding: 0 0 0 10px;
}
.galery{
	padding:0px 0 20px px;
	background:white;
	width: 100%;
}
.galery h3{
	padding:12px;
	background:#8ec94a;
	font-size:20px;
	color:white;
	margin:0px;
	font-family:'MyriadPro-Regular', helvetica, arial, sans-serif;
	
}
.galery ul{
    margin:0;
	padding:0px;
	float: left;
	background:white;
}
.galery ul li {
    float: left;
    height: 60px;
    margin: 2px;
    padding: 3px 0 3px 3px;
    width: 60px;
}
.galery ul li img {
  
}
#last-carousel{
	width:100%;
	background:#d1d1d1;
	padding: 20px 0;
	float:left;
}
.last-carousel{
	max-width: 1280px;
	min-width:970px;
	height:419px;
	margin: 0 auto;
}
.tab-container {
    height: 419px;
}
  /* Example Styles for Demo */
  .etabs { margin: 0; padding: 0;}
  .tab { display: inline-block; zoom:1; width: 100%; margin-right: -3px; font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;font-weight:100; *display:inline;  -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
  .tab a { font-size: 14px; line-height: 2em; display: block; padding: 8px 0; outline: none; text-align: center; width: 100%; background: #5f5c5d;}
  .tab a:hover { text-decoration: none;  }
  .tab a.active { font-weight: bold; background: #8ec94a;}
  .tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
  .panel-container { margin-bottom: 10px; }

.inner-carousel{
	height: 419px;
	margin: 21px 0 0;
}

.inner-carousel .post-car {
	width: 20%;
	float: left;
}

.inner-carousel ul {
    background: none repeat scroll 0 0 white;
    float: left;
    height: 320px;
    margin: 0 0 0 6%;
    padding: 0;
    width: 90%;
}

.inner-carousel .post-car:nth-child(2) ul {
	margin: 0 8% 0 0%;
}

.inner-carousel .post-car:nth-child(3) ul {
	margin: 0 8%;
}

.inner-carousel .post-car:nth-child(4) ul {
    margin: 0 0 0 3%;
}

.inner-carousel .post-car:last-child ul{
	float: right;
}

.inner-carousel ul li{
	width:100%;
}
.inner-carousel ul li img{
	height: auto;
	width: 100%;
}
.inner-carousel ul li h3{
	font-size: 14px;
	margin: 0;
	padding: 12px 0 0 12px;
	line-height:19px;
	color:black;
	font-family:'MyriadWebPro-Regular', helvetica, arial, sans-serif;
}
.inner-carousel ul li p{
	font-size: 12px;
	margin: 0;
	padding: 8px 0 0 12px;
	color:#8ec94a;
	font-family:'MyriadWebPro-Regular', helvetica, arial, sans-serif;
	
}
#fotter{
	width:100%;
	background:#333745;
	padding: 20px 0;
	float:left;
}
.fotter{
	max-width: 1280px;
	min-width: 970px;
	margin: 0 auto;
}

.inner-footer{
	max-width: 1280px;
	min-width: 970px;
}
.inner-footer ul{ 
	margin: 0 70px 0 0;
	padding: 0;
	width: 100%;
	float:left;
}
.inner-footer ul:last-child{
	margin: 0;
	padding: 0;
	float:right;

}
.inner-footer ul li{
	padding: 5px 0 5px 0;
}
.inner-footer ul li img{
	height: 236px;
	width: 234px;
}
.inner-footer h3{
	font-size: 22px;
	margin: 0;
	padding: 12px 0 14px 0px;
	font-family:'MyriadWebPro-Regular', helvetica, arial, sans-serif;
	color:#8ec94a;
	border-bottom: 1px solid #484e5b;
}
.inner-footer ul li a{
	font-size: 15px;
	margin: 0;
	padding: 12px 0 0 0px;
	line-height:30px;
	color:white;
	font-family:'MyriadWebPro-Regular', helvetica, arial, sans-serif;
	
}
.widget-footer {
	width: 20%;
	float: left;
}
.widget-footer:last-child ul{
	float: right;
}
.textwidget p {
    color: white;
}
.textwidget  a {
    line-height: 37px;
    padding: 12px 0 0;
    color: white;
}
.copyright{
	margin:0px;
	width:100%;
	float:left;
}
.copyright-inner{
	margin: 0 auto;
	max-width: 1280px;
	min-width: 970px;
	border-bottom: 1px solid #484e5b;
}
.copyright-inner h3{
	float:left;
	color:white;
	margin:20px 0 0 0px;
	font-size:12px;
	font-family:'MyriadWebPro-Regular', helvetica, arial, sans-serif;
}
.copyright-inner h4{
	float:right;
	color:white;
	margin:20px 0 0 0px;
	font-size:12px;
	font-family:'MyriadWebPro-Regular', helvetica, arial, sans-serif;
}
.copyright-inner h4 a{
	float:right;
	color:white;
	margin: 0px 0 0 8px;
	font-size:12px;
	font-family:'MyriadWebPro-Regular', helvetica, arial, sans-serif;
}


/* Blog */

#blog{
	float:left;
	width:62.3%;
	position:relative;
	padding: 0 0 20px;
}
.blog {
    float: left;
    width: 100%;
}
.blog h3 {
    background: none repeat scroll 0 0 #5f5c5d;
    color: white;
    font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 13px;
}
.blog-project{
	width:99.4%;
	padding: 0 0 20px;
	background: #fff;
	border:3px solid #eeeeee;
	float:left;
	margin: 0 0 20px 0;
}
.blog-project h3{
	margin: 0;
	padding: 10px 16px 16px;
	left: 16px;
	font-size:18px;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
	color:#4a4d5a;
	line-height:25px;
}

.blog-project h4{
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #e4e4e4;
	position:absolute;
	left:16px;
	color:#8ec94a;
	font-size:16px;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
}
.blog-project h4 img {
    float: left;
	height: 15px;
	padding: 4px 10px 0 0;
	width: 15px;
}
.blog-project h4 span {
    padding: 2px 0 0 5px;
	float:left;
}
.blog-project img {
    width: 100%;
}
.blog-project p{
	margin: 0;
	padding: 57px 13px 13px 16px;
	line-height: 20px;
	font-size:14px;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
	color:#4a4d5a;
}
.blog-project h5{
	margin: 0 0 0 16px;
	bottom:20px;
	padding:7px 13px 7px 16px;
	border: 1px solid #e4e4e4;
	font-size:12px;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
	color:#4a4d5a;
	width:100px;
}
.blog-project h5:hover{
	color:#8ec94a;
}
.menuigation {
    padding: 40px 0;
}
//////css Pagination 

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #8ec94a;
   
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #6d9b37;
}
/* Inner Page */
#inner-page{
	float:left;
	width:81%;
	background:white;
}
.inner-post{
	float:left;
	width:100%;
	background:white;
}

.inner-post .headline {
	width: 100%;
	background:#5f5c5d;
}
.inner-post .headline h3{
	width: 100%;
	color:#fff;
}
.inner-post img{
	float: left;
	margin: 0 15px 0 0;
}

.inner-post h1{
	margin:0;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
	font-size:24px;
	color:#8ec94a;
	padding: 20px 0 0 20px;
}
.inner-post h2{
	margin:0;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
	font-size:22px;
	color:#8ec94a;
	padding: 20px 0 0 20px;
}
.inner-post h3{
	margin:0;
	padding: 13px 10px 13px 9px;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
	color:#8ec94a;
	font-size: 20px;
	line-height: 27px;
}
.inner-post p{
	margin:0;
	width: 96.7%;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
	padding:11px 13px;
	font-size:14px;
	color:#4f4f4f;
	line-height:25px;
}
.inner-post a {
color: #8ec94a;
}
.inner-post ul {
    padding: 11px 30px;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
	list-style-type: square;
}
.inner-post ul li{
	list-style-type: square;
}
.inner-post ol {
    padding: 11px 30px;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
	list-style-type: upper-roman;
}
.inner-post ol li{
	list-style-type: upper-roman;
}

.blog-image {
    height: 236px;
    width: 100%;
	float:left;
	margin: 0 0 15px;
	overflow:hidden;
}
.tags {
    float: left;
	width:96%;
	margin: 20px 20px 20px;
}
.tags h3{
    margin:0px;
	font-family: 'MyriadPro-Regular';
}
.tags ul{
    margin:10px 0 0 0;
	padding:0px;
}
.tags ul li{
    float:left;
	padding: 7px;
	background:#8ec94c;
	font-size: 12px;
	color:white;
	font-family: 'MyriadPro-Regular';
	border-right:1px solid #fff;
	font-weight:700;
}
.tags a {
    font-size: 14px;
    font-weight: 700;
}

/* Gallery */
#gallery{
	float:left;
	width:62.3%;
	position:relative;

}
#gallery ul {
	float: left;
	width: 100%;
}
#gallery li {
    float: left;
	width: 25%;
	list-style-type: none;
}

#gallery li img {
	width: 96%;
	margin-left: 6%;
}
#gallery ul li:nth-child(2n) img{


}
#gallery ul li:nth-child(3n) img{


}
#gallery ul li:nth-child(4n) img{

}

/* Contact */
#kontakt-page {
    float: left;
    width: 100%;
}
.kontakt-post{
	float:left;
	width:100%;
	background:white;
}
.kontakt-googlemap{
	padding:0 0 20px 0;
	width:100%;
}
.kontakt-post .kontakt-headline {
	width: 100%;
	background:#5f5c5d;
}

.kontakt-post h3{
	margin:0;
	padding: 13px 10px 13px 9px;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
	color:white;
	font-size: 18px;
}
.our-location{
	float:left;
	width:100%;
	padding: 0 0 20px;
}
.kontakt-post .our-location-headline h3 {
	width: 98.5%;
	background:#5f5c5d;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
}
.adresa{
	float:left;
	width:50%;
}
.adresa h3{
	font-size:16px;
	color:black;
	font-weight:bold;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
}
.adresa p{
	font-size:14px;
	color:black;
	margin:0px;
	width: 70%;
	padding: 0px 0px 0px 9px;
	line-height: 20px;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
}
.telefon{
	float:right;
	width:50%;
}
.telefon h3{
	font-size:16px;
	color:black;
	padding: 13px 10px 13px 0px;
	font-weight:bold;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
	
}
.telefon p{
	font-size:16px;
	color:black;
	margin:0px;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
}
.contakt-form{
	float:left;
	width:100%;
	padding: 0 0 20px;
}
.kontakt-post .contakt-form-headline h3 {
	width: 98.5%;
	background:#5f5c5d;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 95%;
	border: 1px solid #e4e4e4;
	line-height: 32px;
	padding: 0 0 0 5px;
}
.wpcf7-form-control.wpcf7-text {
    width: 95%;
	border: 1px solid #e4e4e4;
	line-height: 32px;
	padding: 0 0 0 5px;
}
.wpcf7-form-control-wrap textarea {
    max-width: 95%;
	min-width: 95%;
	border: 1px solid #e4e4e4;
	line-height: 32px;
	padding: 0 0 0 5px;
}
.wpcf7-form > p {
    color: black;
    font-size: 16px;
	padding: 0px 0px 0px 9px;
}
.wpcf7-form-control.wpcf7-submit {
    background: none repeat scroll 0 0 #8ec94a;
    border: medium none;
    color: white;
    float: right;
    height: 32px;
    width: 80px;
	margin: 0 57px 0 0;
}
.wpcf7-form {
    padding: 20px;
}

/* WIDGET LEFT SIDEBAR*/

.partners h2{
	padding:13px 0 13px 9px;
	background:#8ec94a;
	font-size:20px;
	color:white;
	margin:0px;
	font-family: 'MyriadPro-Regular.eot', helvetica,arial, sans-serif;
	
}

.list {
	background: white;
	margin: 0 0 20px;
	padding: 0;
}
.list ul {  
    margin: 0;
	padding:0;
}
.list  li {
    padding: 11px 15px 10px 20px;
	font-size:14px;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
	color: #6d6d6d;
	border-bottom: 1px solid #e5e5e5;
}
.list a {
    color: #6d6d6d;
}
.list-2{
	margin:0 0 20px 0;
	float: left;
	width: 100%;
}
/* WIDGET RIGHT SIDEBAR*/
.rightsidebarheader h2{
	padding:13px 0 13px 9px;
	background:#8ec94a;
	font-size:20px;
	color:white;
	margin:0px;
	font-family: 'MyriadPro-Regular.eot', helvetica,arial, sans-serif;
	
}

..menuigation li a,
..menuigation li a:hover,
..menuigation li.active a,
..menuigation li.disabled {
	color: #fff;
	text-decoration:none;
}

..menuigation li {
	display: inline;
}

..menuigation li a,
..menuigation li a:hover,
..menuigation li.active a,
..menuigation li.disabled {
	background-color: #8ec94a;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

..menuigation li a:hover,
..menuigation li.active a {
	background-color: #638d33;
}











#gallery-category {
    float: left;
    position: relative;
    width: 62.3%;
	padding: 0 0 20px 0;
}
#gallery-category ul {
    float: left;
	color: #4f4f4f;
	font-size: 14px;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
}
#gallery-category li {
    float: left;
	padding: 0 10px 20px;
	font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
	font-size: 14px;
	width:100%;
	line-height: 25px;
}
#gallery-category li img {
    margin-left: 13%;
    width: 96%;
}
.inner-post ul {
    font-family: "MyriadPro-Regular.eot",helvetica,arial,sans-serif;
    list-style-type: square;
}
.inner-post a {
    color: #8ec94a;
}
.teksti{
	background:#8ec94a;
	font-size:18px;
	
}
.teksti h4{
	font-size:18px;
	color:white;
	padding: 10px;
}
.widget_wysija_cont .wysija-submit {
    border: medium none;
    display: block;
    padding: 5px;
    background: #8ec94a;
    color: white;
}
.widget_wysija_cont p label {
    display: block;
    color: #8ec94a;
	font-size:16px;
}
.wysija-submit.wysija-submit-field {
    font-size: 14px;
}
.wysija-submit.wysija-submit-field {
    cursor: pointer;
    font-size: 14px;
}