@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900&subset=latin-ext');
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    box-sizing:  border-box;
}

.container {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    min-height: 20px;
    position: relative;
}
.headerust{
    float: left;
    width: 100%;
    background: #e7dbbd;
    color: #272b45;
    font-size: 13px;
    padding: 8px 0;
}
.headersosyal {
    float: right;
    padding: 13px 0;
    text-align:  right;
}
.headersosyal a {
    color: #292d47;
    display: inline-block;
    font-size:  24px;
    margin-left: 10px;
}
.headersosyal a:hover {
    color: #5a66b5;
}

.headernumara{
    color: #292d47;
    float: left;
    width: 100%;
    font-size:  24px;
    margin-bottom:  16px;
    margin-top:  16px;
    text-align:  right;
}
.headernumara b{font-weight: 800;}


header{
    float: left;
    width: 100%;
}
.logo{
    float: left;
    margin: 20px 0;
}

.menubg{
    float: left;
    width: 100%;
    background: #e7dbbd;
}
ul.headermenu{
    float: left;
}
ul.headermenu > li{
    float: left;
    font-size: 18px;
    color: #272b45;
    padding: 18px 24px;
    font-weight: 500;
    position:  relative;
}
ul.headermenu > li:hover {
    color: #5a66b5;
}
ul.headermenu > li > a{
    display: block;
    text-transform: uppercase;
}

ul.headermenu > li > ul{
    position:absolute;
    margin:0;
    width: 185px;
    height:auto;
    background-color: #ffffff;
    z-index: 99999999999;
    margin-top: 18px;
    left: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 400ms ease;
}
ul.headermenu > li:hover > ul{
    transition: all 400ms ease;
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
ul.headermenu > li > ul > li{
    color: #292d47;
    font-size: 15px;
    padding: 10px;
    border-bottom: solid thin #d4d4d4;
    width: 100%;
    text-align: left;
    font-weight: normal;
    border-radius:  0;
}
ul.headermenu > li > ul > li:hover{
    background: #292d47;
    color:#fff
}
ul.headermenu > li > ul > li:last-child{
    border-bottom:none;
}
ul.headermenu > li > ul > li > a{
    display:block;
    padding: 0;
    color: inherit;
}
.sliderbg{
    float: left;
    width: 100%;
    background: url("../images/sliderbg.png") top center;
}

.sliderbg .swiper-container {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.sliderbg .swiper-container .controls {
    z-index: 100;
    width: 1050px;
    height: 0;
    margin: 0 auto;
    margin-top: -30px;
}

.sliderbg .swiper-container .prev {
    position: relative;
    top: -200px;
    float: left;
    width: 18px;
    z-index: 222;
    margin-left: -57px;
    height: 31px;
    cursor: pointer;
    background: url("../images/slide-controls.png") no-repeat 0 0;
}

.sliderbg .swiper-container .next {
    position: relative;
    top: -200px;
    float: right;
    width: 18px;
    z-index: 222;
    margin-right: -50px;
    height: 31px;
    cursor: pointer;
    background: url("../images/slide-controls.png") no-repeat -18px 0;
}

.sliderbg .swiper-container .swiper-slide {
    opacity: 0.4;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.sliderbg .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.sliderbg .swiper-container .swiper-slide .img {
    display: block;
    width: 100%;
    padding-bottom: 38%;
    max-height: 440px;
    background-size: cover;
    background-repeat: no-repeat;
}

.Bslider{
    float: left;
    width: 100%;
    height: 440px;
    overflow: hidden;
}

.kategoriler{
    float: left;
    width: 100%;
    margin: 20px 0;
}
.kategori{
    float: left;
    width: 370px;
    height: 532px;
    margin-right: 30px;
}
.kategori:last-child{
    margin-right: 0px;
}
.kategoriimg{
    float: left;
    width: 100%;
    height: 496px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.kategoriimg:hover:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 0;
    background: #00000085;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
    opacity: 1;
    z-index: 99;
}
.kategoriimg img{
    max-width: 100%;
    max-height: 100%;
}
.kategoriisim{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size:16px;
    background: #272b47;
    padding: 14px 0;
}
.kurumsalbg{
    float: left;
    width: 100%;
    background: #e7dbbd;
    padding: 45px 0;
    padding-bottom: 80px;
}
.kurumsalbg h1{
    float: left;
    width:100%;
    text-align: center;
    color: #05060a;
    font-size: 22px;
    font-weight: 600;
}
.kurumsalbg h2{
    float: left;
    width:100%;
    text-align: center;
    color: #05060a;
    font-size: 22px;
    font-weight: 300;
    margin: 22px 0;
}
.kurumsalbg p{
    float: left;
    width:100%;
    text-align: center;
    color: #05060a;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.kalitebg{
    float: left;
    width: 100%;
    height: 565px;
    background: url("../images/kalitebg.png")no-repeat top center;
}
.kaliteimg{
    float: left;
    margin-top: -17px;
}
.kaliteaciklama{
    float: left;
    width: 448px;
    padding: 45px 0;
    padding-bottom: 0;
    margin-left: 36px;
}
.kaliteaciklama h2{
    float: left;
    width:100%;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 22px 0;
}
.kaliteaciklama p{
    float: left;
    width:100%;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom:  20px;
    height: 280px;
}
.kaliteaciklama a{
    float: left;
    color: #fff;
    border: dashed 2px #fff;
    font-size: 20px;
    padding: 10px 20px;
}
.kaliteaciklama a:hover{
    color: #05060a;
    background: #fff;
}
.ebulten{
    float: left;
    width: 100%;
    border: solid 1px #d7d6d6;
    margin:  30px 0;
    padding: 20px 80px;
}
.ebultenaciklama{
    float: left;
    width: 648px;
}
.ebultenaciklama h2{
    float: left;
    width:100%;
    color: #0d0509;
    font-size: 16px;
    font-weight:  600;
    margin-bottom: 8px;
}
.ebultenaciklama p{
    float: left;
    width:100%;
    color: #0d0509;
    font-size: 15px;
    line-height: 22px;
}
.ebulten form{
    float: left;
    margin-left: 10px;
    margin-top: 16px;
}
.ebulten form input[type=text]{
    float: left;
    background: none;
    border: solid 1px #4a4a4a;
    padding: 14px;
    width: 233px;
}
.ebulten form input[type=submit]{
    float: left;
    background: #000;
    color:  #fff;
    font-size:  20px;
    font-weight:  600;
    padding: 10px 20px;
    border:  none;
}
footer{
    overflow: hidden;
    float: left;
    width: 100%;
    background: #d7d6d6;
    padding: 70px 0;
}
.footeradres{
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-right: 100px;
    width: 174px;
}
.footeradres b{
    font-weight: bold;
}
.footermenu{
    float: left;
    width: 200px;
    border-right:solid 1px #c4c3c3;
    margin-left: 24px;
}
.footermenu:last-child{
    border-right:0;
}
.footermenu h2{
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom:  20px;
    font-weight:  bold;
}
.footermenu ul{
    float: left;
    width: 100%;
}
.footermenu ul li{
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 8px 0;
    font-weight: 300;
}
.footermenu ul li a{
    display: block;
}
.aramaformu{
    float: right;
    position: relative;
}
.aramaformu input{
    float: left;
    border:  none;
    padding:  10px;
    font-size: 18px;
    margin: 6px 0;
    border-radius:  5px;
    padding-right: 34px;
    width: 304px;
}
.aramaformu i{
    position: absolute;
    font-size:  23px;
    right:  8px;
    top: 12px;
}


.subpageHeader {
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    float: left;
    width: 100%;
    padding: 21px 0;
    height: 116px;
    margin-bottom:  -27px;
    z-index:  9;
}

.subpageHeader:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.subContent {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.subContent .rightContent {
    float: left;
    width: 100%;
    box-sizing: border-box;
    line-height: 125%;
    padding-right: 0;
    margin-top: 60px;
    min-height: 500px;
}
h3.titleContent {
    position: relative;
    font-size: 30px;
    font-weight: 900;
    color: #ffffff;
    float: left;
    text-transform:  uppercase;
    margin-top: 12px;
}
.subContent .rightContent h2.titleContent {
    float: left;
    width: 100%;
    margin: 10px;
    font-size: 24px;
    color: #97989a;
}


.subContent .rightContent .pageContent {
    float:  left;
    width:  100%;
    line-height: 26px;
}
.subContent .rightContent .pageContent > p {
    font-size: 15px;
    color: #929495;
}

.galleryContent {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.galleryContent .documents-section-item {
    margin-bottom: 20px;
}

.galleryContent .item {
    float: left;
    width: calc(96% / 3);
    margin-right: 2%;
}

.galleryContent .item:nth-child(3n+3) {
    margin-right: 0;
}

.documents-section-item a:hover figure {
    background-color: #50aba9;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.documents-section-item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 225px;
    border-radius: 5px;
    background-color: #f6f6f6;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(81,84,86,0.23);
    -moz-box-shadow: 0px 10px 32px 0px rgba(81,84,86,0.23);
    box-shadow: 0px 10px 32px 0px rgba(81,84,86,0.23);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.documents-section-item figure img {
    position: relative;
    top: 0px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    max-width: 100%;
    max-height: 100%;
}

.documents-section-item h4 {
    text-align: center;
    border-top: 2px solid #50aba9;
    padding-top: 20px;
    margin-top: 20px;
    color: rgba(81, 84, 86, .6);
    font-size: 16px;
    font-weight: 800;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.pageContent.contact {
    float: left;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}
.pageContent.contact .left {
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-top: 38px;
}
.pageContent.contact .left h4 {
    font-size: 24px;
    color: #382000;
    margin: 0px;
    margin-bottom: 30px;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

address h5 {
    font-size: 16px;
    font-weight: 800;
    color: rgba(81, 84, 86, .7);
    margin: 0px;
    margin-bottom: 5px;
}

address p {
    font-size: 16px;
    color: #929495;
    margin-bottom: 20px;
}

.pageContent.contact .left form {}
.pageContent.contact .left form .w50 {
    width: 48%;
    margin-bottom: 10px;
    float: left;
}
.pageContent.contact .left form .w100 {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}
.pageContent.contact .left form .w50:nth-child(2n+1) {
    margin-right: 2%;
}
.pageContent.contact .left form .w50:nth-child(2n+2) {
    margin-left: 2%;
}
.pageContent.contact .left form input {
    width: 100%;
    height: 46px;
    border: 1px solid #d9dbdd;
    border-radius: 3px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    color: #515456;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    box-sizing: border-box;
}

.pageContent.contact .left form textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #d9dbdd;
    border-radius: 3px;
    background-color: #fafafa;
    padding: 15px;
    height: 180px;
    resize: none;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    box-sizing: border-box;
}

.pageContent.contact .left form input[type=submit] {
    position: relative;
    height: 48px;
    border: 2px solid #382000;
    border-radius: 4px;
    font-size: 15px;
    color: #382000;
    font-weight: 700;
    background-color: white;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    cursor: pointer;
    width:  auto;
    padding: 10px 55px;
}

.pageContent.contact .left form input[type=submit]:hover {
    color: white;
    background-color: #382000;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.pageContent.contact .maps {
    width: 100%;
    height: 300px;
    float: left;
}

.pageContent.contact .maps #map {
    width: 100%;
    height: 100%;
}


.pageContent.contact .maps {
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 50px;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(81,84,86,0.23);
    -moz-box-shadow: 0px 10px 32px 0px rgba(81,84,86,0.23);
    box-shadow: 0px 10px 32px 0px rgba(81,84,86,0.23);
}

.rightContent .productContainer {
    float: left;
    position: relative;
    border-right: 1px solid #cccccc;
    padding: 15px 15px 5px 15px;
    width: 33.333333%;
    box-sizing:  border-box;
    border-bottom: 1px solid #cccccc;
}
.rightContent .productContainer:nth-child(3n+3) {
    border-right: none;
}

.rightContent .leftProduct {
    float: left;
    width: 48%;
    margin-bottom: 15px;
    text-align: center;
}
.rightContent .leftProduct img {
    width: 100%;
}
.rightContent .rightProduct {
    float: right;
    width: 49%;
}
.rightContent .rightProduct ul {
    margin-top: 167px;
    float:  left;
    width:  100%;
}
.rightContent .rightProduct ul li {}
.rightContent .rightProduct ul li h2 {
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 15px;
    color: #97989a;
    font-weight: 700;
}
.rightContent .rightProduct ul li p {
    margin-bottom: 10px;
    font-size: 25px;
}

*:focus{
    outline: none;
}


.pageforms{
    float:left;
    width:100%;
    margin-top:10px;

}
.pageform {
    width: 48%;
    margin: 11px;
    font-size: 14px;
    float:  left;
}


.pageform > input[type=text],.pageform > input[type=number], .pageform > input[type=password], .pageform> select {
    background: #fff;
    width: 100%;
    height: 46px;
    border: 1px solid #d9dbdd;
    border-radius: 3px;
    background-color: #fafafa;
    padding-left: 15px;
    padding-right: 15px;
    color: #515456;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    box-sizing: border-box;
    font-size: 14px;
}
.pagetextarea{
    padding: 10px 5px;
    border: 1px solid #ccc;
    background: #fff;
    color: #959595;
    max-width: 100%;
    min-width: 100%;
    max-height:100px;
    min-height:100px;
    border-radius: 5px;
    color: #000;
}
.pageform label{
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 5px;
    width: 100%;
    float: left;
    color: #97989a;
    font-weight: 700;
}
.pageform input[type=radio],.pageform input[type=checkbox] {
    margin:5px;
}
.bbContactFormButton {
    position: relative;
    height: 48px;
    border: 1px solid #00145d;
    border-radius: 4px;
    font-size: 15px;
    color: #00145d;
    font-weight: 700;
    background-color: white;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    cursor: pointer;
    padding: 14px 55px;
}

.bbContactFormButton:hover {
    color: white;
    background-color: #00145d;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

/* table styles */
table.bTable {
    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;
}

.bTable th {
    background: #072d7b;
    box-shadow: inset 0 1px 0 #999;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    text-shadow: 0 1px 0 #000;
    font-size: 15px;
    border-right: solid 1px #fff;
}

.bTable th:after {
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
    content: '';
    display: block;
    height: 25%;
    left: 0;
    margin: 1px 0 0 0;
    position: absolute;
    top: 25%;
    width: 100%;
}

.bTable td {
    padding: 10px 15px;
    position: relative;
    transition: all 300ms;
    vertical-align: middle;
    border-right:  solid 1px #fff;
}

.bTable td:last-child {
    border-right: 1px solid #e8e8e8;
}

.bTable tr {
    background: #DEDEDE ;
    cursor:pointer;
}

.bTable tr:nth-child(odd) td {
    background: #f1f1f1 ;
}


.bTable tbody:hover td {
    color: #444;
}
/*table styles */

.bTable .bbContactFormButton {
    border: 2px solid #d63535;
    color: #000;
    background-color: #fff;
}

.bTable .bbContactFormButton:hover {
    background: #d63535;
    color: #fff;
}

.urundetayozellikler{
    float:left;
    width:  100%;
    border-top: solid 1px #ccc;
}
/* table styles */
.tabmenuContent table {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    width: 49%;
    float:left;
    margin-top:10px;
    font-weight: 100;
}


.tabmenuContent td {
    padding: 10px 7px;
    position: relative;
}


.tabmenuContent tr {
}

.tabmenuContent tr:nth-child(odd) td {
}
.tabmenuContent tr td:first-child {
    font-weight:bold;
}
/*table styles */
#tab-menu {
    width: 100%;
    float: left;
    margin: 40px 0;
}
.tab-menu a {
    color: #292d47;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 73px;
    display: inline-block;
    border-top-left-radius:  5px;
    border-top-right-radius:  5px;
    border-bottom: 2px solid #ffffff;
}
.tab-menu a.aktif,.tab-menu a:hover {
    border-bottom: 2px solid #292d47;
}
.tabmenuContent {
    background: #fff;
    padding: 10px;
    width: 100%;
    float: left;
    line-height: 29px;
    box-sizing:  border-box;
    font-size: 14px;
    padding-top: 20px;
}
.subpageHeader .breadcrumb {
    margin: 14px 0;
    display: inline-block;
    background-color: transparent;
    float: right;
    position:  relative;
    z-index:  99;
}
.subpageHeader .breadcrumb>li {
    float:  left;
    font-weight:  300;
    color: #ffffff;
}
.subpageHeader .breadcrumb>li.active {
    color: #ffffff;
}
.subpageHeader .breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
}
.subpageHeader .breadcrumb>li>a {
    color: inherit;
}

.altsayfalar{
    float: left;
    width: 100%;
    padding-top:  40px;
    padding-bottom: 40px;
}
.altsayfalar > h2{
    float: left;
    width: 100%;
    font-size: 24px;
    color: #4ea8a7;
    font-weight:  bold;
    margin-bottom:  10px;
}
.altsayfalarlist{
    float: left;
    width: 100%;
    margin: 20px 0;
}
.altsayfa{
    float: left;
    width: 289px;
    height: 347px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow:  hidden;
}
.altsayfa:hover .altsayfaimg{
    border-color: #e2e1df;
}
.altsayfa:nth-child(3n+3) {
    margin-right: 0;
}
.altsayfaimg{
    float: left;
    border: solid 1px #fff;
    width: 100%;
    text-align:  center;
    height: 270px;
    line-height: 24;
    padding: 14px;
    position:  relative;
}
.altsayfaimg img{
    max-width: 100%;
    max-height: 100%;
}
.altsayfaismi{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #292d47;
    text-align: center;
    padding:  0 10px;
    height: 30px;
    overflow:  hidden;
    margin: 14px 0;
}
.altsayfa:hover .altsayfaimg:after{
    content:"";
    background: #ffffff63;
    top: 0;
    left:  0;
    width:  100%;
    position:  absolute;
    height:  100%;
}

.subContent .leftSide {
    float: left;
    width: 22%;
    margin-top: 40px;
    padding-bottom: 40px;
    min-height: 200px;
}

.subContent .leftSide .leftSidekutu {
    float: left;
    width: 100%;
    margin-top: 20px;
    min-height: 100px;
    border: solid 1px #ccc;
    padding: 16px;
    font-size: 14px;
}
.subContent .leftSide h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #292d47;
    margin-bottom: 10px;
}

.subContent .leftSide ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.subContent .leftSide ul li {}
.subContent .leftSide ul li a {
    position: relative;
    display: block;
    padding: 6px 16px;
    font-size: 14px;
    color: #292d47;
}
.subContent .leftSide ul li.selected a {
    font-weight: 600;
}
.subContent .leftSide ul li ul li a {
    font-size: 14px;
    padding: 12px 20px 12px 48px;
}




.subContent .leftSide ul li a:hover i {
    margin-right: 0px;
    opacity: 1;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.subContent .leftSide ul li a:hover:before {
    transform: scale(1);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.subContent .leftSide ul li.selected a:before {
    transform: scale(1);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.subContent .leftSide ul li.selected a i {
    margin-right: 0px;
    opacity: 1;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.subContent .leftSide ul li ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    background: #f1f1f112;
    display: none;
}
.leftsecenek{
    float:  left;
    width:  100%;
    margin: 5px 0;
    color: #9e9b9b;
}
.subContent .urunliste{
    width: 76%;
    float: right;
}
.urundetayresim{}
.urundetayresimimg {
    float:  left;
    width: 500px;
    margin-left: 25px;
}
.urundetayresimimg {
    float:  left;
    width: 500px;
    margin-left: 25px;
    position: relative;
}
.zoomWrapper {
    width: 500px!important;
}
.urundetayresimimg img {
    width:  100%!important;
    height: 625px!important;

}
#gallery_01{
    float:  left;
    width:  120px;
}
#gallery_01 img{
    width:  100%;
    height: 150px;
}

.active img{border:2px solid #333 !important;padding: 10px;}
.urunbaslikleft{
    float: right;
    width:  500px;
    font-size: 26px;
    font-weight:  bold;
    margin-top: 100px;
}
.urunbaslik{
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight:  bold;
}
.urunbaslik span{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    margin-top:  5px;
}
.urunbedenler{
    float: left;
    width: 100%;
    margin-top: 75px;
}
.urunbedenler h2{
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight:  bold;
    margin-bottom: 16px;
}
.urunbedenler span{
    float: left;
    width: 30px;
    font-size: 15px;
    font-weight: 300;
    height:  30px;
    text-align:  center;
    border:  solid 1px;
    margin-right: 9px;
    line-height:  30px;
}
.urunpaylas{
    float: left;
    width: 100%;
    margin-top: 75px;
}

ul.aramalist{
    float: left;
    width: 100%;
    background: #fff;
    display: none;
    padding:  16px;
    box-sizing:  border-box;
    position:  absolute;
    top: 54px;
    z-index:  99;
}
ul.aramalist li{
    float:  left;
    width:  100%;
    border-bottom: dashed 1px;
    padding: 8px 0;
    line-height:  20px;
    font-size: 16px;
}
ul.aramalist li span{
    float:  left;
    padding: 8px 0;
    font-size:  10px;
}
ul.aramalist li a{
    display: block;
    margin-left:  0;
    color: #000;
}
ul.aramalist li:last-child{
    border: none;
}
ul.aramalist li p {
    color: #000;
}
ul.aramalist li img{
    float:  left;
    margin-right: 13px;
    width: 99px;
}

.timeline {
    position: relative;
}
.timeline::before {
    content: "";
    background: #e9ddbdd1;
    width: 5px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    width: 100%;
    margin-bottom: 70px;
}
.timeline-item:nth-child(even) .timeline-content {
    float: right;
    padding: 40px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
    right: auto;
    left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
}
.timeline-item::after {
    content: "";
    display: block;
    clear: both;
}

.timeline-content {
    position: relative;
    width: 45%;
    padding: 10px 30px;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #f5f5f5;
}

.timeline-img {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
    border: solid 6px #e9dcbd;
}

.timeline a {
    background: #3F51B5;
    color: #FFFFFF;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
.timeline a:hover,.timeline  a:active,.timeline  a:focus {
    background: #32408f;
    color: #FFFFFF;
    text-decoration: none;
}

.timeline-card {
    padding: 0 !important;
}
.timeline-card p {
    padding: 0 20px 15px 20px;
    font-weight: 500;
}
.timeline-card a {
    margin-left: 20px;
}

.timeline-item  .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../images/mont.jpg") center center no-repeat;
    background-size: cover;
}
.timeline-item:nth-child(2) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../images/2-ceket.jpg") center center no-repeat;
    background-size: cover;
}
.timeline-item:nth-child(3) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../images/3-takim.jpg") center center no-repeat;
    background-size: cover;
}
.timeline-item:nth-child(4) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../images/4-damatlik.jpg") center center no-repeat;
    background-size: cover;
}
.timeline-item:nth-child(5) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../images/5-pantolon.jpg") center center no-repeat;
    background-size: cover;
}
.timeline-item:nth-child(6) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../images/6-mont.jpg") center center no-repeat;
    background-size: cover;
}

.timeline-img-header {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}
.timeline-img-header h2 {
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    left: 20px;
}

blockquote {
    margin-top: 30px;
    color: #757575;
    border-left-color: #3F51B5;
    padding: 0 20px;
}

.date {
    background: #FF4081;
    display: inline-block;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    .timeline::before {
        left: 50px;
    }
    .timeline .timeline-img {
        left: 50px;
    }
    .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 70px;
    }
    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }
    .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #f5f5f5 transparent transparent;
    }
}