/**

* @theme     Suplemento Pernambuco

* @version   Edited

* @author    Cepe - T.I - Hugo Campos

* @copyright Copyright (C)

*/

@import url('fonts-custom.css'); 

@import url('font-awesome.min.css'); 

html,
body{
    font-family: 'archer-medium-pro0' !important;

    background: url('../images/bg-pattern.gif') repeat;

    -webkit-font-smoothing: antialiased !important;

}

/* RETROSPECTIVA 2016 */

.retrospectiva .bt-cs .bt-inner .bt-title{
    font-family: 'Asap-Regular', sans-serif;
    font-size: 16px !important;
}
/* 

#   _globais 

*/

/*a:hover{

    color: #000 !important;

}*/

/*a, ul.menu li .separator{

    color: #666 !important;

}*/

table{

    width: 100% !important;

}



.font-size-is-default{

    font-size: 15px !important;

    line-height: 1.3em !important;

}

#rt-logo{

    margin-top: 10px;

}

.logo-block{

    padding: 0;

}

.bt-cs .bt-row{

    padding: 6px 0 !important;

}

.bt-introtext{

    margin-top: 6px;

    margin-bottom: 10px;

}

#rt-transition,

#rt-utility,

#rt-main,

#rt-fullwidth{

    margin-top: 25px;

}

.rt-grid-4,

.rt-grid-8{

    background: #fff;

    box-shadow: 0 3px 0 0 #dddddd;

}

#rt-sidebar-a .rt-block{

    background: #fff;

    box-shadow: 0 3px 0 0 #dddddd;

    margin-top: 20px;

}

#rt-sidebar-a .rt-block:first-child{

    background: #ededed;

    box-shadow: 0 3px 0 0 #dddddd;

    margin-top: 0px !important;

}



.rt-grid-8 .rt-block{

    padding: 0;

}

.rt-block{

    margin: 0;

}

.bt-cs .bt-inner .bt-title{

    width: 100%;

    padding-bottom: 6px;

    border-bottom: 2px solid #000;

    font-family: 'Asap-Regular', sans-serif;

    font-size: 18px;

    color: #000 !important;

    text-transform: lowercase !important;

}

.title, .component-content h2{

    font-family: 'Asap-Regular', sans-serif;

}



.rt-error-rocket{

    background: url("../images/error404.png") 0 0 no-repeat;

    width: 340px;

    height: 58px;

    margin-top: 200px;

    display: block;

}

.rt-error-content{

    margin-top: 125px;

}

/**/

#rt-top-surround{

    background: none;
    background-color: #000 !important;

    height: 75px;

    padding-top: 10px; 

    border-top: 5px solid #000;

    /**/

    position: fixed;

    width: 100%;

    z-index: 9999;

}

/*

*   rt-showcase

*/

#rt-showcase{

    background: url('http://suplementopernambuco.com.br/images/banners/banner_site_AGOSTO.png') #c8533c top left no-repeat;
    /*background-position: -1px -125px;*/
    background-size: cover;
    /*background-color: #000;*/
    padding: 60px 0 60px 0;
    margin-top: 88px;
    
    /*EDIT 10.09.18 */
    text-shadow: none !important;

}

#rt-showcase .rt-grid-12{

    margin: -15px !important;

}

#rt-showcase #mod-search-searchword{

    background: url('../images/tt-buscar-before.png') 20px 26px no-repeat;

    background-color: rgba(0, 0, 0, .4);

    width: 45%;

    height: 66px;

    margin: 0 auto;

    padding-left: 100px;

    font-family: 'Slabo27px-Regular';

    font-size: 20px;

    border-radius: 100em;

    border: none;

    display: block;

    color: #fff;

}

#rt-showcase .search form input[type="placeholder"]{

    margin-top: 20px !important;

    color: #fff !important;

}

input::-webkit-input-placeholder, 

textarea::-webkit-input-placeholder {

  color: rgba(255,255,255,.6) !important;

}

input:-moz-placeholder, 

textarea:-moz-placeholder {

  color: rgba(255,255,255,.6) !important;

}

#rt-showcase .button{

    background: url('../images/btn-buscar.png') no-repeat;

    width: 23px;

    position: absolute;

    top: 43px;

    right: 300px;

    text-indent: -999em;

    border: none;

    box-shadow: none;

    text-shadow:none;

}

#rt-showcase .rt-showcase-pattern{

    background: none;

}

#rt-showcase .title{

    float: left;

}

/* EDITED - 31.01.2018 */
#rt-showcase .btn-assine{
    float: right;
    display: block;
}
/*#rt-showcase .btn-assine a{
    width: 58px;
    height: 20px;
    position: absolute;
    float: right;
    right: 18%;
    padding: 30px 12px;
    background: #ffffff;
    border-radius: 12em;
    text-transform: uppercase;
    text-shadow: none !important;
    color: #e30613 !important;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
}*/
#rt-showcase .btn-assine a{
    width: 118px;
    height: 100px;
    display: block;
    position: absolute;
    float: right;
    right: 18%;
    background: url('../../../images/btn-assinar.png') no-repeat;
    background-position: 0 0;
    text-indent: -999em;
}
#rt-showcase .btn-assine a:hover{
    /*color: #e30613;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;*/
}
    

/*#rt-showcase .btn-assine:before, #rt-showcase .btn-assine:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    background-color: rgba(255, 7, 154, 1);
}
#rt-showcase .btn-assine:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}
#rt-showcase .btn-assine:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}*/

/**/
#rt-showcase .social{

    width: 190px;

    height: 36px;

    margin: 0 auto;

    display: block;

    clear: both;

}

#rt-showcase .social ul{

    margin:0;

    float: left;

    display: block;

    color: #fff;

}

#rt-showcase .social ul li{
	background: #000;
    width: 34px;

    height: 26px;

    margin: 0 4px 0 4px;

    padding-top: 6px;

    font-size: 22px;

    float: left;

    display: block;

    text-align: center;

    border: 2px solid rgba(0,0,0,1);

    border-radius: 6px;

    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    -ms-border-radius: 8px;

    color: #000;

}

#rt-showcase .social ul li .fa{
    /*background: url('../images/');*/
    color: #ffffff;
    /*text-shadow: none;*/
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
}
/*#rt-showcase .social ul li .fa-twitter{
    color: #000 !important;
}
#rt-showcase .social ul li .fa-facebook{
    color: #c04b1f !important;
}
#rt-showcase .social ul li .fa-instagram{
    color: #be1323 !important;
}
#rt-showcase .social ul li .fa-pinterest{
    color: #ca477d !important;
}*/

#rt-showcase .social ul li .fa:hover{

    color: #e30613;

    -webkit-transition: all 200ms ease-in-out;

    -moz-transition: all 200ms ease-in-out;

    -ms-transition: all 200ms ease-in-out;

}

#rt-breadcrumbs .breadcrumb, #rt-breadcrumbs [class^="breadcrumb"]{

    background: none;

    padding-bottom: 10px;

    border-bottom: 1px solid  #ededed;

}



/*  Menu - CSS */

.gf-menu{

    float: right;

}

.gf-menu li:last-child{

    margin-right: 0;

    border-bottom: 0;

}

ul.menu a, ul.menu li .separator{

    color: #000 !important;

}

/*****

*****/
.gf-menu.l1 > li.item144 > a.item{
    pointer-events: none;
}
.gf-menu .dropdown ul li{
    pointer-events: visible;
}
/**/

.gf-menu.l1 > li{

    background: none;

    border: none;

    border-radius: none;

    box-shadow: none;

}

.gf-menu.l1 > li:hover{

    padding: 0;

    background: none;

    color: #000 !important;

}

.gf-menu.l1 > li.active {

    background: none;

    padding: 0;

    border: none;

    border-radius: 0;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

}

.gf-menu.l1 > li > .item:hover{

    color: #e30613 !important;

}

.gf-menu.l1 > li.active > .item{

    color: #e30613;

    border-bottom: 2px solid #000;

}

.gf-menu.l1 > li > .item{

    background: none;

    font-family: 'Slabo27px-Regular';

    font-size: 16px;

    font-weight: 500;

    text-transform: uppercase;

    color: #fff;

}

.gf-menu.l1 > li > .item:first-child{

    margin-left: 10px;

}

.gf-menu.l1 > li > .item:last-child{

    margin-right: 0;

}

.gf-menu .dropdown{

    background-color: #000;

    box-shadow: none;

    border: none;

    border-radius: 0;

    margin-top: 2px;

    padding: 6px 2px;

}

.gf-menu .dropdown ul li,
.gf-menu .dropdown ul li a:hover{
    border-bottom: 1px solid rgba(0,0,0,0);
}

.gf-menu .dropdown ul li a{

    text-shadow: none;

    color: #ffffff;

}

.gf-menu .dropdown ul li:hover{

    padding-top: 0px;

    padding-left: 10px;

    /*border-bottom: 1px solid rgba(0,0,0,.5);*/

    border-radius: 0;

}

.gf-menu .dropdown ul li:hover > .item{

    background: none;

    box-shadow: none;

    border: none;

    border-radius: 0;

    padding: 5px 4px;

    text-shadow: none;

}



/*

*   Featured

*/

#rt-feature .rt-container .rt-grid-8,

#rt-maintop .rt-container .rt-grid-8{

    width: 66%;

    float: left;

}

#rt-feature .rt-container .rt-grid-8 .bt-cs .bt-inner .bt-title{

    width: 54%;

}

#rt-feature .rt-container .rt-grid-4,

#rt-maintop .rt-container .rt-grid-4,

#rt-container .rt-container .rt-grid-4{

    background: #e84537;
    /*background-image: linear-gradient(to right, #000, #c04b1f, #be1323, #ca477d);*/

    width:32% !important;

    height: 246px;

    float: right !important;

    color: #fff;

}

#rt-feature .rt-container .rt-grid-4 p{

    margin-bottom: 6px;

}
/* EDIT 10.09.18 */
#rt-feature .rt-container .rt-grid-4 p.readmore{

    background-color: #000000 !important;

}

#rt-feature .rt-container .rt-grid-4 strong span{

    font-size: 16px !important;

}

#rt-feature .rt-container .rt-grid-4 span{

    font-family: 'Asap-Regular', sans-serif !important;

    font-size: 11.5px !important;

    text-transform: lowercase;

    color: #fff !important;

    line-height: 0em;
    letter-spacing: -0.3px;

}



#rt-feature .rt-container .rt-grid-8 .rt-block .bt-cs .bt-inner img,

#rt-feature .rt-container .rt-grid-4 .rt-block .custom img{

    margin-right: 20px !important;

    /*border: 1px solid #BD202D; */

}

#rt-feature .rt-container .rt-grid-4 .rt-block .custom img{

    width: 139px !important;

}

.bt-cs .bt-inner img{

    outline: none !important;

    background-position: 0% 50% !important;

}

.readmore{

    background: none !important;

    background-color: #000 !important;

    border: none;

    box-shadow: none;

    border-radius: 0 !important;

}

#rt-feature .rt-container .rt-grid-8 #category{

    margin-left: 0;

}



/* rt-maintop */

#rt-maintop{

    background: none !important;

    margin-top: 20px; /**/

    padding-top: 0;

    margin-bottom: 20px;

    border-bottom: none;

    box-shadow: none;

}

#rt-maintop .rt-container .rt-grid-8{

    background: none;

    box-shadow: none;

}

#rt-maintop .rt-container .rt-grid-8 .bt-row{

    width: 48.3% !important;

    background: #fff;

    margin-left: 0;

    margin-right: 25px;

    margin-bottom: 25px;

    box-shadow: 0 3px 0 0 #dddddd;

    float: left;

}

#rt-maintop .rt-container .rt-grid-8 .bt-row:nth-child(2),

#rt-maintop .rt-container .rt-grid-8 .bt-row:nth-child(4),

#rt-maintop .rt-container .rt-grid-8 .bt-row:nth-child(6),

#rt-maintop .rt-container .rt-grid-8 .bt-row:nth-child(8),

#rt-maintop .rt-container .rt-grid-8 .bt-row:nth-child(10){

    margin-right: 0px !important;

}

#rt-maintop .bt-row-separate{

    display: none;

}

#rt-maintop .rt-container .rt-grid-4{

    background: none;

    box-shadow: none;

    height: auto;

}

#rt-maintop .rt-container .rt-grid-4 .rt-block{

    margin-bottom: 20px;

    background: #fff;

    box-shadow: 0 3px 0 0 #dddddd;

    color: #000;

}

#rt-maintop .rt-container .rt-grid-4 .rt-block:first-child{

   /* background: #ededed;*/

}

#rt-maintop .rt-container .rt-grid-4 .rt-block:nth-child(2){

    background: #ededed;

    color: #000 !important;

}



/* rt-main */

#rt-main{

    background: none !important;

    margin-top: 5px;

    margin-bottom: 20px;

    border-bottom: none;

    box-shadow: none;

}

#rt-main .rt-container .rt-grid-8{

    background: none;

    box-shadow: none;

}

#rt-main .rt-container .rt-grid-8 .bt-row{

    width: 48.3% !important;

    background: #fff;

    margin-left: 0;

    margin-right: 25px;

    margin-bottom: 25px;

    box-shadow: 0 3px 0 0 #dddddd;

    float: left;

}

#rt-main .rt-container .rt-grid-8 .bt-row:nth-child(2),

#rt-main .rt-container .rt-grid-8 .bt-row:nth-child(4),

#rt-main .rt-container .rt-grid-8 .bt-row:nth-child(6),

#rt-main .rt-container .rt-grid-8 .bt-row:nth-child(8),

#rt-main .rt-container .rt-grid-8 .bt-row:nth-child(10),

#rt-main .rt-container .rt-grid-8 .bt-row:nth-child(12){

    margin-right: 0px !important;

}

#rt-main .bt-row-separate{

    display: none;

}

#rt-main .rt-container .rt-grid-4{

    background: none;

    box-shadow: none;

    height: auto;

}

#rt-main .rt-container .rt-grid-4 .rt-block{

    margin-bottom: 20px;

    background: #fff;

    box-shadow: 0 3px 0 0 #dddddd;

}

#rt-main .rt-container .rt-grid-4 .rt-block:first-child{

    background: #ededed !important;

    margin-top: 0px;

}



/*

#  rt-transition

*/

#rt-transition .rt-grid-8 #rt-mainbody .search{

    margin-bottom: 20px;

    padding: 10px;

    background: #fff;

    box-shadow: 0 3px 0 0 #dddddd;

}



/*

#   rt-fullwidth

*/

#rt-fullwidth{

    font-family: 'Asap-Regular', sans-serif;

    font-size: 40px !important;

    font-style: italic;

}

#rt-fullwidth .custom{

   padding: 50px 0 50px 0;

}

#rt-fullwidth .custom span{

   color: #fff !important;

}



/*

#   rt-utility

*/

#rt-utility{



}

#rt-utility .rt-container .rt-grid-8{

    width: 36%;

    float: left;

}

#rt-utility .rt-container .rt-grid-4{
    width: 62%;
    /*height: 335px;*/
    /*max-height: 335px;*/
    /* EDITADO SEM INSTAGRAM NA HOME */
    /*height: 507px; */
    /*max-height: 507px;*/
    height: 395px; 
    max-height: 395px;
    float: right !important;

}

#rt-utility .rt-container .rt-grid-4 .module-title{

    height: 34px;

    margin-bottom: 6px;

    border-bottom: 2px solid;

    text-transform: lowercase;

}

#rt-utility .rt-container .rt-grid-4 .title{

    margin-top: -10px;

    font-size: 18px;

    font-weight: 600;

    text-transform: lowercase;

    border: none;

    box-shadow: none;

}

#rt-utility .rt-container .rt-grid-8 .bt-cs .bt-row{

    width: 100% !important;

}

.sp_simple_youtube iframe{
     /* EDITADO SEM INSTAGRAM NA HOME */
    height: 335px !important;
    /*height: 445px !important;*/
    /*height: 275px !important;*/

}

/*

*   #rt-main

*/

#rt-main .rt-grid-8{

    background: none;

    box-shadow: none;

}

#rt-main .rt-grid-4{

    width: 32%;

    float: right;

}

/* articles */

#rt-mainbody-surround .rt-grid-9 {

    margin-top: -15px;

}

/*#rt-mainbody-surround #rt-main .rt-grid-12 #rt-mainbody .component-content .search{

    background-color: #fff;

    box-shadow: 0 3px 0 0 #dddddd;

    padding: 10px;

}*/

.component-content .article-info{

    margin-top: 0;

}

.component-content h2,

.component-content .item-page h2,

.component-content .blog h2{

    margin-bottom: 0;

    font-family: 'Asap-Regular', sans-serif;

    font-size: 22px;

    border-bottom: none;

    box-shadow: none;

}

.component-content h2,

.component-content .item-page h2 a,

.component-content .blog h2{

    color: #000;

    text-transform: uppercase;

}

.component-content ul.actions .print-icon a:before{

    margin-right: 4px;

}

#rt-mainbody-surround #rt-main .rt-grid-12 #rt-mainbody .component-content .search,

.component-content .article-count{

    background-color: #fff;

    box-shadow: 0 3px 0 0 #dddddd;

    padding: 10px;

}

div[itemprop="articleBody"],

.items-leading,

.cols-1,

.cat-items{

    background-color: #fff;

    border-bottom: 4px solid #dddddd;

    padding: 20px;

    color: #000;

}

div[itemprop="articleBody"] table{

    width: 100% !important;

}

div[itemprop="articleBody"] div,
div[itemprop="articleBody"] p,
div[itemprop="articleBody"] p span{

    font-family: 'archer-medium-pro0' !important;
    font-size: 15px !important;
    word-wrap: break-word;

}

.items-leading .item{

    background-color: #fff;

    border-bottom: 4px solid #dddddd;

    padding: 20px;

    color: #000;

}

.component-content .pagination ul li a,

.component-content .pagination ul li span{

    height: 15px;

}



/*div[itemprop="articleBody"] img{

    width: 100%;

    margin-top: 4px;

}*/



.bt-social-share-above{

    background: none;

    border-radius: none;

    border: none;

    border-bottom: 1px solid #dddddd;

    padding:0;

    padding-bottom: 10px;

}

.bt-facebook-share-button{

    width: auto !important;
    min-width: 140px;

}
.bt-facebook-like-button{
    width: 110px !important;
}

.bt_facebook_comment{

    padding: 20px 0 !important;

}

.category-list #categorylist_header_title a,

.category-list #categorylist_header_author a,

.category-list #categorylist_header_hits a{

    color: #000;

}

#category{

    margin-left: 10px;

    display: block;

    float: left;

}



/*

*   plugins [Twitter]

*/

.jvTwitter, 

.well{

    background: none !important;

    box-shadow: none !important;

    border-radius: 0 !important;

    border: none !important;

}

.jvTwitterTweets .media{

    border-bottom: 1px solid #ddd !important;

}





/*

*   Carousel

*/

#carousel {

    position: relative;

    width: 60%;

    margin: 0 auto;

}



#slides {

    overflow: hidden;

    position: relative;

    width: 100%;

    height: 250px;

}



#slides ul {

    list-style: none;

    width: 100%;

    height: 200px;

    margin: 0;

    padding: 0;

    position: relative;

}

#slides li {

    width: 100%;

    height: 200px;

    float: left;

    text-align: center;

    position: absolute;

}

.quote-phrase,

.quote-author {

    font-family: 'archer-medium-pro0';

    font-weight: 300;

    display: table-cell;

    vertical-align: middle;

    padding: 5px 20px;

}

.quote-phrase {

    height: 200px;

    font-size: 34px;

    color: #FFF;

    font-style: italic;

    text-shadow: .5px 0px #b14943;

}

.quote-marks {

    padding: 0 3px 3px;

    position: inherit;

    font-size: 40px;

}

.quote-author {

    font-style: normal;

    font-size: 20px;

    color: #fff;

    font-weight: 400;

    height: 30px;

}

.quoteContainer,

.authorContainer {

    display: table;

    width: 100%;

    line-height: 1em;

}





/*

*   footer-first

*/

#rt-footer-surround{

    margin-top: 30px;

}

#rt-footer{

    background: #000;
    /*background: url('../images/degrade-site.jpg') no-repeat;*/
    background-size: cover;

    box-shadow: none;

    -webkit-box-shadow: none;

    border-top: none;

    color: #fff;

}

#rt-copyright{

    background: #fff;

}



@-webkit-keyframes fade { 0% {opacity: 0;} 10% {opacity: 1;} 90% {opacity: 1;} 100% {opacity: 0;}}

@-webkit-keyframes fade-fim { 0% {opacity: 0;} 10% {opacity: 1;} 90% {opacity: 1;} 100% {opacity: 1;}}

@-moz-keyframes fade { 0% {opacity: 0;} 10% {opacity: 1;} 90% {opacity: 1;} 100% {opacity: 0;}}

@-moz-keyframes fade-fim { 0% {opacity: 0;} 10% {opacity: 1;} 90% {opacity: 1;} 100% {opacity: 1;}}

@-ms-keyframes fade { 0% {opacity: 0;} 10% {opacity: 1;} 90% {opacity: 1;} 100% {opacity: 1;}}

/*@-ms-keyframes fade-fim { 0% {opacity: 0;} 10% {opacity: 1;} 90% {opacity: 1;} 100% {opacity: 1;}}*/

#slides li{

    opacity: 0;

}

#slides li {

    -webkit-animation: fade 8s;

    -webkit-animation-delay: 0s;

    -moz-animation: fade 8s;

    -moz-animation-delay: 0s;

    -ms-animation: fade 8s;

    -ms-animation-delay: 0s;

}

#slides li:nth-child(2) {

    -webkit-animation: fade 8s;

    -webkit-animation-delay: 8s;

    -moz-animation: fade 8s;

    -moz-animation-delay: 8s;

    -ms-animation: fade 8s;

    -ms-animation-delay: 8s;

}

#slides li:nth-child(3) {

    -webkit-animation: fade 8s;

    -webkit-animation-delay: 16s;

    -moz-animation: fade 8s;

    -moz-animation-delay: 16s;

    -ms-animation: fade 8s;

    -ms-animation-delay: 16s;

}

#slides li:nth-child(4) {

    -webkit-animation: fade 8s;

    -webkit-animation-delay: 24s;

    -moz-animation: fade 8s;

    -moz-animation-delay: 24s;

    -ms-animation: fade 8s;

    -ms-animation-delay: 24s;

    -ms-animation-fill-mode: forwards;

}

#slides li:nth-child(5) {

    -webkit-animation: fade-fim 8s;

    -webkit-animation-delay: 32s;

    -webkit-animation-fill-mode: forwards;

    -moz-animation: fade-fim 8s;

    -moz-animation-delay: 32s;

    -moz-animation-fill-mode: forwards;

    -ms-animation: fade-fim 8s;

    -ms-animation-delay: 32s;

    -ms-animation-fill-mode: forwards;

}

/*
    EDIT  OS GALLERY
*/
.copyright-block,
.osgalery-cat-tabs{
    display: none !important;
}
.img-block.dimas-effect .os-gallery-caption p{
    background: none !important;
}

.fancybox-opened .fancybox-title{
    display: none !important;
}
/*

* @media-queries

*/

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

    #rt-logo{

        -webkit-transform: scale(.8);

        -moz-transform: scale(.8);

        -ms-transform: scale(.8);

    }

    #rt-top-surround{

        z-index: 1;

    }

    .gf-menu-toggle{

        position: fixed;

    }

    .gf-menu-toggle.active{

        position: absolute;

    }

    #rt-showcase .rt-block{

        display: none;

    }

    #rt-showcase .social{

        height: auto;

        margin: 30px 20px !important;

    }
    #rt-showcase .btn-assine a{
        right: 0;
    }
    #rt-showcase .social ul li .fa{
        color: #000
    }

    .bt-cs .bt-inner img{

        width: 100% !important;

    }

    .gf-menu .item{

        padding: 4px 4px !important;

    }

    .gf-menu.l1 > li > .item{

        font-size: 13px;

    }

    .gf-menu.l1 > li > .item:first-child{

        margin-left: 0;

    }

    .rt-grid-8,

    .rt-grid-8 .bt-row,

    .rt-grid-4,

    .rt-block .slide{

        width: 100% !important;

    }

    .slides_control{

        width: 100% !important;

        left: 0 !important;

        height: auto !important;

    }

    .rt-grid-8,

    .rt-grid-4{

        margin-bottom: 20px !important;

    }

    #rt-transition, 

    #rt-utility, 

    #rt-main, 

    #rt-fullwidth{

        margin-top: 0;

    }

    #rt-feature .rt-container .rt-grid-8 .bt-cs .bt-inner .bt-title{

        width: 100%;

    }

    #rt-feature .rt-container .rt-grid-4{

        width: 100% !important;

        height: auto;

    }

    #rt-feature .rt-container .rt-grid-8 #category{

        margin-left: 10px;

    }

    /* iframe */

    .sp_simple_youtube iframe{

        height: 250px !important;

    }

    #rt-utility .rt-block:nth-child(2){

        display: none;

    }

    /* carousel */

    #carousel{

        width: 80%;

    }

    #carousel .quote-phrase{

        font-size: 20px;

    }

    #carousel .quoteContainer, .authorContainer{

        line-height: .6em;

    }

    /* other */

    #rt-utility .rt-container .rt-grid-4{

        height: 310px !important;

        max-height: 310px !important;

    }

    #rt-showcase{

        margin-bottom: 20px;

    }

    #rt-showcase .button{

        right: 185px;

    }

    #rt-maintop .rt-container .rt-grid-8 .bt-row,

    #rt-maintop .rt-container .rt-grid-4{

        width: 100% !important;

    }
    
    /* EDIT - 11.09.18 */
    
    #rt-showcase{
        background-position: 0 0;
    }

    /*#####*/


    /* articles */

    .component-content h2, .component-content .item-page h2{

        font-size: 20px;

    }

    div[itemprop="articleBody"] table td{

        width: 110px !important;

        margin: 10px 0 10px 10px;

        float: left;

    }



}

@media only screen and (min-width: 768px) and (max-width: 960px ){

    #rt-top-surround{

        z-index: 1;

    }

    .bt-cs .bt-inner img{

        width: 100% !important;

    }

    .gf-menu .item{

        padding: 4px 4px !important;

    }

    .gf-menu.l1 > li > .item{

        font-size: 13px;

    }

    .gf-menu.l1 > li > .item:first-child{

        margin-left: 0;

    }

    #rt-feature .rt-container .rt-grid-8 .bt-cs .bt-inner .bt-title{

        width: 100%;

    }

    #rt-feature .rt-container .rt-grid-4{

        height: auto;

    }

    #rt-feature .rt-container .rt-grid-8 #category{

        margin-left: 10px;

    }

    #rt-feature .rt-container .rt-grid-4 .rt-block .custom img{

        width: 150px !important;

        margin: 10px auto !important;

        display: block;

        float: none !important;

    }

    /* iframe */

    .sp_simple_youtube iframe{

        height: 250px !important;

    }

    #rt-utility .rt-container .rt-grid-4{

        height: 310px !important;

        max-height: 310px !important;

    }

    #rt-showcase .button{

        right: 185px;

    }

    #rt-maintop .rt-container .rt-grid-8 .bt-row{

        width: 47.3% !important;

    }



}

@media only screen and (min-width: 961px) and (max-width: 1024px ){

    .bt-cs .bt-inner img{

        width: 100% !important;

    }

    

    .gf-menu.l1 > li > .item:first-child{

        margin-left: 0;

    }

    #rt-feature .rt-container .rt-grid-8 .bt-cs .bt-inner .bt-title{

        width: 100%;

    }

    #rt-feature .rt-container .rt-grid-4{

        height: auto;

    }

    #rt-feature .rt-container .rt-grid-8 #category{

        margin-left: 10px;

    }

    #rt-feature .rt-container .rt-grid-4 .rt-block .custom img{

        width: 150px !important;

        margin: 10px auto !important;

        display: block;

        float: none !important;

    }

    /* iframe */

    .sp_simple_youtube iframe{

        height: 250px !important;

    }

    #rt-utility .rt-container .rt-grid-4{

        height: 310px !important;

        max-height: 310px !important;

    }

    #rt-showcase .button{

        right: 235px;

    }

    #rt-maintop .rt-container .rt-grid-8 .bt-row{

        width: 47.3% !important;

    }



}

@media only screen and (min-width: 1025px) and (max-width: 1200px ){

    .bt-cs .bt-inner img{

        width: 100% !important;

    }

    #rt-feature .rt-container .rt-grid-8 .bt-cs .bt-inner .bt-title{

        width: 100%;

    }

    #rt-feature .rt-container .rt-grid-4{

        height: auto;

    }

    #rt-feature .rt-container .rt-grid-8 #category{

        margin-left: 10px;

    }

    #rt-feature .rt-container .rt-grid-4 .rt-block .custom img{

        width: 200px !important;

        margin: 10px auto !important;

        display: block;

        float: none !important;

    }

    #rt-showcase .button{

        right: 240px;

    }

    #rt-maintop .rt-container .rt-grid-8 .bt-row{

        width: 47.3% !important;

    }



}

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