html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body,
input,
textarea {
    color: #111;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1.825;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
}

/*body {
    line-height: 1;
    padding: 0;
}*/
table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}
/* =Header
----------------------------------------------- */

#header-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 150;
    width: 158px;
    background: #fff;
    padding: 30px;
    /*border-right: 1px solid #cfcfcf;*/

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#branding {
    max-width: 1441px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#site-title {
    margin: 0;
    padding: 0;
    float: left;
    clear: none;
    line-height: 1.225;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

#site-title a,
#site-title-custom a {

    text-decoration: none;
    color: #666;
    float: left;
    font-family: "Open Sans", Helvetica, Arial;
    font-weight: 300;
}

#site-title-custom {
    margin: 0;
    padding: 0;
    float: left;
    clear: none;
    line-height: 0.925;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#site-title-custom img {
    float: left;
    width: 100%;
    height: auto;
}

#tagline {
    float: left;
    margin: 18px 0 0;
}

#tagline h2 {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
}

.sorting .helvetica{
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.sorting a{

    color: #6B6B6B;
    text-decoration: none;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -o-transition: all ease .1s;
    -ms-transition: all ease .1s;
}

.sorting a:hover{

    color: #000;
    /*font-size: 18px;*/
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -o-transition: all ease .1s;
    -ms-transition: all ease .1s;
}

/* =Content
----------------------------------------------- */

#page {
    margin: 0;
    width: 100%;
    position: relative;
}

caption, th, td {
    /* font-weight: normal; */
    text-align: left;
}
.single-post #page {
    margin: 0 auto;
}

.single-post #main {
    max-width: 935px;
    float: left;
}

.single-post #primary {
    margin: 0;
    padding: 30px 30px 20px;
    float: left;
    max-width: 66.7%;
    border-right: 1px solid #cfcfcf;
    background: #fff;
}

#content {
    margin: 0;
}

#wrapper {
    max-width: 1441px;
    margin: 0 auto;
    padding: 4em 0 0;
}

#secondary {
    float: left;
    margin: 0 0 0 -1px;
    padding: 30px 0 50px 30px;
    width: 220px;
    background-color: #f5f5f5;
    border-left: 1px solid #cfcfcf;
}

#main {
    clear: both;
    padding: 0 0 0 218px;
    margin: 0;
}

.page-header {
    padding: 0 0 1.825em;
}

.page-title {
    line-height: 1.5em;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ababab;
    margin: 0 0 5px;
}

.page-title a {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
}


/* =Menu for mobile devises
-------------------------------------------------------------- */
#access-mobile {
    display: none;
    margin: 0 auto;
    text-align: left;
    padding: 0;
}

#mega-menu-dropdown {
    cursor: pointer;
    display: block;
    text-decoration: none;
    line-height: 1.925;
    padding: 0;
    float: right;
    height: 23px;
    display: none;
    padding: 0;
    color: #111;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

#mega-menu-dropdown span {
    float: right;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

#mega-menu-dropdown i {
    font-size: 10px;
    vertical-align: 5%;
}

#access-mobile > div {
    background: #fff;
    margin: 0;
    padding: 0;
}

#access-mobile ul {
    list-style: none;
    margin: 0 auto;
    display: none;
    padding: 0 30px;
    clear: both;
    background: #424242;
}

#access-mobile ul ul {
    display: block;
    margin: 0;
    padding: 0 0 0 14px;
}

#access-mobile li {
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}

#access-mobile li:first-of-type {
    border: none;
    padding: 20px 0 0;
}

#access-mobile li:last-of-type {
    padding: 0 0 20px;
}

#access-mobile li li {
    border-top: none;
}

#access-mobile li li:first-of-type {
    padding: 0;
}

#access-mobile li li:last-of-type {
    padding: 0;
}

#access-mobile li a {
    border: none;
    color: #ddd;
    display: block;
    line-height: 3.15em;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
}

#access-mobile li li a {
    font-size: 12px;
    text-transform: none;
}

#access-mobile .current_page_item a {
    color: #fff;
}

#access-mobile li a:active,
#access-mobile li a:hover {
    color: #fff;
}

p {margin-bottom: 14px;}

.fa-angle-right:before {
    content: "\f105";
}

.icon-reorder:before {
    content: "\f0c9"
}

/* clearfix */
.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    content: ".";
}

* html .clearfix {
    zoom: 1;
}

*:first-child+html .clearfix {
    zoom: 1;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    font-style: normal;
    text-rendering: optimizeLegibility;
    line-height: 1.425;
    margin-bottom: 14px;
    margin-top: 14px;
    clear: both;
}

h1 {
    font-size: 49px;
    line-height: 1.3;
}

h2 {font-size: 37px;}
h3 {font-size: 27px;}

h4 {
    font-size: 18px;
    color: rgba(224, 81, 81, 0.95);
    letter-spacing: 0.02em;
    font-family: Helvetica, Arial, Sans-serif;
    margin-bottom: 0px;
}

h5 {
    font-size: 15px;
    line-height: 18px;
    margin: 10px 10px 0px 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #707070;
    padding: 5px 0px 8px 0px;
}

.entry-content h5 {
    font-size: 15px;
    line-height: 18px;
    margin: 10px 10px 15px 10px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.07em;
    color: rgba(224, 81, 81, 0.95);
    padding: 5px 0px 18px 0px;
    text-align: center;
}

h6 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #ababab;
    line-height: 0;
}

.subheader {
    line-height: 1.3;
    color: #999;
    font-weight: 300;
    margin-bottom: 24px;
}

/* Site Generator Line */
#site-generator {
    max-width: 1441px;
    margin: 0;
    color: #BEBEBE;
    padding: 0;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
}

#site-generator p {
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    float: none;
}

#site-generator-wrapper {
    position: static;
    width: 90%;
    margin: auto;
}

#site-generator a {
    color: #111;
    text-decoration: underline;
}

#site-generator a:focus,
#site-generator a:active,
#site-generator a:hover {
    color: rgba(224, 81, 81, 0.95);
}

#site-generator img {
    vertical-align: -70%;
}

/**** ALERTY ****/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#alert-form {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 1000;
    margin: 0 auto 8px;
    text-align: center;
    font-size: 14px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/**** ALERTY koniec ****/

/** login */
#navi a {
    color: #111111;
    text-decoration: underline;
    text-transform: uppercase;
}

#footer_dhz {
    position: absolute;
    width: 160px;
    bottom: 30px;
}
.label {
    z-index: 1001;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.label .fa{
    color: #09BE42;
    font-size: 16px;
}

#logout{
    margin-left: 26px;
    text-align: center;
}
.sidebar {
    padding: 55px 0px 10px 0px;
}

.btn_wrapper {
    position: static;
    width: 51%;
    margin: auto;
    height: 80px;
}
#navi {
    position: static;
    z-index: 20;
    width: 60%;
    margin: auto;
}
.circle_btn:hover {

    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    text-decoration: underline;
    color: #FFF;
}

.circle_btn {

    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    width: 80px;
    height: 80px;
    background-color: rgba(224, 81, 81, 0.95);
    border-radius: 100%;
    text-align: center;
    display: table-cell;
    color: #FFF;
    transform: translateY(-50%);
    text-decoration: none;
    font-weight: 400;
    font-family: Arial;
    vertical-align: middle;
    font-size: 18px;
    line-height: 20px;
}
.login {
    padding-left: 0px;
    font-size: 11px;
    letter-spacing: 0.05em;
}
#navi a:hover{
    color: #fe362c;
}
.social-container {

    margin-top: 25px;
    position: relative;
    right: -20px;
}

.socialonads_container div {

    text-align: center;
}

.social_divider {margin-top: 16px;}

.tumblr_holder {float: left;}

/* Portfolio */
.page-template-page-portfolio-php #header-wrapper {
    border: none;
}

.page-template-page-portfolio-php {
    background-color: #FFF;
}

.page-template-page-portfolio-php #primary {
    width: 100%;
}

#block-portfolio {
    position: relative;
    z-index: 100;
    padding: 0;
    overflow-x: hidden;
}

.page-template-page-portfolio-php #portfolio {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.page-template-page-portfolio-php #portfolio .no-found {
    color: #fff;
}

.page-template-page-portfolio-php .entry-header {
    display: none;
}

#block-portfolio .col3 .hentry {
    float: left;
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 33%;
    width: 33%  \0/;
}

#block-portfolio .col3 .hentry img {
    width: 101.2%;
}

#block-portfolio .col4 .portfolio-view-content {
    text-align: left;
    top: -50px;
    position: absolute;
    width: 117px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#block-portfolio .col4 a:hover .portfolio-view-content {
    top: -10px;
    /*width: 117px;*/
}

#block-portfolio .col4 .hentry {
    float: left;
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 177px;
    width: 24.95%  \0/;
    margin: 5px;

    border: 6px solid #FFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

#block-portfolio .hentry img {
    display: block;
    width: 100%;
    /* width: 100%(0 / );*/
}

#block-portfolio .hentry .content-wrapper {
    position: relative;
}

#block-portfolio .post-thumbnail {
    position: relative;
    margin: 0;
    /*   padding-bottom: 62px;*/
}

#block-portfolio .hentry img {
    float: left;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -ms-transition: all ease .2s;
}

#block-portfolio .entry-header {
    display: block;
    margin-bottom: 4px;
}

.entry-category {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

#block-portfolio .col3 .entry-category {
    position: absolute;
    bottom: 30px;
    left: 30px;
}



#block-portfolio .col3 .portfolio-view-content {
    text-align: left;
}

#block-portfolio .col4 .entry-category {
    font-size: 10px;
    color: #fff;
}

.entry-category .sep {
    padding: 0 5px;
    color: #696969;
}

.entry-excerpt {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

.isotope-item {
    z-index: 2;
    -webkit-backface-visibility: hidden;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.portfolio-view-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    text-shadow: none;
    -webkit-tap-highlight-color: transparent;
    /*width: 100%(0 / );*/
    width: 101.1%;
}
.portfolio-view {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    filter: alpha(opacity=0);
    /* background-color: #111; */
    /* background-color: rgba(17,17,17,.95); */
    /*background-color: none;*/
}

.portfolio-view-content {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    text-align: center;
}

a:hover .portfolio-view-wrapper {
    opacity: 0.8;
    filter: alpha(opacity=85);
}

/* load more ads */
div.wpcf7 {
    margin: 0px;
    padding: 0;
}

.submit input.wpcf7-submit {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 5px 14px;
    margin: 0;
    border: none;
    color: #fff;
    background-color: #111;
    text-rendering: optimizeLegibility;
    cursor: pointer;
    width: auto;
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
}

.wpcf7-submit:focus,
.wpcf7-submit:hover,
.wpcf7-submit:active {
    background-color: #666;
}

.input-block {
    margin: 0 0 20px 0;
}

.wpcf7-form .input-block label,
.wpcf7-form .textarea-block label {
    font-size: 17px;
    padding-bottom: 4px;
    float: left;
    clear: both;
    width: 140px;
    font-weight: 400;
}

.wpcf7-form input, .wpcf7-form textarea {
    width: 100%;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}

.wpcf7-form .textarea-block {
    clear: both;
}

.page-template-page-contact-php span.wpcf7-not-valid-tip {
    position: inherit;
    left: 0;
    top: 0;
    background: transparent;
    border: none;
    font-size: 11px;
    width: auto;
    padding: 0;
    display: block;
    color: #fe362c;
    margin-left: 140px;
}

a.marked {
    color: #000;
    /*font-size: 18px;*/
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -o-transition: all ease .1s;
    -ms-transition: all ease .1s;
}

/* =iosSlider
----------------------------------------------- */
.container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: visible;
    background: transparent;
}

.container .iosSliderContainer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    overflow: visible;
}

.iosSlider {
    position: relative;
    top: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: auto;
}

.iosSlider .slider {
    width: 50000px;
    height: 100%;
}

.iosSlider .slider .item {
    float: left;
    width: auto;
    padding: 0 20px 0 0;
}

.iosSlider .slider .item:last-child {padding: 0;}

.iosSliderFullWidth .iosSlider .slider .item {width: 100%;}

.iosSlider .slider .item img {
    /*width: 100%;*/
    height: auto;
    float: left;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.indicators {
    position: relative;
    top: 325px;
    left: 0;
    width: 1000px;
    height: 10px;
    margin: 0 auto;
    z-index: 10;
}

.indicators .item {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 5px 0 0;
    border: 1px solid #111;
}

.indicators .selected {
    background: #666;
}

.iosNext,
.iosPrev {
    display: block;
    font-size: 24px;
    color: white !important;
    line-height: 2.55;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin: -37px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    background: #111;
    background: rgba(0, 0, 0, 0.1);
    width: 42px;
    height: 60px;
    text-align: center;

    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -ms-transition: all ease .2s;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.iosNext {
    right: 0;
    left: auto;
}

.iosNext:hover,
.iosPrev:hover {
    background: rgba(0, 0, 0, 0.2);
}

.iosNext:before,
.iosPrev:before {
    font-family: 'FontAwesome';

    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;

}

.iosNext:before {
    content: "\f054";
}

.iosPrev:before {
    content: "\f053";

}

.iosUnselectable {
    background: rgba(0, 0, 0, 0.1) !important;
    opacity: .15 !important;
}

.scrollbarBlock1 {
    background-color: rgba(255, 255, 255, 0.5);
}
.sub_container i {font-size: 18px;}
.sub_container {line-height: 40px;}

.portfolio-content {
    max-width: 1200px;
    margin: 0 30px;
    padding: 0;
}
.portfolio-description {
    margin: 0;
    padding: 25px 0 10px;
    border-bottom: 1px solid #ccc;
}
.phone_index {
    font-size: 18px;
    color: rgba(224, 81, 81, 0.95);
}
.nav-back {
    float: right;
    text-transform: uppercase;
}
.nav-back.listings a {
    padding-right: 90px;
}
.nav-back a {
    text-decoration: none;
    font-size: 11px;
    color: #ababab;
}

.nav-back.previous a {padding-right: 15px;}

.nav-back.previous i {
    color: inherit;
    font-size: 14px;
}

.nav-back.previous a:nth-child(2) i {
    margin-left: 10px;
}

.singular .entry-title {
    font-size: 49px;
    line-height: 1.3;
    font-weight: 700;
    margin: 4px 0 0;
}
.entry-content .two-third {
    margin-right: 48px;
}

.description {
    padding: 3px 0px 25px 0px;
    margin-top: 16px
}
.notahalf {
    width: 39%;
    margin-right: 0px;
    margin-bottom: 30px;
    float: left;
}
.screen-only {
    display: block;
}
.verticalLine {
    border-left: 1px solid #E0DFDF;
    width: 1px;
    height: 350px;
    float: left;
    margin: 50px 5% 0px 5%;
}
.quarter-small {
    width: 17%;
    margin-right: 0px;
    margin-bottom: 30px;
    float: left;
}

.verified_container {
    border: 1px solid #BBB;
    background-color: #EEE;
    padding: 14px 12px 8px;
    margin-bottom: 24px;
}

.verified_container p {
    font-size: 13px;
    line-height: 18px;
    padding-top: 0px;
    padding-bottom: 8px;
    margin-bottom: 0;
}
/* Columns */
.grid-12 {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth {
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}

.column-last {
    margin-right: 0;
    clear: right;
}

.one-half {
    width: 48.3%;
}

.two-column .one-half {
    width: 47.8%;
}

.one-third {
    width: 30.1%;
}

.two-column .one-third {
    width: 30.4%;
}

.two-third {
    width: 65%;
}

.two-column .two-third {
    width: 65%;
}

.one-fourth {
    width: 22.5%;
}

.two-column .one-fourth {
    width: 21.7%;
}

.three-fourth {
    width: 74%;
}

.two-column .three-fourth {
    width: 73%;
}

.grid {
    margin: 0 0 30px;
}

.grid img[class*="align"],
.grid img[class*="wp-image-"],
.grid img[class*="attachment-"] {
    margin-bottom: 0;
    opacity: .75;
    float: left;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

.grid a img:hover {opacity: 1;}
.grid {margin: 0 0 30px;}
div.specification {text-align: center;}
table.specification {
    border-bottom: none;
    text-transform: uppercase;
    font-size: 11px;
    max-width: 420px;
    table-layout: fixed;
    width: 100%;
    margin: auto;
}
.specification tbody tr{word-break: break-word;}

.mark_cont {float: left;}
.mark_cont .fa-check {padding-bottom: 10px;}
.mark_cont i {
    font-size: 34px;
    color: #09BE42;
}
.entry-content th, .comment-content th {
    color: #111;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}

input[type=text], input[type=email] {
    padding: 3px;
}
input[type=text], input[type=password], input[type=email], textarea {
    background: #fff;
    border: 1px solid #cfcfcf;
    color: #696969;
}
hr{
    background-color: #cfcfcf;
    height: 1px;
    color: #cfcfcf;
    border: 0px;
}

/** MOBILNE RESIZOWANIE **/

@media (max-width: 425px) {
    
        .nav-back.previous {
            display: table;
            width: 100%;
            float: none;
        }
        .nav-back.previous a:nth-child(2) {
            text-align: right;
        }
        .nav-back.previous a {
            padding: 0;
            display: table-cell;
        }
        .nav-back.listings {display: none;}
}

@media all and (min-width: 435px) and (max-width: 616px) {

    /* Portfolio */
    #block-portfolio .col3 .hentry,
    #block-portfolio .col4 .hentry {
        width: 47.6%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 1;
    }

    /* Gallery List */
    #block-galleries-list .col3 .hentry,
    #block-galleries-list .col4 .hentry {
        width: 40%;
    }

    #filters {display: none;}

    .post-thumbnail img {width: 100% !important;}

}
@media (max-width: 768px) {

    .sidebar {padding-top: 70px;}
    #site-title a {font-size: 20px;}

    #access {display: none;}
    #access-select {
        margin: 5px auto 25px;
        float: none;
        display: block;
    }

    #access-mobile ul {padding: 0 20px;}

    #main { padding: 0;}
    
    .nav-back.listings a {padding-right: 45px;}
    
    .archive #main,
    .search #main,
    .blog #main,
    .single-post #main {
        padding: 30px 0 0;
    }

    .archive #primary,
    .search #primary,
    .blog #primary {
        margin: 0 15px;
    }

    .archive h1.entry-title,
    .search h1.entry-title,
    .blog h1.entry-title {
        line-height: 1.2em;
        font-size: 27px;
    }

    #header-wrapper {
        position: relative;
        width: auto;
        padding: 20px 20px;
        border: none;
    }

    #site-generator-wrapper {
        display: none;
    }

    .page-template-page-full-width-php #main #primary,
    .page-template-page-full-width-php .left-sidebar #main #primary {
        margin: 0 20px;
    }

    .page-template-page-contact-php #main #primary,
    .page-template-page-contact-php .left-sidebar #main #primary {
        margin: 30px 20px;
    }

    .single-gallery #block-gallery.fixed-width,
    .page-template-page-gallery-php #block-gallery.fixed-width {
        margin: 0;
    }

    #block-map-wrapper {
        margin: 30px 20px 0;
    }

    .single-post #primary {
        margin: 0 10px;
        float: none;
    }

    #main #secondary {
        width: auto;
        margin: 0 10px;
        padding: 30px 0 50px;
    }

    .post-thumbnail img {
        width: 100%;
    }

    #site-generator {
        padding: 0;
        text-align: center;
    }

    #branding #searchform {
        display: none;
    }

    .entry-title-lead {
        padding: 0 0 16px;
        margin: 6px 0 20px 0;
    }

    /* Column Shortcodes */
    #page .column {
        width: 100%;
        margin-right: 0;
    }

    /* Page */
    .page-template-default #primary {
        margin: 0 10px;
        padding: 0 0 30px;
        float: none;
        width: auto;
    }

    /* Blog */
    .avatar.vcard {
        display: none;
    }

    .comment-content {margin: 0;}
    .commentlist .children li.comment .comment-meta,
    .commentlist .children li.comment .comment-content,
    .commentlist .children li.comment .comment-meta,
    .comment-awaiting-moderation {
        margin-left: 0;
    }

    .comment-content {padding: 0 0 1.825em;}

    .archive footer.entry-meta .sep,
    .search footer.entry-meta .sep,
    .blog footer.entry-meta .sep,
    .single-post footer.entry-meta .sep {
        display: none;
    }

    footer.entry-meta .tag-links,
    footer.entry-meta .comments-link,
    footer.entry-meta .edit-link {
        display: block;
        margin: 8px 0 0;
    }

    footer.entry-meta .tag-links:first-of-type,
    footer.entry-meta .comments-link:first-of-type,
    footer.entry-meta .edit-link:first-of-type {
        margin: 0;
    }

    .addthis_toolbox {
        float: none;
        margin-left: 0;
    }

    .single-post .addthis_button_compact {
        position: relative;
        bottom: auto;
        right: auto;
        float: none;
    }

    /* Gallery */
    .single-gallery .gallery-item,
    #block-gallery .gallery-item {
        width: 100%;
    }

    #block-galleries-list .hentry {
        width: 100%;
    }

    /* Gallery with no margins */
    .single-gallery #block-gallery-no-margins .gallery-item,
    .page-template-page-gallery-no-margins-php #block-gallery-no-margins .gallery-item {
        width: 100%;
        width: 100% url(0/);
    }

    /* fancyBox Gallery */
    .single-gallery .fancybox-gallery-item,
    #block-fancybox-gallery .fancybox-gallery-item {
        width: 100%;
    }

    /* Classic Gallery Page */
    .gallery-classic #project-images,
    .page-template-page-classic-gallery-php #project-images {
        margin: 30px 20px 0;
    }

    /* Slider Page, Full Width Slider Page, Full Width of Window Slider Page */
    .rs-full-width-window #header-wrapper,
    .page-template-page-full-width-window-slider-php #header-wrapper {
        background: #111;
    }

    .rsTitle {max-width: 100%;}

    /* Portfolio */
    #block-portfolio .col3 .hentry,
    #block-portfolio .col4 .hentry {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }

    .portfolio-view-wrapper {display: none;}

    /* Gallery List */
    #block-galleries-list .col3 .hentry,
    #block-galleries-list .col4 .hentry {
        width: 100%;
    }

    #filters {display: none;}

    /* Portfolio Fixed Width */
    .page-template-page-portfolio-fixed-width-php #portfolio-fixed-width,
    .tax-portfolio-category #portfolio-fixed-width {
        margin: 0 auto;
        max-width: 211px;
    }

    #block-portfolio-fixed-width .col3 .hentry,
    #block-portfolio-fixed-width .col4 .hentry {
        margin: 0 0 20px 0;
        max-width: 201px;
        width: auto;
    }

    /* Galleries List (Fixed Width) */
    #block-galleries-list-fixed-width .col3 .hentry,
    #block-galleries-list-fixed-width .col4 .hentry {
        margin: 0 0 20px 0;
        max-width: 201px;
        width: auto;
    }

    .page-template-page-galleries-list-fixed-width-php #galleries-list-fixed-width,
    .tax-galleries-list-category #galleries-list-fixed-width {
        margin: 0 auto;
        max-width: 211px;
    }

    #content img.alignleft,
    #content img.alignright,
    #content img.aligncenter {
        margin: 0 auto 18px !important;
        clear: both !important;
        display: block !important;
    }

    body, input, textarea {font-size: 13px;}

    #site-description {font-size: 11px;}
    #branding #searchform {display: none;}
    #access ul {font-size: 11px;}

    article.intro .entry-content {font-size: 11px;}

    .entry-title {font-size: 18px;}

    .featured-post .entry-title {font-size: 12px;}
    .singular .entry-header {background: none;}
    .singular .entry-title {
        font-size: 24px;
        margin: 12px 0 12px;
    }
    .entry-meta {font-size: 11px;}

    blockquote {
        margin: 0;
    }

    blockquote.pull {
        font-size: 12px;
    }

    pre {
        font-size: 12px;
    }

    .alignleft,
    .alignright {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    #nav-single {
        display: block;
        position: static;
    }

    .social-button-wrapper {
        margin-bottom: 8px;
    }

    /* Single Portfolio */
    .single-portfolio #primary {
        width: 100%;
    }

    .portfolio-content {
        margin: 0 20px;
    }

    .portfolio-details li {
        float: none;
        border: none;
        padding: 0;
        margin: 15px 0 0;
    }

    .single-portfolio #content #nav-single {
        padding: 1.825em 10px;
    }

    .entry-title-lead {
        font-size: 13px;
        line-height: 1.825;
    }

    .section-title {
        font-size: 13px;
        letter-spacing: 3px;
    }

    .portfolio-description {
        width: auto;
        max-width: 100%;
        float: none;
    }

    .single-portfolio .portfolio-meta {
        float: none;
        width: auto;
    }

    .single-portfolio .addthis_button_compact {
        float: none;
        top: 0;
    }

    .single-portfolio .entry-content {
        padding: 0;
    }

    .portfolio-description {
        padding: 15px 0 0 0;
    }

    .single-portfolio .nav-back {float: none;}
    .single-portfolio.singular .entry-title {display: block;}

    .related-projects, .related-projects .hentry {width: 100%;}
    
    /* iosSlider */
    .iosNext,
    .iosPrev {
        /*display: none;*/
    }
    .iosSlider .slider .item {padding: 0 5px 0 0;}

    /* =Footer
    ----------------------------------------------- */

    #site-generator p {
        margin: 0 0 14px;
        float: none;
        text-align: center;
    }

    #site-generator .social {
        float: none;
        display: inline-block;
    }

    /* Contact */
    .input-block {
        float: none;
        margin: 0 0 20px 0;
    }

    .wpcf7-form input, .submit input.wpcf7-submit {
        width: 100%;
    }

    .wpcf7-form textarea {
        width: 100%;
    }

    .mandatory {
        float: left;
        margin-left: 0;
    }

    .single-portfolio #gallery-slider {
        margin: 30px 20px 0;
    }

    .rsMinW .rsArrow {
        display: none !important;
    }

    .portfolio-media .fluid-video,
    .portfolio-media .fluid-audio {
        margin: 30px 20px 0;
    }

    /* iosSlider */
    .iosSlider .slider {
        width: 100%;
        height: 100%;
    }

    .iosSlider .slider .item {
        margin: 0 0 20px;
    }

    .container {
        background: transparent;
    }

}

@media all and (min-width: 618px) and (max-width: 816px) {
    /** proba pobicia jebanego cssa */
    /* Portfolio */
    #block-portfolio .col3 .hentry,
    #block-portfolio .col4 .hentry {
        width: 32%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }

    /* Gallery List */
    #block-galleries-list .col3 .hentry,
    #block-galleries-list .col4 .hentry {
        width: 32%;
    }

    #filters {
        display: none;
    }

    .post-thumbnail img {
        width: 100% !important;

    }
}

@media only screen and (max-width: 1140px) {
  
  #header-wrapper {
        position: relative;
        width: auto;
        padding: 20px 30px;
    }
    
    #main {padding: 0;}

    .circle_btn{display:none;}

    .screen-only {display: none;}

    .mobile-only {display: block;}

    #page .column {
        width: 100%;
    }
    .verticalLine{
        display: none;
    }
    .verified_container p{
        padding: 10px 0 10px 0;
    }

    .entry-content h5:after {
        content: " ";
        border-bottom: 1px solid #DA5656;
        display: block;
        width: 40px;
        margin: 5px auto 0;
    }
}

@media only screen and (max-width: 1140px) and (min-width: 668px) {

    #footer_dhz {
        position: absolute;
        right: 30px;
        top: 30px;
     }

    #site-generator-wrapper {
        margin-top: 30px;
        display: block;
    }

    #navi {float: right;}

    .socialonads_container {
        margin-top: 25px;
        position: relative;
        right: -20px;
        width: 38%;
        margin: auto;
    }

    .socialonads_container div {
        display: inline !important;
        padding-right: 20px;
    }

    .fb_iframe_widget {

        right: -3px;
        display: inline-block !important;
    }

    .socialonads_container .fb_iframe_widget span {
        vertical-align: baseline !important;
    }

    #___plusone_1 iframe {

        height: 20px !important;
    }

    #site-generator p {

        text-align: right;
    }
    .social_divider {
        margin: 5px 0;
    }

    .tumblr_holder {

        float: left;
        position: relative;
        right: -6px;
    }
}

@media only screen and (max-width: 668px) {

    .social-container {display: none;}

    #footer_dhz {
        height: 20px;
        position: absolute;
        top: 70px;
        left: 32px;
    }
    .social_divider {display: none;}
    #navi {width: 100%;}
    #site-generator-wrapper {display: none;}
    .fb_iframe_widget {display: inline-block !important;}
    .socialonads_container div {padding-bottom: 6px;}

}
