body {
	background: #fff;
}

.cover {
	min-height: 550px;
	position: relative;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f9fa+0,deebf3+100 */
	background: rgb(245,249,250); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(245,249,250,1) 0%, rgba(222,235,243,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(245,249,250,1) 0%,rgba(222,235,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(245,249,250,1) 0%,rgba(222,235,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f9fa', endColorstr='#deebf3',GradientType=0 ); /* IE6-9 */

}

.cover .container {
	position: relative;
	height: 100%;
}

@media (min-width: 992px) {
	.doctor {
		height: 530px;
		width: 706px;
		/*background: url(images/doctors.png);*/
		position: absolute;
		top: 19px;
		right: -30px;
		z-index: 9;
	}
}

@media (max-width: 991px) {
	.doctor {
		height: 320px;
		/*background: url(images/doctors.png);*/
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
	}
	
	.cover .container {
		padding-top: 1rem;
	}
}

	.cover-content p:has(.btn){
	    display:flex;
	    justify-content:center;
	}
	.cover-content p:has(.btn) a.btn-primary{
	    transform:scale(1.35);
	    transition:all 0.3s ease;
	}
	
@media (min-width: 992px) {
	.cover-content {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		max-width: 450px;
		padding: 5rem 0;
	}
	.cover-content p:has(.btn) a.btn-primary:hover{
		    transform:scale(1.5);
		}
}
@media (max-width: 991px) {
	.cover-content {
		background: rgba(255,255,255,0.8);
		padding: 1rem;
		z-index: 99;
	}
}

.cover-content h1 {
	margin-bottom: 1rem;
}

.cover-content h1 > span {
	background: rgba(3,25,48,.9);
	color: #fff;
}

.cover-content h1 > span > span {
	color: #fffc00;
}

.cover-content .text {
	background: rgba(204,211,223,.8);
	padding: 1rem;
	color: #333;
	display: inline-block;
}

/**/

.services .container {
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
	padding: 0;
}

.services-slick {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f9fc+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,249,252,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,249,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,249,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f9fc',GradientType=0 ); /* IE6-9 */

	border-left: 1px solid #8bd2ec;
}

.service {
	text-align: center;
	display: block;
	height: 160px;
	color: #333;
	
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	
	position: relative;
	
	border-right: 1px solid #8bd2ec;
}

.service:hover {
	text-decoration: none;
	
	background: #effbff;
}

.service figure {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.service .icon {
	margin-bottom: .5rem;
}
.service .icon img {
	display: block;
	margin: 0 auto;
}


/**/

.newsletter {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009ed8+0,009ed8+100 */
	background: rgb(0,158,216); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,158,216,1) 0%, rgba(0,158,216,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,158,216,1) 0%,rgba(0,158,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,158,216,1) 0%,rgba(0,158,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ed8', endColorstr='#009ed8',GradientType=1 ); /* IE6-9 */

	color: #fff;
	padding: 1.25rem;
}

@media (max-width: 1199px) {
	.newsletter h2 {
		font-size: 1.4rem;
		padding: .2rem 0;
	}
}

.newsletter .form-control {
	border: 0;
	background: rgba(255,255,255,0.1);
	color: #fff;
}



.newsletter .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.newsletter .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.newsletter .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.newsletter .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.newsletter .btn.btn-primary {
	border: 0;
	background: #fff;
	color: #316695;
	font-weight: bold;
}

@media (max-width: 767px) {
	.newsletter .form-control {
		margin: .5rem 0;
	}
	
	.newsletter .btn.btn-primary {
		margin-top: .5rem;
	}
	.social-links{
	    margin-left:47px;
	}
	.social-links a img{
	    width:24px;
	}
}


/**/

.articles {
	padding: 3rem 0;
}

@media (min-width: 768px) {
	.articles-list {
		margin: 0 -15px;
	}
}

.articles article {
	background: rgba(255,255,255,0.1);
	display: block;
}

@media (max-width: 991px) {
	.articles article {
		margin: 1rem 0;
	}
}

.articles article:hover {
	background: rgba(255,255,255,0.15);
}

.articles article a {
	display: block;
	color: inherit;
}

.articles article a:hover, .articles article a:focus {
	text-decoration: none;
}

.articles article img {
	display: block;
	width: 100%;
}

.articles article .pic {
	position: relative;
}

.articles article h3 {
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 1rem;
	margin: 0;
	padding-top: 3rem;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+1,0.9+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

.articles article p {
	padding-top: 10px;
	color: #777;
}

/**/

/**/

.video {
	background: #ddedf5;
	padding: 3rem 0;
}




/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.news ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.news .buttons {
    position: absolute;
    top: 12px;
    left: 20px;
}

.news a {
	color: #fff;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.news time {
	color: rgba(255,255,255,0.8);
}

.news-slick {
	margin-right: 100px;
	margin-left: 65px;
}

.news-slick button {
	position: absolute;
	top: 0;
	font-size: 0;
	font-family: 'FontAwesome';
	background: none;
	border: 0;
	cursor: pointer;
}

.news-slick button:before {
	font-size: 26px;
	color: #fff;
}

.news-slick .slick-next {
	top: 13px;
	left: 0;
}

.news-slick .slick-prev {
	top: 13px;
	left: 30px;
}

.news-slick .slick-prev:before {
	content: '\f0a9';
}

.news-slick .slick-next:before {
	content: '\f0a8';
}

.news .toggle-slick {
	position: absolute;
    top: 1.2rem;
    left: 3.5rem;
    font-size: 26px;
    background: none;
    border: 0;
    cursor: pointer;
    color: #fff;
    padding: 0;
}

.news button {
	background: none;
	border: 0;
	padding: 0;
	font-size: 26px;
	color: #fff;
	margin-right: .3rem;
	line-height: 0;
}
.news .all-news {
	font-size: 26px;
	color: #fff;
}

.news-row h2 {
	display: none;
}

@media (min-width: 1200px) {
	.news-row {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 999;
		height: 50px;
		background: rgba(0,71,127,0.8);
		padding: .75rem;
	}
}


@media (min-width: 1200px) and (max-width: 1419px) {
	.news-row {
		width: 1204px;
		background-size: 100% 100%;
	}
}


@media (max-width: 1199px) {
	.news-row h2 {
		position: absolute;
		top: 15px;
		right: 15px;
		margin: 0;
		color: #fff;
		display: block;
		font-size: 1.3rem;
	}
	
	.news-row {
		position: relative;
		background: rgba(0,71,127,0.8);
	}

	.news .content {
		padding: 15px;
		padding-top: 50px;
	}
	
	.news .buttons {
		position: absolute;
		top: 15px;
		left: 20px;
	}

}