@charset "utf-8";
/* CSS Document */

H1, H2, H3, H4, H5, H6 {
	font-family: 'Arial', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	}



/* Top Bar */
#sp-top-bar {
	padding: 4px 0;
    font-size: 14px;
}

#sp-top-bar, #sp-top-bar a{
	color:#FFF;
	font-size:14px;
}

#sp-top1 {width:0%;}
#sp-top2 {width:100%;}

/* Header */
#sp-header img { transition: height 1s;}
#sp-header.header-sticky img { height:40px;}
#sp-header.header-sticky {height: 50px; background:rgba(255,255,255,1.0); }
#sp-header.header-sticky .sp-megamenu-parent > li > a {line-height:50px}
#sp-header.header-sticky  #sp-menu > .sp-column {height: 50px;}
#sp-header.header-sticky .logo {height: 50px; margin-top:0px;}

@media (max-width:1300px) {
.sp-megamenu-wrapper {display:none!important;}
}
/* offCanvas */
.offcanvas-menu .logo-image {width:150px!important; height:auto!important;}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a, 
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	text-transform:uppercase;
	font-size: 18px;
	font-weight:600;
	}



/* Google Map */
.map {margin-bottom:15px;}

.map22 {
	width:100%;
	height:355px;
	background:url('../../../images/map_local.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:15px; 
}



/* Readmoe */


.readmore a,
.readmore a.btn {
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  color: #FFFFFF!important;
  background:#0d8ab9;
  border-radius: 4px;
}

.readmore a.btn:hover,
.readmore a.btn:focus {
  background:#000066;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFF!important;
}



