
/*
# Copyright (C) 2012-2015 AliThemes.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: AliThemes.com
# Websites:  http://www.alithemes.com
# ------------------------------------------------------------------------
*/
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700);

#sp-top-bar ul.social-icons > li a {
  color: #444;
}
#sp-header .sp-megamenu-parent {float: none;
}
#sp-logo {color: #000;text-align: center;}
#sp-logo a {color: #000;}
#sp-logo a h1 {font-family: 'Dancing Script', cursive;font-size: 80px;margin-bottom: 0;}
#sp-logo-small {display: none;}
#sp-logo img {display: inline-block;}

.is-sticky #sp-header {
  background: #ffffff;
  height: 50px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
.is-sticky #sp-logo-small {display: block;}
.is-sticky #sp-logo-small h1{float: left;
font-family: 'Dancing Script', cursive;
font-size: 40px;
line-height: 40px;
margin: 5px 0 0;}
.is-sticky #sp-logo-small a{color: #000;}
#sp-menu {margin-left: 8.3333%;text-align: center;}
.is-sticky #sp-menu {margin-left: 0;text-align: right;}
.is-sticky #offcanvas-toggler {
  float: right;
  line-height: 50px;
}
.is-sticky .sp-megamenu-parent > li > a {
	line-height: 50px;
}
/*****SLIDESHOW*****/
#sp-slide {
margin: 50px 0 0 0;
}
#sp-slide .flex-caption {
background: rgba(255, 255, 255, 1);
box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.25);
color: #000;
display: table-cell;
left: 50%;
margin-left: -20%;
text-align: center;
top: 40%;
vertical-align: middle;
width: 40%;
}
#sp-slide .flex-caption h3{
display: inline-block;
font-size: 10px;
letter-spacing: 2px;
margin: 0 4px 12px;
padding-bottom: 2px;
text-transform: uppercase;
}
#sp-slide .flex-caption h2{
font-size: 150%;
font-weight: bold;
letter-spacing: 2px;
line-height: 40px;
margin: 30px 0;
text-transform: uppercase;
}
#sp-slide .flex-caption a{
background: #ffffff none repeat scroll 0 0;
color: #000;
display: inline-block;
font-size: 10px;
font-weight: 700;
letter-spacing: 2px;
padding: 12px 25px;
text-transform: uppercase;
transition: all 0.2s ease 0s;
}
#sp-slide .flex-caption a:hover {
color: #fff;
}
#sp-slide .sp-module ul > li {border: none;}

@media only screen and (min-width:769px) and (max-width:981px){
.sp-megamenu-parent > li > a {padding: 0 10px;}
	#sp-slide .flex-caption {
		margin-left: -30%;
		top: 15%;
		width: 60%;
	}
	#sp-slide .flex-caption h2{
		font-size: 35px;
	}
}
@media only screen and (max-width:980px){
.sp-megamenu-parent > li > a {padding: 0 5px;}
}
@media only screen and (max-width:768px){
	#sp-slide .flex-caption {
		margin-left: -30%;
		top: 15%;
		width: 60%;
	}
	#sp-slide .flex-caption h2{
		font-size: 30px;
	}
}
@media only screen and (min-width:480px) and (max-width:768px){
	#sp-slide .flex-caption h2{
		font-size: 20px;
		line-height: 20px;
		margin: 10px 0;
	}
	#sp-slide .flex-caption h3{
		margin: 0;
	}
	#sp-slide .flex-caption a{
		font-size: 7px;
		padding: 3px 10px;
	}
}
@media only screen and (max-width: 480px){ 
	#sp-slide .flex-caption {
		margin-left: -35%;
		top: 10%;
		width: 70%;
	}
	#sp-slide .flex-caption h2{
		font-size: 15px;
		line-height: 15px;
		margin: 10px 0;
	}
	#sp-slide .flex-caption h3{
		margin: 0;
	}
	#sp-slide .flex-caption a{
		font-size: 7px;
		padding: 0 5px;
	}
	.flex-control-paging li a {
		display: none;
	}
}


#sp-main-body {
  padding: 50px 0;
}
/*popular tags*/
.popular_tags .sp-module-content{

}
.popular_tags .sp-module-content ul {

}
.popular_tags .sp-module-content li {
border: 0 none;
display: inline-block;
margin: 0 5px 5px 0;
}
.popular_tags .sp-module-content li a {
background: #f1f1f1 none repeat scroll 0 0;
color: #666;
display: inline-block;
font-size: 9px !important;
letter-spacing: 1px;
padding: 0 8px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}

.popular_tags .sp-module-content li a:hover {background: #e1e1e1 none repeat scroll 0 0;}
.popular_tags .sp-module-content ul > li > a::before {content: none;}
.popular_tags .sp-module-content li a span.badge{
background: #fff none repeat scroll 0 0;
border-radius: 100%;
color: #b97e3c;
font-size: 9px;
font-weight: normal;
}

.banner2::before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 25px;
  content: " ";
  left: 12px;
  opacity: 0;
  position: absolute;
  right: 12px;
  top: 25px;
  transform: scale(0, 1);
  transform-origin: 0 0 0;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  z-index: 1;
}
.banner2::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 12px;
  content: "";
  left: 25px;
  opacity: 0;
  position: absolute;
  right: 25px;
  top: 12px;
  transform: scale(1, 0);
  transform-origin: 100% 0 0;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  z-index: 1;
}
.banner2 {
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in 0s;
}
.banner2:hover:after,.banner2:hover:before{opacity:1;transform:scale(1);}
.banner2:hover img{opacity:0.8;transform:scale(1.05);}

*::before, *::after {
  box-sizing: border-box;
}

/**search*/
.searchbox input {
border-radius: 0;
width: 100%;
}

#sp-right h3,#sp-left h3 {
background: #f1f1f1 none repeat scroll 0 0;
color: #000;
font-size: 11px;
font-weight: bold;
letter-spacing: 2px;
margin-bottom: 25px;
padding: 15px 0;
position: relative;
text-align: center;
text-transform: uppercase;
}
#sp-right h3::after,#sp-left h3::after {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #f1f1f1;
bottom: -5px;
content: "";
display: block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
width: 0;
}

.entry-header h2 {
font-size: 120%;
font-weight: bold;
letter-spacing: 2px;
line-height: 1;
text-align: center;
text-transform: uppercase;
}
.article-info >dd {
  font-size: 10px;
}
p.readmore {
margin: 30px 0;
text-align: center;
}
#sp-bottom1 p.readmore {
margin: 0;
}
p.readmore a.btn {
background: #ffffff none repeat scroll 0 0;
border-radius: 0;
color: #000;
display: inline-block;
font-size: 10px;
font-weight: 700;
letter-spacing: 2px;
padding: 12px 25px;
text-transform: uppercase;
transition: all 0.2s ease 0s;
}
p.readmore a.btn:hover {
color: #fff;
} 
.items-more {

}
.items-more ol{
border-top: 1px solid #ddd;
padding: 30px 0 20px 0;
margin: 0;
}
.items-more li{
list-style: outside none none;
}
.items-more li a{
color: #333;
font-size: 12px;
}

h3.title {
font-size: 110%;
}
#sp-bottom .sp-module h3.sp-module-title {
background: transparent url("../images/bottom-h3-line.jpg") no-repeat scroll left bottom;
color: #333;
font-size: 110%;
font-weight: bold;
letter-spacing: 2px;
margin: 0 0 30px;
padding: 0 0 10px;
text-transform: uppercase;
}
.customcontact span.fa {
margin: 0 10px 0 0;
}
.contact h3 {
display: none;
}
.dl-horizontal dt {
  display: none;
}


.entry-status {
background: rgba(0, 0, 0, 0.04) none repeat scroll 0 0;
border: 1px dashed rgba(0, 0, 0, 0.5);
padding: 30px;
text-align: center;
}
.contact-info {overflow: hidden;}
.contact-img {
float: left;
margin: 0 0 30px;
text-align: center;
}
.contact-img img{
display: inline;
}
.contact-info-text {
float: left;
padding-top: 52px;
text-align: left;
}
.contact-info li{
list-style: outside none none;
}
.contact-info span{
margin: 0 10px 0 0;
}
.item-page table {
border: 1px solid #cbcbcb;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}
.item-page table td {
border: 1px solid #cbcbcb;
padding: 0.5em 1.5em;
}

/**offcanvas*/
.offcanvas-menu ul.menu {

}
.offcanvas-menu ul.menu li{
float: none;
}
.offcanvas-menu ul.menu a{

}
.offcanvas-menu ul.menu li.deeper.parent{
    padding-left: 20px;
}
.offcanvas-menu ul.menu li:hover a,.offcanvas-menu ul.menu li.current a,.offcanvas-menu ul.menu li.active a{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.offcanvas-menu ul.menu li.active ul a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #000;
}
.offcanvas-menu ul.menu li.active ul li.active a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.pagination-wrapper .pagination > li:first-child > a, .pagination > li:first-child > span {
border-radius: 0;
}
.pagination-wrapper  .pagination > li:last-child > a, .pagination > li:last-child > span {
border-radius: 0;
}
.pagination > li > a, .pagination > li > span {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 0 none;
  color: #666;
  margin: 0 5px 0 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
letter-spacing: 2px;
}