/* #Reset & Basics 
================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong {
	font-weight: bold;
}
input, select, textarea, button {
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
/* #Typo
================================================== */
@font-face {
    font-family: 'gotham_boldregular';
    src: url('../fonts/gotham-bold-webfont.eot');
    src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-bold-webfont.woff') format('woff'),
         url('../fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('../fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-book-webfont.woff') format('woff'),
         url('../fonts/gotham-book-webfont.ttf') format('truetype'),
         url('../fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'Conv_HelveticaNeueLTStd-Lt';
	src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
	src: 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;
}

/* #Clearing
================================================== */

    /* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.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;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* #Headings
================================================== */
h2 {
	font-family: 'gotham_bookregular';
	font-size: 22px;
	font-weight: normal;
	color: #595959;
	margin-bottom: 25px;
}
/* #Common Styles
================================================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
	
}

.wrapper {
	width: 940px;
	margin: 0 auto;
	margin-top: 29px;
}
.main-banner .wrapper, .footer .wrapper {
	margin-top: 0px;
}
.top-bar {
	height: 28px;
	padding-top: 18px;
}
.top-bar ul {
	float: right;
}
.top-bar ul li {
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 8px;
}
.top-bar ul li .arrow {
	background: url('../images/main-sprite.png') no-repeat -484px -110px;
	width: 4px;
	height: 7px;
	float: left;
	margin-top: 2px;
	margin-right: 7px;
}
.top-bar ul li a {color: #FFF; text-transform: uppercase; float: right; }
.top-bar ul li a:hover {color: #334653;}
.main-banner {
	background: #82a3b8 url(../images/banner-bg.jpg) repeat-x;
	border-bottom: 5px solid #CCC;
}
.logo {
	width: 415px;
	height: 17px;
	position: relative;
	float: left;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-left: 22px;
}
.logo a {color: #FFF;}
.logo span {
	background: url('../images/main-sprite.png') no-repeat 0 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
.university_logo {
	background: url('../images/main-sprite.png') no-repeat 0 -343px;
	width: 149px;
	height: 118px;
	float: left;
	margin-top: -30px;
}
.search {
	float: right;
	position: relative;
	background: url('../images/main-sprite.png') no-repeat 0 -46px;
	width: 196px;
	height: 27px;
	margin-top: 3px;
}
.search input[type=text] {
	border: 0;
	margin-top: 6px;
	margin-left: 11px;
	color: #b9b9b9;
	font-size: 12px;
}
.search input[type=submit] {
	background: url('../images/main-sprite.png') no-repeat -204px -50px;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 6px;
	top: 4px;
	border: 0;
}
.content {
	background: url(../images/content-gred.jpg) repeat-x;
	float: left;
	width: 100%;
}
.footer {
	background: #647f91;
	height: 84px;
	color: #FFF;
	float: left;
	width: 100%;
	margin-top: 45px;
}
.footer-logo {
	background: url('../images/main-sprite.png') no-repeat -13px -160px;
	width: 46px;
	height: 66px;
	float: left;
	margin-top: 11px;
}
.footer-menu {
	float: right;
	margin-top: 26px;
}
.ie7 .footer-menu {
	width: 500px;
}
.ie7 .copy {
	float: right;
}
.footer-menu ul {float: right; margin-top: 11px;}
.footer-menu li {
	float: left;
	height: 13px;
	border-left: 1px solid #FFF;
	padding: 0 6px;
}
.footer-menu li:first-child {border-left: 0;}
.footer-menu li a {
	color: #FFF;
}
.footer-menu li a:hover {
	color: #CCC;
	text-decoration: underline;
}
/* - inner page - */
.inner-content h2 {
	margin-top: 39px;
	border-bottom: 1px dotted #bdbdbb;
	padding-bottom: 26px;
}
.inner-content p {line-height: 1.4em;}
.inner-content .inner-main-column  p, .list-head {
	color: #363636;
	padding-bottom: 30px;
	text-align: justify;
	float: left;
	width: 100%;
}
.list-head {
	padding-bottom: 15px;
}

.inner-content .inner-main-column p a {
	color: #3ba0bc;
}
.inner-content .inner-main-column p a:hover {
	text-decoration: underline;
}
.inner-content .inner-main-column h3, .inner-content .inner-main-column h4, .inner-content .inner-main-column h5 {
	color: #444;
	font-size: 18px;
	padding-bottom: 15px;
}
.inner-content .inner-main-column h4 {
	font-size: 16px;
}
.inner-content .inner-main-column h5 {
	font-size: 14px;
}
.inner-content  p img {
	float: right;
	border: 1px solid #CCC;
	margin-left: 25px;
	margin-bottom: 30px;
}
.list-with-image, .list-without-image {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.list-without-image .bullet-list, .list-with-image .bullet-list, .bullet-list {
	float: left;
	width: 100%;
	
}
.list-with-image .bullet-list {
	width: 515px;
}
.bullet-list li {
	padding-bottom: 5px;
	line-height: 1.4em;
	color: #363636;
	overflow: hidden;
}
.bullet-list li .bullet, .news li .bullet {
	float: left;
	width: 3px;
	height: 3px;
	background: #5b7485;
	margin-top: 7px;
	margin-right: 11px;
}
.bullet-list li .text, .news li .text {float: left; width: 90%;}
.inner-content {
	/*padding-top: 29px;
	padding-bottom: 45px;*/
	float: left;
	width: 100%;
}
.inner-main-column {
	float: left;
	width: 689px;
	border-right: 1px solid #CCC;
	margin-right: 23px;
	padding-right: 20px;
	min-height:900px
}
.breadcrumb {
	height: 30px;
	background: url(../images/breadcrumb.jpg) repeat-x;
	padding-left: 10px;
}
.breadcrumb li {
	float: left;
	padding: 0 7px;
	margin-top: 10px;
	border-left: 1px solid #999;
}
.breadcrumb li:first-child {
	border-left: 0;
}
.breadcrumb li .home {
	background: url('../images/main-sprite.png') no-repeat -155px -93px;
	width: 12px;
	height: 11px;
	float: left;
	margin-right: 10px;
}
.breadcrumb li:hover .home {
	background-position:  -155px -111px;
}
.breadcrumb li a {color: #363636}

.breadcrumb li span {color: #363636}
.breadcrumb li a:hover {color: #647f91}
/*  - SIDE COLUMN -  */
.inner-side-column {
	width: 207px;
	float: left;
	
}
.inner-side-column h3 {
	
	height: 27px;
	background: #e5e7e8;
	font-size: 12px;
	padding-bottom: 0;
	line-height: 27px;
}
.ie7 .inner-side-column h3 {
	position: relative;
	padding-left: 25px;
}
.inner-side-column h3 .icon {
	background: url('../images/main-sprite.png') no-repeat -186px -94px;
	width: 14px;
	height: 14px;
	float: left;
	margin: 6px;
}
.ie7 .inner-side-column h3 .icon {
	position: absolute;
	top: 6px;
	left: 6px;
	margin: 0;
}
.side_list {
	border-bottom: 4px solid #CCC;
	padding-bottom: 15px;
	overflow: hidden;
	margin-bottom: 45px;
}
.side_list li {
	padding: 10px 0;
	border-top: 1px solid #CCC;
	overflow: hidden;
}
.side_list li:first-child {border-top: 0; padding-top: 10px;}
.side_list li a {color: #5e5e5e}
.side_list li a:hover, .side_list li.current a {color: #647f91}
.side_list li .icon {
	background: url('../images/main-sprite.png') no-repeat -211px -97px;
	width: 9px;
	height: 11px;
	float: right;
}
.side_list li li {
	border-top: 0;
	padding: 7px 0;
}
.side_list li li a {
	float: left;
width: 190px;
}
.side_list li li .icon{
	background: url('../images/main-sprite.png') no-repeat -484px -97px;
	width: 4px;
	height: 7px;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
.inner-side-column h4 {
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
	color: #333;
	margin-bottom: 17px;
}
.inner-side-column h4 .icon {
	float: left;
	font-size: 14px;
	margin-top: -2px;
	margin-right: 10px;
	color: #8b9091;
}
.ie7 .inner-side-column h4 {position: relative; padding-left: 15px;}
.ie7 .inner-side-column h4 .icon {position: absolute; left: 0px; top: 2px;}
.side-block {
	padding-bottom: 45px;
}
.side-block p {
	padding: 16px 0;
}
.side-block a {
	color: #e3741e;
}
.side-block a:hover {
	text-decoration: underline;
}
/* #Pages Styles
================================================== */
.welcome {
	padding-top: 50px;
	border-bottom: 1px solid #CCC;
	line-height: 1.4em;
	margin-left: 44px;
	width: 858px;
}
.welcome-message {
	float: left;
	width: 380px;
	font-size: 13px;
}
.welcome-message p {padding-bottom: 30px; text-align: justify;}
.welcome-btn {
	background: url('../images/main-sprite.png') no-repeat -241px -47px;
	width: 175px;
	height: 34px;
	float: left;
	line-height: 35px;
	margin-bottom: 0px;
	color: #FFF;
	padding-left: 23px;
	font-size: 14px;
}
.welcome-btn:hover {
	background: url('../images/main-sprite.png') no-repeat -241px -92px;
}
.welcome-btn-container {
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-bottom: -3px;
    padding-right: 13px;
}
.home_slider {box-shadow: 5px 5px 5px #e1e1e1;}
.home_slider .slider-details h4 {
	font-weight: bold;
	padding-right: 20px;
	width: 80%;
}
.home_slider .slider-details h4  {
	color: #688394;
}
.home_slider .slider-details p {
	font-size: 11px;
	padding-top: 7px;
	line-height: 1.1em;
	padding-right: 40px;
	text-align: justify;
	color: #777;
}
.slider-counter {
	position: absolute;
	top: 5px;
	right: 19px;
	font-size: 9px;
	color: #7f9db0;
}
.educational_clinics {
	width: 436px; float: right;
}
.educational_clinics h3 {
	font:18px 'gotham_bookregular';
}
.home-content {
	margin-top: 30px;
	width: 908px;
}
.home-content .left-column {
	width: 699px;
	float: left;
}
.left-content {
	padding-top: 38px;
	padding-bottom: 40px;
	background: #f2f2f2;
}
.home-content .left-column .news {
	margin-left: 43px;
	float: left;
	width: 266px;
}
.home-content .left-column  h4 {
	font-size: 15px;
	color: #313131;
	text-transform: uppercase;
	padding-bottom: 16px;
	border-bottom: 1px solid #cacaca;
}
.home-content .left-column .news li {
	padding: 15px 0;
	border-bottom: 1px solid #cacaca;
	line-height: 1.2em;
}
.home-content .left-column .news li a { color: #474541;float: left;
	width: 250px;}
.home-content .left-column .news li a:hover, .home-content .left-column .news li:hover .arrow { 
	color: #647f91;
	
}
.home-content .left-column .news li .arrow {
	float: left;
	line-height: 10px;
	margin-right: 5px;
	font-size: 14px;
	margin-top: 2px;
}
.home-content .left-column .people {
	width: 324px;
	float: right;
	margin-right: 22px;
}
/*tabs -----------------------*/
.tab-content {
	display: none;
}
.ie8 .tab-content {
	float: left;
}
#tabs {border-bottom: 1px solid #cacaca;margin-top: 1px; height: 25px;}
#tabs li {
	float: left;
	width: 92px;
	margin-right: 15px;
	height: 29px;
	font-size: 10px;
	text-align: center;
	line-height: 23px;
}
#tabs li a {color: #999;}
#tabs .active {
	background: url('../images/main-sprite.png') no-repeat -452px -48px;
	
}
#tabs .active a {
	color: #FFF;
}
.tab-data {
	margin-top: 20px;
}
.tab-data img {
	border: 1px solid #7e7e7e;
	float: left;
	margin-right: 12px;
}
.tab-data .data {
	float: left;
	width: 235px;
}
.tab-data .data h5 {
	color: #555;
	font-size: 14px;
	font-weight: bold;
}
.tab-data .data p {
	line-height: 1.4em;
	font-size: 14px;
	margin-top: 15px;
}
.home-content .left-column .more {
	width: 158px;
	height: 28px;
	background: #FFF;
	border: 1px solid #cfcfcf;
	display: block;
	font-size: 13px;
	color: #000;
	margin-top: 35px;
	line-height: 28px;
	padding-left: 15px;
	float: left;
}
.ie7 .home-content .left-column .more {
	position: relative;
}
.home-content .left-column .more span {
	background: url('../images/main-sprite.png') no-repeat -515px -93px;
	width: 27px;
	height: 23px;
	float: right;
	margin: 3px;
}
.home-content .left-column .more:hover span {
	background-position: -515px -126px;
}
.ie7 .home-content .left-column .more span {
	position: absolute;
	top: 3px;
	right: 3px;
	margin: 0;
}
.partners-slider {
	width: 698px;
	box-shadow: 0px 0px 6px #CCC;
	margin: 40px 0;
	height: 81px;
}
.oldie .partners-slider {border: 1px solid #CCC; padding-bottom: 1px; padding-left: 1px;}
.partners-slider .parner_slider {
	width: 540px;
	margin: 0 auto;
	padding-top: 15px;
}
.home-content .right-column {
	float: right;
	width: 180px;	
}
.home-content .right-column h3 {
	color: #010101;
    font-size: 16px;
    text-transform: uppercase;
}
.quick-menu {
	margin-top: 18px;
}
.quick-menu li {
	border-bottom: 1px dotted #b9b9b9;
	padding: 5px 0;
}
.quick-menu li a {color: #777;}
.quick-menu li a:hover {color: #647f91;}
.quick-menu li .arrow{
	background: url('../images/main-sprite.png') no-repeat -457px -96px;
	width: 9px;
	height: 7px;
	float: right;
}
.home-content .right-column h4 {
	border-bottom: #CCC solid 1px;
	padding-bottom: 10px;
	margin-top: 35px;
	color: #333;
	text-transform: uppercase;
}
.home-content .right-column .ad {
	margin-top: 10px;
}
.home-content .right-column .ad p {
	line-height: 1.4em;
	margin-top: 16px;
}
.home-content .right-column .ad a {
	margin-top: 13px;
	color: #e3741e;
	float: left;
}
.home-content .right-column .ad a:hover {
	text-decoration: underline;
}
.home-content .right-column .video {
	margin-top: 30px;
	float: left;
}

/*inner pages ------------------------------------*/
.landing-list li {
	background: #f2f2f2;
	border-top: 1px solid #CCC;
	padding: 24px;
	overflow: hidden;
	margin-top: 30px;
}
.landing-list li h5 a, .services li .details a {
	color: #647f91;
	font-size: 14px;
	border-bottom: 1px dotted #647f91;
}
.landing-list li h5 a:hover, .services li .details a:hover {color: #3f5462;}
.inner-content .inner-main-column .landing-list li p, .services li .details p {
	padding-bottom: 0;
	margin-top: 10px;
	font-size: 11px;
}
.inner-content .inner-main-column .landing-list li .more, .services li .details .more {
	font-size: 11px;
	margin-top: 22px;
	float: left;
	color: #647f91;
}
.inner-content .inner-main-column .landing-list li .more span, .services li .details .more span {font-size: 13px;}
.services li .details .more span {float: left; margin-right: 3px; margin-top: -3px;}
.signature .name {
	color: #3ba0bc;
}
.signature .position {
	color: #363636;
	padding-top: 10px;
}
.services li {
	border-top: 1px solid #CCC;
	padding: 35px 0;
	overflow: hidden;
}
.services li:first-child {
	border-top: 0;
}
.services li img {
	float: left;
}
.services li .details {
	padding-left: 120px;
}
.services li .details .more {
	font-size: 11px;
	border-bottom: 0 !important;	
}
.inner-content .inner-main-column .landing-list li .more:hover, .services li .details .more:hover {
	text-decoration: underline;
}
.patient-block, .staff-block {
	border-top: 1px solid #CCC;
	padding-top: 45px;
	width: 100%;
	float: left;
}
h2 + .staff-block {
	padding-top: 0;
}
.staff-management li {
	float: left;
	width: 50%;
	min-height: 60px;
}
.staff-management li a {color: #647f91; font-weight: bold;}
.staff-management .bullet {
	float: left;
	width: 4px;
	height: 4px;
	background: #6a6d70;
	margin-right: 9px;
	margin-top: 4px;
}
.staff-management .text {
	float: left;
	width: 90%;
}
.staff-management .text span {
	display: block;
	margin-top: 10px;
}
.hospital_board li {
	float: left;
	width: 327px;
	padding-bottom: 50px;
}
.hospital_board li .position {
	background: #e4e4e4;
	border: 1px solid #DDD;
	padding: 13px;
	color: #5b5b5b;
}

.hospital_board li .details-area {
	margin-top: 20px;
}
 .hospital_board li .details-area img {
	float: left;
	border: 1px solid #CCC;
}
 .hospital_board li .details-area .details {
	margin-left: 90px;
}
.hospital_board li .details-area .details .name {
	font-size: 12px;
	color: #333;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}
.hospital_board li .details-area .details .name a {
	font-size: 12px;
}
.hospital_board li .details-area .details p {
	font-size: 11px;
	padding-bottom: 5px;
	color: #666;
}
.hospital_board li .details-area .details a {
	color: #000;
	font-size: 10px;
}
.hospital_board li .details-area .details a.download {
	margin-top: 10px;
	float: left;
}
.hospital_board li .details-area .details a .icon {font-size: 14px; margin-right: 5px; margin-top: -3px; float: left;}
.news-list {
	overflow: hidden;
	width: 658px;
}

.news li {
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	padding-bottom: 19px;
	padding-top: 19px;
}
.news li:first-child {
	padding-top: 0px;
}
.news li .date {
	color: #333;
	display: block;
	margin-top: 14px;
	font-size: 10px;	
}
.news li a {
	color: #647f91;
	line-height: 1.5em;
}
.news li a:hover {
	color: #82a3b8;
	text-decoration: underline;
}
.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: #3ba0c7;
}
.back-btn {
	border: 1px solid #d0d0d0;
	float: right;
	padding: 2px;
	padding-right: 10px;
	line-height: 17px;
	color: #010101;
}
.back-btn span.icon {
	background: url('../images/main-sprite.png') no-repeat -81px -162px;
	width: 21px;
	height: 18px;
	float: left;
	margin-right: 18px;
}
.search-statistics {
	font-size: 14px;
}
.search-statistics span {
	color: #647f91;
}
.search-results li {
	border-bottom: 1px solid #e9e9e9;
	padding: 30px 0;
}
.search-results li h5 {
	overflow: hidden;
}
.search-results li a {
	color: #647f91;
	text-decoration: underline;
	padding-bottom: 10px;
	float: left;
	width: 610px;
	line-height: 1.4em;
}
.search-results li a:hover { 
	color: #81a1b6;
}
.inner-content .inner-main-column .search-results li p {
	padding-bottom: 16px;
}
.search-results li a.search-address {
	color: #6f6f6f;
	font-size: 10px;
	padding: 0;
	text-decoration: none;
}
.search-results .rate {
	float: right;
}
.search-results .rate span {
width: 11px;
height: 11px;
float: left;
margin-left: 4px;
background: url(../images/rate-stars.jpg) no-repeat 0 0;
}
.search-results .rate span.highlighted {
background: url(../images/rate-stars.jpg) no-repeat 0 -14px;
}
/* sitemap -------------------------------------------- */
.sitemap li a {
	color: #444;
	font-size: 15px;
}
.sitemap li {
	padding-bottom: 14px;
}
.sitemap li li {
	padding: 5px 0;
	padding-left: 12px;
}
.sitemap li li:first-child {
	padding-top: 10px;
	}
.sitemap ul {
	margin-top: 12px;
	padding-bottom: 34px;
}
.sitemap ul ul {
	margin-top: 0px;
	padding-bottom: 0;
}

.sitemap li li a {
	color: #3ba0bc;
	font-size: 12px;
}
.sitemap li li span.icon {
	width: 4px;
	height: 7px;
	float: left;
	background: url(../images/sitemap-level-2.jpg) no-repeat;
	margin-right: 10px;
	margin-top: 3px;
	
}
.sitemap li li li span.icon {
	width: 5px;
	height: 5px;
	float: left;
	background: url(../images/sitemap-level-3.jpg) no-repeat;
	margin-right: 8px;
}
.sitemap li li li span.icon:first-child {
	display: none;
}
.contacts-data .row .label {
	float: left;
	width: 85px;
	color: #363636;
	margin-top: 3px;
}
.contacts-data .row .value {
	float: left;
	width: 600px;
}
.contacts-data .row .value span {
	float: left;
	padding-bottom: 6px;
	color: #3ba0bc;
	line-height: 1.5em;
	width: 380px;
}
.contacts-data .row .value span a {
	color: #3ba0bc;
}
.contacts-data .row .value span a:hover {
	text-decoration: underline;
}
.contact-form {
	border-top: 1px dotted #bdbdbb;
	width: 594px;
	margin-top: 70px;
	padding-top: 38px; 
}
.form-area {
	width: 476px;
	margin-top: 32px;
}
.form-box {
	border: 1px solid #BBB;
	padding: 30px 15px;
}
.form-box .row {
	padding-top: 20px;
}
.form-box .row:first-child {
	padding-top: 0px;
}
.form-box label {
	float: left;
	width: 97px;
	color: #000;
	margin-top: 6px;
}
.form-box input[type=text], .form-box textarea {
	width: 319px;
	border: 1px solid #BBB;
	height: 21px;
	padding: 0 7px;
	margin: 0;
}
.form-box select {
	padding: 2px;
	border: 1px solid #BBB;
	margin: 0;
	width: 335px;
}
.form-box textarea {
	height: 127px;
	padding: 7px;
}
.form-area input[type=submit] {
	background: url('../images/main-sprite.png') no-repeat -244px -150px;
	width: 97px;
	height: 26px;
	float: right;
	border: 0;
	margin-top: 30px;
}
.form-area input[type=submit]:hover {
	background-position: -244px -186px;
}
.not_found {min-height: 500px;}
.not_found h4 {
	font-size: 45px;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	color: #5b5b5b;
}
.not_found p {
	padding-top: 22px;
}
.not_found ul {margin-top: 21px; margin-left: 12px;}
.not_found li {padding-bottom: 13px;}
.not_found li a {color: #777; text-decoration: underline;}	
.not_found li span.icon {
	width: 5px;
	height: 5px;
	float: left;
	background: #3f3c30;
	margin-right: 9px;
	margin-top: 3px;
}
.policies-list, .list-links {
	padding-bottom: 22px;
}
.policies-list li, .list-links li {
	padding: 5px 0;
}
.policies-list li a, .list-links li a {
	color: #3ba0bc;
}
.policies-list li a:hover, .list-links li a:hover {
	color: #333;
}
.policies-list li span.icon, .list-links li span.icon {
	float: left;
	margin-right: 8px;
	background: url('../images/main-sprite.png') no-repeat -459px -110px;
	width: 3px;
	height: 5px;
	margin-top: 3px;
}
.policies-block, .underline-block {
	border-bottom: 1px solid #CCC;
	margin-top: 50px;
}
.to-top {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	padding-bottom: 25px;
	
}
.to-top span.text {
	border: 1px solid #CCC;
	float: left;
	height: 15px;
	border-left: 0;
	padding: 0 5px;
	line-height: 16px;
	color: #a3a3a3;
}
.to-top:hover span.text {
	border: 1px solid #444;
	border-left: 0;
	color: #FFF;
	background: #444;
}
.to-top span.icon{
	background: url('../images/main-sprite.png') no-repeat -362px -152px;
	width: 17px;
	height: 17px;
	float: left;
}
.table {
	border: 1px solid #d9d9d9;
	margin-bottom: 30px;
}
.table th, .table td {
	padding: 12px;
	border-left: 1px solid #FFF;
}
.table th:first-child, .table td:first-child {
	border-left: 0;
}
.table th {
	border-bottom: 1px solid #d9d9d9;
	background: #e5e5e5;
	text-align: left;
}
/* ==============================================
	Calendar + news
   ==============================================*/
.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;}
.news-data  .news-block p span {
	float: left;
	width: 435px;
}
.news-data .news-block p {
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
	text-align: justify;
	line-height: 1.4em;
}
.news-data .news-block p i {float: left; margin-right: 24px;}
.news-data .news-block p i img {margin-bottom: 24px; margin-left: 0;}
.news-data .news-block p .bullet-list li {
	overflow: hidden;
}


span.list-fake {
	margin-top: 5px;
}
span.square {
	width: auto !important;
	float: left;
}
span.list-item {
	width: 100% !important;
}
span.squareText {
	width: 90% !important;
	float: left;
}
span.list-item {
	padding: 2px 0;
}
span.square {
	color: #647F91;
font-size: 14px;
margin-right: 11px;
}








.menuButton{width:100%;float:left;background:#fff;padding:0;text-align:right;height:36px;display:none; background:url(../images/menuBtn.png) no-repeat 4% center; cursor: pointer;}







@media (max-width: 1199px) {


}



@media (max-width: 1024px) {


}



@media (max-width: 991px) {


}



@media (max-width: 965px) {
.wrapper {width: 100%;}
ul.dropdown {width: 100% !important; padding: 0 !important;}
.left-corner, .right-corner, .left-corner-hover {display:none;}
.welcome {width: 92%; margin: 0px 4%; padding-top: 20px;}
.welcome-message {width: 44%;}
.educational_clinics {width: 50%;}
.educational_clinics .home_slider .slides img {width: 38%;}
.educational_clinics .home_slider .slider-details {padding-left: 6% !important; width: 56% !important; border:0 !important;}
.top-bar {padding: 18px 1% 0 1%;}
.search {margin-right: 1%}
.university_logo {margin-left: 1%}
ul.dropdown {overflow:hidden;}
.main_slider {height: auto !important;}
.main_slider .flex-direction-nav {top: auto !important; bottom: 20px !important;}
.main_slider .flex-pauseplay {top: auto !important; bottom: 20px !important;}
.home-content {width: 96%; margin-right: 4%}
.home-content .left-column {width: 76%;}
.home-content .right-column {width: 20%}
.home-content .left-column .news {width: 39%; margin-left: 6%;}
.home-content .left-column .people {width: 47%; margin-right: 3%;}
.home-content .left-column .news li a {width: 92%}
#tabs .active {width: 92px}
#tabs li {width: auto; margin-right: 10px}
.tab-data img {margin-right: 4%; width: 23%}
.tab-data .data {width: 72%}
.partners-slider {width: 100%}
.partners-slider .parner_slider {width: 90% !important; margin: 0 5%;}
.partners-slider .flex-direction-nav .flex-next {right: -5% !important;}
.partners-slider .flex-direction-nav .flex-prev {left: -5% !important;}
.home-content .right-column .ad img {width: 100%}
.home-content .right-column .video {width: 100%}
.home-content .right-column .video img {width: 100%}
.footer .wrapper {width: 96%;}
.footer {height: auto;}
.content .wrapper {width: 96%;}
.inner-main-column {width: 73%}
.inner-side-column {width: 22%; margin-left: 2%; padding-left: 2%; float: right;}
.inner-page-banner img {width: 100%}
.side-block img {width: 100%}
.side_list li li a {width: 85%;}
.list-with-image .bullet-list {width: 70%;}
.inner-content  p img {width: 26%}
.list-with-image img {float: right; width: 26%; margin-bottom: 30px;}
.contacts-data .row .label {width: 100%}
.contacts-data .row .value {width: 100%}
.contact-form {width: 100%}
.contacts-data .row .value span {width: 100%}
.news-list {width: 100%}
.news-block img {width: 100% !important}
.news-data .news-block p i {width: 30% !important;}
.search-results li a {width: 100%}
.hospital_board li {width: 48%}
}



@media (max-width: 850px) {
.search {margin-top: 15px}
ul.dropdown li a {padding: 0 16px !important;}
}



@media (max-width: 767px) {

}




@media (max-width: 740px) {	
.university_logo {background: url(../images/main-sprite.png) no-repeat 0 -232px; width: 197px; height: 55px; background-size: 490px}
.logo {margin-top: 7px; margin-left: 15px; width: 390px}
.logo a {font-size: 12px;}
.logo span {background-size: 410px;}

ul.dropdown {height: 36px; overflow:hidden; margin-top: 20px !important;}
.nav {width: 100%; float: left; height: auto}
.left-corner, .right-corner {display: none}
ul.dropdown li {width: 100%; height: auto !important;}
ul.dropdown li a {display: block; margin-top: 0 !important; line-height: 35px !important;}
.menuButton{display:block;}
ul.dropdown ul {position: relative !important; top: 0; width: 100% !important;}
ul.dropdown ul li ul {left: 0}
.openMenu{height:auto !important}
ul.dropdown li a {border-right: 0 !important;}
ul.dropdown ul li {background-color: #eee !important;}

.inner-main-column {width: 100%; height: auto !important; margin-bottom: 30px;}
.inner-side-column {width: 100%; margin-left: 0; border: 0; padding-left: 0; float: left; height: auto !important;}
}



@media (max-width: 640px) {
.logo {width: 300px;}
.main_slider .flex-direction-nav {top: 20px !important; bottom: auto !important;}
.main_slider .flex-pauseplay {top: 20px !important; bottom: auto !important;}
.main_slider .mask {position: static !important; width: 92% !important; height: auto !important; padding: 10px 4% !important; font-size: 16px !important;}
.welcome-message {width: 100%}
.educational_clinics {width: 98%; float: left;}
.welcome-message p {padding-bottom: 15px}
.welcome-btn-container {margin-bottom: 30px; width: 90%}
.welcome {border: 0}
.home-content .left-column {width: 100%}
.home-content .right-column {width: 96%}

}




@media (max-width: 602px) {
.footer-logo {margin: 0 auto; float: none; display: block; margin-top: 11px;}
.footer-menu {width: 100%}
.form-area {width: 100%}
.form-box input[type=text], .form-box textarea, .form-box select {width: 90%}
}

@media (max-width: 550px) {
.top-bar {padding: 18px 0 0 0; margin: 0 auto; width: 227px;}
.university_logo {margin: 0 auto; float: none; width: 174px; display: block;}
.logo {margin: 0 auto; margin-top: 20px; width: 292px; display: block; float: none;}
.search {margin: 0 auto; margin-top: 15px; float: none;}
.home-content .left-column .news {width: 92%; margin-left: 4%; margin-right: 4%;}
.home-content .left-column .people {width: 92%; margin-left: 4%; margin-right: 4%; margin-top: 30px}
.footer-menu {margin-bottom: 11px; margin-top: 11px}
.footer-menu .copy {width: 80%;margin: 0 auto;text-align: center;}
.footer-menu ul {float: none; width: 170px; margin: 0 auto; margin-top: 11px;}
.hospital_board li {width: 100%}
}

@media (max-width: 488px) {

}



@media (max-width: 480px) {



}

@media (max-width: 412px) {

}




@media (max-width: 360px) {
.logo {width: 240px;}
.logo a {font-size: 8px;}
.logo span {background-size: 338px;}
.list-with-image .bullet-list {width: 100%;}
.inner-content  p img {width: 100%}
.list-with-image img {float: right; width: 100%}
}



@media (max-width: 295px) {


}