﻿
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);

/*-- General --*/
html,
body {
  font-family: 'Source Sans Pro', sans-serif;
  color:#000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.stickyBody {
  padding-top: 155px !important; 
}
@media(min-width: 768px){
    body.stickyBody {
    padding-top: 163px !important;
  }
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}



@media (min-width: 1200px) {
  .container {
    width: 1010px;
  }
}

h1,
.h1 {
	font-size: 30px;
	font-weight: 700;
	color:#002868;
}
h2,
.h2 {
	font-size: 30px;
	font-weight: 700;
	color:#002868;
}
h1, .h1, h2, .h2 {
	margin-top: 0;
	margin-bottom: 0;
}
@media (max-width: 768px) {
	h1,
	.h1 {
		font-size: 24px;
	}
	h2,
	.h2 {
		font-size: 24px;
	}
}

hr{
  margin-top: 24px;
  margin-bottom: 30px;
}
.section{ 
	margin-bottom:10px;
}
.section .img-single {
	display:block;
 	margin-top:-2px;
	padding-left:15px;
	padding-bottom:10px;
	float:right;
}
@media (max-width: 768px) {
	.section .img-single {
		display:block;
		margin-top:-2px;
		padding-left:0;
		padding-bottom:10px;
		float:none;
	}
	.nav .sfNavVertical{
  margin: 15px !important;
}
	
}

.section .img-single img {
	padding:2px;
	border: 1px solid #eeeeee;
}
.section .content p{
	font-size:14px;
	line-height:1.2;
	margin-top:-3px;
	margin-bottom:22px;
}
.container .section:last-child {
	margin-top:-31px;
}
address{
	font-size:12px !important;	
	color:#171717 !important;
	margin-bottom: 0 !important;
}
address img{
	margin-bottom:16px;
	float:none;
}
logo_itu img{
	margin-bottom:16px;
	float:none;
}

.address span{
	color:#002868;
	padding:0;
	margin:0;
}
.hr2{
	border-top: 1px solid #d6d3d3;
	margin:0;
	padding:0;
	margin-top:29px;
	margin-bottom:29px;
}


.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 9px !important;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #e7e7e7 !important;
	border-radius: 0px !important;
	min-height:40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 38px !important;
}
.select2-container--default .select2-selection--multiple {
	margin-right:20px;
}
.type3 .select2-container--default .select2-selection--multiple {
  margin-right: auto !important;
}
@media (max-width: 768px) {
	.select2-container--default .select2-selection--multiple {
		margin-right:auto !important;
		margin-bottom:5px !important;
	}
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute !important;
	width: 44px !important;
	height: 38px !important;
	top: 2px !important;
	right: 2px !important;
	background-color:#2fcb70;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	position:absolute;
	width: 0;
	height: 0;
	top: 12px !important;
	left: 23px !important;
	border: 3px solid transparent !important;
	border-bottom: 5px solid #fff !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
	content: '';
	position: absolute !important;
	top:7px !important;
	left:-3px !important;
	width: 0 !important;
	height: 0 !important;
	border: 3px solid transparent !important;
	border-top: 5px solid #fff !important;
}
.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #e7e7e7 !important;
	border-radius: 0 !important;
	cursor: text;
	min-height:40px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	font-size:13px !important;
	color:#fff !important;
	font-weight:700 !important;
	background-color: #e94c3e !important;
	border: 0px !important;
	border-radius: 0px !important;
	cursor: default;
	float: left;
	margin-right: 6px !important;
	margin-top: 4px !important;
	margin-left:-1px;
	padding-left: 9px !important;
	padding-right: 9px !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.select2-selection__choice__remove{
	color:#fff !important;
	font-weight:400 !important;
	margin-left: 5px !important;
	margin-top: 2px !important;
	margin-right:auto !important;
	float: right !important;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #e7e7e7 !important;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

table{background-color:#fff}
caption{padding-top:10px;padding-bottom:10px;color:#777}
.table{width:100%;max-width:100%;margin-bottom:20px}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:10px;line-height:1.42857143;vertical-align:top;border-top:1px solid #e7e7e7}
.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #e7e7e7}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}
.table>tbody+tbody{border-top:2px solid #e7e7e7}
.table .table{background-color:#f9f9f9}
.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:6px}
.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #e7e7e7}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}
.table-striped>tbody>tr:nth-of-type(odd){background-color:#f3f3f3}
.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#ededed}
table col[class*=col-]{position:static;float:none;display:table-column}
table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}
.btn-group>.btn-group,.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group,.dropdown-menu{float:left}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e0e0e0}
.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}
.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}
.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}
.table-responsive{overflow-x:auto;min-height:.01%}
@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #e7e7e7}
.table-responsive>.table{margin-bottom:0}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}
.table-responsive>.table-bordered{border:0}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
}

/*-- General Close --*/

/*-- Logo --*/
.brand{ 
	display:block;  
	float:left;  
}
.brand img {
	width:231px; 
	height:63px; 
}
.brand:hover, .navbar .brand:focus{
	text-decoration:none;
}
/*-- Logo Close --*/

/*-- Navigation 1 --*/
	/*-- Navigation 1 > Bar --*/
	#nav1 {
		height:105px;
		background:#ffffff;
	}
	#nav1 .navbar {
	  position: relative;
	  padding-top: 21px;
	  margin-bottom: 16px;
	  border: 0;
	  background:#ffffff;
	}
	@media (max-width: 992px) {
        #nav1 .navbar-nav {
			
        }
	}
	#nav1 .navbar-default .navbar-nav > li > a {
	  color: #000;
	  font-weight:700;
	}
	#nav1 .navbar-default .navbar-nav > li > a:hover,
	#nav1 .navbar-default .navbar-nav > li > a:focus {
	  color: #002868;
	  background-color: transparent;
	}
	#nav1 .navbar-default .navbar-nav > .active > a,
	#nav1 .navbar-default .navbar-nav > .active > a:hover,
	#nav1 .navbar-default .navbar-nav > .active > a:focus {
	  color: #555;
	  background-color: #ffffff;
	}
	/*-- Navigation 1 > Bar Close --*/
	
	/*-- Navigation 1 > Items --*/
	#nav1 .nav > li > a {
	  font-size:14px;
	  padding: 24px 10px;
	}
	@media (max-width: 768px) {
        #nav1 .nav > li > a {
            padding:5px 15px;
			
        }
	}
	/*-- Navigation 1 > Items Close --*/

	/*-- Navigation 1 > Flags --*/
	#nav1 .btn {
	  padding:4px;
	  border-radius: 0px;
	  margin-top:0;
	  margin-right:-10px !important;
	}
	@media (max-width: 768px) {
        #nav1 .btn {
          padding:6px;
          border-radius: 0px;
          margin-top:0;
          margin-left:10px;
        }
	}
	#nav1 .btn-default {
	  color: #333;
	  background-color: #fff;
	  border-color: #eeeeee;
	}
	#nav1 .btn-default:hover,
	#nav1 .btn-default:focus,
	#nav1 .btn-default.focus,
	#nav1 .btn-default:active,
	#nav1 .btn-default.active,
	#nav1 .open > .dropdown-toggle.btn-default {
	  color: #333;
	  background-color: #e6e6e6;
	  border-color: #adadad;
	}
	#nav1 .btn-default:active,
	#nav1 .btn-default.active,
	#nav1 .open > .dropdown-toggle.btn-default {
	  background-image: none;
	}
	#nav1 .dropdown {
	  position: relative;
	  margin-top:17px;
	}
	@media (max-width: 768px) {
        #nav1 .dropdown {
          position: relative;
          margin-top:8px;
        }
	}
	.nav1 {
	  position: absolute;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 0 !important;
	  padding: 0px 2px !important;
	  margin: 2px -10px 0 !important;
	  font-size: 14px !important;
	  text-align: left;
	  list-style: none;
	  background-color: #fff;
	  -webkit-background-clip: padding-box;
			  background-clip: padding-box;
	  border: 1px solid #ccc;
	  border: 1px solid rgba(0, 0, 0, .15);
	  border-radius: 0px;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	
	.nav2 {
	  position: absolute;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 2px 0;
	  margin: 2px 0 0;
	  font-size: 14px;
	  text-align: left;
	  list-style: none;
	  background-color: #294f8b;
	  -webkit-background-clip: padding-box;
			  background-clip: padding-box;
	  border: 0px solid #ccc;
	  border: 0px solid rgba(0, 0, 0, .15);
	  border-radius: 0px;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	.nav2 li>a {
	  display: block;
	  padding: 10px 10px !important;
	  clear: both;
	  font-weight: 400;
	  line-height: 1.42857143;
	  color: #fff;
	  white-space: nowrap;
	}
	.nav2 li>a:hover {
	  color: #fff;
	  text-decoration: none;
	  background-color: #002868;
	}
	
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	  color: #555;
	  background-color: #294f8b;
	}
	
	.dropdown-menu > li > a {
	  display: block;
	  padding: 3px 10px;
	}
	/*-- Navigation 1 > Flags Close --*/
/*-- Navigation 1 Close --*/

/*-- Navigation 2 --*/
#nav2 .navbar{
  margin-bottom: 0;
  border-radius:0;
}
#nav2 .container{
  margin-right: auto;
  margin-left: auto
}
#nav2 .navbar-default {
  background:#002868;
  border:0;
}
#nav2 .nav > li > a {
  position: relative;
  display: block;
  padding: 7px 20px;
  font-size:15px;
  color:#FFFFFF;
  font-weight:700;
  letter-spacing: 0.4px;
}
@media (min-width: 768px) {
	#nav2 .nav > li > a {
		padding: 10px 8px;
		padding-top:19px;
		padding-bottom:19px;
	}
}
#nav2 .nav > li > a:hover,
#nav2 .nav > li > a:focus {
  text-decoration: none;
 /* background-color: #294f8b;*/
}

#nav2 .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
    #nav2 .navbar-collapse {
      padding-right: 15px;
      padding-left: 15px;
    }
}
#nav2 .navbar-default .navbar-nav > .active > a,
#nav2 .navbar-default .navbar-nav > .active > a:hover,
#nav2 .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #294f8b;
}
#nav2 .navbar-default .navbar-toggle {
  border-color: #ddd;
}
#nav2 .navbar-default .navbar-toggle:hover,
#nav2 .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
#nav2 .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
#nav2 .navbar-default .navbar-toggle:hover > .icon-bar, #nav2 .navbar-default .navbar-toggle:focus > .icon-bar {
  background-color: #002868;
}
/*-- Navigation 2 Close --*/

/*-- Main Slider --*/
.jumbotron {
	padding: 0;
	margin-bottom: 23px;
	color: inherit;
	background-color: #eee;

}

.divas-caption h1 {
	font-weight: 700;
	font-size: 4em;
	line-height: 1.1;
	margin-top:0;
	margin-bottom:5px;
}

.divas-caption p {
	font-style: normal;
	font-size: 1em;
	margin-bottom:0;
}

@media screen and (max-width: 1100px) {
	.divas-caption h1 {
		font-size: 3em;
		margin-top:0;
		margin-bottom:5px;
	}
	.divas-caption p {
		font-size: 1em;
		margin-bottom:0;
	}

}
.divas-caption.divas-title-transition-left-stop {
	left: 0;
}

.divas-caption {
	position: absolute;
	top: 50%;
	width: auto;
	background: rgba(0,40,104,0.8);
	color: #f7f7f7;
	border: none;
	padding: 1em 2em 1.6em;
	margin: 0 2em;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 0;
	height: 471px;

  }
}
/*-- Main Slider Close --*/

/*-- News Slider --*/
.slider1 {
	margin:20px;
	margin-bottom:30px;
}
.slider1 .slick-prev:before, .slick-next:before{
	color:#818181 !important;
}
.slick-prev,
.slick-next
{
    width: auto !important;
    height: auto !important;
}
.slick-prev:before,
.slick-next:before
{
    font-size: 40px !important;

}

.slider1 .slideOuter {
	position:relative;
    border: 1px solid #eeeeee;
	padding:2px;
	background:#FFFFFF;
	margin:15px;
}
.slider1 .slide {
	position:relative;
	overflow:hidden;
}
.slider1 img {
	width:100%;
	height:100%;
	display:inline-block;
}
.slider1 figure {
    position:relative;
	overflow:hidden;
}
.slider1 .date {
	position:absolute;
	display:block;
	width:80px;
	height:83px;
	text-align:center;
	background:#FFF;
	right:0;
	z-index:20;
}
.slider1 .day {
	font-family: 'Roboto', sans-serif;
    color:#eb0000;
	font-size:53px;
	margin-top:31px;
	padding:0;
	line-height:0;
}
.slider1 .year {
	font-family: 'Roboto', sans-serif;
    color:#000000;
	font-size:15px;
	margin-top:23px;
	margin-left:3px;
	padding:0;
}

.slider1 figcaption {
	position:absolute;
	display:block;
	width:100%;
	height:190px;
	font-size:16px;
    color:#fff;
	padding:19px;
	bottom:-120px;
	z-index:15;
	-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   -ms-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.slider1 .slide:hover figcaption {
	bottom:10px;
	-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   -ms-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.slider1 .figcaptionBG {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background:rgba(19,55,109,0.8);
	top:80%;
	z-index:10;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   -ms-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.slider1 .slide:hover .figcaptionBG {
	top:0;
	-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   -ms-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}


.slider1 h3 {
    display:block;
	font-size:18px;
	font-weight:400;
	margin-bottom:12px;
}
.slider1 p {
    display:block;
	font-size:13px;
}
.slider1 a {
    display:block;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:underline;
}
.slider1 a:hover {
	text-decoration:none
}

/*-- News Slider Close --*/

/*-- Sponsor Slider --*/
.slider2 {
	margin-bottom:30px;
}
.slider2 .slide {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.slider2 .slide img{
	display: inline;
	width: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
/*-- News Slider Close --*/

/*-- Sub Page --*/
	.subPage{
		margin-bottom:40px;
	}
	.subPage .left{
		padding-right:25px
	}
	.subPage .right{
		padding-left:5px;
	}
	.subPage .left2{
		padding-right:4px;
	}
	.subPage .left2 hr{
		display:none;
	}
	.subPage .right2{
		padding-left:25px;
	}
	@media (max-width: 768px) {
		.subPage .left{
			padding-right:0
		}
		.subPage .right{
			padding-left:0;
		}
		.subPage .left2 hr{
			display:block;
		}
		.subPage .left2 .btn{
			width:100%;
		}
		.subPage .left2{
			padding-right:0;
		}
		.subPage .right2{
			padding-left:0;
		}
	}

	.subPage .pageImg{
		margin-bottom:30px;
		height:100% !important;
		width:100% !important;
	}
	.subPage h1{
		line-height:normal;
		margin:0;
		padding:0;
		/*-- margin-top:-10px;--*/
		margin-bottom:22px
	}
	.subPage h2{
		font-size:20px;
		font-weight:700;
		color:#002868;
		padding:0;
		margin:0;
		margin-bottom:26px;
	}
	.subPage h3{
		font-size:12px;
		font-weight:700;
		color:#002868;
		padding:0;
		margin:0;
	}
	.map{
		height:280px;
		margin-bottom:30px;
	}
	.subPage .content{
		margin-top:-7px;
	}
	.subPage .content ul{
		-webkit-padding-start: 5px;
	}
	.subPage .content ul li{
		font-size:13px;
		font-weight:400;
		color:#000000;
		line-height:24px;
		list-style: none;
	}
	.subPage .content li:before {
		position: relative; 
		font-size:13px;
		color: #00266a;
		content: "•";
		left: -4px;
	}
	
	/*-- Sub Page > Navigation --*/
	.right2 .list-group {
		margin-bottom:30px;
	}
	.list-group-item {
	  position: relative;
	  display: block;
	 /*-- padding: 5px 11px;--*/
	  margin-bottom: -1px;
	  background-color: #fff;
	  border: 1px solid #e7e7e7;
	}
	.list-group-item i{
		margin-right:2px;
	}
	.list-group-item:first-child {
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	}
	.list-group-item:last-child {
	  margin-bottom: 0;
	  border-bottom-right-radius: 0;
	  border-bottom-left-radius: 0;
	}
	a.list-group-item {
		font-size:14px;
		color: #000000;
	}
	a.list-group-item .list-group-item-heading {
	  color: #333;
	}
	a.list-group-item:hover,
	a.list-group-item:focus {
	  color: #fff;
	  text-decoration: none;
	  background-color: #002868;
	}
	.list-group-item.active,
	.list-group-item.active:hover,
	.list-group-item.active:focus {
	  z-index: 0;
	  color: #fff;
	  background-color: #002868;
	  border-color: #e7e7e7;
	}
	/*-- Sub Page > Navigation Close --*/

	/*-- Sub Page > Gallery --*/
	.subPage .thumbnail {
	  display: block;
	  padding: 15px;
	  margin-bottom: 20px;
	  line-height: 1.42857143;
	  background-color: #fff;
	  border: 0;
	  border-radius: 0;
	  -webkit-transition: border .2s ease-in-out;
		   -o-transition: border .2s ease-in-out;
			  transition: border .2s ease-in-out;
	}
	.subPage .thumbnail > img,
	.subPage .thumbnail a > img {
	  border: 1px solid #e7e7e7;
	  margin-right: auto;
	  margin-left: auto;
	}
	/*-- Sub Page > Gallery Close --*/
	
	/*-- Profil List --*/
		.profilList {
			padding-left:10px;
		}
		.profilList .first{
			width:300px !important;
		}
		.profilList .first h4{
			font-size:15px;
			font-weight:700;
			color:#002868;
			padding:0;
			margin:0;
		}
		.profilList .first .media .media-body {
			font-size: 15px;
			color: #000000;
		}
		.profilList ul{
			display: block;
			list-style-type: disc;
			-webkit-margin-before: 0;
			-webkit-margin-after: 0;
			-webkit-margin-start: 0;
			-webkit-margin-end: 0;
			-webkit-padding-start: 0;
			margin:0;
			padding:0;
			margin-left:-20px;
			margin-right:-20px;
		}
		.profilList ul li{
			width:230px;
			margin:0;
			padding:0;
			list-style:none;
			margin-left:10px;
			margin-right:10px;
			float:left !important;
		}
		@media (max-width: 768px) {
			.profilList .first{
				width:auto !important;
			}
			.profilList ul li{
				width:auto;
				margin:0;
				padding:0;
				list-style:none;
				margin-left:10px;
				margin-right:20px;
				float:left !important;
			}
		}
		.profilList h1{
			margin-bottom:13px;
			margin-left:-10px;
		}
		.profilList h2{
			font-size:16px;
			font-weight:700;
			color:#002868;
			padding:0;
			margin:0;
			margin-bottom:18px;
			margin-left:-9px;
		}
		.profilList h4{
			font-size:13px;
			font-weight:700;
			color:#000000;
			padding:0;
			margin:0;
		}
		.profilList .media {
			border:1px solid #e7e7e7;
			padding:0;
			padding:20px;
			margin-bottom:20px;
			height: 100px;
		}
		.profilList .social {
			margin-top:10px;
		}
		.profilList .social a {
			display:block;
			height:12px;
		}
		.profilList .twitter{
			width:13px;
			background:url(../../img/profil-social.png) 0 0 no-repeat;
			margin-right:3px;
			float:left;
		}
		.profilList .mail{
			width:13px;
			background:url(../../img/profil-social.png) -16px 0 no-repeat;
			margin-right:3px;
			float:left;
		}
		.profilList .web{
			width:13px;
			background:url(../../img/profil-social.png) -32px 0 no-repeat;
			margin-right:3px;
			float:left;
		}
		.profilList .media img{
			width:67px;
			height:67px;
			border:1px solid #e7e7e7;
		}
		.profilList .media .media-body {
			font-family:Arial, sans-serif;
			font-size: 11px;
			color: #002868;
		}
		.profilList .media-body {
			display: table-cell;
			vertical-align: middle;
		}
		
		/*-- Profil List Gallery --*/
		.profilListGallery{
			margin-bottom:20px;
		}
		.profilListGallery .thumbnail {
		  display: block;
		  padding: 0;
		  margin-bottom: 0;
		  line-height: 1.42857143;
		  background-color: #fff;
		  border:1px solid #e7e7e7;
		  border-radius: 0;
		  -webkit-transition: border .2s ease-in-out;
			   -o-transition: border .2s ease-in-out;
				  transition: border .2s ease-in-out;
		}
		.profilListGallery .thumbnail > img,
		.profilListGallery .thumbnail a > img {
		  border: 0;
		  margin-right: auto;
		  margin-left: auto;
		}
		.profilListGallery .outside{
			font-size:14px;
			color:#FFFFFF;
			font-weight:400;
			border-left:1px solid #e7e7e7;
			border-right:1px solid #e7e7e7;
			border-bottom:1px solid #e7e7e7;
			height:30px;
			background:#002868;
			padding-left:10px;
			padding-right:8px;
			padding-top:5px;
		}
		.profilListGallery .pageIcons{
			float:right;
		}
		.profilListGallery .pageIcons a{
			color:#fff;
		}
		.profilListGallery .pageIcons span{
			padding-left:2px;
			padding-right:2px;
		}
		/*-- Profil List  Gallery Close --*/
	
		/*-- Profil List > Popover --*/
		.profilList .popover{
			min-width:310px;
		}
		.profilList .popover .media {
			border:0;
			padding-top:9px;
			padding-left:5px;
			padding-right:5px;
			padding-bottom:9px;
			margin:0;
		}
		.profilList .popover .media-body {
			font-size:11px;
			color:#000000;
		}
		.profilList .popover .media img{
			width:81px;
			height:81px;
			border:1px solid #e7e7e7;
		}
		.profilList .popover .media h4{
			font-size:13px;
			font-weight:700;
			color:#002868;
			padding:0;
			margin:0;
			margin-bottom:5px;
		}
		.profilList .popover .media h5{
			font-size:13px;
			font-weight:400;
			color:#000000;
			padding:0;
			margin:0;
		}
		.profilList .popover .media hr{
			margin:0;
			padding:0;
			margin-top:7px;
			margin-bottom:7px;
		}
		.profilList .popover .btn {
			width:auto !important;
		  display: inline-block;
		  padding-left: 8px;
		  padding-right:8px;
		  padding-top:6px;
		  padding-bottom:6px;
		  margin-right:5px;
		   margin-bottom:5px;
		  font-size: 10px;
		  font-weight: 700;
		  line-height: normal;
		  text-align: center;
		  white-space: nowrap;
		  vertical-align: middle;
		  -ms-touch-action: manipulation;
			  touch-action: manipulation;
		  cursor: pointer;
		  -webkit-user-select: none;
			 -moz-user-select: none;
			  -ms-user-select: none;
				  user-select: none;
		  background-image: none;
		  border: 0px solid transparent;
		  border-radius: 0;
		  float:left !important;
		}
		.profilList .popover .btn-danger {
			color: #fff;
			background-color: #e94c3e;
			border-color: #d43f3a;
		}
		/*-- Profil List > Popover Close--*/
	/*-- Profil List Close--*/
	
	/*-- Profil Detail --*/
		/*-- Profil Info --*/
		.profilInfo .thumbnail {
		  display: block;
		  padding: 2px;
		  margin-bottom: 0;
		  line-height: 1.42857143;
		  background-color: #fff;
		  border:1px solid #e7e7e7;
		  border-radius: 0;
		  -webkit-transition: border .2s ease-in-out;
			   -o-transition: border .2s ease-in-out;
				  transition: border .2s ease-in-out;
		}
		.profilInfo .thumbnail > img,
		.profilInfo .thumbnail a > img {
		  border: 0;
		  margin-right: auto;
		  margin-left: auto;
		}
		.profilInfo p{
			padding:15px;
			font-size:11px;
			font-weight:400;
			color:#000000;
			border:1px solid #e7e7e7;
			border-top:none;
		}
		/*-- Profil Info Close --*/
	/*-- Profil Detail Close --*/

	/*-- Publications --*/
	.type3 h3{
		margin-bottom: 10px;
	}
	.right .type3 .dropContainer{
		float:right;
	}
	.right .type3 .dropBox{
		margin-left:10px !important;
		float:left;
	}
	.right .type3 select{
		padding-right:40px;
	}
	@media (max-width: 768px) {
		.right .type3 .dropContainer{
			float:none;
		}
		.right .type3 .dropBox{
			margin-left:auto !important;
			margin-bottom:10px;
			float:none;
		}
		.right .type3 select{
			width:100% !important;
			padding-right:auto;
			
		}
	}
	
	.type3 .list-group{
		margin-top:-6px;
	}
	.type3 .list-group-item {
		position: relative;
		display: block;
		padding: 0;
		margin-bottom: 2px;
		background-color: transparent;
		border: 0;
	}
	.type3 a.list-group-item {
		font-size:13px;
		color: #000;
		text-decoration: none;
	}
	.type3 a.list-group-item:hover,
	.type3 a.list-group-item:focus {
		color: #000;
		text-decoration: underline;
		background-color: transparent;
	}
	
	.type3 .list-group-item:last-child {
		margin-top:12px;
	}
	.type3 a.list-group-item:last-child  {
		color: #e94c3e;
		text-decoration: none;
	}
	.type3 a.list-group-item:hover:last-child,
	.type3 a.list-group-item:focus:last-child  {
		color: #e94c3e;
		text-decoration: underline;
		background-color: transparent;
	}
	.type3 .form-control {
	  display: block;
	  width: 45px;
	  height: 31px;
	  padding: 10px;
	  margin-bottom:0;
	  font-size: 12px;
	  line-height: 1.42857143;
	  color: #000;
	  background-color: #fff;
	  background-image: none;
	  border: 1px solid #e7e7e7;
	  border-radius: 0;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  -webkit-transition: none;
		   -o-transition: none;
			  transition: none;
	}
	.type3 .btn {
		width:62px !important;
		height:31px;
		padding:0 !important;
		margin-left:8px;
	}
	.type3 .line{
		text-align:center;
		width:19px;
		padding-top:20px;
		margin-top:-30px;
	}
	.type3 .form-inline{
		display:none;
	}
	.type3  .form-inline .form-group {
	  display: inline-block;
	  margin-bottom: 0;
	  vertical-align: middle;
	}
	
	.chooseBox input[type=checkbox]:not(old),
	.chooseBox input[type=radio]:not(old){
	  width   : 15px;
	  margin  : 0;
	  padding : 0;
	  opacity : 0;
		cursor:pointer;
	}
	.chooseBox input[type=checkbox]:not(old) + label,
	.chooseBox input[type=radio]:not(old)+label{
	  display: inline-block;
		font-size:13px;
		font-weight:400;
		color:#3d3d3d;
		margin:0;
		padding:0;
	  margin-left  : -15px;
		margin-right:5px;
	  padding-left : 25px;
	  background   : url('../../img/checks.png') no-repeat 0 0;
		background-position : 0 1px;
	}
	.chooseBox input[type=checkbox]:not(old):checked + label,
	.chooseBox input[type=radio]:not(old):checked + label{
	  background-position : 0 -23px;
	}
	
	.pubicons {
		margin-top:13px;
	}
	.pubicons a {
		display:block;
		height:20px;
	}
	.pubicons .bibtex{
		width:20px;
		background:url(../../img/pub-icons.png) 0 0 no-repeat;
		margin-right:10px;
		float:left;
	}
	.pubicons .pdf{
		width:20px;
		background:url(../../img/pub-icons.png) -30px 0 no-repeat;
		margin-right:10px;
		float:left;
	}
	.pubicons .doi{
		width:20px;
		background:url(../../img/pub-icons.png) -58px 0 no-repeat;
		margin-right:10px;
		float:left;
	}
	/*-- Publications Close--*/
	
	/*-- Projects --*/
	.projects{
		padding:20px;
		border:1px solid #e7e7e7;
		border-bottom:0;
	}

	.projects > .col-sm-8, .col-md-8, .col-lg-10, .col-sm-4, .col-md-4, .col-lg-2 {
		padding-left:0;
		padding-right:0;
	}
	
	.projects .button{
		margin-top:20px;
		padding-top:20px;
		margin-left:-20px;
		margin-right:-20px;
		border-top:1px solid #e7e7e7;
		text-align:center;
	}
	.row .projects:first-child{
		border-bottom:0;
	}
	.row .projects:last-child{
		border-top:0;
	}
	.projects .table{
		margin-bottom:0;
	}
	.projects .table-bordered {
		border: 1px solid #e7e7e7;
	}
	.table-bordered>thead>tr>th,
	.table-bordered>tbody>tr>td {
		border: 1px solid #e7e7e7;
	}
	.projects .table>thead>tr>th,
	.projects .table>tbody>tr>td{
		padding: 20px;
		font-size:13px;
		color:#000;
		font-weight:400;
		line-height: normal;
		vertical-align: top;
		border-bottom: 0;
		border-right:1px solid #e7e7e7;
	}
	.projects .table>thead>tr>th{
		font-size:13px;
		color:#002868;
		font-weight:700;
	}
	.projects .table>tbody>tr>td{
		cursor:pointer;
	}
	.projects .accordion-toggle td:last-child:before {
		content: url('../../img/arrow-down.png');
		float:right;
	}
	.projects .accordion-toggle.collapsed td:last-child:before {
		content: url('../../img/arrow-up.png');
	}
	.projects .rowHidden{
		padding: 0px !important;
		border:0 !important;
	}
	.projects .rowPad{
		padding:20px;
	}
	.projects .btn{
		width:auto !important;
	}
	.projects .btn-primary {
	  color: #fff;
	  background-color: #5a96f7;
	  border-color: #2e6da4;
	}
	.projects .btn-primary:hover,
	.projects .btn-primary:focus,
	.projects .btn-primary.focus,
	.projects .btn-primary:active,
	.projects .btn-primary.active,
	.projects .open > .dropdown-toggle.btn-primary {
	  color: #fff;
	  background-color: #4d83da;
	  border-color: #204d74;
	}
	.btn-info {
	  color: #fff;
	  background-color: #3aca74;
	  border-color: #46b8da;
	}
	.btn-info:hover,
	.btn-info:focus,
	.btn-info.focus,
	.btn-info:active,
	.btn-info.active,
	.open > .dropdown-toggle.btn-info {
	  color: #fff;
	  background-color: #32ab63;
	  border-color: #269abc;
	}
	/*-- Projects Close--*/
	
	/*-- News --*/
	.news .type1 h6{
		font-size:22px;
		font-weight:400;
		color:#ec2525;
		margin-top:-4px;
	}
	.news .type1 .date {
		position:relative;
		display:inline-block;
		width:80px;
		height:83px;
		text-align:center;
		background: #f7f7f7;
		float:left;
		margin-right:20px !important;
	}
	.news .day {
		font-family: 'Roboto', sans-serif;
		color:#eb0000;
		font-size:53px;
		margin-top:31px;
		padding:0;
		line-height:0;
	}
	.news .year {
		font-family: 'Roboto', sans-serif;
		color:#000000;
		font-size:15px;
		margin-top:23px;
		margin-left:3px;
		padding:0;
	}
	.news .type1 .contents {
		width:100%;
		display:block;
		/* margin-left:15px; */
	}
	.news .type1 img {
		position: relative;
		border: 1px solid #eeeeee;
		padding: 2px;
		background: #FFFFFF;
		float:left;
		margin-left:15px;
	}
	
	.news .type2 h6{
		font-size:22px;
		font-weight:400;
		color:#ec2525;
		margin-top:35px;
		display:inline-block;
	}
	.news .type2 .date {
		position:relative;
		display:inline-block;
		width:80px;
		height:83px;
		text-align:center;
		background: #f7f7f7;
		float:left;
		margin-right:20px !important;
	}
	.news .type2 .contents {
		width:100%;
		display:block;
		margin-left:15px;
		padding-left:30px;
	}
	.news .type2 img {
		position: relative;
		border: 1px solid #eeeeee;
		padding: 2px;
		background: #FFFFFF;
		float:left;
		    width: 100%;
    height: 100%;
	}
	.news .share{
		display:inline-block;
		margin-top:4px;
		margin-right:5px;
		margin-left:115px;
		float:left;
		clear:both;
	}
	.news .share ul{
		padding:0;
		margin:0;
		list-style:none;
	}
	.news .share ul li{
		list-style:none;
		margin-right:5px;
		float:left;
	}
	.news .share a{
		width:56px;
		height:30px;
		padding-top:6px;
		display:block;
		color:#fff;
		text-align:center;
	}
	.news .facebook{
		background:#1f61ab;
	}
	.news .twitter{
		background:#3ec7f2;
	}
	.news .google{
		background:#d14337;
	}
	.news nav {
		text-align:center;
		margin: 0 auto;
	}
	.news .pagination {
	  display: inline-block;
	  padding-left: 0;
	  margin: 10px 0;
	  border-radius: 0;
	}
	.news .pagination > li > a,
	.news .pagination > li > span {
	  position: relative;
	  float: left;
	  padding: 4px 15px;
	  margin-left: -1px;
	  line-height: 1.42857143;
	  color: #000;
	  text-decoration: none;
	  background-color: #f7f7f7;
	  border: 1px solid #c4c4c4;
	  margin-left:5px;
	  margin-right:5px;
	}
	.news .pagination > li > a{
	  color: #000;
	}
	.news .pagination > li > span {
		color: #00447c;
	}
	.news .pagination > li:first-child > a,
	.news .pagination > li:first-child > span {
		border-radius: 0;
	}
	.news .pagination > li:last-child > a,
	.news .pagination > li:last-child > span {
	  border-radius: 0;
	}
	.news .pagination > li > a:hover,
	.news .pagination > li > span:hover,
	.news .pagination > li > a:focus,
	.news .pagination > li > span:focus {
	  color: #00447c;
	  background-color: #eee;
	  border-color: #c4c4c4;
	}
	.news .pagination > .active > a,
	.news .pagination > .active > span,
	.news .pagination > .active > a:hover,
	.news .pagination > .active > span:hover,
	.news .pagination > .active > a:focus,
	.news .pagination > .active > span:focus {
	  z-index: 2;
	  color: #fff;
	  cursor: default;
	  background-color: #00447c;
	  border-color: #00447c;
	}
	@media (max-width: 768px) {
		.news .type1 .contents {
			width:100%;
			display:block;
			margin-left:0;
		}
		.news .type1 img {
			margin-left:12px;
		}
		
		
		.news .type2 h6{
			font-size:22px;
			font-weight:400;
			color:#ec2525;
			margin-top:0;
			display:block;
		}
		.news .type2 .date {
			position:relative;
			display:inline-block;
			width:80px;
			height:83px;
			text-align:center;
			background: #C9C9C9;
		}
		.news .type2 .contents {
			width:100%;
			display:block;
			padding-left:0;
			margin-left:0;

		}
		.news .type2 img {
			display:inline-block;
			padding-top:15px;
			padding-bottom:15px;
		}
		
		.news .share{
			margin-left:15px;
		}
	}
	/*-- News Close--*/
		
	/*-- Sub Page > Tables --*/
	.type1 .table{
		margin-top:24px;
		margin-bottom:40px;
	}
	.type1 .table > thead > tr > th,
	.type1 .table > tbody > tr > th,
	.type1 .table > tfoot > tr > th,
	.type1 .table > thead > tr > td,
	.type1 .table > tbody > tr > td,
	.type1 .table > tfoot > tr > td {
		font-family:arial, sans-serif;
		font-size:14px;
		padding:10px;
		padding-left: 20px;
		line-height: 1.42857143;
		vertical-align: top;
		border-top: 1px solid #ddd;
	}
	.type1 .table > thead > tr > th,
	.type1 .table > tbody > tr > th {
		color:#002868;
	}
	
	.type2 .table{
		margin-bottom:22px;
	}
	.type2 .table > thead > tr > th,
	.type2 .table > tbody > tr > th,
	.type2 .table > tfoot > tr > th,
	.type2 .table > thead > tr > td,
	.type2 .table > tbody > tr > td,
	.type2 .table > tfoot > tr > td {
		font-family:arial, sans-serif;
		font-size:13px;
		color:#000000;
		padding:5px;
		padding-top:7px;
		padding-left: 16px;
		line-height: 1.42857143;
		vertical-align: top;
		border-top: 1px solid #ddd;
	}
	.type2 .table > thead > tr > th,
	.type2 .table > tbody > tr > th {
		color:#002868;
	}
	
	.type3 strong{
		color:#002868;
		font-weight:700;
	}
	.type3 a{
		color:#002868;
		text-decoration:underline;
	}
	.type3 .table{
		margin-bottom:22px;
	}
	.type3 .table > tbody > tr > td:first-child {
		background-color:#f7f7f7;
	}
	.type3 .table > thead > tr > th,
	.type3 .table > tbody > tr > th,
	.type3 .table > tfoot > tr > th,
	.type3 .table > thead > tr > td,
	.type3 .table > tbody > tr > td,
	.type3 .table > tfoot > tr > td {
		font-size:13px;
		color:#000000;
		padding:0;
		padding:19px;
		padding-top:16px;
		padding-bottom:16px;
		line-height: normal;
		vertical-align: top;
		border-top: 1px solid #ddd;
	}
	.type3 .table > thead > tr > th,
	.type3 .table > tbody > tr > th {
		color:#002868;
	}
	/*-- Sub Page > Tables Close--*/
	

	/*-- Form --*/
	.form-control {
		display: block;
		width: 100%;
		height: 40px;
		padding: 6px 21px;
		margin-bottom:20px;
		font-size: 13px;
		line-height: 1.42857143;
		color: #000000;
		background-color: #fff;
		background-image: none;
		border: 1px solid #dddddd;
		border-radius: 0;
		-webkit-box-shadow: none;
			  box-shadow: none;
		-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;
	}
	.subPage .btn {
	  width:auto;
	  display: inline-block;
	  padding: 11px 12px;
      margin: 10px 10px 0px 0px;
	  font-family:Arial, sans-serif;
	  font-size: 13px;
	  font-weight: normal;
	  line-height: 1.42857143;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: middle;
	  -ms-touch-action: manipulation;
		  touch-action: manipulation;
	  cursor: pointer;
	  -webkit-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
	  background-image: none;
	  border: 0;
	  border-radius: 0;
	}
	.subPage .btn-default {
	  color: #fff;
	  background-color: #2fcc71;
	  border-color: #ccc;
	}
	.subPage .btn-default:hover,
	.subPage .btn-default:focus,
	.subPage .btn-default.focus,
	.subPage .btn-default:active,
	.subPage .btn-default.active,
	.subPage .open > .dropdown-toggle.btn-default {
	  color: #fff;
	  background-color: #189c50;
	  border-color: #adadad;
	}
	/*-- Form Close --*/
/*-- Sub Page Close --*/

/*-- Footer --*/
/*-- Sticky footer styles -- */
html {
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  margin-bottom: 64px;
}
footer {
	padding-top:30px;
	border-top:1px solid #eeeeee;
	background-color:#f7f7f7;
}
footer .footer {
  position: absolute;
  /* bottom: 0; */
  width: 100%;
  height: 64px;
  background-color: #002868;
}
footer .footer p{
	font-size:12px;
	color:#fff;
	margin:0;
	padding:0;
	margin-top:24px;
	float:left;
}
@media (max-width: 480px) {
	footer .footer p{
		font-size:10px;
		color:#fff;
		margin:0;
		padding:0;
		margin-top:20px;
		float:left;
	}
}
footer .social{
	margin-top:19px;
	float:right;
	
}
footer .social a{
	color:#fff;
	margin-left:15px;
}
footer .social a:hover{
opacity: 0.3;
}
footer .social2{
	margin-top:15px;
	float:left;
	margin-left:-15px;
}
footer .social2 a{
	color:#002868;
	margin-left:15px;
}
footer .social2 a:hover{
opacity: 0.3;
}
@media (max-width: 480px) {
	footer .footer p{
		margin-top:8px;
		float:left;
	}
	footer .social{
		margin-top:5px;
		float:left;
    }
	footer .social a{
		margin-left:0;
		margin-right:15px;
	}
}

footer .border {
	border-left: 1px solid #d6d3d3;
	border-right: 1px solid #d6d3d3;
}
footer .col-md-2 {
   	width: 20.3%;
	padding-left:0px;
}
footer .col-md-3 {
    width: 18.4%;
}
footer .col-md-7 {
	width: 61.3%;
	padding-left:80px;
}
footer .col-md-9 {
    width: 81.6%;

}
footer .col-md-10 {
    width: 79.7%;
}

@media (max-width: 768px) {
	footer .border {
		border:none;
	}
	footer .col-md-2 {
		width: 100%;
		padding:0;
		margin:0;
		padding-top:20px;
		margin-top:20px;
		border-top: 1px solid #d6d3d3;
	}
	footer .col-md-3 {
		display:none;
	}
	footer .col-md-7 {
		width: 100%;
		padding:0;
	}
	footer .col-md-9 {
		width: 100%;
	}
	footer .col-md-10 {
		width: 100%;
	}
}
footer .list-group {
  padding-left: 0;
  margin-top:2px;
  margin-bottom: 20px;
  margin-left:-15px;
}
footer .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  padding-bottom:8px;
  background-color: #F7F7F7;
  border: 0;
}
footer a.list-group-item {
  font-size:12px;
  color: #000;
  font-weight:700;
}
footer a.list-group-item .list-group-item-heading {
  color: #333;
}
footer a.list-group-item:hover,
footer a.list-group-item:focus {
  color: #24467d;
  text-decoration: none;
  background-color:transparent;
}
footer span.glyphicon-menu-right {
    font-size: 10px;
	color:#24467d;
}
footer .nav{
	padding-bottom:30px !important;
}
footer .twitter{
	padding-bottom:100px !important;
}
footer .instagram{
	position:relative;
	display:inline-block;
	border: 1px solid #ececec;
	border-radius:4px;
	padding:15px;
}
footer .instagram .logo{
	width:38px;
	height:38px;
	border:1px solid #ececec;
	margin-right:8px;
	margin-bottom:12px;
	float:left;
}
footer .instagram span{
	font-family:sans-serif;
	font-weight:700;
	font-size:12px;
	color:#000000;
}
/*-- Footer Close--*/
/*-- Footer Close--*/
/*-- Footer Close--*/
/*-- Navigation 2 finish for sitefinity--*/

#ctl00_cphHeader_RadDockZonecphHeader
{
	height:68px;
}
#ctl00_cphMenu_RadDockZonecphMenu
{
height:100px;
}
.sfPageContainer .RadDockZone .RadDock .rdTable 
{
height:20px;
}

.sfTxt, .sfDropdownList select 
{
display: block;
  width: 100%;
  height: 40px;
  padding: 6px 21px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -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;
}

.sfTest
{
  color: #fff;
  background-color: #2fcc71;
  border-color: #ccc;
  width: 220px;
  height: 34px;
  display: inline-block;
  padding: 3px  0px;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0;
  border-radius: 0;
}
.sfTest:hover{
  background-color: #189c50;
}


.haber-summary
{
	font-size:13px;
}
.haber-summary a
{
	font-size:13px !important;
}

.k-menu .k-item, .k-widget.k-menu-horizontal>.k-item
{
	border:0 !important;
}
.nav.navbar-nav.sfNavHorizontalDropDown
{
	border:0;
}

.k-animation-container ul.k-group.k-menu-group 
{
	  float: left;
  min-width: 180px;
  padding: 5px 0;

  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #002868;
  border:0;
}
.k-animation-container ul.k-group.k-menu-group li a
{
  display: block;
  padding: 10px 10px !important;
  clear: both;
  font-weight: 700;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
      font-size: 14px !important;
}
.k-animation-container ul.k-group.k-menu-group li a:hover
{color: #fff;
  text-decoration: none;
  background-color: #294f8b;
  }
  
  .k-icon.k-i-arrow-s
  {
  background: url('../../ITUGenelTemplate/Images/arrow-down2.png');

  }
  
@media (max-width: 767px) {
  .k-menu .k-item, .k-widget.k-menu-horizontal .k-item
  {
width:100%;
	  position: relative;
  display: block;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.4px;
  }
  
  .k-animation-container 
  {
width:100% !important;
  position: relative;
  display: block;
  font-size: 13px;
  color: red;
  font-weight: 700;
  letter-spacing: 0.4px;
  }
    
  .k-animation-container  ul
  {
width:100% !important;
  }
    .k-animation-container  ul li a
  {
    margin-left: 5%;
  }
  }

.iletisimButton{
  width: 220px;
  display: inline-block;
  padding: 6px 0px;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  background-color: #2fcc71;
  border-color: #ccc;
}



.nav ul.sfNavVertical li a.active{
  background-color: transparent;
  color: #24467d;
}
.k-icon.k-i-arrow-e
{
	  background: url('http://www.eies.itu.edu.tr/images/librariesprovider31/icon/arrow-down.png?sfvrsn=2');
	  transform:          rotate(270deg);
-ms-transform:      rotate(270deg);
-moz-transform:     rotate(270deg);
-webkit-transform:  rotate(270deg);
-o-transform:       rotate(270deg);
}

.k-state-active
{
	  background-color: #294f8b;
}


.news-static .media{
	margin-left:13px;
	margin-right:13px;
	margin-bottom:30px;
	position: relative;
}
.news-static .media-left{
	position:relative;
	display:table;
	width:139px;
	height:139px;
	padding:0;
	float:left;
	margin-right:20px;
}
.news-static .media-left a{
	position:relative;
	display:table-cell;
	border-radius:100px; 
	border:1px #dddddd solid; 
	text-align:center;
	vertical-align:middle;
}
.news-static .media-heading{
	font-size:15px;
	color:#002868;
	font-weight:700;
	margin-bottom:13px;
}
.news-static .media-body{
	font-size:13px;
	color:#171717;
	font-weight:400;
	line-height:15px;
}
.news-static .link{
	font-size:12px;
	color:#171717;
	font-weight:400;
	margin-top:10px;
	position: absolute;
    bottom: 0;
}
.news-static .link a {
	color:#c70808;
	font-weight:700;
	text-decoration:underline;
	padding-right:10px;
}
.news-static .link a:active,
.news-static .link a:hover {
  text-decoration:none;
}
.news-static .link .calendar{
	float: right;
  width: 80px;
}
.news-static .glyphicon-calendar{
	  color: #818181;
  float: left;
  margin-right: 3px;
}
.news-static .allnews{
	width:100% !important;
	text-align:center;
	color:#000000;
}
.news-static .allnews a{
	color:#c70808;
	font-weight:700;
	text-decoration:underline;
}
.news-static .allnews a:hover{
	text-decoration:none;
}

.news-static .media-body .sfTxtContent
{
display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.carousel-head-wrapper h3 a
{
  color: #FFFFFF !important;
}
.allnews
{
	  width: 100% !important;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.allnews a
{
color: #c70808;
  font-weight: 700;
  text-decoration: underline;
}

.newsTag
{
	display:none;
}
.galleria-container
{
background:none;
}

.galleria-thumb-nav-right
{
	background-color: #002868;
}
.galleria-thumb-nav-left
{
	background-color: #002868;
}
.notouch .galleria-thumbnails-container .disabled:hover
{
	background-color: #002868;
}
.notouch .galleria-thumb-nav-left:hover, .notouch .galleria-thumb-nav-right:hover
{
	background-color: #002868;
}
.galleria-thumb-nav-left, .galleria-thumb-nav-right, .galleria-info-link, .galleria-info-close, .galleria-image-nav-left, .galleria-image-nav-right
{
	background-color: #002868;
}
.galleria-counter
{
display:none !important;
}
ul.yesil-kampus li
{
	margin-left:10px;
	cursor:pointer;
	margin-top: 12px;
	opacity: 0.6;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
}
ul.yesil-kampus li:hover
{
opacity:1;
-webkit-filter:grayscale(0%);
filter:grayscale(0%);
}
 .yesil-kampus-header-recycle
{
 background-image: url(http://yesilkampus.mozaik-test.itu.edu.tr/images/librariesprovider76/default-album/recycle.png?sfvrsn=2);
 background-size:cover;
 	height: 40px;
    width: 40px;
}
.yesil-kampus-header-bicycle
{
 background-image: url(http://yesilkampus.mozaik-test.itu.edu.tr/images/librariesprovider76/default-album/bicycle.png?sfvrsn=2);
 background-size:cover;
   	height: 40px;
    width: 40px;
}
.yesil-kampus-header-child
{
 background-image: url(http://yesilkampus.mozaik-test.itu.edu.tr/images/librariesprovider76/default-album/childd.png?sfvrsn=2);
 background-size:cover;
  	height: 40px;
    width: 40px;
}
.yesil-kampus-header-flower
{
 background-image: url(http://yesilkampus.mozaik-test.itu.edu.tr/images/librariesprovider76/default-album/flower.png?sfvrsn=2);
 background-size:cover;
  	height: 40px;
    width: 40px;
}

.blog_NewsList
{
	margin-top:10px;
}
.blog_NewsList img{
margin-bottom:15px !important;	
margin-left:0 !important;
}


 .blog_NewsList a{
  font-size: 15px;
    color: #337ab7;
    font-weight: 700;
}

.blog_NewsList a.link
{
color: #c70808;
    font-weight: 700;
    
}
.sfError
{
color: #ff0000 !important;
margin-top: -20px;
margin-bottom: 20px;

}

.galleria-thumb-nav-left, .galleria-thumb-nav-right, .galleria-info-link, .galleria-info-close, .galleria-image-nav-left, .galleria-image-nav-right
{
	background-color: #669008;
}
.notouch .galleria-thumb-nav-left:hover, .notouch .galleria-thumb-nav-right:hover
{
background-color: #669008;
}
.notouch .galleria-thumbnails-container .disabled:hover{
background-color: #669008;
}

.RadSocialShare_Default
{
	border:0;
}
.sshIcon
{
	width: 39px;
    height: 39px;
    margin: 0 .25em 0 0;
    display: inline-block;
    zoom: 1;
    background-image: url('../images/flat_social_icons_01.jpg') !important;
    background-repeat: no-repeat;
}

.sshLinkItem .sshShareOnFacebook, .sshLinkItem:hover .sshShareOnFacebook
{
background-position: -40px -11px; 
}
.sshLinkItem .sshShareOnTwitter, .sshLinkItem:hover .sshShareOnTwitter
{
	background-position: -87px -11px; 
}
.sshLinkItem .sshLinkedIn, .sshLinkItem:hover .sshLinkedIn {
    background-position: -277px -11px; 
}


.galleria-container img
{
	    
		height:100% !important;
}
 .container.subPage img, not(.twentytwenty-container )
{
	width:100% !important;
	height:100% !important;
}
.sflanguagesDropDownList
{
	font-size: 14px;
    padding: 24px 10px;
}
.sflanguagesDropDownList select {
    color: #434343;
    font-weight: 700;
    border: 1px solid #D8D7D7;
    text-transform: uppercase;
}


@media (max-width: 767px){
    .sflanguagesDropDownList{
        margin-left: -50px !important;
    }
}

.sflanguagesHorizontalList{
    float: right;
	list-style: none;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.sflanguageItem a.sflanguageLnk{
    height: 67px;
    display: table-cell;
    color:#000;
    vertical-align:middle;
	font-size: 15px;
}
.sflanguageItem a.sflanguageLnk:hover{
    color:#002868;
    text-decoration: none;
}
/*-- SAYFADAKİ TÜM GÖRSELLERİ BOZUYOR O YÜZDEN YORUMLANDI
.container.subPage img
{
	height:100% !important;
	width:100% !important;
}

 --*/

.sfpostsList.sfpostListTitleDateSummary.sflist img{
	
}

/* .sfNavWrp.sfNavTreeviewWrp 
{
border: 1px solid #e7e7e7;
}

 .sfNavWrp.sfNavTreeviewWrp .k-treeview .k-in
{
border:0;
}

.sfNavWrp.sfNavTreeviewWrp  a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-size: 14px;
	    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}


.k-treeview .k-icon, .k-scheduler-table .k-icon, .k-grid .k-hierarchy-cell .k-icon {
    background-color: transparent;
    border-radius: 4px;
}
.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-column-menu .k-sprite, .k-grid-mobile .k-resize-handle-inner:before, .k-grid-mobile .k-resize-handle-inner:after {
    background-image:url('https://bidb.itu.edu.tr/WebResource.axd?d=HhmStSjB46eNlWxQxmhKxX6c_Ur-xyOfVGJbndCOGYw60G-4ozpHO8WE7dHuOzo2ku0-zRyF7dwE8BP93EjnSjZMvt6B-hmNKtExMoQt0CGS2CrEAh_RKtaLRVT01AX2tGpEsS-hERCVSMfJGINP53-_V43SxI0KJZeAJYAwsWY7jN2k7-bddiyPbXl99AFUCheh2pj_e8IYVVpNwR0VFQ2&t=635604994660000000');
    border-color: transparent;
}
 */
 .RadTreeView_Default
 {
 border: 1px solid #e7e7e7;
 padding: 10px;
 margin-top: 10px;
 }
 
 .RadTreeView_Default a.rtIn {
    font-size: 14px;
	    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
	    font-family: 'Source Sans Pro', sans-serif;
}
.RadTreeView_Default .rtHover .rtIn
{
border-color:#e7e7e7 !important;
background-image:url('') !important;
background-color:#2C76B3 !important;
color:white !important;
}
.RadTreeView .rtLines .rtFirst
{
background-image:url('') !important;
}
.RadTreeView .rtLines .rtTop
{
background-image:url('') !important;
}
.RadTreeView .rtLines .rtLI
{
background-image:url('') !important;
}
.RadTreeView .rtLines .rtMid
{
background-image:url('') !important;
}
.RadTreeView .rtLines .rtBot
{
background-image:url('') !important;
}
.RadTreeView .rtPlus, .RadTreeView .rtMinus {
   /*  background: url(http://tekstil.itu.edu.tr/Sitefinity/WebsiteTemplates/BirimTemplate/App_Themes/ITUBirim/Images/TreeView/ITUPlusMinus.png);	 */
}

.RadTreeView .rtLI .rtMinus, .RadTreeView .rtLI .rtMinus
{
background-position: 0 -11px;
}
.RadTreeView .rtLI .rtPlus, .RadTreeView .rtLI .rtPlus
{
    background-position: 0 0;
}
.RadTreeView .rtPlus, .RadTreeView .rtMinus {
    margin: 5px 6px 0 -17px;
    padding: 0;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
	}
	

.RadTreeView_Default .rtSelected .rtIn {
    border-color: #6c6c6c;
    color: white;
    background-color: #00437A !important;
	background-image:url() !important;
}

.navbar-collapse {
     padding-right: 0px !important;
	 border: none !important;
	 
}

#tweetFeed{
    overflow-y: scroll;
    height: 250px;
}
.jumbotron
{
 /* display:none; */  
}

.baslik-1 {
       text-align: justify;
    float: left;
    font-style: normal;
    font-weight: 600;
    color: #002868;
    font-size: 14pt;
    width: 100%;
	 margin-bottom: 10px;
}
.baslik-2 {
text-align: justify;
    float: left;
    font-style: normal;
    font-weight: 600;
    color: #002868;
    font-size: 10pt;
	    border-bottom: 1px solid #002868;
}

hr{
	    border-bottom: 1px solid rgba(0, 40, 104, 0.14);
}
.news-archieve ul.sfarchiveList
{
	border: 1px solid #e7e7e7;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.sfarchiveList .sfSel
{
	font-weight: 600;
}

.news-archieve ul.sfarchiveList a{
    text-decoration: none;
}
.news-archieve h2 
{
	    margin-bottom: 10px;
    margin-top: -15px;
}


/*etkinlik start*/
/* -- News Style Begin -- */
.news{ 
    position:relative;
    height:auto;
}
.news .owl-item{
    padding:0 15px;
}
.news .main-title{
    padding-top:50px;
    padding-bottom:73px;
}
.news .media:first-child {
    margin-top: 0;
	    margin-bottom: 40px;
		position:relative;
}
.news .media {
    margin-top: 40px;
}
.news .media .summary{
    /* min-height:70px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .media-left{
    display: table;
    width:139px;
    height:139px;
    padding:0;
    margin-right:20px;
    border:1px solid #e7e7e7;
    float:left;
}
.news .icon{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.news .icon-news{
    font-size:50px;
    color:#002868;
}
.news .item .content{
    padding-left:38px;
    float:left;
}
.news h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:18px;
    font-weight:700;
    color:#002868;
    margin-bottom:11px;
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news span.date{
    font-size:12px;
    color:#3b3b3b;
 /*    margin-top:9px;
    float:right; */
	display:block;
	bottom: 36px;
    position: absolute;
}
.news .icon-calendar{
    font-size:18px;
    color:#c70808;
}

.news .customNavigation{
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    margin-top:-27px;
}
.news .customNavigation .prev{
    position: absolute;
    border-radius:100px;
    background-color:rgba(0,40,104,0.40);
    left: 1%;
    cursor:pointer;
}
.news .customNavigation .next{
    position: absolute;
    border-radius:100px;
    background-color:rgba(0,40,104,0.40);
    right: 1%;
    cursor:pointer;
}
.news .customNavigation .icon{
    display:table-cell;
    width:54px;
    height:54px;
    text-align:center;
    vertical-align:middle;
}
.news .customNavigation .icon-slider-left,
.news .customNavigation .icon-slider-right{
    font-size:11px !important;
    color:#fff;
}
.news .customNavigation .icon-slider-left:before,
.news .customNavigation .icon-slider-right:before {
    margin-right: .1em;
    text-align: center;
    line-height: 2em;
    margin-left: 0em;
}
.news .customNavigation .next{
    position: absolute;
    right: 1%;
}

.news .btn-default {
    font-family: 'Roboto', sans-serif;
    font-size:15px;
    font-weight:700;
    color: #2fcc71;
    background-color: #fff;
    border-color: #2fcc71;
    border-radius:0;
    padding:5px 45px;
	position: absolute;
    bottom: 0;
}
.news .btn-default:focus,
.news .btn-default.focus {
  color: #fff;
  background-color: #2fcc71;
  border-color: #2fcc71;
}
.news .btn-default:hover {
  color: #fff;
  background-color: #2fcc71;
  border-color: #2fcc71;
}
.news .btn-default:active,
.news .btn-default.active {
  color: #fff;
  background-color: #2fcc71;
  border-color: #2fcc71;
}
.news .btn-default:active:hover,
.news .btn-default.active:hover,
.news .btn-default:active:focus,
.news .btn-default.active:focus,
.news .btn-default:active.focus,
.news .btn-default.active.focus {
  color: #fff;
  background-color: #2fcc71;
  border-color: #2fcc71;
}
.news .btn-default:active,
.news .btn-default.active {
  background-image: none;
}
/* etkinlik end*/

ul.sfeventDatesLocationContacts
{
padding-left:0px;
}

/*ozan-cenk update 26-10-2016*/


/* telerik calendar */

.RadScheduler .rsAptSimple .rsAptContent
{
margin:0 !important;
margin-left: 5px;
}
.RadScheduler_Metro .rsApt .rsArrowTop, .RadScheduler_Metro .rsApt .rsArrowBottom, .RadScheduler_Metro .rsApt .rsArrowLeft, .RadScheduler_Metro .rsApt .rsArrowRight, .RadScheduler_Metro .rsApt .rsAptDelete, .RadScheduler_Metro .rsApt .rsAptResize, .RadScheduler_Metro .rsApt .rsAptReminder, .RadScheduler_Metro .rsApt .rsAptRecurrence, .RadScheduler_Metro .rsApt .rsAptRecurrenceException
{
background-image:none;
}
.RadScheduler_Metro .rsHeader h2
{
   text-transform: none;
    color: #fff !important;
}
h2.sfcalendarEventPreviewTitle
{
font-size: 15px;
}

.k-window-titlebar.k-header
{
	display:none !important;  
}
.k-widget.k-window.sfcalendarEventPreviewWrp
{
	padding-top:0 !important;
}

.tTop.rtSelected
{
	background-color: #00437A !important;
}

.carousel-head-wrapper
{
	display:none;
}

.slick-slide.slick-current.slick-active .carousel-head-wrapper
{
display:block;	
}

ul.sfimagesTmbList.sfLightboxMode
{
	padding:0;
}

ul.sfimagesTmbList.sfLightboxMode li.sfimagesTmb
{
	float:left;
	list-style-type: none;
	padding: 10px;
	border: 1px solid #e7e7e7;
	margin-right:25px;
	margin-bottom:25px;
	text-align: center;
	-webkit-box-shadow: 0px 5px 15px -4px rgba(231,231,231,1);
    -moz-box-shadow: 0px 5px 15px -4px rgba(231,231,231,1);
    box-shadow: 0px 5px 15px -4px rgba(231,231,231,1);
}
ul.sfimagesTmbList.sfLightboxMode li.sfimagesTmb img{
height:212px;
width:160px;
}

ul.sfimagesTmbList.sfLightboxMode li.sfimagesTmb .sfTxtContent
{
	
}

@media (max-width: 500px)
{
.slick-slide.slick-current.slick-active .carousel-head {
    top: 60% !important;
    height: 60px !important;
	margin-top:10px;
}
.slick-slide.slick-current.slick-active .carousel-head p {
display:none !important;
}}
/*-- Dining Menu --*/
.dining-menu{
    margin-bottom: 0;
}
.dining-menu h2{
    margin-bottom: 25px;
}
.dining-menu__inner{
    padding: 20px 0;
    border-top:1px solid #eeeeee;
/* 	background-color:#f7f7f7; */
}

.dining-menu__text{
    text-align: center;
}

.dining-menu__text .dining-menu__text-icon{
    float: none;
}

.dining-menu__text-icon{
    font-size: 16px;
    color: #ef0000;
    float: right;
}

.dining-menu__warning-detail{

}

.dining-menu__text strong{
    color: #ef0000;
}

.dining-menu__header-filter-item {
    margin-bottom: 10px;
}

@media(min-width:768px){
    .dining-menu__header-filter-item{
        padding-right: 0;
    }
}



.dining-menu__header .btn {
    width:100%;
    display: inline-block;
    padding: 11px 12px;
    margin-bottom: 0;
    font-family:Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0;
    border-radius: 0;
}

.dining-menu__header .input-group-addon{
    border-radius: 0;
}

.dining-menu__header .form-control{
    font-size: 14px;
}

.dining-menu__header .btn-default {
	  color: #fff;
	  background-color: #2fcc71;
	  border-color: #ccc;
	}
.dining-menu__header .btn-default:hover,
.dining-menu__header .btn-default:focus,
.dining-menu__header .btn-default.focus,
.dining-menu__header .btn-default:active,
.dining-menu__header .btn-default.active{
	color: #fff;
	background-color: #189c50;
	border-color: #adadad;
}

.dining-menu__content{
    padding-top : 10px;
}

.dining-menu__inner .dining-menu__content table tbody{
    display:table-row-group;
    width:auto !important;
}

.dining-menu__inner .dining-menu__content table tbody tr td,
.dining-menu__inner .dining-menu__content table tfoot tr th{
    display: block;
    width: 100%;
}

@media(min-width: 768px){
    .dining-menu__inner .dining-menu__content table tbody tr td,
    .dining-menu__inner .dining-menu__content table tfoot tr th{
        display: table-cell;
        width: auto;
    }
}


.dining-menu__inner .dining-menu__content table tbody tr.allergen td{
    padding: 0 !important;
}

.dining-menu__inner .dining-menu__content table tbody tr.allergen:hover{
    background-color: #f5f5f5;
}

.dining-menu__inner .dining-menu__content table tbody tr.allergen td a{
    display: block;
    color: #000;
    text-decoration: none;
    padding: 10px;
}

.dining-menu__inner .dining-menu__content table tbody tr.allergen td:first-child a{
    color: #002665;
    text-decoration: none;
}

.dining-menu__inner .dining-menu__content table tbody tr td:first-child{
    font-weight:bold;
    color: #002665;
}

@media(min-width: 768px){
    .dining-menu__inner .dining-menu__content table tbody tr td:first-child{
        width: 30%;
    }
}

.dining-menu__inner .dining-menu__content table tfoot tr{
    background-color: #002868;
    color: #fff;
}

.dining-menu__inner .dining-menu__content .table{
    margin-bottom: 30px;
}

.select2-container--dining-menu{
    border: 1px solid #ebebeb;
    background-color: #fff;
    height: 40px;
    
}
.select2-container--dining-menu .select2-selection--single{
    height: 40px;
}

.select2-container--dining-menu .select2-selection__rendered{
    line-height: 38px;
    padding-left: 20px !important;
}

.select2-container--dining-menu .select2-selection__arrow{
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
}

.select2-container--dining-menu .select2-selection__arrow b{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    border: 4px solid transparent !important;
	border-top: 5px solid #333 !important;

}

.select2-container--dining-menu.select2-container--open .select2-selection__arrow b{
    margin: -5px 0 0 -3px;
    border: 4px solid transparent !important;
	border-bottom: 5px solid #333 !important;
}

.select2-container--dining-menu .select2-results__option{
    line-height: 26px;
    padding-left: 17px;
}

.select2-container--dining-menu .select2-results__option.select2-results__option--highlighted{
    color:#000;
    background-color: #f5f5f5;
}


.dining-menu__header > div{
        margin-bottom:10px;
    }

@media(min-width: 768px){
    .dining-menu__header > div{
        margin-bottom:0;
    }

    .dining-menu__header .btn{
        width: 220px;
    }
}



.allergen-detail{
    border: 1px solid #ebebeb;
    /*min-width: 620px;*/
    min-height: 180px;
    margin: 10px; 
}
.allergen-detail__header{
    background-color: #002569;
    padding: 10px 0;
    min-height: 40px;
    
}

.allergen-detail__header h1{
    color: #fff;
    font-size: 16px;
    float: left;
    margin-left: 18px;
    line-height: 18px;
    font-weight: normal;
}

.allergen-detail__header h1 .icon{
    font-size: 18px;
    float: left;
    margin-right: 10px;
}

.allergen-detail__header-close{
    float: right;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

.allergen-detail__header-close:hover, 
.allergen-detail__header-close:focus{
    color:#fff;
    text-decoration: none;
}

.allergen-detail__content{
    padding: 20px;
}
.allergen-detail__content-inner{
    margin-bottom: 10px;
    line-height: normal;
}

.allergen-detail__content-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.allergen-detail__content-inner ul li {
    padding-left: 7px;
    position: relative;
    margin-bottom: 4px;
    line-height: normal;
}

.allergen-detail__content-inner ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #002569;
    margin: -1px 0 0 -2px;
}

.allergen-detail__close-btn{
    display: inline-block;
    padding: 9px 60px;
    background-color: #ccc;
    color: #fff;
    font-size: 16px;
}

.allergen-detail__close-btn:hover,
.allergen-detail__close-btn:focus{
    background-color: #002569;
    color: #fff;
    text-decoration: none;
}

.nutritional-values{
    border: 1px solid #ebebeb;
    /*min-width: 620px;*/
    min-height: 180px;
    margin: 10px; 
}
.nutritional-values__header{
    background-color: #002569;
    padding: 10px 0;
    min-height: 40px;
    
}

.nutritional-values__header h1{
    color: #fff;
    font-size: 16px;
    float: left;
    margin-left: 18px;
    line-height: 18px;
    font-weight: normal;
}

.nutritional-values__header h1 .icon{
    font-size: 18px;
    float: left;
    margin-right: 10px;
}

.nutritional-values__header-close{
    float: right;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

.nutritional-values__header-close:hover, 
.nutritional-values__header-close:focus{
    color:#fff;
    text-decoration: none;
}

.nutritional-values__content{
    padding: 20px;
}

.nutritional-values__select{
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    padding: 2px 0;
}

.nutritional-values__table{
    max-height: 300px;
    overflow: auto;
}

.nutritional-values__content-inner{
    margin-bottom: 10px;
    line-height: normal;
}

.nutritional-values__close-btn{
    display: inline-block;
    padding: 9px 60px;
    background-color: #ccc;
    color: #fff;
    font-size: 16px;
}

.nutritional-values__close-btn:hover,
.nutritional-values__close-btn:focus{
    background-color: #002569;
    color: #fff;
    text-decoration: none;
}

/*-- Dining Menu Close--*/


.nyroModalBg{
    z-index: 100;
}
.nyroModalCont{
    border:none;
}
.nyroModalClose{
    visibility: hidden;
}
.nyroModalCont .nyroModalClose{
    visibility: visible;
}
.nyroModalCont, .nyroModalCloseButton{
    z-index: 110;
}
.nyroModalLink{
    padding: 0;
    min-height: 180px;
}
/*-- Footer --*/
/*-- Sticky footer styles -- */
html {
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  margin-bottom: 64px;
}
footer {
	padding-top:30px;
	border-top:1px solid #eeeeee;
	background-color:#f7f7f7;
}
footer .footer {
  position: absolute;
  /*bottom: 0;*/
  width: 100%;
  height: 64px;
  background-color: #002868;
}
footer .footer p{
	font-size:12px;
	color:#fff;
	margin:0;
	padding:0;
	margin-top:24px;
	float:left;
}
@media (max-width: 480px) {
	footer .footer p{
		font-size:10px;
		color:#000000;
		margin:0;
		padding:0;
		margin-top:20px;
		float:left;
	}
}
footer .social{
	margin-top:19px;
	float:right;
}
footer .social a{
	color:#fff;
	margin-left:15px;
}
footer .social a:hover{
	color:#3ec7f2;
}
@media (max-width: 480px) {
	footer .footer p{
		margin-top:8px;
		float:left;
	}
	footer .social{
		margin-top:5px;
		float:left;
    }
	footer .social a{
		margin-left:0;
		margin-right:15px;
	}
}
footer .border {
	border-left: 1px solid #d6d3d3;
	border-right: 1px solid #d6d3d3;
}
footer .col-md-2 {
   	width: 20.3%;
	padding-left:40px;
}
footer .col-md-3 {
    width: 18.4%;
}
footer .col-md-7 {
	width: 61.3%;
	padding-left:40px;
}
footer .col-md-9 {
    width: 81.6%;
}
footer .col-md-10 {
    width: 79.7%;
}
@media (max-width: 768px) {
	footer .border {
		border:none;
	}
	footer .col-md-2 {
		width: 100%;
		padding:0;
		margin:0;
		padding-top:20px;
		margin-top:20px;
		border-top: 1px solid #d6d3d3;
	}
	footer .col-md-3 {
		display:none;
	}
	footer .col-md-7 {
		width: 100%;
		padding:0;
	}
	footer .col-md-9 {
		width: 100%;
	}
	footer .col-md-10 {
		width: 100%;
	}
}
footer .list-group {
  padding-left: 0;
  margin-top:2px;
  margin-bottom: 20px;
  margin-left:-15px;
}
footer .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  padding-bottom:8px;
  background-color: #F7F7F7;
  border: 0;
}
footer a.list-group-item {
  font-size:12px;
  color: #000;
  font-weight:700;
}
footer a.list-group-item .list-group-item-heading {
  color: #333;
}
footer a.list-group-item:hover,
footer a.list-group-item:focus {
  color: #24467d;
  text-decoration: none;
  background-color:transparent;
}
footer span.glyphicon-menu-right {
    font-size: 10px;
	color:#24467d;
}
footer .nav{
	padding-bottom:30px !important;
}
footer .twitter{
	padding-bottom:100px !important;
}
footer .instagram{
	position:relative;
	display:inline-block;
	border: 1px solid #ececec;
	border-radius:4px;
	padding:15px;
}
footer .instagram .logo{
	width:38px;
	height:38px;
	border:1px solid #ececec;
	margin-right:8px;
	margin-bottom:12px;
	float:left;
}
footer .instagram span{
	font-family:sans-serif;
	font-weight:700;
	font-size:12px;
	color:#000000;
}
/*-- Footer Close--*/
.carousel-head{
	position:absolute;
	max-width:573px;
	max-height:190px;
	z-index:99999;
	overflow:hidden;
	background:rgba(0,40,104,0.8);

}
.carousel-head-wrapper{
	color:#FFFFFF;
	padding:20px;
}
.carousel-head h3{
	font-size:30px;
	font-weight:700;
	padding:0;
	margin:0;
}
.carousel-head p{
	font-size:14px;
	font-weight:400;
	padding:0;
	margin:0;
	line-height:16px;
	margin-top:6px;
    text-align:left;
	  bottom:3%;
}
@media (max-width: 360px) {
    .carousel-head {
        display:none;
    }
}
@media (min-width: 361px) and (max-width: 640px) {
    .carousel-head {
        display:block;
    }
    .carousel-head h3{
	    font-size:20px;
    }
}
.sf_pagerNumeric a {
    margin-right:5px;
    font-size: 16.5px;
}

p {
    text-align: justify;
}

#fancybox-title-float-wrap {
    border: 0;
    border-collapse: collapse;
    width: auto;
    background: none !important;
}

ul.sfimagesTmbList.sfLightboxMode li.sfimagesTmb img {
    width: 220px !important;
    height: 160px !important;
	object-fit: cover !important;
}
ul.sfimagesTmbList.sfLightboxMode li.sfimagesTmb {
    padding: 5px !important;
    margin-right: 10px !important;
}
  
.slider1 {
    margin: 0px !important;
    margin-bottom: 30px !important;
}
.slider1 .slideOuter {
    margin: 10px !important;
}  
.slider1 img {
    width: 100% !important;
    height: auto !important;
    min-height: 200px !important;
}
.slider1 .date {
    z-index: 10 !important;
}

.title {
    color: #002669;
    text-decoration: none;
}
.title:hover {
    color: #002669;
    text-decoration: none;
}
.btn-etkinlik {
	color: #002669 !important;
    border-color: #002669 !important;
}
.btn-etkinlik:hover {
    color: #fff !important;
    background-color: #001f54 !important;
    border-color: #001f54 !important;
}
.btn-tumu {
    color: #fff !important;
    background-color: #002669 !important;
    border-color: #002669 !important;
    border-radius: 0px !important;
}
.btn-tumu:hover
  	  color: #fff;
	  background-color: #001f54 !important;
	  border-color: #001f54 !important;
	}



.sfPageWrapper .sticky {
	position: static !important;
}

@media (max-width: 768px){
  footer .col-md-3 {
    display: contents !important;
}  
}
