/*
Theme Name: 2FG Studio
Theme URI: http://www.2fgstudio.hr/
Author: Ivan Livic, EGO MEDIA
Author URI: http://www.egomedia.hr/
Description: 2FG Studio - Ante Filipović Grčić
Version: 3.0
License: Copyright © Ego Media, Tezacka 47, 22000 Sibenik - Croatia
License URI: http://www.egomedia.hr/
Tags: css, egomedia, ego, media, 2fg, studio, 2fgstudio
Text Domain: 2fgstudio
Note: Date: 29.07.2019.  
-------------------------------------------------------*/

/******************************************************
/// Cookies
******************************************************/
#cookies-notice { position: fixed; bottom: 0; width: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1030; color: #fff; padding: 8px 0; font-size:12px; }
#cookies-notice a { color: #fff; text-decoration: underline; }
#cookies-notice a:hover { opacity:0.65; }
#cookies-notice .btn { padding: 2px 25px; font-size: 13px; margin-left: 20px; }
/******************************************************
/// Osnovni stilovi
******************************************************/
::-moz-selection { background-color: red; color: #fff; }
::selection { background-color: red; color: #fff; }
body { color: #777777; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 300; line-height: 28px; position: relative; background: #fff; }
ol, ul { margin: 0; padding: 0; list-style: none; }
a { -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
iframe { border: 0; }
a { color: #222222; }
a:focus, a:hover { text-decoration: none; outline: 0; color: red; }
h1, h2, h3, h4, h5, h6 { color: #222222; line-height: 1.2em; margin-bottom: 0; margin-top: 0; font-weight: 300; }
.h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0; margin-top: 0; font-weight: 600; color: #222222; }
h1, .h1 { font-size: 65px; font-weight: 200; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 18px; line-height: 24px; }
h4, .h4 { font-size: 16px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }
h1, h2, h3, h4, h5, h6 { line-height: 1.5em; }
.clear::before, .clear::after { content: " "; display: table; }
.clear::after { clear: both; }
.mt-50 { margin-top: 50px; }
.mt-80 { margin-top: 80px; }
.mt-100 { margin-top: 100px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-50 { margin-bottom: 50px; }
.mb-80 { margin-bottom: 80px; }
.mb-100 { margin-bottom: 100px; }
.ptb-80 { padding-top: 80px; padding-bottom: 80px; }
.ptb-70 { padding-top: 70px; padding-bottom: 70px; }
.plr-40 { padding-left: 40px; padding-right: 40px; }
.plr-10 { padding-left: 10px; padding-right: 10px; }
.pt-80 { padding-top: 80px; }
.pb-90 { padding-bottom: 90px; }
.float-left { float: left; }
.float-right { float: right; }
.text-white { color: #fff; }
.transition { -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.flex { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
.inline-flex { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; }
.flex-grow { -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }
.flex-wrap { -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex-left { -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; }
.flex-middle { -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; }
.flex-right { -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; }
.flex-top { -webkit-align-self: flex-start; -moz-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; }
.flex-center { -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }
.flex-bottom { -webkit-align-self: flex-end; -moz-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; }
.space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; }
.space-around { -ms-flex-pack: distribute; -webkit-justify-content: space-around; -moz-justify-content: space-around; justify-content: space-around; }
.flex-column { -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-cell { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }
.nopadding { padding-left:0px!important; padding-right:0px!important; } 
.container.no-padding { padding-left: 0; padding-right: 0; }
.no-padding { padding: 0; }
.gumb { display: inline-block; outline: none; line-height: 50px; padding: 5px 40px; font-size: 18px; color: #222222; background: none; border: 0px solid transparent; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; font-weight: 400; cursor: pointer; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.gumb i { padding-left: 15px; }
.gumb span { margin-left: 10px; }
.gumb:hover { color: #ccc; border: 0px solid red; background: none; }
.gumb:focus { outline: none; }
.img-fluid { max-width: 100%; height: auto; width: 100%; }

/******************************************************
/// Preloader
******************************************************/
.preloader { background-color: #000; position: fixed; width: 100%; height: 100%; z-index: 999999999999999999999999; }
.preloader .loader { position: absolute; left: 25%; top: 40%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

/******************************************************
/// Header
******************************************************/
#header { padding: 0px 0px 20px 0px; position: absolute; left: 0; top: 0; right: 0; transition: all 0.5s; z-index: 997; background: rgba(204,204,204,1); }
#header.header-scrolled { position: fixed; background: rgba(204,204,204,1); transition: all 0.5s; }
#header.header-scrolled #nav-menu-container { margin-right: auto; }
#header.header-scrolled.dark { background: #222222; }
body#page-1 #header { animation: 1s ease-out 0s 1 slideInFromLeft; background:none; }
body#page-1 #header.header-scrolled { background: rgba(204,204,204,1); }
#logo { margin-left: 15px; }
#header #logo h1 { font-size: 34px; margin: 0; padding: 0; line-height: 1; font-weight: 700; letter-spacing: 3px; }
#header #logo h1 a, #header #logo h1 a:hover { color: #000; padding-left: 10px; border-left: 4px solid red; }
#header #logo img { padding: 0; margin: 0; }
@keyframes slideInFromLeft { 0% { transform: translateX(-100%); } 100% { transform: translateX(0); } }

/******************************************************
/// Navigacija
******************************************************/
.main-menu { padding-top: 20px; }
/* Nav Menu Essentials */
.nav-menu, .nav-menu * { margin: 0; padding: 0; list-style: none; }
.nav-menu ul { position: absolute; display: none; top: 100%; left: 0; z-index: 99; background: rgba(255, 255, 255, 0.9); }
.nav-menu li { position: relative; white-space: nowrap; }
.nav-menu > li { float: left; }
.nav-menu > li a.icon { margin:-5px 0 0 0; padding:5px 15px; color:red; } 
.nav-menu > li:hover a.icon { background:#eee; color:red; }   
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul { display: block; }
.nav-menu ul ul { top: 0; left: 100%; }
.nav-menu ul li { min-width: 180px; text-align: left; }
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul { padding-right: 28px; }
.sf-arrows .sf-with-ul:after { content: "\f107"; position: absolute; right: 15px; font-family: FontAwesome; font-style: normal; font-weight: normal; }
.sf-arrows ul .sf-with-ul:after { content: "\f105"; }
/* Nav Menu Container */
#nav-menu-container { margin: 0; margin-left: 12px; }
.nav-menu a { padding: 0px; text-decoration: none; display: inline-block; color: #222222; font-weight: 500; font-size: 15px; text-transform: uppercase; outline: none; }
.nav-menu a.active, .nav-menu a:hover { color: red !important; }
.nav-menu.white a { color: #fff; }
.nav-menu > li { margin-right: 70px; }
.nav-menu > li:last-child { margin-right: 0; }
.nav-menu ul { margin: 33px 0 0 0; padding: 10px; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); background: #fff; }
.nav-menu ul.dark { background: #222222; }
.nav-menu ul li { transition: 0.3s; }
.nav-menu ul li a { padding: 10px; color: #333; transition: 0.3s; display: block; font-size: 13px; text-transform: none; font-weight: 400; }
.nav-menu ul li:hover > a { color: red; }
.nav-menu ul ul { margin: 0; }
/* Mobile Nav Toggle */
#mobile-nav-toggle { position: fixed; right:11px; z-index: 999; top: 10px; border: 0; background: none; font-size: 60px; display: none; transition: all 0.4s; outline: none; cursor: pointer; }
#mobile-nav-toggle i { color: red; font-weight: 900; }
/* Mobile Nav Styling */
#mobile-nav { position: fixed; top: 0px; padding-top: 0;  bottom: 0; z-index: 998; background: rgba(0, 0, 0, 1); left: -100%; width: 100%; overflow-y: auto; transition: 0.4s; }
#mobile-nav ul { padding: 150px 0 0 0; margin: 0; list-style: none; text-align:center; }
#mobile-nav ul li { position: relative; }
#mobile-nav ul li a { color: #fff; font-size: 26px; text-align:center; text-transform: uppercase; overflow: hidden; padding: 15px 25px 25px 15px; position: relative; text-decoration: none; width: 100%; display: block; outline: none; font-weight: 200; }
#mobile-nav ul li a:hover { color: red; }
#mobile-nav ul li li { padding-left: 30px; }
#mobile-nav ul .menu-has-children i { position: absolute; right: 0; z-index: 99; padding: 15px; cursor: pointer; color: #fff; }
#mobile-nav ul .menu-has-children i.fa-chevron-up { color: red; }
#mobile-nav ul .menu-has-children li a { text-transform: none; }
#mobile-nav ul .menu-item-active { color: red; }
#mobile-body-overly { width: 100%; height: 100%; z-index: 997; top: 0; left: 0; position: fixed; background: rgba(0, 0, 0, 1); display: none; }

/* Mobile Nav body classes */
body.mobile-nav-active { overflow: hidden; }
body.mobile-nav-active #mobile-nav { left: 0; }
body.mobile-nav-active #mobile-nav-toggle { color: #fff; }

/******************************************************
/// Headeri, Slider
******************************************************/
.banner-home { background:#f4f4f4; height: 100vh; }
.banner-home .sadrzaj { text-align: left; }
.banner-home .sadrzaj h1 { margin-top: 30px; }
.banner-home .sadrzaj .opis { max-width: 390px; }
.banner-sub { display:none; background: #000; height: 500px; background-attachment: scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; }
.banner-sub.radovi-detaljnije { height: 100vh; background-attachment: scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; }
.slider-wrapper { text-align: right; top:0; z-index:996; position: absolute; right: 0px; height: 100vh; }
.carousel-item { height: 100vh; min-height: 350px; background-position: center center; }
.carousel-indicators { bottom: 50px; display:none; }

/******************************************************
/// Naslovi stranica
******************************************************/
.naslovi {  margin-top: 250px; margin-bottom: 100px; text-align: left; }
.naslovi h1 { font-size: 60px; font-weight: 200; line-height:70px; color:#fff; }
.naslovi h1 span { display:block; font-size: 14px; line-height:28px; color:#fff; } 

/******************************************************
/// Sadržaji
******************************************************/
.sadrzaj { margin: 100px 0 80px 0; }
.sadrzaj h2 { font-size: 48px; font-weight: 200; margin-bottom: 70px; text-transform: capitalize; position: relative; line-height: 44px; }
.sadrzaj h2:after { content: ''; position: absolute; left: 0; bottom: -31px; width: 100px; height: 2px; background: #222222; }
.sadrzaj p { max-width: 535px; margin-bottom: 0; }
.studio .sadrzaj { margin-bottom: 0; }

/******************************************************
/// Radovi 
******************************************************/
.radovi-wrapper { padding: 90px 0 80px 0!important; }
.rad { margin-bottom: 15px; }
.relative { position: relative; }
.overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.rad .slika .overlay-bg { background: #000; opacity: 0; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.rad .slika .image { opacity: 1; display: block; width: 100%; height: 100%; transition: .5s ease; backface-visibility: hidden; }
.rad .naziv { transition: .5s ease; opacity: 1; display:block; text-align: left; text-transform: uppercase; padding:15px 0 15px 0; }
.rad:hover .slika .overlay-bg { opacity: .75; }
.rad .naziv h3 a { color:#222222; }
.rad .naziv h3 a:hover { color:red; }

.rad-detaljnije { background: #fff; padding-top: 150px; }
.rad-sadrzaj p { margin-bottom: 30px; }
.rad-sadrzaj p strong { font-weight:600; }
.rad-sadrzaj h3 { margin-bottom: 10px; font-size: 60px; line-height:68px; font-weight:200; }
.rad-sadrzaj h3 span { margin-bottom: 30px; display:block; font-size: 17px; line-height:28px;font-weight:300; }
.rad-sadrzaj p:last-child { margin-bottom: 0px; }
.rad-sadrzaj img { margin-bottom: 20px; }	

.radovi-nav { margin-top: 0px; margin-bottom: 0px; }
.radovi-nav span { border: 0px solid #fff; background:none; padding: 10px 0px; margin-top:25px; display: inline-block; }
.radovi-nav span a { color: #222222; font-size: 15px; font-weight:500; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; padding-left: 16px; padding-right: 16px; border-right: 2px solid #222222; }
.radovi-nav span i { padding-left: 15px; padding-right:15px; }
.radovi-nav span a:first-child { padding-left: 0; }
.radovi-nav span a:last-child { border-right: 0; padding-right: 0; }
.radovi-nav span a:hover { color: red; }

/******************************************************
/// Kontakt
******************************************************/
.kontakt { padding: 180px 0 80px 0; }
.kontakt .info { margin-bottom: 10px; }
.kontakt .info h5 { font-weight: 700; font-size: 19px; margin-bottom: 5px; }
.kontakt .info i { font-size: 30px; font-weight: 500; color: red; margin-right: 50px; }

/******************************************************
/// Na vrh
******************************************************/
#back-top { position: fixed; right: 0; bottom: 0px; cursor: pointer; z-index: 995; opacity: 0; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
#back-top a { background: red; display: block; text-align: center; width: 65px; height: 50px; padding: 14px 8px 8px 7px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
#back-top a i { font-size: 24px; color: #fff; }
#back-top a:hover { box-shadow: 0 8px 12px rgba(156, 156, 156, 0.7); color:#fff; background: black; }
.back-top-animation { right: 15px !important; opacity: 1 !important; -webkit-transition: all 0.4s ease-in !important; -moz-transition: all 0.4s ease-in !important; -o-transition: all 0.4s ease-in !important; transition: all 0.4s ease-in !important; }

/******************************************************
/// Offline modus
******************************************************/
#odrzavanje { background: url("../images/bg/odrzavanje-bg.jpg"); background-size: cover!important; -moz-background-size: cover; -webkit-background-size: cover; -ms-background-size: cover; -o-background-size: cover; }
.poruka { font-size: 24px; color: #fff; font-weight: 200; display:none; }

/******************************************************
/// 404
******************************************************/
.404 { width: 100%; text-align: center; position: relative; }
.404 .content { padding-top: 487px; padding-bottom: 440px; max-width: 580px; margin: 0 auto; }
.404 .content .form-group { position: relative; width: auto; display: inline-block; }
.404 .content .no-padding { padding: 0; }
.404 .content .page404 { font-size: 178px; font-weight: 300; letter-spacing: 6px; color: #fff; }
.404 .content .h3-404 { font-size: 27px; font-weight: 400; margin-top: -30px; margin-bottom: 37px; color: #fff; }
.404 .content .p-404 { color: #ccc; font-size: 18px; }
.404 .content .p-404.size { font-size: 16px; }
.404 .content .p-404 a { color: #fff; font-weight: 600; }
.404 .content .p-404 a:hover { text-decoration: none; color: #333; }

/******************************************************
/// Sharrer
******************************************************/
.sharrre{ margin: 20px 20px 0 0; float: left; cursor: pointer; }
.sharrre .box a:hover{ text-decoration: none; }
.sharrre .count { color: #333; display: none; font-size: 16px; line-height: 28px; height: 30px; position: relative; text-align: center; width: 70px; border-radius: 4px; border: 1px solid #b2c6cc; background: #fbfbfb; /* Old browsers */ background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* IE10+ */ background: linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */ }
.sharrre .count:before, .sharrre .count::after { content: ''; display: block; position: absolute; left: 49%; width: 0; height: 0; }
.sharrre .count::before{ border: solid 7px transparent; border-top-color: #b2c6cc; margin-left: -7px; bottom: -14px; }
.sharrre .count::after { border: solid 6px transparent; margin-left: -6px; bottom: -12px; border-top-color: #fbfbfb; }
.sharrre .share::before{ font-family: "fontAwesome"; content: ""; margin-right: 6px; font-size: 18px; }
#pinterest .share::before{ content: ""; }
#twitter .share::before{ content: ""; }
#facebook .share::before{ content: ""; }
#googleplus .share::before{ content: ""; }
.sharrre .share { color: #fff; display: block; font-size: 12px; font-weight: bold; height: 30px; line-height: 30px; margin-top: 8px; padding: 0; text-align: center; text-decoration: none; width: 70px; border-radius: 4px;  }
#pinterest .share { background: #BD2126; }
#twitter .share { background: #26c3eb; }
#facebook .share { background: #3B5998; }
#googleplus .share {  background: #D34836; }
a:not([href]):not([tabindex]) { color: #fff; text-decoration: none; }

/******************************************************
/// Modal
******************************************************/
.modal { overflow-x: hidden; overflow-y: scroll; top: 100px; }
.modal.in .modal-dialog { -webkit-transform: translate(0,5%); -ms-transform: translate(0,5%); -o-transform: translate(0,5%); transform: translate(0,5%); }
.modal .modal-dialog { max-width: 680px; margin: 0 auto; }
.modal .modal-dialog .modal-content { padding: 35px; border-radius: 0; text-align: initial; background: #ffffff; box-shadow: none; border:0; }
.modal .modal-dialog .modal-content .modal-header .close { background: red; padding: 9px 10px; font-size: 34px; font-weight: 300; position: absolute; top: 16px; right: 15px; color: #fff; opacity: 1; }
.modal .modal-dialog .modal-content .modal-header .modal-title { color: #333; font-size: 18px; text-transform: uppercase; font-weight: 600; line-height: 22px; text-align: center; margin-top: -5px; letter-spacing: 0px; padding-bottom:0px; }
.modal .modal-dialog .modal-content .modal-header,.modal .modal-dialog .modal-content .modal-body,.modal .modal-dialog .modal-content .modal-footer { padding: 0; border: 0; }
.modal .modal-dialog .modal-content .modal-header .btn,.modal .modal-dialog .modal-content .modal-body .btn,.modal .modal-dialog .modal-content .modal-footer .btn { width: 100%; }
.modal .modal-dialog .modal-content .modal-header p,.modal .modal-dialog .modal-content .modal-body p,.modal .modal-dialog .modal-content .modal-footer p { margin-top: 0px; }
.modal-body p { font-size: 14px; text-align: center; line-height: 21px; padding-bottom:10px; }
.modal .modal-dialog .modal-content .modal-header .form-group,.modal .modal-dialog .modal-content .modal-body .form-group,.modal .modal-dialog .modal-content .modal-footer .form-group { margin-bottom: -9px; margin-top: 15px; }
.modal .modal-dialog .modal-content .modal-header .form-group .form-control,.modal .modal-dialog .modal-content .modal-body .form-group .form-control,.modal .modal-dialog .modal-content .modal-footer .form-group .form-control { height: 38px; border-radius: 0; margin-top: 20px; border: 0; box-shadow: none; color: #898989; }

/******************************************************
/// Footer
******************************************************/
.footer { padding: 40px 0 70px 0; background: none; border-top:1px solid #ccc; }
.footer .copyright { text-align: left; font-size: 13px; line-height: 20px; }
.footer .copyright p { padding-bottom:0; margin-bottom:0; }
.footer .copyright a { color: red; }
.footer .copyright a:hover { color: #222222; }
.footer-menu { padding-top:8px; padding-bottom:25px; }

.footer .design { text-transform: uppercase; font-weight:600; }
.fa-heart { font-size:18px; color:red; padding-top:5px; -webkit-animation-name: 'pulse_animation'; -webkit-animation-duration: 3000ms; -webkit-transform-origin:90% 90%; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; }
@-webkit-keyframes pulse_animation { 0% { -webkit-transform: scale(1); } 30% { -webkit-transform: scale(1); } 40% { -webkit-transform: scale(1.08); } 50% { -webkit-transform: scale(1); } 60% { -webkit-transform: scale(1); } 70% { -webkit-transform: scale(1.05); } 80% { -webkit-transform: scale(1); } 100% { -webkit-transform: scale(1); } }