.modal-backdrop.modal-absolute {
    position: absolute;
    z-index: 940;
}
.modal-backdrop, .modal-backdrop.fade.in {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.7;
}

.error {
    color:#cc0000;
    font-size:11px;
}

/***
Slider
***/
.slide_title_m {
	font-family: 'Open Sans';
	font-weight: 300;
    line-height: 33px;
	color:#3f5862;
	text-transform: uppercase;
	font-size:42px;
    white-space: normal !important;
    width: 640px !important;
 
}

.slide_desc_m {
	color:#7b8793;
	font-size:14px;
	line-height:24px;
    white-space: normal !important;
    width:550px !important;
    text-align:left;
}

@media all and (max-width: 320px) {
	#text1 { width:190px !important; }
    #text2 { width:190px !important; }
}	
@media all and (min-width: 321px) and (max-width: 359px) {
	#text1 { width:205px !important; }
    #text2 { width:205px !important; }
} 
@media all and (min-width: 360px) and (max-width: 390px) {
	#text1 { width:220px !important; }
    #text2 { width:220px !important; }
}
@media all and (min-width: 391px) and (max-width: 464px) {
	#text1 { width:250px !important; }
    #text2 { width:250px !important; }
}	
@media all and (min-width: 465px) and (max-width: 500px) {
	#text1 { width:260px !important; }
    #text2 { width:260px !important; }
}	
@media all and (min-width: 501px) and (max-width: 588px) {
	#text1 { width:300px !important; }
    #text2 { width:300px !important; }
}	
@media all and (min-width: 589px) and (max-width: 650px) {
	#text1 { width:350px !important; }
    #text2 { width:340px !important; }
}
@media all and (min-width: 651px) and (max-width: 768px) {
	#text1 { width:390px !important; }
    #text2 { width:370px !important; }
}
@media all and (min-width: 769px) and (max-width: 830px) {
	#text1 { width:360px !important; }
    #text2 { width:350px !important; }
}
@media all and (min-width: 831px) and (max-width: 980px) {
	#text1 { width:440px !important; }
    #text2 { width:440px !important; }
}
@media all and (min-width: 981px) and (max-width: 1280px) {
	#text1 { width:640px !important; }
    #text2 { width:550px !important; }
}
@media all and (min-width: 1281px) {
	#text1 { width:640px !important; }
    #text2 { width:550px !important; }
} 


li.dropdown:hover > ul.dropdown-menu
{
  display: block;
}

.service-box-v1 a { 
    color:#333333;
    text-decoration: none;
}

/** COOKIES NOTIFICATION **/
div#cookie-notification {
    background-color:#EBEBEB;
    padding-left:20px;
    padding-right:20px;
    padding-top: 12px;
    color:#808080;
    padding-bottom: 12px;
    text-align:justify;
    border-bottom:1px dashed #F0A0A0;
    line-height: 10px;
}

div#cookie-notification p{
    margin: 10px 0 10px 5px;
    display: block;
    float: left;
    width: 90%;
}
div#cookie-notification a {
    font-size:16px;
}
div#cookie-notification a:hover {
    text-decoration: none; 
}
div#cookie-notification i:hover {
    color: #000000;
} 
#cookie-notification .ins{
    max-width: 1090px;
    margin: 0 auto;
}
/* gallery page */
.gallery-item{
	padding-top: 15px;
	padding-bottom: 15px;
    
}
.gallery-item a {
	display: block;
	position: relative;
}
.gallery-item .zoomix {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 90;
	background: #000;
	opacity: 0;
	filter: alpha(opacity = 0);

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;
}
.ie7 .gallery-item .zoomix{
	clear: both;
}
.gallery-item a:hover .zoomix{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:0.4;	
	filter: alpha(opacity = 50);
}
.gallery-item .zoomix .icon-search {
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}

#logoTitle {
    padding-top: 10px;
    font-size: 23px;
    margin-left: 20px;
    color: #777777;
    text-shadow: 0 1px 0 #FFFFFF;
}

/* FACEBOOK SLIDER*/
#face-slider{
	position:fixed;
	right:-302px;
	top:300px;
	z-index:100;
}
#face-slider #tab{
	cursor:pointer;
	height:110px;
	width:55px;
	float:left;
	/*background: url(img/facebook-slider.png) no-repeat center center;*/
    background: url("https://www.prawojazdy.com.pl/static/img/f.png") no-repeat center center;
}
#face-code{
	padding:5px;
	border: solid #ccc 1px;
	background: #fff;
	float:left;
	width:286px;
	height:396px;
	-moz-border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
	border-radius: 0 0 0 8px;
}
