/*
Theme Name: Solárne Panely
Author: Grafeon
Description: Základná téma pre solárne panely
Text Domain: solarnepanely
Version: 1.0.0
License: GNU General Public License v2 or later
*/
@charset "UTF-8";

.header_language_switcher {
    float: right;
    margin-top: 18px;
    margin-left: 0px;
}
.header_language_switcher a {
	display: inline-block; 
	margin: 2px;
}
.header_language_switcher_mobile {
	float: right;
    margin-top: 23px;
    margin-right: 0;
    position: absolute;
    right: 75px;
	z-index: 5000;
}
.header_language_switcher_mobile a {
	display: inline-block; 
	margin: 2px;
}
.header_language_switcher a img,
.header_language_switcher_mobile a img {
	border: 1px solid white;
}
.logo a.logo_second img {
	max-width: 105px;
}
.logo a {
	display: inline-block;
}

.zistit_viac {
	color: #45195d;
	border: 2px solid #E1E1E1;
	border-radius: 50px;
	padding: 12px 34px;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	margin-top: 14px;
	display: inline-block;
	background: #F6FBFF;
}
.spoluprace_text {
	color: #370452;
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.specialne_ponuky {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 12px 34px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin-top: 14px;
    display: inline-block;
    background: #009c9d;
    background: #009c9d;
    background: -moz-linear-gradient(left, #370351 0%, #009c9d 100%);
    background: -webkit-linear-gradient(left, #370351 0%,#009c9d 100%);
    background: linear-gradient(to right, #370351 0%,#009c9d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#370351', endColorstr='#009c9d',GradientType=1 );
}
.specialne_ponuky:hover {
    color: #ffffff;
}
.socials_footer a {
	color: white;
    margin: 5px;
    border: 1px solid white;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
	background: transparent;
}
.socials_footer a:hover {
	background: rgba(255,255,255,0.25);
	color: white;
}
.socials_footer a:visited,
.socials_footer a:focus {
	color: white;
}

/* formular */
.radio_options_select {
	margin-bottom: 22px;
    margin-top: 22px;
}
.radio_options_select label {
	border: 2px solid #37035142;
    padding: 20px;
    color: #370351;
    font-size: 16px;
    border-radius: 5px;
	cursor: pointer;
}

.radio_options_select label:hover,
.radio_options_select label.active {
	background: #009c9d;
    position: relative;
	border: 2px solid transparent;
	color: white !important;
}
#wpcf7-f71-p68-o1 label,
#wpcf7-f77-p68-o2 label {
	color: #370351;
    font-size: 14px;
	width: 100%;
}
#wpcf7-f71-p68-o1 label {
	color: #370351;
    font-size: 16px;
	width: 100%;
}
.radio_options_select label {
	text-align: center;
	padding: 42px 15px;
}
#wpcf7-f71-p68-o1 input[type=text],
#wpcf7-f71-p68-o1 input[type=password],
#wpcf7-f71-p68-o1 input[type=email],
#wpcf7-f71-p68-o1 input[type=url],
#wpcf7-f71-p68-o1 input[type=date],
#wpcf7-f71-p68-o1 input[type=tel],
#wpcf7-f71-p68-o1 input[type=number],
#wpcf7-f71-p68-o1 input[type=search],
#wpcf7-f71-p68-o1 textarea.materialize-textarea,
#wpcf7-f77-p68-o2 input[type=text],
#wpcf7-f77-p68-o2 input[type=password],
#wpcf7-f77-p68-o2 input[type=email],
#wpcf7-f77-p68-o2 input[type=url],
#wpcf7-f77-p68-o2 input[type=date],
#wpcf7-f77-p68-o2 input[type=tel],
#wpcf7-f77-p68-o2 input[type=number],
#wpcf7-f77-p68-o2 input[type=search],
#wpcf7-f77-p68-o2 textarea.materialize-textarea {
	border: 1px solid rgba(55, 3, 81, 0.3);
    padding: 0px 15px;
    max-width: 90%;
}
#wpcf7-f71-p68-o1 textarea,
#wpcf7-f77-p68-o2 textarea {
    max-width: 96%;
}
#wpcf7-f71-p68-o1 .form_item,
#wpcf7-f77-p68-o2 .form_item {
	width: 49%;
    margin: 0px;
    vertical-align: top;
    display: inline-block;
    padding-right: 58px;
    margin-bottom: 10px;
}
#wpcf7-f71-p68-o1 .form_item {
	margin-top: 30px;
}
#wpcf7-f71-p68-o1 p,
#wpcf7-f77-p68-o2 p {
    margin-bottom: 5px;
}
#wpcf7-f71-p68-o1 span.wpcf7-list-item,
#wpcf7-f77-p68-o2 span.wpcf7-list-item {
	margin: 0 15px 0 0;
	width: 30%;
}
#wpcf7-f71-p68-o1 .select_option,
#wpcf7-f77-p68-o2 .select_option {
	display: none;
}
#wpcf7-f71-p68-o1 input[type=submit],
#wpcf7-f77-p68-o2 input[type=submit] {
	width: 170px;
    height: 50px;
    float: left;
    color: #fff;
    background: #1d3571;
    text-align: center;
    line-height: 46px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#wpcf7-f71-p68-o1,
#wpcf7-f77-p68-o2 {
	margin-bottom: 75px;
}
#wpcf7-f77-p68-o2 .wpcf7-response-output {
	display: none;
}
.napiste_nam {
    margin-bottom: 60px !important;
    color: #1d3571 !important;
    font-size: 20px;
    /* text-align: center; */
    line-height: 35px;
    max-width: 91%;
    text-align: center;
}
.napiste_nam a {
	color: #009c9d;
    font-weight: bold;
}
.page-id-68 .sw_abt_btm_wrapper {
	padding-bottom: 150px;
}

#wpcf7-f71-p68-o1 {
	display: none;
}
#wpcf7-f71-p68-o1 .file-595 {
	margin-top: -10px;
    display: block;
}
.poznamka {
	display: block;
}
.number {
	display: inline-block;
    float: left;
    position: absolute;
    margin-left: -60px;
    font-size: 18px;
    border: 2px solid;
    width: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
    max-height: 50px;
    color: #009c9d;
    margin-top: -13px;
}
#wpcf7-f71-p68-o1 label {
	margin-bottom: 0px;
}
.druhplan input,
.ohrev_tuv_staviam input,
.klimatizacia_staviam input,
.ohrev_teplej_uzitkovej_vody input,
.klimatizacia input {
    left: initial !important;
    position: relative !important;
}
.druhplan span.wpcf7-list-item,
.ohrev_tuv_staviam span.wpcf7-list-item,
.klimatizacia_staviam span.wpcf7-list-item,
.ohrev_teplej_uzitkovej_vody span.wpcf7-list-item,
.klimatizacia span.wpcf7-list-item {
	width: 60px !important;
}

@media (min-width: 992px) and (max-width: 1199px){
	.zistit_viac {
		padding: 12px 30px;
	}
	.spoluprace_text {
		font-size: 24px;
	}
}
@media (max-width: 992px) {
	.logo {
		float: left;
		margin-top: 8px;
		margin-bottom: -8px;
	}
	.page-template-page-domacnosti .container,
	.page-template-page-firmy .container {
		padding: 0;
	}
	.logo a.logo_second img {
		max-width: 72px !important;
	}
	.page-template-page-firmy .header_language_switcher_mobile,
	.page-template-page-domacnosti .header_language_switcher_mobile {
		margin-top: 18px;
	}
	
}
@media (min-width: 770px) and (max-width: 992px) {
	.header_language_switcher_mobile {
		margin-top: 37px;
	}
	.mean-bar {
		margin-top: -8px;
	}
	.zistit_viac {
		padding: 12px 30px;
	}
	.spoluprace_text {
		font-size: 24px;
	}
	.zistit_viac {
		padding: 9px 12px;
		font-size: 16px;
	}
	

}
@media (max-width: 768px) {
	#wpcf7-f71-p68-o1 .form_item, #wpcf7-f77-p68-o2 .form_item {
		width: 100%;
		margin: 0px;
		vertical-align: top;
		display: inline-block;
		padding-right: 0;
		margin-bottom: 10px;
	}
	#wpcf7-f71-p68-o1 span.wpcf7-list-item, #wpcf7-f77-p68-o2 span.wpcf7-list-item {
		margin: 0 0px 0 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.number {
		display: inline-block;
		float: left;
		position: absolute;
		margin-left: -40px;
		font-size: 18px;
		/* border: 2px solid; */
		width: 50px;
		/* line-height: 48px; */
		text-align: center;
		border-radius: 50px;
		max-height: 50px;
		color: #009c9d;
		margin-top: 0px;
	}
	.partner_img_rs {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.spoluprace_text {
		font-size: 18px;
	}
	.mobile_text_align_center {
		text-align: center; 
	}
}


@media (min-width: 1199px) and (max-width: 1250px) {
	nav > ul > li > a {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.logo a img {
		max-width: 145px;
	}
	.logo a.logo_second img {
		max-width: 100px;
	}
}

.page-template-page-front-pl .hidden-pl,
.page-template-page-firmy-pl .hidden-pl,
.page-template-page-domacnosti-pl .hidden-pl {
	display: none;
}
.pdfs p a {
	height: 45px;
	float: left;
    color: #fff;
    background: #370351;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 50px;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	padding: 0px 20px;
}
.clearboth {
	clear: both;
}
.pdfs h2 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	/* identical to box height, or 117% */


	color: #292863;
}
.pdfs h2:after {
	content: "";
    background: #292863;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pdfs ul li a {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	color: #292863;
}
.pdfs ul li a:before {
	background: url(images/pdfs.svg) no-repeat transparent;
	width: 29px;
	height: 30px;
	position: absolute;
	display: block;
}