* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
a {
	color: #1fb25a;
	text-decoration: underline;
}
a:hover {
	color: #c00;
	text-decoration: none;
}
a, img {
	border: none;
}
a, input:focus, button:focus, textarea:focus, select:focus {
	outline: none;
}
button {
	cursor: pointer;
}
body {
	color: #3d4957;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
h1, h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
h1 span, h2 span {
	text-decoration: underline;
}
ul {
	list-style-position: inside;
}
.cl {
	clear: both;
}
.cla:after {
	content: '';
	clear: both;
	display: table;
}
.wrapper {
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	background: #1fb25a;
	padding: 10px 0;
	box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.11);
}
.header .logo {
	
}

.search-box {
	padding-top: 10px;
	text-align: center;
}
.search-box input[type=text] {
	width: 500px;
	height: 38px;
	max-width: 80%;
	border: 1px solid #fff;
	border-radius: 2px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
	padding: 0 10px;
	color: #999;
	font-size: 16px;
	margin: 10px;
}
.search-box button {
	width: 120px;
	height: 38px;
	border: 2px solid #fff;
	border-radius: 2px;
	background: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.search-box button:hover {
	background: #fff;
	color: #1fb25a;
}
.search-box.page input[type=text] {
	border-color: #1fb25a;
}
.search-box.page button {
	border-color: #1fb25a;
	color: #1fb25a;
}
.search-box.page button:hover {
	background: #1fb25a;
	color: #fff;
}

/* sidebar
-----------------------------------------------------------------------------*/
.sidebar {
	padding: 10px 10px 10px 20px;
	border-left: 3px solid #1fb25a;
	overflow: hidden;
}
.nav {
	margin-bottom: 10px;
}
.nav ul {
	margin-bottom: 0;
}
.nav li {
	list-style: none;
	margin: 3px 0;
}
.nav li a {
	display: block;
	color: #3d4957;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.nav li a:hover {
	opacity: 0.8;
}


/* index
-----------------------------------------------------------------------------*/
.main-box {
	padding-top: 50px;
}
.main-box h1 {
	margin-bottom: 10px;
}

.page-desc {
	padding: 10px;
	margin-bottom: 20px;
	background: #eee;
}
.page-desc.p-box {
	margin-top: 10px;
}
.map-box {
	height: 300px;
	margin-bottom: 25px;
}

.companies-list {
	padding-top: 25px;
}
.companies-list .row {
	margin-bottom: 5px;
}
.companies-list .name {
	font-size: 16px;
}
.pagination {
	list-style: none;
	text-align: center;
	margin-top: 40px;
}
.pagination > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.pagination > li a {
	display: block;
	padding: 0 8px;
	border-bottom: 2px solid transparent;
	color: #1fb25a;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-decoration: none;
}
.pagination > li a:hover, .pagination > li.active a {
	color: #c00;
	border-color: #c00;
}

.main-box.index h1 {
	text-align: center;
}


.main-box .desc {
	padding-top: 15px;
}
.desc-section {
	padding: 40px 0 40px;
}
.desc-section h2 {
	text-align: center;
}


/* plus-section
-----------------------------------------------------------------------------*/
.plus-section {
	padding: 30px 0 50px;
	text-align: center;
}
.plus-section .item {
	padding: 0 10px 25px;
}
.plus-section .item:before {
	content:'';
	display: block;
	width: 128px;
	height: 128px;
	margin: 0 auto;
}
.plus-section .item.i-1:before { background: url('../images/ico-1.png') center center no-repeat; }
.plus-section .item.i-2:before { background: url('../images/ico-2.png') center center no-repeat; }
.plus-section .item.i-3:before { background: url('../images/ico-3.png') center center no-repeat; }
.plus-section .item.i-4:before { background: url('../images/ico-4.png') center center no-repeat; }


/* partners-section
-----------------------------------------------------------------------------*/
.partners-section {
	padding-top: 50px;
	text-align: center;
}
.partners-section .row img {
	margin: 10px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url('../images/grayscale.svg#greyscale');
	filter: gray;
}
.partners-section .row img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin-top: 50px;
	padding: 20px 0;
	background: #f1f2f3;
	font-size: 14px;
	text-align: center;
}
.footer a {
	text-decoration: none;
}


.adv {
	padding: 10px 0;
}

/* media
-----------------------------------------------------------------------------*/
@media (min-width:992px) and (max-width:1200px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (max-width:767px) {
	.header, .nav, .footer {
		text-align: center;
	}
	.companies-list .city {
		font-size: 90%;
		font-style: italic;
	}
	.responds-box {
		overflow-x: hidden;
	}
}