
/*#region  SIFIRLAMALAR */

html, body 
{
    position: relative; margin: 0; padding:0; height:100%; font-family: 'Open Sans', sans-serif; /*font-family: 'Cuprum', sans-serif;*/ font-size:14px; border:0; color:#000;
    /*background-image:url(/_tema/cms/images/bg.jpg);*/
}

div,input,ul,li,ol,h1,h2,h3,h4,h5,h6,textarea,table,tr,th,td,span
{
    margin:0;padding:0;border:none;border:0;outline:0;font-size:100%;text-decoration:none;
    list-style: none; list-style-type:none;
}

h1 {font-size:24px;}
h2 {font-size:20px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}

a {text-decoration: none; font-size:14px; color:#000;
   outline:none; transition: 0.5s ease;-o-transition: 0.5s ease;-webkit-transition: 0.5s ease;
}
a:hover {text-decoration: none; font-size:14px; color:#383430;}
img {border:none;}
.temizle {clear: both}

.border { overflow:hidden; border:1px solid #3E5164; }

.masterYukselt {
    position: relative;
    z-index: 1;
    top: 195px;
    margin-bottom: 195px;
}

.logo { position:relative; z-index:12; }

/*#endregion*/

/*#region BOŞ BG */
.bosBG {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .bosBG:hover {
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.bgH {
    margin-bottom: 1px;
    overflow: hidden;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

    .bgH:hover {
        background-color: rgba(0, 0, 0, 0.5);
        overflow: hidden;
    }
/*#endregion*/

/*#region KOYU ZEMİN LİNK */

.linkKoyuZemin, .linkKoyuZemin a{color:#fff;}
.linkKoyuZemin a:hover{color:#eee;}

/*#endregion*/

/*#region YÜKSELT - BOŞLUK*/
.gap {
    width: 100%; height: 25px;
}
.gap2 {
    width: 100%; height: 20px;
}
/*#endregion*/

/*#region TÜM BAŞLIKLARDA KULLANILAN CSS LER */

.altGenelTitleKapsa 
{
    width: 100%; color: #fff; padding-top:25px; padding-bottom:25px; text-align:center; background-color:#3E5164;
}
    .altGenelTitleKapsa h1 {
        color:#fff; font-size:22px;
    }
    .altGenelTitleKapsa a {
        color:#fff; font-size:22px;
    }

.anasayfaBaslik {
    text-align:center; font-size:30px; color:#3E5164;  
}

.footerBaslik {
    font-size:30px; 
}

.anasContentBaslik {
    width:100%; padding-bottom:5px; color:#3E5164; font-size:18px; font-weight:bold; text-align:center;
}

.anasContentSpot {
    width:100%; padding-top:5px; padding-bottom:5px; color:#F39200; font-size:16px; text-align:center;
}

/*#endregion*/

/*#region NAVIGASYON*/
.navigasyon, .navigasyon a {
    padding-top: 10px; padding-bottom:10px; color:#F39200; text-align:center; background-color:#3E5164; border-top:1px solid #F39200; border-bottom:1px solid #F39200;
}
/*#endregion*/

/*#region ALTSAYFA ELEMANLARI */

.altSayfabosBG {
    
    background-repeat:no-repeat; background-size:cover; background-position-x:center; background-position-y:center; overflow:hidden;
}
.altSayfabosBG:hover {
    
    background-repeat:no-repeat; background-size:cover; background-position-x:center; background-position-y:center;
}

.altSayfaElemanBaslik {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    margin-top: -75px;
    font-size:18px; font-weight:bold; text-align:center;
    margin-left: 1px;
    margin-right: 1px;
}

.altSayfaElemanBaslikic {
    padding:20px;
}

.altsayfabgH {
    margin-bottom: 5px;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

    .altsayfabgH:hover {
        /*border: 1px solid #033A34;*/
        background-color: rgba(0, 0, 0, 0.5);
    }

/*#endregion*/

/*#region LİSTE SAYFALARI TÜM */
.listeKapsa {
    background-color:#3E5164; overflow:hidden;
    outline:none; transition: 0.5s ease;-o-transition: 0.5s ease;-webkit-transition: 0.5s ease;
}
    .listeKapsa:hover {
        background-color:#F39200;
    }

.listeBaslik {
    color: #fff;
    padding: 5px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*#endregion*/

/*#region TÜMÜ */
.tumu {
    color:#fff; padding:10px; padding-left: 20px; padding-right: 20px; font-size:18px; background-color:#3E5164;
    outline:none; transition: 0.5s ease;-o-transition: 0.5s ease;-webkit-transition: 0.5s ease;
}
.tumu a {
    color:#fff; padding:10px; padding-left: 20px; padding-right: 20px; font-size:18px;
}
.tumu:hover {
    color:#fff; padding:10px; padding-left: 20px; padding-right: 20px; font-size:18px; background-color:#F39200;
}
/*#endregion*/

/*#region YUKARI GİT */
#up { z-index: 999; position: fixed; bottom: 100px; right: 10px; cursor: pointer; opacity:0.8; display: none;
      outline:none; transition: 0.5s ease;-o-transition: 0.5s ease;-webkit-transition: 0.5s ease;
}
#up:hover { z-index: 999; position: fixed; bottom: 100px; right: 10px; cursor: pointer; opacity:1; display: none; }
/*#endregion*/

/*#region CONTACT */
.cms-contact {margin-top: 20px;}
.cms-contact i {background:#4493C9;color: #fff;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;font-size: 50px;width: 100px;height: 100px;border-radius: 50%;padding-top: 24px;}
.cms-c-i {width: 100px;height: 100px;background:  rgba(0, 0, 0, 0.04);border-radius:50%;margin: auto;}
.cms-contact .col-md-3:hover i {background:#333;}
.cms-c-t {margin-top: 12px;font-size: 22px;font-weight: 700;}
.cms-c-d {font-size: 18px;}
.cms-c-d2 {padding-top: 20px;}
.cms-contact .col-md-3 {min-height: 240px;margin-top: 15px;}
.cms-map {width: 100%; height: 450px; position: relative;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}
/*#endregion*/

/*#region İMAJ RESPONSIVE */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    outline: none; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease;    
}
    .img-responsive:hover {
        
    }
    
/*#endregion*/

/*#region  SCROOL BARLARI RENKLENDİRME */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
    background: #3E5164;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #3E5164;
}
/*#endregion*/

/*#region BOOTSTRAP KOLONLAR */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
}
/*#endregion*/

/*#region BOOTSTRAP CONTAINER */
.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
/*#endregion*/

/*#region  NAVBAR MENÜLER */
.navKapsa 
{
    /*height:60px;*/
    /*margin-top:20px;*/ /*margin-left:20px;*/
}
.navbar {
    position: relative;
    min-height: 50px;
    border: 0px solid transparent;
    margin-bottom:-5px;
    border-radius: 0px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    /*-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;*/
}

.navbar-nav > li > a {
    font-size:16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right:20px;
    border-left:0px solid #aaa;
    color:#3E5164;
    /*-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;*/
}

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

.navbar-default .navbar-brand {
    color: #3E5164;
}
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        font-size:16px;
        color: #fff;
        background-color: #3E5164 !important;
        /*-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;*/
    }

.navbar-default .navbar-text {
    color: #000;
}

.navbar-default .navbar-nav > li > a {
    font-size:16px;
    color: #3E5164;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        font-size:16px;
        color: #fff;
        background-color: #3E5164 !important;
        /*-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;*/
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #3E5164 !important;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #fff;
    background-color: #3E5164 !important;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #3E5164 !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
    position: static;
    margin-top: 0;
    margin-right: 0;
    margin-left: 6px;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    /*border-top: 4px solid;
    border-right: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px dashed transparent;*/
    display:none;
}

.nav > li {
    position: relative;
    display: block;
    border-right:0px solid #042C5D;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #3E5164 !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
/*#endregion*/

/*#region  DROPDOWN MENU */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    /*min-width: 260px;*/
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 15px;
    list-style: none;
    background-color: #3E5164 !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    color: #fff;
    /*-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;*/
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 0px 0;
        overflow: hidden;
        background-color: #3E5164 !important;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 10px 30px;
        padding-left: 25px;
        padding-right: 42px;
        clear: both;
        font-size:16px;
        line-height: 1.42857143;
        white-space: nowrap;
        color: #fff;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #fff;
            background-color: #F39200 !important;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #F39200;
        outline: 0;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #fff;
        background-color: #F39200;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}
/*#endregion*/

/*#region MENÜ */
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
    position: static;
    margin-top: 0;
    margin-right: 0;
    margin-left: 6px;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px dashed transparent;
}

.navbar-fixed-bottom .sub-arrow {
    margin-top: -5px;
    border-top: 4px dashed transparent;
    border-bottom: 4px solid;
}

.navbar-nav ul .sub-arrow {
    position: absolute;
    right: 0;
    margin-top: 6px;
    margin-right: 15px;
    border-top: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px solid;
}

.navbar-nav ul a.has-submenu {
    padding-right: 30px;
    /*background-color: #234454;
    color:#fff;*/
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
}

.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    /*border-top:7px dashed transparent;
	border-right:7px dashed transparent;
	border-bottom:7px solid;
	border-left:7px dashed transparent;*/
}

.navbar-nav span.scroll-down-arrow {
    top: 6px;
    /*border-top:7px solid;*/
    border-right: 7px dashed transparent;
    border-bottom: 7px dashed transparent;
    border-left: 7px dashed transparent;
}

/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 35px;
}

.navbar-nav .collapsible ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header {
    padding-left: 45px;
}

.navbar-nav .collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header {
    padding-left: 55px;
}

.navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header {
    padding-left: 65px;
}

/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
    white-space: normal;
}

.navbar-nav ul.sm-nowrap > li > a {
    white-space: nowrap;
}

/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
    left: 0;
    right: auto;
}

/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
.navbar-nav .collapsible ul {
    display: none;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
}

    .navbar-nav .collapsible ul.sm-nowrap > li > a {
        white-space: normal;
    }

.navbar-nav .collapsible iframe {
    display: none;
}
/*#endregion*/

/*#region FORM TEXTBOX */
.form-control {
    display: block;width: 90%; height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555;
    background-color: #fff; background-image: none;border: 1px solid #ccc; border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*#endregion*/

/*#region RESPONSIVE VIDEO */
.flex-video {position: relative;padding-top: 25px;padding-bottom: 67.5%;height: 0;margin-bottom: 16px;overflow: hidden;}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
/*#endregion*/

/*#region BLOG */

.blogBaslik {
    width:100%; padding-bottom:10px; font-size:24px; color:#3E5164;
}

.blogTarih {
    padding-bottom:10px; font-size:14px; color:#3E5164;
}

.blogSpot {
    font-size:14px; color:#F39200; line-height:25px; margin-top:15px;
}

.blogDevam {
    width:100%; text-align:right;
}

.blogAyrac {
    width:100%; height:1px; background-color:#ccc; margin-top:25px; margin-bottom:25px;
}

.blogSolBaslik {
     font-size:24px; color:#3E5164;
}

/*#endregion*/

/*#region MEDIA SCREENLER */

@media screen and (max-width:1400px)
{
    .navbar-nav > li > a {
        font-size:16px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right:10px;
        border-left:0px solid #aaa;
    }

    .gap {
        width:100%; height:25px;
    }
    .gap2 {
        width: 100%; height: 20px;
    }
}

@media screen and (max-width:1200px)
{
    .navbar-nav > li > a {
        font-size:16px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right:10px;
        border-left:0px solid #aaa;
    }

    .gap {
        width:100%; height:25px;
    }
    .gap2 {
        width: 100%; height: 20px;
    }
}

@media screen and (max-width:1160px) 
{
    .navbar-nav > li > a {
        font-size:16px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 5px;
        padding-right:5px;
        border-left:0px solid #aaa;
    }

    .gap {
        width:100%; height:25px;
    }
    .gap2 {
        width: 100%; height: 20px;
    }
}

@media screen and (max-width:1009px) {
    .navbar-nav > li > a {
        font-size:16px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 5px;
        padding-right:5px;
        border-left:0px solid #aaa;
    }

    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 1px;
        border: 0px solid transparent;
        text-align: center;
    }

    .gap {
        width:100%; height:25px;
    }
    .gap2 {
        width: 100%; height: 15px;
    }
}

@media screen and (max-width:960px)
{
    .navbar-nav > li > a {
        font-size:16px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 5px;
        padding-right:5px;
        border-left:0px solid #aaa;
    }

    .gap {
        width:100%; height:20px;
    }
    .gap2 {
        width: 100%; height: 15px;
    }
}

@media screen and (max-width:767px)
{
    .masterYukselt {
        position: relative;
        z-index: 1;
        top: 145px;
        margin-bottom: 145px;
    }

    .logo {
        position:relative; z-index:12;
    }

    .logoKapsa {
        width:100%; text-align:center;
    }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
        float:left;
        width:100%;        
    }

    .navbar-nav {
      margin: 7.5px 1px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        /* MENÜ ARKA PLANINA GÖRE RENGİ DEĞİŞTİR */
        color: #fff;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        
        color: #fff;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-nav > li > a {
        font-size:16px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right:10px;
        border-left:0px solid #aaa;
    }

    .gap {
        width:100%; height:20px;
    }
    .gap2 {
        width: 100%; height: 20px;
    }
}

@media screen and (max-width:479px)
{
    .masterYukselt {
        position: relative;
        z-index: 1;
        top: 145px;
        margin-bottom: 145px;
    }

    .logo {
        position:relative; z-index:12;
    }

    .logoKapsa {
        width:100%; text-align:center;
    }

    .ustCizgi {
        width:100%; height:1px; background-color:#535353;
    }

    .menuYukselt {
        width:100%; height:0px;
    }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
        float:left;
        width:100%;        
    }

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        /*border: 1px solid #847676;*/
        border-radius: 0px 0px 0 0;
        width: 100%;
        height: 42px;
        margin-top: 8px;
        text-align: center;
    }

    .navbar-nav > li > a {
        font-size:16px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right:10px;
        border-left:0px solid #aaa;
    }

    navbar-nav {
      margin: 7.5px 1px;
    }

    .btn {
        display: inline-block;
        padding: 6px 6px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .gap {
        width:100%; height:20px;
    }

    .ayrac {
        display:none;
    }

    .gap2 {
        width: 100%; height: 20px;
    }
}

/*#endregion*/






