
.nav {
	font-family: "Sego UI", Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  text-align:center;
  /*height: 50px;*/
  /*line-height: 50px;*/
 
  /*padding: 0 10px;*/
  z-index: 3;
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  margin-bottom: 0px;    
  }
  .nav.show_hidden {
    /*box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/ }
  .nav.show_hidden .hidden {
    opacity: 1; display:block;
	}
  .nav .hidden {
    opacity: 0;
	/*display:none; ---- show/hide */
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
  .nav .nav_social {
    float: right; }
  .nav a {
    /*display: inline-block;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
	outline:0;
    /*padding: 0 10px;*/
    color: white;
    text-decoration: none;
    /*margin-right: 20px;*/
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out; }
    .nav a:hover {
      background-color: #444; }
	  
.nav_left{
	background-color: rgba(0, 112, 181, 0.8);
	background-image: url(../img/icon_nb2.png);
	background-repeat:no-repeat;
	background-position:20px 3px;
	background-size:60px auto;
	
	padding:1px !important;
  	width: 470px;	
  	list-style: none;
    height:50px;
  	float:right;
	}
.nav_left:hover{
	/*background-color: rgba(22, 156, 239, 0.8);*/
	}
	
.left_fix{
	height:130px !important;
}
.left_fix:hover{
	opacity:0.8}
.nav_right{
	background-color: rgba(139, 6, 141, 0.8);
	background-image: url(../img/icon_tv2.png);
	background-repeat:no-repeat;
	background-position:20px 3px;
	background-size:60px auto;	
	padding:1px !important;
  	width: 500px;
  	list-style: none;
  	height:50px;
	
	}
.nav_right:hover{
	/*background-color: rgba(189, 23, 191, 0.8);*/
	}
.right_fix{
	height:130px !important;
	width:470px !important;
}	
.right_fix:hover{
	opacity:0.8}
.nav_right img{
	width:100%;
}	
.nav_left img{
	width:100%;
}	
.nav_compare{
	background:#e3e3e3;
	line-height:36px;
	text-align:left;
	color:#000;
	font-size:14px;
	font-weight:400;
	padding:5px 0px 5px 0px;	
}
.nav_compare .btn_compare{
    display: block;
    float: right;
    padding: 2px 10px 2px 10px;
    margin: 5px 5px 0px 5px;
    border-radius: 6px;
    background: #09F;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.nav_compare .btn_compare:hover{ opacity:0.7;}
.nav_txt{
	position:absolute;
	float:left;
	margin:15px 0px 0px 90px;
	width:340px;
	color:#FFF;
	font-size:34px;
	font-weight:400;
	text-align:left;
	line-height:24px;
	/*text-shadow: 3px 2px 2px rgba(29, 36, 46, 0.35);*/
	
}




.anchor_offset {
	display: block; 
 	content: " "; 
  	height: 95px;      /* Give height of your fixed element */
    margin-top: -95px; /* Give negative margin of your fixed element */  	
    visibility: hidden; 
  }
  
  
  
/* play button on top*/
.thumbnail-play-4col::before {
  content: url(../img/thumbnail-play-button-4col.png);
  position: absolute;
  width: 306px;
  height: 178px;
  z-index: 1000;
}  

/*======learning-section========*/
/* line 400, ../scss/main.scss */
.block-box, .block-box-2 {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 12px 10px 20px 10px;
}
/* line 404, ../scss/main.scss */
.block-box h3, .block-box-2 h3 {
  text-align: center;
  color: #990000;
  margin-bottom: 0px;
  line-height: 35px;
  margin-top: 5px;
}
/* line 411, ../scss/main.scss */
.block-box h4, .block-box-2 h4 {
  text-align: center;
  height: 50px;
  display: block;
  font-size:18px;
}
/* line 416, ../scss/main.scss */
.block-box p, .block-box-2 p {
  height: 130px;
  display: block;
  font-size:14px;
}

/* line 425, ../scss/main.scss */
.block-box {
  height: 380px;
}

.block-box .play_small{
    float: left;
    height: 14px;
    margin-top: 20px;
    font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif !important;
}


.three_column_ul {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin: 0 auto 40px auto;
}
.three_column_ul ul {
  margin: 0;
  padding: 0;
}
.three_column_ul li {
  width: 33%;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0px;
  list-style: none;
}
.end_li {
	width: 34% !important;
  	margin-right: 0px !important;
}

.p_box{
	display:block;
	background:#e3e3e3;
	padding:2px 10px 15px 10px;
	line-height:16px;
	word-wrap:break-word;
	font-size:13px;
	color:#222;
}

.mobile_menu{
	display:block;
	width:100%;
	height:36px;
	background:#333;
}
.menu_item{
	text-align:center;	
	background:#333;
	color:#FC0;
	line-height: 36px;
	font-size:14px;
}
a .menu_item{
	background:#666;
	color:#fff;
}
a .menu_item:hover{
	background:#999;

}
.delivery_opt{
	 font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif !important;
	display:block;
	height:20px;
	background:#000;
	color:#fff;
	font-size:11px;
	line-height:20px;
	text-align:right;
	padding:2px 10px 2px 10px;

}