﻿@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,700);
@font-face {
    font-family: "ArquitectaH";
    src: url("../font/ArquitectaHeavy.ttf") format('truetype');
}
@font-face {
    font-family: "ArquitectaM";
    src: url("../font/ArquitectaMedium.ttf") format('truetype');
}
@font-face {
    font-family: "ArquitectaL";
    src: url("../font/ArquitectaLight.ttf") format('truetype');
}
@font-face {
    font-family: "ArquitectaBlack";
    src: url("../font/ArquitectaBlack.ttf") format('truetype');
}


@font-face {
    font-family: "ArquitectaBook";
    src: url("../font/ArquitectaBook.eot"); /* IE9 Compat Modes */
    src: url("../font/ArquitectaBook.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/ArquitectaBook.otf") format("opentype"), /* Open Type Font */
    url("../font/ArquitectaBook.svg") format("svg"), /* Legacy iOS */
    url("../font/ArquitectaBook.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../font/ArquitectaBook.woff") format("woff"), /* Modern Browsers */
    url("../font/ArquitectaBook.woff2") format("woff2"); /* Modern Browsers */
}

@font-face {
    font-family: "ArquitectaT";
    src: url("../font/ArquitectaThin.ttf") format('truetype');
}

/* font converted using font-converter.net. thank you! */
@font-face {
    font-family: "ArquitectaBlak";
    src: url("../font/ArquitectaBlack.eot"); /* IE9 Compat Modes */
    src: url("../font/ArquitectaBlack.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/ArquitectaBlack.otf") format("opentype"), /* Open Type Font */
    url("../font/ArquitectaBlack.svg") format("svg"), /* Legacy iOS */
    url("../font/ArquitectaBlack.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../font/ArquitectaBlack.woff") format("woff"), /* Modern Browsers */
    url("../font/ArquitectaBlack.woff2") format("woff2"); /* Modern Browsers */
}

@font-face {
    font-family: "ArquitectaBold";
    src: url("../font/ArquitectaBold.ttf") format('truetype');
}
@font-face {
    font-family: "ArquitectaR";
    src: url("../font/Arquitecta.ttf") format('truetype');
}

@font-face {
    font-family: "DomainT";
    src: url("../font/DomaineSansDisplay-Thin.eot?#iefix") format('embedded-opentype'), url("../font/DomaineSansDisplay-Thin.ttf") format('truetype');
}

@font-face {
    font-family: "DomainL";
    src: url("../font/DomaineSansDisplay-Light.eot?#iefix") format('embedded-opentype'), url("../font/DomaineSansDisplay-Light.ttf") format('truetype');
}

@font-face {
    font-family: "DomainR";
    src: url("../font/DomaineSansDisplay-Regular.eot"); /* IE9 Compat Modes */
    src: url("../font/DomaineSansDisplay-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/DomaineSansDisplay-Regular.otf") format("opentype"), /* Open Type Font */
    url("../font/DomaineSansDisplay-Regular.svg") format("svg"), /* Legacy iOS */
    url("../font/DomaineSansDisplay-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../font/DomaineSansDisplay-Regular.woff") format("woff"), /* Modern Browsers */
    url("../font/DomaineSansDisplay-Regular.woff2") format("woff2"); /* Modern Browsers */
}

@font-face {
    font-family: "DomainM";
    src: url("../font/DomaineSansDisplay-Medium.eot?#iefix") format('embedded-opentype'), url("../font/DomaineSansDisplay-Medium.ttf") format('truetype');
}


.fonttext1{
    font-family: "ArquitectaB";
    font-size: smaller;
    line-height: 1.7; 
    letter-spacing: 4px;
}

.fonttext2{
    font-family: "ArquitectaM";
    font-size: 15px;
    line-height: 1; 
    letter-spacing: 1px;
}

html{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
	color: black;
	text-decoration: none;
}

a:hover,
a:active {
	color: black;
}


a.popup-close:hover { 
    color: white; 
}

body {
    background-color: #81807b;
}

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    z-index: 10000 !important;
}

.popup-medium {
    max-width: 700px;
    height: 550px;
    width: 340px;
    padding: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: black;
    background-color: black;
    border-color: #323232;
    border-style: solid;
    border-width: 1px;
}

.popup-large {
    /*height: 434px;
    width: 936px;*/
    padding: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: black;
    background-color: black !important;
    border-color: #404040;
    border-style: solid;
    border-width: 1px;
}

.popup-medium-1 {
    max-width:700px;
    height: 750px;
    width: 500px;
    padding:2px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#2d2d2d;
}
 
/* Inner */
.popup-inner1 {
    max-width:700px;
    width:90%;
    padding:2px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#2d2d2d;
    height: 395px;
    width: 275px;
}

.popup-inner3 {
    max-width:700px;
    width:90%;
    padding:2px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#2d2d2d;
    height: 395px;
    width: 275px;
}
 
/* Close Button */
.popup-close {
    width: 55px;
    height: 52px;
    padding-top: 0px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(62, 62, 62, 0.8);
    font-family: Arial, Sans-Serif;
    font-size: 45px;
    text-align: center;
    line-height: 100%;
    color: #fff;
    z-index: 100;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background: rgba(97, 94, 94, 0.8);
    text-decoration:none;
}

footer.footer{
	text-align: center;
	padding: 50px 0px 20px;
	border-top:1px solid #eee;
}


.container {
    
}

#backtohome {
    top: 184px;
    left: 0px;
    width: 88px;
    height: 80px;
    background-color: white;
    text-align: center;
    z-index: 10000;
    padding-top: 16px;
    cursor: pointer;
    position: fixed;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-left-width: 0px;
    border-color: #544d5f;
    display: none;
}

#backtotop {
    top: 184px;
    left: calc(100% - 88px);
    width: 88px;
    height: 80px;
    background-color: white;
    text-align: center;
    z-index: 10000;
    padding-top: 15px;
    cursor: pointer;
    position: fixed;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-right-width: 0px;
    border-color: #544d5f;
    display: none;
}

#btn-edit-catalogue {
    position: fixed;
    width: 150px;
    top: 0px;
    height: 25px;
    background: black;
    color: white;
    text-transform: uppercase;
    padding-top: 7px;
    right: 0px;
    cursor: pointer;
    text-align: center;
    font-family: ArquitectaM;
    display: none;
}

#btn-edit-catalogue:hover  {
    background-color: #272727;
    cursor: pointer;
}

#myorder {
    top: 185px;
    left: calc(100% - 88px);
    float: right;
    width: 88px;
    height: 79px;
    background: url("../img/cart.png") no-repeat center;
    background-size: auto;
    text-align: center;
    z-index: 10000;
    padding-top: 10px;
    cursor: pointer;
    position: fixed;
    color: #c1bfbf;
    background-color: black;
    border-style: solid;
    border-width: 1px;
    border-right-width: 0px;
    border-color: #6d6d6d;
}

#signin {
    top: 284px;
    left: calc(100% - 88px);
    width: 88px;
    height: 28px;
    background-color: white;
    text-align: center;
    z-index: 10000;
    padding-top: 10px;
    cursor: pointer;
    position: fixed;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-right-width: 0px;
    display: none;
    border-color: #6d6d6d;
}

#backtotop_arrow{
    background: url("../img/backtotoparrow.png") no-repeat center;
    width: 31px;
    height: 17px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

#container_1 {
    /*background-size: contain !important;*/
    position: absolute;
    height: 12634px;
    text-align: center;
    top: 0px;
    /*width: 100%;*/
    width: 488px !important;
}

.container_1-edit {
    /*background-size: cover !important;
    width: 488px !important;*/
}

#elem1 {
    position: absolute;
    width: 100%;
    height: 988px;
    color: red;
}

#elem2 {
    position: absolute;
    margin-top: 988px;
    width: 100%;
    height: 919px;
    color: red;
}

#elem3 {
    position: absolute;
    margin-top: 1907px;
    width: 100%;
    height: 1847px;
    color: red;
}

#elem4 {
    position: absolute;
    margin-top: 3754px;
    width: 100%;
    height: 1651px;
    color: red;
}

#elem5 {
    position: absolute;
    margin-top: 5405px;
    width: 100%;
    height: 1847px;
    color: red;
}

#elem_trademark {
    position: absolute;
    margin-top: 11966px;
    font-weight: bold;
    color: black;
    height: 50px;
    width: 100%;
}

.imgareaselect1-border1{
  background: none !important;
}

.imgareaselect1-border2 {
    background: none !important;
}

.imgareaselect1-border3 {
    background: none !important;
}

.imgareaselect1-border4 {
    background: none !important;
}

.imgareaselect1-handle {
    background: none !important;
    border-style: none !important;
}

#ci_ni {
    background: url("../img/ci_ni.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    height: 434px;
    width: 936px;
    text-align: center;
    top: 0px;
    left: 0px;
}

#container_links{
    position: absolute;
    width: 100%;
    height: 100%;
}

.imgareaselect-outer{
    display: none !important;
}

.p_link_red {
    background-color: red !important;
}

.arrow-left {
    background: url("../img/arrow.png") no-repeat;
    background-size: cover;
    height: 14px;
    width: 14px;
    position: absolute;
}

#page-loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: black;
    z-index: 1;
    text-align: center;
    z-index: 99;
}

#page-loading-image {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 600;
}

#wnd-message-catalogue {
    display: none;
    width: 400px;
    height: 87px;
    z-index: 1000000000;
    color: white;
    margin-left: calc(33% - 175px);
    margin-top: calc(25% - 37px);
    position: fixed;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    border-color: #7b7b7b;
    background-color: black;
    text-align: center;
}

#wnd-message-catalogue-content {
    width: 100%;
    margin-top: -26px;
    padding-left: 17px;
    text-align: center;
    /* font-family: DomainTextL;
    letter-spacing: 1px;*/
    text-transform: initial;
    font-size: 20px;
    font-family: ArquitectaL;
}

#img-msg {
    height: 30px;
    background: transparent url("../img/icon-question.png") no-repeat center;
    background-size: contain;
    background-size: contain;
    background-position: left !important;
    margin-top: 25px;
    margin-left: 10px;
    /*
    float: left;
    text-align: center;
    padding-left: 0px;
    margin-left: 30px;
    margin-top: -5px; 
    width: 30px;
    */
}

#loginwindowclosebtn {
    top: -14px;
    left: 284px;
    cursor: pointer;
    color: white;
    border: 1px solid white;
    border-radius: 27px;
    background: black;
    font-size: 28px;
    display: inline-block;
    line-height: 0px;
    padding: 13px 1px;
    position: absolute;
    z-index: 20;
    width: 25px;
    height: 0px;
    font-family: Times New Roman;
    font-weight: bold;
    display: none;
    padding-right: 1px;
}

.loginwindowclosebtn:before {
    content: "×";
}

#container-video {
    display: none;
    background: transparent url("") no-repeat center;
    background-size: contain;
    background-size: contain;
    margin-top: 3641px;
    position: absolute;
    margin-left: 132px;
    height: 763px;
    width: 1030px;
    left: 0px;
}

.video-frame{
    display: none;
}

.video-frame-logo {
    height: 50px;
    width: 150px;
    right: 0px;
    top: 409px;
    position: absolute;
    background: black;
    z-index: 100000;
    font-size: 29px;
    padding-top: 10px;
    opacity: 33;
}


@media (max-width: 800px) {
    .popup-close {
        width: 75px;
        height: 72px;
        padding-top: 0px;
        font-size: 65px;
    }
}

.popup-close-800 {
    width: 35px;
    height: 35px;
    padding-top: -4px;
    font-size: 30px;
}

.context-menu-item {
    font-family: ArquitectaM !important;
    text-transform: uppercase !important;
}


.link-caption {
    display: block;
    color: white;
    font-weight: bold;
    animation: blinker 1s linear infinite;
    text-transform: uppercase;
    font-family: ArquitectaL;
    font-size: 12px;
    line-height: 18px;
    opacity: 1;
    background-color: #878585;
    letter-spacing: 1px;
    text-align: center;
}

.size4popup {
    position: absolute;
    height: 434px;
    width: 936px
}

.wnd_popup_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.ui-icon-gripsmall-diagonal-se {
    background: transparent url("../img/wingrip.png") no-repeat center !important;
}