/*
* Theme Name: Respect
* Theme URI: https://www.facebook.com/oussama.jee
* Description: Respect, is a html5 Creative portfolio based on an one page parallax scrolling effect
* Author: Musama
* Author URI: http://themeforest.net/user/Musama
* Version: 1
*/

@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(http://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,700,400italic);
@import "bootstrap.min.css";  
@import "reset.css";                /* Reset & Basics */
@import "mgrid.css";            /* Base 960 Grid */
@import "javascript.css";          /* Css Styles for js scripts */


/* TABLE OF CONTENT
=======================================================
-1.		General Settings
-2.		Helper Classes
-3.		Header
-4.		Intro
-5.		About
-6.		Services
-7.		zaufali-nam
-8.		From cennik
-9.		Contact Form
-10.	Other Sections
-11.	Footer
======================================================*/


/******  BODY *****/
body{
	background: #ffffff;
	color: #666666;
	font: normal 13px sans-serif, Arial, Verdana;
}
a{
	font: normal 1em 'Sans Pro Regular',sans-serif, Arial, Verdana;
	color: #db4f03;
	text-decoration: none;
	-webkit-transition: color 0.4s;
    -moz-transition:    color 0.4s;
    -o-transition:      color 0.4s;
    transition:         color 0.4s;
}
a:hover{
	color: #222222;
}
p{
	font-size: 1.05em;
}
h1 {font-family: 'Lato', sans-serif; line-height: 140%;}
h3, h4,h5 {font-family:"PT Sans", Verdana, Tahoma, serif; line-height: 140%; color: #444444;}
h1 {font-size:80px; font-weight:900; margin: 0 0 30px; margin-bottom:20px;}
h2 { font-size:28px; margin-bottom:20px;}
h3 {font-size:22px; margin-bottom:10px;}
h4 {font-size:1em; margin-bottom:10px;}
h5 {font-size:0.8em; margin-bottom:10px;}

p {line-height: 160%;
	margin: 10px;
}
img{
	margin: 0 0 20px;
	display: block;
}
section{
	padding: 40px 0;
}
/* inputs*/
textarea, input[type="text"],
input[type="password"]{
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #666666;
	font-size: 1.3em;
	text-indent: 10px;
	outline: none;
	width: 100%;
}
input[type="text"],
input[type="password"]{
	height: 35px;
}
textarea{
	resize: none;
	overflow: auto;
}
/*******************************************************
********************* 2.HELPER CLASS
*******************************************************/
.clearfix:after,.container:after, .media:after{
	content: "";
	clear: both;
	display: block;
	width: 100%;
}
.hide{
	display:none;
}
.hide{
	display:none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	text-align: center;
}
.scale{
	max-width: 100%;
	height: auto;
}
/* media */
.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
.media .img {float:left; margin-right: 20px;}
.media .img img{display:block;}
.media .imgExt{float:right; margin-left: 20px;}
/* heading */
h1.title{
	font-family: 'Lato', sans-serif;
	color: #e40673;
	margin: 0 0 5px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 
0 1px 0 #bb045e,
0 2px 0 #b10359,
0 3px 0 #a70354,
0 4px 0 #9d034f,
0 5px 0 #94044b,
0 6px 1px rgba(0,0,0,.1),
0 0 5px rgba(0,0,0,.1),
0 1px 3px rgba(0,0,0,.3),
0 3px 5px rgba(0,0,0,.2),
0 5px 10px rgba(0,0,0,.25);
}
h2.sub-title{
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fb8c06;
	text-align: center;
	margin: 0 0 5px;
}



/* read more */
.more a{
	color: #db4f03;
	font-family:"PT Sans", Verdana, Tahoma, serif;
	font-size:1.2em;
	-webkit-transition: color 0.4s;
    -moz-transition:    color 0.4s;
    -o-transition:      color 0.4s;
    transition:         color 0.4s;
}
.more a:hover{
	color: #222222;
}
/* separator */
.separator{
	width: 100%;
	display: block;
	float: left;
	height: 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #fafafa;
	margin: 40px 0;
}
/* strong text */
.strong {
	font-weight: bold;
}

/* colors */
.orange{
	color: #db4f03;
}
.yellow{
	color: #f5bc0d;
}
.white{
	color: #ffffff;
}
.black{
	color: #222222;
}

.red {color:#db4f03;}
/* lists */

/* padded */
.padded-15{
	padding: 15px;
}
.padded-20{
	padding: 20px;
}
/*******************************************************
********************* 3.THE HEADER 
*******************************************************/
.header {
	background: #fafafa;
	height: 75px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;

-moz-box-shadow:0 1px 8px rgba(0,0,0,0.3); -webkit-box-shadow:0 1px 8px rgba(0,0,0,0.3); box-shadow:0 1px 8px rgba(0,0,0,0.3);}
/* LOGO */
.header .logo {
	display: block;
	float: left;
	height: 75px;
	margin: 0;
	text-indent: -9999px;
	width: 280px;
}
.header .logo a {
	background: transparent url(../img/logo.png) no-repeat;
	margin-top:14px;
	display: block;
	height: 42px;
	width: 280px;
}
/* PRIMARY NAVIGATION */
.header .nav.primary-navigation ul {
	float: right;
	height: 75px;
}
.header .nav.primary-navigation ul li {
	float: left;
	display: block;
	border-bottom: 5px solid transparent;

	-webkit-transition: border-color 0.4s;
    -moz-transition:    border-color 0.4s;
    -o-transition:      border-color 0.4s;
    transition:         border-color 0.4s;
}
.header .nav.primary-navigation ul li a {
	font-family:"PT Sans", Verdana, Tahoma, serif;
	font-size:18px;
	color: #000000;
	display: block;
	height: 70px;
	line-height: 75px;
	padding: 0 15px;
}
.header .nav.primary-navigation ul li:hover, 
.header .nav.primary-navigation ul li.selected {border-color: #ff0000;}
.header .nav.primary-navigation ul li a:hover, 
.header .nav.primary-navigation ul li.selected a {color: #ff0000;}
/* RESPONSIVE BUTTON */
span.responsive-button{
	display: none;
	float: right;
	width:  40px;
	height: 40px;
	background: #000000 url(../img/media/responsive-button.png) no-repeat;
	margin: 20px 0 0 0;
	cursor: pointer;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	     -o-border-radius: 3px;
	    -ms-border-radius: 3px;
	        border-radius: 3px;
}
/* RESPONSIVE NAVIGATION */
.header .nav.responsive-navigation ul {
	width: 100%;
	display: block;
	float: right;
	text-align: center;
	display: none;
}
.header .nav.responsive-navigation ul li {width: 100%;}
.header .nav.responsive-navigation ul li:hover {background: #000000;}
.header .nav.responsive-navigation ul li.selected {background: #db4f03;}
.header .nav.responsive-navigation ul li a {
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	padding:10px 0; 
}

/********** HOME **********/
#home{
	width: 100%;
	position: relative;
	color: #ffffff;
	padding: 50px 0;
}



.podest {
    background:#fff url(../images/podest.jpg) scroll no-repeat center bottom;
    height:274px;
	z-index:1;
}


.switch{
	border:none;
	background:left no-repeat;
	width:115px;
	height:45px;
	padding:0;
	margin:0;
}

.on, .off{
	width:55px;
	height:45px;
	display:inline-block;
	cursor:pointer;
}

.buttony {padding-top:303px; width:300px; padding-left:75px;
 height:52px; background: url(../images/switch_bg.png) no-repeat; background-position:0px 305px;}
 
 .button {
	 padding:9px 12px;
	 margin-top:1.5em;
	 cursor:pointer;
	 text-decoration:none;
	 font-size:12px;
	 line-height:28px;
	 text-align:center;
	 color: #fff;
	 border: solid 1px #0076a3;
	 background: #0095cd;
	 background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	 background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	 box-shadow: 0px 1px 2px #555; -webkit-box-shadow: 0px 1px 2px #555; -moz-box-shadow: 0px 1px 2px #555;}


/********** OFERTA **********/
#oferta {background: #ffffff; /* url(../images/oferta_bg.png) center center fixed no-repeat; */ }
#oferta ul {margin-left:30px;}
#oferta ul li { list-style: disc; line-height:20px;}



.about-column{text-align: center;}
.about-column img{
	width:  250px;
	height: 250px;
	display: block;
	border: 10px solid #ffffff;
	margin: 0 auto 20px auto;
	-webkit-border-radius: 135px;
	-moz-border-radius:    135px;
	-o-border-radius:      135px;
	-ms-border-radius:     135px;
	border-radius:         135px;

	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
	     -o-box-shadow: 0 0 4px rgba(0,0,0,.4);
	    -ms-box-shadow: 0 0 4px rgba(0,0,0,.4);
		    box-shadow: 0 0 4px rgba(0,0,0,.4);
}
.about-column p {margin: 0;}
/* about process */
.about-process .media{
	margin-bottom:20px;
	padding-left: 10px;
}
.about-process .media .img{
	background: #eeeeee;
	color: #db4f03;
	font-size: 3.2em;
	width:  80px;
	height: 80px;
	line-height: 85px;
	text-align: center;

	-webkit-border-radius: 40px;
	-moz-border-radius:    40px;
	-o-border-radius:      40px;
	-ms-border-radius:     40px;
	border-radius:         40px;
}
.about-process .media .bd h3{
	font:1.2em 'Sans Pro Bold', 'sans serif',Arial,Tahoma,Verdana;
	text-transform: uppercase;
}



#przyczepy-reklamowe {
	margin-top:100px;
	 height:950px;
}

#zabudowy-reklamowe {
	background:#87a4b4 url(../images/zabudowy_reklamowe_pasek.jpg) repeat-x;
	 height:850px;
	 margin-bottom:-70px;
}

.zabudowy-reklamowe { background: url(../images/zabudowy_reklamowe_bg.jpg) no-repeat ; height:750px; margin-top:-40px;}
.slogan {padding-top:500px;}



/********** O FIRMIE **********/
#o-firmie {

}
.service{
	text-align: center;
	margin-bottom: 20px;
}


/*******************************************************
********************* 7.zaufali-nam
*******************************************************/
#zaufali-nam{
	background:#fff;
	border-top: 1px solid #e5e5e5;
}

/*******************************************************
********************* 8.FROM cennik
*******************************************************/
#cennik{
	border-top: solid 1px #e5e5e5;
	background: url(../images/noise_bg.jpg);
}

#boxy {background: url(../images/kokarda.jpg) no-repeat 0px 190px; padding-top:380px; width:100%; height:460px; }



#lewy, #srodek, #prawy {width:320px; height:400px; float:left; margin: 15px 0px;}
#lewy {background:url(../images/vertical_sep_left.png) no-repeat 300px;}
#srodek {}
#prawy {background:url(../images/vertical_sep_right.png) no-repeat -20px;}


.box-tresc {padding:10px 5px; z-index:4;}
.box-tresc p.tytul {font-size:16px; text-align:center;}
.blue {color:#0071bc;}
.orange {color:#fd6758;}
.green {color:#6f9923;}


.price_icon {height:100px; width:130px; float:left; margin-top:10px; margin-left:50px; }
.price_info {height:100px; float:left; margin-top:10px;}

.price_info span {font-weight:bold; color:#db4f03;}

/*******************************************************
********************* 9.kontakt FORM
*******************************************************/
#kontakt{
	background: url(../images/noise_bg.jpg);
	border-top: solid 1px #e5e5e5;
}


	
.facebook {background:#000 url(../images/social/fb.png); height:25px; width:25px; margin-left:5px;}
.facebook:hover {}


/* #CONTACT
================================================== */


#contactus fieldset
{
   width:320px;
   padding:0px 0px 20px 0px;

}


#contactus label
{
   font-family:"PT Sans", Verdana, Tahoma, serif;
   font-size:14px;
}

#contactus input[type="text"],textarea
{
  font-family:"PT Sans", Verdana, Tahoma, serif;
  font-size: 14px;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px dashed #cccccc;

}

#contactus input[type="text"]
{
  height:28px;
  width:200px;
  border-left:3px solid #cc092f;
}

#contactus input[type="file"] {
  height:38px;
  width:206px;
  border:none;
  background:#fff;
  border : 1px solid #cccccc;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

#contactus input[type="file"]:focus{
  border : 1px dashed #cc092f;
  border-left:3px solid #cc092f;
  background-color : #fff;
  -moz-box-shadow:0 0px 4px rgba(0,0,0,0.3); -webkit-box-shadow:0 0px 4px rgba(0,0,0,0.3); box-shadow:0 0px 4px rgba(0,0,0,0.3);
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   background:#cc092f;
   border:none;
   color:#fff;
   cursor:pointer;
}

#contactus input[type="submit"]:hover
{
   background:#1a1a1a;
   color:#fff;
}


#contactus textarea
{
  height:150px;
  width:440px;
  border-left:3px solid #cc092f;
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px dashed #cc092f;
  border-left:3px solid #cc092f;
  background-color : #fff;
  -moz-box-shadow:0 0px 4px rgba(0,0,0,0.3); -webkit-box-shadow:0 0px 4px rgba(0,0,0,0.3); box-shadow:0 0px 4px rgba(0,0,0,0.3);
  font-weight:bold;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family:"PT Sans", Verdana, Tahoma, serif;
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family:"PT Sans", Verdana, Tahoma, serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family:"PT Sans", Verdana, Tahoma, serif;
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family:"PT Sans", Verdana, Tahoma, serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}




/* contact details */
#contact .contact_details .address { background:url(../img/address_icon.png) no-repeat; padding-left:20px; margin-top:7px; }
#contact .contact_details .email { background:url(../img/mail_icon.png) center left no-repeat; padding-left:22px; margin-top:-30px; }
#contact .contact_details .phone { background:url(../img/phone_icon.png) no-repeat; padding-left:22px; margin-top:-10px; }
#contact .contact_details .support .email { margin-top:10px; }

.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .container .seven.columns                   { width: 400px; }
    .container .nine.columns                    { width: 520px; }
    .container .sixteen.columns                 { width: 940px; }

    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }


/*******************************************************
********************* 11.FOOTER
*******************************************************/
.footer{
	background: #ffffff;
	border-top: 2px solid #dddddd;
	height: 80px;

}
.footer p{
	margin: 26px auto 0 30px;
	float: left;
	color: #777777;
}

.footer a {color:#777777; font-weight:bold;}


/* #PRICING
================================================== */



#slideshow-wrapper {
   background: #f1f1f1 url(../images/przyczepy_bg.jpg) no-repeat center;
   width: 100%;
   height: 500px;
   margin-bottom:20px;
   	 border-bottom:solid 1px #e1e1e1;
	 -moz-box-shadow:0 6px 6px rgba(0,0,0,0.3); -webkit-box-shadow:0 6px 6px rgba(0,0,0,0.3); box-shadow:0 6px 6px rgba(0,0,0,0.3);

}
#slideshow-wrapper-bg {
   width: 100%;
   height: auto;
   padding: 30px 0;

}

.container {
   margin: 0 auto;
   position: relative;
   width: 960px;
}

.container_partner {
   margin: 50px auto;
   position: relative;
   width: 1170px;
}

.container_przyczepy {
   position: relative;
   margin: -90px auto;
   padding:90px 0px;
   width: 1030px;
   background:url(../images/ramka.png) no-repeat;
   height:305px;}

ul.sub{
    padding:10px 50px;
}

ul.sub .row{
    clear: both;
    width: 100%;
    margin-bottom: 18px;
    overflow: hidden;
}
ul.sub li{
    list-style: none;
    float:left;
    width: 180px;
	margin:20px;
}


ul.sub li a{
    display: block;
    float: none;
    color: #000;
    line-height: 36px;
    text-transform: uppercase;
    padding: 0 10px;
	text-align:center;
}
.frame{
	cursor:pointer;
    padding: 1px;
	   -moz-transform: scale(0.9);
   -webkit-transform: scale(0.9);
   -o-transform: scale(0.9);
   transform: scale(0.9);
   -ms-transform: scale(0.9);
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.frame:hover {
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
   -ms-transform: scale(1.1);
   color:#ff0000;
}
.frame a:hover {color:#ff0000;}
.frame.margin{
    margin-bottom: 18px;
}
ul.sub li .frame a{
    line-height: 18px;
    padding: 0;
}








/* #clients_lists { margin-top: 50px; } */

.clients_list { list-style: none; margin: 0 auto; padding: 0; width: 1140px; display: block; }
.clients_list > li { margin: 0; padding: 0;  width: 244px; height: 244px; display: inline-block; float: left; position: relative; }
.clients_list > li:before,.clients_list > li:after {content: " "; display: block; width: 234px; height: 1px; background-color: #e5e5e5; position: absolute; left: 50%; margin-left: -117px; top: 100%;}
.clients_list > li:after { width: 1px; height: 234px; left: auto; margin-left: 0; right: 0; bottom: auto; top: 50%; margin-top: -117px; }
.clients_list > li a {width: 140px; height: 140px; padding:60px 50px; display: inline-block; opacity: 1; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;} 
.clients_list > li a:hover { opacity: .7; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); -ms-transform: scale(1.1); }
.clients_list > li a .img_wrapper { width: 100%; position: relative; }
.clients_list > li a .grayscale_image { opacity: 0; }
.clients_list > li a:hover .grayscale_image { opacity: 1; }
.clients_list > li > figure { position: relative; width: 100%; height: 100%; display: block; }
.clients_list_wrapper_mask { width: 100%; height: 488px; overflow: hidden; }
.clients_list_wrapper { width: 10000px; height: 488px; position: relative; }
.clients_list_wrapper .clients_list {margin: 0; width: 10000px; position: absolute; left: 0%; top: 0%; }
.clients_list_wrapper .clients_list.second_row { top: 244px; }

#clients_lists_wrapper { position: relative; padding: 0 100px; height: 488px; }
#clients_lists_wrapper > inner { position: relative; z-index: 5; }
#clients_lists_wrapper > a { position: absolute; left: 0; top: 58%; margin-top: -60px; opacity: .2; z-index: 9; }
#clients_lists_wrapper > a[class*="right"] { left: auto; right: 0; }
#clients_lists_wrapper > a:hover { opacity: .7;}


.arrow_left, .arrow_right { background-image: url(../images/zaufali-nam/arrow.png); background-repeat: no-repeat; }
.arrow_left  { width: 72px; height: 120px; background-position: 0px 0px; }
.arrow_right { width: 72px; height: 120px; background-position: -62px 0px; }