/*
Theme Name: Klaim
Theme URI: 
Description: 
Version: 1.0
Author: See-Me Studio
Author URI: http://see-me.pl
Tags: 
*/

@font-face {
    font-family: Museo900;
    src: url(fonts/Museo900-Regular.otf);
}

@font-face {
    font-family: Museo100;
    src: url(fonts/Museo100-Regular.otf);    
}

@font-face {
    font-family: SansitaOne;
    src: url(fonts/SansitaOne.otf);    
}

*{
    margin:0; 
    padding:0;
}

html {
    
    margin: 0 auto;
}

body {
    font-family: Museo900;
    font-size: 12pt;
    text-align: center;
    color: #fff;
    background: #6f4d2b url(images/body-bg.jpg) 0 0 repeat-y;
}

/* HEADER */
#header-wrap {
    width: 100%;
    height: 440px;
    position: relative;
}

#header-slider {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #413f3f;
    z-index: -1;
}

#header-slider .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .4s;
}

#header-slider .slider.current {
    opacity: 1;
    filter: alpha(opacity=100);    
}

#header {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    height: 440px;
    position: relative;
}

#menu {
    width: 1200px;
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 100;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    width: 148px;
    height: 148px;
    background: url(images/menu-button.png) 0 0 no-repeat;
    display: table;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 12px;
}

#menu-item-122 {
    background: url(images/menu-button-facebook.png) 0 0 no-repeat !important;
}

#menu ul li a {
    display: table-cell;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-family: SansitaOne;
    font-size: 17pt;
    color: #3E2D22;
    text-decoration: none;
    padding: 0px 21px;
}

#menu ul li:hover,
#menu ul li.current-menu-item {
    background-position: 0 -148px !important;
}

#menu ul li:hover a,
#menu ul li.current-menu-item a {
    color: #fff;
    text-shadow: 0px 0px 25px #396c36;
}

/* CONTENT */

#content-wrap {
    border-top: solid 12px #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 1100px;
}

#content {
    width: 1200px;
    margin: 150px auto 0px;
    padding-right: 390px;
    padding-bottom: 30px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .4s;
}

.content-bg-top {
    width: 100%;
    height: 235px;
    background: url(images/content-top-bg.jpg) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.content-bg-flower {
    width: 100%;
    height: 1121px;
    background: url(images/flower-bg.png) -50px 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    
}

.subpage {
    margin-bottom: 25px;
}

.subpage-title {
    width: 375px;
    float: left;
    text-transform: uppercase;
    height: 79px;
    line-height: 79px;
    font-size: 15pt;
    background: url(images/wypadki.png) right 0 no-repeat;
    margin-right: 25px;
    cursor: hand;
    cursor: pointer;
    color: #df7103;
}

#subpage-65 .subpage-title { background: url(images/wypadki-pracy.png) right 0 no-repeat; }
#subpage-69 .subpage-title { background: url(images/wypadki-medyczne.png) right 0 no-repeat; }

.subpage-title:hover,
.subpage-title.current{
    color: #6ba53a;
    background-position: right -79px !important;
}

.subpage-content {
    width: 410px;
    float: left;
    display: none;
}

/* SIDEBAR */

#sidebar {
    width: 325px;
    height: 2334px;
    background: url(images/sidebar-bg.png) 0 0 no-repeat;
    position: absolute;
    top: 50px;
    right: 0;
    padding: 50px 40px 0;
    transition: right .4s;
}

#sidebar-expand {
    position: absolute;
    left: -45px;
    top: 70px;
    width: 45px;
    height: 45px;
    background: url(images/sidebar-expand.png) 0 0 no-repeat;
    cursor: hand;
    cursor: pointer;
    display: none;
}

#sidebar .infolinia {
    margin-left: -34px;
    background: url(images/sidebar-phone.png) 0 0 no-repeat;
    padding-top: 90px;
}

#sidebar .infolinia-title {
    font-family: Museo100;
    display: block;
    text-align: right;
    font-size: 18pt;
}

#sidebar .number {
    color: #fff;
    font-size: 40pt;
    display: block;
    text-align: right;
}

#sidebar .stat-counter {
    padding-top: 20px;
    background: url(images/sidebar-separator.png) 0 0 no-repeat;
    font-family: Museo100;
    font-size: 18pt;
    margin-top: 15px;
}
#sidebar .stat-counter .green {
    font-family: Museo900;
    font-size: 31pt;
}


/* FOOTER */

#footer-wrap {
    width: 100%;
    height: 39px;
    background: url('images/footer-bg.jpg') no-repeat scroll center top transparent;
    text-align: center;
    padding-top: 39px;
    font-size: 11pt;
}

/* STYLING */

h1 {
    color: #df7103;
    font-size: 51pt;
    line-height: 65px;
}

h2 {
    font-size: 28pt;
}

h3 {
    font-size: 26pt;
}

h4 {
    font-size: 21pt;
    font-weight: normal;
}

.pink { color: #df7103; } 
.green { color: #6ba53a; }
.black { color: #020202;}

.clear {
    clear: both;
}

/* FORM */

.form-text {
    background: #000;
    font-family: Museo100;;
    border: none;
    color: #fff;
    text-align: right;
    font-size: 18pt;
    width: 325px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 14px;
    padding: 0 14px;
    height: 38px;
}

.form-area {
    background: #000;
    font-family: Museo100;;
    border: none;
    color: #fff;
    text-align: right;
    font-size: 18pt;
    width: 325px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 14px;
    padding: 8px 14px;
    height: 150px;
    resize: none;
}

.form-desc {
    font-family: Museo100;
    text-align: right;
    font-size: 10pt;
    color: #000;
    float: left;
    padding-top: 5px;
    width: 265px;    
}

.form-submit {
    width: 42px;
    height: 42px;
    border: none;
    background: url(images/form-submit.png) 0 0 no-repeat;
    cursor: hand;
    cursor: pointer;
    float: right;
}

span.wpcf7-not-valid-tip {
    position: absolute !important;
    bottom: -21px !important;
    font-family: Museo100 !important;
    font-size: 10pt !important;
    left: 0px !important;
}

.form-title {
    text-align: right;
    display: block;
    font-family: Museo100;
    font-size: 17pt;
    padding-bottom: 5px;
}

// COLUMN LAYOUT

.column_content {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.column_content td {
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    
}

.column_content td.left_column { padding-right: 15px; }
.column_content td.right_column { padding-left: 15px; }

/* DEBUG */

#swd-debug {
    position: fixed;
    height: 45px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
}

#swd-debug input {
    width: 75%;
}

#drop-nav {
    display: none;
}

#footer-wrap a {
	color: #fff;
	text-decoration: none;
}