﻿body {
    }
 .active1
 {
     color:white !important;
     }
 .section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
/*.......................................five div.................................*/
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 15.72%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
}
/*...............................end.....................................*/


.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 2% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
.text ul li a
{
    color:rgb(228,182,34);
    }
 .text ul li a:hover
    {
        text-decoration:none;
	color: #ffffff;
	-webkit-transition:0.9s;
        }
.text ul
{
    margin:4% 5%;
    padding-left:10%;
    }
 .text ul li
 {
     color:white;
     list-style-type:circle;
     }
 .Time
 {
     float:left;
     width:28%;
     padding:0 2%;
     border:2px solid red;
     height:210px;
     }
  .Sub-Item
  {
      margin:10px 0 10px -5%;
      color:Yellow;
      font-size:18px
      
      }
  .Sub-Item li
  {
      font-size:15px;
      list-style-type:disc;
      }
  .note
  {
      color:White;
       margin:0 5%;
      line-height:20px;
      font-size:16px;   
      }
 .parts
 {
     background-color:rgb(228,182,34);
     padding:2% 2%;
     }
  .Item_name 
  {
      color:Yellow !important;
      margin-left:5%;
      }