* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 100;
	color : #000 ;
	line-height: 150%;
	background: #FFFFFF;
	overflow-x: hidden;
}

body#bg{
}

*, :before, :after {
	margin: 0;
	padding: 0;
/*	position: relative;		*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}

#page {
	position: relative; /* Set the position property so z-index will apply */
	z-index: 20; /* Make sure this is higher than #menu */
	height: 100%;
	background: #fff;
}

:focus{   
    color: #0b0c0c !important;
    background-color: #fd0;
    box-shadow: 0 0 #fd0, 0 4px #0b0c0c;
    text-decoration: none; 
    outline: 3px solid transparent !important;
    text-decoration: none !important;
    outline-offset: 0;
}

/* Normal link */
a:link, a:visited {
	text-decoration:none;
	transition: all 0.5s;
}

a:hover {
	text-decoration : underline;
}

a:active, a:focus  {
	text-decoration: underline;
}

a.skip-main{
    position: fixed;
    top: 10px;
    left: 30px;
    z-index: 9999;
    padding: 3px 10px;
    background: #d67c2c;
    color: #fff !important;
    opacity: 0;
    text-decoration: none;
}

a.skip-main:active, a.skip-main:focus{
    opacity: 1;
}

hr {
	font-size:1px;
}

.article_separator {
	clear:both;
	display:block;
	height:30px;
	margin:0;
	border-bottom:1px solid #f3f3f3;
}

img{
    max-width:100%;
    height:auto;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
	font-size: 11px;
	color:#858583;
}

pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-size: 1em;
	font-family: Consolas, monospace, serif
}

code {
	white-space:nowrap
}

pre code {
	white-space:pre-wrap
}

pre {
	padding:10px;
	background:#ebebeb;
	color:#605f66;
	font-size:13px;
	line-height:20px;
	-moz-tab-size:4;
	tab-size:4
}

/* Heading */

h1, h2, h3, h4, h5, h6{
    font-weight: 500;
	margin: 0 0 30px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 33px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

ul {
	margin: 0;
}

ul li {
	margin-left:30px;
}

ol {
    padding-left: 20px;
}

ol li {
    padding-left: 5px;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

p{
    margin: 0 0 30px;
}

.page-header {
    border: none;
    margin: 0;
    padding: 0;
}

.bg-white{
	background: #fff;
}

.mt-btn{
	line-height: 37px;
	padding: 0 15px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: #003d7d;
	color: #fff !important;
	display: inline-block;
	position: relative;
}

/************************************************************************************
LAYOUT
*************************************************************************************/

.w100 {
	width:100%;
}
.w75 {
	width:75%;
}
.w50 {
	width:50%;
}
.w25 {
	width:25%;
}
.w20 {
	width:20%;
}
.w0 {
	width:auto;
}
.clear {
	clear:both;
}
.overflow {
	overflow:hidden;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.margin-auto {
	margin:auto;
}
.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

#pathway{
	padding: 10px 15px 10px 1px;
	margin: 0;
}

ul.breadcrumb{
    margin:0;
    padding:0;
    background:none;
    font-size:13px;
  	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	line-height: 100%;
	white-space: nowrap;
}

ul.breadcrumb li{
    margin:0;
    padding:0;
    list-style:none;
}

ul.breadcrumb li a{
    color:#000;
}

ul.breadcrumb .divider{
    color:#000;
    padding:0 5px;
}

.breadcrumb > li + li:before{
    content:'';
    padding:0;
}

/****/

#section-controls{
	background: #f1f1f1;
	padding: 5px 0;
}

#section-controls p{
	margin: 0;
	padding: 0;
}

#close-controls{
	text-align: right;
}

#close-controls button{
	font-size: 14px;
	text-transform: uppercase;
	background: none;
	border: none;
	line-height: 32px;
}

#mod-translate{
	padding-top: 5px;
}

#mod-translate span.text {
    float: left;
    margin-right: 5px;
	line-height: 28px;
	text-transform: uppercase;
}

/***/

#section1 {
	padding: 15px 0 30px;  
}

#section1 p{
	margin: 0;
	padding: 0;
}

#logo{
	margin-top: 15px;
}

#logo .custom {
    display: inline-block;
    vertical-align: middle;
	font-size: 30px;
    line-height: 120%;
}

#logo a,
#logo a:hover,
#logo a:focus{
	color: #000;
	text-decoration: none;
}

#logo :focus{
	color: #0b0c0c !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: 0px solid transparent !important;
    text-decoration: none !important;
    outline-offset: 0 !important;
}

#right-head{
	float: right;
	text-align: right;
	text-transform: uppercase;
}

#right-head a,
#right-head a:hover,
#right-head a:focus{
	text-decoration: none;
}

#btn-control{
	font-size: 14px;
	background: url('../images/icon-control.png') 0 0 no-repeat;
	border: none;
	text-transform: uppercase;
	line-height: 25px;
    padding-left: 30px;
	margin-bottom: 40px;
}

#right-head a.btn-report{
	background: #f3252c;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	padding: 8px 15px;
}

#right-head a.btn-report:hover,
#right-head a.btn-report:focus{
	background: #ca2025;
	color: #fff;
}

#right-head a .fa{
	font-size: 0;
    vertical-align: bottom;
}

#right-head a .fa:before{
	font-size: 32px;
}

.btn-search{
	position: absolute;
	top: 0;
	right: 230px;
	font-size: 0;
}

.btn-search .fa:before{
	font-size: 24px;
	cursor: pointer;
}

.mod-search{
	width: 0;
	overflow: hidden;
    position: absolute;
    top: 0;
    right: 255px;
	z-index: 2;
	transition: all 0.5s;
}

#bg.search-open .mod-search{
	width: 180px;
	transition: all 0.5s;
}

.mod-search label{
	display: none;
}

.mod-search input[type="search"]{
    font-size: 14px;
    max-width: 180px;
    background: #fff;
    border: none;
    border-bottom: solid 1px #000;
    padding: 0 5px;
    font-style: italic;
}

/***/
	
#section2 p{
	margin: 0;
	padding: 0;
}

/***/

#section3{
	padding: 0;
}

#section3 p{
	margin: 0;
	padding: 0;
}

#slideshow img{
	width: 100%;
	height: auto;
} 

#slider{
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.innerpage #slider{
	margin-top: 0;
	margin-bottom: 20px;
}

#onslider{
	position: absolute;
	top: 100px;
	left: 50px;
	padding: 30px 50px 30px 20px;
	font-weight: 500;
	font-size: 30px;
	color: #fff;
	line-height: 135%;
}

#onslider a.btn-readmore{
	font-size: 13px;
	font-weight: 500;
	padding: 13px 20px;
	color: #fff;
	background: #2d2d2d;
	margin-top: 35px;
	text-transform: uppercase;
	line-height: 100%;
	display: inline-block;
}

#onslider a.btn-readmore:hover,
#onslider a.btn-readmore:focus{
	text-decoration: none;
}

/***/

#wrap-users .moduletable{
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 350px;
	padding: 30px;
	position: relative;
	color: #fff;
	background-color: #ed2e34;
	transition: all 0.5s;
 
}

@media (min-width: 992px) and (max-width: 1199px) {
    #wrap-users .moduletable {
        min-height: 420px !important;
    }
}

@media (max-width: 970px) {
    #wrap-users .moduletable {
        min-height: 430px !important;
    }
}

@media (max-width: 927px) {
    #wrap-users .moduletable {
        min-height: 440px !important;
    }
}

@media (max-width: 850px) {
    #wrap-users .moduletable {
        min-height: 450px !important;
    }
}

@media (max-width: 839px) {
    #wrap-users .moduletable {
        min-height: 460px !important;
    }
}


#wrap-users .moduletable:hover,
#wrap-users .moduletable:focus{
	background-color: #c3252a;
	background-image: none !important;
	transition: all 0.5s;
}

#wrap-users #user1 .moduletable{
	background-color: #009984;
 
}

#wrap-users #user1 .moduletable:hover,
#wrap-users #user1 .moduletable:focus{
	background-color: #007363;
}

#wrap-users #user2 .moduletable{
	background-color: #0077ae;
  
}

#wrap-users #user2 .moduletable:hover,
#wrap-users #user2 .moduletable:focus{
	background-color: #015d87;
}

#wrap-users p{
	margin: 0;
	padding: 0;
}

#wrap-users .moduletable h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#wrap-users .moduletable a.btn-readmore{
	font-size: 15px;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 30px;
}

#wrap-users .moduletable a.btn-readmore:hover,
#wrap-users .moduletable a.btn-readmore:focus{
	text-decoration: none;
}

#wrap-users .moduletable a.btn-readmore:after{
	content: '\f0a9';
	font-family: 'FontAwesome';
	padding-left: 5px;
	font-size: 20px;
	vertical-align: top;
}

.homepage #maincontainer{
	margin-top: 30px;
	margin-bottom: 30px;
}

.homepage #maincontainer .blog-featured{
	padding: 30px;
	background: #f7f7f7;
}

.homepage #maincontainer .blog-featured p:last-child{
	margin: 0;
	padding: 0;
}

.homepage #maincontainer .blog-featured h2.item-title{
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 20px;
}

.innerpage #maincontainer .page-header h2{
	margin-bottom: 18px;
	font-weight: 500;
	font-size: 28px;
}

.innerpage #maincontainer{
	margin-top: 20px;
}

.innerpage #maincontainer ul {
    margin: 0 0 30px;
}

.innerpage #maincontainer .rightcol .moduletable{
	padding: 12px; 
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 30px;
}

.innerpage #maincontainer .rightcol .moduletable h3{
	margin: 15px 10px 12px;
	font-size: 22px;
	font-weight: 400;
}

.innerpage #maincontainer .rightcol .moduletable ul,
.innerpage #maincontainer .rightcol .moduletable ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.innerpage #maincontainer .rightcol .moduletable ul li a{
	padding: 15px 10px;
	line-height: 120%;
	color: #fff;
}

.innerpage #maincontainer .rightcol .moduletable ul li a:hover,
.innerpage #maincontainer .rightcol .moduletable ul li a:focus,
.innerpage #maincontainer .rightcol .moduletable ul li.active a{
	color: #000;
}

.innerpage #maincontainer .rightcol .moduletable ul li:last-child{
	border-bottom: none;
}

/***/

#wrap-boxes p{
	margin: 0;
	padding: 0;
}

#wrap-boxes .mod-content{
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 120px;
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
	color: #fff;
	font-size: 18px;
	transition: all 0.5s;
}

#wrap-boxes .mod-content:hover,
#wrap-boxes .mod-content:focus{
	background-image: none !important;
	transition: all 0.5s;
}

#wrap-boxes .modThree.red .mod-content{
	background-color: #f3252c;
}

#wrap-boxes .modThree.red .mod-content:hover,
#wrap-boxes .modThree.red .mod-content:focus{
	background-color: #cd2027;
	background-image: none !important;
}

#wrap-boxes .mod-content a.btn-readmore{
	font-size: 15px;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#wrap-boxes .mod-content a.btn-readmore:hover,
#wrap-boxes .mod-content a.btn-readmore:focus{
	text-decoration: none;
}

#wrap-boxes .mod-content a.btn-readmore:after{
	content: '\f0a9';
	font-family: 'FontAwesome';
	padding-left: 5px;
	font-size: 20px;
	vertical-align: top;
}

/***/

#wrap-back{
	font-size: 16px;
	color: #fff;
	line-height: 120%;
	padding-bottom: 30px;
}

#wrap-back p{
	margin: 0;
	padding: 0;
}

#wrap-back a,
#wrap-back a:hover,
#wrap-back a:focus{
	color: #fff;
	text-decoration: none;
}

#wrap-back .custom{
	padding: 10px;
}

#wrap-back .custom .fa{
	font-size: 0;
}

#wrap-back .custom .fa:before{
	font-size: 20px;
	padding-right: 10px;
}

/***/

#wrap-category .category-content-item{
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    min-height: 145px;
    padding: 20px;
    position: relative;
    transition: all 0.5s ease 0s;
}

/* #wrap-category .col-xs-12:last-child .category-content-item{
	background-color: #f3252c;
}
/* #wrap-category .col-xs-12:last-child .category-content-item:hover,
#wrap-category .col-xs-12:last-child .category-content-item:focus{
	background-color: #cd2027;
}

/*** ANOTHER STYLE ***/
/* #wrap-category .different-for-adults .category-content-item.item11{
	background-color: #f3252c;
}
/* #wrap-category .different-for-adults .category-content-item.item11:hover,
#wrap-category .different-for-adults .category-content-item.item11:focus{
	background-color: #cd2027;
}
/*** END ANOTHER STYLE ***/

/*** ANOTHER STYLE ***/
#wrap-category .different-for-adults .category-content-item.item10{
	background-color: #7c5587;
}
#wrap-category .different-for-adults .category-content-item.item10:hover,
#wrap-category .different-for-adults .category-content-item.item10:focus{
	background-color: #794987;
}
/*** END ANOTHER STYLE ***/

#wrap-category .category-content-item a.btn-readmore{
	font-size: 15px;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#wrap-category .category-content-item a.btn-readmore:hover,
#wrap-category .category-content-item a.btn-readmore:focus{
	text-decoration: none;
}

#wrap-category .category-content-item a.btn-readmore:after{
	content: '\f0a9';
	font-family: 'FontAwesome';
	padding-left: 5px;
	font-size: 20px;
	vertical-align: top;
}

/***/

#wrap-news .moduletable h3{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}

#wrap-news .news .moduletable{
	width: 100%;
	float: left;
	background-image: url('../images/pic1.png');
	background-repeat: no-repeat;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    padding: 30px 30px 20px 300px;
}

#wrap-news .news ul{
	margin: 0;
	padding: 0;
}

#wrap-news .news ul li{
	width: 100%;
	margin: 7px 0;
	padding: 0;
	display: block;
	list-style: none;
	line-height: 120%;
}

#wrap-news .news ul li.lastItem{
	margin-bottom: 0;
}

#wrap-news .news ul li a{
	display: block;
	color: #000;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}

#wrap-news .news ul li .created{
	font-size: 13px;
	color: #606060;
	line-height: 100%;
}

#wrap-news .events .moduletable{
	padding: 30px 30px 26px 300px;
	border: solid 1px #dfdfdf;
	font-size: 15px;
	background-repeat: no-repeat;
}

#wrap-news .events .moduletable p:last-child{
	margin: 0;
	padding: 0;
}

#wrap-feedback{
	margin-top: 40px;
}

#wrap-feedback .custom{
	background: #f8f8f8;
	padding: 10px;
}

#wrap-feedback .custom p{
	margin: 0;
	padding: 0;
}

.blog .item-title h3{
	font-size: 28px;
	margin-bottom: 10px;
}

.blog .item-title h3 a{
	color: #000;
}

.blog .item-title h3 a:hover,
.blog .item-title h3 a:focus{
	color: #000;
	text-decoration: none;
}

.published{
	color: #606060;
	font-size: 13px;
}

.published .glyphicon-time{
	display: none;
}

.blog .readmore a.btn{
	font-size: 15px;
	color: #fff;
	padding: 10px 20px;
	margin: 0;
	border-radius: 0;
	transition: all 0.5s;
}

.blog .readmore a.btn:hover,
.blog .readmore a.btn:focus{
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
}

/***/

#partners{
	margin-top: 35px;
	text-align: center;
}

#partners p{
	margin: 0;
	padding: 0;
}

#partners h3{
	background: url('../images/h3-partners.png') top left no-repeat;
	display: block;
    font-size: 0;
    min-height: 74px;
	margin-bottom: 20px;
}

/***/

#mod-bottom{
	margin-top: 80px;
	padding: 13px 0;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	line-height: 150%;
}

#mod-bottom a{
	color: #fff;
}

#mod-bottom p{
	margin: 0;
	padding: 0;
}

#mod-bottom .mod-bottom{
	position: relative;
}

#back-top{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: -65px;
	right: 15px;
	text-align: center;
	line-height: 100%;
	padding: 8px 20px;
}

#back-top:before{
	content: '\f106';
	font-family: 'FontAwesome';
	font-size: 30px;
	padding-bottom: 7px;
	display: block;
}

/***/

#section5{
	padding: 40px 0 30px;
	background: #292929;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	border-top: solid 1px #fff;
}

#section5 p{
	margin-bottom: 20px;
}

#section5 h3,
#section5 strong{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#section5 p:last-child{
	margin: 0;
	padding: 0;
}

#section5 a{
	color: #fff;
}

#section5 a:hover,
#section5 a:focus{
	text-decoration: none;
}

#section5 .footer1 .fa{
	font-size: 0;
}

#section5 .footer1 .fa:before{
	font-size: 24px;
	margin-left: 18px;
}

#section5 ul,
#section5 ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#section5 ul li a{
	margin: 0;
	padding: 5px 0 12px;
	line-height: 100%;
}

#section5 ul li a:hover,
#section5 ul li a:focus{
	background: none;
}

#section5 .footer2{
	padding-left: 45px;
}

#section5 .footer3,
#section5 .footer4{
	padding-left: 35px;
}

/***/

#section6{
	padding: 15px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 100%;
}

#section6 p{
	margin: 0;
	padding: 0;
}

#section6 a{
	color: #000;
}

.info2{
	text-align: right;
}

#mainmenu ul{
  display: flex;
  justify-content: space-between;
}

.lesson-learnt-table{
  width: 1080px;
  height: 64px;
  border: 1px solid;
}
table.lesson-learnt-table tr td,table.lesson-learnt-table tr th{
  padding-left:10px !important;
}
table.lesson-learnt-table tr td p{
  margin:0;
}
#webfeedback{
    display:none;
	position: fixed;
	right: 50px;
	bottom: 0;
	z-index: 999;
}

#webfeedback a{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background: #d67c2e;
	border: solid 1px #ddd;
	border-bottom: none;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 5px 5px 0 0;
}

#webfeedback a:hover,
#webfeedback a:focus{
	background: #ddd;
	text-decoration: none;
	outline: none;
	color: #000;
}
@media (max-width: 500px) {
    #right-head .custom {
     margin-top:100px;
    }
}
@media (max-width: 767px) {
    #wrap-users .moduletable {
      
        min-height: auto !important;
      
    }
}
      
.gt_switcher_wrapper {
    position: relative !important;
  
}
