/** common
------------------------------------------------------------------- **/
body {
	padding: 0;
	margin: 0;
	background: #f4f4f4;
	font-family: 'HelveticaNeueLTStd-Lt', Sans-Serif;
	font-size: 12px;
	color: #000000;
}
a {
	text-decoration: none;
	outline: none;
	color: #3ba0bc;
	cursor: pointer;
}
a img {
	border: 0;
}
input[type=text]:focus {
	outline: none
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
p {
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.clearfix {
	clear: both;
}
.no-margin {
	margin: 0 !important;
}
.fl-right {
	float: right !important;
}
.fl-left {
	float: left;
}
/** Fonts
------------------------------------------------------------------- */
@font-face {
	font-family: 'HelveticaNeueLTStd-Lt';
	src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Lt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*cambria*/
@font-face {
	font-family: 'cambria';
	src: url('../fonts/cambria.eot');
	src: local('☺'), url('../fonts/cambria.woff') format('woff'), url('../fonts/cambria.ttf') format('truetype'), url('../fonts/cambria.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd-MdCn';
	src: url('../fonts/HelveticaNeueLTStd-MdCn.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLTStd-MdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-MdCn.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-MdCn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Roman';
	src: url('../fonts/HelveticaNeueLTStd-Roman.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Hv';
	src: url('../fonts/HelveticaNeueLTStd-Hv.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLTStd-Hv.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Hv.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Hv.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Md';
	src: url('../fonts/HelveticaNeueLTStd-Md.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Md.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Md.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Th';
	src: url('../fonts/HelveticaNeueLTStd-Th.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLTStd-Th.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Th.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Th.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Layout
------------------------------------------------------------------- **/
.container {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	background: #FFF;
	-webkit-box-shadow: 0px 3px 45px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 45px 0px rgb(0 0 0 / 16%);
}
/** Popup
------------------------------------------------------------------- */
.popup {
	width: 125px;
	background: #e5e5e5 url(../images/pop-repeat.png) repeat-x;
	position: absolute;
	top: 150px;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 9999999;
}
.pop-head, .pop-footer  {
	width: 143px;
	height: 4px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/pop-top.png) no-repeat;
	display: none;
	
	
}
.pop-footer  {
	top: auto;
	bottom: 0;
	background: url(../images/pop-bottom.png) no-repeat;
	display: none;
}
.pop-shadow  {
	top: 0;
	right: 0;
	position: absolute;
	height: 100%;
	width: 9px;
	background: url(../images/pop-shadow.png) repeat-y;
	display: none;
}
.popup h3 {
	font: bold 28px Arial, Helvetica, sans-serif;
	margin: 0 10px;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 0 10px;
}
.popup p {
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	margin: 30px 0;
	padding: 0 10px;
	overflow: hidden;
	line-height: 1.4em;
}
.popup p span {
	float: left;
	width: 100%;
	font-weight: bold;
}
.popup a {
	width: 106px;
	height: 39px;
	background: #CCC;
	display: block;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
	line-height: 39px;
	color: #FFF;
	margin-bottom: 30px;
	border-radius: 2px;
}
.popup a:hover {
	background: #353535;
}
.medium.popup {
	right: 0;
}
/** 
------------------------------------------------------------------- */
/** Header
------------------------------------------------------------------- */
.logo {
	margin-top: 21px;
	margin-left: 15px;
	float: left;
}
.header .faculty {
	float: left;
	margin-left:18px;
}
.header .faculty .name {
	font-size: 30px;
	color: #005f8d;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #917c45;
	margin-bottom: 6px;
	margin-top: 18px;
	font-family: 'cambria', Sans-Serif;
	text-transform: uppercase;
}
.header .faculty .slogan {
	color: #115a7b;
	font-size: 14px;
	font-family: 'HelveticaNeueLTStd-MdCn', Sans-Serif;
}
.header .user-menu {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
}
.header .user-menu li {
	float: left;
	margin-right: 13px;
	line-height: 35px;
}
.header .user-menu li a {
	color: #000000;
}
.header .user-menu li a:hover {
	color: #555555;
}

.header .user-menu li.langBtn a{font-size:13px}

.header .date {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 16px;
	margin-top: 0;
	color: #c8c8c8;
	line-height: 35px;
}
.apply-now {
	color: #fff;
	background: #b12024;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	padding: 11px 15px;
	float: right;
	margin: 10px 14px 10px 40%;
    text-transform: uppercase;
    border-radius: 50px;
}
.apply-now:hover {
	background-position: -99px 0;
}
.welocme {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 14px;
	margin-top: -3px;
}
/** nav
------------------------------------------------------------------- */
nav {
	background: url(../images/nav.png) repeat-x;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-width: 3px;
	border-top-style: solid;
	height: 40px;
	margin-top: 10px;
	letter-spacing: 0.1em;
	display: block;
}
nav ul {
	position: relative;
	z-index: 1000;
}
nav ul ul {
	display: none;
}
nav ul li:hover>ul {
	display: block;
}
nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul:after {
	content: "";
	clear: both;
	display: block;
}
nav ul li {
	float: left;
	padding: 8px 5px 9px 5px;
}
nav ul li:hover {
}
nav ul li:hover a, nav ul li.current a {
	color: #fff;
}
nav ul li a {
	display: block;
	padding: 5px 15px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
nav ul ul {
	background: #f3f2f2;
	position: absolute;
	top: 40px;
	padding-bottom: 1px;
	width: 215px;
	z-index: 1;
	z-index: 5;
}
nav ul ul li {
	float: none;
	position: relative;
	padding: 1px 1px 0 1px;
}
nav ul li ul li a {
	color: #fff;
	background: #e5e5e5 !important;
	display: block;
	color: #000000 !important;
	padding: 9px 15px;
	font-size: 10px;
}
nav ul li ul li a:hover {
	background: #d6d6d6 !important;
	color: #000000;
}
nav ul ul ul {
	position: absolute;
	left: 191px;
	top: 9px;
	z-index: 1;
}
.header_spaceing {
	background: url(../images/header-speacing.jpg) repeat-x;
	height: 32px;
	clear: both;
}
.slider-container {
	padding: 10px;
	margin: 0 17px;
	position: relative;
}
.slider-container .flexslider{width:calc(70% - 10px);background:#FFF;position:static;padding:5px}
.slider-container .flexslider .slides li img{width:100%}
.slider-container .flexslider .slide-message{position:absolute;top:0;right:0;width:calc(30% - 40px);z-index:999999;padding:15px 20px;color:#fff}
.slider-container .flexslider .slide-message h3{    font-family: 'HelveticaNeueLTStd-MdCn' , Sans-Serif;
    font-weight: normal;
    font-size: 14px;
    margin: 3px 0 8px 0;
	letter-spacing: 0.1em;}
.slider-container .flexslider .slide-message p{font-size:12px;letter-spacing: 0.1em;line-height: 1.5em}
.slider-container .flexslider .slides > li{position:static !important}
.go-to-links {
	background: #a68250;
	height: 30px;
	margin: 3px 17px;
}
ul#menu, ul#menu ul.sub-menu {
	padding: 0;
	margin: 0;
}
ul#menu li, ul#menu ul.sub-menu li {
	list-style-type: none;
	display: inline-block;
}
ul#menu > li {
	float: left;
	margin: 0 10%;
	width: 13.333%;
}
#menu li div {
	background: #FFF;
	padding: 3px;
	border-radius: 2px;
	width: 100%;
	height: 12px;
	border: 1px solid #DBDFE6;
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 13px;
	background: #fff url(../images/drop-arrow.jpg) right 15px center no-repeat;
	cursor: pointer;
	margin-top: 5px;
	line-height: 13px;
}
ul#menu li {
	position: relative;
}
ul#menu ul.sub-menu li, ul#menu li ul.sub-menu li a {
	display: block;
}
/*sub menu*/
ul#menu li ul.sub-menu {
	position: absolute;
	top: 25px;
	left: 0;
	width: 179px;
	background: #FFF;
	border: 1px solid #DBDFE6;
	padding: 0;
	display: none;
	z-index: 5;
}
ul#menu li:hover ul.sub-menu {
	display: block;
}
ul#menu li ul.sub-menu li a {
	text-decoration: none;
	color: #333333;
	line-height: 15px;
	padding: 0 7px;
	font-size: 12px;
}

ul.sub-menu li{padding:4px 0}

ul#menu li ul.sub-menu li a:hover {
	color: #fff;
	background: #3399ff;
}
/********* main coulmn *******/
.main-container {
	padding: 23px 16px 16px 28px;
}
.content-coulmn {
	float: left;
	width: 72%;
	margin-top: 12px;
	margin-bottom: 20px;
	margin-right: 3%;
}
/** side coulmn **/
.side-coulmn {
	width: 25%;
	float: right;
}
/** center-coulmn**/
.center-coulmn {
	margin-top: 28px;
	margin-bottom: 100px;
}
/********* home page ****/
.home-block {
	background: #f2f2f2;
	margin-bottom: 16px;
	overflow: hidden;
	width: 100%;
	float: left;
}
.home-left-coulmn {
	width:57%;
	float:left;
	margin-right:3%;
}
.home-center-coulmn {
	width:40%;
	float:left;
}
.home-block h1 {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	height: 29px;
	line-height: 29px;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #005784;
}
.home-block h1 a {
	color: #005784;
	display: block;
	border-bottom: 1px solid #53b2ea;
	height: 28px;
	line-height: 28px;
}
.home-block h1 a:hover {
	color: #00263a;
}
.home-block h1.hMoreNews {
	border: none !important;
    text-transform: lowercase;
	font-size: 11px
}
.home-block h1.hMoreNews a {
	border: none !important;
}
.home-block h1.hMoreNews a:hover {
	text-decoration: underline;
}
.home-block .content {
	margin-top: 12px;
	padding: 0 10px;
	line-height: 17px;
	letter-spacing: 0.04em;
}
.home-block .content .news-row {
	margin-bottom: 15px;
	overflow: hidden;
}
.home-block .content .media {
	padding-left: 43%;
}

.home-events-block .content .media {
	padding-left:6px;
}

.home-block .content img {
	float: left;
	margin-top: 3px;

}
.home-news-block img{width:40%;height:auto}
.home-block .content .media .news {
	letter-spacing: 0.12em;
}
.home-block .content .media .news a {
	color: #005784;
}
.home-block .content .media .news a:hover {
	color: #005784;
}
.home-block .content .media .data {
	margin-top:0;
}
.see-more a {
	color: #3ba0bc;
}
.home-block .content a:hover {
	text-decoration: underline;
}
.home-block.dean-message .media {
	padding-left: 76px;
}
.home-block.dean-message .data {
	clear: both;
	margin-top: 17px
}
.home-block.header-inner h1 {
	margin: 0 22px;
	font-size: 14px;
	border-bottom: 1px solid #52B2EA;
	background: none;
	height: 35px;
	line-height: 35px;
}
.home-block.header-inner h1 a {
border: 0;
height: 35px;
line-height: 35px;
}
.home-block.header-inner h1.hMoreNews {
	font-size: 11px;
	height: 29px;
	line-height: 29px;
}
.home-block.header-inner h1.hMoreNews a {
	height: 29px;
	line-height: 29px;
}
.home-block.list .content {
	padding-bottom: 16px;
}
.home-block.list ul li {
	list-style-type: square;
	margin-left: 28px;
	margin-bottom: 6px;
	width: calc(100% - 28px);
	padding-left: 5px;
}
.home-block.list ul li a {
	margin-left: -3px;
	display: block;
}
.home-block.list ul li a:hover {
	color: #217bad
}
.home-block.calendar h1 {
	margin: 0 66px;
}
.home-block.calendar .content {
	padding: 0 20px;
}
.home-block.calendar li a {
	border-bottom: 1px solid #FFF;
	padding-bottom: 12px;
	margin-bottom: 12px;
	display: block;
	margin-left: 39px;
	color: #363636;
}
.home-block.calendar li:last-child a {
	border: 0;
}
.home-block.calendar li:hover a {
	color: #000000;
}
.event-date {
	float: left;
	width: 25px;
	color: #3ba0bc;
	text-align: center;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.home-block.calendar li:hover .event-date {
	color: #217BAD;
}
.event-date .day {
	font-size: 16px;
}
.event-date .month {
	font-size: 9px;
}
/***academic-partnerships-slider **/
.academic-partnerships-slider {
	width: 100%;
	float: left;
	margin-bottom:16px;
}
.academic-partnerships-slider h1 {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #dfdfdf;
	text-transform: uppercase;
	font-size: 14px;
}
.academic-partnerships-slider h1 a {
	color: #005784;
}
/****/
.academic-partnerships-slider .caroufredsel_wrapper {
	margin: 0 auto;
}
.image_carousel {
	position: relative;
	background: #FFF;
	border: 1px solid #eaeaea;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 7px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 7px rgba(0,0,0,.2);
	zoom: 1;
	padding: 5px 29px;
	margin-top: 15px;
	height: 72px;
}
.image_carousel li {
	margin: 5px 15px;
	display: block;
	float: left;
	position: relative;
}
.image_carousel a.prev, .image_carousel a.next {
	background: url(../images/carusel.png);
	width: 28px;
	height: 82px;
	display: block;
	position: absolute;
	top: 0px;
}
.image_carousel a.prev {
	left: 0;
	background-position: 0 0;
	border-radius: 4px 0 0 4px;
}
.image_carousel a.prev:hover {
}
a.prev.disabled {
}
.image_carousel a.next {
	right: 0;
	background-position: -28px 0;
	border-radius: 0 4px 4px 0px;
}
.image_carousel a.next:hover {
}
.image_carousel a.next.disabled {
}
.image_carousel a.prev.disabled, .image_carousel a.next.disabled {
	cursor: default;
}
.image_carousel li .new {
	background: url(../images/new.png) no-repeat;
	width: 32px;
	height: 23px;
	position: absolute;
	top: -5px;
	left: 9px;
}
.image_carousel li:hover .new {
	background: url(../images/new-hover.png) no-repeat;
}
/**** side coulmn **/
.search {
	background: #f6f6f6;
	border: 1px solid #f2f2f2;
	padding: 5px 2%;
	margin-bottom: 22px;
	position: relative;
	z-index: 2;
	float:left;
	width:96%;
}
.breadcrumb + .main-container .side-coulmn {margin-top: 25px;}
.search input[type='text'] {
	border-top: 1px solid #abadb3;
	border-left: 1px solid #e2e3ea;
	border-right: 1px solid #e2e3ea;
	border-bottom: 1px solid #e3e9ef;
}
.faculty-journals {
	overflow: hidden;
	margin: 0 11px 25px; /*40 inner*/
	width: 260px;
	float:left;
}
.workshop-ad {
	border: 1px solid #F2F2F2;
	margin-bottom: 22px;  /*40 inner*/
	float:left;
}
.workshop-ad a {
	float:left;
	width:100%;
}
.gradient-block {
	border: 1px solid #f2f2f2;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}
.workshop p {
	font-family: 'HelveticaNeueLTStd-Hv', sans-serif;
	background: -webkit-linear-gradient(top, #95bd5d, #3d3857);
	background: linear-gradient(top, #95bd5d, #3d3857);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #95bd5d;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 21px;
	padding: 0;
	margin: 0;
}
.ads-block {
	padding: 5px 2%;
	margin-bottom: 22px;
	float:left;
	width:96%;
}
.ads-block h1 {
	color: #005784;
	border-bottom: 1px solid #52b2ea;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
}
.ads-block .more {
	float: right;
    margin-top: 0;
    text-align: right;
    width: 100%;
}
.ads-block .more:hover {
	text-decoration: underline;
}
/***********/
.ads_carousel {
	position: relative;
	position: relative;
	margin-top: 9px;
}
.ads_carousel li {
	display: block;
	float: left;
	position: relative;
	width: 256px;
}
.ads_carousel a.prev, .ads_carousel a.next {
	background: url(../images/carusel-ads.png);
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: -31px;
}
.ads_carousel a.prev {
	right: 16px;
	background-position: 0 0;
}
.ads_carousel a.prev:hover {
	background-position: 0px -15px;
}
a.prev.disabled {
}
.ads_carousel a.next {
	right: 0;
	background-position: -15px 0;
}
.ads_carousel a.next:hover {
	background-position: -15px -15px;
}
.ads_carousel a.next.disabled {
}
.ads_carousel a.prev.disabled, .image_carousel a.next.disabled {
	cursor: default;
}
.ads-block li img {
	float: left;
	margin: 0 15px 0 0;
}
.ads-block li p {
	padding: 0;
	margin: 0;
	padding-left: 75px;
	letter-spacing: 0.04em;
	line-height: normal;
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
}
.ads-block li {
	overflow: auto;
	padding-right: 10px;
}
.side-block {
	margin-bottom: 25px;
	float:left;
	width:100%;
}
.side-menu-container .list {
	border-bottom: 0;
	float:left;
	width:100%;
}
/******/
.side-menu-container {
	margin-bottom: 29px;
	float:left;
	width:100%;
}
.side-title {
	color: #ffffff;
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background: #217BAD;
	padding: 7px 2% 14px;
	float:left;
	width:96%;
}
.side-title a {
	color: #ffffff;
	display: block;
}
a.side-title {
	display: block;
	margin-bottom: 10px;
}
.side-menu li a {
	color: #363636;
	padding: 8px 10px;
	display: block;
	letter-spacing: 0.060em;
	line-height: 17px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 11px;
}
.side-menu li a:hover, .side-menu li a.current {
	background: #e5e5e5;
}
.side-menu li ul li a {
	padding-left: 32px;
	background: url(../images/side-menu.png) 20px center no-repeat;
}
.side-menu li ul li a:hover, .side-menu li ul li a.current {
	padding-left: 32px;
	background: #f0f0f0 url(../images/side-menu.png) 20px center no-repeat;
}
.social {
	margin: 3px 6px 20px;
	background: #f7f7f7;
	display: inline-block;
}
.social img {
	margin: 4px 6px;
}
.faculty-video-view {
	margin: 12px;
}
/*** any-question **/
.any-question {
	height: 33px;
	line-height: 33px;
	color: #fff;
	background: #217BAD;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
	border-radius: 0 0 3px 3px;
	padding: 0 5%;
	display: block;
	position: relative;
	margin-left: 2%;
	margin-top: 24px;
	margin-bottom: 24px;
	text-align: right;
	float:left;
	width:88%;
}
.any-question a {
	display: block;
	color: #fff;
}
.any-question span.arrow {
	width: 52px;
	height: 52px;
	position: absolute;
	left: -17px;
	top: -17px;
}
.any-question:hover {
	background: #52b2ea;
}
.any-question:hover span.arrow {
	background-position: -52px 0;
}
/*** Find Your study ***/
.find-study {
	padding: 10px 0 4px 3%;
	overflow: hidden;
	width:97%;
}
.find-study .icon {
	float: left;
	width: 86px;
	height: 65px;
}
.find-study:hover .icon {
	background-position: -86px 0;
}
.find-study .find-title, .find-study .find-course {
	float: right;
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
	color: #2388C6;
	font-weight: bold;
	margin-bottom: 9px;
	margin-right: 14px;
}
.find-study .find-course {
	font-weight: normal;
	background: url(../images/course-block.png) right no-repeat;
	width: 156px;
	text-align: right;
	padding-right: 14px;
	margin-right: 0;
	height: 25px;
	line-height: 25px;
}
/*** breadcrumb **/
.breadcrumb {
	background: url(../images/breadcrumb.png) repeat-x;
	height: 17px;
	margin-top: -26px;
	padding: 13px 10px 0px 10px;
	margin: 5px 17px 0 17px;
	position: absolute;
	width: 908px;
	z-index: 1;
}
.breadcrumb li {
	float: left;
	margin: 0 3px;
	font-size: 11px;
	line-height: 8px;
	letter-spacing: 0;
}
.breadcrumb li a {
	color: #363636;
}
.breadcrumb li a:hover {
	color: #000000;
}
.breadcrumb li .home-icon {
	background: url(../images/home.png);
	width: 12px;
	height: 11px;
	display: inline-block;
	margin-right: 9px;
	margin-top: -3px;
	float: left;
}
.breadcrumb li:hover .home-icon {
	background-position: 0 -11px;
}
/** cms-content
------------------------------------------------------------------- **/
.cms-content {
	margin-top: 17px;
	width: 100%;
	margin-left: -2px;
}
.print-preview {
	width: 90%;
	margin: 0 auto;
}
.print-preview .cms-content {
	width: auto;
}
.print-preview a[target="_blank"] {display: none;}
/******* headers ********/
h1.level-1 {
	color: #288cba;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-right: 48px;
	position: relative;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 19px;
	text-align: left;
}
h1.level-2, h1.level-3, h1.level-4, .underline-block h4, .underline-block h5, .news-block h4, .data-content h3, .data-content h4 {
	color: #444444;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: normal;
}
h1.level-3, h1.level-4, .underline-block h4, .data-content h4 {
	font-size: 14px;
	margin-bottom: 15px;
}
.underline-block h4 {
	font-size: 16px;
}
.underline-block h5 {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
}
.underline-block h4 + .underline-block h5 {
	margin-top: 0;
}
.underline-block ul.styled {
	padding-bottom: 10px;
}
h1.level-4 {
	font-size: 12px;
}
h2.level-1 {
	color: #333333;
	font-size: 20px;
	line-height: 27px;
	border-bottom: 1px solid #e4e3e1;
	position: relative;
	margin-bottom: 30px;
	font-family: 'HelveticaNeueLTStd-Th', sans-serif;
}
h2.level-2 {
	color: #666666;
	font-size: 13px;
	margin-bottom: 15px;
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	clear: both;
}
.article-action {
	position: absolute;
	right: -64px;
}
.cms-content {
	font-size: 12px;
	letter-spacing: 0.09em;
	color: #363636;
	line-height: 17px;
	text-align: justify;
}
.cms-content > p {
	overflow: hidden;
	margin: 0 0 60px 0px;
}
.cms-content > p:last-of-type {
	margin: 0px;
}
.cms-content i.right {
	float: right;
	margin-left: 23px;
}
.cms-content i.left {
	float: left;
	margin-right: 23px;
}
.cms-content i.full {
	float: none;
	margin: 0;
	display: block;
}
.cms-content i.full img{width:100%}
.data-content i.right img, .data-content i.left img {
	border: 1px solid #e9e9e9;
}
.data-content div b {
	display: inline-block;
	margin-top: 40px;
	font-weight: normal !important;
	font-family: 'HelveticaNeueLTStd-Lt', Sans-Serif;
}
.data-content div b:first-child, .cms-content ul.styled:first-child {
	margin-top: 0px !important;
}
.cms-content p a:hover {
	text-decoration: underline;
}
.cms-content .dean {
	float: right;
	font-size: 12px;
	color: #363636;
	width: 151px;
	text-align: center;
	margin-left: 25px;
}
.cms-content .dean-title {
	padding: 6px 0;
	border: 1px solid #E9E9E9;
	display: block;
	border-top: 0;
}
.cms-content .dean-title a {
	display: block;
	cursor: text;
}
.cms-content .styled-text-1 {
	color: #3ba0bc;
}
.cms-content .styled-text-2 {
	font-family: 'HelveticaNeueLTStd-Md', sans-serif;
}
.cms-content b, .cms-content strong {
	font-family: 'HelveticaNeueLTStd-Md', sans-serif;
	letter-spacing: 0.06em;
}
.cms-content .pull-right {
	margin-left: 244px;
	margin-bottom: 30px;
}
.cms-content .pull-right {
	margin-left: 244px;
	margin-bottom: 30px;
}
.cms-content .pull-left {
	margin-right: 0;/* float: left; */
}
.cms-content ul.styled {
	margin-top: 10px;
}
.cms-content ul.styled li {
	list-style: none;
	padding-left: 13px;
}
.course-info {
	margin-bottom: 20px;
}
.course-name {
	float: left;
	width: 420px;
}
.cms-content ul.course-info li {
	width: 196px;
	float: left;
}
.cms-content ul.course-info li {
	width: 196px;
	float: left;
	margin-bottom: 16px;
}
.cms-content ul.course-info li span {
	color: #3BA0BC;
}
.cms-content ul.listed-info li {
	font-family: 'HelveticaNeueLTStd-Th', sans-serif;
}
.cms-content ul.listed-info li span {
	display: inline-block;
	width: 125px;
}
hr.style-1 {
	border-top: 1px solid #f4f4f4;
	margin-bottom: 16px;
}
hr.style-2 {
	border: 1px dotted #f4f4f4;
	margin: 30px 0;
}
.data-content ul {
	overflow: hidden;
}
/**************/
.sections-list {
}
.sections-list li {
	margin-bottom: 40px;
	list-style: none;
	overflow: hidden;
}
.sections-list li h2 {
	font-family: 'HelveticaNeueLTStd-Md', sans-serif;
	font-size: 12px;
	color: #288cba;
	height: 27px;
	line-height: 27px;
	border-bottom: 1px solid #b4935f;
	margin-left: 10px;
	letter-spacing: 0.090em;
	text-transform: uppercase;
	margin-bottom: -1px;
	position: relative;
}
.sections-list h2 a {
	color: #288cba;
	display: block;
}
.sections-list li div.department-block {
	border: 1px solid #ededed;
	padding: 14px 10px;
	overflow: hidden;
	text-align: left;
}
.sections-list li img {
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid #b3b3b3;
}
.sections-list li:hover img {
	border: 1px solid #666666;
}
.sections-list li p {
	font-size: 11px;
	margin: 0;
	letter-spacing: normal;
}
.sections-list li p span:first {
 color: #000000;
 font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
}
.sections-list li a.more {
	margin-top: 15px;
	display: inline-block;
}
.sections-list li:hover a.more {
	color: #217BAD;
	text-decoration: underline;
}
.sections-list li:hover h2 a {
	color: #333333;
	text-decoration: underline;
}
.facilties-list {
}
.facilties-list li {
	float: left;
	width: 47.5%;
	margin-right: 5%;
}
.facilties-list li.last {
	margin-right: 0;
}
.facilties-list li img {
	width: 100px;
	height: 64px;
}
.facilties-list li a.more {
	margin-top: 6px;
}
/******* Course list ***/
.inner-search {
	float: right;
	margin-top: -3px;
}
.inner-search div {
	float: left;
	margin: 0;
	padding: 0;
}
.inner-search div input[type=text] {
	float: left;
	border: 1px solid #dddddd;
	padding: 3px 7px;
	font-size: 11px;
	color: #9c9ca3;
	background: #f9f9f9;
	margin: 0;
	width: 126px;
	height: 14px;
	margin-right: 2px;
}
.inner-search div input[type=submit] {
	float: right;
	width: 22px;
	height: 22px;
	background: url(../images/inner-search.png);
	border: 0;
	padding: 0;
	cursor: pointer;
}
.inner-search select {
    float: left;
	width: 126px;
    height: 22px;
    border: 1px solid #BBB;
    padding: 2px;
    font-size: 12px;
	margin-right: 10px;
}
.rows-List {
	letter-spacing: 0.1em;
	font-size: 12px;
}
.rows-List .header {
	color: #363636;
	border-bottom: 2px solid #005f8d;
	overflow: hidden;
	padding-left: 20px;
}
.rows-List li {
	padding-left: 20px;
	overflow: hidden;
	color: #3BA0BC;
}
.rows-List li:nth-child(odd) {
	background: #f2f2f2;
}
.rows-List .first-cell, .rows-List .second-cell, .rows-List .third-cell, .rows-List .fourth-cell, .rows-List .fifth-cell, .rows-List .sixth-cell {
	float: left;
	padding: 10px 0;
	line-height: normal;
}
.rows-List .first-cell {
	width: 10%;
}
.rows-List .second-cell {
	width: 30%;
	padding-right: 20px;
}
.rows-List .third-cell {
	width: 15%;
}

.rows-List .fourth-cell {
	width: 10%;
}

.rows-List .fifth-cell {
	width: 10%;
}

.rows-List .sixth-cell {
	width: 10%;
}

.rows-List a:hover {
	color: #363636;
	text-decoration: underline;
}
/*tabs */
.tabs-container {
}
#tabs {
	margin: 0;
	overflow: hidden;
	padding: 0 11px;
	border-bottom: 3px solid #005f8d;
}
#tabs li {
	float: left;
	margin-right: 3px;
	font-size: 11px;
}
#tabs li a {
	display: block;
	color: #000000;
	border: 1px solid #dbdbdb;
	border-bottom: 0;
	padding: 6px 6px;
	letter-spacing: 0.09em;
}
.tab-section {
	font-size: 12px;
	padding: 20px 0px;
	color: #000000;
}
#tabs li a.current, #tabs li a:hover {
	color: #fff;
	background: #005f8d;
	border-color: #005f8d;
}
/*** table ***/
#table {
	border-collapse: collapse;
	border: 1px solid #cecece;
	margin: 20px 0;
	width: 100%;
	color: #000000;
}
#table th {
	background: #e5e5e5;
	padding: 11px;
	font-weight: normal;
}
#table td {
	padding: 8px 11px;
}
#table tr:nth-child(even), #table tr.even {
	background: #f2f2f2;
}
#table tr td:first-child, #table tr th:first-child {
	border-right: 1px solid #fff;
}
/*** nes list ****/
h3.title {
	background: #efefef;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	padding: 0 11px;
	margin-bottom: 20px;
}
h3.title a {
	color: #363636;
}
h3.title a:hover {
	color: #217BAD;
	text-decoration: underline;
}
.news-list ul li {
	font-size: 12px;
	letter-spacing: 0.09em;
	color: #363636;
	line-height: 17px;
	list-style: none;
	padding-left: 13px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: #e9e9e9 1px solid;
}
.news-list ul li .time {
	margin-top: 10px;
	font-size: 10px;
}
.news-list ul li a:hover {
	text-decoration: underline;
	color: #1a6d9b;
}
/******/
.pagination {
	text-align: right;
	margin: 15px 0;
}
.pagination a, .pagination span {
	display: inline-block;
	margin-left: 3px;
	text-decoration: none;
	line-height: 1.5em;
	letter-spacing: normal;
	color: #363636;
}
.pagination a:hover, .pagination span.active {
	color: #3ba0bc;
}
.pagination a span, .pagination span span {
	margin: 0;
}
.back {
	background: url(../images/back.jpg) left no-repeat;
	height: 19px;
	float: right;
	padding-left: 19px;
}
.back span {
	border: 1px solid #d8d8d8;
	border-left: 0;
	display: inline-block;
	padding: 0 15px;
	height: 17px;
	line-height: 17px;
}
.back:hover span {
	background: #aeaeae;
	color: #fff;
	border: 1px solid #aeaeae;
	border-left: 0;
}
/*****/
.partnerships-list {
}
.partnerships-list li {
	margin-bottom: 40px;
	list-style: none;
	overflow: hidden;
}
.partnerships-list li img {
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid #b3b3b3;
	width: auto;
	height: auto;
	padding: 15px;
}
.partnerships-list li:hover img {
	border: 1px solid #666666;
}
.partnerships-list li p {
	font-size: 11px;
	margin: 0;
}
.partnerships-list li a.more {
	margin-top: 15px;
	display: inline-block;
}
.partnerships-list li:hover a.more {
	color: #217BAD;
	text-decoration: underline;
}
.partnerships-list li:hover h2 a {
	color: #333333;
	text-decoration: underline;
}
.partnerships-list li:hover h3.title a {
	color: #217BAD;
	text-decoration: underline;
}
/******/
.staff-list {
}
.staff-list li {
	margin-bottom: 40px;
	list-style: none;
	overflow: hidden;
	width: 47.5%;
	float: left;
	margin-right: 5%;
	letter-spacing: normal;
	color: #000000;
}
.staff-list li.right {
	margin-right: 0;
}
.staff-list li img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #b3b3b3;
	-webkit-box-shadow: 0px 0px 20px 0px #eeeeee;
	box-shadow: 0px 0px 20px 0px #eeeeee;
}
.staff-list h1 {
	font-size: 11px;
	text-align: left;
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
}
.staff-list li p {
	font-size: 11px;
	margin: 0;
	padding-left: 91px;
}
.staff-list li a.more {
	margin-top: 12px;
	display: block;
}
.staff-list li:hover a.more {
	color: #217BAD;
	text-decoration: underline;
}
.staff-list li:hover h2 a {
	color: #333333;
	text-decoration: underline;
}
.staff-list li:hover h3.title a {
	color: #217BAD;
	text-decoration: underline;
}
/*** view-researches ***/
.view-researches {
	color: #fff;
	height: 24px;
	line-height: 24px;
	border-radius: 10px;
	padding: 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
}
.view-researches:hover {
	background: url(../images/view-research-hover.jpg) repeat-x;
}
/******/
.departments-list {
	margin-top: 30px;
}
.departments-list ul {
	overflow: hidden;
}
.departments-list li {
	margin-bottom: 15px;
	border-top: 5px solid #e6e6e6;
	color: #7a7a7a;
	background: url(../images/staff-research.jpg) repeat-x bottom;
	padding: 12px 14px 1px 12px;
	position: relative;
}
.departments-list h1 {
	font-size: 12px;
	font-weight: 600;
	color:#333;
}
.departments-list h1 a {
	color: #333333;
}
.departments-list li h1 a:hover {
	color: #217BAD;
}
.departments-list li p {
	line-height:18px;
}
.departments-list li p a {
	color: #7a7a7a;
	margin:0 0 0 15px;
}
.departments-list li p a:hover {
	text-decoration:underline;
}
.departments-list a.more {
	background: url(../images/staff-research-link.png) no-repeat;
	width: 7px;
	height: 13px;
	display: inline-block;
	position: absolute;
	right: 18px;
	top: 15px;
	text-indent: -9999px;
}
.departments-list li:hover a.more {
	background-position: 0 -13px;
}
/*****/
div.faq, div.answer {
	width: 100%;
	float: left;
}
.faq-list {
	margin-top: 15px;
	border-bottom: 1px dotted #BDBDBB;
}
.faq {
	padding: 20px 9px;
	border-top: 1px dotted #bdbdbb;
}
.question {
	background: url(../images/expand.png) top left no-repeat;
	padding-left: 26px;
	line-height: 16px;
	display: inline-block;
}
.question.open {
	background: url(../images/collapse.png) top left no-repeat;
}
.question:hover {
	text-decoration: underline;
}
div.answer {
	margin-top: 16px;
}
.answer label {
	float: left;
	width: 110px;
	color: #363636;
	text-align: left;
	margin-left: 26px;
}
div.answer p {
	padding-left: 156px;
	color: #363636;
	margin-bottom: 0;
	margin-top: 0;
}
.answer-row {
	float: left;
    width: 100%;
	margin-bottom: 15px;
}
.download {
	background: url(../images/download.png) repeat-x;
	height: 21px;
	line-height: 20px;
	color: #FFF;
	padding: 0 11px;
	display: inline-block;
	margin-top: 15px;
	margin-left: 26px;
	border-radius: 5px;
	font-size: 11px;
}
.download:hover {
	background-position: 0 -22px;
}
/*** regulations-list ***/
.regulations-list {
	margin-top: 25px;
}
ul.list-links {
	padding-bottom: 40px;
}
.regulations-list ul li a, ul.list-links li a {
	background: url(../images/list.png) left no-repeat;
	padding-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}
.regulations-list ul li a:hover, ul.list-links li a:hover {
	color: #333333;
	text-decoration: underline;
}
.regulations-content {
	margin-top: 40px;
}
.regulations-content > ul >li, .underline-block {
	padding: 40px 0 30px 0;
	border-top: 1px dotted #bdbdbb;
	overflow: hidden;
}
.back-top, .to-top {
	background: url(../images/back-top.png) right no-repeat;
	height: 19px;
	float: right;
	margin-top: 20px;
	padding-right: 19px;
}
.back-top span, .to-top span {
	border: 1px solid #d8d8d8;
	border-right: 0;
	display: inline-block;
	padding: 0 15px;
	height: 17px;
	line-height: 17px;
}
.back-top:hover span, .to-top:hover span {
	background: #aeaeae;
	color: #fff;
	border: 1px solid #aeaeae;
	border-left: 0;
}
/******/
.form-container {
	width: 476px;
	letter-spacing: normal;
}
.form-container .form-block {
	border: 1px solid #dadada;
	padding: 27px 17px 17px 14px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form-container .form-block div {
	overflow: hidden;
	margin-bottom: 18px;
}
.form-container .form-block label {
	width: 90px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.form-container .form-block textarea {
	width: 327px;
	height: 137px;
	border: 1px solid #BBB;
	font-size: 12px;
}
.form-container .form-block select {
	width: 334px;
	height: 23px;
	border: 1px solid #BBB;
	padding: 2px;
	font-size: 12px;
}
.form-container .form-block hr {
	border: 1px dotted #F4F4F4;
	margin-bottom: 18px;
}
.form-container .form-btns {
	margin-top: 23px;
	overflow: hidden;
}
.form-container button.send, .form-container input.send {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F5F7F7;
	background: url(../images/send.png) top right no-repeat;
	width: 97px;
	height: 26px;
	padding: 0;
	border: 0;
	font-weight: bold;
	padding-right: 12px;
	cursor: pointer;
}
.form-container button.send:hover, .form-container input.send:hover {
	background-position: 0 -26px;
}
.form-container input[type='text'] {
	padding: 2px;
	height: 13px;
	font-family: arial;
	font-size: 12px;
	width: 327px;
}
/******/
.search-list {
	margin-top: 40px;
}
.search-list ul li {
	font-size: 11px;
	letter-spacing: 0.09em;
	line-height: 17px;
	list-style: none;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: #e9e9e9 1px solid;
	position: relative;
}
.search-list ul li .search-result {
	margin-bottom: 2px;
}
.search-list ul li .search-result a {
	text-decoration: underline;
	font-size: 12px;
}
.search-list ul li .search-result a:hover {
	color: #1e709d;
}
.search-list ul li .search-link {
	margin-top: 8px;
}
.search-list ul li .search-link a {
	color: #6f6f6f;
	font-size: 10px;
}
/****/
/*             styles for the star rater                */
span.stars {
	margin-top: 2px;
}
span.stars, span.stars span {
	display: block;
	background: url(../images/star.png) 0 -11px repeat-x;
	width: 65px;
	height: 11px;
	float: right;
}
span.stars span {
	background-position: 0 0;
	float: left;
}
span.stars.star-1 span {
	width: 13px;
}
span.stars.star-2 span {
	width: 26px;
}
span.stars.star-3 span {
	width: 39px;
}
span.stars.star-4 span {
	width: 52px;
}
span.stars.star-5 span {
	width: 65px;
}
/*******/
.site-map ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #444444;
	font-weight: bold;
	letter-spacing: normal;
}
.site-map ul li a:hover {
	text-decoration: underline;
}
.site-map ul li ul {
	margin: 14px;
	margin-bottom: 40px;
}
.site-map ul li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3ba0bc;
	background: url(../images/site-map.png) left no-repeat;
	padding-left: 14px;
	font-weight: normal;
}
.site-map ul li ul li a:hover {
	color: #333333;
	text-decoration: none;
}
.site-map ul li ul li ul {
	margin: 2px 24px;
	list-style: disc;
}
.site-map ul li ul li ul li a {
	background: url(../images/site-map-circel.png) left no-repeat;
	padding-left: 13px;
}
.site-map ul li ul li ul li ul {
	margin-left: 25px;
}
.site-map ul li ul li ul li ul li a {
	background: url(../images/site-map-square.png) left no-repeat;
	padding-left: 13px;
}
/********/
.conatct {
	margin: 30px 0;
}
.conatct label {
	float: left;
	width: 125px;
	color: #000;
}
.conatct p {
	padding-left: 125px;
	color: #3ba0bc;
	margin-bottom: 15px;
	margin-top: 0;
}
/**** research centers */
.html_carousel {
	margin-bottom: 30px;
	overflow: hidden;
}
.html_carousel .caroufredsel_wrapper {
	width: 443px;
	float: left !important;
	border: 1px solid #ccc;
}
.html_carousel div.slide {
	position: relative;
}
.html_carousel div.slide img {
}
.html_carousel div.slide div {
	background-color: rgba(0, 0, 0, 0.6);
	width: 407px;
	position: absolute;
	bottom: 0;
	padding: 7px 18px;
}
.html_carousel div.slide h4 {
	font-size: 14px;
}
.html_carousel div.slide p {
	font-size: 11px;
	margin: 2px 0;
}
.html_carousel div.slide h4, .html_carousel div.slide p {
	color: white;
}
div.thumbnails {
	float: left;
	width: 148px;
	border-top: 1px solid #CCC;
}
.pagination-thum {
	position: relative;
	border: 1px solid #CCC;
	border-left: 0;
	margin-left: 0px;
	width: 148px;
	height: 82px;
	border-top: 0;
}
.pagination-thum span {
	position: absolute;
	width: 130px;
	padding: 1px 9px;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 11px;
	font-family: arail;
	color: #FFF;
	bottom: 0;
}
div.thumbnails img {
	cursor: pointer;
	display: inline-block;
}
div.thumbnails img:hover {
}
div.thumbnails img.selected {
}
/******/
.research-centers-slider-list {
}
.research-centers-slider-list li {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: #bdbdbb 1px dotted;
	list-style: none;
	overflow: hidden;
	margin-top: 23px;
}
.research-centers-slider-list li h1 {
	margin-bottom: 18px;
}
.research-centers-slider-list li h1 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #444444;
	font-weight: bold;
	letter-spacing: normal;
}
.research-centers-slider-list li img {
	float: left;
	margin: 0 17px 0 0;
}
.research-centers-slider-list li:hover img {
}
.research-centers-slider-list li p {
	font-size: 11px;
	margin: 0;
}
.research-centers-slider-list li a.more {
	margin-top: 15px;
	display: inline-block;
}
.research-centers-slider-list li:hover a.more {
	color: #217BAD;
	text-decoration: underline;
}
.research-centers-slider-list li:hover h2 a {
	color: #333333;
	text-decoration: underline;
}
.research-centers-slider-list li:hover h3.title a {
	color: #217BAD;
	text-decoration: underline;
}
.tab-section.data {
	margin-top: 23px;
}
/*************/
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
/**************/
.center-coulmn .search {
	float: right;
	width: 258px;
	margin-top: -28px;
	padding: 2px 10px;
}
.center-coulmn .level-1 {
	margin-right: 0;
}
.center-coulmn .article-action {
	right: 0;
}
/* ======== Calendar */
.calendar-left-side {
	float: left;
	width: 25%;
	padding: 0px 2% 0 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.calendar-left-side h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	color: #585858;
	width:100%;
	float:left;
	padding:0 0 6px;
	margin:0 0 12px;
}
.calendar-left-side input[type=text], .cal-view, .event-action, .search-news input[type=text] {
	margin: 0;
	padding: 0 5px;
	width: 80%;
	height: 20px;
	line-height: 20px;
	border: 1px solid #DDD;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 12px;
	color: #777;
	position: relative;
	
}
.cal-view {
    margin: 0 0 25px;
	float: left;
}
.calendar-left-side input[type=submit], .search-news input[type=submit] {
	background: url('../images/main-sprite.png') no-repeat -198px -156px;
	width: 14%;
	height: 22px;
	border: 0;
	float: right;
	margin-top: 12px;
}
.search-news input {
	margin-top: 0 !important;
	font-size: 12px;
}
.calendar-left-side p {
	color: #777;
	font-size: 11px;
	margin-top: 10px;
}
.calendar-inline {
	margin-top: 25px;
	padding-bottom: 30px;
	float: left;
}
.cal-view, .event-action {
	font-size: 11px;
	color: #8d8d8d;
	line-height: 20px;
}
.cal-view span, .event-action span {
	background: url('../images/main-sprite.png') no-repeat -406px -110px;
	width: 7px;
	height: 4px;
	float: right;
	position: absolute;
	right: 6px;
	top: 8px;
}
.cal-view i, .event-action i {
	font-style: normal;
}
.cal-view span.down, .event-action span.down {
	background-position: -417px -110px;
}
.cal-view ul, .event-action ul {
	border: 1px solid #DDD;
	margin-top: 0px;
	width: 171px;
	margin-left: -6px;
	display: none;
	background: #FFF;
	position: relative;
}
.cal-view ul li, .event-action li {
	padding: 0 5px;
}
.cal-view ul li a {
	display: block;
}
.cal-view ul li:hover, .event-action li:hover {
	background: #AAA;
}
.cal-view ul li:hover a, .event-action li:hover a {
	color: #FFF;
}
.check-boxes {
	padding-top: 30px;
}
.check-boxes label {
	color: #333;
	font-size: 11px;
}
.check-boxes ul {
	margin-top: 10px;
}
.check-boxes li {
	padding-bottom: 6px;
}
.check-boxes label input[type=checkbox] {
	margin: 0;
	float: left;
	margin-right: 5px;
}
.check-boxes label span {
	float: left;
	margin-top: 2px;
}
.select-check {
	width: 112px;
	border-top: 1px solid #999;
	margin-top: 26px;
	padding: 13px 0;
	font-size: 11px;
}
.select-check {
	color: #000;
}
.select-check a {
	color: #0f79a3;
}
.select-check span {
}
/* - right side - */
.calendar-right-side {
	border-left: 1px solid #CCC;
	float: left;
	width: 70%;
	padding: 0 0 45px 2%;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 12px;
}
.calendar-right-side h2 .links {
	position: absolute;
	right: 0;
	bottom: 7px;
}
.calendar-right-side h2 a {
	font: 14px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #333;
	padding: 0 12px;
	float: left;
}
.calendar-right-side h2 a .icon {
	background: url('../images/main-sprite.png') no-repeat -10px -189px;
	width: 4px;
	height: 7px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.calendar-right-side h2 a .text {
	float: left;
}
.calendar-right-side h2 {
	position: relative;
}
.calendar-right-side h2 a:hover, .gray-list li a:hover, .gray-list li.current a {
	color: #288CBA;
}
.calendar-right-side .gray-list {
	background: #e5e5e5;
	padding: 5px 10px;
}
.gray-list li {
	float: left;
	margin-right: 15px;
	font-size: 11px;
	text-transform: uppercase;
}
.gray-list li a {
	color: #333;
}
.calendar-right-side .select-check {
	border-top: 0;
	padding-top: 0;
	float: left;
}
.calendar-right-side .controls {
	float: left;
	margin-left: 20px;
	margin-top: 17px;
	margin-bottom: 10px;
}
.calendar-right-side .controls .prev, .calendar-right-side .controls .next {
	background: url('../images/main-sprite.png') no-repeat -41px -256px;
	width: 37px;
	height: 24px;
	float: left;
	border-right: 1px solid #FFF;
	font: 11px/24px verdana;
	color: #FFF;
}
.calendar-right-side .controls .prev {
	padding-left: 20px;
}
.calendar-right-side .controls .next {
	background-position: -118px -256px;
	border: 0;
	padding-left: 10px;
	width: 45px;
}
.calendar-right-side .controls .prev:hover, .calendar-right-side .controls .next:hover {
	background: url('../images/main-sprite.png') no-repeat -41px -231px;
}
.calendar-right-side .controls .next:hover {
	background-position: -118px -231px;
}
/*.add-to-cal {
	background: url('../images/main-sprite.png') no-repeat -465px -385px;
	width: 123px;
	height: 23px;
	border: 0;
	font-size: 12px;
	margin-left: 126px;
	margin-top: 17px;
	float: left;
}
*/
.add-to-cal {
	float: right;
	padding-bottom: 20px;
}
.addthisevent-drop {
		background: #FFF url(../images/add-to-cal.jpg) no-repeat 146px 1px !important;
		width: 160px !important;
		height: 22px !important;
		padding: 0 !important;
		font-size: 11px !important;
		font-weight: normal !important;
		line-height: 22px;
		padding-left: 10px !important;
	}
	.addthisevent_dropdown .copyx {
		display: none !important;
	}
	.addthisevent_dropdown {
		-webkit-box-shadow: 0 0 0 !important;
		-moz-box-shadow: 0 0 0 !important;
		box-shadow: 0 0 0 !important;
	}
	.addthisevent_dropdown {
		width: 170px !important;
	}
	.addthisevent_dropdown span {
		color: #777 !important;
		padding: 5px 10px 4px 7px !important;
		width: 153px !important;
	}
	.addthisevent_dropdown span:hover {
		background: #AAA !important;	
		color: #FFF !important;
	}
.event-action {
	float: right;
	margin-top: 17px;
}
.events-header {
	background: #e5e5e5;
	height: 20px;
	margin-top: 7px;
	font-size: 12px;
	color: #333;
	padding-top: 3px;
}
.events-table .check-box, .events-table .date, .events-table .time, .events-table .event, .events-table .location {
	float: left;
	line-height: 1.5em;
}
.events-table .date, .events-table .time {
	width: 107px;
	padding-left: 10px;
}
.events-table .event, .events-table .location {
	width: 220px;
	padding-right: 20px;
}
.events-table li {
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
	font-size: 12px;
	color: #000;
}
.events-table li input[type=checkbox] {
	margin: 0;
	margin: 2px 3px;
}
.events-table .date {
	font-family: verdana;
	margin-right: 10px;
	font-weight: bold;
	width: 55px;
}
.events-table li a {
	color: #0f79a3
}
.events-table li a:hover {
	text-decoration: underline;
}
.events-month li {
	padding-bottom: 43px;
}
.month {
	float: left;
	margin-top: 20px;
	font-size: 12px;
	color: #000;
}
.month span {
	color: #0f79a3;
}
.calendar-right-side .month-view .controls {
	float: right;
}
.events-month .events-header span, .events-week .events-header span {
	line-height: 1.5em;
	padding-left: 15px;
	float: left;
}
.events-month .event {
	margin-top: 26px;
}
.event img {
	float: left;
}
.event .event-details {
	padding-left: 96px;
	font-size: 12px;
	color: #000;
	line-height: 1.4em;
}
.event-details .event-title {
	font-family: verdana;
	color: #000;
}
.event-details .event-title:hover, .event-url:hover, .single-event-details a:hover {
	text-decoration: underline;
}
.event-details p {
	padding: 10px 0;
}
.event-url {
	color: #0f79a3;
}
.event-details div.clearfix {
	margin-top: 18px;
}
.events-month hr {
	margin-bottom: 0;
}
.events-month hr + .controls {
	margin-left: 0;
}
.week-view .add-to-cal {
	margin-left: 270px;
}
.week-controls {
	float: left;
	margin-left: 14px;
	margin-top: 1px;
}
.week-controls .prev, .week-controls .next {
	background: url('../images/main-sprite.png') no-repeat -456px -222px;
	width: 18px;
	height: 15px;
	float: left;
}
.week-controls .next {
	background-position: -475px -222px;
}
.week-controls .prev:hover, .week-controls .next:hover {
	background: url('../images/main-sprite.png') no-repeat -507px -222px;
}
.week-controls .next:hover {
	background-position: -526px -222px;
}
.weekly-container, .week-events {
	border-left: 1px solid #CCC;
	font-size: 12px;
}
.week {
	border-bottom: 1px solid #CCC;
	color: #000;
}
.week .date {
	float: left;
	width: 66px;
	padding-top: 23px;
	text-align: center;
	font-family: verdana;
}
.week-events {
	float: left;
}
.week-events li {
	border-top: 1px solid #CCC;
	padding-bottom: 12px;
}
.week-events li:first-child {
	border-top: 0;
}
.week-events .time, .week-event-details {
	float: left;
	width: 100px;
	padding-left: 10px;
	padding-top: 10px;
}
.week-event-details {
	width: 488px;
}
.check-event {
	color: #0f79a3;
	overflow: hidden;
}
.check-event a {
	color: #0f79a3 !important;
}
.check-event a:hover {
	text-decoration: underline;
}
.week-event-details p {
	padding: 0;
	line-height: normal;
	padding-bottom: 0;
	margin: 2px 0;
}
.week-event-details a {
	color: #000;
}
.week-event-details a:hover {
	text-decoration: underline;
}
/*---------------------------------------------------------------------*/
.single-event {
	border-bottom: 1px solid #CCC;
	padding-bottom: 77px;
	padding-top: 21px;
}
.single-event h4 {
	color: #333;
	font-family: verdana;
	padding-bottom: 22px;
}
.single-event img {
	float: left;
}
.single-event-details {
	color: #000;
	font-size: 12px;
	line-height: 1.5em;
	overflow: hidden;
}
.single-event-details a {
	color: #0f79a3;
}
.single-event-details .details .label {
	float: left;
	width: 65px;
}
.single-event-details .details li {
	float: left;
}
.single-event-details .details .value {
	float: left;
	width: 380px
}
.single-event-details .details .value span {
	padding-left: 10px;
}
.calendar-back {
	background: url('../images/main-sprite.png') no-repeat -317px -383px;
	width: 114px;
	height: 24px;
	float: right;
	font: 11px/24px verdana;
	padding-left: 23px;
	color: #FFF;
	margin-top: 29px;
	margin-right: 19px;
}
.calendar-back:hover {
	background-position: -317px -415px;
}
.single-event + .event-action {
	margin-top: 29px;
}
.news-block {
	padding-top: 40px;
	margin-top: 12px;
	float: left;
	width: 100%;
	margin-bottom: 24px;
}
.news-block img {
	border: 1px solid #CCC;
}
.news-block:first-child {
	padding-top: 0;
}
.news-data {
	margin-bottom: 30px;
}
.news-block p span {
	float: left;
	width: 435px;
}
.news-block p {
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
}
.news-block p i img {
	margin-bottom: 24px;
}
.cal-guide {
	font-family: 'HelveticaNeueLTStd-Lt', Sans-Serif;
}
.cal-guide p {
	margin-bottom: 62px;
}
.inner-center-column h2, .inner-two-columns h2, .two-columns-right h2, .calendar-right-side h2, .apply-container h2 {
	font: 18px 'gotham_mediumregular';
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
	color: #333;
	padding-bottom: 24px;
	padding-top: 24px;
	margin-bottom: 23px;
}
.calendar-right-side h2 {padding-top: 0px;}
/**** footer */
.footer {
}
.footer-coulmns {
	background: #f3f3f3 url(../images/footer.jpg) top repeat-x;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	padding-left: 28px;
}
.footer .coulmn {
	float: left;
	margin: 17px 20px 17px 0px;
	width: 122px;
}
.footer .coulmn h5 {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	margin: 0 0px 11px 0;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}
.footer .coulmn ul {
}
.footer .coulmn li a {
	display: block;
	background-image: url(../images/footer-list.jpg);
	background-color: none;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0 4px;
}
.footer .coulmn li a:hover {
	color: #217BAD;
	text-decoration: underline;
}
.brochour {
	background: url(../images/borchoure-border.jpg) left repeat-y;
	margin-top: 13px;
	padding-left: 21px;
	float: right;
	margin-right: 26px
}
.brochour a {
	width: 170px;
	height: 82px;
	background-position: -170px 0px;
	display: block;
	margin: 3px 0;
	-webkit-box-shadow: 0px 0px 9px 1px #cecece;
	box-shadow: 0px 0px 9px 1px #cecece;
	border-radius: 5px;
	text-indent: -9999px;
	text-transform: capitalize;
	font-size: 0;
	display: block;
	line-height: 0;
}
.brochour a:hover {
	background-position: 0 0px;
}
.footer-copy {
	background: url(../images/footer-copy.jpg) left repeat-x;
	padding: 15px 25px;
	height: 80px;
}
.footer-copy .fue-logo {
	float: left;
	margin-right: 18px;
}
.footer-copy .content {
	color: #808080;
	letter-spacing: 0.06em;
	line-height: 17px;
	margin-top: 3px;
}
.footer-copy .content span {
	margin-right: 23px;
}
.active-marker {
	opacity: inherit;
	filter: inherit;
}
/****************/
.new-block {
	padding: 0 8px 8px 8px;
}
.new-block h1 {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #52B2EA;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #005784;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
}
.new-block a.more {
	float: right;
}
.new-block a.more:hover {
	text-decoration: underline;
}
.new-block p {
	line-height: 17px;
	margin-bottom: 0;
}
.not-found {
	margin-top: 43px;
	white-space: nowrap;
}
.not-found h1 {
	font-size: 36px;
	color: #5B5B5B;
	line-height: normal;
	margin-bottom: 10px;
}
.not-found ul {
	margin-left: 28px;
	margin-top: 13px;
}
.not-found ul li {
	list-style: square;
	line-height: 23px;
}
.not-found ul li a {
	color: #6f6f6f;
	text-decoration: underline;
}
.professor img {
	float: right;
	margin-left: 20px;
}
.staff-inner {
	overflow: visible !important;
}
.staff-inner img {
	float: right;
	margin-top: -35px;
}
.staff-inner .data {
	padding-right: 135px;
}
.staff-table {
	width: 100%;
	border-collapse: collapse;
}
.staff-table th, .staff-table td {
	border-top: 5px solid #e1e1e1;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}
.staff-table td {
	border-top-width: 1px;
}
.staff-inner + h1.level-2 {
	float: left ;
	width: 100%;
	margin-top: 0 !important;
}
.researches-link {
	color: #444444;
	text-decoration: underline;
}
.researches-link:hover {
	text-decoration: underline;
}
.staffblock {
	margin-bottom: 30px !important;
	float: left;
	width: 100%;
}
.news-data .news-block {
	padding-top: 20px;
	margin-top: 0px;
	float: left;
	width: 100%;
}
.news-data .news-block img {
	border: 1px solid #CCC;
}
.news-data  .news-block:first-child {
	padding-top: 0;
}
.calendar-right-side .news-data  .news-block:first-child h4 {
	margin-top: 20px;
}
.news-data {margin-bottom: 30px;}
.calendar-right-side .news-data  {
	margin-bottom: 0;
}
.news-data  .news-block p span {
	float: left;
	width: 435px;
}
.news-data .news-block p {
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
	letter-spacing: 0.09em;
	text-align: justify;
}
.news-data .news-block p i {float: left; margin-right: 24px;}
.ie7 .news-data .news-block p i {float: none;}
.news-data .news-block p i img {margin-bottom: 24px; margin-left: 0;}
.news-data .news-block p .bullet-list li {
	overflow: hidden;
}
.conference-sticker {
	background: #FFF;
	float: left;
	width:100%;
	margin-bottom:16px;
	margin-top:10px;
}




.menuButton{width:100%;float:left;background:#fff;border-top:1px solid #fff;border-bottom:1px solid #fff;padding:0;text-align:right;height:32px;display:none}


.researchesSearch{width:100%;float:left;padding:15px;background:#f2f2f2;border-top:1px solid #CCC;box-sizing:border-box;margin:0 0 10px}
.researchesSearch>div{width:31.33%;float:left;margin:1%}
.researchesSearch>div select{width:100%;padding:3px}
.researchesSearch>div input{width:94%;padding:3px}
.researchesSearch-btn{width:auto;padding:5px 15px;background:#aaa;border:0;color:#fff;float:right;margin:1%;cursor:pointer}
.researchesSearchNumber{font-size:12px;width:100%;float:left;text-align:right;box-sizing:border-box;border-bottom:3px solid #CCC;padding:0 0 15px;margin:0 0 20px}
.researchesSearchResults{width:100%;float:left;margin:0}
.researchesSearchResults h1{width:100%;float:left;margin:0 0 10px}
.researchesSearchResults strong{width:100%;float:left;font-weight:normal}
.researchesSearchResults p{width:100%;float:left;padding:0!important;margin:0}
.researchesSearchResults .date{margin:0 0 20px}

.research-details ul.course-info{width:100%;float:left}
.research-details ul.course-info li{width:100%;float:left}
.research-details ul.course-info li strong{font-weight:normal}
.research-details .download{margin:0}



/*Start Home Popup*/
#overlay{position:fixed; top:0; left:0; width:100%; height:100%; background-color:#000; filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity:0.7; z-index:99999999;}
.popupHomePage{width:100%; margin:0 auto; display:none; position:fixed; z-index:999999999;color:#fff;font-family:arial;}
.cnt223{width:500px; min-height:250px; margin:80px auto; background-color:#b12024;position:relative; z-index:103; padding:60px 0 0 0; border-radius:10px; text-align:center;overflow:hidden;font-family:arial;}
.cnt223 a.closeBut{position:absolute;top:10px;right:10px;width:40px;height:40px;line-height:36px;border-radius:50%;background:#fff;color:#222;text-align:center;font-size:28px; z-index:150}
.cnt223 a.closeBut:hover{text-decoration:none}
.cnt223 .popupLogo{position:absolute;top:0;left:0;width:100%;z-index:140}
.cnt223 h1{width:94%;float:left;font-weight:bold;text-align:center;font-size:20px;font-weight:bold;margin:50px 0 0;padding:0 3%;text-transform:uppercase}
.cnt223 span{width:94%;float:left;margin:20px 0 10px;font-weight:bold;font-size:16px;text-transform:uppercase;padding:0 3%;text-transform:uppercase}
.cnt223 p{width:94%;text-align:center;font-size:16px;padding:0 3%;margin:0 0 10px;display:inline-block;line-height: 1.2em;}
.cnt223 p a{text-decoration:underline;color:#fff}
.cnt223 a.urlBut{width:auto;border-radius:3px;background:#dd3232;color:#fff;text-align:center;font-size:14px;padding:15px 25px;margin:15px auto;display:inline-block;font-family:arial;text-transform:uppercase;
    border-radius: 25px;-moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;}
.cnt223 a.urlBut:hover{text-decoration:none}
.popupQsBar{padding:10px 2%;width:100%;background:#fff;color:#222;float:left;margin-top:10px}
.popupQsBar p{margin:0;padding: 0;float:left;font-size:15px;font-weight:bold;text-transform:uppercase;width:auto;text-align:left;width: 96%;text-align:center}
.popupQsBar p img{}
/*End Home Popup*/


/*============================================ Start Block All  ============================================*/
.blockAll{width:100%;float:left;padding:0;margin:0 0 25px}

.blockAll p{margin:0 0 25px;line-height:20px;font-size:12px}
.blockAll p:last-child, .blockAll ul:last-child, .blockAll ol:last-child{margin-bottom:0}
.blockAll ul{margin:0;padding:0;width:100%;float:left;font-size:12px;color: #343434;}
.blockAll ul li{padding:3px 0; margin:0;line-height: 1.4em;margin-left: 14px;}
.blockAll ul li:before{background: #333;width: 3px;height: 3px;float: left;margin-top: 7px;margin-right: 11px;content: "";margin-left: -14px;}
.blockAll ul li ul li{margin:0; list-style:circle; padding:0}
.blockAll .imageRight {float: right;margin: 0px 0px 0px 12px;}
.blockAll .imageLeft {float: left;margin: 0px 12px 0px 0;}

.blockAll .table-responsive table{border-collapse: collapse;border-top:1px solid #cecece; border-left:1px solid;border-bottom:1px solid #cecece; width:100%;border-color:#cecece;font-size:12px}
.blockAll .table-responsive table td{border-right:1px solid;color: #333;padding: 12px 11px;}
.blockAll .table-responsive table tr:first-child{border-bottom:1px solid;background:#e5e5e5 !important;color: #4e4e4e;}
.blockAll .table-responsive table table tr:first-child{text-align:left}
.blockAll .table-responsive table, .blockAll .table-responsive table td, .blockAll .table-responsive table tr:first-child{border-color:#cecece}
.blockAll .table-responsive table tr:nth-child(odd){background:rgb(242, 242, 242)}
/*============================================ End Block All  ============================================*/




@media (max-width: 1440px) {

.apply-now{margin: 10px 14px 10px 31%}

}



@media (max-width: 1367px) {

.apply-now{margin: 10px 14px 10px 28%}

}



@media (max-width: 1199px) {

.popup{display:none}

.main-container{float:left;width:96%;padding:36px 2% 0;background:#fff;position:relative;margin:0 0 25px 0}
.content-coulmn{margin-top:0}
.cms-content{width:100%;float:left;margin:0}
.center-coulmn{margin:0}
.center-coulmn .search{margin:0;border:0;background:#fff;position:absolute;top:5px;right:2%;padding:0;width:auto}

.breadcrumb{float:left;padding:1%;position:relative;height:auto}

.search{width:94%;float:left;padding:3%;margin-bottom:15px}
.side-coulmn>a{width:100%;float:left;margin-bottom:15px}
.faculty-journals{width:100%;margin:0}
.faculty-journals img{width:100%;float:left;height:auto}
.workshop-ad{width:100%;float:left;margin-bottom:15px}
.workshop-ad a{width:100%;float:left}
.workshop-ad a img{width:100%;float:left;height:auto}
.ads-block{width:100%;float:left;padding:5px 0}
.side-menu-container{width:100%;float:left;margin-bottom:15px}
.side-title{width:92%;float:left;padding:7px 4%}
.side-block{width:100%;float:left;margin:0}
.new-block{width:96%;padding:0 2% 6px}
.faculty-video-view{width:96%;margin:10px 2%}
.conference-sticker{width:100%}
.conference-sticker img{width:100%}

.footer{float:left; width:100%}

.not-found{white-space:normal}

div.faq, div.answer{width:98%;padding:20px 1%}

.calendar-left-side{width:25%;padding:0 2% 0 0}
.calendar-left-side h3{width:100%;float:left;padding:0 0 6px;margin:0 0 12px}
.calendar-left-side form{width:100%;float:left;padding:0;margin:0 0 5px}
.calendar-left-side input[type=text], .cal-view, .event-action, .search-news input[type=text]{width:80%;padding:0 2%;margin:0;float:left}
.calendar-left-side input[type=submit], .search-news input[type=submit]{padding:0;margin:0;float:left;width:14%}
.calendar-left-side p{width:100%;float:left;padding:0;margin:0}
.cal-view{margin:0 0 25px}
.calendar-inline{width:100%;float:left;padding:0;margin:25px 0}
.check-boxes{width:100%;float:left;padding:0;margin:0}
.select-check{width:100%;float:left;padding:8px 0;margin:0}

.calendar-right-side{width:70%;padding:0 0 0 2%;margin:0}
.inner-center-column h2, .inner-two-columns h2, .two-columns-right h2, .calendar-right-side h2, .apply-container h2{width:100%;float:left;padding:0 0 6px;margin:0 0 12px}
.calendar-right-side h2 .links{float:right;position:relative}
.calendar-right-side .gray-list{width:96%;float:left;padding:5px 2%;margin:0}

.events-table .date, .events-table .time{float:left;width:13%;padding:0;margin:0}
.events-table .event, .events-table .location{float:left;width:35%;padding:0;margin:0}

.any-question{width:94%;float:right;margin:35px 0;padding:0}
.any-question a{width:90%;float:left;margin:0;padding:0 5%}
.find-study{width:94%;padding:15px 3%}
.course-name{width:100%}

.article-action{right:-40px}
.breadcrumb + .main-container .side-coulmn{margin-top:0}

.data-content i.right img, .data-content i.left img{width:100%}

.apply-now{margin: 10px 14px 10px 18%}

}



@media (max-width: 1024px) {

.content-coulmn{width:67%}
.side-coulmn{width:30%}

.home-block.right{width:38%;margin:0 0 20px 0}
.home-block.left{width:60%;margin:0 0 20px 0}

ul#menu{width:100%; float:left}
ul#menu > li{width:20%; float:left;margin:0 6%; padding:0}
#menu li div{width:94%; float:left;margin:5px 0; padding:3px 3%;background:#fff url(../images/drop-arrow.jpg) 95% center no-repeat}
ul#menu li ul.sub-menu{width:100%}

.academic-partnerships-slider{width:100%}

.home-block.header-inner h1{margin:0 10px; font-size:13px}

h1.level-1{width:100%}
.article-action{right:0}
.apply-now{margin: 10px 14px 10px 65%}

}


@media (max-width: 991px) {

body{background:#fff}

.container {width:100%;margin:0}

nav ul li{padding:9px 8px}
nav ul li a{padding:5px 10px}

.slider-container{width:98%;margin:0;padding:1%;float:left}

.go-to-links{background:#a68250; float:left; width:100%; margin:3px 0; padding:0}
.breadcrumb{width:98%;float:left;margin:0;padding:10px 1%;position:relative;height:auto}

.facilties-list li{width:48%; margin:0 2% 20px 0}
.staff-list li{width:48%; margin:0 2% 20px 0}

.brochour{float:left;padding:0 0 0 20px;margin:13px 0}
.footer .coulmn{min-height:115px}
.apply-now{padding: 9px 13px;margin: 10px 14px 10px 67%}


}

@media (max-width: 965px) {

.calendar-left-side{width:30%}
.calendar-right-side{width:65%}

.find-study .find-title, .find-study .find-course{font-size:13px;text-align:right;margin-right:0}
.find-study .find-course{width:90px}


}


@media (max-width: 850px) {

.header .date{width:100%;text-align:right}
.apply-now{margin-top:8px}

ul#menu > li{width:30%; float:left;margin:0 1%; padding:0}

.header_spaceing{height:5px}

.content-coulmn{margin:0 0 20px 0;width:100%}


.home-block.header-inner h1{margin:0}

.academic-partnerships-slider{margin:0; width:100%}

.main-caption{right:-110px!important;width:115px!important;height:176px!important}
.main-caption div{width:100%!important;font-size:11px!important}

.side-coulmn>a, .workshop-ad{width:45%;float:left;margin:15px 7% 0 0;border:0}
.side-coulmn, .ads_carousel li, .side-menu-container, .gradient-block side-block, .gradient-block side-block, .gradient-block .side-menu{width:100%;float:left;padding:0}
.side-title, .ads-block{width:98%;float:left;padding:1%}
.side-block{margin:0 0 10px 0}

.search{margin:0;border:0;background:#fff;position:absolute;top:5px;right:2%;padding:0;width:auto}
.search input[type='text']{padding:4px 6px}

nav, nav ul{width:100%;float:left;height:auto;background:none}
nav ul li{width:100%;float:left!important;padding:0!important;margin:0 0 1px 0;border-bottom:1px solid #eee}
nav ul li a{padding:10px 8px}
nav ul ul, nav ul ul ul{width:100%;float:left;position:relative;top:0;left:0;padding:0}
nav ul li ul li a{background:#eee!important}
nav ul li ul li ul li a{background:#e1e1e1!important;padding-left:30px}

.cms-content{margin:0;padding:0;width:100%;float:left}

h1.level-1{margin-right:0}
.article-action{right:0}

.find-study{float:right;width:40%}
.any-question{margin-top:20px}

.week-event-details{width:98%}

.faculty-video-view{width:255px;height:58px}

.home-block .content .media .news{letter-spacing:0.03em;height:50px;overflow:hidden}
.home-block .content .media .data{margin:0;height:50px;overflow:hidden}

.menuButton{display:block}
nav{height:34px;overflow:hidden;transition: all 0.5s ease}
.openMenu{height:auto}

.any-question{width:45%;float:left;margin-left:2%}
.find-study{width:45%;}
.find-study .find-course{width:112px}

.inner-search{margin-top:15px}


}

@media (max-width: 767px) {

.slider-container .flexslider {
    width: calc(100% - 10px);
}
.slider-container .flexslider .slide-message{display:none}


.cnt223{width:85%; min-height:auto;padding: 60px 0 0}
.cnt223 h1{font-size:18px}
.cnt223 span{font-size:15px}
.cnt223 p{font-size:14px}
.cnt223 a.closeBut {width: 30px;height: 30px;line-height: 28px;font-size: 22px}
.popupQsBar p{margin:0 !important;font-size:13px}



}


@media (max-width: 740px) {

.logo{float:left;width:100%;text-align:center;margin:10px 0 0 0}
.header .faculty{width:96%;margin:10px auto;padding:0 2%;text-align:center}
.header .faculty .name{font-size:20px!important;margin:0!important;padding:0 0 5px 0}
.header .faculty .slogan{padding:5px 0 0 0}
.header .date{width:40%;text-align:right}
.apply-now{margin-top:0px}

.main-caption{display:none!important}
.slider-container>div{margin:0 auto!important}

.calendar-left-side{width:100%; padding:0}
.calendar-right-side{width:100%; padding:0;border:0}
.calendar-left-side form, .cal-view{width:220px}
.calendar-inline{width:auto}

.form-container input[type='text'], .form-container .form-block textarea, .form-container .form-block select{width:95%}


.header .date{display:none}
.search{display:none}
.main-container{padding-top:15px}
nav ul li a{font-size:13px}
.apply-now{margin:0 0 0 15px;float:left}


.home-left-coulmn, .home-center-coulmn{width:100%;margin:0}

}

@media (max-width: 602px) {

.any-question{width:94%;float:right;margin:35px 0;padding:0}
.any-question a{width:90%;float:left;margin:0;padding:0 5%}
.find-study{width:94%;padding:15px 3%}

.find-study .find-course{width:70%}

.facilties-list li{width:100%}
.staff-list li{width:100%}

.blockAll img {width: 100%;margin: 0 0 10px 0 !important;}

.popupQsBar p img {
    width: 100%;
}


}

@media (max-width: 479px) {

.side-coulmn>a, .workshop-ad{width:100%; margin:0 0 10px 0}

.footer .coulmn{width:49%;margin:12px 1% 12px 0}
.brochour{padding:0;float:left}


.form-container{width:100%}

/*.calendar-left-side, .calendar-right-side{padding:0;width:100%;float:left}*/
.select-check{width:100%}

.inner-search{margin-top:10px}
.sections-list h2 a{font-size:11px}

div.thumbnails{width:100%}
.pagination-thum{width:146px;float:left}
.pagination-thum img{width:146px}

.home-block .content .media .news{height:auto}
.home-block .content .media .data{height:auto}

.find-study .find-course{width:57%}

#menu li div, ul#menu li ul.sub-menu li a{font-size:11px;overflow:hidden;}

#tabs{padding:0}
#tabs li{width:100%}

.home-block.list ul li{width:100%}

.faculty-journals{height:152px}

}

@media (max-width: 360px) {

.footer .coulmn{width:96%;min-height:1px}
.faculty-journals{height:112px}

}