/*

22-03-2015
By Lukasz Wadowski

Virtual-IT.pl All Rights Reserved 

*/
:root, body{
    font-family: 'Open Sans', sans-serif;
}
body > footer{
    display: block;
    background: #222;
    color: #fff;
    font-size: 11px;
    line-height: 27px;    
}
body > footer p{
    margin: 0;
}
body > footer span{
    color: #aaa;
    float: right;
}
a:link,
a:visited,
a:active{
    color: #900;    
}
a:hover{
    color: #f00;    
}
.header-top{
    margin: 15px auto;
}
#header-logo{    
    max-width: 120px;
}
.header-slogan{    
    position: absolute;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 16px;
    color: #343434;
}
.header-slogan span{
    text-transform: lowercase;
    color: #900;
}
.slogan-box{
    position: relative;
    height: 80px;
}
.social-icon{
    position: relative;
    display: inline-block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 26px;    
    background: #baaaaa;    
    margin: 20px 1px;    
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s cubic-bezier(0.68, -1, 0.265, 2);
    -moz-transition: all .3s cubic-bezier(0.68, -1, 0.265, 2);
    -ms-transition: all .3s cubic-bezier(0.68, -1, 0.265, 2);
    transition: all .3s cubic-bezier(0.68, -1, 0.265, 2);
}
.social-icon:hover{
    color: #fff;
    background: #d00;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
    z-index: 1;
}
.relative{
    position: relative;
}
.navbar {
    border-radius: 0 !important;
}
.navbar-default{
    background: #C51010;  
}
.navbar-default .navbar-nav>li.open,
.navbar-default .navbar-nav>li:hover{
    background: #f00;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
    background: #f00;
    color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: transparent;
    color: #fff;
}
.navbar-default .navbar-nav>.active>a:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 7px 10px;
    border-color: transparent transparent #fff transparent;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.navbar.navbar-default > .container{
	padding: 0;
}
@media (max-width: 768px) {
  .navbar.navbar-default > .container{
	padding: 0 15px;
}
}

.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
}
.navbar .search{
    margin-top: 7px;
}
.navbar .search input{
    width: 100px;
    border-radius: 3px;
    border: 1px solid #c00;
    opacity: .7;    
    margin: 1px 0;
    -webkit-transition: 
        width .3s ease-out,
        opacity .3s ease-out;
    -moz-transition: 
        width .3s ease-out,
        opacity .3s ease-out;
    -ms-transition: 
        width .3s ease-out,
        opacity .3s ease-out;
    transition: 
        width .3s ease-out,
        opacity .3s ease-out;
}
.navbar .search input:focus,
.navbar .search input:active{
    width: 200px;
    opacity: 1;
}
.banneritem{
    text-align: center;
    margin-bottom: 20px;
}
.banneritem a{
    display: inline-block;
    margin: auto;
}
.banneritem a img{
    max-width: 100%;
}
.banneritem a img:hover{
    opacity: 0.85;
}
.breadcrumb{
    border-radius: 0;
}
.breadcrumb a{
    text-decoration: none !important;
    color: #a00;
}
.breadcrumb a:hover{
    color: #f00;
}
h1,
h2 .subheading-category{
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 3px solid #C51010;
    display: block;
    padding-bottom: 15px;
}
.item-page,
.item {
    position: relative;
    margin-bottom: 20px;   
    padding-bottom: 55px;
    border-bottom: 1px solid #ddd;
}
.item-page{
    padding-bottom: 15px;
}
.item-page h2,
.item  h2{
    margin: 0;
}
.item-page h2,
.item  h2{
    font-size: 18px;
    font-weight: bold; 
    padding: 10px 0;
}
.item-page h2 a,
.item  h2 a{
    display: block;
    color: #222;    
    text-decoration: none !important;
    font-size: 18px;
    font-weight: bold;        
}
.item-page h2 a:hover,
.item  h2 a:hover{
    color: #f00;
    background: #fafafa;
}
.item p img{    
    width: 150px;
    height: 150px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.article-info{
    text-transform: uppercase;
    padding-bottom: 3px;
    color: #888;
    font-size: 12px;            
}
.article-info > *{
    line-height: 27px;
}
.createdby{    
    float: right;    
}
.published{    
    float: left;    
}
.category-name{    
    position: relative;
    margin-right: 15px;
    display: inline-block;
    float: left;
    background: #C51010;
    font-size: 0;
    color: transparent;
    padding: 0 10px;    
    max-height: 27px;
}
.category-name a{
    line-height: 27px;
    font-size: 12px;
    color: #fff;
}
.readmore{    
    margin: 0;
    position: absolute;
    bottom: 15px;
    right: 0;
    text-align: right;    
    border: 1px solid #ddd;    
    background: #ddd;
}
.readmore:hover{
    background: #baaaaa;    
}
.readmore a{
    line-height: 30px;
    padding: 0 13px;
    display: block;
    font-weight: bold;
    color: #222;
    text-decoration: none !important;    
}
.readmore:hover a{
    color: #C51010;
}
.moduletable{
    margin: 0 0 15px;
}
.moduletable h3{
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid #f5f5f5;
    display: block;
    padding-bottom: 20px;
}
.middle-col .moduletable > *:not(h1):not(h2):not(h3):not(h4){
    background: #f5f5f5;  
    padding: 10px 15px;
}
.moduletable ul{   
    list-style: none;    
    margin: 0;    
    padding: 0;
}
.moduletable li > a{
    position: relative;
    display: block;
    color: #222;    
    padding: 4px 0 4px 20px;
}
.moduletable li:hover > a:hover{
    text-decoration: none;
    color: #f00;
}
.moduletable li > a:before{    
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #C51010;
    -webkit-transition: transform .15s ease-in;
    -moz-transition: transform .15s ease-in;
    -ms-transition: transform .15s ease-in;
    transition: transform .15s ease-in;
}
.moduletable li:hover > a:before{    
    border-color: transparent transparent transparent #f00;    
    -webkit-transform: translate(5px, 0) scale(1.2);
    -moz-transform: translate(5px, 0) scale(1.2);
    -mz-transform: translate(5px, 0) scale(1.2);
    transform: translate(5px, 0) scale(1.2);
}

.readon.jfusionButton{
    position: relative;
    display: inline-block;
    background: #fff;
    color: #900;
    padding: 2px 15px 2px 55px;
    font-weight: bold;   
    border: 1px solid #baaaaa;
    border-left: 0;
    margin-top: 15px;
}
.readon.jfusionButton:hover{
    text-decoration: none;
    background: #baaaaa;
}
.readon.jfusionButton:before{    
    position: absolute;
    display: block;
    left: -5px;
    top: -9px;    
    background: #baaaaa;
    display: block;
    content: "\f0e6";
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s cubic-bezier(0.68, -1, 0.265, 2);
    -moz-transition: all .3s cubic-bezier(0.68, -1, 0.265, 2);
    -ms-transition: all .3s cubic-bezier(0.68, -1, 0.265, 2);
    transition: all .3s cubic-bezier(0.68, -1, 0.265, 2);
}
.readon.jfusionButton:hover:before{
    color: #fff;
    background: #d00;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 1;
}

.pagination{
    display: block;
}
.pagination ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.pagination ul li{
    display: inline-block;    
}
.pagination ul li *{    
    display: block;
    padding: 5px;
    font-size: 11px;
    color: #fff;
    background: #d00;
    border-radius: 3px;
    min-width: 22px;    
    text-align: center;
    margin: 2px;
    text-transform: uppercase;
    overflow: hidden;     
    -webkit-transition: all .3s cubic-bezier(0.68, -1, 0.265, 2);
    -moz-transition: all .3s cubic-bezier(0.68, -1, 0.265, 2);
    -ms-transition: all .3s cubic-bezier(0.68, -1, 0.265, 2);
    transition: all .3s cubic-bezier(0.68, -1, 0.265, 2);
}
.pagination ul li a:hover{
    text-decoration: none;
    background: #f00;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.pagination ul li span{
    background: #baaaaa;
}
.pagination .counter{
    text-align: center;
    font-weight: bold;
}

/* slider */
.wado-cs{    
    position: relative;
    border: 1px solid #C51010;
    padding: 35px 30px 0 30px;
    overflow: hidden;
}
.wado-cs h3{
    display: none;
}
.wado-cs .slide{    
    top: 10px;
    left: 30px;
}

.wado-cs .slide:not(:first-child){
    display: none;
}
.wado-inner img{
    float: left;
    width: 200px;
    height: 200px;
    margin-right: 15px;
}
.wado-introtext{
    position: relative;
    padding-bottom: 55px;    
}
.wado-cs .readmore{
    background: none;
}
.wado-cs .next,
.wado-cs .prev{
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,0);
    top: 0;
    left: -30px;
    font-size: 0;
    width: 30px;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.wado-cs .next{
    left: auto;
    right: -30px;
}
.wado-cs:hover .next,
.wado-cs:hover .prev{
    background: rgba(0,0,0,.65);
}
.wado-cs .next:hover,
.wado-cs .prev:hover{
    background: rgba(0,0,0,.85) !important;
}
.wado-cs:hover .next{
    -webkit-transform: translate(-30px, 0);
    -moz-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
}
.wado-cs:hover .prev{
    -webkit-transform: translate(30px, 0);
    -moz-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
}
.wado-cs .next:before,
.wado-cs .prev:before{    
    content: '\f061';
    position: absolute;
    display: block;    
    top: 50%;
    left: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    font-family: FontAwesome;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wado-cs .prev:before{
    content: '\f060';
}
.wado-cs .wado-title-nointro{
    display: block;
    color: #222;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}
.wado-cs .wado-introtext p{
    text-align: justify;
}
.wado-cs .wado-slides-counter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.wado-cs .wado-slides-counter li{
    display: inline-block;
    background: #C51010;
    cursor: pointer;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    margin: 0 3px;    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wado-cs .wado-slides-counter li.active{
    background: #baaaaa;
    cursor: default;
}
.wado-cs .wado-slides-counter li:not(.active):hover{
    background: #000;
}
.flexicontact > img{
    display: none;
}
.flexicontact textarea,
.flexicontact input{
    max-width: 100%;
}
.flexicontact .fc_table{
    max-width: 100%;
    table-layout: fixed;
}
textarea,
input[type="password"],
input[type="text"]{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin: 5px 0;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea{
    height: 150px;
}
.item-page img{
    max-width: 100%;
    margin: 0 10px;
    height: auto !important;
}
.pagenav{
    display: block;
    list-style: none;
    padding: 15px 0 0;
    margin: 35px 0 0;
    border-top: 1px solid #ddd;
}
.pagenav > li{
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.pagenav > li > a{
    line-height: 30px;
    padding: 0 13px;
    display: block;
    font-weight: bold;    
    text-decoration: none !important;
    background: #ddd;
}
.pagenav > li.pagenav-next{
    float: right
}
.cookie-btn,
#login-form .button{
    display: block;
    width: 100%;    
    background: #C51010;
    color: #fff;
    text-transform: uppercase;
    border: none;
    line-height: 30px;
    margin: 5px 0;
    border-radius: 3px;
}
.cookie-btn,
#login-form .button:not( :active):hover{
    background: #f00;    
}
.cookie-box{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;    
    text-align: center;
    padding: 20px;
    background: rgba(0,0,0,.8);
    width: 100%;
    color: #fff;    
}
.cookie-box a{
    color: #f00;
}
.cookie-btn{
    color: #fff !important;
    text-decoration: none !important;
}
.cookie-btn:hover{
    background: #c00;
}

/*clearfixed */
.wado-cs .slides_container:before,
.wado-cs .slides_container:after,
.moduletable:after,
.moduletable:before,
.article-info:after,
.article-info:before,
.item:before,
.item:after {
    content: " ";
    display: table;
}
.wado-cs .slides_container:after,
.moduletable:after,
.article-info:after,
.item:after {
    clear: both;
}

/* hidden */
.item-page .article-info-term,
.item-page .actions,
.item .article-info-term,
.item .actions{
    display: none;
}
