.spf_container {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 0.5rem;
padding: 1rem;
white-space: normal;
}
.spf_container.spf_size_small {
grid-template-columns: repeat(5, 1fr);
}
.spf_container .spf_item {
position: relative;
padding-bottom: 100%;
overflow: hidden;
}
.spf_container .spf_item img {
position: absolute;
top: 0;
left: 0;
margin: 0;
object-fit: cover;
width: 100%;
height: 100%;
transition: all 0.2s ease-in-out;
}
.spf_container .spf_item img:hover,
.spf_container .spf_item a:focus img {
transform: scale(1.1);
}
.spf_caption {
font-size: 11px;
padding: 0.5rem;
}
#spf_lightbox_container {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(5px);
z-index: 99999999;
}
#spf_lightbox_image_box {
position: fixed;
top: 2em;
left: 2em;
right: calc(2em + 35%);
bottom: 2em;
text-align: center;
}
#spf_lightbox_image_box img {
max-width: 100%;
max-height: 100%;
border: 2px solid #000;
outline: 1px solid #ccc;
box-sizing: border-box;
position: absolute;
left: 50%;
top: 50%;
translate: -50% -50%;
}
#spf_lightbox_caption {
position: fixed;
bottom: 11em;
top: 7em;
right: 2em;
background: #222;
color: #fff;
padding: .5em;
box-sizing: border-box;
text-align: center;
border: 1px solid #ccc;
width: calc(35% - 4em);
overflow-y: auto;
text-align: left;
}
#spf_lightbox_link {
position: fixed;
right: 2em;
bottom: 7em;
background: #222;
color: #fff;
padding: .5em;
width: calc(35% - 4em);
box-sizing: border-box;
text-align: center;
text-decoration: none;
border: 1px solid #ccc;
}
#spf_lightbox_link:hover {
background: #444;
}
#spf_lightbox_next > svg,
#spf_lightbox_prev > svg,
#spf_lightbox_close > svg {
width: 3em;
height: 3em;
color: #fff;
}
#spf_lightbox_next:hover > svg,
#spf_lightbox_prev:hover > svg,
#spf_lightbox_close:hover > svg {
color: #aaaaaa;
}
#spf_lightbox_next {
position: fixed;
right: 2em;
transform: translateY(-50%);
cursor: pointer;
bottom: 1em;
}
#spf_lightbox_prev {
position: fixed;
transform: translateY(-50%);
cursor: pointer;
bottom: 1em;
right: calc(35% - 5em);
}
#spf_lightbox_close {
position: fixed;
top: 2em;
right: 2em;
cursor: pointer;
}
@media (orientation:portrait) {
#spf_lightbox_image_box {
right: 2em;
bottom: 16em;
top: 7em;
}
#spf_lightbox_caption {
top: unset;
left: 2em;
width: unset;
text-align: center;
bottom: 2em;
height: 8.8em;
}
#spf_lightbox_link {
bottom: 12em;
right: 50%;
translate: 50%;
width: unset;
max-width: calc(100% - 11em);
}
#spf_lightbox_prev {
left: 2em;
right: unset;
bottom: 9.8em;
}
#spf_lightbox_next {
bottom: 9.8em;
}
}
@media only screen and (max-width: 768px) {
.spf_container {
grid-template-columns: 1fr 1fr;
padding: 1rem 0;
}
.spf_container.spf_size_small {
grid-template-columns: repeat(3, 1fr);
}
}
@media only screen and (max-width: 480px) {
.spf_container {
grid-template-columns: 1fr;
}
.spf_container.spf_size_small {
grid-template-columns: 1fr 1fr;
}
}.spu-box,
.spu-box *{
box-sizing: border-box;
}
.wppopups-whole{
position: relative;
width: 100%;
left: 0;
top: 0;
z-index: 999998;
display: flex;
align-items: center;
justify-content: center;
}
.spu-bg{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
z-index: 99999;
}
.spu-box:before,
.spu-box:after {
content:"";
display:table;
}
.spu-box:after {
clear:both;
}
.spu-box {
zoom:1;
}
.spu-box {
position:fixed;
z-index: 999999;
width: 100%;
max-height: 100vh;
}
.spu-box img{
max-width: 100%;
height: auto;
}
.spu-box img.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .spu-box.spu-position-top-left{
top: 0; left: 0; bottom: auto; right: auto;
}
.spu-box.spu-position-top-right{
top: 0; right: 0; bottom: auto; left: auto;
}
.spu-box.spu-position-top-center{
top: 0; right: auto; bottom: auto; left: auto;
}
.spu-box.spu-position-bottom-left{
bottom: 0; left: 0; top: auto; right: auto;
}
.spu-box.spu-position-bottom-right{
bottom: 0; right: 0; top: auto; left: auto;
}
.spu-box.spu-position-bottom-center{
top: auto; right: auto; bottom: 0; left: auto;
}
.spu-box.spu-position-top-bar,
.spu-box.spu-position-bottom-bar{
margin: 0;
width: 100% !important;
max-width: 100% !important;
position: fixed;
}
.spu-box.spu-position-top-bar{
top: 0;
}
.spu-box.spu-position-bottom-bar{
bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-fields-container,
.spu-box.spu-position-top-bar .spu-content .spu-fields-container{
padding: 0;
}
.spu-box.spu-position-bottom-bar .spu-content,
.spu-box.spu-position-top-bar .spu-content {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100% !important;
}
.spu-box.spu-position-bottom-bar .spu-content > *,
.spu-box.spu-position-top-bar .spu-content > *{
margin-left: 20px;
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-form,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-top-bar .spu-content .spu-optin-form {
display: inline-flex;
margin-bottom: 0;
}
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr{
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr ,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr {
margin-left: 20px;
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields .spu-fields ,
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields .spu-fields {
min-width: 250px;
}
.spu-box.spu-position-bottom-bar .spu-content button.spu-fields.spu-submit ,
.spu-box.spu-position-top-bar .spu-content button.spu-fields.spu-submit {
width: 120px;
margin-left: 20px;
} .spu-close{
position:absolute;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
line-height: .5;
text-decoration: none;
cursor: pointer;
z-index: 9999;
}
html .spu-box a.spu-close {
text-decoration: none;
}
.spu-close-top_right{
right:8px;
top:5px;
}
.spu-close-top_left{
left:8px;
top:5px;
}
.spu-close-bottom_right{
right:8px;
bottom:5px;
}
.spu-close-bottom_left{
left:8px;
bottom:5px;
}
.spu-close:hover,
.spu-close:focus {
text-decoration: none;
display: block;
} p.spu-powered {
position: absolute;
bottom: -55px;
width: 100%;
text-align: center;
color: #fff;
left: 0px;
}
p.spu-powered a{
color: #ccc;
text-decoration: underline;
}
.spu-box.spu-scrollable p.spu-powered {
display: none;
} .spu-addon-container {
text-align: center;
margin: 36px 32px 44px;
}
.spu-addon-container:after {
clear: both;
content: " ";
display: table;
}
.spu-addon-title {
font-size: 24px;
}
.spu-addon-msg {
font-size: 17px;
}
.spu-input-text {
background-color: #fff;
width: 49%;
height: 44px;
border: 1px solid #cdd1d4;
-webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
-moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
border-radius: 3px;
font-size: 18px;
line-height: 38px;
padding: 4px 6px;
overflow: hidden;
outline: none;
margin: 0;
vertical-align: middle;
}
.spu-button {
display: block;
-webkit-box-shadow: 0 1px 1px -1px #fff inset;
-moz-box-shadow: 0 1px 1px -1px #fff inset;
box-shadow: 0 1px 1px -1px #fff inset;
-webkit-text-shadow: #888 -0 0 1px;
-moz-text-shadow: #888 -0 0 1px;
text-shadow: #888 0 0 1px;
font-size: 15px;
padding: 10px 12px;
line-height: 24px;
text-align: center;
vertical-align: middle;
cursor: pointer;
text-decoration: none;
margin: 0;
height: auto;
width: 35%;
border: 0;  
}
.spu-button-bg {
width: 100% !important;
}
.spu-inline {
display: inline-block !important;
}
.spu-errors {
color: red;
text-align: center;
margin-top: 20px;
} .spu-optin-form .spu-helper-fields{
display: none;
}
.spu-fields-container{
padding: 36px 32px 44px;
position: relative;
}
.spu-fields.spu-name,
.spu-fields.spu-email{
background-color: #fff;
width: 100%;
height: 48px;
border: 1px solid #cdd1d4;
-webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
-moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
border-radius: 3px;
font-size: 18px;
line-height: 38px;
padding: 4px 6px;
overflow: hidden;
outline: none;
margin: 0 0 20px 0;
vertical-align: middle;
display: block;
}
.spu-fields.spu-submit{
background: #50bbe8;
border: 1px solid #429bc0;
-webkit-box-shadow: 0 1px 1px -1px #fff inset;
-moz-box-shadow: 0 1px 1px -1px #fff inset;
box-shadow: 0 1px 1px -1px #fff inset;
-webkit-text-shadow: #888 -0 0 1px;
-moz-text-shadow: #888 -0 0 1px;
text-shadow: #888 -0 0 1px;
width: 24%;
color: #fff;
font-size: 16px;
padding: 10px 6px;
line-height: 24px;
text-align: center;
vertical-align: middle;
cursor: pointer;
display: inline;
margin: 0;
height: auto;
}
.spu-fields.spu-submit i{
display: none;
}
.spu-optin-fields {
display: block;
}
.spu-optin-fields.spu-inline-fields {
display: flex;
margin-bottom: 20px;
}
.spu-optin-fields.spu-inline-fields .spu-fields{
margin-bottom: 0px;
}
.spu-optin-fields.spu-inline-fields .spu-fields.spu-name {
margin-right: 20px;
}
.spu-fields.spu-email{
margin-right: 0;
}
.spu-fields.spu-submit {
width: 100%;
max-width: 100%;
}
.spu-fields.spu-submit span{
transition: all 1s;
opacity:1;
}
.spu-fields.spu-submit svg{
display:none;
margin:0 auto;
transition: all 1s;
}
.spu-fields.spu-submit svg path,
.spu-fields.spu-submit svg rect{
fill: #fff;
}
.spu-fields.spu-submit.spu-sending span{
display: none;
opacity: 0;
}
.spu-fields.spu-submit.spu-sending svg{
display: block;
opacity: 1;
}
.optin-errors {
color: red;
text-align: center;
margin-top: 20px;
} span.spu-timer {
position: absolute;
bottom: 0px;
left: 0px;
font-size: 12px;
position: absolute;
width: 100%;
text-align: right;
padding: 0 10px;
}
@media all and (max-width: 568px){
.spu-box{
max-width: 90vw !important;
}
.spu-box.spu-position-fullscreen,
.spu-box.spu-position-top-bar,
.spu-box.spu-position-bottom-bar{
max-width: 100vw !important;
}
.spu-box.spu-position-bottom-bar .spu-content,
.spu-box.spu-position-top-bar .spu-content {
flex-flow: column;
}
.pop-up-text2{
margin-bottom: 25px !important;
}
}@font-face{font-family:icomoon-the7-font;src:url(//643spirit.com/wp-content/themes/dt-the7/fonts/icomoon-the7-font/icomoon-the7-font.ttf?wi57p5) format('truetype'),url(//643spirit.com/wp-content/themes/dt-the7/fonts/icomoon-the7-font/icomoon-the7-font.woff?wi57p5) format('woff');font-weight:400;font-style:normal}#page .links-container .icon-portfolio,#page .project-links-container [class*=" icon-portfolio-"],#page .project-links-container [class^=icon-portfolio-],.dt-shortcode-soc-icons [class*=" dt-icon-"],.dt-shortcode-soc-icons [class^=dt-icon-],.soc-ico [class*=" dt-icon-"],.soc-ico [class^=dt-icon-],[class*=" icon-portfolio-"],[class*=icon-im-] span,[class*=" icon-ar-"],[class*=" soc-font-"],[class*=dt-icon-the7],[class*=icomoon-the7-],[class*=the7-mw-],[class^=icon-portfolio-],[class^=icon-im-] span,[class^=icon-ar-],[class^=soc-font-],[class^=dt-icon-the7],[class^=icomoon-the7-],[class^=the7-mw-]{font-family:icomoon-the7-font!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#page .links-container .icon-portfolio:before,#page span[class*=" icon-portfolio-"]:before,#page span[class^=icon-portfolio-]:before,.owl-nav [class*=" icon-"]:before,.owl-nav [class^=icon-ar]:before,[class*=icon-im-] span:before,[class*=the7-mw-]:before,[class^=icon-im-] span:before,[class^=the7-mw-]:before{font-family:inherit!important;margin:0!important}.icomoon-the7-font-the7-mail-01:before,.the7-mw-icon-mail-bold:before{content:"\e001"}.icomoon-the7-font-the7-mail-011:before{content:"\e011"}.icomoon-the7-font-the7-mail-02:before{content:"\e002"}.icomoon-the7-font-the7-mail-03:before{content:"\e003"}.icomoon-the7-font-the7-mw-mail-04:before{content:"\e004"}.icomoon-the7-font-the7-mw-mail-041:before{content:"\e010"}.icomoon-the7-font-the7-mail-05:before{content:"\e005"}.dt-icon-mail:before,.icomoon-the7-font-the7-mail-mail-06:before,.mail .soc-font-icon:before,.the7-mw-icon-mail:before{content:"\e006"}.icomoon-the7-font-the7-mail-07:before{content:"\e007"}.icomoon-the7-font-the7-mail-08:before{content:"\e008"}.icomoon-the7-font-the7-mail-09:before{content:"\e009"}.icomoon-the7-font-the7-phone-00:before{content:"\e101"}.icomoon-the7-font-the7-phone-01:before{content:"\e100"}.icomoon-the7-font-the7-phone-02:before{content:"\e102"}.icomoon-the7-font-the7-phone-03:before{content:"\e103"}.icomoon-the7-font-the7-phone-04:before{content:"\e104"}.icomoon-the7-font-the7-phone-041:before{content:"\e1041"}.icomoon-the7-font-the7-phone-05:before,.the7-mw-icon-phone-bold:before{content:"\e105"}.icomoon-the7-font-the7-phone-051:before,.the7-mw-icon-phone:before{content:"\e1051"}.icomoon-the7-font-the7-phone-06:before{content:"\e106"}.icomoon-the7-font-the7-phone-07:before{content:"\e107"}.icomoon-the7-font-the7-phone-071:before{content:"\e1071"}.icomoon-the7-font-the7-cart-00:before{content:"\e200"}.icomoon-the7-font-the7-cart-001:before{content:"\e2001"}.icomoon-the7-font-the7-cart-002:before{content:"\e2011"}.icomoon-the7-font-the7-cart-01:before{content:"\e201"}.icomoon-the7-font-the7-cart-02:before{content:"\e202"}.icomoon-the7-font-the7-cart-021:before{content:"\e2021"}.icomoon-the7-font-icon-cart-detailed:before{content:"\e203"}.icomoon-the7-font-the7-cart-04:before,.the7-mw-icon-cart-bold:before{content:"\e204"}.icomoon-the7-font-the7-cart-05:before{content:"\e205"}.icomoon-the7-font-the7-cart-051:before{content:"\e2051"}.icomoon-the7-font-the7-cart-06:before{content:"\e206"}.icomoon-the7-font-the7-cart-07:before{content:"\e207"}.icomoon-the7-font-the7-cart-10:before{content:"\e210"}.icomoon-the7-font-the7-cart-11:before{content:"\e211"}.icomoon-the7-font-the7-cart-12:before,.the7-mw-icon-cart:before{content:"\e212"}.icomoon-the7-font-the7-cart-13:before{content:"\e213"}.icomoon-the7-font-the7-cart-14:before{content:"\e214"}.icomoon-the7-font-the7-cart-15:before{content:"\e215"}.icomoon-the7-font-the7-home-00:before{content:"\e300"}.icomoon-the7-font-the7-home-02:before{content:"\e302"}.icomoon-the7-font-the7-home-021:before{content:"\e3021"}.icomoon-the7-font-the7-home-022:before{content:"\e3022"}.icomoon-the7-font-the7-home-03:before{content:"\e303"}.icomoon-the7-font-the7-home-04:before{content:"\e304"}.icomoon-the7-font-the7-map-02:before,.the7-mw-icon-address-bold:before{content:"\e402"}.icomoon-the7-font-the7-map-03:before{content:"\e403"}.icomoon-the7-font-the7-map-04:before{content:"\e404"}.icomoon-the7-font-the7-map-05:before,.the7-mw-icon-address:before{content:"\e405"}.icomoon-the7-font-the7-map-06:before{content:"\e406"}.icomoon-the7-font-the7-map-07:before{content:"\e407"}.icomoon-the7-font-the7-heart-empty:before{content:"\e408"}.icomoon-the7-font-the7-heart-empty-heavy:before{content:"\e409"}.icomoon-the7-font-the7-heart-filled:before{content:"\e410"}.icomoon-the7-font-the7-login-00:before{content:"\e500"}.icomoon-the7-font-the7-login-01:before{content:"\e501"}.icomoon-the7-font-the7-login-02:before,.the7-mw-icon-login-bold:before{content:"\e502"}.icomoon-the7-font-the7-login-021:before,.the7-mw-icon-login:before{content:"\e5021"}.icomoon-the7-font-the7-login-03:before{content:"\e503"}.icomoon-the7-font-the7-login-031:before{content:"\e5031"}.icomoon-the7-font-the7-login-04:before{content:"\e504"}.icomoon-the7-font-the7-login-05:before{content:"\e5041"}.icomoon-the7-font-the7-clock-00:before,.the7-mw-icon-clock-bold:before{content:"\e600"}.icomoon-the7-font-the7-clock-01:before{content:"\e601"}.icomoon-the7-font-the7-clock-02:before{content:"\e602"}.icomoon-the7-font-the7-clock-03:before,.the7-mw-icon-clock:before{content:"\e603"}.icomoon-the7-font-the7-comment-00:before{content:"\e700"}.icomoon-the7-font-the7-comment-01:before{content:"\e701"}.icomoon-the7-font-the7-comment-02:before{content:"\e702"}.icomoon-the7-font-the7-link-00:before,.icon-portfolio-p201:before{content:"\e800"}.icomoon-the7-font-the7-link-01:before{content:"\e801"}.icomoon-the7-font-the7-link-02:before,.icon-portfolio-p204:before,.links-container .project-link span:before{content:"\e802"}.icomoon-the7-font-the7-link-03:before{content:"\e803"}.icomoon-the7-font-the7-more-00:before,.icon-portfolio-p208:before{content:"\e900"}.icomoon-the7-font-the7-more-01:before,.icon-portfolio-p206:before{content:"\e901"}.icomoon-the7-font-the7-sort-00:before{content:"\ea00"}.icomoon-the7-font-the7-sort-01:before{content:"\ea01"}.icomoon-the7-font-the7-sort-02:before{content:"\ea02"}.icomoon-the7-font-the7-sort-03:before{content:"\ea03"}.icomoon-the7-font-the7-social-04:before{content:"\ea04"}.icomoon-the7-font-the7-tag-05:before{content:"\ea05"}.icomoon-the7-font-the7-tag-06:before{content:"\ea06"}.dt-icon-the7-refresh-07:before{content:"\ea07"}.dt-icon-the7-misc-018:before{content:"\ea08"}.dt-icon-the7-misc-017:before{content:"\ea09"}.dt-icon-the7-misc-019:before{content:"\ea10"}.dt-icon-the7-menu-012:before{content:"\ea11"}.icomoon-the7-font-the7-cross-00:before{content:"\eb00"}.icomoon-the7-font-the7-cross-01:before{content:"\eb01"}.icomoon-the7-font-the7-cross-02:before{content:"\eb02"}.icomoon-the7-font-the7-zoom-01:before{content:"\ec01"}.icomoon-the7-font-the7-zoom-02:before,.icon-im-hover-004 span:before{content:"\ec02"}.icomoon-the7-font-the7-zoom-03:before,.icon-im-hover-005 span:before{content:"\ec03"}.icomoon-the7-font-the7-zoom-044:before,.the7-mw-icon-search:before{content:"\ec04"}.icomoon-the7-font-the7-zoom-04:before,.icomoon-the7-font-the7-zoom-05:before,.icon-im-hover-000 span:before,.icon-im-hover-003 span:before{content:"\ec05"}.icomoon-the7-font-icon-gallery-011-2:before,.the7-mw-icon-search-bold:before{content:"\ec051"}.icomoon-the7-font-the7-zoom-06:before,.icon-portfolio-p212:before{content:"\ec06"}.icomoon-the7-font-the7-zoom-07:before{content:"\ec07"}.icomoon-the7-font-the7-zoom-08:before,.icon-im-hover-001 span:before,.icon-portfolio-p211:before{content:"\ec08"}.icomoon-the7-font-the7-expand-01:before{content:"\ed01"}.icomoon-the7-font-the7-expand-02:before,.icon-im-hover-041 span:before,.icon-portfolio-p203:before,.links-container .project-zoom span:before{content:"\ed02"}.icomoon-the7-font-the7-expand-03:before,.icon-im-hover-042 span:before{content:"\ed03"}.icomoon-the7-font-the7-expand-04:before{content:"\ed04"}.icomoon-the7-font-the7-expand-05:before{content:"\ed05"}.icomoon-the7-font-the7-expand-06:before{content:"\ed06"}.icomoon-the7-font-the7-expand-07:before{content:"\ed07"}.icomoon-the7-font-the7-expand-08:before{content:"\ed08"}.icomoon-the7-font-the7-expand-09:before{content:"\ed09"}.icomoon-the7-font-the7-expand-009-1:before{content:"\ed091"}.icomoon-the7-font-the7-plus-00:before{content:"\ef00"}.icomoon-the7-font-the7-plus-01:before,.icon-im-hover-012 span:before{content:"\ef01"}.icomoon-the7-font-the7-plus-02:before,.icon-im-hover-009 span:before,.icon-im-hover-011 span:before,.icon-portfolio-p205:before,.links-container .project-details span:before{content:"\ef02"}.icomoon-the7-font-the7-plus-03:before,.icon-im-hover-013 span:before{content:"\ef03"}.icomoon-the7-font-the7-plus-04:before,.icon-im-hover-010 span:before{content:"\ef04"}.icomoon-the7-font-the7-plus-05:before,.icon-im-hover-021 span:before{content:"\ef05"}.icomoon-the7-font-the7-plus-06:before,.icon-im-hover-022 span:before{content:"\ef06"}.icomoon-the7-font-the7-plus-07:before{content:"\ef07"}.icomoon-the7-font-the7-plus-08:before,.icon-im-hover-023 span:before{content:"\ef08"}.icomoon-the7-font-the7-plus-09:before,.icon-im-hover-024 span:before{content:"\ef09"}.icomoon-the7-font-the7-plus-10:before,.icon-im-hover-031 span:before{content:"\ef10"}.icomoon-the7-font-the7-plus-11:before,.icon-im-hover-032 span:before{content:"\ef11"}.icomoon-the7-font-the7-plus-12:before{content:"\ef12"}.icomoon-the7-font-the7-arrow-00:before{content:"\f000"}.icomoon-the7-font-the7-arrow-01:before{content:"\f001"}.icomoon-the7-font-the7-arrow-02:before{content:"\f002"}.icomoon-the7-font-the7-arrow-03:before{content:"\f003"}.icomoon-the7-font-the7-arrow-04:before{content:"\f004"}.icomoon-the7-font-the7-arrow-05:before{content:"\f005"}.icomoon-the7-font-the7-arrow-06:before{content:"\f006"}.icomoon-the7-font-the7-arrow-07:before{content:"\f007"}.icomoon-the7-font-the7-arrow-29-0:before{content:"\f0290"}.icomoon-the7-font-the7-arrow-29-1:before{content:"\f0291"}.icomoon-the7-font-the7-arrow-28:before,.icon-ar-013-l:before{content:"\f028"}.icomoon-the7-font-the7-arrow-29:before,.icon-ar-013-r:before{content:"\f029"}.icomoon-the7-font-the7-arrow-29-2:before{content:"\f053"}.icomoon-the7-font-the7-arrow-29-3:before{content:"\f052"}.icomoon-the7-font-the7-arrow-08:before,.icon-ar-017-l:before{content:"\f008"}.icomoon-the7-font-the7-arrow-09:before,.icon-ar-017-r:before{content:"\f009"}.icomoon-the7-font-the7-arrow-10:before,.icon-ar-018-l:before{content:"\f010"}.icomoon-the7-font-the7-arrow-11:before,.icon-ar-018-r:before{content:"\f011"}.icomoon-the7-font-the7-arrow-12:before,.icon-ar-021-l:before{content:"\f012"}.icomoon-the7-font-the7-arrow-13:before,.icon-ar-021-r:before{content:"\f013"}.icomoon-the7-font-the7-arrow-14:before,.icon-ar-023-l:before{content:"\f014"}.icomoon-the7-font-the7-arrow-15:before,.icon-ar-023-r:before{content:"\f015"}.icomoon-the7-font-the7-arrow-16:before,.icon-ar-019-l:before{content:"\f016"}.icomoon-the7-font-the7-arrow-17:before,.icon-ar-019-r:before{content:"\f017"}.icomoon-the7-font-the7-arrow-18:before,.icon-ar-011-l:before{content:"\f018"}.icomoon-the7-font-the7-arrow-19:before,.icon-ar-011-r:before{content:"\f019"}.icomoon-the7-font-the7-arrow-20:before,.icon-ar-010-l:before{content:"\f020"}.icomoon-the7-font-the7-arrow-21:before,.icon-ar-010-r:before{content:"\f021"}.icomoon-the7-font-the7-arrow-22:before,.icon-ar-008-l:before{content:"\f022"}.icomoon-the7-font-the7-arrow-23:before,.icon-ar-008-r:before{content:"\f023"}.icomoon-the7-font-the7-arrow-24:before,.icon-ar-009-l:before{content:"\f024"}.icomoon-the7-font-the7-arrow-25:before,.icon-ar-009-r:before{content:"\f025"}.icomoon-the7-font-the7-arrow-26:before,.icon-ar-012-l:before{content:"\f026"}.icomoon-the7-font-the7-arrow-27:before,.icon-ar-012-r:before{content:"\f027"}.dt-icon-the7-arrow-0-42:before{content:"\f0271"}.dt-icon-the7-arrow-0-41:before{content:"\f0272"}.icomoon-the7-font-the7-arrow-30:before,.icon-ar-022-l:before{content:"\f030"}.icomoon-the7-font-the7-arrow-31:before,.icon-ar-022-r:before{content:"\f031"}.icomoon-the7-font-the7-arrow-32:before,.icon-ar-014-l:before{content:"\f032"}.icomoon-the7-font-the7-arrow-33:before,.icon-ar-014-r:before{content:"\f033"}.icomoon-the7-font-the7-arrow-34:before,.icon-ar-015-l:before{content:"\f034"}.icomoon-the7-font-the7-arrow-35:before,.icon-ar-015-r:before{content:"\f035"}.icomoon-the7-font-the7-arrow-36:before,.icon-ar-004-l:before{content:"\f036"}.icomoon-the7-font-the7-arrow-37:before,.icon-ar-004-r:before{content:"\f037"}.icomoon-the7-font-the7-arrow-38:before,.icon-ar-005-l:before{content:"\f038"}.icomoon-the7-font-the7-arrow-39:before,.icon-ar-005-r:before{content:"\f039"}.icomoon-the7-font-the7-arrow-40:before,.icon-ar-006-l:before{content:"\f040"}.icomoon-the7-font-the7-arrow-41:before,.icon-ar-006-r:before{content:"\f041"}.icomoon-the7-font-the7-arrow-42:before,.icon-ar-007-l:before{content:"\f042"}.icomoon-the7-font-the7-arrow-43:before,.icon-ar-007-r:before{content:"\f043"}.icomoon-the7-font-the7-arrow-44:before,.icon-ar-020-l:before{content:"\f044"}.icomoon-the7-font-the7-arrow-45:before,.icon-ar-020-r:before{content:"\f045"}.icomoon-the7-font-the7-arrow-46:before,.icon-ar-001-l:before{content:"\f046"}.icomoon-the7-font-the7-arrow-47:before,.icon-ar-001-r:before{content:"\f047"}.icomoon-the7-font-the7-arrow-48:before,.icon-ar-002-l:before{content:"\f048"}.icomoon-the7-font-the7-arrow-49:before,.icon-ar-002-r:before{content:"\f049"}.icomoon-the7-font-the7-arrow-50:before,.icon-ar-003-l:before{content:"\f050"}.icomoon-the7-font-the7-arrow-51:before,.icon-ar-003-r:before{content:"\f051"}.dt-icon-px-500:before,.icomoon-the7-font-500px:before,.px-500 .soc-font-icon:before{content:"\f100"}.behance .soc-font-icon:before,.dt-icon-behance:before,.icomoon-the7-font-behance:before{content:"\f101"}.blogger .soc-font-icon:before,.dt-icon-blogger:before,.icomoon-the7-font-blogger:before{content:"\f102"}.delicious .soc-font-icon:before,.dt-icon-delicious:before,.icomoon-the7-font-delicious:before{content:"\f103"}.devian .soc-font-icon:before,.dt-icon-devian:before,.icomoon-the7-font-deviantart:before{content:"\f104"}.dribbble .soc-font-icon:before,.dt-icon-dribbble:before,.icomoon-the7-font-dribbble:before{content:"\f105"}.dt-icon-facebook:before,.facebook .soc-font-icon:before,.icomoon-the7-font-facebook:before{content:"\f106"}.dt-icon-flickr:before,.flickr .soc-font-icon:before,.icomoon-the7-font-flickr:before{content:"\f107"}.dt-icon-foursquare:before,.foursquare .soc-font-icon:before,.icomoon-the7-font-foursquare:before{content:"\f108"}.dt-icon-github:before,.github .soc-font-icon:before,.icomoon-the7-font-github:before{content:"\f109"}.dt-icon-instagram:before,.icomoon-the7-font-instagram:before,.instagram .soc-font-icon:before{content:"\f111"}.dt-icon-lastfm:before,.icomoon-the7-font-lastfm:before,.lastfm .soc-font-icon:before{content:"\f112"}.dt-icon-linkedin:before,.icomoon-the7-font-linkedin:before,.linkedin .soc-font-icon:before{content:"\f113"}.dt-icon-odnoklassniki:before,.icomoon-the7-font-odnoklassniki:before,.odnoklassniki .soc-font-icon:before{content:"\f114"}.dt-icon-pinterest:before,.icomoon-the7-font-pinterest:before,.pinterest .soc-font-icon:before{content:"\f115"}.dt-icon-reddit:before,.icomoon-the7-font-reddit:before,.reddit .soc-font-icon:before{content:"\f116"}.dt-icon-research-gate:before,.icomoon-the7-font-researchgate:before,.research-gate .soc-font-icon:before{content:"\f117"}.dt-icon-rss:before,.icomoon-the7-font-rss:before,.rss .soc-font-icon:before{content:"\f118"}.dt-icon-skype:before,.icomoon-the7-font-skype:before,.skype .soc-font-icon:before,.the7-mw-icon-skype-bold:before{content:"\f119"}.icomoon-the7-font-skype-light:before,.the7-mw-icon-skype:before{content:"\f120"}.dt-icon-snapchat:before,.icomoon-the7-font-snapchat:before,.snapchat .soc-font-icon:before{content:"\f121"}.dt-icon-soundcloud:before,.icomoon-the7-font-soundcloud:before,.soundcloud .soc-font-icon:before{content:"\f122"}.dt-icon-stumbleupon:before,.icomoon-the7-font-stumbleupon:before,.stumbleupon .soc-font-icon:before{content:"\f124"}.dt-icon-tripedvisor:before,.icomoon-the7-font-tripadvisor:before,.tripedvisor .soc-font-icon:before{content:"\f125"}.dt-icon-tumbler:before,.icomoon-the7-font-tumblr:before,.tumbler .soc-font-icon:before{content:"\f126"}.dt-icon-twitter:before,.icomoon-the7-font-twitter:before,.twitter .soc-font-icon:before{content:"\f127"}.dt-icon-vimeo:before,.icomoon-the7-font-vimeo:before,.vimeo .soc-font-icon:before{content:"\f128"}.dt-icon-vk:before,.icomoon-the7-font-vk:before,.vk .soc-font-icon:before{content:"\f129"}.dt-icon-website:before,.icomoon-the7-font-website:before,.website .soc-font-icon:before{content:"\f130"}.dt-icon-weibo:before,.icomoon-the7-font-weibo:before,.weibo .soc-font-icon:before{content:"\f131"}.dt-icon-whatsapp:before,.icomoon-the7-font-whatsapp:before,.whatsapp .soc-font-icon:before{content:"\f132"}.dt-icon-viber:before,.icomoon-the7-font-viber:before,.viber .soc-font-icon:before{content:"\f133"}.dt-icon-xing:before,.icomoon-the7-font-xing:before,.xing .soc-font-icon:before{content:"\f134"}.dt-icon-you-tube:before,.icomoon-the7-font-youtube:before,.icon-yt:before,.you-tube .soc-font-icon:before{content:"\f138"}.dt-icon-telegram:before,.icomoon-the7-font-telegram:before,.icon-telegram:before,.telegram .soc-font-icon:before{content:"\f136"}.dt-icon-yelp:before,.icomoon-the7-font-yelp:before,.icon-yelp:before,.yelp .soc-font-icon:before{content:"\f137"}.dt-icon-the7-misc-099:before{content:"\ea12"}.dt-icon-the7-misc-006-1:before{content:"\ea13"}.dt-icon-the7-misc-006-2:before{content:"\ea14"}.dt-icon-the7-cross-00:before{content:"\eb00"}.dt-icon-the7-cross-01:before{content:"\eb01"}.dt-icon-the7-magn-004-12:before{content:"\ea16"}.dt-icon-the7-hide-icons:before{content:"\ea17"}.dt-icon-the7-show-icons:before{content:"\ea18"}.dt-icon-the7-download:before{content:"\ea19"}.dt-icon-the7-play:before{content:"\ea20"}.dt-icon-the7-pause:before{content:"\ea21"}.dt-icon-the7-play-alt:before{content:"\ea22"}.dt-icon-the7-play-large:before{content:"\ea23"}.dt-icon-the7-sort-02:before{content:"\ea02"}.dt-icon-the7-sort-03:before{content:"\ea03"}.dt-icon-the7-sort-00:before{content:"\ea00"}.dt-icon-the7-sort-01:before{content:"\ea01"}.dt-icon-the7-arrow-06:before{content:"\f006"}.dt-icon-the7-arrow-07:before{content:"\f007"}.dt-icon-the7-arrow-072:before{content:"\f0361"}.dt-icon-the7-arrow-071:before{content:"\f0362"}.dt-icon-the7-expand-003-1:before{content:"\ed001"}.dt-icon-the7-expand-001-1:before{content:"\ed021"}.dt-icon-the7-expand-008-1:before{content:"\ed061"}.dt-icon-the7-menu-011:before{content:"\e908"}.dt-icon-the7-menu-010:before{content:"\e909"}.dt-icon-the7-menu-009:before{content:"\e90a"}.dt-icon-the7-menu-002:before,.the7-mw-icon-dropdown-menu:before{content:"\e90b"}.dt-icon-the7-menu-004:before{content:"\e90c"}.dt-icon-the7-menu-007:before,.the7-mw-icon-dropdown-menu-bold:before{content:"\e90d"}.dt-icon-the7-menu-005:before{content:"\e90e"}.dt-icon-the7-menu-006:before{content:"\e90f"}.dt-icon-the7-menu-013:before{content:"\e910"}.dt-icon-the7-menu-014:before{content:"\e911"}.dt-icon-the7-menu-015:before{content:"\e912"}.dt-icon-the7-menu-016:before{content:"\e913"}.dt-icon-the7-arrow-00:before{content:"\f000"}.dt-icon-the7-arrow-01:before{content:"\f001"}.dt-icon-the7-arrow-02:before{content:"\f002"}.dt-icon-the7-arrow-03:before{content:"\f003"}.dt-icon-the7-settings:before{content:"\ea012"}.dt-icon-the7-plus-041:before{content:"\ef041"}.dt-icon-the7-arrow-531:before{content:"\f0531"}.dt-icon-the7-arrow-532:before{content:"\f0532"}.dt-icon-the7-arrow-551:before{content:"\f0551"}.dt-icon-the7-arrow-552:before{content:"\f0552"}.dt-icon-the7-arrow-35-1:before{content:"\f0351"}.dt-icon-the7-arrow-35-2:before{content:"\f0352"}