@charset "UTF-8";

header {
    position: absolute;
    width: 100%;
    padding-bottom: 13px;
    z-index: 200;
        -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


header:hover { 
    opacity: 1 !important;
}

header .wrapinner {
	padding-top: 20px;
}

header.sticked {
	position: fixed;
	background: #DDDDDE;
	opacity: .1;
}

header.sticked:hover {
	opacity: 1;
}

.customlogo {
	width: 145px;
	float: left;
}
.moduletabletopmenu {
	margin-left:155px;
}
.moduletabletopmenu ul {
	list-style: none;
	margin: 5px 0;
}
.moduletabletopmenu li {
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
    margin: 0 6px 0 6px;
}

.moduletabletopmenu li a {
	text-decoration: none;
	color: #000 !important;
}

.moduletabletopmenu li a:hover,
.moduletabletopmenu li a:active {
	text-decoration: none;	
}

#block1 {
	height: 570px;
	background: #DAD8DB url(../img/header-banner.jpg) right top no-repeat;
}


@media screen and (min-width: 1570px) {  
	#block1 {
		background: #E0DFE1 url(../img/header-banner.jpg) right bottom no-repeat
	}
}

#block1 .item {
	width:980px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#block1 .item p {
	position: absolute;
    bottom: 30px;
    font-family: 'LatoLight', sans-serif;
    font-size: 30px;
    line-height: 30px;
}

#block1 .firstheader {
	position: relative;
	top: 200px;
}

#block1 .firstheader h1 {	
	margin-bottom: 0;
	font-size: 72px;
	color: #1c011c;
}

#block1 .firstheader h2 {
	text-transform: inherit;
	font-size: 25px;
	color: #1c011c;
	font-family: 'LatoRegular', sans-serif;
}

#block2 {
	background: #1C011C;
	height: 3px;
    overflow: hidden;
    margin-top: -3px;

     -webkit-transition:width 300ms ease-in-out, height 600ms ease-in-out;
    -moz-transition:width 300ms ease-in-out, height 600ms ease-in-out;
    -o-transition:width 300ms ease-in-out, height 600ms ease-in-out;
    transition:width 300ms ease-in-out, height 600ms ease-in-out;
}

#block2.active {
	height: 500px;
	background: url(../img/pattern.png) 0 0 repeat;
}

#block2 .introtext {
	width:1100px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#block2 .introtext h2 {
    opacity: 0;
    text-align: center;
    height: 115px;
    color: #FFF;
    font-size: 50px;
    line-height: 100px;
    margin:0 0 30px;
    background: url(../img/about-bg.png) 50% -5px no-repeat;
}

#block2 .introtext p {
	color:#1d0f00;
	line-height: 1.7;
    margin-top: -50px;
}

#block2 .item {
    height: 3px;
    border-bottom: 10px;
    background: #bd0d00;
}

#block3 {
	background: #1C011C url(../img/gal-bg.jpg) right 428px no-repeat;
}

#block3 .introtext h2 {
    text-align: center;
    color: #FFF;
    font-size: 50px;
    padding:30px 0;
    margin: 0;
}

#block4 {
    height: 3px;
    background: transparent;
    position: relative;
}

#block3 .sigplus-gallery {
	width: 1000px;
	margin: 0 auto;
}

#block3 div.sigplus-gallery ul>li>a {
    display: inline-block;
    margin: -9px -2px -5px -2px;
}
#block3 div.sigplus-gallery ul li {
	list-style-type: decimal;
	background: #000 !important;
}
#block3 div.sigplus-gallery ul>li { 
    list-style-type: decimal; 
    position: relative;
}
#block3 div.sigplus-gallery ul { 
    counter-reset: list 0;
    height: 968px;
    overflow: hidden; 
}
#block3 div.sigplus-gallery ul>li>:before {
    counter-increment: list;
    content: "№ " counter(list) ;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    font-size:20px;
    margin: 5px 0px 5px 5px;
    line-height: 25px;
    width: 60px;
    height: 25px;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 55%;
   visibility: hidden;
}
#block3 div.sigplus-gallery ul>li>:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/fa-search.png) 50% 0 no-repeat;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    top: 45%;
    visibility: hidden;
}
#block3 div.sigplus-gallery ul>li:hover>a>img {
	opacity: .5;
}
#block3 div.sigplus-gallery ul>li:hover>:before,
#block3 div.sigplus-gallery ul>li:hover>:after {
	visibility: visible;
	opacity: 1;
}
#block3 div.sigplus-gallery ul>li:hover>a>img { 
    -webkit-animation-duration: .5s; 
    animation-duration: .5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: sigplus-gallery; 
    animation-timing-function: sigplus-gallery; 
        -webkit-animation-name: sigplus-gallery; 
    animation-name: sigplus-gallery; 
} 

@-webkit-keyframes sigplus-gallery { 
    0% {opacity: 1;} 
    100% {opacity: .5;} 
} 
@keyframes sigplus-gallery { 
   0% {opacity: 1;} 
    100% {opacity: .5;} 
} 

#fancybox-title {
display: none !important;
}




#block6 {
    background: #1C011C;
    padding-bottom: 40px;
}
#block6 .introtext h2 {
    text-align: center;
    color: #FFF;
    font-size: 50px;
    padding:30px 0;
    margin: 0;
}
#block6 .introtext {
    width: 1010px;
    margin: 0 auto;
}
#block6 .introtext .etaps {
    width: 33%;
    float: left;
    color:#FFF;
}
#block6 .introtext .etaps h3 {
    margin-bottom: 15px;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    padding: 0 15px;
}
#block6 .introtext .etaps p {
    padding: 0 15px;
    font-size: 14px;
}
#block6 .introtext .bords {
    position: relative;
}
#block6 .introtext .bords:before {
    content: '';
    width: 1px;
    height: 75%;
    position: absolute;
    top:35px;
    left:-4px;
    border-left:1px solid #440244;    
}
#block6 .introtext .bords:after {
    content: '';
    width: 1px;
    height: 75%;
    top:35px;
    position: absolute;
    right:1px;
   border-right:1px solid #440244; 
}

#block7 {
    background: #1C011C;
    padding-bottom: 40px;
}
#block7 .introtext h2 {
    text-align: left;
    color: #1C011C;
    font-size: 40px;
    padding:30px 0;
    margin: 0;
    font-family: 'BebasRegular', sans-serif;
}
#block7 .introtext {
    width: 1000px;
    margin: 0 auto;
}
#block7 .introtext *{ 
    color:#FFF;
}

#block7 .introtext  strong {
    font-weight: normal;
    font-family: 'LatoBold', sans-serif;
    font-size: 20px;
}

#block7 .floatblock {
    width: 30%;    
    margin: 0 .1%;
    padding: 0 1.5%;
    float: left;
    height: 420px;
    position: relative;
}

#block7 .floatblock p {
    position: absolute;
    background: #440244;
    padding: 26px 5%;
    width: 81%;
    box-shadow: 0 3px 13px #828282;
    bottom: 20px;
    font-family: 'LatoBold', sans-serif;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#block7 .floatblock p:hover {
      transform: scale(1.02);
       box-shadow: 0 4px 25px rgba(0, 0, 0, 0.51);
  }


.metkons {
   background: #FFF url(../img/metallok.png) 243% 124px no-repeat;
    background-size: 106%;
}
.metizd {
    background: #FFF url(../img/metalloi.png) 46% 124px no-repeat;
    background-size: 67%;
}
.eksklusive {
    background: #FFF url(../img/eksklusive.png) 39% 124px no-repeat;
    background-size: 53%;
}

.p-up {
    display:none;
    height:100%;
    position:fixed;
    width:100%;
    z-index:1000;
    top:0;
    left:0;
    background: rgba(90, 90, 90, 0.8);
}


.feedback-popup {
  padding: 30px 60px;
  position: relative;
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(255,255,255,0.43);
  background-size: 100%;
  background: #FFF;
}

.p-up .closepopup {
    cursor:pointer;
    z-index:15;
    color:black;
    font-size:25px;
    font-weight:700;
    position:absolute;
    top:5px;
    right:5px
}

.p-up h3 {
  margin: 0 auto 18px;
  width: 220px;
  font-size: 18px;
}

.p-up input {
  width: 194px;
  padding: 10px;
  font-size: 13px;
  color: #000;
  border: 1px solid #DDD;
  border-radius: 5px;
  display: block;
  margin: 10px auto;
}

.p-up .submitbutton {
    width: 215px;
    color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(180, 111, 90);
    border-radius: 5px;
    padding: 10px 0px;
    cursor: pointer;
    font-size: 16px;
    background-image: -moz-linear-gradient( 90deg, rgb(68, 2, 68) 0%, rgb(68, 2, 68) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(68, 2, 68) 0%, rgb(68, 2, 68) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(68, 2, 68) 0%, rgb(68, 2, 68) 100%);
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.19);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.p-up .submitbutton:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.51);
}

:invalid {
    box-shadow:none
}

.p-up label {
    display: none;
}

.submit {
    text-align: center;
    margin-top: 17px;
}

.animated { 
    -webkit-animation-duration: .3s; 
    animation-duration: .3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 

@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(.5); 
    } 

    70% { 
        -webkit-transform: scale(.7); 
    } 

    100% { 
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(.5); 
    } 

    70% { 
        transform: scale(.7); 
    } 

    100% { 
        transform: scale(1); 
    } 
} 

.bounceIn { 
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 
}



.ext_callback_form {
    height: 200px;
    position: fixed;
    top: 12%;
    left: 50%;
    margin-left: -460px;
    width: 920px;
    z-index: 50;
}

.headpopup {
    text-align: center;
    margin-bottom: 40px;
}

.headpopup h2 {
    font-size: 40px;
    font-family: 'BebasRegular', sans-serif;
    margin-bottom: 0;
}

.headpopup p {
    font-size: 13px;
}

.article_anywhere .moduletable {
    margin-top: 20px;
}

.article_anywhere div.sigplus-gallery>ul>li {
    width: 20%;
    margin-bottom: 30px !important;
}


#block11 {
    background: #1C011C;
    padding-bottom: 40px;
}
#block11 .introtext h2 {
    text-align: center;
    color: #FFF;
    font-size: 50px;
    padding:30px 0;
    margin: 0;
}
#block11 .introtext {
    width: 1100px;
    margin: 0 auto;
}

#block11 li {
    margin: 0 10px !important;
}

#block11 li:hover img {
    opacity: .9;
}

#block12 {
    background: #270127;
    padding-bottom: 40px;
}
#block12 .introtext h2 {
    text-align: center;
    color: #FFF;
    font-size: 50px;
    padding:30px 0;
    margin: 0;
}

#block12 .introtext {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;

}


#block19 {
    background: #1C011C;
    padding-bottom: 40px;
}
#block19 .introtext h2 {
    text-align: center;
    color: #FFF;
    font-size: 50px;
    padding:30px 0;
    margin: 0;
}
#block19 .introtext {
    width: 1000px;
    margin: 0 auto;
}

#block19 .introtext h3 {
   color: #FFF;
    margin-bottom: 10px;
    font-size: 26px;
}

#block19 .introtext ul {
    list-style: none;
    text-align: left;
    vertical-align: top;
}

#block19 .introtext ul li {
    color: #FFF;
    list-style: none;
    width: 45%;
    display: block;
    float: left;
    padding: 0 20px;
    margin-bottom: 50px;
    line-height: 1.3;
    position: relative;
}

.newsflash-item {
    height: 200px;
}

.rew-pup .ext_callback_form {
    height: 200px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -250px;
    width: 510px;
    z-index: 50;
}

.readmore {
    text-decoration: underline;
    cursor: pointer;
    margin-top: 11px;
    position: absolute;
    bottom: -20px;
    background: #1C011C;
    padding: 11px 0;
    width: 473px;
}

.r-prv-text {
    color: #000;
    text-align: left;
}

#block19 .r-prv-text h3 {
    color: #000;
    width: 100%;
    text-align: left;
}



#block20 {
    background: #1C011C;
    padding-bottom: 30px;
}
#block20 .introtext h2 {
    text-align: center;
    color: #FFF;
    font-size: 50px;
    padding:30px 0;
    margin: 0;
}


.contact-block {
    width: 500px;
    margin: 0 auto;
    padding: 20px 153px 5px 255px;
    background: #000;
    color: #FFF;
    position: relative;
    top: -50px;
}

.contact-block p {
    margin-bottom: 20px;
    font-size: 22px;
}

.contact-block p  a {
	font-size: 22px;
	color: #FFF;
}

#block21 {
	height: 170px;
	background: #000 url(../img/shema.png) 50% 0 no-repeat;
	text-align: center;
	color: #FFF;
}

#block21 h2 {
    color: #FFF;
    margin-bottom: 10px;
    padding-top: 40px;
    font-size: 25px;
    font-family: 'LatoRegular', sans-serif;
    text-transform: uppercase;
}

#block21 p {
    width: 255px;
    margin: 0 auto;
    font-size: 13px;
    margin-top: 19px;
    padding: 10px 10px 6px;
    border: 2px solid #bd0d00;
    text-transform: uppercase;
    cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#block21 p:hover {
	box-shadow: 0 0 30px #bd0d00;
}

#popup4 {
	width: 340px;
	margin-left: -171px;
}

#block22 {
	background: #1C011C;
    padding: 30px 0;    
}

#block22 .introtext {
    width: 960px;
    position: relative;
    margin: 0 auto;
}

#block22 .introtext .developer {
    position: absolute;
    text-align: right;
    right: 0;
    bottom: -15px;
    font-size: 13px;
}

#block22 .introtext .developer a {
	color: #FFF;
}