@charset "utf-8";
.kode_wrapper, section, .kf_content_wrap, footer {
	float:left;
	width:100%;
	padding: 25px 0px;
}
footer {
	background-color: #1b1b1b;
	padding: 40px 0 30px;
}
.inner-content-holder {
	float: left;
	width: 100%;
	padding:70px 0px;
}
.no_padding {
	padding:0px;
}
/*

	  ==============================================================

		   KF EDUCATION 2 HEADER CSS START

	  ==============================================================

*/

.facultyopn {
	margin:0px;
	padding:0px;
}

@-webkit-keyframes typing { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }

.facultyopn h2 { 
	
  color: #fff;
	float:right;
	margin: 10px;
	border-right: .1em solid #fff;
	width: calc(0.55em * 14); 
	width: 15ch;
	white-space: nowrap;
	overflow: hidden;
	-webkit-animation: typing 8s steps(14, end),
	           blink-caret .5s step-end infinite alternate;
}

.kf_edu2_nav_wrap {
	float: left;
	width: 100%;
}
.kf_edu2_logo {
	float: left;
	padding: 15px;
	text-align: center;
	width: 100%;
}
.edu2_navigation {
	float: left;
	width: 100%;
	text-align: center;
}
.kf_topbar_wrap {
	float: left;
	width: 100%;
}
.kf_topbar_wrap .pull-left ul {
	float: left;
	margin: 9px 0px;
}
.kf_topbar_wrap .pull-left li {
	float: left;
	margin-left: 34px;
}
.kf_topbar_wrap .pull-left li:first-child {
	margin-left: 0px;
}
.kf_topbar_wrap .pull-left li > a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
}
.member-area {
	float: right;
}
.kf_topbar_wrap .member-area li > a:hover, .kf_topbar_wrap .pull-left li > a:hover {
	text-decoration: underline;
}
.kf_topbar_wrap .member-area span {
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin-right: 20px;
	padding: 7px 0 10px;
	text-transform: capitalize;
}
.kf_topbar_wrap .member-area > ul {
	float: left;
}
/**/

.searchlink {
	float: right;
	display: block;
	right: 0;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
}
.show {
	padding:17px 25px;
	display: block;
}
/** search field **/

.searchform {
	display: none;
	position: absolute;
	width: 100%;
	line-height: 40px;
	top: 144px;
	right: 0;
	padding:26px 35px;
	cursor: default;
	background: #fff;
	z-index: 1;
}
.searchlink.open .searchform {
	display: block;
	background: rgba(225, 225, 225, 0.75);
}
.searchform form {
	float: left;
	width: 100%;
}
.searchform form input[type="text"] {
	float: left;
	color: #666;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 14px;
	font-size: 14px;
	padding: 15px;
}
/**/

.kf_topbar_wrap .member-area li {
	float: left;
}
.kf_topbar_wrap .member-area li > a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 7px 14px 10px;
	position: relative;
	text-transform: capitalize;
}
.kf_topbar_wrap .member-area li > a i {
	margin-right: 10px;
}
.nav_des {
	float: left;
	margin: 19px 30px;
	display: inline-block;
}
.nav_des li {
	float: left;
	position: relative;
}
.nav_des > li:last-child {
	border: medium none;
}
.nav_des > li:last-child:before {
	width: 0;
	height: 0;
}
.nav_des li a {
	color: #333;
	display: block;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
 .nav_des a::before {
 content: "";
 height: 1px;
 left: 0;
 margin: 0 auto;
 position: absolute;
 right: 0;
 top: 50%;
 width: 0;
}
 .nav_des a::after {
 content: "";
 height: 1px;
 left: 0;
 margin: 0 auto;
 position: absolute;
 right: 0;
 bottom: 50%;
 width: 0;
}
 .nav_des li a:hover::before {
 top: 0;
 width: 100%;
}
 .nav_des li a:hover::after {
 bottom: 1px;
 width: 100%;
}
/*Second Drop Down Style*/

.edu2_navigation ul ul {
	position:absolute;
	top:120%;
	left:0px;
	width:250px;
	z-index:10;
	opacity:0;
	visibility:hidden;
	box-shadow: 0 18px 13px -9px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 18px 13px -9px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 18px 13px -9px rgba(0, 0, 0, 0.3);
	padding:30px 0px 0px 0px;
}
.edu2_navigation ul ul li {
	position:relative;
	width:100%;
	display:inline-block;
	padding: 0px;
	background-color:#fff;
	text-align: left;
}
.edu2_navigation ul ul li a {
	width:100%;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px 12px 20px;
}
.edu2_navigation ul ul li a:hover {
	color: #fff;
}
 .edu2_navigation ul ul li a::before {
 display:none;
}
 .edu2_navigation ul ul li a::after {
 display:none;
}
/*Hover Style*/

.edu2_navigation ul li:hover > ul {
	top:100%;
	opacity:1;
	visibility:visible;
}
/*Third Drop Down Style*/

.edu2_navigation ul ul ul {
	position:absolute;
	top:0px;
	left:90%;
	visibility:hidden;
}
/*Hover Style*/

.edu2_navigation ul ul li:hover > ul {
	top:0px;
	left:100%;
	visibility:visible;
}
.get-admition {
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: 18px 10px;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
}
.get-admition:hover {
	background-color: #000;
	color: #fff;
}
#news {
	float: left;
	margin: 9px 0px;
	width: 100%;
}
#news li {
	color: #fff;
	text-align: left;
}
#mobile-header {
	display:none;
}
/*

	  ==============================================================

		   KF EDUCATION 2 HEADER CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		   KF EDUCATION 2 HEADER 2 CSS Start

	  ==============================================================

*/

#header_2 {
	position: relative;
	z-index: 10;
}
#header_2 .login_wrap, #header_2 .top_nav, #header_2 .lng_wrap {
	float: right;
}
.top_bar_2 {
	float: left;
	width: 100%;
	line-height: normal;
}

.contct_2 {
	color: #fff;
	font-size:18px;
	font-weight: normal;
	font-style: normal;
	display: block;
	padding:11px 0;
}

.contct_2 i {
	margin-right: 5px;
}
.login_wrap {
	float: right;
}
.login_wrap li {
	display:inline-block;
	color: #fff;
	font-size:16px;
}
.login_wrap li a {
	color: #fff;
	font-size:16px;
	text-transform: capitalize;
	display: block;
	padding:10px 12px 8px;
}
.login_wrap li i {
	float: left;
	margin:3px 5px 0px 0px;
}
.top_nav li a:hover, .login_wrap li a:hover {
	text-decoration: underline;
}
.top_nav {
	float: left;
	display: inline-block;
}
.top_nav li {
	display: inline-block;
}
.top_nav li a {
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	padding:10px 12px 8px;
	position: relative;
	z-index: 2;
	position: relative;
}
.lng_wrap {
	float: right;
}
.lng_wrap .dropdown-menu > li > a {
	padding:5px 10px;
}
.lng_wrap .dropdown-menu li a i {
	float:left;
	margin:0px 10px 0px 0px;
}
.lng_wrap button {
	padding:10px 15px;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	border: none;
	border-radius: 0;
	font-weight: bold;
}
.lng_wrap button i {
	margin-right: 5px
}
.lng_wrap button:active, .lng_wrap .btn-default.active, .lng_wrap .btn-default:active, .lng_wrap .open > .dropdown-toggle.btn-default, .lng_wrap .btn-default.focus, .lng_wrap .btn-default:focus, .lng_wrap button:hover {
	background: #000;
	color: #fff;
}
.lng_wrap .open .dropdown-menu {
	right: 0!important;
	left: inherit;
}
.lng_wrap button .caret {
	margin-left: 5px;
}
/*navigation header 2*/

.kode_navigation {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
}
.kode_navigation .dl-menuwrapper {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 15px;
}
.logo_wrap {
    width: 100%;
	padding: 5px 0;
    margin-left: 0%;
}
.width-50 {
	width:50%;
}
.nav_2 {
	float:left;
	width: 100%;
	padding:0px 0;
}
.nav_2 ul {
	float: left;
	width: 100%;
	text-align: center;
}
.nav_2 ul li {
	display: inline-block;
	position: relative;
}
.nav_2 ul li a {
	display: block;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	padding:10px 20px;
	position: relative;
	z-index: 2;
}
.nav_2 ul li a:hover {
	color: #fff;
}
/*banner*/

.edu2_main_bn_wrap.banner_2 figure figcaption {
	left: 21%;
	margin: -109px 0 0 -149px;
	text-align: left;
	top: 50%;
	width: 45%;
}
 .edu2_main_bn_wrap.banner_2 figcaption span::before {
 margin:inherit;;
}
.edu2_main_bn_wrap.banner_2 .owl-pagination {
	display: none;
}
/*second ul*/

.nav_2 ul ul {
	background-color: #fff;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 120%;
	visibility: hidden;
	width: 250px;
	z-index: 10;
}
.nav_2 ul li:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.nav_2 ul ul li {
	display: inline-block;
	padding: 0;
	position: relative;
	width: 100%;
	text-align: left;
}
.nav_2 ul ul li a {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
	padding: 7px 10px;
}
.nav_2 ul ul li a:hover {
	color: #fff;
}
/*

	  ==============================================================

		   KF EDUCATION 2 HEADER 2 CSS END

	  ==============================================================

*/



/*headings css start*/

.kf_heading_3_wrap {
	float: left;
	width: 100%;
	text-align: left;
}
.kf_heading_3_wrap h5 {
	text-transform: uppercase;
	font-size: 24px;
}
/*headings css end*/

/*kf_edu_pagination_wrap css start*/

.kf_edu_pagination_wrap {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: -9px;
}
.kf_edu_pagination_wrap .pagination {
	float: none;
	margin: auto;
}
.kf_edu_pagination_wrap .pagination > li:last-child > a, .kf_edu_pagination_wrap .pagination > li:last-child > span, .kf_edu_pagination_wrap .pagination > li:first-child > a, .kf_edu_pagination_wrap .pagination > li:first-child > span {
	border-radius: 0px;
	padding: 6px 12px;
	line-height: 1.42857;
	width: auto;
	height: auto;
}
.kf_edu_pagination_wrap .pagination > li:first-child > a {
	margin-left: 0;
}
.kf_edu_pagination_wrap li:first-child span i {
	margin-right:12px;
}
.kf_edu_pagination_wrap li:last-child span i {
	margin-left:12px;
}
.kf_edu_pagination_wrap .pagination > li > a, .kf_edu_pagination_wrap .pagination > li > span {
	background-color: #fff;
	border: 1px solid #dbdbdb;
	color: #333333;
	float: left;
	line-height: 31px;
	width: 35px;
	height:35px;
	padding: 0px;
	position: relative;
	text-decoration: none;
	font-size: 15px;
	margin-left: 5px;
}
.kf_edu_pagination_wrap .pagination > li > a:hover, .kf_edu_pagination_wrap .pagination > li > active:hover a, .kf_edu_pagination_wrap .pagination > li > active a {
	color:#fff;
}
.kf_edu_pagination_wrap .pagination > .active > a, .kf_edu_pagination_wrap .pagination > .active > a:focus, .kf_edu_pagination_wrap .pagination > .active > a:hover, .kf_edu_pagination_wrap .pagination > .active > span, .kf_edu_pagination_wrap .pagination > .active > span:focus, .kf_edu_pagination_wrap .pagination > .active > span:hover {
	border: none;
	color: #fff;
	cursor: default;
	z-index: 2;
}
/*kf_edu_pagination_wrap css end*/

/*

	  ==============================================================

		  MAIN BANNER CSS Strat

	  ==============================================================

*/

.edu2_main_bn_wrap {
	float: left;
	width: 100%;
	position: relative;
}
.edu2_main_bn_wrap figure {
	float: left;
	width: 100%;
	position: relative;
}
.edu2_main_bn_wrap figure:before {
	content: "";
	left: 0;
	right:0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-color: #000000;
	opacity: 0.5;
}
.edu2_main_bn_wrap figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -109px auto 0;
	text-align: center;
}
.edu2_main_bn_wrap figcaption span {
	font-size: 24px;
	font-weight: normal;
	position: relative;
	color: #fff;
	text-transform: capitalize;
	padding-bottom: 13px;
	display: inline-block;
	margin-bottom: 4px;
}
.edu2_main_bn_wrap figcaption span:before {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	height: 2px;
	width: 120px;
	background-color: #d3d3d3;
	margin:0 auto;
}
.edu2_main_bn_wrap figcaption h2 {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 13px;
}
.edu2_main_bn_wrap figcaption p {
	color: #fff;
	margin: 0 0 30px 0;
	font-size: 20px;
	text-transform: capitalize;
}
.edu2_main_bn_wrap .owl-theme .owl-controls .owl-page span {
	width: 14px;
	height: 14px;
	border: 4px solid #fff;
	border-radius: 100%;
	margin: 0 4px;
	background-color: transparent;
	display: inline-block;
}
.edu2_main_bn_wrap .owl-theme .owl-pagination {
	bottom: 70px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 22;
}
.edu2_main_bn_wrap .customNavigation {
	bottom: 0%;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	margin: 0 0 0;
	z-index: 1;
}
.edu2_main_bn_wrap .customNavigation .btn {
	border: medium none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	padding: 6px 6px;
	z-index: -1;
}
.edu2_main_bn_wrap .customNavigation .btn i {
	font-size: 16px;
	color: #fff;
}
.edu2_main_bn_wrap .customNavigation .btn.prev-1 i, .edu2_main_bn_wrap .customNavigation .btn.next-1 i {
	font-size: 25px;
	font-weight: bold;
}
.edu2_main_bn_wrap .customNavigation .prev-1 {
	margin-right: 58px;
	margin-left: 60px;
}
/*

	  ==============================================================

		 MAIN BANNER CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		   KF INNER PAGE BANNER CSS START

	  ==============================================================

*/

.kf_inr_banner.padding_more {
	padding-bottom:110px;
}
.kf_inr_banner {
	float: left;
	width: 100%;
 text-align: :left;
	padding:51px 0 54px;
	background-image: url(images/inrbg.jpg);
	background-size: cover;
	background-origin: center;
	background-repeat: none-repeat;
	position:relative;
	z-index:2;
	background-position:center;
}
.kf_inr_banner:before {
	content:"";
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	background:#000000;
	opacity:0.7;
	z-index:-1;
}
.kf_inr_ban_des {
	float: left;
	width: 100%;
	text-align: left;
}
.inr_banner_heading {
	float: left;
	text-align: left;
	width: 50%;
}
.kf_inr_ban_des h3 {
	color:#fff;
	text-transform: uppercase;
	font-size: 30px;
}
/**/

.kf_inr_breadcrumb {
	float: right;
	text-align: right;
	width: 50%;
	padding:12.5px 0 6px;
	line-height: 14px;
}
.kf_inr_breadcrumb ul li {
	display: inline-block;
	position: relative;
	padding: 0px 10px;
}
 .kf_inr_breadcrumb ul li::before {
 color: #fff;
 content: "\f105";
 font-family: fontawesome;
 font-size: 12px;
 font-weight: normal;
 left: 0px;
 margin-top: -7px;
 position: absolute;
 top: 50%;
 line-height:normal;
}
.kf_inr_breadcrumb ul li:first-child:before {
	font-size: 0;
	display:none;
}
.kf_inr_breadcrumb ul li a {
	font-size:14px;
	text-transform:capitalize;
	color:#fff;
	padding:0 7px;
	display:block;
	line-height: 14px;
}
/*

	  ==============================================================

		   KF INNER PAGE BANNER CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		 DEFALT HEADINGS CSS START

	  ==============================================================

*/

.kf_edu2_heading1 {
	float: left;
	width: 100%;
	text-align: left;
	margin:-7px 0 30px 0;
}
.kf_edu2_heading1 h3 {
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	padding-bottom: 15px;
}
.kf_edu2_heading1 h3:before {
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 25px;
	background-color: #666666;
	position: absolute;
}
.kf_edu2_heading1 h3:after {
	content: "";
	left: 35px;
	bottom: 1px;
	height: 1px;
	width: 50px;
	background-color: #bbbbbb;
	position: absolute;
}
/*heading 2*/

.kf_edu2_heading2 {
	float: left;
	width: 100%;
	text-align: center;
	margin:-8px 0 40px 0;
}
.kf_edu2_heading2 h3 {
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	font-size: 26px;
}
.kf_edu2_heading2 h3:before {
	background-color: #666666;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 49px;
	width: 25px;
}
.kf_edu2_heading2 h3:after {
	background-color: #bbbbbb;
	bottom: 1px;
	content: "";
	height: 1px;
	left: 49px;
	margin: auto;
	position: absolute;
	right: 0;
	width: 50px;
}
.kf_edu2_heading2 p {
	margin:10px 0px;
	font-size:16px;
}
/*

	  ==============================================================

		 DEFALT HEADINGS CSS START

	  ==============================================================

*/

/***************************** HOME PAGE CONTENT CSS START *****************************/

.kf_course_outerwrap {
	float: left;
	width: 100%;
}
.kf_cur_catg_wrap {
	float: left;
	width: 100%;
	padding:69px 0 40px;
}
.kf_cur_catg_des {
	float: left;
	width: 100%;
	position: relative;
	background-color: #f8f8f8;
	padding:31px 23px 31px;
	margin-bottom: 30px;
}
.kf_cur_catg_des:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height:100%;
	width: 2px;
}
.kf_cur_catg_des:hover:before {
	width: 5px;
}
.kf_cur_catg_capstion {
	float: none;
	overflow: hidden;
	text-align: left;
	padding-left:23px;
}
.kf_cur_catg_des > span {
	color: #000000;
	float: left;
	font-size: 46px;
	margin: auto 0;
	padding: 12px 0 8px;
	vertical-align: middle;
}
.kf_cur_catg_wrap .kf_cur_catg_des:hover span {
	color:#fff;
}
.kf_cur_catg_capstion h5 {
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.kf_cur_catg_des:hover .kf_cur_catg_capstion > h5 {
	color:#fff;
}
.kf_cur_catg_capstion p {
	color: #000000S;
	margin:0;
}
.kf_cur_catg_des:hover .kf_cur_catg_capstion > p {
	color:#fff;
}
/*search wrap start*/

.kf_edu2_search_wrap {
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	padding:69px 20px 70px;
}
.kf_edu2_search_wrap form {
	float: left;
	width: 100%;
}
.edu2_serc_des {
	float: left;
	width: 100%;
	margin-bottom: 18px;
}
.edu2_serc_des .btn.btn-default.dropdown-toggle, .edu2_serc_des input[type="text"] {
	float: left;
	width: 100%;
	padding:12px 20px 15px;
	font-size: 14px;
	color: #666;
	border:1px solid #fae5e5;
	border-radius: 0;
	text-align: left;
	background-color: #fff;
}
.edu2_serc_des .btn-default.focus, .edu2_serc_des .btn-default:focus, .edu2_serc_des .btn-default.active, .edu2_serc_des .btn-default:active, .edu2_serc_des .open > .dropdown-toggle.btn-default, .edu2_serc_des .btn.btn-default.dropdown-toggle:hover {
	background-color: #fff;
}
.edu2_serc_des .btn-group {
	float: left;
	width: 100%;
}
.edu2_serc_des span {
	font-size: 14px;
	margin: -7px 0 0;
	position: absolute;
	right: 20px;
	top: 50%;
}
.edu2_serc_des .dropdown-menu {
	border: medium none;
	border-radius: 0;
	float: left;
	width: 100%;
}
.kf_edu2_search_wrap .dropdown-menu > li > a:focus, .kf_edu2_search_wrap .dropdown-menu > li > a:hover {
	color: #fff;
}
.kf_edu2_search_wrap form > button {
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 30px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin-top: 3px;
}
.kf_edu2_search_wrap form > button:hover {
	background-color: #000000;
}
/*search wrap end*/

/*edu2 welcome wrap start*/

.kf_edu2_intro_wrap {
	position: relative;
	background-color: #f8f8f8;
}
.kf_edu2_intro_wrap:before {
	content: "";
	left: 0;
	width: 50%;
	top: 0;
	bottom: 0;
	background-image: url(extra-images/bg-1.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
}
.kf_intro_des_wrap {
	float: right;
	width: 50%;
	padding:0 30px;
}
.kf_intro_des {
	float: left;
	width: 33.3%;
}
.kf_intro_des_caption {
	float: left;
	width: 100%;
	padding: 0px 15px;
	text-align: center;
}
.kf_intro_des_caption h6 {
	text-transform: uppercase;
}
.kf_intro_des_caption span {
	display: inline-block;
	width: 83px;
	height: 83px;
	border-radius: 100%;
	font-size: 32px;
	background-color: #fff;
	color: #666666;
	margin: 0 0 26px 0;
	border: solid 1px #ddd;
}
.kf_intro_des_caption:hover span {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2)
}
.kf_intro_des_caption span i {
	line-height: 83px;
}
.kf_intro_des_caption h6 {
	font-weight: normal;
	margin-bottom: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.kf_intro_des_caption p {
	margin: 0 0 19px 0;
}
.kf_intro_des_caption a {
	display: inline-block;
	font-weight: bold;
	color: #666666;
	text-transform: capitalize;
	margin-bottom: 45px;
	font-size: 14px;
}
.kf_intro_des figure figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	margin: -7px 0 0 0;
}
.kf_intro_des figure figcaption a {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
	opacity: 0;
}
.kf_intro_des:hover figure figcaption a {
	opacity: 1;
}
/*edu2 welcome wrap end*/

/*OUR OURSES SECTION START*/

.kf_edu2_tab_wrap {
	float: left;
	width: 100%;
}
.kf_edu2_tab_wrap .nav-tabs {
	border:none;
	float: right;
}
.kf_edu2_tab_wrap .nav-tabs li {
	margin: 0px 0px 0px 23px;
	border:none;
}
.kf_edu2_tab_wrap .nav-tabs > li > a {
	border-radius: 0;
	border: none;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	padding: 4px 0 8px;
	text-transform: capitalize;
	margin: 0px;
}
.kf_edu2_tab_wrap .nav.nav-tabs > li:first-child {
	margin-left: 0;
}
.kf_edu2_tab_wrap .nav > li > a:focus, .kf_edu2_tab_wrap .nav > li > a:hover, .kf_edu2_tab_wrap .nav-tabs > li > a:hover {
	background-color: transparent;
	border: none;
	text-decoration: none;
}
.kf_edu2_tab_wrap .nav-tabs > li > a:before {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	height: 2px;
	width: 0%;
}
.kf_edu2_tab_wrap .nav-tabs .active a:before, .kf_edu2_tab_wrap .nav-tabs > li > a:hover:before {
	width: 100%;
}
.kf_edu2_tab_des {
	float: left;
	width: 100%;
}
.edu2_cur_wrap {
	float: left;
	width: 100%;
	border: 1px solid #e2e2e2;
	margin-bottom: 1px;
}
.edu2_cur_wrap > figure figcaption {
	position: absolute;
	left: 0;
	right:0;
	top: 50%;
	bottom: 0;
	text-align: center;
	margin-top: -14px;
}
.edu2_cur_wrap > figure figcaption a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	border: 1px solid #fff;
	display: inline-block;
	padding: 11px 20px 10px;
	opacity: 0;
}
.edu2_cur_wrap:hover > figure figcaption a {
	opacity: 1;
}
.edu2_cur_wrap > figure figcaption a:hover {
	background-color: #000000;
	border-color: #000000;
}
.edu2_cur_des_ft, .edu2_cur_des {
	float: left;
	width: 100%;
	position: relative;
}
.edu2_cur_des {
	padding:30px;
}
.edu2_cur_des > span {
	background: #fff none repeat scroll 0 0;
	border-radius: 100%;
	box-shadow: 0 3px 4px -1px rgba(206, 190, 190, 1);
	color: #333;
	font-size: 14px;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: -24px;
	width: 48px;
}
.edu2_cur_des > h5 {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.edu2_cur_des > strong {
	float: left;
	width: 100%;
	margin-bottom: 21px;
}
.edu2_cur_des > strong span {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding: 0 3px 0 0;
	position: relative;
}
.edu2_cur_des > strong small {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding: 0 10px;
	position: relative;
}
 .edu2_cur_des > strong small::before {
 content: "-";
 left: 0;
 margin: auto;
 position: absolute;
}
.edu2_cur_des p {
	margin-bottom: -1px;
}
.edu2_cur_des_ft {
	float: left;
	width: 100%;
	padding:15px;
	background-color: #f8f8f8;
	border-top: 1px solid #e2e2e2;
}
.edu2_cur_des_ft figure {
	width: 48px;
	height: 48px;
	margin-right: 13px;
	border-radius: 100%;
}
.edu2_cur_ftr_strip {
	float: none;
	overflow: hidden;
	padding: 8px 0px 0px;
}
.edu2_cur_ftr_strip > h6 {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
/*rating star*/

.rating {
	float: right;
}
.rating > span {
	color: #ddd;
	display: inline-block;
	font-size: 24px;
	position: relative;
	width: 1.1em;
	line-height:34px;
}
.rating > span:hover:before {
	content: "\2605";
	position: absolute;
}
.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
}
 .rating > span:hover:before, .rating > span:hover ~ span:before {
 content: "\2605";
 position: absolute;
 color: gold;
}
.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
}
.rating > span {
	display: inline-block;
	position: relative;
	width: auto;
}
.edu2_cur_wrap .rating > span {
	width: auto;
	line-height: normal;
}
 .rating > span:hover:before, .rating > span:hover ~ span:before {
 content: "\2605";
 position: absolute;
}
/*rating star*/



/*tab slider*/

.kf_edu2_tab_des .row.margin-bottom {
	margin-bottom: 69px;
}
.kf_edu2_tab_des .item {
	padding: 15px;
}
.kf_edu2_tab_des .owl-pagination {
	display: none;
}
.kf_edu2_tab_des .customNavigation {
	float: left;
	width: 100%;
	text-align: center;
}
.kf_edu2_tab_des .customNavigation .btn.next {
	float: right;
}
.kf_edu2_tab_des .customNavigation .btn.prev {
	float: left;
}
.kf_edu2_tab_des .customNavigation .btn {
	border: 1px solid #c4c4c4;
	border-radius: 0;
	margin: 8px 0;
	padding: 8px 15px 9px;
}
.kf_edu2_tab_des .browse_all {
	background: transparent none repeat scroll 0 0;
	border: 1px solid;
	border-radius: 0;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 14px 34px 14px;
	text-transform: capitalize;
}
/*OUR OURSES SECTION END*/

/*main page gallery start*/

.edu2_gallery_wrap {
	float: left;
	width: 100%;
	background-color: #333333;
	margin-bottom: 40px;
	position:relative;
}
.edu2_gallery_wrap .navi {
	float:none;
	width:15%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000;
	padding:50px 30px;
}
.edu2_gallery_wrap .navi #filterable-item-filter-1 a {
	background:none;
	color:#ffff;
	border:none;
}
.edu2_gallery_wrap .navi #filterable-item-filter-1 li {
	float:left;
	width:100%;
	margin:0px;
}
.edu2_gallery_wrap .gallery3 {
	float:left;
	width:100%;
}
.edu2_gallery_des {
	float: left;
	width: 100%;
}
.edu2_gallery_des ul {
	float: none;
	margin:auto;
	text-align: center;
}
.edu2_gallery_des ul li {
	display: block;
	text-align: center;
	margin-bottom: 6px;
}
.edu2_gallery_des.navi li:last-child {
	margin: 0;
}
.edu2_gallery_des a {
	color: #fff;
	display:inline-block;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
}
.edu2_gallery_des > figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -53px auto 0;
	text-align: center;
	opacity: 0;
}
.edu2_gallery_des:hover figure figcaption {
	opacity: 1;
}
.edu2_gallery_des > figure > figcaption > a {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	margin: 0 6px 21px;
}
.edu2_gallery_des > figure > figcaption > a:hover {
	background-color:#000;
	color:#fff;
}
.edu2_gallery_des > figure > figcaption > h5 {
	display: block;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.edu2_gallery_des > figure > figcaption > p {
	margin: 0;
	color: #fff;
}
.loadmore {
	float: left;
	width: 100%;
	text-align: center;
}
/*main page gallery end*/

/*counter section start*/

.edu2_counter_wrap {
	background-color: #2d2e32;
	position: relative;
	z-index: 2;
	padding:30px 0px;
}
.edu2_counter_wrap:before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-image:url(images/counter-bg.png);
	z-index: -1;
}
.edu2_counter_des {
	float: left;
	width: 25%;
	border-right: 1px solid rgba(255, 255, 255, 0.31);
	text-align: center;
	padding: 30px 0;
}
.edu2_counter_des:last-child {
	border: medium none;
}
.edu2_counter_des span {
	font-size: 55px;
	color: #fff;
	line-height: normal;
	display: block;
	margin: -8px -1px 0;
}
.edu2_counter_des h3 {
	font-size: 34px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 9px;
}
.edu2_counter_des h5 {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	margin-bottom: -4px;
}
/*counter section end*/

/*OUR FACALTY MEMBERS SECTION START*/

.edu2_faculty_wrap {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: -30px;
}
.edu2_faculty_des {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.edu2_faculty_des:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.edu2_faculty_des:hover .edu2_faculty_des2 {
	background-color: #fff;
}
.edu2_faculty_des2 {
	float: left;
	width: 100%;
	border-bottom:1px solid #dfdfdf;
	text-align: center;
	background-color: #f7f7f7;
	padding: 30px 15px;
}
.edu2_faculty_des2 h6 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.edu2_faculty_des2 strong {
	text-transform: capitalize;
	color: #777;
	display: block;
	font-weight:normal;
	margin-bottom: 4px;
}
.edu2_faculty_des2 p {
	margin-bottom: 0;
	text-transform: capitalize;
}
.edu2_faculty_des figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -13px auto 0;
	text-align: center;
	opacity: 0;
	transform:scale(1.5);
}
.edu2_faculty_des:hover figcaption {
	opacity: 1;
	transform:scale(1);
}
.edu2_faculty_des figcaption a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius:100%;
	background-color: #fff;
	margin:0 3px;
}
.edu2_faculty_des figcaption a:hover {
	background-color: #000;
	color: #fff;
}
/*slider faculty member start*/

.edu2_faculty_wrap .item {
	float: left;
	padding: 0 8px;
}
.edu2_faculty_wrap .owl-pagination {
	display: none;
}
.edu2_faculty_wrap .owl-controls.clickable {
	position: absolute;
	right: 17px;
	top: -80px;
}
.edu2_faculty_wrap .owl-controls .owl-buttons div {
	border:1px solid #c4c4c4;
	border-radius: 0;
	margin:0px -1px;
	width:34px;
	height: 29px;
	font-size: 0;
	position:relative;
	background: #fff;
}
.edu2_faculty_wrap .owl-controls .owl-buttons div:before {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	position: absolute;
	line-height: 27px;
	font-size: 15px;
	color: #333333;
	font-family: FontAwesome;
}
.edu2_faculty_wrap .owl-controls .owl-buttons .owl-prev:before {
	content: "\f104";
}
.edu2_faculty_wrap .owl-controls .owl-buttons .owl-next:before {
	content: "\f105";
}
/*slider faculty member end*/

/*OUR FACALTY MEMBERS SECTION END*/

/*NEWS AND EVENT SECTION START */

.edu2_new_wrap {
	background-color: #f7f7f7;
	padding-bottom: 39px;
}
.edu2_new_des {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.edu2_event_des {
	float: left;
	padding: 25px 0 0px 0;
	text-align: left;
	position: relative;
	z-index: 2;
}
.text-right {
	text-align: right;
}
.text-right span {
	right: 40px;
	left: auto;
}
.edu2_event_des span {
	color: #d2d2d2;
	font-size: 72px;
	font-weight: bold;
	left: 40px;
	position: absolute;
	top: 25px;
	z-index: -1;
}
.edu2_event_des h4 {
	font-weight: bold;
	margin-bottom: 29px;
}
.edu2_event_des p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: normal;
}
.post-option {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	line-height: normal;
}
.edu2_event_des.text-right .post-option {
	text-align: right;
}
.post-option li {
	display: inline-block;
	font-size: 13px;
	color: #999999;
	text-transform: capitalize;
	margin-left: 8px;
}
.post-option li:first-child {
	margin-left:0px;
}
.post-option > li > a {
	font-size: 13px;
	color: #999999;
	text-transform: capitalize;
	display: inline-block;
}
.thumb figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -28px auto 0;
	text-align: center;
	opacity: 0;
	transform:scale(1.5);
}
.edu2_new_des:hover .thumb figure figcaption {
	opacity: 1;
	transform:scale(1);
}
.thumb figure figcaption a {
	font-size: 40px;
	color: #fff;
}
.thumb figure figcaption a:hover {
	color: #000;
}
.kd-audio-post, .kd-video-post {
	float: left;
	width: 100%;
}
.kd-audio-post iframe {
	width: 100%;
}
.kd-video-post iframe {
	width: 100%;
	height: 400px;
}
/*NEWS AND EVENT SECTION END */

/*EDU TRAINING SECTION START */

.edu2_tarining_bg {
	background-image: url(images/training-bg.jpg);
	position: relative;
	overflow:visible;
	min-height:500px;
}
.edu2_tarining_bg:before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-color: #333333;
	opacity: 0.85;
}
.kf_edu2_training_des {
	float:left;
	width:100%;
	position:relative;
}
.kf_edu2_training_des figure {
	overflow:visible;
	position:absolute;
	left:80px;
	top:-26px;
}
.kf_edu2_training_des figure img {
	width:auto;
	height:auto;
}
.edu2_training_des {
	float: left;
	width: 100%;
	position: relative;
}
.edu2_training_wrap {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: -11px;
}
.edu2_training_wrap h2 {
	font-weight: 300;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 7px;
}
.edu2_training_wrap h3 {
	font-weight: 300;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 30px;
	font-size: 20px;
}
.edu2_training_wrap .countdown {
	color: transparent;
	display: inline-block;
	list-style: outside none none;
	margin: 0 0 24px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 100%;
}
.edu2_training_wrap .countdown li {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border: 1px solid #fff;
	display: inline-block;
	margin: 0 7px;
	padding: 8px 0 14px;
	width: 80px;
	position: relative;
	z-index: 2;
}
.edu2_training_wrap .countdown li span {
	font-size: 24px;
	font-weight: bold;
	line-height: 39px;
	color: #fff;
}
.edu2_training_wrap .countdown li p {
	font-size: 14px;
	margin: -8px 0 0;
	text-transform: capitalize;
	color: #fff;
}
.edu2_training_wrap strong {
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	display: block;
	margin-bottom: 18px;
}
/*EDU TRAINING SECTION END */

/*PRICING SECTION START*/

.kf_edu_price_bg {
	padding-top:70px;
	background-color: #f3f3f3;
}
.edu2_pricing_wrap {
	float: left;
	width: 100%;
}
.edu2_pricing_des {
	float: left;
	width: 100%;
	text-align: center;
	border:1px solid rgba(225, 225, 225, 0.5);
	background-color: #fff;
}
.edu2_pricing_des:hover {
	border-color: transparent;
	box-shadow: 0 10px 20px 0px rgba(225, 225, 225, 0.5);
	-moz-box-shadow: 0 10px 20px 0px rgba(225, 225, 225, 0.5);
	-webkit-box-shadow: 0 10px 20px 0px rgba(225, 225, 225, 0.5);
}
.edu2_pricing_des h4 {
	text-transform: capitalize;
	padding: 24px 0;
	font-weight: 300;
}
.edu2_pricing_des .pckg-price {
	background-color: #f8f8f8;
	display: block;
	padding:30px 0px;
}
.edu2_pricing_des span strong {
	font-size: 50px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	display: block;
	position: relative;
	line-height: 50px;
}
.edu2_pricing_des span h3 {
	color: #333;
	text-transform: capitalize;
	font-size: 24px;
}
.edu2_pricing_des:hover span sup, .edu2_pricing_des:hover span h3, .edu2_pricing_des:hover span strong {
	color: #fff;
}
.edu2_pricing_des ul {
	float: left;
	width: 100%;
	padding:24px 0 29px;
	text-align: center;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e8e8e8;
}
.edu2_pricing_des ul li {
	display: block;
	margin-bottom: 23px;
}
.edu2_pricing_des ul li a {
	display: block;
	font-weight: normal;
	color: #666;
}
.edu2_pricing_des ul li:last-child {
	margin-bottom: 0;
}
.subscribe {
	background: #fff none repeat scroll 0 0;
	color: #666;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 20px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	line-height: normal;
}
/*PRICING SECTION END*/

/*OUR TESTEMONIAL SECTION START*/

.edu2_testemonial_slider_wrap {
	float: left;
	width: 100%;
}
.edu_testemonial_wrap {
	border: 1px solid #e1e1e1;
	float: left;
	padding: 23px 10px 24px 0;
	position: relative;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.edu_testemonial_wrap:hover {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.edu_testemonial_wrap:before {
	content: "";
	right: -1px;
	top: -1px;
	bottom: 0;
	width: 85%;
	height: 2px;
	position: absolute;
}
.edu_testemonial_wrap > figure {
	width: 122px;
	left: 30px;
	height: 122px;
 box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3) -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3) -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3)
}
.edu_testemonial_wrap > figure img {
	width: 100%;
}
.edu_testemonial_wrap .kode-text {
	padding-left: 180px;
}
.edu_testemonial_wrap p {
	margin-bottom: 20px;
}
.edu_testemonial_wrap a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.edu_testemonial_wrap a span {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	margin-left: 4px;
}
/*slider*/

.edu2_testemonial_slider_wrap .item {
	float: left;
	padding: 0 15px;
	width: 100%;
}
.edu2_testemonial_slider_wrap .owl-wrapper-outer {
	padding-top:30px;
	margin-bottom: 29px;
}
.edu2_testemonial_slider_wrap .owl-theme .owl-controls .owl-page > span {
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background-color: #c3c3c3;
}
.edu2_testemonial_slider_wrap .owl-theme .owl-controls .owl-pagination {
	line-height: 13px;
}
.edu2_testemonial_slider_wrap .owl-page.active {
	width: 15px;
	height: 15px;
	border-radius: 100%;
}
.edu2_testemonial_slider_wrap .owl-page.active > span {
	background-color: transparent !important;
}
/*OUR TESTEMONIAL SECTION END*/

/*

	  ==============================================================

		  HOME PAGE CONTENT CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		  Courses List Pge CSS Strat

	  ==============================================================

*/

.kf_courses_outer_wrap {
	float: left;
	width: 100%;
	overflow: hidden;
}
.col-md-6.left-padding {
	padding-left: 0;
}
.col-md-6.right-padding {
	padding-right: 0;
}
.kf_courses_wrap {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.kf_courses_wrap > figure {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.kf_courses_wrap figure a {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	margin: -25px auto 0;
	font-size: 16px;
	color: #000;
	text-align: center;
	display: inline-block;
	opacity: 0;
	height:50px;
	width:50px;
	border-radius:100%;
	background-color:#fff;
	line-height:46px;
}
.kf_courses_des {
	float: left;
	width: 100%;
}
.courses_des_hding1 {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px 0 10px;
}
.courses_des_hding1 h5 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.kf_courses_des > span {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-transform: capitalize;
	float: left;
	margin-bottom: 15px;
}
.kf_courses_des > span > small {
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	margin-left: 7px;
}
.kf_courses_des > p {
	margin: 0 0 23px;
	color:#666666;
	float: left;
}
/*rating stars css start*/

.rating_wrap {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.rating_wrap > span {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color:#333;
	line-height: 16px;
	margin-right: 10px;
}
.rating_wrap .rating {
	float: left;
	margin: -8px 0;
}
.rating_wrap .rating > span {
	color: #ddd;
	display: inline-block;
	font-size: 24px;
	position: relative;
}
.rating_wrap .rating > span:hover:before {
	content: "\2605";
	position: absolute;
}
.rating_wrap .rating {
	unicode-bidi: bidi-override;
	direction: rtl;
}
 .rating_wrap .rating > span:hover:before, .rating_wrap .rating > span:hover ~ span:before {
 content: "\2605";
 position: absolute;
 color: gold;
}
.rating_wrap .rating {
	unicode-bidi: bidi-override;
	direction: rtl;
}
 .rating_wrap .rating > span:hover:before, .rating_wrap .rating_wrap .rating > span:hover ~ span:before {
 content: "\2605";
 position: absolute;
}
/*rating stars css end*/

.kf_courses_des > a {
	border: 1px solid #dddddd;
	float: left;
	padding: 15px 30px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	content: #333;
}
.kf_courses_des > a:hover {
	color: #fff;
}
/*************************SIDE BAR CSS START****************/



.kf-sidebar {
}
.kf-sidebar .widget {
	float:left;
	width:100%;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:solid 1px #CCC;
}
.kf-sidebar .widget h2 {
	font-size:24px;
	text-transform:uppercase;
	margin:0px 0px 15px 0px;
}
.widget-search form {
	float: left;
	width: 100%;
	position: relative;
}
.widget-search input[type="search"] {
	float: left;
	width: 100%;
	padding: 11px 15px 13px;
	border: 1px solid #d7d7d7;
	font-size: 16px;
	color: #999999;
}
.widget-search input[type="search"]:focus {
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
/*.kf_sidebar_srch_wrap end*/

/*.kf_ARCHIVE_wrap start*/



.widget-archive {
}
.widget-archive ul {
	list-style:none;
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
}
.widget-archive ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget-archive ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.widget-archive ul li a {
	font-weight: normal;
	font-size: 14px;
	text-transform: capitalize;
	color: #333333;
	padding: 12px 10px;
	display: block;
	line-height:normal;
}
.widget-archive ul li a:hover {
	padding: 12px 15px;
	background: #f3f2f2;
}
.widget-archive ul li a i {
	margin-right: 10px;
}
/*.kf_ARCHIVE_wrap END*/

/*KF SIDE BAR RECENT POST WRAP START*/

.widget-recent-posts {
	float: left;
	width: 100%;
	margin-bottom: 46px;
}
.widget-recent-posts ul {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.widget-recent-posts li {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.widget-recent-posts ul li:last-child {
	margin-bottom: 0;
}
.widget-recent-posts figure {
	width: 130px;
}
.widget-recent-posts figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -9px auto 0;
	text-align: center;
	opacity: 0;
	line-height:20px;
}
.widget-recent-posts figure figcaption a {
	font-size: 16px;
	display: inline-block;
	color: #fff;
}
.widget-recent-posts ul li:hover figure figcaption {
	opacity: 1;
}
.widget-recent-posts .kode-text {
	float: none;
	padding: 0 0 0 150px;
	margin-top: 0px;
}
.widget-recent-posts h6 {
	font-size: 16px;
	margin-bottom: 15px;
}
.widget-recent-posts span {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
}
.widget-recent-posts span i {
	font-style: normal;
	font-size: 16px;
	margin-right: 5px;
}
/*KF SIDE BAR RECENT POST WRAP END*/

/*KF SIDE BAR CATEGORIES WRAP START*/

.widget-categories {
	float: left;
	width: 100%;
	margin-bottom: 46px;
}
.widget-categories ul {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.widget-categories ul li {
	float: left;
	width: 100%;
}
.widget-categories ul li:last-child {
	margin-bottom: -2px;
}
.widget-categories ul li a {
	font-weight: normal;
	font-size: 14px;
	text-transform: capitalize;
	color: #666;
	padding: 8px 0px;
	display: block;
	line-height:normal;
}
.widget-categories ul li a:hover {
	padding: 8px 10px;
	background: #f3f2f2;
	color:#fff;
}
.widget-categories ul li a i {
	margin-right: 10px;
}
/*KF SIDE BAR CATEGORIES WRAP END*/

/*KF SIDE BAR COURSES LIST WRAP START*/

.widget-courses-list {
}
.widget-courses-list {
}
.widget-courses-list ul {
	margin:0px 0px 0px -6px;
}
.widget-courses-list ul li {
	margin: 0 0px 6px 5px;
	float:left;
	width:97px;
}
.widget-courses-list figure a {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
	opacity: 0;
	text-align: center;
}
.widget-courses-list li:hover figure a {
	opacity: 0.9;
}
.widget-courses-list figure a {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	font-weight:bold;
	display:block;
	line-height:88px;
}
/*KF SIDE BAR COURSES LIST WRAP END*/

/*KF SIDE BAR TAG CLOUD WRAP START*/

.widget-tag-cloud {
}
.widget-tag-cloud ul {
	margin:-5px 0px 0px -5px;
}
.widget-tag-cloud ul li {
	float: left;
	margin: 0 0 5px 5px;
}
.widget-tag-cloud ul a {
	border: 1px solid #dcdcdc;
	color: #777;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 10px;
	text-transform: uppercase;
}
.widget-tag-cloud ul a:hover {
	color: #fff;
}
/*KF SIDE BAR TAG CLOUD WRAP END*/

/*extra divs in side bar*/

.sidebar_register_wrap {
	float: left;
	width: 100%;
	padding:30px;
	border: 1px solid #e0e0e0;
	margin-bottom: 30px;
}
.apply {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding:15px 30px;
}
.apply:hover {
	background: #000;
	color: #fff;
}
.sidebar_register_des {
	float: left;
	width: 100%;
	padding: 27px 0 0 0;
}
.sidebar_register_des li {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #666666;
	margin-bottom: 7px;
}
.sidebar_register_des li > span {
	float: left;
}
.sidebar_register_des li:last-child {
	margin-bottom: -7px;
}
.sidebar_register_des .rating {
	float: left;
	margin:6px 20px 0px;
	line-height:normal;
}
.sidebar_register_des .rating span {
	font-size: 24px;
	margin: 0 -5px;
	line-height: 10px;
}
.green {
	color: #13ab1e;
	float: none !important;
	font-weight: bold;
}
.teacher_outer_wrap {
	float: left;
	width: 100%;
	margin-bottom: 26px;
}
.teacher_outer_wrap span {
	display: block;
	border: 11px solid #fff;
	padding: 5px 0 6px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	outline: 1px solid #e0e0e0;
	margin-bottom: 30px;
	font-size: 20px;
	text-transform: capitalize;
}
.teacher_wrap {
	float: left;
	width: 100%;
}
.teacher_wrap figure {
	width: 73px;
	margin-bottom: 22px;
}
.teacher_des {
	float: none;
	overflow: hidden;
	padding-left: 15px;
}
.teacher_des h4 {
	margin: -5px 0 3px;
}
.teacher_des small {
	font-size: 14px
}
.teacher_wrap p {
	float: left;
	margin-bottom: 13px;
}
.teacher_meta {
	float: left;
	width: 100%;
}
.teacher_meta li {
	float: left;
	margin-right: 5px;
}
.teacher_meta li a {
	display: block;
	text-align: center;
	border: 1px solid #999999;
	color: #999999;
	width: 36px;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
}
.sidebar_register_des {
}
/*************************SIDE BAR CSS END****************/



/*

	  ==============================================================

		  Courses List Pge CSS End

	  ==============================================================

*/

/*

	  ==============================================================

		  OUR TEACHER PAGE CSS START

	  ==============================================================

*/

.edu2_teachers_page .edu2_faculty_des {
	margin-bottom: 30px;
}
/*

	  ==============================================================

		  OUR TEACHER PAGE CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		  OUR EVENT PAGE CSS START

	  ==============================================================

*/

.edu2_event_wrap {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	padding: 30px 278px 20px 29px;
}
.edu2_event_wrap:before {
	content: "";
	position: absolute;
	left: 0;
	right: 30px;
	top: 0;
	bottom: 0;
	background-color: #f9f9f9;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.edu2_event_wrap:hover:before {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.side_change {
	padding: 30px 29px 20px 278px;
}
.side_change:before {
	right: 0;
	left: 30px;
}
.edu2_event_wrap.side_change .edu2_event_des {
	text-align: right;
}
.edu2_event_wrap.side_change .edu2_event_des span {
	right: 40px;
}
.edu2_event_wrap.side_change .post-option > li a {
	padding: 0 0 0 5px;
}
.edu2_event_wrap.side_change .post-option > li:first-child a {
	padding: 0 5px 0 5px;
}
.edu2_event_wrap.side_change .post-option > li {
	float: left;
	margin: 0 10px 0 19px;
	text-align: right;
}
.edu2_event_wrap .post-option li:last-child, .edu2_event_wrap.side_change .post-option > li:last-child {
	margin: 0;
}
.side_change figure {
	left: 0;
}
.edu2_event_wrap .edu2_event_des {
	float: left;
	padding: 25px 0 4px 0;
	text-align: left;
	position: relative;
	z-index: 2;
	width: 100%;
}
.edu2_event_wrap .edu2_event_des h4 {
	font-weight: bold;
	margin-bottom: 27px;
}
.edu2_event_wrap .edu2_event_des h6 {
	font-weight: 500;
	margin-bottom: 11px;
}
.edu2_event_wrap .post-option {
	float: left;
	width: 100%;
	margin-bottom: 17px;
}
.edu2_event_wrap .post-option li {
	float: left;
	font-size: 14px;
	color: #999999;
	text-transform: capitalize;
	margin-right: 10px;
}
.edu2_event_wrap .post-option > li > a {
	font-size: 13px;
	color: #999999;
	text-transform: capitalize;
	padding: 0 10px 0 3px;
	display: inline-block;
}
.edu2_event_wrap .readmore {
	display: inline-block;
	font-size: 15px;
	text-transform: capitalize;
}
.edu2_event_wrap .readmore i {
	font-size: 18px;
	margin: auto 5px;
	vertical-align: middle;
}
.edu2_event_wrap .readmore:hover i {
	transform: translate(10px);
}
.edu2_event_wrap figure {
	position: absolute;
	width: 261px;
	right: 0;
	top: 50%;
	margin-top:-96px;
}
.edu2_event_wrap figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -34px auto 0;
	text-align: center;
	opacity: 0;
	transform:scale(1.5);
}
.edu2_event_wrap:hover figure figcaption {
	opacity: 1;
	transform:scale(1);
}
.edu2_event_wrap figure figcaption a {
	font-size: 50px;
	color: #fff;
}
.edu2_event_wrap figure figcaption a:hover {
	color: #000;
}
/*

	  ==============================================================

		  OUR EVENT PAGE CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		  OUR BLOG PAGE CSS START

	  ==============================================================

*/

.edu2_blog_page {
	float: left;
	width: 100%;
}
.edu2_blogpg_wrap {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.edu2_blogpg_des {
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
	padding: 26px 0 0 0;
}
.edu2_blogpg_wrap > figure:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.10;
}
.edu2_blogpg_des > figure {
	width: 77px;
	position: absolute;
	right: 30px;
	top: -34px;
	border: 3px solid #fff;
	border-radius: 5px;
}
.edu2_blogpg_des ul {
	float: left;
	width: 100%;
	margin-bottom: 22px;
}
.edu2_blogpg_des ul li {
	display: inline-block;
	margin-right: 15px;
	font-size:15px;
	font-weight: normal;
}
.edu2_blogpg_des ul li i {
	margin-right: 13px;
}
.edu2_blogpg_des ul li a {
	color: #999999;
	text-transform: capitalize;
	display: inline-block;
}
.edu2_blogpg_des h5 {
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.edu2_blogpg_des p {
	margin-bottom: 26px;
	font-size: 16px;
}
.edu2_blogpg_des .blog-readmore {
	display: inline-block;
	float: right;
	font-size: 14px;
	padding: 15px 30px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	border: 1px solid;
}
.edu2_blogpg_des .blog-readmore:hover {
	color: #fff;
}
/*slider css*/

.blog_slider_thumb {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.edu2_blogpg_wrap .owl-pagination {
	display: none;
}
.edu2_blogpg_wrap .customNavigation {
	left: 0;
	margin: -24px 0 0;
	position: absolute;
	right: 0;
	top: 50%;
}
.edu2_blogpg_wrap .btn {
	background: rgba(0, 0, 0, 0.2);
	;
	border: medium none;
	border-radius: 0;
	color:#fff;
	font-size: 20px;
	height: auto;
	padding: 10px 25px;
	width: auto;
}
.edu2_blogpg_wrap .btn.prev {
	float: left;
}
.edu2_blogpg_wrap .btn.next {
	float: right;
}
/*

	  ==============================================================

		  OUR BLOG PAGE CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		  ABOUt US PAGE CSS START

	  ==============================================================

*/

.abt_univ_wrap {
	float: left;
	width: 100%;
}
.kf_edu2_heading1 h5 {
	text-transform: capitalize;
	margin: 3px 0 11px;
}
.abt_univ_des {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0 0 0;
}
.abt_univ_des span {
	font-size: 18px;
	color: #333;
	margin: -7px 0 21px;
	display: block;
}
.abt_univ_des p {
	margin-bottom: 20px;
}
.abt_univ_des .btn-6 {
	margin-top: 7px;
}
.abt_univ_thumb {
	float: left;
	width: 100%;
}
.abt_univ_thumb figure:before {
	content: "";
	left:5%;
	right: 5%;
	top: 5%;
	bottom: 5%;
	background-color: transparent;
	opacity: 1;
	border: 2px solid #fff;
}
.abut-padiing {
	padding-bottom: 60px;
}
/*edu2 welcome wrap start*/

.kf_intro_des_wrap.aboutus_page {
	width: 100%;
	float: left;
	padding: 0;
}
.aboutus_page .kf_intro_des {
	width: 100%;
}
.aboutus_page .kf_intro_des_caption a {
	margin-bottom: 0;
}
/*edu2 welcome wrap end*/

/*edu student slider start*/

.edu_student_wrap_bg {
	background-image: url(extra-images/student.jpg);
	position: relative;
	background-size:cover;
}
.edu_student_wrap_bg:before {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	background-color: #000;
	opacity:0.8;
}
.student_slider_wrap {
	float: left;
	width: 100%;
}
.student_slider_wrap .bx-wrapper {
	padding: 55px 0;
	margin-bottom: 0;
}
.student_slider_des .kf_edu2_heading1 {
	margin-bottom: 53px;
}
 .student_slider_wrap .kf_edu2_heading1 h3::before, .student_slider_wrap .kf_edu2_heading1 h3 {
 color: #fff;
}
 .student_slider_wrap .kf_edu2_heading1 h3::before {
 background-color: #fff;
}
.student_slider_des > p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 47px;
	float: left;
}
.std_name_des {
	display: inline-block;
	float: left;
	margin-top: -5px;
	padding: 0 0 0 60px;
}
.std_name_des > a {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.std_name_des > a:before {
	content:  "\f10e";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/

    color: #fff;
	font-size: 36px;
	padding-right: 0.5em;
	position: absolute;
	top: 3px;
	left: -58px;
}
.std_name_des small {
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}
.student_slider_wrap .bx-wrapper .bx-viewport {
	background: transparent;
	border: none;
	box-shadow: 0 0 0px #ccc;
	left: 0px;
	transform: translateZ(0px);
}
.student_slider_thumb {
	float: left;
	width: 100%;
	margin-bottom: -30px;
}
.student_slider_thumb a {
	border: 1px solid #fff;
	float: left;
	padding: 5px;
	width: 100%;
	margin-bottom: 30px;
}
.student_slider_thumb a img {
	border: 1px solid #fff;
	float: left;
	width: 100%;
}
.student_slider_wrap .bx-controls.bx-has-controls-direction {
	float: left;
	position: relative;
	width: 100%;
}
.student_slider_wrap .bx-wrapper .bx-next {
	right: 0;
}
.student_slider_wrap .bx-wrapper .bx-prev {
	left: 0;
	margin-left: 15px;
}
.student_slider_wrap .bx-controls-direction {
	float: left;
	padding:  0 0;
	position: relative;
	width: 100%;
}
.student_slider_wrap .bx-wrapper .bx-controls-direction a {
	height: 27px;
	margin-top: 0px;
	outline: 0 none;
	position: relative;
	text-indent: -9999px;
	bottom: 0;
	width: 32px;
	z-index: 9999;
	border-radius: 0;
	background-color:#fff;
	line-height: 27px;
	float: right;
}
.student_slider_thumb img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.student_slider_thumb a.active img, .student_slider_thumb a:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
}
/*edu student slider END*/

/*

	  ==============================================================

		  ABOUt US PAGE CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		  EVENT LIST PAGE CSS START

	  ==============================================================

*/

.event_list_page {
	padding-bottom: 40px;
}
.kf_event_list_wrap {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background-color:#f9f9f9;
}
.kf_event_list_wrap:hover {
	box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.3)
}
.kf_event_list_thumb {
	float: left;
	width: 100%;
}
.kf_event_list_thumb .defaultCountdown {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 0px;
	width: 80%;
	text-align: center;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	opacity: 0
}
.kf_event_list_wrap:hover .defaultCountdown {
	bottom: 20px;
	opacity: 1;
}
.kf_event_list_thumb .countdown-row {
	width: 100%;
}
.kf_event_list_thumb .countdown-section {
	display: inline-block;
	width: 25%;
}
.kf_event_list_thumb .countdown-section span {
	float: left;
	width: 100%;
	line-height: normal;
}
.kf_event_list_thumb .countdown-amount {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}
.kf_event_list_thumb .countdown-period {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.kf_event_list_des {
	float: left;
	padding: 30px 30px 30px 0;
	width: 100%;
}
.kf_event_list_des h4 {
	margin-bottom: 10px;
}
.kf_event_list_des h4 a {
	font-size: 20px;
	text-transform: uppercase;
	;
}
.kf_event_list_des h4 a span {
	color: #333333;
}
.kf_event_list_des p {
	margin-bottom: 15px;
}
.kf_event_list_links {
	float: left;
	width: 100%;
}
.kf_event_list_links li {
	float: left;
	margin-right: 15px;
}
.kf_event_list_links li i {
	margin-right: 10px;
}
.kf_event_list_links li a {
	display: inline-block;
	font-size: 15px;
	color: #999999;
	text-transform: capitalize;
}
/*

	  ==============================================================

		  EVENT LIST PAGE CSS END

	  ==============================================================

*/

/*INNER PAGE SEARCH BAR WRAP START*/

.overflow_visible {
	overflow: visible;
}
.search_bar_outer_wrap {
	overflow: visible;
	padding: 0;
	position: relative;
	margin: 0px;
}
.inr_pg_search_wrap {
	width: 100%;
	position: relative;
	padding: 35px 30px;
	z-index: 2;
	margin-top: -60px;
	float: left;
	width: 100%;
}
.inr_pg_search_wrap:before {
	background-image: url(extra-images/search_bar_bg.png);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	opacity: 1;
	content: "";
	z-index: -1;
}
.inr_pg_search_wrap form {
	float: left;
	width: 100%;
}
.search_bar_des {
	float: left;
	width: 83.3%;
}
.inr_pg_search_wrap form > button {
	float: right;
	padding:15px 0px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	background-color:#333333;
	width: 16.7%;
	text-transform: uppercase;
	line-height: normal;
	height: 50px;
}
.search_bar_des > input[type="search"] {
	border:none;
	float: left;
	width: 70%;
	padding: 15px 20px 16px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	height: 50px;
}
.search_bar_des .selectric-wrapper {
	width: 30%;
	height: 50px;
}
.search_bar_des .selectric .button {
	padding: 10px 12px;
}
.search_bar_des .selectric .label {
	line-height: 50px;
	height: 50px
}
.inr_pg_search_wrap form .dropdown {
	float: right;
	width: 30%;
	border-left: 1px solid #e1e1e1;
}
.inr_pg_search_wrap form .btn {
	-moz-user-select: none;
	border-radius: 0px;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 13px 20px 15px;
	border: none;
	text-align: left;
	width: 100%;
}
.btn-default:hover, .inr_pg_search_wrap form .btn-default.active, .inr_pg_search_wrap form .btn-default:focus, .inr_pg_search_wrap form .btn-default:active, .inr_pg_search_wrap form .open > .dropdown-toggle.btn-default {
	background-color:#fff;
}
.inr_pg_search_wrap form .caret {
	margin-top: -2px;
	position: absolute;
	right: 20px;
	top: 50%;
}
.inr_pg_search_wrap form .dropdown-menu > li {
	float: left;
	width: 100%;
}
/*INNER PAGE SEARCH BAR WRAP END*/

/*

	  ==============================================================

		  OUR COURSES $ COLUM PAGE CSS START

	  ==============================================================

*/

.edu2_col_4_wrap {
	float: left;
	width: 100%;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #dddddd;
	margin-bottom: 30px;
}
.edu2_col_4_wrap figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -12px;
	text-align: center;
	opacity: 0;
}
.edu2_col_4_wrap:hover > figure figcaption {
	opacity: 1;
}
.edu2_col_4_wrap figure figcaption a {
	display: inline-block;
	color: #fff;
	font-size: 24px;
}
.edu2_col_4_wrap figure figcaption a:hover {
	color: #000;
}
.edu2_col_4_des {
	float: left;
	width: 100%;
	padding: 35px 0 13px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.edu2_col_4_des figure {
	position: absolute;
	top: -22px;
	left: 0;
	right: 0;
	margin:auto;
	width: 43px;
	height: 43px;
	border-radius: 100%;
	border: 3px solid #fff;
}
.edu2_col_4_des h6 {
	margin: -3px 0 7px;
	text-transform: capitalize;
	color: #333333;
	font-weight: bold;
}
.edu2_col_4_des p {
	margin-bottom: 8px;
}
.edu2_col_4_des span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.edu2_col_4_ftr {
	border-bottom: 1px solid #ddd;
	float: left;
	padding: 14px 14px;
	width: 100%;
}
.edu2_col_4_ftr .rating {
	float: right;
	margin-top: -8px;
}
.edu2_col_4_ftr > span {
	float: left;
	font-size: 16px;
	margin: -6px 0 -5px;
}
.edu2_col_4_ftr .rating > span {
	color: #ddd;
	font-size: 16px;
}
/*

	  ==============================================================

		  OUR COURSES $ COLUM PAGE CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		   OUR COURSES PAGE CSS START

	  ==============================================================

*/

.edu2_col_3_wrap {
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
	padding: 4px;
	margin-bottom: 30px;
}
.edu2_col_3_des {
	float: left;
	width: 100%;
	padding: 25px 20px 0 20px;
}
.edu2_col_3_wrap .rating > span {
	width: auto;
}
.edu2_col_3_wrap:hover > figure:before {
	background-color:#000;
	opacity: 0.5;
}
.edu2_col_3_wrap figure figcaption {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
	right: 0;
	text-align: center;
}
.edu2_col_3_wrap figure figcaption a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 56px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	transform: scale(3);
	opacity: 0;
}
.edu2_col_3_wrap:hover figure figcaption a {
	opacity: 1;
	transform: scale(1);
}
.edu2_col_3_des h6 {
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.edu2_col_3_des p {
	margin: 0 0 21px 0;
}
.video_link_wrap {
	float: left;
	width: 100%;
	margin-bottom: 28px;
}
.video_link_wrap a {
	display: inline-block;
	font-size: 16;
	font-weight: bold;
	text-transform: capitalize;
}
.video_link_wrap span {
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-top: -6px;
}
.edu2_col_3_ftr {
	float: left;
	width: 100%;
	padding: 20px 0 16px;
	border-top: 1px solid #ddd;
}
.edu2_col_3_ftr figure {
	width: 37px;
	height: 37px;
	border-radius: 100%;
}
.edu2_col_3_ftr a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 2px 0 0 15px;
}
.edu2_col_3_ftr .rating {
	margin:0;
}
/*

	  ==============================================================

		   OUR COURSES PAGE CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		  BLOG  3 PAGE CSS START

	  ==============================================================

*/

/*left or right side bar*/

.right-sidebar {
	padding-bottom: 15px;
}
/*left or right side bar end*/

.blog_3_wrap {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 55px;
	margin-bottom: 50px;
}
.blog_3_sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
}
.blog_3_sidebar > li {
	float: left;
	width: 100%;
	background-color: #333333;
	border-bottom: 1px solid #717171;
	padding:4px 0px 5px;
}
.blog_3_sidebar > li:last-child {
	border: none;
}
.blog_3_sidebar a {
	color: #fff;
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
}
.blog_3_sidebar span {
	color: #fff;
	display: block;
	font-size: 14px;
	text-align: center;
	text-transform: capitalize;
}
.blog_3_wrap:hover .blog_3_des figure:before {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.65;
}
.blog_3_des figure figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -7px;
	text-align: center;
	opacity: 0;
}
.blog_3_wrap:hover .blog_3_des figure figcaption {
	opacity: 1;
}
.blog_3_des figure figcaption a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
}
.blog_3_des {
	float: left;
	width:100%;
	margin-bottom: -6px;
	text-align: left;
}
.blog_3_des ul {
	float: left;
	width: 100%;
	margin: 20px 0px 15px 0px;
}
.blog_3_des ul li {
	float: left;
	border-right: 1px solid #dcdcdc;
	font-size: 15px;
	color:#666666;
	margin: -5px 0 -2px;
	padding-right:15px;
}
.blog_3_des ul li:last-child {
	border:none;
}
.blog_3_des ul li a {
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	margin-right: 10px;
}
.blog_3_des ul li i {
	margin-left: 15px;
}
.blog_3_des h5 {
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	width: 100%;
}
.blog_3_des p {
	margin-bottom: 5px;
}
/*

	  ==============================================================

		  BLOG  3 PAGE CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		 TEACHER BIO DETAILS PAGE CSS START

	  ==============================================================

*/

.teacher_bio_wrap {
	float: left;
	width: 100%;
}
.teacher_bio_logo {
	float: left;
	border: 2px solid;
	border-radius: 5px;
	margin-bottom: 30px;
}
.teacher_bio_logo span {
	color: #fff;
	float: left;
	font-size: 36px;
	padding:16px;
	text-align: center;
}
.teacher_bio_logo h3 {
	text-transform: uppercase;
	float: left;
	line-height:normal;
	font-weight: bolder;
	padding:15px 25px 12px;
}
.teacher_bio_des {
	float: left;
	width: 100%;
}
.teacher_bio_des h4 {
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.teacher_bio_des ul {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.teacher_bio_des ul li {
	float: left;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin-right: 30px;
}
.teacher_bio_des ul li i {
	margin-right: 8px;
}
.teacher_bio_des ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #666;
}
.margin_none {
	margin: 0 !important;
}
.teacher_thumb {
	float: left;
	width: 100%;
}
.teacher_thumb figure:after {
	content: "";
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	position: absolute;
	border:1px solid;
}
.teacher_thumb figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom:16px;
	z-index: 9999;
}
.teacher_thumb ul {
	display: inline-block;
	margin: auto;
}
.teacher_thumb li {
	float: left;
}
.teacher_thumb figcaption a {
	width: 41px;
	height: 41px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 41px;
	margin: 0 3px;
}
.teacher_thumb figcaption a:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}
.skill_progress_wrap {
	float: left;
	width: 100%;
	border: 1px solid #e2e2e2;
	margin-bottom: 70px;
}
.skill_progress_des {
	float: left;
	width: 100%;
	padding: 50px 50px 30px 20px;
}
.progress_heading {
	float: left;
	width: 100%;
	position: relative;
	margin: -5px 0 35px 0;
	padding: 0 0 4px;
0;
	border-bottom: 2px solid #e2e2e2;
}
.progress_heading h4 {
	font-weight: normal;
	text-transform: uppercase;
}
.progress_heading:before {
	content: "";
	left: 0;
	right: 0;
	bottom: -2px;
	position: absolute;
	height: 2px;
	width: 40px;
}
/*PROGRESS BAR START*/

.progress-names span {
	font-weight: normal;
	font-size: 16px;
	color:#333333;
	margin-bottom: 13px;
	float: left;
	line-height: normal;
}
.progress-names {
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}
.progressbar {
	float: left;
	position:relative;
	width:100%;
	height:14px;
	padding:0;
	margin:0 auto 0px;
	background-color: #e2e2e2;
}
.bar {
	position:absolute;
	display:block;
	width:0px;
	height:16px;
	top:0px;
	left:0px;
	overflow:hidden;
}
.label {
	background:  transparent;
	color: #666666;
	display: block;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-left: -39px;
	position: absolute;
	text-align: center;
	top: -35px;
	padding: 0;
	left: 100% !important;
}
.label span {
	position:absolute;
	display:block;
	width:12px;
	height:13px;
	top:26px;
	left:14px;
	background:transparent;
	overflow:hidden;
	transform:rotate(30deg)
}
/*progress bar end*/

/*EDUCATION TRAINING START*/

.training_heading {
	float: left;
	width: 100%;
	position: relative;
	margin: -5px 0 50px 0;
	padding: 0 0 10px;
0;
	border-bottom: 2px solid #e2e2e2;
	text-align: center;
}
.training_heading h4 {
	font-weight: normal;
	display: inline-block;
	text-transform: uppercase;
}
.training_heading:before {
	content: "";
	left: 0;
	right: 0;
	bottom: -2px;
	position: absolute;
	height: 2px;
	width: 40px;
	margin: 0 auto;
}
.kf_training_wrap ul {
	float: left;
	width: 100%;
}
.kf_training_wrap ul li {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	padding: 60px 0 0 0;
}
.kf_training_wrap ul li:before {
	content: "";
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	position: absolute;
	width: 2px;
	background-color: #e2e2e2;
	height: 100%;
	margin: auto;
}
.kf_training_wrap ul li:after {
	content: "\f111";
	left: 0;
	right: 0;
	top:50%;
	bottom: 0;
	margin: -30px auto;
	position: absolute;
	width: 60px;
	border:2px solid #e2e2e2;
	height: 60px;
	line-height: 54px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 17px;
	text-align: center;
	padding: 0;
	background-color: #fff;
	border-radius: 100%;
}
 .kf_training_wrap li:nth-child(even) .kf_training_des {
 text-align: right;
 float: left;
 padding-right:70px;
 padding-left:0px;
}
 .kf_training_wrap li:nth-child(even) .kf_training_date {
 float: right;
 text-align: left;
 padding-left: 70px;
}
.kf_training_outer_des {
	float: left;
	width: 100%;
}
.kf_training_date {
	float: left;
	width: 50%;
	text-align: right;
	padding: 12px 70px 0 0;
}
.kf_training_date > span {
	display: inline-block;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	padding: 8px 13px;
	border: 2px solid;
	border-radius: 3px;
}
.kf_training_outer_des:hover .kf_training_date > span {
	color: #fff;
	border-radius: 0;
}
.kf_training_des {
	float: right;
	width: 50%;
	text-align: left;
	padding: 9px 0 0 70px;
}
.kf_training_des h6 {
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.kf_training_des span {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 16px;
}
.kf_training_des p {
	margin-bottom: 0;
}
.background_color {
	background-color: #f7f7f7;
}
.background_color .edu_testemonial_wrap {
	background: #fff;
}
/*

	  ==============================================================

		 TEACHER BIO DETAILS PAGE CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		 EVENT DETAILS PAGE CSS START

	  ==============================================================

*/

.kf_convocation_outer_wrap {
	float: left;
	width: 100%;
}
.convocation_slider {
	float: left;
	width:100%;
	margin-bottom: 20px;
}
.convocation_slider .owl-pagination {
	display: none;
}
.convocation_slider figure:before {
	border: 1px solid rgba(225, 225, 225, 0.5);
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	opacity: 1;
	background-color: transparent;
	outline: 1px solid rgba(225, 225, 225, 0.5);
	outline-offset: 9px;
}
.kf_convocation_wrap {
	float: left;
	width: 100%;
	text-align: left;
}
.kf_convocation_wrap h4 {
	font-weight: normal;
	margin: 0px 0 20px 0;
	display: block;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 26px;
}
.kf_convocation_wrap h4 span {
}
.convocation_timing {
	float: left;
	width: 100%;
	border-bottom:1px solid;
	padding-bottom: 20px;
}
.convocation_timing li {
	float: left;
	margin-right: 29px;
	font-size: 16px;
	color: #999999;
}
.convocation_timing li i {
	margin-right: 10px;
}
.kf_convocation_des {
	float: left;
	width: 100%;
	padding:20px 0;
	border-bottom: 1px solid #e9e9e9;
}
.kf_convocation_des h5 {
	margin: 0px 0 15px;
	display: block;
	color: #666;
	font-weight: 300;
}
.kf_convocation_des p {
	margin-bottom: 15px;
}
.kf_convocation_des > a {
	font-size: 14px;
	font-weight: bold;
	padding:8px 30px;
	margin-right: 11px;
	color: #fff;
	display: inline-block;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.kf_convocation_des a i {
	margin-right: 10px;
	font-size: 12px;
}
.kf_convocation_map {
	float: left;
	width: 100%;
	text-align: center;
}
.kf_convocation_map iframe {
	max-height: 355px;
	margin-bottom: 30px;
}
.kf_event_speakers {
	float: left;
	width: 100%;
	padding:34px 0 39px 0;
	border-bottom: 1px solid #e9e9e9;
}
.heading_5 {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 29px;
}
.heading_5 > h4 {
	font-weight: normal;
	text-transform: uppercase;
}
.heading_5 > h4 span {
}
.kf_event_speakers_des {
	float: left;
	width: 100%;
	text-align: center;
	padding:  0px 0px 15px 0px;
}
.kf_event_speakers_des:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
}
.kf_event_speakers_des figure {
	margin-bottom: 20px;
	overflow: hidden;
}
.kf_event_speakers_des figure img {
	float: left;
	width: 100%;
}
.kf_event_speakers_des:hover figure img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.kf_event_speakers_des h5 {
	margin-bottom: 2px;
	text-transform: uppercase;
	font-weight: normal;
}
.kf_event_speakers_des p {
	margin-bottom: 0;
}
.kf_event_gallery {
	float: left;
	width: 100%;
	padding-top:34px;
}
.event_gallery_des {
	float: left;
	width: auto;
	margin-right: -10px;
	margin-bottom: 20px;
}
.event_gallery_des li {
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
	background-color: #000;
}
.event_gallery_des li:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	opacity: 0.5;
}
.event_link.next {
	float: right;
}
.event_link.next i {
	margin-left: 15px;
}
.event_link.prev {
	float: left;
}
.event_link.prev i {
	margin-right: 15px;
}
/*

	  ==============================================================

		 EVENT DETAILS PAGE CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		 BLOG DETAILS PAGE CSS START

	  ==============================================================

*/

.kf_blog_detail_wrap {
	float: left;
	width: 100%;
}
.blog_detail_thumbnail {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.blog_detail_thumbnail figure figcaption {
	position: absolute;
	bottom: 8%;
	margin: 0 auto 16px;
	text-align: left;
	left: 0;
	right: 0;
}
.blog_detail_thumbnail figure figcaption a {
	padding:6px 20px 5px;
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
	display: inline-block;
}
.kf_blog_detail_des {
	float: left;
	width: 100%;
}
.blog-detl_heading {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}
.blog-detl_heading h5 {
	font-weight: normal;
	text-transform: uppercase;
}
.blog_detail_meta {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.blog_detail_meta li {
	margin-right: 28px;
}
.blog_detail_meta li a, .blog_detail_meta li {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.blog_detail_meta li {
	float: left;
}
.blog_detail_meta li i {
	margin-right: 9px;
}
.kf_blog_detail_des > p {
	margin-bottom: 21px;
}
.kf_blog_detail_des .margin-bottom {
	margin-bottom:25px;
}
.kf_blog_detail_des blockquote {
	background-color:#f1f1f1;
	float: left;
	width: 100%;
	padding:34px 34px 36px;
	border-left: 6px solid;
	text-align: center;
	margin: 0px 0 23px 0;
}
.kf_blog_detail_des blockquote > p {
	font-size: 18px;
	font-style: italic;
	position: relative;
}
.kf_blog_detail_des blockquote > p:before {
	content:  "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/

    color: #999999;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: -27px;
	left: 10px;
}
.kf_blog_detail_des blockquote > p:after {
	content:   "\f10e";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/

    color: #999999;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	bottom: -27px;
	right: 10px;
}
.blog_thumb_wrap {
	float: left;
	width: 100%;
	margin-bottom: 23px;
}
.blog_thumb_wrap figure figcaption {
	position: absolute;
	top: 50%;
	margin: -8px auto 0;
	left: 0;
	right: 0;
	text-align: center;
}
.blog_thumb_wrap figure figcaption a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	transform:scale(0);
}
.blog_thumb_wrap figure:hover figcaption a {
	transform:scale(1);
}
.kf_courses_detail_wrap .about_autor {
	margin-bottom: 0;
}
.about_autor {
	float: left;
	width: 100%;
	border:1px solid #e1e1e1;
	padding:20px 15px 13px 20px;
	margin-bottom: 40px;
}
.about_autor figure {
	width: 128px;
}
.about-autor_des {
	float: none;
	overflow: hidden;
	padding-left: 20px;
	text-align: left;
}
.about-autor_des h6 {
	margin: -3px 0 9px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.about-autor_des p {
	margin-bottom: 15px;
	font-size: 15px;
}
.autor_social {
	float: right;
	text-align: right;
}
.autor_social li {
	float: left;
	margin-left: 20px;
}
.autor_social li a {
	font-size: 16px;
	color: #666;
}
.section-comment {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.coment_list {
	float: left;
	width: 100%;
}
.coment_list li {
	float: left;
	width: 100%;
}
.comment_wrap {
	float: left;
	width: 100%;
	padding:30px 0 30px 0;
	border-bottom: 1px solid #e7e7e7;
}
.section-comment .blog-detl_heading {
	margin-bottom: 2px;
}
.comment_wrap figure {
	width: 108px;
}
.comment_des {
	float: none;
	overflow: hidden;
	padding-left: 20px;
	text-align: left;
}
.comment_des_hed {
	float: left;
	width: 100%;
	margin-bottom: 9px;
	margin-top: -4px;
}
.comment_des_hed cite {
	float: left;
}
.comment_des_hed cite a {
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	display: inline-block;
	font-style: normal;
	color: #333;
}
.comment_des_hed cite span {
	display: inline-block;
	font-size: 14px;
	padding-left: 20px;
	border-left:1px solid #e7e7e7;
	font-weight: normal;
	font-style: normal;
}
.comment_reply {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}
.comment_reply i {
	margin-right: 10px;
}
.comment_des p {
	margin-bottom: 0;
	font-size: 15px;
}
.secnd_coment_list {
	float: left;
	width: 100%;
	padding-left: 50px;
}
.blog_pg_form {
	float: left;
	width: 100%;
}
.blog_pg_form .blog-detl_heading {
	margin-bottom: 32px;
}
.blog_pg_form form {
	float: left;
	width: 100%;
}
.blog_pg_form textarea, .blog_pg_form input[type="e-mail"], .blog_pg_form input[type="text"] {
	float: left;
	width: 100%;
	padding: 10px 15px 13px;
	font-size: 16px;
	color: #bcbcbc;
	border: 1px solid #d8d8d8;
	margin-bottom: 30px;
}
 .blog_pg_form textarea::-moz-placeholder, .blog_pg_form input[type="text"]::-moz-placeholder {
 color: #bcbcbc;
}
.blog_pg_form textarea {
	height: 175px;
	resize:none;
}
.blog_pg_form form button {
	padding: 8px 30px;
	text-transform: uppercase;
	color: #fff;
	float: left;
	font-weight: bold;
}
/*

	  ==============================================================

		 BLOG DETAILS PAGE CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		 COURSES DETAILS PAGE CSS START

	  ==============================================================

*/

.kf_courses_detail_wrap {
	float: left;
	width: 100%;
}
.kf_courses_detail_wrap .courses_detail_heading {
	margin-top: -7px;
}
.kf_courses_detail_wrap .blog_thumb_wrap .col-md-4 {
	margin-bottom:30px;
}
.courses_detail_heading {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.courses_detail_heading h4 {
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	text-align: left;
	margin: 0px 0 0px 0;
}
.course_detail_meta {
	float: left;
	width: 100%;
	margin-bottom: 14px;
}
.course_detail_meta li {
	margin-right: 28px;
}
.course_detail_meta li a, .course_detail_meta li {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.course_detail_meta li {
	float: left;
}
.course_detail_meta li i {
	margin-right: 9px;
}
.course_detail_thumbnail {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.course_detail_thumbnail figure:before {
	position: absolute;
	content: "";
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.15);
	opacity: 1;
}
.course_detail_thumbnail figure figcaption {
	position: absolute;
	top: 50%;
	margin: -45px auto 0;
	text-align: center;
	left: 0;
	right: 0;
}
.course_detail_thumbnail figure figcaption a {
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 85px;
	border: 3px solid #fff;
	border-radius: 100%;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.kf_courses_tabs {
	float: left;
	width: 100%;
}
.kf_courses_tabs > .nav.nav-tabs {
	border: medium none;
	float: left;
	width: 100%;
	border-bottom:solid 1px #eee;
}
.kf_courses_tabs .nav-tabs > li {
	float: left;
	margin: 0px;
	text-align: left;
}
.kf_courses_tabs .nav-tabs > li > a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	cursor: pointer;
	padding: 15px 20px;
	margin:0;
	background-color: #fff;
	border: none;
}
.kf_courses_tabs .nav-tabs > li.active > a:focus, .kf_courses_tabs .nav-tabs > li.active > a:hover {
	border-style:solid;
	border-color:  #dcdcdc;
	border: none;
}
.kf_courses_tabs .nav-tabs > li.active > a {
}
 .kf_courses_tabs .nav-tabs > li > a::before {
 bottom: 0px;
 content: "";
 height: 2px;
 left: 0;
 position: absolute;
 right: 0;
 width: 0;
}
 .kf_courses_tabs .nav-tabs > li.active > a::before {
 width: 100%;
}
.kf_courses_tabs .tab-content {
	float: left;
	width: 100%;
	padding:20px 0 0 0;
}
.kf_courses_detail_des {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 0px;
	margin-bottom: 30px;
}
.course_heading {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.course_heading h3 {
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
}
.kf_courses_detail_des > p {
	margin-bottom: 18px;
}
.study_table_wrap {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
}
.study_table_wrap p {
	margin-bottom: 28px;
}
.study_table_wrap h6 {
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 20px;
}
.study_table_wrap .table {
	margin-bottom: 46px;
}
.study_table_wrap th {
	border: 1px solid #ccc !important;
	background-color: #ddd;
	font-size: 16px;
	color: #333;
	text-align: left;
}
.study_table_wrap .table > thead > tr > th, .study_table_wrap .table > tbody > tr > th, .study_table_wrap .table > tfoot > tr > th, .study_table_wrap .table > thead > tr > td, .study_table_wrap .table > tbody > tr > td, .study_table_wrap .table > tfoot > tr > td {
	padding:12px 16px;
}
.subject_details {
	float: left;
	width: 100%;
}
.subject_details h6 {
	font-weight: bold;
	margin-bottom: 25px;
}
b {
	color: #333;
}
.subject_details > p {
	margin-bottom: 18px;
}
.border_none {
	border-bottom: none;
	margin-bottom: 0;
}
/*

	  ==============================================================

		 COURSES DETAILS PAGE CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		CONTACT US 1 PAGE CSS START

	  ==============================================================

*/



.kf_location_wrap {
	float: left;
	width: 100%;
	max-height: 500px;
	position:relative;
}
.kf_location_wrap .map-canvas {
	float: left;
	width: 100%;
	height: 500px;
}
.contct_wrap form, .contct_wrap {
	float: left;
	width: 100%;
}
.contact_heading {
	float: left;
	width: 100%;
	margin-bottom: 14px;
}
.contact_heading h4 {
	font-size: 24px;
	font-weight: normal;
	margin: -6px 0 16px 0;
	text-transform: uppercase;
}
.contact_des {
	float: left;
	width: 100%;
}
.contact_des h4 {
	font-size:22px;
	margin:0px 0px 15px 0px;
}
.inputs_des {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.inputs_des span {
	float: left;
	width: 100%;
	font-size: 16px;
	margin-bottom: 5px;
}
.inputs_des span i {
	margin-right: 10px;
}
.inputs_des > input[type="text"] {
	line-height: 30px;
}
.inputs_des textarea, .inputs_des input[type="text"] {
	float: left;
	width: 100%;
	border: 1px solid #dedede;
	padding:3px 10px 5px 38px;
	line-height: 34px;
}
.inputs_des textarea {
	height: 308px;
	resize:none;
}
.contact_des button {
	display: block;
	padding: 15px 20px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
.contact_meta {
	float: left;
	margin: -2px 0 27px;
	width: 100%;
}
.contact_meta li {
	color: #7a7a7a;
	float: left;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: left;
	text-transform: capitalize;
	width: 100%;
	line-height: normal;
}
.contact_meta li a {
	color: #7a7a7a;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
}
.contact_meta li i {
	margin-right: 8px;
}
.contact_meta li:last-child {
	margin: 0;
}
.contact_meta li a:hover {
	padding-left: 10px;
}
.cont_socil_meta {
	float: left;
	width: 100%;
}
.cont_socil_meta li {
	float: left;
	margin-right: 10px;
}
.cont_socil_meta li a {
	border: 1px solid #999999;
	color: #999999;
	display: block;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 37px;
}
.cont_socil_meta li a:hover {
	color: #fff;
}
.social {
	margin-bottom: 11px;
}
/*

	  ==============================================================

		CONTACT US 1 PAGE CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		CONTACT US 2 PAGE CSS START

	  ==============================================================

*/

/*google*/



.overlay {
	position:relative;
	z-index:2;
}
.overlay:before {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#000;
	opacity:0.3;
	content:"";
}
.contact_2_headung {
	float:left;
	width:100%;
	text-align:left;
	padding-bottom:52px;
	margin-bottom:55px;
	border-bottom:1px solid #dedede;
	position:relative;
}
.contact_2_headung:before {
	content:"";
	left:0;
	right:0;
	bottom:-6px;
	position:absolute;
	height:1px;
	background:#dedede;
}
.contact_2_headung h3 {
	text-transform:uppercase;
	font-size:24px;
	font-weight:normal;
	margin:0px 0 20px;
}
.contact_2_headung p {
	margin-bottom:0;
	font-weight:300;
}
/*google*/

.location_des {
	background: #fff;
	left: 25%;
	margin: -162px 0 0 -163px;
	padding: 30px 30px 0px;
	position: absolute;
	top: 50%;
	width: 378px;
}
.location_des > h6 {
	font-size: 16px;
	font-weight: bold;
	margin: -3px 0 25px;
}
.location_des > p {
	margin: 0 0 22px 0;
}
.contact_des > h6 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:17px;
	margin-top:-4px;
}
.location_meta {
	float:left;
	width:100%;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:26px;
}
.location_meta li {
	color: #666666;
	float: left;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 11px;
	text-align: left;
	text-transform: capitalize;
	width: 100%;
}
.location_meta li:last-child {
	margin:0;
}
.location_meta li i {
	margin-right:10px;
}
.location_meta li a {
	color: #666666;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
}
.location_des > a {
	font-size: 16px;
	font-weight: normal;
	text-transform:capitalize;
	color:#333;
	display:inline-block;
	padding:25px 0 22px;
}
.location_des > a i {
	margin-left:25px;
}
.location_des > a:hover i {
	margin-left:30px;
}
.des_2 {
	position:relative;
}
.inputs_des.des_2 > span {
	float: left;
	font-size: 16px;
	text-transform: capitalize;
	width: auto;
	font-weight:normal;
	padding:8px 0;
	margin:0;
}
.contact_des .des_2 > input {
	float: right;
	overflow: hidden;
	width: 100%;
}
.des_2 i {
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-7px;
	font-size: 14px;
	color: #bfbfbf;
}
.des_3 {
	margin:0;
	position: relative;
}
.des_3 i {
	top: 15px;
	position:absolute;
	right:15px;
}
.des_3 > textarea {
	float: right;
	overflow: hidden;
	width: 100%;
	margin:0 0 30px 0;
	max-height: 102px;
}
.inputs_des.des_3 > span {
	float: left;
	font-size: 16px;
	text-transform: capitalize;
	width: auto;
	font-weight:normal;
	padding:8px 0;
	margin:0;
}
.contact_2 {
	float:left;
	width:100%;
}
.contact_2 > button {
	background: transparent none repeat scroll 0 0;
	border: 1px solid;
	float: right;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 15px 30px;
	text-transform: uppercase;
	color: #fff;
}
/*

	  ==============================================================

		CONTACT US 2 PAGE CSS END

	  ==============================================================

*/

/*

	  ==============================================================

		FILTERABLE GALLERY PAGE CSS START

	  ==============================================================

*/

.filterable_heading {
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:40px;
}
.filterable_heading h3 {
	display:inline-block;
}
.filterable_heading .btn-group {
	float:right;
	width:200px;
}
.filterable_heading .btn-group .btn {
	border:1px solid #d6d6d6;
	border-radius:0;
	display:block;
	width:100%;
	text-align:left;
	color: #999999;
	height: 44px;
}
.filterable_heading .btn-group .btn:focus {
	color: #999999;
}
.filterable_heading .caret {
	border: medium none;
	display: inline-block;
	margin-top: -10px;
	position: absolute;
	right: 20px;
	top: 50%;
	color: #999999;
}
.filterable_heading .btn-group.open .dropdown-toggle {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
}
.filterable_heading .btn-default.active, .filterable_heading .btn-default:active, .filterable_heading .open > .dropdown-toggle.btn-default {
	background:transparent;
	border-color:#d6d6d6;
}
.filterable_heading .dropdown-menu {
	width:100%;
	margin-top:10px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.176);
 color: :#999;
}
.filterable_heading .dropdown-menu > li {
	border-bottom: 1px solid #d6d6d6;
 color: :#999;
}
.filterable_heading .dropdown-menu > li:last-child {
	border: none;
	margin-bottom: -5px;
}
.filterable_heading .dropdown-menu > li > a {
	font-size:16px;
	padding:7px 10px 8px;
	color: #999;
}
.filterable_heading .dropdown-menu > li > a:hover {
	color:#fff;
}
.filterable_thumb {
	float:left;
	width:100%;
	position:relative;
	border:1px solid #d6d6d6;
	padding:10px;
	margin-bottom:30px;
}
.filterable_thumb figure:before {
	position:absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	content:"";
	opacity:0;
}
.filterable_thumb:hover figure:before {
	opacity:0.7;
}
.filterable_thumb figure figcaption {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	margin-top:-14px;
	text-align:center;
	opacity:0;
}
.filterable_thumb:hover figure figcaption {
	opacity:1;
}
.filterable_thumb figure figcaption a {
	color:#fff;
	font-size:24px;
	font-weight:100;
}
/*

	  ==============================================================

		FILTERABLE GALLERY PAGE CSS END

	  ==============================================================

*/

/*edu masonry*/

#filterable-item-filter-1 {
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom:40px;
}
#filterable-item-filter-1 li {
	display: inline-block;
	margin: 0px 3px;
}
#filterable-item-filter-1 a {
	border: 2px solid;
	display: block;
	padding: 8px 15px;
	font-size:14px;
	border-radius: 5px;
	color:#fff;
	margin:0px;
	cursor:pointer;
	text-transform: uppercase;
	line-height: normal;
}
#filterable-item-filter-1 > li .active {
	background:#fff;
}
.masoned {
	clear: both;
}
.edu_masonery_thumb {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position:relative;
	overflow:hidden;
}
.edu_masonery_thumb img {
	width:100%;
}
.edu_masonery_thumb:before {
	content:"";
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	background:#000;
	opacity:0;
}
.edu_masonery_thumb:hover:before {
	opacity:0.65;
}
.edu_masonery_thumb .masonry_icon {
	color: #fff;
	font-size: 24px;
	left: 0;
	margin: -14.5% auto 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
}
.edu_masonery_thumb a.zoom {
	border-radius: 100%;
	color: #fff;
	font-size: 31px;
	height: 50px;
	left: 0;
	line-height: 47px;
	margin: -37px auto 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 50px;
}
.edu_masonery_thumb:hover a {
	opacity:1;
}
.edu_masonery_thumb .caption {
	position: absolute;
	left: 0;
	right:0;
	bottom: -50%;
	text-align: center;
}
.edu_masonery_thumb:hover .caption {
	bottom:0;
}
.edu_masonery_thumb .caption a {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding: 20px 0px;
}
/*

	  ==============================================================

		   KF EDUCATION 404 PAGE CSS START

	  ==============================================================

*/

.error_outer_wrap {
	padding:170px 0 141px;
}
.error_wrap {
	float: left;
	width: 100%;
	background-color: #f7f7f7;
	padding: 101px 0 127px;
	position: relative;
}
.error_des {
	float: left;
	padding: 0 265px;
	text-align: center;
	width: 100%;
}
.error_des span {
	position: absolute;
	top: -168px;
	margin: 0 auto;
	left: 0;
	right: 0;
	font-size: 200px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	line-height: normal;
	text-shadow: 0 9px 0 #fff, -1px -9px 0 #fff, -9px 0 0 #fff, -9px 9px 0 #fff, 9px -9px 0 #fff, 9px 9px 0 #fff, 9px 11px 7px #000;
}
.error_des h3 {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.error_des p {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.error_thumb {
	width: 858px;
	position: absolute;
	bottom: -71px;
	left: 0;
	right: 0;
	border: 1px solid;
	padding: 5px;
	margin:0 auto;
}
.error_thumb figure:before {
	background-color: #000;
	opacity: 0.5;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.error_thumb figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin:-32px;
auto 0;
	text-align: center;
	z-index: 22;
}
.error_thumb figure a {
	position: relative;
	padding: 22px 30px 21px;
	text-transform:uppercase;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	border: 1px solid;
	display: inline-block;
}
.error_thumb figure a:before {
	content: "";
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	position: absolute;
	z-index: -1;
}
 .error_thumb figure a:hover::before {
 background-color: #000;
}
.error_thumb figure a i {
	margin-right: 10px;
}
/*

	  ==============================================================

		   KF EDUCATION 404 PAGE CSS END

	  ==============================================================

*/









/**/

.btn-1 {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	padding: 11px 28px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.abt_univ_des .btn-1 {
	border-color: #2f2f2f;
	color: #2f2f2f;
	font-size: 16px;
}
.btn-1:hover {
	color: #fff;
}
.btn-2 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 11px 0;
	text-align: center;
	width: 100%;
	color: #333;
}
.edu2_col_4_wrap:hover .btn-2 {
	color: #fff;
}
.abt_univ_des .btn-3:hover {
	color: #fff;
}
.btn-2:hover {
	background-color:#000 !important;
}
.btn-3 {
	background: transparent none repeat scroll 0 0;
	border: 1px solid;
	border-radius: 0;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding:8px 34px;
	line-height:normal;
	text-transform: uppercase;
}
.btn-6 {
	border: 1px solid #2f2f2f;
	color: #2f2f2f;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 44px;
	text-transform: uppercase;
}
.btn-6:hover {
	color: #fff;
}
.readmore {
	display: inline-block;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: bold;
}
.readmore i {
	font-size: 18px;
	margin: auto 5px;
	vertical-align: middle;
}
.readmore:hover i {
	transform: translate(10px);
}
.convocation_link {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding:8px 30px;
	text-align: center;
	margin:0 3px;
}
.event_link {
	display: inline-block;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
	padding:8px 20px;
	border: 1px solid #dbdbdb;
}
.event_link:hover {
	color: #fff;
}
#mobile-header {
	background: #ccc none repeat scroll 0 0;
	font-size: 26px;
	height: 50px;
	left: 20px;
	line-height: 48px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	margin-top: -25px;
	z-index: 10;
}
#mobile-header a {
	color: #fff;
}
.kode-member-form {
	float:left;
	width:100%;
	padding:40px 40px 25px 40px;
}
.input-container {
	float:left;
	margin:0px 0px 15px 0px;
	position:relative;
	width:100%;
}
.kode-member-form input[type=text], .kode-member-form input[type=password] {
	height:40px;
	width:100%;
	border:solid 1px #ccc;
	padding:5px 20px;
}
.view-all {
	float:left;
	width:100%;
	text-align:center;
}
.kode-gallery-section {
	background:#f9f9f9;
	float:left;
	width:100%;
	padding: 50px 0px;
}
.map-canvas {
	height:350px;
	width:100%;
}
.kf_convocation_map .map-canvas {
	margin-bottom:30px;
}
.col-md-4 .kf-sidebar {
	padding:30px;
	background:#f9f9f9;
	float:left;
}
.user-box {
	float:left;
	width:100%;
	background-color:#fff;
	padding:30px 45px 30px 45px;
	text-align:center;
}
.user-box h2 {
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 30px 0px;
	color:#2f2f2f;
}
.user-box form {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.user-box .form {
	float:left;
	width:100%;
}
.input-container {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 20px 0px;
}
.input-container i {
	position:absolute;
	width:16px;
	height:18px;
	left:18px;
	top:16px;
	background-repeat:no-repeat;
	background-position:bottom;
	color:#a8b6c3;
	z-index:250;
}
.input-container i.name {
	background-image:url(../images/signin.png);
}
.input-container i.pass {
	background-image:url(../images/register.png);
}
.input-container i.company {
	background-image:url(../images/company.png);
}
.input-container i.mail {
	background-image:url(../images/e-mail.png);
	height:12px;
	top:18px;
}
.input-container i.location {
	background-image:url(../images/location.png);
}
.input-container i.destination {
	background-image:url(../images/destination.png);
}
.input-container input[type="text"], .input-container input[type="password"] {
	padding:6px 20px 6px 40px;
	font-size:15px;
	color:#66727f;
	background-color:#f9f9f9;
	box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.05) inset;
	-webkit-box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.05) inset;
	height: 48px;
	width: 100%;
	border-radius: 3px;
	border: 2px solid #d6d9dd;
}
.user-box .input-container .radio-value {
	height:20px;
	width:20px;
	float:left;
	background-size:10px auto;
	margin:0px 10px 0px 0px;
}
/*.input-container span {

    float: right;

    font-size: 22px;

    position: absolute;

    right: 15px;

    top: 12px;

	color:#c4cdd6;

}*/

.input-container span.add-on {
	position:absolute;
	left:15px;
	top:13px;
	height:100%;
	color:#c4cdd6;
}
.user-box .input-container .radio {
	float:left;
}
.user-box .input-container label {
	float:left;
	width:100%;
	font-size:12px;
	color:#9baab9;
	text-align:left;
}
.user-box .input-container label p {
	float:left;
	margin:2px 0px;
	font-weight:normal;
	line-height: normal;
}
.user-box .input-container .radio, .user-box .input-container .checkbox {
	margin:0px;
}
.btn-style {
	float:left;
	width:100%;
	font-size:16px;
	color:#fff;
	border:none;
	padding:12px 20px;
	border-radius:3px;
	text-align:center;
	height:48px;
	line-height: normal;
	text-transform: uppercase;
}
.btn-style:hover {
	background-color:#636e80;
}
.user-box .option {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 15px 0px;
}
.user-box .option:before, .user-box .option:after {
	position:absolute;
	content:"";
	height:1px;
	width:38%;
	background-color:#ecf1f5;
	left:0px;
	top:50%;
}
.user-box .option:after {
	left:auto;
	right:0px;
}
.user-box .option h5 {
	font-size:14px;
	color:#b2becd;
}
.user-box .social-login {
	float:left;
	width:100%;
}
.user-box .social-login a {
	float:left;
	width:50%;
	padding:12px 15px;
	font-size:14px;
	color:#fff;
	border:none;
	font-weight:normal;
	text-align:left;
	margin:0px;
	line-height: normal;
}
.user-box .social-login a i {
	font-size:18px;
	margin:0px 10px 0px 0px;
	float: left;
}
.user-box .social-login a.google {
	background-color:#dc4a38;
	border-radius:3px 0px 0 3px;
}
.user-box .social-login a.facebook {
	background-color:#44619d;
	border-radius:0px 3px 3px 0px;
}
.user-box-footer {
	float:left;
	width:100%;
	background-color:#f9fbfd;
	border-top:solid 1px #ecf1f5;
	padding:18px 20px;
	text-align:center;
}
.user-box-footer > p {
	width:100%;
	float:left;
	text-align:center;
}
.user-box-footer a {
	color:#72c8fa;
}
#register .nav-tabs {
	border:none;
	margin-top:50px;
}
#register .nav-tabs > li {
	width:50%;
	border:none;
}
#register .nav-tabs > li a {
	border-radius:0px;
	text-align:center;
	font-size:18px;
	color:#a5afb9;
	font-weight:bold;
	padding:18px 15px;
	margin:0px;
	border:none;
	background-color:#f7f7f7;
}
#register .nav-tabs > li.active a, #register .nav-tabs > li a:hover {
	background:none;
}
.input-container .dropdown {
	float:left;
	width:100%;
}
.input-container .dropdown button {
	float:left;
	width:100%;
	border: 2px solid #d6d9dd;
	border-radius: 3px;
	min-height: 48px;
	padding: 6px 20px 6px 32px;
	width: 100%;
	color:#c4cdd6;
	text-align:left;
}
.input-container .dropdown button p {
	float:left;
	margin:0px;
}
.input-container .dropdown button span {
	float:right;
	font-size:22px;
}
.input-container .dropdown button p {
	margin:0px;
}
.input-container .btn-default:hover, .input-container .btn-default:focus, .input-container .btn-default.focus, .input-container .btn-default:active, .input-container .btn-default.active, .input-container .open > .dropdown-toggle.btn-default {
	background:none;
	border: 2px solid #d6d9dd;
	color:#687a8d;
}
.input-container .dropdown .dropdown-menu {
	min-width:100%;
}
.filterable-item.col-md-3 {
	width: 24.9% !important
}
/*

=================================================

		CHECKBOX AND RADIO BUTTON CSS

=================================================

*/

label {
	cursor: pointer;
}
label span {
	float: left;
	line-height: 20px;
}
/* hide the "real" radios visually */



.radio input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* style the "fake" radios */



.radio-value {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #d7dfe7;
	border-radius: 3px;
	display: inline-block;
	height:28px;
	margin-right:5px;
	position: relative;
	vertical-align: -0.5em;
	width: 28px;
}
input:checked + .radio-value {
	background-image:url(images/tick.png);
	border-color:#88d3ff;
}
.kode_wrapper button.close {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 100;
}
.sidr .copy-right-sidr {
	font-size:17px;
	text-align:center;
	color:#999;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
 min-height:;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 @-webkit-keyframes comeDown {
 100% {
 -webkit-transform: translateY(0px);
}
}
 @keyframes comeDown {
 100% {
 transform: translateY(0px);
}
}
 @-webkit-keyframes mainmenu {
 0% {
 -webkit-transform: translateY(-95px);
}
 100% {
 -webkit-transform: translateY(0px);
}
}
 @keyframes mainmenu {
 0% {
 transform: translateY(-95px);
}
 100% {
 transform: translateY(0px);
}
}
 @keyframes myeffect {
 0% {
 transform: scale(2);
 -webkit-transform: scale(1);
 -moz-transform: scale(2);
 -ms-transform: scale(2);
 -o-transform: scale(2);
}
 50% {
 transform: scale(2);
 -webkit-transform: scale(2);
 -moz-transform: scale(2);
 -ms-transform: scale(2);
 -o-transform: scale(2);
}
 100% {
 transform: scale(1);
 -moz-transform: scale(1);
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
}
 @-webkit-keyframes myeffect {
 0% {
 transform: scale(1);
 -webkit-transform: scale(1);
}
 50% {
 transform: scale(2);
 -webkit-transform: scale(2);
}
 100% {
 transform: scale(1);
 -webkit-transform: scale(1);
}
}
 @-moz-keyframes myeffect {
 0% {
 transform: scale(2);
 -moz-transform: scale(2);
}
 50% {
 transform: scale(2);
 -moz-transform: scale(2);
}
 100% {
 transform: scale(1);
 -moz-transform: scale(1);
}
}
 @keyframes mymove {
 0% {
 right: -80%;
}
 100% {
 right: 0px;
}
}
 @-webkit-keyframes mymove {
 0% {
 right: -80%;
}
 100% {
 right: 0px;
}
}
 @-moz-keyframes mymove {
 0% {
 right: -80%;
}
 100% {
 right: 0px;
}
}
 @keyframes mymove2 {
 0% {
 opacity: 0;
 transform: translateY(-500px);
 -webkit-transform: translateY(-500px);
 -moz-transform: translateY(-500px);
 -ms-transform: translateY(-500px);
 -o-transform: translateY(-500px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
 -moz-transform: translateY(0);
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
}
}
 @-webkit-keyframes mymove2 {
 0% {
 opacity: 0;
 transform: translateY(-500px);
 -webkit-transform: translateY(-500px);
 -moz-transform: translateY(-500px);
 -ms-transform: translateY(-500px);
 -o-transform: translateY(-500px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
 -moz-transform: translateY(0);
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
}
}
 @-moz-keyframes mymove2 {
 0% {
 opacity: 0;
 transform: translateY(-500px);
 -webkit-transform: translateY(-500px);
 -moz-transform: translateY(-500px);
 -ms-transform: translateY(-500px);
 -o-transform: translateY(-500px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
 -moz-transform: translateY(0);
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
}
}
 @keyframes mymove3 {
 0% {
 opacity: 0;
 transform: translateY(500px);
 -webkit-transform: translateY(500px);
 -moz-transform: translateY(500px);
 -ms-transform: translateY(500px);
 -o-transform: translateY(500px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
 -moz-transform: translateY(0);
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
}
}
 @-webkit-keyframes mymove3 {
 0% {
 opacity: 0;
 transform: translateY(500px);
 -webkit-transform: translateY(500px);
 -moz-transform: translateY(500px);
 -ms-transform: translateY(500px);
 -o-transform: translateY(500px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
 -moz-transform: translateY(0);
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
}
}
 @-moz-keyframes mymove3 {
 0% {
 opacity: 0;
 transform: translateY(500px);
 -webkit-transform: translateY(500px);
 -moz-transform: translateY(500px);
 -ms-transform: translateY(500px);
 -o-transform: translateY(500px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
 -moz-transform: translateY(0);
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
}
}
 @keyframes mymove4 {
 0% {
 opacity: 0;
 transform: scaleX(0) rotateZ(360deg);
 -webkit-transform: scaleX(0) rotateZ(360deg);
 -moz-transform: scaleX(0) rotateZ(360deg);
 -ms-transform: scaleX(0) rotateZ(360deg);
 -o-transform: scaleX(0) rotateZ(360deg);
}
 100% {
 opacity: 1;
 transform: scaleX(1) rotateZ(0deg);
 -moz-transform: scaleX(1) rotateZ(0deg);
 -webkit-transform: scaleX(1) rotateZ(0deg);
 -ms-transform: scaleX(1) rotateZ(0deg);
 -o-transform: scaleX(1) rotateZ(0deg);
}
}
 @-webkit-keyframes mymove4 {
 0% {
 opacity: 0;
 transform: scaleX(0) rotateZ(360deg);
 -webkit-transform: scaleX(0) rotateZ(360deg);
 -moz-transform: scaleX(0) rotateZ(360deg);
 -ms-transform: scaleX(0) rotateZ(360deg);
 -o-transform: scaleX(0) rotateZ(360deg);
}
 100% {
 opacity: 1;
 transform: scaleX(1) rotateZ(0deg);
 -moz-transform: scaleX(1) rotateZ(0deg);
 -webkit-transform: scaleX(1) rotateZ(0deg);
 -ms-transform: scaleX(1) rotateZ(0deg);
 -o-transform: scaleX(1) rotateZ(0deg);
}
}
 @-moz-keyframes mymove4 {
 0% {
 opacity: 0;
 transform: scaleX(0) rotateZ(360deg);
 -webkit-transform: scaleX(0) rotateZ(360deg);
 -moz-transform: scaleX(0) rotateZ(360deg);
 -ms-transform: scaleX(0) rotateZ(360deg);
 -o-transform: scaleX(0) rotateZ(360deg);
}
 100% {
 opacity: 1;
 transform: scaleX(1) rotateZ(0deg);
 -moz-transform: scaleX(1) rotateZ(0deg);
 -webkit-transform: scaleX(1) rotateZ(0deg);
 -ms-transform: scaleX(1) rotateZ(0deg);
 -o-transform: scaleX(1) rotateZ(0deg);
}
}
 @keyframes mymove5 {
 0% {
 transform: rotate(180deg) translateY(-500px);
 -webkit-transform: rotate(180deg) translateY(-500px);
 -moz-transform: rotate(180deg) translateY(-500px);
 -ms-transform: rotate(180deg) translateY(-500px);
 -o-transform: rotate(180deg) translateY(-500px);
}
 100% {
 transform: rotate(0deg) translateY(0);
 -moz-transform: rotate(0deg) translateY(0);
 -webkit-transform: rotate(0deg) translateY(0);
 -ms-transform: rotate(0deg) translateY(0);
 -o-transform: rotate(0deg) translateY(0);
}
}
 @-webkit-keyframes mymove5 {
 0% {
 transform: rotate(180deg) translateY(-500px);
 -webkit-transform: rotate(180deg) translateY(-500px);
 -moz-transform: rotate(180deg) translateY(-500px);
 -ms-transform: rotate(180deg) translateY(-500px);
 -o-transform: rotate(180deg) translateY(-500px);
}
 100% {
 transform: rotate(0deg) translateY(0);
 -moz-transform: rotate(0deg) translateY(0);
 -webkit-transform: rotate(0deg) translateY(0);
 -ms-transform: rotate(0deg) translateY(0);
 -o-transform: rotate(0deg) translateY(0);
}
}
 @keyframes mymove6 {
 0% {
 opacity: 0;
 transform: translateX(-1000px);
 -webkit-transform: translateX(-1000px);
 -moz-transform: translateX(-1000px);
 -ms-transform: translateX(-1000px);
 -o-transform: translateX(-1000px);
}
 100% {
 opacity: 1;
 transform: translateX(0);
 -moz-transform: translateX(0);
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
}
}
 @-webkit-keyframes mymove6 {
 0% {
 opacity: 0;
 transform: translateX(-1000px);
 -webkit-transform: translateX(-1000px);
 -moz-transform: translateX(-1000px);
 -ms-transform: translateX(-1000px);
 -o-transform: translateX(-1000px);
}
 100% {
 opacity: 1;
 transform: translateX(0);
 -moz-transform: translateX(0);
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
}
}
 @-moz-keyframes mymove6 {
 0% {
 opacity: 0;
 transform: translateX(-1000px);
 -webkit-transform: translateX(-1000px);
 -moz-transform: translateX(-1000px);
 -ms-transform: translateX(-1000px);
 -o-transform: translateX(-1000px);
}
 100% {
 opacity: 1;
 transform: translateX(0);
 -moz-transform: translateX(0);
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
}
}
.backtotop {
	background-color: #666;
	width: 45px;
	bottom: 0;
	right: 0px;
	padding: 5px 0;
	overflow: hidden;
	z-index: 99999;
	position: fixed;
	display: block;
	text-align: center;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	color: #fff;
}
.backtotop:hover, .backtotop:focus {
	color: white;
	text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
}
.backtotop i {
	font-size: 24px;
	margin: 0;
	display: block;
}
.bs-docs-example ul.the-icons li:hover {
	background: #9ac9ec;
}
#outer #cookieMessageContainer {
	top: auto;
	bottom: 0;
	text-align: center;
	color: #ccc;
	background-color: #111;
	background-color: rgba(18, 18, 18, 0.8);
	zoom: 1;
	background-color: transparent \9;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc111111, endColorstr=#cc111111)";
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc111111, endColorstr=#cc111111);
}
#outer #cookieMessageContainer .fa {
	margin: 0 15px;
	padding: 3px 5px;
	background: #333;
	border-radius: 2px;
}
#outer #cookieMessageContainer a:hover {
	color: white;
}
.link {
	color: #9ac9ec;
	text-decoration: none;
}
.link:hover {
	color: #4a505c;
}
.linkReverse {
	color: #4a505c;
}
.linkReverse:hover {
	color: #9ac9ec;
}
.linkGray {
	color: #666;
}
.linkGray:hover {
	color: #9ac9ec;
}
.linkGraylighter {
	color: #999;
}
.linkGraylighter:hover {
	color: #9ac9ec;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.align-center {
	text-align: center !important;
}
.noitalic {
	font-style: normal !important;
}
.nobold {
	font-weight: normal !important;
}
.nomarginall {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.nopaddingall {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.nomargintop {
	margin-top: 0 !important;
}
.poscenter {
	display: table;
	margin: 0 auto;
}
.nomargin {
	margin: 0 !important;
}
.nomarginbottom {
	margin-bottom: 0 !important;
}
.nomarginleft {
	margin-left: 0 !important;
}
.nomarginright {
	margin-right: 0 !important;
}
.nopaddingtop {
	padding-top: 0 !important;
}
.nopaddingbottom {
	padding-bottom: 0 !important;
}
.nopaddingleft {
	padding-left: 0 !important;
}
.nopaddingright {
	padding-right: 0 !important;
}
i.fa-times:before {
	content: "\f00d";
}
.thumbnail.pull-left {
	margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
	margin: 0 0 10px 10px;
}
.ico-hits, .ico-user, .ico-clock {
	width: 20px;
	height: 12px;
	background: url("../less/images/icon/icon_hits2.png") no-repeat;
	margin: -3px 5px 0 0;
	vertical-align: middle;
	display: inline-block;
}
.ico-user {
	width: 18px;
	height: 18px;
	background: url("../less/images/icon/icon_author.png") no-repeat;
}
.ico-clock {
	width: 16px;
	height: 16px;
	background: url("../less/images/icon/icon_date2.png") no-repeat;
}
.grayshadow {
	text-shadow: 1px 1px #575757, 2px 2px #575757, 3px 3px #575757, 4px 4px #575757, 5px 5px #575757, 6px 6px #575757, 7px 7px #575757, 8px 8px #575757, 9px 9px #575757, 10px 10px #575757, 11px 11px #5a5a5a, 12px 12px #5d5d5d, 13px 13px #606060, 14px 14px #636363, 15px 15px #666666;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 12px;
}
h1 {
	font-size: 200%;
	line-height: 115%;
}
h2 {
	font-size: 160%;
	line-height: 110%;
}
h3 {
	font-size: 130%;
	line-height: 110%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 91%;
}
h6 {
	font-size: 84%;
}
.com {
	color: #93a1a1;
}
.lit {
	color: #195f91;
}
.pun, .opn, .clo {
	color: #93a1a1;
}
.fun {
	color: #dc322f;
}
.str, .atv {
	color: #D14;
}
.kwd, .prettyprint .tag {
	color: #1e347b;
}
.typ, .atn, .dec, .var {
	color: teal;
}
.pln {
	color: #48484c;
}
.clear {
	clear: both;
}
.prettyprint {
	padding: 8px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
	box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
div.yt-typography div.page-header > h1 {
	color: #666;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 30px;
	font-size: 240%;
	text-transform: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
ol.linenums {
	margin: 0 0 0 33px;
}
ol.linenums li {
	padding-left: 12px;
	color: #bebec5;
	line-height: 20px;
	text-shadow: 0 1px 0 #fff;
	padding: 3px 0 3px 10px;
}
 ol.linenums li:nth-last-child(odd) {
 background: #FCFCFC;
 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.bs-docs-example {
	position: relative;
	margin: 15px 0;
	padding: 39px 19px 14px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.bs-docs-example h2.page-header {
	font-size: 180%;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin: 1.5em 0 1em;
	padding-bottom: 15px;
}
.bs-docs-example:after {
	content: "Example";
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #333333;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}
.bs-docs-example + .prettyprint {
	margin-top: -20px;
	padding: 4px 0 0 8px;
	margin-bottom: 15px;
	overflow: hidden;
}
.example-sites {
	margin-left: 20px;
}
.example-sites img {
	max-width: 100%;
	margin: 0 auto;
}
.scrollspy-example {
	height: 200px;
	overflow: auto;
	position: relative;
}
code, pre {
}
code {
	display: inline-block;
}
span.highlight {
	color: #fff;
}
body {
	line-height: 22px;
	background-color: #f6f6f6;
	color: #777;
	font-size: 13px;
}
#yt_header {
	padding: 0;
	background: #3f444e;
}
#yt_header #top2 {
	text-align: right;
}
#yt_header #top1 {
	position: relative;
}
#yt_header #top1:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #3f444e;
	z-index: 999;
}
#yt_header .menu {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
#yt_header .menu >li {
	list-style: none;
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
}
#yt_header .menu >li a {
	padding: 0 10px;
	display: block;
	font-size: 13px;
	color: #ccc;
	position: relative;
	z-index: 9999;
}
#yt_header .menu >li a:hover {
	color: #fff;
}
#yt_header .menu >li:last-child {
	padding-right: 10px;
	border-right: 1px solid #32363e;
}
#yt_header .menu >li ul.yt-list {
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 99;
	min-width: 120px;
	background: #3f444e;
	padding: 0;
	margin: 0;
	transition: top 0.3s ease-out;
}
#yt_header .menu >li ul.yt-list li {
	display: block;
	padding: 5px 10px;
	white-space: nowrap;
	list-style: none;
	height: auto;
	line-height: 22px;
}
#yt_header .menu >li ul.yt-list li a {
	color: #ccc;
	display: inline-block;
}
#yt_header .menu >li ul.yt-list li:hover {
	background: #666;
}
#yt_header .menu >li ul.yt-list li:hover a {
	color: #fff;
}
#yt_header .menu >li:hover ul {
	top: 100%;
	transition: top 0.3s ease-out;
}
#yt_menuwrap {
	background: #fff;
	margin: 0;
	position: relative;
	z-index: 98;
}
#yt_menuwrap #yt_logo {
	height: 100px;
	line-height: 100px;
	position: relative;
	z-index: 2;
}
#yt_menuwrap.menu-fixed {
	width: 100%;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: none;
}
#yt_menuwrap.menu-fixed:before {
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: #eee;
	opacity: 0.9;
	z-index: 1;
}
#yt_spotlight1 {
	display: block;
	position: relative;
	z-index: 1;
}
#yt_spotlight1 .container {
	padding: 0;
	width: 100%;
	overflow: hidden;
}
#yt_spotlight2 {
	display: block;
	position: relative;
	z-index: 1;
	background: url(../img/bg-1.jpg) no-repeat 0 0;
	padding: 0 0 50px;
	margin: 0 0 0px;
	background-size: 100% 100%;
}
#yt_spotlight3 {
	display: block;
	position: relative;
	z-index: 1;
}
#yt_spotlight4 {
	display: block;
	position: relative;
	z-index: 1;
	background: url(../img/bg-2.jpg) no-repeat 0 0 fixed;
	padding: 45px 0 50px;
	margin: 0;
	background-size: 100% 100%;
}
#yt_spotlight5 {
	display: block;
	position: relative;
	z-index: 1;
}
#yt_spotlight5 .module {
	margin-bottom: 0;
	padding-top: 0px;
}
#yt_spotlight8 {
	background: #17191e;
	padding: 40px 0;
	display: block;
	position: relative;
	z-index: 1;
}
#yt_spotlight8 .module h3.modtitle {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	position: relative;
	margin: 0;
	padding: 15px 0;
}
#yt_spotlight8 .module h3.modtitle:before {
	content: "";
	height: 3px;
	width: 30px;
	background: #9ac9ec;
	position: absolute;
	top: 0;
	left: 0;
}
#yt_spotlight6 {
	display: block;
	position: relative;
	z-index: 1;
}
#yt_spotlight6 .container {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
#yt_spotlight6 .module {
	margin-bottom: 0;
}
#yt_spotlight7 {
	background: #3f444e;
	padding: 20px 0;
	display: block;
	position: relative;
	z-index: 1;
}
#yt_spotlight7 .module {
	margin-bottom: 0;
}
#yt_breadcrumb {
	background: #e5e5e5;
	padding: 10px 0;
	margin-bottom: 30px;
}
#yt_breadcrumb #breadcrumb .module {
	margin-bottom: 0;
}
#yt_breadcrumb #breadcrumb .breadcrumb {
	margin: 0;
	padding: 0;
	background: none;
}
#yt_breadcrumb #breadcrumb .breadcrumb a {
	color: #666;
}
#yt_breadcrumb #breadcrumb .breadcrumb a:hover {
	color: #9ac9ec;
}
#yt_breadcrumb #breadcrumb .breadcrumb .divider {
	margin: 0 10px;
}
#yt_breadcrumb #breadcrumb .breadcrumb > li + li:before {
	display: none;
}
#yt_breadcrumb #breadcrumb .breadcrumb > li {
	font-size: 12px;
}
#yt_breadcrumb #breadcrumb .breadcrumb > li.active {
	color: #9ac9ec;
}
#content {
	display: block;
	position: relative;
	z-index: 1;
}
#content #yt_component {
	background: #fff;
	margin-bottom: 30px;
	clear: both;
}
#content #right .bg1 {
	padding-bottom: 0px;
}
#content #mainbottom1 {
	clear: both;
}
#yt_footer {
	background: #0d0e11;
	padding: 20px 0px;
	text-align: center;
}
#yt_footer #yt_copyright {
	color: #999;
}
#yt_footer #yt_copyright a {
	color: #9ac9ec;
}
#yt_footer #yt_copyright a:hover {
	color: #4a505c;
}
#yt_footer #yt_copyright .yt-logo {
	margin: 5px 15px 0 0;
	float: left;
}
#yt_footer #yt_copyright .copyright, #yt_footer #yt_copyright .designby {
	display: inline;
	color: #999;
}
#yt_footer #yt_copyright .copyright_middle {
	display: inline-block;
}
#yt_footer #yt_copyright .powered-by {
	display: inline-block;
}
 @media (max-width: 1024px) {
 .no-res {
 width: 1190px;
}
}
a {
	color: #9ac9ec;
}
a:hover {
	color: #4a505c;
	text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}
 *::selection {
 background: #9ac9ec;
 color: #fff;
}
 *::-moz-selection {
 background: #9ac9ec;
 color: #fff;
}
p {
	min-height: 22px;
}
 [class^="icon-"], [class*=" icon-"] {
 margin-right: 5px;
 font-size: 14px;
}
.badge, .label {
	display: inline-block;
}
.page-header {
	margin: 0 0 20px;
}
pre {
	border: none;
	border-left: 3px solid #9ac9ec;
	line-height: 30px;
	border-radius: 0;
	font-size: 110%;
	padding: 20px;
	margin: 2em 0;
}
.textColor {
	color: #9ac9ec !important;
}
img {
	max-width: 100%;
}
div.img_caption {
	position: relative;
}
div.img_caption.left {
	margin: 0 1em 1em 0;
}
div.img_caption p.img_caption {
	font-size: 92%;
	font-weight: bold;
	padding: 5px 0 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #eee;
	border: 1px solid #ddd;
	border-top: none;
	box-shadow: 0 -1px 0 #fff inset;
}
div.caption {
	margin: 0 1em 1em 0;
	float: left;
}
div.yt-lightbox a img {
	width: auto;
}
pre.highlighter:before {
	background-color: #9ac9ec;
}
.no-modal {
	position: static;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	display: inline-block;
	width: auto;
}
ul, ol {
	padding-left: 12px;
}
ul li {
	line-height: 24px;
}
ul ul {
	list-style: disc;
}
ul.blank {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.latestnews.yt-list {
	margin: -10px -15px;
}
ul.latestnews.yt-list li:last-child {
	border-bottom: none;
}
ul.latestnews.yt-list li {
	border-bottom: 1px solid #f5f5f5;
	padding: 4px 15px;
}
ul.latestnews.yt-list li:hover {
	color: #9ac9ec;
	background: #f5f5f5;
}
ul.latestnews.yt-list li a {
	color: #777;
}
ul.latestnews.yt-list li a:hover {
	color: #9ac9ec;
}
ul.category {
	list-style: none;
	padding: 0;
}
ul.category li {
	border-bottom: 1px solid #ddd;
}
iframe {
	border: none;
	float: left;
}

.width500 {
	float:right !important;
	width:200px !important;
	min-width: 100%!important;
	
}
select {
	padding: 5px;
}
#modlgn-remember {
	margin-top: 0;
}
input[type="radio"], input[type="checkbox"] {
	margin-top: 3px;
}
 input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
 border-color: #f0f7fc;
}
input[type="text"]:focus, textarea:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"], input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="submit"]:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, .btn:focus, button[type="submit"] {
	outline: 0 none;
}
label, input, button, select, textarea {
	font-size: 12px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 0;
	font-size: 12px;
	background: #fff;
	padding: 4px 6px;
	border: solid 1px #ccc;
	height: 36px;
}
fieldset {
	margin-bottom: 1em;
}
fieldset legend {
	padding-bottom: 10px;
	border-bottom-color: #ccc;
}
.form-horizontal .control-group {
	margin-bottom: 15px;
}
.label {
	padding: 3px 5px;
	margin-right: 5px;
}
.button, button, .btReverse {
	background: #9ac9ec;
	color: #fff;
	padding: 8px 20px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	border: none;
	border-radius: 0px;
}
.button:hover, button:hover {
	background: #4a505c;
	color: #fff;
}
.button:hover span, button:hover span {
	color: #fff;
}
.btReverse {
	background: #4a505c;
}
.btReverse:hover {
	background: #9ac9ec;
	color: #fff;
}
.form-horizontal .control-label {
	text-align: left;
}
form.box fieldset {
	border: 1px solid #ccc;
	padding: 0 10px 10px;
}
form.box legend {
	background: #fff;
	padding: 0 10px;
	width: auto;
	border: none;
	margin: 0;
	font-size: 110%;
	line-height: 100%;
}
.display-limit {
	padding: 1em 0;
	overflow: hidden;
}
.form-inline .input-append .add-on i {
	margin: 0 !important;
}
.form-inline .btn-primary .icon-search {
	vertical-align: 1px;
}
.tooltip {
	background: none;
	border: none;
}
div.tooltip.fade {
	background: transparent;
	border: none;
}
.tip-wrap {
	z-index: 999;
}
.tip-wrap .tip {
	max-width: 350px;
	padding: 0px;
	border: 1px solid #777;
	background: #eee;
}
.tip-wrap .tip.badge-info {
	background-color: #2f96b4;
	padding: 2px 6px;
	border: none;
	box-shadow: 0;
	display: inline-block;
	position: relative;
	top: -2px;
}
.tip-wrap .tip .tip-title {
	background: #777;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	padding: 5px 10px;
	font-weight: bold;
}
.tip-wrap .tip .tip-text {
	color: #444;
	font-size: 108%;
	padding: 5px 10px;
}
table.category {
	width: 100%;
	margin-top: 20px;
}
table.category thead {
	background: #eee;
}
table.category thead tr th {
	background: #777;
	border-bottom: 2px solid #444;
	font-size: 118%;
	color: #fff;
	padding: 8px;
	text-align: left;
}
table.category thead tr th a {
	color: #fff;
}
table.category tbody tr:hover td {
	background-color: #f5f5f5;
}
table.category tbody tr td {
	padding: 8px;
	border-top: 1px solid #ddd;
}
table.category tbody tr td.list-hits, table.category tbody tr td.hits {
	font-weight: bold;
}
#recaptcha_response_field {
	border-color: #ddd !important;
}
#system-message {
	margin: 0;
}
#system-message .alert {
	background: #f0ad4e;
	color: #fff;
}
#system-message .message {
	margin-bottom: 1.5em;
}
#system-message .message > ul {
	margin: 0;
	background-position: 5px 40%;
}
.system-unpublished .system-unpublished {
	margin: -10px;
	padding: 10px;
	border-top: 16px solid;
	border-bottom: 5px solid;
	position: relative;
}
.system-unpublished .system-unpublished:before {
	content: 'Unpublished';
	text-transform: uppercase;
	top: -19px;
	left: 10px;
	position: absolute;
	font-size: 0.8em;
	font-weight: bold;
}
span.highlight {
	background-color: #f16529 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #444;
}
.form-vertical .btn-toolbar {
	margin-bottom: 1em;
}
 [class*="col-"] > .col-sm-12 {
 padding: 0px;
}
.form-validate .controls select {
	display: block !important;
}
.form-validate div.chzn-container {
	display: none !important;
}
.form-validate .hasTooltip {
	display: inline-block !important;
}
.form-validate .modal-button {
	background: #999;
	color: #fff;
}
.form-validate .modal {
	position: static;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	display: inline-block;
	width: auto;
	padding: 6px 10px;
	margin: 0 5px;
}
.form-validate .radio input[type="radio"], .form-validate .radio-inline input[type="radio"], .form-validate .checkbox input[type="checkbox"], .form-validate .checkbox-inline input[type="checkbox"] {
	margin: 5px;
}
.form-validate legend, .form-validate .accordion-toggle {
	padding: 8px 10px;
	background: #ddd;
	margin-bottom: 10px;
	display: block;
}
.calendar .button {
	display: table-cell;
}
 [class^="icon-"], [class*=" icon-"] {
 font-family: FontAwesome;
 font-style: normal;
}
.icon-calendar:before {
	content: "\f073";
}
.icon-edit:before {
	content: "\f044";
}
.icon-remove:before {
	content: "\f00d";
}
.jmodedit {
	background: #777;
	color: #fff;
	height: auto !important;
	width: 40px !important;
}
#xmap {
	margin: 20px;
}
#xmap ul li {
	list-style: none;
	background: url(../images/point.png) repeat-x 0 13px;
}
#xmap ul li a {
	background: white;
	display: inline-block;
	padding: 0 10px;
	color: #666;
}
#xmap ul li a:hover {
	color: #9ac9ec;
}
#xmap ul li a:before {
	content: "";
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 8px;
}
#xmap ul li span {
	background: #fff;
	padding: 0 10px;
}
#xmap ul li span:before {
	content: "";
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 8px;
}
#xmap ul ul.level_1 {
	margin-left: 20px;
}
#xmap ul ul.level_1 li {
	padding: 0;
}
#yt_component .button:hover, button:hover, .btn:focus, .btn:hover {
	background: #449bdc;
	color: #fff;
}
.contentpane {
	display: block;
	overflow: auto;
}
.ico-hits, .ico-user, .ico-clock {
	width: 20px;
	height: 12px;
	background: url("../images/icon/icon_hits2.png") no-repeat;
	margin: -3px 5px 0 0;
	vertical-align: middle;
	display: inline-block;
}
.ico-user {
	width: 18px;
	height: 18px;
	background: url("../images/icon/icon_author.png") no-repeat;
}
.ico-clock {
	width: 16px;
	height: 16px;
	background: url("../images/icon/icon_date2.png") no-repeat;
}
.grayshadow {
	text-shadow: 1px 1px #575757, 2px 2px #575757, 3px 3px #575757, 4px 4px #575757, 5px 5px #575757, 6px 6px #575757, 7px 7px #575757, 8px 8px #575757, 9px 9px #575757, 10px 10px #575757, 11px 11px #5a5a5a, 12px 12px #5d5d5d, 13px 13px #606060, 14px 14px #636363, 15px 15px #666666;
}
div.categories-list > div {
	margin-bottom: 2em;
}
.profile-edit #helpsite-refresh {
	margin-top: 10px;
}
.blog .heading-category {
	font-size: 18px;
	margin: 0 -15px 15px;
	padding: 0 15px 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
.blog .items-leading .item {
	margin-bottom: 15px;
	padding-bottom: 5px;
	overflow: hidden;
}
.blog .items-leading .item.col-sm-3 .article-text {
	clear: both;
}
.blog .items-leading .item .item-image {
	margin: 0 20px 20px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	float: left;
}
.blog .items-leading .item .item-image .listingimg {
	display: block;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	transform: translate(0, 0px);
}
.blog .items-leading .item .item-image .article-aside {
	background: #3f444e;
}
.blog .items-leading .item .item-image .article-aside .category-name a {
	color: #fff;
}
.blog .items-leading .item .item-image .article-aside .category-name a:hover {
	color: #9ac9ec;
}
.blog .items-leading .item .item-image img {
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
.blog .items-leading .item .item-image .article-aside {
	width: 100%;
	z-index: 1;
	position: absolute;
	bottom: 0;
	box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1) inset;
	background: #3f444e;
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	backface-visibility: hidden;
}
.blog .items-leading .item .item-image .article-aside dl.article-info {
	margin: 0;
	padding: 10px;
}
.blog .items-leading .item .item-image:hover .listingimg {
	-webkit-transform: translate(0, -15px);
	-moz-transform: translate(0, -15px);
	-ms-transform: translate(0, -15px);
	-o-transform: translate(0, -15px);
	transform: translate(0, -15px);
}
.blog .items-leading .item .item-image:hover .article-aside {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.blog .items-leading .item .article-header h2 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: normal;
}
.blog .items-leading .item .article-header h2 a {
	color: #666;
}
.blog .items-leading .item .article-header h2 a:hover {
	color: #9ac9ec;
}
.blog .items-leading .item .article-aside .article-info {
	margin-bottom: 10px;
}
.blog .items-leading .item .article-aside dd {
	display: inline-block;
	color: #999;
	margin-right: 10px;
	font-size: 89%;
}
.blog .items-leading .item .article-aside dd a {
	color: #999;
}
.blog .items-leading .item .article-aside dd a:hover {
	color: #9ac9ec;
}
.blog .items-leading .item .content_rating {
	margin-bottom: 15px;
}
.blog .items-leading .item .content_rating .unseen.element-invisible {
	float: left;
	color: #999;
	margin-right: 15px;
}
.blog .items-leading .item .item-tags .label {
	padding: 5px;
	font-weight: normal;
	margin: 0;
}
.blog .items-leading .item.col-sm-6, .blog .items-leading .item.col-sm-4, .blog .items-leading .item.col-sm-3 {
	border: none;
}
.blog .items-leading .item.col-sm-3 .article-text {
	clear: both;
}
.blog .items-leading .item .item-image {
	margin: 0 20px 20px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	float: left;
}
.blog .items-leading .item .item-image .article-aside {
	background: #3f444e;
}
.blog .items-leading .item .item-image .article-aside .category-name a {
	color: #fff;
}
.blog .items-leading .item .item-image .article-aside .category-name a:hover {
	color: #9ac9ec;
}
.blog .items-row .item {
	margin-bottom: 15px;
	padding-bottom: 5px;
	overflow: hidden;
}
.blog .items-row .item.col-sm-3 .article-text {
	clear: both;
}
.blog .items-row .item .item-image {
	margin: 0 20px 20px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	float: left;
}
.blog .items-row .item .item-image .listingimg {
	display: block;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	transform: translate(0, 0px);
}
.blog .items-row .item .item-image .article-aside {
	background: #3f444e;
}
.blog .items-row .item .item-image .article-aside .category-name a {
	color: #fff;
}
.blog .items-row .item .item-image .article-aside .category-name a:hover {
	color: #9ac9ec;
}
.blog .items-row .item .item-image img {
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
.blog .items-row .item .item-image .article-aside {
	width: 100%;
	z-index: 1;
	position: absolute;
	bottom: 0;
	box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1) inset;
	background: #3f444e;
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	backface-visibility: hidden;
}
.blog .items-row .item .item-image .article-aside dl.article-info {
	margin: 0;
	padding: 10px;
}
.blog .items-row .item .item-image:hover .listingimg {
	-webkit-transform: translate(0, -15px);
	-moz-transform: translate(0, -15px);
	-ms-transform: translate(0, -15px);
	-o-transform: translate(0, -15px);
	transform: translate(0, -15px);
}
.blog .items-row .item .item-image:hover .article-aside {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.blog .items-row .item .article-header h2 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: normal;
}
.blog .items-row .item .article-header h2 a {
	color: #666;
}
.blog .items-row .item .article-header h2 a:hover {
	color: #9ac9ec;
}
.blog .items-row .item .article-aside .article-info {
	margin-bottom: 10px;
}
.blog .items-row .item .article-aside dd {
	display: inline-block;
	color: #999;
	margin-right: 10px;
	font-size: 89%;
}
.blog .items-row .item .article-aside dd a {
	color: #999;
}
.blog .items-row .item .article-aside dd a:hover {
	color: #9ac9ec;
}
.blog .items-row .item .content_rating {
	margin-bottom: 15px;
}
.blog .items-row .item .content_rating .unseen.element-invisible {
	float: left;
	color: #999;
	margin-right: 15px;
}
.blog .items-row .item .item-tags .label {
	padding: 5px;
	font-weight: normal;
	margin: 0;
}
.blog .items-row .item.col-sm-6, .blog .items-row .item.col-sm-4, .blog .items-row .item.col-sm-3 {
	border: none;
}
.blog.tag-category .category-desc {
	margin-bottom: 20px;
}
.blog.tag-category form.row .item-image img {
	margin-top: 0 !important;
}
.item-page .img-fulltext img {
	width: auto !important;
}
.item-page .article-header h2 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: normal;
}
.item-page .article-header h2 a {
	color: #666;
}
.item-page .article-header h2 a:hover {
	color: #9ac9ec;
}
.item-page .article-header h2 {
	font-size: 24px;
}
.item-page .article-aside .article-info {
	margin-bottom: 10px;
}
.item-page .article-aside dd {
	display: inline-block;
	color: #999;
	margin-right: 10px;
	font-size: 89%;
}
.item-page .article-aside dd a {
	color: #999;
}
.item-page .article-aside dd a:hover {
	color: #9ac9ec;
}
.item-page .article-aside .article-info {
	margin-bottom: 20px;
}
.item-page .tags {
	margin-bottom: 30px;
}
.item-page .img-fulltext {
	margin-bottom: 20px;
}
div.archive .filter-search {
	background: #666;
	border-color: #ddd;
	border-radius: 0;
}
div.archive .filter-search #limit {
	width: auto;
	margin-right: 5px;
}
div.archive .form-inline .filters .button {
	padding: 4px 20px 3px 20px;
}
div.archive #archive-items > div {
	border-top: 1px dotted #666;
	padding: 15px 0;
}
div.archive #archive-items > div:first-child {
	border-top: none;
}
div.archive #archive-items > div h2.item-title {
	margin: 0;
	font-size: 115%;
}
div.archive #archive-items > div dl.article-info {
	color: #999;
	margin: 0;
}
div.archive #archive-items > div dl.article-info dd {
	display: inline-block;
	font-size: 91.7%;
	line-height: 24px;
	margin: 0 10px 0 0;
	padding: 0;
}
div.archive #archive-items > div .intro > p {
	display: inline;
}
.pagination {
	height: auto;
	margin: 5px auto 8px;
	display: table;
}
.pagination li {
	margin: 0 2px;
}
.pagination li a, .pagination li span {
	float: none;
	display: inline-block;
	padding: 5px 12px;
	border: 1px solid #ccc;
	color: #777;
	background: #fff;
	border-radius: 0 !important;
	height: 32px;
	vertical-align: top;
}
.pagination li.active span, .pagination li.active a, .pagination li:hover span, .pagination li:hover a {
	color: #fff;
	background: #9ac9ec !important;
	border: 1px solid #9ac9ec !important;
}
.pagination li .pagenav .r-hiden {
	display: none;
}
.pagenavcounter {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}
.article-index {
	margin: 0px 0px 0px 20px;
}
.article-index .nav-stacked {
	border: solid 1px #ccc;
	border-radius: 0px;
	overflow: hidden;
}
.article-index .nav-stacked li {
	border-bottom: solid 1px #ccc;
	float: none;
}
.article-index .nav-stacked li a {
	border: none;
	margin: 0px;
	border-radius: 0px;
}
.pager li > a, .pager li > span {
	border-radius: 0;
	background: #eee;
}
.search #searchForm .searchintro {
	margin: 15px 0;
}
.search #searchForm .phrases-box .controls .radio {
	margin: 10px 20px;
}
.search #searchForm button.btn {
	padding: 7px 15px;
	border-radius: 0;
	position: relative;
}
.search #searchForm button.btn:before {
	content: "\f002";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-family: fontawesome;
	text-align: center;
	line-height: 35px;
	color: #fff;
}
.search .search-results {
	clear: both;
}
.search .search-results .result-category {
	display: none;
}
.search .search-results .result-category, .search .search-results .result-text {
	padding: 0;
	margin: 0;
}
.search .search-results .result-text {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ddd;
}
.finder #search-form {
	background: #ECF0E8;
	border-bottom: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 30px;
}
.finder #search-form #finder-search {
	margin: 0;
}
.finder #search-form #finder-search #advanced-search {
	padding: 10px 0 0;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul {
	list-style: none;
	margin: 0;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li {
	margin-bottom: 10px;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li label {
	width: 150px;
}
.finder #search-results #search-query-explained {
	margin: 1em 0;
	border-bottom: 3px solid #eee;
	font-weight: bold;
	-webkit-box-shadow: inset 0 -1px 0 #ccc;
	-moz-box-shadow: inset 0 -1px 0 #ccc;
	box-shadow: inset 0 -1px 0 #ccc;
}
.finder #search-results ul.list-striped {
	margin: 0;
	list-style: none;
}
.finder #search-results ul.list-striped li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}
.finder #search-results ul.list-striped li .result-url {
	color: #999;
}
.newsfeed-category select[multiple], .newsfeed-category select[size], .contact-category select[multiple], .contact-category select[size] {
	width: auto;
}
.newsfeed ol {
	margin: 0;
	list-style: none;
	padding: 0;
}
.newsfeed ol li {
	border-bottom: 1px dotted #ccc;
	padding: 20px 0;
}
.newsfeed ol li a {
	color: #777;
	font-weight: normal;
}
.newsfeed ol li .feed-item-description {
	margin-top: 10px;
	overflow: hidden;
}
.newsfeed ol li .feed-item-description > img:first-child {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #eee;
	margin: 0 0 10px 15px;
	padding: 5px;
}
h1.title {
	font-size: 180%;
}
h2.subtitle {
	font-size: 130%;
}
.view-login #system-message {
	width: 550px;
	margin: 0 auto;
}
.view-login #content #yt_component {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.view-login .wrap-login {
	width: 550px;
	margin: 0 auto;
	padding: 1em 2em 2em;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.view-login .wrap-login .page-header {
	margin: -14px -28px 15px;
	padding: 10px 25px;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
.view-login .wrap-login .page-header h1 {
	margin: 0;
}
.view-login .wrap-login .form-horizontal .control-group {
	float: left;
	width: 50%;
	margin: 1em 0;
}
.view-login .wrap-login .form-horizontal .control-label {
	float: none;
}
.view-login .wrap-login .form-horizontal .controls input {
	width: 180px;
}
.view-login .wrap-login .other-link {
	overflow: hidden;
}
.view-login .wrap-login .other-link ul.yt-list {
	margin: 0 0 0 15px;
}
.view-login .wrap-login .other-link ul.yt-list li {
	float: left;
	margin-right: 30px;
}
.view-login .wrap-login .other-link ul.yt-list li a {
	font-size: 12px;
	color: #777;
}
.view-login .wrap-login .other-link ul.yt-list li a:hover {
	color: #9ac9ec;
}
.login .form-horizontal {
	margin-bottom: 0;
}
.login .well {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 10px 0 0;
	margin: 0;
}
.login .well .control-label label {
	font-weight: bold;
}
.login .well .controls {
	margin: 0;
}
.registration .page-header {
	margin: 0 0 15px;
}
.registration .page-header h2 {
	margin: 0;
}
.registration .form-horizontal .control-label {
	text-align: left;
}
.registration .form-horizontal .control-label label {
	font-weight: bold;
}
div.contact h3.jicons-text {
	font-size: 120%;
}
div.contact ul.blank li, div.contact .contact-misc, div.contact form.box legend {
	color: #999;
}
div.contact .contact-image {
	width: 50%;
	float: right;
}
div.contact .contact-image img {
	padding: 5px;
	border: 1px solid #ccc;
	margin-top: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.contact textarea, div.contact input {
	width: 300px;
}
div.contact textarea {
	height: 100px;
}
div.contact .contact-address, div.contact .contact-contactinfo, div.contact .contact-miscinfo {
	margin-bottom: 2em;
}
div.contact form.box fieldset {
	border: none;
	padding: 0;
}
div.contact form.box legend {
	padding: 0;
	font-size: 12px;
}
.contact-ajax .el-control {
	margin-bottom: 10px;
	margin-top: 10px;
}
.contact-ajax .el-control label {
	width: 200px;
}
.contact-ajax .el-control input {
	width: 200px;
}
.related-items li {
	margin-bottom: 10px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background: #9ac9ec;
	border-color: transparent;
}
.pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:hover:hover, .pagination>.active>span:hover:hover, .pagination>.active>a:focus:hover, .pagination>.active>span:focus:hover {
	background: #c5e0f4;
}
.pagination ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	overflow: visible;
}
.effect-images {
	content: "";
	background: #9ac9ec;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	opacity: 0;
	top: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}
.suffix strong {
	display: inline-block;
}
.time-ago {
	font-size: 11px;
	color: #bbb;
	font-style: italic;
}
.module_menu, div.module {
	margin: 0 0 20px;
}
.module h3.modtitle {
	padding: 9px 0px;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
.module.icon1 h3.modtitle {
	position: relative;
	padding: 8px 0 8px 35px;
	background: #9ac9ec;
	color: #fff;
}
.module.icon1 h3.modtitle:before {
	content: "\f02c";
	height: 100%;
	width: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 36px;
	font-family: fontawesome;
	color: #fff;
	font-size: 16px;
}
.module.icon2 h3.modtitle {
	position: relative;
	padding: 8px 0 8px 35px;
	background: #9ac9ec;
	color: #fff;
}
.module.icon2 h3.modtitle:before {
	content: "\f02d";
	height: 100%;
	width: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 36px;
	font-family: fontawesome;
	color: #fff;
	font-size: 16px;
}
.module.icon2 h3.modtitle:after {
	display: none;
}
.module.icon3 h3.modtitle {
	position: relative;
	padding: 8px 0 8px 35px;
	background: #9ac9ec;
	color: #fff;
}
.module.icon3 h3.modtitle:before {
	content: "\f073";
	height: 100%;
	width: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 36px;
	font-family: fontawesome;
	color: #fff;
	font-size: 16px;
}
.module.icon3 h3.modtitle:after {
	display: none;
}
.module.icon4 h3.modtitle {
	position: relative;
	padding: 8px 0 8px 35px;
	background: #9ac9ec;
	color: #fff;
}
.module.icon4 h3.modtitle:before {
	content: "\f108";
	height: 100%;
	width: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 36px;
	font-family: fontawesome;
	color: #fff;
	font-size: 16px;
}
.module.icon4 h3.modtitle:after {
	display: none;
}
.module.icon5 h3.modtitle {
	position: relative;
	padding: 8px 0 8px 35px;
	background: #9ac9ec;
	color: #fff;
}
.module.icon5 h3.modtitle:before {
	content: "\f03e";
	height: 100%;
	width: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 36px;
	font-family: fontawesome;
	color: #fff;
	font-size: 16px;
}
.module.icon5 h3.modtitle:after {
	display: none;
}
.module.icon6 h3.modtitle {
	position: relative;
	padding: 8px 0 8px 35px;
	background: #9ac9ec;
	color: #fff;
}
.module.icon6 h3.modtitle:before {
	content: "\f015";
	height: 100%;
	width: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 36px;
	font-family: fontawesome;
	color: #fff;
	font-size: 16px;
}
.module.icon6 h3.modtitle:after {
	display: none;
}
.module.icon7 h3.modtitle {
	position: relative;
	padding: 8px 0 8px 35px;
	background: #9ac9ec;
	color: #fff;
}
.module.icon7 h3.modtitle:before {
	content: "\f075";
	height: 100%;
	width: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 36px;
	font-family: fontawesome;
	color: #fff;
	font-size: 16px;
}
.module.icon7 h3.modtitle:after {
	display: none;
}
.module.icon8 h3.modtitle {
	position: relative;
	padding: 8px 0 8px 35px;
	background: #9ac9ec;
	color: #fff;
}
.module.icon8 h3.modtitle:before {
	content: "\f07c";
	height: 100%;
	width: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 36px;
	font-family: fontawesome;
	color: #fff;
	font-size: 16px;
}
.module.icon8 h3.modtitle:after {
	display: none;
}
.module .badge {
	height: 61px;
	width: 40px;
	border-radius: 0;
	padding: 15px 2px;
}
.module.badge_new {
	padding-left: 60px;
	position: relative;
}
.module.badge_new h3.modtitle {
	padding: 0;
	color: #444;
	border: none;
}
.module.badge_new h3.modtitle .badge {
	background: url("../images/icon/new.png") no-repeat;
	position: absolute;
	font-size: 12px;
	left: 0;
	top: 10px;
}
.module.badge_hot {
	padding-left: 60px;
	position: relative;
}
.module.badge_hot h3.modtitle {
	padding: 0;
	color: #444;
	border: none;
}
.module.badge_hot h3.modtitle .badge {
	background: url("../images/icon/hot.png") no-repeat;
	position: absolute;
	font-size: 12px;
	left: 0;
	top: 10px;
}
.module.badge_cool {
	padding-left: 60px;
	position: relative;
}
.module.badge_cool h3.modtitle {
	padding: 0;
	color: #444;
	border: none;
}
.module.badge_cool h3.modtitle .badge {
	background: url("../images/icon/cool.png") no-repeat;
	position: absolute;
	font-size: 12px;
	left: 0;
	top: 10px;
}
.module.badge_best {
	padding-left: 60px;
	position: relative;
}
.module.badge_best h3.modtitle {
	padding: 0;
	color: #444;
	border: none;
}
.module.badge_best h3.modtitle .badge {
	background: url("../images/icon/best.png") no-repeat;
	position: absolute;
	font-size: 12px;
	left: 0;
	top: 10px;
}
.module.box-1 h3.modtitle {
	background: #9ac9ec;
	padding: 8px 20px;
	color: #fff;
}
.module.box-2 h3.modtitle {
	margin: 0;
	padding: 8px 20px;
	background: #9ac9ec;
	color: #fff;
}
.module.box-2 .modcontent {
	padding: 0 20px 10px;
	background: #e5e5e5;
}
.module.box-3 h3.modtitle {
	padding: 8px 20px;
	border-top: 2px solid #9ac9ec;
	border-bottom: 2px solid #9ac9ec;
	color: #444;
}
.module.box-4 {
	border: 1px solid #ddd;
}
.module.box-4 h3.modtitle {
	padding: 8px 20px;
	border-bottom: 1px solid #ddd;
	color: #444;
}
.module.box-4 .modcontent {
	padding: 0 20px 10px;
}
.module._menu {
	background: #fff;
	border: 1px solid #ddd;
}
.module._menu h3.modtitle {
	margin: 0px;
	padding: 16px 20px;
}
.module._menu .modcontent {
	padding: 15px;
}
.module._menu .modcontent ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.module._menu .modcontent ul.menu > li {
	border-bottom: 1px solid #e5e5e5;
}
.module._menu .modcontent ul.menu > li > a, .module._menu .modcontent ul.menu > li > span {
	color: #777;
	display: block;
	padding: 8px 6px;
}
.module._menu .modcontent ul.menu > li > a:hover, .module._menu .modcontent ul.menu > li > span:hover {
	background: transparent;
}
.module._menu .modcontent ul.menu > li:hover {
	background: #9ac9ec;
}
.module._menu .modcontent ul.menu > li:hover, .module._menu .modcontent ul.menu > li.active {
	background: #9ac9ec;
}
.module._menu .modcontent ul.menu > li:hover a, .module._menu .modcontent ul.menu > li.active a {
	color: #fff;
}
.module._menu .modcontent ul.menu > li:hover span, .module._menu .modcontent ul.menu > li.active span {
	color: #fff;
}
.module._menu .modcontent ul.menu > li.parent {
	position: relative;
}
.module._menu .modcontent ul.menu > li.parent > a:after {
	font-family: FontAwesome;
	content: "\f0d7";
	margin: 0 10px;
}
.module._menu .modcontent ul.menu > li.parent ul {
	list-style: none;
	display: none;
	background: #F7F7F7;
	position: absolute;
	z-index: 3;
	border: solid 1px #ccc;
	top: 130%;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	font-size: 91%;
	margin: 0;
}
.module._menu .modcontent ul.menu > li.parent ul li {
	padding: 4px 0;
}
.module._menu .modcontent ul.menu > li.parent ul li ul {
	border: none;
}
.module._menu .modcontent ul.menu > li.parent ul li:hover {
	color: #9ac9ec;
}
.module._menu .modcontent ul.menu > li.parent ul li:hover li {
	color: #777;
}
.module._menu .modcontent ul.menu > li.parent ul li:hover li:hover {
	color: #9ac9ec;
}
.module._menu .modcontent ul.menu > li.parent ul li.active {
	color: #9ac9ec;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li {
	color: #777;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li:hover {
	color: #9ac9ec;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li.active {
	color: #9ac9ec;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li.active a {
	color: #9ac9ec;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li a {
	color: #777;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li a:hover {
	color: #9ac9ec;
}
.module._menu .modcontent ul.menu > li.parent ul li.active a {
	color: #9ac9ec;
}
.module._menu .modcontent ul.menu > li.parent ul li a {
	color: #777;
	display: block;
}
.module._menu .modcontent ul.menu > li.parent ul li a:hover {
	color: #9ac9ec;
}
.module._menu .modcontent ul.menu > li.parent:hover ul {
	display: block;
	top: 100%;
	border-top: 1px;
}
.module._menu .modcontent ul.menu > li.parent:hover ul ul {
	position: static;
	box-shadow: none;
	font-size: 100%;
}
.module._menu .modcontent ul.menu > li:last-child {
	border: none;
}
.module._menu .col2 li {
	margin: 5px;
	padding: 0 10px;
	display: inline-block;
	background: #ddd;
	border: none !important;
	border-radius: 3px;
}
.module._menu .col2 li a {
	color: white;
}
table.variations {
	width: 100%;
	clear: both;
	margin: 1em 0 2em;
	font-size: 91%;
}
table.variations tr.odd {
	background: none;
	border: none;
}
table.variations tr.odd td {
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}
table.variations tr td {
	border: 1px solid #ccc;
	padding: 5px 10px;
	color: #777;
}
table.variations tr td.bold {
	font-weight: bold;
	background: #e5e5e5;
}
.module.me-language {
	display: inline-block;
	position: relative;
	float: right;
	margin: 0;
}
.module.me-language .modcontent .mod-languages:hover a.dropdown-toggle {
	color: #fff;
}
.module.me-language .modcontent .mod-languages a.dropdown-toggle {
	display: block;
	color: #ccc;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border-left: 1px solid #32363e;
	border-right: 1px solid #32363e;
}
.module.me-language .modcontent .mod-languages a.dropdown-toggle img {
	margin-right: 5px;
	width: 20%;
}
.module.me-language .modcontent .mod-languages a.dropdown-toggle i {
	margin: 0 0 0 5px;
}
.module.me-language .modcontent .mod-languages a.dropdown-toggle:hover {
	color: #fff;
}
.module.me-language .modcontent .mod-languages ul.dropdown-menu {
	background: #3f444e;
	border-radius: 0px;
	border: none;
	padding: 0 0 !important;
	box-shadow: none;
	min-width: 100%;
	max-height: 85px;
}
.module.me-language .modcontent .mod-languages ul.dropdown-menu li {
	margin: 0px;
	text-align: left;
}
.module.me-language .modcontent .mod-languages ul.dropdown-menu li a {
	padding: 7px 11px;
	background: transparent;
	font-size: 12px;
	color: #ccc;
}
.module.me-language .modcontent .mod-languages ul.dropdown-menu li a img {
	margin-right: 9px;
	float: left;
	margin-top: 4px;
	width: 20%;
}
.module.me-language .modcontent .mod-languages ul.dropdown-menu li a:hover {
	background: #666;
	color: #fff;
}
#logout-form.form-vertical {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	float: right;
	overflow: hidden;
	padding: 0;
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
}
#logout-form.form-vertical .login-greeting {
	float: left;
	color: #fff;
	margin: 0 5px 0px 0px;
	font-size: 11px;
	line-height: 25px;
	color: #909090;
	line-height: 50px;
	height: 50px;
	white-space: nowrap;
}
#logout-form.form-vertical .logout-button {
	float: left;
}
#logout-form.form-vertical .logout-button .btn {
	padding: 7px 10px;
	border-radius: 0;
	background: #9ac9ec;
}
.module.me-login {
	display: inline-block;
	float: right;
	transition: height 0.3s ease-in-out;
	position: relative;
	margin: 0;
}
.module.me-login .login-switch {
	margin: 0;
	font-size: 13px;
	color: #ccc;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	display: block;
}
.module.me-login .login-switch i {
	margin: 0 0 0 5px;
}
.module.me-login .login-switch:hover {
	background: none;
	color: #fff;
}
#mod-finder-searchform {
	margin: 3px 20px 0 0;
	position: relative;
}
#mod-finder-searchform input.inputbox {
	width: 200px;
	height: 34px;
	padding: 4px 30px 4px 10px;
	color: #999;
	background: #fff;
	float: right;
	font-size: 91%;
	border: 1px solid #e3e3e3;
}
#mod-finder-searchform input.inputbox:focus + .button i {
	color: #9ac9ec;
}
#mod-finder-searchform .button {
	color: #999;
	background: transparent;
	border: 1px solid #999;
	height: 35px;
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 10px;
	z-index: 10;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#mod-finder-searchform .button:hover {
	border-color: #9ac9ec;
	color: #9ac9ec;
}
#mod-finder-searchform i {
	margin: 0;
	font-size: 14px;
}
.form-inline {
	margin: 0;
}
 .form-inline [class^="icon-"], .form-inline [class*=" icon-"] {
 margin: 0;
}
.form-inline .input-append .add-on, .form-inline .input-prepend .add-on {
	padding: 4px 10px;
}
.form-inline .input-small {
	width: 120px;
}
.form-inline .icon-add {
	display: inline-block;
	color: #fff;
	line-height: 14px;
	width: 14px;
	height: 14px;
	background: #9ac9ec;
	text-align: center;
	margin-right: 6px;
}
.form-inline .icon-add:before {
	content: "+";
}
.form-inline ul.unstyled {
	margin: 0;
}
.form-inline .filters .button {
	padding: 4px 20px;
}
.banner-top {
	text-align: right;
}
.banner-top a {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.banner-top a img {
	transition: all 0.3s ease-in-out;
}
.banner-top a:hover img {
	-moz-animation: myeffect 0.8s ease-in-out;
	-webkit-animation: myeffect 0.8s ease-in-out;
	-o-animation: myeffect 0.8s ease-in-out;
	-ms-animation: myeffect 0.8s ease-in-out;
	animation: myeffect 0.8s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.module.banner-main {
	margin: 30px 0 25px 0;
}
.banner-right, .banner-main {
	text-align: right;
}
.banner-right a, .banner-main a {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.banner-right a img, .banner-main a img {
	transition: all 0.3s ease-in-out;
}
.banner-right a:hover img, .banner-main a:hover img {
	-moz-animation: myeffect 0.8s ease-in-out;
	-webkit-animation: myeffect 0.8s ease-in-out;
	-o-animation: myeffect 0.8s ease-in-out;
	-ms-animation: myeffect 0.8s ease-in-out;
	animation: myeffect 0.8s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.whoonline {
	padding: 15px 20px;
}
.whoonline h3.modtitle {
	margin-bottom: 20px;
}
.whoonline .modcontent {
	background: #9ac9ec;
	padding: 15px;
	color: #fff;
}
.whoonline .round-online {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url("../images/styling/default/icon_user.png") no-repeat center center #fff;
	margin-right: 15px;
	float: left;
}
.whoonline .round-online i {
	font-size: 30px;
	color: #9ac9ec;
	display: table;
	margin: 14px auto;
	display: none;
}
ul.list-contact li {
	margin-bottom: 15px;
}
ul.list-contact .fa {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background: #E0E0E0;
	margin: 0 15px 15px 0;
}
ul.list-contact > div {
	overflow: hidden;
}
ul.list-contact h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #000;
}
ul.list-contact p {
	font-size: 12px;
	line-height: 18px;
}
ul.list-contact a {
	color: #666;
}
ul.list-contact a:hover {
	color: #9ac9ec;
}
#bd .pp_default .pp_content_container .pp_content .pp_details .pp_close {
	top: 10px;
}
.mega-module ul.menu li {
	position: relative;
	padding: 1px 0 1px 0;
}
.mega-module ul.menu li a {
	display: block;
	padding: 6px 10px;
	color: #fff;
	font-size: 100%;
	text-transform: none;
	line-height: 20px;
}
.mega-module ul.menu li:hover a, .mega-module ul.menu li.active a {
	background-color: #6fb2e4;
}
.social-cus-mod .yt-socialbt {
	margin: 0;
	float: left;
	border-right: 1px solid #151515;
}
.social-cus-mod .yt-socialbt a {
	border-radius: 0;
	background: #000;
	color: #808080;
	box-shadow: none;
	border: none;
	width: 36px;
	height: 36px;
}
.social-cus-mod .yt-socialbt a i {
	font-size: 16px;
	line-height: 36px;
}
.social-cus-mod .yt-socialbt a:hover {
	background: #9ac9ec;
	color: #fff;
}
.social-cus-mod .yt-socialbt:last-child {
	border: none;
}
#contact ul li i {
	color: #999;
	margin-right: 9px;
}
#contact ul li a {
	color: #9ac9ec;
}
#contact ul li a:hover {
	color: #c5e0f4;
}
.yt-loginform {
	position: relative;
	border-right: 1px solid #34353a;
}
.yt-loginform:hover .dropdown-toggle {
	background: #9ac9ec;
}
.yt-loginform .dropdown-toggle {
	padding: 0px 16px;
	display: block;
	color: #fff;
	line-height: 54px;
	background: #1C1E24;
}
.yt-loginform .dropdown-toggle .fa {
	margin-left: 5px;
}
.yt-loginform .dropdown-menu {
	min-width: 250px;
	margin: 0;
	border: none;
	box-shadow: none;
	background-color: #9ac9ec;
	background-color: rgba(152, 199, 235, 0.9);
	zoom: 1;
	background-color: transparent \9;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e598c7eb, endColorstr=#e598c7eb)";
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e598c7eb, endColorstr=#e598c7eb);
	padding: 20px;
	border-radius: 0px;
}
.yt-loginform .dropdown-menu .input-small {
	border: none;
	width: 100%;
	height: 30px;
}
.yt-loginform .dropdown-menu .button {
	background: #3f444e;
	padding: 10px 35px;
	margin-bottom: 10px;
	transition: 0.3s all ease 0s;
	width: 100%;
}
.yt-loginform .dropdown-menu .button:hover {
	background: #000;
}
.yt-loginform .dropdown-menu ul.unstyled {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.yt-loginform .dropdown-menu ul.unstyled li a {
	color: #ddd;
	font-size: 12px;
	transition: 0.3s all ease 0s;
}
.yt-loginform .dropdown-menu ul.unstyled li a:hover {
	color: #fff;
}
.yt-loginform .login-switch {
	display: block;
	color: #fff;
}
.yt-loginform .login-switch:hover {
	background: #9ac9ec;
}
#myLogin .modal-dialog {
	width: 380px;
	margin: 100px auto;
	z-index: 9999;
}
#myLogin .modal-content {
	padding: 30px;
	border-radius: 0;
	text-align: left;
}
#myLogin h3.title {
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#myLogin .btReverse {
	display: block;
	text-align: center;
	text-transform: uppercase;
}
#myLogin #login-form {
}
#myLogin #login-form .userdata {
	margin: 0 0 20px;
}
#myLogin #login-form .userdata label {
	font-weight: 500;
}
#myLogin #login-form .userdata input[type="checkbox"] {
	margin: 3px 5px 0px 0px;
}
#myLogin #login-form .userdata .button {
	text-transform: uppercase;
}
#myLogin #login-form ul.listlogin {
	border-top: 1px solid #E7E7E7;
	margin: 0;
	padding: 15px 0px;
	font-size: 12px;
}
#myLogin #login-form ul.listlogin li {
	display: inline-block;
	margin-right: 10px;
}
#myLogin #login-form ul.listlogin li a {
	color: #999;
}
#myLogin #login-form ul.listlogin li a:hover {
	color: #9ac9ec;
}
.k2LatestCommentsBlock.tab-comments .k2Avatar img {
	border: none;
	margin: 2px 9px 4px 0;
}
.k2LatestCommentsBlock.tab-comments .lcUsername {
	float: left;
	margin: 0 10px 0 0;
	width: 100%;
}
.k2LatestCommentsBlock.tab-comments .lcUsername a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-transform: capitalize;
}
.k2LatestCommentsBlock.tab-comments .lcUsername a:hover {
	color: #9ac9ec;
}
.k2LatestCommentsBlock.tab-comments .lcCommentDate {
	font-size: 11px;
	float: left;
}
.k2LatestCommentsBlock.tab-comments ul {
	margin-left: 0;
	padding: 0;
}
.k2LatestCommentsBlock.tab-comments ul li {
	list-style: none;
	background: #fff;
	display: block;
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid #3f444e;
}
.k2LatestCommentsBlock.tab-comments ul li.lastItem {
	border: none;
}
.k2LatestCommentsBlock.tab-comments ul li:empty {
	display: none;
}
.k2LatestCommentsBlock.tab-comments ul li a {
	color: #666;
}
.k2LatestCommentsBlock.tab-comments ul li a:hover {
	color: #9ac9ec;
}
.k2LatestCommentsBlock.tab-comments ul li .lcComment {
	display: inline-block;
	max-width: 78%;
	border: 1px solid #f2f2f2;
	padding: 5px 10px;
	margin-bottom: 8px;
	position: relative;
	float: left;
	border-radius: 8px;
	font-size: 12px;
	font-style: italic;
}
.k2LatestCommentsBlock.tab-comments ul .even {
	background: none repeat scroll 0 0 #fff;
}
.k2LatestCommentsBlock.tab-comments h3.modtitle {
	background: #9ac9ec;
	color: #FFFFFF;
	font-size: 160%;
	font-weight: 400;
	margin: 0 0 20px;
	padding: 10px;
	text-transform: uppercase;
	width: 62%;
}
.k2ItemsBlock.k2-content-tags ul {
	padding: 0;
}
.k2ItemsBlock.k2-content-tags ul li {
	list-style: none;
}
.k2ItemsBlock.k2-content-tags ul li.even, .k2ItemsBlock.k2-content-tags ul li.odd {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
	border-bottom: 1px solid #cfcfcf;
}
.k2ItemsBlock.k2-content-tags ul li.even.lastItem, .k2ItemsBlock.k2-content-tags ul li.odd.lastItem {
	margin: 0;
	border-bottom: none;
}
.k2ItemsBlock.k2-content-tags ul li.even .moduleItemIntrotext, .k2ItemsBlock.k2-content-tags ul li.odd .moduleItemIntrotext {
	color: #ccc;
	line-height: 24px;
}
.k2ItemsBlock.k2-content-tags ul li.even .moduleItemIntrotext .moduleItemImage, .k2ItemsBlock.k2-content-tags ul li.odd .moduleItemIntrotext .moduleItemImage {
	display: inline-block;
	float: left;
	overflow: hidden;
	margin: 0 15px 0 0;
}
.k2ItemsBlock.k2-content-tags ul li.even .moduleItemIntrotext .moduleItemImage img, .k2ItemsBlock.k2-content-tags ul li.odd .moduleItemIntrotext .moduleItemImage img {
	float: none;
	margin: 0;
	border: none;
	transition: all 0.3s ease-in-out;
}
.k2ItemsBlock.k2-content-tags ul li.even .moduleItemIntrotext .moduleItemImage:hover img, .k2ItemsBlock.k2-content-tags ul li.odd .moduleItemIntrotext .moduleItemImage:hover img {
	transition: all 0.3s ease-in-out;
	transform: scale(1.2);
}
.k2ItemsBlock.k2-content-tags ul li.even .moduleItemTitle, .k2ItemsBlock.k2-content-tags ul li.odd .moduleItemTitle {
	font-size: 14px;
	display: block;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	margin-top: -5px;
}
.k2ItemsBlock.k2-content-tags ul li.even .moduleItemTitle:hover, .k2ItemsBlock.k2-content-tags ul li.odd .moduleItemTitle:hover {
	color: #9ac9ec;
}
.k2ItemsBlock.k2-content-tags ul li.even .main, .k2ItemsBlock.k2-content-tags ul li.odd .main {
	display: inline-block;
	width: 68%;
}
.k2ItemsBlock.k2-content-tags ul li.even .main .introtext, .k2ItemsBlock.k2-content-tags ul li.odd .main .introtext {
	color: #444;
}
.k2ItemsBlock.k2-content-tags ul li.even .main p, .k2ItemsBlock.k2-content-tags ul li.odd .main p {
	color: #444;
}
.k2ItemsBlock.k2-content-tags ul li.even .moduleItemDateCreated, .k2ItemsBlock.k2-content-tags ul li.odd .moduleItemDateCreated {
	font-size: 11px;
	color: #999;
	margin-right: 20px;
}
.k2ItemsBlock.k2-content-tags ul li.even .moduleItemComments, .k2ItemsBlock.k2-content-tags ul li.odd .moduleItemComments {
	font-size: 11px;
	border: none;
	color: #999;
}
.k2ItemsBlock.k2-content-tags ul li.even .moduleItemComments:hover, .k2ItemsBlock.k2-content-tags ul li.odd .moduleItemComments:hover {
	color: #9ac9ec;
}
.k2-content-recent ul {
	padding: 0;
}
.k2-content-recent ul li {
	list-style: none;
}
.k2-content-recent ul li.even {
	border-bottom: 1px dotted #eee;
}
.k2-content-recent ul li.even, .k2-content-recent ul li.odd {
	background: none;
	border-bottom: 1px dotted #ddd;
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.k2-content-recent ul li.even.lastItem, .k2-content-recent ul li.odd.lastItem {
	margin: 0;
}
.k2-content-recent ul li.even .k2Avatar, .k2-content-recent ul li.odd .k2Avatar {
	display: block;
	overflow: hidden;
}
.k2-content-recent ul li.even .moduleItemIntrotext, .k2-content-recent ul li.odd .moduleItemIntrotext {
	color: #ccc;
	line-height: 24px;
}
.k2-content-recent ul li.even .moduleItemIntrotext .moduleItemImage, .k2-content-recent ul li.odd .moduleItemIntrotext .moduleItemImage {
	display: inline-block;
	float: left;
	overflow: hidden;
	margin: 0 15px 0 0;
}
.k2-content-recent ul li.even .moduleItemIntrotext .moduleItemImage img, .k2-content-recent ul li.odd .moduleItemIntrotext .moduleItemImage img {
	float: none;
	margin: 0;
	border: none;
	transition: all 0.3s ease-in-out;
}
.k2-content-recent ul li.even .moduleItemIntrotext .moduleItemImage:hover img, .k2-content-recent ul li.odd .moduleItemIntrotext .moduleItemImage:hover img {
	transition: all 0.3s ease-in-out;
	transform: scale(1.2);
}
.k2-content-recent ul li.even .moduleItemTitle, .k2-content-recent ul li.odd .moduleItemTitle {
	font-size: 14px;
	display: block;
	color: #444;
	font-weight: bold;
	line-height: 20px;
	margin-top: -5px;
}
.k2-content-recent ul li.even .moduleItemTitle:hover, .k2-content-recent ul li.odd .moduleItemTitle:hover {
	color: #9ac9ec;
}
.k2-content-recent ul li.even .main, .k2-content-recent ul li.odd .main {
	display: inline-block;
	width: 60%;
}
.k2-content-recent ul li.even .main .introtext, .k2-content-recent ul li.odd .main .introtext {
	color: #444;
}
.k2-content-recent ul li.even .main p, .k2-content-recent ul li.odd .main p {
	color: #444;
}
.k2-content-recent ul li.even .moduleItemDateCreated, .k2-content-recent ul li.odd .moduleItemDateCreated {
	font-size: 11px;
	color: #999;
	margin-right: 20px;
}
.k2-content-recent ul li.even .moduleItemComments, .k2-content-recent ul li.odd .moduleItemComments {
	font-size: 11px;
	border: none;
	color: #999;
}
.k2-content-recent ul li.even .moduleItemComments:hover, .k2-content-recent ul li.odd .moduleItemComments:hover {
	color: #9ac9ec;
}
#right .module div.moduletabs.top-position {
	margin: 0;
}
.module.module_tabs .modcontent {
	padding-top: 0;
}
.module div.moduletabs.top-position {
	margin: 0 -15px 0 0;
}
.module div.moduletabs.top-position div.tabs-content div.tabs-content-inner div.tab-content {
	background: none;
}
.module div.moduletabs.top-position div.tabs-container {
	position: relative;
	width: 100%;
	height: auto;
	border-top: 2px solid #9ac9ec;
	overflow: visible;
	z-index: 1;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li {
	padding: 0;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li .tab.selected {
	background: #9ac9ec;
	color: #fff;
	position: relative;
	border: none;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li .tab.selected:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-style: solid;
	border-color: #9ac9ec transparent transparent transparent;
	border-width: 9px 9px 0;
	bottom: -9px;
	left: 42%;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li .tab.selected:hover {
	color: #fff;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li .tab {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0;
	background: #EEEEEE;
	margin: 0 0 16px;
	color: #4a505c;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li .tab:hover {
	color: #9ac9ec;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li:last-child .tab {
	border: none;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.tabs-content {
	border-top: none;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.tabs-content div.k2ItemsBlock ul {
	margin: 0;
}
.module div.moduletabs.top-position .mod-k2-content ul li.even .moduleItemTitle, .module div.moduletabs.top-position .mod-k2-content ul li.odd .moduleItemTitle {
	color: #444;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
}
.module div.moduletabs.top-position .mod-k2-content ul li.even .moduleItemTitle:hover, .module div.moduletabs.top-position .mod-k2-content ul li.odd .moduleItemTitle:hover {
	color: #9ac9ec;
}
.module.k2-slider-style-one h3.modtitle {
	color: #000;
	margin: 0 0 20px;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider {
	margin: 0;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .page-button {
	margin: 0;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .page-button .control-button {
	text-indent: 0;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .page-button .control-button .preview {
	background: none;
	color: #444;
	font-size: 14px;
	opacity: 1;
	bottom: 35px;
	width: auto;
	right: 15px;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .page-button .control-button .preview i {
	margin: 0;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .page-button .control-button .preview:hover {
	color: #9ac9ec;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .page-button .control-button .next {
	background: none;
	color: #444;
	font-size: 14px;
	opacity: 1;
	bottom: 35px;
	width: auto;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .page-button .control-button .next i {
	margin: 0;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .page-button .control-button .next:hover {
	color: #9ac9ec;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider {
	margin: 0 -1%;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-img {
	padding: 0;
	border: none;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-img .item-img-info {
	overflow: hidden;
	position: relative;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-img .item-img-info .over-image {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 0;
	pointer-events: none;
	box-shadow: 0 0 0 0 #9ac9ec inset;
	transition: all 0.2s ease-out;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-img .item-img-info img {
	transition: all 0.2s ease-out;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-img .item-img-info:hover img {
	-moz-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-webkit-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-o-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-ms-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	transition: all 0.2s ease-out;
	transition-delay: 0.1s;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-img .item-img-info:hover .over-image {
	opacity: 1;
	box-shadow: 0 0 0 8px #9ac9ec inset;
	transition: all 0.2s ease-out;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-img:hover {
	opacity: 1;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-info .item-title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-info .item-title a {
	color: #000;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-info .item-content .item-des {
	color: #666;
	line-height: 20px;
	font-weight: 300;
	font-size: 13px;
	margin: 0 0 15px;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-info .item-content .item-read {
	display: inline-block;
	border: 1px solid #ddd;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 11px;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-info .item-content .item-read a {
	color: #000;
	font-weight: 500;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-info .item-content .item-read a i {
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
	border-right: 1px solid #ddd;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-info .item-content .item-read a span {
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-info .item-content .item-read:hover {
	border-color: #9ac9ec;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-info .item-content .item-read:hover a {
	color: #9ac9ec;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item .item-wrap .item-info .item-content .item-read:hover i {
	border-color: #9ac9ec;
}
.module.k2-slider-style-one .modcontent .sj-k2-container-slider .slider .item:hover .item-wrap .item-info .item-title a {
	color: #9ac9ec;
}
.k2TagCloudBlock.tags-k2 {
	padding: 0;
}
.k2TagCloudBlock.tags-k2 a {
	display: inline-block;
	position: relative;
	margin: 0 5px 5px 0;
	padding: 5px 10px 5px 15px;
	color: #666;
	text-transform: capitalize;
	border: 1px solid #ddd;
}
.k2TagCloudBlock.tags-k2 a:hover {
	padding: 5px 10px 5px 15px;
	background: #9ac9ec;
	color: #fff;
	border-color: #9ac9ec;
}
.module.content-accordion h3.modtitle {
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	color: #9ac9ec;
	border-color: #9ac9ec;
	margin-bottom: 30px;
}
div.sj-accordion {
	border: none;
}
div.sj-accordion .acd-items {
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
 div.sj-accordion .acd-items .acd-item:nth-child(1) .acd-header {
 border-top: 1px solid #ebebeb;
}
div.sj-accordion .acd-items .acd-item .acd-header {
	margin: 0;
	padding: 10px 15px;
	position: relative;
	color: #666;
	border-bottom: 1px solid #ddd;
	border-right: none;
	border-left: none;
	border-top: none;
	transition: all 0.2s ease-in-out;
}
div.sj-accordion .acd-items .acd-item .acd-header >span {
	color: #9ac9ec;
	font-weight: bold;
}
div.sj-accordion .acd-items .acd-item .acd-header:hover {
	background: #f4f4f4;
	color: #9ac9ec;
	transition: all 0.3s ease-in-out;
}
div.sj-accordion .acd-items .acd-item .acd-header:hover:before {
	background-color: #9ac9ec;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner {
	padding: 0 10px;
	font-weight: 300;
}
div.sj-accordion .acd-items .acd-item.selected {
	border-bottom: 1px solid #ebebeb;
	margin: 0;
}
div.sj-accordion .acd-items .acd-item.selected .acd-header {
	background: #9ac9ec;
	color: #fff;
	font-weight: normal;
	border: none;
}
div.sj-accordion .acd-items .acd-item.selected .acd-header >span {
	color: #fff;
	font-weight: bold;
}
div.sj-accordion .acd-items .acd-item.selected .acd-content-wrap {
	margin: 10px 0;
}
div.sj-accordion .acd-items .acd-item.selected .acd-content-wrap .acd-content-wrap-inner {
	padding: 0 10px;
}
.extra-upcoming-slider h3.modtitle {
	color: #fff;
	margin: 0 0 20px;
}
.extra-upcoming-slider .sj-extraslider {
	margin: 0 -15px;
}
.extra-upcoming-slider .sj-extraslider .extraslider-control {
	float: none;
	text-align: center;
	padding-top: 25px;
}
.extra-upcoming-slider .sj-extraslider .extraslider-control .nav-page {
	float: none;
}
.extra-upcoming-slider .sj-extraslider .extraslider-control .nav-page .page {
	display: inline-block;
	float: none;
}
.extra-upcoming-slider .sj-extraslider .extraslider-control .nav-page .page .button-page {
	height: 10px;
	width: 10px;
	border-radius: 10px;
	background: none;
	border: 2px solid #fff;
	margin: 0 3px;
}
.extra-upcoming-slider .sj-extraslider .extraslider-control .nav-page .page .button-page.sel, .extra-upcoming-slider .sj-extraslider .extraslider-control .nav-page .page .button-page:hover {
	background: #fff;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner {
	border: none;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item-wrap-inner {
	margin: 0 15px;
	overflow: visible;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line {
	border: none;
	margin: 0;
	padding: 0 0 20px;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image {
	position: relative;
	overflow: hidden;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image .over-image {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 0;
	pointer-events: none;
	box-shadow: 0 0 0 0 #9ac9ec inset;
	transition: all 0.2s ease-out;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image img {
	transition: all 0.2s ease-out;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image:hover img {
	-moz-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-webkit-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-o-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-ms-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	transition: all 0.2s ease-out;
	transition-delay: 0.1s;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image:hover .over-image {
	opacity: 1;
	box-shadow: 0 0 0 8px #9ac9ec inset;
	transition: all 0.2s ease-out;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image .time-image {
	display: inline-block;
	padding: 20px 30px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	height: 100%;
	color: #fff;
	background-size: 100% 100%;
	transition: all 0.5s ease-in-out;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image .time-image:before {
	content: "";
	height: 100%;
	width: 100%;
	background: #9ac9ec;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.8;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image .time-image .item-created {
	display: block;
	clear: both;
	margin: 0 0 20px;
	position: relative;
	z-index: 2;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image .time-image .item-created span {
	display: block;
	font-weight: bold;
}
 .extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image .time-image .item-created span:nth-child(1) {
 font-size: 30px;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image .time-image .event-time {
	display: inline-block;
	position: relative;
	z-index: 2;
	font-weight: 500;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image .time-image .event-time .start-time:after {
	content: "\f068";
	font-family: fontawesome;
	display: block;
	font-size: 7px;
	line-height: 7px;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image:hover .time-image {
	left: -100%;
	transition: all 0.5s ease-in-out;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info {
	background: none;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-title {
	background: #fff;
	font-weight: 500;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-title a {
	color: #000;
	text-transform: uppercase;
	padding: 0;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-title a:hover {
	color: #9ac9ec;
	text-decoration: none;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .school {
	padding: 10px;
	color: #666;
	background: #fff;
	font-weight: 300;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .school p {
	margin: 0;
	font-weight: 300;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .school a {
	color: #9ac9ec;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .school a:hover {
	color: #4a505c;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-content {
	position: relative;
	background: #fff;
	margin: 0;
	padding: 0 10px 10px;
	font-weight: 300;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-content .item-description {
	color: #000;
	margin-bottom: 30px;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-content .item-readmore {
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: -10px;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-content .item-readmore a {
	display: inline-block;
	font-size: 18px;
	padding: 8px 16px;
	background: #3f444e;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-content .item-readmore a i {
	margin: 0;
	color: #fff;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-content .item-readmore a:hover {
	background: #9ac9ec;
}
.extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line .item-wrap:hover .item-info .item-title a {
	color: #9ac9ec;
}
.style-me-scattered .sj-sg-gallery {
	direction: ltr;
}
.style-me-scattered .sj-sg-gallery nav span:after {
	content: "\f0e2";
	font-family: "fontawesome";
	font-size: 14px;
}
.style-me-scattered .sj-sg-gallery .sg-photostack {
	background: url(../images/bg/bg-3.jpg) no-repeat 0 0 fixed;
	background-size: 100% 100%;
}
.style-me-scattered .sj-sg-gallery .sg-photostack .sg-container figure {
	padding: 25px;
}
.style-me-scattered .sj-sg-gallery .sg-photostack .sg-container figure figcaption .sg-title a:hover {
	color: #9ac9ec;
	text-decoration: none;
}
.style-me-scattered .sj-sg-gallery .sg-photostack .sg-container figure img {
	box-shadow: 0 0 0 0 #9ac9ec;
	transition: all 0.3s ease-in-out;
}
.style-me-scattered .sj-sg-gallery .sg-photostack .sg-container figure img:hover {
	opacity: 1;
	box-shadow: 0 0 1px 8px #9ac9ec;
	transition: all 0.3s ease-in-out;
}
.style-me-scattered .sj-sg-gallery .sg-photostack .buttom-click {
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 999;
}
.style-me-scattered .sj-sg-gallery .sg-photostack .buttom-click span {
	padding: 20px 30px;
	text-transform: uppercase;
	border: 3px solid #fff;
	opacity: 1;
	box-shadow: 0 0 0 0 #fff;
}
.style-me-scattered .sj-sg-gallery .sg-photostack.photostack-perspective {
	transition: all 0.5s ease-in-out;
}
.style-me-scattered .sj-sg-gallery .sg-photostack.photostack-perspective .buttom-click span {
	transition: all 0.5s ease-in-out;
	opacity: 0;
	box-shadow: 0 0 10px 30px #fff;
}
.trending-posts {
	position: relative;
}
.trending-posts h3.modtitle {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
}
.trending-posts .sj-extraslider {
	margin: 0;
}
.trending-posts .sj-extraslider .extraslider-control {
	position: absolute;
	top: 0;
	right: 0;
}
.trending-posts .sj-extraslider .extraslider-control i {
	margin: 0;
	font-size: 11px;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 18px;
	top: 0;
	left: 0;
}
.trending-posts .sj-extraslider .extraslider-control .button-prev {
	height: 18px;
	width: 18px;
	border-radius: 99px;
	margin: 0 3px;
	line-height: 18px;
	text-align: center;
	background: #c4cace;
	color: #fff;
	position: relative;
}
.trending-posts .sj-extraslider .extraslider-control .button-prev:hover {
	background: #3f444e;
}
.trending-posts .sj-extraslider .extraslider-control .button-next {
	height: 18px;
	width: 18px;
	border-radius: 99px;
	line-height: 16px;
	text-align: center;
	background: #c4cace;
	color: #fff;
	position: relative;
}
.trending-posts .sj-extraslider .extraslider-control .button-next:hover {
	background: #3f444e;
}
.trending-posts .sj-extraslider .extraslider-inner {
	border: none;
}
.trending-posts .sj-extraslider .extraslider-inner .item-wrap.style1 .item-info {
	position: static;
	background: none;
}
.trending-posts .sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-title {
	padding: 0;
}
.trending-posts .sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-title a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.trending-posts .sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-title a:hover {
	color: #9ac9ec;
}
.trending-posts .sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-content {
	margin: 0 0 10px;
}
.trending-posts .sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-content .item-description {
	color: #000;
	font-size: 12px;
}
.trending-posts .sj-extraslider .item .line {
	border-top: none;
	border-bottom: 1px solid #ccc;
}
.trending-posts .sj-extraslider .item .line:last-child {
	border: none;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-image {
	display: inline-block;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	position: relative;
	background-color: #E79800;
    color: #fff;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-image .over-image {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 0;
	pointer-events: none;
	box-shadow: 0 0 0 0 #9ac9ec inset;
	transition: all 0.2s ease-out;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-image img {
	transition: all 0.2s ease-out;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-image:hover img {
	-moz-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-webkit-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-o-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-ms-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	transition: all 0.2s ease-out;
	transition-delay: 0.1s;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-image:hover .over-image {
	opacity: 1;
	box-shadow: 0 0 0 8px #9ac9ec inset;
	transition: all 0.2s ease-out;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .content-main .item-title a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	color: #9ac9ec;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .content-main .item-title a:hover {
	color: #9ac9ec;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .content-main .item-description {
	color: #666;
	margin: 0 0 20px;
	font-weight: 300;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .by-date {
	padding: 0;
	display: inline-block;
	margin: 0 -3px 5px;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .by-date li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
	font-size: 11px;
	color: #999;
	font-style: italic;
}
 .module.k2-mega-new-main .modcontent .sj-meganew .item-first .by-date li:nth-child(1) {
 color: #9ac9ec;
}
 .module.k2-mega-new-main .modcontent .sj-meganew .item-first .by-date li:nth-child(1) span {
 color: #999;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-readmore {
	display: inline-block;
	border: 1px solid #ddd;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 11px;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-readmore a {
	color: #000;
	font-weight: 500;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-readmore a i {
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
	border-right: 1px solid #ddd;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-readmore a span {
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-readmore:hover {
	border-color: #9ac9ec;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-readmore:hover a {
	color: #9ac9ec;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-readmore:hover i {
	border-color: #9ac9ec;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-other {
	float: left;
	width: 100%;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link {
	padding: 0;
	overflow: hidden;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link li.row {
	list-style: none;
	padding: 10px 0;
	font-weight: 300;
	border-bottom: 1px solid #ebebeb;
}
 .module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link li.row:nth-child(1) {
 border-top: 1px solid #ebebeb;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link li.row:last-child {
	border-bottom: none;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link li.row a {
	color: #000;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link li.row a:hover {
	color: #9ac9ec;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link .by-date {
	display: inline-block;
	margin: 0 -3px 5px;
	text-align: right;
	font-weight: 300;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link .by-date li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
	font-size: 11px;
	color: #999;
	font-style: italic;
}
 .module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link .by-date li:nth-child(1) {
 color: #9ac9ec;
}
 .module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link .by-date li:nth-child(1) span {
 color: #999;
}
.module.k2-mega-new-main .modcontent .sj-meganew .meganew-viewall {
	display: inline-block;
	border: 1px solid #ddd;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 11px;
	float: left;
}
.module.k2-mega-new-main .modcontent .sj-meganew .meganew-viewall a {
	color: #000;
	font-weight: 500;
}
.module.k2-mega-new-main .modcontent .sj-meganew .meganew-viewall a i {
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
	border-right: 1px solid #ddd;
}
.module.k2-mega-new-main .modcontent .sj-meganew .meganew-viewall a span {
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
}
.module.k2-mega-new-main .modcontent .sj-meganew .meganew-viewall:hover {
	border-color: #9ac9ec;
}
.module.k2-mega-new-main .modcontent .sj-meganew .meganew-viewall:hover a {
	color: #9ac9ec;
}
.module.k2-mega-new-main .modcontent .sj-meganew .meganew-viewall:hover i {
	border-color: #9ac9ec;
}
div.contact-ajax .ctajax-wrap.bigmap .col-md-12 {
	margin-bottom: 20px;
}
div.contact-ajax .ctajax-wrap .el-control {
	position: relative;
}
div.contact-ajax .ctajax-wrap .el-control .ca-tooltip {
	position: absolute;
	right: 10px;
	top: 0;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"] {
	padding: 8px 35px;
	border-radius: 0;
	background: #9ac9ec;
	border: none;
	color: #fff;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"]:hover {
	background: #23262D;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-heading {
	font-size: 18px;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form input.el-input {
	width: 85%;
}
.stats-module dt {
	width: 35%;
	display: inline-block;
	font-weight: bold;
}
.stats-module dd {
	width: 63%;
	display: inline-block;
}
.module._menu.side-menu .modcontent ul.menu > li.parent >a:after, .module._menu.side-menu .modcontent ul.menu > li.parent span:after {
	content: "\f0da";
	font-family: FontAwesome;
	margin: 0 10px;
	float: right;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul {
	left: -100%;
	-webkit-transition: transform 0.2s ease-in-out 0s;
	-moz-transition: transform 0.2s ease-in-out 0s;
	-o-transition: transform 0.2s ease-in-out 0s;
	transition: transform 0.2s ease-in-out 0s;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul li.parent > span {
	color: #777;
	cursor: pointer;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul li.parent > span:after {
	content: "\f0da";
	font-family: FontAwesome;
	position: relative;
	float: right;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul li.parent > span:hover {
	color: #9ac9ec;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul li ul {
	display: none;
	width: 220px;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul {
	top: 0;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding: 4px 10px;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li:last-child {
	border: none;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li.parent > a:after {
	content: "\f0da";
	font-family: FontAwesome;
	position: relative;
	float: right;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li:hover ul {
	display: block;
	left: -220px;
	position: absolute;
	top: 0;
	z-index: 10;
	background: #fff;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li:hover ul li {
	padding: 4px 5px;
}
.module._menu.side-menu .modcontent ul.menu li a.fa-home:before {
	margin-right: 10px;
}
.module._menu.tree-menu .modcontent ul.menu li ul {
	display: none;
}
.module._menu.tree-menu .modcontent ul.menu li a:after {
	display: none;
}
.module._menu.tree-menu .modcontent ul.menu li:hover ul {
	display: none;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active > a:after {
	display: inline-block;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active ul {
	background: #fff;
	display: block;
	position: static;
	border: 0;
	padding-left: 20px;
	list-style-type: circle;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active ul li.parent > span {
	color: #777;
	cursor: pointer;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active ul li.parent > span:hover {
	color: #9ac9ec;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active:hover ul ul {
	font-size: 91%;
}
.module._menu.tree-menu .modcontent ul.menu li a.fa-home:before {
	margin-right: 10px;
}
.module.sjflatmenu {
	border: 1px solid #ddd;
	background: #fff;
	position: relative;
	z-index: 0;
}
.module.sjflatmenu h3.modtitle {
	padding: 16px 20px;
}
.module.sjflatmenu .modcontent {
	padding: 15px;
}
.module.sjflatmenu .modcontent .pretext, .module.sjflatmenu .modcontent .posttext {
	display: none;
}
.module.sjflatmenu .modcontent .flyout-menu {
	border: none;
	background: #fff;
}
.module.sjflatmenu .modcontent .flyout-menu li {
	background: #fff;
	border-bottom: #ddd 1px solid;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-item .fm-link a {
	color: #4a505c;
	font-weight: normal;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-item .fm-link a img {
	display: none;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul {
	border: #ddd 1px solid;
	list-style: none;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li .fm-item .fm-link a {
	color: #4a505c;
	font-weight: normal;
	padding-left: 0;
	background: none;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li .fm-item .fm-link a img {
	display: none;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-item .fm-link a {
	color: #fff;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-container .fm-item .fm-link a {
	color: #4a505c;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-container li:hover .fm-item .fm-link a {
	color: #fff;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-container li:hover .fm-container .fm-item .fm-link a {
	color: #4a505c;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-container li:hover .fm-container li:hover .fm-item .fm-link a {
	color: #fff;
}
.module.sjflatmenu .modcontent .flyout-menu li.fm-last {
	border: none;
}
.module.sjflatmenu .modcontent .flyout-menu li:hover {
	background: #9ac9ec;
}
.module.sjflatmenu .modcontent .flyout-menu li:hover .fm-item .fm-link a {
	color: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu {
	border: none;
	margin-top: -16px;
	background: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu li {
	background: #fff;
	border-bottom: #ddd 1px solid;
}
.module.sjflatmenu .modcontent .accordion-menu li a {
	color: #4a505c;
}
.module.sjflatmenu .modcontent .accordion-menu li a img {
	display: none;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-last {
	border-bottom: none;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened > .fm-item {
	border-bottom: none;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul {
	list-style-type: circle;
	margin-left: 20px;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li {
	border: none;
	padding: 2px 0;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li a {
	padding-left: 0;
	line-height: normal;
}
.module.sjflatmenu .modcontent .accordion-menu li .fm-item a {
	background: none;
	padding-left: none;
	font-weight: normal;
}
.module.sjflatmenu .modcontent .accordion-menu li:hover {
	background: #9ac9ec;
}
.module.sjflatmenu .modcontent .accordion-menu li:hover a {
	color: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened:hover {
	background: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened:hover li:hover {
	background: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened:hover a {
	color: #4a505c;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened:hover a:hover {
	color: #9ac9ec;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-item a {
	color: #4a505c;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-item:hover a {
	color: #9ac9ec;
}
.social-counter .sj-social-media-counts .sc-wrap {
	margin: 0 -5px;
}
.social-counter .sj-social-media-counts .sc-wrap .sc-item {
	margin-bottom: 20px;
}
.social-counter .sj-social-media-counts .sc-wrap .sc-item .sc-icon {
	height: 60px;
	line-height: 60px;
	width: 40px;
	border-color: rgba(255, 255, 255, 0.2);
}
.social-counter .sj-social-media-counts .sc-wrap .like-count {
	font-size: 14px;
	line-height: 22px;
	padding: 0 12px;
}
.social-counter .sj-social-media-counts .sc-wrap .like-text {
	font-size: 12px;
	padding: 0 12px;
	text-transform: uppercase;
}
.module.slick-slider-hexagon {
	margin: 0;
}
div.sj-k2slickslider img {
	width: auto;
}
div.sj-k2slickslider .slickslider-items {
	margin: auto;
}
div.sj-k2slickslider .slickslider-items .item-content {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
div.sj-k2slickslider .slickslider-items .item-content .item-content-inner {
	padding-top: 15px;
}
div.sj-k2slickslider .slickslider-items .item-content .item-content-inner .item-title {
	margin: 0 0 1px;
	text-align: center;
	animation: mymove2 1.2s ease-in infinite;
	-webkit-animation: mymove2 1.2s ease-in-out;
	-moz-animation: mymove2 1.2s ease-in-out infinite;
	-o-animation: mymove2 1.2s ease-in-out;
	-ms-animation: mymove2 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
div.sj-k2slickslider .slickslider-items .item-content .item-content-inner .item-title a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	/*padding: 0 20px;*/
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	position: relative;
	display: inline-block;
}
div.sj-k2slickslider .slickslider-items .item-content .item-content-inner .item-title a:hover {
	color: #c5e0f4;
	transition: all 0.1s ease-in;
}
div.sj-k2slickslider .slickslider-items .item-content .item-content-inner .item-title .line {
	display: block;
	overflow: hidden;
	height: 4px;
	width: 80px;
	margin: 0 auto 20px;
	background: #9BC9EB;
	transition: all 1s ease-in;
}
div.sj-k2slickslider .slickslider-items .item-content .item-content-inner .item-description {
	white-space: normal;
	color: #fff;
	margin: 0 auto 30px;
	width: 70%;
	text-align: center;
	position: relative;
	animation: mymove6 0.8s ease-in infinite;
	-webkit-animation: mymove6 0.8s ease-in;
	-moz-animation: mymove6 0.8s ease-in infinite;
	-o-animation: mymove6 0.8s ease-in;
	-ms-animation: mymove6 0.8s ease-in;
	transition: all 0.8s ease-in;
}
div.sj-k2slickslider .slickslider-items .item-content .item-content-inner .item-readmore {
	float: none;
	margin: auto;
	display: block;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	width: 160px;
	border-radius: 2px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: #E0E0E0;
	padding: 0;
	position: relative;
	transition: all 1.5s ease;
	animation: mymove3 1.2s ease-in infinite;
	-webkit-animation: mymove3 1.2s ease-in;
	-moz-animation: mymove3 1.2s ease-in infinite;
	-ms-animation: mymove3 1.2s ease-in 1;
	-o-animation: mymove3 1.2s ease-in 1;
	transition: all 1.2s ease-in;
}
div.sj-k2slickslider .slickslider-items .item-content .item-content-inner .item-readmore:before {
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.2;
}
div.sj-k2slickslider .slickslider-items .item-content .item-content-inner .item-readmore a {
	color: #fff;
	position: absolute;
	text-decoration: none;
	float: none;
	background: none;
	padding: 0;
	height: auto;
	line-height: 50px;
	width: 100%;
	top: 0;
	left: 0;
}
div.sj-k2slickslider .slickslider-items .item-content .item-content-inner .item-readmore:hover {
	/*background: #3f444e;*/
}
div.sj-k2slickslider .slickslider-items.bg-style1, div.sj-k2slickslider .slickslider-items.bg-style1 {
	background: #e0e0e0;;
}
div.sj-k2slickslider .slickslider-items.bg-style1 .slickslider-item .images-slideshow, div.sj-k2slickslider .slickslider-items.bg-style1 .slickslider-item .images-slideshow {
	position: relative;
}
div.sj-k2slickslider .slickslider-items.bg-style1 .slickslider-item .images-slideshow img, div.sj-k2slickslider .slickslider-items.bg-style1 .slickslider-item .images-slideshow img {
	max-width: none;
}
div.sj-k2slickslider .slickslider-items.bg-style1 .slickslider-item.active .item-content .item-title, div.sj-k2slickslider .slickslider-items.bg-style1 .slickslider-item.active .item-content .item-title {
	animation: mymove2 1.2s ease-in-out infinite;
	-webkit-animation: mymove2 1.2s ease-in-out;
	-moz-animation: mymove2 1.2s ease-in-out;
	-o-animation: mymove2 1.2s ease-in-out;
	-ms-animation: mymove2 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
div.sj-k2slickslider .slickslider-items.bg-style1 .slickslider-item.active .item-content .item-description, div.sj-k2slickslider .slickslider-items.bg-style1 .slickslider-item.active .item-content .item-description {
	-webkit-animation: mymove6 0.8s ease-in;
	-moz-animation: mymove6 0.8s ease-in;
	animation: mymove6 0.8s ease-in;
}
div.sj-k2slickslider .slickslider-items.bg-style1 .slickslider-item.active .item-content .item-readmore, div.sj-k2slickslider .slickslider-items.bg-style1 .slickslider-item.active .item-content .item-readmore {
	-webkit-animation: mymove3 1.2s ease-in;
	-moz-animation: mymove3 1.2s ease-in;
	animation: mymove3 1.2s ease-in;
}
div.sj-k2slickslider .nav-pagination.conner-tl {
	left: 0;
	right: 0;
	top: 42%;
	max-width: 100%;
	background: none;
	box-shadow: none;
	pointer-events: none;
	z-index: 2;
}
div.sj-k2slickslider .nav-pagination.conner-tl a.left {
	position: absolute;
	left: -100px;
	height: 60px;
	width: 60px;
	border-radius: 60px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	text-indent: 99px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
	pointer-events: auto;
	transition: all 0.3s ease-in-out;
	background: url(../img/slider/row-left.png) no-repeat center center rgba(255, 255, 255, 0.7);
}
div.sj-k2slickslider .nav-pagination.conner-tl a.left:hover {
	width: 120px;
	transition: all 0.3s ease-in-out;
	background-position: 15px center;
	text-indent: 0;
	padding-left: 10px;
	background-color: #fff;
}
div.sj-k2slickslider .nav-pagination.conner-tl a.right {
	position: absolute;
	right: -100px;
	height: 60px;
	width: 60px;
	border-radius: 60px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	text-indent: -99px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
	pointer-events: auto;
	transition: all 0.3s ease-in-out;
	background: url(../img/slider/row-right.png) no-repeat center center rgba(255, 255, 255, 0.7);
}
div.sj-k2slickslider .nav-pagination.conner-tl a.right:hover {
	width: 120px;
	transition: all 0.3s ease-in-out;
	background-position: 85px center;
	background-color: #fff;
	text-indent: 0;
	padding-right: 10px;
}
div.sj-k2slickslider div.pag-item {
	position: absolute;
	bottom: 25px;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 2;
}
div.sj-k2slickslider div.pag-item a {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
	height: 10px;
	width: 10px;
	border: 2px solid #fff;
	border-radius: 13px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
}
div.sj-k2slickslider div.pag-item a.sel {
	background: #fff;
}
div.sj-k2slickslider:hover .nav-pagination.conner-tl a.left {
	left: 30px;
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
	transition: all 0.3s ease-in-out;
}
div.sj-k2slickslider:hover .nav-pagination.conner-tl a.right {
	right: 30px;
	-moz-transform: rotateZ(-360deg);
	-webkit-transform: rotateZ(-360deg);
	transform: rotateZ(-360deg);
	transition: all 0.3s ease-in-out;
}
#bd .pp_default .pp_content_container .pp_content .pp_details {
	margin: -4px 0 0;
}
.module.featured-videos {
	background: #eee;
}
.module.featured-videos h3.modtitle {
	background: #3f444e;
	margin: 0 0 20px;
}
.module.featured-videos .modcontent {
	padding: 0 15px 30px;
}
.module.featured-videos .sj-k2-container-slider {
	margin: 0;
}
.module.featured-videos .sj-k2-container-slider .page-button .control-button .preview {
	background: #404a4f;
	border-radius: 99px;
	color: #fff;
	height: 16px;
	line-height: 16px;
	margin: 0 3px;
	text-align: center;
	width: 16px;
	top: -45px;
	right: 10px;
	z-index: 1;
	bottom: auto;
	text-indent: 0;
}
.module.featured-videos .sj-k2-container-slider .page-button .control-button .preview i {
	margin: 0;
}
.module.featured-videos .sj-k2-container-slider .page-button .control-button .preview:hover {
	background: #a6b0b5;
}
.module.featured-videos .sj-k2-container-slider .page-button .control-button .next {
	background: #404a4f;
	border-radius: 99px;
	color: #fff;
	height: 16px;
	line-height: 16px;
	margin: 0 3px;
	text-align: center;
	width: 16px;
	top: -45px;
	z-index: 1;
	right: -10px;
	bottom: auto;
	text-indent: 0;
}
.module.featured-videos .sj-k2-container-slider .page-button .control-button .next i {
	margin: 0;
}
.module.featured-videos .sj-k2-container-slider .page-button .control-button .next:hover {
	background: #a6b0b5;
}
.module.featured-videos .sj-k2-container-slider .slider {
	z-index: 9;
}
.module.featured-videos .sj-k2-container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img {
	padding: 0;
	border: none;
}
.module.featured-videos .sj-k2-container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img .item-img-info {
	position: relative;
	overflow: hidden;
}
.module.featured-videos .sj-k2-container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img .item-img-info:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/icon/youtube.png") no-repeat center;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}
.module.featured-videos .sj-k2-container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img .item-img-info:hover:after {
	animation: myeffect 1s ease-in-out;
	-webkit-animation: myeffect 1s ease-in-out;
	-moz-animation: myeffect 1s ease-in-out;
	-ms-animation: myeffect 1s ease-in-out;
	-o-animation: myeffect 1s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.module.featured-videos .sj-k2-container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img:hover {
	opacity: 1;
}
.module.featured-videos .sj-k2-container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img .item-info .item-title {
	font-size: 14px;
}
.module.featured-videos .sj-k2-container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img .item-info .item-title a {
	color: #000;
	font-weight: bold;
}
.module.featured-videos .sj-k2-container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img .item-info .item-title a:hover {
	color: #9ac9ec;
}
.module.featured-videos .sj-k2-container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img .item-content .item-des {
	font-size: 12px;
	color: #444;
}
.module.me_search {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: right;
}
.module.me_search .modcontent .dropdown {
	transition: all 0.5s ease-in;
}
.module.me_search .modcontent .dropdown.open {
	transition: all 0.5s ease-in;
}
.module.me_search .modcontent .dropdown.open .dropdown-menu {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transition: all 0.5s ease-in;
}
.module.me_search .modcontent .dropdown.open button.dropdown-toggle:before {
	content: "\f00d";
}
.module.me_search .modcontent .dropdown button.dropdown-toggle {
	height: 50px;
	width: 50px;
	display: block;
	border-right: 1px solid #32363e;
	padding: 0;
	background: none;
	position: relative;
	color: #ccc;
}
.module.me_search .modcontent .dropdown button.dropdown-toggle:before {
	content: "\f002";
	display: block;
	position: absolute;
	top: 0;
	left: 1px;
	height: 100%;
	width: 100%;
	font-family: fontawesome;
	font-size: 13px;
	line-height: 50px;
}
.module.me_search .modcontent .dropdown .dropdown-menu {
	left: auto;
	right: -2px;
	min-width: 636px;
	top: 58px;
	display: block;
	border-radius: 0;
	border-top: 3px solid #9ac9ec;
	padding: 10px 0;
	box-shadow: 1px 5px 6px 0 #333;
	border-bottom: 1px solid #9ac9ec;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transition: all 0.5s ease-in;
}
.module.me_search .modcontent .dropdown .dropdown-menu #mod-finder-searchform input.inputbox {
	border: none;
	width: 85%;
	float: none;
	padding: 4px 30px;
}
.module.me_search .modcontent .dropdown .dropdown-menu .form-inline {
	margin: 0;
}
.module.me_search .modcontent .dropdown .dropdown-menu .form-inline textarea, .module.me_search .modcontent .dropdown .dropdown-menu .form-inline input[type="text"] {
	width: 84.5%;
	border: none;
	font-size: 18px;
	font-weight: 400;
	padding: 4px 6px 4px 50px;
	background: url("../images/icon/icon_search.png") no-repeat 12px center;
	color: #999;
}
.module.me_search .modcontent .dropdown .dropdown-menu .form-inline button.button {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}
.module.me_search .modcontent .dropdown .dropdown-menu:before {
	border-style: solid;
	border-width: 0 8px 8px;
	top: -11px;
	content: "";
	height: 0;
	left: 96%;
	position: absolute;
	width: 0;
	opacity: 1;
	background: none;
	border-color: transparent transparent #9ac9ec;
	transition: all 0.3s ease-in;
}
.module.me_search:hover .modcontent .dropdown button.dropdown-toggle {
	color: #fff;
}
.module.k2-categories h3.modtitle {
	padding: 10px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}
.module.k2-categories .k2CategoriesListBlock {
	padding: 0;
}
.module.k2-categories .k2CategoriesListBlock >ul {
	padding: 0;
}
.module.k2-categories .k2CategoriesListBlock >ul li {
	list-style: none;
	padding: 4px 0;
	overflow: hidden;
	position: relative;
	border-bottom: 1px dotted #7f7f7f;
	transition: all 0.2s ease-in;
}
.module.k2-categories .k2CategoriesListBlock >ul li a {
	color: #666;
	display: inline-block;
	line-height: 30px;
}
.module.k2-categories .k2CategoriesListBlock >ul li:before {
	content: "";
	height: 6px;
	width: 6px;
	background: #999;
	border-radius: 99px;
	display: inline-block;
	margin: 0 10px 0 0;
}
.module.k2-categories:hover h3.modtitle {
	color: #fff;
	background: #9ac9ec;
}
.module.k2-categories:hover .k2CategoriesListBlock {
	background: #6fb2e4;
	border-top: 1px solid #fff;
	transition: background 0.2s ease-in;
}
.module.k2-categories:hover .k2CategoriesListBlock >ul {
	padding: 0;
}
.module.k2-categories:hover .k2CategoriesListBlock >ul li {
	border-color: #fff;
	transition: all 0.2s ease-in;
}
.module.k2-categories:hover .k2CategoriesListBlock >ul li a {
	color: #fff;
	display: inline-block;
	transition: transform 0.2s ease-in-out;
}
.module.k2-categories:hover .k2CategoriesListBlock >ul li:before {
	background: #fff;
	margin: 0 10px;
	transition: all 0.2s ease-in;
}
.module.k2-categories:hover .k2CategoriesListBlock >ul li:hover {
	background: #2682c7;
	transition: all 0.2s ease-in;
}
.module.k2-categories:hover .k2CategoriesListBlock >ul li:hover:before {
	background: #fff;
	height: 8px;
	width: 8px;
	transition: all 0.2s ease-in;
}
.module.k2-categories:hover .k2CategoriesListBlock >ul li:hover a {
	color: #afd4f0;
	-moz-transform: translateX(10px);
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	font-style: italic;
	transition: transform 0.2s ease-in-out;
}
.list_mega {
	margin: 15px 0;
	padding: 0;
}
.list_mega li {
	list-style: none;
	border-bottom: 1px solid #ddd;
}
 .list_mega li:nth-child(1) {
 border-top: 1px solid #ddd;
}
.list_mega li a {
	color: #444;
	padding: 6px 0;
	display: block;
}
.list_mega li:hover {
	background: #6fb2e4;
	padding: 0 10px;
	transition: padding 0.3s ease-in-out;
}
.list_mega li:hover a {
	color: #fff;
}
.list_mega li:hover:before {
	background: #fff;
}
.module.get-in-touch .modcontent {
	color: #999;
}
.module.get-in-touch .modcontent ul {
	padding: 0;
}
.module.get-in-touch .modcontent ul li {
	list-style: none;
}
.module.get-in-touch .modcontent ul li span.lea {
	font-weight: 400;
	color: #fff;
}
.module.useful-link ul.menu {
	padding: 0;
}
.module.useful-link ul.menu li {
	list-style: none;
	color: #999;
}
.module.useful-link ul.menu li a {
	display: inline-block;
	color: #999;
}
.module.useful-link ul.menu li:hover a {
	color: #9ac9ec;
}
.module.clients-say .modcontent div.yt-extra-carousel .carousel-inner {
	margin: 5px 0 2em;
}
.module.clients-say .modcontent div.yt-extra-carousel .carousel-inner .item {
	color: #999;
}
.module.clients-say .modcontent div.yt-extra-carousel .carousel-inner .item .item-image {
	display: inline-block;
	height: 70px;
	width: 70px;
	border-radius: 70px;
	text-align: center;
	line-height: 70px;
	overflow: hidden;
	margin: 0 30px 30px 0;
	float: left;
	position: relative;
}
.module.clients-say .modcontent div.yt-extra-carousel .carousel-inner .item .item-image img {
	float: left;
}
.module.clients-say .modcontent div.yt-extra-carousel .carousel-inner .item h3.title {
	font-size: 13px;
	color: #999;
	font-weight: 400;
}
.module.clients-say .modcontent div.yt-extra-carousel .carousel-inner .item h3.title span {
	color: #9ac9ec;
}
.module.clients-say .modcontent div.yt-extra-carousel .carousel-indicators {
	bottom: 0;
	margin: 0 38px;
}
.module.clients-say .modcontent div.yt-extra-carousel .carousel-indicators li {
	border-radius: 100px;
	background: none;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
}
.module.clients-say .modcontent div.yt-extra-carousel .carousel-indicators li.active, .module.clients-say .modcontent div.yt-extra-carousel .carousel-indicators li:hover {
	background: #fff;
}
.module.clients-say .modcontent div.yt-extra-carousel .carousel-control {
	display: none;
}
.module.feature-teachers {
	padding: 45px 0 0px;
	background: #9ac9ec;
	float: left;
	margin-bottom: 10px !important;
}
.feature-teachers .content-main {
	float:left;
	padding: 10px;
}
.module.feature-teachers h3.modtitle {
	text-align: center;
	color: #fff;
}
.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-inner {
	margin: 5px 0 2em;
}
.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-inner .item {
	color: #999;
	text-align: center;
}
.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-inner .item .item-image {
	display: inline-block;
	height: 100px;
	width: 100px;
	border-radius: 100px;
	text-align: center;
	line-height: 100px;
	overflow: hidden;
	margin: 0 auto 15px;
}
.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-inner .item .item-image img {
	float: left;
}
.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-inner .item .content-main {
	color: #fff;
	text-align: center;
}
.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-inner .item .content-main h3.title {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-inner .item .content-main .adred {
	display: block;
	margin: 0 0 10px;
	position: relative;
}
.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-inner .item .content-main .adred:after {
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	margin: 10px auto;
	text-align: center;
	background: #fff;
}
.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-inner .item .content-main .post-commnets {
	padding: 0 20px;
}
.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-indicators {
	bottom: 0;
	position: relative;
	margin: 30px 0 0;
}
.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-indicators li {
	border-radius: 100px;
	background: none;
	border: 2px solid #fff;
	height: 10px;
	width: 10px;
}
.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-indicators li.active, .module.feature-teachers .modcontent div.yt-extra-carousel .carousel-indicators li:hover {
	background: #fff;
}
.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-control {
	display: none;
}
.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-indicators {
	right: 0;
	width: 100%;
	margin: 0;
}
.module.newsletter {
	position: relative;
	padding-left: 285px;
}
.module.newsletter h3.modtitle {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
}
.module.newsletter h3.modtitle:before {
	content: "\f003";
	display: inline-block;
	margin-right: 15px;
	font-size: 24px;
	color: #fff;
	font-family: fontawesome;
}
.module.newsletter td {
	padding-bottom: 0;
}
.module.newsletter .modcontent .acymailing_form td.acyfield_email {
	width: 368px;
}
.module.newsletter .modcontent .acymailing_form td.acyfield_email input.inputbox {
	height: 40px;
	background: #393d46;
	border: 1px solid #535760;
	color: #fff;
	padding: 0 20px;
}
.module.newsletter .modcontent .acymailing_form td.acyfield_email input.inputbox:focus {
	border: 2px solid #fff;
}
.module.newsletter .modcontent .acymailing_form td.acysubbuttons input.button {
	padding: 0 40px;
	height: 40px;
	margin-left: 20px;
	border-radius: 2px;
	font-size: 11px;
	background: #9ac9ec;
	text-transform: uppercase;
}
.module.newsletter .modcontent .acymailing_form td.acysubbuttons input.button:hover {
	background: #17191e;
}
.module.social-icon .list-icon {
	text-align: right;
}
.module.social-icon .list-icon div.yt-socialbt {
	margin: 0;
}
.module.social-icon .list-icon div.yt-socialbt a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.module.social-icon .list-icon div.yt-socialbt a i {
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}
.module.social-icon .list-icon div.yt-socialbt a:hover i {
	animation: myeffect 0.5s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.module.categories-ii {
	margin-top: -20px;
	margin-bottom: 0;
}
.module.categories-ii .modcontent .sj_category {
	box-shadow: none;
}
.module.categories-ii .modcontent ul.line {
	padding: 0;
}
.module.categories-ii .modcontent ul.line >li {
	list-style: none;
	float: left;
	display: inline-block;
	height: 170px;
	width: 16.6666666667%;
	margin: 0;
}
.module.categories-ii .modcontent ul.line >li.content {
	padding: 30px 15px;
	color: #000;
	line-height: 18px;
	background: #fff;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.module.categories-ii .modcontent ul.line >li.content h3.tilte {
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 13px;
}
.module.categories-ii .modcontent ul.line >li.content h3.tilte a {
	color: #000;
}
.module.categories-ii .modcontent ul.line >li.content h3.tilte:before {
	content: "";
	height: 2px;
	width: 45px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.3s ease-in-out;
}
.module.categories-ii .modcontent ul.line >li.content .des {
	color: #000;
	font-weight: 300;
}
.module.categories-ii .modcontent ul.line >li.content:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 8px 8px;
	top: 45%;
	left: -15px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
}
.module.categories-ii .modcontent ul.line >li.content:hover {
	background: #9ac9ec;
	transition: all 0.3s ease-in-out;
}
.module.categories-ii .modcontent ul.line >li.content:hover h3.tilte {
	color: #fff;
}
.module.categories-ii .modcontent ul.line >li.content:hover h3.tilte a {
	color: #fff;
}
.module.categories-ii .modcontent ul.line >li.content:hover h3.tilte:before {
	background: #fff;
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.module.categories-ii .modcontent ul.line >li.content:hover .des {
	color: #fff;
}
.module.categories-ii .modcontent ul.line >li.content:hover:before {
	border-color: transparent #9ac9ec transparent transparent;
	transition: all 0.3s ease-in-out;
}
.module.categories-ii .modcontent ul.line >li.icon-image {
	font-size: 48px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.module.categories-ii .modcontent ul.line >li.icon-image .over-image {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 0;
	pointer-events: none;
	box-shadow: 0 0 0 0 #9ac9ec inset;
	transition: all 0.2s ease-out;
}
.module.categories-ii .modcontent ul.line >li.icon-image img {
	transition: all 0.2s ease-out;
}
.module.categories-ii .modcontent ul.line >li.icon-image:hover img {
	-moz-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-webkit-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-o-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-ms-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	transition: all 0.2s ease-out;
	transition-delay: 0.1s;
}
.module.categories-ii .modcontent ul.line >li.icon-image:hover .over-image {
	opacity: 1;
	box-shadow: 0 0 0 8px #9ac9ec inset;
	transition: all 0.2s ease-out;
}
 .module.categories-ii .modcontent ul.line >li:nth-child(8), .module.categories-ii .modcontent ul.line >li:nth-child(10), .module.categories-ii .modcontent ul.line >li:nth-child(12) {
 float: right;
 z-index: 99;
 position: relative;
}
 .module.categories-ii .modcontent ul.line >li:nth-child(8):before, .module.categories-ii .modcontent ul.line >li:nth-child(10):before, .module.categories-ii .modcontent ul.line >li:nth-child(12):before {
 content: "";
 width: 0;
 height: 0;
 position: absolute;
 border-style: solid;
 border-color: transparent transparent transparent #fff;
 border-width: 8px 8px;
 top: 45%;
 right: -15px;
 left: auto;
}
 .module.categories-ii .modcontent ul.line >li:nth-child(8):hover:before, .module.categories-ii .modcontent ul.line >li:nth-child(10):hover:before, .module.categories-ii .modcontent ul.line >li:nth-child(12):hover:before {
 border-color: transparent transparent transparent #9ac9ec;
}
 .module.categories-ii .modcontent ul.line >li:nth-child(7), .module.categories-ii .modcontent ul.line >li:nth-child(9), .module.categories-ii .modcontent ul.line >li:nth-child(11) {
 float: right;
}
.module.cus-admissions .modcontent ul {
	padding: 0;
	border: 1px solid #ebebeb;
}
.module.cus-admissions .modcontent ul li {
	list-style: none;
	padding: 20px;
	border-bottom: 1px solid #ebebeb;
}
.module.cus-admissions .modcontent ul li .icon {
	display: inline-block;
	float: left;
	width: 30%;
}
.module.cus-admissions .modcontent ul li .content {
	display: inline-block;
}
.module.cus-admissions .modcontent ul li .content p {
	margin: 0;
	font-weight: 300;
}
.module.cus-admissions .modcontent ul li .content h3.title a {
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
}
.module.cus-admissions .modcontent ul li .content h3.title a:hover {
	color: #9ac9ec;
}
.module.cus-admissions .modcontent ul li:last-child {
	border: none;
}
.module.cus-admissions .modcontent ul li:hover {
	background: #f6f6f6;
}
.icon-chevron-right:before {
	content: "\f101";
}
.icon-chevron-left:before {
	content: "\f100";
}
.item-page .img-fulltext img {
	width: 100%;
}
#bd #content.com_kunena #yt_component {
	padding: 0;
	border: none;
	background: none;
}
#bd #Kunena #ktop {
	border: none;
	background: #3f444e;
}
#bd #Kunena #ktop #ktopmenu #ktab {
	margin: 0;
}
#bd #Kunena #ktop #ktopmenu #ktab .menu li {
	margin: 0 !important;
}
#bd #Kunena #ktop #ktopmenu #ktab .menu li a {
	background: none;
	color: #fff;
	padding: 8px 10px;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 14px;
	border-right: 1px solid #fff;
}
#bd #Kunena #ktop #ktopmenu #ktab .menu li.active a {
	background: #9ac9ec;
}
#bd #Kunena #ktop #ktopmenu #ktab .menu li:hover a {
	background: #9ac9ec;
}
#bd #Kunena #ktop #ktopmenu #ktab .menu li:last-child a {
	border: none;
}
#bd #Kunena #ktop span.ktoggler {
	background: none;
	margin: -32px 15px;
	padding: 2px;
}
#bd #Kunena .kblock {
	background-color: #fff;
	margin: 0 0 30px;
}
#bd #Kunena .kblock.kadvsearch, #bd #Kunena .kblock.kfrontstats {
	margin: 0;
}
#bd #Kunena .kblock.kpathway {
	margin: 0;
}
#bd #Kunena .kblock .kheader {
	background: #9ac9ec;
	color: #fff;
}
#bd #Kunena .kblock .kheader h2 .ktitle, #bd #Kunena .kblock .kheader h2 span {
	color: #fff;
}
#bd #Kunena .kblock .kheader h2 a {
	color: #fff !important;
}
#bd #Kunena .kblock .kheader h3 span {
	color: #fff;
}
#bd #Kunena .kblock .kheader .ktitle-desc {
	color: #fff;
}
#bd #Kunena .kblock .kcontainer .kbody .kblocktable .krow2 td {
	background: #fff;
}
#bd #Kunena .kblock .kcontainer .kbody .kblocktable .krow2 td.km > div {
	border: none;
	border-bottom: #ccc 1px dotted;
}
#bd #Kunena .klist-markallcatsread {
	background: #fff;
	margin: 0 0 30px;
}
#bd #Kunena tr.krow1 td {
	background: #fff;
	border: 1px solid #ebebeb !important;
}
#bd #Kunena tr.krow1 td .k_guest {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0;
}
#bd #Kunena tr.krow1 td .k_guest b {
	color: #9ac9ec;
}
#bd #Kunena tr.krow1 td div.input {
	margin: 0 0 20px;
}
#bd #Kunena tr.krow1 td div.input span {
	margin-right: 20px;
}
#bd #Kunena tr.krow1 td div.input span .inputbox {
	margin: 0 10px;
	padding: 10px 20px;
	background: #ccc;
}
#bd #Kunena tr.krow1 td div.input span .inputbox:focus {
	background: #fff;
}
#bd #Kunena tr.krow1 td div.input span .kbutton {
	margin: 0 10px;
	padding: 8px 20px;
	background: #3f444e;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
#bd #Kunena tr.krow1 td div.input span .kbutton:hover {
	background: #9ac9ec;
	border: none;
}
#bd #Kunena tr.krow1 td .klink-block {
	padding: 15px 0;
}
#bd #Kunena tr.krow1 td .klink-block span {
	margin: 0 10px;
}
#bd #Kunena tr.krow1 td .klink-block span a {
	color: #666;
}
#bd #Kunena tr.krow1 td .klink-block span a:hover {
	color: #9ac9ec;
}
#bd #Kunena td.kprofileboxcnt ul.kprofilebox-welcome li input.kbutton:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
#bd.rtl #Kunena tr.krow1 td div.input {
	display: block;
	overflow: hidden;
}
#bd.rtl #Kunena tr.krow1 td div.input span {
	float: right;
}
#bd.rtl #Kunena .fltlft {
	float: right;
}
#bd.rtl #Kunena .fltrt {
	float: left;
}
#bd.rtl #Kunena #ktop span.ktoggler {
	float: left;
}
#bd.rtl #Kunena .ktitle, #bd.rtl #Kunena a.ktitle {
	float: right;
}
#bd.rtl #Kunena td.kprofileboxcnt {
	text-align: right;
}
#bd.rtl #Kunena div.kthead-title a {
	float: none;
}
#bd.rtl #Kunena h1, #bd.rtl #Kunena h2 {
	text-align: right;
}
#bd.rtl #Kunena div.kblock span.ktoggler {
	float: left;
	top: 7px;
}
#bd.rtl #Kunena table.kblocktable {
	text-align: right;
}
#bd.rtl #Kunena td.kcol-kcatlastpost {
	text-align: right;
}
.fancy {
	background: #ebebeb;
	position: absolute;
	padding: 0;
	margin: 0;
}
#moonavigator {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 999;
	text-align: right;
}
#moonavigator li.level1 {
	position: relative;
	display: inline-block;
	padding: 0 25px;
	margin: 0;
	z-index: 1;
	list-style: none;
	text-align: left;
}
#moonavigator li.level1 > .item-link {
	margin: 0;
	padding: 40px 0;
	color: #000;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
#moonavigator li.level1 > .item-link:hover {
	color: #9ac9ec;
}
#moonavigator li.level1 .fa-caret-down {
	font-size: 14px;
	margin: 0 5px;
}
#moonavigator li.level1 .showdesc .menu-title {
	line-height: 100%;
	padding-bottom: 3px;
	margin-top: -1px;
	display: block;
}
#moonavigator li.level1 .showdesc .menu-desc {
	display: block;
	font-size: 11px;
	color: #ccc;
	line-height: 100%;
}
#moonavigator li.level1.active > .item-link, #moonavigator li.level1:hover > .item-link {
	color: #9ac9ec;
}
#moonavigator li.level1.active > .item-link span, #moonavigator li.level1:hover > .item-link span {
	padding: 0 0 10px;
	border-bottom: 2px solid #9ac9ec;
}
#moonavigator li.level1.first {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#moonavigator li.level1.last {
	padding-right: 0;
}
#moonavigator ul.subnavi {
	left: 0;
	position: absolute;
	z-index: 3;
	padding: 0 20px;
	list-style: none;
	min-width: 220px;
	background: #fff;
	border-top: 2px solid #9ac9ec;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
}
#moonavigator ul.subnavi li {
	position: relative;
	border-bottom: 1px solid #ddd;
}
#moonavigator ul.subnavi li .item-link {
	display: block;
	margin: 0;
	padding: 6px 0;
	color: #000;
	font-size: 12px;
	text-transform: capitalize;
	line-height: 25px;
	transition: padding 0.2s ease-in-out;
}
#moonavigator ul.subnavi li .fa-caret-right {
	position: absolute;
	right: 10px;
	z-index: 1;
	margin: 4px 0;
}
#moonavigator ul.subnavi li.last {
	border: none;
}
#moonavigator ul.subnavi li .showdesc {
	text-align: left;
}
#moonavigator ul.subnavi li .showdesc span.menu-title {
	padding-bottom: 5px;
}
#moonavigator ul.subnavi li .showdesc span.menu-desc {
	padding-bottom: 3px;
}
#moonavigator ul.subnavi li:hover > .item-link, #moonavigator ul.subnavi li.hover > .item-link, #moonavigator ul.subnavi li.active > .item-link {
	color: #fff;
	background: #6fb2e4;
	padding-left: 10px;
	padding-right: 10px;
	transition: padding 0.2s ease-in-out;
}
#moonavigator li.level1:hover ul.level2, #moonavigator li.level1.hover ul.level2 {
	display: block;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}
#moonavigator li.level2:hover ul.level3, #moonavigator li.level2.hover ul.level3, #moonavigator li.level3:hover ul.level4, #moonavigator li.level3.hover ul.level4, #moonavigator li.level4:hover ul.level5, #moonavigator li.level4.hover ul.level5, #moonavigator li.level5:hover ul.level6, #moonavigator li.level5.hover ul.level6 {
	left: 100%;
	top: 0;
	display: block;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
}
#meganavigator {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 60;
	text-align: right;
}
#meganavigator li.level1 {
	position: relative;
	display: inline-block;
	padding: 0 25px;
	margin: 0;
	z-index: 1;
	list-style: none;
	text-align: left;
}
#meganavigator li.level1 > .item-link {
	margin: 0;
	padding: 40px 0;
	color: #000;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
#meganavigator li.level1 > .item-link:hover {
	color: #9ac9ec;
}
#meganavigator li.level1 .fa-caret-down {
	font-size: 14px;
	margin: 0 5px;
}
#meganavigator li.level1 .showdesc .menu-title {
	line-height: 100%;
	padding-bottom: 3px;
	margin-top: -1px;
	display: block;
}
#meganavigator li.level1 .showdesc .menu-desc {
	display: block;
	font-size: 11px;
	color: #ccc;
	line-height: 100%;
}
#meganavigator li.level1.active > .item-link, #meganavigator li.level1:hover > .item-link {
	color: #9ac9ec;
}
#meganavigator li.level1.active > .item-link span, #meganavigator li.level1:hover > .item-link span {
	padding: 0 0 10px;
	border-bottom: 2px solid #9ac9ec;
}
#meganavigator li.level1.first {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#meganavigator li.level1.last {
	padding-right: 0;
}
#meganavigator .mega-content {
	position: absolute;
	left: -999em;
	z-index: 10;
	background: #fff;
	border-top: 2px solid #9ac9ec;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
}
#meganavigator .mega-content.megachild .mega-content-inner {
	padding: 10px 0;
	display: block;
}
#meganavigator .mega-content .mega-col {
	float: left;
}
#meganavigator .mega-content .mega-col.one {
	width: 220px;
}
#meganavigator .mega-content .mega-col.more .mega-module {
	padding: 15px 20px 10px;
}
#meganavigator .mega-content .mega-col .mega-group {
	display: block;
}
#meganavigator .mega-content .mega-col .mega-group div.mega-group-title .item-link {
	font-size: 150%;
	padding: 0 10px 10px;
	color: #fff;
	display: block;
}
#meganavigator .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
	padding: 0 0 5px;
}
#meganavigator .mega-content .mega-col .mega-module {
	color: #444;
}
#meganavigator .mega-content .mega-col .mega-module .mega-module-title {
	margin: 0;
	text-transform: uppercase;
}
#meganavigator .mega-content .mega-col .mega-module.trending-posts .mega-module-title {
	margin: 0;
	border-bottom: 1px dashed #ccc;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#meganavigator .mega-content .mega-col .mega-module.trending-posts .sj-extraslider .extraslider-control {
	display: none;
}
#meganavigator .mega-content ul.subnavi {
	list-style: none;
	padding: 20px;
}
#meganavigator .mega-content ul.subnavi li {
	position: relative;
	border-bottom: 1px solid #ddd;
}
#meganavigator .mega-content ul.subnavi li .item-link {
	display: block;
	margin: 0;
	padding: 6px 0;
	color: #000;
	font-size: 12px;
	text-transform: capitalize;
	line-height: 25px;
	transition: padding 0.2s ease-in-out;
}
#meganavigator .mega-content ul.subnavi li .fa-caret-right {
	position: absolute;
	right: 10px;
	z-index: 1;
	margin: 4px 0;
}
#meganavigator .mega-content ul.subnavi li.last {
	border: none;
}
#meganavigator .mega-content ul.subnavi li .showdesc {
	text-align: left;
}
#meganavigator .mega-content ul.subnavi li .showdesc span.menu-title {
	padding-bottom: 5px;
}
#meganavigator .mega-content ul.subnavi li .showdesc span.menu-desc {
	padding-bottom: 3px;
}
#meganavigator .mega-content ul.subnavi li:hover > .item-link, #meganavigator .mega-content ul.subnavi li.hover > .item-link, #meganavigator .mega-content ul.subnavi li.active > .item-link {
	color: #fff;
	background: #6fb2e4;
	padding-left: 10px;
	padding-right: 10px;
	transition: padding 0.2s ease-in-out;
}
#meganavigator .mega-content ul.subnavi li .item-link {
	position: relative;
	font-weight: normal;
	color: #444;
}
#meganavigator .mega-content ul.subnavi li:hover > .item-link:before {
	background: #fff;
}
#meganavigator .mega-content ul.subnavi li .active:before {
	background: #fff;
}
#meganavigator .extra-upcoming-slider .sj-extraslider .extraslider-control {
	padding-top: 0;
}
#meganavigator .extra-upcoming-slider .sj-extraslider .extraslider-control .nav-page .page .button-page {
	border-color: #9ac9ec;
}
#meganavigator .extra-upcoming-slider .sj-extraslider .extraslider-control .nav-page .page .button-page.sel, #meganavigator .extra-upcoming-slider .sj-extraslider .extraslider-control .nav-page .page .button-page:hover {
	background: #9ac9ec;
}
#meganavigator .extra-upcoming-slider .sj-extraslider .extraslider-inner .item .line {
	padding-bottom: 0;
}
.yt-resmenu {
	position: relative;
	z-index: 90;
	display: none;
}
.yt-resmenu .btn-navbar {
	background: #9ac9ec;
	height: 54px;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
}
.yt-resmenu .nav-collapse {
	border-bottom: 3px solid #9ac9ec;
	padding: 4px;
	background: white;
}
.yt-resmenu .nav-collapse ul.resmenu {
	margin: 0;
}
.yt-resmenu .nav-collapse ul.resmenu li {
	background: #f2f2f2;
	margin-bottom: 3px;
}
.yt-resmenu .nav-collapse ul.resmenu li a {
	color: #666;
	margin: 0;
	padding: 5px 15px;
	font-size: 14px;
}
.yt-resmenu .nav-collapse ul.resmenu li.haveChild {
	position: relative;
}
.yt-resmenu .nav-collapse ul.resmenu li.haveChild .menuress-toggle {
	position: absolute;
	width: 35px;
	line-height: 35px;
	right: 0px;
	top: 0px;
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 22px;
	color: #999;
	z-index: 5;
}
.yt-resmenu .nav-collapse ul.resmenu li.haveChild .menuress-toggle:before {
	content: "\f196";
}
.yt-resmenu .nav-collapse ul.resmenu li.haveChild .res-wrapnav {
	margin: 3px 0 3px 20px;
}
.yt-resmenu .nav-collapse ul.resmenu li.haveChild.level1.active > .menuress-toggle {
	color: white;
}
.yt-resmenu .nav-collapse ul.resmenu li.haveChild.level1.active > a {
	background: #9ac9ec;
	color: white;
}
.yt-resmenu .nav-collapse ul.resmenu li.haveChild.active > .menuress-toggle:before {
	content: "\f147";
}
.fontsize_l {
	font-size: 18px;
	font-weight: 400;
}
.g-underline {
	font-size: 180%;
	font-weight: 400;
}
ul.c-step {
	list-style: none;
	margin: 0 auto 4em auto;
	counter-reset: section;
	display: table;
	position: relative;
	z-index: 1;
	padding: 0;
}
ul.c-step:before {
	content: "";
	width: 100%;
	height: 10px;
	background: #DEDEDE;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 50%;
	margin-top: -5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}
ul.c-step li {
	list-style: none;
	margin: 0 50px;
	padding-top: 50px;
	line-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 3;
	text-align: center;
}
ul.c-step li:before, ul.c-step li.active:before {
	counter-increment: section;
	content: counter(section);
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
	-moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
	box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
	background-color: #93afa9;
	background-image: -moz-linear-gradient(top, #AAC3BF, #719088);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AAC3BF), to(#719088));
	background-image: -webkit-linear-gradient(top, #AAC3BF, #719088);
	background-image: -o-linear-gradient(top, #AAC3BF, #719088);
	background-image: linear-gradient(to bottom, #AAC3BF, #719088);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaac3bf', endColorstr='#ff719088', GradientType=0);
}
ul.c-step li.active:before {
	background-color: #b4d7f1;
	background-image: -moz-linear-gradient(top, #c5e0f4, #9ac9ec);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c5e0f4), to(#9ac9ec));
	background-image: -webkit-linear-gradient(top, #c5e0f4, #9ac9ec);
	background-image: -o-linear-gradient(top, #c5e0f4, #9ac9ec);
	background-image: linear-gradient(to bottom, #c5e0f4, #9ac9ec);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc4dff4', endColorstr='#ff9ac9ec', GradientType=0);
}
ul.c-step li.active h3 {
	color: #9ac9ec;
}
ul.c-step li h3 {
	margin: 10px 0 0;
	font-size: 16px;
}
ul.c-step li span {
	font-size: 13px;
}
.table-underline thead {
	border-bottom: 2px solid #404040;
	font-size: 14px;
	background-color: #e5e5e5;
	background-image: -moz-linear-gradient(top, #F5F5F5, #CCCCCC);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#CCCCCC));
	background-image: -webkit-linear-gradient(top, #F5F5F5, #CCCCCC);
	background-image: -o-linear-gradient(top, #F5F5F5, #CCCCCC);
	background-image: linear-gradient(to bottom, #F5F5F5, #CCCCCC);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffcccccc', GradientType=0);
}
.table-underline tbody tr:hover {
	background: #FAFFED;
}
#g-about .yt-list li {
	border-bottom: 1px dotted #ccc;
	padding: 7px 0;
}
#g-about .ourmember {
	margin-top: 60px;
	text-align: center;
}
#g-about .ourmember h3.page-module-title:after {
	margin: 10px auto;
	width: 30%;
}
#g-about .ourmember .pre-text {
	padding: 0px 150px;
	margin-bottom: 20px;
}
#g-about .ourmember .item-content .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 13px;
}
#g-about .ourmember .item-content .image .socials {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
#g-about .ourmember .item-content .image .socials a {
	display: block;
	height: 25px;
	width: 25px;
	background: #333;
	text-align: center;
	overflow: hidden;
	border-radius: 50%;
	margin: 0px 4px;
	float: left;
	position: absolute;
	bottom: -30px;
}
#g-about .ourmember .item-content .image .socials a .fa {
	margin: 0px;
	line-height: 25px;
	color: #ccc9cb;
	transition: 0.3s all ease 0s;
}
#g-about .ourmember .item-content .image .socials a:hover {
	background: #9ac9ec;
}
#g-about .ourmember .item-content .image .socials a:hover .fa {
	color: #fff;
}
#g-about .ourmember .item-content .image .socials a.facebook {
	transition: 0.3s all ease 0s;
	left: 32%;
}
#g-about .ourmember .item-content .image .socials a.flickr {
	transition: 0.5s all ease 0s;
	left: 45%;
}
#g-about .ourmember .item-content .image .socials a.twitter {
	transition: 0.7s all ease 0s;
	left: 58%;
}
#g-about .ourmember .item-content .name {
	margin-bottom: 5px;
}
#g-about .ourmember .item-content .job {
	color: #000;
	font-size: 13px;
	margin-bottom: 3px;
	font-weight: 600;
}
#g-about .ourmember .item-content:hover .image .socials a.facebook {
	bottom: 25px;
}
#g-about .ourmember .item-content:hover .image .socials a.flickr {
	bottom: 25px;
}
#g-about .ourmember .item-content:hover .image .socials a.twitter {
	bottom: 25px;
}
#g-about .ourmember #yt-extra-carousel .carousel-inner {
	margin: 3em 0;
}
/*#g-about .ourmember #yt-extra-carousel .carousel-indicators {

  bottom: auto;

  top: 0px;

  margin: 0px -28px 0 0;

}*/

#g-about .ourmember #yt-extra-carousel .carousel-indicators li {
	height: 12px;
	width: 12px;
	background: #d7d7d5;
	border: none;
	border-radius: 50%;
}
#g-about .ourmember #yt-extra-carousel .carousel-indicators li.active {
	background: #9ac9ec;
}
#g-about .ourmember #yt-extra-carousel .carousel-indicators li:hover {
	background: #9ac9ec;
}
#g-about .customersay {
	border: solid 1px #e9e9e9;
	padding: 0 15px;
	position: relative;
}
#g-about .customersay .yt-extra-carousel {
	margin: 0;
	overflow: visible;
}
#g-about .customersay .yt-extra-carousel .carousel-control {
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	box-shadow: 0 0 0 6px #fff;
	border-radius: 50%;
}
#g-about .customersay .yt-extra-carousel .carousel-control i {
	line-height: 22px;
	font-size: 18px;
}
#g-about .customersay .yt-extra-carousel .carousel-control.left {
	right: 45px !important;
	top: 4px !important;
	left: auto;
}
#g-about .customersay .yt-extra-carousel .carousel-control.right {
	right: 10px !important;
	top: 4px !important;
}
#g-about .customersay .yt-extra-carousel .carousel-control:hover {
	border-color: #9ac9ec;
}
#g-about .customersay .yt-extra-carousel .carousel-control:hover i {
	color: #9ac9ec;
}
#g-about .customersay .cus-title {
	background: #fff;
	padding: 10px;
	position: absolute;
	left: 30px;
	top: -25px;
}
#g-about h3.page-module-title {
	margin-bottom: 20px;
}
#g-about ul.circle li {
	position: relative;
	margin-left: 30px;
	list-style: none;
}
#g-about ul.circle li:before {
	content: "\f111";
	color: #9ac9ec;
	font-family: FontAwesome;
	font-size: 8px;
	line-height: 8px;
	border: 2px solid rgba(0, 0, 0, 0.05);
	border-radius: 100%;
	position: absolute;
	margin-left: -20px;
	top: 5px;
}
#g-pageservices .features .fa {
	background: #777;
	height: 75px;
	width: 75px;
	text-align: center;
	line-height: 67px;
	border: 3px solid #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#g-pageservices .col-sm-4 {
	margin: 1em 0;
}
#g-pageservices .our h3 {
	margin-top: 1em;
}
#g-pageservices article {
	overflow: hidden;
}
#g-pageservices article h3 {
	font-weight: normal;
}
#g-pageservices article a.detail:after {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	color: #fff;
	background: #9ac9ec;
	margin: -3px 3px 0;
	height: 14px;
	width: 14px;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
#g-pageservices article a.detail:hover:after {
	color: #fff;
}
#g-pageservices h2 {
	font-size: 180%;
	margin-bottom: 1em;
}
#g-pageservices h3.page-module-title {
	margin-bottom: 20px;
}
#g-pageservices h3.accordion-heading.active {
	color: #9ac9ec;
}
#g-pageservices hr {
	height: 5px;
	background: #eee;
	border-top-color: #ddd;
	margin: 3em 0;
}
 #g-pageservices .testimonial-avatar [class^="icon-"], #g-pageservices .testimonial-avatar [class*=" icon-"] {
 border: none;
}
#g-pagecolumn hr {
	height: 5px;
	background: #eee;
	border-top-color: #ddd;
	margin: 4em 0;
	float: left;
	width: 100%;
}
 #g-pageportfolio [class*="col-sm"] {
 position: relative;
 top: 0;
 background: #F9F9F9;
 -webkit-transition: all 0.2s ease 0s;
 -moz-transition: all 0.2s ease 0s;
 -o-transition: all 0.2s ease 0s;
 transition: all 0.2s ease 0s;
 border: 1px solid #ddd;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-right: -1px;
 padding: 0 5px;
 z-index: 1;
 -webkit-box-shadow: 1px 1px 0 #FFFFFF inset, 1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
 -moz-box-shadow: 1px 1px 0 #FFFFFF inset, 1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
 box-shadow: 1px 1px 0 #FFFFFF inset, 1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
}
 #g-pageportfolio [class*="col-sm"] .port-item-img {
 position: relative;
 display: block;
 padding: 10px 10px 0;
 overflow: hidden;
 border-right: none;
}
 #g-pageportfolio [class*="col-sm"] .port-item-content {
 padding: 10px;
}
 #g-pageportfolio [class*="col-sm"] .port-item-content h4 {
 font-size: 100%;
 line-height: 22px;
}
 #g-pageportfolio [class*="col-sm"] .port-item-content h4 a {
 color: #4a505c;
}
 #g-pageportfolio [class*="col-sm"] .port-item-content h4 a:hover {
 color: #9ac9ec;
}
 #g-pageportfolio [class*="col-sm"] .port-item-content p {
 margin-bottom: 5px;
}
 #g-pageportfolio [class*="col-sm"]:hover {
 top: 4px;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}
#g-pagewhatnew .yt-lightbox.image-none {
	padding: 3px;
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	display: table;
	margin: 0 auto 10px;
}
#g-pagewhatnew h3.title {
	margin-bottom: 1em;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	font-size: 180%;
}
#g-pagewhatnew .yt-lightbox a img {
	width: auto;
}
.categories-list .collapse.in {
	width: 100%;
}
 .rtl #g-pageportfolio [class*="span"] .port-item-content a.detail:after, .rtl #g-pageservices article a.detail:after {
 content: "\f104";
}
.rtl ul.yt-accordion li.accordion-group h3.accordion-heading .fa-plus-circle {
	margin-right: 0px;
	margin-left: 5px;
}
 @media (min-width: 768px) and (max-width: 979px) {
 ul.c-step li {
 margin: 0 10px;
}
 #g-pagewhatnew .yt-lightbox.image-none {
 display: block;
}
}
 @media (max-width: 767px) {
 .yt-lightbox {
 float: none !important;
}
 #g-pageservices .span4 {
 margin-bottom: 2em !important;
}
 #g-pageportfolio [class*="span"] {
 margin-bottom: 1em !important;
}
 #g-pageportfolio [class*="span"] .port-item-img {
 display: inline-block;
}
 #g-pagewhatnew .yt-lightbox.image-none {
 display: block;
}
 .yt-gallery ul li {
 width: auto !important;
}
 ul.c-step:before {
 display: none;
}
 ul.c-step li {
 display: table-cell;
}
 div.yt-lightbox.image-left {
 float: none;
 display: inline-block;
 margin: 0 0 15px;
}
 div.g-pageteam div.b-ourteam [class*="span"] {
 margin-bottom: 30px !important;
}
}
#k2Container {
	padding: 0;
}
#k2Container div.itemIsFeatured, #k2Container div.catItemIsFeatured, #k2Container div.userItemIsFeatured {
	background: #fff;
}
#k2Container h3.itemCommentsCounter {
	margin-top: 10px;
}
#k2Container div.k2Pagination {
	margin: 0;
	padding: 0;
}
#k2Container div.k2Pagination .pagination li .pagenav .l-hiden {
	display: inline;
	margin: 0;
}
#k2Container div.k2Pagination .pagination li .pagenav .r-hiden {
	display: none;
	margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .over-image {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 0;
	pointer-events: none;
	box-shadow: 0 0 0 0 #9ac9ec inset;
	transition: all 0.2s ease-out;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock img {
	transition: all 0.2s ease-out;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock:hover img {
	-moz-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-webkit-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-o-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-ms-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	transition: all 0.2s ease-out;
	transition-delay: 0.1s;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock:hover .over-image {
	opacity: 1;
	box-shadow: 0 0 0 8px #9ac9ec inset;
	transition: all 0.2s ease-out;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .zoom_img {
	height: 30px;
	width: 30px;
	position: absolute;
	display: block;
	text-align: center;
	top: 45%;
	left: 45%;
	opacity: 0;
	transform: scale(0);
	background: #fff;
	color: #9ac9ec;
	transition: all 0.3s ease-in-out;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .zoom_img:before {
	content: "\f067";
	height: 100%;
	width: 100%;
	font-family: fontawesome;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 30px;
	transition: all 0.3s ease-in-out;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .zoom_img:hover {
	background: #9ac9ec;
	color: #fff;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock.me-video:after {
	background: url("../images/bg/play-video.png") no-repeat scroll center 28%;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock.me-video:hover:after {
	background: url("../images/styling/red/play-video.png") no-repeat scroll center center;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock:hover:before {
	opacity: 1;
	transition: all 0.3s ease-in;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock:hover .zoom_img {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}
#k2Container .itemList .itemContainer .catItemView .main-item .catItemRatingBlock {
	padding: 2px 0 0;
	margin-right: 8px;
	display: block;
}
#k2Container .itemList .itemContainer .catItemView .main-item .catItemRatingBlock .itemRatingForm {
	line-height: 20px;
	padding-right: 8px;
}
#k2Container .itemList .itemContainer .catItemView .main-item .catItemRatingBlock .itemRatingForm ul.itemRatingList {
	height: 20px;
	width: 75px;
	z-index: 1;
}
#k2Container .itemList .itemContainer .catItemView .main-item .catItemRatingBlock .itemRatingForm ul.itemRatingList li.itemCurrentRating {
	height: 18px;
}
#k2Container .itemList .itemContainer .catItemView .main-item .catItemRatingBlock .itemRatingForm ul.itemRatingList a:hover {
	background-position: left -18px;
}
#k2Container .itemList .itemContainer .catItemView .main-item .catItemRatingBlock .itemRatingForm .itemRatingLog {
	color: #999;
}
#k2Container.itemListView .itemList {
	margin: 0 -15px;
}
#k2Container.itemListView h3.modtitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #4a505c;
	padding: 10px 0;
	border-bottom: solid 2px #4a505c;
	margin: 0 0 30px;
}
#k2Container.itemListView .itemListCategoriesBlock .itemListCategory {
	background: #fff;
	padding: 0;
	margin: 0;
}
#k2Container.itemListView .itemListCategoriesBlock .itemListCategory h3 {
	padding: 10px 0 5px;
	border-bottom: solid 1px #ccc;
	color: #444;
	font-size: 20px;
	font-weight: 400;
	position: relative;
	margin: 0 0 25px;
}
#k2Container.itemListView .itemListCategoriesBlock .itemListCategory h3:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #ccc;
}
#k2Container.itemListView .itemListCategoriesBlock .itemListCategory h3:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 3px;
	width: 110px;
	background: #9ac9ec;
}
#k2Container .k2Pagination .pagination a, #k2Container .k2Pagination .pagination span {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px 12px;
	border-radius: 0;
	color: #666;
	height: 26px;
}
#k2Container .k2Pagination .pagination a:hover, #k2Container .k2Pagination .pagination span:hover {
	color: #fff;
	background: #9ac9ec;
	border-color: #9ac9ec;
}
#k2Container .k2Pagination .pagination li.active a, #k2Container .k2Pagination .pagination li.active span {
	color: #fff;
	background: #9ac9ec;
	border-color: #9ac9ec;
}
#k2Container .itemListCategoriesBlock .itemListCategory {
	background: transparent;
	border: none;
	padding: 10px;
	margin: 0 0 30px;
	background: #9ac9ec;
	color: #fff;
}
#k2Container .itemListCategoriesBlock .itemListCategory h2 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin: 0 0 30px;
	text-transform: uppercase;
}
#k2Container .itemListCategoriesBlock .itemListCategory p {
	color: #444;
}
#k2Container .itemListCategoriesBlock .itemListCategory .main-cate {
	display: block;
	overflow: hidden;
	margin: 0;
	font-style: italic;
}
#k2Container .itemListCategoriesBlock .itemListSubCategories > h3 {
	margin: 15px;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
}
#k2Container .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory {
	padding: 15px;
	margin-bottom: 30px;
	background: #fff;
}
#k2Container .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory p:empty {
	display: none;
}
#k2Container .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategoryImage {
	display: block;
	float: left;
}
#k2Container .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategoryImage img {
	margin: 0 15px 15px 0;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView {
	padding: 0;
	margin-bottom: 30px;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	display: -webkit-box;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .catItemImageBlock {
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	position: relative;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .catItemImageBlock img {
	padding: 0;
	border: none;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .catItemImageBlock .CommentsLink div.catItemCommentsLink {
	padding: 0;
	margin: 0;
	border: none;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .catItemImageBlock .CommentsLink div.catItemCommentsLink a {
	color: #fff;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .catItemImageBlock .CommentsLink:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-style: solid;
	border-color: #fff transparent transparent;
	border-width: 5px 5px 0 0;
	bottom: -7px;
	left: 4px;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item {
	display: block;
	-moz-box-flex: 1;
	-webkit-box-flex: 50;
	position: relative;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item h3.catItemTitle {
	font-size: 16px;
	margin: 0 0 5px;
	padding: 0;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item h3.catItemTitle a {
	color: #666;
	font-weight: bold;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item h3.catItemTitle a:hover {
	color: #9ac9ec;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item h3.catItemTitle ul.list-icon {
	float: right;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item h3.catItemTitle ul.list-icon li {
	list-style: none;
	float: right;
	font-size: 16px;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item h3.catItemTitle ul.list-icon li a {
	color: #999;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item h3.catItemTitle ul.list-icon li a:hover {
	color: #9ac9ec;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .article-aside {
	margin: 0 -5px;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .article-aside .article-info {
	margin-bottom: 10px;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .article-aside .catItemCommentsLink {
	border: none;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .article-aside dd {
	display: inline-block;
	color: #bbb;
	font-size: 11px;
	border-right: 1px solid #bbb;
	padding: 0 5px;
	line-height: 11px;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .article-aside dd:last-child {
	border: none;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .article-aside dd .catItemCategory a, #k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .article-aside dd .catItemCommentsLink a {
	color: #bbb;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .article-aside dd .catItemCategory a:hover, #k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .article-aside dd .catItemCommentsLink a:hover {
	color: #9ac9ec;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .article-aside .catItemAuthor a {
	color: #999;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .article-aside .catItemAuthor a:hover {
	color: #9ac9ec;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .catItemBody {
	padding: 0;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .catItemBody .catItemIntroText {
	padding: 0 0 1px;
	margin-bottom: 10px;
	position: relative;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .catItemBody .catItemExtraFields {
	position: absolute;
	bottom: -10px;
	right: 0;
	border: none;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .catItemBody .catItemExtraFields ul li.typeTextarea {
	padding: 0 0 0 20px;
	border: none;
	background: #fff;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .catItemBody .catItemExtraFields ul li.typeTextarea .catItemExtraFieldsValue .icon a {
	height: 15px;
	width: 15px;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	border-radius: 2px;
	font-size: 9px;
	margin-left: 3px;
	background: #CDCDCD;
	color: #fff;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .catItemBody .catItemExtraFields ul li.typeTextarea .catItemExtraFieldsValue .icon a i {
	margin: 0;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView .main-item .catItemBody .catItemExtraFields ul li.typeTextarea .catItemExtraFieldsValue .icon a:hover {
	background: #9ac9ec;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView, #k2Container .itemList .itemContainer.col-sm-4 .catItemView, #k2Container .itemList .itemContainer.col-sm-3 .catItemView {
	padding: 0;
	margin: 0 0 30px;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .catItemImageBlock, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .catItemImageBlock, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .catItemImageBlock {
	padding: 0;
	position: relative;
	margin: 0 0 25px;
	display: inline-block;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .main-item div.catItemHeader h3.catItemTitle, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .main-item div.catItemHeader h3.catItemTitle, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .main-item div.catItemHeader h3.catItemTitle {
	color: #000;
	font-size: 14px;
	padding: 0;
	font-weight: bold;
	margin: 0 0 10px;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .main-item div.catItemHeader h3.catItemTitle a, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .main-item div.catItemHeader h3.catItemTitle a, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .main-item div.catItemHeader h3.catItemTitle a {
	color: #444;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .main-item div.catItemHeader h3.catItemTitle a:hover, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .main-item div.catItemHeader h3.catItemTitle a:hover, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .main-item div.catItemHeader h3.catItemTitle a:hover {
	color: #9ac9ec;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .main-item div.catItemHeader .article-aside, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .main-item div.catItemHeader .article-aside, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .main-item div.catItemHeader .article-aside {
	margin: 0 -5px;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .main-item div.catItemHeader .article-aside dl, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .main-item div.catItemHeader .article-aside dl, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .main-item div.catItemHeader .article-aside dl {
	margin: 0 10px;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .main-item div.catItemHeader .article-aside dl dd, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .main-item div.catItemHeader .article-aside dl dd, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .main-item div.catItemHeader .article-aside dl dd {
	display: inline-block;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	line-height: 11px;
	color: #999;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .main-item div.catItemBody, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .main-item div.catItemBody, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .main-item div.catItemBody {
	padding: 0;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .main-item div.catItemBody .catItemIntroText, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .main-item div.catItemBody .catItemIntroText, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .main-item div.catItemBody .catItemIntroText {
	padding: 0;
	margin: 0 0 20px;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .main-item div.catItemBody .catItemIntroText p, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .main-item div.catItemBody .catItemIntroText p, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .main-item div.catItemBody .catItemIntroText p {
	margin: 0;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .main-item div.catItemBody .catItemExtraFields, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .main-item div.catItemBody .catItemExtraFields, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .main-item div.catItemBody .catItemExtraFields {
	position: absolute;
	bottom: 32px;
	right: 15px;
	border: none;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .main-item div.catItemBody .catItemExtraFields ul li.typeTextarea, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .main-item div.catItemBody .catItemExtraFields ul li.typeTextarea, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .main-item div.catItemBody .catItemExtraFields ul li.typeTextarea {
	padding: 0 0 0 20px;
	border: none;
	background: #fff;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .main-item div.catItemBody .catItemExtraFields ul li.typeTextarea .catItemExtraFieldsValue .icon a, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .main-item div.catItemBody .catItemExtraFields ul li.typeTextarea .catItemExtraFieldsValue .icon a, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .main-item div.catItemBody .catItemExtraFields ul li.typeTextarea .catItemExtraFieldsValue .icon a {
	height: 15px;
	width: 15px;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	border-radius: 2px;
	font-size: 9px;
	margin-left: 3px;
	background: #CDCDCD;
	color: #fff;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .main-item div.catItemBody .catItemExtraFields ul li.typeTextarea .catItemExtraFieldsValue .icon a i, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .main-item div.catItemBody .catItemExtraFields ul li.typeTextarea .catItemExtraFieldsValue .icon a i, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .main-item div.catItemBody .catItemExtraFields ul li.typeTextarea .catItemExtraFieldsValue .icon a i {
	margin: 0;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView .main-item div.catItemBody .catItemExtraFields ul li.typeTextarea .catItemExtraFieldsValue .icon a:hover, #k2Container .itemList .itemContainer.col-sm-4 .catItemView .main-item div.catItemBody .catItemExtraFields ul li.typeTextarea .catItemExtraFieldsValue .icon a:hover, #k2Container .itemList .itemContainer.col-sm-3 .catItemView .main-item div.catItemBody .catItemExtraFields ul li.typeTextarea .catItemExtraFieldsValue .icon a:hover {
	background: #9ac9ec;
}
#k2Container .itemList .itemContainer.col-sm-3 .catItemView .catItemImageBlock img {
	width: 100%;
}
#k2Container.userView .userBlock {
	background: #9ac9ec;
	border: none;
	color: #fff;
}
#k2Container.userView .userBlock .userEmail {
	color: #fff;
}
#k2Container.userView .userBlock .userEmail a {
	color: #fff;
}
#k2Container.userView .userBlock .userEmail a:hover {
	color: #686868;
}
#k2Container.userView .catItemHeader .userItemTitle a {
	color: #444;
}
#k2Container.userView .catItemHeader .userItemTitle a:hover {
	color: #9ac9ec;
}
#k2Container.userView .catItemHeader .article-aside {
	font-size: 11px;
}
#k2Container.userView .catItemHeader .article-aside dl {
	margin: 0;
}
#k2Container.userView .catItemHeader .article-aside .article-info .create {
	margin-right: 20px;
}
#k2Container.userView .catItemHeader .article-aside .article-info .catItemCommentsLink {
	border: none;
}
#k2Container.userView .catItemHeader .article-aside .article-info .catItemCommentsLink a {
	color: #999;
}
#k2Container.userView .catItemHeader .article-aside .article-info .catItemCommentsLink a:hover {
	color: #9ac9ec;
}
#k2Container.tagView .tagItemHeader .tagItemTitle a {
	color: #444;
	font-weight: 400;
}
#k2Container.tagView .tagItemHeader .tagItemTitle a:hover {
	color: #9ac9ec;
}
#k2Container.tagView .article-aside {
	font-size: 11px;
	color: #999;
}
#k2Container.tagView .article-aside .article-info {
	margin: 0;
}
#k2Container.latestView .latestItemsUser {
	margin: 0 0 30px;
	background: #9ac9ec;
	border: none;
	color: #fff;
}
#k2Container.latestView .latestItemsUser h2 a {
	color: #fff;
}
#k2Container.latestView .latestItemsUser .latestItemsUserURL {
	display: none;
}
#k2Container.latestView .latestItemsUser .latestItemsUserEmail {
	color: #fff;
}
#k2Container.latestView .latestItemsUser .latestItemsUserEmail a {
	color: #fff;
}
#k2Container.latestView .latestItemsUser .latestItemsUserEmail a:hover {
	color: #686868;
}
#k2Container.latestView .itemList .catItemView .catItemHeader h2.latestItemTitle a {
	color: #444;
	font-weight: 400;
}
#k2Container.latestView .itemList .catItemView .catItemHeader h2.latestItemTitle a:hover {
	color: #9ac9ec;
}
#k2Container.latestView .itemList .catItemView .article-aside {
	font-size: 11px;
}
#k2Container.latestView .itemList .catItemView .article-aside .article-info {
	margin: 0;
}
#k2Container.latestView .itemList .catItemView .article-aside .article-info .create {
	color: #999;
}
#k2Container.latestView .itemList .catItemView, #k2Container.userView .itemList .catItemView, #k2Container.tagView .itemList .catItemView {
	padding: 0;
	margin-bottom: 30px;
}
#k2Container.latestView .itemList .catItemView .main-inline, #k2Container.userView .itemList .catItemView .main-inline, #k2Container.tagView .itemList .catItemView .main-inline {
	display: inline;
}
#k2Container.latestView .itemList .catItemView .catItemImageBlock, #k2Container.userView .itemList .catItemView .catItemImageBlock, #k2Container.tagView .itemList .catItemView .catItemImageBlock {
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
	z-index: 2;
	overflow: hidden;
	width: 23%;
	display: inline-block;
	position: relative;
}
#k2Container.latestView .itemList .catItemView .catItemImageBlock .over-image, #k2Container.userView .itemList .catItemView .catItemImageBlock .over-image, #k2Container.tagView .itemList .catItemView .catItemImageBlock .over-image {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 0;
	pointer-events: none;
	box-shadow: 0 0 0 0 #9ac9ec inset;
	transition: all 0.2s ease-out;
}
#k2Container.latestView .itemList .catItemView .catItemImageBlock img, #k2Container.userView .itemList .catItemView .catItemImageBlock img, #k2Container.tagView .itemList .catItemView .catItemImageBlock img {
	transition: all 0.2s ease-out;
}
#k2Container.latestView .itemList .catItemView .catItemImageBlock:hover img, #k2Container.userView .itemList .catItemView .catItemImageBlock:hover img, #k2Container.tagView .itemList .catItemView .catItemImageBlock:hover img {
	-moz-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-webkit-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-o-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	-ms-transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	transform: perspective(2000px) rotateY(-5deg) translate(0, -8px);
	transition: all 0.2s ease-out;
	transition-delay: 0.1s;
}
#k2Container.latestView .itemList .catItemView .catItemImageBlock:hover .over-image, #k2Container.userView .itemList .catItemView .catItemImageBlock:hover .over-image, #k2Container.tagView .itemList .catItemView .catItemImageBlock:hover .over-image {
	opacity: 1;
	box-shadow: 0 0 0 8px #9ac9ec inset;
	transition: all 0.2s ease-out;
}
#k2Container.latestView .itemList .catItemView .catItemImageBlock .zoom_img, #k2Container.userView .itemList .catItemView .catItemImageBlock .zoom_img, #k2Container.tagView .itemList .catItemView .catItemImageBlock .zoom_img {
	height: 30px;
	width: 30px;
	position: absolute;
	display: block;
	text-align: center;
	top: 45%;
	left: 45%;
	opacity: 0;
	transform: scale(0);
	background: #fff;
	color: #9ac9ec;
	transition: all 0.3s ease-in-out;
}
#k2Container.latestView .itemList .catItemView .catItemImageBlock .zoom_img:before, #k2Container.userView .itemList .catItemView .catItemImageBlock .zoom_img:before, #k2Container.tagView .itemList .catItemView .catItemImageBlock .zoom_img:before {
	content: "\f067";
	height: 100%;
	width: 100%;
	font-family: fontawesome;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 30px;
}
#k2Container.latestView .itemList .catItemView .catItemImageBlock .zoom_img:hover, #k2Container.userView .itemList .catItemView .catItemImageBlock .zoom_img:hover, #k2Container.tagView .itemList .catItemView .catItemImageBlock .zoom_img:hover {
	background: #9ac9ec;
	color: #fff;
}
#k2Container.latestView .itemList .catItemView .catItemImageBlock:hover:before, #k2Container.userView .itemList .catItemView .catItemImageBlock:hover:before, #k2Container.tagView .itemList .catItemView .catItemImageBlock:hover:before {
	opacity: 1;
	transition: all 0.3s ease-in;
}
#k2Container.latestView .itemList .catItemView .catItemImageBlock:hover .zoom_img, #k2Container.userView .itemList .catItemView .catItemImageBlock:hover .zoom_img, #k2Container.tagView .itemList .catItemView .catItemImageBlock:hover .zoom_img {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}
#k2Container.latestView .itemList .catItemView .main-item, #k2Container.userView .itemList .catItemView .main-item, #k2Container.tagView .itemList .catItemView .main-item {
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: calc(74%);
}
#k2Container.latestView .itemList .catItemView .main-item h3.catItemTitle, #k2Container.userView .itemList .catItemView .main-item h3.catItemTitle, #k2Container.tagView .itemList .catItemView .main-item h3.catItemTitle {
	font-size: 14px;
	margin: 0 0 5px;
	padding: 0;
	font-weight: bold;
}
#k2Container.latestView .itemList .catItemView .main-item h3.catItemTitle a, #k2Container.userView .itemList .catItemView .main-item h3.catItemTitle a, #k2Container.tagView .itemList .catItemView .main-item h3.catItemTitle a {
	color: #444;
}
#k2Container.latestView .itemList .catItemView .main-item h3.catItemTitle a:hover, #k2Container.userView .itemList .catItemView .main-item h3.catItemTitle a:hover, #k2Container.tagView .itemList .catItemView .main-item h3.catItemTitle a:hover {
	color: #9ac9ec;
}
#k2Container.latestView .itemList .catItemView .main-item h3.catItemTitle ul.list-icon, #k2Container.userView .itemList .catItemView .main-item h3.catItemTitle ul.list-icon, #k2Container.tagView .itemList .catItemView .main-item h3.catItemTitle ul.list-icon {
	float: right;
}
#k2Container.latestView .itemList .catItemView .main-item h3.catItemTitle ul.list-icon li, #k2Container.userView .itemList .catItemView .main-item h3.catItemTitle ul.list-icon li, #k2Container.tagView .itemList .catItemView .main-item h3.catItemTitle ul.list-icon li {
	list-style: none;
	float: right;
	font-size: 16px;
}
#k2Container.latestView .itemList .catItemView .main-item h3.catItemTitle ul.list-icon li a, #k2Container.userView .itemList .catItemView .main-item h3.catItemTitle ul.list-icon li a, #k2Container.tagView .itemList .catItemView .main-item h3.catItemTitle ul.list-icon li a {
	color: #bbb;
}
#k2Container.latestView .itemList .catItemView .main-item h3.catItemTitle ul.list-icon li a:hover, #k2Container.userView .itemList .catItemView .main-item h3.catItemTitle ul.list-icon li a:hover, #k2Container.tagView .itemList .catItemView .main-item h3.catItemTitle ul.list-icon li a:hover {
	color: #9ac9ec;
}
#k2Container.latestView .itemList .catItemView .main-item .article-aside .article-info, #k2Container.userView .itemList .catItemView .main-item .article-aside .article-info, #k2Container.tagView .itemList .catItemView .main-item .article-aside .article-info {
	margin-bottom: 10px;
}
#k2Container.latestView .itemList .catItemView .main-item .article-aside .catItemCommentsLink, #k2Container.userView .itemList .catItemView .main-item .article-aside .catItemCommentsLink, #k2Container.tagView .itemList .catItemView .main-item .article-aside .catItemCommentsLink {
	border: none;
}
#k2Container.latestView .itemList .catItemView .main-item .article-aside dd, #k2Container.userView .itemList .catItemView .main-item .article-aside dd, #k2Container.tagView .itemList .catItemView .main-item .article-aside dd {
	display: inline-block;
	margin-right: 5px;
	font-size: 11px;
}
#k2Container.latestView .itemList .catItemView .main-item .article-aside .catItemAuthor a, #k2Container.userView .itemList .catItemView .main-item .article-aside .catItemAuthor a, #k2Container.tagView .itemList .catItemView .main-item .article-aside .catItemAuthor a {
	color: #999;
}
#k2Container.latestView .itemList .catItemView .main-item .article-aside .catItemAuthor a:hover, #k2Container.userView .itemList .catItemView .main-item .article-aside .catItemAuthor a:hover, #k2Container.tagView .itemList .catItemView .main-item .article-aside .catItemAuthor a:hover {
	color: #9ac9ec;
}
#k2Container.latestView .itemList .catItemView .main-item .catItemBody, #k2Container.userView .itemList .catItemView .main-item .catItemBody, #k2Container.tagView .itemList .catItemView .main-item .catItemBody {
	padding: 0;
}
#k2Container.latestView .itemList .catItemView .main-item .catItemBody .catItemIntroText, #k2Container.userView .itemList .catItemView .main-item .catItemBody .catItemIntroText, #k2Container.tagView .itemList .catItemView .main-item .catItemBody .catItemIntroText {
	padding: 0 0 1px;
	margin-bottom: 10px;
	position: relative;
}
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
 #k2Container.latestView .itemList .catItemView .main-item, #k2Container.userView .itemList .catItemView .main-item, #k2Container.tagView .itemList .catItemView .main-item {
 border-bottom: none;
}
}
#k2Container.itemView {
	border: none;
	margin: 0;
	padding: 0;
}
#k2Container.itemView .itemToolbar {
	color: #999;
}
#k2Container.itemView .itemToolbar .icon-item {
	font-size: 12px;
}
#k2Container.itemView .itemHeader .me-inline {
	display: inline-block;
}
#k2Container.itemView .itemHeader h2.itemTitle {
	color: #444;
	font-size: 24px;
	padding: 0;
	margin: 0 0 10px;
}
#k2Container.itemView .itemHeader h2.itemTitle a {
	color: #444;
}
#k2Container.itemView .itemHeader h2.itemTitle a:hover {
	color: #9ac9ec;
}
#k2Container.itemView .itemHeader .itemToolbar {
	float: right;
	margin: 0;
	background: none;
	border: none;
	color: #999;
}
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
 #k2Container.itemView .itemHeader .itemToolbar .itemDateCreated {
 min-width: 122px;
}
}
#k2Container.itemView .itemHeader .itemToolbar .size-mail .itemTextResizerTitle {
	color: #444;
	font-size: 11px;
	text-transform: capitalize;
}
#k2Container.itemView .itemHeader .itemToolbar .size-mail a#fontIncrease {
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 18px;
	border: 1px solid #999;
	color: #999;
	border-radius: 3px;
	font-size: 16px;
}
#k2Container.itemView .itemHeader .itemToolbar .size-mail a#fontIncrease:hover {
	color: #fff;
	background: #9ac9ec;
	border-color: #9ac9ec;
}
#k2Container.itemView .itemHeader .itemToolbar .size-mail a#fontDecrease {
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 18px;
	border: 1px solid #999;
	color: #999;
	border-radius: 3px;
	font-size: 16px;
}
#k2Container.itemView .itemHeader .itemToolbar .size-mail a#fontDecrease:hover {
	color: #fff;
	background: #9ac9ec;
	border-color: #9ac9ec;
}
#k2Container.itemView .itemHeader .itemToolbar .size-mail .fontsize {
	margin-right: 35px;
}
#k2Container.itemView .itemHeader .itemToolbar .size-mail .emailbutton {
	border: none;
	padding: 0;
}
#k2Container.itemView .itemHeader .itemToolbar .size-mail .emailbutton a {
	font-size: 14px;
	color: #999;
}
#k2Container.itemView .itemHeader .itemToolbar .size-mail .emailbutton a:hover {
	color: #9ac9ec;
}
#k2Container.itemView .itemHeader .itemToolbar .size-mail .printbutton {
	border: none;
	padding: 0;
}
#k2Container.itemView .itemHeader .itemToolbar .size-mail .printbutton a {
	font-size: 14px;
	color: #999;
}
#k2Container.itemView .itemHeader .itemToolbar .size-mail .printbutton a:hover {
	color: #9ac9ec;
}
#k2Container.itemView .itemToolbar {
	background: none;
	border: none;
	display: block;
	overflow: hidden;
	margin: 0 0 15px;
}
#k2Container.itemView .itemToolbar ul li {
	border: none;
}
#k2Container.itemView .itemToolbar .itemRatingBlock {
	padding: 2px 0 0;
	margin-right: 8px;
	display: block;
}
#k2Container.itemView .itemToolbar .itemRatingBlock .itemRatingForm {
	line-height: 20px;
	padding-right: 8px;
}
#k2Container.itemView .itemToolbar .itemRatingBlock .itemRatingForm ul.itemRatingList {
	height: 20px;
	width: 75px;
	z-index: 1;
}
#k2Container.itemView .itemToolbar .itemRatingBlock .itemRatingForm ul.itemRatingList li.itemCurrentRating {
	height: 18px;
}
#k2Container.itemView .itemToolbar .itemRatingBlock .itemRatingForm ul.itemRatingList a:hover {
	background-position: left -18px;
}
#k2Container.itemView .itemToolbar .itemRatingBlock .itemRatingForm .itemRatingLog {
	color: #999;
}
#k2Container.itemView .itemToolbar .me-inline {
	display: inline-block;
	float: left;
	margin-right: 30px;
}
#k2Container.itemView .itemBody {
	padding: 0;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle {
	font-size: 16px;
	color: #444;
	font-weight: bold;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle > span {
	background: #3f444e;
	color: #fff;
	padding: 2px 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	display: inline-block;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle > span sup {
	top: 0;
	font-size: 100%;
}
#k2Container.itemView .itemBody .itemImageBlock {
	text-align: center;
	padding: 0;
	margin: 0;
}
#k2Container.itemView .itemBody .itemImageBlock .itemImage {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
#k2Container.itemView .itemBody .itemImageBlock .itemImage:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}
#k2Container.itemView .itemBody .itemImageBlock .itemImage a.modal {
	position: static;
	width: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: none;
}
#k2Container.itemView .itemBody .itemImageBlock .itemImage img {
	border: none;
	padding: 0;
}
#k2Container.itemView .itemBody .itemImageBlock .itemImage:hover:before {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}
#k2Container.itemView .itemBody .itemNaviTop {
	position: relative;
	margin: 0 0 20px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info {
	background: #EEEEEE;
	padding: 10px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd {
	color: #444;
	font-size: 100%;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .itemDateCreated {
	margin-right: 20px;
	color: #999;
	font-size: 11px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .icon-category:before {
	content: "\f07b ";
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .category {
	margin-right: 20px;
	color: #999;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .category a {
	color: #999;
	font-size: 11px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .category a:hover {
	color: #4a505c;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .itemAuthor {
	color: #999;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .itemAuthor a {
	color: #999;
	font-size: 11px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .itemAuthor a:hover {
	color: #4a505c;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.k2item-email {
	position: absolute;
	right: 0;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.k2item-email a {
	color: #999;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.k2item-email a:hover {
	color: #4a505c;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.item-caption {
	float: right;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.item-caption:before {
	content: "";
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.item-caption > span {
	font-size: 13px;
	font-style: normal;
	margin-left: 10px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd a {
	color: #444;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd a:hover {
	color: #4a505c;
}
#k2Container.itemView .itemBody div.itemIntroText {
	font-weight: normal;
}
#k2Container.itemView .itemBody div.itemFullText {
	margin-bottom: 50px;
}
#k2Container.itemView .itemBody div.itemFullText .itemDateModified {
	display: none;
}
#k2Container.itemView .itemBody .itemNaviBottom {
	margin-bottom: 1em;
}
#k2Container.itemView .itemBody .itemNaviBottom > div {
	min-height: 20px;
}
#k2Container.itemView .itemBody .itemNaviBottom > div:last-child {
	border: none;
}
#k2Container.itemView .itemBody .itemNaviBottom .itemSocialSharing {
	padding: 0;
}
#k2Container.itemView .itemBody .itemNaviBottom .itemSocialSharing > div {
	float: left;
	width: auto;
	height: 20px;
}
#k2Container.itemView .itemBody .itemNaviBottom .itemSocialSharing > div > iframe {
	width: 80px !important;
}
#k2Container.itemView .itemBody .itemTagsBlock {
	padding: 0;
	border: none;
	margin-bottom: 5px;
}
#k2Container.itemView .itemBody .itemTagsBlock span {
	color: #444 Light;
	font-weight: normal;
}
#k2Container.itemView .itemBody .itemAttachmentsBlock {
	padding: 4px 0;
	border: none;
	margin-bottom: 1em;
}
#k2Container.itemView .itemBody .itemAttachmentsBlock span {
	color: #444 Light;
	font-weight: normal;
}
#k2Container.itemView .itemBody .itemExtraFields li {
	background: #fff;
	border: none;
}
#k2Container.itemView .itemBody .itemExtraFields li span.itemExtraFieldsLabel {
	width: auto;
	text-transform: uppercase;
}
#k2Container.itemView .itemBody .itemExtraFields li .icon i {
	padding: 5px;
	background: #eee;
	border-radius: 2px;
}
#k2Container.itemView .itemBody .itemExtraFields li .icon i:hover {
	background: #9ac9ec;
	color: #fff;
}
#k2Container.itemView .itemAuthorBlock {
	background: #EEEEEE;
	border: none;
	padding: 0;
	border-top: 1px solid #dee2f1;
	margin: 1em 0 2em;
	display: block;
	overflow: hidden;
}
#k2Container.itemView .itemAuthorBlock .header-author {
	display: block;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
#k2Container.itemView .itemAuthorBlock .header-author .me-inline {
	display: inline;
	float: left;
	margin-right: 20px;
	font-size: 11px;
}
#k2Container.itemView .itemAuthorBlock .header-author .itemcomment a {
	color: #444;
}
#k2Container.itemView .itemAuthorBlock .header-author .itemcomment a:hover {
	color: #9ac9ec;
}
#k2Container.itemView .itemAuthorBlock .header-author .itemHits {
	color: #444;
}
#k2Container.itemView .itemAuthorBlock .header-author div.itemTagsBlock {
	border: none;
	padding: 0;
	font-size: 11px;
}
#k2Container.itemView .itemAuthorBlock .header-author div.itemTagsBlock i {
	font-size: 14px;
}
#k2Container.itemView .itemAuthorBlock .header-author div.itemTagsBlock span {
	color: #999;
}
#k2Container.itemView .itemAuthorBlock .header-author div.itemTagsBlock .itemTags a {
	color: #444;
}
#k2Container.itemView .itemAuthorBlock .header-author div.itemTagsBlock .itemTags a:hover {
	color: #9ac9ec;
}
#k2Container.itemView .itemAuthorBlock img.itemAuthorAvatar {
	border: none;
	padding: 0;
	margin-right: 15px;
}
#k2Container.itemView .itemAuthorBlock h3.itemAuthorName {
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 16px;
}
#k2Container.itemView .itemAuthorBlock h3.itemAuthorName a {
	color: #000;
}
#k2Container.itemView .itemAuthorBlock h3.itemAuthorName a:hover {
	color: #9ac9ec;
}
#k2Container.itemView .itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
	border: none;
	font-weight: normal;
}
#k2Container.itemView .itemAuthorBlock .itemAuthorAvatar {
	float: left;
	padding: 0 10px 10px;
}
#k2Container.itemView .itemAuthorBlock .itemAuthorDetails {
	padding: 0 10px;
}
#k2Container.itemView .itemAuthorBlock .itemAuthorDetails p:empty {
	display: none;
}
#k2Container.itemView .itemAuthorLatest h3 {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#k2Container.itemView .itemAuthorLatest ul {
	padding: 0;
}
#k2Container.itemView .itemAuthorLatest ul li.even, #k2Container.itemView .itemAuthorLatest ul li.odd {
	list-style: none;
	background: #fff;
	border: none;
}
#k2Container.itemView .itemAuthorLatest ul li.even a, #k2Container.itemView .itemAuthorLatest ul li.odd a {
	color: #444;
}
#k2Container.itemView .itemAuthorLatest ul li.even a:hover, #k2Container.itemView .itemAuthorLatest ul li.odd a:hover {
	color: #9ac9ec;
}
#k2Container.itemView .itemNavigation {
	border: none;
	padding: 4px 0;
	margin-bottom: 20px;
	background: transparent;
}
#k2Container.itemView .itemNavigation .itemNavigationTitle {
	padding: 10px;
	border: 1px solid #999;
	border-radius: 99px;
}
#k2Container.itemView .itemLatest {
	margin-bottom: 10px;
}
#k2Container.itemView .itemLatest h3 {
	font-size: 16px;
	font-weight: 800;
	color: #444;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#k2Container.itemView .itemLatest ul {
	margin: 0;
}
#k2Container.itemView .itemLatest ul li {
	border: none;
	background: transparent;
	list-style: none;
}
#k2Container.itemView .itemLatest ul li:before {
	content: "\f105";
	font-family: fontawesome;
	font-size: 16px;
	margin-right: 5px;
}
#k2Container.itemView .itemLatest ul li a {
	color: #444;
}
#k2Container.itemView .itemLatest ul li:hover a {
	color: #4a505c;
}
#k2Container.itemView .itemLatest ul li:hover:before {
	color: #4a505c;
}
#k2Container.itemView .itemVideoBlock {
	padding: 0;
	background: transparent;
	border-top: 1px solid #dee2f1;
	padding-top: 2em;
	margin-bottom: 2em;
}
#k2Container.itemView .itemVideoBlock h3 {
	font-size: 151.4%;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded {
	text-align: center;
	padding-left: 5px;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded iframe {
	margin: 0 12px 0px 0;
	position: relative;
	z-index: 1;
}
#k2Container.itemView .itemImageGallery {
	border-top: 1px solid #dee2f1;
	padding-top: 2em;
	margin-bottom: 2em;
	overflow: hidden;
}
#k2Container.itemView .itemImageGallery h3 {
	font-size: 151.4%;
}
#k2Container.itemView .itemImageGallery ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
	margin: 0;
	padding: 0;
	border: none;
}
#k2Container.itemView .itemComments {
	padding: 0;
	background: #fff;
	border: none;
	overflow: hidden;
}
#k2Container.itemView .itemComments h3 {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	padding: 0;
	text-transform: uppercase;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#k2Container.itemView .itemComments .itemCommentsList .even, #k2Container.itemView .itemComments .itemCommentsList .odd {
	background: transparent;
	border-bottom: none;
}
#k2Container.itemView .itemComments .itemCommentsList .even img, #k2Container.itemView .itemComments .itemCommentsList .odd img {
	margin: 5px 15px 0 0;
	border: 1px solid #eee;
}
#k2Container.itemView .itemComments .itemCommentsList .even .commentLink a, #k2Container.itemView .itemComments .itemCommentsList .odd .commentLink a {
	color: #9ac9ec;
	text-decoration: none;
}
#k2Container.itemView .itemComments .itemCommentsList .even .commentLink a:hover, #k2Container.itemView .itemComments .itemCommentsList .odd .commentLink a:hover {
	color: #4a505c;
}
#k2Container.itemView .itemComments .itemCommentsList .even p, #k2Container.itemView .itemComments .itemCommentsList .odd p {
	padding: 0;
}
#k2Container.itemView .itemComments .itemCommentsList .even span.commentDate, #k2Container.itemView .itemComments .itemCommentsList .even span.commentAuthorName, #k2Container.itemView .itemComments .itemCommentsList .odd span.commentDate, #k2Container.itemView .itemComments .itemCommentsList .odd span.commentAuthorName {
	font-weight: normal;
	color: #9ac9ec;
	border: none;
	display: inline-block;
}
#k2Container.itemView .itemComments .itemCommentsList .even .commentAuthorName, #k2Container.itemView .itemComments .itemCommentsList .odd .commentAuthorName {
	font-size: 18px;
	margin-right: 10px;
}
#k2Container.itemView .itemComments .itemCommentsList .even span.commentDate, #k2Container.itemView .itemComments .itemCommentsList .odd span.commentDate {
	font-size: 11px;
	color: #444;
}
#k2Container.itemView .itemComments .itemCommentsPagination {
	display: none;
}
#k2Container.itemView .itemComments p.itemCommentsFormNotes {
	border: none;
	margin: 1em 0 2em;
}
#k2Container.itemView .itemComments textarea.inputbox {
	width: 90%;
}
#k2Container.itemView .itemComments .button i {
	border-color: #fff;
	display: inline-block;
	background: url("../images/white-arrow-right.png") no-repeat scroll 3px 4px;
	margin: -3px 0 0 5px;
}
#k2Container.itemView .itemComments .itemCommentsForm form span#formLog {
	padding: 0;
	margin: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm h3 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 30px;
}
#k2Container.itemView .itemComments .itemCommentsForm form {
	margin-bottom: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-horizontal .controls {
	text-align: right;
	margin: 0 6px 0 0;
}
#k2Container.itemView .itemComments .itemCommentsForm form.form-validate {
	color: #999;
}
#k2Container.itemView .itemComments .itemCommentsForm form.form-validate label {
	display: none;
}
#k2Container.itemView .itemComments .itemCommentsForm form.form-validate input#userName {
	width: 90%;
	margin-bottom: 10px;
}
#k2Container.itemView .itemComments .itemCommentsForm form.form-validate .me-inline {
	display: inline;
	float: left;
}
#k2Container.itemView .itemComments .itemCommentsForm form.form-validate input.me-inline {
	width: 44%;
	margin-bottom: 20px;
}
#k2Container.itemView .itemComments .itemCommentsForm form.form-validate input#commentEmail {
	margin-right: 17px;
}
#k2Container.itemView .itemComments .itemCommentsForm form.form-validate input#submitCommentButton {
	border: none;
	background: #9ac9ec;
	padding: 8px 20px;
}
#k2Container.itemView .itemComments .itemCommentsForm form.form-validate input#submitCommentButton:hover {
	background: #23262D;
}
#k2Container.itemView .itemComments .itemCommentsForm textarea.inputbox {
	width: 90%;
	background: #fff;
	color: #999;
	margin-bottom: 10px;
}
div.itemCommentsForm form span#formLog {
	position: absolute;
	margin-top: 25px;
}
.contentpane #outer {
	display: none;
}
.slider-sep {
	border-right: 2px solid #9bc9eb;
}
.slider-sep h3 {
	padding: 20px 0px;
}
.i-border {
	border: 1px solid;
	padding: 5px 8px;
	border-radius: 60%;
	font-size: 14px;
}
.latest-news-date {
	padding: 20px 0px;
	border: 2px solid;
	font-size: 35px;
	text-align: center;
	width: 80px;
	margin-right: 15px !important;
}
.latest-news-date span {
	float: left;
	width: 100%;
	font-size: 18px;
	margin-top: 5px;
}
.item-first .content-main {
	width: 260px;
	float: left;
}
.readmore-btn {
	display: inline-block;
	border: 1px solid #ddd;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	color:#ddd;
	padding: 5px 15px;
}
.readmore-btn a {
	color:#ddd;
}
.readmore-btn a i {
	color:#ddd;
	margin-right:5px;
}
.institute-name-footer {
	font-size: 18px;
	color: #fff;
	line-height: 26px;
}
.institute-name-footer span {
	font-size: 24px;
	color: #fff;
	line-height: 26px;
	font-weight: bold;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.item-page .article-header h2 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: normal;
}
.item-page .article-header h2 a {
	color: #666;
}
.item-page .article-header h2 a:hover {
	color: #9ac9ec;
}
.item-page .article-header h2 {
	font-size: 24px;
}
.item-page .article-aside .article-info {
	margin-bottom: 10px;
}
.item-page .article-aside dd {
	display: inline-block;
	color: #999;
	margin-right: 10px;
	font-size: 89%;
}
.item-page .article-aside dd a {
	color: #999;
}
.item-page .article-aside dd a:hover {
	color: #9ac9ec;
}
.item-page .article-aside .article-info {
	margin-bottom: 10px;
}
.item-page .tags {
	margin-bottom: 30px;
}
.item-page .img-fulltext {
	margin-bottom: 20px;
}
#g-about .yt-list li {
	border-bottom: 1px dotted #ccc;
	padding: 7px 0;
}
#g-about .ourmember {
	margin-top: 60px;
	text-align: center;
}
#g-about .ourmember h3.page-module-title:after {
	margin: 10px auto;
	width: 30%;
}
#g-about .ourmember .pre-text {
	padding: 0px 150px;
	margin-bottom: 20px;
}
#g-about .ourmember .item-content .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 13px;
}
#g-about .ourmember .item-content .image .socials {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
#g-about .ourmember .item-content .image .socials a {
	display: block;
	height: 25px;
	width: 25px;
	background: #333;
	text-align: center;
	overflow: hidden;
	border-radius: 50%;
	margin: 0px 4px;
	float: left;
	position: absolute;
	bottom: -30px;
}
#g-about .ourmember .item-content .image .socials a .fa {
	margin: 0px;
	line-height: 25px;
	color: #ccc9cb;
	transition: 0.3s all ease 0s;
}
#g-about .ourmember .item-content .image .socials a:hover {
	background: #9ac9ec;
}
#g-about .ourmember .item-content .image .socials a:hover .fa {
	color: #fff;
}
#g-about .ourmember .item-content .image .socials a.facebook {
	transition: 0.3s all ease 0s;
	left: 32%;
}
#g-about .ourmember .item-content .image .socials a.flickr {
	transition: 0.5s all ease 0s;
	left: 45%;
}
#g-about .ourmember .item-content .image .socials a.twitter {
	transition: 0.7s all ease 0s;
	left: 58%;
}
#g-about .ourmember .item-content .name {
	margin-bottom: 5px;
}
#g-about .ourmember .item-content .job {
	color: #000;
	font-size: 13px;
	margin-bottom: 3px;
	font-weight: 600;
}
#g-about .ourmember .item-content:hover .image .socials a.facebook {
	bottom: 25px;
}
#g-about .ourmember .item-content:hover .image .socials a.flickr {
	bottom: 25px;
}
#g-about .ourmember .item-content:hover .image .socials a.twitter {
	bottom: 25px;
}
#g-about .ourmember #yt-extra-carousel .carousel-inner {
	margin: 3em 0;
}
/*#g-about .ourmember #yt-extra-carousel .carousel-indicators {
  bottom: auto;
  top: 0px;
  margin: 0px -28px 0 0;
}*/
#g-about .ourmember #yt-extra-carousel .carousel-indicators li {
	height: 12px;
	width: 12px;
	background: #d7d7d5;
	border: none;
	border-radius: 50%;
}
#g-about .ourmember #yt-extra-carousel .carousel-indicators li.active {
	background: #9ac9ec;
}
#g-about .ourmember #yt-extra-carousel .carousel-indicators li:hover {
	background: #9ac9ec;
}
#g-about .customersay {
	border: solid 1px #e9e9e9;
	padding: 0 15px;
	position: relative;
}
#g-about .customersay .yt-extra-carousel {
	margin: 0;
	overflow: visible;
}
#g-about .customersay .yt-extra-carousel .carousel-control {
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	box-shadow: 0 0 0 6px #fff;
	border-radius: 50%;
}
#g-about .customersay .yt-extra-carousel .carousel-control i {
	line-height: 22px;
	font-size: 18px;
}
#g-about .customersay .yt-extra-carousel .carousel-control.left {
	right: 45px !important;
	top: 4px !important;
	left: auto;
}
#g-about .customersay .yt-extra-carousel .carousel-control.right {
	right: 10px !important;
	top: 4px !important;
}
#g-about .customersay .yt-extra-carousel .carousel-control:hover {
	border-color: #9ac9ec;
}
#g-about .customersay .yt-extra-carousel .carousel-control:hover i {
	color: #9ac9ec;
}
#g-about .customersay .cus-title {
	background: #fff;
	padding: 10px;
	position: absolute;
	left: 30px;
	top: -25px;
}
#g-about h3.page-module-title {
	margin-bottom: 20px;
}
#g-about ul.circle li {
	position: relative;
	margin-left: 30px;
	list-style: none;
}
#g-about ul.circle li:before {
	content: "\f111";
	color: #9ac9ec;
	font-family: FontAwesome;
	font-size: 8px;
	line-height: 8px;
	border: 2px solid rgba(0, 0, 0, 0.05);
	border-radius: 100%;
	position: absolute;
	margin-left: -20px;
	top: 5px;
}
.yt-slider-carousel {
	z-index: 2;
	overflow: hidden;
}
.yt-slider-carousel.pull-left {
	margin: 0 30px 30px 0;
}
.yt-slider-carousel.pull-right {
	margin: 0 0px 30px 30px;
}
.yt-slider-carousel.pull-none {
	display: inline-block;
	margin: 0 0 30px 0;
}
.yt-slider-carousel .carousel-inner {
	position: relative;
	z-index: 2;
	cursor: grab;
}
.yt-slider-carousel .carousel-inner .item {
	cursor: -webkit-grab;
	cursor: grab;
}
.yt-slider-carousel .carousel-indicators {
	left: auto;
	right: 0;
	margin: 0 20px;
	width: auto;
	position: absolute;
	z-index: 4;
}
.yt-slider-carousel .carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 0;
	margin: 0 3px;
	display: inline-block;
}
.yt-slider-carousel .carousel-indicators li.active {
	border: none;
}
.yt-slider-carousel .carousel-control {
	background: rgba(225, 255, 255, 0.8);
	border: none;
	border-radius: 0;
	z-index: 3;
	margin: 0;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	color: #ADADAD;
	box-shadow: none;
	line-height: 35px;
	text-shadow: none;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	opacity: 1;
	filter: alpha(opacity=100);
	top: 50%;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.yt-slider-carousel .carousel-control.left {
	left: -150px;
}
.yt-slider-carousel .carousel-control.right {
	right: -150px;
}
.yt-slider-carousel .carousel-control i {
	display: block;
	line-height: 40px;
	margin: 0;
	font-size: 26px;
	text-align: center;
}
.yt-slider-carousel .carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 13px 15px;
	background: rgba(0, 0, 0, 0.35);
	text-align: left;
	text-shadow: none;
}
.yt-slider-carousel .carousel-caption h4 {
	margin: 0 0 6px;
}
.yt-slider-carousel .carousel-caption p {
	margin: 0;
}
.yt-slider-carousel:hover .carousel-control:hover {
	background: #fff;
	color: #777;
}
.yt-slider-carousel:hover .carousel-control.right {
	right: 35px;
}
.yt-slider-carousel:hover .carousel-control.left {
	left: 35px;
}
/*#g-about .ourmember #yt-extra-carousel .carousel-indicators {
    bottom: auto;
    top: 0px;
    margin: 0px -28px 0 0;
}*/

div.yt-extra-carousel .carousel-indicators {
	margin: auto;
	width: auto;
	position: absolute;
	z-index: 4;
	top: -30px;
}
div.yt-extra-carousel .carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 0;
	margin: 0 3px;
	display: inline-block;
}
div.yt-extra-carousel .carousel-indicators li.active {
	border: none;
}
.contact-ajax {
	margin:0;
	padding:0;
}
.contact-ajax .ctajax-wrap {
	margin:0;
	padding:0;
}
.contact-ajax .ctajax-wrap .ctajax-element {
	margin:0;
	padding:0;
}
.contact-ajax .ctajax-wrap .ctajax-element .el-inner {
	padding:15px;
}
.contact-ajax .ctajax-wrap .ctajax-element .el-inner i:before {
	font-family:FontAwesome;
}
.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-desc, .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-map {
	margin-bottom:15px;
}
.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-map #map-canvas img {
	width:auto;
	max-width:inherit;
}
.contact-ajax .ctajax-element .el-inner label {
	float:left;
}
.contact-ajax .ctajax-element .el-inner img.el-captcha {
	margin-bottom: 15px;
	transition: border-color 0.3s ease 0s;
	border-radius:2px;
	background-color:#99CC00;
	width:170px;
	height:38px;
	color:#99CC00;
}
.contact-ajax .ctajax-element .el-inner .el-captcha-refesh {
	height:37px;
	line-height:37px;
	vertical-align:top;
	margin-left:5px;
	text-decoration:none;
	outline:none;
	display:inline-block;
}
.contact-ajax .ctajax-element #dynamic_recaptcha_1, .contact-ajax .ctajax-element .el-inner input[type="text"], .contact-ajax .ctajax-element .el-inner textarea {
	border-style: solid;
	border-width: 1px;
	clear: both;
	margin-bottom: 15px;
	padding: 10px;
	transition: border-color 0.3s ease 0s;
}
.contact-ajax .ctajax-element #dynamic_recaptcha_1 {
	border-color:transparent;
	padding:0 20px 0 0;
}
.contact-ajax .ctajax-element .el-ctajax-form {
	float:left;
	width:100%;
}
.contact-ajax .ctajax-element .el-ctajax-form input:focus, .contact-ajax .ctajax-element .el-ctajax-form textarea:focus {
	border-color: #999999;
	color: #333333;
}
.contact-ajax .ctajax-element .el-info-contact {
	margin:0 0 15px 0;
}
.contact-ajax .ctajax-element .el-info-contact .info-address i {
	font-size:30px;
	float: left;
	margin-right: 10px;
}
.contact-ajax .ctajax-element .el-info-contact .info-mobie i {
	font-size:30px;
	float: left;
	margin-right: 10px;
}
.contact-ajax .ctajax-element .el-info-contact .info-mail i {
	font-size:20px;
	float: left;
	margin-right: 10px;
}
.contact-ajax .ctajax-element .el-info-contact .info-label:before {
	content: attr(data-label);
}
.contact-ajax .ctajax-element .el-info-contact .info-label {
	display:inline-block;
}
.contact-ajax .ctajax-element .el-info-contact .info-address .info-label {
	line-height:31px;
}
.contact-ajax .ctajax-element .el-info-contact .info-mobie .info-label {
	line-height:35px;
}
.contact-ajax .ctajax-element .el-info-contact .info-mail .info-label {
	line-height:22px;
	text-decoration:none;
}
.contact-ajax .ctajax-element ul.el-socials {
	margin:0;
	padding:0;
	margin-top:15px;
	display:inline-block;
}
.contact-ajax .ctajax-element ul.el-socials li {
	list-style:none;
	display:inline-block;
}
.contact-ajax .ctajax-element ul.el-socials li a {
	width:50px;
	height:49px;
	display:inline-block;
}
.contact-ajax .ctajax-element ul.el-socials li.social-facebook a {
/* background:url('../images/socials.png') no-repeat scroll 0 0 transparent; */
}
.contact-ajax .ctajax-element ul.el-socials li.social-facebook a:hover {
/* background:url('../images/socials.png') no-repeat scroll 0 -49px transparent; */
}
.contact-ajax .ctajax-element .social-networks {
	display:inline-block;
	margin-top:10px;
}
.contact-ajax .ctajax-element .social-networks .network {
	border-radius: 20px 20px 20px 20px;
	color: #ffffff;
	display: inline-block;
	font-size: 14pt;
	line-height: 1;
	margin: 0 1px;
	text-decoration: none;
	background-color: #7b7b7b;
}
.contact-ajax .ctajax-element .social-networks .network:hover {
	background-color: #99CC00;
}
.contact-ajax .ctajax-element .social-networks .network i {
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	display:inline-block;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-ctajax-return {
	display:none;
	margin-left:15px;
	margin-top:12px;
	border:1px solid #9ee002;
	border-radius:3px;
	padding:5px;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-ctajax-return.return-error {
	border-color:#F93152;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-ctajax-return.return-error i {
	color:#F93152;
	padding-right:5px;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-ctajax-return.return-success i {
	color:#9ee002;
	padding-right:5px;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-control a > .icon-refresh {
	outline:none;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-control .el-ok, .contact-ajax .ctajax-element .el-ctajax-form .el-control .el-error {
	display:none;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-control.ctajax-error .ca-tooltip {
	display:inline-block;
	vertical-align:top;
	margin-left:4px;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-control.ctajax-error .el-error {
	color: #F93152;
	display: inline-block;
	cursor:pointer;
	font-size:20px;
	vertical-align:top;
	height:36px;
	line-height:36px;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-control.ctajax-ok .el-ok {
	color: #99CC00;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: top;
	margin-left:4px;
	font-size:20px;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-control .el-captcha-loadding {
	margin-bottom: 15px;
	vertical-align: middle;
	display:none;
	margin-left:5px;
	color:#99CC00;
}
.contact-ajax .ctajax-element .el-ctajax-form .ctajax-error input, .contact-ajax .ctajax-element .el-ctajax-form .ctajax-error textarea {
	border-color:#F93152;
}
 @media all and (max-width: 767px) {
 .contact-ajax .ctajax-wrap .ctajax-element {
 width:100%;
}
 .contact-ajax .ctajax-element .el-ctajax-form input {
 width:76%;
}
 .contact-ajax .ctajax-element .el-ctajax-form textarea {
 min-height: 170px;
 width: 76%;
}
 .contact-ajax .ctajax-element .el-ctajax-form #dynamic_recaptcha_1 {
 width: 76%;
}
}
 @media all and (min-width: 768px) {
 .contact-ajax .ctajax-wrap .ctajax-element {
}
 .contact-ajax .ctajax-element .el-ctajax-form input {
 width:45%;
}
 .contact-ajax .ctajax-element .el-ctajax-form textarea {
 min-height: 170px;
 width: 85%;
}
 .contact-ajax .ctajax-element .el-ctajax-form #dynamic_recaptcha_1 {
 width: 85%;
}
}
.lt-ie9.contact-ajax .ctajax-wrap .ctajax-element {
}
.lt-ie9.contact-ajax .ctajax-element .el-ctajax-form input {
	width:45%;
}
.lt-ie9.contact-ajax .ctajax-element .el-ctajax-form textarea {
	min-height: 170px;
	width: 85%;
}
.lt-ie9.contact-ajax .ctajax-element .el-ctajax-form #dynamic_recaptcha_1 {
	width: 85%;
}
.contact-ajax .ctajax-element .el-ctajax-form input[type="submit"] {
	width: auto;
	cursor:pointer;
}
.contact-ajax .ctajax-element .el-ctajax-form #dynamic_recaptcha_1 {
	margin-bottom:15px;
	display:inline-block;
}
.contact-ajax .ctajax-element .el-ctajax-form .ctajax-error #dynamic_recaptcha_1 {
	border-color: #F93152;
}
.contact-ajax .ctajax-element .el-ctajax-form label.el-label-email-copy {
	display:inline-block;
	float:none;
}
.contact-ajax .ctajax-element .el-ctajax-form #contact_email_copy {
	display:inline-block;
	width:auto;
	margin:0 5px 0 0;
}
.single-event-item {
	margin-bottom: 50px;
}
.single-event-item {
	box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
}
.single-event-image > a {
	display: block;
	position: relative;
}
.single-event-image img {
	width: 100%;
}
.single-event-image a > span {
	background: #e79800 none repeat scroll 0 0;
	bottom: 0;
	color: #ffffff;
	font-size: 24px;
	height: 96px;
	left: 0;
	line-height: 35px;
	padding-top: 16px;
	position: absolute;
	width: 96px;
}
.single-event-image span {
	display: block;
	font-size: 42px;
	text-align: center;
}
.single-event-image span {
	display: block;
	font-size: 42px;
	text-align: center;
}
.single-event-text, .single-event-item .button-default {
	border-color: #e79800;
}
.single-event-text > h3 {
	margin-bottom: 5px;
}
.single-event-text > h3 a, .single-event-text > h3 {
	color: #4c4c4c;
}
.single-event-item .single-item-comment-view {
	margin-bottom: 12px;
}
.single-item-comment-view, .single-item-rating {
	display: inline-block;
}
.single-event-item .single-item-comment-view span {
	margin-right: 12px;
}
.single-item-comment-view span {
	color: #696969;
	display: inline-block;
	font-size: 12px;
	margin-right: 17px;
}
.single-event-item .single-item-comment-view span:last-child {
	margin-right: 0;
}
.single-event-item .button-default {
	margin-top: 16px;
	padding: 6px 23px;
}
.single-event-text {
	background: #f6f6f6 none repeat scroll 0 0;
	border-bottom: 2px solid #e79800;
	padding: 29px 34px 35px;
}
.button-default {
	background: #9ac9ec none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 15px 35px;
	text-transform: uppercase;
}
.button-default:hover {
	background: #23262D none repeat scroll 0 0;
	color: #ffffff;
}
.pagination-content {
	display: block;
	line-height: 0;
	text-align: center;
}
.pagination-content .pagination {
	background: #e79800;
}
.pagination>li {
	display: inline;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
}
.pagination-content .pagination li:first-child a {
	margin-left: 0;
}
.pagination-content .pagination li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #ffffff;
	font-size: 28px;
	height: 41px;
	margin: 0 14px;
	padding: 0;
	width: 25px;
}
.pagination-content .pagination li a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.pagination-content .pagination li:last-child a {
	margin-right: 0;
}
.show-year {
	display:inline !important;
}
.hide-year {
	display:none !important;
}
 @media (max-width: 767px) {
 .module.categories-ii .modcontent ul.line >li {
 width: 50%;
}
 div.sj-k2slickslider img {
	width: 100%;
    padding-top: 0px;
    height: 175px;
}
.bba-program-banner {
	height: 125px !important;
}
 div.sj-k2slickslider .nav-pagination.conner-tl {
 top: 22%;
}
 .k2-mega-new-main .row .col-md-6 {
 float:left;
}
 .item-first .content-main {
 width: 235px;
 float: left;
}
 .owl-wrapper-outer .owl-item {
 width:100% !important;
}
 .login_wrap li a {
 font-size: 10px;
}
.login_wrap li {
 font-size: 12px;
}
.kode_navigation .col-md-10 {
 float: left;
 position: absolute;
 left: 45px;
 top: -10px;
}
.mobile-menu-open {
display:block !important;
}
 #yt_spotlight5 {
 padding: 20px 15px;
}
}
@media (max-width: 480px) {
.logo_wrap img {
 width: 100% !important;
}

.logo_wrap {
 margin-left: 0px !important;
 width:100%;
}
}

.sticky-feedback {
	position: fixed;
	right: 0;
	z-index: 9;
	background-color: #053968;
	padding: 10px;
	top: 60%;
	font-size: 24px;
	color: #fff;
	letter-spacing: 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	cursor: pointer;
}
.button-submit {
	padding: 8px 35px;
	border-radius: 0;
	background: #9ac9ec;
	border: none;
	color: #fff;
}
.button-submit:hover {
	background: #23262D;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
}
.border-radius-none {
	border-radius:0px !important;
}
.yearyeardisplay {
	padding: 0px 30px !important;
}
.link-style {
	color: #e79800;
	padding: 10px 15px;
	font-size: 16px;
}
.link-style:hover {
	color: #e79800;
	text-decoration:underline;
}

@media (max-width:500px){
	.contct_2 {
		text-align:center;
		font-size: 11px;
	}
	
	footer .widget {
		text-align:center;
	}
	
	.item-first .content-main {
		width: 220px;
	}
	
	#tawkchat-container {
		display:none !important;
	}
	
	.call-us-footer {
		width: 100%;
		position: fixed;
		bottom: 0px;
		z-index: 99999;
		background-color: #033766;
	}
	
	.cust-md-6 {
		float: left;
		width: 50%;
		height: 42px;
		padding: 10px 15px 10px 15px;
		text-align: center;
	}
	
	.cust-md-6 a{
		color: #fff;
		text-align: center;
		font-weight: bold;
	}
}

.contact.map iframe {
    height:100%;
    width:100%;
    border:0;
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }

@-webkit-keyframes typing { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }

.bba-program-banner {
	padding-top:55px;
}


.float{
	position:fixed;
	width:130px;
	height:60px;
	bottom:40px;
	right:1300px;
	background-color:#053968;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #314557;
	z-index: 9999;
}

.my-float{
	margin-top:22px;
}

.button-bg{
	background-color: #E79800;
    padding: 10px 10px 10px 10px;
    text-align: center;
    margin-right: 10px;
    border-radius: 20px;
	color: #fff;
}
