/* Theme Name: Bądź na Szczycie */
/*layoutcss*/
/*setup*/
/* Setup */

body {	
    background: #fff;
    font-family: 'Roboto Condensed', sans-serif;	
    color: #000000;    
    font-weight: normal;    
    font-size: 12px; 
    height: 100%;
}

html {
    height: 100%;
}

a {	font: inherit;	color: #000000;	text-decoration: none;}

a:hover {text-decoration: none;}

small {font-size: 11px;}

strong{	font-weight: 800;}

/* Layout */
.container{
    width: 100%;
}
.content{
    width: 970px;
    margin: 0 auto;
    margin-left:30px;
    position:relative;
}
.containerMargin{
    margin-top: 70px;
}


/* header */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

h1
{
    padding-top:20px;
    padding-bottom:0.5em;
    font-size:20px;
    font-weight: bold;
    
    
}

h2
{
        display:block;
        padding-top:0.5em;
        padding-bottom:0.5em;
	text-align:center;
	font-size:60px;
}


.header_wrapper
{
    z-index: 1000;
    width: 100%;
    margin:auto;
    height:70px;
    background: white;
    border-bottom:1px solid black;
    position:fixed;
    top:0;
    left: 0;
}

.header_content
{
    width:80%;
    margin: 0 10% 0 10%;
    height:100%;
    
}

.header_element
{
    float: right;
    position:relative;
    height: 100%;
	width: 100%;

}

.menu_positions a
{
    max-width:180px;
    line-height: 70px;
    text-align:center;
    margin-right:10px;
    font-size: 25px;
    text-transform: uppercase;
}
.menu_positions
{
    height: 100%;
}
.open
{
    height: 350px !important;
}

.header_menu
{
    float:right;
    width:0px;
    z-index:0;
    height: 0px;
}

.position{
	font-size: 1.5em;
    text-align: center;
    float:left; 
} 

#logo
{
background: url('http://wirtualne-biuro.wroclaw.pl/wp-content/uploads/2015/04/logo.png') no-repeat;
  float: left;
  color: white;
  width: 50%;
  line-height: 70px;
  margin-top: 12px;
}

.kontakt
{
    color: white !important;
    background: #000f32 !important;
    
}

.kontakt div.line{
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 5%;
}


.kontakt p{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.position a:hover
{
    color: skyblue;
}

.price_table
{
  width: 80%;
  float: left;
  position: relative;
  margin-bottom: 20px;
  border: solid 1px darkkhaki;
  margin-left: 10%;
  margin-right: 10%;
}
.price_table table
{
    font-size: 14pt;
    width:100%;
}



.price_table tr
{
    width: 100%;
}

.price_table tr:first-child
{
    background-color: darkkhaki;
}

.price_table tr:nth-child(2n)
{
    
    background-color: darkkhaki;
}

.price_table td
{
    width:50%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media all and (max-width: 1200px)
{
    .position
    {
        float:none;
        width:100%;
        height:50px;
        border-bottom: 1px solid gray;
    }
    #logo
    {
        width:80%;
    }
    .header_content
    {
        width:100%;
        margin:0;
    }
    .header_element
    {
            width:100%;
            height: 30px;
    }
    .header_menu
    {
        width: 40px;
        height:40px;
        margin:15px 15px 15px 15px;
        background:url('img/mobile_menu/menu.png');
        
    }
    .header_menu:hover
    {
        background:url('img/mobile_menu/menuonhover.png')
    }
    .menu_positions a
    {
        width:100%;
        margin-left: auto;
        margin-right: auto;
        font-size:17px;
    }
    .menu_positions
    {
        width:100%;
        display: block;
        height: 0;
        overflow-y: auto;
        transition-property: height;
        transition: all 1s ease-in-out;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        z-index: 500;
        background: rgba(0,0,0,0.8);
    }
    
}
@media all and (max-width: 560px)
{
    #logo{
  
        margin-top: 20px;
        background-size: auto 30px;
    }
    div.block p{
        font-size: 1.0em !important;
    }
    
    div.block p:first-child
    {
        margin-top: 30px !important;
    }
    
    div.block
    {
        width: 100% !important;
        top:0 !important;
        margin-left:auto !important;
        margin-right:auto !important;
        clear:both !important;
	border-radius: 5px;
        margin-bottom: 15px !important;
    }
    div.green
    {
        width:80% !important;
        height: 120px !important;
        margin-top: 30px !important;
        margin-left:10%  !important;
        margin-right:10%  !important;
    }
    div.table_wrapper
    {
        width:100% !important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

@media all and (max-width: 450px)
{
    #logo{
  
    margin-top: 25px;
    background-size: auto 20px;
    }
}

@media all and (max-width: 400px)
{
    #logo
    {
        width: 70%;
    }
    table.zestawienie
    {
        width: 100%;
        
    }
    .kontakt iframe
    {
        clear: both;
        float:none;
        width: 100% !important;
    }
    .kontakt div.line
    {
        clear: both;
        float:none;
        width: 100% !important;
    }
    div.table_wrapper
    {
        width:100% !important;
        margin:0 !important;
    }
}

/* Page */
.pageContent p, .pageContent{
    /*font-family: "Roboto Condensed", sans-serif;*/
    font-size: 20px;
    font-weight: 100;
    line-height: 26px;
    margin-bottom: 30px;
    
}
.pageContent h2{
    display: inline-block;
    width:100%;
    text-align: center;
    padding-top: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 46px;
    font-weight: 300;
    line-height:1.0em;
    margin-top: 25px;
    margin-bottom: 25px;
}


/*katalog*/
#podstronacontent { 
    display: block;
    
    
    font-size: 16px;
    font-weight: 100 !important;
    margin: 50px auto 25px auto;
   
    min-height: 0px;
    width: 100%;
}


p.gwiazdka
{
    font-size: 0.8em !important;
}

#error404
{
    font-family: 'Open Sans', sans-serif;
    font-size: 5.25em;
    height: 300px;
    line-height: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}



.title_wrapper, .table_wrapper
{
    overflow: auto; 
}
/* tabele */
table.kontakt_tel
{
	width: 50%;
	margin-left:25%;
	margin-right: 25%;
}
table.kontakt_tel tr td
{
	width: 50%;
}

table.kontakt_tel tr td:nth-child(2) p
{
	text-align: right;
}
table.kontakt_tel p
{
	font-size: 25px;
	line-height: 30px;
	
	margin-bottom: 0px;
}



div.table_wrapper
{
    width:70%;
    margin-left:15%;
    margin-right: 15%;
}

table.zestawienie
{
    width: 100%;
}
table.zestawienie td{
    vertical-align: middle;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 50px;
    width: 33%;
}

table.zestawienie p{
    margin-bottom: 0 !important;
    text-align: center;
} 

table.zestawienie tr.separator td
{
    height: 20px !important;
}
table.zestawienie tr:first-child, table.zestawienie tr td:first-child {
    background: black;
}
table.zestawienie tr:first-child td
{
    color: white !important;
}

table.zestawienie tr td:first-child
{
    color: skyblue;
}

table.zestawienie tr:nth-child(2n)
{
    background-color: gray;
}

ul.lista_duza
{
    margin-left: 40px;
    list-style-type: circle;
}


ul.lista_duza li p
{
  margin-bottom: 10px;
}


/* content */
div.line
{
    width:80%;
    margin-left:10%;
    margin-right:10%;
    overflow: hidden;
}

div.line h2
{
    color: darkgreen;
}

div.line_wrapper
{
    overflow: hidden;
    margin-bottom: 15px;
    clear:both;
    width:100%;
    position: relative;
}

img.img_wrapper
{
    width: 100%;
    z-index:0;
    position: relative;
    margin-bottom: 15px;
}


.line a h2
{
    color: black;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.2em;
    line-height: 1.2em;
    color: skyblue;
}

.line a:last-child h2 {
    margin-bottom: 20px !important;
}

div.img_text
{
    position: absolute;
    top:0;
    
    width:80%;
    margin-left:10%;
    margin-right: 10%;
    
}
div.img_text a
{
    color: skyblue;
}
div.img_text p
{
    color: white;
    font-weight: bold;
    text-align: center;
}
div.img_text h2
{
    background: white; 
    border-radius: 5px; 
    padding-left: 10px; 
    -webkit-box-shadow: black 1px 1px 1px;
    padding-right: 10px;
    color: black;
    line-height: 1.5em;
    text-align:center;
 
    margin-right:10%;
    margin-top:200px;
    font-weight: bold;
}

div.back_img
{
    position:absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,0.6);
    width:100%;
    height: 100%;
    overflow: hidden;
}

/* wstawki */

div.left
{
    float: left;
	text-align: left;
    z-index:499;
}

div.right
{
    float: right !important;
	text-align: right;
    z-index: 500;
}

div.center
{
	text-align: center;
	z-index: 500;
}

div.block
{
	border-radius: 4px;
    position: relative;
    width: 55%;
    margin-top: -20px;
    height: 100%;
	border: black solid 1px;
    max-height: 190px;
}
div.black
{
    background: #555555;
    border-radius:5px;
}
div.green
{
    background: skyblue;
    width:30%;
    height:100%;
}

div.third
{
    margin: 10px 10px 10px 10px;
    height: 70px;
    float: left;
    width: 31%;
    margin-right: 10px;
}

div.block p
{
    position: absolute;
    top: 0;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    margin-top: 25px;
    text-align: center;
    color:white;
    
}

div.block a{
    color: skyblue;
 }
 
div.middle
{
    margin-bottom: -16%;
    margin-top: 16%;
}
div.five p:first-child
{
    margin-top: 15px; 
    margin-bottom: 15px;
    color: darkgreen;
}
div.five p:last-child
{
    margin-bottom: 15px;
}

div.five p
{
    position: relative;
    width: 100%;
    margin: 0;
}
div.five
{
    height: 100%;
    border-radius: 10px;
    
    overflow: hidden;
    max-height: 350px !important;
}

div.footer
{
    width: 49%;
    padding: 10px 10px 10px 10px;
}

/* form */


#ciemne
{
    background-color: rgba(0,0,0,0.7); position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: none; z-index: 1000;
    z-index: 10000;
    opacity: 0.0;
}

.shown
{
    display: block !important;
}

.fadeIn
{
   
     -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
     transition: opacity 1s ease-in-out;
}


.show_contact
{
   
    opacity: 1.0 !important;
}

.contact_wrapper
{
    z-index:1200;
    max-width: 100%;
    width: 100%;
    position: fixed;
    top: 10px;
    
    height: 100%;
    max-height: 800px;
    
} 

#contact_form
{
    z-index: 1200;
    max-width: 600px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    
    
}


#text_area p
{
    display: block !important;
    padding-bottom:20px !important;
}

.form_input p
{
    color: white;
    font-size: 30px;
    font-weight:bold;
    display: inline;
    padding-bottom: 0 !important;
    
}
.form_input
{
    margin-bottom: 10px;
    vertical-align: middle;
    width:100%;
    float:left;
    padding-bottom: 10px;
    
}



.response_font
{
    font-size: 14pt !important;
}

#response
{
     
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
     transition: opacity 1s ease-in-out;
    
    padding-left: 10px;
    padding-top: 16px;
    cursor: default;
    color: white;
    opacity: 0.0;
    font-size: 15pt;
    line-height: 1.0em;
    font-weight: bold;
    height: 50px;
    width: auto;
    transition: opacity  1s ease-in-out;
    float: left;
    position: relative;
    margin-right: 0;    

}

.form_send p
{
    margin-right: 7%;
}

.form_send
{
    position:relative;
    float:left;
    text-align:left;
    width:100%;
    height:50px;
    font-weight: bold;
   
}

.form_title h1
{
    font-size: 35px;
    width: 80%;
    color: white;
    float: left;
}

.form_title
{
    
    width:100%;
    height:72px;
}

.form_fields
{
    float:left;
    position:relative;
    text-align:left;
    width:485px;
    height:auto ;
}


.send_button
{
    background:none; 
    border:none; 
    height: 50px; 
    width: 80px; 
    font-size: 18pt;
    line-height: 1.0em;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
    color: white;
    position:relative;
    float: left;
}

.anuluj_button
{
   padding-top: 20px;
    position: relative;
    float: right;
    cursor: pointer;
    margin: 0;
    color: white;
    height: 50px;
    font-size: 35px;
    line-height: 1.0em;
    font-weight: bold;
    margin-right: 0 !important;
    width: 10%;
    
    
}

/* media dla formularza */

.form_field input
{
 
 
    position:relative;
    float:left;  
    font-size: 18pt;
    margin-right: 40px;
    padding-bottom: 10px;
    border: solid 1px #aaaaaa;
    
    margin-bottom:25px;
    width: 230px;
    height:37px;
    background: rgba(255,255,255,0.8);
    padding-left:5px;
    color: black;
    border-radius: 2px;
    
    
}



.form_field textarea
{
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 2px;
    padding-left:5px;
    border: solid 1px #aaaaaa;
    color: black;
    background-color: rgba(255,255,255,0.8);
    float: left;
    height: 120px;
    
    width: 98%;
    min-width:200px;
    font-size: 12pt;
    resize: none;
    
}
 


.form_fields input
{
    float:right;
    margin-right: 10%;
    padding-left: 5px;
    font-size: 18pt;
    padding-bottom: 10px;
    border: none;
    border-bottom: white solid 2px !important; 
    width: 300px;
    height:40px;
    background: rgba(0,0,0,0.0);
    color: white;
    
    
}
div.title_wrapper h2, div.title_wrapper h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 30px;
  margin: 20px auto 20px auto;
  margin-top: 20px;
  text-align: center;
  height: 100% !important;
  max-width: 970px;
}
.lewy {
  float: left;
  padding-left: 25px;
}
.prawy {
  float: right;
  padding-left: 60px;
}
.landing {
  width: 100%;
}
.landing p
{
  font-size: 16pt; padding-top: 20px; margin-bottom: 10px;
	text-align: center;
}
div.title_wrapper {

  max-width: 970px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  overflow: hidden;
}

img.line_wrapper {
  width: 100%;
  height: auto;
  overflow: auto;
	max-height: 700px;
}
.img_tekst {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
div.back_image {
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.form_input textarea
{
    font-family: 'Open Sans', sans-serif;
    border: none;
    color: white;
    background-color: rgba(0,0,0,0.9);
    float: right;
    height: 140px;   
    width: 475px;
    font-size: 12pt;
    resize: none;
    
}



@media all and (max-width: 800px)
{
    .form_fields
    {
        height: auto;
        width: 100%;
        max-width: 450px;
    }
    
    .contact_wrapper{
        top: 0;    
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .form_title
    {
        height: 40px;
        margin-top: 10px;
    }
    .form_title h1{
        padding: 0;
        font-size: 20px;
        
    }
    
    .form_input
    {
        margin-bottom: 0;
    }
    
    .form_input p
    {
        font-size: 15px;
        float: left;
        margin-right: 30px;
    }
    
    .form_input textarea
    {
        float: left;
        height: 50px;
        width:100%;
       
        min-width:300px;
        max-width:400px;
    }
    
    .form_fields input
    {
        height: 20px;
        font-size: 15px;
        float: left;
        min-width: 300px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #response
    {
        font-size: 20px;
    }
}
