html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    font:inherit;
    font-size:100%;
    vertical-align:baseline
}
.description strong {
	font-weight: bold;
}

html{
    line-height:1
}
ol,ul{
    list-style:none
}
table{
    border-collapse:collapse;
    border-spacing:0
}
caption,th,td{
    text-align:left;
    font-weight:400;
    vertical-align:middle
}
q,blockquote{
    quotes:none
}
q:before,q:after,blockquote:before,blockquote:after{
    content:"";
    content:none
}
a img{
    border:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
    display:block
}
@font-face{
    font-family:NewJuneSemi;
    font-style:'normal';
    font-weight:'normal';
    src:url(../fonts/NewJune-Semibold.eot);
    src:url(../fonts/NewJune-Semibold.eot?#iefix) format("embedded-opentype"),url(../fonts/NewJune-Semibold.woff) format("woff"),url(../fonts/NewJune-Semibold.svg#NewJuneSemi-SemiBold) format("svg"),url(../fonts/NewJune-Semibold.ttf) format("truetype")
}
@font-face{
    font-family:NewJune;
    font-style:'normal';
    font-weight:'normal';
    src:url(../fonts/NewJune-Book.eot);
    src:url(../fonts/NewJune-Book.eot?#iefix) format("embedded-opentype"),url(../fonts/NewJune-Book.woff) format("woff"),url(../fonts/NewJune-Book.svg#NewJune-Normal) format("svg"),url(../fonts/NewJune-Book.ttf) format("truetype")
}
@font-face{
    font-family:new_june_mxbold;
    src:url(../fonts/newjunem-xbold-webfont.eot);
    src:url(../fonts/newjunem-xbold-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/newjunem-xbold-webfont.woff) format("woff"),url(../fonts/newjunem-xbold-webfont.ttf) format("truetype"),url(../fonts/newjunem-xbold-webfont.svg) format("svg");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:new_june_mfine;
    src:url(../fonts/newjunem-fine-webfont.eot);
    src:url(../fonts/newjunem-fine-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/newjunem-fine-webfont.woff) format("woff"),url(../fonts/newjunem-fine-webfont.ttf) format("truetype"),url(../fonts/newjunem-fine-webfont.svg) format("svg");
    font-weight:400;
    font-style:normal
}
sup{
    vertical-align:super;
    font-size:.6em
}
.contact-box .box-content .after,.location-box .box-content .after,.small-box .box-content .next,.background-images-next,.background-images-prev{
    -webkit-transition:background-color .4s ease-out;
    -moz-transition:background-color .4s ease-out;
    -o-transition:background-color .4s ease-out;
    transition:background-color .4s ease-out
}
.background-images-prev{
    background:#375b59 url(../images/ui/arrow-left.svg) no-repeat center center;
    cursor:pointer
}
.background-images-prev:hover{
    background-color:#989b9a
}
.contact-box .box-content .after,.location-box .box-content .after{
    position:relative
}
.contact-box .box-content .after:after,.location-box .box-content .after:after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:18px;
    height:18px;
    margin-top:-9px;
    margin-left:-9px;
    background:#fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%
}

.contactname {
    font-size: 30px;
    line-height: normal;
    padding-top: 12px;
}

#embedded_pdf embed {
	width:100%;
	height:100%;
}

#embedded_pdf {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.contactname span {
	font-weight: bold;
}

@media screen and (max-width:1150px){
    .contact-box .box-content .after:after,.location-box .box-content .after:after{
        width:14px;
        height:14px;
        margin-top:-7px;
        margin-left:-7px
    }
}
.small-box .box-content .next,.background-images-next{
    background:#375b59 url(../images/ui/arrow-right.svg) no-repeat center center;
    cursor:pointer
}
.small-box .box-content .next:hover,.background-images-next:hover{
    background-color:#989b9a
}
@media screen and (max-width:1150px){
    .small-box .box-content .next,.background-images-next{
        background:#375b59 url(../images/ui/arrow-right_1024.svg) no-repeat center center
    }
}
.navigation,.big-box .box-content,.offices-box .box-content{
    zoom:1
}
.navigation:before,.big-box .box-content:before,.offices-box .box-content:before,.navigation:after,.big-box .box-content:after,.offices-box .box-content:after{
    content:"\0020";
    display:block;
    height:0;
    overflow:hidden
}
.navigation:after,.big-box .box-content:after,.offices-box .box-content:after{
    clear:both
}
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
a{
    color:inherit;
    text-decoration:inherit
}
html,body{
    height:100%;
    min-height:100%;
    width:100%;
    overflow:hidden
}
body{
    font-family:NewJune;
    font-size:14px;
    line-height:19px
}
@media screen and (max-width:1150px){
    body{
        font-size:11px;
        line-height:14px
    }
}
.catapult{
    width:20px;
    height:20px;
    position:fixed;
    bottom:0;
    right:0;
    z-index:9999
}
a:active,a:focus,a:visited{
    border:0;
    outline:0
}
.header{
    background:#323635;
    position:fixed;
    z-index:9999;
    left:0;
    right:0
}
.header-content{
    height:83px;
    position:relative;
    font-family:NewJuneSemi;
    display:inline-block;
    min-width:1125px
}
.de .header-content{
    min-width:1097px
}
.logo{
    background:url(../images/ui/logo-white.svg);
    background-repeat:no-repeat;
    background-position:90px 14px;
    width:329px;
    height:100px;
    float:left
}
.language-chooser{
    position:absolute;
    z-index:12;
    right:0;
    top:5px;
    text-align:center;
    font-size:12px
}
.language-chooser-separator{
    display:inline-block;
    color:#989b9a;
    margin:0 2px
}
.language-chooser-item{
    display:inline-block;
    color:#989b9a
}
.language-chooser-item:last-child:after{
    content:none
}
.language-chooser-link.selected,.language-chooser-link:hover{
    color:#fff
}
.hu .navigation:after,.hu .navigation:before{
    left:-7px
}
.navigation{
    float:left;
    display:block;
    height:100%;
    position:relative
}
.navigation:after,.navigation:before{
    font-family:NewJuneSemi;
    color:#989b9a;
    overflow:hidden;
    content:"...........................................................................................................................................................................................................";
    position:absolute;
    left:-12px;
    right:-7px;
    height:16px;
    font-size:16px;
    letter-spacing:2px
}
.navigation:after{
    top:17px
}
.navigation:before{
    top:54px
}
.navigation-item{
    display:block;
    float:left;
    height:106%;
    margin-left:48px;
    margin-right:48px;
    position:relative
}
.navigation-item:last-child{
    margin-right:0
}
.navigation-link{
    font-size:10px;
    margin:0 auto;
    display:block;
    height:87px;
    line-height:92px;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
    position:relative
}
.navigation-link span{
    z-index:11;
    position:relative
}
.navigation-link:hover{
    color:#989b9a
}
.navigation-link:after{
    content:"";
    display:none;
    height:13px;
    width:80px;
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-40px;
    margin-top:-1px;
    background:url(../images/ui/arrow-bottom.svg);
    background-repeat:no-repeat;
    z-index:10
}
.navigation-link:before{
    content:"";
    display:none;
    position:absolute;
    top:0;
    bottom:1px;
    left:50%;
    margin-left:-40px;
    width:80px;
    z-index:10;
    background:#375b59
}
.navigation-link.selected{
    background:#375b59
}
.navigation-link.selected:before,.navigation-link.selected:after{
    display:block
}
.navigation-item:first-child{
    margin-left:0
}
.content-container{
    height:100%;
    width:100%;
    overflow:hidden
}
.templates{
    display:none
}
.content{
    position:relative;
    height:100%;
    z-index:7
}
.big-box .title-main,.offices-box .title-main,.small-box .box-content .title-main,.small-box .box-content .title-sub{
    display:block;
    text-transform:uppercase;
    color:#375b59
}
.small-box .box-content .title-main{
    font-family:new_june_mfine
}
.big-box .title-main,.big-box .title-sub,.offices-box .title-main,.small-box .box-content .title-sub{
    font-family:new_june_mxbold
}
.big-box .close,.small-box .box-content .close{
    border:1px solid #000;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    color:#000;
    text-align:center;
    line-height:15px;
    width:15px;
    height:15px
}
.big-box .close:hover,.small-box .box-content .close:hover{
    border-color:#989b9a;
    color:#989b9a
}
.big-box .box-content,.contact-box .box-content,.location-box .box-content,.offices-box .box-content,.small-box .box-content{
    background:#fff;
    position:relative
}
.animate.advanced-content,.animate.contact-content,.animate.location-content,.animate.offices-content,.animate.simple-content{
    transition:top 1s ease-in-out,margin-top 1s ease-in-out,opacity 1s ease-in-out
}
.top.advanced-content,.top.contact-content,.top.location-content,.top.offices-content,.top.simple-content{
    top:-100%;
    margin-top:0
}
.bottom.advanced-content,.bottom.contact-content,.bottom.location-content,.bottom.offices-content,.bottom.simple-content{
    top:100%;
    margin-top:0
}
.advanced-content{
    position:absolute;
    margin-top:130px;
    left:50%;
    margin-left:-325px
}
@media screen and (max-width:1150px){
    .advanced-content{
        margin-left:-225px
    }
}
.big-box{
    position:absolute;
    width:650px;
    box-shadow:7px 7px 17px rgba(50,50,50,.7);
    padding-bottom:40px
}
@media screen and (max-width:1150px){
    .big-box{
        width:450px
    }
}
.big-box .box-content{
    padding:22px
}
@media screen and (max-width:1150px){
    .big-box .box-content{
        padding:18px
    }
}
.big-box .close{
    position:absolute;
    top:9px;
    right:9px
}
.big-box .title-main{
    margin-bottom:-6px;
    font-size:25px;
    line-height:25px;
    text-transform:uppercase
}
@media screen and (max-width:1150px){
    .big-box .title-main{
        font-size:20px;
        line-height:20px
    }
}
.big-box .title-sub{
    font-size:56px;
    line-height:56px;
    text-transform:uppercase
}
.big-box .description{
    margin-top:20px;
    line-height:20px;
    -webkit-column-count:2;
    -moz-column-count:2;
    -ms-column-count:2;
    -o-column-count:2;
    column-count:2;
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    -ms-column-gap:20px;
    -o-column-gap:20px;
    column-gap:20px
}
@media screen and (max-width:1150px){
    .big-box .description{
        -webkit-column-count:1;
        -moz-column-count:1;
        -ms-column-count:1;
        -o-column-count:1;
        column-count:1;
        line-height:16px
    }
}
.big-box .description p{
    margin-bottom:17px
}
.big-box .description p:last-child{
    margin-bottom:0
}
.box-gallery-link-block{
    position:absolute;
    top:100%;
    margin-top:-40px;
    position:absolute;
    background:#375b59;
    left:0;
    right:0;
    height:40px;
    text-align:center
}
@media screen and (max-width:1150px){
    .box-gallery-link-block{
        margin-top:-40px
    }
}
.box-gallery-link{
    position:relative;
    background:#fff;
    height:40px;
    line-height:40px;
    display:inline-block;
    padding-left:8px;
    padding-right:8px;
    font-size:9px;
    text-transform:uppercase;
    cursor:pointer
}
.box-gallery-link:after{
    content:"";
    position:absolute;
    top:100%;
    left:0;
    height:7px;
    width:52px;
    background:url(../images/ui/feher_nyil.svg);
    background-repea:no-repeat
}
.box-more-photos{
    background:#fff;
    height:94px;
    padding:7px
}
@media screen and (max-width:1150px){
    .box-more-photos{
        height:68px
    }
}
.box-more-photos .box-more-photo{
    float:left;
    margin-right:9px
}
.box-more-photos .box-more-photo:not(:nth-child(-n+5)){
    display:none
}
.box-more-photos .box-more-photo:nth-child(5){
    margin-right:0
}
.box-more-photos .box-more-photo img{
    width:120px;
    height:80px;
    display:block
}
@media screen and (max-width:1150px){
    .box-more-photos .box-more-photo img{
        width:80px;
        height:53px
    }
}
.contact-content{
    position:absolute;
    top:50%;
    margin-top:-101px;
    left:90px
}
.contact-box{
    position:absolute;
    min-width:290px;
    box-shadow:7px 7px 17px rgba(50,50,50,.7)
}
@media screen and (max-width:1150px){
    .contact-box{
        min-width:210px
    }
}
.contact-box .box-content{
    padding:22px
}
@media screen and (max-width:1150px){
    .contact-box .box-content{
        padding:18px
    }
}
.contact-box .box-content .title-main{
    font-size:25px;
    margin-bottom:15px;
    font-family:new_june_mxbold;
    color:#375b59;
    text-transform:uppercase
}
@media screen and (max-width:1150px){
    .contact-box .box-content .title-main{
        font-size:20px
    }
}
.contact-box .box-content .phone{
    margin-top:20px;
    margin-bottom:30px;
    font-size:30px;
    font-family:new_june_mxbold
}
@media screen and (max-width:1150px){
    .contact-box .box-content .phone{
        font-size:23px;
        margin-top:20px;
        margin-bottom:20px
    }
}
.contact-box .box-content .pre-phone{
    font-size:30px;
    font-family:NewJune
}
@media screen and (max-width:1150px){
    .contact-box .box-content .pre-phone{
        font-size:23px
    }
}
.contact-box .box-content .cbre{
    margin-bottom:10px;
    height:41px;
}
.contact-box .box-content .email{
    display:block
}
.contact-box .box-content .web{
    font-family:NewJuneSemi;
    display:block
}
.contact-box .box-content .after{
    position:absolute;
    background:#375b59;
    left:100%;
    width:50px;
    top:0;
    bottom:0
}
@media screen and (max-width:1150px){
    .contact-box .box-content .after{
        width:35px
    }
}
.location-content{
    position:absolute;
    top:50%;
    margin-top:-100px;
    left:90px
}
.location-background{
    position:absolute;
    top:83px;
    left:0;
    right:0;
    bottom:0;
    display:none
}
.location-box{
    position:absolute;
    min-width:290px;
    box-shadow:7px 7px 17px rgba(50,50,50,.7)
}
@media screen and (max-width:1150px){
    .location-box{
        min-width:210px
    }
}
.location-box .box-content{
    padding:22px
}
@media screen and (max-width:1150px){
    .location-box .box-content{
        padding:18px
    }
}
.location-box .box-content .title-main{
    font-size:25px;
    margin-bottom:15px;
    font-family:new_june_mxbold;
    color:#375b59;
    text-transform:uppercase
}
@media screen and (max-width:1150px){
    .location-box .box-content .title-main{
        font-size:20px
    }
}
.location-box .box-content .address{
    margin-bottom:20px
}
.location-box .box-content .address span{
    display:block
}
.location-box .box-content .travel-item-by{
    font-family:NewJuneSemi
}
.location-box .box-content .travel-title{
    font-family:NewJuneSemi;
    margin-bottom:5px
}
.location-box .box-content .travel-item{
    margin-bottom:5px
}
.location-box .box-content .travel-item:last-child{
    margin-bottom:0
}
.location-box .box-content .after{
    position:absolute;
    background:#375b59;
    left:100%;
    width:50px;
    top:0;
    bottom:0
}
@media screen and (max-width:1150px){
    .location-box .box-content .after{
        width:35px
    }
}
.offices-content{
    position:absolute;
    margin-top:130px;
    left:50%;
    margin-left:-325px
}
@media screen and (max-width:1150px){
    .offices-content{
        margin-left:-225px
    }
}
.offices-background{
    position:absolute;
    top:83px;
    left:0;
    right:0;
    bottom:0;
    padding:0;
    display:none;
    background-image:url(../images/building/alaprajz_a100.png);
    background-color:#fff;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    -moz-background-size:contain;
    -o-background-size:contain;
    background-size:contain;
    background-position:center center
}
.de .offices-box .before .sidebar-title{
    font-size:46px;
    margin-left:-4px
}
@media screen and (max-width:1150px){
    .de .offices-box .before .sidebar-title{
        margin-left:-1px;
        font-size:29px;
        margin-bottom:5px
    }
}
.de .offices-box .before .sidebar-size{
    font-size:32px
}
@media screen and (max-width:1150px){
    .de .offices-box .before .sidebar-size{
        margin-top:0;
        margin-bottom:2px;
        font-size:20px
    }
}
.de .offices-box .before .sidebar.extra{
    font-size:30px
}
@media screen and (max-width:1150px){
    .de .offices-box .before .sidebar.extra{
        font-size:19px;
        margin-top:0
    }
}
.hu .offices-box .before .sm{
    display:none
}
@media screen and (max-width:1150px){
    .hu .offices-box .before .sidebar-title{
        margin-left:-1px;
        font-size:26px
    }
}
.hu .offices-box .before .sidebar-size{
    font-size:31px;
    margin-top:18px
}
@media screen and (max-width:1150px){
    .hu .offices-box .before .sidebar-size{
        margin-top:-5px;
        font-size:19px
    }
}
.hu .offices-box .before .sidebar.extra{
    margin-top:16px;
    font-size:26px;
    font-family:NewJuneSemi
}
@media screen and (max-width:1150px){
    .hu .offices-box .before .sidebar.extra{
        font-size:17px;
        margin-top:7px
    }
}
.en .offices-box .before .sm{
    display:none
}
.en .offices-box .before .sidebar-title{
    font-size:39px
}
@media screen and (max-width:1150px){
    .en .offices-box .before .sidebar-title{
        margin-left:-1px;
        font-size:25px
    }
}
.en .offices-box .before .sidebar-size{
    font-size:33px;
    margin-top:17px
}
@media screen and (max-width:1150px){
    .en .offices-box .before .sidebar-size{
        margin-top:-3px;
        font-size:20px
    }
}
.en .offices-box .before .sidebar.extra{
    margin-top:15px;
    font-size:19px;
    font-family:NewJuneSemi
}
@media screen and (max-width:1150px){
    .en .offices-box .before .sidebar.extra{
        font-size:12px;
        margin-top:7px
    }
}
.offices-box{
    position:absolute;
    width:650px;
    box-shadow:7px 7px 17px rgba(50,50,50,.7);
    padding-bottom:40px
}
@media screen and (max-width:1150px){
    .offices-box{
        width:450px
    }
}
.offices-box .before{
    position:absolute;
    width:200px;
    left:0;
    top:0;
    bottom:0;
    padding-left:32px;
    padding-top:80px
}
@media screen and (max-width:1150px){
    .offices-box .before{
        padding-left:22px
    }
}
.offices-box .before .sidebar-title{
    font-family:new_june_mfine;
    font-size:41px;
    margin-bottom:14px;
    color:#a8a997;
    margin-left:-1px;
    text-transform:uppercase
}
.offices-box .before .sm{
    font-size:12px;
    font-family:NewJuneSemi
}
@media screen and (max-width:1150px){
    .offices-box .before .sm{
        font-size:10px
    }
}
.offices-box .before .sidebar-size{
    font-size:29px;
    margin-top:5px;
    margin-bottom:9px;
    font-family:new_june_mxbold;
    color:#375b59
}
@media screen and (max-width:1150px){
    .offices-box .before .sidebar-size{
        font-size:18px
    }
}
.offices-box .before .sidebar.extra{
    margin-top:3px;
    font-size:27px;
    font-family:new_june_mxbold;
    color:#a8a997
}
.offices-box .property_list{
    font-family:NewJuneSemi;
    margin-top:17px
}
.offices-box .properties{
    padding-left:0;
    margin-left:0
}
.offices-box .property-item{
    padding-left:10px;
    list-style:none;
    position:relative
}
.offices-box .property-item:after{
    content:"";
    height:3px;
    width:3px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    background:#000;
    position:absolute;
    left:0;
    top:5px
}
.offices-box .price_list{
    margin-top:15px;
    font-family:NewJuneSemi
}
.offices-box .prices{
    list-style:none
}
.offices-box .price .value{
    font-family:NewJuneSemi
}
.offices-box .price .after_value:before{
    content:" "
}
.offices-box .box-content{
    padding:22px;
    padding-left:224px
}
@media screen and (max-width:1150px){
    .offices-box .box-content{
        padding:18px;
        padding-left:150px
    }
}
.offices-box .title-main{
    margin-bottom:-6px;
    font-size:25px;
    line-height:25px;
    text-transform:uppercase
}
@media screen and (max-width:1150px){
    .offices-box .title-main{
        font-size:20px;
        line-height:20px
    }
}
.offices-alaprajz-link-block,
.closure{
    position:absolute;
    top:100%;
    background:#375b59;
    left:0;
    right:0;
    height:40px;
    text-align:left;
    margin-top:-40px
}
.offices-alaprajz-link{
    position:relative;
    background:#fff;
    height:40px;
    line-height:40px;
    display:inline-block;
    padding-left:8px;
    padding-right:8px;
    width:76px;
    text-align:center;
    margin-left:63px;
    font-size:9px;
    text-transform:uppercase;
    cursor:pointer
}
@media screen and (max-width:1150px){
    .offices-alaprajz-link{
        margin-left:31px
    }
}
.offices-alaprajz-link:after{
    content:"";
    position:absolute;
    top:100%;
    left:0;
    height:7px;
    width:76px;
    background:url(../images/ui/feher_nyil_alaprajz.svg);
    background-repea:no-repeat
}
.simple-content{
    position:absolute;
    top:50%;
    margin-top:-107px;
    left:90px
}
.small-box{
    position:absolute;
    min-width:320px;
    box-shadow:7px 7px 17px rgba(50,50,50,.7)
}
@media screen and (max-width:1150px){
    .small-box{
        min-width:210px
    }
}
.hu .small-box .box-content .title-sub{
    line-height:59px
}
@media screen and (max-width:1150px){
    .hu .small-box .box-content .title-sub{
        line-height:45px
    }
}
.small-box .box-content{
    padding:22px
}
@media screen and (max-width:1150px){
    .small-box .box-content{
        padding:18px
    }
}
.small-box .box-content .close{
    position:absolute;
    top:9px;
    right:9px
}
.small-box .box-content .title-main,.small-box .box-content .title-sub{
    text-transform:uppercase
}
.small-box .box-content .title-main{
    margin-bottom:-7px;
    font-size:45px;
    line-height:50px;
    color:#a8a997
}
@media screen and (max-width:1150px){
    .small-box .box-content .title-main{
        font-size:32px;
        line-height:38px
    }
}
.small-box .box-content .title-sub{
    font-size:47px;
    line-height:43px
}
@media screen and (max-width:1150px){
    .small-box .box-content .title-sub{
        font-size:34px;
        line-height:33px
    }
}
.small-box .box-content .price{
    margin-top:0;
    font-size:45px;
    line-height:45px
}
@media screen and (max-width:1150px){
    .small-box .box-content .price{
        font-size:34px;
        line-height:34px
    }
}
.small-box .box-content .price .value{
    font-family:new_june_mxbold
}
.small-box .box-content .price .currency{
    margin-left:3px
}
.small-box .box-content .price .subcurrency{
    margin-left:4px;
    font-size:20px
}
@media screen and (max-width:1150px){
    .small-box .box-content .price .subcurrency{
        font-size:14px
    }
}
.small-box .box-content .next{
    position:absolute;
    left:100%;
    width:50px;
    top:0;
    bottom:0
}
@media screen and (max-width:1150px){
    .small-box .box-content .next{
        width:35px
    }
}
.background-images-next,.background-images-prev{
    top:50%;
    margin-top:-77px;
    height:155px;
    position:absolute;
    width:40px;
    cursor:pointer;
    -webkit-transition:all .4s ease-out;
    -moz-transition:all .4s ease-out;
    -o-transition:all .4s ease-out;
    transition:all .4s ease-out
}
.background-images-next{
    z-index:999;
    background:#375b59 url(../images/ui/arrow-right_lapoz.svg) no-repeat center center;
    right:-40px
}
.background-images-next.active{
    right:0
}
.background-images-prev{
    left:-40px;
    z-index:998;
    background:#375b59 url(../images/ui/arrow-left_lapoz.svg) no-repeat center center
}
.background-images-prev.active{
    left:0
}
.background-images-container{
    position:fixed;
    top:83px;
    bottom:0;
    left:0;
    right:0;
    z-index:6
}
.background-images-container .background-image{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-position:center center;
    background-color:#000;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    display:none
}
.background-images-container .background-images{
    position:absolute;
    z-index:1;
    top:0;
    right:0;
    bottom:0;
    left:0
}
