@font-face {
	font-family: 'Arial';
	src: url('../fonts/gothic/century_gothic.eot');
	src: url('../fonts/gothic/century_gothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothic/century_gothic.woff') format('woff'),
		url('../fonts/gothic/century_gothic.ttf') format('truetype'),
		url('../fonts/gothic/century_gothic.svg#ArialMT') format('svg');
	font-weight: normal;
	font-style: normal;
}
#main_cont {
    height: 770px;
    width: 1000px;
    background-color: #dcdcdc;
    border: 1px solid;
    position: relative;
    
}

body {
    overflow: hidden;
    margin: 0px;
    font-family:'gothic';
}

#container {
    position: relative;
    width: 100%;
    background-color: #666666;
/*    background-image: url(../images/bg.jpg);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 740px;
    top: 30px;
}


.blueButton {
       background-color: #30a2ff;
    padding: 13px 4px 0px 6px;
    border: 1px solid black;
    border-radius: 3px;
    width: 240px;
    height: 32px;
    text-align: center;
    cursor: context-menu;
    display: inline-block;
}

.universeTypes {
    padding-top: 20px;
    padding-left: 20px;
}

.orangeButton {
     background-color: #ffaa33;
     padding: 13px 4px 0px 6px;
    border: 1px solid black;
    border-radius: 3px;
    width: 240px;
    height: 32px;
    text-align: center;
    cursor: context-menu;
    display: inline-block;
}

.greenButton {
     background-color: #33ff33;
     padding: 13px 4px 0px 6px;
    border: 1px solid black;
    border-radius: 3px;
    width: 240px;
    height: 32px;
    text-align: center;
    cursor: context-menu;
    display: inline-block;
}
.orangeButton:hover
{
    background-color: #e2962b;
}
.blueButton:hover
{
    background-color: #166db5;
}
.greenButton:hover
{
    background-color: #35e035;
}

.topBar {
    margin-top: 15px;
    padding: 10px 11px 30px 0px;
    border: 1px solid black;
}

.alignRight {
    float: right;
}

.smallButton {
       border: 1px solid black;
    border-radius: 3px;
    width: 74px;
    height: 20px;
    text-align: center;
    cursor: context-menu;
    display: inline-block;
}

.mainCont {
    height: 285px;
    background-color: black;
    overflow-x: scroll;
}

.bottomBar {
        padding: 10px;
    border: 1px solid black;
}

.bluetopContent {
    padding: 6px 0px 7px 12px;
    border: 1px solid black;
    background: #30a2ff;
    background: -webkit-linear-gradient(#30a2ff, #1f6cab);
    background: -o-linear-gradient(red, yellow);
    background: -moz-linear-gradient(red, yellow);
    background: linear-gradient(#30a2ff, #1d629a);
    border-bottom: none;
    font-weight: 600;
}
.saffrontopContent {
    padding: 6px 0px 7px 12px;
    border: 1px solid black;
    background: #f3990a;
    background: -webkit-linear-gradient(#f3990a, #d57000);
    background: -o-linear-gradient(orange, yellow);
    background: -moz-linear-gradient(orange, yellow);
    background: linear-gradient(#f3990a, #d57000);
    border-bottom: none;
    font-weight: 600;
}
.greentopContent {
    padding: 6px 0px 7px 12px;
    border: 1px solid black;
    background: #0af40a;
    background: -webkit-linear-gradient(#0af40a, #00d500);
    background: -o-linear-gradient(green, yellow);
    background: -moz-linear-gradient(green, yellow);
    background: linear-gradient(#0af40a, #00d500);
    border-bottom: none;
    font-weight: 600;
}


.contentBox {
    margin-top: 15px;
    width:400px;
    left: 20px;
    position: absolute;
}

.closeButton {
    float: right;
}

.content {
    margin-top: 4px;
    font-weight: 700;
    margin-left: 7px;
    font-family: 'ArialEmbed';
    font-size: 1em;
    overflow-y: auto;
    height: 197px;
    padding-right: 15px;
}

.bottomContent {
    border:1px solid black;
    height:250px;
        background-color: white;
}

.alignLeft {
    float: left;
    padding-left: 15px;
    font-weight: bold;
}
.blue_cont1{
    position: relative;
    width: 100%;
    /* padding: 10px 0px; */
    padding-top: 0px;
    top: -1px;
    z-index: 1;
}
.saffron_cont1{
      position: relative;
    width: 100%;
    padding: 10px 0px;
    padding-top: 0px;
    top: 10px;
    z-index: 1;
}
.green_cont1 {
      position: relative;
    width: 100%;
    padding: 10px 0px;
    padding-top: 0px;
    top: 10px;
    z-index: 1;
}
.blue_items1,.saffron_items1,.green_items1 {
    display: inline-block;
    background-color: #fff;
    margin-right: 10px;
    border: 1px solid #30a2ff;
    cursor: pointer;
    font-family: 'ArialEmbed';
    font-size: 1em;
    outline: 1px solid transparent;
}
.blue_cont2 {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    padding-top: 0px;
    top: -20px;
}
.blue_items2,.saffron_items2,.green_items2 {
    display: inline-block;
    background-color: #fff;
    margin-right: 10px;
    border: 1px solid #30a2ff;
    cursor: pointer;
    font-family: 'ArialEmbed';
    font-size: 1em;
    outline: 1px solid transparent;
    vertical-align: top;
}
.items {
    display: table-cell;
    width: 168px;
    width: 137px;
    height: 48px;
    text-align: left;
    font-size: 1em;
    box-shadow: 0;
    transition: box-shadow 1s;
    vertical-align: middle;
}
.blue_cont{
    display: none;
    margin-left: 55px;
    width: 3000px;
    position: relative;
    top: 35px;
    z-index: 0;
}
.saffron_cont{
    display: none;
    margin-left: 55px;
    width: 3500px;
    position: relative;
  height: 269px;
}
.green_cont{
    display: none;
    margin-left: 55px;
    width: 3900px;
    height:260px;
   
}
.items:hover{
    box-shadow: 0 0 5px blue;
}
span.arrow {
    position: absolute;
    top: 376px;
    left:4px;
    background-image: url("rightarrow.png");
    background-color: #cccccc;
}
span.rightarrow {
   position: absolute;
    top: 376px;
    left: 789px;
}

.circle {
position: relative;
    border: 2px solid #2d90de;
    border-radius: 100%;
    width: 10px;
    list-style: none;
    text-align: center;
    margin-top: 50px;
    background-color: #f00;
    z-index: 2;
    height: 10px;
    cursor: pointer;
/*    box-shadow: 10px 10px 5px #2d90de;*/
}
.circle:first-child {margin-top: 0;}
li:before {
    position: absolute;
    //border: 1px solid #999;
    width: 0px;
    height: 27px;
    display: block;
    content: '';
    left: 50%;
    z-index: -1;
    top: -53px;
    margin-left: -1px;
}
.circle:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 50px;
    display: block;
    content: '';
    left: 50%;
    z-index: -1;
    top: -53px;
    margin-left: -1px;
}

.redLine {
    left:-75px;
    position: relative;
}
li.circle:first-child:before{ 
webkit-transform: rotate(180deg);
    position: relative;
    border: 1px solid #30a2ff;
    width: -4px;
    height: 40px;
    display: block;
    content: '';
    left: -23px;
    z-index: -1;
    top: 11px;
    margin-left: 27px;
}
.line_1 {
    top: 40px;
    position: relative;
    border: 1px solid #30a2ff;
    left: -28px;
    width: 520px;
}

.subline_1 {
        border-bottom: 2px solid #30a2ff;
    width: 179px;
    top: 47px;
    position: relative;
    left: -27px;
}



.centreLine {
       top: -37px;
    display: inline-block;
    position: relative;
    left: 45px;
    border-bottom: 1px solid #ff0000;
    
}
#dr_5
{
    left:350px;
    position:relative;
}
#dr_10
{
    position: relative;
    left: 1956px;
    right: 20px;
}
/*
.centreLine:after {
      content: '';
    height: 10px;
    width: 10px;
    border-radius: 10px;
    float: left;
    background: #f00;
    margin-top: -7px;
    border: 2px solid #2d90de;
    position: relative;
    top: 6px;
     z-index: 2;

}
*/
.centreLine:after {
  float: right;
}
.saffronline_1 {
    top: 52px;
    position: relative;
    border: 1px solid #30a2ff;
    left: -28px;
    width: 181px;
}
.saffronsubline_1 {
    border-bottom: 2px solid #30a2ff;
    width: 35px;
    top: 47px;
    position: relative;
    left: -27px;
}
.saffronsubline_2 {
    border-bottom: 2px solid #30a2ff;
    width: 50px;
    top: -12px;
    position: relative;
    left: -28px;
}
.contentBox1 {
    margin-top: 15px;
    width:400px;
    margin-left: 20px;
}
.contentBox{
    display: none;
}
.image
{
    float: left;
    position: relative;
    top: 8px;
    margin-right: 15px;
    margin-left: 15px;
    width: 197px;
    font-size: 14px;
    font-family: 'gothic';
}
.head_description {
    font-size: 14px;
    font-weight: 500;
}
.body_description {
    font-size: 14px;
    font-weight: 500;
    padding-right: 15px;
}
.head,.body {
    font-weight: 700;
}
.circle:hover{
    
box-shadow: 0px 0px 6px #2d90de;
    
}
.centreLine:hover:after{
   box-shadow: 0px 0px 6px #2d90de;
}
.close {
    display: inline-block;
    float: right;
    position: relative;
    top: 0px;
    right: 5px;
    font-weight: bold;
    cursor: default;
    padding: 0px 4px 2px 5px;
    border: 1px solid transparent;
}
.close:hover{
    border:1px solid #000;
  
}
.pop_head
{
        display: inline-block;
        font-family: 'ArialEmbed';
        font-size: 1em;
}
#dr_9:before {
       position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 34px;
    display: block;
    content: '';
    left: 81px;
    z-index: -1;
    top: -24px;
}
#dr_8:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 10px;
    display: block;
    content: '';
    left: 292px;
    z-index: 0;
    top: 26px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_7:before {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 10px;
    display: block;
    content: '';
    left: 143px;
    z-index: 0;
    top: 20px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_7:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 10px;
    display: block;
    content: '';
    left: 143px;
    z-index: 0;
    top: 27px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*
.line1:before
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 50px;
    display: block;
    content: '';
    left: 46px;
    z-index: 0;
    top: -52px;
    margin-left: -1px;
}
*/
#dr_5:before{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 50px;
    display: block;
    content: '';
    left: 4px;
    z-index: -1;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top:4px;
}
#dr_5:after{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 50px;
    display: block;
    content: '';
    left: -21px;
    z-index: 0;
    margin-left: -1px;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    top: 30px;
}

#dr_10:after {
   position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 56px;
    display: block;
    content: '';
    left: 163px;
    z-index: 0;
    top: -32px;
    margin-left: -1px;
    -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg); 
    transform: rotate(360deg);
}

#dr_10:before {
   position: absolute;
    border: 1px solid #30a2ff;
    width: -1px;
    height: 25px;
    display: block;
    content: '';
    left: 127px;
    margin-left: 22px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 12px;
    z-index: 0;
}
.saffronsubline_1 {
    border-bottom: 2px solid #30a2ff;
    width: 100px;
    top: 59px;
    position: relative;
    left: -27px;
}
.saffronsubline_1:after{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 67px;
    display: block;
    content: '';
    left: -1%;
    z-index: 0;
    top: -9px;
    margin-left: -1px;
}
.saffroncircle
{
    position: relative;
    border: 2px solid #2d90de;
    border-radius: 100%;
    width: 10px;
    list-style: none;
    text-align: center;
    margin-top: 50px;
    background-color: #f00;
    z-index: 2;
    height: 10px;
    cursor: pointer;
}
.saffroncircle li:after{
display:none;
}
.redLine1 {
    left: -75px;
    position: relative;
    top: -31px;

}
#dr_13
{
    left: 270px;
    position: relative;
}
#dr_13:before
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 41px;
    display: block;
    content: '';
    left: -7%;
    z-index: 0;
    top: 31px;
    margin-left: -1px;
}
#dr_13:after
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 34px;
    display: block;
    content: '';
    left: 6%;
    z-index: -1;
    top: 14px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_14
{
    left: 528px;
    position: relative;
}
#dr_14:before
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 54px;
    display: block;
    content: '';
    left: -7%;
    z-index: 0;
    top: 31px;
    margin-left: -1px;
}
#dr_14:after
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 34px;
    display: block;
    content: '';
    left: 6%;
    z-index: -1;
    top: 14px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_15
{
    left: 928px;
    position: relative;
}
#dr_15:before
{
        position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 67px;
    display: block;
    content: '';
    left: -9%;
    z-index: 0;
    top: 38px;
    margin-left: -1px;
}
#dr_15:after
{
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 32px;
    display: block;
    content: '';
    left: 3%;
    z-index: -1;
    top: 21px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_16
{
    left: 1335px;
    position: relative;
}
#dr_16:before
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 50px;
    display: block;
    content: '';
    left: -16%;
    z-index: 0;
    top: 24px;
    margin-left: -1px;
}
#dr_16:after
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 32px;
    display: block;
    content: '';
    left: -4%;
    z-index: -1;
    top: 7px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_18
{
    left: 2690px;
    position: relative;
}
#dr_18:before
{

    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 52px;
    display: block;
    content: '';
    left: 121%;
    z-index: 0;
    top: -29px;
    margin-left: -1px;
}

#dr_18:after
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 24px;
    display: block;
    content: '';
    left: 111%;
    z-index: 1;
    top: 11px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.saffron_cont2{
    position: relative;
    width: 100%;
    padding: 10px 0px;
    padding-top: 0px;
    top: -50px;
}
.greenline_1 {
    top: 38px;
    position: relative;
    border: 1px solid #30a2ff;
    left: -28px;
    width: 40px;
}
.greenline_2 {
    top: 16px;
    position: relative;
    border: 1px solid #30a2ff;
    left: -29px;
    width: 550px;
}
.greensubline_1 {
        border-bottom: 2px solid #30a2ff;
    width: 179px;
    top: 47px;
    position: relative;
    left: -27px;
}

.greensubline_2 {
   border-bottom: 2px solid #30a2ff;
    width: 179px;
    top: 4px;
    position: relative;
    left: -27px;
}
.greencircle {
    position: relative;
    border: 2px solid #2d90de;
    border-radius: 100%;
    width: 10px;
    list-style: none;
    text-align: center;
    margin-top: 50px;
    background-color: #f00;
    z-index: 2;
    height: 10px;
    cursor: pointer;
}

.greencircle:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 53px;
    display: block;
    content: '';
    left: 50%;
    z-index: -1;
    top: -55px;
    margin-left: -1px;
}

#dr_20
{
    left: 739px;
    position: relative;
}
#dr_20:before
{

    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 44px;
    display: block;
    content: '';
    left: -12%;
    z-index: 0;
    top: 34px;
    margin-left: -1px;
}

#dr_20:after
{
   position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 32px;
    display: block;
    content: '';
    left: 0%;
    z-index: -1;
    top: 17px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_21
{
    left: 1070px;
    position: relative;
}
#dr_21:before
{

    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 52px;
    display: block;
    content: '';
    left: -16%;
    z-index: 0;
    top: 25px;
    margin-left: -1px;
}

#dr_21:after
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 28px;
    display: block;
    content: '';
    left: -5%;
    z-index: -1;
    top: 11px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_22
{
    left:2520px;
    position: relative;
}
#dr_22:before
{

    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 48px;
    display: block;
    content: '';
    left: -16%;
    z-index: -1;
    top: 25px;
    margin-left: -1px;
}

#dr_22:after
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 28px;
    display: block;
    content: '';
    left: -5%;
    z-index: -1;
    top: 11px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_23
{
    left:2580px;
    position: relative;
}
#dr_23:before
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 48px;
    display: block;
    content: '';
    left: 99%;
    z-index: -1;
    top: 31px;
    margin-left: -1px;
}

#dr_23:after
{
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 36px;
    display: block;
    content: '';
    left: 112%;
    z-index: -1;
    top: 11px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_24
{
    left:2600px;
    position: relative;
}
#dr_24:before
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 48px;
    display: block;
    content: '';
    left: 151%;
    z-index: -1;
    top: 31px;
    margin-left: -1px;
}

#dr_24:after
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 74px;
    display: block;
    content: '';
    left: 126%;
    z-index: -1;
    top: -5px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_25
{
    left:2650px;
    position: relative;
}
#dr_25:before
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 43px;
    display: block;
    content: '';
    left: 112%;
    z-index: -1;
    top: 36px;
    margin-left: -1px;
}

#dr_25:after
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 26px;
    display: block;
    content: '';
    left: 101%;
    z-index: -1;
    top: 23px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_26
{
    left:3126px;
    position: relative;
}
#dr_26:before
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 44px;
    display: block;
    content: '';
    left: 415px;
    z-index: 0;
    top: -36px;
    margin-left: -1px;
}

#dr_26:after
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 26px;
    display: block;
    content: '';
    left: 110%;
    z-index: 0;
    top: 14px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_27
{
    left: 3124px;
    position: relative;
}
#dr_27:before
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 43px;
    display: block;
    content: '';
    left: 101%;
    z-index: 0;
    top: -34px;
    margin-left: -1px;
}

#dr_27:after
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 23px;
    display: block;
    content: '';
    left: 108%;
    z-index: 0;
    top: 17px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_28
{
    left:3136px;
    position: relative;
}

#dr_28:before {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 64px;
    display: block;
    content: '';
    left: 132%;
    z-index: 0;
    top: -34px;
    margin-left: -1px;
}

#dr_28:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 42px;
    display: block;
    content: '';
    left: 115%;
    z-index: 0;
    top: 9px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

li.saffroncircle:first-child:before{ 
webkit-transform: rotate(180deg);
    position: relative;
    border: 1px solid #30a2ff;
    width: -4px;
    height: 54px;
    display: block;
    content: '';
    left: -23px;
    z-index: -1;
    top: 11px;
    margin-left: 27px;
}
.green_cont2 {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    padding-top: 0px;
    top: -36px;
}
.blue_contlinear {
    display: none;
    margin-left: 55px;
    width: 5030px;
    
}
.blue_cont3,.saffron_cont3,.green_cont3 {
      position: relative;
    width: 100%;
    padding: 10px 0px;
    padding-top: 0px;
    top: 10px;
    z-index: 100;
}
.blue_cont4,.saffron_cont4,.green_cont4{
    position: relative;
    width: 100%;
    padding: 10px 0px;
    padding-top: 0px;
    top: -20px;
}
.green_cont4{
    position: relative;
    width: 100%;
    padding: 10px 0px;
    padding-top: 0px;
    top: -29px;
}
.linearsubline_1 {
    border-bottom: 2px solid #30a2ff;
    width: 110px;
    top: 36px;
    position: relative;
    left: 4571px;

}
#dr_29:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 46px;
    display: block;
    content: '';
    left: -5px;
    z-index: -1;
    top: 3px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_30:before {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 52px;
    display: block;
    content: '';
    left: 137px;
    z-index: -1;
    top: 27px;
    margin-left: -1px;
}
.linearcircle {
    position: relative;
    border: 2px solid #2d90de;
    border-radius: 100%;
    width: 10px;
    list-style: none;
    text-align: center;
    margin-top: 19px;
    background-color: #f00;
    z-index: 2;
    height: 10px;
    cursor: pointer;
}

.linearcircle:after {
     position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 53px;
    display: block;
    content: '';
    left: 50%;
    z-index: -1;
    top: -55px;
    margin-left: -1px;
    
}
.blue_items3,.saffron_items3,.green_items3 {
    display: inline-block;
    background-color: #fff;
    margin-right: 10px;
    border: 1px solid #30a2ff;
    cursor: pointer;
    font-family: 'ArialEmbed';
    font-size: 1em;
    outline: 1px solid transparent;
}
.blue_items4, .saffron_items4{
    display: inline-block;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #30a2ff;
    cursor: pointer;
    font-family: 'ArialEmbed';
    font-size: 1em;
    outline: 1px solid transparent;
  
}
.green_items4 {
    display: inline-block;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #30a2ff;
    cursor: pointer;
    font-family: 'ArialEmbed';
    font-size: 1em;
    outline: 1px solid transparent;
    vertical-align: top;
}
#dr_30:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 46px;
    display: block;
    content: '';
    left: 3%;
    z-index: -1;
    top: 3px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_31
{
   position: relative;
    left: 567px;
    top: -2px;
}

#dr_31:before {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 45px;
    display: block;
    content: '';
    left: -13%;
    z-index: 0;
    top: 27px;
    margin-left: -1px;
}

#dr_31:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 46px;
    display: block;
    content: '';
    left: 3%;
    z-index: -1;
    top: 3px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_32
{
    position: relative;
    left: 989px;
    top: -2px;
}

#dr_32:before {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 47px;
    display: block;
    content: '';
    left: -17%;
    z-index: 0;
    top: 25px;
    margin-left: -1px;
}

#dr_32:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 32px;
    display: block;
    content: '';
    left: -6%;
    z-index: -1;
    top: 8px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_33
{
    position: relative;
    left: 2499px;
    top: -2px;
}

#dr_33:before {
   position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 48px;
    display: block;
    content: '';
    left: -15%;
    z-index: 0;
    top: 24px;
    margin-left: -1px;
}

#dr_33:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 36px;
    display: block;
    content: '';
    left: -3%;
    z-index: -1;
    top: 6px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_34
{
    position: relative;
    left: 2998px;
    top: -2px;
}

#dr_34:before {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 50px;
    display: block;
    content: '';
    left: -10%;
    z-index: 0;
    top: 22px;
    margin-left: -1px;
}

#dr_34:after {
        position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 46px;
    display: block;
    content: '';
    left: 6%;
    z-index: -1;
    top: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_35
{
    position: relative;
    left: 3098px;
    top: -2px;
}

#dr_35:before {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 50px;
    display: block;
    content: '';
    left: -12%;
    z-index: 0;
    top: 28px;
    margin-left: -1px;
}

#dr_35:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 46px;
    display: block;
    content: '';
    left: 5%;
    z-index: -1;
    top: 4px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_36
{
   position: relative;
  left: 3401px;
    top: -1px;
}

#dr_36:before {
   position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 45px;
    display: block;
    content: '';
    left: 100%;
    z-index: -2;
    top: 26px;
    margin-left: -1px;
}

#dr_36:after {
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 26px;
    display: block;
    content: '';
    left: 108%;
    z-index: -1;
    top: 12px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_37
{
    position: relative;
    left: 3413px;
}

#dr_37:before {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 49px;
    display: block;
    content: '';
    left: 170%;
    z-index: 0;
    top: 29px;
    margin-left: -1px;
}

#dr_37:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 108px;
    display: block;
    content: '';
    left: 130%;
    z-index: -1;
    top: -25px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_38
{
    position: relative;
    left: 4583px;
}

#dr_38:before {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 51px;
    display: block;
    content: '';
    left: 117%;
    z-index: 0;
    top: -23px;
    margin-left: -1px;
}

#dr_38:after {
   position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 20px;
    display: block;
    content: '';
    left: 108%;
    z-index: 0;
    top: 18px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#dr_39:before {
       position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 51px;
    display: block;
    content: '';
    left: -28px;
    z-index: 0;
    top: 45px;
    margin-left: -1px;
}

#dr_39:after {
   position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 44px;
    display: block;
    content: '';
    left: -6px;
    z-index: -1;
    top: 23px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.saffron_contlinear {
     display: none;
    margin-left: 55px;
    width: 5000px;
     height: 269px;
}
#dr_40
{
    position: relative;
    left: 850px;
}
#dr_40:before {
   position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 51px;
    display: block;
    content: '';
    left: -18px;
    z-index: 0;
    top: 21px;
    margin-left: -1px;
}

#dr_40:after {
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 44px;
    display: block;
    content: '';
    left: 3px;
    z-index: -1;
    top: -2px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_41
{
    position: relative;
    left: 840px;
}
#dr_41:before {
      position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 51px;
    display: block;
    content: '';
    left: -24px;
    z-index: -1;
    top: 45px;
    margin-left: -1px;
}
#dr_42
{
    position: relative;
    left: 2998px;
}
#dr_42:before {
   position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 51px;
    display: block;
    content: '';
    left: -23px;
    z-index: 0;
    top: 21px;
    margin-left: -1px;
}

#dr_42:after {
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 44px;
    display: block;
    content: '';
    left: -2px;
    z-index: -1;
    top: -2px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_43
{
    position: relative;
    left: 3149px;

}
#dr_43:before {
   position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 51px;
    display: block;
    content: '';
    left: -23px;
    z-index: 0;
    top: 26px;
    margin-left: -1px;
}

#dr_43:after {
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 44px;
    display: block;
    content: '';
    left: -2px;
    z-index: -1;
    top: 2px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_44
{
    position: relative;
    left: 3348px;
}
#dr_44:before {
   position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 51px;
    display: block;
    content: '';
    left: -27px;
    z-index: 0;
    top: 26px;
    margin-left: -1px;
}

#dr_44:after {
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 44px;
    display: block;
    content: '';
    left: -6px;
    z-index: -1;
    top: 2px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_45
{
    position: relative;
    left: 3338px;
}
#dr_45:before {
   position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 51px;
    display: block;
    content: '';
    left: -27px;
    z-index: -1;
    top: 21px;
    margin-left: -1px;
}

#dr_46
{
    left: 4557px;
    position: relative;
}
#dr_46:before {
   position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 78px;
    display: block;
    content: '';
    left: 166px;
    z-index: 0;
    top: -50px;
    margin-left: -1px;
}

#dr_46:after {
 position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 28px;
    display: block;
    content: '';
    left: 150px;
    z-index: 0;
    top: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.saffroncircle1 {
    position: relative;
    border: 2px solid #2d90de;
    border-radius: 100%;
    width: 10px;
    list-style: none;
    text-align: center;
    margin-top: 50px;
    background-color: #f00;
    z-index: 2;
    height: 10px;
    cursor: pointer;
}

.green_contlinear {
     display: none;
    margin-left: 55px;
    width: 4200px;
}

#dr_48
{
    left:1080px;
    position: relative;
}
#dr_48:before {
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 49px;
    display: block;
    content: '';
    left: -27px;
    z-index: 0;
    top: 29px;
    margin-left: -1px;
}

#dr_48:after {
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 28px;
    display: block;
    content: '';
    left: -14px;
    z-index: -1;
    top: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_49
{
    position: relative;
    left:2080px;
}
#dr_49:before {
 position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 49px;
    display: block;
    content: '';
    left: -32px;
    z-index: 0;
    top: 29px;
    margin-left: -1px;
}

#dr_49:after {
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 30px;
    display: block;
    content: '';
    left: -18px;
    z-index: -1;
    top: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_50
{
    position: relative;
    left: 3080px;
}


#dr_50:after {
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 30px;
    display: block;
    content: '';
    left: 145px;
    z-index: -1;
    top: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_51
{
    position: relative;
    left: 3090px;
}
#dr_51:after {
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 30px;
    display: block;
    content: '';
    left: 145px;
    z-index: -1;
    top: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_52
{
    position: relative;
    left: 3100px;
}
#dr_52:before {
 position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 49px;
    display: block;
    content: '';
    left: 156px;
    z-index: 0;
    top: 29px;
    margin-left: -1px;
}

#dr_52:after {
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 30px;
    display: block;
    content: '';
    left: 140px;
    z-index: -1;
    top: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_53
{
    position: relative;
    left: 3350px;
}


#dr_53:after {
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 30px;
    display: block;
    content: '';
    left: 152px;
    z-index: 0;
    top: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_54
{
    position: relative;
    left: 3360px;
}
#dr_54:after {
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 30px;
    display: block;
    content: '';
    left: 152px;
    z-index: 0;
    top: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_55
{
    position: relative;
    left: 3380px;
}
#dr_55:after {
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 30px;
    display: block;
    content: '';
    left: 152px;
    z-index: 0;
    top: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*
#dr_55:before {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 73px;
    display: block;
    content: '';
    left: 323px;
    z-index: 0;
    top: -40px;
    margin-left: -1px;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
*/
#dr_55:before
{
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 61px;
    display: block;
    content: '';
    left: 323px;
    z-index: 0;
    top: -40px;
    margin-left: -1px;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#dr_56
{
    position: relative;
    left: 3400px;
}
#dr_56:after {
     position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 16px;
    display: block;
    content: '';
    left: 145px;
    z-index: 0;
    top: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_56:before {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 14px;
    display: block;
    content: '';
    left: 146px;
    z-index: 0;
    top: 5px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_6:before{
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 26px;
    display: block;
    content: '';
    left: -14px;
    z-index: 0;
    top: 12px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*
#dr_6:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 26px;
    display: block;
    content: '';
    left: -14px;
    z-index: 0;
    top: 23px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
*/
#dr_8:before{
  position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 26px;
    display: block;
    content: '';
    left: 294px;
    z-index: -1;
    top: 11px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_9:after{
 position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 10px;
    display: block;
    content: '';
    left: 442px;
    z-index: -1;
    top: 19px;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#dr_9
{
    margin-left: -5px;
}
.dot {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 10px;
    float: left;
    background: #f00;
    margin-top: -7px;
    border: 2px solid #2d90de;
    position: relative;
    top: 6px;
    z-index: 100;
    cursor: pointer;
}
span.dot.green_1{ left:1226px;z-index: 100;}
span.dot.green_2{ left:1166px;z-index: 100;}
span.dot.green_3{ left:1646px;z-index: 100;}
span.dot.green_4{ left: 896px;}
span.dot.green_5{ left:696px;}
span.dot.green_6{ left:1590px;}
span.dot.green_7{ left:358px;}
span.dot.green_8{ left:90px;}
span.dot.green_9{ left:118px;}
span.dot.green_10{ left:-13px;}
span.dot.green_11{ left:56px;}
span.dot.green_12{ left:69px;}

.entermouse{
    box-shadow: 0px 1px 19px 2px #30a2ff;
}

.entermouse:before,.entermouse:after{
    box-shadow: 0px 1px 19px 2px #30a2ff !important;
}


.greencircle.highlight:after,#dr_48.highlight:after,#dr_48.highlight:before,#dr_49.highlight:after,#dr_49.highlight:before,#dr_53.highlight:after,#dr_54.highlight:after {
    box-shadow: 0px 1px 19px 2px #30a2ff;
}
.greencircle.rm_highlight:after,#dr_48.rm_highlight:after,#dr_48.rm_highlight:before,#dr_49.rm_highlight:after,#dr_49.rm_highlight:before,#dr_53.rm_highlight:after {
    box-shadow: none;
}
#dr_55.highlight:after,#dr_56.highlight:after,#dr_50.highlight:after,#dr_51.highlight:after,#dr_52.highlight:after,#dr_52.highlight:before,#dr_55.highlight:before{
    box-shadow: 0px 1px 19px 2px #30a2ff;
}
#dr_54.rm_highlight:after,#dr_55.rm_highlight:after,#dr_56.rm_highlight:after,#dr_50.rm_highlight:after,#dr_51.rm_highlight:after,#dr_52.rm_highlight:after,#dr_52.rm_highlight:before{
    box-shadow: none;
}
#dr_55.rm_highlight:before{
    box-shadow: none;
}
#dr_56.highlight1:before,#dr_55.highlight1:before{
    box-shadow: 0px 1px 19px 2px #30a2ff;
}
#dr_55.rm_highlight1:before,#dr_56.rm_highlight1:before{
    box-shadow: none;
}
#dr_56.highlight2:after,#dr_55.highlight2:before,#dr_55.highlight2:after{
    box-shadow: 0px 1px 19px 2px #30a2ff;
}
#dr_56.rm_highlight2:after,#dr_55.rm_highlight2:before,#dr_55.rm_highlight2:after{
    box-shadow: none;
}
#dr_56.highlight3:after,#dr_53.highlight3:after,#dr_55.highlight3:before,#dr_55.highlight3:after,#dr_54.highlight3:after{
    box-shadow: 0px 1px 19px 2px #30a2ff;
}
#dr_56.rm_highlight3:after,#dr_53.rm_highlight3:after,#dr_55.rm_highlight3:before,#dr_55.rm_highlight3:after,#dr_54.rm_highlight3:after{
    box-shadow: none;
}
#dr_20.highlight:after,#dr_20.highlight:before,#dr_21.highlight:after,#dr_21.highlight:before,#dr_22.highlight:after,#dr_22.highlight:before,#dr_23.highlight:after,#dr_23.highlight:before{
    box-shadow: 0px 1px 19px 2px #30a2ff;
}
#dr_20.rm_highlight:after,#dr_20.rm_highlight:before,#dr_21.rm_highlight:after,#dr_21.rm_highlight:before,#dr_22.rm_highlight:after,#dr_22.rm_highlight:before{
    box-shadow: none;
}
#dr_27.highlight:after,#dr_27.highlight:before,.saffronsubline_1.highlight:after,#dr_36.highlight:before{
    box-shadow: 0px 1px 19px 2px #30a2ff;
}
#dr_23.rm_highlight:after,#dr_23.rm_highlight:before,#dr_27.rm_highlight:after,#dr_27.rm_highlight:before,.saffronsubline_1.rm_highlight:after,#dr_36.rm_highlight:before{
    box-shadow: none;
}
span.dot.saffron_1{left: 1005px;
    z-index: 100;}

span.dot.saffron_2 {
    left:121px;    z-index: 100;
}
span.dot.saffron_3 {
    left:2325px;    z-index: 100;
}
span.dot.saffron_4 {
    left:289px;    z-index: 100;
}
span.dot.saffron_5 {
    left:333px;    z-index: 100;
}
span.dot.saffron_6 {
    left:126px;    z-index: 100;
}
span.dot.saffron_7 {
    left:510px;    z-index: 100;
}
span.dot.saffron_8 {
    left:581px;    z-index: 100;
}
span.dot.saffron_9 {
    left:408px;    z-index: 100;
}
span.dot.saffron_10 {
    left:536px;
}
span.dot.saffron_11 {
    left:536px;
}
span.dot.saffron_12 {
    left:937px;
}

span.dot.blue_1 {
    left:159px;
    z-index: 100;
}
span.dot.blue_2 {
    left:743px;
}
span.dot.blue_3 {
    left:559px;
}
span.dot.blue_4 {
    left:1655px;
}
span.dot.blue_5 {
    left:654px;
}
span.dot.blue_6 {
    left:247px;
}
span.dot.blue_7 {
    left:595px;
}
span.dot.blue_8 {
    left:162px;
}
span.dot.blue_9 {
    left:86px;
    z-index: 100;
}
span.dot.blue_10 {
    left:105px;
}
span.dot.blue_11 {
    left:876px;
}

span.dot.blue_13 {
    left:1780px;
}
#dr_37.highlight1:before,#dr_37.highlight1:after,#dr_36.highlight1:after,#dr_1.highlight1:after,.circle.highlight1:after{
 box-shadow: 0px 1px 19px 2px #30a2ff;
}
#dr_37.rm_highlight1:before,#dr_37.rm_highlight1:after,#dr_36.rm_highlight1:after,#dr_1.rm_highlight1:after,.circle.rm_highlight1:after{
 box-shadow: none;
}
#dr_1:before {
        position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 28px;
    display: block;
    content: '';
    left: -12px;
    z-index: -1;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 23px;
}
#dr_1:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 50px;
    display: block;
    content: '';
    left: -3px;
    z-index: -1;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 1px;
}
#dr_2:before {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 28px;
    display: block;
    content: '';
    left: 148px;
    z-index: -1;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 19px;
}
#dr_2:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 50px;
    display: block;
    content: '';
    left: 127px;
    z-index: -1;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 1px;
}
#dr_3:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 50px;
    display: block;
    content: '';
    left: 280px;
    z-index: -1;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 1px;
}
#dr_3:before {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 50px;
    display: block;
    content: '';
    left: 280px;
    z-index: -1;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 8px;
}
#dr_4:after {
    position: absolute;
    border: 1px solid #30a2ff;
    width: 0px;
    height: 50px;
    display: block;
    content: '';
    left: 460px;
    z-index: -1;
    margin-left: -1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 1px;
}
#dr_1.highlight:before,#dr_2.highlight:before,.circle.highlight:after,#dr_26.highlight5:before,#dr_27.highlight5:after,#dr_25.highlight:after,#dr_25.highlight:before{
 box-shadow: 0px 1px 19px 2px #30a2ff;
}
#dr_1.rm_highlight:before,#dr_2.rm_highlight:before,.circle.rm_highlight:after,#dr_26.rm_highlight5:before,#dr_27.rm_highlight5:after,#dr_25.rm_highlight:after,#dr_25.rm_highlight:before{
 box-shadow: none;
}
#dr_3.highlight3:after,#dr_2.highlight3:after,.circle.highlight3:after,#dr_1.highlight3:after,#dr_6.highlight:before,.circle.highlight:before,#dr_7.highlight:before{
 box-shadow: 0px 1px 19px 2px #30a2ff;
}
#dr_3.rm_highlight3:after,#dr_2.rm_highlight3:after,.circle.rm_highlight3:after,#dr_1.rm_highlight3:after,#dr_6.rm_highlight:before,#dr_7.rm_highlight:before,.circle.rm_highlight:before{
 box-shadow: none;
}
#dr_6.highlight4:after,#dr_7.highlight4:after,.circle.highlight4:before,#dr_8.highlight4:after,#dr_9.highlight4:after,#dr_9.highlight4:before{
 box-shadow: 0px 1px 19px 2px #30a2ff;
}
#dr_6.rm_highlight4:after,#dr_7.rm_highlight4:after,.circle.rm_highlight4:before,#dr_8.rm_highlight4:after,#dr_9.rm_highlight4:after,#dr_9.rm_highlight4:before{
 box-shadow: none;
}
#dr_23.highlight4:after,#dr_24.highlight4:after,#dr_24.highlight4:before{
 box-shadow: 0px 1px 19px 2px #30a2ff;
}
#dr_23.rm_highlight4:after,#dr_24.rm_highlight4:after,#dr_24.rm_highlight4:before{
 box-shadow: none;
}
#dr_26.highlight6:after,#dr_27.highlight6:after,#dr_28.highlight6:after,#dr_28.highlight6:before{
 box-shadow: 0px 1px 19px 2px #30a2ff;
}
#dr_26.rm_highlight6:after,#dr_27.rm_highlight6:after,#dr_28.rm_highlight6:after,#dr_28.rm_highlight6:before{
 box-shadow: none;
}
/*.grey::-webkit-scrollbar { width: 26px;height: 15px; z-index: 1}
.grey::-webkit-scrollbar-button {  background-color: #a0a0a0;background-size: 100% 100%;    background-image: url("../images/rightarrow.png");  z-index: 1}
.grey::-webkit-scrollbar-button:decrement {  background-color: #a0a0a0;background-size: 100% 100%;    background-image: url("../images/leftarrow.png");  z-index: 1}
.grey::-webkit-scrollbar-track-piece { background-color: #666;  z-index: 1; border: 1px solid #4c4c4c;}
.grey::-webkit-scrollbar-thumb { height: 50px; background-color: #b1b1b1; border-radius: 1px;  z-index: 1}
.grey::-webkit-scrollbar-corner { background-color: #666;  z-index: 1}
.grey::-webkit-resizer { background-color: #666; z-index: 1}
.blue::-webkit-scrollbar { width: 26px;height: 15px; z-index: 1}
.blue::-webkit-scrollbar-button {  background-color: #1b89b6;background-size: 100% 100%;    background-image: url("../images/rightarrow.png");  z-index: 1;border: 1px solid #00359b;}
.blue::-webkit-scrollbar-button:decrement {  background-color: #1b89b6;background-size: 100% 100%;    background-image: url("../images/leftarrow.png");  z-index: 1;border: 1px solid #00359b;}
.blue::-webkit-scrollbar-track-piece {background-color: #0097fd;z-index: 1;border: 1px solid #00359b;}
.blue::-webkit-scrollbar-thumb {     height: 50px; background-color: #28c1ff; border-radius: 2px; z-index: 1; border: 1px solid #094eab;}
.blue::-webkit-scrollbar-corner { background-color: #000;  z-index: 1}
.blue::-webkit-resizer { background-color: #666; z-index: 1}
.saffron::-webkit-scrollbar { width: 26px;height: 15px; z-index: 1}
.saffron::-webkit-scrollbar-button {  background-color: #ffba22;background-size: 100% 100%;    background-image: url("../images/rightarrow.png");  z-index: 1;border: 1px solid #9b3500;}
.saffron::-webkit-scrollbar-button:decrement {  background-color: #ffba22;background-size: 100% 100%;    background-image: url("../images/leftarrow.png");  z-index: 1;border: 1px solid #9b3500;}
.saffron::-webkit-scrollbar-track-piece { background-color: #fd9700;  z-index: 1;border: 1px solid #9b3500;}
.saffron::-webkit-scrollbar-thumb { height: 50px; background-color: #ffc027; border-radius: 3px;  z-index: 1;border: 1px solid #9b3500;}
.saffron::-webkit-scrollbar-corner { background-color: #000;  z-index: 1}
.saffron::-webkit-resizer { background-color: #666; z-index: 1}
.green::-webkit-scrollbar { width: 26px;height: 15px; z-index: 1}
.green::-webkit-scrollbar-button {  background-color: #1fea27;background-size: 100% 100%;    background-image: url("../images/rightarrow.png");  z-index: 1;border: 1px solid #0cab0c;}
.green::-webkit-scrollbar-button:decrement {  background-color: #1fea27;background-size: 100% 100%;    background-image: url("../images/leftarrow.png");  z-index: 1}
.green::-webkit-scrollbar-track-piece { background-color: #00fd00;  z-index: 1;border: 1px solid #0cab0c;}
.green::-webkit-scrollbar-thumb { height: 50px; background-color: #1fea27; border-radius: 3px;  z-index: 1;border: 1px solid #0cab0c;}
.green::-webkit-scrollbar-corner { background-color: #000;  z-index: 1;border: 1px solid #0cab0c;}
.green::-webkit-resizer { background-color: #666; z-index: 1}
.green::-moz-appearance-scrollbar { width: 26px;height: 15px; z-index: 1}
.green::-moz-scrollbar-button {  background-color: #1fea27;background-size: 100% 100%;    background-image: url("../images/rightarrow.png");  z-index: 1;border: 1px solid #0cab0c;}
.green::-moz-scrollbar-button:decrement {  background-color: #1fea27;background-size: 100% 100%;    background-image: url("../images/leftarrow.png");  z-index: 1}
.green::-moz-scrollbar-track-piece { background-color: #00fd00;  z-index: 1;border: 1px solid #0cab0c;}
.green::-moz-scrollbar-thumb { height: 50px; background-color: #1fea27; border-radius: 3px;  z-index: 1;border: 1px solid #0cab0c;}
.green::-moz-scrollbar-corner { background-color: #000;  z-index: 1;border: 1px solid #0cab0c;}
.green::-moz-resizer { background-color: #666; z-index: 1}
*/
@-moz-document url-prefix(http://),url-prefix(https://) {
scrollbar {
   -moz-appearance: none !important;
   background: rgb(0,255,0) !important;
}
thumb,scrollbarbutton {
   -moz-appearance: none !important;
   background-color: rgb(0,0,255) !important;
}

thumb:hover,scrollbarbutton:hover {
   -moz-appearance: none !important;
   background-color: rgb(255,0,0) !important;
}

scrollbarbutton {
   display: none !important;
}

scrollbar[orient="vertical"] {
  min-width: 15px !important;
}
}
.imagetitle
{
   text-align: center;
/*    margin-top: 15px;*/
}



/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SCROLLBAR LIGHT ***************/
 
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}
 
.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
 
.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi
    8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2
    VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaW
    VudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2
    Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMC
    UiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD
    0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdm
    c+);
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);
 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
 
.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
 
.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}
 
.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi
    8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2
    VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaW
    VudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2
    Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMC
    UiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD
    0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdm
    c+);
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);
 
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
 
/* scrollbar height/width & offset from container borders */
 
.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }
 
.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }
 
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
 
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }
 
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }