/* SMARTPHONES AND SMALL TABLETS */
@media only screen 
  and (max-width: 920px) { 

/* General wrapper with total width and centered */
#wrapper {
	width: 100%;	/*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #ffffff;
	overflow:hidden;
}
/* Column container */
.colMask {
	clear:both;
	margin: 0 auto; /*Center container on page*/
	width:96%;
	position:relative;
}

/* Common column settings */
.col1 {
	float:left;
	position:relative;
	width: 100%;
	padding:0 0 .8em 0;	/* no left and right padding on columns, we just make them narrower instead 
							only padding bottom is included here, make it whatever value you need */
	overflow:hidden; 		/* in case tables go outside and interfere with menus */
}
.col2 {
	display:none;
	overflow:visible;
	position:absolute;
	top: -271px;
	margin-left:100%;
	background-color: #FFF;
	border-left: 1px dashed #8BAABF; 
	border-right: 1px dashed #8BAABF; 
	border-bottom: 4px solid #8BAABF; 
	z-index: 1000;
	padding:0 0 .8em 0;	/* no left and right padding on columns, we just make them narrower instead 
							only padding bottom is included here, make it whatever value you need */
}

/* No Columns (like in noMenu) narrow settings */
.noCol {
	background:#fff;		/* right column background colour */
}

/* Footer styles */
#footer {
	clear:both;
	padding:1em 0em;
	border-top: 1px solid #8BAABF;
	background-color: #FFF;
	margin: 0 auto; /*Center container on page*/
	width: 600px;
}

/* MENUS */
div.sideThing {
	font-size: 15px !important;
}
.sideMenu ul {
	width: 200px !important;
}
.sideMenu a {
	background-position:2px .5em !important;
}
#lessonMenu {
	width:200px;
	z-index: 10000;
	position:relative !important;
	font-size: 18px !important;
	background-color: #FFF;
	background-image: none !important;
}

/* HOME IMAGES */
.homeImage {
	width: 250px !important;
}

}

/* ALL THE REST */
@media only screen 
  and (min-width: 921px) { 

/* General wrapper with total width and centered */
#wrapper {
	width: 930px;	/*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
/* Column container */
.colMask {
	clear:both;
	float:left;
	width:100%;				/* width of page */
	margin-bottom: 10px;	/* for footer separation */
	position:relative;
}
/* Common column settings */
.colRight,
.colLeft {
	float:left;
	width:100%;				/* width of page */
	position:relative;
}
.col1,
.col2 {
	float:left;
	position:relative;
	width:100%;
	box-sizing: border-box;
	padding:0 0 .8em 0;	/* no left and right padding on columns, we just make them narrower instead 
							only padding bottom is included here, make it whatever value you need */
}
.col1 {
	overflow:hidden; /* in case tables go outside and interfere with menus */
}
/* 2 Column settings */
.twoCol {
	background:#fff;		/* right column background colour */
	border-right: 1px dashed #8BAABF; 
}
.twoCol .colLeft {
/*	right:75%;				 right column width */
	right:721px;
	border-right: 1px dashed #8BAABF; 
}
.twoCol .col1 {
/*	width:71%;				 right column content width (left column width minus left and right padding) */
	width:700px;
/*	left:102%;				 (right column width) plus (left column left padding) */
	left:940px;
	padding-left:1px;
}
.twoCol .col2 {
/*	width:21%;				 left column content width (column width minus left and right padding) */
	width:200px;
/*	left:6%;				 (right column left and right padding) plus (left column left padding) */
	left:20px;
	overflow: visible;		/* needed for absolute positioned menu in IE6 */
	background:#fff !important;		/* left column background colour 
/*	background-image: url(/images/bg.gif); */
	background-repeat:repeat;
	margin-left:0% !important;	/* to reset sliding menu when resizing */				
	border-bottom: 4px solid #8BAABF; 
}

/* 2 Column - Lesson narrow settings */
.lessonCol {
	background:#fff;		/* right column background colour */
	border-left: 1px dashed #8BAABF; 
}
.lessonCol .colLeft {
/*	right:25%;				 right column width */
	right:170px;
	background-color: transparent;		/* to see border of lessonCol */
	border-right: 1px dashed #8BAABF; 
}
.lessonCol .col1 {
/*	width:71%;				 left column content width (left column width minus left and right padding) */
	width:740px;
/*	left:27%;				 (right column width) plus (left column left padding) */
	left:170px;
	padding-left: 10px;
	padding-right: 10px;
}
.lessonCol .col2 {
/*	width:21%;				 right column content width (right column width minus left and right padding) */
	width: 160px;
/*	left:31%;				 (right column width) plus (left column left and right padding) plus (right column left padding) */
	left: 189px;
	padding-left: 10px;
	overflow: hidden; /* needed for IE8 */
	margin-left:0% !important;	/* to reset sliding menu when resizing */				
}

/* No Columns (like in noMenu) narrow settings */
.noCol {
	background:#fff;		/* right column background colour */
	border-right: 1px dashed #8BAABF; 
	border-left: 1px dashed #8BAABF; 
}
.noCol .col1 {
	padding-left: 10px;
	padding-right: 10px;
}
/* Footer styles */
#footer {
	clear:both;
	padding:1em 1em;
	border-top: 1px solid #8BAABF;
	background-color: #FFF;
}

/* MENUS */
div.sideThing {
	font-size: 12px !important;
}
.sideMenu ul {
	width: 160px !important;
}
.sideMenu a {
	background-position:2px .3em !important;
}
#lessonMenu {
	width: 160px;
	z-index: 10000;
	font-size: 12px !important;
	background-color: #FFF;
	background-image: none !important;
}

/* HOME IMAGES */
.homeImage {
	width: 350px !important;
}

}





/* New menu fonts (menus.css)*/
div.sideThing { /* container for side items, menus ... */
/*	background-color: #F3F3F3;*/
	background-image: none !important;
	width: 200px !important;
	border-top: 4px solid #8BAABF !important;
	border-bottom: 0px solid #496B86 !important;
	margin-bottom: 0px !important;
	position: relative; /* for Tips */
	font-family: 'Noto Sans', sans-serif !important;
}
.sideMenu {
	width: 200px !important;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
	line-height: 2em !important;
}
.sideMenu, .sideMenu ul li {
	background-image: none !important;
	background-color: #FFF !important;
}

/* New font for input field (overwrite default) */
input, .textField
{
	font-family: 'Noto Sans', sans-serif !important;
}

/*---------------------------------
 *	News slider > Vertical: modified by PV
 *---------------------------------*/			
.newslider-vertical{position:relative;left:0px !important;;width:530px;height:154px !important;}

/* Nav */
.newslider-vertical .sliderkit-nav{width:180px;height:154px !important;}
.newslider-vertical .sliderkit-nav-clip{width:180px;height:152px !important;}
.newslider-vertical .sliderkit-nav-clip li{height:30px;width:170px;margin-bottom:8px !important;padding-right:10px;}
.newslider-vertical .sliderkit-nav-clip li.sliderkit-selected{background:transparent url("/css/SliderKit/images/newslider-arrow_cyberit.gif") no-repeat right center;}
.newslider-vertical .sliderkit-nav-clip li a{height:25px;width:160px;padding:5px 0 0 10px;text-align:left;font-size:1.1em;color:#336699 !important;font-weight:bold;text-decoration:none;background:#FF8822 !important;
	border-radius: 5px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
}
.newslider-vertical .sliderkit-nav-clip li a:hover,
.newslider-vertical .sliderkit-nav-clip li a:focus{color:#FF6600 !important;background: #EEEECC !important;
    border-radius: 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* Panel */
.newslider-vertical .sliderkit-panels{position:absolute;left:180px;width:344px;height:152px !important;overflow:hidden;border:1px solid #ccc;}
.newslider-vertical .sliderkit-panel{left:0;top:0;width:324px;height:142px !important;padding:10px;background:#fff;}

/* News block */
.newslider-vertical .sliderkit-news h3,
.newslider-vertical .sliderkit-news h3 a{color:#000;font-weight:bold;}
.newslider-vertical .sliderkit-news h3{font-size:1.2em;margin:0 0 15px;}
.newslider-vertical .sliderkit-news img{float:right;width:100px;height:auto;margin:0 0 0 10px;overflow:hidden;}
.newslider-vertical .sliderkit-news p{margin:0;}
.newslider-vertical .sliderkit-news-readmore{position:absolute;right:10px;bottom:10px;}
