@charset "utf-8";

.w100 {}

.radius {
    border-radius: 5px 5px 0px 0px;
}

body {
    /* background-color: #e4ebf3; */
    background: url(../images/bg.jpg) #2a3b81 top no-repeat;
    background-size: cover;
}

.wrap {
    /* background:url(../images/bg.jpg) no-repeat; */
    /* background-position: center; */
    /* background-size: cover; */
}

.header {
    /*height: 0px;*/
    /*box-shadow:2px 2px 2px #1665a8;*/
}

.mainlogo {
    padding-top: 0px;
    width: auto;
    height: 130px;
    text-align: center;
}

.main {
    /* margin-top: 30px; */
}

.session {
    padding-top: 10px;
}

.session p {
    font-size: 1.2em;
    margin: 0;
    color: white;
}

.break {
    height: 150px;
}

.etitle {
    box-shadow: 0px 2px 6px #d4d4d4;
    width: auto;
    height: 110px;
    padding-top: 2px;
    text-align: center;
}

.col-md-3_1 {
    top: 0px;
}

.fd_24logo {
    margin-top: 7%;
    background: #fff9f9;
    padding: 5px 10px;
    border-radius: 5px;
    width: 140px;
    margin-left: 14%;
}

.fdlogo {
    /* background-color: rgba(255, 255, 255, 0.46); */
    margin-top: 8px;
    margin-bottom: 8px;
    width: auto;
    height: auto;
    text-align: center;
}

.vswrapper1 {
    /*    background-image: url("../images/bg11.jpg");
*/
}

.vswrapper {
    /* background-color: rgba(41, 47, 51, 0.2);*/
    /* margin-top: 14px; */
    height: auto;
    padding-top: 25px;
    padding-bottom: 18px;
    text-align: center;
}

.content {
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 4vmin;
    padding: 15% 0px;
    font-family: 'Open Sans', sans-serif;
    background-color: #000000;
}

.video {
    /* box-shadow: 0px 0px 10px black; */
    margin: 0px auto;
    max-width: 750px;
    max-height: auto;
}

.social {
    height: auto;
    padding-top: 17px;
    text-align: center;
}

.bottomimg {
    margin-top: 10px;
    height: 38px;
    background: rgb(21, 86, 219);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(21, 86, 219, 1) 28%, rgba(17, 51, 123, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(21, 86, 219, 1) 28%, rgba(17, 51, 123, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(21, 86, 219, 1) 28%, rgba(17, 51, 123, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1556db', endColorstr='#11337b', GradientType=0);
    /* IE6-9 */
}

.twtholder {
    cursor: pointer;
    border-radius: 3px;
    position: fixed;
    top: 30%;
    right: -125px;
    padding: 0px 0px 0px 45px;
    width: 166px;
    background: url(../images/agenda1.png) no-repeat top left;
    height: 40px;
    webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.twtholder1 {
    cursor: pointer;
    border-radius: 3px;
    position: fixed;
    top: 50%;
    right: -125px;
    padding: 0px 0px 0px 55px;
    width: 166px;
    background: url(../images/tw.png) no-repeat top left;
    height: 40px;
    webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.twtholder2 {
    cursor: pointer;
    border-radius: 3px;
    position: fixed;
    top: 60%;
    right: -125px;
    padding: 0px 0px 0px 55px;
    width: 166px;
    background: url(../images/fb.png) no-repeat top left;
    height: 40px;
    webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.twtholder3 {
    cursor: pointer;
    border-radius: 3px;
    position: fixed;
    top: 40%;
    right: -122px;
    padding: 0px 0px 0px 55px;
    width: 163px;
    background: url(../images/day1.png) no-repeat top left;
    height: 40px;
    webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.twtholder:hover {
    right: 0;
}

.twtholder1:hover {
    right: 0;
}

.twtholder2:hover {
    right: 0;
}

.twtholder3:hover {
    right: 0;
}

ul.countdown {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
}

ul.countdown li {
    display: inline-block;
}

ul.countdown li span {
    font-size: 80px;
    font-weight: 300;
    line-height: 80px;
}

ul.countdown li.seperator {
    font-size: 80px;
    line-height: 70px;
    vertical-align: top;
}

ul.countdown li p {
    color: #a7abb1;
    font-size: 14px;
}

a {
    color: #76949F;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.source {
    width: 405px;
    margin: 0 auto;
    background: #4f5861;
    color: #a7abb1;
    font-weight: bold;
    display: block;
    white-space: pre;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.VideoWrap {
    margin: 0% auto 0;
}

.mainlogo {
    margin: auto;
    margin-top: 0%;
    height: 130px;
    /* background: #113370;
    border-radius: 11px; */
    margin-bottom: 3%;
}

.Cii_logo {
    margin: auto;
    margin-top: 4%;
    height: 80px;
    margin-right: 5%;
}

@media screen and (max-width:480px) {
    body {
        /* background-image: url("../images/mbg.jpg"); */
        /* background-size: cover; */
    }

    ul.countdown li span {
        font-size: 40px;
        font-weight: 300;
        line-height: 60px;
    }

    ul.countdown li.seperator {
        font-size: 40px;
        line-height: 60px;
        vertical-align: top;
    }
}


/*-- ipad devices landscape--*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .col-md-3_1 {
        top: 0px;
    }

    .etitle {
        box-shadow: 0px 2px 6px #d4d4d4;
        width: auto;
        height: 100px;
        padding-top: 19px;
        text-align: center;
    }

    .twtholder {
        cursor: pointer;
        border-radius: 3px;
        position: fixed;
        top: 35%;
        right: -154px;
        padding: 0px 0px 0px 72px;
        width: 194px;
        background: url(../images/agenda1.png) no-repeat top left;
        height: 40px;
        webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }

    .twtholder3 {
        cursor: pointer;
        border-radius: 3px;
        position: fixed;
        top: 45%;
        right: -154px;
        padding: 0px 0px 0px 83px;
        width: 194px;
        background: url(../images/day1.png) no-repeat top left;
        height: 40px;
        webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }

    .twtholder1 {
        cursor: pointer;
        border-radius: 3px;
        position: fixed;
        top: 55%;
        right: -154px;
        padding: 0px 0px 0px 83px;
        width: 194px;
        background: url(../images/tw.png) no-repeat top left;
        height: 40px;
        webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }

    .twtholder2 {
        cursor: pointer;
        border-radius: 3px;
        position: fixed;
        top: 65%;
        right: -154px;
        padding: 0px 0px 0px 83px;
        width: 194px;
        background: url(../images/fb.png) no-repeat top left;
        height: 40px;
        webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }

    .twtholder:hover {
        right: 0;
    }

    .twtholder1:hover {
        right: 0;
    }

    .twtholder2:hover {
        right: 0;
    }

    .twtholder3:hover {
        right: 0;
    }

    .h11 {
        font-family: 'Hind Guntur', sans-serif;
        color: rgb(15, 85, 159);
        font-size: 35px;
        /* line-height: 25px; */
    }
}

/*-- ipad devices portrait --*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    .col-md-3_1 {
        top: 0px;
    }

    .etitle {
        box-shadow: 0px 2px 6px #d4d4d4;
        width: auto;
        height: 84px;
        padding-top: 19px;
        text-align: center;
    }

    .twtholder {
        cursor: pointer;
        border-radius: 3px;
        position: fixed;
        top: 43%;
        right: -125px;
        padding: 0px 0px 0px 54px;
        width: 166px;
        background: url(../images/agenda1.png) no-repeat top left;
        height: 40px;
        webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }

    .twtholder3 {
        cursor: pointer;
        border-radius: 3px;
        position: fixed;
        top: 51%;
        right: -123px;
        padding: 0px 0px 0px 64px;
        width: 163px;
        background: url(../images/day1.png) no-repeat top left;
        height: 40px;
        webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }

    .twtholder1 {
        cursor: pointer;
        border-radius: 3px;
        position: fixed;
        top: 59%;
        right: -123px;
        padding: 0px 0px 0px 64px;
        width: 166px;
        background: url(../images/tw.png) no-repeat top left;
        height: 40px;
        webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }

    .twtholder2 {
        cursor: pointer;
        border-radius: 3px;
        position: fixed;
        top: 67%;
        right: -123px;
        padding: 0px 0px 0px 65px;
        width: 166px;
        background: url(../images/fb.png) no-repeat top left;
        height: 40px;
        webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }

    .twtholder:hover {
        right: 0;
    }

    .twtholder1:hover {
        right: 0;
    }

    .twtholder2:hover {
        right: 0;
    }

    .twtholder3:hover {
        right: 0;
    }

    .h11 {
        font-family: 'Hind Guntur', sans-serif;
        color: rgb(15, 85, 159);
        font-size: 35px;
        /* line-height: 25px; */
    }
}

/*-- Mobile devices landscape--*/
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {

    .col-md-3_1 {
        top: 0px;
    }

    .etitle {
        box-shadow: 0px 2px 6px #d4d4d4;
        width: auto;
        height: 110px;
        padding-top: 25px;
        text-align: center;
    }

    .h11 {
        font-family: 'Hind Guntur', sans-serif;
        color: rgb(15, 85, 159);
        font-size: 27px;
        /* line-height: 25px; */
    }

    .vswrapper {
        /* background-color: rgba(41, 47, 51, 0.2); */
        /* margin-top: 14px; */
        height: auto;
        /* padding-top: 165px;*/
        padding-bottom: 18px;
        text-align: center;
    }
}

/*-- Mobile devices portrait--*/

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
    body {
        /* background: url("../images/mbg.jpg") center no-repeat fixed; */
        /* background-size: contain; */
    }

    .mainlogo {
        height: auto;
    }

    .col-md-3_1 {
        top: 0px;
    }

    .etitle {
        box-shadow: 0px 2px 6px #d4d4d4;
        width: auto;
        height: 100px;
        padding-top: 12px;
        text-align: center;
    }

    .vswrapper {
        /* background-color: rgba(41, 47, 51, 0.2); */
        margin-top: 0px;
        height: auto;
        /* padding-top: 165px;*/
        padding-bottom: 18px;
        text-align: center;
    }

    .h11 {
        font-family: 'Hind Guntur', sans-serif;
        color: rgb(15, 85, 159);
        font-size: 27px;
        /* line-height: 25px; */
    }
}