﻿.aq-template-wrapper .aq_span12 .aq_span6 .aq_span6{
    width: 100%;
    margin-bottom: 40px;
}

.testimonials ul{
    padding-left: 0px;
}

body ol, body ul{
    padding-left: 15px;
}
body ul{
    list-style: disc;
}
body ol{
    list-style: decimal;
}
.cookies{
    position: fixed;
    bottom:0;
    text-align: center;
    background: #161616;
    width:100%;
    padding:4px 0;
    font-size: 13px;
}
#accept_cookies{
    background: #BD0D2C;
    border-radius: 3px;
    color:#FFFFFF;
    font-size: 13px;
    padding:3px 10px;
}
.hide{
    display:none;
}
hr{
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.content-container{
    padding:60px 0 20px 0;
}
.content-container.no-padding-top{
    padding:0px 0 20px 0;
}
.content-container.white{
    background: #FFFFFF;
}

body{
    color:#3a3a3a;
    background: #f2f2f2;
}
.hidden{
    display:none;
}
.red{
    color:#ca2039;
}
.blue, a{
    color:#1ba8e3;
}
.blue, a:hover{
    color:#158FC2;
}
.read_more{
    display:block;
    text-decoration: none;
    font-size:15px;
    margin-top:10px;
}
hr{
    margin:0;
    background-color:#e3e3e3;
}
strong{
    font-weight: bold;
}
#searchform label{
    display: none;
}
.subpage{
    padding-top:40px;
}
/* SLIDER */
.rev_slider_wrapper .icon-wrapper{
    color:#FFFFFF;
    border:2px solid #FFFFFF;
    text-align: center;
}
.slider_white p i{
    color:#FFFFFF;
}
.tp-caption .button{
    width:200px;
    padding:0px;
}
.tp-bullets.simplebullets .bullet{
    width:10px !important;
    height:10px !important;
    border-radius: 5px !important;
    background: #a2a9ad !important;
}
.tp-bullets.simplebullets .bullet.selected{
    background: #FFFFFF !important;
}
.wpcf7-form{
    position:relative;
    margin-top:20px;
}
.wpcf7-form .button{
    height:40px;
    line-height: 40px;
    width:200px;
    padding:0;
}
.wpcf7-form .wpcf7-not-valid-tip{
    color:#FFFFFF;
    background: #C5122C;
    padding: 0 20px;
    font-size: 12px;
    width: 260px;
    max-width: 80%;
}
.wpcf7-form .wpcf7-response-output{
    color:#FFFFFF;
    background: #C5122C;
    padding: 0 20px;
    font-size: 12px;
    width: 260px;
    border:none;
    max-width: 80%;
    margin-left: 0px;
}

.form-contra{
    background: #C5152C;
    border-radius:1px;
    padding:5%;
}
.form-contra span.wpcf7-form-control-wrap{
    display:block;
}
.form-contra p,
.form-contra span,
.form-contra label{
    color: #FFFFFF;
}
.form-contra input,
.form-contra select{
}
.form-contra input[type="submit"],
.form-contra button,
.form-contra .button{
    background: #F12E50;
}
.form-contra input[type="checkbox"],
.form-contra .wpcf7-checkbox{
    margin-left: 0;
    padding-left: 0;
}
/* HEADER */
.site-header{
    background-color:#1B1B1B;
    min-height:85px;
    position:relative;
    padding:0px;
    margin:0px;
}
.site-header .header{
    max-width: 1200px;
    max-height: 100%;
    margin:0 auto;
    padding:0px 15px;
}

/* OVERLAY */
#overlay-container{
    display:none;
    z-index: 1001;
}
#overlay{ 
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    min-width: 100%;
    min-height: 100%;
    display: table;
    background:rgba(0,0,0,0.5);
    z-index: 1001;
}
#overlay-box-container{
    display: table-cell;
    vertical-align: middle;
}
#overlay-box{
    position:relative;
    width:80%;
    height:400px;
    max-height:80%;
    margin:0 auto;
    background:#FFFFFF;
    border-radius:5px;
}
.overlay-close{
    position:absolute;
    top:2px;
    right:2px;
    display:block;
    text-decoration: none;
    color:#000000;
    font-weight:bold;
}
#overlay-menu{
    width:30%;
    float:left;
    border-right:1px solid black;
    min-height:100px;
}
#overlay-content{
    width:69%;
    float:left;
    max-height:100%;
    overflow-y: auto;
}
#overlay-content:after{
    clear:both;
}
.overlay-product{
    height:400px;
    margin-bottom: 10px;
    background:#FAFAFA;
}


/* NAVIGATION */
.main-navigation {
    text-align: center;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
    display: inline-block;
}
@media all and (min-width: 960px) {
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        border-bottom: 1px solid #ededed;
        border-top: 1px solid #ededed;
        display: inline-block;
        text-align: left;
        width: 100%;
    }
    .main-navigation ul {
        margin: 0;
        text-indent: 0;
    }
    .main-navigation li a,
    .main-navigation li {
        display: inline-block;
        text-decoration: none;
    }
    .main-navigation li a {
        border-bottom: 0;
        color: #6a6a6a;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .main-navigation li a:hover {
        color: #000;
    }
    .main-navigation li {
        position: relative;
    }
    .main-navigation li ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
    }
    .main-navigation li ul ul {
        top: 0;
        left: 100%;
    }
/*    .main-navigation ul li:hover > ul {
        border-left: 0;
        display: block;
    }*/
    .main-navigation li ul li a {
        background: #efefef;
        border-bottom: 1px solid #ededed;
        display: block;
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
        padding: 8px 10px;
        padding: 0.571428571rem 0.714285714rem;
        width: 180px;
        width: 12.85714286rem;
        white-space: normal;
    }
    .main-navigation li ul li a:hover {
        background: #e3e3e3;
        color: #444;
    }
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_ancestor > a {
        font-weight: bold;
    }
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_ancestor > a,
    .menu-item:hover a{
        color: #636363;
    }
    .main-navigation .current-menu-item.menu-item-has-children,
    .main-navigation .current-menu-ancestor.menu-item-has-children
    {
        background: url('../img/triangle.png') no-repeat scroll center bottom;//#CA2039;
        margin-bottom:43px;
    }
    @media (-webkit-min-device-pixel-ratio: 2){
        .main-navigation .current-menu-item.menu-item-has-children,
        .main-navigation .current-menu-ancestor.menu-item-has-children
        {
            background-image: url('../img/triangle.png') no-repeat scroll center bottom;
            background-size:16px 8px;
        }
    }
    .menu-toggle {
        display: none;
    } 
    .site-header #site-navigation{
        float:right;
        clear:right;
        margin-top:19px;
    }
    .site-header #menu-main li:last-child a{
        padding-right:0px;
    }
    .site-header #menu-main li a{
        padding:7px 20px;
        color:#FFFFFF;
        font-size: 14px;
        text-transform: uppercase;
    }
    .site-header #menu-main li a:hover{
        /*text-decoration: underline;*/
        color: #E8E8E8;
    }
    .site-header #menu-main li ul li a{
        padding:7px 10x;
        text-transform: none;
        font-size: 14px;
    }
    .site-header #menu-main li ul li a:hover{
        /*text-decoration: underline;*/
        color: #E8E8E8;
    }
    .main-navigation li{
        position:inherit;
    }
    .site-header #menu-main li .sub-menu{
        background:#ca2039;
        position: absolute;
        left:0px;
        top:92px;
        width:100%;
        /*min-height:40px;*/
        padding:7px 0;
        z-index: 2000;
    }
    .site-header #menu-main li ul .sub-wrapper{
        max-width: 1200px;
        padding:0px 15px;
        z-index: 2001;
        margin: 0 auto;
        position: relative;
    }
    .site-header #menu-main li.current_page_item .sub-menu, 
    .site-header #menu-main li.current-page-ancestor .sub-menu,
    .site-header #menu-main li.current-menu-ancestor .sub-menu,
    .site-header #menu-main li.current-menu-parent .sub-menu,
    .site-header #menu-main li.current_page_parent .sub-menu{
        z-index:1999;
        display:block !important;
    }
    .main-navigation li ul li{
        margin:0px;
    }
    .site-header #menu-main li ul li a{
        padding:0px 20px 0 0;
    }
    .site-header #menu-main li ul li{
        position: relative;
        float: left;
        margin: 0px;
    }
    .site-header #menu-main li ul li a{
        background:none;
        width: auto;
        border:none;
    }
    .site-header .header .top-menu ul li a.lang{
        color:#1ba8e3;
    }
}

.site-header .header .top-menu{
    margin-top:14px;
    height:25px;
    line-height: 25px;
    margin-right:2px;
}
#languageSwitcher{
    position:relative;
}
#languageSwitcher .current-language a{
    display:none;
}
#languageSwitcher .current-language a.current{
    display:inline;
    color: #1BA8E3;
}
#applicationLogin{
    background: #BD0D2C;
    border-radius: 3px;
    color:#FFFFFF;
    padding:4px 10px;
}
#languagesBox{
    display:none;
    position:absolute;
    width:90px;
    z-index: 2000;
}
#languagesBox .arrow{
    background: url('../img/triangle.png') no-repeat scroll center center;
    width:100%;
    height:8px;
}
#languagesBox .languages{
   text-align: center; 
   background-color: #BD0D2C;
    padding:10px 0;
}
#languagesBox a{
    font-weight: 300;
    display:block;
    color:#FFFFFF;
    line-height:25px;
}
.site-header .header .top-menu ul li a.current_language{
    color:#FFFFFF;
}
.site-header .header .top-menu ul li a:hover,
.site-header .header .top-menu ul li a:hover span{
    color: #1BA8E3;
}
.site-header .header .top-menu ul li{
    display:inline-block;
    color:#9c9c9c;
    height:25px;
    line-height: 25px;
    margin-left: 5px;
    vertical-align: middle;
}
.site-header .header .top-menu ul li a,
.site-header .header .top-menu ul li span
{
    text-decoration: none;
    font-size:12px;
    color:#9c9c9c;
    padding-right: 5px;
}
.site-header .header .top-menu ul li span{ 
    padding-right: 2px;
}
.site-header .header .top-menu ul li #s{
    width:124px;
    height:19px;
    line-height:25px;
    border:none;
    background:#8c8c8c;
    padding:3px 5px;
    outline:none;
    border-radius:3px;
    font-size:12px;
    display: block; 
    float:left;
}
#searchform{
    padding-top:2px;
}
.site-header .header .top-menu ul li #searchsubmit{
    background:url('../img/search.png');
    width:25px;
    height:25px;
    line-height: 25px;
    border:none;
    outline:none;
    color:transparent;
    padding:0px;
    margin-left:3px;
    display: block; 
    float:left;
}
.site-header .header .top-menu ul li #searchsubmit:after{
    clear: both;
}

.site-header #logo{
    display:block;
    position:absolute;
    width:168px;
    height:44px;
    /*background-image: url('../img/logo.png');*/
    top:20px;
}
.fullwidthbanner-container{
    padding:0 !important;
}
.main-navigation{
    margin:0px;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul{
    border:none;
}
*::-webkit-input-placeholder {
    color:#5F5F5F;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color:#5F5F5F;
}
*::-moz-placeholder {
    /* FF 19+ */
    color:#5F5F5F;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color:#5F5F5F;
}
/* FORMS */
input[type="text"],
input[type="email"]{
    border:1px solid #9b9b9b;
    outline:none;
    width:260px;
    padding:0 20px;
    height:40px;
    line-height: 40px;
    font-size:14px;
    color:#5F5F5F;
    font-weight: 300;
    max-width: 80%;
}
input[type="checkbox"]
{
    line-height: 1;
}
textarea{
    border:1px solid #9b9b9b;
    outline:none;
    width:260px;
    height:160px;
    padding:20px;
    font-size:14px;
    color:#5F5F5F;
    font-weight: 300;
    max-width: 80%;
}




/* BLOCKS */
.icon-wrapper{
    width:106px;
    height:106px;
    border-radius: 200px;
    border:2px solid #626262;
    margin:0 auto;
    line-height: 106px;
    font-size: 34px;
}
.container{
    max-width:1200px; 
    padding:0px 15px;
    margin:0 auto;
}
.section{
    padding: 60px 0; 
}
/* Image block */
.aq-block-my_image_block .image-wrapper{
    display: block;
    width:100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.aq-block-my_image_block .image-wrapper img{
    width:100%;
    max-width: 100%;
}
/* Product block */
.product_box{
    display: table;
}
.aq-block-my_product_block .image{
    display:table-cell;
    width:190px;
    max-width: 190px;
}
.aq-block-my_product_block .text{
    display:table-cell;
    padding-left:30px;
    vertical-align: top;
    max-width: 340px;
}

/*EVENTS */
.aq-block-my_events_block table{
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0px;
    font-weight: 300;
    font-size: 15px;
}
.aq-block-my_events_block table tr > td,
.aq-block-my_events_block table tr > th
{
  border-bottom: 1px solid #F2F2F2;
}
.aq-block-my_events_block table .column-type{
    width:10%;
}
.aq-block-my_events_block table .column-subject{
    width:40%;
}
.aq-block-my_events_block table p{
    margin: 0px;
}
.aq-block-my_events_block table p.smaller{
    font-size: 14px;
}
.aq-block-my_events_block table .column-date{
    width:26%;
}
.aq-block-my_events_block table .column-harmonogram{
    width:12%;
}
.aq-block-my_events_block table .column-action{
    width:15%; 
}
.aq-block-my_events_block table tr td{
    height: 50px;
    vertical-align: middle;
    padding:0 10px 0 10px;
}
.aq-block-my_events_block table tr td .button{
    width:115px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    display: table-cell;
}
.aq-block-my_events_block table tr td.date{
    text-transform: uppercase;
}
.aq-block-my_events_block table tr:nth-child(2n){
    background:#e4e4e4;
}
.aq-block-my_events_block table tr:nth-child(2n+1){
    background:#ebebeb;
}
.aq-block-my_events_block table tr th{
    height: 40px;
    background:#e4e4e4;
    line-height: 40px;
    text-transform: uppercase;
    padding:0 10px 0 10px;
}

.event_sign_up textarea{
    width:100%;
}

/* 404 */
.icon-block.block-404{
    padding-bottom:60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #D7D7D7;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.icon-block.block-404 #searchsubmit{
    background: none repeat scroll 0 0 #C5122C;
    border: medium none;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 0;
    outline: 0 none;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
/* ICON BLOCK */
.aq-block-my_icon_block{
    text-align: center;
}
.icon-block{
    padding:0 15%;
}
.aq-block-my_icon_block .button{
    margin-top:45px;
}
/* MY TEXT BLOCK */
.aq-block-my_text_block .big-text{
    font-size:48px;
    line-height: 1;
}
.aq-block-my_text_block .medium-text{
    font-size:36px;
    line-height: 1;
} 
.aq-block-my_text_block p{
    margin-bottom: 5px;
}
.aq-block-my_text_block .text-column {
    padding-right: 32px;
    margin:0px;
    width:100%;
}
.aq-block-my_text_block img.image{
    max-width: 100%;
    width: 100%;
}
.aq-block-my_text_block .buttons{
    text-align: left;
    margin-top: 0px;
}
/* KOSZYK */
.favourites-box  h1{
    font-size: 24px;
    margin-bottom: 5px;
}
.favourites-box .buttons{
    padding-bottom:30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D7D7D7;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.favourites-box #favourites-form{
    display:none;
}
.container .aq-block-my_text_block .icon-column,
.container .aq-block-my_text_block.aq-first .icon-column{
   padding-left: 0px;
}
.container .aq-block-my_text_block:last-child .text-column{
   padding-right: 0px;
}

/* LAST POST */
.aq-block-my_last_post_block .text-column {
    padding-right: 32px;
    margin:0px;
    width: 100%;
}
.aq-block-my_last_post_block .icon-column{
    padding-left:32px;
}
.container .aq-block-my_last_post_block:first-child .icon-column{
   padding-left: 0px;
}
.container .aq-block-my_last_post_block:last-child .text-column{
   padding-right: 0px;
}

/* TEXT BLOCK */
.text-column{
    display:table-cell;
}
.text-column.three{
    padding-right: 20px;  
}

/* LISTA */
.aq-block-my_list_block ul{
    list-style: none;
}
.aq-block-my_list_block ul li{
  width:100%;
}
.aq-block-my_list_block ul li span{
    display: block;
    margin:0px;
    border-bottom: 1px solid #FFFFFF;
    background:#e4e4e4;
    min-height: 20px;
    padding: 10px 0 10px 20px;
    /*line-height: 40px;*/
    /*text-indent: 20px;*/
}
.aq-block-my_list_block ul li:nth-child(2n) span{
    background:#ebebeb;
}

/* SECTION BLOCK*/
/*.aq-block-my_section_block .text-block.left .text-column{
    padding-right: 32px;
}
.aq-block-my_section_block .text-block.left .icon-column{
    padding-left: 0px;
}*/

.aq-block-my_section_block .asset-container.right .text-block,
.aq-block-my_section_block .asset-container.right .video-box,
.product-detail .asset-container.right .text-block,
.product-detail .asset-container.right .video-box{
    width:48.5%;
}
.aq-block-my_section_block .asset-container.right .aq-block,
.product-detail .asset-container.right .aq-block{
    float:right
}
.aq-block-my_section_block .asset-container.right .text-block,
.product-detail .asset-container.right .text-block{
    margin-left:0;
}
.aq-block-my_section_block .asset-container.right .text-block .text-column,
.product-detail .asset-container.right .text-block .text-column{
    padding-right: 32px;
}
.aq-block-my_section_block .asset-container.right .video-box,
.product-detail .asset-container.right .video-box{
    margin-left:3%;
}
.line{
    border-right:solid 1px #D7D7D7;
    -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:    1px 0px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:         1px 0px 0px 0px rgba(255, 255, 255, 1);
}
.icon-column{
    vertical-align: top;
    display:table-cell;
    width:60px;
    padding-right: 32px;
    /*padding-left:32px;*/
}

.aq-block-my_bg_text_block .icon-wrapper{
    border:2px solid #FFFFFF;
}
.aq-block-my_bg_text_block h4{
    color:#FFFFFF;
}
.aq-block-my_bg_text_block .button{
    margin-top:50px;
}
.button, 
.wysija-submit, 
.more-link,
.wpcf7-submit{
    height:40px;
    line-height:40px;
    background:#c5122c;
    padding:0px 30px;
    text-align: center;
    color:white;
    text-decoration: none;
    display:inline-block;
    width:auto;
    margin:0 auto;
    margin-top:20px;
    border-radius:3px;
    outline:0px;
    border:none;
    font-size: 14px;
    cursor: pointer;
}
.button:hover{
    color: #E8E8E8;
}
.button.grey,
.button:disabled, 
.wysija-submit:disabled, 
.more-link:disabled,
.wpcf7-submit:disabled{
    background:#A9A9A9;
    color:#FFFFFF;
}
.wpcf7-list-item{
    display: block;
}
.aq-block .button{
    margin: 10px auto 0
}
.aq-block-my_icon_block .button{
    margin: 25px auto 0
}

.asset .button{
    display: block;
/*    height: 40px;
    line-height: 40px;*/
    /*padding: 0;*/
    float:left;
    /*width:140px;*/
    margin-top: 40px;
}
.aq-block-hr-single{
    margin:0;
}
.image-block{
    padding: 40px 0;
    width:100%;
    display:table;
}
.image-block .box-container{
    display:table-cell;
    vertical-align: middle;
}
.aq-block h4{
    font-size:24px;
    margin-bottom: 15px;
    line-height: 110%;
}
.aq-block p{
    font-size: 16px;
    margin-bottom:15px;
}
.aq-block p.counter{
    font-size:48px;
    margin:0;
    line-height: 1;
}
.image-block .box-container .box{
    width:auto;
    max-width: 1200px;
    padding:0px 15px;
    margin:0 auto;
    text-align: center;
    color:#FFFFFF;
    font-size: 16px;
}

/* TEKST Z TŁEM */
.aq-block-my_bg_text_block .button{
    margin-top:25px;
}
.aq-block-my_bg_text_block .button{
    margin-left: 40px;
    width:180px;
}
.aq-block-my_bg_text_block .button:first-child{
    margin-left:0px;
}
.aq-block-my_bg_text_block{
    float:none !important;
}
.aq-block-my_bg_text_block .image-block{
    padding:70px 0;
}
.aq-block-my_bg_text_block h2{
    font-size:36px;
}
.aq-block-my_bg_text_block .image-block.light,
.aq-block-my_bg_text_block .image-block.light p,
.aq-block-my_bg_text_block .image-block.light h2,
.aq-block-my_bg_text_block .image-block.light i{
    color: #FFFFFF;
}
.aq-block-my_bg_text_block .image-block.light .icon-wrapper{
    border: 2px solid #FFFFFF;
}
.aq-block-my_bg_text_block .image-block.dark,
.aq-block-my_bg_text_block .image-block.dark p,
.aq-block-my_bg_text_block .image-block.dark h2,
.aq-block-my_bg_text_block .image-block.dark i{
    color: #3A3A3A;
}
.aq-block-my_bg_text_block .image-block.dark .icon-wrapper{
    border: 2px solid #3A3A3A;
}
.aq-block h2{
    margin:24px 0 8px 0;
    font-size:30px;
}
.aq-block h3, .aq-block h3 span{
    margin:0px 0 10px 0;
    font-size:24px;
    font-weight: 300;
}
.aq-block h4{
    margin:0px 0 10px 0;
    font-size:20px;
    font-weight: 300;
}
.section-wide{
    padding:0;
}

/* PRODUCTS */
.category-header .icon-column{
    padding-left:0px;
}
.category-header {
    margin: 20px 0 30px 0;
}
.category-header .text-column{
    vertical-align: middle;
}
.category-header h2{
    padding: 0;
    margin: 0;
    font-size: 24px;
    width:240px;
    text-align: left;
    display: inline;
}
.product-list {
    padding-bottom:10px;
    margin-bottom:60px;
    border-bottom: 1px solid #D7D7D7;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 1);
}
#content .product-list:last-child{
    margin-bottom: 0px;
}
.product-list .product-block{
    /*margin-top: 60px;*/
}
.product-title{
    color: #000000;
}
.product-block{
    margin: 25px 0;
}
.product-block .media-column{
    display: table-cell;
    width:190px;
    height:145px;
    padding-left: 50px;
}
.product-block .text-column{
    width:100%;
    padding-left:30px;
    vertical-align: top;
}
.product-block .text-column .excerpt{
    min-height: 120px;
}
.product-block .button{
    width:135px;
    padding:0px;
    margin-right: 8px;
}
.product-list .product-block.aq-first .media-column,
.aq-first .product-block .media-column{
    padding-left:0px;
}
.product-list .product-block.aq-first .text-column,
.aq-first .product-block .text-column {
    padding-right: 50px;
}

.product-detail h2{
    font-size: 24px;
    margin:0;
    padding:0;
}
.product-detail h3,
.product-detail h3.entry-subtitle,
.product-detail .asset-container h3.entry-subtitle{
    font-size: 18px;
    margin:5px 0 40px 0;
    padding:0;
}
.product-detail .asset-container h3{
    font-size: 24px;
}
.product-detail h4.entry-term{
    font-size: 14px;
    margin:0;
    padding:0;
}
.product-detail .media-column{
/*    display: table-cell;
    width:560px;
    height:420px;
    max-width:560px;*/
}
.product-detail .media-column img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.product-detail .actions{
    padding-top:15px;
}
.product-detail .button{
    margin-right: 2px;
    margin-top: 4px;
    margin-left:0px;
}
.product-detail .text-column{
    padding-left:80px;
}
.product-detail .text-column.asset{
   padding-left:0px; 
}
.product-detail .text-block.left .text-column{
    padding-right: 32px;
}
.product-detail .text-block.left .icon-column{
    padding-left: 0px;
}
.product-detail section{
    padding-bottom:60px;
    margin-bottom:60px;
    border-bottom: 1px solid #D7D7D7;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 1);
}

#content.single-product section:last-child{
    margin-bottom: 0px;
}



.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 52%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* VIDEOTOURS*/
.videotour_categories_box .categories{
   text-align: center; 
}
.videotour_categories_box .container.inner{
    padding:0px 20%;
}
.videotour_categories_box h2{
    margin:0 0 24px 0;
}
.videotour_categories_box .categories .buttons{
    display: inline-block;
}
.videotour_categories_box .categories .buttons .button{
    background:#8b797b;
    min-width:80px;
    width: auto;
    padding:0 10px;
    margin:5px 5px 0 0;
}
.videotour_categories_box .categories .buttons .button:last-child{
    margin-right: 0px;
}
.videotour_categories_box .categories .buttons .button.active{
    background:#C5122C;
}
.videotour_list{
    margin-top: 70px;
}
.videotour_list .aq-block .media{
    width:100%;
    text-align: center;
}
.videotour_list .videotour-box{
    min-height:390px;
}
.videotour_list .aq-block .media .videowrapper{
    padding-bottom: 50%;
}
.videotour_list .aq-block .media img{
    max-width: 100%;
    max-height: 100%;
}
.videotour_list .aq-block.aq-first{
    margin-left:0%;
}
.videotour_list .aq-block{
    margin-left:5%;
}
.videotour_list .videotour-box h3{
    margin:15px 0 5px 0;
}


/* SYSTEMY */
.aq-block-my_systems_select_block .select{
    text-align: center;
    margin-top:20px;
}
.aq-block-my_systems_select_block select{
    width:255px;
    height: 40px;
    line-height: 40px;
    padding:7px 10px;
    border:1px solid #dadada;
    border-radius:3px;
    outline:none;
}
ul.systems{
    list-style:none;
}
ul.systems li{
  width:33%;  
  float:left;
}
ul.systems li a{
    display: block;
    margin:0px;
    margin-right: 10%;
    border-bottom: 1px solid #FFFFFF;
    background:#e4e4e4;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
}
ul.systems li:nth-child(2n) a{
    background:#ebebeb;
}
.system_assets section{
    padding-bottom:60px;
    margin-bottom:60px;
    border-bottom: 1px solid #D7D7D7;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.system_assets h2{
    font-size: 30px;
    text-align:center;
    margin-bottom: 40px;
}
#loader{
    width:300px;
    height:300px;
    margin:0 auto;
    background: url('../img/ajax-loader.gif') no-repeat scroll center center;
}

/* SIDEBAR */
.sidebar .widget{
    margin-bottom:50px;
}
.sidebar .widget,
.sidebar .widget .text-column{
    width: 100%;
}
.sidebar .widget .icon-column{
    padding-left:0px;
}
.sidebar .widget h3.widget-title{
    line-height: 40px;
    height:40px;
}
.sidebar .widget li{
}
.sidebar .widget li a{
    line-height: 50px;
    min-height: 50px;
    display: block;
    padding-left:6px; 
}
.sidebar .widget li.current-cat a{
   color:#3A3A3A;
}
.sidebar .widget li ul li a{
    padding-left: 20px;
}
.sidebar .widget li.current-cat ul li a{
    color: #1BA8E3;
}
.sidebar .widget li ul li.current-cat a{
    color:#3A3A3A;
}
.sidebar .widget h3.widget-title,
.sidebar .widget li a{
    border-bottom: 1px solid #D7D7D7;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.sidebar .widget_search div{
    width: 100%;
}
.sidebar .widget_search input[type="submit"]{
    width:27%;
    height:40px;
    line-height:40px;
    background:#c5122c;
    padding:0px;
    text-align: center;
    color:white;
    text-decoration: none;
    display: table-cell;
    margin:0 0 0 1%;
    border-radius:3px;
    outline:0px;
    border:none;
    font-size: 14px;
}
.sidebar .widget_search input[type="text"]{
    display: table-cell;
    width: 70%;
    padding:0px;
    margin:0;
}

/* FOOTER */
.footer-widgets .section{
   padding:0; 
}
.footer-widgets .section .aq-block .text-column{
    padding-bottom:35px;
}
footer[role="contentinfo"]{
    background:#161616;
}

/*MENU W STOPCE*/
.icon-bg{
    display: block;
    width:60px;
    height:60px; 
    background:#c5122c;
    border-radius: 30px;
    color:#FFFFFF;
    text-align: center;
    line-height: 56px;
    font-size: 28px;
}
.icon-bg.date{
    display: block;
    width:60px;
    height:40px; 
    background:#c5122c;
    border-radius: 30px;
    color:#FFFFFF;
    text-align: center;
    padding:10px 0;
    line-height: 20px;
    font-size: 20px;
}
.aq-block-my_menu_block .menu-block{
    display:table-cell;
}
.aq-block-my_menu_block .menu-block h4{
    font-size: 24px;
    color:#c3c3c3;
}
.aq-block-my_menu_block .menu-block h3{
    color:#484848;
}
.aq-template-wrapper div:last-child:after{
    clear: both;
}

.aq-block-my_menu_block ul li a{
    color:#7f7f7f;
    font-size: 14px;
}

footer, footer[role="contentinfo"]{
    margin:0px;
    /*background:#161616;*/
    width:100%;
    min-width: 100%;
    text-align: center;
    border-top:0px;
    padding-bottom:40px;
}
div.nav-menu ul li a{
    color:white;
}
.nav-menu{
    list-style: none;
}
.aq-block-my_menu_block.right{
    float:right;
}
.aq-block-my_menu_block.columns .menu-block li{
    float:left;
    width:50%;
}
.aq-block-my_menu_block.columns .menu-block li:nth-child(2n-1){
    clear:both;
}

/* POSTS LIST */
.post-entry{
    padding-right: 80px;
    margin-bottom: 30px;
}
#content article.post-entry:last-child{
    padding-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.post-entry h1{
    margin-bottom: 15px; 
    font-size:24px;
    font-weight:300;
}
.post-entry h1 a{
    font-size: 24px;
    color: #000000;
}
.search .post-entry h1 a{
   color: #1ba8e3; 
}
.search .post-entry h1 a:hover{
    color:#158FC2;
}
.search h1.page-title{
    margin-bottom: 20px;
}
.post-entry .image img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.post-entry .text-column .more-link{
    display:block;
    width:140px;
    padding:0px;
    margin:20px 0;
}
.post-entry .icon-column{
    padding-left:0px;
}
.paging{
    width: 100%;
    text-align: center;
}
.paging .wp-pagenavi,
.paging .nav-single{
    display:inline-block;
    width: auto;
}
.wp-pagenavi a,
.wp-pagenavi span,
.paging .nav-single a{
   display: block; 
   float: left;
   border:none;
   background:none;
}
.paging .nav-single a:first-child{
    margin-right: 20px;
}
.wp-pagenavi :last-child:after,
.paging .nav-single a:last-child:after{
    clear: both;
}
.wp-pagenavi span.pages{
    display:none;
}
#content.single{
    max-width: 100%;
    display: block;
}
.single .post-entry{
    display: block;
    table-layout: fixed;
    max-width: 100%;
}
.single .post-entry .text-column{
    border-bottom: 1px solid #D7D7D7;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 1);
    padding-bottom:40px;
}
.single .post-entry .text-column img{
    max-width: 100%;
    height: auto;
}
.single .post-container{
    display: table;
    table-layout: fixed;
    width:100%;
    max-width: 100%;
}
.single .post-entry{
    margin-bottom: 40px;
}

/* TESTIMONIALS */
.testimonials { position: relative; overflow: auto; }
.testimonials ul { list-style: none; }
.testimonials ul li { float: left; }

.testimonials{
    height:100% !important;
}
.testimonials ul{
    min-height:100px !important;
    min-width:100px !important;
    overflow: hidden;
}
.testimonials .dots .dot{
    display: inline-block;
    width:9px;
    height:9px;
    border-radius: 5px;
    background:#000000;;
    color:transparent;
    cursor:pointer;
    margin-right:4px;
}
.testimonials .dots .dot.active{
    background:red;
}
.testimonials .text-column .has-dots{
    width:100% !important;
}


/* CLIENTS */
#clients {
    display: block;
    padding:20px 0 15px 0;
}
#clients p{
    margin-bottom: 0px;
}
#clients ul{
    list-style:none;
    width: auto;
    margin: 0 auto;
    text-align: center;
}
#clients ul li{
    display:inline-block;
    margin: 10px 0 0 8x;
    width: 190px;
    height: 190px;
    max-width: 190px;
    max-height: 190px;
}
#clients ul li:first-child{
    margin-left: 0px;
}
#clients ul li .mediaholder_innerwrap{
    display:table-cell;
    width: 190px;
    height: 190px;
    max-width: 190px;
    max-height: 190px;
    text-align: center;
}
#clients ul li .mediaholder_innerwrap img{
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

/* NEWSLETTER */
.wysija-paragraph{
    display:table-cell;
    width:100%;
}
.newsletter_form{
    display:table;
    width:100%;
    position:relative;
}
.newsletter_form .formError{
    left:0 !important;
    top:0px !important;
    position: relative !important;
}
.formError .formErrorContent{
    background:#C5122C;
    border:none;
}
.widget_wysija_cont .updated, .widget_wysija_cont .login .message{
    background:#00C61B;
    border:none;
}
.widget_wysija_cont .allmsgs li{
   color:#FFFFFF; 
}
.wysija-paragraph input{
    margin-right: 5px;
    width: 94%;
    padding: 0 3%;
}
.widget_wysija_cont  .wysija-submit.wysija-submit-field{
    display: block;
    width:110px;
    padding:0;
    line-height: 40px;
    height: 40px;
    margin-left: 0px;
    margin-top:15px;
    cursor: pointer;
}
.widget_wysija_cont .wysija-paragraph{
    display: block;
    margin:15px 0 5px 0;
}


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

html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/*-----------------------------------------------------------------------------------*/
/*	SHOWBIZ
/*-----------------------------------------------------------------------------------*/
/*.showbiz {
    position: relative
}
.showbiz-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    margin-top:35px;
}
.showbiz-navigation {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute;
    top: -45px;
    right: 0;
}
.sb-navigation-left,
.sb-navigation-right {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 0 0 2px;
}
.sb-navigation-left:before,
.sb-navigation-right:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}
.sb-navigation-left,
.sb-navigation-right {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    padding: 5px 12px;
}
.sb-navigation-left:before {
    content: '\e75d'
}
.sb-navigation-right:before {
    content: '\e75e'
}*/
/* Firefox Fix 
@-moz-document url-prefix() { 
	.sb-navigation-left:before {
	    padding-right: 1px
	}
	.sb-navigation-right:before {
	    padding-left: 2px
	}
}
.sb-navigation-left:hover,
.sb-navigation-right:hover {
    color: #fff;
}
.sb-hidden {
    display: none
}
.showbiz ul,
.showbiz li {
    list-style: none;
    margin: 0 0 -10px 0;
    padding: 0;
}
.showbiz ul li {
    position: relative;
    -webkit-transform: translateZ(10);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    margin-right: 20px;
}
.showbiz .overflowholder {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}
.showbiz .overflowholder ul {
    width: 100000px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.showbiz .overflowholder ul li {
    float: left !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}
.showbiz .mediaholder {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: transparent;
    padding: 0px;
    border: none;
    margin-bottom: 15px;
}
.showbiz .mediaholder_innerwrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.showbiz .mediaholder img {
    width: 100%;
    position: relative;
}
.clients .showbiz-navigation {
    display: none
}
.clients img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.clients img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}*/

.block-container{
    display: table;
    table-layout: fixed;
    width:100%;
    max-width: 100%;
}

#client-cart-form-container,
#taxxo-cart-form-container{
    border-bottom: 1px solid #D7D7D7;
    box-shadow: 0 1px 0 0 #FFFFFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/* MEDIA QUERIES */

@media all and (max-width: 960px) {
    .aq-block-my_text_block .big-text{
        font-size:36px;
        line-height: 1;
    }
    .aq-block-my_text_block .medium-text{
        font-size:24px;
        line-height: 1;
    } 
    .product-detail section:last-of-type{
        margin-bottom: 10px;
    }
    .aq-block-my_text_block .text-column{
        padding-right: 0;
    }
    aq-block-my_icon_block .button{
        margin: 35px auto 0
    }
    .inner .aq-block-my_icon_block:first-child{
        margin-top: 0px;
    }
    .line{
        border-right:0px;;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .facebook{
        display:none !important;
    }
    .site-header{
        height:auto;
        min-height: 85px;
    }  
    .menu-toggle{
        display: block;  
        cursor: pointer;
    }
    .main-navigation ul.nav-menu.toggled-on, .menu-toggle{
        display: block;
    }
    .menu-toggle span{
        display: block;
        background: none repeat scroll 0 0 #BD0D2C;
        border-radius: 3px;
        color: #FFFFFF;
        float: right;
        margin-top: 10px;
        padding: 4px 6px;
    }
    .menu-toggle:after{
        clear:block;
    }
    .menu-main-container ul li a{
        display: block;
        min-height: 40px;
        line-height: 40px;
        font-size: 20px;
        border-bottom: 1px solid #2f2f2f;
    }
    .menu-main-container ul li ul li a{
        font-size: 15px;
        background: #212121;
    }

    
    /* TEXT-block*/  
    .aq-block aq-block-my_product_block aq_span6{
        margin-left: 0px;
    }
    .icon-block {
        padding: 5%;
    }
    
    .asset-container .text-block, 
    .asset-container .video-box,
    .asset-container.right .aq-block,
    .asset-container.right .text-block, 
    .asset-container.right .video-box
    {
        width: 100%;
        float:none;
        text-align: center;
        margin:0;
        padding:0;
    }
   .asset-container .icon-column{
        margin: 20px 0;
    }
    .asset-container.right .text-block .text-column{
        padding: 0px;
    }
    .asset .button,
    .asset-container .button{
        display: inline-block;
        float: none;
    }
    .asset-container .icon-column{
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
        padding: 20px 0;
    } 
    .icon-column .icon-bg{
       display:inline-block;
    }
    
    /* VIDEOTOURS */
    
    .aq-template-wrapper .aq_span12 .aq_span4{
        width: 47%;
        margin:0 1.5%;
    }
    /* TEXTOWA */
    .aq-block-my_text_block.aq_span4 .icon-column,
    .aq-block-my_text_block.aq_span3 .icon-column{
        display: block;
        width: 100%;
        padding: 0;
        margin: 20px 0;
        text-align: center;
    }  
    .aq_span4 .icon-column .icon-bg,
    .aq_span3 .icon-column .icon-bg{
        display: inline-block;
    }
    .aq-block-my_text_block.aq_span4 .text-column,
    .aq-block-my_text_block.aq_span3 .text-column{
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .aq-template-wrapper .aq_span3{
        width: 47%;
        margin: 0 1.5%;
    }
    .aq-block-my_counter_block{
        text-align: center;
    }
    
    .aq-block-my_menu_block.aq_span2,
    .aq-block-my_menu_block.aq_span3,
    .aq-block-my_menu_block.aq_span4,
    .aq-block-my_menu_block.aq_span5{
        padding-bottom: 20px;
        width:47%;
        margin: 0 1.5%;
    }
    .product-block .media-column{
        padding-left: 0;
    }
    .testimonials.text-column.has-dots{
        width: 100% !important;
    }
    
    .aq-block-my_menu_block.right{
        float:left;
    }
    .rev_slider_wrapper .icon-wrapper i{
        font-size: 34px !important
    }
    .rev_slider_wrapper .icon-wrapper{
        line-height: 106px !important;
    }

    .aq-block-my_product_block,
    .aq-template-wrapper .aq_span6.aq-block-my_product_block,
    .product-block.aq_span6{
        width: 100%;
        display: block;
        margin:25px 0;
        float:none;
    }
    .product-block .text-column .excerpt{
        min-height: 0;
    }
    
    .aq-template-wrapper .aq_span12 .asset-container .aq_span6{
        width: 100%;
        display: block;
        float:none;
        margin: 10px 0;
        padding: 0;
    }
    .aq-template-wrapper .aq_span12 .asset-container .aq_span6.media-column{
        margin-bottom: 40px;
    }
    .aq-template-wrapper .aq_span12 .asset-container .aq_span6 .text-column{
        padding: 0;
    }
    /*WIDGETS*/
    .widget_text{
        display: none;
    }
    .widget_categories .icon-column,
    .widget_categories .text-column,
    .widget_archive .icon-column,
    .widget_archive .text-column{
        display: block;
        width: 100%;
        float: none;
    }
    .widget_categories .icon-column,
    .widget_archive .icon-column{
        display: none;
        text-align: center;
        margin-bottom: 20px;
    }
    .widget_categories .icon-column .icon-bg,
    .widget_archive .icon-column .icon-bg{
        display: inline-block;
    }
    .aq-template-wrapper .aq_span3.sidebar{
        width: 22.75%;
    }
    .post-entry{
        padding-right: 40px;
    }
    
    /* INTEGRACJA */
    ul.systems li{
        width: 100%;
        float:none;
    }
    ul.systems li a{
        margin: 0;
    }
    .aq-block-my_systems_block h2{
        margin-bottom: 40px;
        text-align: center;
    }
}






@media all and (max-width: 640px){
    div.wpcf7 img.ajax-loader{
        display: block;
        margin:10px auto 0 auto;
    }
    .wpcf7-form .wpcf7-response-output{
        margin: 0 auto;
    }
    .aq-block-my_text_block .buttons{
        text-align: center;
    }
    .site-info{
        padding:0 5px;
    }
    .container.inner .aq-block:first-child{
        margin-top: 0px;
    }
    .button, .wysija-submit, .more-link{
        padding:0 10px;
    }
    .site-header .header{
        padding:10px 5px 10px 5px;
    }
    .site-header #logo {
        margin: 0 auto 36px;
        position: inherit;
        background-repeat: no-repeat;
    }
    .site-header .header .top-menu{
        text-align: center;
        float:none;
    }
    .site-header .header .top-menu ul{
        display: inline-block;
    }
    #lang{
        display:none;
    }
    .site-header .header .top-menu ul li #s{
        width:55px;
    }
    #applicationLogin{
        padding:4px;
    }
    .alignright{
        float:left;
    }
    .site-header .header .top-menu{
        margin:0px 0 36px 0;
    }
    /* BLOCZKI */
    .aq-block h2{
        font-size: 24px;
    }
    span.wpcf7-not-valid-tip{
        display: inline-block;
    }
    .wpcf7-form .wpcf7-not-valid-tip{
        width:246px;
    }
    .newsletter_form .formError{
        left:20px !important;
    }
    
    .menu-toggle{
        display: block;
        margin: 10px 0;
    }
    .menu-toggle span{
        display: inline;
        float:none;
    }
    .aq-block-my_text_block .number{
        font-size: 30px;
    }
    
    /* PRODUKTY */
    .aq-template-wrapper .aq_span6.aq-block-my_product_block{
        margin-bottom: 40px;
    }
    
    /* TEXT z obrazkiem */
    .aq-block-my_bg_text_block .image-block{
       padding:50px 0; 
    }
    .aq-block-my_bg_text_block .actions{
        text-align: center;
    }
    .aq-block-my_bg_text_block .button{
        display: inline-block;
        margin: 20px 0 0 0;
    }
    /* SEKCJA */
    .product-block{
        text-align:center;
        margin:15px 0;
    }
    .product-block .media-column{
        display: block;
        text-align: center;
        margin-bottom: 20px;
        width:100%;
        padding: 0;
    }
    .product-block .button {
        margin: 10px 0 0 0;
        padding: 0;
        display: inline-block;
        width: 135px;
    }
    .product-block .text-column{
        padding: 0px;
    }
    .product-list .product-block.aq-first .text-column, 
    .aq-first .product-block .text-column,
    .aq-block-my_text_block .text-block .text-column{
        padding: 0px;
    }
    .aq-block-my_section_block .text-block.left .text-column {
        display: block;
        width: 100%;
        padding: 0 10px 20px 0;
        text-align: center;
    }
    .aq-block-my_section_block .text-block.left .icon-column,
    .aq-block-my_text_block .text-block.left .icon-column{
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
        padding-bottom: 20px;
    }
    .video-box{
        float:right;
    }
    
    /* TEXT BLOCK */
    .icon-column,
    .text-column{
        display: table;
        text-align: center;
        width: 100%;
        padding: 0px;
        margin-right: 0px;
        margin-leftt: 0px;
    }
/*    .aq-block-my_text_block .text-column,
    .aq-block-my_text_block .icon-column{
        display: table;
        text-align: center;
        width: 100%;
        padding: 0px;
        margin-right: 0px;
        margin-leftt: 0px;
    }*/
    
    .footer-widgets .section .aq-block .text-column,
    .aq-block-my_text_block .text-column,
    .text-column{
        margin-top: 30px;
        padding: 0px;
    }
    .icon-column .icon-bg{
        display: inline-block;
    }
    .aq-block-my_section_block .asset-container .icon-column{
        margin: 20px 0 0 0;
    }

    /* COUNTER */
    .aq-block-my_text_block .buttons,
    .button, .wysija-submit, .more-link{
        text-align: center;
        margin-top: 0px;
    }
    .aq-block p{
        text-align: center;
    }
    .widget_wysija_cont .wysija-submit.wysija-submit-field{
        display: inline-block;
    }
    
    
    /*POSTY */
    .post-entry{
        padding-right: 0px;
    }
    .post-entry .text-column .more-link{
        display: inline-block;
    }
    
    
    /* PRODUKT */
    .category-header h2{
        width: 100%;
        text-align: center;
    }
    .product-detail .text-column{
        padding:0px;
    }
    .aq-block-my_product_block .image{
        display: inline;
    }
    
    .aq-template-wrapper .aq_span12 .aq_span6,
    .aq-template-wrapper .aq_span9{
        width: 100%;
        float:none;
        margin-left:0;
    }
     .aq-block-my_text_block,
     .aq-block-my_last_post_block,
     .aq-block-my_testimonials_block,
     .product-block.aq_span6{
        margin:0 0 40px 0;
    }
    .aq-template-wrapper .aq_span11,
    .aq-template-wrapper .aq_span10,
    .aq-template-wrapper .aq_span9,
    .aq-template-wrapper .aq_span8,
    .aq-template-wrapper .aq_span7,
    .aq-template-wrapper .aq_span6,
    .aq-template-wrapper .aq_span4,
    .aq-template-wrapper .aq_span3{
        width:100%;
        float:none;
        margin-left:0;
    } 
    
    /* FOOTER */
    .aq-block-my_menu_block.aq_span2,
    .aq-block-my_menu_block.aq_span3,
    .aq-block-my_menu_block.aq_span4,
    .aq-block-my_menu_block.aq_span5{
        width:100%;
        float:none;
        margin-left:0;;
        padding-bottom: 40px;
    }
    .aq-block-my_menu_block .menu-block{
        margin-top:10px;
        display: block;
        text-align: center;
    }
    .aq-block-my_menu_block .menu-block a{
        font-size: 16px;
    }
    .aq-block-my_menu_block.columns .menu-block li{
        display: block;
        float:none;
        width:100%;
    }
    
    .icon-column{
        padding-left:0px;
    }
    /* VIDEOTOURS */
    
    .aq-template-wrapper .aq_span12 .aq_span4{
        width: 100%;
        margin: 0;
        text-align: center;
    }
    /* WIDGETY */
    .aq-template-wrapper .aq_span3.sidebar{
        width: 100%;
    }
    
    /* Szkolenia */
    .aq-block-my_events_block table thead{
        display: none;
    }
    .aq-block-my_events_block table td {
        text-align: center;
        display: block;
    }
    .aq-block-my_events_block table tr td{
        vertical-align: middle;
        height: auto;
        padding: 5px;
    }
    .aq-block-my_events_block h2{
        text-align: center;
    }
    .aq-block-my_events_block table tr td:nth-child(2){
        font-size: 18px;
    }
    .aq-block-my_events_block table tr td:last-child{
        padding-bottom: 20px;
    }
    .aq-block-my_events_block table tr td .button{
        display: inline-block;
    }
    .aq-block-my_events_block table tr > td{
        border-bottom: 0px;
    }
    .aq-block-my_events_block table tr{
        border-bottom: 1px solid #F2F2F2;
    }
    
}
/*@media all and (max-width: 870px) {
    
}*/
/*@media all and (max-width: 400px){
    .aq-block-my_menu_block.aq_span2{
        width:100%;
    }
}*/


/*

███████╗██╗   ██╗███████╗███╗   ██╗████████╗███████╗    ███████╗████████╗██╗   ██╗██╗     ███████╗███████╗                            
██╔════╝██║   ██║██╔════╝████╗  ██║╚══██╔══╝██╔════╝    ██╔════╝╚══██╔══╝╚██╗ ██╔╝██║     ██╔════╝██╔════╝                            
█████╗  ██║   ██║█████╗  ██╔██╗ ██║   ██║   ███████╗    ███████╗   ██║    ╚████╔╝ ██║     █████╗  ███████╗                            
██╔══╝  ╚██╗ ██╔╝██╔══╝  ██║╚██╗██║   ██║   ╚════██║    ╚════██║   ██║     ╚██╔╝  ██║     ██╔══╝  ╚════██║                            
███████╗ ╚████╔╝ ███████╗██║ ╚████║   ██║   ███████║    ███████║   ██║      ██║   ███████╗███████╗███████║                            
╚══════╝  ╚═══╝  ╚══════╝╚═╝  ╚═══╝   ╚═╝   ╚══════╝    ╚══════╝   ╚═╝      ╚═╝   ╚══════╝╚══════╝╚══════╝                            
                                                                                                                                      
 ██╗ ██████╗██╗ ██████╗  ██████╗  ██╗ █████╗      ██████╗██╗   ██╗██████╗ ███████╗██████╗  ██████╗ ████████╗ █████╗ ████████╗ ██████╗ 
██╔╝██╔════╝╚██╗╚════██╗██╔═████╗███║██╔══██╗    ██╔════╝██║   ██║██╔══██╗██╔════╝██╔══██╗██╔═══██╗╚══██╔══╝██╔══██╗╚══██╔══╝██╔═══██╗
██║ ██║      ██║ █████╔╝██║██╔██║╚██║╚█████╔╝    ██║     ██║   ██║██████╔╝█████╗  ██████╔╝██║   ██║   ██║   ███████║   ██║   ██║   ██║
██║ ██║      ██║██╔═══╝ ████╔╝██║ ██║██╔══██╗    ██║     ██║   ██║██╔══██╗██╔══╝  ██╔═══╝ ██║   ██║   ██║   ██╔══██║   ██║   ██║   ██║
╚██╗╚██████╗██╔╝███████╗╚██████╔╝ ██║╚█████╔╝    ╚██████╗╚██████╔╝██████╔╝███████╗██║     ╚██████╔╝   ██║   ██║  ██║   ██║   ╚██████╔╝
 ╚═╝ ╚═════╝╚═╝ ╚══════╝ ╚═════╝  ╚═╝ ╚════╝      ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝      ╚═════╝    ╚═╝   ╚═╝  ╚═╝   ╚═╝    ╚═════╝  .eu
                                                                                                                                      
                                                                                                                                      
*/

.entry-title {
    font-size: 30px;
    color: black;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}
.cp-event.training-days-contanier{
    border: 1px solid #b3002a;
    padding: 10px;
    width: 45%;
    float: left;
}
