

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

body, html{
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}
textarea{
	resize: none;
}
h1{
	text-transform: uppercase;
	color: #fff;
}
h1.one{
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 33px;
	text-shadow: 0 0px 4px #111;
}
h1 strong{
	font-weight: 900;
}
h2{
	margin:  0;
	color: #333;
	padding-bottom: 10px;
}

h2.second{


	margin:  0;
	color: #fff;
}

h3{
font-size: 18px;
font-weight: 400;
padding-bottom: 10px;
padding-top: 0px;
}

h4{
	text-transform: uppercase;
	color: #333;
}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-family: 'Open Sans', sans-serif;
}
p.intro{
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
a{ color: #ffc335;}
a:hover,
a:focus{
	text-decoration: none;
	color: #ffc335;
}

.section-title hr{
	border-color: #ffc335;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
text-transform: uppercase;
font-size: 22px;
color: #ffc335;
font-weight: 900;
}

#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #222;
	font-size: 12px;
	letter-spacing: 0px;
}
#menu.navbar-default .navbar-nav > li > a:hover{
	background: #ffc335;
	color:#fff;
	border-radius: 2px;
}
#menu.navbar-default .navbar-nav > li > a.active{
	background: #ffc335;
	color:#fff;
	border-radius: 2px;
}
.on {
	background-color: #fff!important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #ffc335 !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #ffc335;
	border-color: #ffc335;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
.logos{
	width: 300px;
}

#home{
	background: url(img/112.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	color: #cfcfcf;
}

#home .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); 
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); 
	height: 500px;
	background-attachment: fixed;
}
#home p.lead{
	color: #fff;
	text-shadow: 0 0px 4px #111;
}

.content{
	position: relative;
	padding: 3% 0 0;
}

.color{
	color: #ffc335;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 200px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #ffc335;
	color: #ffffff;
	border: 2px solid #ffc335;
}
/* About Section */
#tf-about{
	padding: 30px 0;
}
ul.about-list{ margin: 30px 0 0 ;}
ul.about-list li{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
ul.about-list li span{ 
	margin-right: 10px;
}


#services{
	padding: 30px 0;
}

.space{
	margin-top: 40px;
}

#services i.fa {
	font-size: 40px;
	padding: 27px 25px;
	transition: all 0.5s;
	color: #ffc335;
}

#services i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}



#testimonials, #services2{
	background: url(img/05.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#testimonials .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 30px 0;
	background-attachment: fixed;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item{
    display: block;
    width: 100%;
    height: auto;
}

#testimonial .item p {
	font-weight: 400;
	margin: 30px 0;
	color: #d1d1d1;
}
/* Contact Section */
#tf-contact{
	padding: 30px 0;
}

label {
	float: left;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	padding-left: 10px;
}
#tf-contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#tf-contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

button.btn.tf-btn.btn-default {
	float: right;
	background: #ffc335;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}
#testimonial p{
	font-size: 16px;
	text-shadow: 0px 0px 4px #111;
}

nav#footer{
	background: #222222;
	color: #ffffff;
	padding: 10px 0 10px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 14px;
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #ffc335;
	border-color: #ffc335;
	color: #ffffff;
}
.button_1{
	display: inline-block;
	padding: 8px 30px;
	background-color: #ffc335;
	color: #222;
	border-radius: 4px;
	font-size: 16px;
	border: 1px solid #666; 
}

.button_2{
	display: inline-block;
	padding: 8px 30px;
	background-color: #222;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	margin-left: 8px;
	border: 1px solid #666; 
}

.button_2:hover{

	background-color: #ffc335;
	color: #222;

}
.button_1:hover{

	background-color: #222;
	color: #fff;

}
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:7px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#ecedee
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#ffc335;
}



::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:6px;
height:0px
}

::-webkit-scrollbar{
width: 6px;
}

#services img{
	width: 160px;
	height: 48px;
	margin:0px  6px; 

}
.telephone a{

	margin-right: 10px;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 0px 4px #111;
}
.telephone a:hover{

	margin-right: 10px;
	font-size: 18px;
	color: #ffc335;
	text-shadow: 0px 0px 4px #111;
}
.telephone {
	margin-right: 10px;
	margin-top: 55px;
}
.andro img{
	width: 144px;
	height: 43px;
	}
.andro{
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-top: 52px;
	}
.services2{
	background: url(img/05.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
	text-shadow: 0px 0px 4px #111;
	    padding: 30px;
}
#services3{

	    padding: 30px;
}
.services2 h2{
	color: #ffffff;
	text-shadow: 0px 0px 4px #111;
}
.services2 .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 30px;
	background-attachment: fixed;
}
#services.services2{
	padding: 0px 0;
}
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #FFC335 !important;
}
span.ui-checkboxradio-icon.ui-corner-all.ui-icon.ui-icon-background.ui-icon-blank.ui-state-hover{
  visibility: hidden !important;
}
.ui-widget-shadow {
    opacity: .9 !important;
    color: #fff !important;
    }
    .mobilauto-container .ui-widget {
    font-size: 16px !important;
    padding: 5px !important;
}
.mobilauto-container table{
      background: #fff !important;
}
.mobilauto-container td{
      background: #fff !important;
}

.mobilauto-block-button:not(.ui-state-hover) .ui-icon.mobilauto-block-button-icon-white {
  
    background-color: #222222 !important;
}

.mobilauto-block .mobilauto-block-button .mobilauto-block-button-table td.mobilauto-block-button-table-column {
    background: rgba(0,0,0,0) !important;
}

.mobilauto-block .mobilauto-block-button .mobilauto-block-button-table{
  background: rgba(0,0,0,0) !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    
    background: #222222 !important;
  }
.ui-button {
    color: #fff !important;
    text-decoration: none;
}
.ui-widget.ui-checkboxradio-radio-label.ui-checkboxradio-checked.ui-state-active.ui-checkboxradio-label.ui-controlgroup-item{
	color: #333 !important;
}
.ui-button.ui-widget.ui-checkboxradio-radio-label.ui-checkboxradio-label.ui-controlgroup-item{
	color: #333 !important;
}



p.posluga{
	text-align: left;
	color: #333;
	font-size: 17px;
	
}
p.posluga2{
	text-align: center;
	color: #333;
	font-size: 17px;
	padding-bottom: 20px;
	
}

p.posluga .fa{
	color: #ffbc00;
	font-size: 17px !important;
	padding: 0 8px !important;
}

.input_name{
	margin-bottom: 2px;
	text-align: left;
	padding-left: 10px;
	font-size: 15px;
}
.posluga3{
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	padding: 15px 0px;
}

.tel2{
	color: #333;
	font-size: 16px;
	padding-right: 15px;
}
#services3 article{
	border-bottom: 1px dotted #ffbc00;
}
	ol {
		list-style: none;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}
	ol.commentlist{
		width: 100%;
    margin: 0px auto;
		padding: 0px;
		background: #eee;
		max-height: 450px;
		overflow-y: auto;
		text-align: left;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;

		
	}
	#banner .number_down a{
  text-decoration: none;
    color: #fff;
}
ol.commentlist li{
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    list-style-type: none;
}
.comment-body>p>strong{
	display: none;
}
.comment-form-pccf-rating input[type="radio"] {
    display: inline-block;
    float: none;
    margin-right: 1em;
    opacity: 1;
    width: 1em;
    z-index: 1;
}
ul.children{
	margin:0px; 
}
ul.children li.comment{
border-bottom: 0px; 
}
ul.children li.comment .comment-author.vcard{
color:#00C382; 
}
.comment-body .reply{
	display: none;
}
.comment-author.vcard{
	color: #1E2832;
	font-weight: 400;
}
h3.comment-reply-title{
	display: none;
}
.comment-respond input, .comment-respond textarea{

	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

} 
.comment-respond input[type="submit"]{
	width: 140px;
	margin:0 auto; 
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #ffbc00;
    background-image: none;
    border-radius: 4px;

} 
.comment-respond input[type="submit"]:hover{
	width: 140px;
	margin:0 auto; 
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffbc00;
    background-color: #333;
    background-image: none;
    border-radius: 4px;

}
.comment-respond label{
	font-weight: 600;
}
p.comment-notes{
	display: none;
}
.telephone a:last-child {
    padding-right: 83px;
   
}
.cont_posluga br{
	display: none;

}
.pos_img img{
	max-height: 50px;

}
.pos_img span{
	display: inline-block;
	margin-left: 5px;
	text-align: center;
	font-size: 15px;
}
.town{
	float: left;
	height: 50px;
	line-height: 50px;
	margin-left: 20px;
}
.town-prefix{
	line-height: 50px;
	font-size: 14px;
	text-align: left;
	float: left;
}
.town ul{
	float: left;
	margin-left: 10px;
	padding: 0;
	position: relative;
	margin-top: 10px;
	background: #ffc335;
	color: #333;
	border-radius: 2px;

}
.town ul li{
	list-style-type: none;
	display: block;
	line-height: 30px;
	color: #333;
	padding: 0px 25px;
	border-bottom: 1px solid #fff;	
	display: none;
	transition: all 0.2s;	
}
.town ul li:hover{
	background: #f1f1f1;
	cursor: pointer;
}
.town ul li:last-child{
	border-bottom: 0px solid #fff;	
}
.town ul li:first-child{
	display: block;	
}
.town ul li a{
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
}
.town ul:hover li{
	display: block;	
}
h1.one{
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	font-weight: 800;
	font-size: 84px;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 30px;
}
.lead {
    margin-bottom: 50px;
    }
    @media (max-width: 1100px){
    .town-prefix{
    	display: none;
    }
    .town{
    	margin-left: 0px;
    	    position: absolute;
    top: 0px;
    left: 145px;
    }
    .town ul{
    	margin-left: 0px;
    }
}
@media (max-width: 500px){
	.cont_posluga br{
	display: inline-block;

}
.pos_img img{
display: none;

}
.cont_posluga .fa{
	display: none;

}
	.andro{
	
	margin-top: 0px;
	}
	.telephone a:last-child {
    padding-right: 0px;
   
}
	#home .overlay{
		    height: auto;
		    padding-bottom: 20px;
	}
	.logos {
    width: 160px;
}
.telephone {
text-align: center;
    margin-right: 0px;
    margin-top: 42px;
}
.andro {
    text-align: center;
    float: none;
    margin-left: 0px;
    clear: both;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
h1.one {
    font-size: 54px;
    margin-bottom: 20px;
}
.lead {
    margin-bottom: 30px;
}
.telephone a {
    margin: 0px 5px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    text-shadow: rgb(17, 17, 17) 0px 0px 4px;
}
p.posluga{
	padding: 0 5px;

	
}
.form-group {
    margin-bottom: 5px;
}
.tel2 {
    color: rgb(51, 51, 51);
    font-size: 16px;
    padding-right: 4px;
}
}

@media (min-width: 1369px){
	.content{
	position: relative;
	padding: 2% 0 0;
}
.telephone a {
    margin: 0px 5px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 4px;
}
}
@media (max-width: 321px){
.button_1{
	display: inline-block;
	padding: 6px 20px;
	background-color: #ffc335;
	color: #222;
	border-radius: 4px;
	font-size: 16px;
	border: 1px solid #666; 
}

.button_2{
	display: inline-block;
	padding: 6px 20px;
	background-color: #222;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	margin-left: 8px;
	border: 1px solid #666; 
}
.telephone a {
    margin: 0px 4px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 4px;
}

}
@media (max-width: 450px){
#footer div p{
text-align: center !important;
}
}
@media (max-width: 450px){
.town ul li{

	padding: 0px 15px;
	
}
}