/* 
    Company: Fikirgen Bilişim
    Developer: Erkan DURSUN
    Email: erkan.dursun@fikirgen.com
*/

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaaaaa;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaaaaa;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa;
}

.color-orange {
    color: #f37e37 !important;
}
.color-blue {
    color: #0eb0ee !important;
}

.scrolltop{
    background: rgba(0,0,0,.5);
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 60px;
    z-index: 999;
    right: 20px;
    border-radius: 50%;
    font-size: 32px;
    display: none;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: 800px;
    margin: 20px auto;
}

body {
    font-family: 'Ubuntu', sans-serif;
    background: #ffffff;
    color: #4a4a4a;
    font-size: 14px;
    position: relative;
    min-height: 1000px;
    padding: 0px 0 0 0px;
    margin: 0px;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}
a {
    text-decoration: none;
}
.wrapper {
    width: 100%;
}
.content{
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.z10 {
    z-index: 10;
}
header {
    height: 70px;
    background: transparent;
    text-align: right;
    position: fixed;
    width: 100%;
    z-index: 101;
    top: 0;
    left: 0;
    font-size: 0;
    transition: all .3s ease-in-out;
}
header.fixed {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
header .logo {
    margin-top: 3px;
    display: inline-block;
    float: left;
}
header .logo img {
    height: 55px;
    margin-top: 7px;
    filter: brightness(0) invert(1);
}
header.fixed .logo img {
    filter: none;
}
header nav.mainmenu{
    clear: both;
    display: inline-block;
    height: 50px;
    margin-top: 10px;
}
header nav.mainmenu > div{
    font-size: 0;
    display: inline-block;
    position: relative;
    height: 50px;
}

header nav.mainmenu > div > a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 12px;
    display: inline-block;
    height: 60px;
    line-height: 55px;
    text-decoration: none;
    text-transform: uppercase
}
header.fixed nav.mainmenu > div > a{
    color: #004f6d;
}
header nav.mainmenu > div:last-child > a{
    padding-right: 0px;
}
header nav.mainmenu > div > a:hover{
    color: #0eb0ee;
}
header nav.mainmenu > div > .submenu{
    display: none;
    position: absolute;
    top: 50px;
    left: -50px;
    background: #ffffff;
    padding: 10px 0px;
    z-index: 99;
    width: 300px;
    text-align: left;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
header nav.mainmenu > div:hover > div{
    display: inline-block;
}
header nav.mainmenu > div >  .submenu > div > a{
    color: #0eb0ee;
    color: #004f6d;
    font-size: 16px;
    padding: 10px;
    display: block;
    z-index: 99;
    vertical-align: top;
}
header nav.mainmenu > div >  .submenu > div > a:hover  {
    background: #0eb0ee;
    color: #ffffff;

}
header nav.mainmenu > div >  .submenu > div > a img{
    vertical-align: middle;
    margin-right: 10px;
    width: 32px;
}
header nav.mainmenu > div >  .submenu > div > a:hover img{
    filter: brightness(0) invert(1);
}
header nav.mainmenu > div >  .submenu > div > a > i{
    float: right;
    margin-top: -3px;
    font-size: 36px;
}


header nav.mainmenu > div >  .submenu > div{
    position: relative;
}
header nav.mainmenu > div >  .submenu > div > .submenu2{
    display: none;
    position: absolute;
    top: 10px;
    left: 297px;
    background: #ffffff;
    padding: 10px 0px;
    z-index: 99;
    width: 250px;
    text-align: left;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}


header nav.mainmenu > div >  .submenu > div:hover > .submenu2{
    display: block;
}

header nav.mainmenu > div >  .submenu > div > .submenu2 a{
    color: #0eb0ee;
    color: #004f6d;
    font-size: 16px;
    padding: 8px 10px;
    display: block;
    z-index: 99;
    vertical-align: top;
}
header nav.mainmenu > div >  .submenu > div > .submenu2 a:hover{
    background: #004f6d;
    color: #ffffff;
}



header .language {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    padding: 0 15px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    margin-left: 25px;
    font-size: 14px;
    vertical-align: top;
}
header.fixed .language {
    color: #004f6d;
}
header .language:hover {
    text-decoration: underline;
}
header .language img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
header .mobile-menu {
    display: none;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    padding: 0 25px;
    font-size: 20px;
    transition:all .2s ease-in-out;
}
header .mobile-menu:hover {
    background: #aaaaaa;
}
header.fixed .mobile-menu {
    background: #004f6d;
}
header .mobile-menu i {
    transition:all .2s ease-in-out;
}
header .mobile-menu.open i {
    transform:rotate(45deg)
}
.mobilemenu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #ffffff;
    padding-top: 30px;
    display: none;
}
.mobilemenu > a {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    display: block;
    width: 80%;
    margin-left: 10%;
    border-bottom: solid 1px #ddd;
    padding: 5px 0;
    text-align: left;
}
.mobilemenu .mobile-submenu > a {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    display: block;
    width: 75%;
    margin-left: 15%;
    border-bottom: solid 1px #ddd;
    padding: 5px 0;
    text-align: left;
}


/* Footer */
footer {
    clear: both;
    position: relative;
    z-index: 1;
    background: #004f6d;
}
footer h3{
    width: 100%;
    color: #0eb0ee;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
footer h4{
    width: 100%;
    color: #878785;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}
footer h4 i{
    color: #005294;
    margin-right: 5px;
    font-size: 1.1em !important;
    vertical-align: middle;
}
footer h5{
    width: 100%;
    color: #878785;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}
footer .menu a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    padding: 6px 0;
}
footer .menu a:hover {
    text-decoration: underline;
}

footer .footer-contact {
    text-align: right;
}
footer .footer-contact .phone{
    color: #868887;
    font-size: 26px;
    font-weight: 500;
}
footer .footer-contact .email{
    color: #868887;
    font-size: 16px;
    font-weight: 500;
}
footer .social-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    color: #ffffff;
    border: solid 2px #ffffff;
    background: transparent;
    margin-top: 5px;
}
footer .social-link:hover {
    color: #004f6d;
    background: #ffffff;
}
/*footer .social-link.linkedin {
    background: #017bba;
}
footer .social-link.facebook {
    background: #3c5a98;
}
footer .social-link.twitter {
    background: #4ac6ea;
}
footer .social-link.youtube {
    background: #eb1c24;
}*/
.footer-bottom {
    background: #004f6d;
}
.copyright {
    height: 20px;
    font-size: 12px;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top: 30px;
}
/* Home Slider*/
.home-slider-content{
    background: #c9d1dc;
    z-index: 10;
}
.home-slider{

}
.home-slider .home-slider-item{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home-slider .home-slider-item .cover{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.45);
}
.home-slider .home-slider-item .description{
    top: 30%;
    left: 10%;
    position: absolute;
    width: 50%;
    min-height: 10px;
    padding: 30px 20px 20px;
    font-size:28px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
}
.home-slider .home-slider-item .description h3{
    font-size:60px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
}
.home-slider .home-slider-item .description a{
    display: inline-block;
    color: #000000;
    padding:0px 35px;
    border:solid 1px #e29f10;
    font-weight: 400;
    font-size:20px;
    background: #e29f10;
    margin-top: 20px;
    letter-spacing: 2px;
    text-shadow: none;
    height: 45px;
    line-height: 45px;
    border-radius: 25px;

}
.home-slider .home-slider-item .description a:hover{
    background: transparent;
    color: #e29f10;
}
.home-slider.owl-carousel .owl-stage-outer{
    width: 100%;
}

.home-slider.owl-carousel .owl-dots{
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.home-slider.owl-carousel .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
    border: solid 1px #e29f10;
    border-radius: 8px;
    background: #fff;
    display: inline-block;
    margin: 0 3px;
}
.home-slider.owl-carousel .owl-dots .owl-dot.active,
.home-slider.owl-carousel .owl-dots .owl-dot:hover{
    background: #e29f10;
}

/* Home Spot */

.home-spot {
    background: #004f6d;
    text-align: center;
}
.home-spot p{
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
}
.home-spot a{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    border: solid 1px #ffffff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    margin-top: -7px;
}
.home-spot a:hover{
    background: #ffffff;
    color: #004f6d;
}
/* Categories */

.home-categories {

}
.home-categories div{
    text-align: center;
}
.home-categories div a{
    display: block;
    position: relative;
}
.home-categories div a > img{
    width: 100%;
    display: block;
}
.home-categories div a .cover{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 79, 109, .5);
    transition: all .3s ease-out;
}
.home-categories div a:hover .cover{
    background: rgb(0, 79, 109, 1);
}

.home-categories div a .cover > span{
    z-index: 10;
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 0px;
    transition: all .3s ease-in-out;
    display: inline-block;
    width: calc(100% - 30px);
    text-align: right;
}

.home-categories div a .cover > span span{
    font-weight: 500;
    font-size: 26px;
    color: #ffffff;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100% - 50px);
    vertical-align: middle;
}

.home-categories div a .cover > span img{
    transition: all .3s ease-in-out;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
    opacity: 0;
}
.home-categories div a:hover .cover > span img{
    margin-right: 0px;
    opacity: 1;
}

.home-categories div.first-child a{
    pointer-events: none;
}
.home-categories div.first-child .cover{
    background: rgb(251, 165, 26, .6);
}
.home-categories div.first-child .cover:hover{
    background: rgb(251, 165, 26, 1);
}
.home-categories div.first-child .cover .text{
    color: #004f6d;
    font-size: 24px;
    top: 20px;
    font-weight: 500;
    padding-left: 40px;
}
.home-categories div.first-child .cover .text strong{
    font-size: 40px;
    display: block;
    font-weight: 600;
}



/* Home Video Box */
.home-aboutus {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 460px;
    position: relative;
    overflow: hidden;
}
.home-aboutus .cover{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,.22);
}
.home-aboutus .cover .title {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    display: block;
}
.home-aboutus .cover p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    display: block;
}
.home-aboutus .cover a {
    display: inline-block;
    color: #000000;
    padding: 0px 29px;
    border: solid 1px #0eb0ee;
    font-weight: 500;
    font-size: 20px;
    background: #0eb0ee;
    margin-top: 60px;
    letter-spacing: 0px;
    text-shadow: none;
    height: 52px;
    line-height: 48px;
    border-radius: 25px;
}
.home-aboutus .cover a:hover {
    background: transparent;
    color: #0eb0ee;
}

/* Home Links */
.info-box {
    background: #ffffff;
    position: relative;
    z-index: 10;
    padding: 100px 0 50px;
}
.info-box a {
    display: block;
    text-align: left;
}
.info-box a img {
    display: block;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.info-box a span{
    font-size: 20px;
    font-weight: 500;
    color: #004f6d;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    text-align: left
}
.info-box a span b{
    color: #004f6d;
    display: block;
}
.info-box a span:after{
    content: '';
    border-bottom: solid 2px #0eb0ee;
    display: block;
    width: 40px;
    margin-top: 10px;
}
.info-box a i{
    font-size: 24px;
    font-weight: 500;
    color: #0eb0ee;
    display: block;
    padding: 5px 10px;
    vertical-align: top;
    text-align: left;
    font-style: normal;
}
/* CategoryList */
.category-list-content {

}
.category-list-content li{

}
.category-list-content li a{
    position: relative;
    display: block;
}
.category-list-content li a .cover{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,.22);
}
.category-list-content li a img{
    width: 100%;
    display: block;
}
.category-list-content li a span{
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #0eb0ee;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    bottom: 20px;
    left: 0;
}
.contact-link {
    position: relative;
    display: block;
}
.contact-link .cover{
    background: rgb(251, 165, 26, .6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.contact-link img{
    width: 100%;
    display: block;
}
.contact-link .cover span{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 70%;
    text-align: right;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}
/* Product Category List */
.product-category-list-detail {

}
.product-category-list-detail .main-image{
    background-size: cover;
    background-position: center center;
    height: 270px;
    width: 100%;
    position: relative;
}
.product-category-list-detail .main-image .cover{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(85,223,124,.6);
    background: -moz-linear-gradient(left, rgba(85,223,124,.6) 0%, rgba(125,185,232,.6) 100%);
    background: -webkit-linear-gradient(left, rgba(85,223,124,.6) 0%,rgba(125,185,232,.6) 100%);
    background: linear-gradient(to right, rgba(85,223,124,.6) 0%,rgba(125,185,232,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55df7c', endColorstr='#7db9e8',GradientType=1 );
}
.product-category-list-detail .categories{

}
.product-category-list-detail .categories li{
    border-right: solid 1px #b9b7b8;
    border-bottom: solid 1px #b9b7b8;
}

.product-category-list-detail .categories li:nth-last-child(-n+4){
    border-bottom-color: #ffffff;
}
.product-category-list-detail .categories li:nth-child(4n){
    border-right-color: #ffffff;
}
.product-category-list-detail .categories li a{
    display: block;
    padding: 20px;
    text-align: center;
}
.product-category-list-detail .categories li a img{
    display: inline-block;
    padding: 20px;
    width: 100%;
    max-width: 140px;
}
.product-category-list-detail .categories li a span{
    color: #333333;
    font-size: 20px;
    display: block;
    height: 40px;
}

.product-category-list-detail .side-menu {
   
}
.product-category-list-detail .side-menu a {
    color: #515151;
    font-size: 16px;
    font-weight: 300;
    border-bottom: solid 1px #dddddd;
    padding: 15px 0;
    display: block;
}

/* Product Category  */
.product-category-detail {

}
.product-category-detail .main-image{
    background-size: cover;
    background-position: center center;
    height: 270px;
    width: 100%;
    position: relative;
}
.product-category-detail .main-image .cover{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(85,223,124,.6);
    background: -moz-linear-gradient(left, rgba(85,223,124,.6) 0%, rgba(125,185,232,.6) 100%);
    background: -webkit-linear-gradient(left, rgba(85,223,124,.6) 0%,rgba(125,185,232,.6) 100%);
    background: linear-gradient(to right, rgba(85,223,124,.6) 0%,rgba(125,185,232,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55df7c', endColorstr='#7db9e8',GradientType=1 );
}
.product-category--detail .products{

}
.product-category-detail .products a{
    display: block;
    padding: 20px;
    text-align: center;
}
.product-category-detail .products a span{
    padding: 10px;
    display: block;
    border: solid 1px #b9b7b8;
}

.product-category-detail .products a span img{
    width: 100%;
}


.product-category-detail .side-menu {
   
}
.product-category-detail .side-menu a {
    color: #515151;
    font-size: 16px;
    font-weight: 300;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-category-detail .side-menu a.back {
    color: #0eb0ee;
    font-size: 20px;
    font-weight: 400;
    display: block;
}

.product-category-detail .side-menu a img{
    height: 32px;
    vertical-align: middle;
    margin-right: 10px;
}


/* News List */

.news-list-detail {
   
}
.news-list-detail .header{
    position: relative;
    background: #dce6ef;
}
.news-list-detail .header .detail{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(85,223,124,.6);
    background: -moz-linear-gradient(left, rgba(85,223,124,.6) 0%, rgba(125,185,232,.6) 100%);
    background: -webkit-linear-gradient(left, rgba(85,223,124,.6) 0%,rgba(125,185,232,.6) 100%);
    background: linear-gradient(to right, rgba(85,223,124,.6) 0%,rgba(125,185,232,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55df7c', endColorstr='#7db9e8',GradientType=1 );
}
.news-list-detail .header h1{
    display: inline-block;
    width: 50%;
    margin: 70px auto 20px;
    color: #0eb0ee;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
}
.news-list-detail .header p{
    display: inline-block;
    width: 60%;
    color: #000000;
    font-size: 24px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
}
.news-list-detail .header span{
    display: inline-block;
    color: #ffffff;
    background: #0eb0ee;
    font-size: 24px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
    padding: 10px 30px;
    margin-top: 50px
}
.news-list-detail .header .breadcrumb{
    margin: 20px;
}
.news-list-detail .header .breadcrumb a{
    color: #000000;
    font-size: 14px;
    margin-right: 5px;
}
.news-list-detail .header .breadcrumb a:after{
    margin-left: 5px;
    content: '>'
}
.news-list-detail .header .breadcrumb a:last-child:after{
    margin-right: 0px;
    content: ''
}


/* News Detail */
.news-detail {

}
.news-detail .main-image{
    background-size: cover;
    background-position: center center;
    height: 270px;
    width: 100%;
    position: relative;
}
.news-detail .main-image .cover{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(85,223,124,.6);
    background: -moz-linear-gradient(left, rgba(85,223,124,.6) 0%, rgba(125,185,232,.6) 100%);
    background: -webkit-linear-gradient(left, rgba(85,223,124,.6) 0%,rgba(125,185,232,.6) 100%);
    background: linear-gradient(to right, rgba(85,223,124,.6) 0%,rgba(125,185,232,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55df7c', endColorstr='#7db9e8',GradientType=1 );
}

.news-detail .breadcrumb{
    margin: 20px;
}
.news-detail .breadcrumb a{
    color: #000000;
    font-size: 14px;
    margin-right: 5px;
}
.news-detail .breadcrumb a:after{
    margin-left: 5px;
    content: '>'
}
.news-detail .breadcrumb a:last-child:after{
    margin-right: 0px;
    content: ''
}

.news-content {
    margin-bottom: 100px;
    background: #f7f7f7;
    padding: 40px;
}

.news-share-tools {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 30px;
}
.news-share-tools a{
    font-size: 16px;
    color: #333333;
    padding: 3px 0px;
    border: solid 1px #777;
    width: 30px;
    display: inline-block;
    text-align: center;
    margin: 0 2px;
}
.news-share-tools a:hover{
    background: #0eb0ee;
    border-color: #0eb0ee;
    color: #ffffff;
}
.news-share-tools a.back-list-page{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    background: #ffffff;
    border-color: #0eb0ee;
    color: #0eb0ee;
}
.news-share-tools a.back-list-page:hover{
    background: #0eb0ee;
    border-color: #0eb0ee;
    color: #ffffff;
}

.news-side {
    width: 100px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    padding-right: 20px;
    font-weight: 600;
}
.news-side ul{
    list-style: none;
}
.news-side ul li{
    
}
.news-side ul li > a{
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    font-weight: 600;
    color: #000;
}
.news-side ul li > span{
    display: block;
    font-size: 16px;
    vertical-align: top;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}
.news-side ul li div{
    display: none;
    transition: .5s ease-in-out;
}
.news-side ul li div.open{
    display: block;
}
.news-side ul li div a{
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    font-weight: 600;
    color: #000;
    padding: 3px 6px;
    margin: 3px;
    border: solid 1px #ddd;
}
.news-side ul li div a.selected,
.news-side ul li div a:hover{
    color: #fff;
    background: #0eb0ee;
}
.news-side .mobile-year{
    display: none;
}


.newslist {
    width: calc(100% - 100px);
    display: inline-block;
    border-right: solid 1px #aaa;
    margin-bottom: 50px;
}
.newslist .news {
    padding-bottom: 20px;
    font-size: 0px;
    margin-bottom: 40px;
    padding-right: 30px;
}
.newslist .news:nth-child(2n + 1) {
    clear: both;
}
.newslist .news > div > a{
    width: 200px;
    display: inline-block;
}
.newslist .news > div a img{
    width: 100%;
}
.newslist .news > div{
    border-bottom: solid 1px #cccccc;
}
.newslist .news div div{
    width: calc(100% - 200px);
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}
.newslist .news div div span{
    font-size: 13px;
    font-weight: 500;
    color: #004f6d;
    display: block;
    text-align: right;
}
.newslist .news div div h4{
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    text-align: left;
    margin-top: 10px;
}
.newslist .news div div p{
    font-size: 14px;
    color: #000000;
}
.newslist .news div div a{
    font-size: 20px;
    color: #0eb0ee;
    padding: 5px 20px;
    float: right;
    margin-top: 0px;
}

.newslist .news div div a:hover{
    color: #ffffff;
    background:  #0eb0ee;
}





.other-news {
    margin-bottom: 50px;
    font-size: 0;
}
.other-news h3{
    font-size: 18px;
    font-weight: 600;
    color: #004f6d;
    margin-bottom: 20px;
    border-bottom: solid 1px #004f6d;
}
.other-news .news {
    width: calc(50% - 20px); 
    font-size: 0px;
    margin: 0 10px 20px 10px;
    display: inline-block;
    background: #efefef;
    vertical-align: top;
}

.other-news .news > a{
    width: 170px;
    display: inline-block;
}
.other-news .news > a img{
    width: 100%;
}
.other-news .news div{
    width: calc(100% - 200px);
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}
.other-news .news div span{
    font-size: 13px;
    font-weight: 500;
    color: #004f6d;
    display: block;
    text-align: right;
}
.other-news .news div h4{
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    text-align: left;
    margin-top: 10px;
}
.other-news .news div p{
    font-size: 14px;
    color: #000000;
}
.other-news .news div a{
    font-size: 20px;
    color: #0eb0ee;
    float: right;
    margin-top: 10px;
}
.other-news .news div a:hover{
    color: #ffffff;
    background:  #0eb0ee;
}

/* Contact */

.contact-detail {

}
.contact-detail .header{
    position: relative;
    background: #dce6ef;
}
.contact-detail .header .detail{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.contact-detail .header h1{
    display: inline-block;
    width: 50%;
    margin: 70px auto 20px;
    color: #0eb0ee;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
}
.contact-detail .header p{
    display: inline-block;
    width: 60%;
    color: #000000;
    font-size: 24px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
}
.contact-detail .header span{
    display: inline-block;
    color: #ffffff;
    background: #0eb0ee;
    font-size: 24px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
    padding: 10px 30px;
    margin-top: 50px
}
.contact-detail .header .breadcrumb{
    margin: 20px;
}
.contact-detail .header .breadcrumb a{
    color: #000000;
    font-size: 14px;
    margin-right: 5px;
}
.contact-detail .header .breadcrumb a:after{
    margin-left: 5px;
    content: '>'
}
.contact-detail .header .breadcrumb a:last-child:after{
    margin-right: 0px;
    content: ''
}

.contact-content{
}
.contact-form{

}


.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color: #a1a09f;
}
.contact-form input,
.contact-form textarea{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 600;
    color: #444444;
    border: solid 1px #004f6d;
    display: block;
    margin: 15px 0;
    padding: 0 20px;
}
.contact-form input.error,
.contact-form textarea.error{
    background: #ffe3e3;
    border: solid 1px #F44336;
}
.contact-form textarea{
    height: 105px;
}
.contact-form .sendcontact{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #e29f10;
    color: #004f6d;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #004f6d;
}
.contact-form .sendcontact:hover{
    
    background: #ffffff;
  
}
.contact-form .sendcontact i{
    display: none;
}
.contact-form .sendcontact.sending{
    background: #aaa;
}
.contact-form .sendcontact.sending i{
    display: inline-block;
}
.contact-info{
    background: #004f6d;
    margin-top: 15px;
    padding: 20px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.contact-info h3.title{
    color: #0eb0ee;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}
.contact-info .direction {
    font-weight: 500;
    color: #e29f10;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
}
.contact-info .direction i{
    font-size: 100px;
    vertical-align: middle;
    margin-top: -10px;
    transition: all .2s ease-in-out;
}
.contact-info .direction:hover i{
    margin-left: 20px;
}
#map{
    width: 100%;
    height: 400px;
    background: #ebf0f4;
    padding: 25px;
}


/* Html Content */

.page-header{
    position: relative;
}
.page-header .cover{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.22);
}
.page-header img{
    width: 100%;
}

.breadcrumb{
    margin: 10px;
}
.breadcrumb a{
    color: #838383;
    font-size: 14px;
    margin-right: 5px;
}
.breadcrumb a:after{
    margin-left: 5px;
    content: '>'
}
.breadcrumb a:last-child:after{
    margin-right: 0px;
    content: ''
}


.html-content h1{
    font-size: 40px;
    color: #004f6d;
    margin-bottom: 20px;
    font-weight: 600;
}
.html-content h1:after{
    content: '';
    border-bottom: solid 2px #004f6d;
    display: block;
    width: 50px;
    margin-top: 10px;
}
.html-content h2{
    font-size: 20px;
    color: #0eb0ee;
    font-weight: 400;
}
.html-content h3{
    font-size: 18px;
    color: #9a9a9a;
    margin-bottom: 20px;
    font-weight: 500;
}
.html-content h4{
    font-size: 18px;
    color: #0eb0ee;
    font-weight: 400;
    margin-bottom: 10px;
}
.html-content h5{
    font-size: 16px;
    color: #0eb0ee;
    margin-bottom: 20px;
    font-weight: 500;
}
.html-content p{
    font-size: 16px;
    color: #2f3161;
    margin-bottom: 20px;
    line-height: 26px;
    letter-spacing: .8px;
    font-weight: 300;
}
.html-content p.small{
    font-size: 14px;
    line-height: 20px;
    color: #323232;
    margin-bottom: 20px;
}
.html-content strong{
    font-weight: 500;
}
.html-content b{
    font-weight: 500;
}

.side-menu {

}

.side-menu a{
    color: #68696b;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 5px 0;
}
.side-menu a.current {
    color: #0eb0ee;
}
.side-menu a:hover {
    color: #004f6d;
}

/* Geniş Ekran */
@media only screen and (min-width: 1500px){
    .content {
        width: 1160px;
    }
    .blog-list {
         height: 554px;
     }
    
    .hex-row span {
        font-size: 30px;
    }
    .hexagon .hex-img:hover span{
        font-size: 32px;
    }

}

/* Tablet Dikey*/
@media only screen and (max-width: 1024px){
	.content{
		width: 940px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
    
    .home-categories > div {
        width: 100%;
        margin-left: 0;
    }
    .news-list > a .news-item-content {
        padding: 15px;
    }
    .news-list h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .news-list p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .blog-list {
        height: 404px;
    }
    .blog-list > a {
        width: 70%;
        padding: 15px;
    }
    .blog-list > a .blog-item-content {
        padding: 15px;
    }
    .blog-list > a h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .blog-list > a p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .customer-detail .customer-list li {
        width: calc(33% - 15px);
        margin-right: 15px;
        display: inline-block;
    }
    .product-category-detail .product-list li {
        width: calc(33% - 15px);
        margin-right: 15px;
        display: inline-block;
    }
    .product-detail .product-list li {
        width: calc(33% - 15px);
        margin-right: 15px;
        display: inline-block;
    }
}

/* Tablet Yatay */
@media only screen and (max-width: 1024px) and (max-height: 768px){


}

/* Mini Tablet Dikey */
@media only screen and (max-width: 991px){
    .content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    header .mobile-menu {
        display: inline-block;
        margin-right: -20px;
    }
    header .language {
        border-left: none;

    }
    .hexLink h4 {
        font-size: 24px;
    }
    .breadcrumb{ display: none;}

    .product-category-detail .header h1 {
        margin: 50px auto 20px;
        font-size: 30px;
        width: 90%;
    }
    .product-category-detail .header span {
        display: none;
    }
    .product-category-detail .product-list li {
        width: calc(50% - 15px);
        margin-right: 15px;
        display: inline-block;
    }
    .product-detail .product-list li {
        width: calc(50% - 15px);
        margin-right: 15px;
        display: inline-block;
    }
    
    .customer-detail .product-list li {
        width: calc(50% - 15px);
        margin-right: 15px;
        display: inline-block;
    }
    .customer-detail .header h1 {
        margin: 50px auto 20px;
        font-size: 30px;
        width: 90%;
    }
    .customer-detail .header span {
        display: none;
    }
    .news-detail .header h1 {
        margin: 50px auto 20px;
        font-size: 30px;
        width: 90%;
    }
    .news-detail .header p {
        
    }
    .news-detail .header span {
        display: none;
    }
    .contact-detail .header h1 {
        margin: 20px auto 20px;
        font-size: 30px;
        width: 90%;
    }
    .contact-detail .header p {
        
    }
    .contact-detail .header span {
        display: none;
    }

    .home-slider .home-slider-item .description {
        top: 20%;
        left: 5%;
        position: absolute;
        width: 90%;
        min-height: 10px;
        font-size: 23px;
        font-weight: 800;
        color: #ffffff;
    }
    .home-slider .home-slider-item .description h3 {
        font-size: 40px;
    }
    .home-box {
        width: 50%;
    }

    .news-list > a .news-item-content {
        padding: 15px;
    }
    .news-list h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .news-list p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .all-news-link {
         padding-bottom: 30px;
    }

    .blog-list {
        height: 404px;
    }
    .blog-list > a {
        width: 70%;
        padding: 15px;
    }
    .blog-list > a .blog-item-content {
        padding: 15px;
    }
    .blog-list > a h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .blog-list > a p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .news-side {
        width: 100px;
    }
    .newslist {
        width: calc(100% - 100px);
    }
    .newslist .news div {
    }
    .other-news .news {
        width: calc(50% - 20px);
    }
    .other-news .news > a {
        width: 100%;
    }
    .other-news .news div {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }
    
    .all-category-list-detail .categories div:nth-child(4n + 1){
        clear: none;
    }
    .all-category-list-detail .categories div:nth-child(3n + 1){
        clear: both;
    }
}


/* Mini Tablet Yatay */
@media only screen and (max-width: 991px) and (max-height: 768px){


}

/* Mobil Dikey */
@media only screen and (max-width: 767px){
    .content{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    header .logo img {
        height: 35px;
        margin-top: 15px;
    }
    .home-box1 .cover .title {
        font-size: 30px;
        margin-top: 70px;
        margin-bottom: 50px;
    }
    .news-list h3 {
        font-size: 16px;
    }
   
    .page-detail .header h1 {
        margin: 20px auto 20px;
        font-size: 20px;
        width: 90%;
    }
    .page-detail .header p {
        display: none;
    }
    .news-detail .header h1 {
        margin: 20px auto 20px;
        font-size: 20px;
        width: 90%;
    }
    .news-detail .header p {
        display: none;
    }
    .customer-detail .header h1 {
        margin: 20px auto 20px;
        font-size: 30px;
        width: 90%;
    }
    .customer-detail .header p {
        display: none;
    }
    .customer-detail .header span {
        display: none;
    }
    
    .customer-list-detail .categories li,
    .customer-list-detail .categories li:nth-last-child(-n+4){
        border-right-color: #b9b7b8;
        border-bottom-color: #b9b7b8;
    }

    .customer-list-detail .categories li:nth-last-child(-n+3){
        border-bottom-color: #ffffff;
    }
    
    .customer-list-detail .categories li:nth-child(4n){
        border-right-color: #b9b7b8;
    }
    .customer-list-detail .categories li:nth-child(3n){
        border-right-color: #ffffff;
    }
    
    .customer-list-detail .categories li a span {
        font-size: 18px;
    }


    .product-category-detail .header h1 {
        margin: 20px auto 20px;
        font-size: 30px;
        width: 90%;
    }
    .product-category-detail .header p {
        display: none;
    }
    .product-category-detail .header span {
        display: none;
    }
    
    .product-category-list-detail .categories li,
    .product-category-list-detail .categories li:nth-last-child(-n+4){
        border-right-color: #b9b7b8;
        border-bottom-color: #b9b7b8;
    }

    .product-category-list-detail .categories li:nth-last-child(-n+3){
        border-bottom-color: #ffffff;
    }
    
    .product-category-list-detail .categories li:nth-child(4n){
        border-right-color: #b9b7b8;
    }
    .product-category-list-detail .categories li:nth-child(3n){
        border-right-color: #ffffff;
    }
    
    .product-category-list-detail .categories li a span {
        font-size: 18px;
    }
    .product-detail .header h2 {
        margin-left: 0;
    }
    .product-detail .header p {
        margin-left: 0;
    }

    .product-detail .header .quick-links {
        margin-left: 0;
    }
    .product-detail .header .quick-links a {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }


    .news-side {
        width: 100%;
        text-align: left;
    }
    .news-side ul{
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: solid 1px #ddd;
    }
    .news-side ul li {
        display: inline-block;
    }
    .news-side ul li span {
        display: inline-block;
        margin: 0 10px;
    }
    .news-side ul li span.selected {
        border-bottom: solid 1px #000;
    }
    .news-side ul li div.open {
        display: inline-block;
    }
    
    .news-side .mobile-year{
        display: none;
        margin-bottom: 20px;
        transition: .5s ease-in-out;
    }
    .news-side .mobile-year.open{
        visibility: visible;
        display: block;
    }

    .news-side .mobile-year a{
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        font-weight: 600;
        color: #000;
        padding: 3px 6px;
        margin: 3px;
        border: solid 1px #ddd;
    }
    .news-side .mobile-year a.selected,
    .news-side .mobile-year a:hover{
        color: #fff;
        background: #0eb0ee;
    }

    .newslist {
        width: 100%;
        border: none;
        padding-left: 0;
    }
    .newslist .news div {
    }

    
    .news-share-tools {
        margin-bottom: 20px;
    }
    .other-news .news {
        width: 100%;
        margin: 0 0px 20px 0px;
    }
    .other-news .news > a {
        width: 100%;
    }
    .other-news .news div {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }
    
    .all-category-list-detail .categories div:nth-child(3n + 1),
    .all-category-list-detail .categories div:nth-child(4n + 1){
        clear: none;
    }
    .all-category-list-detail .categories div:nth-child(2n + 1){
        clear: both;
    }
    
}

/* Mobil Yatay */
@media only screen and (max-width: 767px) and (max-height: 450px){


}


/* Mobil Dikey */
@media only screen and (max-width: 479px){
	.content{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
    
    header .logo img {
        height: 28px;
        margin-top: 15px;
    }
    header .language {
        margin-left: 0;
    }
    .news-list > a img,
    .news-list > a:first-child img {
        float: left;
        width: 100%;
    }
    .news-list > a .news-item-content,
    .news-list > a:first-child .news-item-content {
        float: right;
        width: 100%;
    }
    .home-box {
        width: 100%;
    }
    
    .product-category-detail .product-list li {
        width: 100%;
        display: inline-block;
    }
    .product-category-detail .header h1 {
        font-size: 24px;
    }
    .product-detail .product-list {
        margin-right: 0;
    }
    .product-detail .product-list li {
        width: 100%;
        margin-right: 0px;
    }

    .customer-detail .product-list li {
        width: 100%;
        display: inline-block;
    }
    .customer-detail .header h1 {
        font-size: 24px;
    }
    .product-detail .product-list {
        margin-right: 0;
    }
    .product-detail .product-list li {
        width: 100%;
        margin-right: 0px;
    }

    .news-side {
        padding: 0 15px;    
    }
    .newslist .news {
        padding: 10px 15px;
    }
    .newslist .news > a {
        width: 100%;
    }
    .newslist .news div {
        
    }
    .newslist .news > div > a {
        width: 100%;
        display: block;
    }
    .newslist .news div div {
        clear: both;
        width: 100%;
    }
    
    .product-category-list-detail .categories li,
    .product-category-list-detail .categories li:nth-last-child(-n+4){
        border-top: solid 1px #b9b7b8;
        border-left: solid 1px #b9b7b8;
        border-right-color: #b9b7b8;
        border-bottom-color: #b9b7b8;
    }

    .product-category-list-detail .categories li:nth-last-child(-n+3){
        border-bottom-color: #b9b7b8;
    }
    
    .product-category-list-detail .categories li:nth-child(4n){
        border-right-color: #b9b7b8;
    }
    .product-category-list-detail .categories li:nth-child(3n){
        border-right-color: #b9b7b8;
    }
    .product-category-list-detail .categories li a {
        padding: 10px;
    }
    
    .customer-list-detail .categories li,
    .customer-list-detail .categories li:nth-last-child(-n+4){
        border-top: solid 1px #b9b7b8;
        border-left: solid 1px #b9b7b8;
        border-right-color: #b9b7b8;
        border-bottom-color: #b9b7b8;
    }

    .customer-list-detail .categories li:nth-last-child(-n+3){
        border-bottom-color: #b9b7b8;
    }
    
    .customer-list-detail .categories li:nth-child(4n){
        border-right-color: #b9b7b8;
    }
    .customer-list-detail .categories li:nth-child(3n){
        border-right-color: #b9b7b8;
    }
    .customer-list-detail .categories li a {
        padding: 10px;
    }
    
    .home-categories-mobile div a span{
        font-size: 22px;
    }
    
    .all-category-list-detail .categories div,
    .all-category-list-detail .categories div ul li a{
        text-align: center;
    }
    .all-category-list-detail .categories div:nth-child(2n + 1),
    .all-category-list-detail .categories div:nth-child(3n + 1),
    .all-category-list-detail .categories div:nth-child(4n + 1){
        clear: both;
    }
}


/* Mini Mobil Dikey */
@media only screen and (max-width: 350px){
    .content{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .customer-list-detail .categories li a span {
        font-size: 16px;
    }
    .product-category-list-detail .categories li a span {
        font-size: 16px;
    }
    .home-categories-mobile div a span{
        font-size: 18px;
    }
}
