/*
	Voitin.com Web Services
    http:/www.voitin.com
*/
 
/* Resetare CSS */
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;font-size:100%;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}::-webkit-input-placeholder{color:inherit}:-moz-placeholder{color:inherit;opacity:1}::-moz-placeholder{color:inherit;opacity:1}:-ms-input-placeholder{color:inherit}

/* General */
body { font-size: 15px; font-family: 'Nunito Sans', Arial, Verdana, Georgia, Helvetica, sans-serif; margin: 0; padding: 0; background: #fff } 
input, textarea, select { padding: 5px; font-size: 15px; font-family: 'Nunito Sans', Arial, Verdana, Georgia, Helvetica, sans-serif; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }  
input:focus, textarea:focus, select:focus, input:hover, textarea:hover, select:hover, button:focus { outline: none; outline-width: 0 } 
.inside { width: 95%; max-width: 1450px; position: relative; margin: 0 auto }
.round { khtml-border-radius: 6px; moz-border-radius: 6px; webkit-border-radius: 6px; border-radius: 6px }
.anim { transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out }
.clear { clear: both }
.clearfix:before, .clearfix:after { content: " "; display: table }
.clearfix:after { clear: both }
.clearfix { *zoom: 1 }
img { border: none }
.noDesktop { display: none!important }
.noMobile { display: block }
.center { padding: 50px 20px; text-align: center!important }

#userBar { z-index: 200; background: #ebebeb; color: #333 }
#userBar a { float: right; padding: 6px 15px; text-decoration: none; color: inherit }
#userBar a.active, #userBar a:hover { color: #fff; background: #333 } 
#userBar a span { display: block; float: right; margin-left: 5px; font-size: 10px; padding: 1px 3px; background: #009189; color: #fff }
#userBar a.cartIcon { display: none }
#userBar.fixed a.cartIcon { display: block }
#userBar .socialIcons a { margin: 0; float: left; padding: 6px 10px }
#userBar .topMenuItem { position: relative }
#userBar .topMenuItem .submenu { display: none; font-size: 13px; color: #999; text-align: left; position: absolute; background: #333; padding: 20px; top: 34px; left: 0; z-index: 300; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#userBar .topMenuItem .submenu a { line-height: 18px; color: #fff; float: none; padding: 0 }
#userBar .topMenuItem .submenu a:hover { color: #888 }
#userBar .topMenuItem .submenu .columns { margin-right: 30px; display: -webkit-flex; display: flex }
#userBar .topMenuItem .submenu .columns .column { margin-right: 20px; -webkit-flex: 1; flex: 1 }
#userBar .topMenuItem .submenu .columns .column:last-of-type { margin: 0 }
#userBar .topMenuItem .submenu .columns .column.c2 { -webkit-flex: 2; flex: 2 }
#userBar .topMenuItem .submenu .columns .column.c2 a { display: block; margin: 5px 0 }
#userBar .topMenuItem .submenu .columns .column.c2 p { margin-bottom: 5px; line-height: 20px }
#userBar .topMenuItem .submenu .columns .column.c2 div { margin-top: 20px }
#userBar .topMenuItem .submenu .columns .column h5 { margin: 0 0 10px 0; font-size: 15px; text-decoration: none; font-weight: 300 }
#userBar .topMenuItem .submenu .columns .column h5 a { border-bottom: 1px solid #fff; margin: 0!important; display: inline-block!important; padding: 0 0 5px 0 }
#userBar .topMenuItem .submenu .columns .column ul { list-style: none }
#userBar .topMenuItem .submenu .columns .column ul li { margin: 8px 0 }
#userBar .topMenuItem .submenu .copyright { border-bottom: 1px solid #888; padding: 30px 0 20px 0 }
#userBar .topMenuItem .submenu .copyright ul { list-style: none }
#userBar .topMenuItem .submenu .copyright ul li { padding-right: 18px; line-height: 1.1; border-right: 1px solid #fff; margin-right: 15px;display: inline-block }
#userBar .topMenuItem .submenu .copyright ul li:last-of-type { border: 0; margin-right: 0 }
#userBar .topMenuItem .submenu .cookies { color: #fff; padding-top: 20px }

#header { background: #fff; top: 0; position: sticky; width: 100%; z-index: 500 }
#header .inside { padding: 30px 0; align-items: center; display: flex }
#header .inside > div {  }
#header .inside > div.c1 { flex-basis: 15% }
#header .inside > div.c2 { padding: 0 50px; flex-basis: 30% }
#header .inside > div.c3 { flex-basis: 30% }
#header .inside > div.c4 { flex-basis: 25% }
#header .inside > div #logo { display: block; max-width: 200px; width: 100% }
#header .inside > div #logo img { display: block; width: 100% }

#header #rightLinks { float: right }
#header #rightLinks .item { margin-left: 10px; position: relative; float: left }
#header #rightLinks .item a { font-size: 17px; padding: 0; position: relative; display: block;  color: #000; text-decoration: none }
#header #rightLinks .item a i { margin-right: 5px }
#header #rightLinks .item a:hover { opacity: 0.7 }
#header #rightLinks .icon-star-4.active { color: #009189 }
#header #rightLinks .item a .custom-icon { line-height: 12px; font-size: 18px }
#header #rightLinks .item .cartIcon { padding: 0 0 0 28px }
#header #rightLinks .item .cartIcon .badge { border-radius: 50%; position: absolute; display: block!important; text-align: center; color: #000; background: #E9E9E9; line-height: 18px; font-weight: 400; font-size: 10px; width: 18px; height: 18px; left: 42px; bottom: -10px }

#header #searchForm { position: relative; width: 100% }
#header #searchForm .text { font-size: 15px; display: block; background: #e9e9e9; padding: 0 25px 0 55px; line-height: 45px; color: #333; width: 100%; border: 1px solid #e9e9e9; border-radius: 25px }
#header #searchForm .text:focus { color: #000 }
#header #searchForm .buton { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); margin: 0; display: block; cursor: pointer; float: right; color: #000; background: none; border: 0 }
#header #searchForm .buton:hover { color: #555 }
#header #searchForm .buton svg { display: block; fill: #000; width: 18px }

.autocomplete-suggestions { color: #000; position: absolute; padding: 25px; width: 100%; top: 100%; left: 0; border-radius: 25px; box-shadow: 0px 0px 15px rgba(0,0,0,0.2); z-index: 99999999; background: #FFF; overflow: auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.autocomplete-suggestion { border-bottom: 1px solid #f5f5f5; font-weight: 400; cursor: pointer; padding: 10px; overflow: hidden }
.autocomplete-suggestion:last-of-type { border: 0 }
.autocomplete-selected { background: #F0F0F0 }
.autocomplete-suggestions strong { font-weight: 600; color: #009189 }
.autocomplete-suggestions b { display: block }
.autocomplete-group { padding: 5px }
.autocomplete-group strong { display: block; border-bottom: 1px solid #d3d3d3 }
 
#header .inside > div.c2 ul { position: relative; text-align: center; list-style: none }
#header .inside > div.c2 ul li { margin: 0 15px; display: inline-block }
#header .inside > div.c2 ul li a { position: relative; font-size: 17px; font-weight: 600; display: block; text-align: center; color: #000; text-decoration: none }
#header .inside > div.c2 ul li a .fa-angle-down { display: none }
#header .inside > div.c2 ul li a.active, #header .inside > div.c2 ul li a:hover { opacity: 0.7 }
#header .inside > div.c2 ul li a.active { color: #009189 }
#header .inside > div.c2 ul li a.onPage { color: #009189 }
#header .inside > div.c2 ul li a.onPage:hover { opacity: 0.7 }
#header .inside > div.c2 ul li .submenu { -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26); display: none; width: 100%; position: absolute; left: 0; top: 34px; background: #fff; z-index: 200; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#header .inside > div.c2 ul li .submenu .submenuBar { text-align: center; border-top: 1px solid #d3d3d3; padding: 15px 0 }
#header .inside > div.c2 ul li .submenu .submenuBar .link { display: inline-block; margin: 0 45px; text-align: center }
#header .inside > div.c2 ul li .submenu .submenuBar a { border: 0; padding: 0; font-weight: 400; margin: 0; color: #000; display: block }
#header .inside > div.c2 ul li .submenu .submenuBar a:hover { color: #777 }
#header .inside > div.c2 ul li .submenu .submenuBar a .fas { margin-right: 3px; color: #009189 }
#header .inside > div.c2 ul li .submenu ul { padding: 25px; -moz-column-count: 4; -moz-column-gap: 15px; -webkit-column-count: 4; -webkit-column-gap: 15px; column-count: 4; column-gap: 15px }
#header .inside > div.c2 ul li .submenu ul li { float: none }
#header .inside > div.c2 ul li .submenu ul li a { letter-spacing: 0.05em; border: 0; display: inline-block; color: #000; text-align: left; word-break: keep-all; white-space: nowrap; padding: 3px 5px }
#header .inside > div.c2 ul li .submenu ul li a:hover { background: none; color: #777 }
#header .inside > div.c2 ul li .submenu ul li a.seeAll { display: block; border: 1px solid #d3d3d3; padding: 8px; margin-top: 10px; text-align: center }
#header .inside > div.c2 ul li .submenu ul li.main:first-child { margin-top: 0 }
#header .inside > div.c2 ul li .submenu ul li.main { margin-top: 5px }
#header .inside > div.c2 ul li .submenu ul li.main a { font-weight: 600; font-size: 13px; text-transform: uppercase }
#header .inside > div.c2 ul li .submenu ul li.secondary a { font-weight: 600; font-size: 12px; text-transform: none }
#header .inside > div.c2 ul li .submenu ul li.image a { display: block }
#header .inside > div.c2 ul li .submenu ul li.image.double a:last-of-type { margin-top: 10px }
#header .inside > div.c2 ul li .submenu ul li.image img { width: 100%; display: block }


#mainMesaj { text-align: center; font-size: 15px; color: #fff; font-weight: 400; background: #009189 }
#mainMesaj .inside { display: block; text-align: center; padding: 12px 0 }
#mainMesaj .inside .copyEan { cursor: pointer; fill: #fff; margin-left: 4px }
#mainMesaj .inside .copyEan:hover { color: #fff }
#mainMesaj .inside span { font-weight: 700; margin-left: 5px; border: 1px solid rgba(255,255,255,0.2); padding: 3px 8px; display: inline-block; margin-left: 5px }

#sliderHome a { display: block; width: 100%; color: inherit; text-decoration: none }
#sliderHome .owl-controls { position: absolute; width: 100%; text-align: center; margin: 0; left: 0; position: absolute; bottom: 15px }
#sliderHome .owl-theme .owl-dots .owl-dot span { width: 14px; height: 14px }
#sliderHome img { display: block }
#sliderHome img.mobImg { display: none }
 
#sliderHome { position: relative }
#sliderHome .owl-controls { margin-top: 0; text-align: center; position: static; width: 100% }
#sliderHome .owl-controls .owl-prev { position: absolute; left: 20px; top: 45% }
#sliderHome .owl-controls .owl-next { position: absolute; right: 20px; top: 45% }
#sliderHome .owl-controls .owl-nav div { background: none; font-size: 15px; padding: 0; background: rgba(0,0,0,0.1); width: 45px; height: 45px; line-height: 45px; text-align: center; border-radius: 50%; color: #fff }
#sliderHome .owl-controls .owl-nav div:hover { background: rgba(0,0,0,.3) }

.bannerImage img { width: 100%; display: block }
.bannerImage img.mobImg { display: none }


.introBanners {}
.introBanners .box { background: rgba(0,0,0,0.03) }
.introBanners .box:nth-child(2n+2) { background: #fff }
.introBanners .box .inside { display: table; padding: 50px 0 }
.introBanners .box .inside > div { display: table-cell; vertical-align: middle; width: 50%; padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.introBanners .box .inside > div img { display: block; width: 100%; max-width: 70%; margin: 0 auto }
.introBanners .box .inside .infoBox span { display: block }
.introBanners .box .inside .infoBox span.l1 { font-size: 42px; line-height: 48px; font-weight: 500; margin: 0 }
.introBanners .box .inside .infoBox span.l2 { font-size: 22px; line-height: 140%; margin: 0 0 20px 0 }
.introBanners .box .inside .infoBox span.l3 { color: #555; font-size: 15px; line-height: 140%; margin: 0 0 10px 0 }
.introBanners .box .inside .infoBox a { margin-top: 30px; padding: 10px 25px; font-weight: 600; display: inline-block; border: 1px solid #009189; color: #009189; text-decoration: none }
.introBanners .box .inside .infoBox a:hover { color: #fff; background: #009189 }

#newsletterBar { background: #F0F0F0; text-align: center; padding: 65px 0 }
#newsletterBar h3 { position: relative; margin: 0 0 50px 0; font-size: 35px; line-height: 40px }
#newsletterBar h3:after { height: 5px; width: 50px; background: #000; content: ""; position: absolute; left: 50%; bottom: -20px; transform: translateX(-50%) }
#newsletterBar p { margin: 0 auto; width: 60%; line-height: 140% }
#newsletterBox { width: 80%; max-width: 900px; margin: 40px auto 0 auto }
#newsletterBox .text { background: #fff; width: 100%; padding: 0 15px; line-height: 50px; color: #777; border: 1px solid #ccc }
#newsletterBox .text:focus { border-color: #999; color: #333 }
#newsletterBox .text.error { border-color: red }
#newsletterBox label { display: block }
#newsletterBox .line { position: relative; width: 40%; float: left }
#newsletterBox .line:last-of-type { width: 58%; float: right }
#newsletterBox .line:last-of-type input { padding-right: 180px }
#newsletterBox .buton { position: absolute; top: 0; right: 0; text-transform: uppercase; cursor: pointer; display: block; background: #000; border: none; color: #fff; padding: 0 25px; height: 52px; line-height: 52px }
#newsletterBox .buton:hover { background: #009189 }
#newsletterBox #raspunsNewsletter { display: none; font-weight: 600; margin: 15px 0 0 0; color: #555 }


#footer { background: #151515 }
#footer .footerMenu { color: #fff; padding: 70px 0; background: #222222 }
#footer .footerMenu .col { width: 33.3333%; float: left }
#footer .footerMenu .col ul { list-style: none }
#footer .footerMenu .col ul li { margin: 10px 0 }
#footer .footerMenu .col ul li:last-child { margin-bottom: 0 }
#footer .footerMenu .col ul li a { color: #d3d3d3; text-decoration: none }
#footer .footerMenu .col ul li a.active, #footer .footerMenu .col ul li a:hover { color: #fff }
#footer .footerMenu .col h4 { font-weight: 600; font-size: 22px; margin: 0 0 20px 0 }
#footer .footerMenu .col span { opacity: 0.3; padding: 0 10px }
#footer .footerMenu .socialBar { margin-top: 20px }
#footer .footerMenu .socialBar a { margin-right: 10px; font-size: 19px; display: inline-block; color: #d3d3d3; text-decoration: none }
#footer .footerMenu .socialBar a:hover { color: #fff }
#footer .copyright { color: #fff; padding: 30px 0 }
#footer .anpc { position: absolute; right: 0; top: 50%; transform: translateY(-50%); max-width: 500px }
#footer .anpc a { display: inline-block; vertical-align: middle; margin-left: 5px; width: 30% }
#footer .anpc a img { display: block; width: 100% }



.listaArticole .articol { padding: 5px; position: relative; box-shadow: 0 0 25px rgba(0,0,0,0.05); width: 30%; float: left; margin: 0 5% 4% 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.listaArticole .articol:nth-child(3n+3) { margin-right: 0 }
.listaArticole .articol:hover { box-shadow: 0 0 25px rgba(0,0,0,0.1) }
.listaArticole .articol .image { position: relative; width: 100%; display: block; text-decoration: none; color: transparent }
.listaArticole .articol .image img { display: block; width: 100% }
.listaArticole .articol .image span { position: absolute; top: 20px; left: 20px; background: rgba(255,255,255,0.5); padding: 5px 10px; font-weight: 600; color: #000 }
.listaArticole .articol .infoBox { padding: 20px }
.listaArticole .articol .infoBox a { display: block; text-decoration: none; text-transform: uppercase; color: #000; font-size: 18px }
.listaArticole .articol .infoBox p { text-align: justify; font-size: 12px; margin-top: 10px; color: #555 }
.listaArticole .articol .infoBox .detail { line-height: 30px; margin-top: 15px; font-size: 12px }
.listaArticole .articol .infoBox .detail span { font-size: 14px; font-weight: 300; color: #d3d3d3; float: right }
.listaArticole .articol .infoBox .read { background: #000; display: block; float: left; padding: 0 15px; color: #fff; font-size: 12px }
.listaArticole .articol .infoBox .read:hover { padding: 0 25px }
.categoriiBlog h2 { text-transform: uppercase; text-align: center; color: #000; font-size: 25px; margin: 30px 0 20px 0 }
.categoriiBlog a { text-transform: uppercase; text-transform: uppercase; display: block; width: 33.33333%; float: left; color: #000; text-align: center; text-decoration: none; font-weight: 700; font-size: 19px }
.categoriiBlog a img { display: block; width: 80%; margin: 0 auto 20px auto }
.categoriiBlog a:hover { opacity: 0.8 }
.imageInArticle { display: block; width: 100%; margin: 0 0 25px 0 }
.imageInArticle img { display: block; width: 100% }
#content.textPage .article { margin: 0 auto; width: 70% }
#content.textPage .article p { font-size: 14px; font-weight: 300; line-height: 160% }
#content.textPage .article p strong { font-weight: 600 }
#content.textPage .article h1 { font-size: 20px; line-height: 150% }
#content.textPage .article h2 { border-left: 5px solid #009189; color: #009189; padding-left: 10px; font-size: 19px; margin: 30px 0 15px 0; line-height: 150% }
#content.textPage .article h3 { font-size: 16px; line-height: 150% }
#content.textPage .article h4 { font-size: 15px; line-height: 150% }

#shareNow { position: relative; color: #666; font-weight: 600; margin: 55px 0 0 0 }
#shareNow:before { content: " "; width: 90px; display: block; height: 2px; position: absolute; top: -20px; left: 0; background: #d3d3d3 } 
#shareNow a { vertical-align: middle; margin: 0 5px; display: inline-block; color: #888; font-size: 18px; text-decoration: none }
#shareNow a:hover { color: #000 } 


#content { margin: 30px 0 40px 0 }

#content.textPage { padding-bottom: 30px }
#content.textPage p, #content.textPage ul, #content.textPage ol { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display: table; line-height: 140%; margin: 12px 0; color: #000 }
#content.textPage p:first-of-type { margin-top: 0 }
#content.textPage ul { list-style: disc; padding-left: 20px }
#content.textPage ol { padding-left: 20px }
#content.textPage .wColumns { -moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; column-count: 2; column-gap: 20px }
#content.textPage a { color: inherit }

#content .campanieBanner { display: block; margin: 0 auto 20px auto; width: 70%; max-width: 550px }
#content .campanieTop img { display: none }
#content .is-countdown { color: #FF9A00!important }
#content .cadouLine { background: #F75F1C; color: #fff; padding: 20px; text-align: center; font-size: 20px; margin: 20px 0;  }

#content .tabMainCategories { background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.05); display: table; width: 100% }
#content .tabMainCategories a { width: 33.33333%; display: table-cell; padding: 15px 6px; text-align: center; font-size: 15px; font-weight: 800; color: #000; text-decoration: none; border-right: 1px solid rgba(0,0,0,0.1) }
#content .tabMainCategories a:hover { background: #f4f6f9 }
#content .tabMainCategories a.active { background: rgb(158, 0, 0); color: #fff }
#content .tabMainCategories a:last-of-type { border-right: 0 }
#content .listCampaign { background: #fff; margin-top: 25px;  padding: 15px }
#content .listCampaign .produse .produs { }
#content .listCampaign .typ { display: block; color: #000; font-size: 15px; font-weight: 500; border-left: 10px solid #d2003f; background: -moz-linear-gradient(left,  rgba(244,246,249,1) 0%, rgba(249,250,251,1) 41%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(left,  rgba(244,246,249,1) 0%,rgba(249,250,251,1) 41%,rgba(255,255,255,0) 100%); background: linear-gradient(to right,  rgba(244,246,249,1) 0%,rgba(249,250,251,1) 41%,rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6f9', endColorstr='#00ffffff',GradientType=1 ); padding: 15px; margin: 0 0 20px 0; z-index: 100 }

#content #headerCampanie img { padding: 50px; display: block; margin: 0 auto; width: 600px; max-width: 60% }
#content #headerCampanie .data { position: absolute; left: 0; top: 50px; display: block }
#content #headerCampanie .data:last-of-type { left: auto; right: 0 }
#content #headerCampanie .data .ll { line-height: 20px; padding: 0 20px 5px 20px; text-align: center; font-size: 20px; display: block }
#content #headerCampanie .data .ll.l1 { color: #fff }
#content #headerCampanie .data .ll.l2 { font-size: 50px; line-height: 50px; font-weight: 700; padding: 10px 0 5px 0; color: #000; background: #fff }
#content #headerCampanie .data .ll.l3 { padding-bottom: 10px; font-size: 30px; line-height: 30px; font-weight: 700; color: #000; background: #fff }
#content .ttCampanie { color: #fff; text-align: center; display: block; font-weight: 200; font-size: 55px; line-height: 65px; margin: 0 0 65px 0 }
#content .ttCampanie b { font-weight: 800 }
#content .backToSite { position: absolute; top: -10px; left: 0; font-size: 14px; line-height: 25px; padding: 0 10px; font-weight: 400; display:  block; background: #555; color: #d3d3d3; text-decoration: none }
#content .backToSite:hover { background: #fff; color: #000 }
#content .imagesCategs { text-align: center }
#content .imagesCategs .bb { position: relative; color: #fff; text-decoration: none; width: 30%; font-size: 25px; line-height: 30px; display: inline-block; margin: 15px }
#content .imagesCategs .bb img { display: block; width: 100%; margin: 0 auto}
#content .imagesCategs .bb span { font-weight: 200; margin-top: 15px; display: block; color: #f4f6f9; font-size: 25px; line-height: 30px }
#content .imagesCategs a:hover { opacity: 0.6 }
#content .imagesCategs div a { border: 1px solid #fff; border-left: 0; font-weight: 200; display: block; background: #000; text-align: center; text-decoration: none; padding: 8px 0; color: #fff; margin-top: 20px; width: 50%; float: left; font-size: 25px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#content .imagesCategs div a:first-of-type { color: #000; border: 1px solid #f7314e; background: #f7314e }

.modalBrand { max-width: 1000px; width: 60% }
.modalBrand h2 { text-transform: uppercase; margin: 0 0 15px 0; font-weight: 400; font-size: 24px }
.modalBrand p, .modalBrand ul, .modalBrand ol { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display: table; font-size: 13px; line-height: 22px; margin: 12px 0; color: #666 }
.modalBrand p:first-of-type { margin-top: 0 }
.modalBrand ul { list-style: disc; padding-left: 20px }
.modalBrand ol { padding-left: 20px }
.modalBrand .wColumns { -moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; column-count: 2; column-gap: 20px }
.modalBrand a { color: inherit }


#content .produseNoi .produs { width: 100%; float: none }
#content .produseNoi .owl-controls { margin: 10px 0 0 0 }
#content .produseNoi .owl-dots .owl-dot span { background: #d3d3d3 }
#content .produseNoi .owl-dots .owl-dot.active span, #content .produseNoi .owl-dots .owl-dot:hover span { background: #000 }
#content .sectionTitle { margin: 40px 0 20px 0 }
#content .sectionTitle h2 { position: relative; color: #333; text-align: center; font-weight: 800; font-size: 18px; text-align: center }
#content .sectionTitle h2:after { position: absolute; left: 0; top: 50%; z-index: 0; content: " "; display: block; height: 1px; width: 100%; background: #303030 }
#content .sectionTitle h2 span { position: relative; z-index: 10; background: #fff; padding: 0 20px; display: inline-block }

.pageTitle { text-align: center; margin: 30px 0 40px 0 }
.pageTitle.wBorder { margin-top: 15px; padding-bottom: 25px; border-bottom: 1px solid #ccc }
.pageTitle.wBorder.simple { margin-top: 25px; padding-bottom: 25px; border-bottom: 1px solid #ccc }
.pageTitle.wStars { margin-top: 0; padding-top: 30px; background: url(../images/wishlist.jpg) left top repeat-x }
.pageTitle .avatar { background-color: #f4f6f9; khtml-border-radius: 75px; moz-border-radius: 75px; webkit-border-radius: 75px; border-radius: 75px; display: block; margin: 10px auto 15px auto; width: 150px; height: 150px; background-size: cover; backgrund-position: center center }
.pageTitle h1 { font-weight: 400; font-size: 29px }
.pageTitle h1 span { color: #999 }
.pageTitle .submenu { margin-bottom: 60px; text-align: center; margin-top: 25px } 
.pageTitle .submenu a { text-transform: uppercase; display: inline-block; text-decoration: none; color: #888; padding: 0 22px; border-right: 1px solid #d3d3d3; line-height: 20px; font-weight: 400; font-size: 16px }
.pageTitle .submenu a:last-child { border: 0 }
.pageTitle .submenu a:hover, .pageTitle .submenu a.active { color: #000 }
.pageTitle .submenu a:hover, .pageTitle .submenu a.active { color: #000 }
.pageTitle .submenu span { display: block; text-decoration: none; color: #888; padding: 0 10px; line-height: 20px; font-weight: 400; font-size: 16px }
.pageTitle .submenu span i { display: inline-block; color: #999 }
.pageTitle .textZone { width: 60%; margin: 15px auto 0 auto; white-space: normal; color: #333; text-align: center; font-size: 14px; line-height: 22px }
.pageTitle .textZone .modalBrand { display: none }
.pageTitle .textZone .readMore { display: block; margin-top: 5px; text-decoration: none; color: #999 }
.pageTitle .textZone .readMore:hover { color: #333 }
.pageTitle #inNav { margin: 0 0 10px 0; color: #999; text-align: left }
.pageTitle #inNav a { font-size: 10px; line-height: 24px; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; color: #999 }
.pageTitle #inNav a:hover { color: #333 }
.pageTitle #inNav span { font-size: 10px; line-height: 24px; letter-spacing: .1em; text-transform: uppercase; color: #333 }

.tabTitles { max-width: 700px; margin: 30px auto; text-align: center }
.accountPage .tabTitles { max-width: 100%; margin: -20px 0 40px 0; text-align: center }
.accountPage .tabTitles a { text-decoration: none; color: #000; border: 1px solid #f4f6f9; width: auto; font-weight: 400; cursor: pointer; margin: 0 5px; display: inline-block; font-size: 14px; line-height: 40px; padding: 0 18px; text-transform: uppercase }
.accountPage .tabTitles a.active, .accountPage .tabTitles a:hover { border-color: #000 }
.tabTitles a.active { color: #000 }
.tabTitles a:hover { color: #000 }
.tabList .tab { display: none }
.tabList .tab.active { display: block }
.accountPage .tabList .tab h3 { letter-spacing: 0.05em; font-size: 18px; margin-bottom: 10px; font-weight: 400; line-height: 18px; color: #000 }
.accountPage .tabList .tab h3.wLine { margin-top: 20px; padding-top: 30px; border-top: 1px solid #d3d3d3 }
.accountPage .tabList .tab#tab1 form:first-of-type { margin-top: 15px; position: relative; width: 17%; float: left }
.accountPage .tabList .tab#tab1 form:first-of-type img { background: #fff; padding: 2px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d3d3d3; display: block; width: 100% }
.accountPage .tabList .tab#tab1 form:first-of-type span { text-align: center; color: #333; font-size: 14px; display: block; margin: 15px 0 0 0 }
.accountPage .tabList .tab#tab1 form:first-of-type span i { margin-right: 5px }
.accountPage .tabList .tab#tab1 form:first-of-type label { cursor: pointer; padding: 0; letter-spacing: 0; text-transform: none }
.accountPage .tabList .tab#tab1 form.last { width: 80%; float: right }
.accountPage .tabList .tab#tab1 form.last .line.double label { padding-top: 0 }
.accountPage .tabList .tab #avatarAccount, .accountPage .tabList .tab #coverWishlist { cursor: pointer }
.accountPage .tabList .tab #avatarAccount .removeAvatar, .accountPage .tabList .tab #coverWishlist .removeAvatar { font-size: 12px; color: #fff; display: none; cursor: pointer; padding: 5px 10px; background: #999; position: absolute; right: 3px; top: 3px; z-index: 50 }
.accountPage .tabList .tab #avatarAccount .removeAvatar:hover, .accountPage .tabList .tab #coverWishlist .removeAvatar:hover { background: #000 }
.accountPage .tabList .listaAccountWishlistProducts { }
.accountPage .tabList .listaAccountWishlistProducts .produs { margin: 0 0 20px 0; position: relative; float: left; width: 20% }
.accountPage .tabList .listaAccountWishlistProducts .produs img { position: relative; z-index: 10; background: #fff; display: block; width: 100%; padding: 20px 40px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.accountPage .tabList .listaAccountWishlistProducts .produs .secondImage { z-index: 0; display: block; position: absolute; left: 0; top: 0 }
.accountPage .tabList .listaAccountWishlistProducts .produs:hover img { opacity: 0.8 }
.accountPage .tabList .listaAccountWishlistProducts .produs.dbImages:hover .firstImage { opacity: 0 }
.accountPage .tabList .listaAccountWishlistProducts .produs span { line-height: 120%; display: block; text-align: center; padding: 0 25px }
.accountPage .tabList .listaAccountWishlistProducts .produs span b { display: block; text-transform: uppercase }
.accountPage .tabList .listaAccountWishlistProducts .produs span.pret { margin-top: 8px; color: #333 }
.accountPage .tabList .listaAccountWishlistProducts .produs span.listaProdus { word-wrap: break-word; margin: 5px 0; color: #009189 }
.accountPage .tabList .listaAccountWishlistProducts .produs .actions { border-top: 1px solid #f4f6f9; text-align: center; padding: 10px 0 0 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 80%; margin: 10px auto 0 auto }
.accountPage .tabList .listaAccountWishlistProducts .produs .actions a { font-size: 22px; display: inline-block; margin: 0 9px; text-decoration: none; color: #009189 }
.accountPage .tabList .listaAccountWishlistProducts .produs .actions a:hover { color: #000 }
.accountPage .tabList .listaAccountWishlistProducts .produs .actions a i { display: inline-block }
.accountPage .tabList .listaAccountWishlistProducts .produs .actions a .fa-arrow-right { display: inline-block; font-size: 13px; margin-left: -10px }
.accountPage .tabList .wishlistLists { margin-top: 20px }
.accountPage .tabList .wishlistLists .wList { float: left; margin: 0 35px 50px 35px; position: relative; background: #fff; padding: 10px; border: 1px solid #ccc; display: block; width: 260px; text-align: center; text-decoration: none; color: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.accountPage .tabList .wishlistLists .wList:before { background: #dfdfdf; content: ''; position:absolute; left: -5px; top: 2px; width: 260px; height: 315px; border: 1px solid #ccc; transform: skewX(2deg); z-index: -1 }
.accountPage .tabList .wishlistLists .wList .wLock { position: absolute; top: 20px; left: 20px; text-shadow: 1px 1px 1px #000; font-size: 18px; z-index: 30 }
.accountPage .tabList .wishlistLists .wList span { text-transform: uppercase; background-size: cover; background-repeat: no-repeat; background-position: center center; height: 300px; font-weight: 400; padding: 110px 40px; font-size: 16px; display: block; background-color: #676767; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.accountPage .tabList .wishlistLists .wList span.bg i { font-size: 30px; margin: 0 0 10px 0; display: block }
.accountPage .tabList .wishlistLists .wList span.nume { word-wrap: break-word; line-height: 120%; letter-spacing: 0; font-size: 14px; position: absolute; left: 0; top: 103%; padding: 0; height: auto; width: 100%; padding: 0 10px; background: none; color: #333 }
.accountPage .tabList .wishlistLists .wList span.nume i { font-style: none; color: #999 }
.accountPage .tabList .wishlistLists .wList:hover span { background-color: #000 }
.accountPage .tabList .wishlistLists .wList:hover span.nume { background: none; color: #000 }
.accountPage .tabList .nothing { margin: 10px 0; color: #333; letter-spacing: 0.025em }
.accountPage .tabList .tabSubTitle {letter-spacing: 0.05em; font-size: 18px; margin-bottom: 10px; font-weight: 400; line-height: 18px; color: #000 }
.accountPage .tabList .tabSubTitle.mid { margin-top: 30px }
.accountPage .tabList .inherit { text-decoration: none; color: inherit }
.accountPage .tabList .leftAddress { width: 48%; float: left }
.accountPage .tabList .leftAddress .adrese { margin-top: 20px }
.accountPage .tabList .leftAddress .adrese .adresa { margin: 0 0 15px 0; position: relative; background: rgba(0,0,0,0.05); padding: 20px}
.accountPage .tabList .leftAddress .adrese .adresa a { display: inline-block; color: #333; text-decoration: none; margin: 15px 30px 0 0 }
.accountPage .tabList .leftAddress .adrese .adresa a i { margin-right: 4px }
.accountPage .tabList .leftAddress .adrese .adresa a:hover { color: #000 }
.accountPage .tabList .leftAddress .adrese .adresa span { color: #333; display: block }
.accountPage .tabList .leftAddress .adrese .adresa span.nume { font-style: normal; font-weight: 700; text-transform: uppercase; margin-bottom: 4px }
.accountPage .tabList .leftAddress .adrese .adresa span.tip { position: absolute; right: 0; top: 15px; font-style: normal; color: #999 }
.accountPage .tabList .leftAddress .adrese .adresa span.tip i:nth-child(2) { margin-left: 20px }
.accountPage .tabList .leftAddress .adrese .adresa span.firma { margin-bottom: 8px }
.accountPage .tabList .rightAddress { width: 48%; float: right }
.accountPage .tabList .rightAddress .form { margin-top: 20px }
.accountPage .tabList .rightAddress .toShow1 { display: none }
.accountPage .tabList .rightAddress .notice { padding: 10px 15px; margin: 15px 0 -5px 0; background: rgba(0,0,0,0.05); color: #333 }
.accountPage .tabList .rightAddress .notice a { color: inherit }
.accountPage .tabList .rightAddress .notice a:hover { color: #555 }

#addProd2Wishlist { width: 80%; padding: 40px; max-width: 500px; text-align: left; background: #fff; display: none }
#addWishlistList { width: 80%; padding: 40px; max-width: 500px; text-align: left; background: #fff; display: none }
#addWishlistList h3 { margin: 0 0 25px 0; font-size: 19px; font-weight: 400 }
#addProd2Wishlist h3 { margin: 0 0 25px 0; font-size: 19px; font-weight: 400 }

.accountPage .sectionAccount { padding: 20px 0 }
.accountPage .sectionAccount .col { width: 100% }
.accountPage .box.thumbnail { padding: 0; margin-right: 0; border: 5px solid #999; background-size: cover; background-position: center center; width: 20% }
.accountPage .box { height: 190px; position: relative; padding: 15px; float: left; margin: 0 10px 10px 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.accountPage .box a { display: block; width: 100%; height: 100%; text-decoration: none; color: inherit }
.accountPage .box span.title { text-align: right; font-size: 14px; word-wrap: break-word; display: block }
.accountPage .box span.title i { font-size: 17px; float: left }
.accountPage .box.user { float: right; margin-right: 0; line-height: 20px; color: #333; font-size: 14px; width: 79%; background: rgba(0,0,0,0.1) }
.accountPage .box.user .corner { display: block; position: absolute; left: 15px; bottom: 15px }
.accountPage .box.user span.name { font-size: 22px; line-height: 26px; word-wrap: break-word; display: block }
.accountPage .box.comenzi { margin-right: 0; line-height: 20px; color: #333; font-size: 14px; height: 200px; width: 100%; background: rgba(0,0,0,0.08)  }
.accountPage .box.comenzi .notice { margin-top: 35px; text-align: center; display: block; font-size: 18px; letter-spacing: 0; line-height: 22px; font-weight: 300 }
.accountPage .box.comenzi a { height: auto }
.accountPage .box.wishlist { letter-spacing: 0.05em; line-height: 20px; color: #333; font-size: 14px; height: 400px; width: 100%; background: rgba(0,0,0,0.05) }
.accountPage .box.wishlist .counter { margin-top: 15px; font-size: 60px; line-height: 60px; display: block }
.accountPage .box.wishlist .counterUnder { font-size: 16px; line-height: 22px; display: block }
.accountPage .box.wishlist img { background: #fff; padding: 20px; display: block; width: 100%; margin: 12px auto 0 auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.accountPage .box.banner { height: 360px; margin-right: 0; width: 100%; padding: 0 }
.accountPage .box.banner img { display: block; height: 360px; width: 100% }
.accountPage .smallOrderDetails { display: table; margin-top: 20px; width: 100% }
.accountPage .smallOrderDetails .orderLiner { display: table-row; width: 100% }
.accountPage .smallOrderDetails .orderLiner .col { border-bottom: 1px solid rgba(0,0,0,0.1); padding: 10px 0; width: auto; float: none; margin: 0; display: table-cell }
.accountPage .smallOrderDetails .orderLiner .col.c5 { text-align: right }
.accountPage .smallOrderDetails .orderLiner:last-of-type .col { border: 0 }

.accountPage .ordersTable { display: block; width: 100% }
.accountPage .ordersTable .orderResume { display: block; cursor: pointer; color: inherit; text-decoration: none; position: relative; margin: 0 0 11px; padding: 25px 80px 25px 25px; background: rgba(0,0,0,0.05) }
.accountPage .ordersTable .orderResume h4 { font-size: 18px; margin: 0 0 10px 0 }

.accountPage .ordersTable span { font-size: 13px; position: absolute; right: 25px; top: 25px; letter-spacing: 1px; font-weight: 600; padding: 4px 9px; display: inline-block }
.accountPage .ordersTable .status1 { color: #fff; background: #e1bf00 }
.accountPage .ordersTable .status2 { color: #fff; background: #af00e1 }
.accountPage .ordersTable .status3 { color: #fff; background: #9d9d9d }
.accountPage .ordersTable .status4 { color: #fff; background: #e30000 }
.accountPage .ordersTable .status5 { color: #fff; background: #00b6e3 }
.accountPage .ordersTable .tr .col.c2 a { display: block; text-decoration: underline; color: #666 }
.accountPage .ordersTable .tr .col.c2 a:hover { color: #000 }
.accountPage .ordersTable .nothing { margin: 10px 0; color: #333; letter-spacing: 0.025em }

.publicWishlist form .text { padding-right: 120px; margin: 0 }
.publicWishlist form .buton { position: absolute; top: 0; right: 0; display: block; margin: 0; line-height: 44px }
.publicWishlist #rezultateWishlist { margin-top: 30px }
.publicWishlist #rezultateWishlist .rezultat { position: relative; border-left: 3px solid transparent; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24); background: #fff; padding: 20px; margin: 10px 0 }
.publicWishlist #rezultateWishlist .rezultat .avatar { background-color: #fff; display: block; width: 120px; height: 100%; background-size: cover; backgrund-position: center center; position: absolute; right: 0; top: 0 }
.publicWishlist #rezultateWishlist .rezultat a { display: block; color: inherit; text-decoration: none }
.publicWishlist #rezultateWishlist .rezultat:hover { border-color: #000 }
.publicWishlist #rezultateWishlist .rezultat span.nume { line-height: 26px; font-size: 20px; text-transform: uppercase; font-weight: 400 }
.publicWishlist #rezultateWishlist .rezultat span.nume b { font-weight: 300; color: #999 }
.publicWishlist #rezultateWishlist .rezultat span.data { color: #999 }
.publicWishlist #rezultateWishlist .rezultat span { letter-spacing: 0.05em; display: block }
.publicWishlist .nothing { margin: 10px 0; color: #333; letter-spacing: 0.025em }

.inputFile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1 }
.imageThumb { margin: 0 10px 0 0; overflow: hidden; position: relative; background: #d3d3d3; width: 169px; height: 169px }
.imageThumb.last { margin-right: 0 }
.imageThumb img { display: block; width: 100%; height: 100% }

.accountPage { }
.accountPage .accountMenu .accountTitle { border-bottom: 1px solid #d3d3d3 }
.accountPage .accountMenu .accountTitle h1 { float: left; margin: 0; padding: 0; font-size: 22px; font-weight: normal; line-height: 50px; font-weight: 400; text-align: left }
.accountPage .accountMenu .accountTitle h1 a { color: #000 }
.accountPage .accountMenu .accountTitle a { display: block; line-height: 20px; color: #999; text-decoration: none; line-height: 50px; float: right }
.accountPage .accountMenu .accountTitle a:hover { color: #000 }
.accountPage .accountMenu .submenu { padding: 15px 0; border-bottom: 1px solid #d3d3d3 }
.accountPage .accountMenu .submenu a { text-transform: uppercase; display: inline-block; margin-right: 45px; font-size: 15px; font-weight: 400; color: #999; text-decoration: none }
.accountPage .accountMenu .submenu a i { margin-right: 3px }
.accountPage .accountMenu .submenu a .custom-icon { font-size: 16px; line-height: 13px }
.accountPage .accountMenu .submenu a:hover, .accountPage .accountMenu .submenu a.active { color: #000 }

.productPage {}
.productPage .prezentareProdus { margin: 0 auto 25px auto; max-width: 1200px }
.productPage .prezentareProdus .icons { margin: 30px 0 }
.productPage .prezentareProdus .icons .iconCol { font-size: 14px; width: 25%; text-align: center; float: left }
.productPage .prezentareProdus .icons .iconCol img { filter: grayscale(100%); display: block; height: 40px; margin: 0 auto 10px auto }

.productPage .galerieImagini { position: relative; float: left; width: 55% }
.productPage .galerieImagini a { color: #fff; text-decoration: none }
.productPage .galerieImagini .fa-search-plus { position: absolute; right: 0; bottom: 0; z-index: 400; color: #999; font-size: 25px }
.productPage .galerieImagini .fa-search-plus:hover { color: #000 }
.productPage .galerieImagini .owl-controls { margin: 0 }
.productPage .galerieImagini .owl-controls .owl-nav [class*="owl-"] { background: none!important; padding: 0; height: auto; margin: 0; color: #999!important; font-size: 35px!important; position: absolute; top: 47% }
.productPage .galerieImagini .owl-controls .owl-nav [class*="owl-"]:hover { color: #000!important }
.productPage .galerieImagini .owl-controls .owl-prev { left: 0 }
.productPage .galerieImagini .owl-controls .owl-next { right: 0 }
.productPage .galerieImagini img { padding: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background: #fff; display: block; width: 100% }
.productPage .informatiiProdus { float: right; width: 45% }
.productPage #inNav { text-align: center; margin: 0 0 35px 0; text-transform: uppercase; color: #999 }
.productPage #inNav i { font-size: 10px; opacity: 0.5; margin: 0 5px }
.productPage #inNav a { font-size: 13px; text-decoration: none; color: #4D4D4D }
.productPage #inNav a:hover { color: #000 }
.productPage #inNav a:last-of-type { color: #000 }
.productPage .informatiiProdus .brand { font-size: 23px; color: #333; text-decoration: none; font-weight: 600; margin-bottom: 4px; display: block }
.productPage .informatiiProdus .brand:hover { color: #000 }
.productPage .informatiiProdus .productName { max-width: 80%; margin-bottom: 25px; font-size: 23px; font-weight: 500 }
.productPage .informatiiProdus .productName span { color: #999 }
.productPage .informatiiProdus .productPrice { font-size: 25px; font-weight: 600; color: #000; text-transform: uppercase }
.productPage .informatiiProdus .productPrice i { display: block; font-weight: 300; color: #999; font-style: normal; text-transform: none; margin-top: 0; font-size: 14px }
.productPage .informatiiProdus .productPrice .pretNormal { font-size: 22px; color: #009189; text-transform: uppercase }
.productPage .informatiiProdus .productPrice strike { color: #999; display: block; font-size: 14px } 
.productPage .informatiiProdus .cumpara { position: relative; margin-top: 20px }
.productPage .informatiiProdus .cumpara .line { margin: 0; background: #F2F2F2; float: right }
.productPage .informatiiProdus .cumpara label { float: left; font-weight: 300; margin: 10px 0 0 0; color: #000; font-size: 16px; display: block }
.productPage .informatiiProdus .cumpara .text { float: left; font-size: 13px; height: 40px; line-height: 38px; min-height: 40px; border: 1px solid #d3d3d3; border-left: 0; border-right: 0; text-align: center; background: none; padding: 0; width: 40px }
.productPage .informatiiProdus .cumpara .addQty { cursor: pointer; border: 1px solid #d3d3d3; background: #fff; color: #666; text-align: center; width: 40px; display: block; height: 40px; line-height: 38px; min-height: 40px; float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.productPage .informatiiProdus .cumpara .addQty:hover { color: #1b1b1b }
.productPage .informatiiProdus .buttons a { margin: 10px 0; border: 1px solid #000; font-size: 14px; display: block; float: left; width: 48%; padding: 8px 10px; text-align: center; color: #000; text-decoration: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.productPage .informatiiProdus .buttons a:hover { color: #1b1b1b; border-color: #1b1b1b }
.productPage .informatiiProdus .buttons a:last-of-type { float: right }
.productPage .informatiiProdus .secondaryButtons { position: relative }
.productPage .informatiiProdus .secondaryButtons .custom-icon { line-height: 12px; font-size: 15px }
.productPage .informatiiProdus .socialLinks { width: 48%; background: #fff; border: 1px solid #ccc; padding: 10px; position: absolute; left: 0; top: 50px; z-index: 400; display: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.productPage .informatiiProdus .socialLinks a { font-size: 13px; display: block; padding: 4px 10px; text-align: center; color: #999; text-decoration: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.productPage .informatiiProdus .socialLinks a i { display: inline-block; width: 15px; text-align: center; margin-right: 4px }
.productPage .informatiiProdus .socialLinks a:hover { color: #000; border-color: #333 }
.productPage .informatiiProdus .links a { letter-spacing: 0.05em; font-size: 12px; display: inline-block; margin-right: 20px; color: #000; text-decoration: none }
.productPage .informatiiProdus .links a:hover { color: #1b1b1b } 
.productPage .informatiiProdus #addCart { margin: 15px 0 10px 0; background-color: #000; font-size: 15px; font-weight: 600; text-align: center; text-decoration: none; color: #fff; display: block; padding: 18px 10px }
.productPage .informatiiProdus #addCart i { margin-right: 5px }
.productPage .informatiiProdus #addCart:hover { background: #1b1b1b }
#succes2Cart { color: #fff; text-align: center; position: relative; margin-top: 15px; display: none; background: #fff; padding: 15px; border: 1px solid #000; color: #999 }
#succes2Cart .fas { position: absolute; top: -13px; font-size: 30px; color: #000; display: inline-block }
#succes2Cart span { margin: 0 0 5px 0; display: block }
#succes2Cart span b { color: #333; font-weight: 600 }
#succes2Cart span.titlu { color: #333; font-size: 15px }
#succes2Cart span.subtitlu { letter-spacing: 0.05em; font-size: 14px }
#succes2Cart span.produse { font-size: 12px }
#succes2Cart a { font-size: 12px; margin-top: 5px; font-weight: 300; display: block; text-align: center; background: #000; color: #fff; text-decoration: none; padding: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 48%; float: left }
#succes2Cart a:hover { background: #1b1b1b }
#succes2Cart a:last-of-type { background: none; border: 1px solid #000; color: #000 }
#succes2Cart a:last-of-type { float: right }
#succes2Cart a:last-of-type:hover { color: #1b1b1b; border-color: #1b1b1b }

.productPage #legaturiProduse { margin: 30px 0 10px 0 }
.productPage #legaturiProduse .legatura { overflow: hidden; position: relative; float: left; box-shadow: 0 0 15px rgba(0,0,0,0.1); margin: 0 5px 5px 0; display: block; float: left }
.productPage #legaturiProduse .legatura .pret { font-weight: 600; display: block; font-size: 15px }
.productPage #legaturiProduse .legatura .qty { display: block; font-size: 12px }
.productPage #legaturiProduse .legatura a { border: 1px solid #fff; padding: 5px 20px; background: #fff; display: block; color: #555; text-decoration: none }
.productPage #legaturiProduse .legatura a:hover { background: #f4f6f9; border-color: #fff; color: #666 }
.productPage #legaturiProduse .legatura .wColor a { padding: 5px; }
.productPage #legaturiProduse .legatura .wColor a .culoare{ display: block; width: 35px; height: 35px }
.productPage #legaturiProduse .legatura .wColor a:hover { opacity: 0.8 }
.productPage #legaturiProduse .legatura.active a { color: #000000; background: #fff; border-color: #000000 }
.productPage #legaturiProduse .legatura.active .pret { font-weight: 600 }
.productPage .freeDelivery { color: #009189; border: 1px solid #f4f6f9; border-left: 2px solid #009189; display: inline-block; font-size: 14px; text-transform: uppercase; padding: 5px 15px; margin: 25px 0 -5px 0 }
.productPage .freeDelivery:nth-child(2) { margin-left: 10px }
.productPage .freeDelivery.outofstock { margin: 30px 0 25px 0 }
.productPage .freeDelivery.instoc { color: #009189; border-left-color: #009189 }

.productPage .lichidare { color: #000; border-left: 2px solid #000 }
.productPage .prezentareCols .leftCol { float: left; width: 48% }
.productPage .prezentareCols .rightCol { float: right; width: 48% }
.productPage .prezentareCols .rightCol a { display: block; color: #999; margin: 7px 0 20px 0 }
.productPage .prezentareCols .rightCol a:last-of-type { margin-bottom: 0 }
.productPage .prezentareCols .rightCol a:hover { color: #000 }
.productPage .prezentareCols .contentArea { height: 215px }
.productPage .prezentareCols { border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; padding: 30px 0; margin: 30px 0; font-size: 13px; color: #000 }
.productPage .prezentareCols p { margin: 5px 0 }
.productPage .prezentareCols .textZone { line-height: 150%; padding-right: 30px }
.productPage .prezentareCols h2 { display: block; color: #000; font-weight: 400; margin: 0 0 15px 0; font-size: 17px; line-height: 20px; text-transform: uppercase }

.productPage .tabsController { text-align: center }
.productPage .tabsController a { margin: 0 3px; border: 1px solid #f4f6f9; font-size: 17px; font-weight: 600; padding: 10px 18px; display: inline-block; color: #555; font-weight: 400; text-decoration: none }
.productPage .tabsController a:hover { color: #000; border-color: #000 }
.productPage .tabsController a.active { color: #000; border-color: #000 }
.productPage .tabsInner a { display: block; color: #999; margin: 7px 0 20px 0 }
.productPage .tabsInner a:last-of-type { margin-bottom: 0 }
.productPage .tabsInner a:hover { color: #000 }
.productPage .tabsInner .textZone { line-height: 150% }
.productPage .tabsInner h2 { display: block; color: #000; font-weight: 400; margin: 0 0 15px 0; font-size: 17px; line-height: 20px; text-transform: uppercase }
.productPage .tabsInner { margin: 0 auto 50px auto; max-width: 60% }
.productPage .tabsInner p { margin: 5px 0 }
.productPage .tabsInner .tab { padding: 35px 0; display: none }
.productPage .tabsInner .tab.active { display: block }
.productPage .tabsInner .tab > h2 { display: none }
.productPage .tabsInner .tab .recenziiSus { border-bottom: 1px solid #f4f6f9; padding: 0 0 20px 0; margin: 0 0 20px 0; color: #000; display: table; width: 100% }
.productPage .tabsInner .tab .recenziiSus .col { width: 20%; display: table-cell; vertical-align: top }
.productPage .tabsInner .tab .recenziiSus .col.c1 span { vertical-align: middle; font-size: 40px; font-weight: 600; color: #000; margin-right: 5px; display: inline-block }
.productPage .tabsInner .tab .recenziiSus .col.c1 .addRating { text-transform: uppercase; margin-top: 26px; display: inline-block; padding: 8px 15px; background: #000; color: #fff; text-decoration: none }
.productPage .tabsInner .tab .recenziiSus .col.c1 .addRating:hover { background: #333 }
.productPage .tabsInner .tab .recenziiSus .col.c2 .bar { margin: 0 0 12px 0; display: block; width: 100% }
.productPage .tabsInner .tab .recenziiSus .col.c2 .lineBar { position: relative; display: inline-block; background: #d3d3d3; height: 5px; width: 50% }
.productPage .tabsInner .tab .recenziiSus .col.c2 .lineBar:after { display: block; width: 0%; height: 5px; background: #333; position: absolute; left: 0; top: 0; content: " " }
.productPage .tabsInner .tab .recenziiSus .col.c2 { width: 40% }
.productPage .tabsInner .tab .recenziiSus .col.c2 span { display: inline-block }
.productPage .tabsInner .tab .recenziiSus .col.c2 span:nth-of-type(1) { padding: 0 5px; text-align: center; width: 17px }
.productPage .tabsInner .tab .recenziiSus .col.c3 { width: 40% }
.productPage .tabsInner .tab .recenziiSus .col.c3 .bar { margin: 0 0 16px 0; display: block; width: 100% }
.productPage .tabsInner .tab .recenziiSus .col.c3 { width: 40% }
.productPage .tabsInner .tab .recenziiSus .col.c3 span { vertical-align: middle; display: inline-block }
.productPage .tabsInner .tab .recenziiSus .col.c3 span:nth-of-type(2) { padding: 4px 0 0 5px }
.productPage .tabsInner .tab .recenziiJos .recenzie { margin: 0 0 25px 0 }
.productPage .tabsInner .tab .recenziiJos .recenzie p { font-size: 14px; margin: 0 0 10px 0 }
.productPage .tabsInner .tab .recenziiJos .recenzie .autor { display: table }
.productPage .tabsInner .tab .recenziiJos .recenzie .autor span { vertical-align: middle; display: table-cell }
.productPage .tabsInner .tab .recenziiJos .recenzie .autor span:first-of-type { width: 140px }
.productPage .tabsInner .tab .recenziiJos .recenzie .autor span:nth-child(2) { width: 140px }
.productPage .tabsInner .tab#tab1 .textZone { text-align: justify }
.productPage .tabsInner .tab#tab2 .textZone { text-align: justify }
.productPage .noteCols  { margin: 35px 0 0 0 }
.productPage .noteCols .col { color: #999; float: left; width: 33.3333%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.productPage .noteCols .col:nth-child(1) { padding: 0 30px 0 0 }
.productPage .noteCols .col:nth-child(2) { padding: 0 30px }
.productPage .noteCols .col:nth-child(3) { padding: 0 0 0 30px }
.productPage .noteCols h2 { display: block; color: #000; font-weight: 400; margin: 0 0 5px 0; font-size: 17px; line-height: 20px; text-transform: uppercase }
.productPage .noteCols i { display: block; line-height: 130% }
.productPage h2.mainTitle { display: block; text-align: center; position: relative; color: #000; font-weight: 600; margin: 20px 0 25px 0; font-size: 25px; text-transform: uppercase }
.productPage h2.mainTitle:after { content: ""; display: block; position: absolute; bottom: -20px; left: 50%; margin-left: -25px; width: 50px; height: 4px; background: #000 }
.productPage h2.mainTitle.wBorder { margin-top: 60px }
.productPage i.notice { display: block; font-size: 12px; margin-top: 35px }

#addReview { display: none }
#addReview .form { width: 650px }
#addReview .form .line { margin: 0 0 15px 0 }
#addReview .form label { font-size: 14px; padding-top: 0 }
#addReview .form label i { color: #009189 }
#addReview .form textarea { height: 200px; resize: none }
#addReview .form .jq-ry-container { padding: 0 }
#addReview .col2Rev .cc { width: 50%; float: left }
#addReview .col2Rev .cc.right { width: 40%; float: right }

.produse { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; grid-column-gap: 20px; grid-row-gap: 20px }
.produse.single { margin-top: 60px; grid-template-columns: repeat(4, 1fr) }
.produse .produs { padding: 20px; border: 1px solid #e8e8e8; border-radius: 15px; width: 100%; float: none; margin: 0; position: relative; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.produse .produs.wWishlist { height: 100%; background: #f4f6f9 }
.produse .produs a { position: relative; color: #000; text-decoration: none; text-align: center; display: block }
.produse .produs .image { margin: 0 0 20px 0; background: rgba(0,0,0,0.2); position: relative }
.produse .produs .nume { line-height: 140%; font-size: 17px; display: block; text-align: center; padding: 0 10px }
.produse .produs .nume b { margin: 0 0 5px 0; text-transform: uppercase; display: block; font-size: 20px; font-weight: 700 }
.produse .produs .image img { position: relative; z-index: 10; background: #fff; display: block; width: 100%; padding: 20px 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.produse .produs .image img { position: relative; z-index: 10; background: #fff; display: block; width: 100%; padding: 20px 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.produse .produs .secondImage { z-index: 0; display: block; position: absolute; left: 0; top: 0 }
.produse .produs .pret { line-height: 120%; font-weight: 700; font-size: 22px; display: block; text-align: center; padding: 0 10px; margin-top: 20px; color: #009189 }
.produse .produs .pret .pretNormal { font-style: normal; color: #009189 }
.produse .produs .percent { color: #fff; text-align: center; background: #009189; font-size: 9px; width: 26px; height: 26px; line-height: 26px; border-radius: 50%; display: block; position: absolute; top: 0; right: 0; z-index: 40 }
.produse .produs:hover { border-color: #999 }

.produse .produs .fa-layers { position: absolute; background: #f4f6f9; border-radius: 10px; padding: 4px 0 4px 0; top: 15px; right: 15px; z-index: 20; width: 40px; color: #039139 }
.produse .produs .fa-layers .custom-icon { display: inline-block; font-size: 12px }
.produse .produs .fa-layers .fa-layers-text { font-size: 12px; display: inline-block; font-weight: 600; font-weight: 600; text-align: center; color: #039139 }
.produse .produs .fastAddCart { opacity: 0; z-index: 100; position: absolute; bottom: 0; left: 0; width: 100%; background: #000; text-align: center }
.produse .produs .fastAddCart a { display: block; color: #fff; text-align: center; text-transform: uppercase; padding: 12px 0 }
.produse .produs .fastAddCart span { display: block; color: #fff; text-align: center; text-transform: uppercase; padding: 12px 0 }
.produse .produs .fastAddCart a .fa { margin-right: 5px; color: #d3d3d3 } 
.produse .produs .fastAddCart a:hover { background: #009189; border-color: #009189; color: #fff }
.produse .produs .fastAddCart a:hover .fa { color: #fff }

.categoriePage { margin: 0!important; width: 100% }
.categoriePage .inside { display: table }
.categoriePage #filtre { border-right: 1px solid #E7E7E7; padding: 30px 0; padding-right: 30px;  color: #333; width: 25%; display: table-cell; height: 100% }
.categoriePage #filtre h6 { margin: 0 0 20px 0; font-weight: 700; font-size: 20px; color: #009189 }
.categoriePage #filtre .filtru { margin: 0 0 10px 0 }
.categoriePage #filtre .filtru .wScroll { overflow: hidden; max-height: 200px }
.categoriePage #filtre .filtru .optiuni { padding-top: 20px; display: block }
.categoriePage #filtre .filtru.wPret .optiuni { padding-bottom: 20px }
.categoriePage #filtre .filtru h2 { border-bottom: 1px solid #E7E7E7; padding: 12px 0; font-size: 17px; cursor: pointer; font-weight: 700; color: #000 }
.categoriePage #filtre .filtru h2 i { float: right; color: #000; font-size: 16px }
.categoriePage #filtre .filtru .optiuni label { font-size: 14px; font-weight: 400; margin: 8px 0; display: block; position: relative; cursor: pointer }
.categoriePage #filtreFormSecundar label { border: 1px solid #d3d3d3; border-radius: 10px; padding: 8px 15px; font-size: 14px; font-weight: 400; margin: 3px 0; display: inline-block; position: relative; cursor: pointer }
.categoriePage #filtre .filtru .optiuni label:hover { color: #999 }
.categoriePage #filtreFormSecundar label:hover { color: #999 }
.categoriePage #filtre .filtru .optiuni label i { margin-right: 4px }
.categoriePage #filtreFormSecundar label i { margin-right: 4px }
.categoriePage #filtre .filtru .optiuni label input { display: none }
.categoriePage #filtre .filtru .optiuni .plusCategories { cursor: pointer; position: absolute; top: 0; right: 0; color: #000 }
.categoriePage #filtre .filtru .optiuni ul ul ul .plusCategories { right: 5px; color: #555 }
.categoriePage #filtreFormSecundar label input { display: none }
.categoriePage #filtreFormSecundar { margin: 0 0 20px 0 }
.categoriePage #filtre ul { list-style: none }
.categoriePage #filtre ul li { position: relative; margin: 5px 0 }
.categoriePage #filtre ul li a { font-size: 12px; letter-spacing: .1em; font-weight: 400; color: #333; text-decoration: none }
.categoriePage #filtre ul li a:hover { color: #999 }
.categoriePage #filtre ul li ul li { margin-left: 10px }
.categoriePage #filtre ul li span { color: #ccc }
.categoriePage #filtre ul li a.active { font-weight: 600; color: #000 }
.categoriePage #filtre #filterSearchInput { display: block; width: 100%; margin: 0 0 5px 0; border: 0; border-bottom: 1px solid #ccc; padding: 0 0 5px 0; color: #999 }

.categoriePage #categorieLeft { padding: 30px 0; padding-left: 30px;  width: 75%; display: table-cell; height: 100% }
.categoriePage #categorieLeft .listingBar { margin: 0 0 20px 0 }
.categoriePage #categorieLeft .totalProducts { float: left; line-height: 35px; font-weight: 600 }
.categoriePage #categorieLeft .totalProducts h1 { display: inline-block; font-size: 24px; vertical-align: middle; font-weight: 700 }
.categoriePage #categorieLeft .totalProducts span { opacity: 0.5; margin-left: 12px; vertical-align: middle; display: inline-block; line-height: 35px; font-size: 16px; font-weight: 400 }
.categoriePage #categorieLeft #sortareProduse { line-height: 35px; cursor: pointer; position: relative; font-size: 14px; color: #333; float: right }
.categoriePage #categorieLeft #sortareProduse #sortarePopup { display: none; width: 100%; position: absolute; left: 0; top: 30px; background: #fff; border: 1px solid #d3d3d3; padding: 5px 10px; border-bottom: 2px solid #000; z-index: 50; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.categoriePage #categorieLeft #sortareProduse #sortarePopup .optiune { line-height: 200%; display: block; text-align: center }
.categoriePage #categorieLeft #sortareProduse #sortarePopup .optiune:hover { color: #000 }
.categoriePage .notfound { padding: 30px 0; color: #888; font-size: 16px }

.paginatie { margin-top: 30px; padding-top: 20px; border-top: 1px solid #ccc; text-align: right; list-style: none }
.paginatie li { display: inline }
.paginatie a, .paginatie span {  margin-left: 20px; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; border-bottom: 2px solid transparent; text-decoration: none; display: inline-block; color: #999; padding: 5px }
.paginatie a.gri { color: #000 }
.paginatie a:hover { border-color: #000 }

.filtrareLitere { position: sticky; top: 120px; float: left; width: 120px }
.filtrareLitere a { display: block; color: #ccc; font-weight: 600; font-size: 15px; padding: 10px; margin: 0 0 5px 0; text-align: center; background: #fff; text-decoration: none }
.filtrareLitere a.active, .filtrareLitere a:hover { background: #333; color: #fff }
.listaBranduri { float: right; width: 800px }
.listaBranduri .letter { min-height: 250px; margin: 0 0 90px 0; position: relative }
.listaBranduri .letter .letterChar { position: absolute; z-index: -1; left: -10px; top: -30px; font-size: 250px; line-height: 200px; font-weight: 400; color: #ededed }
.listaBranduri .letter ul { -moz-column-count: 3; -moz-column-gap: 15px; -webkit-column-count: 3; -webkit-column-gap: 15px; column-count: 3; column-gap: 15px; list-style: none }
.listaBranduri .letter ul li { line-height: 35px }
.listaBranduri .letter ul li a { letter-spacing: 0.05em; display: inline-block; color: #333; text-decoration: none; font-weight: 600; font-size: 13px }
.listaBranduri .letter ul li a:hover { text-decoration: underline; color: #999 }

.orderPage { }

.cadouInfo { border-top: 2px dashed #d3d3d3; margin-top: 30px; padding-top: 20px }
.cadouInfo h5 { font-weight: 500; color: #000; text-transform: uppercase; text-align: left; font-size: 17px; margin: 0 }
.cadouInfo .produseCadou { margin-bottom: 25px; text-align: center }
.cadouInfo .produsCadou img { width: 100%; margin: 0 auto 15px auto }
.cadouInfo .produsCadou.active { border-color: #000 }
.cadouInfo .produsCadou:hover { border-color: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.1) }
.cadouInfo .produsCadou a { display: inline-block; margin-top: 10px; color: #000; font-weight: 500 }
.cadouInfo .produsCadou input { opacity: 0; position: absolute; top: 6px; left: -100px }
.cadouInfo .produsCadou .fake { position: absolute; top: 15px; left: 15px; font-size: 19px }

#voucherForm { text-align: center; background: rgba(0,0,0,0.03); position: relative; margin: 0 0 10px 0; padding: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#voucherForm .text { border: 1px solid #d3d3d3!important; float: none!important; width: 100%!important; text-align: left!important; height: auto!important; padding: 0 190px 0 20px!important; line-height: 40px!important; border-radius: 25px }
#voucherForm .btn { position: absolute; top: 50%; border-radius: 25px; right: 5px; transform: translateY(-50%); line-height: 32px; font-size: 13px; border: 0; cursor: pointer; color: #fff; padding: 0 15px; background: #009189; display: block }
.voucher .notificare { color: #fff; padding: 10px 20px; display: none; font-weight: 600; background: red }

#methForm { position: relative }
#methForm h3 { text-transform: uppercase; font-size: 20px; line-height: 30px; position: absolute; top: -40px; left: 0; font-weight: 700; margin: 0 }
#methForm .midLength { position: relative; margin-top: 35px!important; width: 50% }
#methForm .midLength h3 a { text-transform: none; font-size: 13px }
#methForm .leftOrderPart { padding-right: 25px; width: 70%; float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#methForm .leftOrderPart .leftOrderPartBg { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#methForm .leftOrderPart .leftOrderPartBg > div { position: relative; background: rgba(0,0,0,0.05); margin-bottom: 60px!important; padding: 20px 25px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
#methForm .rightOrderPart { float: right; border-left: 1px solid rgba(0,0,0,0.1); padding-left: 25px; width: 30%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.orderPage .totalCos { padding:  15px 20px; float: none; background: rgba(0,0,0,0.05); text-align: left }
.orderPage .totalCos span { padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.05); color: #000; display: block }
.orderPage .totalCos span b { font-weight: inherit; float: right }
.orderPage .totalCos span:last-of-type { border: 0 }
.orderPage #methForm .plt .methOps { padding: 12px; display: table; margin: 0; width: 49%; float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.orderPage #methForm .plt .methOps:nth-child(2) { float: right }
.orderPage #methForm .plt .methOps .check { text-align: center; padding: 0 10px; display: table-cell; vertical-align: middle; float: none }
.orderPage #methForm .plt .methOps .rightInfo { padding: 0; display: table-cell; vertical-align: middle; float: none; }
.orderPage #methForm label { padding-top: 0px }
.orderPage #methForm .adrese .radios { margin-bottom: 15px }

.orderPage #cartUpdates { width: 70%; float: left; padding-right: 25px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.orderPage #cartRight { border-left: 1px solid rgba(0,0,0,0.1); padding-left: 25px; width: 30%; float: right; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }

.orderPage #continutCos h5 { text-transform: uppercase; text-align: center; font-weight: 600; font-size: 30px; margin: 20px 0 15px 0 }
.orderPage #continutCos h6 { text-transform: uppercase; text-align: center; font-weight: 300; font-size: 16px; margin: -10px 0 30px 0 }
.orderPage .status { text-align: center; margin: 0 0 20px 0; }
.orderPage .status span { font-size: 15px; letter-spacing: 0; font-weight: 700; padding: 4px 9px; display: inline-block }
.orderPage .status .status1 { color: #fff; background: #e1bf00 }
.orderPage .status .status2 { color: #fff; background: #af00e1 }
.orderPage .status .status3 { color: #fff; background: #9d9d9d }
.orderPage .status .status4 { color: #fff; background: #e30000 }
.orderPage .status .status5 { color: #fff; background: #00b6e3 }
.orderPage #continutCos .line { display: block; text-align: center; color: #999999 }
.orderPage .notice { text-align: center; font-size: 15px; -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.09); -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.09); box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.09); transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; position: relative; margin: 8px 0; background: #fff; padding: 15px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.orderPage .notice a { color: #009189 }
.orderPage #continutCos .cosProdus { display: table; width: 100%; transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; position: relative; margin: 0 0 10px 0; background: rgba(0,0,0,0.03); padding: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.orderPage #continutCos .cosProdus.discount { font-weight: 600 }
.orderPage #continutCos .cosProdus.gift { border: 1px solid #009189 }
.orderPage #continutCos .cosProdus.gift .rightCos .subtotal .total { color: #009189 }
.orderPage #continutCos .cosProdus.discount .rightVoucher { float: right }
.orderPage #continutCos .cosProdus:hover { border-color: #ea521d }
.orderPage #continutCos .cosProdus h3 { line-height: 24px; color: #555; margin: 0; padding: 0; font-weight: 400 }
.orderPage #continutCos .cosProdus h3 a { color: #333; text-decoration: none }
.orderPage #continutCos .cosProdus h3 a:hover { color: #888 }
.orderPage #continutCos .cosProdus h3 span { color: #000; display: block; font-weight: 700 }
.orderPage #continutCos .cosProdus .imagine { color: #fff; width: 15%; padding-right: 2%; display: table-cell; vertical-align: middle }
.orderPage #continutCos .cosProdus .imagine a { color: inherit }
.orderPage #continutCos .cosProdus .imagine img { display: block; width: 100% }
.orderPage #continutCos .cosProdus .rightCos { width: 85%; display: table-cell; vertical-align: middle }
.orderPage #continutCos .cosProdus .rightCos .catCos { color: #999999; font-size: 11px }
.orderPage #continutCos .cosProdus .rightCos .catCos a { color: #999999; text-decoration: none }
.orderPage #continutCos .cosProdus .rightCos .catCos a:hover { color: #000 }
.orderPage #continutCos .cosProdus .rightCos .removeCart { transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; border-radius: 50%; overflow: hidden; width: 20px; text-align: center; display: block; background: #009189; color: #fff; position: absolute; right: 20px; top: 20px; padding: 5px; text-decoration: none }
.orderPage #continutCos .cosProdus .rightCos .removeCart:hover { background: #000; color: #fff }
.orderPage #continutCos .cosProdus .rightCos .subtotal { margin: 10px 0 0 0; padding: 10px 0 0 0; border-top: 1px solid rgba(0,0,0,0.05) }
.orderPage #continutCos .cosProdus .rightCos .subtotal .total { font-weight: 700; float: right; margin-top: 9px; font-size: 17px }
.orderPage #continutCos .cosProdus .rightCos .subtotal .cantitate { float: left }
.orderPage #continutCos .text { float: left; font-size: 13px; height: 38px; line-height: 38px; min-height: 38px; border: 1px solid #d3d3d3; border-right: 0; border-left: 0; text-align: center; background: #fff; padding: 0; width: 40px }
.orderPage #continutCos .addQty { cursor: pointer; border: 1px solid #ccc; color: #999; background: #fff; text-align: center; width: 38px; display: block; height: 38px; line-height: 38px; min-height: 38px; float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.orderPage #continutCos .addQty:hover { color: #000 }

.orderPage .methOrder { padding: 25px; background: #f4f6f9 }
.orderPage .methOrder .col { float: left; width: 48%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.orderPage .methOrder .col.plata { float: right }
.orderPage .methOrder .col.singleLong { margin-bottom: 15px; float: none; width: 100% }
.orderPage .methOrder .col h3 { text-transform: uppercase; font-size: 20px; font-weight: 300; margin: 0 0 10px 0 }
.orderPage .methOrder .col .options .methOps { overflow: hidden; position: relative; border: 1px solid #f4f6f9; padding: 15px; margin: 0 0 10px 0 }
.orderPage .methOrder .col .options .methOps:last-child { margin: 0 }
.orderPage .methOrder .col .options .methOps .check { float: left; padding: 3px 0 0 0; width: 5% }
.orderPage .methOrder .col .options .methOps .check i { cursor: pointer; font-size: 15px; text-align: center }
.orderPage .methOrder .col .options .methOps .hidden { position: absolute; left: -100px; top: -100px }
.orderPage .methOrder .col .options .methOps .rightInfo { float: right; width: 95% }
.orderPage .methOrder .col .options .methOps .rightInfo h6 { text-transform: uppercase; font-weight: 700 }
.orderPage .methOrder .col .options .methOps .rightInfo p { font-size: 12px }
.orderPage .methOrder .col .options .methOps.active, .orderPage .methOrder .col .options .methOps:hover { background: #fff; border-color: #000 }
.orderPage .methOrder h5 { text-transform: uppercase; text-align: center; font-weight: 300; font-size: 20px; margin: 0 0 20px 0 }
.orderPage .methOrder h4 { letter-spacing: 0.05em; font-weight: 400; font-size: 13px; margin: 0 0 10px 0 }
.orderPage .methOrder .selectOption { display: block; border: 1px solid #ccc; padding: 20px 15px; background: #fff; text-align: center; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 14px; color: #999 }
.orderPage .methOrder .selectOption:hover { color: #000; border-color: #000 }
.orderPage .methOrder .selectOption i { display: block; font-size: 65px; margin: 0 0 10px 0 }
.orderPage .methOrder .hidden { display: none }
.orderPage .errorLine { display: none; margin: 0 0 10px 0; font-size: 11px; color: #b44 }

.orderPage .adrese .adresa { position: relative; border-bottom: 1px solid #ccc; padding: 15px 0 }
.orderPage .adrese .adresa:first-of-type { padding-top: 0 }
.orderPage .adrese .adresa:last-of-type { padding-bottom: 0; border: 0 }
.orderPage .adrese .adresa a { display: inline-block; color: #999; text-decoration: none; margin: 8px 20px 0 0 }
.orderPage .adrese .adresa a:hover { color: #000 }
.orderPage .adrese .adresa span { font-size: 12px; color: #333; display: block }
.orderPage .adrese .adresa span.nume { font-style: normal; font-size: 14px; font-weight: 600; text-transform: uppercase; margin-bottom: 4px }
.orderPage .adrese .adresa span.tip { position: absolute; right: 0; top: 15px; font-style: normal; color: #999 }
.orderPage .adrese .adresa span.tip i:nth-child(2) { margin-left: 20px }
.orderPage .adrese .adresa span.firma { margin-bottom: 8px }
.orderPage .adrese .nothing { margin: 0 }
.orderPage .addNew { display: inline-block; color: #000; margin: 10px 0 0 0; text-decoration: none }
.orderPage .addNew:hover { text-decoration: underline }
.orderPage .adrese .toShow1, .orderPage .adrese .toShow2, .orderPage .adrese .toShow3 { display: none }
.orderPage .form { width: 100% }
.orderPage #authAccount { max-width: 100% }
.orderPage .form .line.socialReg { margin: 20px 0 0 0 }
.orderPage .form .line.or { margin: 20px 0 }
.orderPage .backToAccount { font-size: 15px!important; padding: 0 0 0 20px; line-height: 15px; margin: 0 0 0 15px; border-left: 1px solid #d3d3d3; vertical-align: middle; font-weight: 600; display: inline-block; color: #009189; text-decoration: none }
.orderPage .backToAccount .fa { margin: 0 3px }
.orderPage .backToAccount:hover { color: #555 }
.orderPage .orderInfoLine { letter-spacing: 0.05em; padding: 15px 25px; background: rgba(0,0,0,0.05); margin: 10px 0 0 0 }
.orderPage .orderInfoLine b { font-size: 17px; display: block }
.orderPage .orderInfoLine .adresa { margin: 10px 0; background: #fff; padding: 15px; display: block }
.orderPage .orderInfoLine .adresa span { font-size: 12px; color: #333; display: block }
.orderPage .orderInfoLine .adresa span.nume { font-style: normal; font-size: 14px; font-weight: 600; text-transform: uppercase; margin-bottom: 4px }
.orderPage .orderInfoLine .adresa span.tip { position: absolute; right: 0; top: 15px; font-style: normal; color: #999 }
.orderPage .orderInfoLine .adresa span.tip i:nth-child(2) { margin-left: 20px }
.orderPage .orderInfoLine .adresa span.firma { margin-bottom: 8px }
.orderPage .succesOrder { text-align: center; color: #999; padding: 40px 0 }
.orderPage .succesOrder h1 { color: #000; text-transform: uppercase; font-weight: 300; font-size: 25px; margin: 20px 0 10px 0 }
.orderPage .succesOrder i { color: #009189; display: block; font-size: 80px }

.adresaExtern { width: 600px }
.adresaExtern h2 { border-bottom: 1px solid #ccc; padding: 0 0 20px 0; text-transform: uppercase; font-weight: 300; font-size: 20px; margin: 0 0 20px 0 }
.adresaExtern .toShow1, .adresaExtern .toShow2, .adresaExtern .toShow3 { display: none }
.adresaExtern #addressFormOrder { width: 100%; max-width: auto }
.adresaExtern .form label { padding-top: 5px }
.adresaExtern .form .errorLine2 { padding-bottom: 0 }
.adresaExtern .form .radios { margin-bottom: 15px }

.orderPage .orderNav { margin: 20px 0 30px 0 }
.orderPage .orderNav a { width: 48%; border-radius: 25px; display: block; font-size: 14px; padding: 15px 25px; text-decoration: none; text-transform: uppercase; text-align: center; float: left; color: #999; border: 1px solid #ccc; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.orderPage .orderNav a:hover { color: #000; border-color: #000 }
.orderPage .orderNav a:nth-child(2) { border: 0; background: #009189; color: #fff; float: right }
.orderPage .orderNav a:nth-child(2):hover { opacity: 0.8 }
.orderPage .orderNav.center  { text-align: center }
.orderPage .orderNav.center a { float: none; display: inline-block }

#toogleFiltre { display: none }

.emptyDiv { text-align: center; padding: 20px; border: 1px solid #d3d3d3; margin: 40px 0 }

.checkout-wrap {
  color: #444;
  margin: 20px auto 40px auto;
  max-width: 1000px;
  position: relative;
}
ul.checkout-bar {
  margin: 0 20px;
}
ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
}
ul.checkout-bar li:before {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
  background: #ddd;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 90;
}
ul.checkout-bar li.active {
  color: #009189;
  font-weight: bold;
}
ul.checkout-bar li.active:before {
  background: #009189;
  z-index: 100;
}
ul.checkout-bar li.visited {
  background: #ececec;
  color: #555;
  z-index: 100;
}
ul.checkout-bar li.visited:before {
  background: #555;
}
ul.checkout-bar li:nth-child(1):before {
  content: "1";
}
ul.checkout-bar li:nth-child(2):before {
  content: "2";
}
ul.checkout-bar li:nth-child(3):before {
  content: "3";
}
ul.checkout-bar li:nth-child(4):before {
  content: "4";
}
ul.checkout-bar a {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
@media all and (min-width: 800px) {
  .checkout-bar li.active:after {
    background-size: 35px 35px;
    background-color: #009189;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }
  ul.checkout-bar li:nth-child(4):after {
	border-radius: 0 15px 15px 0;
  }
  .checkout-wrap {
    margin: 80px auto;
  }
  ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
    background-size: 35px 35px;
    background-color: #ececec;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #555;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 22%;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #555;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 50;
  }
}


#mask { display: none; width: 100%; height: 100%; background: rgba(0,0,0,0.90); position: fixed; z-index: 8000; left: 0; top: 0 }
.sidebar { display: none; -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.47); -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.47); box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.47); width: 25%; min-width: 300px; max-width: 400px; height: 100%; position: fixed; top: 0; z-index: 999999999; background: #fff }
.sidebar#leftTabsFixed { left: -400px }
.sidebar .title { line-height: 22px; position: relative; text-align: right; color: #fff; background: #000; font-size: 16px; padding: 23px 24px }
.sidebar .title i { display: block; padding: 24px; cursor: pointer; position: absolute; left: 0; font-size: 20px; top: 0 }
.sidebar .title i:hover { background: #333 }
.sidebar .loading { display: none; text-align: center; margin: 50px 0 }
.sidebar .loading svg { display: block; margin: 0 auto; width: 50%; max-width: 150px }
.sidebar .sidebarTab { height: 100%; padding: 10px; display: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.sidebar .sidebarTab .submenu a { text-decoration: none; text-transform: uppercase; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; height: 45px; padding: 0 20px; line-height: 45px; text-align: left; color: #333; border-bottom: 1px solid #ebebeb }
.sidebar .sidebarTab .submenu a i { display: inline-block; width: 15px; text-align: center; margin-right: 3px }
.sidebar .sidebarTab .submenu a::after { float: right; content: "\f054"; font-family: "Font Awesome 5 Free"; font-weight: 600; font-size: 18px; color: #ebebeb }
.sidebar .sidebarTab .submenu a:hover { padding-left: 40px }
.sidebar .sidebarTab .wishtlistProds { height: calc(100vh - 157px); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.sidebar .sidebarTab .cosProds { height: calc(100vh - 267px) }
.sidebar .sidebarTab .wishtlistProds .produs, .sidebar .sidebarTab .cosProds .produs { margin: 0 15px; position: relative; border-bottom: 1px solid #ebebeb; padding: 10px 0 }
.sidebar .sidebarTab .produs .imagine { margin-top: 3px; color: #fff; text-decoration: none; float: left; width: 17% }
.sidebar .sidebarTab .cosProds .produs .imagine { margin-top: 6px; width: 20% }
.sidebar .sidebarTab .cosProds h3 { padding: 15px 0; color: #333; font-size: 13px; font-weight: 300; text-align: center; border-bottom: 1px solid #ebebeb }
.sidebar .sidebarTab .cosProds h3 b { font-weight: 600 }
.sidebar .sidebarTab .produs .imagine img { display: block; width: 100% }
.sidebar .sidebarTab .produs .rightProd { padding-top: 3px; font-size: 12px; line-height: 20px; width: 80%; float: right }
.sidebar .sidebarTab .cosProds .produs .rightProd { width: 75% }
.sidebar .sidebarTab .produs .rightProd span { color: #333; display: block }
.sidebar .sidebarTab .produs .rightProd .name { display: block; margin-bottom: 3px; line-height: 120%; color: #333; text-decoration: none }
.sidebar .sidebarTab .produs .rightProd a:hover { color: #999 }
.sidebar .sidebarTab .produs .rightProd span b { font-weight: 400; color: #999 }
.sidebar .sidebarTab .produs .removeWishlist { font-size: 13px; display: block; color: #999; position: absolute; right: 0; top: 13px; text-decoration: none }
.sidebar .sidebarTab .produs .removeCart { font-size: 13px; display: block; color: #999; position: absolute; right: 0; top: 13px; text-decoration: none }
.sidebar .sidebarTab .produs .removeWishlist:hover { color: #000 }
.sidebar .sidebarTab .produs .removeCart:hover { color: #000 }
.sidebar .sidebarTab .bottomPart { height: 80px; position: absolute; left: 0; width: 100%; bottom: 0; background: #fff; padding: 20px; border-top: 1px solid #d3d3d3; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.sidebar .sidebarTab.cos .bottomPart { height: 190px }
.sidebar .sidebarTab .bottomPart .linkButton { font-size: 14px; font-weight: 300; display: block; text-align: center; background: #999; color: #fff; text-decoration: none; padding: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.sidebar .sidebarTab .bottomPart .blankButton { font-size: 14px; font-weight: 300; display: block; text-align: center; border: 1px solid #999; color: #999; text-decoration: none; padding: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.sidebar .sidebarTab.cos .bottomPart .blankButton { margin-top: 10px }
.sidebar .sidebarTab .bottomPart .linkButton:hover { background: #000 }
.sidebar .sidebarTab .bottomPart .blankButton:hover { color: #000; border-color: #000 }
.sidebar .sidebarTab .bottomPart .subtotal { letter-spacing: 0.05em; margin: 0 0 20px 0; color: #333; font-size: 13px; padding: 5px 0 15px 0; border-bottom: 1px solid #ebebeb }
.sidebar .sidebarTab .bottomPart .subtotal span { float: right }
.sidebar .sidebarTab .nothing { text-align: center; padding: 40px 20px }
.sidebar .sidebarTab .nothing i { color: #999; display: block; font-size: 40px!important }
.sidebar .sidebarTab .nothing h4 { font-weight: 300; color: #333; font-size: 17px; margin: 25px 0 10px 0 }
.sidebar .sidebarTab .nothing h5 { font-weight: 400; color: #333; font-size: 13px }

#regAccount, #authAccount { margin: 60px auto; max-width: 50% }
.form { text-align: left; margin: 0 auto }
.form .line { margin: 15px 0 }
.form .cols2 { margin: 15px 0 }
.form .cols2 .line { margin: 0; width: 48%; float: left }
.form .cols2 .line:last-of-type { float: right }
.form .line.or { font-style: italic; color: #999; font-weight: 300; margin: 35px 0 10px 0; text-align: center; font-size: 15px }
.form .line.socialReg { margin: 40px 0 20px 0 }
.form .line.socialReg .buton { float: none; margin: 5px 0; text-align: left; padding-left: 53px }
.form .line.wText { margin: 20px 0 10px 0 }
.form .line.double.wMargin { margin-top: 20px }
.form .line.trp .line { float: left; margin: 0; width: 31% }
.form .line.trp .line:nth-child(2n+2) { margin: 0 3.5% }
.form .line.ptr .line { float: left; margin-right: 17px; width: 23.3% }
.form .line.ptr .line:last-child { margin-right: 0; float: right }
.form .line.triple select { float: left; margin-right: 2%; width: 47% }
.form .line.triple select[name="zi"] { text-align: center; float: left; width: 27% }
.form .line.triple select[name="an"] { margin-right: 0; text-align: center; float: left; width: 22% }
.form .line.last { margin-top: 30px }
.form .line.last > * { display: inline-block; vertical-align: middle; line-height: 45px }
.form .line.last > span { opacity: 0.8; padding: 0 15px }
.form label { display: block; padding: 0; margin: 0 0 7px 0; font-size: 17px; color: #000 }
.form .text { width: 100%; padding: 0 15px; line-height: 50px; height: 50px; color: #555; border: 1px solid #ccc }
.form .text.error { border-color: #b44 }
.form .errorLine2, .form .errorLine, .form .socialError { display: none; padding: 5px 0; font-size: 11px; color: #b44 }
.form .socialError { display: none; text-align: center }
.form .text:focus { color: #000; border-color: #000 }
.form .buton { position: relative; display: block; text-decoration: none; cursor: pointer; padding: 0 26px; color: #fff; text-transform: uppercase; font-size: 14px; border: 0; line-height: 45px; letter-spacing: 0.5px; font-weight: 700; background: #000; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
.form .buton i { background: #f4f6f9; width: 33px; text-align: center; position: absolute; left: 0; top: 0; line-height: 45px; padding: 0 5px }
.form .buton:hover { background: #333 }
.form .buton.gp { padding-left: 65px; background: none; color: #cf4332; border: 1px solid #cf4332 }
.form .buton.gp i { color: #fff; background: #cf4332 }
.form .buton.gp:hover { opacity: 0.8 }
.form .raspuns { display: none; color: #b44 }
.form .raspuns.ok { color: #37b300 }
.form a { color: #999 }
.form a:hover { color: #000 }
.form #resetPass { color: #999; display: block; margin-top: 20px }
.form #resetPass:hover { color: #000 }
.form .checkbox { cursor: pointer; margin: 15px 0 }
.form .checkbox i { margin-right: 5px }
.form.right .checkbox { text-align: right }
.form .radios .radio { cursor: pointer; margin: 0 0 7px 0; cursor: pointer }
.form .radios.inline .radio { margin: 0 20px 0 0; display: block; float: left }
.form .radios .radio i { margin-right: 5px }
.form .regSuccess { border: 1px solid #37b300; padding: 10px; color: #37b300; text-align: center; font-weight: 700 }

#recuperareParola { width: 400px; display: none }
#recuperareParola h4 { margin-bottom: 20px }
#recuperareParola h3 { border-bottom: 1px solid #ccc; padding: 0 0 20px 0; text-transform: uppercase; font-weight: 300; font-size: 20px; margin: 0 0 20px 0 }
 
.paymentStatus { min-height: 40vh; font-size: 15px; text-align: center; padding: 200px 0 }
.paymentStatus span { width: 100%; text-align: center; display: block }
.paymentStatus span.main { color: #254c64; margin: 0 0 10px 0; font-size: 22px }
.paymentStatus span.main .fa { display: block; margin: 0 0 20px 0; font-size: 60px!important }
.paymentStatus.err span.main { color: rgb(184, 3, 3); margin: 0 0 10px 0; font-size: 22px }

.loadingPay { min-height: 40vh; font-size: 18px; text-align: center; padding: 200px 0 }
.loadingPay span { width: 100%; text-align: center; display: block }
.loadingPay #circleImage { background-image: repeating-linear-gradient(-45deg, #d3d3d3, #d3d3d3 11px, #fff 10px, #fff 20px); background-size: 28px 28px; animation: move .5s linear infinite; padding: 25px; khtml-border-radius: 50%; moz-border-radius: 50%; webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.18); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.18); box-shadow: 0px 0px 10px rgba(0,0,0,0.18); max-width: 50%; width: 200px; margin: 30px auto; display: block }
@keyframes move { 0% { background-position: 0 0 } 100% { background-position: 28px 0 } }

/* Media: Mobile/Tablet */
@media screen and (max-width: 60em) {
	body { -webkit-text-size-adjust: none }
  .inside { min-width: 95%; max-width: 95%; width: 95% }
  .noDesktop { display: block!important }
  .noMobile { display: none!important }

  #menu, #userBar { display: none }

  #mainMesaj { font-size: 12px  }
  #mainMesaj .inside { min-width: 90%; max-width: 90%; width: 90%; padding: 10px 0!important }

  #header { background: #fff; top: 0; position: sticky; width: 100%; z-index: 500 }
  #header .inside { padding: 1px 0; align-items: center; display: flex }
  #header .inside > div {  }
  #header .inside > div.c1 { flex-basis: 35% }
  #header .inside > div.c2 { display: none!important }
  
  #header .inside > div.c3 { display: none; width: 110%; border-top: 1px solid #d3d3d3; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  position: absolute; left: -5%; top: 100%; background: #fff; padding: 10px 20px }

  #header .inside > div.c4 { flex-basis: 65% }
  #header .inside > div #logo { display: block; max-width: 300px; width: 100% }
  #header .inside > div #logo img { display: block; width: 100% }

  #cm-popup-overlay { width: 90%!important; z-index: 99999999999!important; left: 5%!important }

  #header #rightLinks .item { position: relative; float: left }
  #header #rightLinks .item.noDesktop { display: block }
  #header #rightLinks .item a { padding: 24px 0 23px 0; position: relative; display: block; font-size: 11px; color: #000; text-decoration: none }
  #header #rightLinks .item a:hover { background: none }
  #header #rightLinks .item a { padding-left: 10px!important; padding-right: 0!important }
  #header #rightLinks .item a .hideOnScroll { display: none!important }
  #header #rightLinks .item a span { display: none!important }
  #header #rightLinks .item a .fas, #header #rightLinks .item a .far { font-size: 20px; margin-right: 0!important }
  #header #rightLinks .item .cartIcon { padding-top: 22px }
  #header #rightLinks .item .cartIcon svg { width: 18px }
  #header #rightLinks .item .cartIcon span { left: -3px; bottom: 18px; font-size: 11px }
  #header #rightLinks .item .cartIcon .badge { left: auto; bottom: auto; top: 9px; right: -5px }

  .orderPage #cartUpdates { width: 100%; border: 0; padding: 0; float: none }
  .orderPage #cartUpdates input { border-radius: 0 }
  .orderPage #cartRight { width: 100%; border: 0; margin-top: 20px; padding: 0; float: none }
  .orderPage #continutCos .cosProdus .imagine { padding-right: 5%; width: 20% }

  .pageTitle #inNav { text-align: center; padding: 0 20px }

  #newsletterBox { margin: 20px 0 0 0; width: 100% } 
  
  #heroImage { background-size: cover; text-align: center; height: auto; background: none!important }
  #heroImage #scrollGif { font-size: 25px }
  #heroImage #heroContent { position: absolute; width: 100%; left: 0; bottom: 0; text-align: center }
  #heroImage #heroContent * { color: #000; text-align: center }
  #heroImage #heroContent span.l1 { display: none }
  #heroImage #heroContent span.l2 { display: none }
  #heroImage #heroContent span.l3 { display: none }
  #heroImage #heroContent span.btn { display: none }
  #heroImage #heroContent #heroContentRow { padding-bottom: 35px; vertical-align: bottom }

  #sliderHome { width: 100%; margin: 0 auto }
  #sliderHome img { width: 100% }
  #sliderHome img.deskImg { display: none }
  #sliderHome img.mobImg { display: block }
  
  .bannerImage img.deskImg { display: none }
  .bannerImage img.mobImg { margin-bottom: 20px; display: block }
  
  #content.textPage { margin: 0; padding-bottom: 0 }
  #content.textPage .wColumns { -moz-column-count: 1; -moz-column-gap: 0; -webkit-column-count: 1; -webkit-column-gap: 0; column-count: 1; column-gap: 0 }


  .pageTitle { margin-top: 10px }
  .pageTitle .submenu a { padding: 0 15px }
  .pageTitle .submenu { white-space: nowrap; overflow-x: auto; margin: 15px 0 40px 0 }
  .form .buton { padding: 0 15px 0 }
  .form .line { margin: 10px 0 }

  #content .inside { width: 90% }
  #content { min-height: 100% }
  #content.categoriePage { margin-top: 0 }
  .pageTitle.wBorder { padding-bottom: 15px }
  .simplebar-content { padding-bottom: 75px!important }

  .sidebar { width: 70%; min-width: 300px; max-width: 550px }

  .productPage .inside { width: 90% }
  .productPage .prezentareProdus {  }
  .productPage .galerieImagini { position: relative; margin: 0 0 20px 0; float: none; width: 100% }
  .productPage .galerieImagini a { color: #fff; text-decoration: none }
  .productPage .galerieImagini .fa-search-plus { display: none }
  .productPage .galerieImagini .owl-controls { margin: 0 }
  .productPage .galerieImagini .owl-controls .owl-nav [class*="owl-"] { background: none!important; padding: 0; height: auto; margin: 0; color: #999!important; font-size: 35px!important; position: absolute; top: 47% }
  .productPage .galerieImagini .owl-controls .owl-nav [class*="owl-"]:hover { color: #000!important }
  .productPage .galerieImagini .owl-controls .owl-prev { left: 0 }
  .productPage .galerieImagini .owl-controls .owl-next { right: 0 }
  .productPage .galerieImagini img { padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background: #fff; display: block; width: 100% }

  .productPage .informatiiProdus { float: none; width: 100% }
  #succes2Cart { color: #fff; text-align: center; position: relative; margin-top: 15px; display: none; background: #fff; padding: 15px; border: 1px solid #000; color: #999 }
  #succes2Cart .fas { position: absolute; top: -13px; font-size: 30px; color: #000; display: inline-block }
  #succes2Cart span { margin: 0 0 5px 0; display: block }
  #succes2Cart span b { color: #333; font-weight: 600 }
  #succes2Cart span.titlu { color: #333; font-size: 15px }
  #succes2Cart span.subtitlu { letter-spacing: 0.05em; font-size: 14px }
  #succes2Cart span.produse { font-size: 12px }
  #succes2Cart a { font-size: 12px; margin-top: 5px; font-weight: 300; display: block; text-align: center; background: #999; color: #fff; text-decoration: none; padding: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 48%; float: left }
  #succes2Cart a:hover { background: #000 }
  #succes2Cart a:last-of-type { background: none; border: 1px solid #999; color: #999 }
  #succes2Cart a:last-of-type { float: right }
  #succes2Cart a:last-of-type:hover { color: #000; border-color: #000 }
  .productPage .tabsInner { max-width: 100% }

  .produse.single { grid-template-columns: repeat(2, 1fr) }

  
  .productPage #legaturiProduse { margin: 30px 0 10px 0 }
  .productPage #legaturiProduse .legatura { overflow: hidden; position: relative; float: left; margin: 0 5px 5px 0; display: block; float: left }
  .productPage #legaturiProduse .legatura .pret { font-weight: 600; display: block; font-size: 15px }
  .productPage #legaturiProduse .legatura .qty { display: block; font-size: 12px }
  .productPage #legaturiProduse .legatura a { border: 1px solid #d3d3d3; padding: 5px 20px; background: #f4f6f9; display: block; color: #555; text-decoration: none }
  .productPage #legaturiProduse .legatura a:hover { background: #fff; color: #666 }
  .productPage #legaturiProduse .legatura .wColor a { padding: 5px; }
  .productPage #legaturiProduse .legatura .wColor a .culoare{ display: block; width: 35px; height: 35px }
  .productPage #legaturiProduse .legatura .wColor a:hover { opacity: 0.8 }
  .productPage #legaturiProduse .legatura.active a { color: #666; background: #fff; border-color: #666 }
  .productPage #legaturiProduse .legatura.active .pret { font-weight: 600 }
  .productPage .freeDelivery { color: #009189; border: 1px solid #f4f6f9; border-left: 2px solid #009189; display: inline-block; font-size: 12px; text-transform: uppercase; padding: 5px 15px; margin: 15px 0 -5px 0 }
  .productPage .freeDelivery:nth-child(2) { margin-left: 10px }
  .productPage .freeDelivery.outofstock { margin: 30px 0 25px 0 }

  .productPage .prezentareCols .leftCol { float: none; width: 100% }
  .productPage .prezentareCols .rightCol { margin-top: 25px; float: none; width: 100% }
  .productPage .prezentareCols .contentArea { height: auto }

  .productPage .prezentareCols { border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; padding: 25px 0; margin: 25px 0; font-size: 13px; color: #333 }
  .productPage .prezentareCols .textZone { padding-right: 0 }
  .productPage .noteCols { margin-top: 15px }
  .productPage .noteCols .col { float: none; width: 100% }
  .productPage .noteCols .col:nth-child(1) { padding: 0 }
  .productPage .noteCols .col:nth-child(2) { margin: 10px 0; padding: 0 } 
  .productPage .noteCols .col:nth-child(3) { padding: 0 }

  .productPage .tabsInner .tab#tab1 .textZone { width: 100% }
  .productPage .tabsInner .tab#tab2 .textZone { width: 100% }

  .productPage .tabsController { display: none }
  .productPage .tabsInner .tab { border-bottom: 1px solid #d3d3d3; padding: 15px 0; display: block }
  .productPage .tabsInner .tab > h2 { margin: 0; display: block }
  .productPage .tabsInner .tab > h2 .fa { float: right }
  .productPage .tabsInner .tab .textZone { padding: 15px 0 10px 0; display: none }

  .tabTitles { max-width: 100% }
  .tabTitles a { display: inline-block; font-size: 15px; line-height: 30px }
  #regAccount, #authAccount { max-width: 100% }

  .categoriePage #categorieLeft .totalProducts h1 { display: block; text-align: center }
  .categoriePage #categorieLeft .totalProducts span { margin: -5px 0 10px 0; display: block; text-align: center }
  .categoriePage #categorieLeft .listingBar > * { display: block; float: none!important }

  .productPage #inNav { margin-bottom: 15px }
  
  .produse { grid-template-columns: repeat(2, 1fr); }
  .produse .produs { padding: 12px }
  .produse .produs .image img { padding: 20px 10px 10px 10px }
  .produse .produs .pret { margin-top: 10px }
  
  #toogleFiltre { text-transform: uppercase; display: block; background: #000; text-decoration: none; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 99999; color: #009189; text-align: center; padding: 14px 0 }
  #toogleFiltre .fa { margin-right: 4px }

  .categoriePage #filtre { display: none; color: #333; width: 100%; padding: 70px 25px 50px 25px; overflow-y: auto; height: 100%; float: none; background: rgba(255,255,255,0.99); position: fixed; top: 0; left: 0; z-index: 9999; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
  .categoriePage #filtre .filtru .wScroll { overflow: hidden; max-height: 200px }
  .categoriePage #filtre .filtru .simplebar-content { padding-bottom: 20px!important }

  .categoriePage #filtre .filtru .optiuni { display: block; padding: 10px; border-bottom: 2px solid #000 }
  .categoriePage #filtre .filtru.wPret .optiuni { padding-bottom: 20px }
  .categoriePage #filtre .filtru h2 { border-bottom: 1px solid #ebebeb; padding: 14px 10px; font-size: 13px; cursor: pointer; letter-spacing: .1em; text-transform: uppercase; font-weight: 400; color: #333 }
  .categoriePage #filtre .filtru h2 i { float: right; color: #ccc }
  .categoriePage #filtre .filtru .optiuni label { font-size: 12px; letter-spacing: .1em; font-weight: 400; margin: 5px 0; display: block; position: relative; cursor: pointer }
  .categoriePage #filtreForm { margin-bottom: 60px }
  .categoriePage #filtreFormSecundar label { border: 1px solid #f4f6f9; padding: 5px 10px; font-size: 12px; letter-spacing: .1em; font-weight: 400; margin: 3px 0; display: block; position: relative; cursor: pointer }
  .categoriePage #filtre .filtru .optiuni label:hover { color: #999 }
  .categoriePage #filtreFormSecundar label:hover { color: #999 }
  .categoriePage #filtre .filtru .optiuni label i { margin-right: 4px }
  .categoriePage #filtreFormSecundar label i { margin-right: 0 }
  .categoriePage #filtre .filtru .optiuni label input { display: none }
  .categoriePage #filtreFormSecundar label input { display: none }
  .categoriePage #filtre ul { list-style: none }
  .categoriePage #filtre ul li { margin: 5px 0 }
  .categoriePage #filtre ul li a { font-size: 12px; letter-spacing: .1em; font-weight: 400; color: #333; text-decoration: none }
  .categoriePage #filtre ul li a:hover { color: #999 }
  .categoriePage #filtre ul li ul li { margin-left: 10px }
  .categoriePage #filtre ul li span { color: #ccc }
  .categoriePage #filtre ul li a.active { font-weight: 600; color: #000 }
  .categoriePage #filtre #filterSearchInput { display: block; width: 100%; margin: 0 0 5px 0; border: 0; border-bottom: 1px solid #ccc; padding: 0 0 5px 0; color: #999 }

  .categoriePage #categorieLeft { padding-left: 0; width: 100%; float: none } 
  .categoriePage .notfound { text-align: center; padding: 20px; color: #999; font-size: 14px }
  .categoriePage #sortareProduse { text-align: center }

  .paginatie { margin-top: 30px; padding-top: 20px; border-top: 1px solid #ccc; text-align: center; list-style: none }
  .paginatie li { display: inline }
  .paginatie a, .paginatie span {  margin-left: 20px; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; border-bottom: 2px solid transparent; text-decoration: none; display: inline-block; color: #999; padding: 5px }
  .paginatie a.gri { color: #000 }
  .paginatie a:hover { border-color: #000 }

  .filtrareLitere { float: left; width: 120px }
  .filtrareLitere a { display: block; color: #ccc; font-weight: 600; font-size: 15px; padding: 10px; margin: 0 0 5px 0; text-align: center; background: #fff; text-decoration: none }
  .filtrareLitere a.active, .filtrareLitere a:hover { background: #333; color: #fff }
  .listaBranduri { float: left; width: 80% }
  .listaBranduri .letter { min-height: 250px; margin: 0 0 50px 0; position: relative }
  .listaBranduri .letter .letterChar { position: absolute; z-index: -1; left: -10px; top: -30px; font-size: 250px; line-height: 200px; font-weight: 400; color: #ededed }
  .listaBranduri .letter ul { -moz-column-count: 2; -moz-column-gap: 15px; -webkit-column-count: 2; -webkit-column-gap: 15px; column-count: 2; column-gap: 15px; list-style: none }
  .listaBranduri .letter ul li { line-height: 35px }
  .listaBranduri .letter ul li a { letter-spacing: 0.05em; display: inline-block; color: #333; text-decoration: none; font-weight: 600; font-size: 13px }
  .listaBranduri .letter ul li a:hover { text-decoration: underline; color: #999 }

  .filtrareLitere { top: 70px; float: right; width: 15% }


  .accountPage .accountMenu .submenu a { margin: 3px 15px 3px 0 }
  .accountPage .tabTitles a { line-height: 30px; margin: 5px; padding: 0 10px }

  .accountPage .sectionAccount .col { width: 100%; float: none; margin-right: 0 }
  .accountPage .sectionAccount .col.c2 { width: 100% }
  .accountPage .sectionAccount .col.c3 { margin-right: 0; width: 100% } 
  .accountPage .box.thumbnail { width: 40% }
  .accountPage .box.user { width: 59% }
  .accountPage .box.wishlist { height: auto }
  .accountPage .box.banner { display: none }
  
  .accountPage .tabList .tab#tab1 form:first-of-type { margin-top: 0 }
  .accountPage .tabList .tab#tab1 form:first-of-type { width: 100% }
  .accountPage .tabList .tab#tab1 form.last { width: 100% }
  .accountPage .tabList .leftAddress { width: 100%; float: none }
  .accountPage .tabList .rightAddress { margin-top: 20px; width: 100%; float: none }

  .accountPage .tabList .listaAccountWishlistProducts .produs { margin: 0 0 10px 0; width: 50% }
  .accountPage .tabList .wishlistLists .wList { margin: 20px auto; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }

  #newsletterBar { padding: 40px 0 50px 0 }
  #newsletterBar .inside { width: 95%; min-width: 95%; max-width: 95% }
  #newsletterBar h3 { font-size: 28px; line-height: 30px }
  #newsletterBar p { width: 90% }
  #newsletterBar input { border-radius: 0 }
  #newsletterBox .line { width: 100%; float: none!important }
  #newsletterBox .line:last-of-type { margin-top: 10px; width: 100%; float: none!important }

  .introBanners .box .inside { display: block; width: 90%; min-width: 90%; max-width: 90% }
  .introBanners .box .inside > div { display: block; width: 100% }
  .introBanners .box .inside > div img { margin: 0 0 40px 0; max-width: 100% }
  .introBanners .box .inside .infoBox span.l1 { font-size: 27px; margin-bottom: 5px; line-height: 33px }
  .introBanners .box .inside .infoBox span.l2 { font-size: 20px }

  #footer .inside { width: 90%; min-width: 90%; max-width: 90% }
  #footer .footerMenu { font-size: 13px; padding: 10px 0 }
  #footer .footerMenu .col { width: 48%; margin: 20px 0; float: left }
  #footer .footerMenu .col:nth-child(2n+2) { float: right }
  #footer .footerMenu .col h4 { margin-bottom: 15px; font-size: 16px }
  #footer .footerMenu .col span { opacity: 0; display: block; height: 1px; line-height: 1px }
  #footer .copyright { text-align: center }
  #footer .anpc { margin-top: 20px; position: relative; top: auto; right: 0; text-align: center; transform: none }


  .orderPage .methOrder { padding: 25px; background: #f4f6f9 }
  .orderPage .methOrder .col { float: none; width: 100% }
  .orderPage .methOrder .col.livrare { margin-top: 20px; float: none }
  #methForm .leftOrderPart .leftOrderPartBg > div.plata { margin-bottom: 20px!important; float: none }
  

  .accountPage .box.comenzi { height: auto }

  .orderPage .adrese .adresa { position: relative; border-bottom: 1px solid #ccc; padding: 15px 0 }
  .orderPage .adrese .adresa:first-of-type { padding-top: 0 }
  .orderPage .adrese .adresa:last-of-type { padding-bottom: 0; border: 0 }
  .orderPage .adrese .adresa a { display: inline-block; color: #999; text-decoration: none; margin: 8px 20px 0 0 }
  .orderPage .adrese .adresa a:hover { color: #000 }
  .orderPage .adrese .adresa span { font-size: 12px; color: #333; display: block }
  .orderPage .adrese .adresa span.nume { font-style: normal; font-size: 14px; font-weight: 600; text-transform: uppercase; margin-bottom: 4px }
  .orderPage .adrese .adresa span.tip { position: absolute; right: 0; top: 15px; font-style: normal; color: #999 }
  .orderPage .adrese .adresa span.tip i:nth-child(2) { margin-left: 20px }
  .orderPage .adrese .adresa span.firma { margin-bottom: 8px }
  .orderPage .adrese .nothing { margin: 0 }
  .orderPage .addNew { display: inline-block; color: #000; margin: 10px 0 0 0; text-decoration: none }
  .orderPage .addNew:hover { text-decoration: underline }
  .orderPage .adrese .toShow1, .orderPage .adrese .toShow2, .orderPage .adrese .toShow3 { display: none }
  .orderPage .form { width: 100% }
  .orderPage #authAccount { max-width: 100% }
  .orderPage .form .line.socialReg { margin: 20px 0 0 0 }
  .orderPage .form .line.or { margin: 20px 0 }
  .orderPage .backToAccount { margin: 0; border: 0; padding: 0; display: block }
  .orderPage .orderInfoLine { letter-spacing: 0.05em; padding: 15px 25px; background: #f4f6f9; margin: 10px 0 0 0 }
  .orderPage .orderInfoLine b { font-size: 17px; display: block }
  .orderPage .orderInfoLine .adresa { margin: 10px 0; background: #fff; padding: 15px; display: block }
  .orderPage .orderInfoLine .adresa span { font-size: 12px; color: #333; display: block }
  .orderPage .orderInfoLine .adresa span.nume { font-style: normal; font-size: 14px; font-weight: 600; text-transform: uppercase; margin-bottom: 4px }
  .orderPage .orderInfoLine .adresa span.tip { position: absolute; right: 0; top: 15px; font-style: normal; color: #999 }
  .orderPage .orderInfoLine .adresa span.tip i:nth-child(2) { margin-left: 20px }
  .orderPage .orderInfoLine .adresa span.firma { margin-bottom: 8px }
  .orderPage .succesOrder { text-align: center; color: #999; padding: 40px 0 }
  .orderPage .succesOrder h1 { color: #000; text-transform: uppercase; font-weight: 300; font-size: 25px; margin: 20px 0 10px 0 }
  .orderPage .succesOrder i { color: #009189; display: block; font-size: 80px }


  #methForm { position: relative }
  #methForm .midLength { margin-top: 50px!important; margin-bottom: 15px; width: 100% }
  #methForm .midLength h3 { top: -60px }
  #methForm .leftOrderPart { padding-right: 0; width: 100%; float: none }
  #methForm .rightOrderPart { position: relative; top: auto; border: 0; padding: 0; width: 100%; float: none; margin-top: 0 }
  .orderPage #methForm #continutCos { background: none; border-left: 0; padding: 0 }
  .orderPage #methForm #continutCos > h3 a { margin-top: -1px; letter-spacing: 0; font-size: 13px; float: right; display: inline-block; text-decoration: none; color: #444; border: 1px solid #444; padding: 0 10px; line-height: 25px; vertical-align: middle }
  .orderPage #methForm #continutCos > h3 a:hover { color: #fff; background: #000 }
  .orderPage #methForm #continutCos #validateStep { margin-bottom: -15px; float: none }
  .orderPage #methForm .plt .methOps { width: 100%; float: none }
  .orderPage #methForm .plt .methOps:nth-child(2) { margin-top: 5px; float: none }

  .adresaExtern { width: 600px }
  .adresaExtern h2 { border-bottom: 1px solid #ccc; padding: 0 0 20px 0; text-transform: uppercase; font-weight: 300; font-size: 20px; margin: 0 0 20px 0 }
  .adresaExtern .toShow1, .adresaExtern .toShow2, .adresaExtern .toShow3 { display: none }
  .adresaExtern #addressFormOrder { width: 100%; max-width: auto }
  .adresaExtern .form label { padding-top: 5px }
  .adresaExtern .form .errorLine2 { padding-bottom: 0 }
  .adresaExtern .form .radios { margin-bottom: 15px }


  
  .checkout-wrap { margin: 10px auto 10px auto; }
  ul.checkout-bar { display: none }

  #content.orderPage { margin-top: 20px }

  .form .buton { border-radius: 0; -webkit-appearance: none }
  .form .text { border-radius: 0; -webkit-appearance: none }
  .form label { padding: 6px 0 }
  .form .line.double.wMargin { margin: 0 }
  .form .line.double .line { width: 100%; margin: 0 0 5px 0; float: none }
  .form .line.double .line:last-of-type { float: none }
  .form .line.triple select { float: left; text-align: center; margin-right: 1%; width: 48% }
  .form .line.triple select[name="zi"] { width: 25% }
  .form .line.triple select[name="an"] { width: 25% } 
  
  .form .line.trp .line { float: none; width: 100% }
  .form .line.trp .line:nth-child(2n+2) { margin: 7px 0 }
}

/* CSS: Ribbon */
.ribbonIcon { position: absolute; top: 1px; right: 1px; width: 0px; height: 0px; border-style: solid; border-width: 0px 35px 35px 0px; font-size: 10px; color: #fff; text-align: center; border-color: transparent #04029e transparent transparent }
.ribbonIcon i { position: absolute; top: 5px; left: 18px }
.ribbonIcon.error { border-color: transparent #009189 transparent transparent }

/* jQuery: Noty 3.2.0 */
.noty_layout_mixin,#noty_layout__top,#noty_layout__topLeft,#noty_layout__topCenter,#noty_layout__topRight,#noty_layout__bottom,#noty_layout__bottomLeft,#noty_layout__bottomCenter,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight{position:fixed;margin:0;padding:0;z-index:9999999;-webkit-transform:translateZ(0) scale(1,1);transform:translateZ(0) scale(1,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;filter:blur(0);-webkit-filter:blur(0);max-width:90%}#noty_layout__top{top:0;left:5%;width:90%}#noty_layout__topLeft{top:20px;left:20px;width:325px}#noty_layout__topCenter{top:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__topRight{top:20px;right:20px;width:325px}#noty_layout__bottom{bottom:0;left:5%;width:90%}#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}#noty_layout__bottomCenter{bottom:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{top:50%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px),-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerLeft{top:50%;left:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerRight{top:50%;right:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}.noty_progressbar{display:none}.noty_has_timeout.noty_has_progressbar .noty_progressbar{display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#646464;opacity:.2;filter:alpha(opacity=10)}.noty_bar{-webkit-backface-visibility:hidden;-webkit-transform:translate(0,0) translateZ(0) scale(1,1);-ms-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1);-webkit-font-smoothing:subpixel-antialiased;overflow:hidden}.noty_effects_open{opacity:0;-webkit-transform:translate(50%);-ms-transform:translate(50%);transform:translate(50%);-webkit-animation:noty_anim_in .5s cubic-bezier(0.68,-0.55,0.265,1.55);animation:noty_anim_in .5s cubic-bezier(0.68,-0.55,0.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_effects_close{-webkit-animation:noty_anim_out .5s cubic-bezier(0.68,-0.55,0.265,1.55);animation:noty_anim_out .5s cubic-bezier(0.68,-0.55,0.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_fix_effects_height{-webkit-animation:noty_anim_height 75ms ease-out;animation:noty_anim_height 75ms ease-out}.noty_close_with_click{cursor:pointer}.noty_close_button{position:absolute;top:2px;right:2px;font-weight:700;width:20px;height:20px;text-align:center;line-height:20px;background-color:rgba(0,0,0,0.05);border-radius:2px;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.noty_close_button:hover{background-color:rgba(0,0,0,0.1)}.noty_modal{position:fixed;width:100%;height:100%;background-color:#000;z-index:10000;opacity:.3;left:0;top:0}.noty_modal.noty_modal_open{opacity:0;-webkit-animation:noty_modal_in .3s ease-out;animation:noty_modal_in .3s ease-out}.noty_modal.noty_modal_close{-webkit-animation:noty_modal_out .3s ease-out;animation:noty_modal_out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes noty_modal_in{100%{opacity:.3}}@keyframes noty_modal_in{100%{opacity:.3}}@-webkit-keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_modal_out{100%{opacity:0;opacity:0}}@-webkit-keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@-webkit-keyframes noty_anim_height{100%{height:0}}@keyframes noty_anim_height{100%{height:0}}.noty_theme__metroui.noty_bar{margin:4px 0;overflow:hidden;position:relative;box-shadow:rgba(0,0,0,0.298039) 0 0 5px 0}.noty_theme__metroui.noty_bar .noty_progressbar{position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#000;opacity:.2;filter:alpha(opacity=20)}.noty_theme__metroui.noty_bar .noty_body{padding:1.25em;font-size:14px}.noty_theme__metroui.noty_bar .noty_buttons{padding:0 10px .5em}.noty_theme__metroui.noty_type__alert,.noty_theme__metroui.noty_type__notification{background-color:#fff;color:#1d1d1d}.noty_theme__metroui.noty_type__warning{background-color:#FA6800;color:#fff}.noty_theme__metroui.noty_type__error{background-color:#CE352C;color:#FFF}.noty_theme__metroui.noty_type__info,.noty_theme__metroui.noty_type__information{background-color:#1BA1E2;color:#FFF}.noty_theme__metroui.noty_type__success{background-color:#60A917;color:#fff}

/* jQuery: Tooltipster 4.2.6 */
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-box{border:none;background:#1b1b1b;background:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow{height:8px;margin-left:-8px;width:16px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow{height:16px;margin-left:0;margin-top:-8px;width:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border{border:8px solid transparent}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#1b1b1b;border-bottom-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border{border-left-color:#1b1b1b;border-left-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border{border-right-color:#1b1b1b;border-right-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border{border-top-color:#1b1b1b;border-top-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped{top:-8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped{left:-8px}

/* jQuery: SimpleBar 2.5.1 */
[data-simplebar]{position:relative;z-index:0;overflow:hidden;-webkit-overflow-scrolling:touch}[data-simplebar="init"]{display:-webkit-box;display:-ms-flexbox;display:flex}.simplebar-scroll-content{overflow-x:hidden;overflow-y:scroll;min-width:100%;-webkit-box-sizing:content-box;box-sizing:content-box}.simplebar-content{overflow-x:scroll;overflow-y:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100%}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;width:11px}.simplebar-scrollbar{position:absolute;right:2px;border-radius:7px;min-height:10px;width:7px;opacity:0;-webkit-transition:opacity .2s linear;transition:opacity .2s linear;background:#000;background-clip:padding-box}.simplebar-track:hover .simplebar-scrollbar{opacity:.5;-webkit-transition:opacity 0 linear;transition:opacity 0 linear}.simplebar-track .simplebar-scrollbar.visible{opacity:.5}.simplebar-track.horizontal{left:0;width:auto;height:11px}.simplebar-track.vertical{top:0}.horizontal.simplebar-track .simplebar-scrollbar{right:auto;top:2px;height:7px;min-height:0;min-width:10px;width:auto}
.simplebar-track.horizontal { display: none!important }

/* jQuery: Ion.RangeSlider 2.0.3 */
.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.irs-line{position:relative;display:block;overflow:hidden;outline:none!important}.irs-line-left,.irs-line-mid,.irs-line-right{position:absolute;display:block;top:0}.irs-line-left{left:0;width:11%}.irs-line-mid{left:9%;width:82%}.irs-line-right{right:0;width:11%}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-bar-edge{position:absolute;display:block;top:0;left:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-slider{position:absolute;display:block;cursor:default;z-index:1}.irs-slider.type_last{z-index:2}.irs-min{position:absolute;display:block;left:0;cursor:default}.irs-max{position:absolute;display:block;right:0;cursor:default}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0.0);z-index:2}.irs-disabled{opacity:.4}.lt-ie9 .irs-disabled{filter:alpha(opacity=40)}.irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;outline:none!important;z-index:-9999!important;background:none!important;border-style:solid!important;border-color:transparent!important}.irs-line-mid,.irs-line-left,.irs-line-right,.irs-bar,.irs-bar-edge,.irs-slider{background:url(../images/sprite-skin-nice.png) repeat-x}.irs{height:40px}.irs-with-grid{height:60px}.irs-line{height:8px;top:25px}.irs-line-left{height:8px;background-position:0 -30px}.irs-line-mid{height:8px;background-position:0 0}.irs-line-right{height:8px;background-position:100% -30px}.irs-bar{height:8px;top:25px;background-position:0 -60px}.irs-bar-edge{top:25px;height:8px;width:11px;background-position:0 -90px}.irs-shadow{height:1px;top:34px;background:#000;opacity:.15}.lt-ie9 .irs-shadow{filter:alpha(opacity=15)}.irs-slider{width:22px;height:22px;top:17px;background-position:0 -120px}.irs-slider.state_hover,.irs-slider:hover{background-position:0 -150px}.irs-min,.irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:0;padding:1px 3px;background:rgba(0,0,0,0.1);-moz-border-radius:3px;border-radius:3px}.lt-ie9 .irs-min,.lt-ie9 .irs-max{background:#ccc}.irs-from,.irs-to,.irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:rgba(0,0,0,0.3);-moz-border-radius:3px;border-radius:3px}.lt-ie9 .irs-from,.lt-ie9 .irs-to,.lt-ie9 .irs-single{background:#999}.irs-grid-pol{background:#99a4ac}.irs-grid-text{color:#99a4ac}

/* jQuery: OwlCarousel 1.3.3 */
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}.owl-theme .owl-controls{margin-top:20px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:0 2px;background:#333;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#fff}

/* jQuery: FancyBox 3.4.2 */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px 44px 0;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:hidden;padding:44px 0 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 44px;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-slide--html .fancybox-content{margin:0 0 6px}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:calc(100% - 44px);overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;vertical-align:top;width:100%}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background:transparent;height:100px;margin:0;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{background:rgba(30,30,30,.6);height:100%;padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0 0}.fancybox-slide--image .fancybox-content{margin-bottom:6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:768px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

/* CSS: Bounce */
.bounce{-moz-animation:bounce .5s infinite linear;-o-animation:bounce .5s infinite linear;-webkit-animation:bounce .5s infinite linear;animation:bounce .5s infinite linear}@-webkit-keyframes bounce{0%{top:0}50%{top:-.2em}70%{top:-.3em}100%{top:0}}@-moz-keyframes bounce{0%{top:0}50%{top:-.2em}70%{top:-.3em}100%{top:0}}@-o-keyframes bounce{0%{top:0}50%{top:-.2em}70%{top:-.3em}100%{top:0}}@-ms-keyframes bounce{0%{top:0}50%{top:-.2em}70%{top:-.3em}100%{top:0}}@keyframes bounce{0%{top:0}50%{top:-.2em}70%{top:-.3em}100%{top:0}}

/* Fonts: Font Fontello */
@font-face{font-family:'fontello';src:url(fonts/fontello.eot?43563040);src:url(fonts/fontello.eot?43563040#iefix) format("embedded-opentype"),url(fonts/fontello.woff2?43563040) format("woff2"),url(fonts/fontello.woff?43563040) format("woff"),url(fonts/fontello.ttf?43563040) format("truetype"),url(fonts/fontello.svg?43563040#fontello) format("svg");font-weight:400;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-star:before{content:'\e800'}.icon-star-empty:before{content:'\e801'}.icon-star-1:before{content:'\e802'}.icon-star-empty-1:before{content:'\e803'}.icon-star-2:before{content:'\e804'}.icon-star-3:before{content:'\e805'}.icon-star-4:before{content:'\e806'}.icon-star-5:before{content:'\e807'}.icon-star-6:before{content:'\e808'}.icon-star-filled:before{content:'\e809'}.icon-star-7:before{content:'\e80a'}.icon-star-empty-2:before{content:'\e80b'}

/* Fonts: Font Awesome 5.0.13 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(fonts/fa-brands-400.eot);src:url(fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(fonts/fa-brands-400.woff2) format("woff2"),url(fonts/fa-brands-400.woff) format("woff"),url(fonts/fa-brands-400.ttf) format("truetype"),url(fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(fonts/fa-regular-400.eot);src:url(fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(fonts/fa-regular-400.woff2) format("woff2"),url(fonts/fa-regular-400.woff) format("woff"),url(fonts/fa-regular-400.ttf) format("truetype"),url(fonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(fonts/fa-solid-900.eot);src:url(fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(fonts/fa-solid-900.woff2) format("woff2"),url(fonts/fa-solid-900.woff) format("woff"),url(fonts/fa-solid-900.ttf) format("truetype"),url(fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}