.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.lsw-active{
font-weight:bold;
}
.lsw-iso{
font-weight:initial;
background: #888;
color: #fff;
padding: 2px 4px;
border-radius: 3px;
}
.lsw-native{
font-size:60%;
}.language-switcher-btn {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff !important;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff !important;
box-shadow:inset 0px 1px 0px 0px #ffffff !important;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6)) !important;
background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%) !important;
background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%) !important;
background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%) !important;
background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%) !important;
background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0) !important;
background-color:#ffffff !important;
-moz-border-radius:6px !important;
-webkit-border-radius:6px !important;
border-radius:6px !important;
border:1px solid #dcdcdc !important;
display:inline-block !important;
cursor:pointer !important;
color:#666666 !important;
font-family:Arial !important;
font-size:15px !important;
font-weight:bold !important;
padding:6px 24px !important;
text-decoration:none !important;
text-shadow:0px 1px 0px #ffffff !important;
}
.language-switcher-btn:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff)) !important;
background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%) !important;
background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%) !important;
background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%) !important;
background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%) !important;
background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0) !important;
background-color:#f6f6f6 !important;
}
.language-switcher-btn:active {
position:relative !important;
top:1px !important;
}
.jq-dropdown {
position: absolute;
z-index: 1039;
display: none;
}
.jq-list {
position: relative;
display: block;
}
.jq-dropdown .jq-dropdown-menu,
.jq-dropdown .jq-dropdown-panel {
min-width: 160px;
max-width: 360px;
list-style: none;
background: white;
border: solid 1px #ddd;
border-radius: 4px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
overflow: visible;
padding: 4px 0;
margin: 0;
}
.jq-list .jq-list-menu {
min-width: 160px;
max-width: 360px;
list-style: none;
border: none;
padding: 0;
margin: 0;
}
.jq-dropdown .jq-dropdown-panel {
padding: 10px;
}
.jq-dropdown.jq-dropdown-tip {
margin-top: 8px;
}
.jq-dropdown.jq-dropdown-tip:before {
position: absolute;
top: -6px;
left: 9px;
content: "";
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ddd;
display: inline-block;
}
.jq-dropdown.jq-dropdown-tip:after {
position: absolute;
top: -5px;
left: 10px;
content: "";
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
display: inline-block;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
left: auto;
right: 9px;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
left: auto;
right: 10px;
}
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
max-height: 180px;
overflow: auto;
}
.jq-dropdown .jq-dropdown-menu li {
list-style: none !important;
padding: 0 0 !important;
text-indent: 0 !important;
margin: 0 !important;
line-height: 18px !important;
color:#666666 !important;
font-family:Arial !important;
font-size:15px !important;
text-decoration:none !important;
text-shadow:0px 1px 0px #ffffff !important;
}
.jq-list .jq-list-menu li {
list-style: none !important;
text-decoration:none !important;
}
.jq-dropdown .jq-dropdown-menu li > a,
.jq-dropdown .jq-dropdown-menu label {
display: block;
color: inherit;
text-decoration: none;
line-height: 18px;
padding: 3px 15px;
margin: 0;
white-space: nowrap;
}
.jq-list .jq-list-menu li > a{
display: block;
line-height: 190%;
}
.jq-dropdown .jq-dropdown-menu li > a:hover,
.jq-dropdown .jq-dropdown-menu label:hover {
background-color: #f2f2f2;
color: inherit;
cursor: pointer;
}
.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider,
.jq-list .jq-list-menu .jq-list-divider {
font-size: 1px;
border-top: solid 1px #e5e5e5;
padding: 0;
margin: 5px 0;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.sf-menu,.sf-menu>li{float:left}.sf-menu ul li,.sf-menu ul ul li{background:#fff}.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none}.sf-menu li{position:relative;white-space:nowrap;-webkit-transition:background .2s;transition:background .2s}.sf-menu ul{position:absolute;display:none;top:100%;left:0;z-index:99;box-shadow:2px 2px 6px rgba(0,0,0,.2);min-width:12em}.sf-menu a,.sf-menu li.sfHover>ul,.sf-menu li:hover>ul{display:block}.sf-menu a{position:relative;padding:.75em 1em;text-decoration:none;zoom:1}.sf-menu ul ul{top:0;left:100%}.sf-menu{margin-bottom:1em}.sf-menu ul li{border-bottom:1px solid #efefef}.sf-menu li.sfHover,.sf-menu li:hover{-webkit-transition:none;transition:none}.sf-arrows .sf-with-ul{padding-right:2.5em}.sf-arrows .sf-with-ul:after{content:'';position:absolute;top:50%;right:1em;margin-top:-3px;height:0;width:0;border:5px solid transparent;border-top-color:#444;border-top-color:rgba(255,255,255,.5)}.sf-vertical,.sf-vertical li{width:100%}.sf-arrows>.sfHover>.sf-with-ul:after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>li>.sf-with-ul:focus:after{border-top-color:#fff}.sf-arrows ul .sf-with-ul:after{margin-top:-5px;margin-right:-3px;border-color:transparent transparent transparent #444;border-left-color:rgba(255,255,255,.5)}.sf-arrows ul .sfHover>.sf-with-ul:after,.sf-arrows ul li:hover>.sf-with-ul:after,.sf-arrows ul li>.sf-with-ul:focus:after{border-left-color:#fff}.sf-vertical ul{left:100%;top:0}.sf-vertical>li{float:none}.sf-vertical .children>li>a{margin-right:20px; padding-left:20px}.sf-vertical.sf-arrows>li>.sf-with-ul:after{margin-top:-5px;margin-right:-3px;border-color:transparent transparent transparent #dFeEFF;border-left-color:rgba(255,255,255,.5)}.sf-vertical.sf-arrows .sfHover>.sf-with-ul:after,.sf-vertical.sf-arrows li:hover>.sf-with-ul:after,.sf-vertical.sf-arrows li>.sf-with-ul:focus:after{border-left-color:#fff}.sf-vertical .children>li>a { border:1px solid #fff; border-bottom:0px; } .header-top1 a {  color:#8c8c8c; }
.header-top1 li a {display: inline-block; line-height: 16px; text-transform: uppercase; padding: 12px 15px;font-size:12px; }
.header-top1 ul{padding: 0;}
.header-top1 ul li{list-style: none; display: inline-block; position: relative; float: left; line-height: 16px;}
.header-top1 >li >a::after, .header-top1 .btn-group::after{position: absolute; content: ''; top: 0; right: 0; bottom: 0; height: 12px; width: 1px; margin: auto; background-color: rgba(0,0,0,.1);}
.header-top1 .socials {float: right;}
.header-top1 .socials .social{float: left;display: inline-block;width: 32px;height: 32px;line-height: 32px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;font-size: 14px;text-align: center;margin: 4px 0 4px 4px;-webkit-transition: all .4s ease;-o-transition: all .4s ease;-moz-transition: all .4s ease;transition: all .4s ease;}
.header-top1 .socials .social:hover{background-color: #222222; color: #ffffff;} .header-1 {z-index:10;  }
.header-1 .header-nav-inner{display: table; width: 100%; background-color: #e9e9e9;} 
.header-1 .block-nav-categori{display: table-cell; vertical-align: middle; width: 287px; position: relative; font-weight:600; }
.header-1 .box-header-nav{display: table-cell; vertical-align: middle;} 
.header-1 .block-nav-categori .block-title{font-size: 14px; color: #ffffff; height: 62px; line-height: 40px; cursor: pointer; display: block; padding: 12px 20px; background: rgba(0, 0, 0, 0.16862745098039217); margin-right:20px; }
.header-1 .phonebox{position: relative; display: inline-block; vertical-align: top; float: left; line-height: 0; padding: 5px 10px 5px 0;}
.header-1 .phonebox:after{position: absolute; content: ''; top: 0; right: 0; bottom: 0; height: 18px; width: 1px; margin: auto; background-color: rgba(0,0,0,.1);}
.header-1 .phonebox .iconsmall{float: left; vertical-align: top; display: inline-block; font-size: 26px; margin-top: 5px; margin-right: 5px;}
.header-1 .phonebox .content{overflow: hidden; padding-left: 8px; display: inline-block; text-align: left;}
.header-1 .phonebox .content .text1{display: block; font-size: 13px; text-transform: uppercase; line-height: 18px;}
.header-1 .phonebox .content .text2{display: block; font-size: 12px;    line-height: 21px;}
.header-1 .dropdown-item { padding-left:10px !important;  }
.header-1 .verticalmenu-content {    min-width: 287px;    padding:0;position: absolute;	display:none;}
.header-1 .wlt_shortcode_dcats { border:1px solid #ddd; max-width: 267px; }
.header-1 .wlt_shortcode_dcats li { border-bottom:1px solid #ddd;     background-color: #ffffff;	 }
.header-1 .wlt_shortcode_dcats li i { float:right; color: #eaeaea; }
.header-1 .languagelist .dropdown-menu, .header-1 .currencylist .dropdown-menu { background:#fff;     z-index: 10000000; }
.header-1 .languagelist .flag {  margin-top:2px; }
.header-1 .hicons { position:relative; }
.header-1 .hicons .icon {    width: 60px;    height: 35px;   position: relative; }
.header-1 .hicons .small {     position: absolute;    bottom: 0;font-size: 12px;  width:60px; text-align:center; top:30px; }
.header-1 .hicons .icon1 { background:url(//businessdir.eu/wp-content/themes/DT9/framework/img/icons/star.png) 15px 0px no-repeat; }
.header-1 .nocat input { height: 50px; }
.header-1 .phonebox.withicon { background:url(//businessdir.eu/wp-content/themes/DT9/framework/img/icons/user1.png) 15px 10px no-repeat; padding-left:40px; }
.header-1 .hicons .icon-cart { background:url(//businessdir.eu/wp-content/themes/DT9/framework/img/icons/download.png) 15px 0px no-repeat; }
.header-1 .hicons .count {    position: absolute;     top: -5px;    right: -1px;font-size: 14px;    text-align: center;    color: #ffffff;    width: 23px;    height: 23px;    line-height: 24px;    border-radius: 50%;    -moz-border-radius: 50%;  -webkit-border-radius: 50%;}
.header-1 .list-inline a { text-decoration:underline; margin-right:10px; }
.header-1 .burger-menu { z-index:1000 !important; } 
.header-1 form{position:relative; margin-top:10px;}
.header-1 button{top:5px; right:10px; background:#fff; border: 0px; position: absolute; cursor:pointer; font-size: 25px; z-index:1000;}
.header-1 .input-group .form-control{height:50px; border: 1px solid #ddd;}
.header-1 .nav-link{color:#333333; height: 50px; line-height: 35px; border: 1px solid #ddd; border-right: 0px; font-size:13px; color:#999999;}
.header-1 .dropdown-menu{padding:0px; margin:0px; font-size:14px;}
.header-1 .dropdown-menu a{border-bottom:1px solid #ddd; color:#333333 !important; }@media (min-width: 992px){.header-1 .ppt-.header-1.center-menu-2 .logo{padding: 5px 0px !important;}}
.header-1 .ppt-menu ul li>a { text-transform:none; color:#fff; } @media (min-width: 992px) {
.header-1 .ppt-.header-1 .logo { padding:0px; }
.header-1 .ppt-menu ul ul li>a {    position: relative;        padding: 14px 15px 14px 30px !important;}
.header-1 .addon-cartbtn { position:absolute !important; right:8px; }
.header-1 .cartbtn {    position: relative;    min-width: 200px;	text-align:left;}
.header-1 .cartbtn .iconb {    position: absolute;    right: 0px;    bottom: 0px;    width: 50px;    line-height: 60px;    border-left: 1px solid #ffffff6e;    text-align: center;
}
} @media (min-width: 768px) and (max-width: 992px) {
.header-1 .ppt-.header-1 .logo { padding:0px; }
.header-1 .block-nav-categori { display:none; }
.header-1 .burger-menu { top: 5px; }
} @media (min-width: 576px) and ( max-width: 768px ) {
.header-1 .block-nav-categori { display:none; }
.header-1 .burger-menu { top: 55px; }
.header-1 .header-nav-inner{ min-height:62px; }
} @media (max-width: 576px) {
.header-1 .block-nav-categori { display:none; }
.header-1 .ppt-.header-1 .logo { padding:0px; }
.header-1 .addon-cartbtn { width:100%; text-align:center; }
} @media (max-width: 576px) {
.header-logo3 form { margin-top:-20px; padding-bottom:20px; }
} .header-nav1.style1 {  clear:both; border-bottom:1px solid #ddd; background:#efefef; }
.header-nav1.style1 .ppt-menu ul { margin-right:-15px; } 
.header-nav1.style1 .ppt-menu>ul>li>a { background:#ccc; margin-right:5px; color:#fff; }
.header-nav1.style1 .ppt-menu>ul>li:last-child>a {    padding: 0 20px 0 20px !important; }
.header-nav1.style1 .ppt-menu>ul>li>a { height: 60px !important;    line-height: 60px !important; padding: 0px 30px !important; } .header-nav2 form{position:relative;}
.header-nav2 button{top:5px; right:10px; background:#fff; border: 0px; position: absolute; cursor:pointer; font-size: 25px; z-index:1000;}
.header-nav2 .input-group .form-control{height:50px; border: 1px solid #ddd;}
.header-nav2 .nav-link{color:#333333; height: 50px; line-height: 35px; border: 1px solid #ddd; border-right: 0px; font-size:13px; color:#999999; background:#fff;}
.header-nav2 .dropdown-menu{padding:0px; margin:0px; font-size:14px;}
.header-nav2 .dropdown-menu a{border-bottom:1px solid #ddd; color:#333333 !important; }@media (min-width: 992px){.header-nav2 .ppt-.header-nav2.center-menu-2 .logo{padding: 5px 0px !important;}}
.header-nav2.style1 {  clear:both; border-bottom:1px solid #ddd; background:#efefef; }
.header-nav2.style1 .ppt-menu ul { margin-right:-15px; } 
.header-nav2.style1 .ppt-menu>ul>li>a { background:#ccc; margin-right:5px; color:#fff; }
.header-nav2.style1 .ppt-menu>ul>li:last-child>a {    padding: 0 20px 0 20px !important; }
.header-nav2.style1 .ppt-menu>ul>li>a { height: 65px !important;    line-height: 65px !important; padding: 0px 30px !important; } @media (max-width: 576px) {
.header-nav2.style1 { background:none !important; border:0px !important; margin-top:-50px; margin-bottom:40px;  }
} .header-nav3.style1 .btn-end { background:#ddd; text-align:center; } #main-category-wrap #navMenu {  position: relative;}
#main-category-wrap #navMenu #navMenu-wrapper {  overflow: hidden;  height: 60px; }
#main-category-wrap #navMenu #navMenu-wrapper.addon {  padding: 0 30px;}
#main-category-wrap #cat-items {  margin:0px;  padding: 1px 0;  list-style: none;  white-space: nowrap;  overflow-x: auto;  -webkit-overflow-scrolling: touch;} 
#main-category-wrap #navMenu ul li {  display: inline-block;  margin: 16px 24px;}
#main-category-wrap #navMenu ul li a { color:#fff; }
#main-category-wrap .navMenu-paddle-left, #main-category-wrap .navMenu-paddle-right {  cursor: pointer;  border: none;  position: absolute;  top: 20px;  background-color: transparent;  width: 25px;  height: 25px;  margin-left: auto;  margin-right: auto;}
#main-category-wrap .slick-prev, .navMenu-paddle-left { left: 0; } 
#main-category-wrap .slick-next, .navMenu-paddle-right { right: 0; } .separate-line-white ul>li:after {
position: absolute;
content: "";
top: 50%;
right: 0;
width: 1px;
height: 20px;
background: rgba(255, 255, 255, 0.5);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.separate-line-dark ul>li:after {
position: absolute;
content: "";
top: 50%;
right: 0;
width: 1px;
height: 20px;
background: rgba(165, 165, 165, 0.5);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
} .footer-1 .socials .social{float: left;display: inline-block;width: 32px;height: 32px;line-height: 32px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;font-size: 14px;text-align: center;margin: 4px 0 4px 4px;-webkit-transition: all .4s ease;-o-transition: all .4s ease;-moz-transition: all .4s ease;transition: all .4s ease; background:#FFFFFF}
.footer-1 .socials .social:hover{background-color: #222222; color: #ffffff;}