@charset "utf-8";
/* CSS Document */



div#row1, div#row2, div#row3, div#row4, div#count {
	width:100%;
	height:auto;
	float:left;
	background-color:#FF5454;

}

#row1 a {
	width:19.8%;
	height: 161px;
	position:relative;
	float:left;
	font-size:1.7em;

	color: #fff;
	}

#row1 a div{
	position:absolute;
	right:0;
	margin: 102px 5% 0 0;
	text-align:right;
	letter-spacing:0.15em;
	line-height: 1.0em;
	}

#row1 a:hover {
	color: #4b4b4b;
			-webkit-transition: 200ms ease-out 0.1s;
    -moz-transition: 200ms ease-out 0.1s;
    -o-transition: 200ms ease-out 0.1s;
    transition: 200ms ease-out 0.1s;

	}

#row1 a#one {
	background-color: #ff5454;
}

#row1 a#two {
	background-color: #bebdbd;

	}

#row1 a#three {
	background-color: #2e7dbb;
	}

#row1 a#four {
	background-color: #FF5454;
	}

#row1 a#five {
	background-color:#bebdbd !important;
}
#row1 a#five div{
	margin:0;
	top:0;
	left:0;
	right:auto;
	overflow:hidden;
	}

#row1 a#five div{
	width:100%;
	background-repeat: no-repeat;
	height:161px;
	padding: 102px 0 0 0;

}

#row1 a#one div {
	position:relative;
	margin: 0 auto;
	max-width:267px;
	}

#row1 a#one div img {
	width:100%;
	height:auto;

	margin:auto;
	background-color: #ff5454;
	}
#row2 a div {
	width:100%;
	height:100%;

}

#row2 a div img {
	width:100%;
	height:auto;

	}

#row3 div#one {
	padding-bottom: 39.6%;
	background-color: #fff;
	width:19.8%;
	margin:0 1% 0 0;
	float:left;
	height:0;

}

#row3 div#one div{
	position:absolute;
	width:19.8%;
	height:54%;
	}

div#column1 div#one div{
	position:absolute;
	width:19.8%;
	height:54%;
	}

#row3 div#one div iframe {
	width:100% !important;
	height:100% !important;
	min-width:0 !important;
	}

div#column1 div#one div iframe {
	width:100% !important;
	height:100% !important;
	min-width:0 !important;
	}

#row3 div img {
	width:100%;
	height:auto;

	}

#row4 a div img {
	width:100%;
	height:auto;

	}

#row2 a, #row4 a, #row3 a {
	width:19.8%;
	padding-bottom:19.8%;
	position:relative;
	float:left;
	}
div#row2_one_content {
	width:100%;

	}
#row2 div#one div#row2_one_content div#content_here {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	font-weight: bold;
	font-size: 1.2em;
	width: 19.8%;
	height: 0;
	padding: 0 0 19.8% 0;
	color: #fff;
	text-align: right;
	}

#row3 a#two div#content_here, #row3 a#four div#content_here, #row3 a#seven div#content_here {

}


#row3 a div div#content_here {
	position: absolute;
	background-color: rgba(255,0,0,0.5);
	font-weight: bold;
	font-size: 1.5em;
	width: 90%;
	height: 60%;
	padding: 20% 5%;
	color: #fff;
	text-decoration: underline;
	text-align: right;
	}

#row3 a div div#content_here:hover {
	background-color: rgba(255,0,0,0.8);
		-webkit-transition: 200ms ease-out 0.1s;
    -moz-transition: 200ms ease-out 0.1s;
    -o-transition: 200ms ease-out 0.1s;
    transition: 200ms ease-out 0.1s;

	}

#count div#one {
	background-color: #fff;
	float:left;
	position:relative;
	margin:0;
	width:100%;
	}

#count div#one {
	width:100%;
	padding:20px 0 20px 0;
	margin:0;
	}

#count div#one ul {
	list-style:none;
	width:59.4%;
	margin:0 auto;
	padding:0 0 0 1%;
	text-align: center;
	display:block;

	}

#count div#one ul li{
	display: inline-block;
	text-align: center;
	font-size:14px;
	color: #4b4b4b;
	font-weight:bold;
	padding:8px 1% 8px 1%;
	margin: 0 0 0 0;

}
#count div#one ul li#first {
	margin: 0 1% 0 0;
}

#count div#one ul li#first:hover{
	background-color: #fff;

	}
#count div#one ul li:hover{
	background-color: #FF5454;

	    -webkit-transition: background-color 500ms ease-out 0.1s;
    -moz-transition: background-color 500ms ease-out 0.1s;
    -o-transition: background-color 500ms ease-out 0.1s;
    transition: background-color 500ms ease-out 0.1s;
}

.selected{
	background-color: #FF0000;

	    -webkit-transition: background-color 500ms ease-out 0.1s;
    -moz-transition: background-color 500ms ease-out 0.1s;
    -o-transition: background-color 500ms ease-out 0.1s;
    transition: background-color 500ms ease-out 0.1s;
    color:#FFFFFF;
}

#count div#one ul li a {
	font-weight:normal;
	color:#cccccc;
	text-decoration:none;
}

#count div#one ul li:hover a {
	color: #fff;
	-webkit-transition: color 500ms ease-out 0.1s;
    -moz-transition: color 500ms ease-out 0.1s;
    -o-transition: color 500ms ease-out 0.1s;
    transition: color 500ms ease-out 0.1s;
}

#count div#one ul li a#selected {
	color: #FF0000;
}

#count div#one ul li:hover a#selected {
	color:#4b4b4b;
}

#count div#one ul li#last{
	margin: 0 0 0 0;
}

#count div#one div#clock, #count div#one div#clock_resp{
	width:59.4%;
	margin:0 auto;
	padding: 23px 0 12px 1%;
	text-align:center;
	color: #FF0000;
	font-size: 4.4em;
}

 #row2 a div, #row3 a div, #row4 a div {
	position:absolute;
	width:100%;

	margin:0;
	padding:0;
}

#row3 a#three, #row3 a#five  {
	background-color: #33FF33;
	}

#row3  a#two, #row3 a#four {
	background-color: #6633CC;
	}


a#one, a#three, a#five {

	}
a#one {
	margin:0 1% 0 0;

	}

a#two, a#four {

	}

div#row2 div#one {
	width: 19.8%;
	padding:0;
	margin:0 1% 0 0;
	float:left;

	}

#row2 div#one div img {
	width: 100%;
	height: auto;
}


/* Page design */


div#column1 {
	background-color: #FF5454;
	width: 19.8%;
	padding: 0 1% 0 0;
	margin: 0 0 0 0;
	float: left;
}

div#column1 div#one {
width:100%;
}

div#column1 div#one  div#content_here  {

position: absolute;
background-color: rgba(0,0,0,0.5);
font-weight: bold;
font-size: 1.2em;
width: 19.8%;
height: 0;
padding: 0 0 19.8% 0;
color: #fff;
text-align: right;
}

div#column1 div#one img {
width:100%;

}

div#column1 div#count {
	display:none;

}

div#column1 div#one div#time {
	overflow:hidden;

	}

div#column1 div#one div#time ul {
position: relative;
width: 10000px;
padding: 0;
margin: 0;
list-style:none;

}
div#column1 div#one div#time a #next_chart, div#column1 div#one div#time a #prev_chart {
	border:none;
	}
div#column1 div#one div#time #next_chart {
width:10%;
float:right;
position:relative;
height:0;
margin: 6px 0 0 0;
padding:0 0 10% 0;
}
div#column1 div#one div#time #prev_chart {
width:10%;
float:left;
position:relative;
height:0;
margin: 6px 0 0 0;
padding:0 0 10% 0;
}
div#column1 div#one div#time ul.responsive{
	display:none;
	}
div#column1 div#one div#time .container {
	overflow:hidden;
	width:80%;
	float:left;
	position:relative;
	height:auto;
	margin:0 0 3% 0;
	padding:10px 0 0 0;
	z-index:50;
	}

div#column1 div#one div#time ul li{
float:left;
font-size:12px;
margin:0 5px 0 0;
}

div#column1 div#one div#time ul li a{
color: #7c7c7c;
text-decoration: none;
}

div#column1 div#one div#time ul li a:hover {
	text-decoration:underline;
}

div#column1 div#one div#time ul li#first{
display:none;
}

div#column1 div#one div#time div#chart_title {
	font-size:14px;
	width:100%;
	color: #4b4b4b;
	text-align: center;
	position:relative;
	height:auto;
	padding:2px 0 0 0;
	float:left;

}
div#column1 div#one div#time div#chart_title span{
/* color:#0bc17d; */
color:#FF0000;

}

div#column1 div#one div#time div#clock {
	font-size:20px;
	width:100%;
	/* color: #6d93d7; */
	color:#333333;
	text-align: center;
	position:relative;
	height:auto;
	padding:5px 0 0 0;
	float:left;

}


#piracy div#column2 {

	height: 0;
	padding-bottom:87%;
}

div#column2 {
	background-color:#fff;
	width: 59.4%;
	padding: 0;
	margin: 0 0 0 0;
	float: left;
	height:59.4%
}

div#column2 div img{
	width:100%;
	height:auto;
	position:relative;
	}


div#column2 div table.chart_table tbody tr td a img{
	width:26px;


	}



div#column2 div {
	/* width:100%; */
	position: relative;
	/*background-color: #ff0000;*/
	position:relative;
	}

#news div#column2 div, #viewNews div#column2 div {
	background-color:#fff;
}

div#column2 div#content ,div#column2 div.content {
	width:80%;
	padding:20px 10% 5% 10%;
	position:relative;
	background-color:#fff;
	}

div#column2 div#content h2, div#column2 div.content h2{
	color:#fff;
	background-color:#FF0000;
	margin:0;
	padding: 4px 12px;
	font-weight:normal;
	font-size: 14px;
	width:auto;
	text-transform:uppercase;
	display:inline-block;

	}

div#column2 div#content p ,div#column2 div.content p{
	color:#7c7c7c;
	padding: 0 0 10px 10px;
	font-size:12px;
	text-align: justify;
}

div#column2 div#content ul,div#column2 div.content ul{
	list-style: square;
	margin:15px 0 20px 25px;
	padding:0;
}

div#column2 div#content ,div#column2 div.content ul li {
	color:#7c7c7c;
	font-size:12px;

}

div#column2 div.content ul li {
	padding:5px 0;
}


div#column2 div div#content_here{
	position:absolute;
	width:100%;
	height:30.5%;
	background-color: rgba(34, 90, 134, 0.5);
	z-index:5;
	margin:0;
	bottom:0;

	}

div#column2 div div#content_here h1 {
	color: #fff;
	margin:0;
	padding:20px 0 0 10%;
	font-weight:normal;
	font-size:50px;
	letter-spacing: 0.2em;
	}

div#column2 div#content_box{

	height:0;
	padding-bottom:100%;
}





div#column3 div#small {
	width:100%;
	position:relative;
	}

div#column3 div#small:nth-child(3) {
	height: 0;
	padding-bottom: 44.5%;
	overflow: hidden;
}

div#column3 div#small:nth-child(3) img {
	vertical-align: middle;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

div#column3 {
	background-color:#FF00CC;
	width: 19.8%;
	padding: 0;
	margin: 0;
	float: left;
}

div#column3 div {
	width:100%;
	float:left;
	position:relative;
	}


div#column3 div img{
	width:100%;
	height:auto;
	position:relative;
	}


div#one div#time {
	position:absolute;

	}




.chart_table{ margin:10px;}


ul.resp-tabs-list , p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-size: 14px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	font-weight:bold;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
	font-size: 14px;

}

h2.resp-accordion {
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

#faqs .resp-tab-content {
    display: none;
    padding: 0px;
}

.resp-tab-active {

    margin-bottom: -1px !important;
    padding: 9px 14px 14px 14px !important;
    border-bottom: none;
    background-color: #fff;

}

.resp-vtabs {
	background-color: #ffffff;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-vtabs .resp-tabs-container {
	padding-bottom:75%;
}
.resp-tab-content {position:absolute;}
.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    display:inline-block;
    vertical-align:top;
    width: 20%;
    height:0;
    padding-bottom:100%;
    background-color:#FF5454;

}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    text-align:right;
}

.resp-vtabs .resp-tabs-list li a {
	color:#000000; text-decoration: none;

}
#faqs .resp-vtabs .resp-tabs-list li a {
	/*color:#2e7dbb;*/
	text-decoration: none;

}

div#column2 .resp-vtabs .resp-tabs-container {
    padding: 0 0 0% 0;
    background-color: #fff;

    display:inline-block;
    vertical-align:top;
    width: 79%;
    height:0;
    padding-bottom:100%;
    margin:0 0 0px 0;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {

    border-right: none;
    border-left:none;
    background-color: #FF5454;
    position: relative;
    z-index: 1;

    padding: 14px 15px 15px 12px !important;

}

.resp-vtabs li.resp-tab-active a{
	color:#fff;
	/* text-decoration:underline; */
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
    background-color:#ffffff;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

div#column2 div.content div#dccom_twFAQ h4 {
	background-image:none;
}

div#column2 div.content div#dccom_twFAQ div p{
	padding: 12px 0 14px 27px;
	color:#000000;
}

#dccom_twFAQ h4 a {
	color:#2e7dbb;
	text-decoration:none;

}
a img {
	border:none;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none !important;
    }

    h2.resp-accordion {
        display: block;
        background-color:#ffffff;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    h2.resp-accordion a {
    	color:#ff0000;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100% !important;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
div#dccom_twFAQ h4{

 line-height:24px;
   font-size:12px;
    font-weight:700;
    color:rgb(100,150,200);
    cursor:pointer;
    background-image:url('../images/layout/open.png');
    background-position:left;
    background-repeat:no-repeat;
     margin:0;
   padding:0 0 0 24px;
}

div#dccom_twFAQ p{
    font-size:12px; color: #333333; line-height:18px;
}

div#dccom_twFAQ ol{
   list-style: none;margin:0;padding:0;
   background-color:#ffffff;
}
div#dccom_twFAQ ol li{
   list-style: none;
   margin:0 0 10px;
   padding:0;
   background-color:#ffffff;
}

div#dccom_twFAQ ol li div {
	 background-color:#ffffff;
	}

div#dccom_twFAQ h4.close {
    background-image:url('../images/layout/close.png');
}

 div#column2  .resp-tabs-container div.content {
	width: 90%;
	padding: 20px 5% 5% 5%;
}

#search .copy, #search #dcCom_twSearchForm, #search div#column2 div {
	background-color:#ffffff;

}

.copy .newsDate {
	color:#fdba54;
}

#chartselect, #chartfilter, #chartweek, #chartweekending, #charttitle {
	display:inline-block;
}

#chartselect select {
	border-color: #ff5454;
	color: #fff;
	background-color: #000;
	font-weight: bold;

}

#chartfilter {
	color:#ff5454;
	font-weight:bold;
	margin-bottom:20px;
}

#chartfilter select, #chartfilter input {
	border-color: #ff5454;
	border: 1px solid #ff5454;
}

#chartweek {
	color: #ff5454;
	font-weight:bold;
	width:100%;
}

#charttitle {
	float:right;
	color: #ff5454;
}


.indilogo {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.indilogo li {
    border: 1px solid #CCCCCC;
    display: inline-block;
    float: left;
   /*  height: 80px; */
    margin: 4px;
    text-align: center;
    vertical-align: middle;
    width: 15%;
}

#message {
	margin:0 20px;
}

#message h3 {
	color:#FF5454;
}


table#forgotPassword {
	position: relative;
	z-index: 3;
}
@media (min-width: 1200px) and (max-width: 1600px) {
	body ul#mainNavList {
		margin: auto 5%;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	body ul#mainNavList li {
		margin: 0;
	}
	ul#mainNavList li a {
		font-size: 14px;
	}
}