﻿html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #f1f2f2;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    perspective: 1400px;
    -webkit-perspective: 1400px;
    -moz-perspective: 1400px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
}

.gwd-iframe-12il {
    position: absolute;
    border: none;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
}
.transition, * {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease-in-out;
}
.transition-bg {
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.solmenu {
    position: absolute;
    top: -100%;
    background-color: #e8e8e8;
    border-radius: 21px;
    padding: 21px 0;
    left: 2.5%;
}
.solmenu .bt {
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
}
.solmenu .bt .aciklama {
    position: absolute;
    top: 5px;
    padding-left: 0;
}

.solmenu .bt:last-child {
    margin-bottom: 0;
}

.solmenu .bt .aciklama .ic {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 0px;
    padding: 0;
    line-height: 28px;
    opacity:0;
    color:#ff0000;
}

.solmenu .bt:hover:before {content: '';position: absolute;width: 4px;height: 4px;right: -7px;background-color: #ff0000;top: 16px;border-radius: 50%;}

.solmenu .bt:hover .aciklama .ic {
    padding: 0 9px;
    width: auto;
    background-color: #ff0000;
    font-weight: 700;
    border-radius: 13px;
    left: 47px;
    opacity:1;
    color:#fff
}

.solmenu .bt .icon {
    z-index: 9;
    position: relative;
    background-color: #e8e8e8;
    padding: 0  8px;
    cursor: pointer;
}

.solmenu .bt:hover .aciklama {
    padding-left: 16px;
}
.solmenu .grp {
    margin-bottom: 30px;
}

.solmenu .grp:last-child {
    margin-bottom: 0;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.solmenu .bts ul {
    display: inline-flex;
}

.solmenu .bts ul li {
    margin-right: 7px;
}

.solmenu .bts ul li:last-child {
    margin-right: 0;
}

.solmenu .bts ul li {cursor: pointer;}

.parcalar {position: relative;}
.solmenu .bt.renkler:hover .aciklama .ic {
    background: none;
}
img {
    display: block;
}

.bt.kamera-aci ul {
    margin-top: 7px;
}
.bt.renkler .aciklama {
    top: 0;
}

.bt.renkler:hover .aciklama .ic {
    padding-left: 0;
}
.dkap{height:100%;display:table;overflow:hidden;width:100%}.dkap .dic{display:table-cell;vertical-align:middle}
.parcalar {
    position: absolute;
    right: 2.5%;
    top: -100%;
}
.parcalar .btt {
    background-color: #f6f6f6;
    position: relative;
    margin-bottom: 9px;
    border-radius: 9px;
    width: 84px;
    float: right;
    cursor: pointer;
}

.parcalar .btt .ic {
    /* display: inline-flex; */
    margin: 9px;
    position: relative;
}

.parcalar .btt .ic .aciklama {
    left: 9px;
    position: absolute;
    z-index: 8;
    top: 0;
    width: 0px;
    font-weight: 700;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
}
.parcalar .btt:hover .ic .aciklama {
    width: 86px;
    left: 76px;
    

}
.parcalar .btt .ic .resim {
    z-index: 9;
    position: relative;
}


.parcalar .btt:hover {
    width: 179px;
}

.clear {
    content: '';
    clear: both;
    display: block;
}
.buton-intro {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.83);
    border-radius: 21px;
    top:-100%
    
}
.buton-intro .ic {
    margin: 105px;
    position: relative;
}
.buton-intro .ic > a {
    position: absolute;
    background-color: #ff0000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    right: -121px;
    top: -121px;
}

a {
    text-decoration: none;
}

.buton-intro .ic > a:hover {
    background-color: #000;
    color: #ff0000;
}
div#fullscreen_button {
    margin-bottom: 8px;
}

div#btinfo {
    margin-bottom: 10px;
}
.hidden {
    display: none;
}