

.bg-anthracite{ background-color: #4B4A4A;}
.bg-white{ background-color: #ffffff;}

.anthracite{color:#4B4A4A;}

/**********************************************************
    DEBUG
**********************************************************/

.temp-debug-or{
    border:solid 2px orange !important;
    min-height: 50px;
    display:block;
    width:100%;
}

.temp-debug-bl{
    border:solid 2px blue !important;
    min-height: 50px;
    display:block;
    width:100%;
    
}

.temp-debug-gr{
    border:solid 2px green !important;
    min-height: 50px;
    display:block;
    width:100%;
    
}





div.main-cms{
    border:solid 2px !important;
}


/*************************************************************************
*************************************************************************
    PL-FOOTER
*************************************************************************
*************************************************************************/

div.pl-footer-container{
    display: block;
    width:100%;
    /*min-height: 800px;*/
}

div.pl-footer-top{
    min-height: 300px;
    display: block;
    position: relative;
    width:100%;
    min-height: 100px;
    /*border:solid 1px #ddd;*/
    
}

div.pl-footer-top>*{
    /*border:solid 1px red;*/
    display: inline-block;
    margin:0 auto;
    vertical-align: top;
}

div.pl-footer-top .social{
    width:100%;
    min-height: 50px;
}

div.pl-footer-top .title{
    width:20%;
    min-height: 100px;
    
}

div.pl-footer-top .title .title-wrapper{
    padding-left:10%;
}


div.pl-footer-top ul.menu{
    text-align: center;
    min-height: 100px;
    list-style: none;
}

div.pl-footer-top ul.menu.center{
    width:50%;
}
div.pl-footer-top ul.menu.right{
    width:20%;
}

div.pl-footer-top ul.menu li{
    display: inline-block;
    border-right: 2px solid #fff;
    padding:10px;
}
div.pl-footer-top ul.menu li:last-child{
    border-right: 0 !important;
}

div.pl-footer-top ul.menu li a{
    text-decoration: none;
    color: #fff;
}

/*
div.pl-footer-top .right{
    width:28%;
    min-height: 100px;
}

div.pl-footer-top .bottom{
    width:100%;
    min-height: 50px;
}



div.pl-footer-top .left .title-wrapper{
    display: block;
    width: 80%;
    margin: 10px 0 0 10% !important;
    
}
*/

.title-white{
    color:#fff; display: inline-block;
}
.title-yellow{
    color:#E5A103; display: inline-block;
}


div.pl-footer-middle{
    min-height: 300px;
    display: block;
    position: relative;
    width:90%;
    margin-left: 4% !important;

    /*border:solid 1px #ddd;*/
    
}
div.pl-footer-middle>.footer-col{
    float:left;
    display: block;
    width: 24%;
    height: 100%;
    min-height: 200px;
    /*border:solid 1px white;*/
}
div.pl-footer-middle>.footer-col .title{
    color: white;
    margin:0 0 10px 10% !important;
}

div.pl-footer-middle>.footer-col li{
    list-style: none;
   /* margin-left:10% !important;*/
    
}
div.pl-footer-middle>.footer-col li a{
    text-decoration: none;
    color: white;
    
}



div.pl-footer-bottom{
    background-color: #fff;
    display: -moz-inline-stack;
    display: inline-block !important;
    zoom: 1;
    *display: inline;
    position: relative;
    width:100%;
    margin-left: 0;
    
}

div.pl-footer-bottom>table{
    width: 90%;
    margin: 0 5% 0 5% !important;
}




div.pl-footer-bottom>table>tbody>tr>td{
    padding: 0 0 0 20px;
    margin:0;
    text-align: center;
}

div.pl-footer-bottom>table>tbody>tr:nth-child(1)>td{
    /*text-align: left;*/
    font-size: 80%;
}



div.pl-footer-bottom>table>tbody>tr>td>a>img{
    max-height: 40px !important;
    width: auto !important;
}


/***********************************************************/


.bottom-col{
    display:block;
    float:left;
    width: 24%;
    min-height: 200px;
}


/***********************************************************/
.footer-contacts-table > thead > tr > th,
.footer-contacts-table > tbody > tr > th,
.footer-contacts-table > tfoot > tr > th,
.footer-contacts-table > thead > tr > td,
.footer-contacts-table > tbody > tr > td,
.footer-contacts-table > tfoot > tr > td{
    padding: 10px 0 0 0 !important;
    color: white;
    /*font-size: 100%;*/
}
.footer-contacts-table > tbody > tr > td > img{
    width: 28px !important;
    height:auto !important;
}


/***********************************************************/


.pl-category-menu>ul{
    list-style:none;
}

.pl-category-menu>ul>li{
    margin:0 !important;
}
.pl-category-menu>ul>li>a{
    color: white;
    text-decoration: none;
}





/********************************************************************************/
/********************************************************************************/
@media only screen and (min-width : 200px) {

    *{font-size:12px;line-height:100% ;margin:0;}
    /*a{font-size:8px;}*/
    
    h1, p.h1{font-size:20px !important;line-height:100% !important; margin:10px 0 10px 0 !important; font-weight: 400 !important;}
    h2, p.h2{font-size:16px !important;line-height:100% !important; margin:0 !important;font-weight: 400 !important;}
    h3, p.h3{font-size:12px !important;line-height:100% !important; margin:0 !important;}
    p.article{line-height: 140% !important;}
    
    #maincontent{
        margin: 0 2% 0 2% !important;
        width:96% !important;
        max-width: 6000px !important;
    }
    
    div.pl-footer-middle>.footer-col{
        width: 100%;
        /*height: 100%;*/
    }    
    
   
    
}




/********************************************************************************/
/* Extra Small Devices, Phones */ 
/********************************************************************************/
@media only screen and (min-width : 480px) {
    
    
    *{font-size:10px;line-height:120%; margin:0;}

    
    div.pl-footer-middle>.footer-col{
        width: 100%;
        /*height: 100%;*/
    }
   
}



/********************************************************************************/
/*  Small Devices, Phones */ 
/********************************************************************************/
@media only screen and (min-width : 768px) {

    *{font-size:12px;line-height:120%; margin:0;}
    /*a{font-size:10px;}*/
    
    h1, p.h1{font-size:20px !important;line-height:100% !important; margin:10px 0 10px 0 !important; font-weight: 400 !important;}
    h2, p.h2{font-size:16px !important;line-height:100% !important; margin:0 !important;font-weight: 400 !important;}
    h3, p.h3{font-size:12px !important;line-height:100% !important; margin:0 !important;}
    p.article{line-height: 140% !important;}

     #maincontent{
        margin: 0 5% 0 5% !important;
        width:90% !important;
        max-width: 6000px !important;
    }
    div.pl-footer-middle>.footer-col{
        width: 49%;
    }

    
}

/********************************************************************************/
/* Medium Devices, Desktops */
/********************************************************************************/
@media only screen and (min-width : 1024px) {

    #maincontent{
        margin: 0 8% 0 8% !important;
        width:84% !important;
        max-width: 6000px !important;
    }
    *{font-size:12px;line-height:140%; margin:0;}
    /*a{font-size:10px;}*/
    
    h1, p.h1{font-size:22px !important;line-height:100% !important; margin:10px 0 10px 0 !important; font-weight: 400 !important;}
    h2, p.h2{font-size:18px !important;line-height:100% !important; margin:0 !important;font-weight: 400 !important;}
    h3, p.h3{font-size:14px !important;line-height:100% !important; margin:0 !important;}
    p.article{line-height: 140% !important;}
    
    
    
    div.pl-footer-middle>.footer-col{
        width: 24%;
        height: 100%;
    }
    
       
    
}


/********************************************************************************/
/* Medium Devices, Desktops */
/********************************************************************************/
@media only screen and (min-width : 1280px) {

    *{font-size:14px;line-height:160%; margin:0;}
    /*a{font-size:12px}*/
    
    
    h1, p.h1{font-size:22px !important;line-height:100% !important; margin:10px 0 10px 0 !important; font-weight: 400 !important; }
    h2, p.h2{font-size:18px !important;line-height:100% !important; margin:0 !important; font-weight: 400 !important;}
    h3, p.h3{font-size:14px !important;line-height:100% !important; margin:0 !important;}
    p.article{line-height: 140% !important;}
    
    
    #maincontent{
        margin: 0 8% 0 8% !important;
        width:84% !important;
        max-width: 6000px !important;
    }
    
    div.pl-footer-middle>.footer-col{
        width: 24%;
        height: 100%;
    }

    

}



/********************************************************************************/
/* EXTRA Large Devices, Wide Screens */
/********************************************************************************/
@media only screen and (min-width : 1440px) {
  
    
    *{font-size:16px;line-height:160%; margin:0;}
    /*a{font-size:12px}*/
    

    h1, p.h1{font-size:28px !important;line-height:100% !important; margin:10px 0 10px 0 !important; font-weight: 800 !important;}
    h2, p.h2{font-size:22px !important;line-height:100% !important; margin:0 !important;font-weight: 400 !important;}
    h3, p.h3{font-size:18px !important;line-height:100% !important; margin:0 !important;}
    p.article{line-height: 140% !important;}
    
    
    #maincontent{
        margin: 0 10% 0 10% !important;
        width:80% !important;
        max-width: 6000px !important;
    }
    
    
    div.pl-footer-middle>.footer-col{
        width: 24%;
        height: 100%;
    }
    
   
    
}

