/*
Theme Name: nahara
Author: Simplyad
Version: 1.0
*/

/*********************** STYLE.CSS INDEXES ***********************

*** custom resets ***
*** end resets ***

*** whole site style ***
*** end whole site style ***

*** quick tools ***
*** end quick tools ***

*** site colors ***
*** end site colors ***

*** font sizes ***
*** end font sizes ***

*** font weights ***
*** end font weights ***

*** font family ***
*** end font family ***

1.0 - header
2.0 - footer
3.0 - front page
4.0 - page

*********************** END STYLE.CSS INDEXES ***********************/

/*** normalize css ***/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */

/*** end normalize css ***/

/*** custom resets ***/

.col-md-1,.col-md-2,.col-md-3,
.col-md-4,.col-md-5,.col-md-6,
.col-md-7,.col-md-8,.col-md-9,
.col-md-10,.col-md-11,.col-md-12 {
  float: right;
}

a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*** end resets ***/

/*** whole site style ***/

body {
  font-size: 16px;
font-family: 'Secular One', sans-serif;
}

/*** end whole site style ***/

/*** quick tools ***/

.no-padding {padding: 0;}
.no-padding-top {padding-top: 0;}
.no-padding-right {padding-right: 0;}
.no-padding-bottom {padding-bottom: 0;}
.no-padding-left {padding-left: 0;}

.no-margin {margin: 0;}
.no-margin-top {margin-top: 0;}
.no-margin-right {margin-right: 0;}
.no-margin-bottom {margin-bottom: 0;}
.no-margin-left {margin-left: 0;}

.clear-float:after { 
  content: "."; 
  visibility: hidden; 
  display: block; 
  height: 0; 
  clear: both;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.transition-015 {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.transition-030 {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}

.transition-050 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.transition-100 {
  -webkit-transition: all 1.0s ease-in-out;
  -moz-transition: all 1.0s ease-in-out;
  -o-transition: all 1.0s ease-in-out;
  -ms-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
}

.visually-hidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}

.site-bg {
  background-position: center center;
  background-size: cover;
	  -webkit-background-size: cover;
  -moz-background-size: cover ;
  -o-background-size: cover ;
  background-repeat: no-repeat;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cover-bg{
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
	background-repeat: no-repeat !important;
    background-position: center center !important;
width:100%; height:100%;
-webkit-filter: brightness(1); filter: brightness(1);
}
.coverContain{
	  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}

.line-height-10 {line-height: 1;}
.line-height-11 {line-height: 1.1;}
.line-height-15 {line-height: 1.5;}
.line-height-16 {line-height: 1.6;}
.line-height-17 {line-height: 1.7;}
.line-height-18 {line-height: 1.8;}
.line-height-19 {line-height: 1.9;}
.line-height-20 {line-height: 2.0;}

/*** end quick tools ***/

/*** site colors ***/

.site-white {color: rgb(255, 255, 255);}
.site-white-bg {background-color: rgb(255, 255, 255);}

.site-black {color: rgb(0, 0, 0);}
.site-black-bg {background-color: rgb(0, 0, 0);}

.site-green{color:#80b539;}
.site-green-bg{background-color:#80b539;}

.site-gray{color:#f6f6f6;}
.site-gray-bg{background-color:#f6f6f6;}

.btn-success{background-color: #80b539;border-color: #80b539;}

/*** end site colors ***/

/*** font sizes ***/

.font05em {font-size: 0.5em;}
.font06em {font-size: 0.6em;}
.font07em {font-size: 0.7em;}
.font08em {font-size: 0.8em;}
.font09em {font-size: 0.9em;}
.font10em {font-size: 1.0em;}
.font11em {font-size: 1.1em;}
.font12em {font-size: 1.2em;}
.font13em {font-size: 1.3em;}
.font14em {font-size: 1.4em;}
.font15em {font-size: 1.5em;}
.font16em {font-size: 1.6em;}
.font17em {font-size: 1.7em;}
.font18em {font-size: 1.8em;}
.font19em {font-size: 1.9em;}
.font20em {font-size: 2.0em;}
.font21em {font-size: 2.1em;}
.font22em {font-size: 2.2em;}
.font23em {font-size: 2.3em;}
.font24em {font-size: 2.4em;}
.font25em {font-size: 2.5em;}
.font26em {font-size: 2.6em;}
.font27em {font-size: 2.7em;}
.font28em {font-size: 2.8em;}
.font29em {font-size: 2.9em;}
.font30em {font-size: 3.0em;}
.font31em {font-size: 3.1em;}
.font32em {font-size: 3.2em;}
.font33em {font-size: 3.3em;}
.font34em {font-size: 3.4em;}
.font35em {font-size: 3.5em;}
.font36em {font-size: 3.6em;}
.font37em {font-size: 3.7em;}
.font25em {font-size: 2.5em;}
.font50em {font-size: 5.0em;}

/*** end font sizes ***/

/*** font weights ***/

.font100 {font-weight: 100;}
.font200 {font-weight: 200;}
.font300 {font-weight: 300;}
.font400 {font-weight: 400;}
.font500 {font-weight: 500;}
.font600 {font-weight: 600;}
.font700 {font-weight: 700;}
.font800 {font-weight: 800;}
.font900 {font-weight: 900;}

/*** end font weights ***/

/*** font families ***/
.firago-book{ font-family: firaGo; font-weight:400;}
.firago-medium{ font-family: firaGo, Arial; font-weight:500;}
.firago-semiBold{ font-family: firaGo, Arial; font-weight:700;}
.firago-heavy{ font-family: firaGo, Arial; font-weight:900;}
/*** end font families ***/


/*************main menu ********/

.siteLogo{padding:40px 0; }

.navbar-inverse{background-color: transparent; background-image: none; border:none; margin:0;}



.main-site-navigation{    display: table;margin: 0 auto;float: inherit;}

.main-site-navigation li a{color:#80b539; font-size: 1.25em;}

.navbar-inverse .navbar-brand{float:left;    padding: 10px 15px;}
.navbar-inverse .navbar-brand img { height:26px; }


.navbar-inverse .navbar-toggle { background-color: #fff;     float: right;margin-right: 10px; border:none;}
.navbar-inverse .navbar-toggle:hover { background-color: #fff; }
.navbar-inverse .navbar-toggle .icon-bar { background-color: #80b539; }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border: none; }



/**** Navigation bars for desktop settings ****/
@media (min-width: 768px) {
.main-site-navigation li{float:right; border-top: 1px solid #000; border-bottom: 1px solid #000; padding:20px 20px;}	
	.main-site-navigation li a{padding: 18px 0; }
	.main-site-navigation li a:hover{  border-top: 2px solid #000;}
}

@media only all and (max-width: 1200px) {
	.main-site-navigation li{    padding: 15px 15px;}
	.main-site-navigation li a{    font-size: 1em;padding: 13px 0;}
	}

@media only all and (max-width: 768px) {
	.navbar-header{ border-bottom: 1px solid #000;}
	.main-site-navigation{    margin: 0;width: 100%; border-bottom: 1px solid #000;}
	.main-site-navigation li{padding:5px 15px;}
	.main-site-navigation li a{    font-size: 1.5em; padding: 3px 0;}
	}

/*************end menu *********/


/***********swiper***************/



/************************main slider**************************/
.homeSwiper .swiper-container { width: 100%; margin:20px 0 0 !important;}
.homeSwiper .swiper-slide { height:840px !important;}


.homeSwiper .swipperDark{position: absolute;width: 100%;height: 100%; z-index: 2;   background: rgba(0, 0, 0, 0.36);}



.homeSwiper .sliderTextWrap{   position:relative;z-index:3;bottom: 130px; position:absolute;}


.homeSwiper .swiper-button-next, .homeSwiper .swiper-container-rtl .swiper-button-prev, .homeSwiper .swiper-button-prev, .homeSwiper .swiper-container-rtl .swiper-button-next{ display:block;width: 40px;height: 40px;
	
}

	.homeSwiper .slideInLeft{left: 60px !important;}
	.homeSwiper .slideInRight{right: 60px !important;}

.swiperLink{    border-radius: 20px;padding: 10px 25px;}

.sliderTextWrap h3{  line-height: .9em;}


.recomendation-link-wrap{margin:10px auto; display:table; position:relative;}
.recomendation-link-wrap img{display:block; width: 60%;margin: 0 auto;}
.recomendation-link-wrap span.tama-text{    font-size: .4em;
    display: table;
    margin: 110px auto 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #7fb438;}

@media only all and (max-width: 768px) {
	.swiperText {}
.homeSwiper	.swiper-slide {height: 300px !important;}
.sliderTextWrap{  bottom: 20px;}
	.sliderTextWrap h3{font-size:18px;}
	.sliderTextWrap h4{font-size:14px;}
	.swiperLink{       padding: 3px 15px;font-size: 12px;}

}
/***********end swiper***********/

/****************homeAbout**************/
.aboutRow{margin:70px 0; height:415px;}
.aboutMainImg{height:415px;}
.aboutTextWrap{    position: relative;height: 415px;}
.aboutTextWrap .absolute-center{width:90%;}
.aboutSubImgWrap{position:absolute; left: 0;
-webkit-box-shadow: 0px 10px 67px -14px rgba(0,0,0,0.52);
-moz-box-shadow: 0px 10px 67px -14px rgba(0,0,0,0.52);
box-shadow: 0px 10px 67px -14px rgba(0,0,0,0.52);}

@media only all and (max-width: 1550px) {
	.aboutContainer {max-width:1000px;}
	.aboutTextWrap .absolute-center{width:100%;}
	.aboutSubImgWrap {left:20px}
	.aboutSubImgWrap img{width:250px;}
	}

@media only all and (max-width: 1200px) {
	.aboutTextContent {font-size: .9em;}
	.aboutContainer {max-width:920px;}
	.aboutTextWrap .absolute-center{width:100%;}
	.aboutSubImgWrap {left:20px}
	.aboutSubImgWrap img{width:160px;}
	}
@media only all and (max-width: 768px) {
		.aboutTextWrap .absolute-center{left: 0;width:100%;position:relative;    
-moz-transform: translate(0%, 0%);-o-transform: translate(0%, 0%);-ms-transform: translate(0%, 0%);transform: translate(0%, 0%);}
	.aboutSubImgWrap{position:relative;   display: table;   left:0;  -moz-transform: translate(-5%, -50%);-o-transform: translate(-5%, -50%);-ms-transform: translate(-5%, -50%);transform: translate(-5%, -50%);}
	.aboutRow{margin:70px 0; height:415px;}
.aboutMainImg{height:300px;}
	.aboutSubImgWrap img{width:280px;}
.aboutTextWrap{    position: relative;height:auto;}
	.aboutRow{ height:665px;}
	.recomendation-link-wrap img{    width: 90%;}
	.rec-img-wrap .youPlay{width:100%;}
	}

/*************end homeAbout**************/
/****************home movie**************/
#movie{    padding-bottom: 50px;}
#movie h2{    margin: 210px 0 -210px;}
.homeMovieContainerWrap{height:725px;}
.movieAreaWrap{position:relative; }
.homeMovieWrap{   
width:1000px; height:570px;
-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
position:absolute; 
	top:0%;
	left: 50%;
}
.youtubeImg{width:1000px; max-width:100%; -webkit-box-shadow: 0px 10px 67px -14px rgba(0,0,0,0.52);
-moz-box-shadow: 0px 10px 67px -14px rgba(0,0,0,0.52);
box-shadow: 0px 10px 67px -14px rgba(0,0,0,0.52);}
.youPlay{  
 left: 50%;
  top: 50%;
	position: absolute;
    font-size: 5em;
    color: #7fb438;
    padding:0 0px;
    border-radius: 8px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.youPlay .fa-play-circle{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index:2;
}

.whiteBack {
	width: 50px;
	height: 50px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.youtubeTitle {
	font-size: 1em;
	margin: 5px 0;
	padding: 0 10px;
	height: 35px;
}
.marginProject{    display: table;width: 100px;position: relative;height: 330px;}

@media only all and (max-width: 1024px) {
	.homeMovieContainerWrap{height:525px;}
	.homeMovieWrap{   width:700px; height:400px;}
	#movie h2{    margin: 170px 0 -170px;}
	.marginProject{height: 230px; }
}
@media only all and (max-width: 768px) {
	#movie h2{    margin: 50px 0 -50px;}
	.homeMovieContainerWrap{height:325px;}
.homeMovieWrap{   width:300px; height:170px;}
	.whiteBack {width: 30px;height: 30px;}
	.marginProject{height: 50px; }
}

/****************end home movie**************/

/**************projects**********/
#projects {}
.homeProjectCol{margin-bottom:40px; padding:0 20px;}
.homeProjectListTab {position:relative;}
.homeProjectCol:nth-of-type(2){width:26%; height:430px;}
.homeProjectCol:nth-of-type(3){width:74% ; height:430px;}
.homeProjectCol:nth-of-type(4){width:45% ; height:710px; float:left;}
.homeProjectCol:nth-of-type(5){width:55% ; height:335px;}
.homeProjectCol:nth-of-type(6){width:55% ; height:335px;}
.homeProjectCol:nth-of-type(7){width:26% ; height:420px;}
.homeProjectCol:nth-of-type(8){width:74% ; height:420px;}


.homeProjectCol a{    display: block;position: relative;height: 100%;width: 100%;     overflow: hidden;}
.homeProjectCol a:hover .homeProjectListTab{  
	-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}


.projectListAdress{    position: absolute;bottom: 0;padding: 10px; right:0; z-index:4;}
.projectListAdress span{display:block;}

.projectListCatgoryName{ position: absolute;bottom: 0;padding:3px 10px; left:0; z-index:3;}
.allProjectLink{margin:0 auto 40px; display:table;}
.allProjectLink a{border-radius:0;}
.allProjectLink a svg{    font-size: 1.7em; margin: 0px 15px -5px 0;}
@media only all and (max-width: 768px) {
	.homeProjectCol{width:100% !important; height:240px !important;}
		.homeProjectCol:last-child{}
}


/**************innerProject list************/
.innerProjectCol{margin-bottom:40px; padding:0 20px;height:400px;}
.innerProjectCol a{    display: block;position: relative;height: 100%;width: 100%;     overflow: hidden;}
.innerProjectCol a:hover .homeProjectListTab{  
	-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
@media only all and (max-width: 768px) {
.innerProjectCol{width:100% !important; height:240px;}
}

/**************innerProject page************/
.innerProjectHead {display: table;width: 100%; margin-top:20px;}
.innerProjectHead h1 span{display:block;}
.projectHeadNameWrap {height:360px; position:relative;}
.innerProjectHead .innerMainImg {height:360px;}
.projectAbout{margin:60px 0;     display: table; width: 100%;}
.aboutIcon,.aboutTitle{display:inline-block; float:right;}
.aboutIcon{
	    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
	border: 1px solid #80b539;
    border-radius: 50%;
	    width: 40px;
    height: 40px;
    padding: 5px 0;
    text-align: center;     margin: 6px 0px 0px 30px;
}

.projectSwiperWrapper{height:500px; padding: 50px 0;     margin-bottom: 200px;}
.single-project-wrapper .swiper-container { margin:20px 0 60px !important;  width:100%;}
.single-project-wrapper .swiper-slide { height:545px !important;background-size: auto;}


.single-project-wrapper .swipperDark{position: absolute;width: 100%;height: 100%; z-index: 2;   background: rgba(0, 0, 0, 0.36);}



.single-project-wrapper .sliderTextWrap{   position:relative;z-index:3;bottom: 130px; position:absolute;}


.single-project-wrapper .swiper-button-next, .single-project-wrapper .swiper-container-rtl .swiper-button-prev, .single-project-wrapper .swiper-button-prev, .single-project-wrapper .swiper-container-rtl .swiper-button-next{ display:block;width: 40px;height: 40px;background-image: none !important;
	
}

@media only all and (max-width: 768px) {
.projectSwiperWrapper{height:300px; padding: 20px 0; }
.single-project-wrapper .swiper-container { margin:20px 0 60px !important;  width:100%;}
.single-project-wrapper .swiper-slide { height:345px !important;background-size: cover;}
	.projectHeadNameWrap .ListAdressStreet{font-size: 1em;}
	.projectHeadNameWrap .ListAdressCity{font-size: 0.8em;}
	.projectHeadNameWrap {height:160px; position:relative;}
.innerProjectHead .innerMainImg {height:200px;}
	.innerProjectHead h1{    width: 100%; text-align: center;}
	.aboutTitle{font-size: 1.5em;}
	.aboutIcon{    width: 30px;height: 30px;padding: 5px 0;text-align: center;margin: 0px 0px 0px 10px;}
}


/**************end projects**********/

/**********contact us************/
#contact{padding:70px 0;}

.contactContainer h3{margin:0 0 30px}
.contactDetails{margin:20px 0;}
.contactMapWrap{    height: 600px; overflow:hidden;}
.contactColRight{ height: 600px;}
.contactMapWrap iframe{width:100%; height:600px;}

.contactFormWrap .group-wrapper{margin:0;}
.contactFormWrap .group-wrapper br{display:none;}
.contactFormWrap input{    border: 1px solid #000; margin-bottom: 5px;}
.contactFormWrap input,.contactFormWrap button{font-family: firaGo; font-weight:400; padding:3px 10px;}
.contactFormWrap button{border-radius:0; float:left;}
.contactFormWrap button svg{    font-size: 1.7em; margin: 0px 15px -5px 0;}

@media only all and (max-width: 768px) {
	.contactColRight {height: auto; padding:50px;}
.contactColRight .absolute-center { 
	position: relative !important;
	    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
	}
	.contactFormWrap .group-wrapper label,.contactFormWrap input{width:100%;}
}
/**********end contact us************/

/*** 7.0 - qa page ***/
.faqHead h2{margin:40px auto;}
.faqContainer{margin-bottom:50px;}
.qa .q {
  background-color: #80b539;
  border-color: #80b539;
  color: #fff;
  font-size: 1.3em !important;
	font-family: firaGo, Arial; font-weight:700;
}

.qa .q span {
  color: #fff !important;
}

.qa .a {
  padding-top: 30px;
  padding-bottom: 50px;
	  font-size: 1.2em !important;
	font-family: firaGo, Arial; font-weight:400;
}

.qa .ui-state-active .ui-icon {
  background-image: url('/wp-content/uploads/2018/07/up-icon.png') !important;
  background-color: #fff;
  background-size: 23px 23px;
  background-position: center center;
  background-repeat: no-repeat;
}

.qa .ui-icon {
  background-image: url('/wp-content/uploads/2018/07/down-icon.png') !important;
  background-color: #fff;
  background-size: 23px 23px;
  background-position: center center;
  background-repeat: no-repeat;
  
  width: 30px;
  height: 30px;
  border-radius: 50% 60% 47% 60%;
  padding: 3px;
  margin-left: 10px;
}

/*** 7.0 - qa page end ***/


/*******about page*******/
.aboutContentContainer{margin:0 0 0px 0; padding:30px 0;}
.aboutContainer {padding-bottom: 50px;}
.aboutPageText {    padding: 25px 30px;text-align: justify;}
.aboutImgGalWrap{height:200px;      padding: 5px;}
.aboutImgGalWrap a{}
.recDark{background:rgba(128, 181, 57, 0.65) !important; position:above; width:100%; height:100%; left:0; top:0;}

.mfp-wrap{background:rgba(128, 181, 57, 0.65) !important;}
/*****end about page**********/


/***  recomends ***/
.recImgGalWrap{height:200px;      padding: 5px;}
.mfp-gallery .mfp-close{    margin: 10px 30px 0 0;}

/*** end recomends ***/


/*** font family ***/


/*** end font family ***/

/*** 1.0 - header ***/
/*** 1.0 - header end ***/

/*** 2.0 - footer ***/

footer{padding:10px 0;}
footer a{color:#000;}
/*** 2.0 - footer end ***/

/*** 3.0 - front page ***/
/*** 3.0 - front page end ***/

/*** 4.0 - page ***/
/*** 4.0 - page end ***/

/*** screens***/
@media only all and (max-width: 768px) {
	body{font-size:11px;}
}

/*** end screens ***/

/* articles page design */
.articleheadnamewrap { height:220px; position:relative; }
.articlewrap .articletitle { color: #80b539; margin-top: 10px; font-weight:bold; }
.articlewrap { width:100%; }
.articlewrap li { display: table; width:100%; border-bottom: 1px solid black }
.articlewrap .article-excerpt { display: table; margin-right: 10px; color: #80b539;}
