@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700|Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&subset=latin-ext');


body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
}

#wrapper {
    flex: 1;
}

.navbar-default {
    background: #fff;
    border: 0;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    line-height: 67px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #333;
}

input {
    outline: none;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}

#search input[type=search] {
    background: url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 0px center;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    border-radius: 0;
    border: 0;
}

input[type=search]:focus {
    width: 130px;
    box-shadow: none;
}

input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

/* Demo 2 */
#search input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}

#search input[type=search]:hover {
    background-color: #fff;
}

#search input[type=search]:focus {
    width: 70px;
    padding-left: 32px;
    color: #000;
    cursor: auto;

}

#search input:-moz-placeholder {
    color: transparent;
}

#search input::-webkit-input-placeholder {
    color: transparent;
}

/*mobile header*/
.header {
    width: 100%;
    float: left;
    height: 80px;
    position: relative;
    background-color: #fff;
}
.header .menu-svg {
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
}
.header svg:not(:root) {
    overflow: hidden;
}
.header img {
    width: 170px;
    padding: 18px;
}
.menu-overlay {
    position: fixed;
    z-index:99;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.menu-overlay .menu-plate {
    position: absolute;
    left: 0;
    top: 0px;
    left: -400px;
    width: 300px;
    height: 100%;
    background: white;
    box-shadow: 3px 0px 30px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.menu-overlay .menu-plate .menu-close {
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
}
.menu-plate ul {
    margin-top: 80px;
    padding-left:20px;
    list-style: none;
}
.menu-plate ul li {
    line-height: 40px;
}
.menu-plate ul li a {
    color: #292929;
    font-size: 16px;
    font-weight: 700;
}
.menu-plate ul li a .fa-angle-right {
    font-size: 25px;
    position: relative;
    right: 15px;
    line-height: 40px;
    font-weight: 600;
}
.menu-plate ul li a:hover {
    text-decoration: none;
    color: #0653a2;
}

html.menu-open .menu-plate {
    -webkit-transform: translate3d(400px, 0px, 0px);
    transform: translate3d(400px, 0px, 0px);
}

html.menu-open .menu-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: auto;
}

/*mobile header*/
#header-product {
    position: relative;
    z-index: 1;
}

.product-box-wrapper {
    background-image: -moz-linear-gradient(40deg, rgb(6, 83, 162) 0%, rgb(9, 112, 213) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(6, 83, 162) 0%, rgb(9, 112, 213) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(6, 83, 162) 0%, rgb(9, 112, 213) 100%);
    border-bottom: 2px solid #fff;
}

.pt30 {
    padding-top: 30px
}

.product-box-btn {
    width: 100%;
    background-image: -moz-linear-gradient(40deg, rgb(9, 112, 213) 0%, rgb(6, 83, 162) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(9, 112, 213) 0%, rgb(6, 83, 162) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(9, 112, 213) 0%, rgb(6, 83, 162) 100%);
    border: 0;
    border-radius: 0;
    border-right: 2px solid #fff;
    color: #fff;
    min-height: 63px;
    line-height: 63px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: left;
    padding-left: 30px;
}

.product-box-btn:hover, .product-box-btn:focus, .product-box-btn:active {
    width: 100%;
    background-image: -moz-linear-gradient(40deg, rgb(9, 112, 213) 0%, rgb(6, 83, 162) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(9, 112, 213) 0%, rgb(6, 83, 162) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(9, 112, 213) 0%, rgb(6, 83, 162) 100%);
    border: 0;
    border-radius: 0;
    border-right: 2px solid #fff;
    color: #fff;
}

.product-box-btn .fa-angle-right {
    line-height: 63px;
    font-size: 30px;
    float: right;
}

a.b0, a.b0:hover {
    border: 0;
}

#slider {
    background: url("../images/bg.png") no-repeat;
    height: 77vh;
    background-position: 47% 4px;
    position: relative;
    top: -139px;
    z-index: 0;
}
#sliderimg{height:50vh;}
@media (min-width:1500px){
#sliderimg{height:35vh;}
#slider {
   
    height: 65vh;

}
}
#home-slider {
    margin-top: 13%;
    position: relative;
}

a.arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

a.arrow img {
    width: 50px;
}

.slider-left h1 {
    font-size: 65px;
    color: #0653a2;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.slider-left .w50 {
    width: 50% !important;
}

.contentWrapper h1 {
    color: #0653a3;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.contentWrapper h2 {
    font-family: 'Roboto Slab', serif;
    color: #0653a3;
    font-weight: 700;
    font-size: 50px;

}

.nopadding {
    padding: 0;
}

.pr0 {
    padding-right: 0;
}

.text-light {
    font-family: 'Roboto', sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
    color: #0653a3;
}

img.content-air {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    z-index: 99;
    padding-top: 26px;
}

.contact-us {
    background-image: -moz-linear-gradient(40deg, rgb(0, 84, 255) 0%, rgb(0, 168, 255) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(0, 84, 255) 0%, rgb(0, 168, 255) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(0, 84, 255) 0%, rgb(0, 168, 255) 100%);
    color: #fff;
    padding: 20px;
    min-height: 237px;
    position: relative;

}

.contact-us h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    font-weight: 400;
}

.contact-us p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin: 20px 0 35px;
}

.contact-us a {
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;

}

.contact-us a:hover {
    text-decoration: none;
}

.contact-us a .fa-angle-right {
    font-size: 17px;
    font-weight: bold;
    padding-left: 15px;
}

span.about-bg img {
    position: absolute;
    top: -96px;
    right: -6px;
}

.product-review {
    background: #f7f8f9;
    min-height: 400px;
    position: relative;
    text-align: center;
}

.product-review img {
    margin: 0 auto;
    padding-top: 15px;
}

.product-review span {
    display: block;
    text-align: center;
    color: #2c2c2c;
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 30px;
}

.product-review a {
    color: #0096ff;
    font-size: 15px;
    text-align: center;
    font-weight: 900;
}

.product-review a:hover {
    text-decoration: none;
}

.product-review a .fa-angle-right {
    font-size: 17px;
    padding-left: 15px;
    font-weight: 700;
}

/*footer*/

.full {
    width: 100%;
}

.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}

.footer {
    background: #2c2c2c;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
}

.footer p {
    margin: 0;
}

.footer img {
    max-width: 100%;
}

.footer h3 {
    font-family: 'Roboto Slab', serif;
    color: #f7f8f9;
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}

.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}

.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}

.footer a {
    color: #6c6c6c;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.inner-addon {
    position: relative;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.footer ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.left-addon .glyphicon {
    left: 0;
}

.right-addon .glyphicon {
    right: 5px;
    color: #fff;
    background: #0067ff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 21px;
    font-size: 17px;
    top: 4px;
}

.left-addon input {
    padding-left: 30px;
    height: 48px;
    background: #353535;
    color: #6c6c6c;
    border: 0;
    border-radius: 30px;
}

.right-addon input {
    padding-right: 30px;

    height: 48px;
    background: #353535;
    color: #6c6c6c;
    border: 0;
    border-radius: 30px;
}

.footer-bottom {
    background: #2c2c2c;
    padding-top: 10px;
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
}

.footer-bottom a {
    color: #6c6c6c;
}

.footer-bottom a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/*footer*/
.row.gutter-0 {
    margin-left: 0;
    margin-right: 0;
}

.row.gutter-0 [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.row.gutter-5 {
    margin-left: 5px;
    margin-right: 05px;
}

.row.gutter-0 [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.row.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row.gutter-10 [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row.gutter-20 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

/*mobil*/
ul.dropdowns {
    margin: 0;
    width: 100%;
}

.dropdown {
    width: 100%;
    background-image: -moz-linear-gradient(40deg, rgb(9, 112, 213) 0%, rgb(6, 83, 162) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(9, 112, 213) 0%, rgb(6, 83, 162) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(9, 112, 213) 0%, rgb(6, 83, 162) 100%);
    color: #fff;
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}

.dropdown ul.dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 0;
    border: 0;
}

.dropdown ul.dropdown-menu li {
    background-image: -moz-linear-gradient(40deg, rgb(9, 112, 213) 0%, rgb(6, 83, 162) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(9, 112, 213) 0%, rgb(6, 83, 162) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(9, 112, 213) 0%, rgb(6, 83, 162) 100%);
}

a.dropdown-toggle {
    color: #ffff !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border: 0;
}

.dropdown-toggle .fa-gear {
    margin-right: 15px;
}

.dropdown-menu img {
    width: 100px;
    position: relative;
    top: 10px;
    margin-right: 20px;
}

.dropdown-menu > li > a {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 400;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu .fa-angle-right {
    line-height: 70px;
    font-size: 25px;
    font-weight: bold;
}

.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

section.page-title {
    background-color: #dfe6ea;
}

.vertical-menu {
    width: 100%;
    box-shadow: 0px 24px 59px 0px rgba(51, 58, 69, 0.15);
    background-color: rgb(38, 50, 72);
    color: #fff;
    border-radius: 20px;
    padding-top: 40px;
}

.vertical-menu h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.vertical-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;

}

.vertical-menu ul li:first-child {
    border-top: none;
}

.vertical-menu ul li:last-child {
    padding-bottom: 30px !important;
}

.vertical-menu ul li {
    border-top: 1px solid #364767;

    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-top: 15px;
    margin-bottom: 15px !important;
    padding: 2px !important;
    padding-left: 0;
}

.vertical-menu ul li a {
    color: #fff;
    padding: 12px;
    padding-left: 0;
    text-decoration: none;
}

.vertical-menu ul li a .fa-caret-right {
    float: right;
    color: #267bd1;
    font-size: 17px;
    line-height: 0;
}
.vertical-menu ul li a .fa-square-o {
    float: right;
    color: #267bd1;
    font-size: 17px;
    line-height: 0;
}
.vertical-menu ul li a .fa-square {
    float: right;
    color: #267bd1;
    font-size: 17px;
    line-height: 0;
}

.vertical-menu ul li a:hover {
    color: whitesmoke;
    text-decoration: none;
    cursor: pointer;
}

.vertical-menu ul li p {
    color: #cdd3dd;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 15px;
}

.vertical-menu ul li span {
    color: #54617a;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;

}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    right: 15px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 0;
    color: #267bd1;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 15px;
    float: left;
    background: #38496a;
    border: 0;
    color: #657d95;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    height: 37px;
    line-height: 37px;
    border-radius: 20px;
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}
.teklif-btn {
    width: 70%;
    border:0;
    background: #297fff;
    color: #dde9f5;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 25px;
    border-radius: 10px;
    margin-top: 30px;
}
.teklif-btn:hover {
    color: #fff;
    background: #205fbe;

}
.teklif-btn .fa-angle-right {
    font-size: 24px;
}
.product-image img {
    text-align: center;
    margin: 0 auto;
    object-fit: cover;
    width: 200px !important;
}
.product-name {
    color: #767879;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}
.product-text {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
}
.mt200 {
    margin-top: 200px;
}
.left a, .right a, .navi-cen a {
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 14px;
}

.right a {
    float: right;
}

.left a:hover, .right a:hover, .navi-cen a:hover {
    color: #0067ff;
    text-decoration: none;
}

.navi-left::before {
    content: url('../images/navi-left.png');
    position: relative;
    top: 9px;
    padding-right: 15px;
}

.navi-center::before {
    content: url('../images/navi-center.png');
    position: relative;
    top: 9px;
    display: contents;
    padding-bottom: 10px;
}

.navi-right::after {
    content: url('../images/navi-right.png');
    position: relative;
    top: 9px;
    padding-left: 15px;
}

.right a.hidden-xs {
    position: relative;
    top: 13px;
}
.urun-detay {
    border-top: 1px solid #e8e9ed;
    margin-top: 30px;
}
.urun-detay-text {
    margin-top: 40px;
}
.urun-detay-text h2 {
    color: #282828;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}
.urun-detay-text h3 {
    color: #292929;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.urun-detay-text p {
    color: #9fa3a7;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;

}
.color-carousel {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
}

.color-carousel h6 {
    position: relative;
    top: 10px;
    color: #9fa3a7;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 900;
    left: -20px;
}

.carousel {
    margin-top: 20px;
}

.item .thumb {
    width: 25%;
    cursor: pointer;
    float: left;
    padding-left: 20px;
    margin-top: 20px;
}

.item .thumb img {
    width: 100%;
    margin: 2px;
}

.item img {
    width: 100%;
}

.pulse {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    z-index: 10;
}

.p-white {
    border: 5px solid #c6c3c6;
    background-color: #c6c3c6;
}

.p-black {
    border: 5px solid #000;
    background-color: #000;
}

.p-red {
    border: 5px solid #f9593a;
    background-color: #f9593a;
}

.p-purple {
    border: 5px solid #8f75be;
    background-color: #8f75be;
}
.order {
    border-top:1px solid #e8e9ed;
    padding-top: 30px;
}
.order p {
    color: #9fa3a7;
    font-size: 12px;
    font-weight: 900;
}
.order p::before {
    content: url("../images/icon-car.png");
    margin-right: 15px;
    position: relative;
    top:5px;
}
.order-btn {
    border-color: rgb(0, 103, 255);
    border-width: 3px;
    border-style: solid;
    border-radius: 24px;
    background: #fff;
    color: #292929;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    overflow: hidden;
    float: right;
}

.order-btn:hover {
    background:  rgb(0, 103, 255);
    color: #fff;
    border-color: rgb(0, 103, 255);
    border-width: 3px;
    border-style: solid;
    border-radius: 24px;
}
#product-detail-contentWrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}
.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs label {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    color: #292929;
    font-weight: 900;
}

.tabs .tab {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: none;
    background: #fff;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked + label {
    background: #0067ff;
    color: #fff;
}

.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

@media (max-width: 45em) {
    .tabs .tab,
    .tabs label {
        -ms-flex-order: initial;
        order: initial;
    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
        background: #76848d;
        color: #fff;
    }
    .mt0 {
        margin-top: 0;
    }
}
.tabthree img {
    width: 20px;
    position: relative;
    left: -10px;
}
.brb h2 {
    border-bottom: solid 3px #eeeeee;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}

.brb h2:before {
    content: '';
    border-bottom: solid 3px #0067ff;
    width: 12%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 1px;
}
.mobile-nav .icon-addon .form-control {
    position: relative;
    right: 10px;
    margin-bottom: 20px;
}
.mobile-nav .icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon .fa {
    right: 20px;
    top: 0;

}
ul.flexs {
    list-style: none;
}
.header-top ul {
    list-style: none;
    display: flex;
    padding-top: 10px;
    float: right;

}
.header-top ul li {
    margin-left: 15px;
}
#benzer-urunler {
    padding-bottom: 100px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}


/*blog*/
.bg-grey {
    background-color: #ecf0f2;
}

.blog-card .flex-card-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.blog-card .flex-card-listitem {
    display: flex;
    flex-grow: 1;

}

.blog-card .flex-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.blog-card .flex-card-content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.blog-card .flex-card-content h3 a {
    font-size: 22px;
    color: #212121;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    padding: 1em;
    padding-left: 10px;

}

.blog-card .flex-card-content h3 a:hover {
    color: #0054ff;
    text-decoration: none;

}

.blog-card .flex-card-content > p {
    flex: 1 0 auto;
    color: #9fa3a7;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 10px;
    text-align: left;
}

.blog-card .flex-card-content a:hover {
    color: #ccc;
    text-decoration: none;
}

.flex-card {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 1em;

}

.flex-card-listitem {
    padding-left: 1em;
    width: 30%;
}

.flex-card-image a > img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.flex-card-content span.blog-date {
    color: #9fa3a7;
    font-size: 12px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    flex: 1 0 auto;
    padding: 10px;
    text-align: left;
}

span.blog-date .fa-clock-o {
    margin-right: 5px;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

#load-more-comments {
    background-color: #0054ff;
    color: #fff;
    font-weight: 900;
    border: 1px solid #0054ff;
    border-radius: 20px;
    padding: 10px;
    width: 230px;
    margin-top: 50px;
}

#load-more-comments:hover {
    background-color: #205fbe;
    border: 1px solid #205fbe;
}

#load-more-comments:focus {
    outline: none;
}

.mb80 {
    margin-bottom: 80px;
}

/*blog*/
/*blog-detay*/
.blogdetail {
    margin-bottom: 30px;
    position: relative;
}

.blogdetail .page-title {
  /*  background: url("../images/blogdetay-bg.jpg") no-repeat;*/
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

}

@media screen and (min-width: 1200px) {
    .blogdetail .page-title {
        height: 380px;
    }
}

.page-title h1 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

.page-title .breadcrumb {
    background: none;
    color: #fff;
    text-align: center;
}

.breadcrumb li a {
    color: #fff;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.breadcrumb li a:hover {
    text-decoration: none;
    color: #0067FF;
}

.breadcrumb > .active {
    color: #fff;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
}

.blogdetail-content {
    text-align: center;
    margin-top: 50px;
}

.blogdetail-content span.date {
    color: #9f9f9f;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;

}

.blogdetail-content h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 48px;
    color: #212121;
    margin: 40px 0 40px 0;

}

.blogdetail-content p {
    color: #9fa3a7;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

#blog-slider {
    position: relative;
    margin: 50px 0 50px 0;
}

#blog-slider .owl-nav [class*=owl-] {
    font-size: 40px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    color: #0054ff;
}

#blog-slider .owl-nav {
    position: absolute;
    bottom: 5%;
    right: 3%;
}

/*blog-detay*/
/*dökümanlar*/
.mb0 {
    margin-bottom: 0;
}

.doc-wrapper {
    margin-top: 50px;
}

.doc-box {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.839);
    box-shadow: 0px 2px 4px 0px rgba(186, 202, 210, 0.2), 0px 13px 18px 0px rgba(186, 202, 210, 0.18);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 100px;
    padding-top: 30px;
    margin-bottom: 30px;
    transition: ease all .7s

}

.doc-box:hover {
    border-width: 2px;
    border-color: rgb(203, 210, 223);
    border-style: dashed;
    border-radius: 10px;
    background-color: rgba(40, 125, 211, 0.039);
    transition: ease all .7s
}

.doc-box span {
    color: #434b52;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.doc-box span strong {
    color: #5ba7f4;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.doc-box span:nth-child(1) {
    flex: 1;
    padding-left: 20px;

}

.doc-box span:nth-child(2) {
    flex: 3;
    align-items: center;
    text-align: left;
    padding-left: 15px;
}

.doc-box span:nth-child(3) {
    flex: 0;
    padding-right: 20px;

}

.blog-pagenavi .pagination {
    padding: 5px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.839);
    box-shadow: 0px 2px 4px 0px rgba(186, 202, 210, 0.2), 0px 13px 18px 0px rgba(186, 202, 210, 0.18);

}

.blog-pagenavi .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 0;
}

.blog-pagenavi .pagination > li.active > a {
    background: #0054ff;
    color: #fff;
    border-radius: 50%;
}

/*dökümanlar*/
@media screen and (max-width: 767px) {
    .page-title h1 {
        font-size: 27px;
    }

    .mt200 {
        margin-top: 0;
    }

    .blogdetail-content h1 {
        font-size: 25px;
        margin: 30px 30px;
    }

    .blog-card .flex-card-list {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        padding: 0;
    }

    .flex-card-listitem {
        width: 100%;
        padding: 0;
    }
}
/* selectbox */
select.selectbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 70%;
    height: 38px;
    border: 0;
    border-radius: 20px;
    line-height: 38px;
    padding: 0 25px;
    background: #0072ff;
    cursor: pointer;
    color: #fff;
    transition: 300ms border-color;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align-last:center;

}
.vertical-menu {
    padding-bottom: 1px;
}

select.selectbox:focus {
    outline: 0;
}

.bayi-box {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.839);
    box-shadow: 0px 2px 4px 0px rgba(186, 202, 210, 0.2), 0px 13px 18px 0px rgba(186, 202, 210, 0.18);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 260px;
    padding-top: 30px;
    margin-bottom: 30px;
    transition: ease all .7s;
	border:2px solid #fff
}

.bayi-box:hover {
    border-width: 2px;
    border-color: rgb(203, 210, 223);
    border-style: dashed;
    border-radius: 10px;
    background-color: rgba(40, 125, 211, 0.039);
    transition: ease all .7s
}

.bayi-box span {
    color: #434b52;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
   
}

.bayi-box span strong {
    font-weight: 700;
    font-size: 18px;
}

.bayi-box span:nth-child(1) {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;

}

.bayi-box span:nth-child(2) {
    flex: 3;
    align-items: center;
    text-align: left;
    padding-left: 15px;
}

.bayi-box span:nth-child(3) {
    flex: 0;
    padding-right: 20px;

}
.vertical-menu .side-right-fa:before {
	position:relative;
	top:-28px
}
.mt40 {
	margin-top:40px !important
}

.ref-box {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.839);
    box-shadow: 0px 2px 4px 0px rgba(186, 202, 210, 0.2), 0px 13px 18px 0px rgba(186, 202, 210, 0.18);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 200px;
    padding-top: 30px;
    margin-bottom: 30px;
    transition: ease all .7s;
	border:2px solid #fff
}

.ref-box:hover {
    border-width: 2px;
    border-color: rgb(203, 210, 223);
    border-style: dashed;
    border-radius: 10px;
    background-color: rgba(40, 125, 211, 0.039);
    transition: ease all .7s
}

.ref-box span {
    color: #434b52;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
   
}

.ref-box span strong {
    font-weight: 700;
    font-size: 18px;
}

.ref-box span:nth-child(1) {
    flex: 1;
    padding-left: 25px;
    padding-right: 25px;

}

.ref-box span:nth-child(2) {
    flex: 3;
    align-items: center;
    text-align: left;
    padding-left: 15px;
}

.ref-box span:nth-child(3) {
    flex: 0;
    padding-right: 20px;

}

.page-title .bredcrumb {
    background: none;
    color: #fff;
    text-align: center;
	list-style:none;
	margin-left:-40px;
}

.bredcrumb li {
    margin: 0 auto;
	display: inline-block;
	
}
.bredcrumb a {
    color: #fff;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
	 border:3px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 5px 40px;
	float:left;
}


.bredcrumb li > span:hover, .bredcrumb li a:hover {
    text-decoration: none;
    color: #000 !important;
	background-color:#fff;
}


.bredcrumb li > a.active {
    color: #000 !important;
	background-color: #fff !important;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}


.btu-menu {
    width: 100%;
    box-shadow: 0px 24px 59px 0px rgba(51, 58, 69, 0.15);
    background-color: rgb(38, 50, 72);
    color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.btu-menu h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.btu-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;

}

.btu-menu ul li:first-child {
    border-top: none;
}

.btu-menu ul li:last-child {
    padding-bottom: 30px !important;
}

.btu-menu ul li {
    border-top: 1px solid #364767;

    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-top: 15px;
    margin-bottom: 15px !important;
    padding: 2px !important;
    padding-left: 0;
}

.btu-menu ul li a {
    color: #fff;
    padding: 12px;
    padding-left: 0;
    text-decoration: none;
}

.btu-menu ul li a .fa-caret-right {
    float: right;
    color: #267bd1;
    font-size: 17px;
    line-height: 0;
}
.btu-menu ul li a .fa-square-o {
    float: right;
    color: #267bd1;
    font-size: 17px;
    line-height: 0;
}
.btu-menu ul li a .fa-square {
    float: right;
    color: #267bd1;
    font-size: 17px;
    line-height: 0;
}

.btu-menu ul li a:hover {
    color: whitesmoke;
    text-decoration: none;
    cursor: pointer;
}

.btu-menu ul li p {
    color: #cdd3dd;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 15px;
}

.btu-menu ul li span {
    color: #54617a;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;

}
@media(max-width:769px){
.btu-menu .btulist {
	display:inline-table;

}
.btu-menu .baslik {
	text-align:left;
	
}

}
.btu-menu .btulist a {
	text-decoration:none;
    color: #fff;
	/*padding:10px;*/
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
	display:inline-block;

}
.btu-menu .baslik {
	font-size:15px;
	text-align:right;
	
}
.btu-menu a:hover {
	color:#80A8F3 !important;
}
.halani a:hover {
	color:#80A8F3 !important;
}

.css-toggle{
  color:white;
}
.css-toggle:hover span{display:block;}
 
.css-toggle span{
  display:none;
}
#urunozellik{height:150px !important;}

@media screen and (max-width: 992px){
	#urunozellik{
		height:auto !important;
		}
	}