#header{
    position: relative;
}
#header .box{
    position: absolute;
    width: calc(100% - 100px);
    text-align: center;
    max-width: 100%;
    left: 50%;
    bottom: 20%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
}
.header-bg{
    text-align: center;
    overflow: hidden;
}
#header .buttons{
    display: inline-block;
}
#header .btn{
    float: left;
    margin: 0 20px;
}

#header .btn-empty,
#header .btn-empty:active,
#header .btn-empty:visited,
#header .btn-empty:focus{
    color: #fff;
    border: solid 2px #fff;
}
#header .btn-empty:hover{
    color: #fff;
    border: solid 2px #243772;
}

#header .slider-container{
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
#header .holder{
    visibility: hidden;
}
#header .slider{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#header .slick-arrow{
    margin: 0;
    bottom: auto;
    top: 50%;
    z-index: 1;
    height: 30px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#header .slick-prev{
    left: 20px;
    right: auto;
}
#header .slick-next{
    left: auto;
    right: 20px;
}
#header .slick-arrow:before{
    display: none;
}
#header .slick-arrow:after{
    border-color: #fff;
    width: 15px;
    height: 15px;
}

h1{
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    margin: 0 0 40px;
}

h3{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 20px;
}

h2{
    display: inline-block;
    margin: 60px 0 20px 0;
    color: #000;
    font-weight: normal;
    line-height: 36px;
    padding: 0 10px 20px;
    font-size: 30px;
    border-bottom: solid 2px #707070;
}

/*about---------------------------------------------*/

#about{
    text-align: center;
    line-height: 30px;
}
#about p{
    margin: 0 0 20px;
}
#about .btn{
    margin-top: 30px;
}
#about .blocks{
    text-align: center;
    font-size: 0;
    margin: 0 -10px;
    padding: 8% 0 4%;
}
#about .block{
    position: relative;
    display: inline-block;
    padding: 0 25px;
    width: 25%;
    padding-bottom: 25%;
    vertical-align: top;
}
#about .block .box{
    position: absolute;
    left: 25px;
    top: 25px;
    text-align: center;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    -webkit-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.25);
}
#about .block img{
    margin-top: 30px;
}
#about .block label{
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    font-size: 40px;
    line-height: 40px;
    color: #3faa37;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

#about .block h4{
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    color: #243772;
    font-weight: normal;
    font-size: 26px;
    line-height: 26px;
    margin: 0;
}

/*program---------------------------------------------*/

#program{
    text-align: center;
}

#program{
    text-align: center;
}
#program .days{
    margin: 20px auto 30px;
}
#program .day{
    position: relative;
    margin: 0 40px 20px 0;
}
#program .day:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -37px;
    width: 30px;
    height: 1px;
    border-bottom: dashed 2px #ccc;
}
#program .day:last-child{
    margin-right: 0;
}
#program .day:last-child:after{
    display: none;
}

#program .day,
#program .day:active,
#program .day:visited,
#program .day:focus{
    line-height: 46px;
    color: #243772;
    border: solid 2px #919ab8;
    background: #fff;
}

#program .day.selected{
    color: #fff;
    background: #253b6f; /* Old browsers */
    background: -moz-linear-gradient(left, #253b6f 0%, #2f655a 27%, #3ea739 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #253b6f 0%,#2f655a 27%,#3ea739 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #253b6f 0%,#2f655a 27%,#3ea739 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#program .day:hover{
    background: -moz-linear-gradient(left, #243772 0%, #243772 27%, #243772 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #243772 0%,#243772 27%,#243772 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #243772 0%,#243772 27%,#243772 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
}

#program .events{
    position: relative;
}

#program .buttons{
    display: inline-block;
    padding-bottom: 5%;
}
#program .buttons .btn{
    float: left;
    margin: 0 20px;
    text-transform: uppercase;
    font-size: 12px;
}

#program .btn .download{
    height: 12px;
}

#program .agenda{
    margin: 0 0 10px;
    padding: 0 10px 10px;
    color: #243772;
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
    display: none;
}
#program .day_details{
    margin: 0;
    color: #243772;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    display: none;
}

#program .slick-arrow{
    bottom: auto;
    background: #fff;
    top: 0;
    margin: 0;
    padding-top: 3%;
    box-sizing: content-box;
    height: 40px;
    z-index: 5;
}
#program .slick-arrow:before,
#program .slick-arrow:after{
    top: auto;
    bottom: 20px;
}
#program .slick-arrow:before{
    -webkit-transform: translateY(50%);
       -moz-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
}
#program .slick-prev:after{
    -webkit-transform: translateY(50%) rotate(-45deg);
       -moz-transform: translateY(50%) rotate(-45deg);
         -o-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
}
#program .slick-next:after{
    -webkit-transform: translateY(50%) rotate(45deg);
       -moz-transform: translateY(50%) rotate(45deg);
         -o-transform: translateY(50%) rotate(45deg);
            transform: translateY(50%) rotate(45deg);
}

#program .slick-prev{
    left: -2px;
}
#program .slick-next{
    left: auto;
    right: -2px;
}

#program .list{
    display: inline-block;
    padding: 3% 0 8%;
    min-height: 300px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
#program .event{
    position: relative;
    padding: 70px 20px 20px;
    outline: 0;
}
#program .event .box{
    position: relative;
    padding: 20px 60px 25px;
    color: #243772;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(left, #fff 0%, #fff 27%, #fff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fff 0%,#fff 27%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fff 0%,#fff 27%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
#program .event:hover .box{
    color: #fff;
    background: #253b6f; /* Old browsers */
    background: -moz-linear-gradient(left, #253b6f 0%, #2f655a 27%, #3ea739 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #253b6f 0%,#2f655a 27%,#3ea739 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #253b6f 0%,#2f655a 27%,#3ea739 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#program .event a,
#program .event a:active,
#program .event a:visited,
#program .event a:focus{
    color: #ff7575;
}
#program .event a:hover{
    opacity: 0.8;
}

#program .event:hover a,
#program .event:hover a:active,
#program .event:hover a:visited,
#program .event:hover a:focus{
    color: #fff;
}

#program .event .start{
    position: absolute;
    text-align: center;
    left: 0;
    top: -60px;
    width: 100%;
    color: #243772;
}
#program .event .start:before{
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    text-transform: uppercase;
    height: 25px;
    border-left: dashed 1px #979797;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
#program .event .start span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #3faa37;
    border-radius: 50%;
    margin-right: 5px;
}

#program .event .start:after{
    content: '';
    position: absolute;
    top: 10px;
    left: 55%;
    margin-left: calc( 10% + 50px);
    width: calc(80% - 100px);
    border-top: dashed 1px #979797;
}
#program .event.last .start:after{
    display: none;
}

#program .event h4{
    font-weight: normal;
    display: inline-block;
    margin: 10px 0 10px;
    /*text-transform: uppercase;*/
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px 3px;
    border-bottom: solid 2px #243772;
}
#program .event:hover h4{
    border-bottom: solid 2px #fff;
}
#program .event h5{
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
#program .event .venue{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}
#program .event .venue a,
#program .event .venue a:active,
#program .event .venue a:focus,
#program .event .venue a:visited{
    text-transform: uppercase;
    text-decoration: underline;
}

#program .event .details{
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0;
    /*text-transform: uppercase;*/
}

#program .event .webcasting{
    font-size: 13px;
    line-height: 18px;
    padding: 0px 13%;
}
#program .event .webcasting a,
#program .event .webcasting a:active,
#program .event .webcasting a:focus,
#program .event .webcasting a:visited{
    text-decoration: underline;
}

#program .event .registration,
#program .event .registration:active,
#program .event .registration:focus,
#program .event .registration:visited{
    font-size: 13px;
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}

/*accomodation---------------------------------------------*/

#accomodation{
    text-align: center;
    overflow: hidden;
}

#accomodation #map{
    width: 42%;
    height: 400px;
}
#accomodation .block{
    position: relative;
    padding: 4% 0 8%;
}
#accomodation .hotels{
    position: absolute;
    top: 20px;
    left: 45%;
    width: 87%;
    overflow: hidden;
    padding-bottom: 20px;
}
#accomodation .hotel{
    padding: 30px 15px;
    outline: 0;
    cursor: pointer;
    opacity: 0;
}
#accomodation .show .hotel{
    opacity: 1;
}
#accomodation .hotel .box{
    text-align: left;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}
#accomodation .hotel .info{
    display: inline-block;
    width: 100%;
    word-break: break-word;
}
#accomodation .img{
    padding-bottom: 70%;
}
#accomodation .hotel .info{
    padding: 0 25px 10px;
}
#accomodation .hotel h4{
    color: #243772;
    font-size: 20px;
    margin: 20px 0 10px;
    font-weight: normal;
}
#accomodation .hotel p{
    margin: 10px 0;
    line-height: 25px;
}

#accomodation .slick-list{
    width: 50%;
    overflow: visible;
}

#accomodation .btn{
    margin: 0 10px;
}

.slick-disabled{
    opacity: 0.2;
}

.slick-arrow{
    position: absolute;
    bottom: 10px;
    font-size: 0;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
}
.slick-arrow:before{
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    background: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.slick-prev{
    right: calc( 50% + 40px);
}
.slick-next{
    right: calc( 50% + 10px);
}
.slick-prev:before{
    left: 5px;
}
.slick-next:before{
    right: 5px;
}
.slick-arrow:after{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    border-top: solid 2px #000;
    z-index: 1;
}
.slick-prev:after{
    left: 5px;
    border-left: solid 2px #000;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
         -o-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
}
.slick-next:after{
    right: 5px;
    border-right: solid 2px #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
         -o-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.slick-arrow:hover:before{
    background: #243772;
}
.slick-arrow:hover:after{
    border-color: #243772;
}


/*logos---------------------------------------------*/

#logos{
    text-align: center;
    /*background: #243772;*/
	background: #0d3c47;
    margin-top: 100px;
}
#logos h2{
    color: #fff;
}
#logos .logos{
    font-size: 0;
    padding: 0 0 8%;
    margin: 0 -20px;
}
#logos .logos a,
#logos .logos a:active,
#logos .logos a:visited,
#logos .logos a:focus{
    display: inline-block;
    margin: 0 20px;
    /*-webkit-filter: grayscale(100%);
            filter: grayscale(100%);*/
}
#logos .logos a:hover{
    -webkit-filter: none;
            filter: none;
}

#logos .logos a:first-child,
#logos .logos a:first-child:active,
#logos .logos a:first-child:visited,
#logos .logos a:first-child:focus{
    position: relative;
    width: 100%;
    max-width: unset;
    padding-bottom: 20px;
    margin: 0;
}
#logos .logos a:after{
    content: '';
    position: absolute;
    width: 75%;
    left: 50%;
    bottom: 0px;
    height: 1px;
    background: #fff;
    opacity: 0.1;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
/*social---------------------------------------------*/

#social{
    text-align: center;
	padding-bottom: 5%;
}

#social .feed{
    max-width: 1030px;
    margin: 0 auto;
}
#social .box{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
       -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.facebook .small{
    display: none;
}
.facebook{
    margin-right: 15px;
}
.rtl .facebook{
    margin-right: 0;
    margin-left: 15px;
}
.twitter{
    margin-left: 15px;
    height: 500px;
    overflow: auto;
}
.rtl .twitter{
    margin-left: 0;
    margin-right: 15px;
}

/*video---------------------------------------------*/

#video{
    text-align: center;
    padding: 8% 0;
	background: #0d3c47;
    color: #fff !important;
}


#video h2{
    color: #fff;
    font-size: 24px;
    padding: 0;
    margin: 0 0 40px;
    border: none;
}

#video .info{
    float: left;
    width: 47%;
    font-size: 14px;
    text-align: left;
    padding: 0 30px 40px 0;
}
#video .img{
    float: right;
    width: 53%;
    padding-bottom: 29%;
	    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
#video .img:hover{
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
}

#video .btn{
    margin-top: 50px;
}


/*contacts---------------------------------------------*/

#contacts{
    /*background: #0d3c47;
    color: #fff;*/
}

#contacts .info{
    float: left;
    width: 46%;
    line-height: 32px;
    padding-right: 20px;
}
#contacts h2{
    color: #243772;
    display: block;
    border: none;
    padding: 9% 0 0;
    text-align: center;
    margin: 0 0 30px;
    font-size: 26px;
    line-height: 1.2;
    text-transform: none;
}

#contacts a,
#contacts a:active,
#contacts a:visited,
#contacts a:focus{
    color: #253b6f;
    font-weight: 600;
}
#contacts a:hover{
    color: #3ea739;
    color: #000;
}
#contacts p{
    border-top: solid 1px #ccc;
    margin: 0 20px;
    line-height: 20px;
    padding: 15px 0;
}
#contacts strong{
    color: #3ea739;
    margin-bottom: 10px;
    font-size: 15px;
}
#contacts-map{
    float: left;
    width: 54%;
    height: 400px;
    margin: 30px 0;
    border-radius: 5px;
    overflow: hidden;
}


/* Responsive ----------------------------------------------------------*/

@media (max-width: 1300px){
    #logos .logos a{
        margin: 0;
        max-width: calc(16% - 20px);
    }
}

@media (max-width: 1200px){
    #program .event .box{
        padding: 20px 30px 25px;
    }
    #logos .logos{
        margin: 0;
    }
    #logos .logos a{
        max-width: 16%;
    }
}

@media (max-width: 1150px){
    #about .block label{
        top: 55%;
    }
    #social .feed{
        max-width: 670px;
    }
    .facebook .big{
        display: none;
    }
    .facebook .small{
        display: block;
    }
}

@media (max-width: 1024px){
    h1{
        font-size: 26px;
        margin: 0 0 30px;
    }
    h2{
        font-size: 26px;
        margin: 50px 0;
        padding: 0 10px 15px;
    }
    h3{
        font-size: 22px;
        margin: 0 0 15px;
    }
    #about .block img{
        margin-top: 20px;
    }
    #about .block label{
        font-size: 35px;
    }
    #about .block h4{
        bottom: 25px;
    }
    #about .block .box{
        left: 15px;
        top: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
    .list{
        position: relative;
        z-index: 1;
    }
    #about .btn {
        margin-top: 20px;
    }
    #program .day,
    #program .day:active,
    #program .day:visited,
    #program .day:focus{
        line-height: 43px;
    }
    #accomodation .hotels{
        top: 10px;
    }
    #video h2{
        display: block;
        text-align: center;
        padding: 3% 0 0;
        margin: 0;
    }
    #video .info{
        float: none;
        width: 100%;
        padding-right: 0;
        padding-bottom: 3%;
    }
    #video .img{
        float: none;
        width: 400px;
        margin: 0 auto;
        padding-bottom: 225px;
    }
    #video .btn{
        margin-top: 0;
    }
    #contacts h2{
        font-size: 24px;
    }
}

@media (max-width: 900px){
    #about .block img {
        margin-top: 10px;
    }
    #about .block label {
        font-size: 30px;
    }
    #about .block h4{
        font-size: 24px;
    }
    #program .day:last-child{
        margin-right: 40px;
    }
    #program .days{
        max-width: 700px;
    }
    #program .day:nth-child(3n):after{
        display: none;
    }
    #contacts h2{
        font-size: 22px;
    }
    #contacts p{
        margin: 0 10px;
    }
}

@media (max-width: 800px){
    h2{
        font-size: 24px;
        margin: 40px 0;
        padding: 0 7px 10px;
    }
    .list{
        position: relative;
        z-index: 2;
    }
    #about{
        line-height: 27px;
    }
    #about .block{
        width: 50%;
        padding-bottom: 30%;
    }
    #about .block img{
        margin-top: 15px;
    }
    #program .day,
    #program .day:active,
    #program .day:visited,
    #program .day:focus{
        line-height: 38px;
    }
    #social .feed{
        max-width: 500px;
    }
    #social .half{
        float: none;
        width: 100%;
    }
    .facebook,
    .rtl .facebook{
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .twitter,
    .rtl .twitter{
        margin-left: 0;
        margin-right: 0;
    }
    .facebook .big{
        display: block;
    }
    .facebook .small{
        display: none;
    }
}

@media (max-width: 750px){
    #accomodation #map{
        width: 100%;
    }
    #accomodation .hotels{
        position: relative;
        left: -5px;
        width: 100%;
        top: auto;
    }
    .slick-arrow{
        right: auto;
        left: 50%;
    }
    .slick-prev{
        margin-left: -30px;
    }
    .slick-next{
        margin-left: 10px;
    }
    #logos .logos a{
        max-width: 33%;
    }
    #contacts h2{
        font-size: 20px;
    }
}

@media (max-width: 700px){
    #header .box{
        bottom: 40px;
    }
    #header .btn{
        display: block;
        float: none;
        margin: 0 auto 10px;
    }
    #header .slick-list{
        width: 700px;
    }
    #header .holder{
        max-width: unset;
        width: 700px;
        left: 50%;
        -moz-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
             transform: translateX(-50%);
    }

    h1{
        font-size: 24px;
        margin: 0 0 20px;
    }
    h3{
        font-size: 20px;
        margin: 0 0 10px;
    }
    #about .block{
        padding-bottom: 200px;
    }
    .slick-prev{
        margin-left: -26px;
    }
    .slick-next{
        margin-left: 5px;
    }
    #program .days{
        max-width: 500px;
    }
    #program .day:nth-child(3n):after{
        display: block;
    }
    #program .day:nth-child(2n):after{
        display: none;
    }
}

@media (max-width: 650px){
    #contacts .info{
        float: none;
        width: 100%;
        padding-right: 0;
    }
    #contacts-map{
        float: none;
        width: 100%;
    }
    #contacts h2{
        padding-top: 12%;
        width: 100%;
        font-size: 24px;
    }
    #contacts p{
        margin: 0;
    }
}

@media (max-width: 600px){
    h1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    #video h2,
    #contacts h2,
    h2{
        font-size: 22px;
        line-height: 26px;
    }
    h3{
        font-size: 18px;
        margin: 0;
    }
    #header .box{
        padding: 0;
    }
    #about{
        font-size: 15px;
        line-height: 23px;
    }
    #about .btn {
        margin-top: 10px;
    }
    #program .day,
    #program .day:active,
    #program .day:visited,
    #program .day:focus{
        line-height: 32px;
    }
    #program .buttons .btn{
        float: none;
        width: 200px;
        display: block;
        margin: 0 auto 15px;
        padding: 0 10px;
    }
    #accomodation .slick-list{
        width: 100%;
        overflow: visible;
    }
}

@media (max-width: 560px){
    #social .feed{
        width: 320px;
    }
    .facebook .big{
        display: none;
    }
    .facebook .small{
        display: block;
    }
}


@media (max-width: 550px){
    #about .block h4 {
        font-size: 20px;
    }
    #about .block label {
        font-size: 28px;
    }
}


@media (max-width: 500px){
    h1{
        line-height: 25px;
        margin: 0 0 20px;
    }
    #about .block label {
        top: 57%;
    }
    .header-bg img{
        width: 600px;
        max-width: unset;
    }
    #header .box {
        bottom: 20px;
    }
    #about .block .box{
        left: 10px;
        top: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
}


@media (max-width: 450px){
    #program .day,
    #program .day:active,
    #program .day:visited,
    #program .day:focus,
    #program .day:last-child{
        margin-right: 0;
        display: block;
        width: 200px;
        margin: 0 auto 20px;
    }
    #video .img{
        width: auto;
        padding-bottom: 56.3%;
    }
    #program .day:nth-child(2n):after{
        display: block;
    }
    #program .day:last-child:after{
        display: none;
    }
    #program .day:after{
        top: 100%;
        right: 50%;
        width: 1px;
        height: 22px;
        z-index: -1;
        border-right: dashed 2px #ccc;
    }
}


@media (max-width: 400px){
    #about{
        font-size: 14px;
        line-height: 21px;
    }
    #program .events{
        margin: 0 -20px;
    }
    #logos .logos a:first-child img{
        max-width: 50%;
    }
}


@media (max-width: 350px){
    #about .block{
        width: 100%;
        padding-bottom: 180px;
        display: block;
    }
    #about .block .box{
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
           -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
                box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
    }

}


@media (max-width: 320px){
    #social .feed{
        margin-left: -20px;
    }
    .rtl  #social .feed{
        margin-left: 0;
        margin-right: -20px;
    }
}