body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background: #fff;
}
a, .btn-link {
	color: #d5ac63;
	text-decoration: none;
}
.btn-primary {
	padding: 17px 18px 15px;
	background: #d5ac63;
	color: #fff;
	  font-size: 14px;
	  font-weight: 700;
	  display: inline-block;
	  border: 2px solid #d5ac63;
	  text-transform: uppercase;
}
.btn-primary:hover {
	background: #141414;
	border: 2px solid #d5ac63;
	color: #fff;
}
h1, h1 + h1, h2, h3, h4, h5, .module-title h3 {
	font-family: 'Roboto', sans-serif;
}
h2, h1 + h1, .left_column .module-title h3, .right_column .module-title h3, .top-module-position .module-title h3, .bottom-module-position .module-title h3, .user1 .module-title h3, .user2 .module-title h3, .user3 .module-title h3, .user4 .module-title h3, .user5 .module-title h3, .user6 .module-title h3, .module-banner .module-title h3 {
	color: #444;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 20px 0 8px 0;
	font-weight: normal;
	line-height: 1.4;
	text-rendering: optimizelegibility;
}
h1{
	text-transform: uppercase;
	font-size: 220%;
}
.page-header h1 {
	border-bottom: 1px dotted #bbb;
	display: block;
	font-size: 220%;
	letter-spacing: -0.3px;
	line-height: 140%;
	margin: 0 0 25px;
	padding: 10px 0 22px 0;
}
h2 {
	font-size: 150%;
	margin-bottom: 8px;
}
h3 {
	font-size: 115%;
	font-weight: bold;
}
h3.module-title {
  text-transform: uppercase;
  font-size: 130%;
  font-weight: normal;
  letter-spacing: 0.5px;
}
 button, .breadcrumb a:hover, .vertical-menu li a:hover, .horizontal-menu li a:hover, .bottom_menu li a:hover, a:hover, .contact .open a {
	color: #d5ac63;
}
.toolbar {

	padding: 3px 12px;
	background: #1b1b1b;
}
.text-email, .text-phone {
	display: inline-block;
	*display: inline;
	*zomm: 1;
	margin-right: 8px;
}
.text-email>i, .text-phone>i {
	margin-right: 8px;
	color: #d5ac63;
}
.text-email a, .text-phone {
	color: #fff;
}
.text-email a:hover {
	text-decoration: none;
	color: #d5ac63;
}
.social-links, .social-links li a {
	color: #fff;
}
.social-links {
	float: right;
	margin: -3px 0 -12px 0;
}
.social-links ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0;
	padding: 0;
}
.social-links li {
	float: left;
	width: auto;
	margin-right: 6px;
	list-style: none;
}
.social-links li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 5px 7px;
	text-align: center;
	width: 32px;
	transition: all 0.3s ease-in-out;
	opacity: 0.85;
}
.social-links li a i {
	font-size: 16px;
}
.social-links li a:hover > i {
	color: #d5ac63;
}
.header {
	z-index: 300;
	position: relative;
	margin-bottom: 0 !important;
	background: #fff;
}
.logo {
	margin-top: 10px;
}
header .mod-menu.mod-list.nav {
	text-transform: uppercase;
}
.main-menu a, .main-menu span {
	transition: all 500ms ease 0s;
}
.moduletable.contactformright {
	background: #fff;
	padding-bottom: 20px;
}
#mod-visform2 label, .contactpage label {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 15px;
}
#mod-visform2 .col-9, .contactpage .col-9 {
	width: 100% !important;
}
#mod-visform2 .form-control:focus, .contactpage .form-control:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: none !important;
}
#mod-visform2 #field4, .contactpage #field10  {
	height: 100px !important;
}
#mod-visform2 .clearfix, .contactpage .clearfix {
	margin-top: 20px;
}
/*sigplus*/
.sigplus-gallery li {
	margin: 5px !important;
	padding: 4px !important;
	border: 1px solid #ccc !important;
	box-shadow: 3px 3px 5px #888;
}
.sigplus-gallery li:hover {
	background: #444;
	border: 1px solid #333 !important;
}
/*background module*/
.back-area .module-title {
	color: #fff;
}
.back-area::before {
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.back-area {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 20px;
	padding-top: 50px;
	position: relative;
	z-index: 1;
}
.back-area .sigplus-gallery li {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px solid #ccc !important;
	box-shadow: none;
	width: 33%;
	text-align: left;
}
.back-area .sigplus-gallery li:hover {
	background: none;
	border: none !important;
}
.back-area .sigplus-gallery li .sigimghold {
	overflow: hidden;
	position: relative;
}
.back-area .sigplus-gallery li img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.back-area .sigplus-gallery li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.back-area .overlay {
	background-color: rgba(0,0,0, .60);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	transform: rotateY(180deg) scale(0.5,0.5);
}
.back-area .sigimghold:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1,1);
	transform: rotateY(0deg) scale(1,1);
}
.back-area .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}
.back-area .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.back-area .sigimghold .overlay .box .content i {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	border-radius: 50%;

	display: inline-block;
	font-size: 20px;
	height: 45px;
	line-height: 48px;
	transition: all 500ms ease 0s;
	width: 45px;
}
.back-area .captionplus {
	padding-bottom: 40px;
}
.back-area .captionplus,  .back-area .sigplus-title h4{
 color:#fff;
 }
.back-area .captionplus-outside {
	display: none;
}
.back-area .sigplus-title h4{
	padding: 10px 0 0px 0;
}
.back-area .sigplus-title h4:hover{
	color:#d5ac63;
}
/* Joomla blog */
.blog-items.row.masonry-2 {
	clear: both;
}
.blog-items.row.masonry-2 .blog-item .system-unpublished {
	position: relative;
}
.left.item-image {
	float: left;
	margin: 0 30px 0 0;
}
.blog-items.row.masonry-2 .readmore {

}
.items-more ol > li {
	position: relative;
	padding: 7px 10px 6px 0px;
	border-bottom: 1px dashed #ccc;
	border-color: rgba(0,0,0,0.16);
}
.items-more ol > li:first-child {
	border-top: 1px dashed #ccc;
	border-color: rgba(0,0,0,0.16);
}
.items-morex ol > li::before {
	position: absolute;
	left: -28px;
	top: 12px;
	background: #f3f3f3;
	height: 27px;
	width: 27px;
	border: 1px solid rgba(0,0,0,.06);
	text-align: center;
	font: italic bold 12px/23px Georgia, Serif;
	color: #999;
	border-radius: 50%;
	content: counter(li-counter);
	counter-increment: li-counter;
	z-index: 1;
}
/*easyblog*/
#eb .eb-blog-grid-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
}
.eb-blog-grid__title {
	margin: 15px 0 5px;
}
.eb-blog-grid-meta-date {
	font-style: italic;
	font-size: 70%;
}
footer {
	background: #1b1b1b;
	margin: 0 0 0px 0;
	padding: 20px;
	clear: both;
	color: #ddd;
	float: left;
	width: 100%;
}
footer .row {
	display:block;
}
footer .moduletable {
	float: left;
}
.moduletable.footer-right {
	float: right;
	display: block;
}
footer h3.module-title {
	color:#fff;
}
footer a {
	color: #c1c1c1;
	transition: all 500ms ease;
}
footer a:hover {
	color: #d5ac63;
}
.copyright {
	clear: both;
}
@media screen and (max-width: 1260px) {
	.back-area .sigplus-gallery li {
		width: 50%;
	}
}
@media screen and (max-width: 769px) {
	.social-links {
		float: none;
	}
	h1 {
		font-size: 180%;
		padding: 8px 0;
		line-height: 1.2;
	}
	.back-area .sigplus-gallery li {
		width: 100%;
		text-align: center;
	}
	.back-area .sigplus-title {
		text-align: left;
	}
}