/*
Theme Name: Tanie Wysyłanie - Szwecja
Theme URI: https://www.taniewysylanie.se/
Author: the Ozga Daniel - Usługi informatyczne
Author URI: http://ozgadaniel.pl
Text Domain: taniewysylanie.se
Description: Motyw strony stworzony tylko dla Tanie Wysyłanie - Szwecja
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
    font-family: 'Lato', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    color: #1b1b1b;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:focus,
a:visited,
a:hover {
    outline-width: 0;
    text-decoration: none;
}
b,
strong {
    font-weight: 700;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
img {
    border-style: none;
}

/*--------------------------------------------------------------
>>> Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1 {
    font-size: 24px;
    font-weight: 300;
}
h2 {
    font-size: 20px;
    font-weight: 300;
}
h3 {
    font-size: 18px;
    font-weight: 300;
}
h4 {
    font-size: 16px;
    font-weight: 800;
}
h5 {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
h6 {
    font-size: 15px;
    font-weight: 800;
}
p {
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
    text-align: left;
    color: #1b1b1b;
}
a {
    color: #cc9200;
    text-decoration: none;
}
a:hover,
a:active {
    color: #f7c600;
    text-decoration: none;
}

/*--------------------------------------------------------------
>>> MARGINS AND PADDINGS
--------------------------------------------------------------*/

.nomargin { margin: 0 !important; }

.top-buffer-0  { margin-top: 0px !important; }
.top-buffer-5  { margin-top: 5px !important; }
.top-buffer-10 { margin-top: 10px !important; }
.top-buffer-15 { margin-top: 15px !important; }
.top-buffer-20 { margin-top: 20px !important; }
.top-buffer-30 { margin-top: 30px !important; }
.top-buffer-40 { margin-top: 40px !important; }

.right-buffer-0  { margin-right: 0px !important; }
.right-buffer-5  { margin-right: 5px !important; }
.right-buffer-10 { margin-right: 10px !important; }
.right-buffer-15 { margin-right: 15px !important; }
.right-buffer-20 { margin-right: 20px !important; }
.right-buffer-30 { margin-right: 30px !important; }
.right-buffer-40 { margin-right: 40px !important; }

.bottom-buffer-0  { margin-bottom: 0px !important; }
.bottom-buffer-5  { margin-bottom: 5px !important; }
.bottom-buffer-10 { margin-bottom: 10px !important; }
.bottom-buffer-15 { margin-bottom: 15px !important; }
.bottom-buffer-20 { margin-bottom: 20px !important; }
.bottom-buffer-30 { margin-bottom: 30px !important; }
.bottom-buffer-40 { margin-bottom: 40px !important; }

.left-buffer-0  { margin-left: 0px !important; }
.left-buffer-5  { margin-left: 5px !important; }
.left-buffer-10 { margin-left: 10px !important; }
.left-buffer-15 { margin-left: 15px !important; }
.left-buffer-20 { margin-left: 20px !important; }
.left-buffer-30 { margin-left: 30px !important; }
.left-buffer-40 { margin-left: 40px !important; }

.nopadding        { padding: 0 !important; }
.nopadding-top    { padding-top: 0 !important; }
.nopadding-right  { padding-right: 0 !important; }
.nopadding-bottom { padding-bottom: 0 !important; }
.nopadding-left   { padding-left: 0 !important; }

.top-padding-5  { padding-top: 5px !important; }
.top-padding-10 { padding-top: 10px !important; }
.top-padding-20 { padding-top: 20px !important; }
.top-padding-40 { padding-top: 40px !important; }

@media (max-width: 767px) {
    .nopadding-xs,
    .box-content .nopadding-xs {
        padding: 0 !important;
    }
    .nopadding-top-xs    { padding-top: 0 !important; }
    .nopadding-right-xs  { padding-right: 0 !important; }
    .nopadding-bottom-xs { padding-bottom: 0 !important; }
    .nopadding-left-xs   { padding-left: 0 !important; }
    
    .padding-right-xs { padding-right: 15px !important; }
    .padding-left-xs  { padding-left: 15px !important; }
    .top-buffer-xs-20 { margin-top: 20px !important; }
    .full-width-xs    { width: 100%; }
}
@media (min-width: 768px) {
    .nopadding-sm        { padding: 0 !important; }
    .nopadding-top-sm    { padding-top: 0 !important; }
    .nopadding-right-sm  { padding-right: 0 !important; }
    .nopadding-bottom-sm { padding-bottom: 0 !important; }
    .nopadding-left-sm   { padding-left: 0 !important; }
    
    .padding-right-sm { padding-right: 15px !important; }
    .padding-left-sm  { padding-left: 15px !important; }
}
@media (min-width: 992px) {
    .nopadding-md        { padding: 0 !important; }
    .nopadding-top-md    { padding-top: 0 !important; }
    .nopadding-right-md  { padding-right: 0 !important; }
    .nopadding-bottom-md { padding-bottom: 0 !important; }
    .nopadding-left-md   { padding-left: 0 !important; }
    
    .padding-right-md { padding-right: 15px !important; }
    .padding-left-md  { padding-left: 15px !important; }
}
@media (min-width: 1200px) {
    .nopadding-lg        { padding: 0 !important; }
    .nopadding-top-lg    { padding-top: 0 !important; }
    .nopadding-right-lg  { padding-right: 0 !important; }
    .nopadding-bottom-lg { padding-bottom: 0 !important; }
    .nopadding-left-lg   { padding-left: 0 !important; }
    
    .padding-right-lg { padding-right: 15px !important; }
    .padding-left-lg  { padding-left: 15px !important; }
}

.text-center-xs,
.text-center-sm {
    text-align: inherit;
}
@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
}
@media (max-width: 991px) {
    .text-center-sm {
        text-align: center;
    }
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.padding-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.padding-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
    padding-top: 30px;
}
.nomargin { margin: 0 !important; }

strong, b, th, .bold {
    font-weight: 700;
}
.fill { 
    min-height: 100%;
    height: 100%;
}
.full { 
    width: 100%;
}

/*--------------------------------------------------------------
>>> Top bar
--------------------------------------------------------------*/

.top-header {
    position: absolute;
    width: 100%;
    z-index: 20;
    background: rgba(27, 27, 27, 0.7);
}

#top-information {
    border-bottom: 1px solid #f7c600;
    padding-top: 10px;
    padding-bottom: 10px;
}
#top-information .top-information-slogan {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
#top-information .top-information-contact {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
#top-information .top-information-contact span {
    padding-left: 30px;
}
#top-information .top-information-contact span .fa {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
#top-information .top-information-contact a {
    color: #fff;
}
#top-information .top-information-contact a:hover {
    color: #f7c600;
}

.upper-case {
    text-transform: uppercase;
}

#top-bar {

}
.top-bar-logo {
    position: relative;
    height: 100%;
}
.top-bar-logo img {
    position: relative;
    max-width: 300px;
    z-index: 10;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    padding-right: 10px;
}
.language-selector ul {
    padding-left: 10px;
    list-style: none;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    text-align: right;
}

.carousel-inner>.item {
    height: 100%;
}

@media (max-width: 1199px) {
    .top-bar-logo {
        padding-right: 0;
        text-align: center;
    }
    .top-bar-logo img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    #top-information {
        text-align: center;
    }
    #top-information .top-information-contact {
        text-align: center;
    }
    #top-information .top-information-contact span {
        display: block;
        padding: 4px 0;
    }
    #top-bar {
        width: 100%;
        position: relative;
        height: 120px;
        padding-top: 20px;
    }
    .top-bar-logo {
        position: relative;
        height: 100%;
        padding-right: 20px;
        text-align: center;
    }
    .top-bar-logo img {
        position: relative;
        max-width: 100%;
        z-index: 10;
        margin-bottom: 0;
    }
    .language-selector ul {
        text-align: center;
        padding: 0;
    }
}

/*--------------------------------------------------------------
>>> Top bar
--------------------------------------------------------------*/

#container-menu {
    width: 100%;
    min-height: 50px;
    float: left;
}
.current_page_item a {
    color: #f7c600 !important;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    border: 1px solid transparent;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-top: 40px;
    border: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    text-align: center;
}
.navbar-nav {
    text-align: center;
    position: relative;
    padding: 0;
    float: inherit;
    margin: 0;
    width: auto;
    display: inline-block;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .navbar {
        width: 100%;
    }
    .navbar-default {
        margin-top: 0px;
    }
}
@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 10px 12px;
        padding-top: 14px;
    }
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #f7c600;
}

/*--------------------------------------------------------------
>>> Top bar
--------------------------------------------------------------*/

#banner-photo {
    width: 100%;
/*    background-image: url(assets/images/bg-04.jpg);
    background-position: center;
    background-size: cover;*/
    background-color: #1b4aa7;
    position: relative;
    height: 710px;
    float: left;
}
.carousel-inner .item img.banner-bg {
    background-position: center;
    background-size: cover;
    z-index: 0;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.carousel-inner .fill {
    position: relative;
    z-index: 5;
}
#banner-photo h2.banner-text-main {
    width: auto;
    margin-top: 320px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 50px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 70px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.6);
}
#banner-photo img.banner-logo-furnitures {
    max-width: 660px;
    position: absolute;
    top: 80px;
    left: 110px;
}
#banner-photo img.banner-logo-hero {
    max-height: 470px;
    position: absolute;
    bottom: -70px;
    right: 0px;
}
#banner-photo .banner-text {
    background: rgba(27, 27, 27, 0.7);
    margin-top: 290px;
    padding: 20px 40px;
    width: auto;
    display: inline-block;
}
#banner-photo .banner-text h2 {
    font-size: 50px;
    color: #f7c600;
    text-transform: uppercase;
    font-weight: normal;
}
#banner-photo .banner-text span {
    font-size: 30px;
    color: #FFF !important;
    padding-bottom: 20px;
    display: inline-block;
}
#banner-photo img.banner-logo {
    max-width: 100%;
}

@media (max-width: 1199px) {
    .carousel-inner .item img.banner-bg {
        height: 100%;
    }
    #banner-photo img.banner-logo-hero {
        max-height: 270px;
        position: absolute;
        bottom: 80px;
        right: 60px;
    }
}
@media (max-width: 991px) {
    .carousel-inner .item img.banner-bg {
        background-position: center;
        background-size: cover;
        z-index: 0;
        margin: inherit;
        position: absolute;
        top: inherit;
        left: 0;
        bottom: 0;
        right: 0;
        min-height: 100%;
        width: auto;
        height: auto;
    }
    #banner-photo h2.banner-text-main {
        width: auto;
        margin-top: 80px;
        padding: 10px 20px;
        display: inline-block;
        font-size: 30px;
        margin-left: 20px;
        color: #FFF;
        text-transform: uppercase;
        line-height: 45px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.6);
    }
    #banner-photo h2.banner-text-main-hero {
        width: 100%;
        text-align: center;
        margin-top: 320px;
        padding: 10px 20px;
        display: inline-block;
        font-size: 20px;
        color: #FFF;
        text-transform: uppercase;
        line-height: 70px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.6);
    }
    #banner-photo img.banner-logo {
        max-width: 100%;
        padding: 0 20px;
    }
    #banner-photo img.banner-logo-furnitures {
        max-width: 60%;
        position: absolute;
        top: 80px;
        left: 0;
    }
    #banner-photo img.banner-logo-hero {
        max-height: 250px;
        position: absolute;
        bottom: 130px;
        right: 0px;
    }
}
@media (max-width: 991px) {
    #banner-photo {
        height: 276px;
    }
    #banner-photo img.banner-logo-furnitures {
        display: none;
    }
    #banner-photo img.banner-logo-hero {
        display: none;
    }
    #banner-photo h2.banner-text-main {
        margin-right: 20px;
    }
    #banner-photo h2.banner-text-main-hero {
        width: auto;
        text-align: center;
        margin-top: 65px;
        padding: 10px 20px;
        margin-left: 20px;
        margin-right: 20px;
        display: inline-block;
        font-size: 20px;
        color: #FFF;
        text-transform: uppercase;
        line-height: 30px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.6);
    }
}
/*--------------------------------------------------------------
>>> Main container
--------------------------------------------------------------*/

.container-yellow-bar {
    background: #f7c600;
    color: #1b1b1b;
    padding: 20px 0;
    text-align: center;
}
.container-yellow-bar p {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    line-height: 42px;
    text-align: center;
}
.container-yellow-bar a {
    background: #cc9200;
    border: 1px solid #cc9200;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    width: auto;
    padding: 10px 30px;
    position: relative;
    display: inline-block;
}
.container-yellow-bar a:hover {
    background: #f7c600;
    border: 1px solid #cc9200;
}
.container-main {

}
.container-over-footer {
    padding: 20px 0;
}
.container-main h1 {
    color: #cc9200 !important;
    font-size: 30px;
    margin: 30px 0 5px 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 36px;
}
.container-main p.text {
    color: #1b1b1b !important;
    line-height: 30px;
}
hr.line-short {
    margin: 5px 0 20px 0;
    width: 60px;
}
hr.line-short.small-padding {
    margin: 0 0 15px 0 !important;
    width: 60px;
}
hr.dark {
    border-top: 1px solid #f7c600;
}
hr.blue {
    border-top: 1px solid #f7c600;
}
.container-main .box-service {
    min-height: 400px;
    padding: 0;
    border: 1px solid #f7c600;
    -webkit-box-shadow: 0px 0px 12px 0px #a0a0a0;
    -moz-box-shadow: 0px 0px 12px 0px #a0a0a0;
    box-shadow: 0px 0px 12px 0px #a0a0a0;
    margin-bottom: 30px;
    display: inline-block;
}
.container-main .box-service img.box-service-photo {
    width: 100%;
    border-bottom: 1px solid #f7c600;
}
.container-main .box-service .box-service-inside {
    padding: 20px;
}
.container-main .box-service .box-service-inside h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #cc9200;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 5px;
}
.container-main .box-service .box-service-inside p {
    font-size: 15px;
    text-align: left;
    color: #1b1b1b;
    margin-bottom: 30px;
}
.container-main .box-service .box-service-inside span {
    color: #cc9200;
    font-weight: 700;
    position: absolute;
    bottom: 50px;
}
.container-main .box-service:hover .box-service-inside span {
    color: #1b1b1b;
}
.container-main .box-service:hover img {
    opacity: .8;
}
.container-main .box-service:hover .box-service-inside h4 {
    color: #1b1b1b;
}
.container-main .box-service:hover .box-service-inside p {
    color: #1b1b1b;
}
.container-main-text,
.container-main-text p {
    margin: 0 0 14px;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.container-main-text .table p {
    text-align: center;
    margin: 5px 0;
    line-height: 18px;
}
.container-main h4.under-title {
    color: #1b1b1b;
    line-height: 26px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-top: -5px;
}
.container-main-text ul,
.container-main-text ol {
    padding-left: 40px;
    font-size: initial;
    line-height: 26px;
}
.container-widget .widget-one:first-child {
    margin-top: 30px;
}
.widget-one {
    border: 1px solid #cc9200;
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
}
.widget-one h4 {
    color: #cc9200;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.widget-one p {
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    text-align: left;
}
.widget-one img {
    width: 100%;
    border: none;
    outline: none;
}

/*--------------------------------------------------------------
>>> Main container
--------------------------------------------------------------*/

#container-motto {
    position: relative;
    width: 100%;
    min-height: 300px;
    padding-top: 80px;
    background: url(assets/images/bg-1000.jpg);
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#container-motto .motto-bigger h5 {
    text-transform: uppercase;
    font-size: 60px;
    margin: 0 0 20px;
    font-weight: 900;
    color: #1b1b1b;
}
#container-motto a {
    border: 1px solid #1b1b1b;
    color: #1b1b1b;
    padding: 8px 35px;
    font-size: 15px;
    text-transform: uppercase;
}
#container-motto a:hover,
#container-motto a:active {
    color: #1b1b1b;
    background: rgba(255, 255, 255, 0.85);
}
#container-motto .motto-list ul {
    list-style: none;
}
#container-motto .motto-list ul li {
    color: #1b1b1b;
    font-size: 23px;
    border-left: 3px solid #1b1b1b;
    margin-bottom: 20px;
    padding-left: 20px;
    line-height: normal;
}

@media (max-width: 767px) {
    #container-motto .motto-bigger {
        text-align: left;
        margin-bottom: 30px;
        padding-left: 55px;
    }
    #container-motto .motto-list {
        margin-bottom: 60px;
    }
    #container-motto .motto-bigger h5 {
        text-transform: uppercase;
        font-size: 50px;
        margin: 0 0 20px;
        font-weight: 900;
        color: #FFF;
    }
    #container-motto a {
        border: 1px solid #fff;
        color: #FFF;
        padding: 8px 38px;
        font-size: 15px;
        text-transform: uppercase;
    }
    #container-motto .motto-list ul li {
        color: #fff;
        font-size: 20px;
        border-left: 3px solid #cc9200;
        margin-bottom: 20px;
        padding-left: 20px;
        line-height: normal;
    }
}

/*--------------------------------------------------------------
>>> Contact container
--------------------------------------------------------------*/

/*#container-motto {
    position: relative;
    width: 100%;
    min-height: 300px;
    padding-top: 80px;
    background: url(assets/images/banner-highway.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.container-main .form-row {
    margin-bottom: 10px;
}
.container-main .form-row:last-child {
    margin-bottom: 0px;
}
.container-main .form-row label {
    font-size: 16px;
    font-weight: 300;
    color: #f7c600;
}
.container-main.subpage .form-row label {
    font-size: 16px;
    font-weight: 300;
    color: #1b1b1b;
}
.container-main .form-row button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border: 1px solid #1b1b1b;
    padding: 5px;
    outline: none;
    color: #1b1b1b;
}
.container-main .form-row textarea {
    height: 187px;
}
.container-main .form-row-submit input[type=submit] {
    background: #cc9200;
    border: 1px solid #cc9200;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    padding: 5px 25px;
    position: relative;
    margin: 20px 0 0 0;
    min-width: 230px;
}
.container-main.subpage .form-row-submit input[type=submit] {
    background: #cc9200;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 5px 25px;
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 10px;
}
.container-main .form-row-submit input[type=submit]:hover,
.container-main .form-row-submit input[type=submit]:active {
    background: #f7c600;
}
.container-main-text form p {
    margin: 0;
    margin-bottom: 0 !important;
}
div.wpcf7 .ajax-loader {
    position: absolute;
}
@media (max-width: 767px) {
    div.wpcf7 .ajax-loader {
        position: absolute;
        right: 140px;
    }
}
span.wpcf7-not-valid-tip {
    color: #e04622;
    background: #ffc2c2;
    padding: 4px 5px;
    border: 1px solid #e04622;
    font-size: 12px;
    font-weight: normal;
    display: block;
    line-height: normal;
    margin: 5px 0;
}
.wpcf7 form .wpcf7-response-output,
div.wpcf7-validation-errors {
    display: block;
    margin: 10px 0 0 0;
    border: 1px solid #e04622;
    background: rgb(255, 205, 193);
    color: #1b1b1b;
    padding: 5px 10px;
}
div.wpcf7-mail-sent-ok {
    display: block;
    margin: 10px 0 0 0;
    border: 1px solid #cc9200;
    background: rgb(167, 211, 255);
    color: #1b1b1b;
    padding: 5px 10px;
}
.container-main .form-contact .form-row textarea {
    height: 196px;
}

/*.container-form-contact-main .row {
    display: table;
}
.container-form-contact-main .row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}*/
.container-form-contact-main .wpcf7-form-control-wrap {
    position: relative;
    height: auto;
    display: block;
}

/*--------------------------------------------------------------
>>> Footer
--------------------------------------------------------------*/

#footer-blue-over {
    background: #cc9200;
    padding: 15px 0;
}
#footer-blue-over h6 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin: 9px 0;
}
#footer-blue-over a {
    background: #e04622;
    border: 1px solid #1b1b1b;
    padding: 10px 12px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}
#footer-blue-over a:hover,
#footer-blue-over a:active {
    background: #bf3210;
}
#footer {
    background: #1b1b1b;
    min-height: 250px;
    padding: 30px 0;
    color: #fff;
}
#footer p {
    color: #fff;
}
#footer h3 {
    color: #cc9200;
    font-size: 22px;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 36px;
}
#footer a {
    color: #cc9200;
}
#footer a:hover,
#footer a:active {
    color: #f7c600;
}
#footer ul,
#footer ol {
    padding: 0;
    font-size: 18px;
    list-style: none;
    line-height: 28px;
}
#footer ul li a,
#footer ol li a {
    color: #fff;
}
#footer hr.line-short {
    margin: 0 0 10px 0;
    width: 60px;
}
#footer-cr {
    background: #1b1b1b;
    padding: 10px 0;
    color: #FFF;
    font-size: 16px;
}
#footer-cr .copyrights {
    text-align: left;
}
#footer-cr .page-author {
    text-align: right;
}
@media (max-width: 1199px) {
    #footer-cr .copyrights {
        text-align: center;
        line-height: 30px;
    }
    #footer-cr .page-author {
        text-align: center;
        line-height: 30px;
    }
}
#footer-cr .page-author a {
    color: #cc9200;
    font-weight: 700;
}
#footer-cr .page-author a:hover {
    color: #f7c600;
}

/*--------------------------------------------------------------
>>> Gallery
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-item {
        max-width: 25%;
}

.gallery-columns-1 .gallery-item {
        max-width: 100%;
}

.gallery-columns-2 .gallery-item {
        max-width: 50%;
}

.gallery-columns-3 .gallery-item {
        max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
        max-width: 25%;
}

.gallery-columns-5 .gallery-item {
        max-width: 20%;
}

.gallery-columns-6 .gallery-item {
        max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
        max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
        max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
        max-width: 11.11%;
}
.container-main-text img.alignnone,
.container-main-text img.aligncenter,
.container-main-text img.alignright,
.container-main-text img.alignleft,
.gallery-item a img {
    border: 1px solid #f7c600;
    -webkit-box-shadow: 0px 0px 12px 0px #a0a0a0;
    -moz-box-shadow: 0px 0px 12px 0px #a0a0a0;
    box-shadow: 0px 0px 12px 0px #a0a0a0;
}
figure.gallery-item div {
    text-align: center;
}

/*--------------------------------------------------------------
>>> Breadcrumbs
--------------------------------------------------------------*/

#breadcrumbs {
    list-style:none;
    margin:10px 0;
    padding: 0;
    overflow:hidden;
}
#breadcrumbs li {
    display:inline-block;
    margin-right:8px;
}
#breadcrumbs .separator {
    font-size:18px;
    font-weight:100;
    color:#ccc;
}
#breadcrumbs a {
    color: #cc9200;
    font-weight: 700;
}
#breadcrumbs a:active,
#breadcrumbs a:hover {
    color: #1b1b1b;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

@media (max-width: 767px) {
    #navbarCollapse {
        position: absolute;
        width: 100%;
        background: rgba(27, 27, 27, 0.85);
        top: 55px;
        left: 0;
        border: none;
        text-align: center;
        z-index: 10;
    }
    #navbarCollapse ul.navbar-nav {
        margin: 0;
        width: 100%;
    }
    #navbarCollapse ul.navbar-nav li {
        background: none;
        background-size: auto;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #navbarCollapse ul.navbar-nav li:hover {
        text-decoration: none;
        background-color: #cc9200;
    }
    #navbarCollapse ul.navbar-nav li:hover a {
        color: #FFF;
    }
    #navbarCollapse ul.navbar-nav li a {
        margin-top: 0;
        padding: 11px 10px;
        display: block;
        color: #fff;
    }
}

/*--------------------------------------------------------------
>>> Slider
--------------------------------------------------------------*/

.carousel {
    position: relative;
    height: 100%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*--------------------------------------------------------------
>>> 404
--------------------------------------------------------------*/

button.search-submit svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
button.search-submit {
    background: #cc9200;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    width: auto;
    padding: 8px 25px;
    outline: none;
    border: 1px solid #1b1b1b;
}

/*--------------------------------------------------------------
>>> 404
--------------------------------------------------------------*/

.container-form-service {
    background: #1b1b1b;
    padding-bottom: 20px;
}
.form-service img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.container-form-service h1,
.container-form-service p {
    color: #FFF;
}
.container-form-service p {
    color: #FFF;
    font-size: 18px;
}
.container-form-service form.wpcf7-form {
    margin-top: 0;
}

.offer-table img {
    max-width: 100%;
    height: auto;
}
.container-main-text .offer-table {
    margin-top: 15px;
    margin-bottom: 35px;
}
.container-main-text .offer-table p {
    text-align: center;
    margin-bottom: 0;
}
.container-main-text .offer-table p.strong {
    font-weight: 700 !important;
}
.container-main-text .offer-table p.text-left {
    text-align: left !important;
}
.container-main-text .offer-table .row.header-row {
    background: #eef2f7;
}
.container-main-text .offer-table .row {
    border-bottom: 1px solid #d5d9de;
    padding-top: 5px;
    padding-bottom: 5px;
}
.container-main-text .offer-table .row:hover {
    background: #eef2f7;
}

#slideout {
    position: fixed;
    top: 320px;
    right: -310px;
    width: 310px;
    height: 220px;
    z-index: 50;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#slideout img {
    position: absolute;
    right: 310px;
    width: 58px;
    height: 220px;
    border-style: none;
    z-index: 100;
}
#slideout_inner {
    position: absolute;
    background: #3b5997;
    width: 310px;
    min-height: 220px;
    padding: 5px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#slideout:hover {
    right: 0;
}