.footer-nav ul,
.logo-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* ---------------------------------------------------------
	 1. General reset
	 2. Common site styles
	 ---------------------------------------------------------*/

/* ---------------------------------------------------------
	 2. General reset
	 ---------------------------------------------------------*/

/* set height 100% to implement footer at bottom */

html,
body {
	height: 100%;
	margin: 0;
}

/*
body {
	min-width: 320px;
}
*/

@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); } @font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 300; src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v8/_aijTyevf54tkVDLy-dlnFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); } @font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 400; src: local('Ubuntu'), url(https://fonts.gstatic.com/s/ubuntu/v8/sDGTilo5QRsfWu6Yc11AXg.woff2) format('woff2'); } @font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 500; src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(https://fonts.gstatic.com/s/ubuntu/v8/OsJ2DjdpjqFRVUSto6IffFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); } @font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 700; src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(https://fonts.gstatic.com/s/ubuntu/v8/0ihfXUL2emPh0ROJezvraFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); }

.btn {
	border-radius: 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	text-transform: uppercase;
	white-space: normal;
	padding: 6px 15px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	outline: none;
	background: #00a036;
	border-color: #00a036;
	color: #fff;
}

.req::after {
    content: " *";
}

.req::after, label2.error {
    color: #F00;
	
}
label2.error {
	margin-bottom: 1em;
	display: table;
	margin-top: 0.2em;
}

.modal-content {
	font-size: 0.9em;
}

.caret {
    background:#000;
    border-right: 4px solid #FFF;
    border-left: 4px solid #FFF;
}
/* ---------------------------------------------------------
	 3. Сommon site styles
	 ---------------------------------------------------------*/

/* main container styles */

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}

/* header styles */

#nav {
	border: none;
}

#nav .tel {
	display: block;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .054em;
	text-align: center;
}

#nav .tel a {
	color: #273138;
}

#nav .navbar-toggle {
	width: 30px;
	height: 22px;
	position: relative;
	padding: 0;
	background: none;
	border-radius: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin: 20px 0;
	border: none;
}

#nav .navbar-toggle:hover span {
	background: #71a300;
}

#nav .navbar-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	background: #95d600;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	left: 0;
	right: 0;
}

#nav .navbar-toggle span:nth-child(1) {
	top: 20px;
	width: 0;
	left: 50%;
}

#nav .navbar-toggle span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav .navbar-toggle span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav .navbar-toggle span:nth-child(4) {
	top: 20px;
	width: 0;
	left: 50%;
}

#nav .navbar-toggle.collapsed span {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	width: auto;
	left: 0;
}

#nav .navbar-toggle.collapsed span:nth-child(1) {
	top: 0;
}

#nav .navbar-toggle.collapsed span:nth-child(2),
#nav .navbar-toggle.collapsed span:nth-child(3) {
	top: 10px;
}

#nav .navbar-toggle.collapsed span:nth-child(4) {
	top: 20px;
}

.navbar-nav > li > a, .dropdown-menu > li > a {
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .054em;
}

.dropdown-menu > li > a {
	padding: 8px 20px;
	}

.nav-inpage {
	display:table;
	margin:auto;
	}

/* page logo styles */

.logo {
	float: left;
	width: 150px;
}

.logo img {
	width: 100%;
	height: auto;
}

/* main informative part styles */

.w1 {
	padding-bottom:2em;}

.pg-home .w1 {
	padding-bottom:0;
	}

#main {
	width: 100%;
	font-weight:300;
	line-height:1.4em;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	color:#00A036;
	font-weight:300;
}

h2, .h2 {
    font-size: 1.8em;
}

h3, .h3 {
    font-size: 1.4em;
}

h4, .h4 {
    font-size: 1.2em;
}

.intro {
	padding-bottom:1.5em;
	}

.carousel-inner {
	background:rgba(237, 237, 237, 0.3) none repeat scroll 0% 0%;
	}

.carousel-inner .item {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center 0;
}

.carousel-caption {
	background: rgba(23, 23, 56, 0.52) none repeat scroll 0% 0%;
	padding:1em;
	top: 65%;
	bottom: auto;
}

.carousel-caption--title {
	font-size:1.5em;
	margin-bottom: 0.3em;
}

.carousel-caption .btn {
    display:inline-block;
	margin-top:0.3em;
	margin-bottom:0.3em;
	max-width:90%;
	border-radius:0;
	border:1px solid #fff;
	color:#fff;
	background:rgba(0, 160, 54, 0.6) none repeat scroll 0% 0%;
}

.carousel-caption .btn:hover, .carousel-caption .btn:focus {
	background:rgba(0, 160, 54, 1) none repeat scroll 0% 0%;
	border:1px solid #fff;
}



.btn-nav-local-home{
    border-bottom: 1px dotted;
    padding: 1em 0 0.5em 0;
    margin-bottom: 2em;
	text-align:center;
}

.content-primary h2:first-of-type {
	margin-top:0;
	}

.nav-local {
	margin-bottom:2em;} 
	
.list-nav {
	color: #00A036;
	margin-bottom:0;
	}	

.list-nav a {
    padding: 10px 0;
    display: inline-block;
    text-decoration: underline;    
}

.content-secondary {}

.aside-graphic {
	padding-bottom:1.5em;
	color:#999;
	text-align:center;
	}
	
.aside-graphic .thumbnail {
	margin-bottom:0.2em;
	}	

.aside-graphic small {
    line-height: 1.2em;
    font-size: 0.8em;
    margin-top: 0.2em;
    display: block;
}

.aside-graphic small strong {
	display:block;
	margin-bottom:0.2em;}

.hero-banner {
	overflow: hidden;
	position: relative;
	margin: 0 0 38px;
}
.hero-banner-static {
	max-height: 360px;
}


.hero-banner .img-holder {
	position: relative;
	min-width: 1000px;
	left: 50%;
}

.hero-banner img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin-left: -50%;
}

.pg-home .hero-banner {
	padding: 0.5em 0;
	background: rgba(237, 237, 237, 0.3) none repeat scroll 0% 0%;
	}

.pg-home .hero-banner img {
	margin:0;
	position:static;
	
}

.inline-block-item {
	display:inline-block;
	margin:0 1em 1em 0;
	}


.gallery-block {
	margin:1em auto;
	max-width:1060px;
	}

.gallery-item {
	margin-bottom:2em;
	}	

.gallery-item--tn {
    max-width: 300px;
    width: 100%;
}

.grid-item--link {
	display:inline-block;
}

a.gallery-item--link,
a.gallery-item--link:hover, 
a.gallery-item--link:focus {
    text-decoration: none;
}

a.gallery-item--link[title]:after {
    display: table;
    content: attr(title);
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0 auto;    
    padding: 0.3em 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
/*
    display: block;
    content: attr(title);
    font-size: 0.9em;
    text-align: center;
    padding: 0.3em 0 0;
    text-decoration: none;
    line-height: 1.2em;
*/
}

.gallery-item--link[title]:after {
    height: 3em;
}

.brands-list {
	margin: 0px;
	padding: 0px;
	list-style: outside none none;
}

.brands-list li {
    margin: 15px;
	padding:0;
    display: inline-block;
    vertical-align: middle;
}

.brands-list img {
    max-width: 7em;
    max-height: 5em;
}


.plants-block {
	margin-bottom: 39px;
}

.plants-block .plant-box {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.plants-block .plant-box a {
	display: block;
}

.plants-block .plant-box a:hover .title-text {
	background: #019332;
}

.plants-block .plant-box img {
	width: 100%;
	height: auto;
}

.plants-block .plant-box .title-text {
	position: absolute;
	top: 16px;
	left: 12px;
	right: 12px;
	background-color: #00a036;
	background: rgba(0, 160, 54, .85);
	text-align: center;
	font: 300 24px/1.2 "Ubuntu", Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 9px;
}

.plant-box-description {
	padding: 0.8em 0px;
	line-height: 1.4;
	display: inline-block;
	}

.plant-detail {
	background: #efefef;
	text-align: center;
	font-weight: 300;
	padding: 35px 0 25px;
}

.plant-detail h2 {
	margin: 0 0 20px;
	color: #00a036;
	font: 300 28px/1.2 "Ubuntu", Helvetica, Arial, sans-serif;
}

.plant-detail .container {
	max-width: 1050px;
}

.plant-detail p {
	margin-bottom: 21px;
}

.package-block {
	padding-top: 5px;
	padding-bottom: 10px;
}

.package-block .package-box {
	background: #efefef;
	padding: 16px 12px;
	margin-bottom: 20px;
}

.package-block .package-box .package-header {
	color: #fff;
	text-transform: uppercase;
	background: #00a036;
	padding: 12px 10px;
	margin: 0 0 15px;
}

.package-block .package-box .package-header.pkg-b {
	background: #1e8741;
}

.package-block .package-box .package-header.pkg-c {
	background: #156931;
}

.package-block .package-box .package-header h2 {
	margin: 0 0 5px;
	color:#fff;
	font: 500 30px/1.2 "Ubuntu", Helvetica, Arial, sans-serif;
}

.package-block .package-box .package-header .sub-text {
	display: block;
	font-weight: 300;
	font-size: 20px;
}

.package-block .package-box .package-detail {
	overflow: hidden;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 8px;
}

.package-block .package-box .package-detail dt {
	color: #24ac52;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 0.1em;
}

.package-detail dd + dt {
	margin-top:0.3em;
	}

.package-block .package-box .package-detail dt.big {
	font-size: 19px;
}

.package-block .package-box .package-detail dd {
	margin-bottom: 1px;
	line-height:1.4;
}

.package-block .package-box .btn-wrap {
	text-align: center;
	padding: 12px 0 22px;
}

.package-block .package-box .images-holder {
	overflow: hidden;
	font-size: 1px;
	line-height: 0;
	margin: 0 -2.5em;
}

.package-block .package-box .images-holder .image {
	float: left;
	width: 33.33%;
	padding: 0 2.5em;
}

.package-block .package-box .images-holder .image img {
	display: block;
	width: 100%;
	height: auto;
}

/* footer styles */

#footer {
	width: 100%;
	overflow: hidden; /*for FF on Windows 7*/
	display: table-footer-group;
	height: 1%;
}

#footer .footer-title {
	display: block;
	color: #00a035;
	font: 500 16px/1.2 "Ubuntu", Helvetica, Arial, sans-serif;
	margin: 0 0 9px;
}

.call-to-action {
	background: #00a036;
	overflow: hidden;
	margin: 0 0 33px;
}

.call-to-action .left-contact {
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 23px 0;
	line-height: 1;
}

.call-to-action .left-contact .text-top {
	display: block;
	font-size: 20px;
	margin: 0 0 6px;
}

.call-to-action .left-contact .call-text {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
}

.call-to-action .contracts-box {
	position: relative;
	background: #706f73;
}

.call-to-action .contracts-box .title {
	display: block;
	position: relative;
	font: 400 30px/1.2 "Ubuntu", Helvetica, Arial, sans-serif;
	color: #fff;
	z-index: 1;
	margin: 20px 0;
	padding: 0 0 13px;
}

.call-to-action .contracts-box .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 138px;
	height: 3px;
	background: #fff;
	margin-left: -87px;
}




.footer-nav {
	overflow: hidden;
	margin-bottom: 10px;
}

.footer-nav ul li {
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 10px;
}

.footer-nav ul li a {
	color: #666;
}

.footer-nav ul li strong {
	font-weight: 700;
	color: #00a036;
}

.logo-list li {
	margin-bottom: 8px;
}

.logo-list li img {
	max-width: 100%;
	height: auto;
}

.footer-bottom {
	border-top: 1px solid #c5c5c5;
	text-align: center;
	font-size: 12px;
	color: #9d9d9d;
	padding: 20px 0;
}

.footer-bottom .copyright {
	display: block;
}

.footer-bottom a {
	color: #9d9d9d;
}

.footer-bottom a.link {
	text-decoration: underline;
	margin-left: 3px;
}

.footer-bottom a.link:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	#header {
		padding: 18px 0 21px;
	}

	#nav .tel {
		margin-right: -8px;
		padding: 30px 0 18px;
		text-align: right;
	}

	.navbar-nav.navbar-right {
		float: left !important;
		margin: 30px 0 0 -8px;
		width: 100%;
	}

	.navbar-nav > li {
		margin-right: 11px;
	}
	
	.navbar-nav > li:last-of-type {
		margin-right:0;
	}

	.navbar-nav > li:hover > a:after,
	.navbar-nav > li.active > a:after {
		display: block;
	}

	.navbar-nav > li > a {
		padding: 0 0 15px;
	}

	.navbar-nav > li > a:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 3px;
		background: #00a036;
		display: none;
	}

	.logo {
		width: 192px;
	}
	
	.btn-nav-local-home {
		text-align:right;
		}
		
	.short-input{
		max-width: 4em;
		display: inline-block;
		max-height: 2em;
	}


/*	.gallery-item:hover .gallery-item--link::after {
		background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
		bottom: 0;
		color: #fff;
		content: attr(data-title);
		display: block;
		font-size: 0.9em;
		left: 50%;
		margin: 0 auto 0 -150px;
		max-width: 300px;
		width:100%;
		padding: 0.5em;
		position: absolute;
		text-align: center;
		text-decoration: none;
		text-transform:capitalize;
	}*/
	
	.package-block {
		padding-top: 9px;
		padding-bottom: 37px;
	}

	.package-block .package-box .package-header {
		margin-bottom: 27px;
	}

	.brands-list {
		margin:1em 0;
	}

	#footer .col-sm-1 {
		width: 13.9%;
	}

	#footer .col-sm-3 {
		width: 23.8%;
	}

	#footer .col-sm-3.add1 {
		width: 26%;
	}

	#footer .col-sm-3.add2 {
		width: 20.3%;
	}

	#footer .col-sm-2 {
		width: 16%;
	}

	#footer .btn-primary {
		margin-left: 2px;
	}

	.call-to-action .left-contact {
		float: left;
		/* width: 70.3%; */
		width:100%;
		text-align: center;
	}

	.call-to-action .contracts-box {
		float: left;
		width: 29.7%;
	}

	.call-to-action .contracts-box:after {
		top: -9999px;
		bottom: -9999px;
		left: 0;
		right: -9999px;
		background: #706f73;
		position: absolute;
		content: "";
	}

	.call-to-action .contracts-box .title {
		margin: 29px 0 29px 25px;
	}

	.logo-list {
		padding-top: 14px;
		margin-left: -7px;
	}

	.logo-list li:first-child {
		margin-bottom: 19px;
	}

	.footer-bottom {
		margin-top: 15px;
		padding: 21px 0 40px;
	}

	.footer-bottom a.link {
		margin-left: 9px;
	}
}
@media (min-width: 992px) {
	.carousel-inner .item {
		height:400px;
		}
	
	.pg-home:before {
		content:"";
		background:url(../images/slide-01-lg.jpg), url(../images/slide-02-lg.jpg), url(../images/slide-03-lg.jpg);
		}
	
	.carousel-inner .item-01 {
		background-image:url(../images/slide-01-lg.jpg);
		}
	
	.carousel-inner .item-02 {
		background-image:url(../images/slide-02-lg.jpg);
		}
	
	.carousel-inner .item-03 {
		background-image:url(../images/slide-03-lg.jpg);
		}
		
}

@media only screen and (max-width: 991px) {
	.carousel-inner .item {
		height:160px;
		}
	
	body.pg-home:before {
		content:"";
		background:url(../images/slide-01-sm.jpg), url(../images/slide-02-sm.jpg), url(../images/slide-03-sm.jpg);
		}
	
	.carousel-inner .item-01 {
		background-image:url(../images/slide-01-sm.jpg);
		}
	
	.carousel-inner .item-02 {
		background-image:url(../images/slide-02-sm.jpg);
		}
	
	.carousel-inner .item-03 {
		background-image:url(../images/slide-03-sm.jpg);
		}

	.carousel-caption {
		padding:1em;
		top: 10%;
	}

}


@media (min-width: 1024px) {
	.btn {
		font-size: 15px;
		padding: 8px 15px;
	}

	#nav .tel {
		padding-top: 14px;
		font-size: 16px;
	}

	.navbar-nav.navbar-right {
		float: right !important;
		margin: 0 -8px 0 0;
		width: auto;
		max-width: 740px;
	}

	.navbar-nav > li {
		margin-left: 15px;
		margin-right: 0;
	}

	.navbar-nav > li:first-child {
		margin-left: 0;
	}

	.plants-block .plant-box .title-text {
		font-size: 40px;
	}

	.plant-detail {
		padding: 45px 0 54px;
	}

	.plant-detail h2 {
		font-size: 36px;
		margin-bottom: 39px;
	}

	.package-block .package-box {
		padding-bottom: 40px;
	}

	.package-block .package-box .package-header h2 {
		font-size: 36px;
	}

	.package-block .package-box .package-header .sub-text {
		font-size: 26px;
	}

	.package-block .package-box .package-detail {
		margin-left: 39px;
		font-size: 14px;
	}

	.package-block .package-box .package-detail dt {
		font-size: 18px;
	}

	.package-block .package-box .package-detail dt.big {
		font-size: 22px;
/*		margin-bottom: -2px;*/
	}

	#footer .footer-title {
		font-size: 20px;
	}

	.call-to-action .left-contact {
		padding-left: 10px;
	}

	.call-to-action .left-contact .text-top {
		font-size: 34px;
	}

	.call-to-action .left-contact .call-text {
		font-size: 45px;
	}

	.call-to-action .contracts-box .title {
		font-size: 45px;
	}

	.footer-nav ul li {
		font-size: 15px;
	}

	.footer-bottom {
		font-size: 14px;
		margin-top: 28px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
		color: inherit;
	}
}

@media (min-width: 1200px) {
	.navbar-nav.navbar-right {
		max-width: 900px;
	}

	.navbar-nav > li {
		margin-left: 35px;
	}

	.call-to-action .left-contact {
		padding-left: 60px;
	}

	.call-to-action .contracts-box .title {
		margin: 37px 0 20px 43px;
	}
}

@media (max-width: 1024px) {
	.call-to-action .left-contact .call-text a {
		color: #fff;
	}

	.call-to-action .left-contact .call-text a:hover {
		color: #e6e6e6;
		text-decoration: none;
	}
}

@media (max-width: 1023px) {
	body {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.row {
		margin-left: -15px;
		margin-right: -15px;
	}

	[class^="col-"],
	[class*=" col-"],
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	#nav .tel {
		padding: 15px;
		border: 1px solid #00a036;
		border-width: 1px 0;
		margin: 0 -15px;
	}

	#nav .navbar-header {
		margin: 0;
		padding: 15px 0;
	}

	#nav .navbar-collapse {
		margin: 0 -15px;
		padding: 0 15px;
	}

	.navbar-nav {
		margin: 0 -15px;
	}
	


/*	.navbar-nav > li, .navbar-nav .open .dropdown-menu > li > a {
		text-align: center;
	}*/
	
	.navbar-default .navbar-nav .open{
		border-top: 1px solid #ddd;
		background:rgba(122, 237, 0, 0.16) none repeat scroll 0% 0% !important;
		}
	
	.navbar-default .navbar-nav .open .dropdown-menu {
		padding:0;}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		border-bottom: 1px solid #ddd;
		padding:10px 15px 10px 25px;
	}
	

	.navbar-nav > li:hover > a,
	.navbar-nav > li:focus > a,
	.navbar-nav > li.active > a {
		color: #fff !important;
		background: #00a036 !important;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li:hover  > a,
	.navbar-default .navbar-nav .open .dropdown-menu > li:focus > a {
		background:rgba(75, 146, 0, 0.57) none repeat scroll 0% 0% !important;
		color:#fff;
	}

	.hero-banner {
		margin-bottom: 20px;
	}

	.plants-block {
		margin-bottom: 5px;
	}

	.plants-block .plant-box {
		max-width: 480px;
		margin: 0 auto 20px;
	}

	#footer {
		text-align: center;
	}

	#footer .btn-primary {
		margin-bottom: 20px;
	}

	.call-to-action {
		text-align: center;
		margin-bottom: 20px;
	}

	.call-to-action .left-contact {
		padding: 20px 0;
	}

	.call-to-action .contracts-box {
		overflow: hidden;
		margin: 0 -15px;
		padding: 0 15px;
	}

	.footer-nav {
		margin-bottom: 20px;
	}

	.logo-list {
		text-align: center;
		font-size: 0;
		line-height: 0;
		letter-spacing: -4px;
	}

	.logo-list li {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: 0;
		margin: 0 10px 10px;
	}
	
	.sm-center-block {
		margin:auto !important;
		display:block;
	}


}
/*@media (min-width:480px) and (max-width: 767px) {
    .gallery-item--link[title]:after {
        height: 3em;
    }
}*/


@media (max-width: 479px) {
	.call-to-action .left-contact .call-text span {
		display: block;
	}	
	.aside-graphic, .gallery-item {
		width:100%;}
	table {
		font-size:0.8em;
		}
	.carousel-caption--title {
		font-size: 1em;
		margin-bottom: 0.3em;
		line-height: 1.4em;
	}
	.carousel-inner .item {
		height: 220px;
	}	
	.carousel-caption .btn {
		font-size: 0.7em;
		margin-top: 0;
		margin-bottom: 0;
	}	
	.nav-inpage > li {
		float:none;
	}
}
/* ---------------------------------------------------------
	 Lightbox CSS
	 ---------------------------------------------------------*/
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  
  line-height: 1em;
  text-transform: capitalize;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* ---------------------------------------------------------
	 Slick Slider CSS
	 ---------------------------------------------------------*/
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
	padding-top:1em;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/*.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
*/
/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	
	background:rgba(0, 160, 54, 0.2) none repeat scroll 0% 0%;
    

}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus
{
	background:rgba(0, 160, 54, 1) none repeat scroll 0% 0%;
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
/*    font-family: 'slick';*/
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
/*	background: #ddd;
			border-radius:50%;
	-webkit-border-radius:50%;*/


}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-item-caption {
	text-align:center;
	color:rgba(0, 160, 54, 1);
	margin-top: 0.5em;
	margin-bottom: 0.5em;
/*	white-space:nowrap;*/
}



@media (min-width: 768px) {
	.slick-initialized .slick-slide {
		/*display: table-cell;*/
		display:inline-block;
		float:none;
	}
	.slick-item {
		/*margin:0.1em;*/
		transition: all 300ms ease 0s;
		-webkit-transition: all 300ms ease 0s;
		transform:scale(0.8);
		-webkit-transform:scale(0.8);
		opacity:0.5;
		margin:0;
		padding:0;
		vertical-align:middle;
		}
	
	.slick-current {
		/*margin:1em 1.4em;*/
		opacity:1;
		transform:scale(1);
		-webkit-transform:scale(1);
		}

	.slick-item-caption {
		color:rgba(0, 160, 54, 0.4);
/*		display: table-cell;*/
padding: 0.5em;
text-align: center;
vertical-align: middle;
		}

	.slick-current .slick-item-caption {
		text-align:center;
		color:rgba(0, 160, 54, 1);
		}
	
	.slick-current img {
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
	}

	
}