
.dis-block{
	display: block;
}
.dis-inline{
	display: inline;
}
.dis-inline-block{
	display: inline-block;
}
.dis-table-xs{
	display: table;
	table-layout: fixed;
}
@media (min-width: 1200px){
	.dis-table-lg{
		display: table;
		table-layout: fixed;
	}
}
@media (min-width: 992px){
	.dis-table-md{
		display: table;
		table-layout: fixed;
	}
}
@media (min-width: 768px){
	.dis-table-sm{
		display: table;
		table-layout: fixed;
	}
}
.dis-table-cell-xs{
	display: table-cell;
}
@media (min-width: 1200px){
	.dis-table-cell-lg{
		display: table-cell;
	}
}
@media (min-width: 992px){
	.dis-table-cell-md{
		display: table-cell;
	}
}
@media (min-width: 768px){
	.dis-table-cell-sm{
		display: table-cell;
	}
}
.v-middle{
	vertical-align: middle;
}
.v-bottom{
	vertical-align: bottom;
}
.v-top{
	vertical-align: top;
}
.float-none-xs{
	float: none;
}
@media (min-width: 1200px){
	.float-none-lg{
		float: none;
	}
}
@media (min-width: 992px){
	.float-none-md{
		float: none;
	}
}
@media (min-width: 768px){
	.float-none-sm{
		float: none;
	}
}
.skew-45{
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.skew45{
	-webkit-transform: skewX(45deg);
	-moz-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	-o-transform: skewX(45deg);
	transform: skewX(45deg);
}
.rotate-5{
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.rotate5{
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
}
.rotate-10{
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.rotate10{
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
}
.rotate-15{
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.rotate15{
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}
.rotate-20{
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.rotate20{
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
}
.rotate-25{
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	transform: rotate(-25deg);
}
.rotate25{
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
}
.rotate-30{
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.rotate30{
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
.img-rotated{
	display: inline-block;
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50% 0px;
	-moz-transform-origin: 50% 50% 0px;
	-ms-transform-origin: 50% 50% 0px;
	transform-origin: 50% 50% 0px;
}
.img-rotated-i{
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50% 0px;
	-moz-transform-origin: 50% 50% 0px;
	-ms-transform-origin: 50% 50% 0px;
	transform-origin: 50% 50% 0px;
	margin: calc(50% * -0.3 / 0.7);
}
.mainmenu .otmenu-desk-wrapper .omg_cover_module .search{
	margin: 5px 20px;
}
.mainmenu .otmenu-desk-wrapper .omg_cover_module .search .form-group{
	margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px){
	.mainmenu .otmenu-desk-wrapper .omg_cover_module .search{
		margin: 5px 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.mainmenu .otmenu-desk-wrapper .omg_cover_module .search{
		margin: 5px 10px;
	}
}
.ot-search{
	
}
.cs-bg{
	background-color: #f9f9f9;
}
.cs-request{
	padding: 30px 0;
}
@media (max-width: 991px){
	.cs-request{
		padding: 15px 0;
	}
}
.cs-contactbx{
	width: 66%;
	margin: 0 auto;
	padding: 10px 40px;
}
@media (max-width: 1199px){
	.cs-contactbx{
		padding: 10px 30px;
	}
}
@media (max-width: 991px){
	.cs-contactbx{
		padding: 10px 20px;
	}
}
@media (max-width: 767px){
	.cs-contactbx{
		padding: 10px 15px;
	}
}
.cs-contactbx,
.cs-contactbx a{
	color: #ffffff;
}
.cs-contactbx hr{
	margin: 10px 0;
	border-color: rgba(255, 255, 255, 0.15);
}
.cs-social{
	display: inline-block;
	margin: 5px 10px;
}
.cs-about{
	
}
#oMainTopBlock1 .cs-about .cs-img{
	margin-top: -70px;
}
@media (min-width: 992px) and (max-width: 1199px){
	#oMainTopBlock1 .cs-about .cs-img{
		margin-top: -50px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#oMainTopBlock1 .cs-about .cs-img{
		margin-top: -30px;
	}
}
@media (max-width: 767px){
	#oMainTopBlock1 .cs-about .cs-img{
		margin-top: -15px;
	}
}
.cs-button{
	color: #252525;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px;
	padding: 8px 30px;
	border: 2px solid;
	display: inline-block;
}

.custom-socials{
	margin: 10px 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dashed;
}
.custom-social{
	cursor: pointer;
}
.custom-social + .custom-social{
	margin-left: 20px;
}
.cs-social-rotate{
	display: inline-block;
	overflow: hidden;
	-webkit-transform: rotate(45deg) !important;
	-moz-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	-o-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
	-webkit-transform-origin: 50% 50% 0px;
	-moz-transform-origin: 50% 50% 0px;
	-ms-transform-origin: 50% 50% 0px;
	transform-origin: 50% 50% 0px;
	margin: 20px 10px;
	color: #ffffff;
	background-color: #252525;
	text-align: center;
}
.cs-social-rotate:before{
	display: block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 30px;
	height: 30px;
	line-height: 30px;
}
@media (min-width: 768px){
	.cs-heading{
		float: left;
	}
}
.cs-events{
	position: relative;
}
.cs-events .mod-title{
	margin-bottom: 20px;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}
.cs-events .mod-title > span{
	position: relative;
	display: inline-block;
	padding: 15px 15px 45px;
	border: 3px solid;
}
.cs-events .mod-title > span:after{
	position: absolute;
	display: inline-block;
	content: '';
	width: 60px;
	border-bottom: 2px solid;
	left: 50%;
	bottom: 25px;
	margin-left: -30px;
}
.newsflash.ot-slide .cs-rm{
	display: none;
}
@media (min-width: 1200px){
	.cs-events .mod-title{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 77px;
		right: calc(75% + 30px);
		padding: 15px;
		border: 3px solid;
		margin: 0;
	}
	.cs-events .mod-title span{
		padding: 0 0 20px;
		border: 0 none;
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.cs-events .mod-title span:after{
		bottom: 5px;
	}
	.cs-events .newsflash.ot-slide .carousel .item{
		padding-left: 25%;
		padding-right: 11%;
	}
	.newsflash.ot-slide .cs-rm{
		display: block;
		position: absolute;
		left: 89%;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.psfx_cs-testimonial #oBannerBottomBlock {
    background-image: url("../images/testimonial.png");
    background-position: center bottom;
    background-size: cover;
	position: relative;
}
.psfx_cs-testimonial #oBannerBottomBlock:before,
.psfx_cs-testimonial #oBannerBottomBlock:after {
	position: absolute;
	content: '';
	border-top: 1px solid #e7e7e7;
	top: 1px;
	left: 50%;
	width: 300px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.psfx_cs-testimonial #oBannerBottomBlock:after {
	border-top-width: 3px;
	top: -1px;
	width: 60px;
}
.cs-testimonial .cs-user table{
	margin: 0 auto;
}
.cs-testimonial .cs-user table td{
	padding: 5px;
}
.cs-testimonial .cs-avatar{
	width: 70px;
	height: 70px;
	margin: 15px;
}
.cs-testimonial .cs-username{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.cs-testimonial .cs-position{
	font-size: 13px;
	font-style: italic;
	color: #bdbdbd;
}
.cs-collapsestyle{
	
}
.cs-collapsestyle.panel-group .panel{
	position: relative;
	margin: 17px 0px 17px 50px;
	border-width: 0px 0px 0px 1px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.cs-collapsestyle.panel-group .panel + .panel{
	margin-bottom: 17px;
}
.cs-collapsestyle.panel-group .panel > .panel-heading{
	background-color: transparent;
	padding: 7px 15px;
}
.cs-collapsestyle.panel-group .panel > .panel-heading .panel-title{
	text-transform: uppercase;
	font-weight: bold;
}
.cs-collapsestyle.panel-group .panel > .panel-heading a[data-toggle="collapse"]{
	text-decoration: none;
	color: #252525;
}
.cs-collapsestyle.panel-group .panel > .panel-heading .glyphicon{
	position: absolute;
	top: 0;
	left: -40px;
	display: inline-block;
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cs-collapsestyle.panel-group .panel > .panel-heading .glyphicon:before{
	content: '' !important;
	position: absolute;
	background: url(../images/minus.png) transparent no-repeat scroll 50% 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cs-collapsestyle.panel-group .panel > .panel-heading  .panel-title > a.collapsed > .glyphicon:before{
	background: url(../images/plus.png) transparent no-repeat scroll 50% 50%;
}
.cs-collapsestyle.panel-group .panel-heading + .panel-collapse > .panel-body{
	border-top: 0 none;
}
.mod_otcontent_accordion .ot_accordion .ui-icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-image: none !important;
}
.mod_otcontent_accordion .ot_accordion .ui-icon:before{
	content: '';
	position: absolute;
	background: url(../images/plus.png) transparent no-repeat scroll 50% 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mod_otcontent_accordion .ot_accordion .ui-icon.iconOpen:before{
	background: url(../images/minus.png) transparent no-repeat scroll 50% 50%;
}
.mod_otcontent_accordion .ot_accordion .ot_title{
	color: #000000;
}
.mod_otcontent_accordion .ot_accordion .ot_title,
.mod_otcontent_accordion .ot_accordion .ot_content{
	background-image: none;
	border-left: 1px solid;
}
.cs-tabstyle{
	
}
.cs-tabstyle .nav-tabs{
	overflow: hidden;
}
.cs-tabstyle .nav-tabs > li{
	display: inline-block;
	float: none;
	margin: calc(100% / 35) calc(100% / 35 + 10px) calc(-100% / 14 - 10px);
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: calc(100% / 7 - 20px);
}
.cs-tabstyle .nav-tabs > li.active{
	margin-bottom: 0 !important;
}
.cs-tabstyle .nav-tabs > li > a{
	border: 0 none;
	margin: calc(50% * -0.3 / 0.71);
	padding: calc(50% / 0.71);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cs-tabstyle .nav-tabs > li.active > a,
.cs-tabstyle .nav-tabs > li.active > a:focus,
.cs-tabstyle .nav-tabs > li.active > a:hover{
	border: 0 none;
}
.cs-tabstyle .nav-tabs > li > a > img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.cs-tabstyle .tab-content{
	position: relative;
	border: 0 none;
	padding: 15px 0;
}
.cs-meetteacher .cs-tabstyle  .tab-content:before{
	content: '';
	position: absolute;
	top: -1px;
	border-top: 1px solid #dddddd;
	left: -100%;
	right: -100%;
}
.mod_otteamwork.ot_teamwork{
	background-color: transparent;
	display: block;
	padding: 0;
}
.mod_otteamwork.ot_teamwork .ot_name{
	color: #000000;
}
.ot-teamwork .ot_pretext,
.ot-teamwork .cs-tabstyle{
	margin: 20px 0 0;
}
.cs-icon{
	float: left;
	width: 42px;
	margin: 10px 35px 10px 10px;
}
.cs-blogcontent{
	overflow: hidden;
	padding-left: 25px;
}
.cs-blogcontent h4{
	padding: 10px 0 10px 23px;
	margin-left: -25px;
	border-left: 2px solid;
	color: #000000;
}
.teacherlayout.item-page{
	
}
.teacherlayout.item-page .article-title,
.teacherlayout.item-page .article-intro{
	display: none;
}
.teacher-brief{
	
}
.teacher-brief .teacher-info{
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px;
	color: #000000;
}
.teacher-brief .teacher-info > .row{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
}
.teacher-brief .teacher-info .teacher-img{
	border: 0 none;
	margin-bottom: 0;
}
.teacher-name{
	color: #000000;
	text-transform: uppercase;
	margin: 0;
}
.teacher-regency{
	font-size: 13px;
	font-style: italic;
	color: #bdbdbd;
}
.teacher-phone,
.teacher-email,
.teacher-facebook{
	color: #7d7d7d;
	font-style: italic;
}
@media (min-width: 1200px){
	.teacher-phone,
	.teacher-email,
	.teacher-facebook{
		display: block;
	}
}
.teacher-brief .module{
	margin: 0 0 20px;
}
.teacher-brief .mod-title{
	border-left: 2px solid;
	padding-left: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.teacher-brief .module ul.menu li{
	padding: 10px;
	border-bottom: 1px solid #e7e7e7;
}
.teacher-brief .module ul.menu li + li{
	border-top: 0 none;
}
.teacher-brief .menu .cs-class,
.teacher-brief .menu .cs-date{
	float: left;
}
.teacher-brief .menu .cs-time{
	float: right;
}
.teacher-detail p{
	margin: 10px 0;
}
.teacher-about{
	margin: 20px 0;
	padding: 15px;
	background-color: #f3f3f3;
	font-style: italic;
}
.teacher-about table td{
	padding: 5px 10px;
}
.teacher-about .t-head{
	color: #000000;
}

#ot-body .ot_testimonial {
    line-height: inherit;
}
#ot-body .ot_list {
    margin-top: 0;
	padding: 15px 0;
}
#ot-body .ot_testimonial .ot_tcontent {
    background-color: #ffffff;
	color: #7d7d7d;
	/* font-style: normal; */
	border: 1px solid #e7e7e7;
	padding: 15px;
}
#ot-body .ot_testimonial .arrow-down1 {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #e7e7e7;
    margin: -1px 0 5px 14px;
	position: relative;
}
#ot-body .ot_testimonial .arrow-down1:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
	position: absolute;
	top: -6px;
	left: -5px;
	content: '';
}
#ot-body .ot_info .ot_image {
    padding-left: 0;
}
#ot-body .ot_info {
    padding-left: 0;
    padding-right: 0;
}
#ot-body .ot_info .ot_image img {
    border: 0 none;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	width: 40px;
	height: 40px;
	padding: 0;
}
#ot-body .ot_testimonial .ot_name {
    color: #000000;
}
#ot-body .ot_testimonial .carousel-indicators li {
    width: 8px;
	height: 8px;
	margin: 4px;
    border: 0 none;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#ot-footerlogo .logo{
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
}
#ot-footerlogo .logo:after{
	content: "";
	width: 80px;
	display: block;
	border-bottom: 2px solid;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.gotop{
	position: absolute;
	top: -20px;
	overflow: hidden;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.gotop:before{
	position: absolute;
	content: '';
	display: block;
	padding: 34%;
	left: 16%;
	top: 33%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gotop a.ot_scrollable{
	padding: 15px 25px 0px;
	position: relative;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff !important;
}

.cs-book,
.cs-newsletter{
	padding: 30px;
	color: #ffffff;
}
.cs-form .form-group{
	margin-bottom: 0;
}
.cs-form.form-horizontal .form-group{
	margin-left: -4px;
	margin-right: -4px;
}
.cs-form.form-horizontal .form-group [class*="col-"]{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.module ul.menu.list-inline.cs-filter{
	margin: 0 -3px;
	padding: 15px 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
.module ul.menu.list-inline.cs-filter li{
	margin: 3px;
	padding: 0;
}
.module ul.menu.list-inline.cs-filter li a{
	padding: 5px 15px;
	color: #ffffff;
	background-color: #000000;
}

.cs-history{
	position: relative;
	padding: 10px 0 10px 172px;
}
.cs-history:before,
.cs-history:after{
	position: absolute;
	content: "";
	display: block;
	top: 28px;
	left: 100px;
}
.cs-history:before{
	width: 72px;
	border-top: 1px dotted #000000;
}
.cs-history:after{
	height: 100%;
	border-left: 1px dotted #000000;
}
.cs-history:last-child:after{
	/* border-left: 0 none; */
	height: 0;
}
@media (max-width: 767px){
	.cs-history{
		padding: 50px 0 10px 45px;
	}
	.cs-history:before{
		top: 68px;
		left: 15px;
		width: 30px;
	}
	.cs-history:after{
		left: 15px;
	}
	.cs-history:last-child:after{
		height: 40px;
	}
}
.cs-history .cs-timer{
	position: absolute;
	top: 10px;
	left: 0;
	padding: 8px 58px 8px 15px;
	color: #ffffff;
	background-color: #000000;
	background-image: url("../images/calendar.png");
	background-attachment: scroll;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.cs-history .cs-timer:before{
	
}
.cs-history .cs-content{
	
}
.cs-history .cs-content:before{
	
}
.cs-history .cs-content .cs-title{
	font-size: 15px;
	font-weight: bold;
	padding-left: 15px;
	text-transform: uppercase;
	color: #000000;
}
#oBottomBlock2 > [class*="container"] .cs-newsletter{
	margin-bottom: -70px;
	float: left;
	width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px){
	#oBottomBlock2 > [class*="container"] .cs-newsletter{
		margin-bottom: -50px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#oBottomBlock2 > [class*="container"] .cs-newsletter{
		margin-bottom: -30px;
	}
}
@media (max-width: 767px){
	#oBottomBlock2 > [class*="container"] .cs-newsletter{
		margin-bottom: -15px;
	}
}

.psfx_cs-classes.page-com_content-category #oBannerBottomBlock,
.psfx_cs-classes.page-com_content-category #oBottomBlock1,
.psfx_cs-classes.page-com_content-article #oBreadcrumbBlock,
.psfx_cs-classes.page-com_content-article [id*="ot-sidebar"],
.psfx_cs-classes.page-com_content-article #oBottomBlock2,
.psfx_cs-classes.page-com_content-article .item-page .article-title,
.psfx_cs-classes.page-com_content-article .item-page .article-info,
.psfx_cs-classes.page-com_content-article .item-page .article-intro{
	display: none !important;
}
.psfx_cs-classes.page-com_content-article #ot-maincontent{
	width: 100%;
	padding-top: 0;
	margin-top: -2px;
}
.psfx_cs-classes #oBannerBottomBlock{
    background-image: url("../images/testimonial.png");
    background-position: center bottom;
    background-size: cover;
	position: relative;
	color: #ffffff;
}
.psfx_cs-classes #oBottomBlock1 .container{
   width: 100%;
   padding-top: 40px;
}
.psfx_cs-classes.page-com_content-article .pager.pagenav{
	margin-top: 40px;
}
@media (min-width: 992px){
	.cs-session{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
}
.cs-boxtxt{
	padding: 60px;
	background-color: #f9f9f9;
}
.cs-session.session-1 .cs-boxtxt{
	margin-top: -60px;
}
.cs-session.session-2 .cs-boxtxt{
	margin-bottom: -40px;
}
@media (max-width: 1199px){
	.cs-boxtxt{
		padding: 40px;
	}
	.cs-session.session-1 .cs-boxtxt{
		margin-top: -40px;
	}
	.cs-session.session-2 .cs-boxtxt{
		margin-bottom: -30px;
	}
}
@media (max-width: 991px){
	.cs-boxtxt{
		padding: 20px;
	}
	.cs-session.session-1 .cs-boxtxt{
		margin-top: -20px;
	}
	.cs-session.session-2 .cs-boxtxt{
		margin-bottom: -15px;
	}
}
.cs-box-img{
	padding: 0;
	text-align: center;
}

.psfx_cs-contact{
	
}
#ot-bannertop .banneritem{
	background-color: #ebebeb;
}
/* GOOGLE MAPS MODULE */
@media (min-width: 992px){
	.custom_map{
		float: right;
	}
}
.custom_map {
    margin-bottom: -52px;
    margin-top: -52px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.custom_map {
		margin-bottom: -42px;
		margin-top: -42px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.custom_map {
		margin-bottom: 20px;
		margin-top: -32px;
	}
}
@media (max-width: 767px) {
	.custom_map {
		margin-bottom: 10px;
		margin-top: -17px;
	}
}