
a.read_more {
    text-decoration: underline;
}
.material-icons.md-20 {
    font-size: 18px;
}

.panel.custom {
    padding: 2% 5%;
    background: rgba(0, 0, 0, 0.2);
}

.mainContainer {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 100%;
}

.mainContainer .mainWrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.titleAccor {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
}


/* Main mainContainer*/

.mainContainer .mainWrap {
    padding: calc(5.56% + 50px) calc(8% + 15px);
}

.mainContainer .mainWrap .overflowHidden {
    overflow: hidden;
}

.mainContainer .mainWrap {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
/*
.imgBg {
    -webkit-filter: blur(3px);
          filter: blur(3px);
}
*/
.bg_App {
    background-image: url("../assets/img/main_0.jpg");
}

.bg_Cat0 {
    background-image: url("../assets/img/cat0/bg_0.jpg");
}

.bg_Cat1 {
    background-image: url("../assets/img/cat1/bg_0.jpg");
}

.bg_Cat2 {
    background-image: url("../assets/img/cat2/bg_0.jpg");
}

.bg_Cat3 {
    background-image: url("../assets/img/cat3/bg_0.jpg");
}

.bg_Sidebar {
    background-image: url("../assets/img/sidebar.jpg");
}

figure {
/* border: 10px solid #000;*/
position: relative;
}
figure img {
    display: block;
    width: 100%;
    height: auto;
}
figcaption {
    background: rgba(0, 0, 0, 0.2);
    color: #FFF;
    padding: 10px;
    position: absolute;
    bottom: 20;
    left: 0;
    right: 0;
    font-size: 18px;
    text-align: center;
}
.titleAccor {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: bold;
}
.descriptionAccor {
    font-size: 16px;
    margin-top: 6px;
    opacity: 0.8;
    /*	letter-spacing: 0.5px;*/
}
.mainText {
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
@media (max-width: 768px) {
    .mainText {
        background: rgba(255, 255, 255, 0);
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }
}
.pill.controller {
    font-size: 0;
    border: 1px solid;
    display: inline-block;
    border-radius: 6px;
}
.pill.controller li {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #fff;
    font-size: initial;
    -webkit-transiton: 0.5s;
    transition: 0.5s;
}
.pill.controller li:first-child {
    border-radius: 4px 0 0 4px;
}
.pill.controller li:last-child {
    border-radius: 0 4px 4px 0;
}
.pill.controller li.selected {
    background: #fff;
    color: #303030;
}

/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .panel.custom {
        padding: 2% 5%;
        background: rgba(0, 0, 0, 0.7);
    }
    
    .mainText {
        background: rgba(255, 255, 255, 0);
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }
    
    .titleAccor {
        font-size: 16px;
        line-height: 1.2;
        font-weight: bold;
    }
    
    figcaption {
        font-size: 14px;
    }
    
    h5 {
        font-size: 16px;
    }
    
    .mainContainer .mainWrap {
        padding: calc(5.56% + 50px) calc(8% + 15px);
    }
    
    .pill.controller {
        font-size: 0;
        border: 1px solid;
        display: inline-block;
        border-radius: 6px;
        margin-top: 30px;
    }
    
    .pill.controller li {
        padding: 2px 4px;
        display: inline-block;
        border: 1px solid #fff;
        font-size: initial;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    
    .pill.controller li:first-child {
        border-radius: 4px 0 0 4px;
    }
    
    .pill.controller li:last-child {
        border-radius: 0 4px 4px 0;
    }
    
    .pill.controller li.selected {
        background: #fff;
        color: #303030;
    }
}

/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .panel.custom {
        padding: 2% 5%;
        background: rgba(0, 0, 0, 0.7);
    }
    
    .mainText {
        background: rgba(255, 255, 255, 0);
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }
    
    figcaption {
        font-size: 14px;
    }
    
    .titleAccor {
        font-size: 16px;
        line-height: 1.2;
        font-weight: bold;
    }
    
    h5 {
        font-size: 16px;
    }
    
    .mainContainer .mainWrap {
        padding: calc(5.56% + 60px) calc(8% + 15px);
    }
    
    .pill.controller {
        font-size: 0;
        border: 1px solid;
        display: inline-block;
        border-radius: 6px;
        margin-top: 30px;
    }
    
    .pill.controller li {
        padding: 5px 10px;
        display: inline-block;
        border: 1px solid #fff;
        font-size: initial;
        -webkit-transiton: 0.5s;
        transition: 0.5s;
    }
    
    .pill.controller li:first-child {
        border-radius: 4px 0 0 4px;
    }
    
    .pill.controller li:last-child {
        border-radius: 0 4px 4px 0;
    }
    
    .pill.controller li.selected {
        background: #fff;
        color: #303030;
    }
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .panel.custom {
        padding: 2% 5%;
        background: rgba(0, 0, 0, 0.7);
    }
    
    .mainText {
        background: rgba(255, 255, 255, 0);
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }
    
    figcaption {
        font-size: 14px;
    }
    
    h5 {
        font-size: 16px;
    }
    
    .titleAccor {
        font-size: 16px;
        line-height: 1.2;
        font-weight: bold;
    }
    
    .mainContainer .mainWrap {
        padding: calc(5.56% + 50px) calc(8% + 15px);
    }
    
    .pill.controller {
        font-size: 0;
        border: 1px solid;
        display: inline-block;
        border-radius: 6px;
        margin-top: 30px;
    }
    
    .pill.controller li {
        padding: 5px 10px;
        display: inline-block;
        border: 1px solid #fff;
        font-size: initial;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    
    .pill.controller li:first-child {
        border-radius: 4px 0 0 4px;
    }
    
    .pill.controller li:last-child {
        border-radius: 0 4px 4px 0;
    }
    
    .pill.controller li.selected {
        background: #fff;
        color: #303030;
    }
}
.customButton {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 3px 4px 3px;
    font-size: 16px;
    /*    text-transform: uppercase;*/
    
    font-weight: 700;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    white-space: nomainWrap;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: inset 0 -100px 0 transparent;
    appearance: none;
    margin: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}