/*  -----------------------Header----------------------- */

.clearfix:after { /* apply this to any parent to clear floated children */
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.layerx-inner-ad{
width:85%;
text-align: center;
margin: 70px auto 70px auto;	
}

.layerx-inner-quote{
width:35%;
text-align: center;
margin: 10px auto 10px auto;	
}

.layerx-inner-quote img{
width:85%;
text-align: center;
margin: 0 auto 0 auto;		
}

.box-email {
    margin: 20px 0px 15px 20px;
    width: 90%;
    padding: 65px 3% 15px 3%;
    border: dotted 1px #cccccc;
    color: #000000;
    background: #f2f2f2 url(https://www.inglesnegocios23.com/images/bg-email.jpg) no-repeat;
}

.site-header{
position: relative;
    background: #3399cc;
    border-bottom: solid 1px #006699;
    box-shadow: 0px 3px 7px #666;
width: 100%;
z-index: 10000;
top: 0px;
/*height: 50px;*/
left: 0px;
}
.header-logo {
float: left;
height: 50px;
text-align: left;
width: 70%;
}
.header-logo img {
    height: 40px;
    margin: 6px 0px 10px 15px;
}
.header-menu {
    float: right;
    width: 20%;
    text-align: right;
    background: rgba(97, 98, 99, 0.94);
    padding: 0px 15px 0px 0px;
    line-height: 40px;
    font-size: 45px;
    height: 50px;
}
.header-menu:hover {
cursor: pointer;
background: rgba(179, 182, 185, 0.9);
}

.header-menu p  {
    display: inline-block;
    margin: 2px 0px 0px;
}

.site-nav {
background: #666666;
}

.site-nav a {
    display:block;
    padding: 0.5em 12px;
    line-height:1.2em;
    color:#fff;
    text-decoration: none;  
}

.site-nav a:hover {
color:#adb7bb;
    text-decoration: none;
background-color: #010101;	
}
	

.site-nav ul > li:hover ul {
    display:block;
    opacity:1;
    filter:alpha(opacity=100);
}


/*----------end---------------*/



ul.conversation, ul.conversacion {
	list-style-type: none;
}

ul.conversation li, ul.conversacion li {
margin-bottom: 10px;
padding: 5px;
}

ul.conversation li:nth-child(even), ul.conversacion li:nth-child(even) {
        background: #ffffff !important;
		    color: #8b8585;
    font-style: italic;
      }


ul.conversation li:nth-child(even) li::marker, ul.conversacion li:nth-child(even) li::marker {
        color: red;
      }

ul.conversation li::marker {
  content: "\f007"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free";
  /*font-size: var(--icon-size);*/
  padding-right: 5px;
}

ul.conversacion li::marker {
  content: "\f007"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-size: var(--icon-size);
}

/*
ul.conversation li:before, ul.conversacion li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    font-weight: 700;
}
*/

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


.css-hide {
display:none !important;
}	

.vid-grade {
    /*background: #f10ba6;*/
    padding: 1px 4px;
    font-weight: 700;
    color: #f1f1f1;
}	
	
/* colours for the levels */

.a1 {
background: #f10ba6 !important;
}	

.a2 {
background: #f10ba6 !important;
}

.b1 {
background: #71b7eb !important;
}

.b2 {
background: #71b7eb !important;
}

.c1 {
background: #81c474 !important;
}

.c2 {
background: #81c474 !important;
}
	
.sub-red{
color: yellow;
font-weight: 200;
background-color: red;
}	

.member-colour {
/*background: #ccc;	*/
}

.conversation-top {
border-top: solid 2px #eee;
border-bottom: solid 2px #eee;
height: 165px;
color: #666;
}

.conversation-phrase {
padding: 10px 15px;
margin: 20px 0px 0px 0px;
}

.conversation-phrase p {
display: inline-block;
background: #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
padding: 5px 10px;
margin: 0px 0px 0px 80px;
}

.conversation-icon-1 {
background: url('/images/be23-sprites.png') no-repeat 0px 0px;
}

.conversation-icon-2 {
background: url('/images/be23-sprites.png') no-repeat 0px -170px;
}

.conversation-top h5{
font-weight: 600;
font-size: 20px;
margin: 6px 0px 10px 0px;
color: #010101;
}

.conversation-top img{
float: left;
margin: 0px 15px 0px 0px;
}

button {
    font-size: 18px;
    border-radius: 0.3em;
    padding: 0.2em 0.4em;
}

.text-number-high {
font-size:0.5em;
vertical-align: super;
}	

.save-container-float {
float: left;
border: solid 1px #ccc;
padding: 3px;
margin: 3px;
}

.save-para {
float: left;
}


.save-container-nofloat {
clear: both;
width: 95%;
border: solid 1px #ccc;
padding: 5px 10px 8px 10px;
margin: 10px 3px 0px 3px;
}

.deletediv{
width: 94%;
padding: 10px 2% 10px 2%;
background: #efc5c5; 
border: dotted 2px #ccc;	
}

#deletediv_container_vocab{
display: none;	
}

#deletediv_container_video{
/*display: none;*/	
}	

.user_saved_stuff {
width: 94%;
padding: 10px 2% 10px 2%;
background: #eee; 	
margin: 5px 0px 5px 0px;
}

.user_saved_stuff_break {
clear: both;
}

.user-left-box {
width: 30%;
float: left;
padding: 5px 0px 5px 0px;
margin: 7px 0px 0px 0px;
}

.user-left-box img{
float: left;
margin: 0px 15px 5px 0px ;
border: solid 1px #f7f7f7;
}

.user-left-box h6{
color: #ffffff;
font-size: 15px;
font-weight: 600;
margin: 0px 0px 0px 0px;
}

.user-left-box p{
margin: 0px 0px 0px 0px;
}

.user-right-box {
    float: right;
    margin: 0px 0px 0px 0px;
    width: 40%;
    text-align: right;
    padding: 0 10px 0 0;
}

#user-hidden {
display: block;
}


.layer2-text button{
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
}

.layer2-text button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}

.layer2-text button:active {
	position:relative;
	top:1px;
}

#myAjaxdic .info {
display: none;
}

#myAjaxdic .examp {
display: inline-block;
width: 80%;
margin: 7px 0px 5px 20px;
}

#myAjaxdic h1, #myAjaxdic h2 {
font-size: 20px;
padding: 0px;
margin: 20px 0px 10px 0px;
}

.video-search-box img {
float: left;
margin: 0px 10px 0px 0px;
}

.video-search-box{
position: relative;
width: 100%;
padding:3px 0px 10px 0px;
border-bottom: dotted 1px #eee;   
margin: 10px 0px 0px 0px;
}

.video-search-showvid{
clear: both;
position: relative;
margin: 10px 0px;
/*padding:3px;*/
}


.video-wrapper {
position: relative;
margin: 20px 0px;	
width: 100%;	
padding-bottom: 56.25%; /* 16:9 */	
}	


.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.myAjaxdotted {
position: relative;
width: 90%;
min-height: 50px;
background: #ffffff;
border: dashed 1px #666;
padding: 15px;
margin: 20px 0px;
}

.myAjaxdotted h4{
position: relative;
display: block;
width: 96%;
background: #3399cc;
color: #ffffff;
margin: 2px 0px 20px 0px;
padding: 6px;
font-size: 20px;
}

/*
#myAjaxdic, #myAjaxvid {
position: relative;
width: 90%;
min-height: 50px;
background: #ffffff;
border: dashed 1px #666;
padding: 15px;
margin: 20px 0px;
}

#myAjaxdic h4, #myAjaxvid h4{
position: relative;
display: block;
width: 96%;
background: #3399cc;
color: #ffffff;
margin: 2px 0px 20px 0px;
padding: 6px;
font-size: 20px;
}
*/

/*-----------Video player styles ----------*/
/*
#cwrapper {
background: brown;  
  position: relative;
  top: 0px;
}
*/

#cwrapper { 
  position: relative;
  top: 0px;
}

.layer-2-video-container{
position: relative;
margin: 0px 0px 0px 20px;
width: 940px;
height: 380px;
z-index: 8;
}


.layer-2-video-nav{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 40px;
padding-bottom: 10px;
}

.layer-2-video-nav ul{
list-style-type: none;
padding: 0px;
margin: 0px;
}

.layer-2-video-nav li{
display: inline;
list-style-type: none;
/*margin: 0px 10px 0px 0px;*/
float: right;
}



#scroll-up {
float: right;  
width: 40px;
height: 40px;
background: url('images/be23-icons.png') -20px -120px no-repeat;
border: none;
margin: 0px 20px 0px 0px;
}

#scroll-down {
float: right;
width: 40px;
height: 40px;
background: url('images/be23-icons.png') -100px -120px no-repeat;
border: none;
margin: 0px 20px 0px 0px;
}


.layer-2-video-video-inner {
    position: relative;
    padding-top: 56.25%;
}

.layer-2-video-video iframe{
width: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%!important;
}

.v2-video-container-inner {
width: 1500px;
height: 1000px;
position: absolute;
background: #111111;
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}



.v2-video-nav ul{
list-style-type: none;
padding: 0px;
margin: 0px;
}

.v2-video-nav li{
display: inline;
list-style-type: none;
/*margin: 0px 10px 0px 0px;*/
float: right;
}



.v2-video-nav button {
	background-color:#ededed;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}






.layer-2-video-move{
font-size: 18px;
position: absolute;
width: 96%;
height: 1200px;
padding: 50px 2% 0px 2%;
left: 0px;
top: 0px;
z-index: 8;
color: #f7f7f7;
background-color: #282828;
}


.layer-2-video-header {
position: absolute;
z-index: 15;
height: 40px;
width: 100%;
top: 0px;
left: 0px;
background-color: #111111;
border-bottom: solid 1px #666;
box-shadow: 0px 2px 4px #111111;
}

.layer-2-video-header h4{
margin: 10px 0px 0px 20px;
color: #ffffff;
font-weight: 600;
}

.layer-2-video-move-inner{
color: #ccc;
position: relative;
width: 100%;
padding: 5px 0px;
z-index: 8;
border-bottom: solid 1px #666666;
/*background: #484848;*/
margin: 0px 0px 0px 0px;
}

.layer-2-video-move-inner p{
width: 100%;
margin: 0px;
margin-left: 0px;
padding-top: 3px;
}


.layer-2-video-ad-left{
width: 80%;
}

.layer-2-video-ad-right{
width: 15%;
}


.layer-2-video-footer{
position: absolute;
left: 0px;
top: 450px;
width: 100%;
height: 40px;
color: #ffffff;
font-size: 9px;
}


/*-------------general styles --------------------*/

body {
background: #e4e4dc;
margin: 0px;
padding: 0px;
font-family: "Open Sans", sans-serif;
/*text-rendering: optimizeLegibility;*/
}

h1, h2, h3, h4, h5 {
color: #68534c;
font-weight: 300;
}

a {
color: orange;
}

a img {
border: none;
}

/*-------for advanced player -----*/
.important {
background: #3d3c3c;
}
.blue {
color: red;
}


/*-------the layers -----*/

.layer1 {
position: fixed;
width: 100%;

height: 45px;
background: #3399cc;
border-bottom: solid 1px #006699;
box-shadow: 0px 3px 7px #666;
z-index: 30;
}



.filler-layer2 {
position: relative;
width: 100%;
min-width: 1450px;
height: 45px;
}

.layer3 {
width: 100%;
/*border-top: solid 7px #e8ebed;*/
padding-top: 70px;
}



.index-layer2 {
position: relative;
width: 100%;
}


.index-layer3 {
width: 100%;
min-width: 1450px;
background: #ffffff;
padding: 30px 0px 0px 0px;
}
.index-layer4 {
width: 100%;
min-width: 1450px;
background: #f7f7f7;
padding: 30px 0px 0px 0px;
}

.footer {
width: 100%;
border-top: solid 3px #666666;
background: #333333;
z-index: 14;
}

.foto-front {
background: url('/images/be23-main-lounge-2500x600.jpg');
}

/*----simpler to do these as inline styles------*/

.foto-marketing {
background: url('/images/be23-m-marketing.jpg');
}

.foto-finance {
background: url('/images/be23-m-finance.jpg');
}

.foto-internet {
background: url('/images/be23-m-internet.jpg');
}

.foto-human-resources {
background: url('/images/be23-m-human-resources.jpg');
}

.foto-management {
background: url('/images/be23-m-management.jpg');
}





/*-------common inner -------*/

.layerx-inner {
position:relative;
overflow: hidden;
z-index: 3;
padding: 0px 0px 30px 0px;
}

.layerx-inner-nopad {
position:relative;
width: 1250px;
margin-left: 5%;
overflow: hidden;
z-index: 3;
}







/*-------layer2index image -------*/

.layer2-image{
position: relative;
width: 90%;
height: 500px;
/*border: solid 1px red; */
z-index: 4;
}

.layer2-right-bot {
position: absolute;
z-index: 8;
left: 35px;
bottom: 20px;
height: 120px;
width: 300px;
}

.layer2-right-bot-inner {
position: absolute;
z-index: 12;
left: 20px;
top: 0px;
height: 120px;
width: 340px;
}

.layer2-right-bot-inner h3{
color: #ffffff;
font-weight: 600;
}

.layer2-right-bot-trans {
background: #010101;
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
position: absolute;
z-index: 7;
left: 0px;
top: 0px;
height: 120px;
width: 340px;
}


.layer2-text p, .layer2-text h1{
font-weight: 600;
color: #f7f7f7;
display: block;
padding: 5px 12px;
margin: 0px 0px 5px 0px;
background: #333333;
}


.layer2-text p.darkpara a {
display: inline-block;
height: 100%;
color: #ffffff;
text-decoration: none;
}


.layer2-text h1 {
font-size: 2.1em;
}

.layer2-text p {
font-size: 1.4em;
}


/*------LAYERS 3 AND 4 INDEX STYLE -----------*/

.image-list{
float: left;
margin: 0px 20px 0px 0px;
}


/*-------main left content area -------*/




.layer3-big-content h2, .layer3-left-content h2{
/*
font-size: 30px;
*/
font-size: 1.4em;
position: relative;
display: block;
width: 100%;
/*height: 45px;*/
background: #ffffff;
padding: 6px 0px;
margin: 35px 0 4px 0;
border-bottom: 1px #ccc solid;
}


.layer3-left-content ul {
    margin: 10px 0px 10px 20px;
    width: 83%;
    padding: 15px 15px 15px 15px;
    border: dotted 1px #cccccc;
    border-left: solid 4px #8accc1;
    background-color: #f2f2f2;
}


.layer3-left-content li {
    margin: 0px 0px 5px 40px;
}

.layer3-left-content table {
    margin: 20px 0 20px 0;
}

.layer3-left-content table td {
    background:#f1f1f1;
}

.video-subs-time {
    font-size: 0.7em;
    color: #ccc;
    margin-right: 10px;
}

.layer3-left-intro {
position: relative;
margin: 0px;
background: #e6e6e6;
padding: 15px 10px 15px 10px;
}

.layer3-left-intro h1{
font-size: 45px;
line-height: 48px;
text-transform: uppercase;
font-weight: 600;
margin: 10px 0px 10px 0px;
}

p.bread-para a, .layer2-front-show a, #site-nav a {
display: inline-block;
text-decoration: none;
padding: 2px 7px;
margin: 5px;
color: #f7f7f7;
-moz-border-radius: 3px;
border-radius: 3px;
background: #666666;
}

.col-marketing{
background: orange !important;
}

.col-finance{
background: red !important;
}

.col-management{
background: #666666 !important;
}

.col-youtubeclasses, .col-class{
background: #ccc !important;
}

.col-hr, .col-human-resources{
background: blue !important;
}

.col-internet{
background: green !important;
}

.breadlink-home {
background: #333333 !important;
}

.breadlink-section {
background: orange !important;
}

/*---------list boxes-------*/

/*
.layer3-left-listbox {
position: relative;
width: 650px;
height: 140px;
margin: 10px 0px 10px 0px;
background: #f7f7f7;
padding: 15px 10px 15px 10px;
}
*/


.layer3-left-listbox h3{
display: block;
border-bottom: solid 1px #ccc;
background: #ffffff;
padding: 5px;
margin: 0px;
font-size: 1.1em;
}

.layer3-left-listbox img{
width: 100%;
}

.layer3-left-listbox p{
padding: 2px 7px 8px 7px;
    margin: 7px 2px 7px 0px;
    color: #f1f1f1;
    display: block;
}

.layer3-left-listbox-inner {
position: relative;
width: 100%;
background: #333333;
font-size: 12px;
}

.layer3-left-listbox a.bluebut{
display: inline-block;
background: #3399cc;
padding: 5px 5px 5px 5px;
margin: 8px 10px 10px 0px;
float: right;
color: #ffffff;
text-decoration: none;
font-size: 0.75em;
}





/*---------boxes at end-------*/

.layer3-left-content-half {
float: left;
width: 367px;
height: 220px;
background: #f5f5f5;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 3px 5px 7px #666666;
overflow: hidden;
margin: 0px 20px 0px 0px;
}

.layer3-left-content-half h5, .layer3-right-content h5{
display: block;
width: 100%;
font-size: 20px;
font-weight: 400;
margin: 0px;
padding: 10px;
height: 30px;
background: #ffffff;
}



/*---------right content --------*/

.layer3-big-content {
width: 1100px;
height: 470px;
margin: 0px 0px 30px 0px;
background: #f5f5f5;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 3px 5px 7px #666666;
overflow: hidden;
}


/*---------right content --------*/



.layer3-right-content h5{
margin: -15px 0px 20px -15px; /*to counter the padding in div */
width: 120%;
}

.layer3-right-content h6{
display: inline-block;
padding: 10px 0px 0px 0px;
margin: 10px 0px 10px 0px; /*to counter the padding in div */
font-size: 16px;
width: 100%;
clear: both;
}

.layer3-right-content img{
float: left;
margin: 0px 10px 0px 0px;
}

.layer3-container-channel-image {
float: left;
overflow: hidden;
width: 30%;
margin: 0 2% 0 0;
}

.layer3-container-channel-image img{
width: 100%;
}

.layer3-container-channel-text {
 width: 65%;
    float: right;
    margin: 0 3% 0 0;
}

.layer3-breaker {
clear: both;
width: 100%;
height: 20px;

}


.footer-thirds h6{
color: #ffffff;
font-size: 12px;
line-height:14px;
padding: 0px 0px 15px 0px;
}

/* button */

.userbut_vocab, .userbut_sub {
    background-color: #fe1a00;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d83526;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 4px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #b23e35;
    margin: 0 10px 0 1px;
}.userbut_vocab:hover, .userbut_sub:hover {
	background-color:#ce0100;
}.userbut_vocab:active, .userbut_sub:active {
	position:relative;
	top:1px;
}

.facebook_but {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:bold;
	padding:8px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
}.facebook_but:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.facebook_but:active {
	position:relative;
	top:1px;
}


/* ------------------------------- COMPUTER AND IPAD -----------------------------------*/
@media all and (min-width: 981px) {


/*----header---*/
.header-menu {
display: none; /* hide hamburger*/
}


.site-nav {

}
.site-nav ul {
    *zoom:1;
    list-style:none;
    margin:0;
    padding:0;
    display: block;
    position: relative;   
}
.site-nav ul > li {
    display: inline-block;
    position: relative;
    list-style: outside none none;
    margin: 0px;
    background-color:rgba(46,56,60,0.8);
    /*border-bottom: 1px #f1f1f1 dotted;*/
}
.site-nav li ul {
    position:relative;
    width: 100%;
    left:0;
    /*top:36px;*/
    z-index:1;
    display: none;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:200ms ease;
    -moz-transition:200ms ease;
    -o-transition:200ms ease;
    transition:200ms ease;
    background: red;
}
.site-nav li ul li {
    width: 100%;
}

/*--end---*/	
	
	.v2-video-container{
position: relative;
margin: 0px 0px 0px 20px;
width: 990px;
height: 490px;
z-index: 8;
overflow: hidden;
}

.v2-video-nav{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 40px;
padding-bottom: 10px;
}
	
.layer-2-video-video{
position: absolute;
width: 480px;
height: 295px;
left: 0px;
top: 40px;
z-index: 8;
background-color: black;
}	

.layer-2-video-text{
position: absolute;
width: 510px;
height: 295px;
left: 480px;
top: 40px;
z-index: 8;
background-color: #282828;
/*overflow: hidden; */
overflow: hidden;
}

.layer-2-video-ad{
position: absolute;
left: 0px;
top: 340px;
width: 100%;
height: 90px;
padding: 10px;
background: #111111;
color: #ffffff;
display: flex;
}
	
	.layer1{
min-width: 1450px; /* needed as content with two columns in layer3 needs a min widht otherwise float breaks */		
}

	.layerx-inner{
		width: 1250px;
margin-left: 5%;
}

/*-------layer1 -------*/

.layer1 p {
margin: 3px 0px 0px 0px;
line-height: 35px;
}

.layer1 img {
float: left;
vertical-align: middle;
margin: 0px 100px 0px -20px;
}

.layer1 a {
float: left;
display: inline-block;
text-decoration: none;
color: #66ccff;
padding: 0px 0px 0px 20px;
}

.index-layer2 {
min-width: 1450px;
height: 575px;
}

.layer2-text {
position: absolute;
top: 100px;
left: 30px;
width: 400px;
height: 400px;
/*margin: 30px 0px 0px 30px;*/
z-index: 6;
}

.layer3-left {
float: left;
width: 780px;
margin: 0px 30px 0px 0px;
font-size: 17px;
line-height: 24px;
font-weight: 500;
}

.layer3-left-content {
position: relative;
width: 720px;
margin: 0px 25px 20px 0px;   /*right margin here to match right margins in half content boxes */
padding: 20px 20px;
background: #ffffff;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 3px 5px 7px #666666;
overflow: hidden;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 10px;
}

.layer3-container-channel {
margin: 5px 5px 5px 5px;
background: #ffffff;
padding: 0px 0px 0px 0px;
overflow: hidden;
border: solid 1px #ccc;
-moz-border-radius: 5px;
border-radius: 5px;
color: #010101;
font-size: 12px;
}

   

.layer3-left-listbox {
margin: 5px 5px 5px 5px;
background: #ffffff;
padding: 0px 0px 0px 0px;

overflow: hidden;
border: solid 1px #ccc;
-moz-border-radius: 5px;
border-radius: 5px;
}

.layerx-inner-short {
position:relative;
width: 1000px;
margin-left: 5%;
overflow: hidden;
z-index: 3;
padding: 0px 0px 20px 0px;
}

.layerx-inner-short img{
float: left;
margin: 0px 20px 0px 20px;
}

.layer-member {
width: 100%;
min-width: 1450px;
height: 80px;
padding: 10px 0px 5px 0px;
background: #222222;
color: #f7f7f7;
}

.layer3-right {
display: inline-block;
width: 310px;
margin: 0px 40px 0px 0px;
/*background: blue;*/
}

.layer3-right-content {
position: relative;
width: 290px;
/*height: 220px;*/
margin: 0px 0px 30px 0px;
background: #f5f5f5;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 3px 5px 7px #666666;
overflow: hidden;
padding: 15px;
}

.footer {
min-width: 1450px;
}

.footer-thirds {
color: #cccccc;
float: left;
font-size: 12px;
line-height:14px;
width: 350px;
margin: 30px 25px 10px 0px;
padding: 0px 0px 15px 0px;
}

}

/* -------------------------------------------IPHONE --------------------------------*/


@media all and (max-width: 980px) {
	
/*----header----*/	
.site-nav {
display: none;
}
.site-nav ul {
    *zoom:1;
    list-style:none;
    margin:0;
    padding:0;
    display: block;
    position: relative;   
}
.site-nav ul > li {
    width: 100%;
    display: block;
    position: relative;
    list-style: outside none none;
    margin: 0px;
    background-color:rgba(46,56,60,0.8);
    border-bottom: 1px #f1f1f1 dotted;
}
.site-nav li ul {
    position:relative;
    width: 100%;
    left:0;
    /*top:36px;*/
    z-index:1;
    display: none;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:200ms ease;
    -moz-transition:200ms ease;
    -o-transition:200ms ease;
    transition:200ms ease;
    background: red;
}
.site-nav li ul li {
    width: 100%;
}	

/*---end headre--*/	
	
.v2-video-container{
position: relative;
margin: 0px 0px 0px 0px;
width: 100%;
min-height: 250px;
z-index: 8;
overflow: hidden;
}

.v2-video-nav{
position: relative;
left: 0px;
top: 0px;
width: 100%;
height: 40px;
padding-bottom: 10px;
}

/*
.layer-2-video-video{
position: relative;
width: 100%;
padding-bottom: 56.25%;
z-index: 8;
background-color: black;
}


.layer-2-video-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/


.layer-2-video-text{
position: relative;
width: 100%;
height: 295px;
z-index: 8;
background-color: #282828;
/*overflow: hidden; */
overflow: hidden;
}

.layer-2-video-ad{
position: relative;

width: 100%;
height: 90px;
padding: 10px;
background: #111111;
color: #ffffff;
}

	.layer1{
min-width: 200px; /* needed as content with two columns in layer3 needs a min widht otherwise float breaks */		
}	
	
	.layerx-inner{
		width: 98%;
margin: auto;
}	

/*-------layer1 -------*/

.layer1 p {
margin: 3px 0px 0px 0px;
line-height: 35px;
}

.layer1 img {

max-width:100%; /* of the a width */

}

.layer1 a {
display: inline-block;
vertical-align: middle;
text-decoration: none;
color: #66ccff;
padding: 0px 0px 0px 20px;
max-width:30%;
}

.layerx-inner-short {
position:relative;
width: 98%;
margin-left: 1%;
overflow: hidden;
z-index: 3;
padding: 0px 0px 20px 0px;
}

.layerx-inner-short img{
width: 50px;
height: 50px;
float: left;
margin: 0px 10px 0px 0px;
}

.index-layer2,.index-layer3 ,.index-layer4  {
min-height: 200px;
min-width: 200px;
}

.layer2-text {
position: absolute;
top: 80px;
left: 10%;
width: 80%;
/*margin: 30px 0px 0px 30px;*/
z-index: 6;
}

.layer3-left {
float: left;
width: 100%;
font-size: 17px;
line-height: 24px;
font-weight: 500;
}

.layer3-left-content {
    position: relative;
    width: 94%;
    margin: 0px auto 20px auto;
    padding: 20px 3%;
    background: #ffffff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}



.grid-container {
display: block; 
}

.layer3-left-listbox {
width: 98%;
min-height: 200px;
background: #ffffff;
padding: 0px 0px 0px 0px;
color: #ffffff;
overflow: hidden;
border: solid 1px #ccc;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 15px auto;
}

.layer3-container-channel {
width: 98%;
min-height: 200px;
background: #ffffff;
padding: 0px 0px 0px 0px;
color: #ffffff;
overflow: hidden;
border: solid 1px #ccc;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 15px auto;
}

.layer3-right {
display: inline-block;
margin: 0px 0px 0px 0px;
/*background: blue;*/
}

.layer3-right-content {
position: relative;
margin: 0px 0px 30px 0px;
background: #f5f5f5;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
padding: 15px;
}

.layer-member {
width: 100%;
min-width: 200px;
height: 60px;
padding: 10px 0px 5px 0px;
background: #222222;
color: #f7f7f7;
font-size: 0.8em;
}

.footer-thirds {
color: #cccccc;
font-size: 12px;
line-height:14px;
width: 89%;
margin: 10px 5% 10px 5%;
padding: 0px 0px 15px 0px;
}
	
}
