@charset "UTF-8";

/* file */
.download-press {cursor:default;}
.download-press-link {padding:8px 30px;background:rgba(0, 0, 0, 0.2);color:#e2b769;text-decoration:none;display:block;    font-family: 'Bold';
    font-weight: bold;text-align:center;font-size:15px;}
.download-press-link:hover {color:#e2b769;text-decoration:underline;}


/* form */
.msg {display:none;}
.msgNOK span {cursor:pointer;text-decoration:underline;}
input[type="submit"]#press {    background: transparent;
    color: #fff;
    border: 0px;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: right;
    transition: all 0.5s ease;
	font-family: 'Bold';
    font-weight: bold;
	}
.pressForm span.error {color:red;}
.overlay .contact-content input[type=submit] {
    background: #bb944d;
    padding: 14px 15px 14px 15px;
    color: #fff;
    width: 30%;
    border: 0px;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin-left: -6px;
    transition: all 0.5s ease;
}

.press-content form#frm .terms input[type="checkbox"]{float:left;  margin-right:10px; width:auto;}
.press-content form#frm .terms p span {text-decoration:underline;}
.press-content form#frm .terms p {cursor:pointer; padding-top:3px; text-align:left; width:auto;}
.press-content form#frm .terms .terms_content {color:#fff; display:none; font-size:12px; height:80px; width:100%;}
.press-content form#frm .mCSB_inside > .mCSB_container {margin-right:22px; text-align:left;}
/* timeline */
/* .grid {height:1700px !important;}
.grid-item:nth-child(1) {left:48%;}
.grid-item:nth-child(2) {left:0;top:120px;}
.grid-item:nth-child(3) {left:48%;top:700px;}
.grid-item:nth-child(4) {left:0;top:1000px;} */
.toggle-desc-right, .toggle-desc-left {display:none;}
.grid-item p {display:block;}


/* logo */
.sidebar-nav {position:static;}
.logo-mob-kultur {display:block;width:130px;height:23px;background:url(../images/logo-mob-kultur.png);position:absolute;bottom:35px;left:10px;background-size:130px 35px;}
:lang(en) .logo-mob-kultur {background:url(../images/bakanlik-logo-en.png);background-size:185px 35px; height:35px; width:185px;}
:lang(tr) .logo-mob-kultur {background:url(../images/logo-mob-kultur.png);background-size:170px 29px;}

.logo-mob-sahenk {display:block;width:93px;height:30px;position:absolute;bottom:20px;right:10px;background:url(../images/dogus-grubu-logo-tr.png) no-repeat center center;}

.bottom-right-logo {width:110px;height:36px;background:url(../images/dogus-grubu-tr-logo.png) no-repeat center center; right:25px;}
:lang(en) .bottom-right-logo, :lang(en) .logo-mob-sahenk {background:url(../images/dogus-grubu-en-logo.png) no-repeat center center; right:25px;}
:lang(en) .bottom-left-logo {width:251px; height:35px; background:url(../images/bakanlik-logo-en.png) no-repeat center center; left:15px;}

.top-right-text {position:absolute; right:35px; top:20px; z-index:99999; color:#fff; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:11px; font-weight:bold;}



/* mobil yatay gorsel */
:lang(en) .mobPortImg {display:none;width:480px;height:320px;background:url(../images/uyarı-en.jpg);position:fixed;z-index:999999999;left:50%;top:50%;margin:-160px 0 0 -240px;}
:lang(tr) .mobPortImg {display:none;width:480px;height:320px;background:url(../images/uyarı-tr.jpg);position:fixed;z-index:999999999;left:50%;top:50%;margin:-160px 0 0 -240px;}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	:lang(en) .mobPortImg {display:block;}
	:lang(tr) .mobPortImg {display:block;}	
	
}


@media screen and (max-width: 767px) {

.bottom-right-logo {right:10px;}
:lang(en) .bottom-right-logo, :lang(en) .logo-mob-sahenk {right:10px;}
  
.top-right-text {right:20px;}
  
}	  



/* error page */
.errorpage {font-family: 'Bold';font-weight: bold;background:#1e1d1c;text-align:center;}
.errorpage .ee {position:absolute; margin: 0 auto;top: 50%;transform: translateY(-50%);width: 100%;z-index: 9990;}
.errorpage h1 {font-size:84px;color:#fff;}
.errorpage span {font-size:16px;color:#fff;display:block;}
.errorpage a {font-size:18px;color:#fff;display:inline-block;text-decoration:underline;}