﻿/*
    Define Fonts
*/
@font-face {
    font-family: 'iransansr';
    src: url("../Fonts/iransansr.eot") format("eot"),url("../Fonts/iransansr.woff2") format("woff2"),url("../Fonts/iransansr.woff") format("woff");
    font-weight: normal;
    font-weight: bold;   
}

@font-face {
    font-family: "yekan";
    src: url(../Fonts/Yekan.eot) format("eot"), url(../Fonts/Yekan.woff) format("woff");
    src: url(../Fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(../Fonts/Yekan.ttf) format("truetype"), url(../Fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "traffic";
    src: url(../Fonts/BTraffic.ttf) format("truetype");
    src: url(../Fonts/BTraffic.woff) format("woff"),url(../FontsB/Traffic.eot) format("eot");
    font-weight: normal;
    font-style: normal;
}
/*
    General Styles
*/
a {
    outline: 0 !important;
}

/*
    Top Navigation
*/
.top-navigation {
    background-color: #00695C;
    color: #fff;
}

.hyperLinks {
    color: white;
}

    .hyperLinks:hover,
    .hyperLinks:focus {
        color: #80CBC4;
        text-decoration: none;
    }

.LoginSignupBtns {
    height: 31px;
    font-size: 10px;
    color: black !important;
}

    .LoginSignupBtns:hover,
    .LoginSignupBtns:focus {
        color: white !important;
        background-color: #009688 !important;
    }

@media(min-width: 766px ) {
    #Date {
        margin-top: -10px !important;
    }

    #SearchBox {
        margin-top: 40px;
    }
}

@media(min-width: 1300px ) {
    #quickLinkPagination {
        margin-left: -25px;
    }
}

@media(min-width: 1100px ) and (max-width: 1300px ) {
    #quickLinkPagination {
        margin-left: -35px;
    }
}

@media(min-width: 1000px ) and (max-width: 1100px ) {
    #quickLinkPagination {
        margin-left: -45px;
    }
}

@media(min-width: 470px ) and (max-width: 766px ) {
    #Date {
        display: none;
    }

    #PaginationContainer {
        float: left !important;
        margin-top: -28px;
    }
}

@media(min-width: 0px ) and (max-width: 470px ) {
    #PaginationContainer {
        text-align: right !important;
        margin-top: 12px;
    }
}

@media(min-width: 280px ) and (max-width: 358px ) {
    .top-navigation {
        height: 50px !important;
    }

    #Date {
        margin-right: -30px;
    }

    #Logo {
        margin-right: 0px !important;
    }
}

@media(min-width: 0px ) and (max-width: 280px ) {
    .top-navigation {
        height: 55px !important;
    }

    #Date {
        display: none;
    }

    #PaginationContainer {
        width: 100%;
    }

    #Logo {
        margin-right: 0px !important;
    }
}

/*
    Header
*/
/*Header >>> Search Box*/
#search-btn {
    background-color: #004D40;
}

    #search-btn:hover {
        background-color: #033c34;
    }

/*Header >>> Logo*/
.header-middle {
    background-color: #00897B;
    color: #fff;
}

/*
    Navbar
*/
.affix {
    top: 0;
    width: 100%;
    z-index: 1000 !important;
}

.nav-wrapper {
    min-height: 50px;
}

@media(max-width: 767px ) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        margin-right: 10px;
        color: white;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: black;
            background: white;
        }
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #939393 !important;
        }
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus{
    color:#0f5787 !important;
    font-weight:bold;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

#collbtn:hover {
    background: #2ea3f2;
}

#collbtn:focus {
    background: #2ea3f2;
}

.my-navbar {
    background: #c4c4c4; 
    
    width: 100%;
    margin: 0px auto;
    border: none;
    border-radius: 0;
}

.navbar-default ul li ul li a,
.navbar-default ul li ul li a:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    
}

    .navbar-default ul li ul li a:hover {
        color: black;
        background-color: #2167b3;
        color:white;
    }



.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
    color: white;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: black;
        background-color: white;
    }

#menu_ul {
    font-family: iransansr;
    font-size: 10px;
}

/*
    Top Carousel
*/
.carousel-caption {
    right: 0px;
    left: 0px;
    bottom: 0px;
    font-family: iransansr;
}

.carousel-indicators {
    bottom: 3px;
    color: red;
}

@media (max-width: 400px) {
    .carousel-caption {
        height: 10px;
    }

        .carousel-caption > p {
            display: none;
        }

        .carousel-caption > h4 {
            display: none;
        }
}

.carousel-indicators {
    direction: ltr;
}

@media(min-width: 400px ) and (max-width: 500px) {
    .carousel-caption > p {
        font-size: 8px;
        margin-bottom: 20px;
    }

    .carousel-caption > h4 {
        font-size: 12px;
    }
}

@media(min-width: 500px ) and (max-width: 800px) {
    .carousel-caption > p {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .carousel-caption > h4 {
        font-size: 14px;
    }
}

@media (min-width: 800px) {
    .carousel-caption > p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .carousel-caption > h4 {
    }
}
/*
    Footer
*/

/*
    Subscribtion
*/
.subscription-container {
    background-color: #2f2f2f;
    min-height: 100px;
    direction: rtl;
}

.subscription-input-wrapper {
    position: relative;
    margin: 40px 25px;
    min-height: 45px;
    border-radius: 25px;
    border: 2px solid #707070;
    background-color: #232323;
}

.button {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 35px;
    width: 35px;
    border-radius: 20px;
    background-color: #ffc000;
    color: #232323;
    padding: 7px 9px 0 0;
    font-size: 20px;
    line-height: 20px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 2;
}

.Subscribe-Email {
    position: absolute;
    background-color: transparent;
    top: 1px;
    height: 38px;
    right: 5%;
    width: 90%;
    border: none;
    -webkit-appearance: none;
    color: #eee;
    direction: rtl;
}
/*
    Footer Middle
*/

.middle-footer {
    background-color: #002d25;
    min-height: 300px;
    direction: rtl;
}

.footer-links-title {
    color: #fff;
    border-bottom: 2px solid #fff;
    line-height: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 0px 10px;
    margin: 0 0 15px 0;
    font-size: 13px;
}

.footer-ul {
    padding: 0;
    text-align: right;
    list-style-type: none;
    color: white;
    font-size: 12px;
}

    .footer-ul > li {
        min-height: 25px;
    }

        .footer-ul > li a {
            color: white;
            text-decoration: none;
        }

            .footer-ul > li a:hover {
                color: #009688;
                text-decoration: none;
            }

            .footer-ul > li a:focus {
                color: #009688;
                text-decoration: none;
            }

.imgThumbnail {
    border-radius: 10px 10px 10px 10px;
    max-height: 150px;
}

.footer-img-container {
    text-align: center;
}

.footer-icons {
    max-height: 30px;
    max-width: 25px;
}

.footer-ul.footer-contact li {
    padding: 5px 0px 10px 0px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #fff;
    font-size: 10px;
}

.social-icons {
    padding-top: 25px;
}

    .social-icons a:hover {
        opacity: 1;
    }

    .social-icons a {
        opacity: 0.5;
        transition: all 0.3s;
    }

    .social-icons img {
        max-height: 30px;
        max-width: 30px;
    }

@media (min-width: 290px ) and (max-width: 767px ) {
    #subscribe-text-container {
        right: 16.6666666667%;
    }

    #subscribe-email-container {
        right: 8.33333333%;
    }
}

@media(max-width: 290px ) {
    #subscribe-text-container {
        right: 16.6666666667%;
    }

    #subscribe-email-container {
        right: 2.0833335%;
        width: 95.8333333%;
    }
}

@media(min-width: 320px ) and (max-width: 550px ) {
    #footer-logo,
    #footer-quick-access,
    #footer-map,
    #footer-enamad {
        width: 50%;
    }

    #footer-contact {
        width: 91.666666663%;
        padding-bottom: 30px;
        padding-top: 20px;
    }
}

@media(max-width: 320px ) {
    #footer-logo,
    #footer-quick-access,
    #footer-map,
    #footer-enamad {
        width: 91.666666663%;
        padding-bottom: 20px;
    }

    #footer-contact {
        width: 91.666666663%;
        padding-bottom: 30px;
    }
}

@media(max-width: 766px ) {
    #copyright-text {
        text-align: center !important;
    }
}

#copyright-text {
    text-align: right;
}
/*
    Back to top
*/
#back-to-top {
    height: 50px;
    width: 50px;
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 500;
    background-image: url("../images/back-to-top.png");
    background-repeat: no-repeat;
    display: none;
}
/****************/
.row-feature {
    padding: 30px 0;
    text-align: center;
}

.hamnet-module {
    position: relative;
}

.hamnet-map-wrap {
    position: relative;
}

.hamnet-map-container {
    display: inline-block;
    max-width: 100%;
    position: relative;
}

.hamnet-map-container {
    display: inline-block;
    max-width: 100%;
    position: relative;
}

.hover-popup .point {
    z-index: 200;
}

.hamnet-map-container .point {
    position: absolute;
    z-index: 200;
}

@media(min-width: 420px ) {
    .hamnet-map-container .point img {
        height: 24px;
        width: 24px;
    }

    .point0 {
        top: 57.2%;
        left: 75.4%;
    }

    .point1 {
        top: 77%;
        left: 62%;
    }

    .point2 {
        top: 75%;
        left: 30.8%;
    }

    .point3 {
        top: 50%;
        left: 17%;
    }
}

@media(min-width: 360px ) and (max-width: 420px ) {
    .hamnet-map-container .point img {
        height: 22px;
        width: 22px;
    }

    .point0 {
        top: 57.2%;
        left: 75.4%;
    }

    .point1 {
        top: 77%;
        left: 62%;
    }

    .point2 {
        top: 75%;
        left: 30.8%;
    }

    .point3 {
        top: 50%;
        left: 17%;
    }
}

@media(min-width: 320px ) and (max-width: 360px ) {
    .hamnet-map-container .point img {
        height: 20px;
        width: 20px;
    }

    .point0 {
        top: 57.2%;
        left: 75.4%;
    }

    .point1 {
        top: 77%;
        left: 62%;
    }

    .point2 {
        top: 75%;
        left: 30.8%;
    }

    .point3 {
        top: 50%;
        left: 17%;
    }
}

@media(min-width: 280px ) and (max-width: 320px ) {
    .hamnet-map-container .point img {
        height: 18px;
        width: 18px;
    }

    .point0 {
        top: 57.2%;
        left: 75.4%;
    }

    .point1 {
        top: 77%;
        left: 62%;
    }

    .point2 {
        top: 75%;
        left: 30.8%;
    }

    .point3 {
        top: 50%;
        left: 17%;
    }
}

@media(min-width: 250px ) and (max-width: 280px ) {
    .hamnet-map-container .point img {
        height: 16px;
        width: 16px;
    }

    .point0 {
        top: 57.2%;
        left: 75.4%;
    }

    .point1 {
        top: 77%;
        left: 62%;
    }

    .point2 {
        top: 75%;
        left: 30.8%;
    }

    .point3 {
        top: 50%;
        left: 17%;
    }
}

@media(min-width: 0px ) and (max-width: 250px ) {
    .hamnet-map-container .point img {
        height: 14px;
        width: 14px;
    }

    .point0 {
        top: 57.2%;
        left: 75.4%;
    }

    .point1 {
        top: 77%;
        left: 62%;
    }

    .point2 {
        top: 75%;
        left: 30.8%;
    }

    .point3 {
        top: 50%;
        left: 17%;
    }
}

.row-feature.row-feature-gray {
    background: #dddddd;
    max-height: 305px;
}

    .row-feature.row-feature-gray::after {
        content: '';
        position: absolute;
        border: 25px solid transparent;
        border-top-color: #dddddd;
        left: 48.3%;
        margin-top: -11px;
    }
/*************************/
.divisionTitle {
    padding: 0 20px;
    direction: rtl;
}

.colorline {
    background-color: #ff8d01;
    display: block;
    height: 0.30rem;
    width: 40%;
}

#eventPhases .colorline {
    margin-top: -1.13rem;
}

.divisionTitle h2 {
    font-size: 21px;
    display: block;
    font-weight: bold;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

#eventPhases .divisionTitle h2 {
    border-bottom: 0.0625rem solid #d0d0d0;
    color: #879294;
    padding: 23px;
}

#eventPhases {
    background-color: #078a7c;
    min-height: 300px;
}

#eventPhases-ul li {
    padding-right: 20px;
}

#accordion .panel-body {
    line-height: 40px;
    padding-top: 25px;
    padding-right: 20px;
    background-color: #d0e4e2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#accordion .panel.panel-default {
    border-color: #08555f;
    border-radius: 5px;
}

#accordion .panel-heading {
    background-color: #08555f;
    color: #fff;
}

#accordion .panel-title {
    padding: 5px;
}

    #accordion .panel-title a {
        text-decoration: none;
    }

@media (min-width: 500px ) {

    #accordion .panel-title a {
        font-size: 14px;
    }

    .EventPhasesPadding {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 445px ) and (max-width: 500px ) {
    .divisionTitle h2 {
        font-size: 20px;
    }

    #accordion .panel-title a {
        font-size: 14px;
    }

    #accordion .panel-body {
        font-size: 13px;
    }
}

@media (min-width:0px) and (max-width:430px) {
    .EventPhasesPadding {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width:430px) {
    .EventPhasesPadding {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 400px ) and (max-width: 445px ) {
    .divisionTitle h2 {
        font-size: 19px;
    }

    #accordion .panel-title a {
        font-size: 12px;
    }

    #accordion .panel-body {
        font-size: 12px;
    }

    #accordion .panel-body {
        padding-right: 0px;
    }

    .eventPhases-ul li {
        padding-right: 10px;
    }
}

@media (min-width: 365px ) and (max-width: 400px ) {
    .divisionTitle h2 {
        font-size: 18px;
    }

    #accordion .panel-title a {
        font-size: 10px;
    }

    .EventPhasesPadding {
        padding-right: 0px;
        padding-left: 0px;
    }

    #accordion .panel-body {
        font-size: 11px;
    }

    #accordion .panel-body {
        padding-right: 0px;
    }

    .eventPhases-ul li {
        padding-right: 10px;
    }
}

@media (min-width: 200px ) and (max-width: 365px ) {

    .divisionTitle h2 {
        font-size: 17px;
    }

    #accordion .panel-title a {
        font-size: 10px;
    }

    .EventPhasesPadding {
        padding-right: 0px;
        padding-left: 0px;
    }

    #accordion .panel-body {
        font-size: 10px;
    }

    #accordion .panel-body {
        padding-right: 0px;
    }

    .eventPhases-ul li {
        padding-right: 10px;
    }
}

/*
    Mentors
*/
#EventMentors {
    background-color: #dddddd;
    min-height: 300px;
}

.EventMentorsPadding {
    padding-right: 30px;
    padding-left: 30px;
}

#EventMentors .divisionTitle h2 {
    border-bottom: 0.0625rem solid #08555f;
    color: #879294;
    padding: 23px;
}

#EventMentors .colorline {
    margin-top: -1.20rem;
}
/***********************************************************************/
#sliderFor {
    margin-top: 50px;
}

    #sliderFor .colorline {
        background-color: #0bb8ce;
    }

#MentorSliderContainer {
    direction: ltr;
    cursor: default;
}

@media (min-width:0px) and (max-width:380px) {
    .slick-prev:before {
        content: url(../Datafiles/Images/btns/prev-small.png);
    }

    .slick-next:before {
        content: url(../Datafiles/images/btns/next-small.png);
    }

    .slick-prev {
        left: 10px;
    }

    .slick-next {
        right: 10px;
    }
}

@media (min-width:380px) {
    .slick-prev:before {
        content: url(../Datafiles/Images/btns/prev.png);
    }

    .slick-next:before {
        content: url(../Datafiles/Images/btns/next.png);
    }

    .slick-prev {
        left: 20px;
    }

    .slick-next {
        right: 20px;
    }
}


.slick-next,
.slick-prev {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px;
    z-index: 500;
}

/**-------------*/

.MentorInfo {
    float: right;
    background-color: #FAFAFA;
    min-height: 330px;
    width: 100%;
}

.MentorInfoTitle {
    float: left;
    text-align: right;
    font-size: 22px;
    color: #08555f;
    padding-left: 30px;
}

    .MentorInfoTitle h5 {
        line-height: 3;
        text-align: justify;
    }

    .MentorInfoTitle ul {
        padding-top: 10px;
        font-size: 14px;
        line-height: 3;
        text-align: justify;
    }

.MentorInfoImage {
    text-align: center;
    float: right;
    padding-top: 15px;
}

@media(min-width: 430px) and (max-width:490px) {
    .MentorInfoTitle h2 {
        font-size: 16px;
    }

    .MentorInfoTitle h5 {
        font-size: 12px;
    }

    .MentorInfoTitle ul {
        font-size: 12px;
    }
}

@media(min-width: 403px) and (max-width:430px) {
    .MentorInfoTitle h2 {
        font-size: 14px;
    }

    .MentorInfoTitle h5 {
        font-size: 11px;
    }

    .MentorInfoTitle ul {
        font-size: 11px;
    }

    .EventMentorsPadding {
        padding-right: 0px;
        padding-left: 0px;
    }
}


@media(min-width: 0px) and (max-width:403px) {
    .MentorInfoTitle h2 {
        font-size: 14px;
    }

    .MentorInfoTitle h5 {
        font-size: 11px;
    }

    .MentorInfoTitle ul {
        font-size: 11px;
    }

    .EventMentorsPadding {
        padding-right: 0px;
        padding-left: 0px;
    }

    #EventMentors .divisionTitle h2 {
        padding-right: 0px;
        padding-left: 0px;
    }
}
/****************************************************/
#EventInvestors {
    background-color: #078a7c;
    min-height: 300px;
}

.EventInvestorsPadding {
    padding-right: 30px;
    padding-left: 30px;
}

#EventInvestors .divisionTitle h2 {
    border-bottom: 0.0625rem solid #ddd;
    color: #879294;
    padding: 23px;
}

#EventInvestors .colorline {
    margin-top: -1.20rem;
}

#InvestorContainer .colorline {
    background-color: #0bb8ce;
}

.slick-dots li.slick-active button::before {
    content: url(../images/btns/carousel-dot-solid.png);
}

.slick-dots li button::before {
    content: url(../images/btns/carousel-dot-hollow.png);
}

.slick-dots li button:hover {
    content: url(../images/btns/carousel-dot-solid.png);
}

.InvestorInfo {
    float: right;
    background-color: #FAFAFA;
    min-height: 300px;
    width: 100%;
}

.InvestorInfoTitle {
    float: left;
    text-align: right;
    color: #08555f;
    padding-left: 90px;
}

    .InvestorInfoTitle h2 {
        font-size: 18px;
    }

    .InvestorInfoTitle h5,
    .InvestorInfoTitle ul {
        line-height: 3;
        font-size: 13px;
        text-align: justify;
    }


.InvestorInfoImage {
    text-align: center;
    float: right;
    padding-top: 50px;
}

#EventInvestors .slick-dots {
    background-color: #fafafa;
}

#InvestorContainer {
    background-color: #fafafa;
}

.VideoLink {
    float: left;
    list-style: none;
}

    .VideoLink a:hover,
    .VideoLink a:focus {
        text-decoration: none;
    }

@media (min-width:1035px) and (max-width:1200px) {
    .InvestorInfo {
        min-height: 340px;
    }
}

@media (min-width:840px) and (max-width:1035px) {
    .InvestorInfo {
        min-height: 345px;
    }

    .InvestorInfoTitle h2 {
        font-size: 17px;
    }

    .InvestorInfoTitle h5,
    .InvestorInfoTitle ul {
        font-size: 12px;
        padding-right: 20px;
    }
}

@media (min-width:730px) and (max-width:840px) {
    .InvestorInfo {
        min-height: 345px;
    }

    .InvestorInfoTitle h2 {
        font-size: 16px;
    }

    .InvestorInfoTitle h5,
    .InvestorInfoTitle ul {
        font-size: 11px;
        padding-right: 20px;
    }
}

@media (min-width:600px) and (max-width:730px) {
    .InvestorInfo {
        min-height: 345px;
    }

    .InvestorInfoTitle h2 {
        font-size: 15px;
    }

    .InvestorInfoTitle h5,
    .InvestorInfoTitle ul {
        font-size: 10px;
        padding-right: 20px;
    }
}

@media (min-width:470px) and (max-width:600px) {
    .InvestorInfo {
        min-height: 300px;
    }

    .InvestorInfoTitle h2 {
        font-size: 13px;
    }

    .InvestorInfoTitle h5,
    .InvestorInfoTitle ul {
        font-size: 10px;
        padding-right: 20px;
    }
}

@media (min-width:0px) and (max-width:470px) {
    .InvestorInfo {
        min-height: 300px;
    }

    .InvestorInfoTitle h2 {
        font-size: 11px;
    }

    .InvestorInfoTitle h5,
    .InvestorInfoTitle ul {
        font-size: 9px;
        padding-right: 15px;
    }
}

@media (min-width:430px) {
    .EventInvestorsPadding {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width:0px) and (max-width:430px) {
    .EventInvestorsPadding {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width:0px) and (max-width:800px) {
    .InvestorInfoTitle {
        padding-left: 20px;
        padding-right: 0px;
    }
}

@media (min-width:0px) and (max-width:500px) {
    #EventInvestors .slick-prev:before {
        content: url(../images/btns/prev-small.png);
    }

    #EventInvestors .slick-next:before {
        content: url(../images/btns/next-small.png);
    }

    #EventInvestors .slick-prev {
        left: 10px;
    }

    #EventInvestors .slick-next {
        right: 10px;
    }
}
/**********************************/
#EventSupporters {
    background-color: #ddd;
    min-height: 250px;
}

.EventSupportersPadding {
    padding-right: 30px;
    padding-left: 30px;
}

#EventSupporters .divisionTitle h2 {
    border-bottom: 0.0625rem solid #08555f;
    color: #08555f;
    padding: 23px;
}

#EventSupporters .colorline {
    margin-top: -1.20rem;
}

#SupporterContainer {
    float: right;
    width: 100%;
    text-align: center;
}

.supporters {
    display: inline-block;
    width: 135px;
    transition: all linear 0.1s;
}

.supporters-one {
    opacity: 0;
}

    .supporters-one:hover {
        opacity: 1;
    }

/**********************************/
#EventFacilitators {
    background-color: #ddd;
    min-height: 250px;
}

.EventFacilitatorsPadding {
    padding-right: 30px;
    padding-left: 30px;
}

#EventFacilitators .divisionTitle h2 {
    border-bottom: 0.0625rem solid #08555f;
    color: #08555f;
    padding: 23px;
    text-align: right;
}

#EventFacilitators .divisionTitle h5 {
}

#EventFacilitators .colorline {
    margin-top: -1.20rem;
}

#FacilitatorContainer {
    float: right;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.Facilitator {
    float: right;
    padding: 0px;
}

.FacilitatorImg {
    float: right;
}

.FacilitatorInfo {
    padding: 0;
}

#FacilitatorContainer .colorline {
    background-color: #0bb8ce;
}

.FacilitatorInfoTitle h5 {
    line-height: 1.7;
    text-align: justify;
}

#EventFacilitators .divisionTitle h2 {
    padding-top: 0;
}

.rows {
    padding-bottom: 60px;
}

@media (min-width:992px) {
    .rows {
        display: flex;
    }
}

@media (min-width:0px) and (max-width:992px) {
    .rows {
        display: normal;
    }
}

@media(min-width:0px) and (max-width:430px) {
    .EventFacilitatorsPadding {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media(min-width:600px)and (max-width:700px) {
    .FacilitatorInfoTitle.divisionTitle h2 {
        font-size: 18px;
    }

    .FacilitatorInfoTitle.divisionTitle h5 {
        font-size: 13px;
    }
}


@media(min-width:400px)and (max-width:600px) {
    .FacilitatorInfoTitle.divisionTitle h2 {
        font-size: 16px;
    }

    .FacilitatorInfoTitle.divisionTitle h5 {
        font-size: 11px;
    }
}

@media(min-width:0px)and (max-width:400px) {
    .FacilitatorInfoTitle.divisionTitle h2 {
        font-size: 13px;
    }

    .FacilitatorInfoTitle.divisionTitle h5 {
        font-size: 10px;
    }

    .FacilitatorInfoTitle.divisionTitle {
        padding-top: 0 !important;
    }
}

/*
    ----------------------------------------
*/
#SectionOneSteps {
    background-color: #078a7c;
}

    #SectionOneSteps .divisionTitle h2 {
        border-bottom: 0.0625rem solid #ddd;
        color: #fff;
        padding: 23px;
    }

    #SectionOneSteps .colorline {
        margin-top: -1.20rem;
    }

#SectionOneStepsContainer .colorline {
    background-color: #0bb8ce;
}

#SectionOneSteps .slider {
    width: auto;
}

#SectionOneSteps .slick-slide {
    color: white;
    font-size: 30px;
    text-align: center;
}

    #SectionOneSteps .slick-slide img {
        display: inline-block;
    }

#SectionOneSteps .slick-prev:before,
#SectionOneSteps .slick-next:before {
    color: black;
}

#SectionOneStepsContainer {
    background-color: #fafafa;
}

#SectionOneSteps .slick-dots {
    background-color: #fafafa;
}

#SectionOneSteps .slick-dots {
    bottom: -90px;
    height: 90px;
    line-height: 90px;
}

    #SectionOneSteps .slick-dots .slick-active {
        color: #ff8d01 !important;
        border: 3px solid #ff8d01 !important;
    }

    #SectionOneSteps .slick-dots li {
        border: 3px solid #406a80;
        color: #406a80;
        height: 70px;
        min-width: 70px;
        line-height: 70px;
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 60px;
        background-color: #fafafa;
    }

    #SectionOneSteps .slick-dots::before {
        content: "";
        height: 1px;
        background: #406a80;
        position: absolute;
        bottom: 45px;
        width: 100%;
        display: block;
    }



.StepsInfo {
    background-color: #FAFAFA;
    width: 100%;
}

.StepsInfoTitle {
    float: right;
    text-align: right;
    color: #08555f;
    padding-left: 60px;
    padding-top: 60px;
}

    .StepsInfoTitle h2 {
        font-size: 18px;
    }

    .StepsInfoTitle h5 {
        line-height: 3;
        font-size: 13px;
        text-align: justify;
    }

.StepsInfoImage {
    text-align: center;
    float: right;
    padding-top: 50px;
    padding-bottom: 50px;
}

.paginationIcon {
    border-radius: 60px;
}

#EventFacilitators .divisionTitle {
    padding-top: 20px;
}

@media(min-width:0px) and (max-width:1190px) {
    #SectionOneSteps .divisionTitle h2 {
        padding-top: 0;
    }
}
/*
    font-sizes
*/
@media(min-width:900px) and (max-width:1190px) {
    .StepsInfoTitle h2 {
        font-size: 16px;
    }

    .StepsInfoTitle h5 {
        font-size: 12px;
    }
}

@media(min-width:700px) and (max-width:900px) {
    .StepsInfoTitle h2 {
        font-size: 13px;
    }

    .StepsInfoTitle h5 {
        font-size: 10px;
    }
}

@media(min-width:0px) and (max-width:700px) {
    .StepsInfoTitle h2 {
        font-size: 12px;
    }

    .StepsInfoTitle h5 {
        font-size: 9px;
    }
}
/*
    pagination sizes
*/
@media(min-width:900px) and (max-width:1060px) {

    #SectionOneSteps .slick-dots li {
        height: 60px;
        min-width: 60px;
        line-height: 60px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .StepsInfoTitle {
        padding-top: 30px;
        padding-left: 20px;
    }
}

@media(min-width:770px) and (max-width:900px) {
    #SectionOneSteps .slick-dots {
        bottom: -80px;
        height: 80px;
        line-height: 80px;
    }

        #SectionOneSteps .slick-dots li {
            height: 50px;
            min-width: 50px;
            line-height: 50px;
            margin-left: 15px;
            margin-right: 15px;
        }

    .StepsInfoTitle {
        padding-top: 30px;
        padding-left: 20px;
    }
}

@media(min-width:609px) and (max-width:770px) {
    #SectionOneSteps .slick-dots {
        bottom: -80px;
        height: 80px;
        line-height: 80px;
    }

        #SectionOneSteps .slick-dots li {
            height: 40px;
            min-width: 40px;
            line-height: 40px;
            margin-left: 10px;
            margin-right: 10px;
        }

    .StepsInfoTitle {
        padding-top: 30px;
        padding-left: 20px;
    }
}

@media(min-width:600px) and (max-width:610px) {
    #SectionOneSteps .slick-dots {
        bottom: -60px;
        height: 60px;
        line-height: 80px;
        padding-bottom: 80px;
    }

        #SectionOneSteps .slick-dots li {
            height: 40px;
            min-width: 40px;
            line-height: 40px;
            margin-left: 5px;
            margin-right: 5px;
        }

    .StepsInfoTitle {
        padding-top: 10px;
        padding-left: 20px;
    }

    #SectionOneSteps .slick-dots::before {
        display: none;
    }
}

@media(min-width:0px) and (max-width:600px) {
    #SectionOneSteps .slick-dots {
        bottom: -120px;
        height: 120px;
        line-height: 60px;
        padding-bottom: 100px;
    }

        #SectionOneSteps .slick-dots li {
            height: 40px;
            min-width: 40px;
            line-height: 40px;
            margin-left: 10px;
            margin-right: 10px;
        }

    .StepsInfoTitle {
        padding-top: 10px;
        padding-left: 20px;
    }

    #SectionOneSteps .slick-dots::before {
        display: none;
    }
}

@media(min-width:621px) {
    .StepsInfo {
        display: flex;
    }
}

@media(min-width:0px) and (max-width:620px) {
    .StepsInfo {
        display: normal;
    }

    .StepsInfoImage {
        padding-right: 16%;
        padding-left: 16%;
        padding-bottom: 0;
        padding-top: 8%;
    }
}

@media (min-width:0px) and (max-width:430px) {
    .EventSupportersPadding {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width:0px) and (max-width:345px) {
    #SupporterContainer a img {
        margin-bottom: 30px;
    }

    #SupporterContainer a {
        display: inline-block;
    }
}

/*
    Live Blog
*/
.bar-actions {
            background: #0176c3 url(../ThemeDefault/Datafiles/Generalfiles/grdnt_bl.gif) repeat-x;
            background-image: -webkit-gradient(linear,left top,left bottom,from(#38a0e5),to(#0176c3));
            background-image: -webkit-linear-gradient(top,#38a0e5,#0176c3);
            background-image: -moz-linear-gradient(top,#38a0e5,#0176c3);
            background-image: -ms-linear-gradient(top,#38a0e5,#0176c3);
            background-image: -o-linear-gradient(top,#38a0e5,#0176c3);
            background-image: linear-gradient(top,#38a0e5,#0176c3);
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
            -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
            border: 1px solid #0176c3;
            color: #FFF;
            min-height: 45px;
            line-height: 2.2;
            padding: 5px 4.148936170936% 4px;
            position: relative;
            z-index: 10;
        }

        .box {
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .bar-actions input.search-within {
            border: 1px solid #0176c3;
            font-size: 12px;
            font-size: 1.2rem;
            letter-spacing: .02em;
            padding: 2px 10px;
            position: relative;
            width: 189px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

#LiveBlog {
    background-color: #ddd;
    min-height: 250px;
}

.LiveBlogPadding {
    padding-right: 30px;
    padding-left: 30px;
}

#LiveBlog .divisionTitle h2 {
    border-bottom: 0.0625rem solid #08555f;
    color: #08555f;
    padding: 23px;
    text-align: right;
}

#LiveBlog .divisionTitle h5 {
}

#LiveBlog .colorline {
    margin-top: -1.20rem;
}

#LiveBlogContainer {
    float: right;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.LiveBlogPost {
    direction: rtl;
    text-align: right;
    line-height: 1.8;
    width: 100%;
    background-color: blue;
}

.LiveBlogPostTime {
    color: #106cae;
    background-color: yellow;
}

.bubble {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
}

    .bubble::before {
        transform: rotate(360deg);
        position: absolute;
        right: -15px;
        top: 10px;
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #F2F2F2;
    }

.LiveBlogImage img {
    width: 4%;
    background-color: orange;
}

.LiveBlogImage {
    background-color: green;
}


