/*
Theme Name: Self Vacuum
Version: 1.0
Author: Y.C
Author URI: http://linker.co.il
Text Domain: tavor
Template: tavor
*/

/*-------Fonts-------*/

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('fonts/OpenSansHebrew/OpenSansHebrew-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('fonts/OpenSansHebrew/OpenSansHebrew-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body, button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus, input, select, textarea, .post-password-form label, .main-navigation, .post-navigation, .post-navigation .post-title, .pagination, .image-navigation, .comment-navigation, .site .skip-link, .logged-in .site .skip-link, .widget .widget-title, .widget_recent_entries .post-date, .widget_rss .rss-date, .widget_rss cite, .tagcloud a, .site-title, .entry-title, .entry-footer, .sticky-post, .page-title, .page-links, .comments-title, .comment-reply-title, .comment-metadata, .pingback .edit-link, .comment-reply-link, .comment-form label, .no-comments, .required, .site-footer .site-title, .site-footer .site-title:after, .widecolumn label, .widecolumn .mu_register label {
    font-family: Open Sans Hebrew;
}

/*BODY
---------------------------------------*/

::selection {
    background: #3d7846!important;
    color: white;
}

ul.list li {
    padding-right: 30px;
    position: relative;
}

ul.list li:before {
    content: "*";
    position: absolute;
    right: 0;
}

h2.md-card-title {
    font-size: 30px!important;
    line-height: 32px!important;
}

#main-content {
    background-color: #818181!important;
}

.woocommerce-cart #main-content {
    min-height: calc(100vh - 66px);
}

.md-card.green-bg {
    background-color: #3d7846;
    color: white;
}

.height-150 {
    height: 150px;
    overflow: hidden;
}

.height-200 {
    height: 200px;
    overflow: hidden;
}

.height-300 {
    height: 300px;
    overflow: hidden;
}

.height-350 {
    height: 350px;
    overflow: hidden;
}

.height-450 {
    height: 450px;
    overflow: hidden;
}

.circle-icon {
	position: relative;
    float: right;
    width: 130px;
    height: 130px;
    background-color: #ff754a;
    border-radius: 100px;
}

.circle-icon i {
    width: 100%;
    font-size: 80px;
    line-height: 130px;
    color: white;
    text-align: center;
}

.circle-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    margin-left: -55px;
    margin-top: -36px;
}

.circle-icon-small {
    float: right;
    width: 70px;
    height: 70px;
    background-color: #ff754a;
    border-radius: 100px;
}

.circle-icon-small i {
    width: 100%;
    font-size: 50px;
    line-height: 70px;
    color: white;
    text-align: center;
}

.circle-icon-small-title {
    width: 100%;
    font-size: 18px!important;
    line-height: 30px!important;
    text-align: right!important;
    margin: 2px 0 0 0;
}

.text-without-icon {
    float: right;
    width: calc(100% - 130px);
	padding-right: 10px
}

.home-title {
	width: 100%;
    font-size: 30px!important;
    line-height: 32px!important;
    text-align: right!important;
    margin: 10px 0 0 0;
}

.text-without-icon .title-more-info {
    float: right;
    text-align: right;
}

.home .text-without-icon .title-more-info {
    width: 60%;
}

.text-without-icon .more-info-button {
    float: right;
    text-align: center;
    width: 40%;
}

.text-without-icon .more-info-button a {
    font-size: 26px;
    background-color: #ff744a;
    color: #fff;
}

.slider-container {
    padding: 0;
}

canvas {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    height: 300px;
}

.canvas-container {
    position: relative;
    padding: 0;
}

.canvas-title {
    position: absolute;
    top: 20px;
    margin: 0;
    font-size: 32px!important;
    line-height: 32px!important;
    width: 100%;
    text-align: center;
}

.canvas-image {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -79px;
    height: 100px;
}

.canvas-button {
    position: absolute;
    bottom: 30px;
    margin: 0;
    font-size: 32px!important;
    line-height: 32px!important;
    width: 100%;
    text-align: center;
}

.canvas-button a {
    font-size: 26px;
    background-color: #ff744a;
    color: #fff;
}

.card-box-title {
	font-size: 32px!important;
    line-height: 32px!important;
    text-align: center!important;
    margin: 5px 0;
}

.card-box-discount-text {
    float: left;
    width: 100%;
    min-height: 25px;
    line-height: 25px;
    text-align: center;
    color: green;
    font-weight: bold;
}

.clean-box {
    display: inline-block;
    width: 100%;
}

.content-box {
	float: right;
	width: 100%;
	font-size: 18px;
}

.big-text, .big-text i {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 200px;
	line-height: 300px;
}

.inset-text, .inset-text i {
    text-shadow: 1px 4px 6px #9a9a9a75, 0 0 0 #000, 1px 4px 6px #808181;
    color: rgba(122, 143, 153, 0.4);
    font-weight: bold;
}

.middel-icon {
    float: left;
    width: 100%;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.middel-icon i {
    font-size: 150px!important;
    margin: auto;
}

.green-text {
	color: #3d7846;
}

.text-22 {
    float: right;
    font-size: 22px;
}

/*HEADER
---------------------------------------*/

header.header-1.md-card {
    z-index: 9999!important;
}

nav {
    width: calc(100% - 500px)!important;
}

.footer-copyrights {
    float: left;
    height: 40px;
}

.footer-copyrights img {
    height: 40px;
}

.ap-facebook-login-button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #3b5998;
    color: white;
    font-size: 20px;
}

.ap-facebook-login-button:hover {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #3b5998;
    color: white;
    font-size: 20px;
}

/*PAGES
---------------------------------------*/

h1.home-title {
	text-align: center!important;
}

.home-icon {
    height: 100%;
    float: left;
    width: 100%;
    text-align: center;
    height: calc(100% - 100px);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.pages-icon {
    height: 100%;
    float: left;
    width: 100%;
    text-align: center;
    height: calc(100% - 100px);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.home-icon i {
	font-size: 150px;
	line-height: 200px;
}


.pages-icon img {
	max-width: 290px;
    width: 100%;
    vertical-align: middle;
	margin: auto;
}

.home-icon img {
    /* max-width: 290px; */
    /* max-height: 100%; */
    vertical-align: middle;
    margin: auto;
}

.card-icon {
    height: 100%;
    float: left;
    width: 100%;
    text-align: center;
    height: calc(100% - 150px);
    /* display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; */
	padding: 5px;
    margin-bottom: 10px;
}

.card-icon i {
    font-size: 120px;
    line-height: 120px;
}

.card-icon img {
    height: 100px;
}

.apps-logo {
    float: left;
    width: 100%;
    text-align: center;
}

.apps-logo img {
    width: 100%;
    max-width: 250px;
    margin-top: 10px;
}

.title-more-info {
    float: left;
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.card-box i {
    font-size: 120px;
    line-height: 180px;
}

.card-box-text {
    float: right;
    text-align: center;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #3d7846;
}

.card-box .card-box-text {
    float: right;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #3d7846;
}

.card-box-button {
    float: right;
    width: 100%;
    text-align: center;
}

.card-box-button a, .card-box-button button {
	font-size: 26px;
    background-color: #3d7746;
    color: #fff;
}

.facebook-container {
	background-color: #4267b2;
    color: white;
	float: left;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.facebook-title {
    float: right;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    text-align: center;
}

.facebook-container img {
    width: 100px;
}

.facebook-link {
    display: inline-block;
    width: 100%;
    color: white;
    text-decoration: none;
    margin: auto;
}

.newsletter-home-card {
	height: 400px;
	background-image: url(/wp-content/themes/self-vacuum/images/dandelion-3342750_1280.jpg);
	color: white;
}

.newsletter-form {
    padding: 50px 0;
    width: 100%;
    max-width: 600px;
    text-align: center;
}

.newsletter-text {
    font-size: 20px;
}

.newsletter-form #mailpoet_form_1 .mailpoet_text {
    width: 100%;
    max-width: 400px;
    margin: auto;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
}

.newsletter-form .mailpoet_submit {
    display: inline-block;
	background-color: #ff744a!important;
    color: #fff;
    text-align: center;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    outline: 0;
    background: none;
    transition: 0.3s;
    cursor: pointer;
    height: 36px;
    padding: 0px 16px;
    line-height: 36px;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.25);
}

.business-map iframe {
    border: 0;
    width: 100%;
}

.business-tab-header {
    background-color: #3d7846!important;
}

.business-container {
    padding: 2px!important;
}

.contact-form {
    float: right;
    width: 100%;
}

.wpcf7-form-control-wrap {
    float: right;
    width: 100%;
	margin-bottom: 5px;
}

.contact-form input.wpcf7-form-control, .contact-form select.wpcf7-form-control {
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border: 0;
    border-bottom: 1px solid;
}

.contact-form textarea.wpcf7-form-control {
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: block;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border: 1px solid;
}

.contact-form span.wpcf7-not-valid-tip {
    text-align: center;
}

.contact-form input[type="submit"] {
    display: block;
    text-align: center;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    outline: 0;
    transition: 0.3s;
    cursor: pointer;
    height: 36px;
    padding: 0px 16px;
    line-height: 36px;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.25);
	font-size: 26px;
    background-color: #ff744a;
    color: #fff;
}

.contact-icon {
    float: right;
    width: 130px;
    text-align: left;
}

.contact-icon i {
    font-size: 30px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: #ff754a;
	border-radius: 100px;
}

.contact-icon-text {
    float: right;
    width: calc(100% - 130px);
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    padding-right: 10px;
}

span.first-text {
    font-weight: bold;
}

.contact-info-row {
    float: right;
    width: 100%;
    margin-top: 20px;
}

.contact-form-container {
	min-height: 510px;
}

.md-card.contact-info-container {
    height: 355px;
}

.no-margin {
	margin: 0!important;
}

.no-padding {
	padding: 0!important;
}

.right-title {
    width: 100%;
    font-size: 32px!important;
    line-height: 32px!important;
    text-align: right!important;
    margin: 10px 0 0 0;
}

dialog .md-card-title {
    font-size: 26px;
    margin: 0;
}

.orange-button, .orange-button:hover, .orange-button:active, .orange-button:focus {
    font-size: 26px;
    background-color: #ff744a;
    color: #fff;
}

.green-button, .green-button:hover, .green-button:active, .green-button:focus {
    font-size: 26px;
    background-color: #3d7746;
    color: #fff;
}

.small-orange-button, .small-orange-button:hover, .small-orange-button:active, .small-orange-button:focus {
    font-size: 20px;
    background-color: #ff744a;
    color: #fff;
}

.account-options {
    float: right;
    width: 100%;
    text-align: center;
}

.account-options button, .account-options a {
    width: 100%;
    margin-bottom: 5px;
}

.business-col-30 {
    width: 100%!important;
}

#search-resultes .business-col-80 {
    width: calc(100% - 48px)!important;
    padding: 0!important;
}

#search-resultes .business-col-20 {
    width: 48px!important;
    padding: 0!important;
}

.all-services-map-link {
	font-size: 20px;
}

.canvas-text {
    font-size: 24px;
}

.md-card.iframe-container {
    padding: 0 40px;
}

.iframe-container iframe {
	height: 1150px;
}

.apps-links h2 {
	float: right;
	width: auto;
	line-height: 70px!important;
	margin: 0!important;
}

.apps-links img {
	float: right;
	height: 70px;
	padding: 0 10px;
}

/*WOOCOMMERCE
---------------------------------------*/

.col-2 {
    display: none;
}

.col-1 {
    width: 100%!important;
}

.woocommerce-billing-fields, #order_review, h3#order_review_heading,
.woocommerce-account-fields {
    max-width: 600px;
    margin: auto;
}

h3#order_review_heading {
	margin-top: 20px
}

.woocommerce-billing-fields input {
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 18px;
}

#billing_country_field {
    display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #3d7746!important;
}

.woocommerce-account-fields {
    /* display: none; */
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#icredit-iframe {
    border: 0;
}

.checkout-step-heading.clearfix {
    display: none;
}

/*LOGIN
---------------------------------------*/

.login-form {
    margin: auto;
    padding: 10px 25px;
    font-weight: 400;
    background: #eeeeee;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    z-index: 1;
    width: 95%;
    max-width: 350px;
    height: 95%;
    max-height: 280px;
    overflow: auto;
}

/*FOOTER
---------------------------------------*/

.main-footer {
    width: 100%;
    display: inline-block;
    height: 40px;
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    line-height: 40px;
}

/*SEARCH
-------------------------------------*/

.search-toggle {
    float: left;
    width: 150px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    background-color: #ff744a;
    color: white;
    font-size: 20px;
}

.search-toggle i, .close-search-toggle i {
    font-size: 36px;
    color: #ffffff;
    line-height: 60px;
    vertical-align: bottom;
}

.search-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(25, 25, 25, 0.82549);
    z-index: 999;
    padding: 170px 0 0 0;
    margin: auto;
    display: none;
    overflow-y: auto;
}

.close-search-toggle {
	float: left;
    width: 150px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    background-color: #ff744a;
    color: white;
    font-size: 20px;
	display: none;
}

input.search-input {
    display: block;
    width: 100%;
    padding: 10px;
    margin: auto;
    background-color: transparent;
    border: 0;
    font-size: 50px;
    color: white;
    text-align: center;
}

.search-input:focus {
    outline: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a9a9a9;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a9a9a9;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a9a9a9;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a9a9a9;
}

#search-resultes {
    display: block;
    width: 100%;
    max-width: 500px;
    padding: 10px;
    margin: auto;
    background-color: transparent;
    border: 0;
    color: white;
}

.product-search-row {
    float: right;
    width: 100%;
    padding: 5px;
}

.product-search-image {
    float: right;
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: white;
}

.product-search-image img {
	display: inline-block;
    max-width: 70px;
	max-height: 70px;
}

.product-search-title {
    float: right;
    width: calc(100% - 70px);
    padding: 0 5px;
    font-size: 20px;
	color: white;
}

.product-search-sku {
    float: right;
    width: calc(100% - 70px);
    padding: 0 5px;
    font-size: 20px;
	color: white;
}

.service-row {
    float: right;
    width: 100%;
    border: 1px solid;
    margin-bottom: 3px;
}

#search-resultes .business-col-20 {

    padding: 0!important;
}

#search-resultes .waze-mobile-link a, #search-resultes .waze-mobile-link a img {
    float: left;
    width: 48px!important;
    height: 48px!important;
    line-height: 48px!important;
    text-align: center!important;
	background-color: white;
}

.home-card-ratina {
    max-height: 150px!important;
    width: auto!important;
}

/*ACCOUNT
-------------------------------------*/

.account-toggle {
    position: relative;
    float: left;
    width: 150px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    background-color: #ff744a;
    color: white;
    font-size: 20px;
    border-left: 1px solid #e9e9e9;
}

.account-toggle i {
    font-size: 36px;
    color: #ffffff;
    line-height: 60px;
    vertical-align: bottom;
}

.toggle-close-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #ff744a;
    text-align: center;
    color: white;
	cursor: pointer;
}

.toggle-close-button i {
    line-height: 50px;
    font-size: 40px;
}

.cart-toggle-close-button {
    position: absolute;
    top: 0;
    left: 50px;
    width: 50px;
    height: 50px;
    background-color: #ff744a!important;
    text-align: center;
    color: white;
    cursor: pointer;
	border-left: 1px solid white;
}

.cart-toggle-close-button i {
    line-height: 50px;
    font-size: 40px;
}

.cart-items {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: red;
    border-radius: 100%;
    padding: 2px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
}

.account-toggle .cart-items {
    right: -17px;
    top: 17px;
}

/*LOADER
----------------------------------------------------------*/

.self-vacuum-search-loading {
    display: none;
	height: 120px;
}

.self-vacuum-search-loader {
    color: #ffffff;
    font-size: 80px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: -40px auto;
    top: 50%;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ycsv-loading {
    position: fixed;
    top: 0;
    left: 0;
	display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99999999;
}

.ycsv-loader {
    color: #ffffff;
    font-size: 80px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: -40px auto;
    top: 50%;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*RESPONSIVE
---------------------------------------*/

@media screen and (max-width: 1170px) and (min-width: 951px) {
.md-col-2 {
    width: 33.3%;
}

.iframe-container iframe {
	height: 1290px;
}

}

@media screen and (max-width: 950px) {

header.header-1.md-card {
    background-color: #3d7846;
}

.md-col-2 {
    width: 33.3%;
}

input.search-input {
    font-size: 30px!important;
}

.search-toggle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.close-search-toggle {
	width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.account-toggle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.search-toggle i, .close-search-toggle i, .account-toggle i {
    line-height: 50px;
}

.search-toggle span , .close-search-toggle span, .account-toggle span {
	display: none;
}

.search-screen {
    padding: 120px 0 0 0;
}

.business-map-empty {
    padding: 50px 5px!important;
}

.business-col-50 {
    width: 80%!important;
}

.text-without-icon {
    width: calc(100% - 60px);
}

.right-title {
    font-size: 26px!important;
}

.text-22 {
    font-size: 16px;
}

.text-without-icon .title-more-info {
    width: 100%!important;
}

.home-title {
    width: 100%;
    font-size: 26px!important;
    line-height: 26px!important;
    text-align: right!important;
    margin: 0;
}

.title-more-info {
    font-size: 16px!important;
}

.newsletter-home-card .text-without-icon {
    width: 100%;
    height: 100%;
    padding: 50px 10px;
    background-color: #00000069;
}

.newsletter-form {
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.about-us .md-col-2 {
    width: 30%;
}

.about-us .md-col-6 {
    width: 70%;
}

.about-us .height-300.clean-box {
    height: 100px;
}

.about-us .big-text, .about-us .big-text i {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 100px;
    line-height: 100px;
}

.about-us .md-col-4 {
    width: 100%;
}

.about-us .height-300, .height-200, .height-350, .height-450, .height-150 {
    height: auto;
}

canvas {
    height: 250px;
}

.about-us .md-col-10 {
    width: 70%;
}

.account-toggle, .search-toggle {
    background-color: #3d7746;
}

.circle-icon {
    width: 60px;
    height: 60px;
}

.circle-icon i {
    font-size: 40px;
    line-height: 60px;
}

.circle-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    margin-top: -16px;
}

.iframe-container iframe {
	height: 1450px;
	padding: 0 5px;
}

}

@media screen and (max-width: 600px) {

input.search-input {
    font-size: 20px!important;
}

.md-col-2 {
    width: 100%;
}

.business-col-30 {
    width: 100%!important;
}

.about-us .md-col-2 {
    width: 100%;
}

.about-us .md-col-10 {
    width: 100%;
}

.home-icon {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 1;
	height: calc(100% - 170px);
}

.home-icon img {
    width: 190px;
    vertical-align: middle;
}

.hidden-mobile {
	display: none;
}

.card-box i {
    font-size: 80px;
    line-height: 80px;
}

.apps-logo a {
    float: right;
    width: 100%;
}

.account-toggle .cart-items {
    right: -7px;
    top: 25px;
}

}
