﻿/* Common CSS Start */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html{
	font-size: 16px;
}

body {
    line-height:1;
   -ms-word-break: break-all;
	word-break: break-all;
	font-family: 'Poppins', EGGIndulekhaUni, PanchariUni, sans-serif;
}
h2 {
	-ms-word-break: normal;
	word-break: normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

* {
    box-sizing: border-box;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #000000;
	text-decoration: none;
	outline: none;
	-webkit-transition-property:color, text;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, text;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-property:color, text;
	-o-transition-duration:0.3s;
	-o-transition-timing-function: linear, ease-in;
}
a:hover {
	vertical-align: baseline;
	color: #009CE0;
	text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* Common CSS Ends */



/* Start */

.outer {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
}
.header {
	width: 100%;
	height: auto;
	float: left;
}
.header .social-networks {
	width: auto;
	height: 32px;
	float: left;
	overflow: visible;
	position: absolute;
	z-index: 100;
	top: 30px;
	right: 30px;
	background-attachment: fixed;
}
.header .social-networks .facebook {
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: visible;
}

.mob-header {
	width: 100%;
	height: auto;
	float: left;
	display:none;
}

.header img {
	width: 100%;
	height: auto;
	float: left;
}
.mob-header img {
	width: 100%;
	height: auto;
	float: left;
}

.nav {
	width: 100%;
	height: auto;
	float: left;
	background-color: #000000;
}
.fst-main-col {
	width: 100%;
	height: auto;
	float: left;
}
.slideshow {
	width: 62.5%;
	height: auto;
	float: left;
}
.fst-right-col {
	width: 37.5%;
	height: auto;
	float: left;
}
.slideshow img {
	width: 100%;
	float: left;
}
.strips {
	width: 100%;
	height: auto;
	float: left;
}
.strips img {
	width: 100%;
	height: auto;
	float: left;
}
.sec-col {
	width: 100%;
	height: auto;
	float: left;
}
.sec-col-heading {
	width: 100%;
	height: auto;
	float: left;
	vertical-align: middle;
	text-align: center;
	padding-top: 2%;
	background-color: #FFFFFF;
}
.sec-col-speakers-main {
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFFFFF;
}

.third-col {
	width: 100%;
	height: auto;
	float: left;
}
.third-col-ins {
	width: 55%;
	height: auto;
	float: none;
	margin-top: 5%;
	margin-bottom: 5%;
	margin:0 auto;
}
.schedule-box {
	width: 31.51041666666667%;
	height: auto;
	float: left;
	margin-left: 2.34375%;
	background-color: #FF9326;
}
.schedule-box-heading {
	width: 98%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.schedule-box-content-main {
	width: 98%;
	height: auto;
	float: left;
	margin: 1%;
	background-color: #FFFFFF;
}
.indepth-link {
	width: 98%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 10px;
	vertical-align: middle;
	text-align: right;
}

.schedule-box-content {
	width: 96%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 2%;
	line-height: 200%;
	word-break:normal;
}
.text-bold {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
.text-bold-black {
	font-weight: bold;
	color: #000000;
}

.article-content-main {
	width: 68%;
	height: 550px;
	float: left;
	margin-left: 1.1979166666666667%;
	
}
.article-box {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.article-box h2 {
	width: auto;
	height: auto;
	font-family: EGGIndulekhaUni;
	font-size: 30px;
	font-weight: bold;
	color: #074ea9;
	display: block;
	word-break: normal;
}
.article-box img {
	float: left;
	margin-right: 10px;
}
.article-box p {
	width: auto;
	height: auto;
	font-family: PanchariUni;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	display: block;
	line-height: 125%;
	word-break:normal;
}
.twitter-main {
	width: 28%;
	height: auto;
	float: left;
	margin-left: 1.1979166666666667%;
}
.twitter-head {
	width: 100%;
	height: auto;
	float: left;
}
.twitter-col {
	width: 100%;
	height: auto;
	float: left;
}
.video-outer {
	background-color: #151515;
	width: 100%;
	height: auto;
	float: left;
}
.video-player {
	background-color: #000;
	width: 60%;
	height: auto;
	margin: 5% auto 5% auto;
	float: left;
	text-align: right;
}
.copyright {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	vertical-align: middle;
	text-align: center;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}
.indepth-link A {
	color: #FF0000;
}

.event-coverage {
	width: 84.375%;
	height: auto;
	float: left;
	margin-left: 7.8125%;
	margin-right: 7.8125%;
}
.event-coverage-box {
	width: 18.518518518518517%;
	height: 500px;
	float: left;
	margin-right: 1.4%;
	background-color: #EEEEEE;
	position: relative;
	margin-bottom: 30px;
}
.event-coverage-box-head {
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFA64D;
	font-family: oswald;
	font-size: 15px;
	color: #FFFFFF;
	padding: 10px;
}
.event-coverage-box img {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.event-coverage-box h2 {
	height: auto;
	font-family: EGGIndulekhaUni;
	font-size: 24px;
	color: #000000;
	padding: 3% 5% 2% 5%;
	font-weight: inherit;
}
.event-coverage-box p {
	font-family: PanchariUni;
	font-size: 18px;
	color: #666666;
	padding: 3% 5% 2% 5%;
	font-weight: normal;
	line-height: 1.2;
}
.event-coverage-play {
	width: 100%;
	height: 30px;
	float: left;
	background-color: #333333;
	text-align: right;
	position: absolute;
	bottom: 0px;
}
.event-coverage-play img {
	float: right;
}

/* ......................... Social media style .........................*/
.shareboxwrp {
    display: none;
    float: left;
    width: 100%;
}
.shareboxwrpin {
    margin: 0 auto;
    display: table;
    width: 40px;
}
.social-media-main {
    width: 50px;
    height: 195px;
    float: left;
    position: fixed;
    bottom: 5px;
    z-index: 9999;
    right: 7px;
    padding-top: 60px;
}
body.topArrowActive .social-media-main{
	bottom: 60px;
}
.shretle {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    width: 50px;
    height:50px;
    line-height: 50px;
    background-size: 60% auto;
    background-image: url(../images/share.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #FFFFFF;
    padding: 3px 0;
    color: #fff;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    float: left;
    position: absolute;
    top: 130px;
    left: 0;
    cursor: pointer;
    -moz-transition: all .2s linear .0s;
    -webkit-transition: all .2s linear .0s;
    transition: all .2s linear .0s;
}
.share-click {
    /*    display:none*/
    z-index: 9999;
}
.shretle.open {
    top: 0;
    background-image: url(../images/close.svg);
}
.social-media-ins {
    width: 100%;
    height: 180px;
    float: left;
    margin: 0px;
}
.social-media-head {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 110%;
}
.social-media-icon {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    background-image: url(../images/social.svg);
    background-size: 50px auto;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 5px;
}
.tw-clr {
    background-position: -4px -107px;
    background-color: #000000;
}
.gl-clr {
    background-position: -4px -56px;
    background-color: #fb443e;
}
.wt-clr {
    background-position: -4px -159px;
    background-color: #13b345;
}
.fb-clr {
    background-color: #2b44a0;
    background-position: -6px -5px;
}

.topcontrol {
    z-index: 9999;
}
body:not(.topArrowActive) .topcontrol{
	display: none;
}
/* ......................... /Social media style .........................*/

.wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

/* Ends */



/* Responsive Media Queries */
@media screen and (max-width:1440px)
{
	    
    .article-box img {
     width: 25%;
	}
	
    .article-box h2 {
        font-size: 27px;
    }
    .schedule-box {
    width: 32.51%;
    }
    .event-coverage {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    }
	.third-col-ins {
    width: 75%;
    }
        

  }

@media screen and (max-width:1280px)
{
	.article-content-main {
	    width: 60%;
	    height: 655px;
	}
	.schedule-box {
	    width: 95.51%;
	    margin-bottom: 20px;
	}
	.twitter-main {
    width: 35.625%;
    }
	.event-coverage-box-head {
	    font-size: 15px;
	}
	.third-col-ins {
    width: 100%;
	}
}


@media screen and (max-width:1024px)
{
	.article-content-main {
    width: 66%;
}
	.schedule-box {
	    margin-bottom: 50px;
	    margin-left: 1%;
	}
	.twitter-main {
    width: 30%;
    }
	.event-coverage-box p {
    display:none;
    }
    .event-coverage-box {
    height: 370px;

	}
}

@media screen and (max-width:980px)
{
.event-coverage-box {
    width: 31%;
    }
}

@media screen and (max-width:800px)
{
		
	.article-content-main {
    width: 58%;
	}
	
}

@media screen and (max-width:768px)
{
	
}

@media screen and (max-width:700px)
{
	.slideshow {
    width: 100%;
    }
    .fst-right-col {
    width: 100%;
    }
.article-content-main {
    width: 96%;
    height: 800px;
}

.twitter-main {
    width: 300px;
    float: none;
    margin: 0 auto;
}
}

@media screen and (max-width:640px)
{
	}

@media screen and (max-width:600px)
{
	.video-player {
    width: 96%;
    }
    .header{
	display:none;
	}
	.mob-header{
		display:block;
	}
	.event-coverage-box {
    width: 48%;
}

}

@media screen and (max-width:540px)
{
	.sec-col-heading img {
	width: 100%;
	float: left;
	}

}

@media screen and (max-width:480px)
{
	.article-content-main {
    height: 700px;
	}
	.article-box p {
	  font-size: 17px;
	}
	    
}

@media screen and (max-width:360px)
{
	
    .text-bold {
    font-size: 17px;
    }
    
    .article-box img {
    width: 100%;
    margin-bottom: 10px;
}
	.article-content-main {
		height: auto;
	}
	.event-coverage-box {
    width: 100%;
    height:400px;
	}
	
}

@media screen and (min-width:1024px) and (max-width:1440px)
{
			
}

@media screen and (min-width:981px) and (max-width:1024px)
{
	
}

@media screen and (min-width:801px) and (max-width:980px)
{
	
}

@media screen and (min-width:769px) and (max-width:800px)
{
	
}

@media screen and (min-width:701px) and (max-width:768px)
{
	
}

@media screen and (min-width:641px) and (max-width:700px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:541px) and (max-width:600px)
{
	
}

@media screen and (min-width:481px) and (max-width:540px)
{
	
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{
	.text-middle-bold {
        font-size: 50px;
    }
    
    .text-middle-bold {
    width: 100%;
    height: auto;
    float: left;
    font-family: EGGIndulekhaUni;
    font-size: 75px;
    font-weight: bold;
    color: #FF9900;
    vertical-align: middle;
    text-align: center;
}
}

@media screen and (max-width:320px)
{
	
}
