@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext');

#cl_result {
	margin-bottom: 40px;
}

.cl-mappin-map {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.cl-mappin-map .marker_info {
	max-width: 320px;
}

.cl-mappin-map .marker_info a {
	color: #4FC4B5;
}

.map_companyloc {
	position: relative;
	overflow: hidden;
}


.cl_controls {
	position: absolute;
	top: 15px;
	left: 15px;
}

.cl_controls .btn_controls {
	overflow: hidden;
	background: #55C8BF;
	box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	z-index: 9999999;
	position: absolute;
	top: 0;
}

.cl_go_my_loc,
.lc_goTo,
.cl_zoomplus,
.cl_zoomminus {
	width: 40px;
	height: 40px;
	background: no-repeat center url(images/geoloc.png);
	background-size: 15px;
	overflow: hidden;
	cursor: pointer;
}

.cl_controls .sep {
	margin: 0 auto;
	display: block;
	width: 67%;
	background: #FFF;
	height: 1px;
	overflow: hidden;
}

.lc_goTo {
	background-image: url(images/gotoaddress.png);
	overflow: inherit;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

.search_address input {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	padding: 10px;
	height: 38px;
	border-radius: 4px 0 0 4px;
	border: 1px solid #AAA;
	display: inline-block;
	vertical-align: middle;
}

.search_address input[type="text"]{
	width: calc(100% - 110px);
}

.search_address input[type="submit"]{
	background: #55C8BF no-repeat center left 10px url(images/gotoaddress.png);
	background-size: 15px;
	overflow: hidden;
	border: 0;
	margin-left: -5px;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	color: #FFF;
	padding-left: 31px;
	font-weight: 700;
}

.cl_zoomplus {
	background-image: url(images/plus.png);
	background-size: 10px;
}

.cl_zoomminus {
	background-image: url(images/minus.png);
	background-size: 10px;
}

.lc_goTo .search_show {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 40px;
	cursor: pointer;
}

.cl_controls .search_address {
	text-align: center;
	position: absolute;
	left: 50px;
	top: 0;
	width: 420px;
	padding: 13px 11px;
	border-radius: 4px;
	box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
	background: #FFF !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s, visibility .5s;
    cursor: default;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 999;
}

.cl_controls .search_address.show {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s, visibility .5s;
}

.cl_content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cl_lead,
.cl_wait {
	z-index: 9999999999;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #F2F2F2;
	color: #55C8BF;
	font-size: 16px;
	font-weight: 700;
    visibility: visible;
    opacity: 1;
    transition: opacity .5s, visibility .5s;
}

.cl_right {
	position: relative;
}

.cl_wait {
	background: rgba(255,255,255,0.8);
}

.cl_lead.cl_hide,
.cl_wait.cl_hide {
    opacity: 0;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
}

.cl_lead > div,
.cl_wait > div {
	display: table;
	width: 100%;
	height: 100%;
}

.cl_lead > div > div,
.cl_wait > div > div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
}

.cl_wait > div > div {
	vertical-align: top;
	padding-top: 10vh;
}

.cl_list_companyloc {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.cl_list_companyloc h3 {
    color: #1b2126;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}

.cl_list_companyloc h3::after {
	content: " ";
	width: 69px;
	height: 3px;
	background-color: #00c4b5;
	display: block;
	margin-top: 10px;
}

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

.cl_list_companyloc ul label {
	color: #78909c;
	font-size: 15px;
	line-height: 32px;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}

.cl_checkbox {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 18px;
	height: 18px;
	border: 1px solid #00c4b5;
	overflow: hidden;
	position: relative;
}

.cl_list input:checked + .cl_checkbox {
	background: no-repeat center url(images/icon_check.png);
}

.cl_list_companyloc .cl_list input {
	width: 17px;
    height: 17px;
    opacity: 0;
    position: absolute;
    z-index: 999;
    margin: 7px 0 0 0;
}

.cl_left {
	display: inline-block;
	vertical-align: top;
	width: 275px;
	padding: 15px;
	box-sizing: border-box;
}

.cl_right {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 280px);
	box-sizing: border-box;	
}

.cl_right .cl_box {
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 33px);
	box-sizing: border-box;	
	padding: 15px;
	margin: 15px;
	box-shadow: rgba(0,0,0,.298039) 0 1px 4px -1px,inset 0 -1px 0 0 rgba(0,0,0,.24);
	border-radius: 2px;
	position: relative;
	overflow: hidden;
}

.cl_right .cl_box h2 {
	margin: 0;
	padding: 0 30px 5px 0;
	box-sizing: border-box;
	color: #00c4b5;
	font: 22px 'Lato',sans-serif;
	font-weight: 300;
}

.cl_right .cl_box p {
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	font-family: "Lato";
}

.cl_right .cl_box p:first-child {
	padding-top: 0;
	margin-top: 0;
}

.cl_right .cl_box .cl_learn_more {
	margin-top: 5px;
	padding: 0;
	color: #00c4b5;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	font-family: "Lato";
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: right;
}

.cl_right .cl_box .cl_go_to_map {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: no-repeat center / cover url(images/go_map.png);
	cursor: pointer;
	z-index: 9999;
}

.cl_right .cl_box .cl_go_to_map .txt {
	position: absolute;
	right: 45px;
	top: 0;
	min-width: 120px;
	font-size: 13px;
	background: #00c4b5;
	line-height: initial;
	padding: 8px 15px;
	border-radius: 15px;
	color: #FFF;
	display: none;
}

.cl_right .cl_box .cl_go_to_map .txt::after {
	content:" ";
	width: 16px;
	height: 16px;
	background: #00c4b5;
	z-index: -1;
	display: block;
	position: absolute;
	top: 8px;
	right: -4px;
	transform: rotate(45deg);
}

.cl_right .cl_box .cl_go_to_map .txt::before {
	content:" ";

}

.cl_right .cl_box .cl_go_to_map:hover .txt {
	display: block;
}

.cl_right .cl_box p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.cl_pages {
	text-align: center;
	margin-top: 25px;
	font-size: 0;
}

.cl_submit {
	text-align: center;
	margin: 15px 0;
}

.cl_pages .page-numbers,
.cl_submit > * {
	display: inline-block;
	vertical-align: middle;
	background: #DDD;
	color: #FFF;
	padding: 13px 20px;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	box-shadow: rgba(0,0,0,.298039) 0 1px 4px -1px,inset 0 -1px 0 0 rgba(0,0,0,.24);
	margin-right: -3px;
	line-height: initial;
	float: none;
	height: 48px;
}

.cl_pages .page-numbers:first-child,
.cl_submit > *:first-child {
	border-radius: 3px 0 0 3px;
}

.cl_pages .page-numbers:last-child,
.cl_submit > *:last-child {
	border-radius: 0 3px 3px 0;
}

.cl_pages .page-numbers.current,
.cl_pages .page-numbers:hover,
.cl_submit > * {
	background: #00c4b5;
	color: #fff;
}

.cl_submit > *,
.cl_submit > *:focus {
	border: 0;
}

.cl_submit > *:hover {
	background-color: #00998d;
	cursor: pointer;
}

.cl_submit > *:first-child,
.cl_submit > *:first-child:hover {
	background-image: url(images/refresh.png);
	background-position: center;
	background-size: 15px;
	background-repeat: no-repeat;
	min-width: 40px;
	width: 70px;
	max-width: 27%;
}

.cl_submit > *:last-child  {
	min-width: 130px;
	width: 180px;
	max-width: 68%;
}

.cl_submit > *:last-child img{
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}

.pac-container.pac-logo {
	z-index: 99999999999;
}

.cl_sort {
	text-align: center;
	margin: 25px 0;
}

.cl_sort .count {
	display: inline-block;
	vertical-align: middle;
	color: #00c4b5;
	font-family: "Lato";
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
	width: 300px;
	text-align: center;
}

.cl_sort .sorted {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 300px;
	position: relative;
}

.cl_sort .sorted::after {
	content: '';
	z-index: 999;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 50px;
	background: #FFF  url(images/arrow-down.png) no-repeat center right 9px;
	pointer-events: none;
}

.cl_sort .sorted select {
	font-size: 15px;
	text-align: center;
	border: 1px solid #b0bec5;
	border-radius: 0;
	padding: 0px 27px;
	width: 100%;
	background: no-repeat center left 10px url(images/sort.png);
	background-size: 16px;
	cursor: pointer;
	display: block;
	height: 39px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.cl_sort .sorted select option {
	text-align: left;
	font-size: 15px;
	padding: 8px 15px;
}

.cl_controls .btn_controls > *:hover,
.cl_controls .search_address.show {
	background-color: #00998d;
	border-radius: 3px;
}

#goToAdress:hover {
	background-color: #00998d;
}

.cl_filtr_btn {
	display: none;
	font-size: 15px;
	text-align: center;
	border: 1px solid #b0bec5;
	border-radius: 0;
	width: 80%;
	padding: 8px 27px;
	margin: 0px auto 15px auto;
	color: #000;
	background: no-repeat center left 10px url(images/filter2.png);
	background-size: 16px;
}

.cl_exchange #cl_result {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cl_exchange .cl_left {
	order: 2;
}

.cl_exchange .cl_right {
	order: 1;
}

@media (max-width: 1100px){
	.cl_right .cl_box {
	    width: calc(50% - 32px);
	}
}

@media (max-width: 900px){
	.cl_left {
	    width: 208px;
	}

	.cl_right {
	    width: calc(100% - 212px);
	}
}

@media (min-width: 701px){
	.cl_left {
		display: inline-block !important;
	}
}

@media (max-width: 700px){
	.cl_left,
	.cl_right {
		width: 100%;
	}

	.cl_exchange .cl_left {
		order: 1;
	}

	.cl_exchange .cl_right {
		order: 2;
	}

	.cl_sort .count {
		margin-bottom: 15px;
	}

	.cl_sort .count,
	.cl_sort .sorted {
		width: 80%;
	}

	.cl_left {
		display: none;
		margin-top: -30px;
	}

	.cl_sort,
	#cl_result {
		padding: 0 15px;
		box-sizing: border-box;
	}

	.cl_right {
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
	}

	.cl_filtr_btn {
		display: block;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;  
}

@media (max-width: 560px){
	.cl_sort .count,
	.cl_sort .sorted,
	.cl_right .cl_box,
	.cl_filtr_btn {
		width: 100%;
	}

	.cl_controls .search_address {
		width: 230px;		
	}

	.cl_controls .search_address input[type="submit"] {
	    font-size: 0;
	    color: transparent;
	    width: 38px;
	    padding: 0;
	}

	.cl_controls .search_address input[type="text"] {
	    width: calc(100% - 38px);
	}
}