/* individual Settings */
/*
@phoneLandscapeViewportWidth: 30em;     // 480px
@tabletViewportWidth: 48em;             // 768px
@tabletLandscapeViewportWidth: 64em;    // 1024px
@desktopViewportWidth: 78.75em;         // 1260px

CI Fix Colors
gray dark: 666666 - rgba(102, 102, 102, 0.95)
gray light: b2b2b2 - rgba(178, 178, 178, 0.95)


 */

.speasyimagegallery-gallery-item-content {
    opacity: 1;
}

@media (max-width: 1024px) {

	h4.sppb-addon-title {
		font-size: 60px !important;
	}

}
@media (max-width: 768px) {

	h4.sppb-addon-title {
		font-size: 25px !important;
	}

}

h1,h2,h3,h4,h5,h6 {
	color: #666666;
}
dl, ol, ul {
    list-style-type: disclosure-closed;
}

#sp-breadcrumb {
    margin-top: 170px;
}

#sp-bottom1{
	color: #FFF;
}
#sp-bottom1 a{
	color: #FFF;
}

.no-mainpadding #sp-main-body {
    padding: 0;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#mod-rscontact-container-100  textarea {
    width: 100%!important;
    border-radius: 0!important;
    height: 150px;
}


/* Standard Settings */
body, .sp-preloader {
  background-color: #fff;
}
.sp-preloader > div {
  background: #b2b2b2;
}
.sp-preloader > div:after {
  background: #fff;
}
/*
#sp-top-bar {
	  color: #333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4d5f66+0,4d5f66+46,5c3506+100 */
	background: #4d5f66; /* Old browsers */
	background: -moz-linear-gradient(left,  #4d5f66 0%, #4d5f66 46%, #5c3506 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #4d5f66 0%,#4d5f66 46%,#5c3506 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #4d5f66 0%,#4d5f66 46%,#5c3506 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d5f66', endColorstr='#5c3506',GradientType=1 ); /* IE6-9 */
}
*/
#sp-top-bar a {
  color: #aaa;
}

a {
  color: #666666;
}
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none !important;
}

.sp-megamenu-parent a.underc {
    color: #c6c6c6;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  background: rgba(43, 168, 74, 0.1);
  color: #b2b2b2;
}
.tags > li a:hover {
  background: #044cd0;
}
.article-social-share .social-share-icon ul li a {
  color: #252525;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  background: #b2b2b2;
}
.pager > li a {
  border: 1px solid #ededed;
  color: #252525;
}
.sp-megamenu-parent > li > a {
	color: #b2b2b2;
	transition: background-color 600ms;
	-webkit-transition: background-color 600ms;
}
.sp-megamenu-parent > li:hover > a {
	color: #fff;
	background: rgba(255, 255, 255, 0.15);
	transition: background-color 0ms;
	-webkit-transition: background-color 0ms;
}

.sp-megamenu-parent > li:not(.sp-has-child) > a:after {
	display:block;
	content: '';
	border-bottom: solid 5px #000;  
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	margin: 0 -15px;
	margin-top: 3px;
}
.sp-megamenu-parent > li:not(.sp-has-child):hover > a:after {
	transform: scaleX(1);
}


.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #252525;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #fff;
  background-color: #b2b2b2;
  display: block;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #fff;
  background-color: #b2b2b2;
  display: block;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: #252525;
}

.sppb-form-control, .sppb-form-group .sppb-form-control {
    padding: 4px 8px;
}

.sppb-addon-content ul {
	padding-left: 15px;
}
.awithunderline .sppb-addon-content a {
	border-bottom: 1px dotted;
}
.awithunderline .sppb-addon-content a:hover {
	border-bottom: 1px solid;
}


#offcanvas-toggler > .fa {
  color: #252525;
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
  color: #b2b2b2;
}
.offcanvas-menu {
  background-color: #fff;
  color: #252525;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #252525;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: #b2b2b2;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  color: rgba(37, 37, 37, 0.5);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  color: rgba(37, 37, 37, 0.8);
}

.btn-primary.focus, .btn-primary:focus {
    outline: 0;
    box-shadow: unset !important;
}
.btn-primary, .sppb-btn-primary {
	background-color: #b2b2b2;
    border: none;
}
.btn-primary:hover, .sppb-btn-primary:hover {
	background-color: #666666;
    border: none;
}

.btn-primary.focus, .sppb-btn-primary:focus {
    outline: 0;
    box-shadow: unset !important;
}

ul.social-icons > li a:hover {
  color: #b2b2b2;
}
.layout-boxed .body-innerwrapper {
  background: #fff;
}
.sp-module ul > li > a {
  color: #252525;
}
.sp-module ul > li > a:hover {
  color: #b2b2b2;
}
.sp-module .latestnews > div > a {
  color: #252525;
}
.sp-module .latestnews > div > a:hover {
  color: #b2b2b2;
}
.sp-module .tagscloud .tag-name:hover {
  background: #b2b2b2;
}
.search .btn-toolbar button {
  background: #b2b2b2;
}
#sp-footer, #sp-bottom {
  background: #000;
  color: #fff;
}

#sp-footer a:hover,
#sp-bottom a:hover,
#sp-footer a:active,
#sp-bottom a:active,
#sp-footer a:focus,
#sp-bottom a:focus {
  color: #fff;
}
#sp-footer1 .sp-column {
	text-align: center;
}
#sp-bottom a:hover {
	text-decoration: underline !important;
}
#sp-bottom p {
	color: #a2a2a2;
}

.sp-comingsoon body {
  background-color: #b2b2b2;
}

#section-id-1563807184649 {
	margin-top: 50px !important;	
}


.sppb-addon-image-layout-image.image-fit img {
	margin-bottom: 30px;
    box-shadow: -10px 15px 20px 0 rgba(0,0,0,.3);
}


.pagination > li > a, .pagination > li > span {
  color: #252525;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #252525;
}
.pagination > .active > a, .pagination > .active > span {
  border-color: #b2b2b2;
  background-color: #b2b2b2;
}
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #b2b2b2;
  background-color: #b2b2b2;
}
.error-code, .coming-soon-number {
  color: #b2b2b2;
}

.responsiveGoogleMap {
    position: relative;
    padding-bottom: 400px;
    height: 0;
    overflow: hidden;
}
.responsiveGoogleMapFooter {
    position: relative;
    padding-bottom: 250px;
    height: 0;
    overflow: hidden;
}

.responsiveGoogleMap iframe,
.responsiveGoogleMapFooter iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#under_construction {
	font-size: 30px;
	font-weight: normal;
	font-family: 'Source Code Pro', monospace;
}

