@charset "utf-8";
body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
}
header {
	position:fixed;
	background-color:#fff;
	width: 100%;
    height: 75px;
    border-bottom: 1px solid #e2e2e2;
	z-index:99999;
	
}
.logo {
	width:169px;
	height:65px;
	float:left;
	margin-top:5px;
}
.logo img {
	width:100%;
	height:auto;
}
.header-top-menu {
	width:auto;
	height:auto;
	margin-top:25px;
	float:right;
}

button.slick-prev.slick-arrow {
       position: absolute;
    left: 0px;
    top: 47%;
    z-index: 999;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 60px;
    font-weight: 100;
	outline:none;
	    text-shadow: 3px 3px 5px rgb(0, 0, 0);
}

button.slick-next.slick-arrow {
    position: absolute;
    right: 0px;
    top: 47%;
    z-index: 999;
	    text-shadow: 3px 3px 5px rgb(0, 0, 0);
	   background-color: transparent;
    border: none;
    color: #fff;
    font-size: 60px;
    font-weight: 100;
	outline:none;
}
.page-top {
	width: 100%;
    height: 55px;
    margin-top: 75px;
    background-color: #f3f3f3;
}
.page-top h1 {
	font-size: 25px;
    letter-spacing: 0px;
    font-weight: bold;
    margin-top: 6px;
    margin-left: 10px;
}
.page-top h4 {
	font-size: 15px;
    font-weight: lighter;
    margin-top: 5px;
    margin-left: 10px;
    color: #a0a0a0;
}
.company-list {
	margin-top:20px;
	width:100%;
	height:auto;
}
.company-list-logo img{
	width:100%;
	height:auto;
}

.company-list-title {
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #bfbfbf;
    padding: 4px;
    border-radius: 10px;
	font-size:12px;
	margin-bottom:20px;
}
.company-list a {
	color:#000;
}
.detail-logo {
	width:145px;
	height:auto;
	float:left;
}
.detail-logo img{
	width: 100%;
    height: auto;
    border-radius: 15px 15px 0px 0px;
    margin-top: 55px;
}
.detail-title {
	width: auto;
    margin-top: 10px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
	font-family: 'Oswald', sans-serif;
	float:left;

}
.detail-title-map {
	margin-top: 6px;
    font-size: 12px;
    color: #989898;
	float:left;
}
.detail-title-map a{
	color:#989898;
}
.detail-company-phone {
	float: right;
    /* font-family: 'Oswald', sans-serif; */
    font-size: 11px;
    color: #000000;
    margin-top: 7px;
    background-color: #fbfbfb;
    font-weight: 600;
    padding: 10px;
    border-radius: 16px;
}
.detail-company-phone a{
	color:#000;
}
.detail-about {
border-right: 1px solid #e0e0e0;
}
.detail-about h1{
	    margin-left: 0px;
    margin-bottom: 11px;
    letter-spacing: 0px;
    font-size: 35px;
}

.detail-about p{
	line-height: 35px;
    color: #8e8e8e;
	font-size: 13px;
}

.detail-list-title {
	    color: #000;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #000; 
    padding: 5px;
    font-size: 13px;
    text-transform: uppercase;
	
}
.detail-list-title a {
	color:#000;
	
}
.event-title {
	width: 100%;
    height: 45px;
    background-image: url(../img/events-title-bg.png);
    color: #fff;
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.event-detail-photo img{
	width:100%;
	height:auto;
	padding: 1%;
    border: 1px solid #e2dada;
}
.event-detali-text h1{
	font-size:30px;
}
.date-h4 {
	float:left;
	font-size:14px;
	color:#6F6F6F;
}
.event-detali-text p{
	line-height:30px;
}

.event-detali-text h2{
	font-weight: bold;
    border-bottom: 1px solid #c1bcbc;
	padding-bottom:10px;
}

.event-detali-text img{
	width:100%;
	height:auto;
}

.contact-page p{
	line-height:30px;
	
}

.contact-page strong{
	font-weight:bold;
	
}
.panel-footer {
	margin-top:50px;
	font-size:12px;
	
}

.website-visit {
	float: left;
    width: auto;
    height: auto;
    background-color: #fdd616;
    padding: 1%;
    border-radius: 10px;
    font-weight: bold;
    margin-left: 24px;
    margin-top: 15px;
}
.website-visit a{
	color:#000;
}
.members-title {
	width:auto;
	height:auto;
	float:left;
}

.karart {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	.header-top-menu {
        width: 100%;
    height: auto;
    margin-top: 13px;
    float: right;
    margin-right: -20px;
    position: absolute;
}
}