
* {
	margin: 0;
}
html, body {
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #666;
}
body {
	margin:0;
}
header{
	position: relative;
    z-index: 10;
}
.table{
	display:table;
}
.table-row{
	display:table-row;
}
.cell{
	display:table-cell;
}
.container-acb{
	box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    width: 96%;
	margin-left:2%;
	padding-top: 3em;
}
.container-acb::after, .row::after, .u-cf {
    clear: both;
    content: "";
    display: table;
}
.google-maps {
	height: 0;
    overflow: hidden;
    padding-bottom: 27rem;
    position: relative;
}
.google-maps-cont{
	background-color: #f6f6f6;
    margin: 0 auto;
    position: relative;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.motion li {
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.page-wrap {
	min-height: 100%;
	margin-bottom: -250px;
	background-color: #f1f1f1;
}
.page-wrap:after {
	content: "";
	display: block;
}
#header-wrap {
	width: 100%;
	/*min-height: 75px;*/
	top: 0;
	z-index: 3;
	position:relative;
}
.btn-page{
	float: right;
    height: auto;
    position: relative;
    width: auto;
    z-index: 111111;
}
.header_top {
    text-transform: uppercase;
}
.header_langs {
    float: left;
}
.header_langs ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.header_langs li {
    display: inline-block;
	margin:0;
}
.logo_div{

}

/* side bar */


.cbp-spmenu a:hover {
	/*
	background: #258ecd;
	*/
}

.cbp-spmenu a:active {
	/*
	background: #afdefa;
	color: #47a3da;
	*/
}

.cbp-spmenu a {
	display: block;
	font-weight: 300;
}
/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	 height: 100%;
	top: 0;
	z-index: 2;
}

.cbp-spmenu-vertical a {
	padding: 1em;
}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cbp-spmenu {

	position: fixed;
}

.cbp-spmenu h3 {
	margin: 0;
}
.navigation{
    height: auto;
    width: auto;
}
.navigation a{
	text-decoration:none;
}
.navigation ul{
	display: inline-block;
    margin: 0;
}
.navigation ul > li {
	display: inline-block;
    margin: 0;
}
.navigation ul > li  > a{
	display: inline-block;
}
.ma-header-part{
    display: inline-block;
    line-height: 70px;
    padding-right: 0.5rem;
	vertical-align: middle;
}
.ma-header-right-part{
    float: right;
    height: 70px;
}
.dropdown-menu.list{
	position:relative;
}
.dropdown-menu:hover  ul{
	display:block;
}
.dropdown-menu:hover  ul{
	display:block;
}
.dropdown-menu  ul{
	transition: all 0.5s ease-out 0s;
}
.dropdown-menu  ul{
	display:none;
	position: absolute;
	left: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	
}
.dropdown-menu  ul li{
	width:100%;
	float:left;
	position:relative;
	padding:5px;
	box-sizing: border-box;
}
.slide-big{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	width: 100%;
	min-height:300px;
	max-height:450px;
}
.main_slide > ul {
	list-style: outside none none;
}
.main_slide > ul > li {
	list-style: outside none none;
}
.slideline{
	position:relative;
}
.ma-slider{
	position: relative;
	overflow: hidden;
	background:#FFF;
}
.ma-slider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}
.ma-slider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	height:auto;
	max-height: 450px;
    min-height: 450px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: max-height 1s; 
	-moz-transition: max-height 1s; 
	-ms-transition: max-height 1s; 
	-o-transition: max-height 1s; 
	transition: max-height 1s;  

}
.ma-slider ul li > a,
.ma-slider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}
.ma-slider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width:100%;
	max-height: 400px;
}
.ma-slider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
}
.ma-slider nav span:hover {
	background: #378fc3;
}
.ma-slider nav span.cbp-fwnext {
	right: 0px;
}
.ma-slider nav span.cbp-fwprev {
	left: 0px;
}
.cbp-fwdots {
	position: absolute;
	bottom:10px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}
.cbp-fwdots span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background:#FFF;
	margin: 4px;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background:#F94B4B;
}
.cbp-fwdots span.cbp-fwcurrent {
	background:#F94B4B;
}
.site-footer, .page-wrap:after {
	min-height: 250px; 
}
.site-footer {
	float: left;
    position: relative;
    width: 100%;
}
.footer-top{
	min-height: 2em;
	width: 100%;
}
.footer-logo{
	height: 4em;
}
.footer-sign{
	float: left;
    min-height: 4em;
    position: relative;
    width: 100%;
}
.accmenu, .accmenu ul, .accmenu li {
    border: 0 none;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    position: relative;
    text-decoration: none;
}
.accmenu ul {
    padding: 0;
    margin: 0 0 0 0;
}
.accmenu ul > li {
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
}
.accmenu {
    padding: 0px;
    margin: 0px;
	padding-bottom:2px;
}
.accmenu > li {

}
.accmenu > li:last-child {
    margin: 0;
	border:none;
}
.accmenu > li li {
    margin: 0 0;
}
.accmenu a.click {
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	
}
.accmenu a {
    display: block;
    outline: none;
    text-decoration: none;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
}
.accmenu li > a > span {
    float: right;
    font-size: 19px;
    font-weight: bolder;
}
.accmenu li > a:hover > span {

}
.accmenu li > a > span:after {
    content: '\2b';
}
.accmenu li.open > a > span:after {
    content: '\2212';
}
.accmenu a:hover {
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
}
.accmenu li > ul > li > a {
	margin-right: 0;
}
.accmenu li > ul > li.active > a {
	margin-right: 0;
    padding: 7px 10px;
}
.accmenu li > ul > li a:hover {
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
}
.accmenu > li.active > a  {
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
}
.accmenu li a {
	font-size: 17px;
    line-height: 18px;
    padding: 7px 10px;
}
.accmenu > li > a {
    font-size: 16px;
    line-height: 20px;
    padding: 0.8em 10px;
	text-transform: uppercase;
}

/* pagination */
.content-pagination{
	float: left;
    position: relative;
    width: 100%;
}
.pagi-right{
	text-align:right;
}
.pagi-center{
	text-align: center;
}
.pagi-center ul{
	position:relative;
	margin:0;
}
ul.pagination {
	bottom: 0;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 1.5rem 1rem 0.5rem;
    position: relative;
    width: auto;
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
    float: left;
    text-decoration: none;
    transition: background-color .2s;
}
.pagination li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
ul.pagination li.page_info{
	color: #999999;
    left: 1rem;
    margin-top: 1rem;
    position: none;
	display:none;
}
/* pagination */
/* articles */
.content-row{
	display:table-row;
}
.content-colone, .content-coltwo {
	display:table-cell;
	vertical-align: top;
}
.content-colone {
	width:70%;
}
.content-coltwo {
	width:30%;
}
.content-cont{
	display:table;
	width: 100%;
}
.main_article, .main_listing{
	float: left;
    min-height: 595px;
    position: relative;
    width: 100%;
}
.main_article{
	padding-top: 4rem;
}
.article_imagee{
	float: left;
    margin-bottom: 3rem;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    width: 100%;
}
.article_imagee img{
	margin-top: -50%;
    position: absolute;
    top: 90%;
    width: 100%;
}
.main_article h1{
	font-size: 2.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: capitalize;
}
.main_article h2{
	display: inline-block;
    font-size: 1.9rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.main_article p{
	display: inline-block;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
	box-sizing: border-box;
    width: 100%;
}
.article_image{
	background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 250px;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    transition: all 0.5s ease 0s;
	margin-bottom:2rem;
}
.listing-item h2{
    display: block;
    font-size: 3rem;
    padding: 1rem 8rem 1rem 3rem;
}
.listing-item h3{
    font-size: 2.2rem;
    margin: 0;
    padding-top: 1rem;
}
.listing-item h3, .listing-item p{
	font-family: "Raleway","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	padding-left: 3rem;
}
.listing-item a{
	text-decoration:none;
}
.listing-text-wrap{
    position: relative;
}
.listing-text-wrap p{
	box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding-bottom: 2rem;
    position: relative;
    width: 100%;
}
.listing-text-wrap span{
	float: right;
    font-style: italic;
    padding-right: 2rem;
    text-align: right;
}
.listing-article-preview{
	margin-top: 1rem;
}
.main_listing  .article-postdate {
	position: absolute;
	right:0;
	top:0;
}
.main_article .article-postdate{
	position: absolute;
	padding-left: 1rem;
    position: absolute;
    right: 2rem;
    top: 2rem;;
}
.listing-article-image{
	background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
}
.article-postdate {
    font-family: LeagueGothicRegular;
    font-size: 23px;
    height: 75px;
    text-transform: uppercase;
    width: 70px;
}
.postdate-month {
    height: 25px;
    right: 25px;
    line-height: 1.1;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
}
.postdate-day {
    height: 25px;
    right: 25px;
    line-height: 1;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 45px;
}
.postdate-day-text{
	bottom: 0;
    font-size: 20px;
    height: 25px;
    line-height: 1.3;
    position: absolute;
    text-align: center;
    width: 70px;
}
.postdate-year {
    height: 50px;
    line-height: 1;
    position: absolute;
    right: 0;
    width: 25px;
}
.postdate-year span{
	font-size: 25px;
    left: -11px;
    letter-spacing: 3px;
    position: absolute;
    top: 14px;
    transform: rotate(90deg);
    width: 46px;
}
.main_article .article-posting-date{
	color: #a6a6a6;
    margin-top: 3rem;
}
.article-posting-date i{
	padding-right: 1rem;
}

/* articles */
/* thumbail */
.thumbnail{
	background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.thumb100{
	width:100px;
	padding-bottom: 100px;
}
.thumb75{
	width:75px;
	padding-bottom: 75px;
}
.thumb50{
	width:50px;
	padding-bottom: 50px;
}
/* thumbail */
@media screen and (max-width: 550px) {
	.page-wrap{
		overflow-x:hidden ;
		-webkit-overflow-x:hidden ;		
	}
}

@media (max-width: 1000px) {
	.container {
		width: 100%;
		padding: 0 5px;
	}
	.header_bottom .divTable{
		width:90%;
	}
}

/* respon*/
@media (max-width: 750px) {
	
	/* header */
	.header_middle{
		display:block;
	}
	.header_bottom  .divTable{
		display:block;
		width:auto;
		float:left;
		position:relative;
	}
	.header_middle .navigation{
		display:none;
	}
	.ma-header-right-part{
		float:unset;
	}
	/* header */
	/* slider */
	.slide-in h1, .slide-in h2{
		padding-top:1rem !important;
		font-size:2rem !important;
		white-space: normal;
	}
	.slide-in p{
		padding-top:1rem !important;
		font-size:1.5rem !important;
		white-space: normal;
	}
	.main_article, .main_listing{
		min-height:100px;
	}
	.home-slide-input{
	
	}
	.cbp-fwslider ul li{
		max-height: unset;
		min-height: 300px;
	}
	/* slider */
	.scrollfix {
		transform: translate3d(0px, 0px, 0px);
	}
	.scrollfix{
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

/* Larger than mobile */
@media (max-width: 550px) {

}


/* Larger than phablet (also point when grid becomes active) */
@media screen and (min-width: 550px) {/*
	
	.btn-page{
		width:10%;
	}
	.mobpad{
		display: block;
		float: left;
		width: 90%;
	}
*/
}

/* Larger than tablet */
@media screen and (min-width: 750px) {}

/* Larger than desktop */
@media screen and (min-width: 1000px) {
	.container{
		max-width:1000px;
	}
}

/* Larger than Desktop HD */
@media screen and (min-width: 1200px) {
	.container{
		max-width:1200px;
	}
	
	
}

/* Larger than mobile */
/*
@media screen and (max-width: 550px) {
	.navigation{
		display:none;
	}
}
*/
/* Larger than phablet (also point when grid becomes active) */
@media screen and (max-width: 750px) {
	
}
/* Larger than tablet */
/*
@media screen and (max-width: 1000px) {
	.container {
		width: 100%;
	}
	.btn-page{
		width:10%;
	}
	.mobpad{
		display: block;
		float: left;
		width: 90%;
	}
}
*/
/* Larger than desktop */
@media screen and (max-width: 1200px) {

}

/* Larger than Desktop HD */
/*
@media (min-width: 1200px) {
	.container{
		max-width:1200px;
	}
}
*/