body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
	background: #fff; 
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0 0 10px 0;
	font-family: 'Open Sans', serif; 
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover,body a:focus {
	text-decoration:none;
	outline: none;
} 

/*-- planka --*/
.button.cookie_accept.btn.btn-primary.btn-sm {
  background-color: #e6e6e6;
  width: 100%;
  padding: 5px;
   border:none!important;
   color:#000!important;
}

.button.cookie_accept.btn.btn-primary.btn-sm:hover {
  background-color: #fff!important;
  border:1px solid #000!important;
}


#cookie_note{
	display: none;position: fixed;z-index:100;
	bottom: 15px;left: 50%; max-width: 40%;transform: translateX(-50%);
	padding: 20px;background-color: white;
	border-radius: 4px;box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note a {color:black; text-decoration:underline;}
#cookie_note p{margin: 0;font-size: 1.2rem;text-align: left;color: black;}
#cookie_note .btn-sm {display: block;margin: 0 auto;}
.cookie_accept{width:20%;}
@media (min-width: 576px){#cookie_note.show{display: flex!important;}}
@media (max-width: 575px){#cookie_note.show{display: flex!important; text-align: left;}}


@media (max-width: 840px) {
#cookie_note {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 15px;
  left: 0%;
  max-width: 98%!important;
  transform: translateX(1%);
  padding: 20px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
}



/*-- banner --*/
.agileits-banner {
	background:url(/images/1.jpg)no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	-moz-background-size:cover;
	position: relative;
} 
/*-- header-w3layoutstop--*/
.title-h1 {
    position: relative;
    box-sizing: border-box;
    padding-right: 200px;
}
.title-h1 .header-w3layoutstop-p {
    position: absolute;
    top: 7px;
    right: 0; 
}
.w3llogo.width-100 {
    float: none;
}
.header-w3layoutstop {
    padding:0.8em 0;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.header-w3layoutstop-p {
    color: #999;
    font-size: 1em;
    text-align: right;
    float: none !important;
}
.header-w3layoutstop-p span.fa {
    margin-right: 5px;
}

.header-w3layoutstop-p a{
  color:#000;
}

.navbartel-toggle {
  position: relative;
  float: left;
  padding-left:10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
}

/*-- social-icons --*/  
.social-w3licon a {
    font-size: 3em;
    color: #c8c8c8;
    margin:0 .8em;
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 999;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
} 
.social-w3licon a:hover {
    color: #3b5998;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
    transform: scale(1.2);
}
.social-w3licon a.twitter:hover {
    color: #1da1f2; 
}
.social-w3licon a.google:hover {
    color: #dd4b39; 
}
.social-w3licon a.behance:hover {
    color: #1769ff; 
}
/*-- //social-icons --*/
/*-- //banner-top --*/ 
/*-- logo --*/ 
.w3llogo h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6em;
    font-weight: 100;
    position: relative;
}
.w3llogo h1 a {
    display: inline-block;
    color: #6a0f14;
    padding: 5px 13px;
	text-transform:uppercase;
	font-weight:700;

}
.w3llogo h1 a span {
    display: block;
  
    letter-spacing: 3px;
  margin-top: 4px;
   
    
}
/*-- //logo --*/
/*-- top-nav --*/ 
.top-nav {
padding-bottom: 1.5em;
padding-top: 1.1em;
	
}
nav.navbar.navbar-default {
    background-color: inherit;
    border: none;
    margin: 0;
}
ul.nav.navbar {
    text-align: center;
    min-height: inherit;
    display: inline-block;
    vertical-align: top;
	margin-left: 12px;
}
.top-nav ul li {
    margin-right: 40px;
    display: inline-block;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.top-nav ul li a {
    text-decoration: none;
    font-size: 1.1em;
    color: #000;
    position: relative;
    font-weight:600;
    padding: 0;
    display: inline-block;     font-size: 16px;
}
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none;
} 
.top-nav ul li a:hover, .top-nav ul li a.active {
    color: #1D8240 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.top-nav .open > .dropdown-menu {
    display: block;
    background: #fff;
    margin-top: 1.2em;
    left: -63%;
}
.top-nav .open > .dropdown-menu li {
    margin: 0;
	display: block;
	overflow:hidden;
}
.top-nav .open > .dropdown-menu li a {
	display: block;
    color: #999;
    font-size: .9em;
    padding: .7em 1em;
    text-align: center;
    letter-spacing: 1px;
}
.top-nav .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #1D8240;
    border: none;
    background: none;
}
.top-nav .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #1D8240;
    text-decoration: none;
    background-color: transparent;
}
.navbar-right { 
    margin-right: 0;
}
/*-- //top-nav --*/
/*-- banner-w3text --*/
.banner-w3text {
    padding: 26em 0 16em 0;
    text-align:right;
}
.banner-w3text h2 {
	font-size: 7em;
    color: #fff;
    letter-spacing: 7px;
	text-shadow: 3px 3px 3px #333;
}
.banner-w3text p {
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 12px;
    margin-top: 0.5em;
}
/*-- read more btn --*/
.w3lsmore { 
    margin: 1.5em 0 0;
}
.w3-agilebtn {
    color: #fff;
    font-size: 1em;
    border: 1px solid #fff;
    padding:0.8em 2.5em;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block; 
	background: #aaa;	
}
.w3-agilebtn:before, .w3-agilebtn:after,
.w3-agilebtn span:before,
.w3-agilebtn span:after {
	content: '';
	position: absolute;
	top: 0;
	width: 26%;
	height: 0;
	background:#1D8240;
	z-index: -1;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.w3-agilebtn:before {
	left: 0;
}
.w3-agilebtn:after {
	left: 50%;
}
.w3-agilebtn span:before, .w3-agilebtn span:after {
	top: auto;
	bottom: 0;
}
.w3-agilebtn span:before {
	left: 25%;
}
.w3-agilebtn span:after {
	left: 75%;
}
.w3-agilebtn:hover {
	color: #fff;
}
.w3-agilebtn:hover:before, .w3-agilebtn:hover:after,
.w3-agilebtn:hover span:before,
.w3-agilebtn:hover span:after {
	height: 100%;
}
.w3-agilebtn:active {
	background: #1D8240;
}
/*-- //read more btn --*/
/*-- //banner-w3text --*/
/*-- banner-bottom --*/
.welcome,.services,.about,.subscribe,.news,.contact{
	padding:6em 0;
}  
figure.effect-chico.welcome-img2 {
    /*margin-top: 2em;*/
    margin-top: 31px;
}
/* Common style */
.welcome-w3imgs figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: #000;
    text-align: center;
} 
.welcome-w3imgs figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
} 
.welcome-w3imgs figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
} 
.welcome-w3imgs figure figcaption::before,
.welcome-w3imgs figure figcaption::after {
	/*-- pointer-events:none; --*/
} 
.welcome-w3imgs figure figcaption,
.welcome-w3imgs figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*-- Chico --*/ 
figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-o-transform: scale(1.12);
	-ms-transform: scale(1.12);
	transform: scale(1.12);
} 
figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
} 
figure.effect-chico figcaption {
	padding: 3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
} 
figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
} 
figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s; 
	transition: opacity 0.35s, transform 0.35s;
} 
figure.effect-chico h4 {
    margin: 0.5em 0;
    font-size: 2.5em;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
} 
figure.effect-chico p {
	color:#fff;
	margin: 0 auto !important;
    max-width: 200px;
    -webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
    transform: scale(1.5);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.welcome-w3imgs{
    position: relative;
}
.welcome-w3imgs img{
	width:100%;
} 
.agile-welcome-left{
    padding-left: 0;
}
.agile-welcome-right {
    padding: 2em 12em 0 6em;
    text-align: left;
}
h3.agileits-title {
    color: #1D8240;
    font-size: 27px;
    margin-bottom: .9em;
	display:inline-block;
	font-weight: bold;
text-align: center;
}
h3.agileits-title:before {
    content: '';
    width: 40%;
    height: 4px;
   /* background: rgb(224, 224, 224);*/
    display: block;

}
p{
	color:#000;
	font-size:18px; 
	line-height:1.8em;
	margin-bottom:20px;
}

p img{
    max-width: 600px;
    height: auto;
	padding:30px;
}

.agile-welcome-right h4 {
    font-size: 1.8em;
    color: #999;
    line-height: 1.4em;
    margin-bottom: 1em;
}  
/*-- //banner-bottom --*/
/*-- about --*/
#about {
    padding: 2em 0;
}
.content-mid1{
	padding:0;
} 
.content-mid2 {
    padding: 5em 7em 6.5em;
    text-align: left;
    margin: -2em 0;
	-webkit-box-shadow: 0px 0px 10px 0px #bfbfbf;
	-moz-box-shadow: 0px 0px 10px 0px #bfbfbf;
	-o-box-shadow: 0px 0px 10px 0px #bfbfbf;
	-ms-box-shadow: 0px 0px 10px 0px #bfbfbf;
    box-shadow: 0px 0px 10px 0px #bfbfbf;
}
.content-mid-img{
overflow:hidden;
    min-height: 520px;
}
.content-mid-img1{
	background: url(/images/g2.jpg)no-repeat center center; 
    background-size: cover;
    min-height: 520px;
} 
.about-w3lsrow {
    text-align: left;
    margin-top: 3em;
} 
/*-- //about --*/
/*-- progress-bars --*/  
.b_label {
    color: #888;
    margin-bottom: 6px;
    font-weight: 400;
}
.bar_group {
    position: relative;
    z-index: 0;
    padding: 0;
    width: 70%;
    margin: 0 auto;
}
.bar_group__bar.thin::before, .bar_group__bar.thick::before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 6px;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
    background: #E4E4E4; 
}
.bar_group__bar.thin {
	width: 0%;
	height: 6px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #1D8240;
	margin-bottom: 1em;
	-webkit-transition: width 1s; 
	-moz-transition: width 1s; 
	transition: width 1s;
}
/*-- //progress-bars --*/
/*-- services --*/  
.w3l-services-grid{
	text-align:center;
}
.w3l-services-text {
    padding: 2em;
    border: 1px solid #ddd;
	position: relative;
	background: #fff;
}
.w3l-services-text:before {
    content: '';
    width: 0%;
    border: 2px solid #1D8240;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
    transition: .5s all; 
}
.w3ls-services-img {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.w3ls-services-img i.fa {
    color: #1D8240;
    font-size: 3em;
    padding: .5em 0 0 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.agileits-services-info h4 {
    color: #1D8240;
    font-size: 1.3em;
    margin: 1.3em 0 0.8em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.w3l-services-grid:hover .w3ls-services-img{
    background: #1D8240;  
}
.w3l-services-grid:hover .w3ls-services-img i.fa {
    color: #fff; 
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
    transform: scale(0.5);
} 
.w3l-services-grid:hover .w3l-services-text:before { 
    width: 100%;  
}
/*-- //services --*/
/*-- gallery --*/ 
.gallery {
    text-align: center;
}
.gallery-grids img {
    width: 100%;
}
.gallery-grids { 
	padding: 0;
}
/*-- gallery-hover effect --*/
.w3ls-hover {
	background-color: #FFF;
	display: block; 
	overflow: hidden;
	position: relative; 
	text-align: center;
} 
.w3ls-hover .view-caption { 
    padding: 5.5em 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%; 
	opacity: 0;
	background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.w3ls-hover .view-caption h5 {
    color: #fff;
    font-size: 2.2em;
    font-weight: normal;
}
.w3ls-hover .view-caption span {
    color: #fff;
    font-size: 1.2em;
    margin-top: 6%;
    display: inline-block;
    border: 1px solid #fff;
    padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.w3ls-hover:hover .view-caption { 
	background-color: rgba(0, 167, 189, 0.74); 
	opacity: 1;
	width: 100%;
}
.w3ls-hover .view-caption span:hover {
    color: #000;
    border-color: #000; 
}
/*-- //gallery --*/
/*-- news --*/
.w3-agileits-news-grids{
	margin:1em 0 0 0;
}
.w3-agileits-news-grids.news-w3row2 {
    margin-top: 3em;
}
.w3-agile-news-date{
    float: left;
    width: 20%;
}
.agile-news-icon{
	text-align: right;
    padding: 1em 0;
}
.w3-agile-news-img{
	float: right;
    width: 73%;
	text-align:center;
}
.agile-news-icon i.fa{
    color: #999;
    font-size: 1.5em;
	text-decoration:none;
}
.agile-news-icon p{ 
	margin:.2em 0 0 0;
}
.agileits-line {
    height: 2px;
    background: #1D8240;
    width: 30%;
    margin: 0 0 0 auto;
    top: 11px;
}
.w3-agile-news-img a img{
	 position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	height: 240px;
}
.w3-agile-news-img h4 {
    margin: 0;
    font-size: 1.3em;
    line-height: 1.2em; 

    height: 45px;
    overflow: hidden;
}
.w3-agile-news-img h4 a {
    color: #1D8240;
    text-decoration: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    border-left: 3px solid #1D8240;
    padding-left: 0.8em;
}
.w3-agile-news-img h4 a:hover{
	color:#333;
}
.w3-agile-news-img p{ 
	margin:0.6em 0 0 0; 
}
.news-right-grid a{
    color: #2f2f2f;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.5em;
}
.news-right-grid a:hover{
	color:#1D8240;	
}
.news-right-grid h5{
	color:#1D8240;
	font-size:.9em;
	margin:.5em 0;
}
.news-right-grid p{
	color:#999999;
	font-size:.9em;
	margin:1em 0 0 0;
	line-height:1.8em;	
}
.news-right-grid:nth-child(2){
	margin:1em 0;
}
/*-- //news --*/
/*-- newsletter --*/
.subscribe {  
    background: url(/images/1.jpg)no-repeat center bottom fixed;
    background-size: cover;
    position: relative;
    z-index: 2;
	text-align: center;
}
.subscribe:before{
    content: '';
    background:rgba(0, 0, 0, 0.38);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.subscribe h3.agile-w3title {
    font-size: 3.5em;
    color: #fff;
    margin-bottom: .5em;
}  
.subscribe form {
    width: 53%;
    margin: 3em auto 0;
}
.subscribe input[type="text"], .subscribe input[type="email"] {
    width: 45%;
    padding: .7em 1em;
    outline: none;
    font-size: 1em;
    border: 1px solid #fff; 
    color: #fff;
    letter-spacing: 2px;
    background: transparent;
}
.subscribe input[type="email"] {
    margin-left: 1em;
}
.subscribe form input[type="submit"] {
    font-size: 1em;
    text-transform: uppercase;
    padding: .6em 2.5em;
    color: #fff;
    background: #1D8240;
    border: 1px solid #1D8240;
    letter-spacing: 3px;
    font-weight: 600;
    outline: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    margin-top: 2em;
}
.subscribe form input[type="submit"]:hover {
	background: transparent;
    border: 1px solid #fff;
} 
.subscribe ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff;
}
.subscribe ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.subscribe :-ms-input-placeholder { /* IE 10+ */
  color:#fff;
}
.subscribe :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.subscribe p{
    margin-top: 1.5em;
    color: #fff;
    letter-spacing: 2px;
}
/*-- //newsletter --*/
/*-- map --*/
.map #mapv{
	width:100%;
	height:450px;
	position:relative;
	border: none;
}
.map {
	position:relative;
}
.map-pos {
    position: absolute;
    left: 17%;
    top: 19%;
    background: rgba(255, 255, 255, 0.7);
    width: 25%;
    text-align: center;
    border: 2px solid #1D8240;
    padding: 3em 0;
}
.map-pos h3 {
    font-size: 2.5em;
    color: #1D8240;
    margin-bottom: .3em;
    letter-spacing: 1px;
}
.map-pos p {
    line-height: 2.5em;
    color: #888;
}
.map-pos p a{
	color:#000;
	text-decoration:none;
}
.map-pos p a:hover{
	color:#888;
} 
/*-- //map --*/
/*-- contact --*/ 
.contact {
    text-align: center;
}
.contact-left input[type="text"],.contact-left input[type="email"],.contact-left input[type="password"]{
	border:1px solid #ccc;
	font-size:1em;
	color:#828282;
	background:none;
	width:100%;
	padding:.8em 1em;
	outline:none;
}
.contact-left input[type="text"]:hover,.contact-left input[type="password"]:hover,.contact-left input[type="email"]:hover,.contact-right textarea:hover{
	border-color:#1D8240;	
}

.contact-input-txt{
	border:1px solid #ccc;
	font-size:1em;
	color:#828282;
	background:none;
	width:100%;
	padding:.8em 1em;
	outline:none;
}
.contact-input-txt:hover{
	border-color:#1D8240;	
}


.contact-right textarea{
	border:1px solid #ccc;
	font-size:1em;
	color:#828282;
	background:none;
	width:100%;
	padding:.8em 1em;
	outline:none;
    min-height: 8em;
	resize:none;
}
.contact-left-dopinput{
	margin:1.5em 0 0 0;
}
.contact-right input[type="submit"] { 
    padding: .6em 1em;
    color: #fff;
    font-size: 1.1em;
    background: #1D8240; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
    outline: none;
    margin: 1em 0 0;
    width: 100%;
	border:1px solid #1D8240;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.contact-right input[type="submit"]:hover{
    background: transparent;	
	color:#1D8240;
}


.contact-dop-but { 
    padding: .6em 1em;
    color: #fff;
    font-size: 1.1em;
    background: #1D8240; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
    outline: none;
    margin: 23px 0 15px;
    width: 100%;
	border:1px solid #1D8240;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.contact-dop-but:hover{
    background: transparent;	
	color:#1D8240;
}

.margin-nulldd {
  margin: 1.5em 0 0 0;
}

.margin-nulldd2 {
  margin: 2.1em 0 0 0;
}

/*-- //contact --*/ 
/*-- footer --*/ 
.footer {
    text-align: center;
    padding-bottom: 3em; 
	background: #FAD898;
} 
.footer p {
    color: #1D8240;
    font-size: 3em;
    margin: 0 0 .2em;
    font-family: 'Open Sans', serif;
}
.footer p span {
    margin-right: .6em;
    font-size: .7em;
}

.footer p a{
    color: #1D8240;
}	
.footer .social-w3licon a {
    font-size: 3em;
    margin: 0 .6em; 
}
.copy-right {
    background: #1D8240;
    padding: 1em 0;
    text-align: center;
}
.copy-right p {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400; margin-top: 17px;
}
.copy-right p a{
	color:#fff;
	text-decoration:none;
}
.copy-right p a:hover{
	color:#1D8240;
}
/*-- //footer --*/
/*-- slider-up-arrow --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("/images/move-up.png") no-repeat 0px 0px;
	z-index:9;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/ 
/*-- about-modal --*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal-body {
    padding: 0 ;
}
.modal-w3lstext {
    padding: 2em;
}
.modal-dialog {
    margin: 3em auto;
} 
.modal-body.modal-spa img {
    width: 100%;
}
.modal-body h4 {
    font-size: 1.5em;
    color: #1D8240;
    letter-spacing: 6px;
    font-weight: 300;
    margin: 0 0 .5em;
    font-style: italic;
}
.bnr-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 0.5em 2em 0;
}
.bnr-modal button.close {
    color: #1D8240;
    opacity: .9;
    font-size: 2.5em;
	outline:none;
} 
/*-- //about-modal --*/ 

.adress {color: #656364 !important; font-size:14px;}
.header-w3layoutstop-p p {margin:0px; line-height: 1.3em;}
/*basket*/


.big-basket-container {
  border: 2px dotted #DF0005;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 20px 0px;
  font-size: 13px;
  line-height: 16px;
}

.thcenter{
  text-align:center;
  font-size: 16px;
  font-weight: bold;
}
.b-basket-place {
  border: 2px dotted #dfdfcf;
  border-radius: 5px;
  padding: 14px 20px;
}

.dopulbsk{
list-style-type:none;
}
.width-100 .w3-agile-news-img {
	float: none;
	width: 100%;
}
.box-basket_button { display: block; width: 36px;
  height: 34px;
    background: url(../images/icons-basket.png) no-repeat;
    background-size: 36px 34px;
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    outline: none; float: right; margin-left: 20px;
}
.box-basket_quantity {
    position: absolute;
    top: -5px;
    right: -7px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #1D8240;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
}
.all-box-basket.all-box-basket_mobile {
    display: none;
}
.link-quantity {
    display: none;
    width: 100%;
    height: 41px;
    overflow: hidden;
    margin: 23px 0 15px;
}
.link-quantity_left {
    float: left;
    width: 70%;
    height: 100%;
    color: #fff;
    background-color: #3ac267;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    box-sizing: border-box;
    padding: 4px 0;
    transition: 0.3s ease all;
}
.link-quantity_left span {
    display: block;
    font-weight: normal;
}
.link-quantity_left:focus,
.link-quantity_left:hover {
    background-color: #33b062;
    color: #ffffff;
    transition: 0.3s ease all;
}
.link-quantity_right {
    float: right;
    width: 30%;
    height: 41px;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #6a0f14;
    transition: 0.3s ease all;
}
.link-quantity_right:hover {
    background: #6a0f14;
    transition: 0.3s ease all;
}
.B_crumbBox {
    padding: 0;
	margin: 20px;
}
    
.B_crumbBox li{
    display:inline;
        font-size: 17px;
}

.B_crumbBox li a{
    color:#afafaf;
     font-size: 17px;   
}
.footer-padding {
    padding-top: 30px;
}
.footer-menu {

}
.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    margin-bottom: 6px;
}
.footer-menu ul li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 1.1em;
    color: #555;
    transition: 0.3s ease all;
}
.footer-menu ul li a:hover {
    color: #1D8240;
    transition: 0.3s ease all;
}
.footer-text {
    padding-top: 1px;
}
.footer .footer-text p {
    font-size: 1.1em;
    color: #555;
    line-height: 20px;
}
.footer-padding h3 {
    font-size: 22px;
}
.bt-content > input,
.bt-content > select {
    width: 60px !important;
    height: 30px;
    box-sizing: border-box;
    padding: 0 5px;
}

.width-100 .w3-agile-news-img {
	float: none;
	width: 100%;
	margin-top: 5px;
}


/*-- responsive-design --*/

@media(max-width: 1912px) {
    figure.effect-chico.welcome-img2 {
        margin-top: 28px;
    }
}

@media(max-width:1440px){
    figure.effect-chico.welcome-img2 {
        margin-top: 23px;
    }
figure.effect-chico h4 {
    margin: 0.3em 0;
    font-size: 2.2em; 
}
.agile-welcome-right {
    padding: 2em 7em 0 3em; 
}
.content-mid2 {
    padding: 5em 4em 6.5em; 
}
.w3ls-hover .view-caption {
    padding: 4.5em 0; 
} 
}
@media(max-width:1366px){
    
.banner-w3text h2 {
    font-size: 6.5em; 
    letter-spacing: 5px;
}
.w3-agilebtn { 
    padding: 0.8em 2em; 
}
.banner-w3text {
    padding: 22em 0 6em 0;
}
.agile-welcome-right {
    padding: 2em 4em 0;
}
.content-mid2 {
    padding: 5em 4em 4.5em;
}
.w3ls-hover .view-caption {
    padding: 4em 0;
}
.welcome, .services, .about, .subscribe, .news, .contact {
    padding: 5em 0;
} 
} 

@media(max-width: 1280px) {
    figure.effect-chico.welcome-img2 {
        margin-top: 20px;
    }
}
@media(max-width:1080px){
.banner-w3text h2 {
    font-size: 6em; 
}
.banner-w3text {
    padding: 18em 0 5em 0;
}
figure.effect-chico figcaption {
    padding: 1.5em;
}
figure.effect-chico figcaption::before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px; 
}
figure.effect-chico h4 { 
    font-size: 1.8em;
}
.welcome-w3imgs { 
    padding: 0 .5em;
}
figure.effect-chico.welcome-img2 {
    margin-top: 1.3em;
} 
h3.agileits-title { 
    font-size: 4.2em; 
}
.agile-welcome-right h4 {
    font-size: 1.6em; 
}
.agile-welcome-right h4 { 
    margin-bottom: 0.5em;
}
.agile-welcome-right {
    padding: 0 3em 0;
}
.bar_group { 
    width: 80%; 
}
.content-mid2 {
    padding: 5em 4em 6em;
}
.w3l-services-grid { 
    padding: 0 .5em;
}
.w3ls-services-img {
    width: 65px;
    height: 65px; 
}
.w3ls-services-img i.fa { 
    padding: .35em 0 0 0; 
}
.w3ls-hover .view-caption h5 {
    color: #fff;
    font-size: 2em;
    font-weight: normal;
}
.w3ls-hover .view-caption span { 
    font-size: 0.8em; 
}
.w3ls-hover .view-caption {
    padding: 3.2em 0;
}
.subscribe input[type="text"], .subscribe input[type="email"] {
    width: 48%; 
}
.subscribe form {
    width: 59%; 
	margin: 2em auto 0;
}
.map #mapv { 
    height: 360px; 
}
    .map-pos { 
        left: 36%; 
    	top: 16%;
        width: 29%; 
        padding: 2em 0;
    }
    .all-box-basket {
        display: block;
        margin-top: 25px;
    }
    .box-basket_button {
        margin: 0 auto;
    }

}
@media(max-width:1024px){
.top-nav ul li {
    margin: 0 0 0 2.5em; 
}
.banner-w3text h2 {
    font-size: 5.5em;
    letter-spacing: 3px;
}
.banner-w3text {
    padding: 14em 0 5em 0;
}
.footer p { 
    font-size: 2.2em; 
}
}
@media(max-width:991px){
	
	.vse_tovar {
  position: relative;
  display: inline-block;
  width: 100%!important;
  height: 2.5em;
  line-height: 2.1em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #777;
  color: #fff !important;
  outline: none;
  border: 2px solid #F64C2B;
  border-radius: 5px;
  box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #800;
  background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17);
  font-weight: bold;
  padding-right: 6px;
  padding-left: 6px;
  margin-top: 6px;
}


.top-nav ul li {
    margin: 0 0 0 2em;
}
.welcome, .services, .about, .subscribe, .news, .contact {
    padding: 4em 0;
}
.agile-welcome-left,.welcome-w3imgs{
    padding: 0 1em;
}
figure.effect-chico.welcome-img2 {
    margin-top: 31px;
}
figure.effect-chico h4 {
    margin: 2.8em 0 .5em; 
}
.agile-welcome-right {
    padding: 0 8em 0;
    margin-top: 4em;
}
.content-mid2 {
    padding: 4em 4em;
}
.content-mid2 { 
    margin: -1.5em 0; 
}
.w3l-services-grid:nth-child(2) {
    margin-bottom: 1em;
}
.w3ls-hover .view-caption {
    padding: 2.8em 0;
}

/*.news-left:nth-child(2) {
    margin-top: 2em;
}
*/
.w3-agileits-news-grids.news-w3row2 {
    margin-top: 2em;
}
.subscribe form {
    width: 70%; 
}
.footer .social-w3licon a { 
    margin: 0 .4em;
}
.modal-dialog {
    margin: 2em auto;
}
.modal-body h4 { 
    letter-spacing: 4px; 
}
.social-w3licon a { 
    margin: 0 .6em; 
}
}
@media(max-width:800px){
.banner-w3text h2 {
    font-size: 5em;
    letter-spacing: 2px;
}
figure.effect-chico h4 {
    margin: 1.8em 0 .5em;
}
figure.effect-chico.welcome-img2 {
    margin-top: 2em;
}
h3.agileits-title {
    font-size: 3.8em;
}
.content-mid2 {
    padding: 4em 2em;
}
.w3ls-hover .view-caption {
    padding: 1.8em 0;
}
.map-pos {
    left: 31%; 
    width: 39%; 
}
}


@media (min-width: 768px) {
  .navbartel-toggle {
    display: none;
  }
    
}


@media(max-width:767px){
    .all-box-basket {
        display: none;
    }
    .all-box-basket.all-box-basket_mobile {
        display: block;
        position: absolute;
        top: 4px;
        right: 80px;
        z-index: 5;
    }


.dop767{
    display: none;
}
    figure.effect-chico.welcome-img2 {
        margin-top: 22px;
    }

.header-w3layoutstop .navbar-left {
    float: left;
}
.header-w3layoutstop .navbar-right { 
    float: right;
}
.navbar-header.w3llogo {
    margin: 0;
}
.w3llogo h1 { 
    display: inline-block;
}
button.navbar-toggle {
    border-color: #1D8240;
    margin-right: 0;
    z-index: 10; 
}
span.icon-bar {
    background: #1D8240;
} 
.top-nav ul li {
    margin: 1.2em 0;
    display: block;
}
div#bs-example-navbar-collapse-1 {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    margin: 0;
    left: 0;
	/*margin-top: 1em;*/
	margin-top: 0;
    top: 65px;
}
ul.nav.navbar { 
    margin: 0; 
}
.top-nav {
    padding: 1.5em 0 1em;
}   
}
@media(max-width:736px){ 
figure.effect-chico h4 {
    margin: 1.4em 0 .5em;
}
.agile-welcome-right {
    padding: 0 5em 0; 
}
.about-w3lsrow { 
    margin-top: 2em;
}
.content-mid2 {
    padding: 3em 2em;
}
.content-mid-img,.content-mid-img1{ 
    min-height: 442px;
}
.w3ls-hover .view-caption {
    padding: 4.8em 0;
}
.modal-dialog { 
    width: 80%;
}
.subscribe h3.agile-w3title {
    font-size: 3em; 
}
.map-pos h3 {
    font-size: 2.2em; 
}
.contact-right textarea {
    margin-top: 1.5em;
}
}
@media(max-width:667px){
    .all-box-basket.all-box-basket_mobile {
        top: -4px;
    }


p img{
    max-width: 98%;
    height: auto;
	padding:3px;
}

figure.effect-chico h4 {
    margin: 0.8em 0 .5em;
}
.about-w3lsrow {
    margin-top: 1em;
}
h3.agileits-title {
    font-size: 3.2em;
}
.w3ls-hover .view-caption {
    padding: 4.5em 0;
}
.subscribe form {
    width: 85%;
}
.banner-w3text h2 {
    font-size: 4.7em; 
}
.banner-w3text {
    padding: 10em 0 5em 0;
}
.agile-welcome-right h4 {
    font-size: 1.4em;
}
button.navbar-toggle { 
    margin-top: 0;
}
figure.effect-chico h4 {
    margin: 0.6em 0 .5em;
}
.agile-welcome-right {
    padding: 0 3em 0;
} 

	#table-breakpoint.bt thead,
	#table-breakpoint.bt tbody th {
	  display: none;
	}
 
	#table-breakpoint.bt tfoot th,
	#table-breakpoint.bt tfoot td,
	#table-breakpoint.bt tbody td {
	  border: none;
	  display: block;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  vertical-align: top;
	  line-height: 18px;

	  /* IE 9 */
	  float: left\9;
	  width: 100%\9;
	}

	#table-breakpoint.bt tfoot th::before,
	#table-breakpoint.bt tfoot td::before,
	#table-breakpoint.bt tbody td::before {
		content: attr(data-th) ": ";
		display: inline-block;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		font-weight: bold;
		width: 9.5em;
		text-align: left;
	}

	#table-breakpoint.bt tfoot th.bt-hide,
	#table-breakpoint.bt tfoot td.bt-hide,
	#table-breakpoint.bt tbody td.bt-hide {
	  display: none;
	}

	#table-breakpoint.bt tfoot th .bt-content,
	#table-breakpoint.bt tfoot td .bt-content,
	#table-breakpoint.bt tbody td .bt-content {
	  vertical-align: top;
	}

	.bt-wrapper.active {
	  max-height: 310px;
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	}

	#table-breakpoint.bt.bt--no-header tfoot td::before,
	#table-breakpoint.bt.bt--no-header tbody td::before {
	  display: none;
	} 
	#table-breakpoint tr:last-child td:before {
		display: none; 
	}
	#table-breakpoint tr:last-child td {
		padding-top: 10px;
	}
	#table-breakpoint tr {
		border-bottom: 2px dotted #DF0005;
	}
	#table-breakpoint tr td:last-child {
		padding: 10px 0; 
	}
	#table-breakpoint tr td:first-child {
		padding: 10px 0;
	} 
	#table-breakpoint tr:last-child {
		border: 0; 
	}
	#table-breakpoint tr:last-child td:first-child {
		padding-bottom: 0; 
	}	


}
@media(max-width:640px){
    .w3ls-hover .view-caption {
        padding: 4em 0;
    }
    .agile-welcome-right iframe {
        width: 100% !important;
        max-width: 100% !important;
    }
    .footer-padding {
        padding-top: 15px;
    }

}
@media(max-width:600px){
.banner-w3text {
    padding: 7em 0;
}
.map-pos {
    left: 27%;
    width: 48%;
} 
}
@media(max-width:568px){
.banner-w3text h2 {
    font-size: 4.2em;
}
figure.effect-chico h4 {
    margin: 0.6em 0 .3em;
}
.w3ls-hover .view-caption {
    padding: 3.5em 0;
}
.subscribe form input[type="submit"] { 
    margin-top: 1em;
}  
}
@media(max-width:480px){ 
.agile-welcome-left, .welcome-w3imgs {
    padding: 0 .5em;
}
figure.effect-chico.welcome-img2 {
    margin-top: 1.1em;
}
.w3-agilebtn { 
    font-size: .9em; 
}
.welcome, .services, .about, .subscribe, .news, .contact {
    padding: 3em 0;
}
figure.effect-chico figcaption {
    padding: 1em;
}
figure.effect-chico figcaption::before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}
h3.agileits-title {
    font-size: 2.8em;
}
.bar_group {
    width: 90%;
}
.content-mid2 {
    padding: 2.5em 2em;
}
.w3ls-hover .view-caption {
    padding: 2.5em 0;
}
.subscribe form {
    width: 90%;
}
.subscribe input[type="text"], .subscribe input[type="email"] {
    width: 46%;
}
.subscribe p { 
    letter-spacing: 1px;
}
.subscribe h3.agile-w3title {
    font-size: 2.5em;
}
.map-pos {
    left: 21%;
	top: 12%;
    width: 60%;
    padding: 1.5em 0;
}
.map #mapv {
    height: 320px;
} 
}
@media(max-width:414px){
.w3llogo h1 { 
    font-size: 1.8em; 
}
p { 
    font-size: 0.9em; 
}
figure.effect-chico h4 {
    font-size: 1.6em;
    letter-spacing: 0px;
}
figure.effect-chico h4 {
    margin: 0.2em 0 .2em;
}
.welcome, .services, .about, .subscribe, .news, .contact {
    padding: 2em 0;
}
.agile-welcome-right { 
    margin-top: 3em;
}
.agile-welcome-right h4 {
    font-size: 1.3em;
}
.agile-welcome-right {
    padding: 0 1.5em 0;
}
.w3l-services-grid { 
    width: 100%;
}
.w3l-services-grid:nth-child(2) {
    margin: 1em 0;
}
.w3l-services-grid:nth-child(3) {
    margin-bottom: 1em;
}
.w3ls-hover .view-caption h5 { 
    font-size: 1.8em; 
}
.w3-agile-news-img h4 { 
    font-size: 1.2em; 
}
.agile-news-icon i.fa{ 
    font-size: 1.2em; 
}
.news-left {
    padding: 0;
}
.agile-news-icon { 
    padding: 0.5em 0;
}
.agile-news-icon p {
    margin: 0;
}
.subscribe input[type="text"], .subscribe input[type="email"] {
    width: 100%; 
    font-size: 0.9em; 
    letter-spacing: 1px; 
}
.subscribe input[type="email"] {
    margin: 1em 0 0;
}
.subscribe form input[type="submit"] {
    font-size: 0.9em; 
    padding: .6em 2em; 
}
.subscribe h3.agile-w3title {
    font-size: 2.2em;
}
.map-pos p {
    line-height: 2.2em; 
}
.map #mapv {
    height: 270px;
}
.map-pos h3 {
    font-size: 2em;
}
.contact-left input[type="text"], .contact-left input[type="email"], .contact-left input[type="password"] { 
    font-size: 0.9em; 
}
contact-input-txt{ 
    font-size: 0.9em; 
}

.contact-left input[type="email"] {
    margin: 1em 0;
}
.contact-right textarea {
    margin-top: 1em;
}
.contact-right input[type="submit"] { 
    font-size: 1em; 
    margin: 0.5em 0 0; 
    letter-spacing: 2px; 
}
.contact-dop-but{ 
    font-size: 0.9em; 
    margin: 0.5em 0 0; 
    letter-spacing: 2px; 
}

.margin-nulldd {
    margin: 0.5em 0 0; 
}

.margin-nulldd2 {
  margin: 0.2em 0 0.5em 0;
}


.footer p {
    font-size: 2em;
}
.modal-dialog {
    width: 95%;
}
.modal-w3lstext {
    padding: 1.5em;
}
.modal-body h4 {
    letter-spacing: 2px;
    font-size: 1.4em;
}
}
@media(max-width:384px){
.banner-w3text h2 {
    font-size: 3.5em;
}
figure.effect-chico p { 
    font-size: .8em;
}
.content-mid2 {
    padding: 2em 1em;
}
.content-mid-img, .content-mid-img1 {
    min-height: 400px;
}
.agileits-services-info h4 { 
    margin: 1em 0 0.5em; 
}
.gallery-grids { 
    width: 100%;
}
.w3ls-hover .view-caption {
    padding: 5.5em 0;
}
.agile-news-icon p { 
    font-size: .8em;
}
.contact-left,.contact-right {
    padding: 0;
}
.footer .social-w3licon a {
    font-size: 2.5em; 
}
.footer { 
    margin-bottom: 2em;
}
.banner-w3text {
    padding: 6em 0;
}
.top-nav ul li a { 
    font-size: 1em; 
}
.top-nav ul li {
    margin: 1em 0; 
}
}
@media(max-width:375px){
.banner-w3text h2 {
    font-size: 2.8em;
}
.w3-agilebtn {
    padding: 0.6em 1.5em;
}
.w3lsmore {
    margin: 1em 0 0;
}
.banner-w3text {
    padding: 5em 0;
}
.welcome-w3imgs {
    width: 90%;
    margin: 0 auto;
    float: none;
}
figure.effect-chico h4 {
    margin: 2.2em 0 .2em;
}
h3.agileits-title {
    font-size: 18px;
}
.bar_group__bar.thin { 
    margin-bottom: 0.7em; 
}
.agileits-services-info h4 { 
    font-size: 1.1em;  
    letter-spacing: 1px;
}
    .welcome-w3imgs figure {
        margin-top: 1.1em;
    }
}
@media(max-width:320px){
.header-w3layoutstop p { 
    font-size: 0.9em; 
    letter-spacing: 0.5px;
}social-w3licon
. a {
    margin: 0 .3em;
    font-size: 1.8em;
}
.w3llogo h1 {
    font-size: 1.6em;
}
.banner-w3text h2 { 
    letter-spacing: 1px;
}
figure.effect-chico h4 {
    margin: 1.5em 0 .2em;
}
.w3ls-hover .view-caption {
    padding: 4.2em 0;
}
.agile-news-icon i.fa{
    font-size: 1em;
}
.subscribe h3.agile-w3title {
    font-size: 2em;
} 
}
/*-- //responsive-design --*/

.l-product_price {
    text-align: center;
    font-size: 25px;
}


/*------NEW-------*/

.tel {color:#044200 !important; font-size: 23px;}
.navbar-collapse.collapse {background: #FAD898; height: 50px !important; margin-top: 10px;}
.nadpis {color: #656364 !important;font-size: 14px;}
.w3menu {text-align: left;width: 1170px;}
.w3menu {padding-right: 15px;padding-left: 15px; margin-right: auto;margin-left: auto; margin-top: 8px;}
.all-box-basket {display: inline-block; vertical-align: top; float: right;margin-right: 12px;}
.all-box-basket a {color: #000; font-family: 'Open Sans', sans-serif; font-weight: 600; line-height: 35px;}
.vse_tovar {
	
	
position: relative;
  display: inline-block;
  width: 350px;
  height: 2.5em;
  line-height: 2.1em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #777;
  color: #fff !important;
  outline: none;
  border: 2px solid #F64C2B;
  border-radius: 5px;
  box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #800;
  background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17);

  font-weight: bold;
padding-right: 6px;
  padding-left: 6px;
	margin-top: 15px;
	
	
	}
.vse_tovar:hover {position: relative;
  display: inline-block;
  width: 350px;
  height: 2.5em;
  line-height: 2.1em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #777;
  color: #fff !important;
  outline: none;
  border: 2px solid #F64C2B;
  border-radius: 5px;
  box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #800;
  background: linear-gradient(#FBC775, #F45238 48%, #EA0202 52%, #F01721);
  font-weight: bold;
  padding-right: 6px;
  padding-left: 6px;}
.block {margin-bottom:80px;}
.block_h3 {border-left: 3px solid #1D8240;padding-left: 0.6em; color: #1D8240;font-size: 25px; font-weight: 700;}
.f_logo {background: #fff;}
.f_adr {margin-left:90px;}
.col-lg-3 {width: 23% !important;}

@media(max-width:768px){
	.navbar-collapse.collapse {height: 100% !important; margin-top: 0px;}
	.w3menu {text-align: center;width: 100%;}
	.all-box-basket {display:none;}
	.top-nav {background: #FAD898;}
}

@media(max-width:500px){
.map-pos {display:none;}
}

@media (min-width: 770px) and (max-width: 991px) {
.f_adr {margin-left:60px;}
}

@media(max-width:769px){
	.f_adr {margin-left:0px;}
}


 li {
    font-size: 18px;
    line-height: 1.8;
    margin-left: 20px;
color:#000;
} 
	
