/* Custom Stylesheet */
	      body, html {
	          height: 100%;
			  width: 100%;
	          margin: 0;
	          -webkit-font-smoothing: antialiased;
	          font-weight: 100;
			  /* main background color */
			  background: #052869;
/*
#262216
#49412c
#97743a
#b0a18e
*/			  
			  /*background-image: url("../bg.jpg");*/
			  
	          text-align: center;
	          font-family: helvetica;  
	      }
/*		  .container{
			  align: center;
		  }
*/		  


	      .tabs input[type=radio] {
	          position: absolute;
	          top: -9999px;
	          left: -9999px;
	      }
		  
	      .tabs {
			/* width of content was 1650 */
	        width: 1550px;
	        float: none;
	        list-style: none;
	        position: relative;
	        padding: 0;
	        margin: 75px auto;
	      }
		  
		  /* lab layout */
	      .tabs li{
	        float: left;
	      }
		  
		  /* tab */
	      .tabs label {
			  /*width: 100%;	*/
	          display: block;
	          padding: 10px 20px;
	          border-radius: 2px 2px 0 0;
	          /*color: #08C;*/
	          font-size: 24px;
	          font-weight: normal;
	          font-family: 'Roboto', helveti;
	          background: rgba(255,255,255,0.2);
	          cursor: pointer;
	          position: relative;
	          top: 3px;
	          -webkit-transition: all 0.2s ease-in-out;
	          -moz-transition: all 0.2s ease-in-out;
	          -o-transition: all 0.2s ease-in-out;
	          transition: all 0.2s ease-in-out;
			  /* selected tab bottom color same as the selected tab */
			  border-bottom-color:#08C;
			border-style:solid;
			border-width:2px;	
	      }
		  
		  /* hover tab */
	      .tabs label:hover {
	        background: rgba(255,255,255,0.5);
	        top: 0;
	      }
		  
		  /* current selected tab text & background color */
	      [id^=tab]:checked + label {
	        background: #08C;
	        color: white;
	        top: 0;
			z-index: 2;
	      }
	      
		  /* shows content for current selected tab */
	      [id^=tab]:checked ~ [id^=tab-content] {
	          display: block;
	      }
		  
		  /* selected content */
	      .tab-content{
	        z-index: 1;
	        display: none;
	        text-align: left;
	        width: 100%;
	        font-size: 30px;
	        line-height: 110%;
	        padding-top: 10px;
	        background: #08C;
	        padding: 15px;
	        color: white;
	        position: absolute;
	        top: 51px;
			/* top: 53px; */
	        left: 0;
	        box-sizing: border-box;
	        -webkit-animation-duration: 0.5s;
	        -o-animation-duration: 0.5s;
	        -moz-animation-duration: 0.5s;
	        animation-duration: 0.5s;
			/* selected content border color */

			border-bottom-color:#ffffff;
			border-style:solid;
			border-width:2px;
	      }
		  
		  /*background: #aadfeb;  4249a3 031640 052869    841b2c*