.container{
    padding-left: 0!important;
    padding-right: 0!important;
}
.section-1{
    margin-top: 50px;
}
.section-2, .section-4, .section-5,.section-3{
    margin-top: 50px;
}

.single-image-home{
    padding: 0 0 25px 0;
}
.title-section{
    margin-bottom: 50px;
}
.title-section-6{
    margin-bottom: 25px;
    color:black;
}
.single-image-home img{
    width: 250px;
    border: 5px solid #2ba4b5;
}
.wpb_wrapper_home a{
    color: #2ba4b5;
}
.wpb_wrapper_home  a:hover{
    color: #2ba4b5;
    text-decoration: none;
}
.wpb_wrapper_home  a span{
    font-size: 18pt;
}
.wpb_wrapper_home .content-wrapper span{
    color: #808080;
}
.title-section h2 span{
    color: #2ba4b5;
}
.button-home, .button-facebook, .button-support{
    padding: 35px;
}
.button-home a, .button-support a{
    width: 35%;
    opacity: 0.9;
    padding: 12px 8px 12px 8px ;
    border-color: #f23630;
    background-color: #f23630;
}
.section-5  iframe{
    max-width: 100%;
}
.button-facebook a  {
    width: 35%;
    opacity: 0.9;
    border-radius: 0;
    padding: 12px 8px 12px 8px ;
    border-color: #39a0bd;
    background-color: #39a0bd;
}
.button-facebook a:hover  {
    opacity: 1;
    border-color: #39a0bd;
    background-color: #39a0bd;
}
.container-last{
    background: url("../img/49483023_573589796399298_6227172773509201920_n.png") no-repeat ;
    background-size: 100%;
    background-color: #10b1c1;
    padding: 50px;
    margin-bottom: 150px;
}
.regiters-form .form-group{
   width: 100%;
}
.text-register-home{
    color:black;
    padding-bottom: 10px;
}
.regiters-form .btn-submit{
    padding:8px;
    background: #f4524d;
    text-transform: uppercase;
}
.regiters-form p{
    color:black; 
}
.section-3 {
    background-image: url('../img/backgroud-2.png');
    min-height: 535px;
    background-size: cover;
}
.title-section-3{
    margin-top: 50px;
    margin-bottom: 30px;
}
.title-section-3 span{
    color: #ffffff; 
    font-size: 14pt;
}
.uc_icon_holder {
    width: 65px;
    height: 65px;
    font-size: 21px;
    float: left;
    text-align: center;
    line-height: 65px;
    position: relative;
    z-index: 5;
}
.uc_content_box{
    color: white;
}
.uc_content_box h2{
    font-size: 18px;
    font-weight: bold;
}
.uc_content_box  p{
    line-height: 24px;
    font-size: 15px;
}
.icon-section-3{
    margin-top: 15px;
}
.uc_top_border{
    height: 120%;
    display: block;
    z-index: 1;
    position: absolute;
    right: 46px;
    left: inherit;
    top: 60px;
    background-color: #ffffff;
    width: 2px;
}

@media only screen and (max-width: 767px) and (min-width: 480px){
    .button-facebook a {
        width: 100%;
    }
    .section-3 {
        background-size: 100%;
    }
    .container-first iframe{
        width: 100%;
        padding: 5px;
    }
    .button-home a, .button-support a {
        width: 90%;
    }
    .container-last {
        padding: 20px;
    }
    .uc_top_border {
        right: 92px;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px){
    .button-facebook a {
        width: 100%;
    }
    .home-page iframe{
        width: 100%;
        padding: 10px 5px 10px 5px;
    }
    .section-3 {
        background-size: 100%;
    }
    .button-home a, .button-support a {
        width: 90%;
    }
    .container-last {
        padding: 20px;
    }

    .uc_top_border {
        height: 250%;
        right: 32px;
    }
    .title-section h2{
        font-size: 24px;
    }
    .section-1{
        padding-left: 5px;
        padding-right: 5px;
    }
}