﻿
body {
    padding-bottom: 20px;
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}


.animation-element {
    height: 150px;
    background-color: antiquewhite;
}

#sociallinks {
    display: block;
    float: unset;
}

    #sociallinks a {
        color: #000;
        text-decoration: none;
    }



#myCarousel .carousel-caption {
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    bottom: unset;
}

#myCarousel .item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.carousel-caption h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.carousel-caption h2 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px
}

.carousel-caption .thin {
    font-weight: 100;
}

.span30 {
    font-size: 30px;
    font-weight: 300
}

.span20 {
    font-size: 20px;
    line-height: 1
}

@media (max-width: 768px) {
    .carousel-caption h3 {
        font-size: 25px;
        line-height: 1.2;
        font-weight: 700;
    }

    .span30 {
        font-size: 20px;
        font-weight: 300
    }

    .span20 {
        font-size: 13px;
        line-height: 1
    }
}





#TopArea {
    background-color: #233973;
    padding-top: 10px;
}

    #TopArea a {
        color: #fff;
        text-decoration: none;margin-left:2px
    }

    .navbar-brand{height:auto}

    #TopArea a {
        position: relative;
        color: #fff;
        display: inline-block;
    }

        #TopArea a:hover {
            color: #fff;
        }

        #TopArea a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0;
            background-color: #fff;
            visibility: hidden;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
        }

        #TopArea a:hover:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);
        }

#Header {
    background-color: #a9273d;
    padding: 0px 0;
    margin-top: 10px;
}

    #Header .content {
    }

        #Header .content h1 {
            color: white;
            text-decoration: none;
            font-weight: 500;
            font-size: 20px;
        }

        #Header .content .header {
            color: Black;
            text-decoration: none;
            float: left;
            margin-left: 130px;
            font-size: 12px;
        }


        .navbar-right{padding:17px 0}

.navbar-default .navbar-nav > li {
    margin: 0 15px;
}

    .navbar-default .navbar-nav > li > a {
        position: relative;
        padding: 33px 0;
        display: inline-block;
        color: #000;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #dd1f1f;
        }



@media (max-width: 768px) { 
    .navbar-default .navbar-nav > li > a {
        margin: 0;
        padding: 15px;
        font-size: 13px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .navbar-default .navbar-nav > li > a {
        margin: 0;
        padding: 33px 0;
        font-size: 13px;
    }
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: static;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

    /* Flip around the padding for proper display in narrow viewports */
    .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }

        .navbar-wrapper .navbar .container {
            width: auto;
        }


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-control.right, .carousel-control.left {
    background: none;
    background-color: none;
}


html,
body {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

    .carousel-fade .carousel-inner .item:first-child {
        opacity: 1;
    }


.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}
#myCarousel.carousel {
    height: 100%;
    z-index: 0
}

    #myCarousel.carousel .item {
        height: 100%;
    }

.carousel-inner {
    height: 100%;
}


@media only screen and (max-width: 768px) {
    #myCarousel.carousel {
        margin-top: 0px;
    }

    .carousel-inner > .item > img {
        height: 100%;
        width: 100%;
    }

    .carousel-inner {
        height: 100%;
    }
 
}


@media only screen and (max-width: 1200px) {
    

        .carousel-inner > .item .videobannerbg {
            background-image: url('/images/banner/1.png');
            background-size: cover
        }

    #player {
        display: none
    }
}

@media only screen and (max-width: 640px) {
    .carousel-caption h3 {
        font-size: 20px;
        margin-top: 10px;
        line-height: 1.2;
        font-weight: 700;
    }

    .carousel-caption h2 {
        font-size: 25px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 15px
    }

 
    #myCarousel.carousel {
        margin-top: 0px;
    }
}

@media screen and (max-device-width: 480px) and (orientation: portrait) {
}

/* RESPONSIVE CSS
-------------------------------------------------- */



.navbar {
    min-height: 75px;
    border: none;
    background-color: #f4f3f3;
    margin: 0;
}

.navbar-nav {
    margin-left: 25px;
}

    .navbar-nav li a {
        font-size: 14px;
        font-weight: 700;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #f4f3f3;
    color: #dd1f1f;
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:active {
        background-color: #f4f3f3;
    }

.navbar-toggle {
    margin-top: 20px;
    margin-bottom: 25px;
}


@media (min-width: 768px) {

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #dd1f1f;
        background-color: #f4f3f3;
    }
}


@media (max-width: 768px) {
    .navbar-nav {
        margin-left: 0;
    }

    [class*="col-"] {
        padding-bottom: 30px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .vcenter {
        position: relative;
        transform: translateY(13%);
    }
}








/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

    /* Control buttons  */
    #quote-carousel .carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 60px;
    }
        /* Previous button  */
        #quote-carousel .carousel-control.left {
            left: -52px;
        }
        /* Next button  */
        #quote-carousel .carousel-control.right {
            right: -52px !important;
        }
    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the color of the indicators */
        #quote-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333333;
        }

    #quote-carousel img {
        width: 250px;
    }
/* End carousel */
.item blockquote b {
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

.item blockquote {
    border-left: none;
    margin: 0;
    font-size: 13px;
}

    .item blockquote img {
        margin-bottom: 10px;
    }

    .item blockquote p:before {
        float: left;
        margin-right: 10px;
    }



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0px 5px;
            width: 15px;
            height: 15px;
        }

            #quote-carousel .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
            }
}






.borderless i {
    color: #dd1f1f;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none; 
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}


 

.form-control {
    height: 40px
}

.toggleHeading {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -moz-transition: none !important;
}

.toggleCaption {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -moz-transition: none !important;
}



.divider {
    border-bottom: 1px solid #e1e1e1;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}





/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

    .cd-headline.rotate-1 b.is-visible {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-animation: cd-rotate-1-in 1.2s;
        -moz-animation: cd-rotate-1-in 1.2s;
        animation: cd-rotate-1-in 1.2s;
    }

    .cd-headline.rotate-1 b.is-hidden {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-animation: cd-rotate-1-out 1.2s;
        -moz-animation: cd-rotate-1-out 1.2s;
        animation: cd-rotate-1-out 1.2s;
    }

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}


.MainNewsBox {
    color: #bfbfbf;
    background-color: rgba(255,255,255,.5);
    padding: 30px 0;
    margin: 0
}

    .MainNewsBox i {
        float: right
    }

    .MainNewsBox .detail {
        display: block;
        font-size: 12px;
        border-bottom: 1px solid #cfcfcf;
        text-decoration: none;
        padding-bottom: 5px;
        color: #000
    }

    .MainNewsBox .Title {
        font-size: 22px;
        color: #000;
        font-weight: bold;
        min-height: 145px;
        margin-top: 10px
    }

#news {
}

    #news .box {
        background-color: #f8f8f8;
        padding: 15px;
        margin: 5px;
        height: 450px
    }

        #news .box a {
            font-size: 17px;
            font-weight: 700;
            color: #000;
            line-height: 1.3;
            margin: 15px 0;
            display: inline-block;
        }



#Shiplist .box { 
    padding: 15px 0;
    margin: 5px; clear:both;display:block
      ;margin-bottom:50px
}

 
.title1 {
    margin-top: 25%;
    color: #fff;
    font-size: 40px
}


#SpotArea {
    margin-top: 40px;
}

    #SpotArea .SpotText {
        color: #919191;
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
        margin: 30px 0;
    }

    #SpotArea h2 {
        color: #192a35;
        font-weight: 700;
        text-align: left
    }





.carousel-indicators {
    bottom: 170px
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    top: 40%
}



.wrapper {
    width: 100%;
    margin: 1.5em auto;
    background-color: antiquewhite
}

.masonry {
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}

    .masonry .item {
        display: inline-block;
        background: #f8f8f8;
        margin: 15px 0;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }


@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 100%;
    }
}



/*Ana SAyfa*/

#main_ozellikler {
    margin: 30px auto
}

    #main_ozellikler .box {
        padding: 20px;
    }

        #main_ozellikler .box b {
            display: block;
            font-weight: 700;
            font-size: 15px
        }

            #main_ozellikler .box b span {
                font-weight: 700;
                font-size: 20px
            }
/*GEMİ*/
.submenu {
    background-color: #3f4850;
    opacity: 0.70;
    position: relative;
    z-index: 2;
}

    .submenu .whereis {
        padding: 10px 0;
        color: #fff;
        font-size: 12px
    }

    .submenu .whereis a {
        padding: 10px 0;
        color: #fff;
        font-size: 12px
    }


    .submenu .navbar-nav {
        margin: 0
    }

        .submenu .navbar-nav li a {
            font-size: 18px;
            font-weight: 700;
            padding: 10px 20px;
            color: #fff;
            display: inline-block
        }


    .submenu .nav > li > a:focus, .nav > li > a:hover {
        background: none;
    }


.gemibanner {
    background-size: cover;
    background-position: center;
    min-height: 450px
}

    .gemibanner h1 {
        font-weight: bold
    }

    .gemibanner h2 {
        font-weight: 100;
        margin: 0;
        padding: 0
    }

 

    .gemiinfo span {
        display: block;
        color: #dd1f1f;margin-bottom:15px;font-weight:bold
    }
     .gemiinfo ul{list-style:none;margin:0;padding:0}

         .gemiinfo ul li{list-style:none;margin:0;padding:0}

            .gemiinfo ul li .desc {
                border-bottom: 1px solid #e8e8e8;
                padding-bottom: 10px;
                padding-right: 0;
                margin-bottom: 20px;
                margin-right: 25px
            }

                .gemiinfo   .desc span {
                    margin: 0;
                    padding: 0; 
                    font-weight: bold;
                    color: #000
                }

.gemiinfo .table td{ width:50%}

.gemitext {
    padding: 50px 0;
    background-color: #fbfbfb
}

.gemitext p:first-child {  padding:0 15px
}

    .gemitext .spot {
        font-size: 17px;
        font-weight: 400
    }

    .gemitext h2 {
        font-weight: bold;
        margin: 0;color:#000
    }

    .gemitext h3 {
        font-weight: 100;
        margin: 0 0 20px 0;
        padding: 0
    }


.ibox {
    background-size: cover;
    padding: 50px 150px;
    color: #fff;
    background-position: center;
    height:300px;
}


    .ibox:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        color: #fff;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear;
        transition: background .3s linear;
    }
 
/*Kurumsal*/
#ContentPlaceHolder1_ContentBannerImage.kurumsal {
 
} 

.kurumsal .banner {
    padding: 90px 0 110px 0;
    margin-top: -36px;
    background-image: url('/images/content/kurumsal_bg.jpg');
    background-size: cover;
    background-position: center
}


#ContentPlaceHolder1_ContentBannerImage h1, h2 {
    color: #fff;
    margin: 0;
    padding: 0
}

#ContentPlaceHolder1_ContentBannerImage h1 {
    font-size: 30px
}
#ContentPlaceHolder1_ContentBannerImage h2 {
    font-size: 30px;
    font-weight: 100
}

#ContentPlaceHolder1_ContentArea h5{ font-size:22px;margin-top:45px;font-weight:200}

#LeftMenu  {  margin-bottom:40px}

 
#LeftMenu li ul li a {
    padding-left:5px;
    color: #000; 
}

#LeftMenu li ul li .nav-header {
    background-color: #f8f8f8;
    width: 100%;
    padding: 10px;
}

#LeftMenu li a.active {
    color: #dd1f1f;
}
 

#ContentPanel {
    margin: 20px 0
}

    #ContentPanel h2 {
        color: #000;font-weight:200
    }

    #ContentPanel .pic {
        margin-bottom: 20px
    }



/* General button style (reset) */
.btn {
    padding: 10px 15px;
    font-size: 12px;
    border: none;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    margin: 10px 0
}

    .btn:after {
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.linkarea .btn{min-width:200px;display:block;float:right;margin:30px 0}

/* Button 1 */
.btn-1 {
    border: 1px solid #e41f28;
    color: #000;
    padding: 10px 20px;
}

/* Button 1a */
.btn-1a:hover,
.btn-1a:active {
    color: #fff;
    background-color: #e41f28
}

.btn-1 i {
    margin-left: 30px;
}

/* Button 1 */
.btn-2 {
    background-color: #e41f28;
    color: #fff;
    padding: 10px 30px;
}

    /* Button 1a */
    .btn-2a:hover,
    .btn-2:active {
        color: #e41f28;
        background-color: #fff
    }
.btn-2 i {
    margin-left: 30px;
}


/* Button 1 */
.btn-3 {
    background-color: #3c3737;
    color: #fff;
    padding: 10px 20px;
}

    /* Button 1a */
.btn-3a:hover,
.btn-3a:active {
    color: #fff;
    background-color: #dd1f1f;
}

    .btn-3 i {
        margin-left: 60px;
    }


.projebanner {
    background-image: url('/images/content/projebg.png');
    padding: 0px 0 250px 0;
    background-size: cover;
    background-position: center
}



.ResultPanel a {
    color: #000;
    font-weight: bold;
}



@media (max-width: 640px) {

    .linkarea .btn {
        min-width: 200px;
        display: block;
        float: left;
        margin: 00px 0
    }
    .gemibanner {
        background-size: cover;
        background-position: center;
        min-height: 250px
    }

    .shipname{ font-size:22px}
    .submenu {
        margin-top:  0px;
    }


    .projebanner {
        padding: 0px 0 150px 0;
        background-size: cover;
        background-position: center;
        background-color: #e41f28
    }
}

#galery {
    width: 100%;
    height: 50%;
    max-width: 1200px;
    max-height: 700px;
    margin: 100px auto;
    position: relative;
}

.cerlogos img {
    margin: 10px 20px;
    display: inline
}

.footer {
    padding-bottom: 30px;
    width: 100%;
}

    .footer p {
        margin: 0;
    }

    .footer h3 {
        border-bottom: 1px solid #78828D;
        color: #78828D;
        font-size: 15px;
        line-height: 27px;
        padding: 0px 0 10px;
    }

    .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;
            font-size: 12px
        }

    .footer a {
        color: #78828D
    }

.footer-bottom {
    font-size: 13px;
    color: #78828D;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .footer-bottom p.pull-left {
        padding-top: 6px;
    }

.footer ul li.sociallinks a {
    display: inline;margin:2px
}

select {
    background: transparent;
    padding: 10px;
    color: #fff;
}

    select option {
        background-color: #17222c;
        padding: 10px;
        color: #fff;
        border: none;
        margin: 15px;
        outline: none
    }


#searchform {
    padding-top: 100px;
}

    #searchform label {
        color: #fff;
        display: block
    }














/******buton down******/
.page-scroll {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 999
}

.videobutton {
    position: absolute;
    bottom: 150px;
    width: 100%;
    text-align: center;
    z-index: 999
}




.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid white;
    border-radius: 100% !important;
    font-size: 40px;
    color: white;
    background: transparent;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

    .btn-circle:hover,
    .btn-circle:focus {
        outline: none;
        color: white;
        background: rgba(255, 255, 255, 0.1);
    }

    .btn-circle i.animated {
        -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: 1s;
        -moz-transition-property: -moz-transform;
        -moz-transition-duration: 1s;
    }

    .btn-circle:hover i.animated {
        -webkit-animation-name: pulse;
        -moz-animation-name: pulse;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


/*********************/

/*Tersane*/

#tersane{}
    #tersane .banner {
        padding: 90px 0 110px 0;
        margin-top: -36px;
        background-image: url('/images/content/tersane_bg.jpg');
        background-size: cover;
        background-position: center
    }

        #tersane .banner h1 {
            color: #fff;
            font-size: 30px;
            font-weight: bold
        }

        #tersane .banner h2 {
            color: #fff;
            font-size: 30px;
            font-weight: 100
        }

        #tersane .spot {
             font-size:18px;text-align:center;padding:30px 0px;margin-top:40px
        }


        #tersane .blueboxarea{margin:40px 0}
    #tersane .bluebox {
        color: #fff;
        background-color: #233973;padding:35px 15px;text-align:center;min-height:185px;margin-bottom:20px;font-weight:100;font-size:13px
    }
    #tersane .bluebox  b{
        font-size:20px
    }
        #tersane .bluebox b span {
            font-size: 14px
        }

        #tersane .bluebox p {
           text-align:justify
        }

#tersane .ozellikler{
    margin:50px 0
}
    #tersane .ozellikler tr {
        margin: 0;
        padding: 0;
        min-height: 90px;
    }

    #tersane .ozellikler table:nth-child(1) {  
    }
     
    #tersane .ozellikler tr td {
        border-bottom: 1px solid #f4f3f3;
        padding: 10px 0px;
        margin: 5px 56px;height:60px;
    }




    #tersane .ozellikler .title1 {
        color: #e11f28;
        font-size: 18px;
        margin: 35px 25px 10px 0px;
        font-weight: bold
    }


    #tersane .ozellikler .title2 {
        color: #1d2c3b;
        font-size: 22px;
        margin: 15px 25px 0px 0px;
        font-weight: bold
    }
    #tersane .ozellikler .title2 span { 
        font-size:30px; 
    }


    #tersane .ozellikler ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        #tersane .ozellikler ul li {
            border-bottom: 1px solid #f4f3f3;
            padding: 10px 0;
            margin: 5px 25px 5px 0
        }

            #tersane .ozellikler ul li span {
                float: right;
                font-weight: bold
            }

    #tersane .ozellikler .row {
        margin-bottom: 20px
    }



    #tersane .hizmetalan {
        background-color: #f4f4f4;margin:20px 0 0 0
    }

    #tersane .hizmetalan h2 {
       color:#000;margin:50px 0 50px 0;font-size:16px;font-weight:bold
    }

        #tersane .hizmetalan .img-caption {
            position: relative;
            padding: 0;
            margin: 0;
        }
         
            #tersane .hizmetalan .img-caption-text {
                display: block;
                position: absolute;
                width: 100%;
                color: #fff;
                left: 0;
                bottom: 0;
                padding: 1em;
                font-weight: 700;
                z-index: 2;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }
     #tersane .hizmetalan ul{list-style:none;margin:0;padding:20px 15px 40px 15px;line-height:2}
 
/*Tuzla -Plan*/
#Plan h1  {color:#000}
#Plan h2 {
    color: #000
}

#Plan .ozellikler {
    margin-top: -50px
}

    #Plan .ozellikler ol {
        margin: 0;
        padding: 0;
    }

        #Plan .ozellikler ol li {
            border-bottom: 1px solid #f4f3f3;
            padding: 10px 0;
            margin: 5px 15px
        }

    #Plan .ozellikler h3 {
        color: #e11f28;
        font-size: 16px
    }

#Plan .file {
    margin-top: 50px
}




/*Kabiliyetler*/
#tersanekabiliyetler .banner {
    padding: 90px 0 110px 0;
    margin-top: -36px;
    background-image: url('/images/content/t-k-bg.png');
    background-size: cover;
    background-position: center
}

    #tersanekabiliyetler .banner h1 {
        color: #fff;
        font-size: 30px;
        font-weight: bold
    }

    #tersanekabiliyetler .banner h2 {
        color: #fff;
        font-size: 25px;
        font-weight: 100
    }


#tersanekabiliyetler .ozellikler .title1 {
    color: #e11f28;
    font-size: 15px;
    margin: 35px 25px 10px 0px;
    font-weight: bold
}



#tersanekabiliyetler .ozellikler ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    #tersanekabiliyetler .ozellikler ul li {
        border-bottom: 1px solid #f4f3f3;
        padding: 10px 0;
        margin: 5px 25px 5px 0
    }

        #tersanekabiliyetler .ozellikler ul li span {
            float: right;
            font-weight: bold
        }

#tersanekabiliyetler .ozellikler .row {
    margin-bottom: 20px
}

#tersanekabiliyetler .banner2 {
    padding: 20px 0 20px 0;
    margin-top: 20px;
    background-image: url('/images/content/t-k-bg2.jpg');
    background-size: cover;
    background-position: center
}


#tersanekabiliyetler .ozellikler2 .title1 {
    color: #fff;
    font-size: 15px;
    margin: 15px 25px 10px 0px;
    font-weight: bold
}

#tersanekabiliyetler .ozellikler2 ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    #tersanekabiliyetler .ozellikler2 ul li {
        border-bottom: 1px solid #f4f3f3;
        padding: 10px 0;
        margin: 5px 0px 5px 0;
        color: #fff
    }

        #tersanekabiliyetler .ozellikler2 ul li span {
            float: right;
            font-weight: bold
        }

#tersanekabiliyetler .ozellikler2 .row {
    margin-bottom: 20px
}




#arge {
}

    #arge .banner {
        padding: 140px 0 160px 0;
        margin-top: -36px;
        background-image: url('/images/content/arge.jpg');
        background-size: cover;
        background-position: center
    }

        #arge .banner h1 {
            color: #fff;
            font-size: 30px;
            font-weight: bold
        }

        #arge .banner h2 {
            color: #fff;
            font-size: 30px;
            font-weight: 100
        }

    #arge .spot {
        font-size: 18px;
        text-align: center;
        padding: 30px 0px;
        margin-top: 40px
    }

      #arge h4{ padding-bottom:5px;}

      #arge ul li{ margin-bottom:20px;}

.mr15 {
    margin-right: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr25 {
    margin-right: 25px;
}

.ml25 {
    margin-left: 25px;
}


.iletisim h2{ color:#000;margin:15px 0;font-weight:100}

.yerlesimplanlari{margin-top:25px}
.yerlesimplanlari h2 {
    color: #000;
    margin: 15px 0;
    font-weight: 100;font-size:20px
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: #646a7a;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 0 20px;height:125px;vertical-align:text-top;display:table
}

    .hovereffect .overlay .inner {
        display: table-cell;
        vertical-align: middle;
    }


.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity:0.4
}

.hovereffect:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect h2 { 
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

    .hovereffect h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        content: '';
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.overlay .code{ background-color:rgba(1, 61, 121, 0.40);font-weight:bold}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #dd1f1f;
    background: rgb(215, 0, 0);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgb(181, 7, 7);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }


         

    .nav-tabs > li > a {
        border: none;
        color: #666;
    }

.heading4 {
    padding: 15px 0;
}

    .heading4 b {
        margin: 0px 0;
        display: block;
        font-size: 25px
    }


.heading4 {
    padding: 15px 0
}

    .heading4 b {
        margin: 0px 0;
        display: block;
        font-size: 25px
    }

