body {
    font-family: 'Montserrat', sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
}
a ,a:hover{
    text-decoration: none;
    color: inherit;
}
a:focus{
    outline: none;
}

header {
    float: left;
    width: 100%;
    height: 100px;
    background: #ffffff;
    position: fixed;
    top:0;
    z-index: 11;
    border-bottom: 1px solid rgb(195, 195, 195);
    box-shadow: rgba(50, 50, 50, 0.27) 0px 1px 3px 0px;
}
.musterihizmetleri{
    float: right;
    margin: 31px 0;
    margin-right: 45px;
    font-weight: 600;
}
.musterihizmetleri i{
    float: left;
    color: #02687f;
    border-right: solid 1px #02687f;
    height: 36px;
    padding: 0 15px;
    font-size: 36px;
    line-height: 36px;
}
.musterihizmetleri span{
    float: right;
    font-size: 16px;
    color: #4696a8;
    margin-left: 15px;
}
.musterihizmetleri span b{
    float: left;
    font-size: 18px;
    margin-top: 5px;
}
.logo{
    float: left;
    margin: 10px 20px;
}
.left {
    float: left;
    width: 481px;
    height: 100%;
    background:url(../images/left.png)no-repeat top left;
    background-size: cover;
    position: fixed;
    left: 0;
    top:0;
    z-index: 8;
}
.right {
    float: left;
    width: 260px;
    height: 100%;
    background:url(../images/right.png)no-repeat top right;
    position: fixed;
    right: 0;
    top: 86px;
    z-index: 8;
}
footer {
    float: left;
    width: 100%;
    height: 100px;
    background:#0f4463;
    position: fixed;
    bottom:0;
    z-index: 10;
}
ul.menu{
    float: right;
    width: 123px;
    margin-top: 33px;
    margin-right: 43px;
    text-align: center;
}
ul.menu li{
    float: left;
    font-size: 18px;
    text-align: center;
    padding: 18px 0;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 20px #000;
    text-transform: uppercase;
}
ul.menu li:hover a {
	text-decoration: none;
}
.urunlist {
    position: relative;
    transition: all ease .5s;
    overflow: hidden;
}
.urunlist a:after {
    position: absolute;
    left: -300px;
    transition: all ease .5s;
    content: '';
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.urunlist a:hover:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) -61%, rgba(255, 255, 255, 0) 100%);
    transition: all ease .5s;
    left: 0;
    top: 0;
}

.urunlist a:before {
    position: absolute;
    right: -300px;
    transition: all ease .5s;
    content: '';
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
}
.urunlist a:hover:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) -61%, rgba(255, 255, 255, 0) 100%);
    transition: all ease .5s;
    right: 0;
    top: 0;
}
ul.menu li.menuaktif a{
    color: #689cad;
    border-bottom:solid 1px  #689cad;
    margin-bottom: 20px;
}
ul.menu li span {
    margin: 18px 0;
    display: block;
    font-size: 14px;
}
ul.menu li span:last-child {
    margin-bottom: 0;
}
ul.menu li span:first-child {
    margin-top: 0;
}
ul.menu a:hover{
    color: #689cad;
    border-bottom:solid 1px  #689cad;
}
.katalog{
    float: left;
    margin-top: -98px;
    margin-left: 80px;
}
.sosyal{
    float: left;
    margin: 33px 0;
    margin-left: 55px;
}
.sosyal span{
    float: left;
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #959390;
}
.sosyal a{
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    border: solid 2px #fff;
    text-align: center;
    line-height: 32px;
    margin-right: 5px;
}

.sosyal a:hover{
    background: #fff;
    color:#0f4463
}
.copyright {
    float: right;
    padding: 41px 10px;
    color: #fff;
}
.copyright span {
    border-right: solid 1px;
    margin-right: 10px;
    padding-right: 10px;
}
.slider{
    float: right;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    height: calc(100% - 200px);
    overflow: hidden;
    text-align: right;
}
.slider .swiper-container {
    height: 100%;
}
.container{
    width: 1000px;
    margin: 0 auto;
}
.sayfaadi{
    color: #1f8096;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    border-bottom: solid 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sayfaicerik{
    float: left;
    width: 100%;
    color: #231f20;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    z-index: 10;
    padding-bottom: 110px;
}
.sayfaicerik2{
    float: left;
    width: 100%;
    color: #231f20;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    z-index: 10;
}

.harita{
    float: left;
    width: 100%;
    height: 275px;
    position: relative;
    z-index: 0;
    margin-top: 100px;
}
#map{
    height:275px
}
.iletisim{
    float:left;
    width: 50%;
    padding: 15px;
    margin-top: 2px;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
}
.iletisim:last-child{
    float:right;
}
h2.iletisimbaslik {
    float: left;
    font-size: 19px;
    color: #272c47;
    margin-left: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cec8c8;
    width: 98%;
    line-height: 32px;
}
.bContactinfo{
    float:left;
    width: 100%;
    padding: 17px;
    font-size: 14px;
    line-height: 29px;
}
.bContactinfo > tbody {
    margin: 15px;
    float: left;
}

.bbContactForm {
    width: 96%;
    float:left;
    padding:10px;
}

.bForm {
    float:left;
    margin-left:10px;
    width: 100%;
    margin: 5px 0;
}


.bForm input[type=text] ,.bForm select {
    padding: 10px 5px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    color: #959595;
    width: 100%;
    border-radius: 5px;
    color: #000;
}

.bContactMesage {
    width: 100%;
    float: left;
}

.bContactMesage label, .bForm label {
    font-size: 15px;
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.bContactMesage textarea {
    padding: 10px 5px;
    background: #f1f1f1;
    transition: all ease 0.8s;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 100px;
}
.bbContactFormButton{
    float: left;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    border: none;
    background: #db2e22;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

#tab-menu {
    margin-top: 15px;
    width: 100%;
    float: left;
}
#accordion {
    margin-top: 15px;
    width: 100%;
    float: left;
}

.tab-menu a {
    background-color: #0f4463;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 20px;
    display: inline-block;
}
.tab-menu a.aktif {
    background-color: #1f8096;
    color: #ffffff;
}
.tabmenuContent {
    padding: 10px;
    width: 97%;
    float: left;
    border: solid 2px #efefef;
    font-size: 12px;
}

.sayfaicerik table {
    background: #f5f5f5;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    width: 100%;
    float:left;
    margin-top:10px;
}
.sayfaicerik table th {
    background: #0f4463;
    box-shadow: inset 0 1px 0 #fff;
    color: #fff;
    padding: 10px 15px;
    position: relative;
    font-size: 16px;
}
.sayfaicerik table th:after {
    content: '';
    display: block;
    height: 25%;
    left: 0;
    margin: 1px 0 0 0;
    position: absolute;
    top: 25%;
    width: 100%;
}
.sayfaicerik table td {
    padding: 2px 7px;
    position: relative;
    transition: all 300ms;
    border-right: solid 1px white;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
.sayfaicerik table td:last-child {
    border-right: 1px solid #e8e8e8;
}
.sayfaicerik table tr {
    background: #E6E6E6;
    cursor:pointer;
    border-bottom: 1px solid #fff;
}
.sayfaicerik table tr:nth-child(odd) td {
    background: #f1f1f1;
}

.urunpage{
    width: calc(100% / 2);
    height: 268px;
    float: left;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}
.urunpage:nth-child(3n + 3){
    margin-right:0;
}
.urunpageimg{
    margin-right:0;
}
.urunpageimg{
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.urunpageimg img{
    width: 100%;
    height: 100%;
    margin: 0px auto;
}
.urunadpage{
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    background: #0f4463;
    color: #fff;
    padding: 10px 0;
}
#lightgallery{
    float: left;
    width: 100%;
}

.sayfafotohover{
    position: absolute;
    z-index: 9;
    width: 190px;
    height: 118px;
    background: rgba(0,0,0,0.5);
    color: #0f4463;
    text-align: center;
    display: none;
    font-size: 45px;
    line-height: 116px;
}
.sayfafoto:hover .sayfafotohover{
    display:block;
}

.gallery-new .sayfafotohover {
    width: calc(100% - 16px);
    height: 92%;
    line-height: 4;
}