.col-md-3, .col-md-6,
.col-sm-6 {
	display: block;
	box-sizing: border-box;
}

.col-md-3 img, .col-md-6 img,
.col-sm-6 img {
	display: inline !important;
}

.center {
	text-align: center;
}

.page-content h2 {
	margin-bottom: 20px;
	font-size: 32px;
	font-family: font-light;
	font-weight: bold;
	color: #0B216F;
}

.service-price {
	border: 4px solid #3695EB;
	padding: 30px 10px;
	text-align: center;
}

.service-price-disabled {
    border-color: #f77;
}

.service-price-disabled p {
    color: #f22;
    font-weight: bold;
}

.service-box {
	margin-bottom: 40px;
}

.service-price p {
	margin: 0;
	padding: 0;
}

.service-price .price {
	font-weight: bold;
	margin: 10px 0 0;
	font-size: 40px;
	line-height: 40px;
	color: #3695EB;
}

.tax-usluga p {
	margin-top: 0;
}

.taxonomy-description p {
	text-align: justify;
	line-height: 23px;
	font-size: 15px;
	color: #666;
}

.doctors-list {
	text-align: center;
}

.doctors-list img {
	max-height: 200px;
}

.tax-usluga .visit {
	display: block;
	padding: 30px 10px;
	text-align: center;
	border: 4px solid #3695EB;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	color: #3695EB;
	transition: .4s ease;
}

.tax-usluga .visit:hover {
	background-color: #3695EB;
	color: #FFF;
}

.tax-usluga .service-box.attachment img {
	width: 100%;
}

.tax-usluga .service-box ul {
	margin: 0;
	padding: 0;
}

.tax-usluga .service-box ul li {
	list-style: none;
	line-height: 35px;
}

.tax-usluga .service-box ul li:before {
	content: "";
	width: 24px;
	height: 24px;
	background: url('../images/arrow.png') no-repeat center center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 10px;
}

.tax-usluga .service-box ul li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.tax-usluga .service-box ul li a {
	color: #0B216F;
	text-decoration: underline;
}

body .loop-wrapper .post-article:hover {
	background-color: transparent !important;
	transition: none !important;
}

.media-inner img {
	display: inline !important;
}

@media (min-width: 768px) {
	.col-md-3, .col-md-6,
	.col-sm-6 {
		float: left;
	}
	
	.col-sm-6 {
		width: 50%;
	}
}

@media (min-width: 960px) {
	.col-md-3 {
		width: 25%;
		padding: 0px 10px;
	}
	
	.col-md-6 {
		width: 50%;
		margin-bottom: 30px;
	}
	
	.col-md-6:first-child {
		padding-right: 20px;
	}
	
	.col-md-6:last-child {
		padding-left: 20px;
	}
}

@media (max-width: 959px) {
	.mobile-hide {
		display: none !important;
	}
	
	.mobile-full {
		width: 100% !important;
		/*height: calc(100% - 40px) !important;*/
		height: auto !important;
		max-height: 100% !important;
		top: 0 !important;
		left: 0 !important;
	}
	
	.mobile-full video {
		width: 100% !important;
		height: 100% !important;
		margin: auto !important;
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
		bottom: 0 !important;
	}
	
	.tp-video-button {
		font-size: 9px !important;
		line-height: initial;
		background-color: transparent !important;
	}
	
	input[type=range] {
		line-height: 12px !important;
		padding: 5px !important;
	}
	
	.tp-bgimg.defaultimg {
		background-size: cover !important;
		background-position: center center !important;
	}
	
	.vamtam-cart-dropdown-link {
		display: none !important;
	}
}
