/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */



 @import url("//fonts.googleapis.com/css?family=Oswald:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext");
 @import url("//fonts.googleapis.com/css?family=Roboto:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext");
 @import url("//fonts.googleapis.com/css?family=Libre+Baskerville:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext");

html {
  background: #fff;
}


body {
font-family: Arial, Helvetica, Sans Serif;
font-size: 12px;
background: #EDEDEE !important;
}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}
/*
 * Attribution message and link
 */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}

.attribution a {
  text-decoration: none;
  color: inherit;
}

.attribution a:hover,
.attribution a:focus {
  text-decoration: underline;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}




/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */

.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.at-mt .at-menu-toggle-button {
  margin: 0;
}

.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}




/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes the string is two chars */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb a {}

#breadcrumb a:link,
#breadcrumb a:visited {}

#breadcrumb a:active,
#breadcrumb a.active {}

#breadcrumb a:hover,
#breadcrumb a:focus {}

#breadcrumb .crumb-separator {}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */

 .block .view-events .views-row{
 padding-bottom: 10px;
 margin-bottom: 10px;
 font-weight: bold;
 }
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
    margin-top: 80px;
    margin-bottom: -40px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is
 * automatically added
 */
.field-label-inline {}

.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}




/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {}

/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {}

.field-type-node-reference {}

.field-type-user-reference {}

/*
 * Named fields
 */
.field-name-body {}

.field-name-field-image {}

.field-name-field-tags {}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}



/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #bbb;
}

table thead{
border-color: #999;
}
table,
td,
th {
  vertical-align: top;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #f4f4f4;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
  border-right: 1px solid #eee;
}
td:last-child,
th:last-child{
border-right: 1px solid #bbb;
}

tbody {}

tbody tr {
  border-top: 1px solid #ccc;
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #fff;
}

tr.drag {}

tr.drag-previous {}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Unpublished nodes
 */

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}
#admin-menu a, #admin-menu li > span{
font-size: 1.2em;
}
body .flex-control-nav{
z-index: 99;
}
body .flex-control-nav li{
margin: 0 4px;
}
body .flex-control-paging li a{
height: 6px;
width: 6px;
background: rgba(255,255,255,0.9)
}

.rules-link-approve_for_main_site,
.rules-link-remove_approval_from_main_site{
border: 2px solid #ccc;
margin: 10px 0;
padding: 10px;
background: #FFFBD9;
}
/* Alt Sayfalar Üsxt Bölüm */

.leaderboard {
    background: #00293A;
    width: 100%;
    display: inline-block;
    margin-bottom: -5px;
}

.section-courses-offered .leaderboard{
	margin-bottom: 0px;

}
.section-courses-offered .block-language-switcher-fallback{
	margin-right: 0px;
}

.page .leaderboard .container{
	background: transparent;
}

.sn-group .leaderboard,.sn-group-node .leaderboard,.context-people .leaderboard {
    height: 80px;
    padding-top: 12px;
}
.sn-group #block-search-form,.sn-group-node #block-search-form,
.context-people #block-search-form{
	margin-top: 15px;
}
.sn-group .page-title{
	display: none;
}

/* Alt Sayfalar Üsxt Bölüm Sonu */


/* LOGO Üst Bölüm Yapılandırılıyor*/

.block-superfish  .menu {
    display: inline-flex;
}
#superfish-1>li {
	width: auto !important;
}
.block-superfish ul li a{
	color: #fff;
	font-size: 14px;
	text-align: left;
	font-family: Roboto;
	font-weight: 400;
	height: 35px;
}


.block-superfish ul li .sf-megamenu a:active{
	text-decoration: underline !important;
	font-weight: 600;
}

.block-superfish ul li .sf-megamenu a{
	border-right: 0px;
}

.block-superfish ul li a:last-child{
	border-right: 0px;
}

nav#block-superfish-1, .block-language-switcher-fallback,#block-search-form{
    display: inline-block;
}
#block-superfish-1 {
    width: 75%;
}
#block-search-form input{
	color: #306372;
	background:#090A0B;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px;
	font-family: Roboto ;
}
.front #block-search-form input{
	width: 160px;
}
.ui-input-clear-hidden,#block-search-form #edit-actions{
	display: none;
}
#block-search-form input::-webkit-input-placeholder {
	color: #ccddff !important;
}

#block-search-form input:-moz-placeholder { /* Firefox 18- */
	color: #ccddff !important;
}

#block-search-form input::-moz-placeholder {  /* Firefox 19+ */
	color: #ccddff !important;
}

#block-search-form input:-ms-input-placeholder {
	color: #ccddff !important;
}
#block-search-form .form-submit{
	display: none;
}
.language-switcher-locale-url .active{
	display: none;
}

.block-language-switcher-fallback li a{
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 5px;
    font-weight: 400 !important;
    font-family: Roboto !important;
    text-transform: uppercase;
}
.not-front .block-language-switcher-fallback li a{
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: 5px;
    font-weight: 400 !important;
    font-family: "Oswald" !important;
}

#superfish-1 > li.menuparent.sf-depth-1.sfHover:after{
	content: "\f0d8";
	font-family: fontawesome;
	text-align: center;
	/*color: #E0E0DF;*/
	color: #00293A;
	font-size: 45px;
	position: relative;
	bottom: 15px;
	    width: 100%;
	    display: block;
}
#superfish-1 ol li a:hover{
	text-decoration: none;
	color: #3BAED5;
}
.sf-menu ol li a:hover,.sf-menu ul li a:hover{
	color: #3BAED5;
}
.i18n-en ul#superfish-1 li ul {
	/*background: url('../images/menu_logo.png') #E0E0DF no-repeat bottom right;       */
	background: #00293A;
	padding: 20px 30px 20px 20px !important;
	width: 500px;
	margin-top: 20px !important;
	z-index: 1000;
	top: 55px;
	left: auto;
	border-bottom: 4px solid #373737;
}
.i18n-tr ul#superfish-1 li ul {
	/*background: url('../images/menu_logo.png') #E0E0DF no-repeat bottom right;       */
	background: #00293A;
	padding: 20px 30px 20px 20px !important;
	width: 500px;
	margin-top: 20px !important;
	z-index: 1000;
	top: 55px;
	left: auto;
	border-bottom: 4px solid #373737;
}
.logged-in ul#superfish-1 li ul {
 	 margin-top: 0px !important;

}
 ul#superfish-1 li ul {
 	 display: none;

}

ul#superfish-1 li ul li a {
	/*color: #444444;*/
	color: #fff;
}
/* LOGO Üst Bölüm Yapılandırılıyor Sonu*/


/* Alt Sayfa Logo Bölümü Yapılandırılıyor sn-general==zz_general  sn-group==group*/
	.sn-general .block_logo img,.sn-group .block_logo img,.sn-group-node .block_logo img,.context-people .block_logo img,.outcomes .block_logo img{
		max-height: 60px;
		width: auto;
	}
	.sn-general .region-leaderboard #block-block-17,.sn-group  .region-leaderboard #block-block-17 ,.sn-group-node  .region-leaderboard #block-block-17,.context-people  .region-leaderboard #block-block-17,.outcomes  .region-leaderboard #block-block-17{
	    top: -3px;
	}
	.sn-general .region-leaderboard #block-block-17,.sn-general .region-leaderboard #block-language-switcher-fallback-language-switcher-fallback,.sn-general .region-leaderboard #block-superfish-1,#block-search-form,.sn-group .region-leaderboard #block-block-17,.sn-group .region-leaderboard #block-language-switcher-fallback-language-switcher-fallback,.sn-group .region-leaderboard #block-superfish-1,#block-search-form,
	.sn-group-node .region-leaderboard #block-block-17,.sn-group-node .region-leaderboard #block-language-switcher-fallback-language-switcher-fallback,.sn-group-node .region-leaderboard #block-superfish-1,
	.context-people .region-leaderboard #block-block-17,.context-people .region-leaderboard #block-language-switcher-fallback-language-switcher-fallback,.context-people .region-leaderboard #block-superfish-1,
	.outcomes .region-leaderboard #block-block-17,.outcomes .region-leaderboard #block-language-switcher-fallback-language-switcher-fallback,.outcomes .region-leaderboard #block-superfish-1{
		display: inline-block;
	}
	.sn-general .region-leaderboard #block-block-17 p{
		margin: 0px;
	}

	.sn-general #block-superfish-1,.sn-group #block-superfish-1,.sn-group-node #block-superfish-1,.context-people  #block-superfish-1,.outcomes  #block-superfish-1{
	    width: 600px;
	    padding-left: 50px;
	}
	.sn-general .header.mobile_hidden,.outcomes .header.mobile_hidden{
		display: none;
	}
	.highlighted{
		background: #506B7E;
		display: inline-block;
		width: 100%;
		color: #fff;
		position: relative;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.page .highlighted .container{
		background: transparent;
	}
	/*Marj Problemi Alt içerikler*/
	.section-main .page .highlighted .container {
	    padding-left: 65px;
	}.section-main:not(.page-node-491) .page .node-content {
	    padding-left: 50px;
	    padding-right: 50px;
	}
	/*Marj Problemi Alt içerikler*/
	.highlighted a{
		color: #fff;
	}

	#breadcrumb a,#breadcrumb span {
		font-family: 'Roboto';
		font-weight: normal;
		font-size: 12px;
	}
	#breadcrumb a:hover {
		   color: #fff;
		   text-decoration: underline;
	}
	#breadcrumb nav{
		margin-left: 0px !important;
	}
	.highlighted .region-highlighted-lang{
	    float: right;
	    padding-top: 10px;
	}
	.highlighted .block-language-switcher-fallback a{
		font-size: 20px;
		border-left:1px solid #fff;
		padding-left: 10px;
		font-weight: 300;
	}
	.highlighted #page-title{
		color: #fff;
		padding-top: 15px;
		font-family: Oswald !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-size: 36px !important;
		line-height: 36px;
	}

	.highlighted #page-title,	.highlighted .region-highlighted-lang{
		display: inline-block;
	}


	.sn-group .header logo,.sn-group-node .header logo,.context-people .header logo,.outcomes   .header logo  {
		display: none;
	}
	.sn-group  #header .region-inner,.sn-group-node #header .region-inner,.context-people  #header .region-inner,.outcomes  #header .region-inner{
	    padding: 20px 15px 15px 0px;
	}

	.view-group-logo .views-field-title-field-et a, #block-block-11 .logo-personal a,.view-personel-turu .logo-personal a {
	    display: block;
	    font-size: 31px !important;
	    line-height: 1.1em !important;
	    margin-top: 7px;
	    font-weight: 500 !important;
	}
  .view-personel-turu .logo-personal a{
    font-family: Oswald;
  }
	.page .header .container{
		background: transparent;
	}
/* Alt Sayfa Logo Bölümü Yapılandırılıyor Sonu*/

/* header sidebar */
.header_sidebar,.page .header_sidebar .container {
    background: #d4d7d8;
}
.header_sidebar .block-title{
	display: none;
}
.header_sidebar{
	text-align: center;
	padding: 10px 0;
	min-height: 70px;
}
.header_sidebar ul{
	text-align:center;
	margin: 0;
	padding: 0;
}
.header_sidebar li{
	display: inline-table;
	padding: 5px 25px;
	text-align: center;
}
.header_sidebar li a{
	color: #506c7f;
}
/* header sidebar  sonu*/
/* Slider Bölümü */

.flex-control-paging li a:hover,.flex-control-paging li .flex-active{
	border: 2px solid #fff;
}
.flexslider .slides {

    max-height: 516px;
    overflow: hidden;
}

.flexslider .slides img{
    height: auto;
}

.view-frontpage-slideshow .views-field-nothing{
	position: absolute;
	bottom: 65px;
	text-align: left;
	width: 100%;
	color: #fff;
	height: 93px;
	font-family: Calibri, sans-serif;
}

.view-frontpage-slideshow .colorbox{
    display: block;
}
.view-frontpage-slideshow .colorbox:hover:before{
    content: "\f04b";
    font-family: fontawesome;
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    background: #000;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    padding: 0px 0px 0px 22px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.view-frontpage-slideshow  .hide-title-1 {
	display: none !important;
}
.view-frontpage-slideshow  .hide-title-1 .colorbox:hover:before{
	display: none;
}
.node-type-slideshow .view-frontpage-slideshow .views-field-nothing{
	top: 225px;
	height: 87px;
}
.view-frontpage-slideshow .views-field-nothing .field-content{
	display: block;
	padding: 0 19px;
}

.page .view-frontpage-slideshow .container{
	background: transparent;
}
.view-frontpage-slideshow .views-field-nothing .slide-title{
	font-size: 36px;
    font-family: Oswald;
    padding-bottom: 6px;
    display: inline;
    line-height: 85px;
    background-color: #131D24;
    padding: 8px 20px;
    font-weight: 600;
    margin-left: 10px;
}
.flex-control-nav{
	text-align: right;
	margin-bottom: 50px;
	right: 30px;
}

#main-content .flex-control-nav a,
#main-content .flex-control-nav a:hover,.flex-control-nav a,
.flex-control-nav a:hover{
	color: transparent !important;
}
.flex-control-paging li a{
	border: 2px solid transparent;

}
body .flex-control-paging li a{
	width: 10px;
	height: 10px;
}
.view-frontpage-slideshow .views-field-nothing .date_place, .view-frontpage-slideshow .views-field-nothing .slide-description{
	padding-bottom: 6px;
	display: inline-block;
	line-height: 50px ;
    background-color: #131D24;
    padding: 8px 20px;
    font-size: 24px ;
    font-family: Oswald;
    font-weight: 600;
    margin-left: 10px;
    min-width: 60%;
}
.not-front .view-frontpage-slideshow .views-field-nothing .slide-description,.not-front .view-frontpage-slideshow .views-field-nothing .slide-title{
	margin-left: 0px;
}

/* Slider Bölümü Sonu */



/* Arama */
#block-search-form{
	position: relative;
	float: right;
}

#block-search-form .form-item{
	margin: 0px;
}
#block-search-form:before{
	content: "";
	display: block;
	width: 20px;
	height: 35px;
	background-image: url("../images/key.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-right: 30px;
	border-right: 1px solid #fff;
	float: left;
	padding-top: 8px;
	margin-right: 5px;
	display: none !important;
}

#block-search-form:before,
#block-search-form .block-inner{
	display: -webkit-box;
}

/* Arama Sonu */




/* Etkinlikler ve Haberler Bölümü */
.view-news-announcements.view-id-news_announcements .views-field-type span,.view-events.view-id-events .views-field-type span {
    background: #00293B;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    margin-left: 20px;
    z-index: 6;
    position: relative;
    font-family: Oswald;
    font-weight: 600;
}
.view-news-announcements.view-id-news_announcements .views-field-type span span.date-display-single {
	background-color: red !important;
	padding-right: 10px;
	margin-right: -10px;
}

.view-news-announcements.view-id-news_announcements .views-field.views-field-field-image,.view-events.view-id-events .views-field.views-field-field-image {
    margin-top: -15px;
    z-index: 5;
}
#main-content .view-news-announcements.view-id-news_announcements .pager.pager--infinite-scroll li>a,#main-content .view-events.view-id-events .pager.pager--infinite-scroll li>a{
	color: #00293B;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 600;
}
#block-views-news-announcements-block-2 .block-title{
    line-height: 49px;
    color: #00293B;
    padding-left: 15px;
        margin-top: 0px;
    font-size: 28px;
    font-weight: 400;
    font-family: Oswald;
        padding-bottom: 30px;
            padding-top: 60px;
}

.block .view-news-announcements .views-field-title,
.block .view-events.view-id-events .views-field-title {
	font-weight: bold;
	font-size: 14px;
	font-family: Roboto;
	padding: 5px 0px 5px 0px;
	min-height: 50px;
}
.block .view-news-announcements .views-field-field-date,.block .view-events.view-id-events .views-field-field-date{
	color: #4e5a68;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
}
#main-content .block .view-news-announcements .views-field-title a,#main-content .block .view-news-announcements .views-field-title a:hover,#main-content .block .view-news-announcements .views-field-title a:focus,
#main-content .block .view-events.view-id-events .views-field-title a,#main-content .block .view-events.view-id-events .views-field-title a:hover,#main-content .block .view-events.view-id-events .views-field-title a:focus{
    color: #4e5a68;
}
.block .view-news-announcements.view-display-id-block_2 .views-row:nth-child(3n+1),.block .view-events.view-id-events .views-row:nth-child(3n+1){
	clear: both;
}
/* Etkinlikler ve Haberler Bölümü soonu*/

/* Duyurular Bölümü */
.duyurular{
	background: #24AED9;
	padding: 25px 35px;
}
.duyurular .view-empty .pager{
	display: none;
}
.duyurular .block-title{
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 10px;
    font-weight: 400;
    font-family: Oswald;
    font-size: 28px;
}
.duyurular  .views-field-title a{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-family: Roboto;
}
.duyurular .views-field-created{
	color: #fff !important;
	border-right: 1px solid rgba(255,255,255,0.3);
	font-size: 12px;
	font-weight: 400;
	font-family: Roboto;
}
.duyurular .col-md-2{
	width: 20%;
	padding-left: 0px;
}
.duyurular  .views-field-title {
    min-height: 100px;
    margin-top: 25px;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.duyurular  .views-row:nth-child(5n) .views-field-title,.duyurular .views-row:nth-child(5n) .views-field-created{
	border-right: 0px;
}
.duyurular .pager.pager--infinite-scroll li>a{
	color: #fff !important;
	margin-top: 0px;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 600;
}
/* Duyurular Bölümü Sonu */
/* Dekanın  Mesajı Bölümü */
#block-views-dean-message-block .image img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
#block-views-dean-message-block .body{
	padding: 0 50px;
}
#block-views-dean-message-block .body:before{
    content: "";
    width: 50px;
    display: block;
    float: left;
    height: 40px;
    background-image: url('../images/tirnak_2.png');
    background-position: -8px 0px;
    margin-left: -50px;

}
#block-views-dean-message-block .body:after{
    content: "";
    width: 50px;
    display: block;
    float: right;
    height: 40px;
    background-image: url('../images/tirnak_2.png');
    background-position: -8px 45px;
    margin-right: -50px;
    margin-top: -50px;
    margin-bottom: 50px;
    bottom: 0px;
    position: absolute;
    right: 0px;

}

#block-views-dean-message-block .body p{
	font-family: "libre baskerville";
	font-weight: 400;
	font-size: 14px;
}
#block-views-dean-message-block .name_position {
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
}
#block-views-dean-message-block  .name_position span{
	font-weight: bold;
   font-family: Roboto;
   font-size: 14px;

}
#block-views-dean-message-block .block-title{
	font-family: Oswald;
	font-weight: 400;
	font-size: 28px;
}
/* Dekanın  Mesajı Bölümü Sonu*/


/* Genel Ayarlamalar */


.page .container{
	background: #fff;
	padding: 0px;
}

.pager.pager--infinite-scroll li>a, .pager.pager--infinite-scroll li>span{
	background: none;
	border: none;

}
.pager li>a:focus, .pager li>a:hover{
	background: none !important;
}
.pager.pager--infinite-scroll li>a{
	font-size: 16px;
}
.pager.pager--infinite-scroll li>a:after {
    content: "\f107";
    font-family: fontawesome;
    text-align: center;
     display:block;
     font-size: 16px;
}
/* Loader biçimlendiriliyor*/
.pager.pager--infinite-scroll li>a.progress-disabled:after {
	/*content:url("/sites/all/themes/adaptivetheme/at_subtheme/images/progress.gif");
	content:url("/misc/throbber-active.gif");*/
	content:url("/sites/all/themes/adaptivetheme/at_subtheme/images/loading.gif");
}
.ajax-progress.ajax-progress-throbber{
	display:none !important;
}
/* Loader biçimlendiriliyor sonu*/

.view-filters fieldset{
	border: none;
	padding-bottom: 2px;
    display: inline-block;
}
.views-table th, .views-table td {
    padding: 5px;
}
.item-list .pager {
    padding: 20px 0px;
}

.region-header div.contextual-links-wrapper{
	top: -18px !important;
}
/* Genel Ayarlamalar Sonu*/
/* Önerilen Bağlantılar */
.onerilen_1{
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	font-family: Oswald;
	font-size: 18px;
	font-weight: 400;
}
.onerilen_2{
	background: #506B7E;
	height: 115px;
	padding: 25px 0px;
	text-align: center;
	margin-top: 40px;
}
.region-onerilen-baglantilar .block-menu-block {
	background: #506B7E;
	padding: 25px 0px;
	text-align: center;
	color: #fff
}
.region-onerilen-baglantilar .block-menu-block .block-title{
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 400;
}
.region-onerilen-baglantilar .block-menu-block a {
    color: #fff;
    font-family: "Libre Baskerville";
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}
.region-onerilen-baglantilar .block-menu-block .menu li{
	list-style: none;
    text-align: center;
}

.onerilen_2 ul{
	padding: 0px;
	margin: 0px;
}

.onerilen_2 li{
	display: inline-block;
}

.onerilen_2 li a{
	color: #fff;
	padding: 5px 25px 5px 25px;
	margin-top: 15px;
	display: block;
	border-right: 1px solid #fff;
	font-family: "Libre Baskerville";
	font-weight: 400;
	font-size: 14px;
}
.onerilen_2 li:last-child a{
	border-right: none;
}
/* Önerilen Bağlantılar Sonu*/

/* Footer Ayarlanıyor */

#footer {
    background: #101D24;
    padding: 25px;
    color: #fff;
}

#footer a{
	color: #fff;
}
#footer .footer_logo img{
	max-height: 120px;
	width: auto;
}
#footer ul{
	padding: 0px;
}
#footer .drp_bold {
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
}
#footer a,#footer p{
	font-family: Roboto;
	font-weight: 400;
	font-size: 12px;
}
#footer .footer_left_menu {
    border-right: 1px solid rgba(54,138,178,0.4);
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 240px;
    padding-right: 0px;
    padding-left: 5px;
}
#footer .footer_left_menu.first {
	padding-left: 0px;
}
#footer .footer_left_menu:last-child {
	border: none;
}
#footer .col-md-9{
    border-right: 1px solid rgba(54,138,178,0.4);
    padding: 0px;
}
.footer_right_social {
    margin-top: 45px;
    border-top: 1px solid rgba(54,138,178,0.4);
    border-bottom: 1px solid rgba(54,138,178,0.4);
    padding: 15px 0px;
}
.footer_right_social .facebook,.footer_right_social .twitter,.footer_right_social .linkedin,.footer_right_social .instagram,.footer_right_social .youtube,.footer_right_social .googleplus{
    background-image: url('../images/footer_social.png');
    width: 40px;
    height: 40px;
    display: inline-block;
}
.footer_right_social .facebook{
	background-position: 0px 0px;
}
.footer_right_social .twitter{
	background-position: 141px 0px;
}
.footer_right_social .linkedin{
	background-position: 89px 0px;
}
.footer_right_social .instagram{
	background-position: 39px 0px;
}
.footer_right_social .youtube{
	background-position: 0px 40px;
}
.footer_right_social .googleplus{
	background-position: 141px 128px;
}
.footer_right_bilgi_1{
	border-bottom: 1px solid rgba(54,138,178,0.4);
	padding: 15px 0px;
	color: #fff;
}
.footer_right_bilgi_1 p{
	color: #fff;
}
.footer_right_bilgi_2{
	border-bottom: 1px solid rgba(54,138,178,0.4);
	padding: 15px 0px;
	color: #fff;
}
.footer_right_bilgi_2 p{
	padding: 0px;
	margin: 0px;
}
.footer_right_bilgi_3{
	padding: 15px 0px;
	color: #fff;
}
.footer_right_bilgi_3 p{
	color: #fff;
}

#footer .block li{
	padding: 0 8px;
	list-style: none;
}
/* Footer Ayarlanıyor Sonu*/
/* Basic Page Sayfaları Ayarlamaları */
.field-name-field-page-cover-image {
    margin: -25px -25px 15px -25px;
}
.field-name-field-page-cover-image img{
    width: 100%;
}
#node-523 .col-md-6:nth-child(1){
	padding-right: 50px;
}
#node-523 .col-md-6:nth-child(2){
	padding-left: 50px;
}
/* Basic Page Sayfaları Ayarlamaları Sonu*/



/* İşletme BÖlümü Sayfası */
.drp_brown .node-content p{
	text-align: center;
	color: #506B7E;
}
.drp_brown .highlighted,.drp_brown .onerilen_2{
	background: #563525;
}
.drp_brown #main-content .drp_link{
    color: #506B7E !important;
    font-size: 18px;
    border: 2px solid #506B7E;
    padding: 10px;
    top: 10px;
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
}

/* İşletme BÖlümü Sayfası Sonu*/




/*Mobile Menu*/
.mm-menu,.mm-panels,.mm-panels>.mm-panel{margin:0;left:0;right:0;top:0;bottom:0;z-index:0;box-sizing:border-box}
.mm-btn,.mm-menu{box-sizing:border-box}
.mm-listview a,.mm-listview a:hover,.mm-navbar a,.mm-navbar a:hover{text-decoration:none}
.mm-hidden{display:none!important}
.mm-menu,.mm-panels>.mm-panel:not(.mm-hidden){display:block}
.mm-wrapper{overflow-x:hidden;position:relative}
.mm-menu{padding:0;position:absolute}
.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;position:absolute}
.mm-btn,.mm-panel.mm-highest{z-index:1}
.mm-panels{overflow:hidden}
.mm-panel{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-panel.mm-opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-panel.mm-subopened{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}
.mm-listview .mm-divider,.mm-listview>li>a,.mm-listview>li>span,.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}
.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}
.mm-vertical .mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}
.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}
.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}
.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}
.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{height:40px;bottom:auto}
.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after{top:16px;bottom:auto}
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:19px}
.mm-btn{width:40px;height:40px;position:absolute;top:0}
.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:18px}
.mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px}
.mm-arrow:after,.mm-next:after,.mm-prev:before{content:'';border:2px solid transparent;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-prev:before{border-right:none;border-bottom:none;left:23px}
.mm-arrow:after,.mm-next:after{border-top:none;border-left:none;right:23px}
.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}
.mm-navbar>*{display:block;padding:10px 0}
.mm-navbar .mm-btn:first-child{padding-left:20px;left:0}
.mm-navbar .mm-btn:last-child{text-align:right;padding-right:20px;right:0}
.mm-panel .mm-navbar{display:none}
.mm-panel.mm-hasnavbar .mm-navbar{display:block}
.mm-listview,.mm-listview>li{list-style:none;display:block !important;padding:0;margin:0}
.mm-listview{font:inherit;font-size:14px;line-height:20px}
.mm-listview>li{position:relative}
.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}
.mm-listview>li>a,.mm-listview>li>span{color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}
.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow{padding-right:50px}
/*.mm-listview>li:not(.mm-divider):after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;right:0;bottom:0;left:20px}*/
.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}
.mm-listview .mm-next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}
.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}
.mm-listview .mm-next.mm-fullsubopen{width:100%}
.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}
.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}
.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}
.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}
.mm-listview .mm-inset{list-style:disc inside;padding:0 10px 15px 40px;margin:0}
.mm-listview .mm-inset>li{padding:5px 0}
.mm-listview .mm-divider{font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}
.mm-listview .mm-spacer{padding-top:40px}
.mm-listview .mm-spacer>.mm-next{top:40px}
.mm-listview .mm-spacer.mm-divider{padding-top:25px}
.mm-menu{background: url('../images/menu_logo.png') #393A3A no-repeat  100% 97%; background-size: 120px 120px;
	border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.7)}
.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:#fff}
.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:#fff}
.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}
.mm-menu .mm-listview>li .mm-arrow:after,.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}
.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}
.mm-menu .mm-divider,.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}
.mm-page{box-sizing:border-box;position:relative}
.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}
html.mm-opened{overflow-x:hidden;position:relative}
html.mm-blocking,html.mm-blocking body{overflow:hidden}
html.mm-background .mm-page{background:inherit}
#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}
html.mm-blocking #mm-blocker{display:block}
.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed}
.mm-menu.mm-offcanvas.mm-current{display:block}
.mm-menu{width:80%;min-width:140px;max-width:440px}
html.mm-opening .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:550px){html.mm-opening .mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}
}
.mm-menu.mm-autoheight.mm-bottom,.mm-menu.mm-autoheight.mm-top{max-height:80%}
.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,.mm-menu.mm-autoheight.mm-top.mm-fullscreen{max-height:100%}
.mm-menu.mm-measureheight .mm-panel{display:block!important}
.mm-menu.mm-measureheight>.mm-panels>.mm-panel{bottom:auto!important;height:auto!important}
.mm-menu.mm-columns{-webkit-transition-property:width,max-width,-webkit-transform;transition-property:width,max-width,-webkit-transform;transition-property:transform,width,max-width;transition-property:transform,width,max-width,-webkit-transform}
.mm-menu.mm-columns .mm-panels>.mm-panel{width:100%;right:auto;display:none;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened{border-right:1px solid;border-color:inherit;display:block;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:2}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0{display:block;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-columns-0{width:80%;min-width:140px;max-width:0}
html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:0px){html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1{display:block;-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}
.mm-menu.mm-columns-1{width:80%;min-width:140px;max-width:440px}
html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:550px){html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}
}
.mm-menu.mm-columns-1 .mm-panels>.mm-panel{width:100%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2{display:block;-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}
.mm-menu.mm-columns-2{width:80%;min-width:140px;max-width:880px}
html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:1100px){html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}
}
.mm-menu.mm-columns-2 .mm-panels>.mm-panel{width:50%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3{display:block;-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}
.mm-menu.mm-columns-3{width:80%;min-width:140px;max-width:1320px}
html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:1650px){html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}
}
.mm-menu.mm-columns-3 .mm-panels>.mm-panel{width:33.34%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4{display:block;-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}
.mm-menu.mm-columns-4{width:80%;min-width:140px;max-width:1760px}
html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:2200px){html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}
}
.mm-menu.mm-columns-4 .mm-panels>.mm-panel{width:25%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5{-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5{display:block;-webkit-transform:translate3d(600%,0,0);transform:translate3d(600%,0,0)}
.mm-menu.mm-columns-5{width:80%;min-width:140px;max-width:2200px}
html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:2750px){html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(2200px,0,0);transform:translate3d(2200px,0,0)}
}
.mm-menu.mm-columns-5 .mm-panels>.mm-panel{width:20%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6{-webkit-transform:translate3d(600%,0,0);transform:translate3d(600%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6{display:block;-webkit-transform:translate3d(700%,0,0);transform:translate3d(700%,0,0)}
.mm-menu.mm-columns-6{width:80%;min-width:140px;max-width:2640px}
html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:3300px){html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(2640px,0,0);transform:translate3d(2640px,0,0)}
}
.mm-menu.mm-columns-6 .mm-panels>.mm-panel{width:16.67%}
em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}
em.mm-counter+a.mm-next{width:90px}
em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span{margin-right:90px}
em.mm-counter+a.mm-fullsubopen{padding-left:0}
.mm-vertical>.mm-counter{top:12px;margin-top:0}
.mm-vertical.mm-spacer>.mm-counter{margin-top:40px}
.mm-nosubresults>.mm-counter{display:none}
.mm-menu em.mm-counter{color:rgba(0,0,0,.3)}
.mm-divider>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}
.mm-divider.mm-opened a.mm-next:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.mm-collapsed:not(.mm-uncollapsed){display:none}
.mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-fixeddivider:after{content:none!important;display:none!important}
.mm-hasdividers .mm-fixeddivider{display:block}
.mm-menu .mm-fixeddivider span{background:rgba(0,0,0,.05)}
html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout{-webkit-transition-duration:0s;transition-duration:0s}
.mm-menu.mm-dropdown{box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}
html.mm-dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-dropdown #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}
html.mm-dropdown .mm-menu{z-index:2}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu{display:none}
.mm-menu.mm-tip:before{content:'';background:inherit;box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.mm-menu.mm-tipleft:before{left:22px}
.mm-menu.mm-tipright:before{right:22px}
.mm-menu.mm-tiptop:before{top:-8px}
.mm-menu.mm-tipbottom:before{bottom:-8px}
.mm-iconpanel .mm-panel{-webkit-transition-property:left,-webkit-transform;transition-property:left,-webkit-transform;transition-property:transform,left;transition-property:transform,left,-webkit-transform}
.mm-iconpanel .mm-panel.mm-opened{border-left:1px solid;border-color:inherit}
.mm-iconpanel .mm-panel.mm-subopened{overflow-y:hidden;left:-40px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-iconpanel .mm-panel.mm-iconpanel-0{left:0}
.mm-iconpanel .mm-panel.mm-iconpanel-1{left:40px}
.mm-iconpanel .mm-panel.mm-iconpanel-2{left:80px}
.mm-iconpanel .mm-panel.mm-iconpanel-3{left:120px}
.mm-iconpanel .mm-panel.mm-iconpanel-4{left:160px}
.mm-iconpanel .mm-panel.mm-iconpanel-5{left:200px}
.mm-iconpanel .mm-panel.mm-iconpanel-6{left:240px}
.mm-subblocker{background:inherit;opacity:0;display:block;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.mm-subopened .mm-subblocker{opacity:.6;position:absolute;top:0;right:0;bottom:-100000px;left:0;z-index:3}
.mm-navbar-bottom,.mm-navbar-top~.mm-navbar-top{border-bottom:none}
.mm-menu>.mm-navbar{background:inherit;padding:0;z-index:3;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-navbar-bottom{border-top-width:1px;border-top-style:solid;top:auto;bottom:0}
.mm-navbar-bottom~.mm-navbar-bottom{border-top:none}
.mm-navbar.mm-hasbtns{padding:0 40px}
.mm-navbar[class*=mm-navbar-content-]>*{box-sizing:border-box;display:block;float:left}
.mm-navbar .mm-breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}
.mm-navbar .mm-breadcrumbs>*{display:inline-block;padding:10px 3px}
.mm-navbar .mm-breadcrumbs>a{text-decoration:underline}
.mm-navbar.mm-hasbtns .mm-breadcrumbs{margin-left:-40px}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs{margin-left:0;padding-left:0}
.mm-navbar-top-1{top:0}
.mm-hasnavbar-top-1 .mm-panels,.mm-navbar-top-2{top:40px}
.mm-hasnavbar-top-2 .mm-panels,.mm-navbar-top-3{top:80px}
.mm-hasnavbar-top-3 .mm-panels,.mm-navbar-top-4{top:120px}
.mm-hasnavbar-top-4 .mm-panels{top:160px}
.mm-navbar-bottom-1{bottom:0}
.mm-hasnavbar-bottom-1 .mm-panels,.mm-navbar-bottom-2{bottom:40px}
.mm-hasnavbar-bottom-2 .mm-panels,.mm-navbar-bottom-3{bottom:80px}
.mm-hasnavbar-bottom-3 .mm-panels,.mm-navbar-bottom-4{bottom:120px}
.mm-hasnavbar-bottom-4 .mm-panels{bottom:160px}
.mm-navbar-size-2{height:80px}
.mm-navbar-size-3{height:120px}
.mm-navbar-size-4{height:160px}
.mm-navbar-content-2>*{width:50%}
.mm-navbar-content-3>*{width:33.33%}
.mm-navbar-content-4>*{width:25%}
.mm-navbar-content-5>*{width:20%}
.mm-navbar-content-6>*{width:16.67%}
.mm-sronly{text-indent:10px;overflow:hidden;display:block;width:1px;height:1px;position:absolute;z-index:-1}
.mm-indexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-100px;z-index:3;-webkit-transition:right .4s ease;transition:right .4s ease;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-indexer a{text-decoration:none;display:block;height:3.85%}
.mm-indexer~.mm-panel.mm-hasindexer{padding-right:40px}
.mm-hasindexer .mm-indexer{right:0}
.mm-hasindexer .mm-fixeddivider{right:20px}
.mm-menu .mm-indexer a{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen){-webkit-transition:background .4s ease;transition:background .4s ease}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.5)}
.mm-search,.mm-search input{box-sizing:border-box}
.mm-search{height:40px;padding:7px 10px 0;position:relative}
.mm-search input{border:none!important;outline:0!important;box-shadow:none!important;border-radius:26px;font:inherit;font-size:14px;line-height:26px;display:block;width:100%;height:26px;min-height:26px;max-height:26px;margin:0;padding:0 10px}
.mm-search input::-ms-clear{display:none}
.mm-search .mm-clear,.mm-search .mm-next{right:0}
.mm-panel>.mm-search{width:100%;position:absolute;top:0;left:0}
.mm-panel.mm-hassearch{padding-top:40px}
.mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search{top:40px}
.mm-noresultsmsg{text-align:center;font-size:21px;padding:40px 0}
.mm-noresults .mm-indexer{display:none!important}
li.mm-nosubresults>a.mm-next{display:none}
li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span{padding-right:10px}
.mm-panels>.mm-resultspanel:not(.mm-opened){-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.7)}
.mm-menu .mm-noresultsmsg{color:rgba(0,0,0,.3)}
input.mm-check,input.mm-toggle{position:absolute;left:-10000px}
label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2;right:20px}
label.mm-check:before,label.mm-toggle:before{content:'';display:block}
label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}
label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}
input.mm-toggle:checked~label.mm-toggle:before{float:right}
label.mm-check{width:30px;height:30px;margin-top:-15px}
label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
input.mm-check:checked~label.mm-check:before{opacity:1}
li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle{bottom:auto;margin-top:0;top:5px}
label.mm-toggle+a,label.mm-toggle+span{padding-right:80px}
label.mm-check+a,label.mm-check+span{padding-right:60px}
a.mm-next+label.mm-check,a.mm-next+label.mm-toggle{right:60px}
a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{margin-right:50px}
a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{padding-right:70px}
a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{padding-right:50px}
em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle{right:100px}
em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span{margin-right:90px}
.mm-menu label.mm-toggle{background:rgba(0,0,0,.1)}
.mm-menu label.mm-toggle:before{background:#f3f3f3}
.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu label.mm-check:before{border-color:rgba(0,0,0,.7)}
.mm-listview.mm-border-none>li:after,.mm-menu.mm-border-none .mm-listview>li:after{content:none}
.mm-listview.mm-border-full>li:after,.mm-menu.mm-border-full .mm-listview>li:after{left:0!important}
.mm-listview.mm-border-offset>li:after,.mm-menu.mm-border-offset .mm-listview>li:after{right:20px}
.mm-menu.mm-effect-menu-zoom{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}
html.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
html.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
.mm-menu.mm-effect-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}
html.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
html.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-effect-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
html.mm-opening .mm-menu.mm-effect-menu-fade{opacity:1}
.mm-menu.mm-effect-panels-zoom .mm-panel{-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li{-webkit-transition:none .4s ease;transition:none .4s ease}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1){-webkit-transition-delay:50ms;transition-delay:50ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3){-webkit-transition-delay:150ms;transition-delay:150ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4){-webkit-transition-delay:.2s;transition-delay:.2s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5){-webkit-transition-delay:250ms;transition-delay:250ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6){-webkit-transition-delay:.3s;transition-delay:.3s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7){-webkit-transition-delay:350ms;transition-delay:350ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8){-webkit-transition-delay:.4s;transition-delay:.4s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9){-webkit-transition-delay:450ms;transition-delay:450ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10){-webkit-transition-delay:.5s;transition-delay:.5s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11){-webkit-transition-delay:550ms;transition-delay:550ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12){-webkit-transition-delay:.6s;transition-delay:.6s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13){-webkit-transition-delay:650ms;transition-delay:650ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14){-webkit-transition-delay:.7s;transition-delay:.7s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15){-webkit-transition-delay:750ms;transition-delay:750ms}
.mm-menu.mm-effect-listitems-slide .mm-listview>li{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.mm-menu.mm-effect-listitems-fade .mm-listview>li{-webkit-transition-property:opacity;transition-property:opacity;opacity:0}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li{opacity:1}
.mm-menu.mm-effect-listitems-drop .mm-listview>li{-webkit-transition-property:opacity,top;transition-property:opacity,top;opacity:0;top:-25%}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li{opacity:1;top:0}
.mm-menu.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}
html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
@media all and (max-width:140px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:10000px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
@media all and (max-width:140px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:10000px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}
}
.mm-menu.mm-fullscreen.mm-bottom,.mm-menu.mm-fullscreen.mm-top{height:100%;min-height:140px;max-height:10000px}
html.mm-opened.mm-fullscreen .mm-page{box-shadow:none!important}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before{content:none;display:none}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;height:100%;margin-top:0;margin-bottom:0}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider){-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span{box-sizing:border-box;height:100%}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before{content:'';vertical-align:middle;display:inline-block;height:100%;width:0}
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span{text-overflow:clip;white-space:normal}
html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker{opacity:0}
html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}
html.mm-pagedim #mm-blocker{background:inherit}
html.mm-pagedim-white #mm-blocker{background:#fff}
html.mm-pagedim-black #mm-blocker{background:#000}
.mm-menu.mm-pageshadow:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:99;box-shadow:0 0 10px rgba(0,0,0,.3)}
.mm-menu.mm-pageshadow.mm-right:after{left:auto;right:100%}
.mm-menu.mm-pageshadow.mm-front:after,.mm-menu.mm-pageshadow.mm-next:after{content:none;display:none}
.mm-menu.mm-popup{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}
html.mm-popup.mm-opening .mm-menu.mm-popup{opacity:1}
html.mm-popup .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-popup #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}
html.mm-popup .mm-menu{z-index:2}
.mm-menu.mm-bottom,.mm-menu.mm-top{width:100%;min-width:100%;max-width:100%;height:80%;min-height:140px;max-height:880px}
.mm-menu.mm-right{left:auto;right:0}
html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}
@media all and (max-width:175px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:550px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}
}
html.mm-front .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-front #mm-blocker{z-index:1}
html.mm-front .mm-menu{z-index:2}
.mm-menu.mm-front,.mm-menu.mm-next{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
.mm-menu.mm-bottom{top:auto;bottom:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.8)}
.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*,.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-btn:after,.mm-menu.mm-theme-dark .mm-btn:before{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,.15)}
.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark .mm-divider,.mm-menu.mm-theme-dark .mm-fixeddivider span,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.05)}
.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)}
.mm-menu.mm-pageshadow.mm-theme-dark:after{box-shadow:0 0 20px rgba(0,0,0,.5)}
.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}
.mm-menu.mm-theme-dark .mm-indexer a,.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)}
.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}
.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}
.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*,.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-btn:after,.mm-menu.mm-theme-white .mm-btn:before{border-color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,.1)}
.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.05);tap-highlight-color:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white .mm-divider,.mm-menu.mm-theme-white .mm-fixeddivider span,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.03)}
.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)}
.mm-menu.mm-pageshadow.mm-theme-white:after{box-shadow:0 0 10px rgba(0,0,0,.2)}
.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)}
.mm-menu.mm-theme-white .mm-indexer a,.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}
.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.6)}
.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*,.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-btn:after,.mm-menu.mm-theme-black .mm-btn:before{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-black .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.3);tap-highlight-color:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black .mm-divider,.mm-menu.mm-theme-black .mm-fixeddivider span,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)}
.mm-menu.mm-pageshadow.mm-theme-black:after{content:none;display:none}
.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}
.mm-menu.mm-theme-black .mm-indexer a,.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}
.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu .mm-tileview.mm-listview:after,.mm-menu.mm-tileview .mm-listview:after{content:'';display:block;clear:both}
.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-panel:after{content:none;display:none}
.mm-menu .mm-tileview.mm-listview>li,.mm-menu.mm-tileview .mm-listview>li{width:50%;height:0;padding:50% 0 0;float:left;position:relative}
.mm-menu .mm-tileview.mm-listview>li:after,.mm-menu.mm-tileview .mm-listview>li:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs{width:12.5%;padding-top:12.5%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,.mm-menu.mm-tileview .mm-listview>li.mm-tile-s{width:25%;padding-top:25%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,.mm-menu.mm-tileview .mm-listview>li.mm-tile-l{width:75%;padding-top:75%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl{width:100%;padding-top:100%}
.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span,.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span{line-height:1px;text-align:center;padding:50% 10px 0;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}
.mm-menu .mm-tileview.mm-listview>li>.mm-next,.mm-menu.mm-tileview .mm-listview>li>.mm-next{width:auto}
.mm-menu.mm-tileview .mm-panel{padding-left:0;padding-right:0}
.mm-menu.mm-tileview .mm-listview{margin:0}
.mm-menu .mm-listview{
	padding-left: 0px;
}
.mm-menu .mm-listview>.mm-listview:nth-child(2) {
	padding-left: 0px;
	border-bottom: 2px solid rgba(255,255,255,0.4);
}
.mm-menu .mm-listview>.mm-listview:nth-child(4) {
	padding-left: 0px;
	border-top: 2px solid rgba(55,56,55,0.3);
}
.mm-listview>li>a{
	color: #fff;

}
.mm-menu .social,.mm-menu .menu{
	background: #00293A;
}
#mm-1 .mm-navbar:after{
	content:"\f002";
    font-family: fontawesome;
    color: #fff;
    cursor: pointer;
    float: right;
    margin-top: -30px;
    margin-right: -30px;
    font-size: 20px;
}
.mm-title{
	font-size: 20px;
}
.mm-menu form{
	display: none;
}
.mm-menu form .form-type-textfield,.mm-menu form .form-actions{
	display: inline-block;
}
.mm-menu form .form-type-textfield{
	width: 65%;
	padding-left: 5px;
}
.mm-menu form .form-actions{
	width: 33%;
	padding-right: 5px;
}

.mm-menu form .form-type-textfield input,.mm-menu form .form-actions input{
	width: 100%;
}
.mm-menu form .form-actions .ui-shadow{
	color: transparent;
}

.mm-menu form .form-actions .ui-shadow input{
	color:  #373837;
}
.mm-menu form .form-type-textfield input{
    border: 2px solid #eee;
    background: #393A37;
    color: #fff;
    padding-left: 8px;
}
/*Mobile Menu Sonu*/

/* Atıflar Sayfalası */
.view-res-citations .views-exposed-form .views-exposed-widget{
	width: 50%;
}
/* Atıflar Sayfalası Sonu*/

/* Projeler Sayfası */
.view-res-projects .views-exposed-widget{/* BURASI */
	display: inline-block;
	    width: 25%;
}
/* Projeler Sayfası Sonu */
/* Akademik Personel Sayfası */
.view-people.view-id-people.view-display-id-panel_pane_2 .views-exposed-widget,
.view-people.view-id-people.view-display-id-panel_pane_1 .views-exposed-widget{
	display: inline-block;
	    width: 25%;
}

.view-people.view-id-people.view-display-id-panel_pane_2 .views-exposed-widget.views-submit-button,.view-people.view-id-people.view-display-id-panel_pane_2 .views-exposed-widget.views-reset-button,
.view-people.view-id-people.view-display-id-panel_pane_1 .views-exposed-widget.views-submit-button,.view-people.view-id-people.view-display-id-panel_pane_1 .views-exposed-widget.views-reset-button {
	width: auto;
	float: right;
}
.view-people.view-id-people.view-display-id-panel_pane_2 .views-exposed-widget.views-reset-button,
.view-people.view-id-people.view-display-id-panel_pane_1 .views-exposed-widget.views-reset-button {
  margin-right: 5px;
}

.og-context-node-140 .view-people.view-id-people.view-display-id-panel_pane_1 .views-exposed-widget.views-submit-button .form-submit,
.og-context-node-637 .view-people.view-id-people.view-display-id-panel_pane_1 .views-exposed-widget.views-submit-button .form-submit{
  color: #fff;
}
/* Akademik Personel  Sayfası Sonu */
/* Akademik İş İmkanları */

.view-jobs.view-id-jobs.view-display-id-panel_pane_1 .views-exposed-widget{
		display: inline-block;
	    width: 25%;
}
/* Akademik İş İmkanları Sonu*/

/* İçerik Sayfası  */
.sn-general #content{
    padding-top: 25px;
}
.sn-general .page-title.content{
	display: none;
}
#main-content{
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 30px;

}
#main-content .page-title {
    font-weight: 400;
    font-family: Oswald;
    font-size: 28px;
 }
/*#block-views-news-announcements-block-2 ,.view-id-events.view-display-id-panel_pane_2,#block-views-news-announcements-block{
    margin-left: -20px;
    margin-right: -20px;
}*/
.view-id-news_announcements.view-display-id-panel_pane_3,.view-id-news_announcements.view-display-id-panel_pane_4 {
    margin-left: -15px;
    margin-right: -15px;
}
.view-events.view-display-id-panel_pane_2 .view-empty .pager,.view-id-news_announcements.view-display-id-panel_pane_3 .view-empty .pager,.view-id-news_announcements.view-display-id-panel_pane_4 .view-empty .pager{
	display: none;
}
/* İçerik Sayfası sonu */

/* Anasayfa Colorbox Videolar için editlendi*/
.front #cboxWrapper,.front #cboxContent {
	background: none !important;
}
.front #cboxClose,.front #cboxNext,.front #cboxPrevious,.front #cboxCurrent{
	display: none !important;
}

/* Anasayfa Colorbox Videolar için editlendi sonu*/



/* Aday Sayfası */
.section-aday .flexslider .slides img,.section-aday .flexslider .slides {
    max-height: 488px;
}
.section-aday .tanitim_filmi{
	height: 118px;
	overflow: hidden;
	padding: 0px;
	text-align:center;
}
.section-aday .tanitim_filmi a{
	font-family: Oswald;
	font-size:35px;
	color:#fff;
	display: block;
    padding: 30px;
	background: url("/sites/all/themes/adaptivetheme/at_subtheme/images/tanitim_filmi.png") repeat-x;
}
.section-aday .tanitim_filmi a i{
	font-size: 55px;
    top: 5px;
    position: relative;
}
.section-aday #block-block-19 img{
	width:100%;
	height: auto;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.section-aday #block-block-19 p{
	position: relative;
	overflow: hidden;
}
.section-aday #block-block-19 img:hover,.section-aday #block-block-19 a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);

}
.section-aday .katalog{
	padding: 0px;
	height: 118px;
	overflow: hidden;
}
.section-aday .tanitim_filmi{
	padding-top:5px;
	padding-right:2.5px;
}
.section-aday .katalog{
	padding-top:5px;
	padding-left:2.5px;
}
.section-aday .fakulte_bolum{
	padding:5px 2.5px 0px 0px;
}
.section-aday .fakulte_bolum p,.section-aday .puan_kontenjan p,.section-aday .burslar_ucretler p {
	padding:0px;
	margin:0px;
}

.section-aday .fakulte_bolum .arrow_box,.section-aday .puan_kontenjan .arrow_box,.section-aday .burslar_ucretler .arrow_box{
    display: block;
    height: 50px;
    font-family: Oswald;
    color:#fff;
    padding-left: 40px;
    font-size: 16px;
    padding-top: 13px;
	border-top: 4px solid #fff;
	position: relative;
    overflow: visible !important;
}
.section-aday .puan_kontenjan .arrow_box{
	height:51px;
}

.section-aday .fakulte_bolum .arrow_box{
	background: #344049;
}

.section-aday .fakulte_bolum .arrow_box:before{
    content: " ";
    background: url("/sites/all/themes/adaptivetheme/at_subtheme/images/fakulte_centik.png") no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: -30px;
    left: 30px;
}
.section-aday .puan_kontenjan .arrow_box{
	background: #1D5F7F;
}
.section-aday .puan_kontenjan .arrow_box:before{
    content: " ";
    background: url("/sites/all/themes/adaptivetheme/at_subtheme/images/puan_centik.png") no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: -30px;
    left: 30px;
}
.section-aday .burslar_ucretler .arrow_box{
	background: #4C9FBF;
}
.section-aday .burslar_ucretler .arrow_box:before{
    content: " ";
    background: url("/sites/all/themes/adaptivetheme/at_subtheme/images/burs_centik.png") no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: -30px;
    left: 30px;
}
.section-aday .o_gozunden_aday{
	color:#fff;
	font-size: 12px;
	padding:5px 2.5px 0px 0px;
}
.section-aday .o_gozunden_aday .cover{
	background: #1D3C51;
	padding: 27.3px;
    position: relative;
    display: inline-block;
}

.section-aday .o_gozunden_aday h4{
    font-family: Oswald;
    font-size: 24px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
}
.section-aday .o_gozunden_aday img{
	border-radius:50%;
}

.section-aday .o_gozunden_aday span{
	font-weight: bold;
	font-size:14px;
}
.section-aday .o_gozunden_aday .new_sat{
	clear: both;
	margin-top:15px;
	margin-bottom:15px;
}
.section-aday .tanitim_gunleri p{
	padding: 0px;
	margin: 0px;
}


.section-aday .puan_kontenjan{
	padding:5px 2.5px 0px 2.5px;
}
.section-aday .burslar_ucretler,.section-aday .tanitim_gunleri{
	padding:5px 0px 0px 2.5px;
}
.lang-en.section-aday .tanitim_gunleri {
    max-height: 718px;
    overflow: hidden;
}


.section-aday  .sosyal_medya {
    background: #FBCD10;
    padding: 25px 20px 10px 40px;
    margin-top:5px;
    font-size: 24px;
    font-family: Oswald;
    color: #1E1E1E;
}

.section-aday  .sosyal_medya a{
    background: #1E1E1E;
    width: 40px;
    height: 40px;
    display: block;
    color: #FBCD10;
    border-radius: 50%;
    padding: 2px 10px;

    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.section-aday  .sosyal_medya a.facebook{
    padding: 2px 13px;
}
.section-aday  .sosyal_medya a.facebook:hover{
	background:#3b5998;
	color:#fff;
}
.section-aday  .sosyal_medya a.twitter:hover{
	background:#3b88c3;
	color:#fff;
}
.section-aday  .sosyal_medya a.instagram:hover{
	background:#008EC2;
	color:#fff;
}
.section-aday  .sosyal_medya a.youtube:hover{
	background:#e52d27;
	color:#fff;
}
.section-aday  .sosyal_medya a.linkedin:hover{
	background:#555555;
	color:#fff;
}
.section-aday  .sosyal_medya ul{
	float:right;
}

.section-aday  .sosyal_medya ul li{
	display:inline-block;
}
.section-aday .n360_derece{
	padding:5px 0px 0px 0px;
    margin-bottom: 5px;
}

.section-aday .n360_derece p{
	padding: 0px;
	margin: 0px;
}


.section-aday .fakulte_bolum a,.section-aday .puan_kontenjan a,.section-aday .burslar_ucretler a {
	display:block;
    color: #fff;
}

.section-aday #cboxWrapper,.section-aday #cboxContent {
	background: none !important;
}
.section-aday #cboxClose,.section-aday #cboxNext,.section-aday #cboxPrevious,.section-aday #cboxCurrent{
	display: none !important;
}

/* Aday Sayfası Sonu */



/* Menü*/

li.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-parent-children-0.menuparent li {
    float: left;
    display: inline;
    width: 50%;
}
li.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-parent-children-1.menuparent li.sf-depth-2{
    float: left;
    display: inline;
    width: 50%;
}

li#menu-1946-1 .sf-megamenu{
	width: 700px !important;
}
#menu-1947-1 .sf-megamenu{
	width: 800px !important;
}
#menu-1932-1 .sf-megamenu,#menu-1931-1 .sf-megamenu{
	width: 850px !important;
}


/* Öğrenciler*/

#block-block-20 .ogrenci_konseyi,#block-block-20 .ogrenci_topluluklari{
	padding: 0px;
}
#block-block-20 .col_left_1{
	clear: both;
}
#block-block-20  .arrow_box {
    display: block;
    height: 55px;
    font-family: Oswald;
    color: #fff;
    padding-left: 40px;
    font-size: 16px;
    padding-top: 13px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    position: relative;
    overflow: visible !important;
}
#block-block-20  .arrow_box a{
	display: block;
    color: #fff;
}
#block-block-20 p{
	position: relative;
	overflow: hidden;
}
#block-block-20 .col_right_1 .arrow_box,#block-block-20 .col_right_2 .arrow_box{
	border-right: 0px;
}
#block-block-20  .col_left_1 .arrow_box{
	background: #287dc0;
}

#block-block-20  .arrow_box:after {
    position: absolute;
    right: 8px;
    bottom: -39px;
    z-index: 10;
}
#block-block-20  .col_left_1 .arrow_box:after{
	content: url('/sites/default/files/ogrenci_sayfasi/kutuphane_centik.png');
}
#block-block-20  .col_center_1 .arrow_box{
	background: #08bfe9;
}
#block-block-20  .col_center_1 .arrow_box:after{
	content: url('/sites/default/files/ogrenci_sayfasi/kariyer_merkezi_centik.png');
}
#block-block-20  .col_right_1 .arrow_box{
	background: #5bc2af;
}
#block-block-20  .col_right_1 .arrow_box:after{
	content: url('/sites/default/files/ogrenci_sayfasi/uluslararasi_programlar_centik.png');
}
#block-block-20  .col_left_2 .arrow_box{
	background: #faab18;
}
#block-block-20  .col_left_2 .arrow_box:after{
	content: url('/sites/default/files/ogrenci_sayfasi/ogrenme_ogretme_merkezi_centik.png');
}
#block-block-20  .col_center_2 .arrow_box{
	background: #9080a9;
}
#block-block-20  .col_center_2 .arrow_box:after{
	content: url('/sites/default/files/ogrenci_sayfasi/ogrenci_danisma_merkezi_centik.png');
}
#block-block-20  .col_right_2 .arrow_box{
	background: #ec4d5c;
}
#block-block-20  .col_right_2 .arrow_box:after{
	content: url('/sites/default/files/ogrenci_sayfasi/ogrenci_el_kitabi_centik.png');
}
#block-block-20  .col-md-6 img,#block-block-20  .col-md-4 img{
	width: 100%;
	height: auto;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

#block-block-20  p{
	padding: 0;
	margin: 0;
}

#block-block-20  .col-md-6,#block-block-20  .col-md-4{
	padding: 0px;
}

#block-block-20  .ogrenci_konseyi,#block-block-20  .ogrenci_topluluklari{
	margin-top: 5px;
}
#block-block-20  .ogrenci_konseyi{
	padding-right: 2.5px;
}
#block-block-20  .ogrenci_topluluklari{
	padding-left: 2.5px;
}
#block-block-20 .col_left_1,#block-block-20 .col_left_2{
	border-right: 2.5px solid #fff;
}
#block-block-20 .col_right_1,#block-block-20 .col_right_2{
	border-left: 2.5px solid #fff;
}
#block-block-20 .col_center_1,#block-block-20 .col_center_2{
	border-left: 2.5px solid #fff;
	border-right: 2.5px solid #fff;
}
#block-block-20 .col_left_2,
#block-block-20 .col_center_2,
#block-block-20 .col_right_2{
	border-bottom: 1px solid #333;margin-top: -5px;
}
#block-block-20 .radio_left, #block-block-20 .radio_right{
	margin-top: -5px;
	border-top: 5px solid #fff;
}
 #block-block-20 img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

 #block-block-20 .radio_left img:hover, #block-block-20 .radio_right img:hover, #block-block-20 .radio_right:hover img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.section-student .flexslider .slides {
    max-height: 500px;
}
.section-student .flexslider  {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.section-student .student_ebulten {
    padding: 5px 0px;
}
.section-student .student_ebulten img{

    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
/* Öğrenciler Sonu */


/* ALt sayfalar anasayfa */
#block-views-news-announcements-block-2 .view-empty + .pager{
	display: none;
}
/* ALt sayfalar anasayfa sonu*/

#node-10203 textarea,#node-10263 textarea{
	width: 100%;
	height: auto;
}
#node-10203 input[type=text],#node-10203 input[type=email],#node-10203 select,
#node-10263 input[type=text],#node-10263 input[type=email],#node-10263 select{
	width: 100%;
	height: 40px;
}
#node-10203 select,
#node-10263 select{
    -webkit-appearance: menulist-button;
    background: transparent;
}
#node-10203 .webform-component-date select,
#node-10263 .webform-component-date select{
	width: auto;
	height: auto;
}
#node-10203 .form-actions,
#node-10263 .form-actions{
	padding-left: 15px;
}
#node-10203 .form-submit,
#node-10263 .form-submit {
    background: #27427C;
    border: none;
    color: #fff;
    padding: 10px 35px;
    font-weight: 600;
}
#node-10263 .webform-layout-box.horiz > * + *{
	margin-left: 0px;
}
#node-10263 .webform-layout-box.horiz > *{
	width: 100%;
}
#node-10203 .webform-component--odeme-bilgileri--genel-kapsayici--taksit-secenekleri {
    width: 100%;
}
#node-10203 .webform-component--odeme-bilgileri--genel-kapsayici--taksit-secenekleri table td, #node-10203 .webform-component--odeme-bilgileri--genel-kapsayici--taksit-secenekleri table th {
    padding: 5px;
}
/* SEM Kesin kayıt formu*/


/* Ders Profilleri*/
.section-ba .content.page-title {
	display: none;
}
.section-ba .content.page-title{
	display: block;
}
/* Ders Profilleri Sonu*/

/* SEM Kesin kayıt formu Sonu*/



/* DUYURULAR,HABERLER VE ETKİNLİKLER SAYFASI */
.page-node-2616.role-editor #tasks,.page-node-2606.role-editor #tasks,.page-node-2617.role-editor #tasks,.page-node-2607.role-editor #tasks,
.page-node-1680.role-editor #tasks,.page-node-1679.role-editor #tasks,.page-node-1682.role-editor #tasks,.page-node-1681.role-editor #tasks,.page-node-1684.role-editor #tasks,.page-node-1683.role-editor #tasks,
.page-node-1697.role-editor #tasks,.page-node-1696.role-editor #tasks,.page-node-1699.role-editor #tasks,.page-node-1698.role-editor #tasks,.page-node-1700.role-editor #tasks,.page-node-1701.role-editor #tasks,
.page-node-1711.role-editor #tasks,.page-node-1710.role-editor #tasks,.page-node-1712.role-editor #tasks,.page-node-1713.role-editor #tasks,.page-node-1715.role-editor #tasks,.page-node-1714.role-editor #tasks,
.page-node-2650.role-editor #tasks,.page-node-2647.role-editor #tasks,.page-node-2651.role-editor #tasks,.page-node-2648.role-editor #tasks,.page-node-2652.role-editor #tasks,.page-node-2649.role-editor #tasks,
.page-node-1885.role-editor #tasks,.page-node-1884.role-editor #tasks,.page-node-1886.role-editor #tasks,.page-node-1887.role-editor #tasks,.page-node-1889.role-editor #tasks,.page-node-1888.role-editor #tasks
{
	visibility: hidden;
}
/* DUYURULAR,HABERLER VE ETKİNLİKLER SAYFASI SONU*/


/* popup */
.popup_drp{
	display: none;
}

.popup_drp:hover{
	cursor: pointer;
}
#cboxLoadedContent:hover{
	cursor: pointer;
}
#cboxClose.close_colorbox{
	background: url('/sites/all/themes/adaptivetheme/at_subtheme/images/close_colorbox.png') !important;
	display: block !important;
	top: 0px;
}
/* popup sonu*/



/* 360 derece sanal tur */

.page-node-10277.section-main .page .node-content,.page-node-10276.section-main .page .node-content{
	padding: 0px;
}

/* 360 derece sanal tur sonu*/



/* Menü Sonu*/
@media(min-width:992px){
	.desktop_hidden{
		display: none;
	}

}
@media(max-width:992px){

#logo img {
    max-height: 80px !important;
}
	/* Atıflar,Yayınlar ve Projeler sayfası */
	.page-node-1165 .region-sidebar-first,.page-node-1164 .region-sidebar-first,.page-node-1163 .region-sidebar-first{
		width: 100%;
		margin-left: 0px;
	}
	.page-node-1165.sidebar-first .content-inner,	.page-node-1164.sidebar-first .content-inner,	.page-node-1163.sidebar-first .content-inner{
		margin-left: 0px;
		width: 100%;
	}
	/* Atıflar,Yayınlar ve Projeler sayfası Sonu*/
	/* Mobil Sayfalar Tanımı*/
	.mobile_sayfa_tanim{
		margin-top: 110px !important;
		padding: 20px 15px;
   		 min-height: 80px !important;ü
	}

	.front .mobile_sayfa_tanim,.og-context-node-148 .mobile_sayfa_tanim{
		display: none;
	}
	.mobile_sayfa_tanim .view-group-logo .views-field-title-field-et  a{

	    font-size: 22px !important;
	 }
	/* Mobil Sayfalar Tanımı SOnu*/

	/* Öğrenciler */
	#block-block-20 .col_left_1, #block-block-20 .col_left_2 {
	    border-right:none;
	}
	#block-block-20  .ogrenci_konseyi{
		padding-right: 0px;
	}
	#block-block-20  .ogrenci_topluluklari{
		padding-left: 0px;
	}
	#block-block-20 .col_left_1,#block-block-20 .col_left_2{
		border-right: none;
	}
	#block-block-20 .col_right_1,#block-block-20 .col_right_2{
		border-left: none;
	}
	#block-block-20 .col_center_1,#block-block-20 .col_center_2{
		border-left:none;
		border-right: none;
	}
	.section-student .flexslider  {
		border-bottom: none;
	}

	/* Öğrenciler Sonu */
	/*Marj Problemi Alt içerikler*/
	.section-main .page .highlighted .container {
	    padding-left: 0px;
	}.section-main:not(.page-node-491) .page .node-content {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	/*Marj Problemi Alt içerikler*/

	.container{
		min-width: 100% !important;
	}
	/* Aday Sayfası */
	.section-aday .tanitim_filmi,.section-aday .katalog,.section-aday .fakulte_bolum,.section-aday .puan_kontenjan,.section-aday .burslar_ucretler, .section-aday .tanitim_gunleri{
		padding-left:0px;
		padding-right:0px;
	}

	.section-aday .katalog {
   	 height: auto !important;
	}

	.section-aday .katalog p{
		padding: 0px;
		margin: 0px;
	}
	/* Aday Sayfası Sonu*/


	/* Haberler Etkinlşkler */
	.region-tertiary-content img,.view-news-announcements.view-id-news_announcements .views-field.views-field-field-image img,.view-events.view-id-events .views-field.views-field-field-image img{
		width: 100%;
		height: auto;
	}
	/* Haberler Etkinlikler Sonu */

		/* Slider */

		.no-sidebars #columns {
		    display: inline-block;
		}
	.view-frontpage-slideshow .views-field-nothing .slide-title{
    font-size: 22px ;
    line-height: 30px ;
    width: 100%;
    margin: 0px !important;
    display: block;
    height: auto;
    padding-top: 15px;
	}
	.view-frontpage-slideshow .views-field-nothing .date_place{
		font-size: 20px;
	}
	.view-frontpage-slideshow .views-field-nothing{
		padding-left: 0px;
		position: relative;
		bottom: 0px;
	  background-color: #131D24;
	}
	.views-field-nothing.hide-title-0{
	}
	.not-front .view-frontpage-slideshow .views-field-nothing .slide-description {
	    width: 100%;
	    font-size: 18px ;
	    margin-top: 0px;
	    padding-top: 0px;
	    line-height: 30px ;
	}
	.view-frontpage-slideshow .views-field-nothing .field-content{
		padding: 0px;
	}
	.flex-control-nav {
	    top: 20px;
	    width: 92px;
	    height: 20px;
	}
	body #main-content .flex-direction-nav a,.flexslider .flex-direction-nav a{
		background: none !important;
		opacity: 1 !important;
		color: #fff !important;
	}
	.flex-direction-nav a:before {
	    content: "\f0d9";
	    font-family: fontawesome;
	}
	.flex-direction-nav a.flex-next:before {
	    content: "\f0da";
	    font-family: fontawesome;
	}
	/* Slider Sonu */
	.mobile_hidden{
		display: none !important;
	}

	.front #columns{
		background: none !important;
		box-shadow: none;
	}
	.container {
	    max-width: 992px !important;
	    min-width: auto !important;
	    margin: 0px !important;
	  	padding: 0px !important;
	}
	/* Header */
	.mobile_header{
		background: #00293B;
		width: 100%;
		padding: 15px 15px;
	}

	.page .mobile_header .container{
		background: transparent;
	}
	.mobile_header .mobile_menu,.mobile_header #logo,.mobile_header .mobile_lang{
		display: inline-block;
	}
	.mobile_header .mobile_lang{
		position: relative;
		top: 30px;
		float: left;
	}
	.mobile_lang ul{
		list-style: none;
		padding-left: 0px;
		padding-right: 40px;
	}
	.mobile_lang ul a{
		color: #fff;
		font-family: "Libre Baskerville";
		font-weight: 400;
		font-size: 20px;
		text-transform: uppercase;
	}
	.mobile_header .mobile_menu{
		font-size: 36px;
		color: #fff;
		top: 15px;
		position: relative;
		float: right;
	}
	.mobile_header .mobile_menu.actik i:before{
		content: "\f00d";
	}
	.mobile_header .mobile_search{
		font-size: 30px;
		float: right;
		color: #fff;
		margin-top: 15px;
	}
	.highlighted .block-language-switcher-fallback a{
		display: none;
	}
	.highlighted #page-title {
		line-height: 50px;
	}
	/* Header Sonu */
	/* Duyurular */
	.duyurular .col-md-2{
		width: 100%;
	}
	.duyurular .block .view-news-announcements .views-row{
		padding: 0px;
	}
	.duyurular .views-field-title{
		min-height:auto;
		border-right: none;
		margin-top: 5px;
	}
	.block .view-news-announcements .views-field-created{
		padding-bottom: 0px !important;
		border-right: none;
	}.duyurular {
	    padding: 25px 25px;
	}
	/* Duyurular Sonu*/


	/* Footer */
	#footer {
	    padding: 0 25px 20px 25px ;
	}
	.footer_left_menu{
		display: none;
	}
	#footer .block .block-content {
	     float: none;
	}
	.footer_right_bilgi_3{
		text-align: right;
	}
	#footer .col-md-9{
		border-right: none;
	}
	#footer .col-md-9,#footer .col-md-3{
		padding: 0px;
	}
	.footer_right_social .youtube {
	    top: -2px;
	    position: relative;
	}
	.footer_right_social .googleplus {
	    position: relative;
	    top: -3px;
	}
	.footer_logo {
	    padding-top: 25px;
	}
	/* Footer Sonu */

	/* Alt Sayfalar Orta Bölüm */
	.sidebar-second.sn-group-node .content-inner{
		width: 100% !important;

	}
	#main-content{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	/* Alt Sayfalar Orta Bölüm Sonu */
	/* Alt saufalar Sağ Bölüm */
	body .region-sidebar-second {
	    width: 100% !important;
	    margin-left: 0px !important;
	}
	/* Alt saufalar Sağ Bölüm Sonu */

	/* Alt sayfalar üst Bölüm */
	.highlighted{
		padding: 0px 15px 10px 15px;
	}
	/* Alt sayfalar üst Bölüm */

		/* Slider altı resim */
		.field-name-field-page-cover-image {
		    margin: -25px -15px 15px -25px;
		}
			/* Slider altı resim Sonu */

	/* Genel Ayarlamalar */
	.region-secondary-content{
		clear: both;
	}

	.view-res-publications .views-exposed-widget{/* BURASI */
		    width: 100% !important;
	}
	body.admin-menu {
	    margin-top: 0px !important;
	}
	/* Genel Ayarlamalar Sonu*/
	/* Atıflar Sayfası */

	.view-res-citations .views-exposed-form .views-exposed-widget{
		width: 100%;
	}
	/* Atıflar Sayfası Sonu */

	/* Projeler Sayfası */
	.view-res-projects .views-exposed-widget{/* BURASI */
		    width: 100%;
	}
	/* Projeler Sayfası Sonu */

	/* Akademik Personel Sayfası */
	.view-people.view-id-people.view-display-id-panel_pane_2 .views-exposed-widget{
		    width: 100%;
	}
	/* Akademik Personel  Sayfası Sonu */
	/* Akademik İş İmkanları */

	.view-jobs.view-id-jobs.view-display-id-panel_pane_1 .views-exposed-widget{
		    width: 100%;
	}
	/* Akademik İş İmkanları Sonu*/

	/* İçerik Sayfası  */
	.sn-general .page-title.content{
		display: none !important;
	}
	/* İçerik Sayfası sonu */

	/* Misyon -stratejik Plan Sayfası */

	#node-523 .col-md-6:nth-child(1){
		padding-right: 15px;
	}
	#node-523 .col-md-6:nth-child(2){
		padding-left: 15px;
	}

	/* Misyon -stratejik Plan Sayfası */

	#admin-menu{
		display: none;
	}

	/* Mobil Menu */
	#mobile-menu {
	    position: absolute;
	    top: 110px;
	    z-index: 1000;
	    width: 100%;
	    height: 100%;
	    padding-top: 25px;
	    display: none;
	}

	.mobile_background{
		background: #1A1513;
	  	-webkit-filter: blur(3px);
	  	-moz-filter: blur(3px);
	  	-o-filter: blur(3px);
	  	-ms-filter: blur(3px);
	  	filter: blur(3px);
	  	z-index: 999;
	  	width: 100%;
	    position: absolute;
	    top: 110px;
	    opacity: 0.95;
	    display: none;
	}
	#mobile-menu ul,#mobile-menu li{
		list-style: none;
	}
	#mobile-menu ul{
		padding: 0px;
	}
	#mobile-menu li{
		padding: 10px 15px;
		border-bottom: 1px solid #322B29;
		border-left: 5px solid transparent;
	}

	#mobile-menu li:hover{
		border-left: 5px solid #34AED8;
	}
	#mobile-menu li a, #mobile-menu li span{
		color: #fff;
	    font-family: Roboto;
	    font-weight: 400;
	    font-size: 16px;
	    display: block;
	}

	#mobile-menu li.expanded>a:after,#mobile-menu li.expanded>.nolink:after{
		content: "\f078";
		font-family: fontawesome;
		float: right;
	}
	#mobile-menu li.expanded>.nolink:hover{
		cursor:pointer;
	}

	#mobile-menu li.expanded>a.alt_actik:after,#mobile-menu li.expanded>.nolink.alt_actik:after{
		content: "\f077";
	}

	#mobile-menu li.expanded>ul{
		display: none;
	}

	#mobile-menu .form-actions .form-submit{
		display: none;
	}

	#mobile-menu .form-text{
	    width: 100%;
	    border-radius: 5px;
	    border: none;
	    height: 30px;
	    padding-left: 15px;
	    margin-bottom: 10px;
	}
	/* Mobil Menu */
	/* Önerilen Bağlantılar Bölümü */
	.onerilen_2{
	    padding: 20px 0px 15px 0px;
	    height: auto;
	    background: #00293B;
	}
	.onerilen_2  a{
		padding: 3px 25px;
		border-right: none;
		color: #fff;
	}
	.onerilen_2 .carousel-control.right,.onerilen_2 .carousel-control.left{
		background: none;
		margin-top: -20px;
	}
	.onerilen_2 .carousel{
		margin-top:20px;
	}
	.onerilen_2 p{
		padding: 0;
		margin: 0;
	}
		/* Önerilen Bağlantılar Bölümü Son*/

	/* Header Sidebar*/
	.header_sidebar .carousel li{
		width: 100%;
		display: none;

	}

	.header_sidebar .carousel li a{
		font-weight: 600;
		  vertical-align:middle;
		    display: table-cell;
	}
	.header_sidebar .carousel li.active{
		height: 50px;
		  display: table;
		text-align: center;
	}

	.header_sidebar .carousel .left,.header_sidebar .carousel .right{
		background: none;
		margin-top: -10px;
	}
	.header_sidebar .carousel-control{
		color: #A7B1BA;
		    height: 70px;
	}
	.header_sidebar .right{
	    width: 24px;
	}
	.header_sidebar .left{
	    width: 24px;
	}
		/* Header Sidebar Sonu*/

		/* Akademisyenler */
	body.sidebar-second .content-inner{
		margin-right: 0px !important;
	}
	/* Akademisyenler Sonu*/
	.mobile_sayfa_tanim:not(:root:root){
			 margin-top: 0px !important;
	    /* ^_^ */
	}
}
@media(max-width:600px){

  /* Slider */
  .view-frontpage-slideshow .views-field-nothing .slide-title {
      font-size: 18px ;
  }
  .not-front .view-frontpage-slideshow .views-field-nothing .slide-description {
    font-size: 14px ;
    line-height: 16px ;
  }
  /* Slider Sonu */

	/* Önerilen Bağlantılar Bölümü */
	.onerilen_2{
	    padding: 20px 0px 0px 0px;
	    height: auto;
	    background: #00293B;
	}
	.onerilen_2  a{
		padding: 3px 25px;
		border-right: none;
		color: #fff;
	}
	.onerilen_2 .carousel-control.right,.onerilen_2 .carousel-control.left{
		background: none;
		margin-top: -20px;
	}
	.onerilen_2 .carousel-control.right{
	    width: 24px;
	}
	.onerilen_2 .carousel-control.left{
	    width: 24px;
	}
	.onerilen_2 .carousel{
		margin-top:20px;
	}
	.onerilen_2 p{
		padding: 0;
		margin: 0;
	}
		/* Önerilen Bağlantılar Bölümü Son*/


		/* Akademik Personel Sayfası */
		.view-people.view-id-people.view-display-id-panel_pane_2 .views-exposed-widget,
		.view-people.view-id-people.view-display-id-panel_pane_1 .views-exposed-widget{
			    width: 100%;
		}
		.view-people.view-id-people.view-display-id-panel_pane_2 .sol {
		    width: 100%;
		    text-align: center;
		}
		.view-people.view-id-people.view-display-id-panel_pane_2 .sag {
		    width: 100%;
		}
		/* Akademik Personel  Sayfası Sonu */
		/* Header*/
		.mobile_header .mobile_menu {
    		top: 5px;
    	}
    	.mobile_header .mobile_lang {
	    	top: 18px;
	    }
		/* Header Sonu*/

}
@media(max-width:400px){

		/* Header */
	#logo img{
		max-height: 55px !important;
	}
	.mobile_sayfa_tanim {
   		 margin-top: 80px !important;
   		 min-height: 80px !important;
	}
	/* Header Sonu */

	/* İçerik */
	#main-content img{
		width: 100%;
		height: auto;
	}
	/* İçerik Sonu*/
	/* Slider */
	.view-frontpage-slideshow .views-field-nothing .slide-title {
	    font-size: 16px;
	    line-height: 22px;
	    padding-bottom: 3px;
	}
	.not-front .view-frontpage-slideshow .views-field-nothing .slide-description {
	    font-size: 12px ;
	    line-height: 14px ;
	}
	.view-frontpage-slideshow .views-field-nothing .date_place,.view-frontpage-slideshow .views-field-nothing .slide-description{
		font-size: 14px ;
		line-height: 25px ;
	}
	/* Slider Sonu */

	/* Slider Altı*/
	.region-tertiary-content .block-title{
		margin-top: 0px !important;
	}

	/* Aday Sayfası */
	/* Aday Sayfası Sonu*/
}


/* İstasyon sayfası */
.og-context-node-10328 section#block-views-news-announcements-block-2, .og-context-node-10328 .duyurular {
    display: none;
}
/* İstasyon sayfası sonu*/


.addtocal {
    padding: 2px;
    margin-left: 77px;
}
ul.addtocal_menu {
	margin-left: 77px !important;
}



a.kutuphane_hesabim img {
    width: 40px;
    height: auto;
}
div#block-block-26 {
    position: absolute;
    right: 25px;
    bottom: -2px;
}
.og-context-node-5466 .desktop_hidden.mobile_sayfa_tanim.header {
    position: relative;
}

.desktop_hidden.mobile_sayfa_tanim.header a.kutuphane_hesabim {
	 position: absolute;
	 top: 22px;
	 right: 10px;
}
.drp_select_show label, .drp_select_show select{
	display: inline-block !important;
}


#node-12020 .form-text,#node-12020 .form-select{
	display: block;
	width: 100%;
	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;
}
#node-12020  #katilimci_turu-dropdown label,#node-12020  #katilimci_turu-dropdown .form-select{
	display: none;
}
#node-12020 input.webform-submit.button-primary.form-submit[disabled] {
    opacity: 0.5;
}
#node-12020 input.webform-submit.button-primary.form-submit {
    background: #101D24;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px 25px;
}
#node-12020 #tutar-dropdown {
    color: #506B7E;
    font-weight: 600;
}
#node-12020 #tutar-dropdown span {
    color: red;
    font-weight: 700;
}
.page-node-12020 .webform-component--etkinlik {
    display: none;
}
html.js fieldset.collapsible div.fieldset-wrapper {
    overflow: visible !important;
}


/* Anasayfa Menü İcon Çalışması */
#menu-6940-7 a.sf-depth-1.menuparent.sf-with-ul,#menu-6943-7 a.sf-depth-1.menuparent.sf-with-ul {
    text-indent: -9999px;
    min-width: 50px;
}

#menu-6940-7 a.sf-depth-1.menuparent.sf-with-ul + .sf-hidden,#menu-6943-7 a.sf-depth-1.menuparent.sf-with-ul + .sf-hidden {
  right: 0px !important;
}
#menu-6940-7 a.sf-depth-1.menuparent.sf-with-ul:before,#menu-6943-7 a.sf-depth-1.menuparent.sf-with-ul:before {
  content: "\f007";
  font-family: fontawesome;
  text-indent: 0px;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  line-height: 22px;
  float: right;
  top: 10px;
  right: 15px;
  text-align: center;
  position: relative;
  font-size: 22px;
}

/* Anasayfa Menü İcon Çalışması Sonu*/

/* SEM Detay Sayfaı */
.og-context-node-654 .file-icon{
  width: auto !important;
  height: auto !important;
}

.page-node-12020 .language-switcher-locale-url li:not(.active) a:hover{
	cursor: pointer;
}









/* Yeni Menü Çalışmalarım */
#block-block-17 img {
    /*z-index: 1000;*/
    position: relative;
}


.drp_menu {
    display: inline-block;
        position: relative;
        top: 1px;
}
.sn-general .drp_menu {
	width: 600px;
	padding-left: 50px;
}

.not-front.sn-general .drp_menu {
	width: 600px;
	padding-left: 40px;
}
.drp_menu .dropdown{
	position: inherit;
}
.drp_menu ul li{
	display: inline-block;
}

.drp_menu ul{
	padding-left: 0px;
}

.drp_menu ul li ul{
	display: none;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

.drp_menu>ul>li {
    height: 50px;
}
.drp_menu ul li {
    display: inline-block;
}
.drp_menu ul li a,.drp_menu>ul>li>.drp_no_link {
    color: #fff;
    font-size: 14px;
    border-right: 1px solid rgba(255,255,255,0.4);
    text-align: left;
    font-family: Roboto;
    font-weight: 400;
    /*height: 35px;*/
    padding:0 7px;
    position: relative;
    line-height: 25px;
    position: relative;
    display: inline-block;

}
.drp_menu>ul>li>.drp_no_link:hover{
	cursor:pointer;
}
.drp_menu span.drp_no_link{
    color: #fff;
    font-weight: 700;
    display: block;
    height: 25px;
    line-height: 15px;
    text-align: left;
    font-family: Roboto;
    font-size: 14px;

}

.drp_menu>ul li:hover ul li a{
  display: block;
    line-height: 15px;
    margin-bottom: 10px;
}
.drp_menu>ul li a:last-child {
    border-right: 0px;
}
.drp_menu ul li.dropdown ul li.dropdown>a,.drp_menu>ul>li.dropdown>ul>li>a {
    font-weight: 700 !important;
}
.drp_menu>ul li:hover ul {
	display: block;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;

}

.drp_menu>ul>li:hover>ul {
	position: absolute;
	background: #00293A;
	padding: 30px 30px 20px 30px !important;
  min-width: 960px;
  max-width: 960px !important;
  z-index: 999;
  left: -30px;
	border-bottom: 4px solid #373737;
	display: table;
    top: 45px;
}

.not-front .drp_menu>ul>li:hover>ul {
    left: -182px;
}
.drp_menu>ul>li:hover>ul a{
	padding: 0px;
}

.drp_menu>ul li:hover ul li ul {
    padding: 0px 0px 0px 0px !important;
    width: 100%;
    border-bottom: 0px;
   	position: relative;
}

.drp_menu>ul li:hover ul li ul li ul {
    padding: 0px 0px 0px 15px !important;
}

.drp_menu>ul li:hover ul li {
    display: table-row-group;
    width: 100%;
}

.drp_menu>ul li:hover ul li a{
	border-right: 0px;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.drp_menu>ul>li:hover>ul>li{
	min-width: 220px;
    display: table-cell;
    position: relative;
}

.drp_menu>ul>li.mlid_13006:hover>ul>li,.drp_menu>ul>li.mlid_13077:hover>ul>li,
.drp_menu>ul>li.mlid_13167:hover>ul>li,.drp_menu>ul>li.mlid_13172:hover>ul>li{
    min-width: 300px;
}
.drp_menu>ul>li.mlid_13047:hover>ul>li,.drp_menu>ul>li.mlid_13118:hover>ul>li,
.drp_menu>ul>li.mlid_13169:hover>ul>li,.drp_menu>ul>li.mlid_13174:hover>ul>li{
	min-width: 180px;

}

.drp_main_menu>ul {
    display: inline-flex;
    border: none;
        list-style: none;
        text-align: left;line-height: 1.0;
        margin: 0px;
        padding: 0px;
        float: right;
}
.drp_main_menu>ul li{
	float: left;
	list-style: none;
	padding: 14px 0 20px 13px !important;
	background: url(images/header-separator.gif) no-repeat left top;
	margin-left: 10px !important;
	font-size: 13px;
	position: relative;
}
.drp_main_menu>ul li:nth-child(1) {
    background: none;
}
.drp_main_menu>ul li a{padding: 3px 0px 0px 0px;
	font-family: Oswald;
	color: #00293B;
	font-size: 18px;
	font-weight: 500;
	height: 35px;
	line-height: 2.5em;

}

.drp_main_menu>ul li ul{
	display: none;
}
.drp_main_menu>ul li.dropdown:hover ul {
    position: absolute;
    background: #E0E0DF;
    border-bottom: 4px solid #373737;
    padding: 8px 9px !important;
    margin: 0;
    display: table;
    top: 65px;
    border-radius: 0px;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.drp_main_menu>ul li.dropdown:hover>a:after {
    content: "\f0d8";
    font-family: fontawesome;
    text-align: center;
    color: #E0E0DF;
    font-size: 45px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
}
.drp_main_menu>ul li.dropdown:hover ul li{
margin: 0px !important;
    padding: 5px 10px 0px 10px !important;
    background: none;
    font-size: 13px;
    position: relative;
    list-style: none;
    position: relative;
    width: 100%;

}

.drp_main_menu>ul li.dropdown:hover ul li a{
font-family: Roboto;
    font-size: 12px;
    font-weight: 600;
}
.mlid_6943>a,.mlid_6940>a {
    text-indent: -9999px;
    min-width: 50px;
    display: block;
}

.mlid_6943>a+ul,.mlid_6940>a+ul {
min-width: 160px;
}
.mlid_6943>a:before, .mlid_6940>a:before {
    content: "\f007";
    font-family: fontawesome;
    text-indent: 0px;
    display: inline-block;
    border: 2px solid;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    line-height: 22px;
    float: right;
    top: 10px;
    right: 15px;
    text-align: center;
    position: relative;
    font-size: 22px;
}

.drp_menu>ul li:hover ul li a:hover,.drp_menu>ul li:hover ul li .drp_no_link:hover{
  color: #ccc;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.drp_menu li.mlid_13430 a,.drp_menu li.mlid_13431 a{
  font-weight: 600;
}
/* Yeni Menü Çalışmalarım Sonu*/




/* Event Calendar */
.calendar-calendar .month-view .full td .inner div.day, .calendar-calendar .month-view .full td .inner div.day a {
    width: 100%;
}
.calendar-calendar .month-view .full td.multi-day .inner .item .view-item div.monthview .contents a {
    color: #fff !important;
}
.view-event-calendar  .date-prev {
    right: 75px !important;
}
.i18n-tr .view-event-calendar .date-prev {
  right: 92px !important;
}
.view-event-calendar .pager{
  position: relative;
}
.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview{
  height: 2.9em !important;
}

.calendar-calendar .month-view .full td.multi-day div.monthview a, .calendar-calendar .week-view .full td.multi-day div.weekview a, .calendar-calendar .day-view .full td.multi-day div.dayview a{
  color: #fff !important;
}
.section-event-calendar .desktop_hidden.mobile_sayfa_tanim.header {
    display: none;
}
/* Event Calendar Sonu*/



/* Menu links */

.link-red {
	background-color: #BF0F14;
    padding: 2px 5px !important;
    margin-top: -3px;
    border-radius: 3px;
    color: #FFF;
}

.link-blue {
	background-color: #269CC4;
    padding: 2px 5px !important;
    margin-top: -3px;
    border-radius: 3px;
    color: #FFF;
}


.link-green {
	background-color: #539A20;
    padding: 2px 5px !important;
    margin-top: -3px;
    border-radius: 3px;
    color: #FFF;
}


.page-custom-profile-edit input#edit-add-participant {
    margin-right: 5px;
}


.page-node-14778 .form-managed-file .form-submit {
    display: none;
}
.people-social-media a{
  font-size: 28px;
  margin: 15px 15px 10px 15px;
  position: relative;
  display: inline-block;
}
.view-people-detail-id.view-display-id-block .views-label{
  font-weight: 600
}

.view-people-detail-id.view-display-id-block .views-label,
.view-people-detail-id.view-display-id-block .field-content{
  display: inline-block;
}

.view-people-detail-id.view-display-id-block .views-field {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}

.field-collection-item-field-profile-education-degreee .field{
  display: inline-block;
}

.field-collection-item-field-profile-education-degreee .field:not(:last-child):not(.field-name-field-degree-start-date) .field-item:after{
  content: ",";
  margin-right: 5px;
}
.field-collection-item-field-profile-education-degreee .field:not(:last-child).field-name-field-degree-start-date .field-item:after{
  content: " -";
  margin-right: 5px;
}
i.fa.fa-google-scholar-custom:before {
    background-image: url(../images/google-scholar.png);
}
.fa-mendeley-custom:before  {
    background-image: url(../images/mendeley.png);
}
.fa-researchgate-custom:before  {
    background-image: url(../images/research-gate.png);
}

.fa-google-scholar-custom:before ,.fa-mendeley-custom:before , .fa-researchgate-custom:before  {
  content: '';
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: block;
  background-size: 24px;
}
.fa-google-scholar-custom ,.fa-mendeley-custom , .fa-researchgate-custom  {
  height: 22px;
}
.field-name-field-profile-education-degreee {
    margin-top: 10px;
}

.view-res-person-projects table{
  font-size: 8px;
  width: 100%;
  table-layout: fixed;
}

.region-header .block-og-menu ul ul {
    margin-left: 15px;
}
.block-superfish ul{
  min-width: 14em;
}

.view-res-projects .views-field-field-research-person .clearfix:before,.view-res-projects .views-field-field-research-person .clearfix:after,
.view-res-person-projects .views-field-field-research-person .clearfix:before,.view-res-person-projects .views-field-field-research-person .clearfix:after,
.view-res-projects .views-field-nothing .clearfix:before,.view-res-projects .views-field-nothing .clearfix:after {
  display: none;
}
.view-res-projects .views-field-field-research-person .clearfix,.view-res-person-projects .views-field-field-research-person .clearfix,.view-res-person-projects .views-field-nothing .clearfix{
  display: inline;
}
.sf-menu-people-eng li ul li a{
  text-transform: none;
}

.sf-menu-people-eng li ul li a:hover{
  font-weight: bold;
}

.page-user ul#superfish-3 li li a.active {
  color: #666 !important;
  font-weight: bold;
}
#block-superfish-3 li.sfHover > ul,#block-superfish-3 li.sfHover > ul li,#block-superfish-3 li.sfHover > ul li a{
  min-width:330px;
}
.view-res-person-projects .view-content caption, .view-res-projects  .view-content caption{
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

.view-res-projects.view-display-id-panel_pane_1 .views-exposed-form .views-exposed-widget{
    width: 33%
}

/* [ ChatBOX BEGIN */

    #si-wrapper .silc-btn {
    bottom: 25px !important;
    height: 180px !important;
    width: 180px !important;
    right: 25px !important;
	}

	#siWidget-chat {
    right: 25px !important;
    height: calc(100% - 150px) !important;
    bottom: 90px !important;
    width: 460px !important;
	}

/* ChatBOX END ] */

.view-res-projects .field-collection-item-field-research-person.clearfix:before,.view-res-person-projects .field-collection-item-field-research-person.clearfix:before{
  display: none;
}

/* Öğrenci İşleri Accordion styles */


input.acco {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.col {
  -webkit-box-flex: 1;
          flex: 1;
}
.col:last-child {
  margin-left: 1em;
}


.tabsacco {
  overflow: hidden;
}

.tabacco {
  width: 95%;
  overflow: hidden;
}
.tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
  background-color:#efefef;
  /* Icon */
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  padding-top: 1em;
  -webkit-transition: all .35s;
  transition: all .35s;
  margin-top: -18px !important;  
}
.tab-content p {
  margin-top: 10px !important; 
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* this will target only Mac Safari and Chrome browsers */
	.tab-content { padding-top: 1em; }
}
.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1em;
  cursor: pointer;
}

input.acco:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input.acco:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}


/* Öğrenci İşleri accordion END ] */

/* EN-TR switch linki debug'ı*/
#block-language-switcher-fallback-language-switcher-fallback, #block-language-switcher-fallback-language-switcher-fallback ul li a{z-index: 100000 !important;}
.block-language-switcher-fallback, .block-language-switcher-fallback ul li a  {z-index: 100000 !important;}

