div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
.thim-brands .item-brands{
	width: 189.5px;
	margin-bottom:25px;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
.breadcrumbs li span{
   color: white;
}
.main-header .width-logo a img{
    margin-top: -30px !important;
}
.inner img {
    max-height: 100% !important;
}
#load_more_images .inner {
    background: #fff;
    text-align: center;
    height: 300px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
}
.holistic-page .innering .inner {
    margin-bottom: 30px;
    /* border: 8px solid #fff; */
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.website_news ul{
	list-style: none;
}
.sidefix {
    position: fixed;
    right: 0px;
    top: 50%;
    /* background-image: -webkit-linear-gradient(top,#45464e,#35373d); */
    /* background-repeat: repeat-x; */
    border-radius: 0;
    padding: 3px 5px;
    /* border: 1px solid #292929; */
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 2px 2px rgba(0,0,0,.2);
    text-shadow: none;
    display: block;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Roboto';
    text-transform: uppercase;
    animation: blink 1s infinite ease;
    background: #45464e;
	line-height: initial;
  	z-index: 9999;
  	 font-weight: 600;
}
@keyframes blink{
    10% {
        background: #1ea69a;
        border: 1px solid #1ea69a;
    }
}
.innering .inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pulse_side {
    animation: pul 1.6s infinite;
    animation-delay: .2s;
    margin-left: 9px;
    background-color: red;
    color: white;
}
.transform-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}
@keyframes pul {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgb(255 0 0 / 18%);
	  box-shadow: 0 0 0 0 rgb(255 0 0 / 18%);
	}
	70% {
	  -moz-box-shadow: 0 0 0 5px rgb(255 0 0 / 44%);
	  box-shadow: 0 0 0 5px rgb(255 0 0 / 44%);
	}
	100% {
	  -moz-box-shadow: 0 0 0 0 rgb(255,0,0);
	  box-shadow: 0 0 0 0 rgb(255 0 0);
	}
  }