/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800,900);
/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
/*
@import url('animate.css');
*/
/*==========================================================================
  General
  ========================================================================== */
body{
font-family:"Raleway", Helvetica, Arial, sans-serif;
background:#f7f7f7;
font-size:16px;
line-height:1.6em;
font-weight:500;
text-shadow:none;
max-width:2000px;
margin:0 auto;
color:#4b2c85;
}

.container{
width:90% !important;
}

a{
outline:none;
}

.clear {
	clear:both;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	 font-family:"Raleway", Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-style:normal;
	margin:0 0 20px 0;
}
img {
    height:auto;
    max-width:100%;
}
h1 { font-size:40px; line-height:30px; }
h2 { font-size:32px; }
h3 { font-size:24px; }
h4 { font-size:18px; }
h5 { font-size:16px; }
.txt-light { font-weight:300; }
.txt-regular { font-weight:400; }
.txt-bold { font-weight:700; }
.txt-uppercase { text-transform:uppercase; }

blockquote {
	 font-family:"Raleway", Helvetica, Arial, sans-serif;
}

blockquote.bigquote {
	border:none;
	background-color:none;
	font-size:48px;
	font-weight:700;
	line-height:1.1em;
	margin-top:70px;
}

.text-bold {
	font-weight:900;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}


small {
font-size:70%;
font-weight:100;
}

a:hover {
text-decoration:underline;
}

:focus{
outline:none !important;
}

a:focus{
color: #7b904c;
}

.color-white.txt-shadow {
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
	text-transform:uppercase;
}

/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
	z-index:9999;
}

.big {
	font-size:20pt;
	font-weight:300;
}

.blink:hover {
opacity:0.9;
}

.half-offset {
	margin-bottom:75px !important;
}

.no-offset {
	margin:0 !important;
	padding:0;
}

.content,.container {
	overflow:hidden;
}

.trans {
	border:0 !important;
	background:0 !important;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
}

.nobg {
	background:0;
	border:0;
}

.noborder {
	border:0 !important;
}

.color-white {
	color:#fff;
}

.theme-bg {
	background-color:#ff7701 !important;
}

.normalize-font-top {
	padding-top:25px;
}



/* --- float --- */
.float-left {
	float:left;
}

.float-right {
	float:right;
}

/* --- align --- */
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.align-center {
text-align:center;
padding-top:50px;
}

.align-center i:hover {
cursor:pointer;
-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-ms--transform:rotate(360deg);
	transform:rotate(360deg);
	-webkit-transition:all 0.7s;
	-moz-transition:all 0.7s;
	-o-transition:all 0.7s;
	-ms-transition:all 0.7s;
	transition:all 0.7s;
}
/* ---- padding ---- */
/* top */
.pad-top0 {
	padding-top:0;
}
.pad-top5 {
	padding-top:5px;
}

.pad-top10 {
	padding-top:10px;
}

.pad-top15 {
	padding-top:15px;
}
.pad-top20 {
	padding-top:20px;
}
.pad-top25 {
	padding-top:25px;
}
.pad-top30 {
	padding-top:30px;
}
.pad-top35 {
	padding-top:35px;
}
.pad-top40 {
	padding-top:40px;
}.pad-top50 {
	padding-top:50px;
}
/* bottom */
.pad-bot0 {
	padding-bottom:0;
}
.pad-bot5 {
	padding-bottom:5px;
}

.pad-bot10 {
	padding-bottom:10px;
}

.pad-bot15 {
	padding-bottom:15px;
}
.pad-bot20 {
	padding-bottom:20px;
}
.pad-bot25 {
	padding-bottom:25px;
}
.pad-bot30 {
	padding-bottom:30px;
}
.pad-bot35 {
	padding-bottom:35px;
}
.pad-bot40 {
	padding-bottom:40px;
}


/* ---- margin --- */
.mar-left5 { margin-left:5px; }
.mar-left10 { margin-left:10px; }
.mar-left15 { margin-left:15px; }
.mar-left20 { margin-left:20px; }
.mar-left25 { margin-left:25px; }
.mar-left30 { margin-left:30px; }

.mar-right5 { margin-right:5px; }
.mar-right10 { margin-right:10px; }
.mar-right15 { margin-right:15px; }
.mar-right20 { margin-right:20px; }
.mar-right25 { margin-right:25px; }
.mar-right30 { margin-right:30px; }

/* top */
.mar-top0 {
	margin-top:0;
}
.mar-top5 {
	margin-top:5px;
}

.mar-top10 {
	margin-top:10px;
}

.mar-top15 {
	margin-top:15px;
}
.mar-top20 {
margin-top:20px;
}
.mar-top25 {
	margin-top:25px;
}
.mar-top30 {
	margin-top:30px;
}
.mar-top35 {
	margin-top:35px;
}
.mar-top40 {
	margin-top:40px;
}
/*service*/
i.service-icon {
  border:1px solid #000;
  border-radius:50%;
  display:inline-block;
  font-size:56px;
  color:#417630;
  width:140px;
  height:140px;
  line-height:136px;
  vertical-align:middle; 
  text-align:center;
  margin-bottom:25px;
  
}

i.service-icon:hover {
  border:1px solid #417630;
  color:#fff;
  border-radius:50%;
  display:inline-block;
  font-size:56px;
  background-color:#417630;
  
  line-height:136px;
  vertical-align:middle; 
  text-align:center;
  cursor:pointer;
}
.service-col {
  padding:40px 20px;
  margin:0 10px;
  background-color:none;
  -webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;
  margin-bottom:40px;
}
.service-col .service-icon {
  height:140px;
  width:140px;
  margin:0 auto;
  border:3px solid #417630;
  -webkit-box-shadow:inset 0 0 0 0 #fff;
  -moz-box-shadow:inset 0 0 0 0 #fff;
  box-shadow:inset 0 0 0 0 #fff;
  -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
  transition-delay:0.3s;
  -webkit-transition-delay:0.3s;
}
.service-col .service-icon i {
  font-size:4.5em;
  line-height:140px;
  margin:0 auto;
  color:#417630;
  -webkit-animation:serviceicon 0.6s ease-in-out;
  -moz-animation:serviceicon 0.6s ease-in-out;
  animation:serviceicon 0.6s ease-in-out;
}
.service-col h2 {
  font-weight:600;
  margin:1em 0 0.75em;
}
.service-col h2 a {
  color:#417630;
}

}
.service-col p {
  font-size:0.875em;
  font-weight:200;
  margin-bottom:0;
}

.service-col:hover {
  background-color:rgba(65, 118, 48, 0.25);
  -webkit-transition:all 0.2s ease-out;
  -moz-transition:all 0.2s ease-out;
  -o-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
}
.service-col:hover .service-icon {
  -webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;
  transition-delay:0s;
  -webkit-transition-delay:0s;
  -webkit-box-shadow:inset 0 0 0 100px #fff;
  -moz-box-shadow:inset 0 0 0 100px #fff;
  box-shadow:inset 0 0 0 100px #fff;
}
.service-col:hover .service-icon i {
  color:#417630;
  -webkit-animation:serviceiconhover 0.5s ease-in-out;
  -moz-animation:serviceiconhover 0.5s ease-in-out;
  animation:serviceiconhover 0.5s ease-in-out;
}

/* bottom */
.mar-bot0 {
margin-bottom:0;
}
.mar-bot5 {
margin-bottom:5px;
}

.mar-bot10 {
margin-bottom:10px;
}

.mar-bot15 {
margin-bottom:15px;
}
.mar-bot20 {
margin-bottom:20px;
}
.mar-bot25 {
margin-bottom:25px;
}
.mar-bot30 {
margin-bottom:30px;
}
.mar-bot35 {
margin-bottom:35px;
}
.mar-bot40 {
margin-bottom:40px;
}
.mar-bot45 {
margin-bottom:45px;
}


/*===========================
  --- Sections ----
=========================== */


.bg-white {
	background-color:#fff;
}

/* --- section heading --- */
.section-header {
	text-align:center;
padding-top:30px;
}
.section-header h2.section-heading {
	text-transform:uppercase;
	font-weight:700;
}

/* ==========================
 --- Parallax ---
============================= */

#parallax1{	
background-image:url(../img/parallax/4.jpg);
/*height:500px;*/
}
#parallax2{	
background-image:url(../img/parallax/2.jpg);
/*height:500px;*/
}

#parallax3{	
background-image:url(../img/parallax/3.jpg);
/*height:200px;*/
}
.parallax{
/*background-color:#66852C;*/
}
.banner{
background-color:#eee;
}

#testimonials{	
background-image:url(../img/1.jpg);
/*height:500px;*/
}
#testimonials-3{	
background-image:url(../img/12.jpg);
/*height:500px;*/
}
#testimonials-2{	
background-image:url(../img/6.jpg);
/*height:500px;*/
}

/*===========================
	---Pricing---
===========================*/
.line-pricing-table {
margin:50px 0 100px 0;
}
.line-wrap {
/*width:1200px;*/
margin:0 auto;
position:relative;
}
.line-wrap:after {
  clear:both;
  content:"";
  display:block;
}
.line-pricing-table {
display:table;
width:100%;
table-layout:fixed;
}
.line-pricing-table .pricing-table-wrap {
display:table-cell;
text-align:center;
}

.line-pricing-table .pricing-table-wrap ul {
  border:2px solid #e6e6e6;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  margin:0 10px;
  padding:40px 20px;
  background:#fff;
  list-style:none;
}
.line-pricing-table .pricing-table-wrap ul li.line-head-row {
  font-size:24px;
  line-height:100%;
  font-weight:bold;
  padding-bottom:5px;
  list-style:none;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row {
  border-bottom:2px solid #e6e6e6;
  padding-bottom:30px;
  margin-bottom:35px;
  list-style:none;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row p {
  margin:0;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row small {
  /*
  font-size:18px;
  color:#b3b3b3;
  */
  list-style:none;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row span.symbol {
  position:relative;
  font-size:24px;
  color:#000;
  font-weight:normal;
  font-family:'Raleway', sans-serif;
  top:-15px;
}
.line-pricing-table .pricing-table-wrap ul li.line-btn-row {
  margin-top:30px;
  list-style:none;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight {
  border-color:#417630;
  padding:0;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-price-row {
  background:#417630;
  border-color:#417630;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-price-row small {
  color:#fff;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-price-row span {
  color:#fff;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-price-row span.symbol {
  color:#fff;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-head-row {
  color:#fff;
  background:#417630;
  padding-top:40px;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-btn-row {
  padding-bottom:40px;
}

.line-btn{
  font-weight:bold;
  color:#000;
  background-image:none;
  background-color:#fff;
  /*
  height:50px;
  line-height:50px;
  padding:0 50px;
  margin:0 0 10px;
  */
  padding:5px;
  cursor:pointer;
  border:2px solid #000;
  white-space:nowrap;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  -webkit-transition:all 0.2s ease-in-out 0s;
  -moz-transition:all 0.2s ease-in-out 0s;
  -o-transition:all 0.2s ease-in-out 0s;
  -ms-transition:all 0.2s ease-in-out 0s;
  transition:all 0.2s ease-in-out 0s;
  display:inline-block;
}
.line-btn.small,
input[type="submit"].small,
button[type="submit"].small {
  height:40px;
  line-height:40px;
  padding:0 30px;
}
.line-btn.big,
input[type="submit"].big,
button[type="submit"].big {
  height:60px;
  line-height:60px;
  padding:0 70px;
}
.line-btn.blue,
input[type="submit"].blue,
button[type="submit"].blue {
  background:#009eca;
  border:none;
  color:#fff;
}
.line-btn.lightblue,
input[type="submit"].lightblue,
button[type="submit"].lightblue {
  background:#259F9B;
  border:none;
  color:#fff;
}
.line-btn.darkblue,
input[type="submit"].darkblue,
button[type="submit"].darkblue {
  background:#42555c;
  border:none;
  color:#fff;
}
.line-btn.red,
input[type="submit"].red,
button[type="submit"].red {
  background:#e74c3c;
  border:none;
  color:#fff;
}
.line-btn.green,
input[type="submit"].green,
button[type="submit"].green {
  background:#417630;
  border:none;
  color:#fff;
}
.line-btn.orange,
input[type="submit"].orange,
button[type="submit"].orange {
  /*background:#f6ba70;*/
  background:#CD9170;
  border:none;
  color:#fff;
}
.line-btn.light,
input[type="submit"].light,
button[type="submit"].light {
  background:#dddddd;
  color:#000;
  border:none;
}
.line-btn.light:hover,
input[type="submit"].light:hover,
button[type="submit"].light:hover {
  color:#fff;
  background:#417630;
}

/*===========================
  --- Header & menu ----
=========================== */

.navbar{
/*line-height:100px;height:100px;*/
background-color:rgba(5,42,2,0.4);
display:block;
vertical-align:middle;
text-align:center;
margin-bottom:0;
padding-bottom:0;
border-radius:0;
box-shadow:0 0 10px rgba(255,255,255,0.4);
}

.navbar .navbar-collapse{
margin-bottom:0;
padding-bottom:0;
margin-right:5px;
}

#single-page{
/*margin:100px 0 0;*/
}

.navbar-toggle.mobile-close{
width:80px;
height:80px;
line-height:60px;
}

.navbar-toggle{
cursor:pointer;
}

.navbar-toggle.mobile-close:before {
content:"×";
font-size:100px;
color:#fff;
}
	
.mobile-close span {
display:none !important;
}

body.p_1 .page_text{
margin:0;	
}

body .page_text{
margin:20px  auto 0;	
}


.row.mar-bot0 {
margin-bottom:0;
}
.row.mar-bot5 {
margin-bottom:5px;
}

.row.mar-bot10 {
margin-bottom:10px;
}

.row.mar-bot15 {
margin-bottom:15px;
}
.row.mar-top20{
margin-top:20px;	
}
.row.mar-bot20 {
margin-bottom:20px;
}
.row.mar-bot25 {
margin-bottom:25px;
}
.row.mar-bot30 {
margin-bottom:30px;
}
.row.mar-bot35 {
margin-bottom:35px;
}
.row.mar-bot40 {
margin-bottom:40px;
}
.row.mar-bot45 {
margin-bottom:45px;
}

.row.mar-bot0 {
margin-bottom:0;
}
.row.mar-bot5 {
margin-bottom:5px;
}

.row.pad-bot10 {
padding-bottom:10px;
}

.row.pad-bot15 {
padding-bottom:15px;
}
.row.pad-bot20 {
padding-bottom:20px;
}
.row.pad-bot25 {
padding-bottom:25px;
}
.row.pad-bot30 {
padding-bottom:30px;
}
.row.pad-bot35 {
padding-bottom:35px;
}
.row.pad-bot40 {
padding-bottom:40px;
}
.row.pad-bot45 {
padding-bottom:45px;
}

td, th {
padding:3px;
}

.single .navbar-fixed-top{
background-color:rgb(102,133,44) !important;	
}

ul.services{
list-style:none;
padding:0;
display: flex;
flex-wrap: wrap;
justify-content:center;
}

ul.services > li{
position:relative;
float:left;
width:200px;
margin:10px;
padding:0px;
height:270px;
background:#fff;
border:2px solid #e6e6e6;
border-radius:5px;
overflow:hidden;
line-height:1.4;
cursor:pointer;
min-width:200px;
color:#000;
text-align:center;
font-weight:400;
font-size:14px;
}

.services .l_text{
display:none;	
}

ul.services h3{
cursor:pointer;	
margin:0;
color:#000;
text-align:center;
font-size:15px;
font-weight:500;
min-height:48px;
/*position:relative;*/
display:flex;
align-items:center;
line-height:1.2;
}

ul.services h3 a{
margin:0;
padding:5px;
/*
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
*/	
display:block;
height:100%;
width:100%;
text-align:center;
}

ul.services > li .text{
padding:5px 7px;
}

.services .line-btn{
width:100%;
}

span.hr{
width:100%;
height:40px;
display:block;
position:absolute;
bottom:0;
left:0;
background:#fff;
background:-moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background:-webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background:linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fff',GradientType=0 );
}

table {
max-width:100%;
}

ul.services h3:hover{
background:#417630;
color:#fff;
}

ul.services h3:hover a{
background:#417630;
color:#fff;
}

ul.services h3 a:hover{
background:#417630;
color:#fff;
}

.services > li:hover h3,
.services > li:hover h3 a{
background:#417630;
color:#fff;
}

.news.m > li h3:hover a,
.news.m > li h3 a:hover{
background:#417630;
color:#fff;
}

.news .l_text{
padding:10px;
}

.news > li h3{
padding:5px;
margin:0;
}

news > li .date {
    float: right;
    font-size: 13px;
    margin: 2px;
}

.news > li h3 {
font-size: 20px;
margin:0;
padding:5px;
text-align:center;
cursor:pointer;
font-weight:500;
font-size:16px;
}

div.pagination{text-align:center;margin:3px;padding:3px}
div.pagination a{margin-right:2px;border:1px solid transparent;text-decoration:none;color:#00ccff;padding:2px 5px}
div.pagination a:hover,div.pagination a:active{border:1px solid #00ccff;color:#638425;background-color:#F1FFD6}
div.pagination span.current{margin-right:2px;border:1px solid #00ccff;font-weight:bold;background-color:#00ccff;color:#FFF;padding:2px 5px}
div.pagination span.disabled{margin-right:2px;border:1px solid transparent;color:#00ccff;padding:2px 5px}


/* list images */
.gallery-list {
padding: 0;
margin: 0;
list-style:none;
}

.gallery-list li {
padding:0;
margin:2px;
background:transparent;
float:left;
}

p.date {
/*background: rgba(255, 255, 255, 0.5);*/
color: #777;
float: right;
font-size: 14px;
margin: -5px 2px 0 0;
}

p.ra{
display:none;
}

.modal-body p.ra{
display:block;
}


#banner h2 {
font-size:24px;
}

.single .page_text h2 {
text-align:center;
font-weight: 500;
color: #999;
}

.pus{
display:none;
border:1px solid #CD9170;
padding:10px 10px 20px 10px;
}
.us-block table{
/*border:1px solid #eee;*/
border:none;
margin:0 0 20px 0;
}

.us-block table td{
border-top:none !important;
border-left:none !important;
border-right:none !important;
border-bottom:1px solid #eee !important;
vertical-align:top;
}

body.p_3 div#content p{
font-size:13px;
}
body.p_3 div#content {
font-size:13px;
}
body.p_3  div#content td{
padding:5px;
border-bottom:1px solid #eee;
}

.us-block h2{
margin:0;
margin:10px;
color:#259f9b !important;
}
.us-block h3{
text-align:center;
color: #259f9b !important;
}

div.td.img {
width:33%;
text-align:center;
vertical-align:top;
}

td.text {
width:66%;
text-align:left;
vertical-align:middle;
}
}

._td{
float:left;
}

._td.img{
width:40%;
float:left;
}

._td.text {
width:60%;
float:left;
margin:0 0 30px 0;
}

iframe{
max-width:100%;	
}

textarea,input {
max-width: 100%;
}

._tr{
margin:15px 0 15px;
padding:15px 0 15px;
border-bottom:5px solid rgba(246, 186, 112, 1);
}

.us-block .collapse{
margin: 20px 20px 50px;
}

.us-block ul{
list-style: none;
padding:0;
}

.us-block h3{
text-align:left;
cursor:pointer;
}

.us-block h3 a.LL:before{
content: "\f00d";
font-family: FontAwesome;
display: inline-block;
width: 1.3em; /* same as padding-left set on li */
color:rgba(246,186,112,1);
font-weight:normal;
}

.us-block h3 a.LL.collapsed:before{
content: "\f055";
}

.us-block li {
color: #333;
font-size: 17px;
font-weight: 400;
line-height: 1.1;
margin: 9px 0;
padding: 0 0 0 1.3em;
}

.us-block.us-block-1 li{
/*background:rgba(246, 186, 112,0.5);	*/
}

.us-block li:before {
content: "\f05d"; /* f00c  f06c*/
font-family:FontAwesome;
display: inline-block;
margin-left: -1em; /* same as padding-left set on li */
width: 1.3em; /* same as padding-left set on li */
color:#259F9B;
font-weight:normal;
font-size:15px;
}

.fa-32{
font-size:32px;	
}

.xxx{
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
-moz-transition:all 0.2s;
-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;
}

.c_us{
float:right;
}
.modal-dialog .c_us{
float:none;	
}

.c_us.close{
position: absolute;
right: 0;
line-height: 0.5;
}

.c_us.close:before {
content:"×";
font-size:80px;
color:#000;
font-weight:400;
}
	
.c_us.close span {
display:none !important;
}

.us-block {
position:relative;
}


.modal-dialog {
margin: 30px auto;
max-width: 1000px;
min-width: 200px;
width: 80%;
}

.msg .modal-dialog {
width:200px;
}

.col{
background:#fff;
}

.co2{
background:#eee;	
}

.bg-blue{
background:#009eca;
color:#fff;
}

.bg-lightblue{
/*background:#58c5c0;*/
background:#259F9B;
color:#fff;
}

.bg-darkblue{
background:#42555c;
color:#fff;
}

.bg-red{
background:#e74c3c;
color:#fff;
}

.bg-green{
background:#417630;
color:#fff;
}

.bg-orange{
background:#CD9170;
color:#fff;
}

.bg-light{
background:#ddd;
color:#000;
}

.bg-white{
background:#fff;
color:#000;
}

.bg-orange{
background:#CD9170;
}

.bg-white50{
background:rgba(255, 255, 255, 0.4);
color:#000;
}

.theme-bg{
background-color:#ff7701;
}


.nav-us{
}

.orange{
background:#CD9170;
color:#000;
}

.modal-header .close{
margin-top:-20px;
font-size:60px;
font-weight:300;	
}

.prakses-vietas h4{
margin:20px 0 0;	
}

.prakses-vietas .vieta img{
margin:1px;
max-width:300px;
max-height:250px;
}

.left{
float:left;
}

/*
.nav > li > a:hover, .nav > li > a:focus {
color:#7B904C;	
background-color:#fff;
}
*/
.nav > li > a{
text-shadow:none;
border-bottom:2px solid transparent;
}

.nav > li.active-item > a,
.nav > li > a:focus
{
border-bottom:2px solid #fff;
color:#fff !important;
background:none !important;
}

.nav > li > a:hover{
color:#fff !important;
background:none !important;
border-bottom:2px solid #ccc !important;
}

#footer .navbar-nav{
float:none;	
max-width:100%;
}
#footer .nav > li > a{
font-size:16px;
font-weight:500;
color:#fff;
}

#footer .nav > li {
display:block !important;
float:none !important;
}

.page_text.container{
min-height:300px;
}
.act:active{
position:relative;
left:1px;
top:1px;
}

#ascrail2000{
z-index:2000 !important;
}

.contactForm{
background:#f0f0f0;
padding:20px;
border:2px solid #ccc;
color:#555;	
}

.form-control{
color:000;
font-weight:500;	
}

.form-control.invalid {
border: 2px solid #e74c3c;
}

.white-popup{
background: #fff;
margin: 20px auto;
max-width: 100%;
min-height: 400px;
padding: 1px;
position: relative;
width: 800px;
}

.white-popup2{
background: #fff;
margin: 20px auto;
max-width: 100%;
min-height: 400px;
padding: 20px;
position: relative;
width: 800px;
}

#div_wait{
display:none;
position:fixed;
left:50%;
top:50%;
z-index:99999999;
cursor:pointer;
opacity:0.5;
}

#div_wait:hover{
opacity:1;	
}

.mfp-bg {
/*background:#66852C;*/
opacity:0.9;
z-index: 1052;
}
.mfp-wrap {
z-index: 1053;
}

.fancybox-skin{
padding:0 !important;
}


section#jaunumi .gallery-list{
display:none;
}

ul.lapa li,#single-page ul li{
list-style:none;
font-weight:bold;
opacity:1;
}

ul.lapa li::before,#single-page ul li::before {
content: "\f06c"; /* f00c */
display: inline-block;
font-family: FontAwesome;
margin-left: -1em;
width: 1.3em;
color:#7b904c;
opacity:0.5;
}

#single-page ol.cen li{
}

.p_news .l_text {
display:none;
}

.p_news{
left:-40px;
position:absolute;
top:100px;
width:100px;
z-index: 9;
list-style:none;
font-weight:bold;
}

.p_news h3 a {
color: #000;
font-size: 12px;
font-weight: normal;
line-height: 1;
text-align: left;
}


.p_news .n_img{
margin:0;
width:100px;
}

.p_news .n_text{
width:100px;
}


.p_news span.hr {
display: none;	
}

.p_news .date{
display:none;		
}

.p_news h3{
color:#000;
background-color:rgba(255, 255, 255, 0.6);
padding:0;
font-size:13px;
list-style:none;
font-weight:bold;
}
.featured .p_news h3{
display:none;
}

.featured .p_news{
width:auto;
}

.featured .p_news img{
max-width:100px;	
}

.p_news li{
margin:5px;
}

#map{
background:#ccc;	
}

h2.section-heading-1.a{
cursor:pointer;	
padding:10px;
border-bottom:4px double;
display:inline-block;
}

h2.section-heading-1.a:hover{
border-bottom:5px double;
}


/*--Responsive--*/
@media (max-width:1199px){
/*	
.navbar .navbar-collapse {
	margin-bottom:0;
	padding-bottom:0;
	margin-left:-15px;
	margin-top:-20px;
	width:160px;
}
.navbar .navbar-nav > .active > a {
	padding-bottom:0px;
}
*/
.container{
width:80%;
}
.row-slider{
height:auto;
}
}

.nav li {
height:100%;
line-height:100%;
margin-bottom:0;
padding-bottom:0;
margin-right:1px;	
}

.nav>li>a {
	display:table-cell;
	height:100%;
	line-height:100%;
	vertical-align:middle;
	color:#fff;
	font-weight:300;
	font-size:20px;
/*	letter-spacing:.1em;*/
/*	text-transform:uppercase;*/
	text-transform:lowercase;
}


.navbar-nav{
	float:right;
	margin-bottom:0;
	padding-bottom:0;	
	max-width:calc(100% - 200px)
}

.in .navbar-nav {
max-width:100%;
}

.navbar .navbar-nav > .active > a {
	color:#fff;
}
.navbar .navbar-nav > .active > a {
	padding-bottom:15px;
}

h1 a.navbar-brand {
	font-size:24px;
	color:#fff;
	font-weight:300;
	text-shadow:none;
	margin-left:10px;
}

.navbar-brand {
	padding:0;
	display:table-cell;
	vertical-align:middle;
	line-height:80px;
}

.navbar-brand img {
	vertical-align:top;
	margin:10px 0 0 4px;
	display:inline-block;
	padding:3px;
	border-radius:50px;
	background:#fff;
}

.navbar-toggle {
	padding:0;
	margin:0;
	width:80px;
}

.navbar-collapse.in {
margin-top:-5px !important;
}


/*===========================
  --- Featured section ----
=========================== */

section.featured {
height:auto;
padding:0;
background:#333333;
vertical-align:middle;
text-align:center;
color:#fff;
}

section.featured img {
height:100%;

}

section.featured h2.slogan {
	color:#fff;
	font-size:48px;
	font-weight:900;
}
/*row-slider*/
.row-slider{
padding-top:20px;
 vertical-align:middle; 
  padding-bottom:20px;
}
.title{
padding-top:30px;
text-align:center;
}
.list-style{
list-style:none;
left:0%;
}

.learn-more{
    overflow:hidden;
    position:relative;
    text-align:center;
    margin-top:60px;
    display:inline-block;
    background:rgba(255, 255, 255, 0.1);
    border:1px solid rgba(255, 255, 255, .1);
    width:150px;
    height:40px;

}

.learn-more:hover{
    background :rgba(255, 255, 255, 0.1);
    border:1px solid rgba(255, 255, 255, 0.4);

}

.learn-more a{
    font-size:12px;
    letter-spacing:1px;
    color:#fff;
    padding-top:9px; 
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}

.learn-more a.first {
    position:absolute;
    top:0;
    left:18%;
}

.learn-more a.sec {
    position:absolute;
    top:-30px;
    right:10px;
    left:8%;
    font-size:26px;
}

.learn-more:hover a.first {
    position:absolute;
    top:30px;
}
.learn-more:hover a.sec {
    position:absolute;
    top:-3px;
}


.circle{

  font-size:px;
  width:200px;
  height:200px;
  line-height:380px;
  vertical-align:middle; 
  text-align:center;
  margin-top:60px;
}
.circle:hover{

  
  width:140px;
  height:140px;
  font-size:20px;
  line-height:390px;
  vertical-align:middle; 
  text-align:center;
  margin-top:60px;
}
  
 /* inner heading */
section.featured.inner {
	background:#eee;
	padding:150px 0 50px;
}
/*id*/

					
#header img {
height:600px;
}

#header a.navbar-brand {
height:auto;
/*padding:5px;*/
/*background:rgba(102, 133, 44, 0.1);*/
font-size:16px;
font-weight:500;
}

#header a.navbar-brand img{
height:60px;
}

section.section {
margin:0;
padding:80px 0 60px 0;
height:500px;
}

#section-services {
background-color:#fff;
/*height:650px;*/
}

#section-team{
background-color:#fff;
/*height:650px;*/
}
#section-about {
background-color:#fff;
height:auto;
}
.about{
padding:0 20px 80px;
}
.company h4 span{
color:#417630;
}
 /* --- Flexslider --- */
.flexslider {
	margin:0;
	background:0;
	border:0;
	box-shadow:none;
	-webkit-box-shadow:none;
}

.flex-control-paging li a {
	width:8px;
	height:8px;
}

.flex-control-paging li a.flex-active {
	background:#fff;
}

.flex-control-nav {
	bottom:-25px;
}

.flexslider .slides img {
	width:auto;
	display:inline;
}

.flex-direction-nav a {
	display:block;
	width:50px;
	height:98px;
	margin:-29px -20px 0;
	position:absolute;
	top:30%;
	z-index:10;
	overflow:hidden;
	opacity:0;
	cursor:pointer;
	color:rgba(0,0,0,0.8);
	text-shadow:1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}

.flex-direction-nav .flex-next {
	right:-70px;
	background:url(../img/arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
	left:-70px;
	background:url(../img/arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
	content:none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
	content:none !important;
}

/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
	list-style:none;
	padding:0;
}

.tp-rightarrow.large {
	margin-left:0;
}

.tp-leftarrow.default {
	width:49px !important;
	height:98px !important;
	background:url(../img/arrow_small_left.png) no-Repeat top left;
}

.tp-rightarrow.default {
	width:49px !important;
	height:98px !important;
	background:url(../img/arrow_small_right.png) no-Repeat top left;
}

.fullwidthbanner-container {
	padding-top:100px;
	width:100% !important;
	position:relative;
	padding:0;
	max-height:650px !important;
	overflow:hidden;
}

.fullwidthbanner {
	height:650px;
}

.tp-bullets.simplebullets.round .bullet {
	background:url(../img/bullets-new.png) no-repeat top left;
}  

.tp-caption.large_bold_white {
	font-size:60px;
	line-height:60px;
	font-weight:800;
	font-family:"Open Sans";
	color:#fff;
	text-decoration:none;
	background-color:transparent;
	text-shadow:none;
	margin:0px;
	padding:1px 4px 0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.tp-caption.small_thin_white {
	font-size:18px;
	line-height:26px;
	font-weight:300;
	font-family:"Open Sans";
	color:#fff;
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}


.fullwidthbanner a.btn {
	color:#fff;
}

/*==========================
About
=========================== */
.team-section {
  width:100%;
  min-width:100%;
  text-align:center;
  /*padding:100px 0;*/
  position:relative;
}
.team-section .special-heading {
  margin-bottom:30px;
}
.team-member {
  padding:10px;
  -webkit-transition:all 0.2s ease-out;
  -moz-transition:all 0.2s ease-out;
  -o-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
  -webkit-border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  border-radius:5px 5px 0 0;
  -moz-background-clip:border;
  -webkit-background-clip:border-box;
  background-clip:border-box;
  z-index:2;
  cursor:pointer;
}

.profile-picture {
  -moz-background-clip:border;
  -webkit-background-clip:border-box;
  background-clip:border-box;
  overflow:hidden;
  max-width:300px;
  max-height:300px;
  width:100%;
  height:100%;
  margin:0 auto;
  position:relative;
}

._td.img > img {
border-radius:50%;	
}

.team-member .profile-picture .profile-overlay {
/*	
  height:94%;
  width:94%;
  background-color:#b4dba7;
  position:absolute;
  top:3%;
  left:3%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -moz-background-clip:border;
  -webkit-background-clip:border-box;
  background-clip:border-box;
  -webkit-transition:all 0.6s ease-out;
  -moz-transition:all 0.6s ease-out;
  -o-transition:all 0.6s ease-out;
  transition:all 0.6s ease-out;
  opacity:0.3;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  display:block;
*/
display:none;  
}

.team-member .profile-picture img {
/*width:100%;*/
/*height:auto;*/
width:300px;
border-radius:20px;
height: 300px;
object-fit:cover;
}

.team-member h3 {
  font-size:1.75em;
  font-weight:700;
  margin-bottom:0;
}
.team-member span {
  font-size:0.875em;
  font-family:'Titillium Web', sans-serif;
  text-transform:uppercase;
  color:#417630;
  padding-top:-10px;
}
.team-member .profile-social {
  font-size:1.3125em;
  line-height:1.9047em;
  opacity:1;
  min-height:100%;
  min-width:100%;
  position:absolute;
  top:60%;
  left:55px;
  display:none;
}
.team-member .profile-social .icons-wrapper {
  margin:50px auto 0;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition:all 0.6s ease-out;
  -moz-transition:all 0.6s ease-out;
  -o-transition:all 0.6s ease-out;
  transition:all 0.6s ease-out;
}
.team-member .profile-social .icons-wrapper a {
  color:#fff;
  margin:0 5px;
}
.team-member .profile-social .icons-wrapper a:hover {
color:#417630;
}
.team-member .team-bio {
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position:absolute;
  top:89%;
  left:40px;
  right:70px;
  height:auto;
  overflow:hidden;
  -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
  background-color:rgba(91,223,48,0.25);
  padding:0 20px 20px;
  -webkit-border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  border-radius:0 0 5px 5px;
  -moz-background-clip:border;
  -webkit-background-clip:border-box;
  background-clip:border-box;
  z-index:1;
}
.team-member .team-bio p {
  font-size:0.75em;
  height:auto;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-bottom:0;
}

.team-member:hover {
/*background-color:rgba(91,223,48,0.12)*/
background-color:rgba(255,255,255,0.1)
}

.team-member:hover .profile-picture .profile-overlay {
  opacity:0.3;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
}
.team-member:hover .profile-picture .icons-wrapper {
  margin-top:150px;
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition:all 0.2s ease-out;
  -moz-transition:all 0.2s ease-out;
  -o-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
  transition-delay:0.3s;
  -webkit-transition-delay:0.3s;
}
.team-member:hover .team-bio {
  height:auto;
  overflow:hidden;
  -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
  top:100%;
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team-member:hover .team-bio p {
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
  transition-delay:0.3s;
  -webkit-transition-delay:0.3s;
}

.team-detail h4 span{
	margin-top:5px;
}
.box-bg p{
padding:10px 20px;
font-size:14px;
}
.box-bg h6,h4{
font-family:'Open Sans', Arial, sans-serif;
	font-weight:700;
	line-height:1.1em;
	
	margin-bottom:20px;

}



.box-bg{
padding:10px 20px;
}



/*===========================
  Portfolio
============================ */
nav#filter a {
	background-color:#EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color:#417630;
	color:#fff;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom:30px;
}

#portfolio img  {
	width:100%;
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding:4px 12px;
	line-height:20px;
	text-decoration:none;
}


.portfolio-items article img {width:100%;} 

.portfolio-item {
	display:block;
	position:relative;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	transition:all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display:block;
    opacity:0;
    position:absolute;
    width:100%;
	left:0;
	top:0;
	color:rgba(220, 220, 220, 0.7);
}


.portfolio-item:hover .portfolio-desc {
	padding-top:20%;
	height:100%;
    transition:all 200ms ease-in-out 0s;
	opacity:1;
}

.portfolio-item .portfolio-desc a {
	color:#fff;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow:2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration:none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;
	
	padding:30px;
	height:0;
    opacity:0;
    position:relative;
}

.portfolio-item:hover .folio-info{
	height:100%;
    opacity:0.8;
    transition:all 500ms ease-in-out 0s;
	top:-10px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform:uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
	color:#fff;
	font-size:12px;
}


/*===========================
  --- Testimonial ----
=========================== */
#testimonals {
	padding-top:20px;
	padding-bottom:40px;
	position:relative;
	
}
.testimonial i {
	color:#fff;
	margin-top:100px;
}
.testimonial span.author {
	color:#fff;
	font-weight:700;
}

.testimonial h5 {
	color:#fff;
	font-size:18px;
	font-family:Georgia, sans-serif;
	line-height:1.5em;
}	

/*===========================
  --- Contact ----
=========================== */

.g-recaptcha div{
max-width:100% !important;
}

.g-recaptcha iframe{
max-width:100% !important;	
}


/* google map */
#map {
height:500px;
}

/*====================
  Clients
==================== */
#clients img {
	opacity:0.7;
}

#clients img:hover {
	opacity:1;
}


/*=========================
  Footer
 ================= */

section#footer {
background:#242424;
margin:0;
height:auto;
}

section#footer .copyright {
	text-align:center;
}

/* footer social icons */
ul.social-network{
line-height:1;
list-style:none;
display:inline;
margin:5px 0 0 50px !important;
padding:0;
float:left;
}

ul.social-network li {
display:inline;
/*margin:0 5px;*/
}

/* footer menu */
ul.footer-menu {
	list-style:none;
	display:inline;
	margin-left:0 !important;
	padding:0;
}
ul.footer-menu li {
	display:inline;
	margin:0 5px;
}

a.scrollup{
	height:40px;
	width:40px;
	color:#fff;
	font-size:22px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
	font-size:18px;
	line-height:30px;
	
}

/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */

/*
.social-network a.icoRss:hover {
background-color:#F56505;
}
.social-network a.icoTwitter:hover {
background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
background-color:#007bb7;

}
*/
.social-network a.icoYoutube:hover{
background-color:#FF0000;
}
.social-network a.icoInstagram:hover{
background-color:#E4405F;
}
.social-network a.icoFacebook:hover{
background-color:#3B5998;
}

.social-network a:hover i{
color:#fff;	
}
/*
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
color:#fff;
}
*/
a.socialIcon:hover, .socialHoverClass {
color:#417630;
	}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width:40px;
	height:40px;
	font-size:18px;
	line-height: 1;
	padding:10px;
}
.social-circle li i {
	margin:0;
	/*line-height:50px;*/
	text-align:center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-ms--transform:rotate(360deg);
	transform:rotate(360deg);
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
}
.social-circle i {
	color:#fff;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	-o-transition:all 0.8s;
	-ms-transition:all 0.8s;
	transition:all 0.8s;
}

/* stats */
.stats .icon {
	margin:0 0 20px 0;
}

.stats strong.number {
	font-size:38px;
}

.stats span.text {
	font-weight:700;
	font-size:24px;
}

/* buttons */
.btn {
	border:0;
}

.btn.bold {
	font-weight:600;
}

.btn-cta {
	color:#fff;
	border-bottom:4px solid;
}
.btn-cta:hover {
	color:#fff;
}

.btn-cta {
	border-bottom:2px solid;
}
.btn-cta.btn-lg {
	border-bottom:4px solid;
}



/* ========================================
Media queries
========================================= */
@media (min-width:959px) and (max-width:1199px) {
.navbar-nav {
margin-top:0px;
}
}

@media only screen and (min-device-width :979px) and (max-device-width :1024px)  {
	.navbar-nav {
		margin-top:0px;
	}
}


@media only screen and (min-width:768px) and (max-width:959px) {
#map{
height:400px;
}
	

	.navbar-nav {
		margin-top:0px;
	}
}
@media (max-width:767px) {
.line-pricing-table .pricing-table-wrap{
display:block;	
}	
#map {
height:300px;
}


	.navbar.navbar-fixed-top {
		background-color:rgba(0,0,0,1);
	}
	.navbar .navbar-collapse ul.nav {
		background-color:#444;
		width:100%;
		float:none;
		margin:0;
		padding:0;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom:1px solid #666;
	}
	
	
	
	.team-member,.col-lg-4 {
		margin-bottom:30px;
	}
	
	.stats .col-md-3 {
		margin-bottom:30px;
	}
}



/*
.nav>li>a {
font-weight:bold;
}
*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-weight:300;
}


span.price {
color:#777;
font-size:25px;
font-weight:bold;
font-family:'Montserrat', sans-serif;
line-height:100%;
}

span.price:after{
content:' €';
color:#ccc;
font-size:25px;
top:0;
font-family:"Raleway",sans-serif;
font-weight:bold;
}


.line-pricing-table small{
font-size:18px;
font-weight:400;
color:rgba(102, 133, 44, 1);
min-width:180px;
display:inline-block;
}

.b_white50 {
background:rgba(255, 255, 255, 0.4);
    color:#000;
    margin:0 auto;
    width:75%;
}

.i_pic{
max-width:300px;
float:left;
margin:1px;
}

.i_pic img{
max-width:100% !important;
max-height:200px;
}

section#footer {
color:#ccc;
}

section#footer a{
color:#aaa;
}

.banner img{
max-height:120px;
margin:0 25px 0 25px;
}

#banner a{
display:inline-block;	
}

#banner .row{
text-align:center;	
}

ul.news{
list-style:none;
padding:0;
}

ul.news > li{
position:relative;
float:left;
width:200px;
margin:10px;
height:400px;
background:#fff;
border:1px solid #eee;
border-radius:0px;
overflow:hidden;
cursor:pointer;
}
.news .col-sm-4 {
padding-left: 0;
}
.news .col-sm-8 {
padding: 20px;
}
.p_1 ul.news > li, .p_84 ul.news > li {
width:calc(100% - 10px);
height:auto;
}

.local.nnn {max-width:500px;width: 100%}

.n_img{
margin:0 5px 0 0;
width:240px;
}

.n_text{
width:calc(100% - 245px);
}

.n_imgF{
margin:0 5px 0 0;
width:360px;
}

.n_textF{
width:calc(100% - 365px);
}

.n_text_no_img{
width:100%;
}

.full_text{
display:none;	
}

ul.news.full > li{
position:relative;
float:none;
width:100%;
margin:0;
height:auto;
background:#fff;
border:none;
border-radius:0;
overflow:hidden;
}

#news h3 {
font-size:19px;
line-height:1;
text-align:center;
}

button.more{
position:absolute;	
right:0;
bottom:0;
display:none;
opacity:0.5;
z-index:9999;
}

.team-member button.more{
opacity:0.8;	
right:2px;
bottom:auto;
top:2px;
font-weight:normal;
background-image:none;
background-color:transparent;
cursor:pointer;
color:#fff;
/*
border:2px solid transparent;
color:#66852C;
*/
white-space:nowrap;
border-radius:0px;
-webkit-transition:all 0.2s ease-in-out 0s;
-moz-transition:all 0.2s ease-in-out 0s;
-o-transition:all 0.2s ease-in-out 0s;
-ms-transition:all 0.2s ease-in-out 0s;
transition:all 0.2s ease-in-out 0s;
padding:2px;
border:medium none;
}

.team-member:hover button.more,li:hover button.more{
display:block;
opacity:1;
}

button.more:hover{
opacity:1;
/*border:2px solid #66852C;*/
}

.team-member{
position:relative;	
}

.portfolio-item button.more{
display:block;
position:static;	
}

.portfolio-item button.more:active{
position:relative;
top:1px;
left:1px;
}

body.p_1 ._td.text{
display:none;	
}

section.section{
background-repeat:no-repeat;
background-size:100% auto;
background-position:50% 50%;
height:250px;
}

.navbar-brand, .navbar-nav > li > a {
/*text-shadow:0 1px 0 #000;*/
}

.caption.header{
background-color:rgba(0, 0, 0, 0.30);
padding:20px;
}
.caption.header h2,
.caption.header h3{
font-weight:bold;
}

.navbar-header .fa{
font-size:32px;	
}

.row{
margin:0px;
}

.navbar-nav > li > a{
padding:7px 10px;
}


@media (min-width:1400px) {
.container{
width:1170px !important;
}
}


@media (max-width:640px){
#map{
height:300px;
}
	
section.featured{
/*margin-top:82px;*/
}
.responsive-slider .slides ul li .slide-body .caption.header {
top:15%;
left:15%;
}

.navbar-collapse.collapsing{
width:100% !important;		
}

.navbar-collapse.collapse.in{
width:100%;	
}
.nav > li > a{
width:100%;
display:block;
}

.nav li{
background-color:rgba(0,0,0.0.8) !important;	
}

.nav > li > a:hover{
color:#fff !important;
background-color:rgba(40%, 52.1569%, 17.2549%, 0.75);
}

}

@media (max-width:768px) {
section.section {
padding:40px 0 40px 0;
height:300px;
}

/*
ul.news li{
width:300px !important;
}
*/

}


@media (max-width:480px){
	
._tr{
margin:15px 0 15px;
padding:0;
}
	
div.td.img {
width:100%;
}

td.text {
width:100%;
}

._td{
float:none;
}

._td.img{
width:100%;
float:none;
}

._td.text {
width:100%;
float:none;
}
	
.g-recaptcha {
float:none;
width:100% !important;	
}
.g-recaptcha div {
width: 100% !important;
}

#map {
height:300px;
}
	
section.section{
padding:20px 0 20px 0;
height:200px;
}

ul.news > li,ul.services > li{
width:90% !important;
float:none;
margin:10px auto;
}
}

@media (max-width:320px){
	
.modal-dialog {
width:100% !important;
}	

.container{
width:100% !important;
}
	
#map {
height:300px;
}

h3{
font-size:20px;	
}

h2 {
    font-size:26px;
}
.slide-body .caption.header {
left:0 !important;
}	

ul.news > li,ul.services > li{
float:none;
margin: 10px 0 !important;
width: 100% !important;
}

}

.navbar{
/*line-height:82px;height:82px; */
background-color:rgba(102, 133, 44, 0.9)
}

.navbar.affix{
z-index:999;
width:100%;	
line-height:72px; 
/*height:52px;*/
background-color:rgba(102, 133, 44, 1);
top:0;
box-shadow:0 0 10px rgba(0, 0, 0, 0.4);
}


.d_team-member{
/*height:300px;
overflow: hidden;
*/
margin:20px 0 40px;
}

.bg-green2{
background-color:#9Db178;	
}

body.mob_menu #saturs{
display:none;
}

body.mob_menu .navbar.affix{
position:static;	
}

body.h500 .navbar.affix{
position:static;	
}


#dlang{
position:absolute;
right:0;
top:20px;
}

#dlang ul{
margin:0;
padding:0;
list-style:none;
}

#dlang ul li{
margin:0;
padding:0;
float:left;
color:#eee;
}

#dlang ul li > a{
color:#fff;
padding:5px 10px;
}

#dlang ul li.selected{
font-weight:bold;
}

#header .social-circle li a {
background-color:none;
}

#footer ul.social-network {
margin-left:0px !important;
}

.navbar-nav > li > a {
transition: all 0.4s ease 0s;
}

#fullpage.ru .m_84,
#fullpage.en .m_84{
display:none;	
}


.single .us-block h4{
font-size:15px;
font-weight:bold !important;
text-align:center;
color: #259f9b;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
line-height: 1.2;
}


#myModal .profile-picture {
border-radius:0;
max-height:300px;
max-width:300px;
}

.single .profile-picture{
border-radius:0px;
max-height:400px;
max-width:400px;
}

#myModal .profile-picture img{
border-radius:6px;
}

.single .profile-picture img {
border-radius: 10px;
}

.nav-us .fa.fa-leaf {
    color: #259f9b;
    font-size: 10px;
    margin: 0 2px 0 20px;
}

div.profile-picture figure{
height: 300px;
width: 300px;
overflow: hidden;
/*border-radius:50%;*/
}

div.profile-picture figure:hover{
/*border-radius:45%;*/
}

.w-auto{width:auto !important;max-width:100%}
#CForm{margin-bottom:50px;background-color:rgba(0,0,0,0.05);padding:10px}

.failed{border:2px solid #8a6d3b}
.team-member > h5 {min-height:100px}
#musu-komanda .row.row_data{display:flex;flex-wrap:wrap}
