/*
blue # a9cad8
magenta # ee4799
yellow # ffd200
black # 231f20
tyrkou # 009898
*/
@font-face {
    font-family: joymachinelogo;
    src: url(../fonts/Xarrovv-7DBR.otf);
}
@font-face {
    font-family: joymachinetitle;
    src: url(../fonts/ACGeosansLight.ttf);
}
body,html {
    font-family: joymachinelogo;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #231f20;
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
}
b {
    font-weight: 700;
    color: #364375;
}
kbd {
    font-family: "lucida console", monospace;
    font-weight: 900;
    font-size: 14px;
}
.noscroll {
    overflow-y: hidden;
}
*,*:focus {
    outline:none;
}
a,button,a *,button * {
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
h1 {
    font-size: 50px;
    line-height: 56px;
}
h2 {
    font-size: 40px;
    line-height: 46px;
}
h3 {
    font-size: 30px;
    line-height: 36px;
}
.wrap-margin {
    margin-top: 50px;
}
.wrap2-margin {
    margin-top: 100px;
}
.color-white {
    color: #fff;
}
.color-petrol {
    color: #009898;
}
.color-black {
    color: #231f20;
}
.color-yellow {
    color: #ffd200;
}
.color-red {
    color: #ee4799;
}
.color-magenta {
    color: #ee4799;
}
.color-blue {
    color: #364375;
}
.bg-white {
    background: #fff;
}
.bg-black {
    background: #231f20;
}
.bg-yellow {
    background: #ffd200;
}
.bg-red {
    background: #ee4799;
}
.bg-green {
    background: #009898;
}
.bg-magenta {
    background: #ee4799;
}
.bg-blue {
    background: #a9cad8;
}
.bg-grey {
    background: #fff;
}
.bg-grey hr {
    border-top: 1px solid #808285;
}
.text-bold {
    font-weight: 700;
}
.brdt {
    border-top: 1px solid #808285;
}
.brda {
    border: 1px solid #808285;
}
.brdb {
    border-bottom: 1px solid #808285;
}
.subtitle-text {
    font-size: 26px;
    color: #009898;
    padding: 5px 0 40px;
    text-align: center;
}
/* menu buttons */
.hlptxt {
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    color: #231f20;
    opacity: .3;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    pointer-events: none;
}
.hlptxt.main {
    top:-15px;
    left:-30px;
    width: 100px;
    text-align: center;
}
.hlptxt.categ,
.hlptxt.theme {
    top:-15px;
    left:5px;
}
.hlptxt.active {
    opacity: 1;
    color: #ee4799;
}
.hlptxt.lorco.active {
    color: #ffd200;
}
.menu-btn,.menu-btn:focus {
    position: relative;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #ee4799;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
}
.menu-btn i {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
}
.menu-btn.thumb-btn {
    position: absolute;
    top:20px;
    left:20px;
    display: block;
}
.menu-btn.print-btn {
    position: absolute;
    top:20px;
    left:90px;
    display: block;
}
.menu-btn.yellow {
    background: #ffd200;
}
.menu-btn.cpr {
    margin-left: 20px;
}
.menu-btn.yellow i {
    color: #231f20;
}
.menu-btn:hover {
    background: #364375;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
}
.menu-btn:hover i {
    color: #fff;
}
.main-btn,.main-btn:focus {
    background: #009898;
    position: fixed;
    top:35px;
    left:15px;
    z-index: 95;
}
.main-btn i {
    color: #fff;
    font-weight: 500;
}
.main-search {
    color: #364375;
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
}
.home-btn,.home-btn:focus {
    color: #364375;
    font-size: 36px;
    line-height: 30px;
    vertical-align: top;
    margin-top: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
}
.home-btn img {
    display: inline-block;
    vertical-align: top;
}
.espa-btn,.espa-btn:focus {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
}
.espa2-btn,.espa2-btn:focus {
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
}
.espa-btn img,
.espa2-btn img {
    height: 40px;
}
.site-logo {
    text-align: left;
    padding-top: 10px;
}
.navbar {
    position: fixed;
    width: 100%;
    height: 70px;
    top:0;
    left:0;
    z-index: 20;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.navbar.top {
    top:0px;
}
.main-header {
    padding: 0 60px;
}
.lang-wrap {
    text-align: right;
}
.header-info {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
}
.header-info i {
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    color: #231f20;
}
/* generic */
.joylock {
    position: relative;
    border: 1px solid #364375;
    padding: 10px 14px 14px;
    display: inline-block;
    background: rgba(0,0,0,.1);
    background-image: url(../img/joylock.png);
    background-repeat: no-repeat;
    background-position: right;
}
.joylock>span {
    position: absolute;
    display: block;
    font-size: 12px;
    line-height: 16px;
    bottom:0;
    right:2px;
    color: #ffd200;
}
.maxwidth650 {
    max-width: 650px;
    margin: 0 auto;
}
.maxwidth850 {
    max-width: 850px;
    margin: 0 auto;
}
.maxwidth1250 {
    max-width: 1250px;
    margin: 0 auto;
}
.text-label-black {
    font-family: "Lucida Console", Monaco, monospace;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 5px 8px;
    background: #364375;
    color: #fff;
    display: inline-block;
}
.text-label {
    font-family: "Lucida Console", Monaco, monospace;
    font-weight: 700;
    letter-spacing: -1pt;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 8px;
    background: #ffd200;
    color: #364375;
    display: inline-block;
}
.text-label.blue {
    background: #a9cad8;
}
.link-btn, .link-btn:focus {
    display: inline-block;
    color: #231f20;
    border-bottom: 1px solid #fff;
    margin: 0 5px;
    font-size: 18px;
}
.link-btn:hover {
    display: inline-block;
    color: #364375;
    border-bottom: 1px solid #364375;
}
.link-btn.black {
    color: #364375;
    border-bottom: 1px solid #364375;
}
.link-btn.black:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.link-btn.big {
    font-size: 22px;
}
.check-box, .check-box:focus {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: transparent;
    border: 1px solid #fff;
    top: 5px;
    margin-right: 5px;
}
.check-box.checked:after {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    top:2px;
    left:2px;
    background: #364375;
}
.site-btn, .site-btn:focus {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 160px;
    height: 60px;
    text-align: center;
    background-color: #ffd200;
    border: 1px solid #364375;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.site-btn span {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 60px;
    color: #231f20;
}
.site-btn i {
    font-size: 30px;
    line-height: 60px;
    color: #231f20;
}
.site-btn:hover {
    background-color:#fff;
}
.site-btn:hover span {
    color: #ee4799;
}
.site-btn:hover i {
    color: #ee4799;
}
.site-btn.disabled {
    background:#808285;
    border: 1px solid #bbb;
    pointer-events: none;
}
.site-btn.disabled span ,
.site-btn.disabled i {
    color: #bbb;
}
.tabs-panel {
    display: none;
    text-align: left;
}
.tabs-panel.active {
    display: block;
}
.tabs-panelwrap {
    margin-top: 20px;
}
.sitemap-btn, .sitemap-btn:focus {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    color: #ffd200;
    font-size: 14px;
    margin-bottom: 5px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #009898;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.3);
}
.sitemap-btn.active {
    background: #ee4799;
    color: #ffd200;
}
.sitemap-btn:hover {
    background: #ffd200;
    color: #231f20;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
}
.sitemap-btn.active {
    pointer-events: none;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
}
.masonry-wrap {
    column-count: 3;
    column-gap: 5px;
    text-align: left;
}
.masonry-item {
    display: inline-block;
    margin: 0 0 15px;
    width: 250px;
}
/* forms */
input:focus, textarea:focus, select:focus {
    background: rgba(0,0,0,.1);
}
input, textarea, select {
    width: 100%;
    background: transparent;
    color: #231f20;
    padding: 8px 4px;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #364375;
}
label {
    display: block;
    color: #fff;
    margin: 20px 0 10px;
    text-align: left;
}
.msg-success {
    padding: 10px;
    color: #fff;
    background: #009898;
    margin: 20px 0;
    display: inline-block;
    vertical-align: top;
    font-size:16px;
}
.msg-danger {
    padding: 10px;
    color: #fff;
    background: #ee4799;
    margin: 20px 0;
    display: inline-block;
    vertical-align: top;
    font-size:16px;
}
.contact-ok {
    padding: 10px;
    font-size: 20px;
}
form.disabled {
    pointer-events: none;
}
button:disabled {
    background: #808285;
}
/*   */
.site-gallery {
    position: fixed;
    top:-100%;
    left:0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 160;
    padding: 50px;
    text-align: center;
    pointer-events: none;
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    overflow-y: auto;
}
.site-gallery.active {
    top:0;
    pointer-events: auto;
}


/* menu */
.site-menu {
    position: fixed;
    top:-100%;
    left:0;
    width: 100%;
    height: 100%;
    background: #009898;
    z-index: 150;
    padding: 50px;
    text-align: center;
    pointer-events: none;
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    overflow-y: auto;
}
.site-menu.active {
    top:0;
    pointer-events: auto;
}
.site-menu .menu-img {
    position: absolute;
    bottom:0;
    right:0;
    opacity: .3;
}
.menu-logo {
    font-size: 50px;
    line-height: 60px;
    color:#ffd200;
}
.menu-logo img {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    width: auto;
}
.menu-logo-moto {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
}
#main-stage {
    top:30px;
    left:0;
}
.site-menu-btn, .site-menu-btn:focus {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 250px;
    margin: 5px;
    border: 1px solid #231f20;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
.site-menu-btn span:nth-child(1) {
    position: absolute;
    top:0;
    left:0;
    height: 40px;
    width: 40px;
    font-size: 30px;
    font-style: italic;
    line-height: 40px;
    color: #231f20;
    background: #ffd200;
    text-align: center;
    border-top-left-radius: 20px;
}
.site-menu-btn span:nth-child(2) {
    display: block;
    font-size: 28px;
    font-style: italic;
    line-height: 40px;
    color: #fff;
    padding-left: 50px;
    text-align: left;
}
.site-menu-btn span:nth-child(3) {
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    color: #231f20;
    padding: 10px;
}
a.site-menu-btn:hover {
    color: #231f20;
    background: #fff;
}
.site-menu-btn.active {
    color:#fff;
    background: #ee4799;
}
.site-menu-btn.active span:nth-child(1) {
    color:#ffd200;
    background: #ee4799;
}
.site-menu-btn.active span:nth-child(2) {
    color:#ffd200;
}
.site-menu-btn.active span:nth-child(3) {
    color:#fff;
}
a.site-menu-btn:hover span:nth-child(1) {
    color:#fff;
}
a.site-menu-btn:hover span:nth-child(2) {
    color:#364375;
}
a.site-menu-btn:hover span:nth-child(3) {
    color:#ee4799;
}
.gallery-x,.gallery-x:focus,
.menu-x,.menu-x:focus {
    font-family: "Lucida Console", Monaco, monospace;
    position: absolute;
    display: block;
    top:15px;
    left:25px;
    color:#ee4799;
    font-size: 40px;
    line-height: 40px;
    z-index: 5;
    font-weight: 100;
}
.gallery-x:hover,
.menu-x:hover {
    color:#231f20;
}
/* map */
#site-map {
    margin-top: 50px;
}
/* background */
.sitemap-wrap {
    padding: 5px 10px;
    text-align: center;
}
.copyright {
    position: relative;
    margin-top: 20px;
    padding: 20px;
    border-top: 1px solid #808285;
    color:#231f20;
    text-align: center;
    line-height: 40px;
}
.site-bg {
    position: absolute;
    top:100px;
    left:45%;
    opacity: .1;
    transform: rotate(-30deg) translateX(-50%);
    pointer-events: none;
    z-index: -1;
}
.background-map {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.categories-links-wrap {
    width: 900px;
    display: inline-block;
    vertical-align: top;
    padding: 30px;
}
.links-info-wrap {
    background: #ffd200;
    max-width: 1250px;
    margin: 0 auto;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
.product-thumb,.product-thumb:focus {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
    opacity: .8;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.product-thumb:hover {
    opacity: 1 !important;
}
.categories-head {
    font-size: 24px;
    line-height: 30px;
    color: #ee4799;
    text-align: left;
    padding: 10px 0;
    white-space: nowrap;
}
.sitemap-title {
    font-size: 30px;
    line-height: 40px;
    color: #ffd200;
    text-align: center;
    margin-bottom: 20px;
}
.sitemap-header {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    padding: 10px 20px 30px;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
}
.head-title {
    color: #009898;
    font-size: 38px;
    line-height: 40px;
    padding: 40px 0;
    text-align: center;
}
.head-text {
    color: #231f20;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 40px;
}
.head-title span{
    text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
}
.wrap-title {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    color: #ffd200;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
}
.wrap-title span{
    text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
}
.wrap-title p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
}
.categories-link, .categories-link:focus {
    display: block;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    padding: 2px;
    color: #231f20;
    border-left: 3px solid #ffd200;
    padding-left: 10px;
}
.categories-link:hover {
    color: #fff;
    border-left: 3px solid #fff;
}
input.highlight  {
    border-bottom: 1px dashed #ee4799 !important;
}
.search-wrap {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-right: 20px;
    padding-top: 5px;
    text-align: right;
}
/* slider */
#site-slider {
    position: relative;
    width: 100%;
    height: 800px;
    margin-top: 40px;
}
.slider-title {
    position: absolute;
    top:10px;
    left:50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #fff;
    background: #ee4799;
    padding: 20px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    max-width: 850px;
    color: #ffd200;
    font-size: 36px;
    line-height: 40px;
}
.slider-btn-wrap {
    position: absolute;
    bottom: 10px;
    left:50%;
    transform: translateX(-50%);
    z-index: 5;
    color: #364375;
    background: #009898;
    padding: 10px;
    -webkit-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    white-space: nowrap;
}
.slider-btn-wrap a, .slider-btn-wrap a:focus {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    filter: drop-shadow(1px 4px 2px rgba(0,0,0,0.4));
}
.slider-btn-wrap a i {
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #ffd200;
    font-weight: 900;
    text-align: center;
}
.slider-btn-wrap a:hover i {
    color: #364375;
}
.slider-count {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 15px;
    font-family: joymachinetitle;
}
.slider-count div {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
    font-weight: 700;
}
.slider-count div:nth-child(1) {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}
.slider-count div:nth-child(2) {
    font-size: 24px;
    line-height: 24px;
    color: #364375;
}
.slider-count div:nth-child(3) {
    font-size: 24px;
    line-height: 24px;
    color: #364375;
}
.slider-item {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}
.slider-info {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:55px;
    width: 100%;
    max-width: 850px;
    z-index: 2;
    text-align: left;
    opacity: 0;
    background: #ffd200;
    padding: 20px 40px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}
.slider-info h1 {
    font-size: 44px;
    line-height: 54px;
    color: #ee4799;
    text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
}
.slider-info h2 {
    font-size: 40px;
    line-height: 50px;
    color: #ee4799;
    text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
}
.slider-info h3 {
    font-size: 34px;
    line-height: 44px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
}
.slider-infosmall {
    position: absolute;
    bottom:55px;
    left:55px;
    z-index: 2;
    text-align: left;
    opacity: 0;
    color: #fff;
    background: rgba(0,0,0,.2);
    padding: 20px;
    width: 850px;
    max-width: 100%;
    line-height: 50px;
    -webkit-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}
.slider-info hr {
    border: none;
    height: 2px;
    width: 1px;
    display: block;
    background: #fff;
    margin: 10px 0;
    -webkit-transition: all 500ms ease-in-out 500ms;
    transition: all 500ms ease-in-out 500ms;
}
.slider-info h1,
.slider-info h2,
.slider-info h3 {
    opacity: 0;
}
.slider-item.active {
    opacity: 1;
    pointer-events: auto;
}
.slider-item.active .slider-infosmall,
.slider-item.active .slider-info {
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 500ms;
    -webkit-animation-delay: 500ms;
    -webkit-animation-fill-mode: forwards;
    animation-name: opacity;
    animation-duration: 500ms;
    animation-delay: 500ms;
    animation-fill-mode: forwards;
}
.slider-item.active .slider-info h1,
.slider-item.active .slider-info h2,
.slider-item.active .slider-info h3 {
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 500ms;
    -webkit-animation-delay: 900ms;
    -webkit-animation-fill-mode: forwards;
    animation-name: opacity;
    animation-duration: 500ms;
    animation-delay: 900ms;
    animation-fill-mode: forwards;
}
.slider-item.active .slider-info hr {
    width: 150px;
}
/* categories */
/* services */
#site-services {
}
.services-item {
    display: inline-block;
    width: 30%;
    text-align: center;
    height: 600px;
    font-size: 16px;
    line-height: 22px;
    vertical-align: top;
    background: #ffd200;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    color: #fff;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.services-item>div {
    padding: 20px 40px;
}
.services-item h3 {
    font-size: 32px;
    line-height: 40px;
    color: #ee4799;
}
.services-item p {
    font-size: 18px;
    color: #231f20;
}
.services-icon img {
    max-width: 90%;
    height: auto;
}
.services-item:hover {
    background: #ee4799;
}
.services-item:hover h3 {
    color: #ffd200;
}
/* footer */
#site-footer {
    margin-top: 30px;
}
/* list */
#site-list {
}
/* about */
#site-about {

}
.about-item {
    background: #ee4799;
    color: #fff;
    margin: 100px 0 0;
    padding: 50px 100px;
    height: 550px;
    font-size: 22px;
}
.about-image {
    height: 750px;
    margin: 0;
    padding: 0;
}
.about-image>div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.aboutus_img {
    height: 70px;
    display: inline-block;
    margin-right: 5px;
}
.aboutus_img img {
    height: 100%;
    width: auto;
    max-width: 100%;
}
/* works */
#site-works {
}
#site-worksinfo {
}
.works-item, .works-item:focus {
    position: relative;
    display: inline-block;
    width: 500px;
    height: 550px;
    background-size: cover;
    background-position: center bottom;
    margin: 10px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border: 5px #009898 solid;
}
.works-item:hover {
    border: 5px #ee4799 solid;
}
.works-info {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #009898;
    border-top-left-radius: 20px;
}
.works-item:hover .works-info {
    background: #ee4799;
}
.works-info h3 {
    font-size: 20px;
    line-height: 34px;
    padding: 5px 10px;
    color:#fff;
}
.works-stats {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 20px;
    line-height: 40px;
    white-space: nowrap;
    background: #ffd200;
    padding-left: 15px;
    color: #364375;
}
.works-stats i {
    font-size: 24px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
}
.works-stats span {
    display: inline-block;
    vertical-align: top;
    background: #ee4799;
    padding: 0 15px;
    color: #231f20;
}
#works-map {
    height: 400px;
}
/* certification */
#site-certification {
}
.certification-wrap {
    display: block;
    vertical-align: top;
    width: 1200px;
    height: 400px;
    background: #009898;
    text-align: left;
    margin: 0 auto;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border: 20px solid #009898;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.certification-image {
    display: inline-block;
    vertical-align: top;
    height: 360px;
    width: 45%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
.certification-wrap:hover {
    background: #ee4799;
    border: 20px solid #ee4799;
}
.themes-wrap {
    position: relative;
    display: block;
    vertical-align: top;
    width: 1200px;
    height: 300px;
    text-align: left;
    margin: 0 auto 50px;
    border: 5px solid #ffd200;
    background-size: contain !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    overflow: hidden;
}
.themes-info {
    position: absolute;
    bottom:5px;
    right:5px;
    text-align: center;
    color: #ffd200;
    background: #ee4799;
    padding: 10px 20px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
}
.themes-color {
    position: absolute;
    top:85px;
    right:5px;
}
.themes-color div {
    display: inline-block;
    border: 1px solid #231f20;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-bottom-right-radius: 28px;
}
.themes-colorin {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    font-size: 20px;
    padding: 0 10px;
    color: #fff;
    border-radius: 5px;
}
.themes-colorin div {
    display: inline-block;
    border: 1px solid #231f20;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border-bottom-right-radius: 28px;
}
.themes-info h1 {
    font-size: 34px;
    line-height: 40px;
}
.themes-info h1 span {
    text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
}
.themes-title {
    position: absolute;
    top:5px;
    right:5px;
    line-height: 40px;
    background: #ffd200;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 20px;
}
.themes-title span {
    display: inline-block;
    vertical-align: top;
    color: #364375;
    font-size: 30px;
    line-height: 40px;
    text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
}
.floor-wrap {
    display: block;
    vertical-align: top;
    width: 1200px;
    height: 400px;
    background: #ee4799;
    text-align: left;
    margin: 0 auto;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border: 20px solid #ee4799;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.floor-wrap:hover {
    border: 20px solid #009898;
    background: #009898;
}
.floor-image {
    display: inline-block;
    vertical-align: top;
    height: 360px;
    width: 45%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}
.floor-item {
    display: inline-block;
    vertical-align: top;
    color: #364375;
    width: 50%;
    padding: 40px 15px;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.floor-item h1 span {
    color: #ffd200;
    font-size: 36px;
    line-height: 40px;
    text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
}
.floor-item p {
    color: #fff;
}
/* maintenance */
#site-maintenance {
}
.maintenance-wrap {
    position: relative;
    height: 750px;
    z-index: 2;
}
.maintenance-wrap p {
    max-height: 550px;
    overflow: auto;
}
.maintenance-item {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-45%,-50%);
    background: rgba(235,235,235,.7);
    color: #364375;
    height: 80%;
    width: 100%;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.maintenance-item:hover {
    background: rgba(255,255,255,.95);
}
.maintenance-item .centered {
    width: 80%;
}
.maintenance-image {
    height: 750px;
    margin: 0;
    padding: 0;
}
.maintenance-image>div {
    width: 95%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
#site-maintenancein {
}
.head-wrap {
    background: #ee4799;
    max-width: 850px;
    padding: 30px;
    margin: 0 auto;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
.head-wrap p {
    margin-top: 30px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
}
.maintenance-boardimage {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 50px auto 0;
    text-align: center;
    border-top:1px solid #808285;
}
.maintenance-board {
    width: 90%;
    margin: 0 auto;
}
.maintenance-thumb,.maintenance-thumb:focus {
    display: block;
    position: relative;
    height: 750px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color:#fff;
    opacity: .9;
    z-index: 3;
    margin-top: 20px;
}
.maintenance-thumb span {
    position: absolute;
    bottom: 0;
    left:0;
    background: rgba(0,0,0,.4);
    width: 100%;
    padding: 10px;
    color:#fff;
    opacity: 0;
}
.maintenance-thumb:hover {
    opacity: 1;
}
.maintenance-thumb:hover span {
    opacity: 1;
}
/* newsletter */
#site-links {
    margin-top: 100px;
    text-align: center;
}
.logo-moto {
    display: inline-block;
    vertical-align: top;
    color: #ee4799;
    padding: 5px;
    font-size: 16px;
}
.site-moto {
    background: #ee4799;
    color: #fff;
    padding: 10px;
    margin: 10px 0 20px;
    font-size: 22px;
    text-align: center;
}
.generic-header {
    height: 450px;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}
.text-menu {
    width: 280px;
    float: left;
}
.text-display {
    width: calc(100% - 290px);
    float: left;
    padding-left: 20px;
}
.text-display>div {
    display: none;
}
.text-display>div.active {
    display: block;
}
.textmenu-btn, .textmenu-btn:focus {
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    color: #364375;
    margin-bottom: 5px;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #ffd200;
}
.textmenu-btn:hover {
    color: #231f20;
    background-color: #eee;
}
.textmenu-btn.active {
    color: #231f20;
    background: #eee;
}
/* products */
#site-products {
}
.products-wrap {
    text-align: center;
}
.products-item, .products-item * {
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.products-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 360px;
    height: 360px;
    text-align: left;
    margin: 0 1px 10px;
    color: #364375;
    overflow: hidden;
    background: #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #eee;
}
.products-item:hover {
    border: 1px solid #bbb;
}
.showcase-wrap {
    padding: 0;
    margin: 40px 0;
    border-top: 1px solid #808285;
}
.showcase-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 250px;
    height: 250px;
    text-align: left;
    margin: 0 1px 10px;
    color: #364375;
    overflow: hidden;
    background: #fff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #eee;
}
.showcase-item:hover {
    border: 1px solid #808285;
}
.categ-product {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #231f20;
    pointer-events: none;
    font-size: 16px;
    line-height: 24px;
}
.categ-product i {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 24px;
}
.code-product {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    padding: 0 10px;
    color: #fff;
    line-height: 20px;
    background: #231f20;
    border-radius: 5px;
    pointer-events: none;
}
.ages-product {
    position: absolute;
    top: 32px;
    right: 5px;
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    background: #ee4799;
    border-radius: 5px;
    pointer-events: none;
}
.person-product {
    position: absolute;
    top: 56px;
    right: 5px;
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    background: #009898;
    border-radius: 5px;
    pointer-events: none;
}
.title-product {
    position: absolute;
    display: inline-block;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    background: #ffd200;
    border-radius: 5px;
    pointer-events: none;
}
.img-product {
    position: absolute;
    display: block;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.products-item:hover .img-product {
    background-size: 105%;
}
.products-menu {
    position: absolute;
    bottom:0px;
    left:0;
    width: 100%;
    text-align: center;
    padding: 3px 0;
}
.products-menuwrap {
    position: fixed;
    top: 70px;
    left:10px;
    vertical-align: top;
    z-index: 5;
    width: 50px;
}
.productsin-wrap {
    text-align: center;
    padding: 0 60px;
}
.breadcrumb {
    position: relative;
    text-align: center;
    color: #231f20;
    font-size: 18px;
    line-height: 20px;
    padding: 40px 70px;
    z-index: 9;
}
.breadone {
    display: inline-block;
    margin-right: 20px;
}
.nobtn {
    padding: 0 10px;
}
#bread-subcateg,
#bread-categ {
    position: relative;
    display: inline-block;
}
.minline {
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #ffd200;
    vertical-align: middle;
}
.categ-list {
    position: absolute;
    top:0px;
    left:0;
    padding-top: 30px;
    display: none;
    z-index: 5;
}
.categ-list.active {
    display: block;
}
.categ-hpcat,.categ-hpcat:focus {
    position: relative;
    display: block;
    text-align: center;
    width: 240px;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 5px;
    z-index: 9;
    background: #eee;
    color: #231f20;
}
.categ-hpcat i {
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 900;
    margin-right: 4px;
    color:#231f20;
}
.categ-hpcat:hover {
    color: #ee4799;
}
.categ-hpcat:hover i {
    color: #231f20;
}
.categ-cat,.categ-cat:focus {
    position: relative;
    display: block;
    text-align: center;
    width: 240px;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    margin: 1px;
    border-radius: 5px;
    background: #ffd200;
    color:#231f20;
}
.categ-cat i {
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 900;
    color:#231f20;
    margin-right: 4px;
}
.categ-cat:hover {
    background: #ee4799;
    color: #fff;
}
.categ-cat:hover i {
    color:#fff;
}
.prod-info-wrap {
    background: #ffd200;
    padding: 20px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    text-align: center;
    margin-top: 20px;
}
.wrap-all {
    text-align: center;
    margin: 20px 0 50px;
}
.product-gallery {
    position: relative;
    display: inline-block;
    width: 900px;
    height: 900px;
    vertical-align: top;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border: 1px solid #eee;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
}
.product-info {
    position: relative;
    display: inline-block;
    width: 550px;
    vertical-align: top;
    padding: 30px;
}
.product-gallery img {
    position: absolute;
    display: block;
    bottom:10px;
    right: 10px;
    width: 50px;
    height: 50px;
}
.img-product img {
    position: absolute;
    left:10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
}
.product-title {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    color: #009898;
    text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
}
.product-text {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    color: #231f20;
}
.form-wrap {
    width: 800px;
    margin: 0 auto;
    background: #a9cad8;
    padding: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #fff;
}
.sitemap-col {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    padding: 10px;
}
.info-wrap {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-top: 45px;
}
.info-wrap h1 {
    color: #364375;
}
.infoline {
    line-height: 24px;
    font-size: 20px;
    padding: 5px 0;
}
.info-head {
    text-align: left;
    color: #ee4799;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
}
.info-left {
    text-align: left;
    color: #fff;
}
.info-right {
    text-align: right;
    color: #231f20;
}
.info-right i {
    font-size: 20px;
    font-weight: 900;
    color: #231f20;
}
.product-material {
    font-size: 16px;
    line-height: 22px;
    background: #009898;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    margin: 3px;
    padding: 3px 6px;
    display: inline-block;
    vertical-align: top;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.persons-wrap {
    font-size: 22px;
}
.persons-wrap img {
    float:right;
    margin-left: 10px;
    display: inline-block;
    margin-top: -3px;
}
/* contact */
#site-indexcontact {

}
#site-contact {
}
#site-help {
    width: 1000px;
    margin: 40px auto 0;
}
.location-wrap {
    position: relative;
    width: 100%;
    height: 650px;
    text-align: center;
}
#location-indexmap {
    width: 100%;
    height: 550px;
}
#location-map {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.location-info {
    background: #009898;
    position: absolute;
    bootom:50%;
    left:40px;
    transform: translateY(50%);
    z-index: 1;
    padding: 20px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #fff;
}
.location-info h1 {
    color: #364375;
}
/* pseudo */
.gallery-theme {
    position: absolute;
    right:0px;
    top:0px;
    display: block;
    font-size: 30px;
    line-height: 30px;
    padding: 10px 20px;
    background: #009898;
    color: #ffd200;
    text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
    border-bottom-left-radius: 15px;
}
.gallery-thumbs {
    position: absolute;
    left:-170px;
    top:65px;
    display: block;
    width: 170px;
    text-align: left;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.gallery-thumbs.active {
    left: 0px;
}
.gallery-thumb,
.gallery-thumb:focus {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 1px;
    border: 1px solid #eee;
    background: #fff;
    vertical-align: top;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: .7;
    box-shadow: 1px 1px 1px rgba(35,31,32,0.4);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.gallery-thumb:hover {
    border: 1px solid #808285;
    background-size: 130%;
    opacity: 1;
}
.gallery-thumb.active {
    border: 1px solid #ee4799;
    pointer-events: none;
    opacity: 1;
}
/* tabs */
.tab-buttons {
    height: 40px;
    text-align: left;
    border-bottom: 1px solid #364375;
}
.tab-btn,.tab-btn:focus {
    font-size: 16px;
    background: #fff;
    color: #364375;
    padding: 0 10px;
    display: inline-block;
    line-height: 38px;
    border: 1px solid #364375;
    border-top-left-radius: 10px;
    /* border-top-right-radius: 10px; */
}
.tab-btn:hover {
    background: #364375;
    color: #fff;
}
.tab-btn.active {
    background: #a9cad8;
    color: #364375;
    pointer-events: none;
}
.tab-panel {
    display: none;
    padding: 20px 0;
    font-size: 18px;
}
.tab-panel.active {
    display: block;
}
.maintenance-wrap .centered {
    width: 90%;
}
#site-mainstage {
    text-align: center;
    padding-top: 30px;
}
#site-product {
}
.menuwrap-show, .menuwrap-show:focus {
    position: absolute;
    top:0;
    right:-40px;
    width: 40px;
    height: 40px;
    background: #ee4799;
    border-bottom-right-radius: 5px;
    text-align: center;
    display: none;
}
.menuwrap-show i {
    line-height: 40px;
    font-size: 26px;
    color: #fff;
}
.menuwrap-show:hover {
    background: #364375;
}
.prd-btn.show-filter {
    display: none;
}
.img-prod-sm {
    display: inline-block;
    vertical-align: top;
    height: 100px;
    width: 100px;
    margin: 3px;
    float: left;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.img-prod-xs {
    display: inline-block;
    vertical-align: top;
    height: 80px;
    width: 80px;
    margin: 3px;
    float: left;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.img-prod-pc {
    display: inline-block;
    vertical-align: top;
    height: 100px;
    width: 100px;
    margin: 3px;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.img-prod-pc.large {
    display: inline-block;
    vertical-align: top;
    height: 180px;
    width: 180px;
    margin: 10px;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.prod-info .clearfix {
    height: 40px;
}
.ucode {
    background: #364375;
    color: #fff;
    padding: 1px 4px;
    font-family: "Lucida Console", Monaco, monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}
.video-item {
    display: inline-block;
    width: 48%;
    height: 350px;
    vertical-align: top;
}
.inline-block {
    display: inline-block;
    vertical-align: top;
}
/* sitemap */
.sitemap-categ {
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    background: #ee4799;
    margin-bottom: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.sitemap-link,.sitemap-link:focus {
    display: block;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin-top: 4px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    border: 1px solid #231f20;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    letter-spacing: -1px;
}
.sitemap-link:hover {
    color: #ee4799;
    background-color: #fff;
}
.works-icons {
    margin-top: 20px;
    text-align: center;
}
.works-icon {
    display: inline-block;
    white-space: nowrap;
    color: #364375;
    margin: 5px;
    border: 1px solid #364375;
    padding-right: 15px;
    border-radius: 30px;
}
.works-icon span {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    padding: 0;
}
.works-icon span:nth-child(1) {
    width: 40px;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
}
.works-icon.green span:nth-child(1)  {
    background: #009898;
}
.works-icon.red span:nth-child(1)  {
    background: #ee4799;
}
.works-icon.blue span:nth-child(1)  {
    background: #a9cad8;
}
.works-icon.yellow span:nth-child(1)  {
    background: #ffd200;
}
.works-icon.magenta span:nth-child(1)  {
    background: #ee4799;
}
/* videos */
.img-cont {
    width:180px;
    height:auto;
    margin: 20px;
    display: inline-block;
    vertical-align: top;
}
.txt-cont {
    width:800px;
    display: inline-block;
    vertical-align: top;
}
.center-wrap {
    position: absolute;
    width: 100%;
    left:0;
    top:150px;
    padding: 80px;
}
.text-header {
    text-align: right;
}
.img-responsive {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
/* animations */
@-webkit-keyframes opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* width */
/*
@media only screen and (max-height: 1000px){
  .location-info h1 {
    color: #364375;
    font-size: 20px;
    line-height: 26px;
  }
  .main-header {
    padding: 0 40px;
  }
  .text-header {

  }
  .copyright span {
    display: block;
  }
  .site-logo {
    text-align: center;
    padding-top: 10px;
  }
  .center-wrap {
    padding: 10px;
  }
  .slider-info {
    left:0;
    width: 80%;
    max-width: 850px;
    padding: 10px;
  }
  .slider-info h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .slider-info h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .slider-info h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .slider-info hr {
    margin: 5px 0;
  }
  .wrap-title {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .services-item {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    width: 32%;
  }
  .services-item>div {
    padding: 10px;
  }
  .services-item h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .services-item p {
    font-size: 16px;
    line-height: 20px;
  }
  .floor-wrap {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
  }
  .floor-image {
    display: block;
    vertical-align: top;
    height: 350px;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .floor-item {
    display: inline-block;
    vertical-align: top;
    color: #364375;
    width: 50%;
    padding: 40px 15px;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
  }
  .floor-item h1 span {
    color: #ffd200;
    font-size: 36px;
    line-height: 40px;
    text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
  }
  .floor-item p {
    color: #fff;
  }
  .product-info {
    display: block;
    width: 100%;
    padding: 0 50px 50px;
  }
  .text-display {
    width: 100%;
    float: none;
  }
  .textmenu-btn, .textmenu-btn:focus {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    font-size: 16px;
  }
  .text-menu {
    width: 100%;
    float: none;
  }
}
*/
@media only screen and (max-width: 1500px){
    .product-gallery {
        position: relative;
        display: inline-block;
        width: 800px;
        height: 800px;
    }
    .product-info {
        width: 400px;
        padding: 20px;
    }
    .infoline {
        line-height: 20px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1400px){
    .services-item>div {
        padding: 20px;
    }
    .services-item h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .services-item p {
        font-size: 18px;
        line-height: 22px;
    }
    .services-icon img {
        height: 200px;
    }
    .floor-wrap,
    .certification-wrap {
        width: 95%;
    }
}
@media only screen and (max-width: 1250px){
    .product-gallery {
        display: inline-block;
        width: 800px;
        height: 800px;
    }
    .product-info {
        width: 650px;
        padding: 30px;
    }
    .infoline {
        line-height: 22px;
        font-size: 18px;
    }

    .themes-wrap {
        width: 100%;
    }
}
@media only screen and (max-width: 1100px){
    body,html {
        font-size: 16px;
        line-height: 20px;
        padding: 0 5px;
    }
    .works-item, .works-item:focus {
        display: inline-block;
        width: 350px;
        height: 400px;
    }
    .works-info {
        top: 0;
        left: 0;
    }
    .works-info h3 {
        font-size: 20px;
        line-height: 26px;
        padding: 5px 10px;
        color:#fff;
    }
    .services-item>div {
        padding: 10px;
    }
    .services-item p {
        font-size: 16px;
        line-height: 18px;
    }
    .services-icon img {
        height: 160px;
    }
    .services-item {
        height: 500px;
    }
    .slider-info {
        left:0;
        width: 100%;
        max-width: 750px;
        padding: 10px 20px;
    }
    .slider-info h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .slider-info h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .slider-info h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .slider-info hr {
        margin: 5px 0;
    }
}
@media only screen and (max-width: 950px){
    .services-item h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .services-item p {
        font-size: 14px;
        line-height: 18px;
    }
    .services-icon img {
        height: 120px;
    }
    .services-item {
        height: 450px;
    }
    .wrap-title {
        display: block;
        width: 100%;
        font-size: 30px;
        line-height: 40px;
        margin-top: 20px;
    }
    .wrap-title p {
        font-size: 18px;
        line-height: 24px;
        padding: 20px;
    }
    .floor-image,
    .certification-image {
        display: block;
        height: 350px;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
    .floor-wrap,
    .certification-wrap {
        height: auto;
    }
    .sitemap-col {
        display: inline-block;
        width: 200px;
        padding: 5px;
    }
}
@media only screen and (max-width: 830px){
    .product-gallery {
        display: block;
        width: 100%;
        height: 700px;
    }
    .product-info {
        width: 400px;
        padding: 20px;
    }
    .infoline {
        line-height: 20px;
        font-size: 16px;
    }
    .services-item {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .services-item h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .services-item p {
        font-size: 18px;
        line-height: 22px;
    }
    .services-icon img {
        height: 120px;
    }
    .works-item, .works-item:focus {
        display: block;
        width: 100%;
        height: 550px;
        margin: 10px 0;
    }
    .wrap-title {
        display: block;
        width: 100%;
        font-size: 26px;
        line-height: 30px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .wrap-title p {
        font-size: 16px;
        line-height: 20px;
        padding: 15px;
    }
}
@media only screen and (max-width: 530px){
    .sitemap-col {
        display: block;
        width: 100%;
        padding: 15px;
    }
}
@media only screen and (max-height: 900px){
    .themes-color {
        top:70px;
    }
    .themes-color div {
        display: inline-block;
        border: 1px solid #231f20;
        vertical-align: top;
        width: 30px;
        height: 30px;
        margin: 2px;
        border-bottom-right-radius: 28px;
    }
    .themes-title {
        padding: 10px;
    }
    .themes-title span {
        font-size: 24px;
        line-height: 40px;
    }

    .productsin-wrap {
        padding: 0;
    }
    .menu-logo {
        font-size: 30px;
        line-height: 30px;
    }
    .menu-logo img {
        height: 30px;
        width: auto;
    }
    .menu-logo-moto {
        font-size: 16px;
        line-height: 22px;
    }
    .center-wrap {
        top:60px;
        padding: 10px;
    }
    .info-head {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .site-menu {
        padding: 10px;
    }
    .site-menu-btn, .site-menu-btn:focus {
        width: 100%;
        height: 45px;
        margin: 5px;
    }
    .site-menu-btn span:nth-child(1) {
        height: 30px;
        width: 30px;
        font-size: 24px;
        line-height: 30px;
    }
    .site-menu-btn span:nth-child(2) {
        font-size: 24px;
        line-height: 30px;
        padding-left: 40px;
    }
    .site-menu-btn span:nth-child(3) {
        display: none;
    }
    .site-logo {
        text-align: left;
        padding-top: 5px;
    }
    .home-btn,.home-btn:focus {
        font-size: 24px;
        line-height: 25px;
        margin-top: 5px;
    }
    .home-btn img {
        height: 25px;
    }
    .logo-moto {
        padding: 2px;
        font-size: 12px;
    }
    #site-map {
        margin-top: 30px;
    }
    .location-info {
        left:0px;
        bottom:0px;
        transform: none;
        padding: 10px;
    }
    .location-info img {
        height: 30px;
    }
    .location-info h1 {
        font-size: 26px;
    }
    .location-info  {
        font-size: 16px;
        line-height: 20px;
    }
    .site-moto {
        padding: 5px;
        margin: 5px 0 5px;
        font-size: 16px;
        text-align: center;
    }
    .location-wrap {
        height: 550px;
    }
    .img-cont {
        display: none;
    }
    .txt-cont {
        width:100%;
        display: block;
        padding: 10px;
    }
    .form-wrap {
        width: 100%;
        padding: 10px;
    }
    .categories-links-wrap {
        width: 100%;
        padding: 15px;
    }
    .categories-link, .categories-link:focus {
        font-size: 16px;
        line-height: 20px;
        padding: 2px;
        border-left: 3px solid #ffd200;
        padding-left: 5px;
        text-align: center;
    }
    .categories-head {
        font-size: 20px;
        line-height: 24px;
        padding: 5px 0;
        text-align: center;
    }
    .sitemap-btn, .sitemap-btn:focus {
        width: 100px;
        height: 32px;
        line-height: 30px;
        font-size: 12px;
        margin-bottom: 5px;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .espa-btn,.espa-btn:focus {
        display: block;
        position: relative;
        right: 0;
        top: 0;
    }
    .espa2-btn,.espa2-btn:focus {
        display: block;
        position: relative;
        left: 0;
        top: 0;
    }
    #site-slider {
        height: 550px;
        margin-top: 30px;
    }
    .head-title {
        font-size: 28px;
        line-height: 34px;
        padding: 20px 0;
    }
    .head-text {
        font-size: 18px;
        line-height: 22px;
    }
    .head-title span{
        text-shadow: 1px 1px 1px rgba(35,31,32,0.4);
    }
    .slider-title {
        padding: 10px;
        font-size: 26px;
        line-height: 30px;
    }
    .head-wrap {
        padding: 10px;
    }
    .head-wrap h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .head-wrap p {
        margin-top: 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .maintenance-thumb,.maintenance-thumb:focus {
        height: 500px;
    }
    .showcase-item {
        width: 150px;
        height: 150px;
        margin: 0 1px 5px;
    }
    .breadcrumb {
        padding: 40px 10px;
    }
    .breadone {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .minline {
        display: none;
    }
    #bread-subcateg,
    #bread-categ {
        display: inline-block;
    }
    .categ-hpcat,.categ-hpcat:focus {
        display: inline-block;
        text-align: center;
        width: 170px;
        line-height: 20px;
        font-size: 16px;
    }
    .product-title {
        font-size: 26px;
        line-height: 30px;
    }
    .product-text {
        font-size: 18px;
        line-height: 26px;
    }
    .product-gallery {
        display: block;
        width: 100%;
        height: 450px;
    }
    .gallery-thumb,.gallery-thumb:focus {
        width: 40px;
        height: 40px;
        margin: 1px 0;
    }
    .menu-btn.thumb-btn {
        left: 35px;
    }
    .product-info {
        width: 100%;
        padding: 10px;
    }
    .infoline {
        line-height: 20px;
        font-size: 16px;
    }
    .product-material {
        font-size: 14px;
        line-height: 18px;
    }
    .site-btn, .site-btn:focus {
        width: 140px;
        height: 50px;
    }
    .site-btn span {
        font-size: 18px;
        line-height: 50px;
    }
    .site-btn i {
        font-size: 30px;
        line-height: 50px;
    }
    .main-btn,.main-btn:focus {
        top:30px;
        left:5px;
    }
    .gallery-thumbs {
        position: absolute;
        left:-110px;
        top:50px;
        width: 110px;
    }
}
