/*
Cern Gezisi-Css 2019-Mehmet Çetinkaya
font-family: 'Roboto', sans-serif; 400 500 700
color:#fcda1c; SARI
*/
body{
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #888; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
a{text-decoration: none;}
ul {list-style-type: none; margin: 0; padding: 0;}
.clear{clear: both;}
hr {width: 50px; height: 5px; border: 0; background: #fcda1c; float: left;}
.bg{
    background:url('../img/slider-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}
.page-bg{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 250px;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-position: center center !important;
}
.page-bg>h1{
    text-align: center;
    margin-top: 30px;
    font: 500 36px roboto;
    color: #fff;
    text-shadow: 1px 1px 10px #000000;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
    padding: 10px;
    border: 1px solid #fff;
}
.container{
    width: 1100px;
    margin: 0 auto;
}
/* NAVBAR BAŞLANGIÇ */
.res-nav{
    background:url('../img/nav.png');
    background-repeat: repeat-x;
    background-size:cover;
    height: 30px;
    border-bottom: 1px solid #6b6641;
    position: relative;
    display: none;
}
.navbar{
    background:url('../img/nav.png');
    background-repeat: repeat-x;
    background-size:cover;
    height: 30px;
    border-bottom: 1px solid #6b6641;
    position: relative;
}
.nav-sol{
    float: left;
}
.nav-sol i {
    color: #fcda1c;
    border-right: 1px solid #6b6641;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
.nav-sol > i > span,a{
    color: #ffffff;
    font: 400 14px roboto;
    margin: 0 10px;
}
.nav-sag{
    float: right;
}
.nav-sag i {
    color: #fcda1c;
    border-right: 1px solid #6b6641;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
.nav-sag > i > a{
    color: #ffffff;
    font: 400 14px roboto;
    margin: 0 10px;
}
.nav-sag i a:hover{
    text-decoration: underline;
}
/* NAVBAR BİTİŞ */
/* HEADER BAŞLANGIÇ */
.res-header{
    height: 60px;
    display: none;
    background: url('../img/header.png');
    background-repeat: repeat;
    background-size:cover;
    border-bottom: 1px solid #393e48;
    position: relative;
}
.res-header> .res-logo> a> img{
    width: 250px;
    height: 57px;
    margin: 0 auto;
    display: block;
}
.header{
    background: url('../img/header.png');
    background-repeat: repeat;
    background-size:cover;
    border-bottom: 1px solid #393e48;
    height: 75px;
    display: block;
    position: relative;
}
.sticky {
    height: 75px;
    background: #181818;
    top: 0;
    z-index: 100;
    transition: 0.3s;
    position: fixed;
    width: 100%;
}
.logo{
    width: auto;
    display: block;
    float: left;
    height: 57px;
    margin-top: 7px;
    position: absolute;
}
.menu{
    height: 75px;
    position: relative;
    width: auto;
    display: block;
    float: right;
}
.res-menu{
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    top: 75px;
    background: #181818;
}
.res-menu>ul.res-link>li  {
    text-align: center;
    border-bottom: 1px solid #464646;
    padding: 10px;
}
.res-menu>ul.res-link>li>a {
    font: 500 15px roboto;
    position: relative;
}
.res-menu>ul.res-link>li:hover {
    background: #464646;
}
.menuAc{
    border: 1px solid #fcda1c;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    color: #fcda1c;
    display: none;
    margin-top: 17px;
    cursor: pointer;
}
.menuAc i{
    font-size: 24px;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.menu> ul> li {
    display: block;
    float: left;
}
.menu> ul> li> a {
    height: 75px;
    display: block;
    float: left;
    line-height: 75px;
    font-weight: 500;
}
.menu> ul> li> a:hover {
    border-bottom: 1px solid #fcda1c;
}
.menu> ul> li> a.active {
    border-bottom: 1px solid #fcda1c;
    color: #fcda1c;
}
.menu >ul> li> a.cernegitmek{
    background: #e0c00e;
    height: 75px;
    width: 130px;
    float: right;
    border: 0;
    color: #000000;
    font:500 15px roboto;
    line-height: 75px;
    padding-left: 5px;
}
.menu >ul> li> a.cernegitmek:hover{
    background: #fcda1c;
    transition: 0.4s;
    text-decoration: underline;
}
/*SLİDER-REKLAM-VİTRİN*/
.slider{
    max-width: 1080px;
    height: 293px;
    margin: 0 auto;
    overflow: hidden;
}
.vitrin{
    max-height: 250px;
    margin-top: 10px;
    padding-top: 50px;
    text-align: center;
}
.v-title{
    font: 500 36px roboto;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 1px 1px 10px #000000;
}
.v-aciklama{
    font: 500 21px roboto;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 1px 1px 10px #000000;
}
.v-git a{
    border: 1px solid #fcda1c;
    width: 130px;
    height: 35px;
    margin: 0 auto;
    color: #ffffff;
    font: 500 18px roboto;
    margin-top: 13px;
    text-shadow: 1px 1px 10px #000000;
    display: block;
    line-height: 35px;
    text-align: center;
    border-radius: 8px;
}
.v-git a:hover{
    cursor: pointer;
    background: #fcda1c;
    transition: 0.4s;
    color: #181818;
    text-shadow: none;
}
.v-down{
    width: 20px;
    height: 50px;
    margin-right: auto;
    margin-left:  auto;
    margin-top: 30px;
    border-radius: 20px;
    border: 1px solid #ffffff;
}
.sbuton{
    width: 50px;
    height: 5px;
    margin: 10px auto;
    background: #ffffff;
    display: inline-flex;
    margin-top: 50px;
    cursor: pointer;
}
.slider .vitrin .active{
    background: #fcda1c;
}
/* HEADER BİTİŞ */
/* FOOTER BAŞLANGIÇ */
.footer{
    background: #202020;
    height: auto;
    overflow: hidden;
}
.footer .container .fbox{
    width: 280px;
    height: 230px;
    display: block;
    float: left;
    border-right: 1px solid #464646;
    padding: 10px;
    position: relative;
}
.fbox .ftitle{
    font: 400 21px roboto;
    color: #ffffff;    
}
.fbox .fyazi{
    display: inline-block;
    font: 13px roboto;
    color: #ffffff;
    line-height: 1.5;
    width: 280px;
}
.fbox  a.fsocial{
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin: 10px 10px 0 0;
}
.fbox  a.fsocial:hover{
    border: 1px solid #fcda1c;
    /*background: #fcda1c;*/
    color: #fcda1c;
    transition: 0.4s;
}
.fbox  a.fsocial i{
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin: auto;
    display: block;
    top: 9px;
    left: 1px;
    position: relative;
}
.fbox ul.fhizmetler{
    width: 280px;
    display: inline-block;
    list-style-image: url('../img/list.png');
    list-style-position: inside;
}
.fbox ul.fhizmetler li{
    color: #ffffff;
    font: 13px roboto;
    line-height: 1.5;
}
.fbox ul.filetisim{
    width: 280px;
    display: inline-block;
}
.fbox ul.filetisim li{
    color: #ffffff;
    font: 13px roboto;
    line-height: 1.5;
    margin-bottom: 5px;
}
.fbox ul.filetisim li a{
    color: #ffffff;
    font: 13px roboto;
    line-height: 1.5;
    margin: 0;
}
.fbox ul.filetisim li a:hover{
    text-decoration: underline;
}
.fbox ul.filetisim li i{
    margin-right: 10px;
    color: #fcda1c;
    font: 14px;
}
.cerngezisi{
    width: 197px;
    height: 250px;
    display: block;
    float: left;
    background-image: url('../img/cerngezisi.png');
}
.copy{
    height: 40px;
    background: #181818;
    font: 400 13px roboto;
    color: #b1b1b1;
    line-height: 40px;
    text-align: center;
}
/* FOOTER BİTİŞ */
/* CONTENT BAŞLANGIÇ */
.content{
    height: auto;
    min-height: 300px;
    margin: 0 auto;
    max-width: 1080px;
    overflow: hidden;
    padding-bottom: 20px;
}
.a-yazi{
    display: block;
    left: 0;
    max-width: 60%;
    margin-top: 20px;
    float: left;
}
.a-yazi .a-title{
    font: 500 24px roboto;
    color: #002147;
    margin-left: 10px;
}
.a-yazi .a-metin{
    font: 500 14px roboto;
    color: #1b1b1b;
    line-height: 2;
    margin-left: 10px;
    margin-top: 15px;
}
.a-yazi .a-buton{
    margin-top: 25px;
}
.a-yazi .a-buton a {
    color: #002147;
    font: 500 14px roboto;
    padding: 10px;
    border: 1px solid #002147;
    border-radius: 8px;
}
.a-yazi .a-buton a:hover {
    transition: 0.3s;
    color: #ffffff;
    background: #002147;
}
.a-resim{
    display: inline-flex;
    max-width: 35%;
    margin-left: 70px;
    margin-top: 20px;
}
.content-bg{
    background:url('../img/content-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center top;
    margin-top: -280px;
    z-index: -1;
}
.content-bg2{
    background:url('../img/content-bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height:500px; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center bottom;
    margin-bottom: 20px;
}
.a-yazi2{
    display: block;
    float: right !important;
    max-width: 60%;
    margin-top: 20px;
    float: left;
}
.a-yazi2 .a-title{
    font: 500 24px roboto;
    color: #002147;
    margin-left: 10px;
}
.a-yazi2 .a-titleSub{
    font: 500 18px roboto;
    color: #002147;
    margin-left: 10px;
    margin-top: 10px;
}
.a-yazi2 .a-metin{
    font: 500 14px roboto;
    color: #1b1b1b;
    line-height: 2;
    margin-left: 10px;
    margin-top: 15px;
}
.a-yazi2 .a-buton{
    margin-top: 25px;
}
.a-yazi2 .a-buton a {
    color: #002147;
    font: 500 14px roboto;
    padding: 10px;
    border: 1px solid #002147;
    border-radius: 8px;
}
.a-yazi2 .a-buton a:hover {
    transition: 0.3s;
    color: #ffffff;
    background: #002147;
}
.a-hizmet{
    margin-top: 130px;
    max-width: 60%;
}
.a-hizmet>a>.a-link{
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    display: inline-flex;
    transition: 0.3s;
}
.a-hizmet>a>.a-link>.a-link-yazi{
    text-align: center;
    word-wrap:break-word;
    margin-top: 40%;
    margin-right: auto;
    margin-left: auto;
    font: 500 19px roboto;
    padding: 0 5px;
    text-shadow: 1px 1px 10px #000000;
}
.a-hizmet>a>.a-link:hover{
    border: 2px solid #002147;
    transform: scale(1.1);
}
/* CONTENT BİTİŞ */
/* İLETİŞİM BAŞLANGIÇ */
.map{
    width: 100%;
    min-height:400px;
    height: auto;
    overflow: hidden;
    margin-top: -24px;
    margin-bottom: 20px;
}
.form{
    width: 100%;
    max-width: 40%;
    display: block;
    left: 0;
    float: left;
    border-right: 2px solid #ccc;
    padding: 0 20px;
}
h4{
    font: 500 18px roboto;
    color: #002147;
}
h3{
    font: 500 21px roboto;
    color: #002147;
    margin-bottom: 20px;
    background: beige;
    border: 1px solid #e4e4c4;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 8px;
}
h3 i {
    margin-right: 10px;
}
.i-bilgiler{
    width: 100%;
    max-width: 50%;
    display: block;
    left: 0;
    float: left;
    padding: 0 20px;
}
.i-bilgiler ul{
    margin-bottom: 20px;
}
.i-bilgiler ul li{
    height: 30px;
    color: #1b1b1b;
    font: 500 15px roboto;
}
.i-bilgiler ul li i{
    margin-right: 10px;
    color: #002147;
    font-size: 17px;
}
.i-bilgiler ul li a{
    height: 30px;
    color: #1b1b1b;
    font: 500 15px roboto;
    margin: 0;
}
.i-bilgiler ul li a:hover{
    text-decoration: underline;
}
:focus{
    border-bottom: 2px solid #002147;
}
input {
    width: 300px;
    display:inherit;
    margin-bottom: 20px;
    font: 500 15px roboto;
    color: #181818;
    padding: 10px;
    outline: none;
    border: none;
    border-bottom: 2px solid #b1b1b1;
    transition: 0.3s;
}
textarea{
    width: 300px;
    height: 150px;
    max-width: 400px;
    font:500 15px roboto;
    color: #181818;
    padding: 10px;
    outline: none;
    border: none;
    border-bottom: 2px solid #b1b1b1;
    transition: 0.3s;

}
input[type="button"]{
    background: transparent;
    border:1px solid #002147;
    font: 500 15px roboto;
    width: 321px;
    margin-top: 20px;
}
input[type="button"]:hover{
    cursor: pointer;
    color: #fff;
    background: #002147;
    transition: 0.2s;
}
/* İLETİŞİM BİTİŞ */
/* HAKKIMIZDA BAŞLANGIÇ */
.metin{
    font: 500 14px roboto;
    line-height: 1.8;
    letter-spacing: 0.2px;
    width: 95%;
    text-align: justify;
    padding: 0 20px;
    border-left: 2px solid #e0e0e0;
}
/* HAKKIMIZDA BİTİŞ */
/* DENEYLER BAŞLANGIÇ*/
.metin ul {
    margin-top: 20px;
}
.d-title{
    font: 500 16px roboto;
    height: 40px;
    background: #f5f5f5;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    line-height: 40px;
    text-indent: 5px;
    color: #002147;
    transition: 0.4s;
    cursor: pointer;
}
.d-title i{
    margin-right: 5px;
    
}
.dicerik{
    padding: 5px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.etkin, .d-title:hover {
    background-color: #e0e0e0;
  }
/* DENEYLER BİTİŞ */
/* CERN HAKKINDA BAŞLANGIÇ*/
.mresim img{
    width: 100%;
    max-width: 500px;
    height: 300px;
    float: left;
    margin: 0 10px;
}
.metin img{
    width: 100%;
    max-width: 500px;
    height: 300px;
    float: left;
    margin: 0 10px;
}
/* CERN HAKKINDA BİTİŞ */