/* Author: Uğur Özyılmazel | @vigobronx

*/
/* ------------------------------------------------------------------------ */
body {
    font: normal normal normal 14px/18px Arial, Sans-Serif;
    background: #fcfcfc;
}

a {
    font-family: Arial, sans-serif;
}

a, a:visited, a:active a:link {
    color: #224;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #dc2c40;
}

a img {
    border: none;
}

input:focus {
    outline: none;
}

/* ------------------------------------------------------------------------ */

/* Debug Only */
/* ------------------------------------------------------------------------ */
#debug_only {
    background: #ccc;
    color: #000;
    line-height: 2em;
    overflow: auto;
    white-space: pre !important;
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1000;*/
/*    width: 800px;*/
    font-size: 14px;
    font-family: Monaco;
}
#debug_only strong {
    color: #00f;
}
/* ------------------------------------------------------------------------ */
/* Debug Only */


/* Search Box */
/* ------------------------------------------------------------------------ */
.search_box {
    background: transparent;
    overflow: hidden;
    width: 100%;
}

.search_box .search_box_left {
    width: 20px;
    height: 19px;
    background: #fff url('/site_media/images/main/input-search-left.png') left top no-repeat;
    display: inline;
    float: left;
}

.search_box .search_box_middle {
    height: 19px;
    background: #fff url('/site_media/images/main/input-search-middle.png') left top repeat-x;
    display: inline;
    float: left;
}

.search_box .search_box_middle input {
    width: 100%;
    height: 15px;
    margin: 0;
    padding: 0;
    border: none;
    font: normal normal normal 12px/12px Arial;
}

.search_box .search_box_right {
    width: 20px;
    height: 19px;
    background: #fff url('/site_media/images/main/input-search-right.png') left top no-repeat;
    display: inline;
    float: left;
}
/* ------------------------------------------------------------------------ */


/* Header, nav menu etc...*/
/* ------------------------------------------------------------------------ */
header {
    background: transparent;
    overflow: hidden;
    width: 100%;
}

#header-top {
    background: #fff url('/site_media/images/main/header-top.png') left center repeat-x;
    height: 100px;
}

#header-top-wrapper {
    width: 1002px;
    margin: 0px auto;
    overflow: hidden;
}

#header-top-shorcuts {
    display: inline;
    float: right;
}

#header-top-shorcuts a.current {
    color: #c7c7c7;
}

#header-top-shorcuts ul {
    list-style: none;
    margin: 44px 28px 0 0;
    padding: 0;
    overflow: hidden;
}

#header-top-shorcuts ul li {
    float: left;
    margin: 0 0 0 10px;
    background: #fcfcfc;
    padding: 0 8px;
}

#header-top-shorcuts ul li a {
    color: #372628;
    line-height: 22px;
}

#header-top-shorcuts ul li a#home-pstudents {
    background-color: #dc2c3e;
    color: #fff;
    padding: 5px;
}


#header-top-shorcuts ul li a:hover {
/*    color: #fff;*/
/*    background-color: #475560;*/
    color: #d36;
}

nav {
    width: 984px;
    height: 58px;
    margin: 0px auto;
    overflow: hidden;
}

nav div {
    width: 956px;
    margin: 0px auto;
    background: #fff url('/site_media/images/main/header-nav-1px-bg.png') left bottom repeat-x;
}

nav ul {
    width: 956px;
    height: 37px;
    overflow: hidden;
    margin: 9px auto auto;
}

nav ul li {
    float: left;
    font: normal normal normal 15px/1em Arial;
    padding: 10px 8px 8px 8px;
    border-right: 2px solid #e2e2e2;
}

nav ul li:hover {
/*	background-color: #475560; */
/*    background-color: #d36; */
	background-color: #be2e30;
    border-bottom: 1px solid #b1b1b1;
}

nav ul li:hover a {
    color: #fff !important;
}

nav ul li.current {
    background: transparent url('/site_media/images/main/header-nav-current-bg.png') center bottom no-repeat;
}

nav ul li.current:hover {
    background: #475560 url('/site_media/images/main/header-nav-current-bg.png') center bottom no-repeat;
}

nav ul li.current a {
/*    color: #c1c1c1;*/
    color: #aaa !important;
}

nav ul li.current:hover a {
    color: #fff !important;
}


nav li.first-child {
    padding: 0;
    border-left: 1px solid #e2e2e2;
}

nav li.last-child {
    border-right: none;
    float: right;
    text-transform: uppercase;
}

nav span {
    background: #00f;
}

nav ul li a {
    color: #dc2c40;
}

nav ul li a:link, nav ul li a:active, nav ul li a:visited {
    color: #dc2c40;
}

nav ul li a:hover {
    color: #fff;
	text-decoration: none;
}

nav li.last-child a {
    font-family: Georgia;
    font-size: 10px;
    color: #575757;
}

/* Öğrenim Açılan Menü */
/* ------------------------------------------------------------------------ */

.hoverli {
	width: 60px;
	z-index: 999!important;
}

.file_menu {
    display:none;
    width:800px;
	z-index: 999!important;
	position: absolute;
	background-color: #be2e30;
	padding: 20px;
	margin-top: 9px;
	margin-left: -91px;
	height: 400px;
}

.menu-sub-list {
	width: 40%!important;
	background:none;
	float: left;
	text-align: center;
}

.menu-sub-list a {
	display: block;
	border-bottom: 1px solid #cb5859;
	text-align: center;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.menu-sub-data {
	width: 50%!important;
	background:none;
	float: left;
	margin-left: 40px;
}

.menu-sub-data div {
	width: 100%;
	background:none;
	padding-left: 40px;
	border-bottom: 1px solid #cb5859;
	margin-bottom: 10px;
	margin-top: 10px;
}

.menu-sub-data div a {
	display: block;
	margin: 10px 0px;
}

.menu-sub-data .fak-list-one {
	background: transparent url('/site_media/images/main/menu-sub-fakulteler.jpg') no-repeat;
}

.menu-sub-data .fak-list-two {
	background: transparent url('/site_media/images/main/menu-sub-yuksekokullar.jpg') no-repeat;
}

.menu-sub-data .fak-list-three {
	background: transparent url('/site_media/images/main/menu-sub-myo.jpg') no-repeat;
}
/* ------------------------------------------------------------------------ */


/* Footer */
/* ------------------------------------------------------------------------ */
footer {

}

#footer-logo-wrapper {
    background: #f9f9f9;
    min-height: 60px;
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #e3e3e3;
    /*padding-top: 18px;*/
}


#footer-info-wrapper {
    background: #f7f7f7;

}

#footer-info , #footer-logo {
    width: 984px;
    overflow: hidden;
    margin: 0px auto;
	text-align: center;
}

#footer-info img {
    float: left;
}

#footer-info p {
    display: inline;
    float: right;
    margin: 30px 22px 0 0;
}

#footer-info p span {
    margin: 0 0 0 20px;
}

#footer-info p a {
    font-size: 13px;
    font-family: Arial;
    color: #dc2c40;
}

#footer-address-wrapper {
    background: #f2f2f2;
    overflow: hidden;
}

#footer-address {
    width: 984px;
    margin: 30px auto;
    overflow: hidden;
    font-size: 13px;
    color: #555;
}

#footer-end {
    text-align: center;
    font-size: 12px;
    color: #c4c0c0;
    margin: 70px 0 50px 0;
}

#footer-end span {
    margin: 0 35px;
}

#footer-address h1 {
    font-weight: bold;
    margin: 0 0 10px 0;
}

#footer-address h2 {
    font-family: Georgia;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    color: #555;
    margin: 0 0 14px 0;
}

#footer-address .adressname {
    font-weight: bold;
    margin: 0 0 10px 0;
}

#footer-address .nametag {
    font-family: Georgia;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    color: #555;
    margin: 0 0 14px 0;
}

#callcenter-phone {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #040404;
}

#footer-address p {
    margin: 0 0 10px 0;
}

#footer-address a.map {
    font-family: Georgia;
    font-size: 13px;
    font-style: italic;
    color: #dc2c40;
}

#footer-address-kustepe {
    display: inline;
    float: left;
    width: 120px;
    margin: 0 30px 0 0;
}

#footer-address-dolapdere {
    display: inline;
    float: left;
    width: 170px;
    margin: 0 30px 0 0;
}

#footer-address-santral {
    display: inline;
    float: left;
    width: 180px;
    margin: 0 30px 0 0;
}

#footer-address-kozyatagi {
    display: inline;
    float: left;
    width: 130px;
    margin: 0 40px 0 0;
}

#footer-address-callcenter {
    display: inline;
    float: left;
    width: 75px;
    margin: 0 50px 0 0;
}

#footer-address-callcenter a {
    font-family: Arial;
    font-size: 14px;
    color: #dc2c40;
}

#footer-address-info {
    display: inline;
    float: left;
    width: 80px;
    margin: 0 40px 0 0;
}

#footer-address-email {
    display: inline;
    float: left;
}

#footer-address-email a, #footer-address-info a {
    font-family: Arial;
    font-size: 14px;
    color: #dc2c40;
}
/* ------------------------------------------------------------------------ */


/* Static Page Menu */
/* ------------------------------------------------------------------------ */
menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* ------------------------------------------------------------------------ */


/* Bread Crumbs */
/* ------------------------------------------------------------------------ */
#bread-crumbs {
    width: 940px;
    padding: 0 0 0 16px;
    margin: 10px auto 30px auto;
    font: italic normal normal 12px/28px Georgia;
    color: #555;
    overflow: hidden;
}

#bread-crumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#bread-crumbs ul li {
    background: transparent url('/site_media/images/main/bread-crumb.png') right center no-repeat;
    padding: 0 20px 0 0;
    margin: 0 10px 0 0;
    height: 27px;
    display: inline;
    float: left;
}

#bread-crumbs ul li.first-child {
    background: none;
    padding: 0 10px 0 0;
}

#bread-crumbs ul li.last-child {
    background: none;
    padding: 0;
}

#bread-crumbs ul li a {
    font: normal normal normal 12px/28px Arial;
    color: #555;
}

#bread-crumbs span {
    background: #fff;
    float: right;
    text-transform: uppercase;
/*    font-family: Georgia;*/
    font-size: 10px;
    font-style: normal;
    padding: 0 10px;
/*    border: 1px solid #bbb;*/
    border-left: 1px solid #E2E2E2;
    border-bottom: 1px solid #bbb;
}

#bread-crumbs span:hover {
    background: #DD3366;
}

#bread-crumbs span a {
    color: #dc2c40;
    font-family: Georgia;
}

#bread-crumbs span:hover a {
    color: #fff !important;
    text-decoration: none;
}

/* ------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------ */
#follow-bilgi {
    font-family: Georgia;
    font-style: italic;
    font-size: 14px;
    color: #555;
}

#follow-bilgi p {
    margin: 0 0 5px 0;
    float: left;
}

#follow-bilgi p.follow-bilgi-social {
    /*width: 460px;*/
	padding-top: 20px;
	margin-right: 10px;
}

#follow-bilgi p.follow-bilgi-sanal-tur {
    /*width: 200px;*/
    /*float: right;*/
	padding-top: 20px;

}

#follow-bilgi p.follow-bilgi-video {
    /*width: 300px;*/
	padding-top: 20px;
	margin-right: 20px;
}

#follow-bilgi img {
    margin: 0 5px 0 0;
}

.footer-logo-bilgi {
	float: right!important;
}
/* ------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------ */
#join-newsletter {
    margin: 16px 0 0 0;
    font: italic normal normal 14px/1.3em Georgia;
    color: #555;
}

#join-newsletter p {
    margin: 0 0 10px 0;
}

#join-newsletter #subscribe-button {
    padding: 5px;
    font: normal normal normal 14px/1.3em Arial;
    background: #696f75;
    border: 1px solid #383b3f;
    color: #fff;
}
/* ------------------------------------------------------------------------ */

/* Paginator */
/* ------------------------------------------------------------------------ */

div.pagination {

    border-top: 1px solid #dfe0e1;
    border-bottom: 1px solid #dfe0e1;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.pagination-content {
    background-color: #dfe0e1;
    height: 40px;
    color: #bcbcbc;
    font-family: arial;
    font-size: 11px;
}

div.pagination-content img{
    margin-top: 6px;
}

div.pagination-content span{
    margin: 10px;
    display: block;
    float: left;
}

div.pagination-content a{
    color: #273e74;
    font-family: arial;
    font-size: 11px;
}

div.pagination-content span.by_numbers{
    margin: 0px;
}

div.pagination-content span.by_numbers a{
    display: block;
    margin: 10px;
    float: left;
}

/*----------------------*/
.contact-office-phones {
/*    background: #f0f;*/
}

.contact-office-phones span {
    margin: 0 15px 0 0;
}

img.prog-inner-float {
    float: right;
/*    border-top: 2px solid #dc2c40;*/
/*    border-bottom: 2px solid #848484;*/
    border-bottom: 2px solid #dc2c40;
    margin: 0 0 20px 20px;
}

#goback-to-hell {
    margin: 0 0 15px 0;
}


.links-float-right a,
.links-float-right a:active,
.links-float-right a:visited {
    color: #224 !important;
}

.links-float-right a:hover {
    color: #dc2c40 !important;
}



.raw-debug {
    width: 90%;
    background: #fff;
    padding: 2%;
    margin: 30px;
    overflow: auto;
    border: 5px solid #555;
    font: normal normal normal 11px/14px "Courier New";
}

/* ------------------------------------------------------------------------ */

/* All Page Style */
/* ------------------------------------------------------------------------ */

.general-table {

}

.general-table td, .general-table th{
    border: 1px solid #b1b1b1;
    padding: 4px;
}
.general-table td a, .general-table th a {
    text-decoration: underline;
}

.general-table th {
    background-color: #dcdcdc;
}
.v-align td{
    vertical-align: middle !important;
    line-height: normal;
}

/* AKORDION */
/* ------------------------------------------------------------------------ */
.ui-accordion {
    margin: 0 0 60px 0;
}

.ui-accordion-header {
    border-bottom: 1px solid #FF5E99;
    cursor: pointer;
    cursor: hand;
    margin: 0 0 0 2px;
    padding: 2px;
}
.ui-accordion-header-active {
    background-color: #bcbcbc;
}

.ui-accordion-header:hover {
    background-color: #ebebeb;
}
.ui-accordion-content {
    margin: 5px 0 5px 10px;
}

.ui-accordion-headfix h3 {
margin: 0 !important;

}
/* ------------------------------------------------------------------------ */



.pull-right {
	float: right;
}

.flgs {
    display: table;
    margin: 20px auto;
}

.flgs img {
	margin-left: 20px;
}

#laureate-bilgi-logo {
    display: table;
    margin: 20px auto;
}

#laureate-bilgi-logo img:nth-child(2) {
    margin-left: 70px;
}

.ulimg {
	height: 26px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-left: 100px;
}

.ulimg:hover {
	background-color: #fff !important;
	border-bottom: 1px solid #b1b1b1;

}

#person-data-staff-info > ul > li.person-data-staff-info-text > a {
    display: block;
    line-height: 2px;
}
#person-data-staff-info > ul > li.person-data-staff-info-text > a:nth-child(1) {
    padding-top: 10px;
}
