.btnInsc {
    color: #fff;
    font-size: 1.9rem;
    background: #39b54a;
    padding: 23px 32px;
    text-transform: uppercase;
    font-weight: 600;
}
.btnInsc:hover { background: #ffcf06; }

.boxTitle {
    width: 100%;
    margin-bottom: 60px;
}
.boxTitle .left { 
    float: left;
    color: #000;
    text-transform: uppercase;
    max-width: 750px;
}
.boxTitle .btnInsc { float: right; }
.boxTitle h1 { 
    font-size: 3.7rem; 
    font-weight: 600;
}
.boxTitle h2 { 
    font-size: 2.2rem; 
    font-family: 'Roboto';
    margin-bottom: 5px;
}
.boxTitle h2 span { color: #ffcb05; }

.wrapperAnchor {
    width: 100%;
    margin-bottom: 30px;
}
.wrapperAnchor ul li.first { 
    color: #ffcb05;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: bold;
}
.wrapperAnchor ul li { 
    color: #000;
    float: left;
    font-size: 1.5rem;
    margin-right: 10px;
    font-weight: 500;
}
.wrapperAnchor ul li span { color: #ffcb05; } 
.wrapperAnchor ul li a { cursor: pointer; } 
/*.wrapperAnchor ul li:last-child { display: none; }*/ 

.boxImg {
    /*height: 252px;*/
    width: 100%;
    display: table;
    margin-bottom: 85px;
    /*background: url('../img/cmmtb_bg.jpg') no-repeat center center;*/
}
.boxImg > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100%;
}

.wrapperContent .box { margin-bottom: 50px; }
.wrapperContent .box .dTable {
    display: table;
    width: 100%;
}
.wrapperContent .box .dTable > div {
    display: table-cell;
    vertical-align: top;
}
.wrapperContent .box .dTable > div.btn a {
    margin: 30px 0 0 30px;
    float: right;
    white-space: nowrap;
}

.wrapperContent iframe,
.wrapperContent img { max-width: 100%; }
.wrapperContent .box .text { 
    font-size: 1.4rem!important;
    color: #383838;
    line-height: 1.6em;
}
.wrapperContent .box .text > * { 
    margin-bottom: 15px!important;
    font-family: inherit!important;
    font-size: inherit!important;
}
.wrapperContent .box .text * { 
    font-family: inherit!important;
    font-size: inherit!important;
}
.wrapperContent .box .text h2 { 
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    margin: 35px 0 20px 0;
}
.wrapperContent .box .text table { max-width: 100%!important; }
.wrapperContent .box .title {
    position: relative;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
}
.wrapperContent .box .title:after { 
    content: '';
    position: absolute;
    height: 3px;
    width: 260px;
    background: #ffcb05;
    left: -210px;
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 1023px) {
    .wrapperContent .box .dTable > div {
        display: block;
    }
    .wrapperContent .box .dTable > div.btn a {
        float: none;
        display: table;
        margin: 30px auto 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .boxTitle .left { 
        display: block;
        float: none;
    }
    .boxTitle .btnInsc {
        float: none;
        display: table;
        margin: 30px auto 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .boxTitle h1 { font-size: 2.5rem; }
}