/**
 * Theme Name: Saldo Theme
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: The TMG theme.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: saldo
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
@font-face {
  font-family: 'baskerville_old_faceregular';
  src: url("assets/fonts/baskvill-webfont.eot");
  src: url("assets/fonts/baskvill-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/baskvill-webfont.woff2") format("woff2"), url("assets/fonts/baskvill-webfont.woff") format("woff"), url("assets/fonts/baskvill-webfont.ttf") format("truetype"), url("assets/fonts/baskvill-webfont.svg#baskerville_old_faceregular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  padding-top: 160px;
  background: url("assets/img/bg.png") repeat top left;
}
.clearfix {
	clear: both;
}
.hamburger {
	display: none;
}
header.sps {
	position: fixed;
	left: 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
header.sps--abv {
	top: 0;
}
header.sps--blw {
	top: -30px;
}
.admin-bar .sps--abv {
	top: 32px;
}
.admin-bar .sps--blw {
	top: 2px;
}
header .sps--abv {
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
header {
	background-color: #fff;
	/*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);*/
	border-bottom: 1px #900808 solid;
	z-index: 3000;
}
header .upper-top {
	padding: 7px 0 7px 0;
}
header .upper-top ul {
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	text-align: right;
	margin: 0;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	flex-grow: 1;
	flex-direction: row;
	justify-content: right;
	align-items: center;
}
header .upper-top ul li {
	margin: 0 !important;
}
header .upper-top ul li a {
	display: inline-block;
	padding: 0 5px;
	border-left: 1px #000 solid;
	color: #48484a;
	margin: 0;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

header .upper-top ul li:hover a,
header .upper-top ul li:active a,
header .upper-top ul li:focus a {
	color: #660000;
	text-decoration: none;
}

header .upper-top ul li:first-child a {
	border: none;
}
header .upper-toptop ul li:active a,
header .upper-toptop ul li:hover a,
header .upper-toptop ul li:focus a {
	background-color: #fff;
	color: #2e72af;
}
header .top {
	padding: 5px 0;
	background-color: #dfecf7;
	border-top: 1px #900808 solid;
	border-bottom: 1px #900808 solid;
}
header .top ul {
	padding-left: 10px;
	margin: 0;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	flex-grow: 1;
	flex-direction: row;
	justify-content: right;
	align-items: center;
	list-style: none;
}
header .top ul li {
	padding: 0 5px;
	position: relative;
}
header .top ul li h3 {
	font-size: 13px;
	line-height: 23px;
	font-weight: 600;
	color: #900808;
	position: relative;
	padding-left: 45px;
}
header .top ul li h3 i {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 35px;
	line-height: 35px;
	color: #900808;
	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
			transform: translate(0, -50%);
}
header .top ul li h3 span {
	display: block;
	color: #48484a;
}
header .top .navbar-brand img {
	max-width: 300px;
	height: auto;
}
header .top .container {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}
header .bottom .navbar {
	padding: 0;
}
header .bottom .navbar .navbar-brand img {
	max-width: 300px;
	height: auto;
}
header .bottom .navbar .navbar-collapse {
	align-items: center;
	justify-content: center;
	padding: 0;
}
header .bottom .navbar .navbar-collapse .nav .menu-item {
	font-size: 19px;
	line-height: 25px;
	text-transform: capitalize;
	font-weight: 700;
	border-right: 1px #48484a solid;
	position: relative;
	padding: 8px 0;
}
header .bottom .navbar .navbar-collapse .nav .menu-item:hover .sub-menu,
header .bottom .navbar .navbar-collapse .nav .menu-item:focus .sub-menu,
header .bottom .navbar .navbar-collapse .nav .menu-item:active .sub-menu {
	display: block;
}
header .bottom .navbar .navbar-collapse .nav .menu-item .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 42px;
	list-style: none;
	background-color: #fff;
	padding: 0;
	min-width: 100%;
}
header .bottom .navbar .navbar-collapse .nav .menu-item .sub-menu li {
	border: none;
	margin-bottom: 5px;
	padding: 0;
}
header .bottom .navbar .navbar-collapse .nav .menu-item .sub-menu li:last-child {
	margin-bottom: 0;
}
header .bottom .navbar .navbar-collapse .nav .menu-item .sub-menu li .nav-link {
	color: #48484a;
	padding: 4px 8px;
}
header .bottom .navbar .navbar-collapse .nav .menu-item .sub-menu li:hover .nav-link,
header .bottom .navbar .navbar-collapse .nav .menu-item .sub-menu li:focus .nav-link,
header .bottom .navbar .navbar-collapse .nav .menu-item .sub-menu li:active .nav-link {
	background-color: #900808;
	color: #fff;
}
header .bottom .navbar .navbar-collapse .nav .menu-item:last-child {
	border-right: none;
}
header .bottom .navbar .navbar-collapse .nav .menu-item .nav-link {
	color: #48484a;
	padding: 0 8px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
header .bottom .navbar .navbar-collapse .nav .menu-item.current-menu-item .nav-link,
header .bottom .navbar .navbar-collapse .nav .menu-item:hover .nav-link,
header .bottom .navbar .navbar-collapse .nav .menu-item:focus .nav-link,
header .bottom .navbar .navbar-collapse .nav .menu-item:active .nav-link {
	color: #900808;
}
main {
	padding-top: 25px;
}
.inner-wrapper {
	background-color: #fff;
}
.main-slider {
	position: relative;
}
.main-slider .slick-arrow {
	display: block;
	width: 17px;
	height: 40px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
			transform: translate(0, -50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: transparent;
	border: none;
	text-indent: -999px;
	text-align: left;
	overflow: hidden;
	outline: none;
	cursor: hand;
	cursor: pointer;
	z-index: 2500;
}
.main-slider .slick-arrow.slick-prev {
	left: 15px;
	background-image: url("assets/img/arr-left.png");
}
.main-slider .slick-arrow.slick-next {
	right: 15px;
	background-image: url("assets/img/arr-right.png");
}
.main-slider .slick-slide {
	min-height: 400px;
	background-image: url("assets/img/slide-bg.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	background-color: #ff0000;
	position: relative;
}
.main-slider .slick-slide .slide-content {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	z-index: 200;
}
.main-slider .slick-slide .slide-content h3 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 15px;
	transform: translate(0,10px);
    -webkit-transform: translate(0,10px);
    opacity: 0;
    transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}
.main-slider .slick-slide .slide-content h4 {
	font-size: 30px;
	line-height: 39px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 15px;
	transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    opacity: 0;
    transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
}
.main-slider .slick-slide .slide-content .btn {
	border: 1px #ff0000;
	background-color: #ff0000;
	color: #fff;
	transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    opacity: 0;
    transition-property: transform, opacity, color, background-color;
    -webkit-transition-property: transform, opacity, color, background-color;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
}
.main-slider .slick-slide .slide-content .btn:hover,
.main-slider .slick-slide .slide-content .btn:focus,
.main-slider .slick-slide .slide-content .btn:active {
	background-color: #fff;
	color: #ff0000;
}
.main-slider .slick-slide .slide-mask {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
}
.main-slider .slick-slide.slick-active.slick-active-item .slide-content h3,
.main-slider .slick-slide.slick-active.slick-active-item .slide-content h4,
.main-slider .slick-slide.slick-active-item .slide-content .btn {
	transform: translate(0,0);
    -webkit-transform: translate(0,0);
    opacity: 1;
}

.content {
	padding: 15px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.content h3 {
  font-size: 24px;
  line-height: 24px;
  color: #1e1b1a;
  margin: 0 0 25px 0; }
.content h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1e1b1a;
  margin: 0 0 25px 0; }
.content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 30px; }
.content ul {
  list-style: none;
  padding-left: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 30px; }
.content ul li {  
  margin-bottom: 10px;
}
.content ul li a {
	color: #000;
	text-decoration: underline;
}
.content ul li i {
	color: #900808;
	padding-right: 10px;
}
.content blockquote {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #1e1b1a;
  margin-left: 25px;
  margin-bottom: 30px;
  padding: 0 0 0 25px;
  border-left: 3px #39b54a solid; }
  .content blockquote p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #1e1b1a; }

.floated-galleries {
	padding: 15px;
	background-color: #fff;
}
h3.section-title {
	font-size: 30px;
	line-height: 39px;
	color: #900808;
	margin: 0 0 30px;
	text-align: center;
	position: relative;
}
h3.section-title:after {
	content: "";
	display: block;
	position: absolute;
	top: 43px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
	height: 3px;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #2e72af;
	z-index: 100;
}
h3.section-title span {
	font-family: baskerville_old_faceregular;
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 23px;
	margin-top: 5px;
	width: 70px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	z-index: 150;
}
.floated-galleries .gallery-item {
	float: right;
	padding: 5px;
	margin: 0 15px 30px;
	border-radius: 5px;
	position: relative;
	opacity: 0;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(69, 96, 11, 0.4);
	width: 320px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.floated-galleries .gallery-item:hover,
.floated-galleries .gallery-item:focus,
.floated-galleries .gallery-item:active {
	box-shadow: 0 0 15px rgba(69, 96, 11, 0.7);
}
.floated-galleries .gallery-item.even {
	float: left;
}
.floated-galleries .gallery-item.gallery-loaded {
	opacity: 1;
}
.floated-galleries .gallery-item .top {
	background-color: #ff0000;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height: 65px;
	padding: 5px;
	border-radius: 5px;
}
.floated-galleries .gallery-item .top h3 {
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0;
}
.floated-galleries .gallery-item .middle {
	padding: 50px 0;
}
.floated-galleries .gallery-item .middle .img-container {
	position: relative;
	overflow: hidden;
	margin: 0 0 15px;
}
.floated-galleries .gallery-item .middle .img-container .content-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari prior 9.0 */
	transform: scale(1); /* Standard syntax */
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.floated-galleries .gallery-item:hover .middle .img-container .content-img,
.floated-galleries .gallery-item:focus .middle .img-container .content-img,
.floated-galleries .gallery-item:active .middle .img-container .content-img {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari prior 9.0 */
	transform: scale(1.1); /* Standard syntax */	
}
.floated-galleries .gallery-item .middle p {
	font-size: 16px;
	line-height: 23px;
	color: #48484a;
}
.floated-galleries .gallery-item .bottom .btn-info {
	background-color: #ff0000;
	color: #fff;
	border: 1px #ff0000 solid;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.floated-galleries .gallery-item .bottom .btn-info:active,
.floated-galleries .gallery-item .bottom .btn-info:focus,
.floated-galleries .gallery-item .bottom .btn-info:hover {
	background-color: #fff;
	color: #ff0000;
}
.testimonials {
	background-color: #fff;
	padding: 35px;
}
.testimonials .slick-slide {
	padding: 25px 50px;
	background-color: #dfecf7;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.testimonials .slick-slide blockquote {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	font-style: italic;
	color: #900808;
	margin: 0;
	position: relative;
}
.testimonials .slick-slide blockquote span {
	display: block;
	font-size: 16px;
	line-height: 23px;
	color: #48484a;
	margin-top: 5px;
	font-style: normal;
}
.testimonials .slick-slide:before {
	position: absolute;
	top: 15px;
	left: 15px;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("assets/img/testimonial-quote.png") no-repeat center center;
	background-size: contain;
}
.testimonials .slick-slide:after {
	position: absolute;
	bottom: 15px;
	right: 15px;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("assets/img/testimonial-quote.png") no-repeat center center;
	background-size: contain;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari 3-8 */
  	transform: rotate(180deg);
}
.testimonials .slick-dots {
	list-style: none;
	padding: 0;
	text-align: center;
	margin: 0;
	background-color: #dfecf7;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.testimonials .slick-dots li {
	display: inline-block;
	padding: 0 3px;
}
.testimonials .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	padding: 0;
	background-color: #48484a;
	text-indent: -99px;
	text-align: left;
	overflow: hidden;
	cursor: hand;
	cursor: pointer;
	outline: none;
}
.testimonials .slick-dots li:hover button,
.testimonials .slick-dots li:active button,
.testimonials .slick-dots li:focus button,
.testimonials .slick-dots li.slick-active button {
	background-color: #900808;
	outline: none;
}
.facts {
	background-color: #fcfcfc;
	padding: 15px;
}
.facts .counter-box {
	text-align: center;
}
.facts .fa-home,
.facts .fa-clock,
.facts .fa-users {
	font-size: 50px;
	line-height: 65px;
	color: #ff0000;
	margin: 0;
}
.facts h3 {
	font-size: 50px;
	line-height: 65px;
	color: #000;
	margin: 0;
}
.facts p {
	font-size: 16px;
	line-height: 23px;
	color: #000;
}
.map {
	background-color: #fff;
	padding-bottom: 30px;
}
.wpcf7-form {
	padding: 20px 0;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.wpcf7-form input,
.wpcf7-form textarea {
	width: 100%;
	padding: 5px;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	margin: 0 0 15px;
	border: 1px #000 solid;
}
.wpcf7-form input[type="submit"] {
	width: auto;
	border: #ff0000;
	background-color: #900808;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 25px;
	cursor: hand;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus,
.wpcf7-form input[type="submit"]:active {
	background-color: #fff;
	color: #900808;
}
footer {
	padding: 15px 0;
	text-align: center;
	background-color: #48484a;
}
footer p {
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	margin: 0;
}

/*jingles*/

header .top ul li h3 .fa-phone-alt {
	animation: shake 1.5s cubic-bezier(.36,.07,.19,.97) both;
	animation-iteration-count: infinite;
	backface-visibility: hidden;
	perspective: 1000px;
}

@keyframes shake {
	10%, 90% {
		/*transform: translate(-1px, -50%);*/
		 -ms-transform: translate(0, -50%) rotate(-1deg); /* IE 9 */
	  -webkit-transform: translate(0, -50%) rotate(-1deg); /* Safari 3-8 */
	  transform: translate(0, -50%) rotate(-1deg);
	}

	20%, 80% {
		 -ms-transform: translate(0, -50%) rotate(2deg); /* IE 9 */
	  -webkit-transform: translate(0, -50%) rotate(2deg); /* Safari 3-8 */
	  transform: translate(0, -50%) rotate(2deg);
	}

	30%, 50%, 70% {
		 -ms-transform:translate(0, -50%) rotate(-4deg); /* IE 9 */
	  -webkit-transform:translate(0, -50%) rotate(-4deg); /* Safari 3-8 */
	  transform:translate(0, -50%) rotate(-4deg);
	}

	40%, 60% {
		 -ms-transform:translate(0, -50%) rotate(4deg); /* IE 9 */
	  -webkit-transform:translate(0, -50%) rotate(4deg); /* Safari 3-8 */
	  transform:translate(0, -50%) rotate(4deg);
	}
}

@media(max-width:767px) {
	
	body {
		padding-top: 120px;
	}
	header .top ul {
		display: none !important;
	}
	header .top .navbar-brand img {
		max-width: 100%;
	}
	.badge {
		white-space: normal;
	}
}