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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    position: relative;
}

html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -90px;
    overflow: hidden;
}

.footer,
.push {
    height: 90px;
    text-align: center;
}

.footer {
    background: url(img/fot_bg.jpg) no-repeat center bottom;
}

a {
    text-decoration: none;
    color: #629fd6;
    font-weight: 300;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
}

a:hover {
    color: #558fc3;
}

.clear {
    clear: both;
    height: 1px;
    position: relative;
}

.cont {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}


/*------------top--------------*/

.topcont {
    position: relative;
    display: block;
    text-align: center;
}
.topcont h1 {
    display: inline-block;
    width: 255px;
    height: 87px;
    padding: 20px 0;
}
.menu_cont {
    border: solid 1px #f1f0f0;
    border-width: 1px 0 0 0;
    height: 55px;
    line-height: 55px;
}
.menu_cont ul li {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    margin: 0 22px;
}
.menu_cont ul li a {
    font-family: "Trajan Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    line-height: 55px;
    color: #969696;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    border: solid 3px #fff;
    border-width: 0 0 3px 0;
}
.menu_cont ul li a:hover,
.menu_cont ul li .aktivs {
    color: #f78d25;
    border: solid 3px #f78d25;
    border-width: 0 0 3px 0;
}
.menu_cont ul li a span {
    position: absolute;
    background-color: #f78d25;
    color: #fff;
    text-align: center;
    font-family: "Trajan Pro";
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    text-transform: uppercase;
    padding: 3px 3px 0px 2px;
    top: -9px;
    left: 50%;
    width: 63px;
    margin-left: -34px;
}



.box {
    width: 100%;
    height: 570px;
    background-position: center !important;
    background-repeat: no-repeat;
    display: block;
    background-size: cover !important;
}
.slider {
    position: relative;
    width: 100%;
    height: 570px;
    overflow: hidden;
    /* margin: 0 auto 30px auto; */
}
.grupascont h2 {
    text-align: center;
    font-size: 24px;
    color: #d03495;
    text-transform: uppercase;
}
.slider__wrapper {
    height: 100%;
    list-style: none;
    overflow: hidden;
    *zoom: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.slider__item {
    height: 100%;
    float: left;
    clear: none;
}
.slider__arrows-item {
    position: absolute;
    display: block;
    margin-bottom: 285px;
}
.slider__arrows-item--right {
    bottom: 50%;
    right: 30px;
    width: 36px;
    height: 36px;
    display: block;
    background: url(img/right_ar.png) no-repeat center;
    opacity: 0.4;
}
.slider__arrows-item--left {
    bottom: 50%;
    left: 30px;
    width: 36px;
    height: 36px;
    display: block;
    background: url(img/left_ar.png) no-repeat center;
    opacity: 0.4;
}
.slider__arrows-item--right:hover {
    opacity: 1;
    margin-bottom: 285px;
}
.slider__arrows-item--left:hover {
    opacity: 1;
    margin-bottom: 285px;
}
.slider__nav {
    position: absolute;
    bottom: 90px;
    margin-left: -28px !important;
}
.slider__nav-item {
    float: left;
    clear: none;
    display: block;
    margin: 0 2px;
    width: 10px;
    height: 10px;
    background: url(img/menu.png) no-repeat center;
}
.slider__nav-item--current {
    background: url(img/how_menu.png) no-repeat center;
}
.slider__nav-item:hover {
    background: url(img/how_menu.png) no-repeat center;
}

.slide_text{
    position: absolute;
    top: 180px;
    left: 50%;
    width: 400px;
    margin-left: -600px;
}
.slide_text h2{
    color: #fff;
    font-family: "Trajan Pro";
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.slide_text p {
    color: #fff;
    font-family: "Helvetica Neue LT Std";
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}
.slide_text a {
    display: block;
    width: 186px;
    height: 44px;
    border: 1px solid #ececec;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-family: "Helvetica Neue LT Std";
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}




.iner{
    top: -74px;
    /* bottom: -74px; */
    margin-bottom: -74px;
}
.left_cont{
    display: inline-block;
    vertical-align: top;
    width: 599px;
    /* min-height: 500px; */
    height: 500px;
}
.right_cont{
    display: inline-block;
    vertical-align: top;
    width: 599px;
    margin-left: -3px;
    min-height: 500px;
    height: 500px;
    overflow: hidden;
}
.orang{
    background: url(img/orang.png) no-repeat top left;
    color: #fff;
}
.right_cont h2{
    margin-top: 130px;
    font-family: "Trajan Pro";
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 60px;
    color: #fff;
} 
.dekors{
    background: url(img/dekor.png) no-repeat center;
    width: 40px;
    height: 1px;
    display: block;
    margin: 30px 0 30px 0px;
    /* padding-left: 120px; */
}
.right_cont p{
    padding-right: 60px;
    color: #fff;
    font-family: "Helvetica Neue LT Std";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 40px;
    padding-left: 60px;
}
.poga1{
    width: 186px;
    height: 44px;
    background-color: #fff;
    display: block;
    text-align: center;
    line-height: 44px;
    color: #f78d25;
    font-family: "Helvetica Neue LT Std";
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    border: solid 1px #fff;
}
.poga1:hover{
    background-color: transparent;
    color: #fff;
}
.peleks{
    background-color: #f9f9f9;
}
.right_cont .poga1{
    margin-left: 60px;
}
.slide_text a:hover{
    background-color: #fff;
    color: #f78d25;
}
.left_cont h2{
    color: #51074e;
    font-family: "Trajan Pro";
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 130px;
    /* padding-left: 60px; */
}
.left_cont p{
    color: #888;
    font-family: "Helvetica Neue LT Std";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 60px;
}
.left_cont .dekors{
    background-color: #dbdcdd;
}
.prod_story{
    width: 100%;
    height: 554px;
    background: url(img/product_story_bg.jpg) no-repeat top center;
    color: #fff;
}
.story_text{
    position: absolute;
    width: 600px;
    left: 50%;
}


.story_text h2{
    color: #fff;
    font-family: "Trajan Pro";
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
     margin-top: 130px;
    padding-left: 90px;
}
.story_text p{
    color: #fff;
    font-family: "Lucida Calligraphy";
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 40px;
    padding-left: 90px;
    padding-right: 60px;
    font-weight: 300;
}
.story_text .dekors{
    padding-left: 90px;
}



.produkti_cont{
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 400px;
}
.produkt{
    display: block;
    height: 400px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background-size: cover !important;
    position: absolute;
}
.produkt img{
    position: absolute;
    top: 0;
    left: 0;
    resize: inherit;
}
.forhim{
    width: 50%;
    left: 0;
}
.forher{
    width: 50%;
    right: 0;
}
.casual{
    width: 33%;
    left: 0;
    bottom: 0;
}
.official{
    width: 34%;
    left: 33%;
    bottom: 0;
}
.weddings{
    width: 33%;
    right: 0;
    bottom: 0;
}
.produkt h3{
    color: #fff;
    font-family: "Trajan Pro";
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 175px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    z-index: 2;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.produkt p{
    color: #f9f9f9;
    font-family: "Helvetica Neue LT Std";
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    width: 334px;
    text-align: center;
    left: 50%;
    margin-left: -167px;
    position: absolute;
    top: 250px;
    z-index: 2;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.produkt .poga1{
    position: absolute;
    margin-left: -93px;
    left: 50%;
    top: 280px;
    opacity: 0;
    z-index: 2;
    background-color: transparent;
    color: #fff;
}
.produkt .poga1:hover{
    background-color: #fff;
    color: #f78d25;
}
.bg_hov{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(img/prod_hover.png) no-repeat center;
    background-size: cover;
    opacity: 0;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.produkt:hover .bg_hov{
    opacity: 1;
}
.produkt:hover .poga1{
    opacity: 1;
}
.produkt:hover h3{
    top: 124px;
}
.produkt:hover p{
    top: 190px;
}

.footer{
    text-align: left;
    
}

.footer p{
    color: #929292;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    margin-right: 30px;
    line-height: 90px;
    
}
.footer p a{
    color: #f78d25;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    padding: 0 3px;
}

.footer p a:hover{
    color: #fff;
    background: #f78d25;
}

.soc{
    position: absolute;
    top: 32px;
    right: 0;
    width: 117px;
}
.soc li{
    display: inline-block;
    margin: 0 5px;
}
.fb{
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
    background: url(img/fb.jpg) no-repeat center;
}
.fb img{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
     transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.fb:hover img{
    opacity: 1;
}
.tw{
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
    background: url(img/tw.jpg) no-repeat center;
}
.tw img{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
     transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.tw:hover img{
    opacity: 1;
}
.yt{
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
    background: url(img/yt.jpg) no-repeat center;
}
.yt img{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
     transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.yt:hover img{
    opacity: 1;
}
.newcolec{
    position: absolute;
    top: 32px;
    right: 0;
    height: 30px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    padding: 0 15px;
    font-family: "Trajan Pro";
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #f78d25;
    z-index: 2;
}

.cover{
    width: 100%;
    height: 300px;
    position: relative;
    background-size: cover !important;
}



.about .left_cont p{
    color: #888;
}

.about .left_cont p a{
    color: #f78d25;
}
.about {
    padding-bottom: 300px;
}
.ourmis{
    background: url(img/orang_bg.jpg) no-repeat center top;
    background-repeat: repeat-x !important;
    background-size: auto 100%;
}
.about .right_cont h2{
    margin-top: 150px;
}

.about .left_cont h2{
    margin-top: 150px;
}
.ourdes{
    padding-bottom: 80px;
}
.ourdes .left_cont h2{
    margin-top: 150px;
}
.ikscover{
    height: 300px;
}
.terms{
    padding: 70px 0 40px 0;
    
}

.texts .dekors{
    background-color: #dbdcdd;
    margin-left: 0;
}
.texts h2{
    color: #51074e;
    font-family: "Trajan Pro";
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.texts h3{
    color: #51074e;
    font-family: "Trajan Pro";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
    margin-bottom: 30px;
}
.texts p{
    color: #707070;
    font-family: "Helvetica Neue LT Std";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
}
.texts a{
    color: #f78d25;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    padding: 0 3px;
}
.texts a:hover{
    color: #fff;
    background: #f78d25;
}
.texts ul{
    margin-bottom: 30px;
    margin-left: 20px;
}
.texts li{
    color: #4c0049;
    font-family: "Helvetica Neue LT Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    padding-left: 15px;
    background: url(img/list_bg.png) no-repeat center left;
}
.ourprom{
    padding: 70px 0 130px 0;
}
.left_cont h3{
    margin-top: 130px;
}
.ourpromin .left_cont p{
    padding-left: 0;
}
.ourpromin{
    padding-bottom: 80px;
}
.faqdekor{
    position: absolute;
    top: 0;
    left: 50%;
    width: 2000px;
    margin-left: -360px;
    background-color: #f9f9f9;
    height: 100%;
}
.leftfaq{
    width: 240px;
    float: left;
    padding-top: 150px;
}
.rightfaq{
    width: 910px;
    float: right;
    padding-left: 50px;
    padding-top: 60px;
    padding-bottom: 80px;
}
.rightfaq h2{
    text-align: center;
}
.rightfaq .dekors{
    margin: 40px auto;
}
.leftfaq ul li a{
    display: block;
    width: 200px;
    padding: 18px 20px;
    font-family: "Trajan Pro";
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    line-height: 18px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.leftfaq ul li a:hover{
    background-color: #f9f9f9;
}
.leftfaq ul li .aktivs3{
    color: #fff;
    background-color: #f78d25;
}

.tabula {
    width: 100%;
    border-collapse: collapse;
}

.tabula td {
    border:1px solid #ccc;
    padding:5px;
    color: #707070;
    font-family: "Helvetica Neue LT Std";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}



































