html, body {
    font-size:15px;
    line-height:22px;
    height: 100%;
}
body {
    background: #f9f9f9;
    font-family: 'Pt Sans', sans-serif;
    color: #333333;
}
body.home {
    background: #fff;
    font-family: 'Pt Sans', sans-serif;
    color: #333333;
}
.container.padding-cont {
    /*background-color: #f9f9f9 ;*/
    /*padding-top: 136px;*/
}
.main-container {
    height:auto;
    height: 100%;
    min-height: 100%;
}

.no-padding{
    padding: 0 !important;
}

.navbar{
    margin-bottom: 0;
}

@media (max-width: 767px) {
    body { padding-right: 0px; padding-left: 0px; }
    .container {margin-right: 20px; margin-left: 20px;}
}

/***** Titles and Headings *****/
h1, h2, h3, h4 , h5, h6 {
    font-family: "Fira Sans", Sans-serif;
    font-weight: normal;
    color: #181b21;
}
h3 {
    font-weight: 700;
    font-size: 39px;
}
h1.title-bg, h2.title-bg, h3.title-bg, h4.title-bg , h5.title-bg, h6.title-bg {
    font-weight: 700;
    font-size: 28px;
    padding: 20px 0;
    margin: 0px 0px 20px 0px;
    border-bottom: 3px solid #e9e9e9;
    position: relative;
}
h1.title-bg {
    margin: 0px 0;
    padding: 10px 0;
}
h1.title-bg:after, h2.title-bg:after, h3.title-bg:after, h4.title-bg:after, h5.title-bg:after, h6.title-bg:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #ffff00;
    bottom: -3px;
    left: 0;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {color:#7f7f7f;}
h2 small {font-size: 30px;}
h5 small {font-size: 14px;}
h6 small {font-size: 12px;}

h5.title-bg button {
    float: right;
    text-transform: none;
    margin-left:5px;
}

/***** Links *****/
a, a:hover { color:#000; }

/***** Misc *****/
i {margin-right: 3px;}
p {margin-bottom: 0;}
blockquote {
    font-size:16px;
    line-height:24px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    border-left: 5px solid #999;
}
blockquote.pull-right {border-right: 5px solid #999;}

/**************************************
/ Breadcrumb
**************************************/
.breadcrumb {
    padding: 0 0 20px;
    margin: 0;
    background: #fff;
    list-style: none;
}
.breadcrumb .icon-home {
    margin-top: 2px;
    margin-right: 6px;
}
.breadcrumb a {
    color: #515151;
    font-size: 15px;
    margin-right: 3px;
    margin-left: 3px;
}

/**************************************
/ Header
**************************************/
.header {
    z-index: 10;
    margin-top: 15px;
    background-color: #fff;
    position: fixed;
    width: 100%;

}
.logo {
    padding: 22px 0 37px 0;
    transition: padding 0.2s;
}
.logo.smaller {
    padding: 20px 0 20px 0;
}
.logo img {
    /*padding-right:20px;*/
    transition: width 0.2s;
    width: 266px;
}
.logo img.smaller {
    width: 200px;
}
.logo h5 { display: inline-block; }
.headline { margin-bottom:20px; }

/* Landscape phones and down */
@media (max-width: 480px) {
    .logo, .navigation {text-align: center;}
    .row.header {margin-bottom: 30px;}
    .logo h5 {display: block;}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1199px) {
    .headline .lead {display: none;}
}

.navigation {
    margin-top:40px;
    transition: margin-top 0.2s;
    -webkit-transition: margin-top 0.2s; /* Safari and Chrome */
    -moz-transition: margin-top 0.2s; /* Firefox */
    -o-transition: margin-top 0.2s; /* IE 9 */
    -ms-transition: margin-top 0.2s; /* Opera */
}
.navigation .navbar {
    float:right;
}
.navbar .nav > li > a {
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    text-shadow: none;
    text-transform:uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px 10px;
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
}

.navbar .nav > li > a img {
    vertical-align: baseline;
}
ul.dropdown-menu > li > a img {
    margin-right: 5px;
}

/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
    .navbar .nav > li > a {padding: 10px 10px 10px;}
    #myCart{
        top: 20px !important;
    }
}

@media all and (max-width: 768px){
    .logo.smaller {
        padding: 35px 0 20px 0;
    }
}


.navbar .nav > li > a:hover,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #646464;
    background: #fff;
    box-shadow: none;
}

.nav-tabs > li > a {
    color: #000;
    font-weight: 700;
    padding: 7px 15px;
    margin-top: 5px;
    background: #EAEAEA;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    .box-shadow: inset 0px -3px 10px 0px rgba(0, 0, 0, 0.1);
    .-webkit-box-shadow: inset 0px -3px 10px 0px rgba(0, 0, 0, 0.1);
    .-moz-box-shadow: inset 0px -3px 10px 0px rgba(0, 0, 0, 0.1);
    .transition: all 200ms;
    .-webkit-transition: all 200ms;
    .-moz-transition: all 200ms;
}
.nav-tabs > li > a:hover {
    border-color: #d3d3d3;
}
.nav-tabs {
    margin-bottom: 0;
    border-bottom: 0;
    margin-top: 30px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover  {
    color: #000;
    padding: 10px 15px;
    margin-top: 0px;
    box-shadow: none;
    font-weight: 700;
    font-size: 15px;
    box-shadow: inset 0px 4px 0px 0px #ffe401;
    -webkit-box-shadow: inset 0px 4px 0px 0px #ffe401;
    -moz-box-shadow: inset 0px 4px 0px 0px #ffe401;
    border-top: 1px solid #fff;
}

.tab-content {
    overflow: auto;
    padding: 25px;
    border: 1px solid #d3d3d3;
    border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;

}
.tab-pane img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 20px 0 0;
    display: inline-block;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #060606;
    background-color: #FFFFFF;
}


ul.nav li.dropdown:hover  ul.dropdown-menu{ 
display: block;
transform: translateY(0px);
-webkit-transform: translateY(0px);
visibility: visible;
opacity: 1;
}

.dropdown-menu{
    display: block;
    opacity: 0;
    visibility: hidden;
    font-family: 'Pt Sans',sans-serif;
    font-weight: normal;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0;
    margin: 0px;
    background-color: #181b21;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(24, 27, 33, 0.75);
    -moz-box-shadow: 0px 5px 24px 0px rgba(24, 27, 33, 0.75);
    box-shadow: 0px 5px 24px 0px rgba(24, 27, 33, 0.75);
    -webkit-background-clip: none;
    -moz-background-clip: none;
    background-clip: none;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
}


.navbar .nav > li > .dropdown-menu:before {
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-bottom-color: none;
    border-bottom:2px solid orange;
}
.dropdown-menu a {
    transition: all 50ms ease-in-out;
    -webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    color: #FFF;
    border-bottom: 1px solid rgba(153, 153, 153, 0.12);
    padding: 13px 30px 13px 20px;
    text-transform: none;
}
.dropdown-menu li:last-child > a {
    border-bottom: none;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    color: #181b21;
    text-decoration: none;
    background-color: #ffe401;
    background-image: none;
    filter: none;
}

.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
    display: none;
}


/**************************************
/ Slider
**************************************/
.carousel-caption h4 { font-size: 14px; text-shadow:none; }
.carousel-caption {background: url(/tpl/img/post-item-hover.png);}
.carousel-control {border: none; top: 177px;}


/**************************************
/ Gallery
**************************************/
.gallery-title { margin-bottom:15px; }
.gallery-item { margin-bottom:15px; margin-top:15px; }

.gallery-hover-6col,
.gallery-hover-4col,
.gallery-hover-3col,
.gallery-hover-4col-cir {
    display:none;
    background:url(/tpl/img/gallery-item-hover.png);
    position:absolute;
    z-index: 10;
}
.gallery-hover-4col-cir{
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

/* Large Desktop Size */
@media (min-width: 1200px) {
    .gallery-hover-6col {width:170px; height:139px;}
    .gallery-hover-4col {width:270px; height:220px;}
    .gallery-hover-3col {width:370px; height:300px;}
    .gallery-hover-4col-cir {width:270px; height:270px;}
    .gallery-hover-4col-cir .gallery-icons {top: 45%; left:34%;}
}

/* Small Desktop Size */
@media (min-width: 980px) and (max-width: 1199px) {
    .gallery-hover-6col {width:140px; height:114px;}
    .gallery-hover-4col {width:220px; height:180px;}
    .gallery-hover-3col {width:300px; height:243px;}
    .gallery-hover-4col-cir {width:220px; height:220px;}
    .gallery-hover-4col-cir .gallery-icons {top: 42%; left:29%;}

    /* Clip descriptions */
    li.span4 .project-details {
        -o-text-overflow: ellipsis;
        text-overflow:    ellipsis;
        overflow:hidden;
        white-space:nowrap;
        width: 280px;
    }
    li.span3 .project-details {
        -o-text-overflow: ellipsis;
        text-overflow:    ellipsis;
        overflow:hidden;
        white-space:nowrap;
        width: 200px;
    }
    li.span2 .project-details {
        -o-text-overflow: ellipsis;
        text-overflow:    ellipsis;
        overflow:hidden;
        white-space:nowrap;
        width: 120px;
    }
}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 979px) {

    /* Clip descriptions */
    li.span2 .project-details {display:none;}
    li.span3 .project-details {
        -o-text-overflow: ellipsis;
        text-overflow:    ellipsis;
        overflow:hidden;
        white-space:nowrap;
        width: 146px;
    }
    li.span4 .project-details {
        -o-text-overflow: ellipsis;
        text-overflow:    ellipsis;
        overflow:hidden;
        white-space:nowrap;
        width: 208px;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    .project-details {width: 250px; .text-align: center}
    .gallery-post-grid {text-align: center}
    .project-details {margin-left:auto; margin-right: auto;}
    .gallery {text-align: center; }
    .gallery-cats { display: none;}
    li.span2 .project-details {
        -o-text-overflow: ellipsis;
        text-overflow:    ellipsis;
        overflow:hidden;
        white-space:nowrap;
        width: 150px;
    }
}


/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    li.span4 .project-details {width:350px;}
	.gallery-post-grid li {
	height:632px !important;
	}
}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
    li.span4 .project-details {width:260px;}
}

.project-details a {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    letter-spacing: -0.01em;
    margin-bottom: 5px;
    font-weight: 700;
}
.project-details {
    padding: 15px;
    width: auto\9;
    max-width: 100%;
    color: #919191;
    background: #fff;
    display: block;
    height: auto;
    font-size: 16px;}
.project-details a {color: #333333;}

.project-info {margin: 0px 0px 40px 0px;}
.project-info li {
    list-style: none;
    border-bottom: 1px dashed #a9a9a9;;
    padding: 10px; }
.project-info li h6 {display: inline; margin-right: 5px;}

.project-details-read-more a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 15px;
    background-color: #181b21;
    display: inline-block !important;
    float: right;
    max-width: 108px;
    text-align: center;
    padding: 10px 16px;
    color: #fff;
    margin: 10px 20px 20px 10px;
    transition: all 100ms;
    moz-transition: all 100ms;
    -webkit-transition: all 100ms;
}
.project-details-read-more a:hover {
    background-color: rgb(100%,100%,0%);
    color: #181b21;
}

.gallery-icons {
    z-index: 9;
    position:absolute;
    bottom: 0px;
    right: 0px;
    width: 89px;
    height: 42px;
    display: block;
}
a.item-zoom-link {
    height: 42px;
    width: 42px;
    background: #ffffff url(/tpl/img/gallery-item-icons.png) no-repeat;
    background-position: 0px 0px;
    position:absolute;
    display: block;
}
a.item-details-link {
    height: 42px;
    width: 42px;
    background: #ffffff url(/tpl/img/gallery-item-icons.png) no-repeat;
    background-position: -42px 0px;
    position:absolute;
    left: 47px;
    display: block;
}
a.item-zoom-link:hover {background: #D21D16 url(/tpl/img/gallery-item-icons.png) no-repeat;}
a.item-details-link:hover {background: #D21D16 url(/tpl/img/gallery-item-icons.png) no-repeat; background-position: -42px 0px;}

.gallery-post-grid {
    margin: 0px;
    display: block;
}

.gallery-post-grid li {
    list-style: none;
    float: left;
    margin-bottom: 10px;
    width: 200px;
    margin-right: 5px;

    border-radius: 5px;
    .box-shadow: 0 1px 12px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    .-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    .transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    .min-height: 420px;
}

/*
.gallery-post-grid li:after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);

}
*/

.gallery-post-grid li:hover {
    .-webkit-transform: scale(1.01, 1.01);
    .transform: scale(1.01, 1.01);

}

.gallery-post-grid li:hover:after {
    opacity: 1;
}
.gallery-post-grid li a {
    display: block;
    overflow: hidden;
    max-height: 234px;
}

.gallery-post-grid li img {
    max-width: 98%;
    margin:auto;
	margin-left:1px;
	margin-top:2px;
}


/*shop list*/
#prod-search-form {
    text-align: right;
}
#prod-search-form input {
    width: 60%;
    margin: 0px 0 4px;
}
#prod-search-form .shop-button {
    width: 35%;
    padding: 10px 10px;
    margin: 0;
}

.shop-list-grid{
}

.shop-list-grid span{
    float:right;
}
.shop-list-grid li{
    width: 100%;
    display: inline-flex;
    margin: 0;
    border-bottom: 1px #999 solid;
}
.shop-list-grid li:nth-child(even) {background: #ccc}
.shop-list-grid li:nth-child(odd) {background: #eee}

.shop-list-grid img{
    width: 100px;
    height: 100px;
    display: block;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}


.shop-list-grid img:hover {
    -webkit-transform:scale(2.5); /* Safari and Chrome */
    -moz-transform:scale(2.5); /* Firefox */
    -ms-transform:scale(2.5); /* IE 9 */
    -o-transform:scale(2.5); /* Opera */
    transform:scale(2.5);
    border: 1px #999 solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.shop-list-grid .project-details{
    background:none;
    width: 65%;
}
.shop-list-grid .project-details p{
    width: 30%;
    float: right;
    margin: 0;
    text-align: right;
}
.shop-list-grid .project-details-read-more{
    width: 35%;
}
.shop-list-grid .price-netto {
    font-size: 13px;
}

.shop-list-grid input[type="text"]{
    width: 15%;
    text-align: center;
}
.shop-list-grid .project-details-read-more a {
    margin: 0;
    float: none;
    width: 95px;
}
.shop-list-grid .project-details-read-more .prod-add-to-cart a {
    margin-left: 10px;
}

.prod-add-to-cart, .prod-more {
    text-align: right;
    padding: 5px 5px 2px 0;
}

.project-info .prod-add-to-cart input[type="text"] {
    width: 15%;
    text-align: center;
}
.project-info .prod-add-to-cart .add-cart
{
    margin-left: 10px;
}
.shop-banner
{
    display: inline-block;
    margin-top: 20px;
    background-image: url(../img/sklep-top.png);
    background-position: right;
    width: 201px;
    height: 55px;
    font-size: 24px;
    line-height: 47px;
    padding-left: 35px;
    text-decoration: none;
}
.shop-banner:hover {
    text-decoration: none;
}
.shop-button {
    font-size: 15px;
    background-color: #000;
    max-width: 108px;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    margin: 10px 20px 20px 10px;
    border-radius: 3px;
}

.shop-button:hover {
    background-color: #ffe401;
    color: #181b21;
}



#added-to-cart {
    display: none;
    position: fixed;
    border: 2px #999 solid;
    width: 500px;
    height: 150px;
    background: #EEEEEE;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -75px;
}

#added-to-cart .header{
    padding: 10px 20px;
    background: #000;
    color: #fff;
    margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
    width: auto;
    position: initial;
}

#added-to-cart .buttons {
    text-align: center;
    padding: 35px 0;
}


.post-category-list ul li ul {
    margin-left: 23px;
}

.gallery-cats {margin: 0px 0px 20px 0px;}
.gallery-cats li{
    list-style: none;
    float: left;
    padding: 0px 10px;
    border-left: 1px dotted #a9a9a9;
}
.gallery-cats li:first-child{border-left:0px;}


/**************************************
/ Blog
**************************************/
/*** Blog on Home Page ***/
.blog-summary {line-height: 18px;}
.post-info-shade { background:#f8f8f8; }
.post-info { line-height:20px; padding-top:10px; }
.post-info h4 {line-height: 26px; margin-top: 0px;}
.post-info h4 a, .post-info h4 a:hover {color:#333; text-decoration: none;}
.post-info ul li {list-style: none; padding-bottom: 2px; margin: 0px;}
.post-preview {line-height: 20px;}

/* All Sizes up to Large Desktop */
@media only screen and (max-width: 1199px) {
    .post-info h4 {clear:both;}
    .blog-details-preview {display: none; border:1px solid #000;}
    /*.container{*/
        /*padding-top: 186px;*/
    /*}*/
}

/*** Blog List Page ***/
.blog article,
.blog section {margin-bottom: 40px;}
.blog article h3 {margin-top: 0px;}
.blog article h3 a, .blog article h4 a,
.blog article h3 a:hover, .blog article h4 a:hover {color:#333333; text-decoration: none;}
.blog h4 {line-height: 26px;}

/* Mobile Landscape Size */
@media only screen and (max-width: 479px) {
    .blog h4 {width:260px;}
}

.post-summary {background: #f8f8f8; padding-bottom: 20px; overflow: auto;}
.post-summary p {padding:20px; margin:0px;}
.post-summary-footer {margin: 0px; padding:0px 20px;}
.post-summary-footer button {margin: 0px; float:left;}
ul.post-data {float:right;}
ul.post-data-3 {margin-top:20px;}
ul.post-data li, ul.post-data-3 li {
    list-style: none;
    float: left;
    padding: 0px 10px;
    border-left: 1px dotted #a9a9a9;
}
ul.post-data li:first-child,
ul.post-data-3 li:first-child {border: none; padding-left: 0px;}
ul.post-data li:last-child {padding-right: 0px;}

/* Small Desktop Size */
@media (min-width: 980px) and (max-width: 1199px) {
    ul.post-data-3 li:last-child {display: none;}
}

/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
    .post-summary-footer button {float: none; margin-bottom: 20px;}
    .blog article button {float: left; clear: both; margin-bottom: 20px;}
    ul.post-data-3 {display: none;}
    ul.post-data {float: none; clear: both; margin: 0px;}
    ul.post-data li:last-child {
        -o-text-overflow: ellipsis;
        text-overflow:    ellipsis;
        overflow:hidden;
        white-space:nowrap;
        width: 120px;
    }
    .container.padding-cont {
        .padding-top: 186px;
    }
}

.blog-style-2 h4 {margin-top:0px; margin-bottom: 10px;}
.blog-style-2 ul.post-data {margin:0px 0px 20px 0px;}
.blog-style-2 ul.post-data li {
    float: none;
    margin:0px;
    padding: 5px 0px 0px 0px;
    border: none;
}
.blog-post-grid {margin:0px;}
.blog-post-grid li {list-style: none; float: left; margin-bottom: 30px;}
.blog-post-hover {
    display:none;
    width:270px; height:220px;
    background:url(/tpl/img/post-item-hover.png);
    position:absolute;
    z-index: 10;
}
.blog-post-hover p{
    color: #f8f8f8;
    padding:20px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}
.blog-post-hover a{
    font-family: myriad-pro,sans-serif /* "Oswald", sans-serif */;
    font-weight: normal;
    text-transform:uppercase;
    font-size: 28px;
    line-height: 32px;
    font-style: normal;
    color: #f8f8f8;
}
.blog-post-hover a:hover{ text-decoration: none; color: #D21D16;}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-post-hover {width:220px; height:179px;}
    .blog-post-hover a{ font-size: 20px; line-height: 24px;}
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
    .post-summary-footer{display: none;}
    .post-summary{padding-bottom: 0px;}
    .blog-style-2 {display: none;}
    .container.padding-cont{
       .padding-top: 215px;
    }
}

/*** Blog Full Page ***/
.post-content { .overflow: auto;}
.post-body {    padding: 20px 20px 30px 0;
                line-height: 26px;}
.post-body p span { font-family: "Pt Sans", sans-serif;}
.about-author img {float: left; margin-right: 20px;}

/*** Comments ***/
.comments ul {margin:0px;}
.comments ul li {
    list-style: none;
    padding: 20px;
    background: #f8f8f8;
    margin-bottom: 40px;
    border-bottom: 1px dotted #a9a9a9;
    border-top: 1px dotted #a9a9a9;
}
.comments ul li ul {margin-left:40px; padding-top: 20px;}
.comments ul li ul li {
    border-top: 1px dotted #a9a9a9;
    border-bottom: none;
    padding: 20px 20px;
    margin-bottom:0px;
}
.comments ul li ul li:last-child {padding-bottom: 0px;}

.comments ul li img {margin:0px 10px 10px 0px;}
.comment-name {
    font-family: myriad-pro,sans-serif /* "Oswald", sans-serif */;
    font-weight: normal;
    text-transform:uppercase;
}
.comment-date {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    clear: both;
}
.comment-content { clear:both; padding-top:10px; }
.comment-form-container input,
#contact-form input {margin-bottom: 12px;}
.comment-form-container textarea,
#contact-form textarea {height: 150px;}
.comment-form-container .btn,
#contact-form .btn {margin-top: 12px;}


/**************************************
/ Sidebar
**************************************/
.sidebar input{width: 80%;}
.sidebar h5 {margin-top: 40px; font-size: 24px;}
.sidebar ul.post-category-list,
.sidebar .tab-content .tab-pane ul {margin:0px;}
.sidebar ul.post-category-list li,
.sidebar .tab-content .tab-pane ul li {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar ul.post-category-list li a{
    color: #000;
}
.sidebar ul.post-category-list li:first-child,
.sidebar .tab-content .tab-pane ul li:first-child{ padding-top: 0px; }
.sidebar ul.post-category-list li:last-child { padding-bottom: 0px;/*border-bottom:none; */}
.sidebar ul.post-category-list li i {padding-right: 5px; background-position: 0 -95px;}
.sidebar .tab-content .tab-pane ul li i {padding-right: 5px;}

.popular-posts{ margin: 0px;}
.popular-posts li {
    list-style: none;
    margin-bottom: 20px;
    clear: both;
    display: block;
    min-height: 70px;
}
.popular-posts li a,
.popular-posts li a:hover {color:#333333; text-decoration: none;}
.popular-posts li img {float: left; margin-right: 20px;}
p.side {margin-bottom: 20px;}

/* Mobile Portrait and Landscape Size */
@media only screen and (max-width: 479px) {
    iframe {width:270px;}
}
/* Tablet */
@media (min-width: 768px) and (max-width: 979px) {
    iframe {width:230px;}
}
/* Small Desktop Size */
@media (min-width: 980px) and (max-width: 1199px) {
    iframe {width:300px;}
}


/**************************************
/ Footer
**************************************/
.footer-container {
    width:100%;
    background:#181b21;
    clear: both;
    position: relative;
    z-index: 10;
}
.footer-row { margin-top: 30px; padding-top: 30px;}
.footer-col { color: #9aa0ac; font-size: 15px;}
.footer-col a {color:#9aa0ac; transition: color 150ms; -webkit-transition: color 150ms;}
.footer-col a:hover {color:#ffe401; text-decoration: none;}
.footer-col h5, .footer-col strong {color:#f9f9f9; text-shadow:none;}
.footer-col h6 {margin-bottom: 10px;}
.footer-col ul {    margin: 10px 0 0 0;}
.footer-col p {line-height: 23px;}
.footer-col ul li {list-style: none;     padding-bottom: 10px;}
.footer-col ul li strong { color: #9aa0ac;}
.footer-col h5 {
    margin-bottom: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
}
.footer-col ul.post-list li {
    border-bottom: 1px solid #262A32;
    padding: 10px 0px;
}
.footer-col:first-child h5 {
    display: none;
}
.subfoot {
    width: 100%;
    background-color: #15181e;
}
/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
    .footer-col {
        clear:both;
        overflow: auto;
        margin-bottom: 20px;
    }
    .footer-sub .right {display: none;}
}
ul.img-feed li {
    float: left;
    margin: 0px 7px 7px 0px;
    padding-bottom: 0px;
}

/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
    ul.img-feed li:nth-last-child(-n+4) {display: none;}
}

/**** Social Icons ****/
.social-icons {padding-top: 10px;}
.social-icons li {
    list-style: none;
    float: left;
    margin-right: 6px;
}
/* Small Monitor */
@media (min-width: 980px) and (max-width: 1199px) {
    .social-icons li:last-child {display:none;}
}
a.social-icon {
    background: url(/tpl/img/social-icons.png);
    display: block;
    width: 46px;
    height: 46px;
}
a.facebook {background-position: 0px 0px;}
a.facebook:hover {background-position: 0px -47px;}
a.twitter{background-position: -52px 0px;}
a.twitter:hover {background-position: -52px -47px;}
a.dribble{background-position: -104px 0px;}
a.dribble:hover {background-position: -104px -47px;}
a.rss{background-position: -156px 0px;}
a.rss:hover {background-position: -156px -47px;}
a.forrst{background-position: -208px 0px;}
a.forrst:hover {background-position: -208px -47px;}

/**** Sub Footer ****/
.footer-sub {padding: 30px 0px;}
.footer-sub div div span {padding: 0px 20px;}


/**************************************
/ MISC
**************************************/
.row {margin-bottom:40px;position: relative;}
.sub-row30 {margin-bottom:30px;}
.sub-row20 {margin-bottom:20px;}
.no-margin {margin-bottom:0px;}

a.accordion-toggle{background: #f5f5f5;}


@media only screen and  (max-width: 767px) {
    .btn {margin-bottom: 20px;}
}

.left {float: left;}
.right {float: right;}
.align-left{float: left; margin: 0px 20px 20px 0px;}
.align-right{float: right; margin: 0px 0px 20px 20px;}

.color-bg {
    background: #FFF601 /*#D21D16*/;



}
.color { color:#D21D16; }
.color-bar-1, .color-bar-2 {
    width:100%;
    position: fixed;
    z-index: 9999;
}
.color-bar-1 { z-index: 4;
background:#ffe401; height:15px; box-shadow: inset 0px -2px 4px 0px rgba(0, 0, 0, 0.06); -webkit-box-shadow: inset 0px -2px 4px 0px rgba(0, 0, 0, 0.06); }
.page-header { margin:0px }
.lead {
    margin: 35px 0 15px;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    color: #181b21;
    position: relative;
}
.lead:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #ffff00;
    top: -17px;
    left: 0;
}

.arrowup {
	background-color:#ffff00;
    color: #000;
    padding: 10px 10px;
    margin:5px;
	border-radius:10px 10px 10px 10px !important;
}
#toTop {
    width:45px !important;
    height: 45px !important;
    background: #ffff00;
    text-align: center;
	align-items:center;
    position: fixed;
    bottom: 25px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 12;
    transition: all 250ms;
    -webkit-transition: all 250ms;
	border:none !important;
}
#toTop:hover {
    -webkit-transform: scale(1.05, 1.05) translateY(-0px);
    transform: scale(1.05, 1.05) translateY(-0px);
	border:none !important;
}


/***** Lightbox *****/
#lightbox-image-details-caption {
    font-family: myriad-pro,sans-serif /* "Oswald", sans-serif */;
    font-weight: normal;
    text-transform:uppercase;
    font-size: 14px;
}
#lightbox-secNav-btnClose {width: 30px; padding-bottom: 0;}
#lightbox-image-details-currentNumber {display: none; visibility: hidden;}

/***** Testimonials *****/
.quote-text {
    font-size:16px;
    line-height:24px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    margin:0px 20px; }
.quote-text cite {
    font-size:12px;
    color:#999;
    display:block;
    margin-top:5px; }

#clientCarousel.carousel .item {
    background: #f9f9f9;
    padding:20px 0px;
    -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;
    left: 0 !important;
}
#clientCarousel.carousel .next.left, .carousel .prev.right {
    opacity: 1;
    z-index: 1;
}
#clientCarousel.carousel .active.left, .carousel .active.right {
    opacity: 0;
    z-index: 2;
}

/***** Client Logos *****/
.client-link {
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
}
.client-mask {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background: url(/tpl/img/rnd-client-mask.png);
}
.client-logos {margin: 20px 0px 0px 0px;}
.client-logos li {list-style: none; float: left; margin: 0px 7px;}

/* Small Monitor */
@media (min-width: 980px) and (max-width: 1199px) {
    .client-logos li:first-child {display: none;}
}
/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
    .client-logos li:nth-last-child(-n+2) {display: none;}
}

/***** Features Page (these can be deleted)*****/
.the-grid div {
    background: #e4e4e4;
    padding:10px 0px;
    text-align: center;
}
.form-examples input { margin-bottom: 10px;}
.the-icons {list-style: none; margin-left: 0;}
.the-icons li {float: left; width: 25%; line-height: 25px;}

/* Mobile Portrait Size to Tablet Portrait Size */
@media only screen and  (max-width: 767px) {
    .the-icons li {float: none; width: 100%; line-height: 25px;}
}


/* s4studio styles */
a.langChange {
    cursor: pointer;
}

.post-category-list a.active {
    font-weight: 700;
}

.post-category-list li a {
    padding: 15px 0;
    display: block;
}

.post-category-list li a.active:before {
    content: '\f068';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
    background: #ffff00 ;
    padding: 3px 6px 1px 7px;
    border-radius: 4px;
}
.post-category-list li a:before {
    content: '\f067';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
    background: #ffff00;
    padding: 3px 6px 1px 7px;
    border-radius: 4px;
}
.post-category-list li ul li a:before,
.post-category-list li ul li a.active:before {
    content: '';
    display: none;
}
.sidebar ul.post-category-list li ul li a.active {
    color: #000;

}
.post-category-list ul,
.post-category-list ul li {
    margin-left: 0;
}


.sidebar ul.post-category-list li ul li:first-child {
    border-top: 1px solid #f0f0f0;
}

.sidebar ul.post-category-list li ul li a {
    color: #6d6d6d;
    font-weight: normal;
    font-size: 15px;
    /*text-transform: uppercase;*/
}
.sidebar ul.post-category-list a {
    transition: all 350ms;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
}
.sidebar ul.post-category-list a:hover {
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #f9f9f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ffffff 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 */
}

/*
a, a:hover {
    color: #D21D16;
}
*/

.icon-plus-sign {
    height: 16px;
}

.sidebar ul.post-category-list.docs li a i {
    padding-right: 5px;
    background-position: -48px -48px;

}
.sidebar ul.post-category-list.docs li a.active i {
    padding-right: 5px;
    background-position: -120px 0;

}

.news.panel {

}

.news .panel-title {
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 5px;
    margin-bottom: 2px;
    margin-top: 7px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    color: #181b21;
}

.news .read-more a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 15px;
    background-color: #181b21;
    display: block;
    max-width: 108px;
    text-align: center;
    padding: 6px 0px 7px;
    color: #fff;
    margin-top: 14px;
    transition: all 100ms;
    moz-transition: all 100ms;
    -webkit-transition: all 100ms;
}
.news .read-more a:hover {
    background-color: #ffe401;
    color: #181b21;
}

#google_map
{
    width: 100%;
    min-width: 700px;
    height: 500px;
    border: 1px solid black;
    background: gray;
    -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
#google_maps_results {
    padding: 0;
    margin: 10px 0;
}
#google_maps_results a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #666;
    min-width: 250px;
}

p.shadowed,
p.shadowed span {
    font-size: 19px!important;
    font-family: "Fira Sans", sans-serif!important;
    color: #ffe401;
    text-shadow: 2px 2px 1px #000,
        -2px -2px 1px #000,
        -2px 2px 1px #000,
        2px -2px 1px #000!important;
}



/**new gallery*/

.new-gallery-container{
    width:100%;
}
.new-gallery-container:after {
    content: '';
    display: block;
    clear: both;
}

.new-gallery-container a {
    width: 32%;
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 240px;
    line-height: 240px;
    background-color: #eee;
    float: left;
    margin: 2px;
}

.new-gallery-container a img{
    margin: 8px 0px;
    border-radius: 0px;
    max-width: 250px;
    max-height: 220px;
    width: auto;
    height: auto;
}

/**new menu products**/
.tabs-container{

}

#tabs-nav-cont{
    display: table;
    background: transparent;
    width: 100%;
    z-index: 9999999;
    visibility: hidden;
}

#tabs-nav-cont .nav{
    /*display: table;*/
    display: none;
    margin: 0;
    background: #555555;
}

#tabs-nav-cont .nav li{
    display: inline-block;
    float: left;
    width: auto;
    background: #555555;
    margin: 0;
    border: none;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
} 
#tabs-nav-cont .nav li.tabs-nav-cont-logo{
    display: block;
    position: absolute;
    float: left;
    width: auto;
    background: #fff;
    padding: 13px 6px;
    height: 34px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

nav#tabs-nav-cont.fixed-menux{
    .transform: translateY(-50%);
    top: 20% !important;
    right: 0px !important;
    display: block !important;
    .flex-direction: column;
    width: 150px;
    position: fixed !important;
    visibility: visible;
	float:right;
	z-index:9999999999999999;
}

#tabs-nav-cont.fixed-menux ul.nav{
    display: flex;
    flex-direction: column;
    width: 150px;
}


#tabs-nav-cont.fixed-menux .nav li.tabs-nav-cont-logo{
    opacity: 1;
    display: none;
}
#tabs-nav-cont .nav li.tabs-nav-cont-logo img {
    max-width: 140px;
}

#tabs-nav-cont .nav li a{
    text-align: center;
    border-right: none;
    color: #fff;
    font-weight: 700;
    padding: 20px 18px;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#tabs-nav-cont .nav li .active{
    color: #000;
    text-decoration: none;
    font-weight: 700;
    background: rgb(255,255,0);
}

#tabs-nav-cont .nav li:hover a {
    background: rgb(255,255,0);
    color: #000;
}

#tabs-nav-cont .cat-leasing {
    padding: 5px 14px;
    background: #F2F2F2;
    display: none;
    font-size: 13px;
    text-align: center;
    line-height: 12px;
    height: 50px;
}
#tabs-nav-cont .cat-leasing img {
    margin: 2px;
    width: 65px;
}
#tabs-nav-cont.fixed-menux .cat-leasing {
    display: inline-block;
}
#tabs-nav-cont.fixed-menux .cat-leasing .line2{
    font-size: 11px;
}

.flexslider {
    max-height: 420px;
    overflow: hidden;
}

#myCart {
    /*margin-bottom: -25px;*/
    position: absolute;
    top: -15px;
    right: 0;
    margin: 0 !important;
}

@media only screen and (max-width: 1150px) {
    img {
        max-width: 100% !important;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    #tabs-nav-cont .nav li a{
        font-size: 12px;
        display: inline;
        padding: 6px;

    }
    #tabs-nav-cont .nav li{
        line-height: 1.5;
        padding: 0.2em;
    }

    #tabs-nav-cont{
        position: static !important;
        top: 0px;
    }
}

@media only screen and (max-width: 700px) {
    #tabs-nav-cont .nav li{
        display: block;
        width: 45%;

    }
    #tabs-nav-cont .nav li.tabs-nav-cont-logo {
        display: none;
    }

}
@media only screen and (max-width: 768px) {
    .shop-list-grid .project-details {
        width: 90%;
        display: block;
    }
    .shop-list-grid .project-details-read-more {
        width: 90%;
        display: block;
        text-align: center;
    }
    .shop-list-grid li {
        display: inline-block;
        text-align: center;
        padding: 5px;
    }
    .shop-list-grid .project-details p {
        text-align: center;
        width: 100%;
    }
    .shop-list-grid span
    {
        float: none;
    }
}

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

    .header .span4.logo, .header .span8.navigation {
        width: auto;
    }
    .header .span8.navigation {
        float: right;
        margin-left: 0;
        /*margin-top: 0 !important;*/
    }
    .header .span8.navigation ul.nav > li a {
        padding: 10px 12px 10px;
    }
    .header .span8.navigation ul.nav > li:first-child a {
        padding-left: 0;
    }
    .header .span8.navigation ul.nav > li:lest-child a {
        padding-right: 0;
    }
    .home .headline .span4 h3 {
        font-size: 34px;
    }
    .footer-container .subfoot .span12.footer-sub {
        margin: 0;
    }
    .footer-container .subfoot .span12.footer-sub .span6 {
        margin: 0;
    }
    .footer-container .subfoot .span12.footer-sub .span6.right span {
        padding: 0;
    }
    .shop-banner {
        width: 220px;
        padding-left: 25px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .gallery-post-grid li {
        width: calc(33.33333333% - 14px);
        margin: 0 20px 30px 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .gallery-post-grid li:nth-child(3n + 3) {
        margin: 0 0 30px 0;
    }
    #tabs-nav-cont .nav li a {
        padding: 20px 8px !important;
    }
    .new-gallery-container a {
        position: relative;
        overflow: hidden;
        width: calc(33.33333333% - 3px);
        height: 200px;
        margin: 0 4px 4px 0;
    }
    .new-gallery-container a:nth-child(3n + 3) {
        margin: 0 0 4px 0;
    }
    .new-gallery-container a img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 180px;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
    .sub-row20 .span12 img {
        max-width: 100%;
    }
    #prod-search-form {
        position: relative;
        text-align: left;
    }
    #prod-search-form input {
        width: calc(100% - 50px);
    }
    #prod-search-form .shop-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        overflow: hidden;
        padding: 4px 10px;
        color: #000;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #prod-search-form .shop-button:after {
        content: "»";
        position: absolute;
        top: 2px;
        left: 50%;
        color: #fff;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    li.span3 .project-details {
        position: absolute;
        left: 100px;
        top: 50%;
        padding: 0 15px;
        width: calc(100% - 350px);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .shop-list-grid li {
        position: relative;
        display: inline-block;
    }
    .shop-list-grid .project-details-read-more {
        float: right;
        position: absolute;
        top: 50%;
        right: 5px;
        width: 250px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .shop-list-grid .project-details-read-more .prod-add-to-cart {
        padding: 0;
    }
    .shop-list-grid .project-details-read-more .prod-more {
        float: right;
        padding: 5px 0 0 0;
    }
    .shop-list-grid input[type="text"] {
        margin-bottom: 3px;
    }
    .shop-list-grid .project-details p {
        width: auto;
    }
    table img {
        max-width: 100%;
        height: auto;
    }
    .gallery-post-grid li img {
        max-width: 90% !important;
        margin: 5%;
    }
    .gallery-single .post-body {
        padding-right: 0;
    }

}

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

    .home .headline .span8,
    .home .headline .span4 {
        width: 100%;
    }
    .home .headline .span4 {
        margin: 20px 0 0 20px;
    }
    .header .span8.navigation {
        width: 100%;
        margin: 0 !important;
    }
    .header .span8.navigation .navbar {
        float: none;
        margin: 0 0 0 20px;
    }
    .header .span8.navigation ul.nav {
        float: none;
        left: auto;
        margin: 0;
        text-align: center;
    }
    .header .span8.navigation ul.nav > li {
        float: none;
        display: inline-block;
    }
    .news.panel .panel-body img {
        display: block;
        float: none !important;
        max-width: 100%;
        height: auto;
        margin: 0 auto 10px auto !important;
    }
    .post-body {
        padding: 20px 0 30px;
    }
    .blog .post-body table td {
        display: block;
        width: 100%;
        padding:
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .blog .post-body table.classic-table td {
        display: table-cell;
        width: auto;
    }
    .blog .post-body table td img {
        display: block;
        margin: 0 auto 15px;
		/*width: calc(100% - 20px);
		height:auto;
		*/
    }
    .gallery-post-grid li {
        .width: calc(50% - 20px);
    }
    .gallery-post-grid li:nth-child(3n+3) {
        margin: 0 20px 30px 0;
    }
    .gallery-post-grid li:nth-child(2n+2) {
        margin: 0 0 30px 0;
    }
    .gallery-post-grid li:nth-child(2n+2) {
        margin: 0 0 30px 0;
    }
    .gallery-post-grid li:nth-child(2n+3) {
        clear: left;
    }
    .shop-banner {
        width: 100%;
        padding-left: 15px;
    }
    #tabs-nav-cont {
        left: 0;
        right: 0;
        visibility: visible;
    }
    #tabs-nav-cont ul.span9 {
        width: 100%;
    }
    #tabs-nav-cont.fixed-menux .nav li.tabs-nav-cont-logo,
    #tabs-nav-cont.fixed-menux .cat-leasing {
        display: none;
    }
    .span8.contact table td {
        display: block;
        width: 100% !important;
    }
    #tabs-nav-cont .nav li {
        display: block;
        width: 100%;

        text-align: center;
    }
    #tabs-nav-cont.fixed-menux .nav {
        text-align: center;
    }
    #tabs-nav-cont.fixed-menux li {
        display: inline-block;
        width: auto;
        float: left;
    }
    #tabs-nav-cont .nav li a {
        padding: 12px 8px !important;
    }
    #tabs-nav-cont.fixed-menux .nav li a {
        padding: 20px 12px !important;
    }
    #tabs-nav-cont .nav li:hover a,
    #tabs-nav-cont .nav li .active {
        background-color: transparent;
        color: #000;
    }
    #tabs-nav-cont.fixed-menux .nav li:hover a,
    #tabs-nav-cont.fixed-menux .nav li .active {
        background-color: #ffe401;
        color: #000;
    }

}

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

    .footer-col {
        float: left;
        width: 50%;
        clear: none;
    }
    .subfoot .footer-col {
        width: 100%;
    }
    .footer-col:nth-child(3) {
        clear: left;
    }
    .home .headline .span4 {
        margin: 20px 0 0 0;
    }
    .footer-sub div div span {
        padding: 0;
    }
    .span8.contact table td {
        display: table-cell;
        width: 50% !important;
    }
    .comment-form-container input[type=text],
    #contact-form input[type=text],
    #google_maps_form input[type=text],
    #google_maps_form #google_maps_cat {
        width: calc(100% - 29px);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #google_maps_form .input-prepend > div,
    #google_maps_form .input-prepend > div select,
    #google_maps_form .input-prepend > div span {
        float: left;
    }
    #google_maps_form .input-prepend > div {
        width: 100%;
    }
    .page-sidebar iframe {
        width: 100% !important;
    }
    .shop-banner {
        width: 236px;
    }
    #myCart {
        /*position: absolute;*/
        /*top: 0;*/
        /*right: 0;*/
        margin-bottom: 10px !important;
        margin-top: 0;
    }
    .sidebar h5.title-bg {
        cursor: pointer;
    }
    .sidebar h5.title-bg:before {
        content: '\f13a';
        position: absolute;
        right: 0;
        top: 50%;
        width: 21px;
        height: 21px;
        font-family: "FontAwesome";
        -webkit-transition: 0.4s ease;
                transition: 0.4s ease;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .sidebar h5.title-bg.open:before {
        top: calc(50% - 10px);
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
    }
    .sidebar .post-category-list {
        display: none;
    }
    #tabs-nav-cont .nav {
        display: block;
        position: relative;
        max-height: 40px;
        overflow: hidden;
        -webkit-transition: 0.4 ease;
                transition: 0.4 ease;
    }
    #tabs-nav-cont .nav:before {
        content: 'Pokaż sekcje';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-weight: 700;
        background: #555555;
        cursor: pointer;
        -webkit-transition: 0.8 ease;
                transition: 0.8 ease;
    }
    #tabs-nav-cont .nav.open:before {
        content: 'Ukryj sekcje';
    }
    #tabs-nav-cont .nav.open {
        max-height: 400px;
    }
    #tabs-nav-cont .nav li {
        line-height: 20px;
        padding: 0;
    }
    #tabs-nav-cont .nav li:nth-child(2) {
        margin-top: 40px;
    }
    #tabs-nav-cont .nav li.tabs-nav-cont-logo {
        display: none;
    }
    #tabs-nav-cont .nav li a {
        display: inline-block;
        font-size: 15px;
    }
    .table-wrap {
        overflow-x: scroll;
        padding: 0 0 30px 0;
    }
    .post-body .table-wrap table {
        width: 1000px !important;
        max-width: 1000px;
    }
    .post-body table {
        width: 100% !important;
    }
    #koszyk_content table td {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #koszyk_content table td:first-child {
        width: 200px !important;
    }
    #koszyk_content table td:last-child {
        width: calc(100% - 200px) !important;
    }
    #koszyk_content table td textarea {
        width: 100% !important;
        max-width: 530px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    table.sumTable3 span {
        padding-left: 0 !important;
    }
    #koszyk_content table.sumTable3 td:first-child {
        width: 330px !important;
    }
    table.sumTable4 td table td {
        display: block;
        width: 100% !important;
    }
    #koszyk_content table.sumTable4 tr > td:last-child {
        width: 50% !important;
    }
    .cart-table {
        margin: 30px 0 0 0;
    }
    .cart-table thead {
        display: none;
    }
    .cart-table td {
        display: block;
        position: relative;
        float: left;
        width: 100% !important;
        padding: 8px 8px 8px 120px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .cart-table td {
        border-top: 0;
    }
    .cart-table td:nth-child(2) {
        border-top: 1px solid #dddddd;
    }
    .cart-table td:nth-child(4) {
        padding: 8px 8px 0 120px;
    }
    .cart-table td:nth-child(6) a {
        position: relative;
        top: 3px;
    }
    .cart-table tr:last-child td:last-child {
        border-bottom: 1px solid #dddddd;
    }
    .cart-table td:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100px;
        padding: 8px 0 0 10px;
        font-size: 14px;
        background-color: #efefef;
        color: #F60;
    }
    .cart-table td:nth-child(2):before {
        content: 'produkt';
    }
    .cart-table td:nth-child(3):before {
        content: 'cena';
    }
    .cart-table td:nth-child(4):before {
        content: 'ilość';
        padding: 12px 0 0 10px;
    }
    .cart-table td:nth-child(5):before {
        content: 'wartość';
    }
    .cart-table td:nth-child(6):before {
        content: 'usuń';
    }
    #koszyk_content table.cart-table td:first-child {
        display: none;
    }
    #koszyk_content table.cart-table td:last-child {
        width: 100% !important;
    }
    .summary-table td {
        display: block;
        position: relative;
        float: left;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #koszyk_content table.summary-table tr:first-child td:first-child,
    .summary-table tr:first-child td:nth-child(2) {
        width: 50% !important;
        padding-bottom: 20px !important;
    }
    .summary-table tr:first-child td:nth-child(3) {
        width: 200px !important;
        height: 54px;
        padding-top: 14px;
    }
    .summary-table tr:first-child td:nth-child(4) {
        width: calc(100% - 200px) !important;
    }
    #koszyk_content table.summary-table tr:nth-child(2) td:first-child {
        display: block;
    }
    #koszyk_content table.summary-table tr:nth-child(2) td:nth-child(2) {
        width: 200px !important;
        padding-top: 18px;
    }
    #koszyk_content table.summary-table tr:nth-child(2) td:nth-child(3) {
        width: calc(100% - 200px) !important;
        padding-top: 14px;
    }
    #koszyk_content table.summary-table tr:nth-child(3) td:first-child {
        display: none;
    }
    #koszyk_content table.summary-table tr:nth-child(3) td:last-child {
        width: 100% !important;
    }
    .shop-list-grid {
        margin-left: 0;
    }
    .shop-list-grid li {
        float: left;
    }
    .shop-list-grid li > a {
        float: left;
    }
    li.span3 .project-details {
        float: right;
        position: relative;
        left: 0;
        top: 0;
        width: calc(100% - 110px);
        padding: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    li.span3 .project-details a {
        display: inline-block;
        float: left;
        width: calc(100% - 160px);
        text-align: left;
    }
    li.span3 .project-details > br {
        display: none;
    }
    li.span3 .project-details p {
        float: right;
        width: 160px;
        text-align: right;
    }
    .shop-list-grid .project-details-read-more {
        float: right;
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        width: auto;
        margin: 15px 0 0 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    .shop-list-grid input[type="text"] {
        width: 25px;
    }
    .shop-list-grid img {
/*
        width: 120px;
        height: 120px;
*/
    }

}

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

    .span8.contact table td {
        display: block;
        width: 100% !important;
    }
    #koszyk_content table.sumTable3 td:first-child {
        width: 250px !important;
    }

}

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

    .footer-col {
        width: 100%;
    }
    .new-gallery-container a {
        width: calc(50% - 2px);
    }
    .new-gallery-container a:nth-child(3n+3) {
        margin: 0 4px 4px 0;
    }
    .new-gallery-container a:nth-child(2n+2) {
        margin: 0 0 4px 0;
    }
    .gallery-post-grid li {
        width: 40%;
        min-height: 200px;
        margin: 10px 10px 20px 10px !important;
    }
    .gallery-post-grid li img {
        display: block;
        margin: 5% auto;
    }
    .project-details {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #koszyk_content #formZamowienie table td {
        display: block;
        width: 100%;
    }
    #koszyk_content #formZamowienie table tr:last-child td {
        float: left;
        width: 50% !important;
    }
    #koszyk_content #formZamowienie table td:first-child {
        width: 100% !important;
    }
    #koszyk_content #formZamowienie table td:last-child {
        width: 100% !important;
    }
    #koszyk_content #formZamowienie table td input[type=text] {
        width: 100%;
        height: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #koszyk_content #formZamowienie table td select {
        width: 100%;
    }
    #koszyk_content .nav-tabs > li {
        width: 100%;
        margin: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #koszyk_content .nav-tabs > li > a {
        margin: 0;
    }
    #koszyk_content .nav-tabs > li.active > a {
        border-top: 1px solid #ddd;
    }
    #koszyk_content .nav-tabs > li:nth-child(2),
    #koszyk_content .nav-tabs > li:nth-child(2) a {
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
    }
    #koszyk_content .nav-tabs > li:last-child,
    #koszyk_content .nav-tabs > li:last-child a {
        -webkit-border-radius: 0 0 5px 5px;
           -moz-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px;
    }
    #koszyk_content .nav-tabs > li.active:last-child {
        border-bottom: solid 1px #ddd;
    }
    table.sumTable tr:first-child {
        display: none;
    }
    table.sumTable tr:nth-child(2) {
        border-top: solid 1px #e3e3e3;
    }
    table.sumTable td {
        position: relative;
        display: block;
        text-align: left !important;
        padding: 7px 0 6px 120px !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #koszyk_content table.sumTable td {
        width: 100% !important;
        border-bottom: 0 !important;
    }
    #koszyk_content table.sumTable tr td:last-child {
        border-bottom: solid 1px #efefef !important;
    }
    table.sumTable td:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100px;
        padding: 7px 0 0 10px;
        font-size: 13px;
        background-color: #efefef;
        color: #F60;
        text-align: left;
    }
    table.sumTable td:nth-child(1):before {
        content: 'produkt';
    }
    table.sumTable td:nth-child(2):before {
        content: 'cena za 1szt.';
    }
    table.sumTable td:nth-child(3):before {
        content: 'ilość';
    }
    table.sumTable td:nth-child(4):before {
        content: 'wartość';
    }
    table.sumTable2 td {
        display: block;
        float: left;
        width: 50% !important;
        text-align: right;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #koszyk_content table.sumTable2 td:last-child,
    #koszyk_content table.sumTable3 td:last-child{
        width: 50% !important;
    }
    table.sumTable2 td:first-child {
        display: none;
    }
    #koszyk_content table.sumTable3 td:first-child {
        display: block;
        width: 100% !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #koszyk_content table.sumTable3 td:first-child span {
        display: inline-block;
        width: 100%;
        text-align: right;
    }
    #koszyk_content table.sumTable3 td:first-child span strong {
        display: inline-block;
        width: 50%;
    }
    table.sumTable3 td:nth-child(2),
    table.sumTable3 td:nth-child(3) {
        float: left;
        display: block;
        width: 50%;
        text-align: right !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    table.sumTable2 td span,
    table.sumTable3 td span {
        padding-right: 0 !important;
    }
    #koszyk_content table.sumTable4 > tbody > tr > td:first-child,
    #koszyk_content table.sumTable4 > tbody > tr > td:last-child {
        width: 100% !important;
    }
    #koszyk_content table.sumTable4 > tbody > tr:last-child > td:first-child,
    #koszyk_content table.sumTable4 > tbody > tr:last-child > td:last-child {
        float: left;
        width: 50% !important;
    }
    table.sumTable4 tr > td {
        display: block;
        width: 100%;

    }
    table.sumTable4 tr > td table td {
        float: left;
        width: 50% !important;
    }
    table.sumTable4 tbody > tr:first-child {
        display: none;
    }
    table.sumTable4 tr td table {
        position: relative;
        margin: 30px 0 0 0;
    }
    table.sumTable4 tr td table:before {
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        color: #ED4A2D;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }
    table.sumTable4 tr td:nth-child(1) table:before {
        content: 'Dane zamawiającego'
    }
    table.sumTable4 tr td:nth-child(2) table:before {
        content: 'Adres wysyłki'
    }
    #koszyk_content table.summary-table tr:first-child td:first-child,
    .summary-table tr:first-child td:nth-child(2) {
        width: 100% !important;
    }

}

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

    .navigation {
        text-align: left;
    }
    .logo {
        padding-top: 50px;
    }
    li.span3 .project-details a {
        width: 100%;
    }
    li.span3 .project-details p {
        width: 100%;
    }

}

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

    .new-gallery-container a {
        width: 100%;
        margin: 0 0 4px 0 !important;
    }

}

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

    #koszyk_content #formZamowienie table tr:last-child td:first-child
    #koszyk_content table.sumTable4 tr:last-child td:first-child,
    #koszyk_content table.sumTable4 > tbody > tr:last-child > td:first-child,
    #koszyk_content table.sumTable4 > tbody > tr:last-child > td:first-child {
        width: 60% !important;
    }
    #koszyk_content #formZamowienie table tr:last-child td:last-child,
    #koszyk_content table.sumTable4 tr:last-child td:last-child,
    #koszyk_content table.sumTable4 > tbody > tr:last-child > td:last-child,
    #koszyk_content table.sumTable4 > tbody > tr:last-child > td:last-child {
        width: 40% !important;
    }

}