* {
    padding: 0;
    margin: 0;
    font-family: "Poppins";
}
img {
    outline: none;
    border: none;
    display: block;
}
.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip:focus {
  left: 0px;
  width: auto;
  height: auto;
  background-color: #2b659e;
  color: white;
}
.first-top {
	color: #2b659e!important;
}
a {
    text-decoration: underline;
    color: #2b659e;
    /*color: #4fa652;*/
}
a:hover {
	text-decoration: none;
}
.content-right a[href$='.pdf'] {  
	background: url(dsg/pdf.png) center left no-repeat; 
	background-size: 25px;
	padding: 25px;
	line-height: 40px;
	padding-left: 35px;  
}  
.clear {
    clear: both;
    padding: 0px !important; 
}
input {
    -webkit-appearance: none;
}
.main-width {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.top {
	top: 0px;
	position: absolute;
	
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0px;
    background-color: #2b659e;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
}
.top a {
    color: #FFF;
}
.top .emergency {
    float: right;
    width: 75px;
    height: 40px;
    background-image: url(dsg/112.png);
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: -webkit-optimize-contrast;
}
.top-soc-med {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background-image: url(dsg/top-fb.png);
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
    background-color: #105090;
    transition: .2s;
    border-radius: 100%;
}
.top-soc-med:hover {
    background-color: #09427d;
}
.top-phone {
    float: right;
    margin-right: 15px;
    height: 40px;
    box-sizing: border-box;
    padding: 11px 5px 11px 30px;
    background-image: url(dsg/top-phone.png);
    background-position: left;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
}
.top-mail {
    float: right;
    margin-right: 15px;
    height: 40px;
    box-sizing: border-box;
    padding: 11px 5px 11px 30px;
    background-image: url(dsg/top-mail.png);
    background-position: left;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
}
.top-mail a:hover{
    text-decoration: underline;
}
.top-menu {
	margin-top: 65px;
	
    width: 100%;
    height: 95px;
    background-color: #FFF;
    box-sizing: border-box;
}
.logo {
    display: block;
    width: 84px;
    height: 70px;
    background-image: url(dsg/logo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-top: 4px;
}
.logo_zdt {
	background-image: url(dsg/zdt_logo.png);
	margin-right: 15px;
}
nav {
    float: right;
    margin-top: 28px;
}
navbtn {
    display: none;
}
nav > ul {
    list-style: none;
}
nav > ul > li {
    display: inline-block;
    margin-left: 25px;
    font-weight: 500;
    color: black;
    position: relative;
}
nav > ul > li > a {
    font-size: 15px;
    color: black;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
    transition: .2s;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}
nav > ul > li > a:hover {
    color: #4fa652;
}
nav > ul > li.dropdown {
    background-image: url(dsg/menu-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 0px 15px 0px 0px;
    cursor: pointer;
}
nav > ul > li.dropdown:hover {
    *color: #4fa652;
}
nav > ul > li.dropdown > ul {
    list-style: none;
    position: absolute;
    width: 250px;
    background-color: #FFF;
    z-index: 11;
    top: 21px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
}
nav > ul > li.dropdown:hover > ul {
    display: block;
}
nav > ul > li.dropdown > ul.open {
    display: block;
}
nav > ul > li.dropdown > ul > li {
    display: block;
    position: relative;
}
nav > ul > li.dropdown > ul > li > a {
    font-size: 14px;
    /*color: #585858;*/
    color: black;
    display: block;
    text-align: left;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    transition: .2s;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
}
nav > ul > li.dropdown > ul > li > a:hover {
    padding: 10px 8px 10px 22px;
}

nav > ul > li.dropdown > ul > li > ul {
    list-style: none;
    position: absolute;
    left: -250px;
    top: 0;
    width: 250px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    display: none;
}
nav > ul > li.dropdown > ul > li:last-child > ul {
	bottom: 0;
	top: auto;
}
nav > ul > li.dropdown > ul > li > ul > li {
    display: block;
	position: relative;
}
nav > ul > li.dropdown > ul > li > ul > li > a {
    display: block;
    font-size: 13px;
    color: #585858;
    display: block;
    text-align: left;
    font-weight: 500;
    padding: 7px 10px 7px 10px;
    transition: .2s;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
}
nav > ul > li.dropdown > ul > li > ul > li > a:hover {
    background-color: #f3f3f3;
}
nav > ul > li.dropdown > ul > li:hover > ul {
    display: block;
}
.drop-drop-dropdown {
	position: absolute;
	right: -200px;
	top: 0;
	width: 200px;
	list-style: none;
	background-color: #f3f3f3;
	z-index: 10;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	display: none;
}
.drop-drop-dropdown > li {
	display: block;
}
.drop-drop-dropdown > li > a {
    display: block;
    font-size: 13px;
    color: #585858;
    display: block;
    text-align: left;
    font-weight: 500;
    padding: 7px 10px 7px 10px;
    transition: .2s;
    border-bottom: 1px solid #e8e8e8;
}
.drop-drop-dropdown > li > a:hover {
	background-color: #FFF;
}

nav > ul > li.dropdown > ul > li > ul > li:hover > ul {
    display: block;
}


header {
    width: 100%;
    height: 350px;
    background-image: url(dsg/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 5;
}
.header-search {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 150px;
    border-radius: 10px;
}
.header-search input[type=text] {
    float: left;
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    background-color: #FFF;
    border-radius: 10px 0px 0px 10px;
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    border-right: 1px solid #d5d5d5;
}
.header-search input[type=submit] {
    float: right;
    width: 100px;
    height: 50px;
    background-color: #FFF;
    border-radius: 0px 10px 10px 0px;
    border: none;
    outline: none;
    cursor: pointer;
    background-image: url(dsg/search.png);
    background-position: center;
    background-repeat: no-repeat;
}
.content > div {
    box-sizing: border-box;
    padding: 60px 0px;
    font-size: 14px;
    font-weight: 400;
    /*color: #4d4d4d;*/
    color: black;
}

.mainpage-news {
    float: left;
    width: 48%;
}
.mainpage-jobs {
    float: right;
    width: 48%;
}
h1 {
    font-size: 23px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 25px;
}
.newslink {
    display: block;
    border-top: 1px solid #efefef;
    transition: .2s;
    border-radius: 5px;
    text-decoration: none;
}
.newslink:first-of-type {
    border-top: none;
}
.newslink:hover {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
.newslink-date {
    float: left;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    padding-top: 10px;
}
.newslink-date span {
    display: block;
    text-align: center;
}
.newslink-date span:first-of-type {
    font-size: 25px;
    color: #2b659e;
    font-weight: 700;
}
.newslink-date span:last-of-type {
    font-size: 14px;
    color: #767676;
    font-weight: 400;
    margin-top: -12px;
}
.newslink-title {
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    color: #353535;
    line-height: 70px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 20px;
}
.more-btn {
    display: inline-block;
    float: right;
    margin-top: 18px;
    box-sizing: border-box;
    padding: 15px 25px 13px 25px;
    border-radius: 100px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #4fa652;
    transition: .2s;
    background-color: #FFF;
    background-image: url(dsg/green-arrow.png);
    background-position: right -20px center;
    background-repeat: no-repeat;
}
.more-btn.centered {
    float: none;
}
.more-btn:hover {
    background-color: #f4f4f4;
    background-position: right 12px center;
    padding: 15px 35px 13px 15px;
}
.joblink {
    display: block;
    transition: .2s;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 20px 10px 20px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    border-left: 0px solid #4fa652;
    margin-top: 20px;
    text-decoration: none;
}
.joblink:first-of-type {
    margin-top: 0px;
}
.joblink:hover {
    padding: 10px 10px 10px 28px;
    border-left: 5px solid #4fa652;
}
.joblink-title {
    font-size: 16px;
    font-weight: 500;
    color: #353535;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.joblink-gender {
    font-size: 14px;
    font-weight: 500;
    color: #3d3d3d;
}
.joblink-ref {
    letter-spacing: 1px;
    font-size: 14px;
    color: #767676;
}
.mainpage-students {
    text-align: center;
    background-color: #f4f6f7;
    width: 33.3%;
    float: left;
    padding: 20px 0px !important;
} 
.students-btn {
    display: inline-block;
    color: #2b659e;
    font-weight: 500;
    box-sizing: border-box;
    padding: 10px 30px 10px 30px;
    border-radius: 1000px;
    border: 1px solid #2b659e;
    background-image: url(dsg/blue-arrow.png);
    background-position: right -20px center;
    background-repeat: no-repeat;
    transition: .2s;
    text-decoration: none;
}
.students-btn:hover {
    padding: 10px 40px 10px 20px;
    background-position: right 12px center;
    background-color: rgba(255, 255, 255, 0.2);
}
.alcoholics-btn {
    display: inline-block;
    color: #FFF;
    box-sizing: border-box;
    padding: 10px 30px 10px 30px;
    border-radius: 1000px;
    border: 1px solid #FFF;
    background-image: url(dsg/white-arrow.png);
    background-position: right -20px center;
    background-repeat: no-repeat;
    transition: .2s;
    text-decoration: none;
}
.alcoholics-btn:hover {
    padding: 10px 40px 10px 20px;
    background-position: right 12px center;
    background-color: rgba(255, 255, 255, 0.2);
}
.mainpage-alcoholics {
    text-align: center;
    *background-image: url(dsg/alcoholics-bg.png);
    *background-position: center;
    *background-size: cover;
    *background-repeat: no-repeat;
    background-color: #2b659e;
    width: 33.3%;
    float: right;
    padding: 20px 0px !important;
} 
.mainpage-important-links {
    background-color: #f4f6f7;
    text-align: center;
}
.important-link {
    display: inline-block;
    margin: 10px;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 10px 25px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 400;
    transition: .2s;
    text-decoration: none;
}
.important-link:hover {
    background-color: transparent;
}
.mainpage-location {
    text-align: center;
}
.googlemap {
    height: 500px;
    width: 70%;
    overflow: hidden;
    background: none;
}
.googlemap iframe {
    width: 100%;
    height: 100%;
}
.googlemap_side {
	float: right;
	width: 30%;
}
footer {
    box-sizing: border-box;
    padding: 60px 0px;
    background-color: #222222;
    color: #FFF;
    font-size: 13px;
    font-weight: 300;
}
footer a {
    color: #FFF;
}
footer a:hover {
    text-decoration: underline;
}
.footer-info {
    float: left;
    width: 40%;
}
.footer-links {
    margin-top: 10px;
}
.footer-links a {
    display: inline-block;
    height: 60px;
    width: 90px;
    margin-right: 10px;
}
.footer-links a img {
    transition: .2s;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.footer-links a:hover img {
    opacity: .7;
}
.footer-sitemap {
    float: right;
    width: 55%;
    border: 1px solid #afafaf;
    box-sizing: border-box;
}
.accordion:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.sitemap-element {
    box-sizing: border-box;
    padding: 10px 20px;
}
.sitemap-element a {
	text-decoration: none;
}
.sitemap-element-main {
    float: none;
    font-weight: 500;
}
.sitemap-element-sub {
    
}
.sitemap-element-sub ul {
    list-style: none;
}
.sitemap-element-sub ul li {
    display: block;
}
.sitemap-element-sub ul li a {
    font-size: 12px;
    font-weight: 300;
    box-sizing: border-box;
    margin-bottom: 5px;
    background-position: top 6px left;
    background-repeat: no-repeat;
}
.accordion {
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    background-color: transparent;
    color: #FFF;
    transition: .2s;
    font-size: 15px;
    background-image: url(dsg/footer-arrow.png);
    background-position: top 17px left 20px;
    background-repeat: no-repeat;
    padding: 10px 0px 10px 50px;
}
.accordion.active {
    background-image: url(dsg/footer-arrow-up.png);
}
.panel {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.75s ease-in-out;
}
.breadcrumbs {
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 20px 0px;
    color: #454545;
    font-size: 13px;
    font-weight: 400;
}
.breadcrumbs ul {
    list-style: none;
}
.breadcrumbs ul li {
    margin-right: 7px;
    display: inline-block;
}
.breadcrumbs ul li a {
    display: block;
    color: #454545;
    background-image: url(dsg/breadcrumbs-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    box-sizing: border-box;
    padding-right: 15px;
}
.breadcrumbs ul li:last-of-type a {
    background-image: none;
    padding-right: 0px;
}
.breadcrumbs ul li a {
    display: block;
    color: #454545;
}
.breadcrumbs ul li a:hover {
    text-decoration: underline;
}
.menu-left {
    width: 250px;      
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    /*border-radius: 5px 5px 5px 5px;*/
}
.menu-left-title {
    font-weight: 600;
    box-sizing: border-box;
    padding: 10px 10px 10px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFF;
    background-color: #414141;
    border-radius: 5px 5px 0px 0px;
    border: none;
    outline: none;
    width: 250px;
    text-align: left;
    cursor: pointer;
    background-image: url(dsg/side-menu-main-arrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}
.sidemenucontent {
    display: none;
}
.sidemenucontent.open {
    display: block;
}
.sidemenucontent > ul {
    list-style: none;
}
.sidemenucontent > ul > li.dropdown {
    display: block;
    font-size: 14px;
    box-sizing: border-box;
    padding: 12px 15px 12px 10px;
    border-bottom: 1px solid #ececec;
    background-image: url(dsg/side-menu-arrow.png);
    background-position: top 20px right 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: 500;
    color: #585858;
}
.sidemenucontent > ul > li > a {
    display: block;
    font-size: 14px;
    box-sizing: border-box;
    padding: 12px 10px 12px 10px;
    border-bottom: 1px solid #ececec;
    text-decoration: none;
    /*color: #585858;*/
    color: black;
    transition: .2s;
    border-left: 0px solid #4fa652;
    font-weight: 500;
}
.sidemenucontent > ul > li > a:hover {
    padding: 12px 5px 12px 15px;
    *background-color: #f7f7f7;
    *border-left: 5px solid #4fa652;
}
.sidemenucontent > ul > li.dropdown > ul {
    list-style: none;
    margin-top: 12px;
    margin-bottom: -12px;
    display: none;
    width: 250px;
    margin-left: -10px;
    background-color: #f7f7f7;
}
.sidemenucontent > ul > li.dropdown > ul.open {
    display: block;
}
.sidemenucontent > ul > li > ul > li.dropdown {
    display: block;
    box-sizing: border-box;
    padding: 10px 10px 10px 15px;
    color: #585858;
    font-size: 13px;
    transition: .2s;
    border-left: 0px solid #4fa652;
    background-image: url(dsg/side-menu-arrow.png);
    background-position: top 17px right 15px;
    background-repeat: no-repeat;
}
.sidemenucontent > ul > li > ul > li.dropdown > ul  {
    list-style: none;
    margin-top: 12px;
    margin-bottom: -10px;
    width: 250px;
    margin-left: -15px;
    display: none;
}
.sidemenucontent > ul > li > ul > li.dropdown > ul.open  {
    display: block;
}
.sidemenucontent > ul > li > ul > li.dropdown > ul > li > a  {
    display: block;
    box-sizing: border-box;
    padding: 10px 10px 10px 25px;
    color: #585858;
    font-size: 13px;
    transition: .2s;
    border-left: 0px solid #4fa652;
}
.sidemenucontent > ul > li > ul > li.dropdown > ul > li > a:hover {
    padding: 10px 5px 10px 30px;
    *border-left: 5px solid #4fa652;
    background-color: #FFF;
}
.sidemenucontent > ul > li > ul > li > a {
    display: block;
    box-sizing: border-box;
    padding: 10px 10px 10px 15px;
    color: #585858;
    font-weight: 500;
    font-size: 13px;
    transition: .2s;
    border-left: 0px solid #4fa652;
}
.sidemenucontent > ul > li > ul > li > a:hover {
    padding: 10px 5px 10px 20px;
    background-color: #FFF;
}
.content-left {
    width: 250px;
    float: left;
}
.content-right {
    box-sizing: border-box;
    padding: 0px 5px 5px 5px;
	width: calc(100% - 275px);
	float: right;
	
	text-align: justify;
}
.doc,
.doc-2 {
    box-sizing: border-box;
    padding-bottom: 20px;
}
.doc-info {
    overflow: hidden;
    float: left;
}
h2 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2b659e;
    padding-bottom: 8px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}
.doc,
.doc-2 {
    *border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}
.doc .name {
    display: block;
    font-size: 18px;
    color: black;
    font-weight: 600;
    margin-bottom: 10px;
}
.doc-2 .name {
    display: block;
    font-size: 16px;
    color: black;
    font-weight: 400;
    margin-bottom: 10px;
}
.doc-2 .contact {
    display: block;
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 500;
}
.doc .edu {
    display: block;
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 500;
}
.doc-contact-btn {
    float: right;
    width: 130px;
}
.doc-contact-btn a {
    margin: 0 auto;
}
.doc-timetable {
    
}
.doc-timetable table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    margin-bottom: 20px;
}
.doc-timetable table tr {
    border-bottom: 1px solid #ececec;
}
.doc-timetable table tr:last-of-type {
    border-bottom: none;
}
.doc-timetable table tr:first-of-type {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    border-bottom: none;
}
.doc-timetable table tr th {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    box-sizing: border-box;
    padding: 15px 5px;
    text-align: left;
    color: #2b659e;
    text-align: center;
}
.doc-timetable table tr td {
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 10px 5px;
    text-align: left;
    color: #686868;
    text-align: center;
}
.doc-timetable.list table tr th,
.doc-timetable.list table tr td {
	padding: 2px;
}
.doc-timetable.list table tr:first-of-type {
	background-color: transparent;
}
.doc-extra {
    box-sizing: border-box;
    padding: 12px 17px;
    font-size: 14px;
    background-color: #caeaf4;
    margin: 10px 0px;
    font-weight: 500;
    color: #2585a3;
}
.doc-extra.red {
    background-color: #ffd9d9;
    color: #a82d2d;
}
.doc-extra.blue {
    background-color: #2b659e;
    color: white;
}
.content-right ul {
    /*list-style-position: inside;*/
    margin-left: 20px; 
}
.content-right .clinic-extra-content ul li {
    *padding-bottom: 15px;
}
.schedule-link {
    display: block;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 5px;
    transition: .2s;
    width: 49%;
    float: left;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}
.schedule-link:nth-of-type(2n) {
    float: right;
}
.schedule-link:nth-of-type(2n+1) {
    clear: both;
}
.schedule-link:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
.schedule-link span {
    display: block;
}
.schedule-link span:first-of-type {
    font-weight: 600;
    color: black;
    font-size: 16px;
    transition: .2s;
}
.schedule-link span:last-of-type {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 500;
    transition: .2s;
}
.newslink-text {
    overflow: hidden;
    margin-left: 70px;
    font-weight: 500;
    color: #585858;
    padding-bottom: 20px;
    padding-right: 15px;
    font-size: 13px;
    margin-top: -10px;
}
.content-right img {
    display: block;
    max-width: 100%;
}
.gallery {
    text-align: center;
}
.gallery a {
    display: inline-block;
    height: 180px;
    width: 210px;
    overflow: hidden;
    margin: 5px;
}
.gallery a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .7s;
    transform: scale(1);
}
.gallery a:hover img {
    transform: scale(1.1);
}
.contact-list {
    text-align: center;
}
.contact-doc {
    display: block;
    width: 33.33%;
    box-sizing: border-box;
    font-size: 15px;
    border-radius: 5px;
    float: left;
    box-sizing: border-box;
    padding: 30px 30px;
}
.contact-doc span:first-of-type {
    font-weight: 500;
    color: #2b659e;
    font-size: 16px;
    transition: .2s;
    display: block;
    margin-bottom: 10px;
}
.contact-doc span:last-of-type {
    font-size: 15px;
    color: #414141;
    font-weight: 400;
    transition: .2s;
    display: block;
    margin-bottom: 10px;
}
.contact-doc-img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    
    display: none;
}
.contact-doc-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}





.contact-person {
    float: left;
    box-sizing: border-box;
    padding: 10px 10px;
    margin-bottom: 40px;
    display: block;
    /*font-weight: 500;*/
    color: #717171;
    -webkit-box-shadow: 1px 3px 15px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 3px 15px 2px rgba(0,0,0,0.15);
    box-shadow: 1px 3px 15px 2px rgba(0,0,0,0.15);
    width: 31%;
    background-color: #FFF;
    margin-right: 3.5%;
}
.contact-person:nth-of-type(3n) {
    margin-right: 0%;
}
.contact-person:nth-of-type(3n+1) {
    clear: both;
}
.contact-person a {
    text-decoration: none;
}
.contact-person a:hover {
    text-decoration: underline;
}
.contact-person span {
    color: #393939;
    font-size: 16px;
    font-weight: 700;
    display: block;
} 

.contact-person.alt {
    width: 48%;
    margin-right: 2%;
    float: left;
    min-height: 220px;
}
.contact-person.alt:nth-of-type(3n+1) {
    clear: none;
}

.contact-person.wide {
    width: 100%;
    margin-right: 0%;
	float: none;
	clear: both;
}

.emergency_call {
	display: block;
	background-color: #ff0000;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
	color: white;
	font-weight: bold;
}




.doctor-info-table {
    margin: 20px 0px;
}
.doctor-info-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d9d9d9;
}
.doctor-info-table tr {
    background-color: #f0f2f3;
}
.doctor-info-table th {
    padding: 9px;
    color: #FFF;
    background-color: #2b659f;
    font-weight: 400;
    font-size: 13px;
    width: 33%;
    text-align: center;
}
.doctor-info-table td {
    padding: 9px 5px;
    text-align: center;
    vertical-align: top;
    font-size: 13px;
    font-weight: 600;
    color: #5a5a5a;
}
.timetable-table {
    margin: 20px 0px;
}
.timetable-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d9d9d9;
}
.timetable-table tr {
    background-color: #f0f2f3;
}
.timetable-table tr:nth-of-type(2N) {
    background-color: #FFF;
}
.timetable-table th {
    padding: 9px;
    color: #FFF;
    background-color: #2b659f;
    font-weight: 400;
    font-size: 13px;
    width: 33%;
    text-align: center;
}
.timetable-table td {
    padding: 9px 5px;
    text-align: center;
    vertical-align: top;
    font-size: 13px;
    color: #2b659f;
    font-weight: 600;
}

.clinic-extra-content {
	padding: 20px;
	background-color: #f7f7f7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/*
.emergency {
	display: inline-block;
	color: #FFF;
	background-color: #e32020;
	font-weight: 600;
	padding: 10px 20px;
	transition: .2s;
}
.emergency:hover {
	background-color: #960f0f;
}
*/

.post-link__tag {
  color: #FFFFFF;
  text-transform: uppercase;
  width: 108px;
  height: 32px;
  font-size: 10px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 2px 2px;
}

.post-link.open .post-link__tag {
  background-color: #007940;
}

.post-link.ended .post-link__tag {
  background-color: #E63E30;
}

.footer-left > div {
    box-sizing: border-box;
    padding-left: 40px;
    background-position: top 3px left;
    background-repeat: no-repeat;
    margin-top: 20px;
}
.footer-location {
    background-image: url(dsg/footer-map-pin.png);
}
.footer-phone {
    background-image: url(dsg/footer-phone.png);
}
.footer-mobile {
    background-image: url(dsg/footer-mobile.png);
}
.footer-mail {
    background-image: url(dsg/footer-mail.png);
}
.soc-med {
    display: inline-block;
    border-radius: 100%;
    background-color: #4c4c4c;
    width: 35px;
    height: 35px;
    margin-top: 30px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}
.soc-med.fb {
    background-image: url(dsg/footer-fb.png);
}
.soc-med.insta {
    background-image: url(dsg/footer-insta.png);
}
.soc-med.fb:hover {
    background-color: #3b5998;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.soc-med.insta:hover {
    background-color: #c1558b;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.content-header {
	 height: 350px;
	 position: relative;
	 background-size: cover;
}


@media only screen and (max-width:1200px) {
    
    .main-width {
        width: 95%;
    }
    .top {
        padding: 5px 0px;
        font-size: 12px;
    }
    .top .emergency {
        width: 60px;
        height: 30px;
        background-size: contain;
    }
    .top-soc-med {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        background-size: 25%;
    }
    .top-phone {
        margin-right: 5px;
        height: 30px;
        padding: 6px 5px 0px 20px;
    }
    .top-mail {
        margin-right: 5px;
        height: 30px;
        padding: 6px 5px 0px 25px;
    }
    .top-menu {
	    margin-top: 45px;
        height: 70px;
    }
    .logo {
        display: block;
        width: 65px;
        height: 55px;
        margin-top: 5px;
    }
    nav {
        margin-top: 23px;
    }
    header {
        height: 200px;
    }
    .header-search {
        width: 400px;
        height: 45px;
    }
    .header-search input[type=text] {
        width: 330px;
        height: 45px;
        padding: 0px 15px;
        font-size: 15px;
    }
    .header-search input[type=submit] {
        width: 70px;
        height: 45px;
    }
    h1 {
        font-size: 22px;
    }
    .content > div {
        padding: 50px 0px;
        font-size: 14px;
    }
    .newslink-date {
        width: 60px;
        height: 60px;
        padding-top: 8px;
    }
    .newslink-date span:first-of-type {
        font-size: 23px;
    }
    .newslink-date span:last-of-type {
        font-size: 13px;
        margin-top: -11px;
    }
    .newslink-title {
        font-size: 15px;
        line-height: 60px;
        padding-right: 15px;
    }
    .newslink-text {
        margin-left: 60px;
        padding-bottom: 15px;
        font-size: 13px;
        margin-top: -10px;
    }
    .joblink {
        padding: 8px 15px 8px 15px;
        margin-top: 7px;
    }
    .joblink:hover {
        padding: 8px 10px 8px 18px;
    }
    .joblink-title {
        font-size: 15px;
    }
    .joblink-gender {
        font-size: 13px;
    }
    .joblink-ref {
        font-size: 13px;
    }
    .more-btn {
        margin-top: 23px;
        padding: 13px 20px 11px 20px;
        font-size: 12px;
    }
    .more-btn:hover {
        padding: 13px 35px 11px 15px;
    }
    .important-link {
        margin: 5px;
        padding: 8px 15px;
        font-size: 14px;
    }
    .googlemap {
        height: 300px;
    }
    footer {
        padding: 50px 0px;
    }
    nav > ul > li.dropdown > ul {
        top: 44px;
    }
    
}

@media only screen and (max-width:1100px) {
    
    .top-menu {
        height: 60px;
    }
    .logo {
        margin-top: 13px;
    }
    nav {
        margin-top: 0px;
        height: 60px;
        width: 60px;
        position: relative;
    }
    .navbtn {
        display: block;
        height: 60px;
        width: 60px;
        background-image: url(dsg/menu.svg);
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    nav > ul {
        background-color: #FFF;
        position: absolute;
        top: 60px;
        right: 0;
        z-index: 12;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
        width: 300px;
        display: none;
    }
    nav > ul.open {
        display: block;
    }
    nav > ul > li {
        display: block;
        margin-left: 0px;
    }
    nav > ul > li.dropdown {
        font-size: 14px;
        padding: 10px 15px;
        text-align: right;
        background-position: top 25px right 15px;
        padding: 10px 30px 10px 15px;
    }
    nav > ul > li > a {
        font-size: 14px;
        padding: 10px 15px;
        text-align: right;
        margin-left: 0px;
    }
    nav > ul > li > a:hover {
        background-color: #f4f4f4;
        color: #414141;
    }
    nav > ul > li.dropdown > ul {
        position: relative;
        width: 270px;
        z-index: 11;
        top: 9px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        left: 0%;
        transform: translate(-0%, 0);
    }
    nav > ul > li.dropdown > ul > li > a {
        text-align: right;
        padding: 10px 0px 10px 0px;
    }
    nav > ul > li.dropdown > ul > li > a:hover {
        padding: 10px 0px 10px 0px;
        background-color: #f4f4f4;
    }
    h2 {
        font-size: 16px;
    }
    .doc,
    .doc-2 {
        padding-bottom: 15px;
    }
    .doc .name {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .doc-2 .name {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .doc-2 .contact {
        font-size: 13px;
    }
    .doc .edu {
        font-size: 13px;
    }
    .doc-timetable table tr th {
        font-size: 12px;
        padding: 15px 0px;
    }
    .doc-timetable table tr td {
        font-size: 13px;
        padding: 10px 0px;
    }
    .doc-extra {
        padding: 10px 15px;
        font-size: 13px;
    }
    .content-left {
        width: 300px;
        float: none;
        margin: 0 auto;
        margin-top: 40px;
    }
    .content-right {
		width: 100%;
		float: none;
	}
    .menu-left {
        width: 300px;
    }
    .menu-left-title {
        width: 300px;
    }
    .sidemenucontent > ul > li.dropdown > ul {
        width: 300px;
    }
    .sidemenucontent > ul > li > ul > li.dropdown > ul  {
        width: 300px;
    }
    
    .googlemap, .googlemap_side {
	    width: 100%;
    }
    
    nav > ul > li.dropdown > ul > li > ul, .drop-drop-dropdown {
	    position: static!important;
    }
    
    .doc-info {
	    margin-left: 0px!important;
    }
    
}

@media only screen and (max-width:700px) {
    
    header {
        height: 150px;
    }
    .content > div {
        padding: 40px 0px;
        font-size: 14px;
    }
    h1 {
        font-size: 20px;
    }
    .mainpage-news {
        float: none;
        width: 100%;
    }
    .mainpage-news > div {
	    height: auto!important;
    }
    .mainpage-jobs {
        float: none;
        width: 100%;
    }
    .mainpage-jobs > div {
	    height: auto!important;
    }
    .newslink-date {
        width: 60px;
        height: 50px;
        padding-top: 5px;
    }
    .newslink-date span:first-of-type {
        font-size: 22px;
    }
    .newslink-date span:last-of-type {
        font-size: 12px;
        margin-top: -10px;
    }
    .newslink-title {
        font-size: 14px;
        line-height: 50px;
        padding-right: 15px;
    }
    .newslink-text {
        font-size: 12px;
        margin-top: -5px;
    }
    .joblink {
        padding: 5px 15px 5px 15px;
        margin-top: 7px;
    }
    .joblink:hover {
        padding: 5px 10px 5px 18px;
    }
    .joblink-title {
        font-size: 14px;
    }
    .joblink-gender {
        font-size: 12px;
    }
    .joblink-ref {
        font-size: 12px;
    }
    .important-link {
        font-size: 13px;
    }
    .googlemap {
        height: 250px;
    }
    footer {
        padding: 40px 0px;
        font-size: 12px;
    }
    .footer-info {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-sitemap {
        float: none;
        width: 100%;
        clear: both;
        margin-top: 20px;
    }
    .header-search {
        width: 300px;
        height: 45px;
    }
    .header-search input[type=text] {
        width: 250px;
        height: 45px;
        font-size: 14px;
    }
    .header-search input[type=submit] {
        width: 50px;
        height: 45px;
    }
    .contact-doc {
        font-size: 14px;
        width: 50%;
    }
    .contact-doc-img {
        height: 80px;
        width: 80px;
    }
    .contact-doc span:first-of-type {
        font-size: 15px;
    }
    .contact-doc span:last-of-type {
        font-size: 14px;
    }
    
    .schedule-link {
        width: 100%;
        float: none;
    }
    .schedule-link:nth-of-type(2n) {
        float: none;
    }
    
    .contact-person {
        width: 48%;
        margin-right: 4%;
    }
    .contact-person:nth-of-type(3n) {
        margin-right: 4%;
    }
    .contact-person:nth-of-type(3n+1) {
        clear: none;
    }
    .contact-person:nth-of-type(2n) {
        margin-right: 0%;
    }
    .contact-person:nth-of-type(2n+1) {
        clear: both;
    } 
    
    .contact-person {
		width: 100%;
		margin-right: 0%;
		float: none;
		margin-bottom: 10px;
	}
	.contact-person:nth-of-type(3n) {
		margin-right: 0%;
	}
	.contact-person:nth-of-type(3n+1) {
		clear: none;
	}
	.contact-person:nth-of-type(2n) {
		margin-right: 0%;
	}
	.contact-person:nth-of-type(2n+1) {
		clear: none;
	}
	.contact-person.alt {
		width: 100%;
		margin-right: 0%;
		float: none;
		margin-bottom: 10px;
	}
	.contact-person.alt:nth-of-type(even) {
		float: none;
	}
	
	.mainpage-students {
		width: 100%;
	}
	.mainpage-alcoholics {
		width: 100%;
	}
	
	.content-header {
		height: 250px;
	}
    
}
