/*

	------------------------------------------------------------------------
	Global Style file
	------------------------------------------------------------------------
	Copyright:      Volta
	Typ:            Interface file
	For: 	        All browsers
	
*/

/* =layout
---------------------------------------------------------------------------- */
body {
	color: #959595;
	text-align: center;
	font-size: 100%;
	line-height: 18px;
	background-color: #f5f5f5;
}

body, input, textarea, select, option, optgroup, button {
	font-family: 'Lato', LucidaGrande, "Lucida Sans", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.wrapper {
	text-align: left;
	margin: 0 auto;
	max-width: 1170px;
	min-width: 970px !important;
	font-size: 13px;
}

.innerLayout {
	overflow: hidden;
	min-width: 1000px;
}

input, textarea, select, option, optgroup, button {
	font-size: 1em;
	vertical-align: middle;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #777777;
	line-height: 1.0em;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

img {
	vertical-align: top;
}

button {
	padding: 0px;
	border: none;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	background: none;
	cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0;
}

/* =sprites loader
---------------------------------------------------- */
.icon {
	background: url(../img/sprite.png) no-repeat 0 0;
	text-indent: -1000em;
}

/* =clearer
---------------------------------------------------- */
.clr:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

/* =helpers
---------------------------------------------------- */
.fright {
	float: right;
}

.fleft {
	float: left;
}

.tcenter {
	text-align: center;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.tunder {
	text-decoration: underline;
}

.tdnone, .tdnone:hover {
	text-decoration: none;
}

.overh {
	overflow: hidden;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.full {
	width: 100% !important;
}

.block {
	display: block;

}

.linkContent {
	height: 54px;
	overflow: hidden;
}

.readmore a {
	color: #7b9ec8;
	font-size: 11px;
}

.inlblk {
	display: -moz-inline-box;
	display: inline-block;
}

.icon.inlblk {
	text-indent: 0;
	text-decoration: none !important;
}

.icon.inlblk span {
	visibility: hidden;
}

.inline {
	display: inline;
}

.small {
	font-size: 11px;
}

.x-small {
	font-size: 10px;
}

.xx-small {
	ont-size: 11px;
}

.normal {
	font-size: 12px;
}

.x-normal {
	font-size: 13px;
}

.large {
	font-size: 14px;
}

.large2 {
	font-size: 16px;
}

.x-large {
	font-size: 18px;
}

.xx-large {
	font-size: 20px;
}

.cfff {
	color: #fff;
}

.fnormal {
	font-weight: normal;
}

.fbold {
	font-weight: bold;
}

.vmiddle {
	vertical-align: middle;
}

.vtop {
	vertical-align: top;
}

.br3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.br4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.br5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ttupper {
	text-transform: uppercase;
}

.ttnone {
	text-transform: none;
}

.bgimgnone {
	background-image: none;
}

.nowrap {
	white-space: nowrap;
}

.margin0 {
	margin: 0px !important;
}

.part20 {
	width: 20%;
}

.margin10_0 {
	margin: 10px 0px;
}

.halfgrid .half {
	width: 50%;
}

.halfgrid .half > div.inner {
	padding-left: 10px;
}

.halfgrid .half:first-child > div.inner {
	padding: 0px;
	padding-right: 10px;
}

.lheight22 {
	line-height: 22px;
}

.lheight24 {
	line-height: 24px;
}

.brbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hidden {
	display: none;
}

.part50 {
	width: 50%;
}

.dtable {
	display: table;
}

.dtablerow {
	display: table-row;
}

.dtablecell {
	display: table-cell;
}

.ffArial {
	font-family: 'Arial', sans-serif;
}

/* =interface element`s
---------------------------------------------------------------------------- 
	Define class user interface
---------------------------------------------------------------------------- */

/* =links
---------------------------------------------------- */
a {
	outline: none;
	color: #235d91;
	text-decoration: none;
}

a:link {
}

/* unvisited link */
a:hover {
	text-decoration: underline;
}

/* mouse over link */
a:visited {
}

/* visited link */
a:active {
}

/* selected link */

/* =customforms
---------------------------------------------------- */
.dropdown {
	font-size: 14px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02);
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
}

.dropdown dd {
	position: relative;
}

.dropdown a,
.dropdown a:visited {
	color: #7d8287;
	text-decoration: none !important;
	outline: none;
}

.dropdown a:hover {
}

.dropdown dt a {
	display: block;
	background: url(../img/f_arrow.png) no-repeat right center;
	border: 1px solid #dfdfdf;
	padding: 5px 30px 5px 10px;
	height: 19px;
	line-height: 19px;
	color: #7d8287;
	overflow: hidden;
	white-space: nowrap;
}

.dropdown.readonly {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.dropdown dt a:hover {
}

.dropdown dt a.focus {
}

.dropdown dd ul {
	background-color: #fff;
	display: none;
	left: 0px;
	position: absolute;
	top: -2px;
	border-top: none;
	max-height: 182px;
	z-index: 10;
	border: 1px solid #dfdfdf;
	border-top: none;
	overflow-y: auto;
	overflow-x: hidden;
	min-width: 100%;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dropdown span.value {
	display: none;
}

.dropdown dd ul li a,
.dropdown dd ul li a:visited,
.dropdown dd ul li span.disabled {
	padding: 6px 25px 6px 10px;
	display: block;
	line-height: 16px;
}

.dropdown dd ul li a:hover, .dropdown dd ul li.hover a {
	background-color: #2c98e2;
	color: #fff;
}

.dropdown dd ul li span.disabled {
	color: #a6a6a6;
}

.icon.f_checkbox {
	width: 21px;
	height: 21px;
	background: url(../img/checkbox.png) no-repeat 0px 0px;
}

.icon.f_checkbox.selected {
	width: 21px;
	height: 21px;
	background: url(../img/checkbox.png) no-repeat -21px 0px !important;
}

.icon.f_checkbox.disabled {
	filter: alpha(opacity=35);
	opacity: 0.35;
}

.icon.f_checkbox.light {
	width: 17px;
	height: 17px;
	background: url(../img/checkbox-light.png) no-repeat 0px 0px;
}

.icon.f_checkbox.light.selected {
	width: 17px;
	height: 17px;
	background: url(../img/checkbox-light.png) no-repeat -17px 0px !important;
}

.icon.f_radio {
	width: 21px;
	height: 21px;
	background: url(../img/radio.png) no-repeat 0px 0px;
}

.icon.f_radio.selected {
	width: 21px;
	height: 21px;
	background: url(../img/radio.png) no-repeat -21px 0px !important;
}

/* =buttons
---------------------------------------------------- */
.button {
	background: #157ca1;
	border: none;
	height: 37px;
	line-height: 37px;
	padding: 0px 20px;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	font-weight: 700;
}

.button.type-2 {

}

/* =colors
---------------------------------------------------- */

/* =icons
---------------------------------------------------- */
.icon.logo {
	width: 178px;
	height: 45px;
	background-image: url(../img/icon-logo.png);
}

.icon.social-1 {
	width: 16px;
	height: 16px;
	background-image: url(../img/icon-social-1.png);
}

.icon.social-2 {
	width: 16px;
	height: 16px;
	background-image: url(../img/icon-social-2.png);
}

.icon.social-3 {
	width: 16px;
	height: 16px;
	background-image: url(../img/icon-social-3.png);
}

.icon.social-4 {
	width: 19px;
	height: 16px;
	background-image: url(../img/icon-social-4.png);
}

/* =form`s 
---------------------------------------------------- */
form input[type="submit"] {
	cursor: pointer;
}

form .messagebox {

}

/* =form`s -> default
---------------------------------------------------- */
.form-default input.text,
.form-default textarea {

}

.form-default input.text:focus,
.form-default textarea:focus {

}

.form-default input[type="submit"] {

}

/* =form`s -> search
---------------------------------------------------- */
.form-search ::-webkit-input-placeholder {
	color: #7d8287;
}

.form-search :-moz-placeholder {
	color: #7d8287;
}

.form-search ::-moz-placeholder {
	color: #7d8287;
}

.form-search :-ms-input-placeholder {
	color: #7d8287;
}

.form-search input[type="text"] {
	border: none;
	background: #f0f0f0;
	padding: 5px 8px;
	font-size: 11px;
	line-height: 16px;
	height: 16px;
	color: #999999;
	width: 145px;
	-webkit-box-shadow: inset 0 -2px 0 0 #e9e9e9;
	box-shadow: inset 0 -2px 0 0 #e9e9e9;
	float: right;
}

.form-search .submit {
	height: 26px;
	padding: 0px;
	width: 26px;
	background: #D1D1D1 url(../img/search-submit.png) no-repeat 0 0;
	-webkit-box-shadow: inset 0 -2px 0 0 #e9e9e9;
	box-shadow: inset 0 -2px 0 0 #e9e9e9;
	float: right;
}

/* =form`s -> newsletter
---------------------------------------------------- */
.form-newsletter .container {
	margin-top: 23px;
}

.form-newsletter input[type="text"] {
	background: #fff;
	width: 170px;
	height: 17px;
	line-height: 17px;
	padding: 5px 11px;
	border: 1px solid #c1c1c1;
	border-right: none;
	float: left;
}

.form-newsletter .submit {
	width: 26px;
	height: 27px;
	border: 1px solid #c1c1c1;
	float: left;
	background: #f7f7f7 url(../img/newsletter-submit.png) no-repeat 50% 50%;
}

/* =form`s -> form-report-installer
---------------------------------------------------- */
.form-report-installer {
	margin-bottom: 50px;
	width: 760px;
	position: relative;
}

.form-report-installer .column {
	width: 370px;
	margin-left: 20px;
	float: left;
}

.form-report-installer .row {
	margin-bottom: 20px;
}

.form-report-installer .column:first-child {
	margin-left: 0px;
}

.form-report-installer input[type="text"] {
	width: 100%;
	background: #fff;
	border: none;
	padding: 13px 20px;
}

.form-report-installer textarea {
	height: 352px;
	width: 100%;
	border: none;
	padding: 13px 20px;
}

.form-report-installer img.ilu {
	left: 100%;
	top: -94px;
	position: absolute;
	margin-left: 46px;
}

/* =form`s -> contact
---------------------------------------------------- */
.form-contact .column.area {
	float: none;
	margin-left: 400px;
}

.form-contact {
	margin-bottom: 50px;
	position: relative;
}

.form-contact .column {
	margin-left: 30px;
	float: left;
}

.form-contact .row {
	margin-bottom: 20px;
}

.form-contact .column:first-child {
	margin-left: 0px;
}

.form-contact input[type="text"] {
	width: 370px;
	background: #fff;
	border: none;
	padding: 13px 20px;
}

.form-contact select {
	width: 370px;
	padding: 12px 16px;
	border: none;
}

.form-contact textarea {
	height: 166px;
	width: 100%;
	border: none;
	padding: 13px 20px;
}

.form-contact .dropdown {
	width: 370px !important;
	background: #fff;
}

.form-contact .dropdown dt a {
	padding: 12px 40px 12px 20px;
	border: none;
	color: #afafaf;
	background: url(../img/f_arrow_contact.png) no-repeat right center;
}

.form-contact .dropdown dd ul {
	border: none;
}

.form-contact .dropdown dd ul li a,
.form-contact .dropdown dd ul li a:visited,
.form-contact .dropdown dd ul li span.disabled {
	padding: 12px 20px;
}

/* =form`s -> form-find-branch
---------------------------------------------------- */
.form-find-branch .map {
	/*margin-left: 400px;*/
	overflow: hidden;
}

.form-find-branch .map iframe {
	width: 100% !important;
}

.form-find-branch {
	background: #fff;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	margin-top: 10px;
}

.form-find-branch h4 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #434343;
	margin-bottom: 22px;
	margin-top: 12px;
}

/* =stars big
+---------------------------------------------------- */
.starsbig {
	height: 20px;
	width: 123px;
	position: relative;
	background: url(../img/starsbig.png) 0 0 no-repeat;
}

.starsbig > * {
	left: 0px;
	position: absolute;
	height: 100%;
}

/*
.starsbig > *:hover {
	background: url(../img/starsbig.png) 0 -20px no-repeat;
}*/

.starsbig .star1 {
	z-index: 5;
	width: 24px;
}

.starsbig .star2 {
	z-index: 4;
	width: 49px;
}

.starsbig .star3 {
	z-index: 3;
	width: 74px;
}

.starsbig .star4 {
	z-index: 2;
	width: 100px;
}

.starsbig .star5 {
	z-index: 1;
	width: 123px;
}

.starsbig .star1selected {
	z-index: 5;
	width: 24px;
	background: url(../img/starsbig.png) 0 -20px no-repeat;
}

.starsbig .star2selected {
	z-index: 4;
	width: 49px;
	background: url(../img/starsbig.png) 0 -20px no-repeat;
}

.starsbig .star3selected {
	z-index: 3;
	width: 74px;
	background: url(../img/starsbig.png) 0 -20px no-repeat;

}

.starsbig .star4selected {
	z-index: 2;
	width: 100px;
	background: url(../img/starsbig.png) 0 -20px no-repeat;

}

.starsbig .star5selected {
	z-index: 1;
	width: 123px;
	background: url(../img/starsbig.png) 0 -20px no-repeat;

}

.form-find-branch .row {
	margin-bottom: 25px;
}

.form-find-branch fieldset {
	width: 324px;
	padding: 22px 38px;
}

.form-find-branch .label {
	font-size: 15px;
	font-weight: 700;
	color: #676767;
	margin-bottom: 10px;
}

.form-find-branch input[type="text"] {
	width: 217px;
	height: 19px;
	line-height: 19px;
	padding: 5px 10px;
	border: 1px solid #e0e0e0;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02);
}

.form-find-branch input.size-2 {
	width: 33px;
}

.form-find-branch input.size-3 {
	width: 144px;
}

.form-find-branch .separator {
	font-size: 20px;
	height: 19px;
	line-height: 19px;
	font-weight: 700;
	display: inline-block;
	padding: 4px 6px;
	color: #676767;
	width: 6px;
	vertical-align: top;
}

.form-find-branch select {
	width: 237px;
	height: 29px;
	padding: 1px;
	border: 1px solid #e0e0e0;
}

.form-find-branch .dropdown {
	width: 239px !important;
}

/* =form`s -> form-find-branch
---------------------------------------------------- */
.form-search-branches {
	width: 618px;
	margin: 0px auto 0px;
}

.form-search-branches .row {
	float: left;
	margin-left: 31px;
}

.form-search-branches .row:first-child {
	margin-left: 0px;
}

.form-search-branches .label {
	height: 15px;
	padding-bottom: 14px;
	font-size: 14px;
	line-height: 18px;
	color: #bababa;
}

.form-search-branches input[type="text"] {
	width: 151px;
	height: 17px;
	line-height: 17px;
	padding: 5px 10px;
	border: 1px solid #c1c1c1;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
	-webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.05);
}

.form-search-branches input.size-2 {
	width: 77px;
}

.form-search-branches select {
	width: 162px;
	height: 29px;
	padding: 1px;
	border: 1px solid #c1c1c1;
}

.form-search-branches .dropdown {
	width: 166px !important;
}

.form-search-branches .dropdown dt a {
	height: 17px;
	line-height: 17px;
	-webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid #c1c1c1;
}

.form-search-branches .dropdown dd ul {
	border-color: #c1c1c1;
}

.form-search-branches .submit {
	margin: 25px 0px 0px 30px;
}

/* =form`s -> form-find-installer
---------------------------------------------------- */
.form-find-installer {
	width: 893px;
	margin: 0px auto 0px;
}

.form-find-installer .action {
	font-size: 11px;
	margin: 22px 0px -12px;
}

.form-find-installer .action a {
	color: #7b9ec8;
}

.form-find-installer .row {
	float: left;
	margin-left: 31px;
}

.form-find-installer .row:first-child {
	margin-left: 0px;
}

.form-find-installer .label {
	height: 15px;
	padding-bottom: 14px;
	font-size: 14px;
	line-height: 18px;
	color: #bababa;
}

.form-find-installer input[type="text"] {
	width: 145px;
	height: 17px;
	line-height: 17px;
	padding: 5px 10px;
	border: 1px solid #c1c1c1;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
	-webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.05);
}

.form-find-installer input.size-2 {
	width: 77px;
}

.form-find-installer select {
	width: 162px;
	height: 29px;
	padding: 1px;
	border: 1px solid #c1c1c1;
}

.form-find-installer .dropdown {
	width: 166px !important;
}

.form-find-installer .dropdown dt a {
	height: 17px;
	line-height: 17px;
	-webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid #c1c1c1;
}

.form-find-installer .dropdown dd ul {
	border-color: #c1c1c1;
}

.form-find-installer .submit {
	margin: 25px 0px 0px 30px;
}

/* =branches
---------------------------------------------------- */
.branches {
	margin: -30px 0px 30px -30px;
}

.branches li {
	width: 270px;
	height: 270px;
	margin: 30px 0px 0px 30px;
}

.branches li a.block {
	background: #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	padding: 150px 15px 20px;
	position: relative;
	height: 100px;
}

.branches li a.block:hover {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.2);
}

.branches li a.block:before {
	position: absolute;
	bottom: 0px;
	right: 0px;
	content: '';
	width: 55px;
	height: 55px;
	background: url(../img/braches-more.png) no-repeat 0 0;
	border-left: 1px solid #d0d0d0;
}

.branches li .img {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}

.branches li .img .title h3{
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}

.branches li .img:before {
	height: 61px;
	background: url(../img/branches-img.png) no-repeat 0 0;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: '';
}

.branches li .label {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #676767;
	margin-bottom: 10px;
}

.branches li .address {
	font-size: 12px;
	color: #959595;
	line-height: 16px;
}

.scroll .branches {
	margin-bottom: 3px;
}

/* =imgcloud
---------------------------------------------------- */
.imgcloud {
	position: relative;
}

.imgcloud .cloud {
	width: 102px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -61px;
	background: #157ca1;
	color: #fff;
	padding: 13px 10px;
	text-align: center;
	margin-bottom: 6px;
}

.imgcloud .cloud:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 100%;
	border: 10px solid #157ca1;
	width: 0px;
	height: 0px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	margin-left: -10px;
}

.imgcloud:hover .cloud {
	display: block;
}

/* =stars
---------------------------------------------------- */
.stars {
	height: 13px;
	width: 105px;
	position: relative;
	background: url(../img/stars.png) 0 0 no-repeat;
}

.stars > * {
	left: 0px;
	position: absolute;
	height: 100%;
}

.stars > *:hover {
	background: url(../img/stars.png) 0 -13px no-repeat;
}

.stars .star1 {
	z-index: 5;
	width: 16px;
	background: url(../img/stars.png) 0 -13px no-repeat;

}

.stars .star2 {
	z-index: 4;
	width: 36px;
	background: url(../img/stars.png) 0 -13px no-repeat;

}

.stars .star3 {
	z-index: 3;
	width: 54px;
	background: url(../img/stars.png) 0 -13px no-repeat;

}

.stars .star4 {
	z-index: 2;
	width: 70px;
	background: url(../img/stars.png) 0 -13px no-repeat;

}

.stars .star5 {
	z-index: 1;
	width: 86px;
	background: url(../img/stars.png) 0 -13px no-repeat;
}

/* =specialists
---------------------------------------------------- */
.specialists {
	margin: -30px 0px 30px -30px;
}

.specialists li {
	width: 270px;
	height: 230px;
	margin: 30px 0px 0px 30px;
}

.specialists li a.block {
	background: #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	padding: 20px 30px 20px 15px;
	position: relative;
	height: 190px;
}

.specialists li a.block:hover {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.2);
}

.specialists li a.block:before {
	position: absolute;
	bottom: 0px;
	right: 0px;
	content: '';
	width: 55px;
	height: 55px;
	background: url(../img/braches-more.png) no-repeat 0 0;
	border-left: 1px solid #d0d0d0;
}

.specialists li .stars {
	margin-top: 5px;
}

.specialists li .name {
	color: #434343;
	font-weight: 900;
	font-size: 16px;
	margin-top: -5px;
}

.specialists li .label {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #676767;
	margin-top: 10px;
	margin-bottom: 2px;
}

.specialists li .address {
	font-size: 12px;
	color: #959595;
	line-height: 16px;
	overflow: hidden;
	height: 33px;
	display: block;
}

.scroll .specialists {
	margin-bottom: 3px;
}

/* =pager
---------------------------------------------------- */
.pager {
	margin-bottom: 50px;
	text-align: center;
}

.pager ul {
	font-size: 0;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	display: inline-block;
	vertical-align: top;
}

.pager li {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	border-left: 1px solid #e7e7e7;
}

.pager li:first-child {
	border-left: none;
}

.pager .item {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	display: block;
	color: #5f5f5f;
}

.pager .item.prev {
	background: #fafafa url(../img/pager-prev.png) 50% 50% no-repeat;
}

.pager .item.next {
	background: #fafafa url(../img/pager-next.png) 50% 50% no-repeat;
}

.pager .item.selected {

}

/* =thumbs
---------------------------------------------------- */
ul.thumbs {
	margin-top: 30px;
	margin-left: -20px;
}

ul.thumbs li {
	float: left;
	width: 243px;
	height: 114px;
	line-height: 114px;
	background: #fff;
	margin-left: 20px;
	text-align: center;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
}

ul.thumbs li img {
	padding: 0px 0px 0px 18px;
	border-left: 1px solid #bdbdbd;
	position: relative;
	margin: 17px 0px 0px;
	z-index: 2;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;

}

/* =page content
---------------------------------------------------- */
.page-content {
	margin-bottom: 50px;
}

.page-content .row {
	display: table;
	width: 100%;
	margin-top: 20px;
}

.page-content .column {
	width: 370px;
	padding-bottom: 25px;
	display: table-cell;
}

.page-content .column.separate {
	width: 30px;
}

.page-content .column p {
	margin: 15px 0px 0px;
	font-size: 12px;
	line-height: 24px;
	font-family: 'Arial', sans-serif;
}

.page-content .column.flex-2 {
	width: 770px;
}

.page-content .column p:first-child {
	margin-top: 0px;
}

.page-content .solidborder {
	border-bottom: 3px solid #7b9ec8;
}

.page-content .dottedborder {
	/*border-bottom: 1px dotted #b4b4b4;*/
}

.page-content .row-float {
	margin: 55px 0px;
}

.page-content .row-float {
	margin: 55px 0px;
}

.page-content .row-float:first-child {
	margin-top: 25px;
}

.page-content .row-float .headline {
	margin-bottom: 15px;
	margin-top: 0px;
}

.page-content .row-float p {
	margin: 13px 0px 0px;
	font-size: 12px;
	line-height: 24px;
	font-family: 'Arial', sans-serif;
}

.page-content .row-float img.fright {
	margin-left: 30px;
}

.page-content .row-float img.fleft {
	margin-right: 30px;
}

.ilu .map {
	/*margin-left: 400px;*/
	overflow: hidden;
}

.ilu .map iframe {
	width: 100% !important;
}

.page-content .row-float:first-child {
	margin-top: 25px;
}

.page-content .row-float .headline {
	margin-bottom: 15px;
	margin-top: 0px;
}

.page-content .row-float p {
	margin: 13px 0px 0px;
	font-size: 12px;
	line-height: 24px;
	font-family: 'Arial', sans-serif;
}

.page-content .row-float img.fright {
	margin-left: 30px;
}

.page-content .row-float img.fleft {
	margin-right: 30px;
}

/* =headline
---------------------------------------------------- */
.headline {
	margin: 40px 0px 20px;
}

.headline h2 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #157ca1;
	line-height: 24px;
}

/* =departament
---------------------------------------------------- */
.departament {
	margin-top: 32px;
}

.departament .data {
	margin: 0px 0px 40px;
}

.departament .data.techsupport {
	margin-bottom: 0px;
}

.departament .data .dtablecell {
	padding-left: 30px;
	width: 370px;
}

.departament .data .dtablecell:first-child {
	padding-left: 0px;
}

.departament .data .dtablecell p {
	line-height: 19px;
}

.departament .data.main .dtablecell p {
	margin: 3px 0px;
	line-height: 20px;
}

.departament .data.main .dtablecell p strong {
	font-size: 16px;
	font-weight: 700;
}

.departament .data.main .dtablecell .imgcloud.fright {
	margin: -5px 0px 0px 20px;
}

.departament .data.techsupport .imgcloud.fleft {
	margin-right: 10px;
}

.departament .data.techsupport .dtablecell p {
	margin: 2px 0px;
	line-height: 16px;
}

.departament .data.techsupport .dtablecell p.name {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #676767;
	margin: 0px 0px 4px;
	position: relative;
	top: -3px;
}

.departament .data.techsupport .dtablecell.multipleimg p {
	margin-left: 140px;
}

.departament .data .imgcloud.fleft {
	margin-right: 21px;
}

.departament .headline h3 {
	width: 370px;
	margin-left: 30px;
}

.departament .headline h3.colspan-2 {
	width: 370px;
}

.departament .headline h3.colspan-3 {
}

.departament .headline h3:first-child {
	margin-left: 0px;
}

.departament .data .dtablecell .box {
	margin-top: 30px;
}

.departament .data .dtablecell .box:first-child {
	margin-top: 0px;
}

/* =personal card
+---------------------------------------------------- */
.personal-card {
	background: #fff;
	margin-bottom: 67px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	color: #434343;
}

.personal-card .halfgrid .half > div.inner {
	padding: 32px 38px;
}

.personal-card .title {
	font-size: 24px;
	line-height: 28px;
	color: #434343;
	font-weight: 700;
	float: left;
}

.personal-card .subtitle {
	padding: 5px 0px;
	border-bottom: 1px dotted #b4b4b4;
	font-size: 15px;
	line-height: 20px;
	font-weight: 900;
	color: #434343;
	margin-bottom: 10px;
	/*float: left;*/

}

.personal-card .vote {
	margin: 40px 0px;
}

.personal-card .box {
	width: 180px;
	margin-top: 40px;
	text-align: left;

}

.personal-card .box p {
	margin: 6px 0px;
	font-size: 12px;
	color: #727272;
	/*float: left;*/

}

.personal-card .info {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 178px;
	background: #fff;
	bottom: 0px;
	padding: 45px 25px;
	text-align: left;
}

.personal-card .info .subtitle {
	margin-bottom: 25px;
}

.personal-card .info p {
	margin: 12px 0px;
	color: #3f9fba;
	font-size: 11px;
	line-height: 14px;
}

.personal-card .info p a {
	color: inherit;
}

/* =view element`s
---------------------------------------------------------------------------- 
	Define the elements using the class view interface
---------------------------------------------------------------------------- */
#header {

}

#header .wrapper {
	height: 400px;
	position: relative;
}

.homepage #header .wrapper {
	height: 504px;
}

#header .slideshow {
	height: 100%;
	margin-left: -120px;
	position: relative;
}
#header .slideshow img{
	height: 100%;
}

#header .slideshow h1 {
	font-size: 70px;
	line-height: 74px;
	color: #fff;
	position: absolute;
	left: 150px;
	top: 190px;
	font-weight: 900;
}

#header .slideshow h1 span {
	display: block;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
}

#header .top {
	position: absolute;
	min-height: 39px;
	padding: 15px 31px 32px 180px;
	z-index: 2;
	background: #fff;
	left: 0px;
	top: 0px;
	right: 0px;
}

#header .top ul.menu {
	float: right;
	padding: 5px 0px;
	margin: 17px 0px -12px;
}

#header .top ul.menu li {
	float: left;
	line-height: 16px;
	margin: -15px 13px 0px;
}

#header .top ul.menu li a {
	color: #434343;
}

ul.socials {

	padding: 5px 0px;
	/*margin:17px 13px 0px;*/
}

ul.socials li {
	float: left;
	margin: 0px 5px;
}

#header .top .form-search {
	float: right;
	padding: 13px 0px 0px 18px;
	/*border-left: 1px solid #bdbdbd;*/
	position: relative;
}

#header .top .form-search:before {
	position: absolute;
	bottom: 100%;
	left: -1px;
	width: 0px;
	height: 32px;
	/*border-right: 1px dotted #d3d3d3;*/
	content: '';
}

#header .icon.logo {
	left: 33px;
	position: absolute;
	bottom: 25px;
}

#header .nav-blocks {
	top: 100%;
	left: 0px;
	position: absolute;
	margin-top: -44px;
	width: 100%;
}

.homepage #header .nav-blocks {
	margin-top: -88px;
}

#header .nav-blocks > li {
	width: 32%;
	margin-left: 2%;
	position: relative;
}

#header .nav-blocks > li:first-child {
	margin-left: 0px;
}

#header .nav-blocks > li > a {
	background: #fff;
	font-size: 24px;
	color: #434343;
	font-weight: 300;

	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

#header .nav-blocks > li > a:before {
	position: absolute;
	top: 34px;
	right: 26px;
	width: 21px;
	height: 10px;
	background: url(../img/nav-blocks-target.png) no-repeat 0 0;
	content: '';
}

#header .nav-blocks > li > a .img {
	float: left;
	width: 142px;
	height: 81px;
	overflow: hidden;
}

#header .nav-blocks > li > a .img img {
	height: 81px;
}

#header .nav-blocks > li > a span.label {
	border-bottom: 1px solid #7b9ec8;
	float: left;
	line-height: 44px;
	margin-left: 23px;
	padding: 15px 0px 3px;
	position: relative;
}

#header .nav-blocks > li > a span.label:before {
	display: block;
	border-bottom: 1px solid #7b9ec8;
	position: absolute;
	left: 0px;
	top: 62px;
	width: 181px;
	height: 0px;
	content: '';
	z-index: -1;
}

#header .nav-blocks > li > a.open:before {
	top: 169px;
	background: url(../img/nav-blocks-up.png) no-repeat 0 0;
}

#header .nav-blocks > li > a.open .img {
	display: block;
	float: none;
	width: auto;
	height: auto;
	position: relative;
}

#header .nav-blocks > li > a.open .img:before {
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: 0px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid #fff;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	content: '';
}

#header .nav-blocks > li > a.open .img img {
	height: auto;
}

#header .nav-blocks > li > a.open span.label:before {
	width: 320px;
}

#header .nav-blocks > li > a.open span.text {
	padding: 23px 23px 30px;
	font-size: 12px;
	color: #a9a9a9;
	line-height: 16px;
	font-family: 'Arial', sans-serif;
	display: block;
}

#header .nav-blocks > li ul.submenu {
	right: 0px;
	position: absolute;
	bottom: 100%;
	left: 0px;
	background: #f5f5f5 url(../img/nav-blocks-sub.png) no-repeat right bottom;
	padding: 20px 50px;
	font-size: 14px;
	line-height: 18px;
	display: none;
}

#header .nav-blocks > li ul.submenu li {
	margin-top: 1px;
}

#header .nav-blocks > li ul.submenu li:first-child {
	margin-top: 0px;
}

#header .nav-blocks > li ul.submenu li a {
	color: #6d6d6d;
	display: inline-block;
	padding-left: 20px;
	background: url(../img/nav-blocks-submenu.png) no-repeat 0px 5px;
}

#body {
	min-width: 1000px;
}

#body > .wrapper:first-child {
	padding-top: 67px;
}

#body .headline-results {
	background: #fff;
	margin-top: 67px;
}

#body .headline-results .wrapper {
	padding: 26px 0px !important;
	text-align: center;
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	color: #434343;
	position: relative;
}

#body .headline-results .wrapper:before {
	position: absolute;
	left: 178px;
	right: 178px;
	top: 100%;
	height: 2px;
	background: #9bdeef;
	content: '';
}

#body .headline-results .wrapper strong {
	font-weight: 700;
	color: #157ca1;
}

#body .headline-results + .wrapper {
	padding-top: 30px;
}

#body .search-branches {
	background: #fff;
}

#body .search-branches .wrapper {
	padding: 40px 0px;
	position: relative;
}

#body .search-branches .wrapper:before {
	position: absolute;
	left: 277px;
	right: 277px;
	top: 100%;
	height: 2px;
	background: #9bdeef;
	content: '';
}

#body .search-branches .wrapper h4 {
	text-align: center;
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #434343;
}

#body .find-installer {
	background: #fff;
}

#body .find-installer .wrapper {
	padding: 40px 0px;
	position: relative;
}

#body .find-installer .wrapper:before {
	position: absolute;
	left: 178px;
	right: 178px;
	top: 100%;
	height: 2px;
	background: #9bdeef;
	content: '';
}

#body .find-installer .wrapper h4 {
	text-align: center;
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #434343;
}

#body .menu-box {
	background: #e4e4e4;
	padding: 50px 0px 50px;
	margin-top: 230px;
	position: relative;
}

/*
#body .menu-box:before {
	content: '';
	position: absolute;
	top: 46%;
	left: 0px;
	right: 50%;
	margin-right: 612px;
	height: 1px;
	background: #c8c8c8;
	margin-top: 16px;
}

#body .menu-box:after {
	content: '';
	position: absolute;
	top: 46%;
	right: 0px;
	left: 50%;
	margin-left: 612px;
	height: 1px;
	background: #c8c8c8;
	margin-top: 16px;
}*/

#footer .boxes {
	background: #e4e4e4;
	min-width: 1000px;
	padding-top: 10px;
}

#footer .boxes .wrapper .box {
	width: 25%;
	margin-left: 0px;
	font-size: 12px;
	line-height: 18px;
}

#header .top ul.menu li {
	font-size: 15px;
	margin: 0px 8px;
}

#header .top ul.socials {
	margin-left: 4px;
}

#footer .boxes .wrapper .box ul.menu-mini {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;

}
#footer .boxes .wrapper .box ul.department-list {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	/*margin-left: 15px;*/
	margin-bottom: 10px;
}

#footer .boxes .wrapper .box ul.menu-mini li {
	margin-bottom: 9px;
}

#footer .boxes .wrapper .box ul.menu-mini li a {
	color: #949494;
}

#footer .boxes .wrapper .box h4 {
	border-bottom: 1px solid #7b9ec8;
	font-size: 17px;
	line-height: 21px;
	padding: 0px 0px 14px;
	margin-bottom: 18px;
	position: relative;
}

/*
#footer .boxes .wrapper .box h4:before {
	position: absolute;
	left: 100%;
	top: 100%;
	height: 0px;
	width: 30px;
	border-bottom: 1px dotted #b0b0b1;
	content: '';
}
*/

#footer .boxes .wrapper .box address {
	margin-top: 18px;
}

#footer .boxes .wrapper .box address p {
	margin: 4px 0px;
}

#footer .boxes .wrapper .box address strong {
	font-size: 18px;
	color: #686868;
}

#footer .boxes .wrapper .box .map {
	margin: 0px -30px -15px 0px;
	text-align: center;
}

#footer .partners .wrapper {
	padding: 30px 0px;
	text-align: center;
}

#footer .partners h5 {
	color: #6f6f6f;
	font-size: 17px;
	margin: 10px 0px 18px;
}

#footer .partners ul {
	margin: 0px 120px;
}

#footer .partners ul li {
	display: inline-block;
	margin: 8px 10px;
}

#footer .partners a {
	color: #949494;
}

#footer .copyright {
	background: #3a3a3a;
	min-width: 1000px;
}
.unia {
	background: #ffffff;
	min-width: 1000px;
	height: 85px;
	font-size: 11px;
	line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#footer .copyright .wrapper {
	color: #dddddd;
	padding: 30px 30px;
	font-size: 11px;
	line-height: 16px;
}

.scroll {
	margin-right: -50px;
	max-height: 433px;
	margin-bottom: 30px;
}

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
	width: auto;
	overflow: hidden;
}

.mCustomScrollBox > .mCSB_scrollTools {
	width: 20px;
	height: 100%;
	top: 0;
	right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 100%;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 18px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: relative;
	height: 18px;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
	top: 100%;
	margin-top: -40px;
}

.mCustomScrollBox {
	-ms-touch-action: none;
}

/* default scrollbar colors and backgrounds (default theme) */
.mCSB_scrollTools .mCSB_draggerRail {
	background: #e2e2e2;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #fff;
	border: 1px solid #cdcdcd;
	-webkit-box-shadow: inset 0 0 1px 0 #f5f5f5;
	box-shadow: inset 0 0 1px 0 #f5f5f5;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
	border: 1px solid #d0d0d0;
	-webkit-box-shadow: inset 0 0 1px 0 #f5f5f5;
	box-shadow: inset 0 0 1px 0 #f5f5f5;
}

.mCSB_scrollTools .mCSB_buttonUp {
	background: url(../img/scrollUp.png) no-repeat 50% 50% #fff;
}

.mCSB_scrollTools .mCSB_buttonDown {
	background: url(../img/scrollDown.png) no-repeat 50% 50% #fff;
}

.carousel {
	width: 100px;
	margin: 20px 0;
	padding: 0 29px;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.carousel > .window {
	overflow: hidden;
	position: relative;
	height: 100px;
}

.window ul {
	list-style: none;
	margin: 0;
	width: 10000px;
	top: 0;
	left: 0;
	position: absolute;
}

.window li {
	float: left;
	margin: 0 0 0 3px;
}

.window li:first-child {
	margin: 0;
}

.window img {
	display: block;
}

.carousel > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 29px;
	height: 100px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAARCAYAAACCecGyAAABVklEQVR42uWXwUoCQRiA10BQGliQTobZLUyk9SCFBw/VQTCIfAJPQWDQ3RcIojdYEAQRMTp3iKiX8BB06x0UL9P/gXsZQte9zXj4mMOOy/99rLrjnZQOY/HV9hSr1toaopnXEUc+K4Rv1zsPtkVgZmbHIWkEAhx9tr2prPrpQo1si8DMzI4DLptGIEBHPjzjJrZHAFxwihMBeSUMBQ0uRDAYmL8VZoBAin2z2dUIgCOuZgQC3MnFOZtcjwC44owT8r4wMTa5HMFk4vUafqHfzPxuawTc+Sr4wut9Pac/blJbE+FdXHHGnQgR3VY1v3i5SjsfAUdxneP8319kcFo++Hm+3HU2Am444rrqZUkJw9uzPR4ZZyLgghNuOMZ9be40g/3ZuJW2PgIOuOCU5AB1XCsXp4/nytoIzI4DLklPkZAVwkalYN0pcjlzKCQ+RZoo2yJEM6/jD2dGREFlNP/eAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 8px 39px;
	text-indent: -9999px;
}

.carousel > .next {
	left: auto;
	right: 0;
	background-position: -44px 39px;
}

.carousel > .disabled {
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}

.window-active li {
	opacity: 0.4;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.window-active .active {
	opacity: 1;
}

.carousel.onmap {
	width: 312px;
	margin: 20px 0px 0px;
}

.carousel.onmap > a {
	height: 230px;
	background: url(../img/carousel-onmap-prev.png) no-repeat 0% 50%;
	cursor: pointer;
}

.carousel.onmap > .next {
	background: url(../img/carousel-onmap-next.png) no-repeat 100% 50%;
}

.carousel.onmap > .window {
	height: 230px;
}

.carousel.onmap > .window li {
	height: 230px;
	line-height: 230px;
	vertical-align: middle;
	margin-left: 0px;
	width: 312px;
	text-align: center;
}

.carousel.onmap > .window li img {
	display: inline;
	vertical-align: middle;
}

.carousel.head {
	width: 1410px;
	margin: 0px;
	padding: 0px;
}

.carousel.head > a {
	height: 504px;
	background: url(../img/carousel-head-prev.png) no-repeat 0% 50%;
	cursor: pointer;
	left: 120px;
	width: 31px;
}

.carousel.head > .next {
	background: url(../img/carousel-head-next.png) no-repeat 100% 50%;
	right: 120px;
	left: auto;
}

.carousel.head > .window {
	height: 504px;
}

.carousel.head > .window li {
	height: 504px;
	margin-left: 0px;
	width: 1410px;
	position: relative;
}

.carousel.head > .window li img {
	display: inline;
	vertical-align: middle;
}

.carousel.head > .window li h2 {
	left: 220px !important;
	top: 180px !important;
}

.carousel.head > .window li .more {
	height: 38px;
	line-height: 38px;
	background: #fff;
	padding: 0px 57px 0px 20px;
	position: absolute;
	top: 310px;
	left: 220px;
	font-size: 14px;
	font-weight: 700;
	color: #434343;
}

.carousel.head > .window li .more:before {
	width: 38px;
	height: 38px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #111111;
	content: '>';
	font-size: 34px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
}

.carousel.navi-box {
	width: 1078px;
	margin: 0px auto;
	padding: 0px;
	overflow: visible;
}

.carousel.navi-box > a {
	width: 26px;
	height: 26px;
	background: url(../img/carousel-navibox-prev.png) no-repeat 50% 50% #fff;
	cursor: pointer;
	left: -73px;
	top: 50%;
	border: 1px solid #c8c8c8;
	margin-top: -13px;
}

.carousel.navi-box > .next {
	background: url(../img/carousel-navibox-next.png) no-repeat 50% 50% #fff;
	right: -73px;
	left: auto;
}

.carousel.navi-box > .window {
	height: 233px;
}

.carousel.navi-box > .window li {
	height: 233px;
	margin-left: 20px;
	width: 163px;
}

.carousel.navi-box > .window li:first-child {
	margin-left: 0px;
}

.carousel.navi-box > .window li a {
	color: #959595;
}

.carousel.navi-box > .window li a .img {
	position: relative;
}

.carousel.navi-box > .window li a .img:before {
	width: 100%;
	height: 12px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: url(../img/navi-box-mask.png) no-repeat 0 0;
}

.carousel.navi-box > .window li a .title {
	font-size: 14px;
	line-height: 17px;
	color: #434343;
}

.carousel.navi-box > .window li a .date {
	font-size: 9px;
	font-style: italic;
}

.addInstallerMap {
	width: 500px;
	height: 400px;
	float: left;
}

.findInstallerMap {
    width: 60%;
    height: 275px;
	/*position: absolute;*/
}

.departmentsMap {
	width: 60%;
	height: 396px;
	/*position: absolute;*/
}

dl.dropdown dt a span.text {
	width: 120px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}

a:hover.tooltips {
	z-index: 5000;
}

a.tooltips {
	position: absolute;
	display: block;
	z-index: 3;
}

a.tooltips span {
	position: absolute;
	width: 250px;
	color: #FFFFFF;
	background: #000000;
	height: auto;
	line-height: 16px;
	text-align: center;
	display: none;
	border-radius: 6px;
	z-index: 2;

}

a:hover.tooltips span {
	display: block;
	opacity: 0.8;
	left: 50%;
	margin-left: 10px;
	z-index: 2;
}

.wheretobuySearchSummary {
	margin: 25px 25px 25px 25px;
}

.errorNewsletter, .errorAgree {
	margin-top: 10px;
	color: red;
	font-weight: bold;
}

input.city, input.postalcode {
	font-size: 13px;
}

@media all and (max-width: 1180px) {
	#header .nav-blocks > li > a span.label {
		font-size: 18px;
	}

	#header .nav-blocks > li > a.open span.label {
		font-size: 24px;
	}

	.carousel.navi-box {
		width: 100%;
	}

	.carousel.navi-box > a {
		left: 0px;
		top: -25px;
	}

	.carousel.navi-box > .next {
		right: 0px;
		top: -25px;
	}

	.scroll {
		margin-right: 0px;
	}

	.form-report-installer img.ilu {
		margin-left: -86px;
		z-index: -1;
	}

	#footer .boxes .wrapper {
		width: 615px;
		min-width: 0;
	}

	#footer .boxes .wrapper .box {
		margin-bottom: 30px;
	}

	#footer .boxes .wrapper .box:first-child {
		margin-left: 30px;
	}
}

.top #targetlanguage a {
	height: 14px;
	margin-left: 10px;
}

.showInstallerMap {
	height: 400px;
	width: 460px;
}

.installerModal {
	width: 900px;
	/*left: 540px;*/
}

.specjalnosci .f_checkbox {
	margin-bottom: 5px;
}

.more2 {
	font-family: Arial;
}

#nowykontakt {
	background-color: #ffffff;
	height: 1060px;
}

#nowykontakt .lewa {
	width: 35%;
	float: left;
}

#nowykontakt .prawa {
	width: 65%;
	float: left;
}

#nowykontakt .ramka, #nowykontakt .danekontakt{
	margin: 20px;
}

#nowykontakt .zdjecie {
	width: 300px;
}

#nowykontakt .danekontakt {
	
}

#nowykontakt .danekontakt p {
	margin: 10px 0 0 0;
}

#nowykontakt .telefon {
	color: #008000;
	font-size: 28px;
	font-weight: bold;
	padding: 20px 0 20px 0;
}

#nowykontakt .osoba {
	width: 80px;
	height: 104px;
	border: 1px solid #d0d0d0;
	margin: 0 10px 0 0;
}

#nowykontakt .osoba2 {
	width: 80px;
	height: 116px;
	border: 1px solid #d0d0d0;
	margin: 0 10px 0 0;
}

#nowykontakt .osoba3 {
	width: 80px;
	height: 120px;
	border: 1px solid #d0d0d0;
	margin: 0 10px 0 0;
}

#nowykontakt .osoba4 {
	border: 1px solid #d0d0d0;
	margin: 0 10px 0 0;
}

#nowykontakt .prawa h2 {
	font-size: 24px;
	margin: 20px 0px 0px 0px;
	padding: 0px
}

#nowykontakt .prawa h3 {
	font-size: 15px;
	margin: 0px 0 5px 0;
	padding: 0px;
}

#nowykontakt .oddzialy {
	width: 730px;
	margin: 20px 0 0 0;
}
#tabs{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#tabs li{
	float: left;
	margin: 0 .5em 0 20px;
	width: 140px;
}

#tabs a{
	position: relative;
	background: #f5f5f5;
	background-color: #f5f5f5;
	padding: .7em 1.5em;
	float: left;
	width: 180px;
	text-decoration: none;
	color: #000000;
	margin: 0 0 2px 0;
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{ background: #e4e4e4;}
#tabs a:focus{ outline: 0;}

#tabs a::after {
	content:'';
	position:absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	width: 0;
	background: #ddd;
}
	#tabs #current a,
	#tabs #current a::after{
	background: #157ca1;
	text-decoration: none;
	width: 180px;
	z-index: 3;
	color: #fff;
}

#content {
	background: #fff;
	padding: 0;
	position: relative;
	z-index: 2;
	height: 700px;
}

#nowykontakt .oddzialylewa {
	float: left;
	width: 580px;
}

#nowykontakt .oddzialyprawa{
	float: left;
	width: 150px;
}

#nowykontakt .oddzialyprawa p {
	margin: 0 20px 20px 20px;
}
#nowykontakt .table {
	margin: 10px 0 0 0;
}

#nowykontakt .oddzialy td {
	margin: 0 20px 0 0;
}

#boxivolta {
	background: #157ca1;
	border: none;
	height: 37px;
	line-height: 37px;
	padding: 0px 20px;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	font-weight: 700;
}

#boxivolta  a{
	color: #fff;
	text-decoration: underline;
}


div#einfo>img{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
div#einfo>p{
	margin: 20px auto;
	padding: 0 20px;
	font-size: 12px;
	min-width: 800px;
	max-width: 1200px;
}
div#einfo{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
	border-top: 2px solid #0A73AD;
	box-shadow: 0 -2px 15px -5px #444;
	z-index: 10;
}

.show-news-header{
	padding-left: 4%;
}

.news-list-img{
	border: 1px #bdbdbd solid;
}

.news-date-cnt{
	width: 144px;
	float: left;
	font-size: 12px;
}

.news-content-cnt{
	float: left;
	width: 1026px;
}

.pagerNice {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

.pagerNice li {
	display: inline-block;
}

.pagerNice li .squareUrl:hover{
	text-decoration: none;
}

.pagerNice li .sepSm{
	margin: 0 10px;
}

.pagerNice li a{
	color: #676767;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	padding: 0 2px;
}

.pagerNice li a.selected{
	color: #4294b2;
}

.pagerNice li .squareUrl{
	font-weight: normal;
	display: inline-block;
	border: 1px #c1c1c1 solid;
	background-color: #fff;
	color: #939797;
	width: 27px;
	height: 27px;
	padding: 0;
	font-size: 22px;
	line-height: 22px;
}

.pagerTopContainer{
	text-align: center;
	border-bottom: 1px #bdbdbd solid;
	padding-bottom: 25px;
	margin-top: -5px;
}

.pagerBottomContainer{
	text-align: center;
	margin-top: -35px;
}

.contDscr{
	padding-right: 5px;
	word-break: keep-all;
}

.find-installer.fixTopMargin{
	margin-top: 230px;
}

.agree-description {
	overflow-y: scroll;
	height: 250px;
	font-size: 11px !important;
}

.agree-description p {
	padding-bottom: 10px;
}

.agree-checkbox {
	padding-bottom: 10px;
}

.pl-30 {
	padding-left: 30px !important;
}

.newsletter #content {
	background: #f5f5f5;
	padding: 50px;
	height: 100%;
}