/**
  * Name: ZupaHealth
  * Version: 1.1
  * Author: ROLLTHEMES
  * Author URI: http://www.rollthemes.com
*/

@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,400italic,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,500,700,700italic");
@import url('animate.css');
@import url('revolution-slider.css');
@import url("animsition.css");
@import url("font-awesome.min.css");
@import url("owl.carousel.css");
@import url("flexslider.css");
@import url("cubeportfolio.min.css");
@import url("magnific-popup.css");
@import url("shortcodes.css");
@import url("woocommerce.css");


/*
 * Repeatable Patterns
 * Layout
 * Top
 * Header
 * Revolution Slider
 * Page Title
 * Page Heading
 * Blog
 * Blog Single Post
 * Widgets
 * Blog Masonry
 * Doctors Page
 * Doctor Profile
 * Gallery Single Post
 * About Page
 * Departments Page
 * Timetable Page
 * 404 Page
 * Parallax
 * Footer
 * Bottom
*/

/* Repeatable Patterns
-------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
	color: #0facee;
	text-decoration: none;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

a:hover {
	color: #3c3f46;
	text-decoration: none;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
	color: #c2c2c2;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #c2c2c2;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #c2c2c2;
}

/* Typography */
body,
button,
input,
select,
textarea {
	font: 14px/24px "Roboto", sans-serif;
	color: #7e8186;
	background-color: #fff;
}

b, strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

.font16 { font-size: 16px; }

.font35 { font-size: 35px; }

blockquote {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	color: #3c3f46;
	line-height: 30px;
	font-weight: 300;
	padding: 0;
	border: 0;
	font-style: italic;
	padding: 14px 0 45px;
	position: relative;
	margin-bottom: 37px;
}

blockquote.style2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 0 0 0 30px;
}

blockquote.style2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #0facee;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite {
	position: absolute;
	right: 0;
	bottom: 0;
}

blockquote small {
	font-size: 14px;
}

blockquote em,
blockquote i {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 700;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

abbr[title] {
	border-bottom: 1px dotted #c0c0c0;
	cursor: help;
}

mark,
ins {
	background-color: #cef7fb;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
  top: -6px;
}

sub {
  bottom: -3px;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

address {
	font-style: italic;
	margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    font-family: Consolas, monospace;
    height: auto;
    margin: 0 0 20px;
    overflow-x: auto;
    padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Slab", sans-serif;;
	color: #3c3f46;
	font-weight: normal;
	margin: 0 0 17px;
}

h1 {
	font-size: 28px;
	line-height: 36px;
}

h2 {
	font-size: 22px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 28px;
}

h4 {
	font-size: 18px;
	line-height: 26px;
}

h5 {
	font-size: 16px;
	line-height: 24px;
}

h6 {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 10px;
}

.text-white {
	color: #fff;
}

h1.w300, h2.w300, h3.w300, h4.w300, h5.w300, h6.w300 { font-weight: 300;}

/* Alignments */
.text-center {
	text-align: center;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.alignright {
	display: inline;
	float: right;
	margin-right: 30px;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* Elements */
hr {
	background-color: #e1e1e1;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	padding: 0;
	margin: 0 0 30px 25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

::-moz-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #0facee;
}

::-webkit-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #0facee; 
}

::selection { 
	color: #fff; 
	text-shadow: none; 
	background: #0facee; 
}

/* Forms */
button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
	display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	border: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	line-height: 22px;
	width: 100%;
	height: auto;
	padding: 13px 19px;
	margin-bottom: 10px;
	border-radius: 0;
    -webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    -webkit-transition: border ease .238s;
       -moz-transition: border ease .238s;
            transition: border ease .238s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	border-color: #7e8186;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #0facee;
	color: #fff;
	padding: 18px 35px;
	font-family: "Roboto Slab", sans-serif;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #2d2d2d;
	outline: 0;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #006ab4;
	outline: 0;
}

.text-white {
	color: #fff;
}

.animate-scroll {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.animate-scroll.animated {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Layout
-------------------------------------------------------------- */
.main-content {
	padding: 100px 0;
}

.main-content.has-heading {
	padding: 40px 0 100px;
}

.main-content .sidebar {
	float: right;
	width: 23.076%;
	margin-left: 11.111%;
}

.main-content .content {
	float: left;
	width: 65.811%;
}

.main-content.sidebar-left .sidebar {
	float: left;
	width: 23.076%;
	margin: 0 11.111% 0 0;
}

.main-content.sidebar-left .content {
	float: right;
	width: 65.811%;
}

/* Grid Blog with Sidebar */
.main-content.sidebar-right.type-grid .content,
.main-content.sidebar-left.type-grid .content {
	width: 66%;
}

.main-content.sidebar-left.type-grid .sidebar {
	margin: 0 10.922% 0 0;
}

.main-content.sidebar-right.type-grid .sidebar {
	margin: 0 0 0 10.922%;
}

.main-content.sidebar-left.type-grid .post,
.main-content.sidebar-right.type-grid .post {
	width: 50%;
}

.content-element {
	margin-bottom: 35px;
}

.row .content-element:last-child {
	margin-bottom: 0;
}

.container-fluid.no-padding {
	padding-right: 0;
	padding-left: 0;
}

.container-fluid.no-padding > .row {
	margin-right: 0;
	margin-left: 0;
}

.container-fluid.no-padding .row > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

/* Top
-------------------------------------------------------------- */
.top {
	background-color: #f9f9f9;
	color: #a3a3a3;
	font-family: "Roboto Slab", sans-serif;
}

.top .information {
	display: inline-block;
	float: left;
	line-height: 60px;
}

.top .information ul {
	margin: 0;
}

.top .information ul li {
	float: left;
	list-style: none;
}

.top .information ul li {
	position: relative;
	display: inline-block;
	padding-left: 30px;
    margin-left: 50px;
}

.top .information ul li:first-child {
	margin-left: 0;
}

.top .information ul li:before {
	content: "\f017";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #0facee;	
	position: absolute;
	left: 0;
	top: 0;
}

.top .information ul li.phone:before {
	content: "\f095";
}

.top .language {
	float: right;
	position: relative;
}

.top .language .lang-title {
	padding-left: 32px;
}

.top .language .lang-title:before {
	content: "\f0ac";
	position: absolute;
	left: 0;
	top: 17px;
	font-family: "FontAwesome";
	color: #0facee;
}

.top .language .lang-trigger a {
	line-height: 60px;
	position: relative;
	display: inline-block;
	padding-right: 35px;
}

.top .language .lang-trigger a:after {
	content: "\f107";
	position: absolute;
	right: 17px;
	top: -1px;
	font-family: "FontAwesome";
}

.top .language .lang-list {
	margin: 0;
	list-style: none;
	width: 115px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 99998;
	border-top: 1px solid #0facee;
    box-shadow: 0 2px 10px rgba(6, 6, 6, 0.3);
}

.top .language .lang-list.ghost {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
  	visibility: hidden;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
            transform: translateY(5px);
}

.top .language .lang-list.human {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
    visibility: visible;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
            transform: translateY(0px);
}

.top .language ul li {
	border-top: 1px solid #e1e1e1;
	background-color: #fff;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.top .language ul li:first-child {
	border: 0;
}

.top .language ul li a {
	line-height: 50px;
	display: inline-block;
	color: #0facee;
	padding: 0 29px;
}

.top .language ul li:hover {
	background-color: #006ab4;
}

.top .language ul li:hover a {
	color: #fff;
}

/* Cart Top */
.nav-top-cart-wrapper {
	position: relative;
	float: right;
}

.nav-top-cart-wrapper .nav-cart-trigger {
	display: inline-block;
	line-height: 60px;
	color: #fff;
	position: relative;
	width: 40px;
}

.nav-top-cart-wrapper .nav-cart-trigger:before {
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    display: block;
    line-height: 15px;
    left: 10px;
    top: 9px;
    content: attr(data-content);
    font-size: 9px;
    color: #0facee;
    background-color: #fff;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.nav-top-cart-wrapper .nav-cart-trigger:after {
	content: "";
	position: absolute;
	right: 0;
	top: 20px;
	background: url(../img/cart.png) no-repeat center center;
	width: 20px;
	height: 20px;
}

.nav-top-cart-wrapper .nav-shop-cart {
	width: 350px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
  	visibility: hidden;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
            transform: translateY(5px);
}

.nav-top-cart-wrapper:hover .nav-shop-cart {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
    visibility: visible;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
            transform: translateY(0px);
}

.nav-shop-cart .content-wrapper {
	background-color: #0facee;
	width: 100%;
	padding: 20px;
    box-shadow: 0 2px 10px rgba(6, 6, 6, 0.3);
}

.nav-shop-cart:not(.no-cart) .no-cart-note {
	display: none;
}

.nav-shop-cart.no-cart .content,
.nav-shop-cart.no-cart .cart-button {
	display: none;
}

.nav-shop-cart.no-cart .no-cart-note {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.nav-shop-cart.no-cart .no-cart-note p {
	color: #fff;
	margin-bottom: 0;
}

.nav-shop-cart .content .cart-list {
	margin: 0;
	list-style: none;
}

.nav-shop-cart .content .cart-list .cart-item {
	position: relative;
	border-bottom: 1px solid #34c3ff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.nav-shop-cart .content .cart-list .cart-item .image {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
}

.nav-shop-cart .content .cart-list .cart-item .info {
	overflow: hidden;
	margin-top: 5px;
}

.nav-shop-cart .content .cart-list .cart-item .info p {
	margin: 0;
}

.nav-shop-cart .content .cart-list .cart-item .info .name {
	color: #fff;
}

.nav-shop-cart .content .cart-list .cart-item .info .name:hover {
	color: #3c3f46;
}

.nav-shop-cart .content .cart-list .cart-item .info .price {
	color: #fff;
	padding-top: 2px;
}

.nav-shop-cart .content .cart-list .cart-item {
	position: relative;
}

.nav-shop-cart .content .cart-list .cart-item .remove {
	position: absolute;
	top: 5px;
	right: 0;
}

.nav-shop-cart .content .cart-list .cart-item .remove a {
	color: #006ab4;
}

.nav-shop-cart .content .cart-list .cart-item .remove a:hover {
	color: #fff;
}

.nav-shop-cart .content .cart-button {
	text-align: center;
	padding: 10px 0;
}

/* Top Style 2 */
.top.style2 {
	background-color: #006ab4;
	color: #fff;
}

.top.style2 .language .lang-title,
.top.style2 .information ul li,
.top.style2 .information ul li {
	padding-left: 0;
}

.top.style2 .language .lang-title:before,
.top.style2 .information ul li:before,
.top.style2 .information ul li.phone:before {
	content: "";
}

.top.style2 .information ul li.phone {
	margin: 0 0 0 18px;
	padding-left: 20px;
}

.top.style2 .information ul li.phone:after {
	content: "";
	width: 1px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 23px;
}

.top.style2 .nav-top-cart-wrapper {
	background-color: #0064aa;
	padding: 0 20px 0 0;
	margin-left: 30px;
}

.top.style2 .nav-top-cart-wrapper .nav-cart-trigger:before {
	left: auto;
	right: -10px;
}

.top.style2 .language .lang-trigger a {
	color: #fff;
}

.top.style2 .language {
	float: left;
}

.top.style2 .information {
	float: right;
}

/* Header
-------------------------------------------------------------- */
.site-header {
	position: relative;
}

.site-header .main-header {
	background-color: #fff;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

/* Sticky */
.site-header.sticky {
	position: relative;
	width: 100%;
	z-index: 1000;
}

.site-header.float .main-header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	background-color: transparent;
}

/* Scrolled */
.site-header.scrolled .main-header {
    box-shadow: 0 2px 4px rgba(6, 6, 6, 0.15);
	background-color: rgba(255,255,255,0.9);
}

.site-header.scrolled .logo a {
    margin: 10px 0;
}

.site-header.scrolled .btn-menu {
	margin: 22px 0;
}

.site-header.scrolled #main-nav {
	padding: 0;
}

.site-header.scrolled #main-nav > ul > li > a {
    height: 63px;
    line-height: 63px;
}

/* Center */
.site-header.center .logo {
	float: none;
	text-align: center;
}

.site-header.center #main-nav {
	float: none;
	text-align: center;
}

.site-header.center .logo a {
	margin-top: 50px;
}

/* One Page */
.one-page .main-header {
	padding: 20px 0;
}

.one-page .site-header.scrolled .main-header {
	padding: 0;
}

/* Inner pages */
.inner-page .header-wrap {
	height: 200px;
	background: url(../img/page-slide-1.jpg) no-repeat center center;
}

.inner-page.about .header-wrap {
	background: url(../img/page-slide-2.jpg) no-repeat center center;
}

.inner-page.gal .header-wrap {
	background: url(../img/page-slide-3.jpg) no-repeat center center;
}

.inner-page.contact .header-wrap {
	background: url(../img/page-slide-4.jpg) no-repeat center center;
}

.inner-page.shop .header-wrap {
	background: url(../img/page-slide-5.jpg) no-repeat center center;
}

.inner-page .header-wrap.style2 {
	height: auto;
	background-color: #fff;
	background-image: none;
}

.main-header .logo {
	float: left;
}

.main-header .logo a {
	margin-top: 5px;
	display: inline-block;
	height: 95px;
	line-height: 43px;
	width: auto;
}

.main-header .logo a img {
    height: auto;
    max-height: 100%;

}

#main-nav {
	float: right;
}

#main-nav ul {
	margin: 0;
}

#main-nav ul li {
	position: relative;
	list-style: none;
}

#main-nav > ul > li {
	display: inline-block;
	padding: 0 13px;
}

#main-nav > ul > li > a {
	position: relative;
    color: #7e8186;
	display: inline-block;
    font-family: "Roboto Slab", sans-serif;
    font-size: 16px;
	line-height: 100px;
}

#main-nav > ul > li > a:hover,
#main-nav > ul > li.active > a {
	color: #0facee;
}

#main-nav ul li ul {
	z-index: 99999;
	width: 200px;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	text-align: left;
	margin-left: -16px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
  	visibility: hidden;
    box-shadow: 0 2px 10px rgba(6, 6, 6, 0.3);
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
            transform: translateY(5px);
}

#main-nav ul li ul:before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 1px;
	background-color: #0facee;
}

#main-nav ul li ul li ul {
	width: 200px;
	left: 100%;
	top: 0;
	margin-left: 0;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
            transform: translateX(5px);
}

#main-nav ul.sub-menu li.has-sub:after {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
    right: 14px;
    top: 12px;
    -webkit-transition: color ease .238s;
       -moz-transition: color ease .238s;
            transition: color ease .238s;
}

#main-nav li:hover > ul {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
    visibility: visible;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
            transform: translateX(0px);
}

#main-nav .sub-menu li a {
    font-family: "Roboto Slab", sans-serif;
	color: #0facee;
	display: block;
	padding: 0 29px;
	line-height: 50px;
	border-top: 1px solid #e5e5e5;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

#main-nav .sub-menu li:first-child > a {
	border-top: 0;
}

#main-nav .sub-menu li:hover > a {
	color: #fff;
	background-color: #006ab4;
}

#main-nav .sub-menu li:hover:after {
	color: #fff;
}

/* Right Menu */
#main-nav > ul > li.right-menu > ul {
	left: auto;
    right: -16px;
    text-align: right;
}

#main-nav > ul > li.right-menu > ul li ul {
	left: auto;
	right: 100%;
}

#main-nav > ul > li.right-menu li.has-sub:after {
	content: "\f104";
    right: auto;
    left: 14px;
    top: 12px;
}

/* Mobile Navigation */
#main-nav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999999;
	background-color: #333;
}

#main-nav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav-mobi ul li {
	margin:0;
	position: relative;
	text-align: center;
	cursor: pointer;
}

#main-nav-mobi ul > li > a {
    color: #aaa;
    display: inline-block;
    font-size: 18px;
    line-height: 60px;
    text-decoration: none;
}

#main-nav-mobi ul > li > ul > li > a {
	padding: 0 38px 0 0;
}

#main-nav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 999999;
	position: relative;
}

#main-nav-mobi > ul > li > ul > li {
	background-color: #444;
}

#main-nav-mobi > ul > li > ul > li > ul > li {
	background-color: #555;
}

#main-nav-mobi > ul > li > ul > li > ul > li > ul > li {
	background-color: #666;
}

#main-nav-mobi ul.sub-menu > li > a {
	display: block;
	text-decoration: none;
	padding: 0 60px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

#main-nav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#main-nav-mobi ul.sub-menu > li > a:hover,
#main-nav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

/* Mobile Navigation Arrows */
.btn-submenu {
    cursor: pointer;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 57px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 3px;
    width: 60px;
}

.btn-submenu:before {
	content: "\f105";
	color: #aaa;
}

.btn-submenu.active:before {
	content: "\f107";
}

/* Menu Button */
.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 40px 0;
	width: 26px;
	height: 16px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #222;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

/* Revolution Slider
-------------------------------------------------------------- */
.main-slider .roll-banner-h1,
.main-slider .roll-banner-h2,
.main-slider .roll-banner-h3 {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 300;
	color: #0facee;
}

.main-slider .roll-banner-h1 { font-size: 50px; }
.main-slider .roll-banner-h2 { font-size: 36px; }
.main-slider .roll-banner-h3 { font-size: 25px; }

.main-slider .roll-banner-h1 strong,
.main-slider .roll-banner-h2 strong,
.main-slider .roll-banner-h3 strong {
	font-weight: 700 !important;
}

.main-slider .roll-banner-h1.text-white, 
.main-slider .roll-banner-h2.text-white,
.main-slider .roll-banner-h3.text-white,
.main-slider .roll-banner-p.text-white { color: #fff; text-shadow: 0px 1px 2px rgba(0,0,0,0.3);}

.main-slider .roll-banner-h1.white-bg { background-color: #fff; color: #0facee; padding: 27px 20px 36px; } 
.main-slider .roll-banner-h2.white-bg { background-color: #fff; color: #0facee; padding: 20px; }
.main-slider .roll-banner-h3.white-bg { background-color: #fff; color: #0facee; padding: 18px 20px; }
.main-slider .roll-banner-p.white-bg { background-color: #fff; color: #0facee; padding: 18px }

.main-slider .roll-banner-h1.color-bg { background-color: #006ab4; color: #fff; padding: 22px 20px 36px; }
.main-slider .roll-banner-h2.color-bg { background-color: #006ab4; color: #fff; padding: 20px; }
.main-slider .roll-banner-h3.color-bg { background-color: #006ab4; color: #fff; padding: 18px 20px; }
.main-slider .roll-banner-p.color-bg { background-color: #006ab4; color: #fff; padding: 18px }

.main-slider .roll-banner-p.size-2 {
	font-size: 16px;
}

.main-slider .roll-btn {
	font-family: "Roboto Slab", sans-serif;
	background-color: #0facee;
	color: #fff;
	padding: 15px 70px;
    transition: all ease .238s !important;
}

.main-slider .roll-btn:hover {
    background-color: #006ab4;
    color: #fff;
}

.main-slider .roll-btn.color2 {
	background-color: #006ab4;
}

.main-slider .roll-btn.border {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.main-slider .roll-btn.border:hover {
	background-color: #fff;
	color: #0facee;
}

.main-slider .roll-btn.color2:hover {
	background-color: #0facee;
}

.main-slider .tp-bannertimer {
	background: url(../img/slides/timer.png);
}

/* Arrows */
.main-slider .tparrows {
	background-color: #e6eaf3;
    transition: all ease .238s !important;
}

.main-slider .tparrows:hover {
	background-color: #0facee;
    transition: all ease .238s !important;
}

.main-slider .tparrows:before {
	font-size: 13px;
	line-height: 42px;
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
	font-family: "Roboto Slab", sans-serif;
	color: #fff;
    background-color: #f9f9f9;
    padding: 13px 0;
    text-align: center;
}

.page-title .breadcrumbs {
	color: #0facee;
	background-color: transparent;
	font-size: 14px;
    padding: 0;
    margin: 0;
}

.page-title .breadcrumbs a {
	color: #7e8186;
}

.page-title .breadcrumbs a:hover {
	color: #0facee;
}

.page-title .breadcrumbs .sep {
	color: #7e8186;
	padding: 0 5px;
}


.page-title.style2 {
	padding: 82px 0;
	text-align: left;
}

.page-title.style2 h1 {
	font-size: 40px;
	color: #006ab4;
	margin: 0;
}

.page-title.style2 .breadcrumbs{
	text-align: right;
}

/* Page Heading
-------------------------------------------------------------- */
.page-heading {
	text-align: center;
	margin-bottom: 73px;
}

.page-heading h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	margin: 0 0 17px;
}

.page-heading p {
	font-size: 16px;
	line-height: 26px;
	max-width: 515px;
	margin: 0 auto;
}

/* Blog
-------------------------------------------------------------- */
.post {
	margin-bottom: 80px;
}

.post .post-media {
	margin-bottom: 24px;
}

.post .post-title {
	font-size: 25px;
	line-height: 33px;
	font-weight: 700;
	margin-bottom: 17px;
}

.post .post-title a {
	color: #3c3f46;
}

.post .post-title a:hover {
	color: #0facee;
}

.post .post-meta {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 28px;
	color: #9aa1ac;
}

.post .post-meta span {
	display: inline-block;
	position: relative;
	padding-left: 9px;
	padding-right: 1px;
}

.post .post-meta span:first-child {
	padding-left: 0;
}

.post .post-meta span:before {
	content: "/";
	line-height: 24px;
	position: absolute;
	left: 0;
	top: 0;
}

.post .post-meta span:first-child:before {
	content: "";
}

.post .post-meta a {
	color: #9aa1ac;
}

.post .post-meta a:hover {
	color: #0facee;	
}

.post .more-link {
	display: block;
	margin-top: 42px;
	overflow: hidden;
}

.post-sumary p {
	margin: 0;
}

.post .more-link a {
    background-color: #0facee;
    font-family: "Roboto Slab", sans-serif;
    color: #fff;
    display: inline-block;
    padding: 13px 65px;
    outline: none;
}

.post .more-link a:hover {
	background-color: #006ab4;
}

/* Pagination */
.pagination {
	margin: 20px 0 0;
	text-align: center;
	width: 100%;
}

.pagination .page-numbers {
	background-color: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #0facee;
	margin-right: 6px;
	border: 1px solid #e1e1e1;
	font-family: "Roboto Slab", sans-serif;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background-color: #0facee;
	color: #fff;
	border-color: #0facee;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
	margin: 0;
}

.pagination .page-numbers.prev {
	float: left;
}

.pagination .page-numbers.next {
	float: right;
}

/* Blog Single Post
-------------------------------------------------------------- */
.single-post .post-entry p,
.single-doctor .detail p {
	margin: 0 0 24px;
}

.single-post .post-author {
	position: relative;
	background-color: #0facee;
	padding: 30px 30px 60px 30px;
	margin-top: 40px;
}

.single-post .post-author .avatar {
	width: 100px;
	float: left;
	margin-right: 30px;
}

.single-post .post-author .info h5 {
	font-size: 18px;
	line-height: 26px;
	color: #fefefe;
	margin: 0 0 8px;
}

.single-post .post-author .info p {
	color: #fff;
	margin: 0;
}

.single-post .post-author .socials {
	position: absolute;
	left: 0;
	bottom: -25px;
	width: 100%;
	text-align: center;
	margin: 0;
}

.single-post .post-author .socials li {
	display: inline-block;
	margin-left: 7px;
}

.single-post .post-author .socials li:first-child {
	margin: 0;
}

.single-post .post-author .socials li a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 48px;
	background-color: #0facee;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
}

.single-post .post-author .socials li a:hover,
.single-post .post-author .socials li.hover a {
	background-color: #006ab4;	
}

/* Comment List */
.bypostauthor {
	display: block;
}

.comments-area {
	margin-top: 83px;
}

.comments-area ol.comment-list,
.comments-area ul.children {
	list-style: none;
	margin-left: 0;
}

.comments-area ol.comment-list > .comment {
	border-top: 1px solid #e1e1e1;
	padding-top: 40px;
	margin-top: 40px;
}

.comments-area ol.comment-list > .comment:first-child {
	border: 0;
	padding: 0;
	margin: 0;
}

.comment-title,
.comment-reply-title {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 23px;
}

.comment_wrap {
	margin-bottom: 27px;
}

.comment_wrap .gravatar {
	width: 80px;
	float: left;
	margin: 5px 30px 0 0;
}

.comment_wrap .comment_content {
	overflow: hidden;
	min-height: 93px;
}

.comment_wrap .comment_text p {
	margin-bottom: 0;
}

.comment_wrap .comment_author {
	font-size: 16px;
	color: #3c3f46;
	font-weight: 700;
	font-style: normal;
	font-family: "Roboto Slab", sans-serif;
	display: inline-block;
	margin: 0;
}

.comment_wrap .comment_meta {
	margin-bottom: 7px;
}

.comment_wrap .comment_reply {
	float: right;
	position: relative;
}

.comment_wrap .comment_time {
	font-size: 12px;
	font-weight: 300;
	padding-left: 6px;
}

.comment_wrap .comment_reply a {
	font-weight: 700;
	font-style: italic;
	color: #0facee;
}

.comment_wrap .comment_reply a:hover {
	color: #3c3f46;
}

.comments-area .comment-list ul.children {
	margin-left: 110px;
}

/* Comment Form */
.comment-respond {
	margin-top: 63px;
}

.comment-respond .comment-form {
	padding-top: 18px;
}

.comment-respond .name-container,
.comment-respond .email-container {
	width: 48.051%;
	float: left;
	margin-right: 3.896%;
}

.comment-respond .message-container {
	width: 48.051%;
}

.comment-respond fieldset input,
.comment-respond fieldset textarea {
	width: 100%;
}

.comment-respond fieldset textarea {
	height: 110px;
	margin-bottom: 22px;
}

.comment-respond .form-submit {
	text-align: center;
	margin: 0;
}

.comment-respond .form-submit input {
	width: 100%;
	padding: 18px 0;
}


.comment-respond .form-submit input:hover {
	background-color: #006ab4;
}

/* Widgets
-------------------------------------------------------------- */
.widget {
	margin-top: 55px;
}

.widget:first-child {
	margin-top: 0;
}

.widget-title {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 0 0 26px;
}

.widget ul {
	margin: 0;
}

.widget ul li {
	list-style: none;
	border-top: 1px solid #e5e5e5;
	padding: 12px 0;
}

.widget ul li:first-child {
	border: 0;
}

.widget ul li a {
	color: #7e8186;
}

.widget ul li a:hover {
	color: #0facee;
}

/* Widget Search */
.widget_search .search-form {
	position: relative;
}

.widget_search label {
	display: block;
	margin: 0;
	font-weight: normal;
}

.widget_search .search-field {
	padding-left: 0;
	margin: 0 0 0;
	border: 0;
	border-bottom: 1px solid #e1e1e1;
}

.widget_search .search-submit {
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	color: #0facee;
	background-color: transparent;
	padding: 0;
	width: 16px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
}

.widget_search .search-submit:hover {
	background-color: transparent;
}

/* Widget categories */
.widget_categories .cat-item.hover a,
.widget_categories .cat-item.hover span {
	color: #006ab4;
}

/* Widget Tags */
.widget_tag_cloud .tagcloud {
	display: block;
	margin-top: 44px;
}

.widget_tag_cloud .tagcloud a {
	font-size: 12px;
	display: inline-block;
	padding: 2px 16px;
	border: 1px solid #e1e1e1;
	color: #979797;
	margin: 0 7px 10px 0;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a.hover {
	background-color: #006ab4;
	border-color: #006ab4;
	color: #fff;
}

/* Widget Instagram */
.widget_instagram {
	max-width: 270px;
}

.widget_instagram ul {
	margin: 0 -1.5px;
	padding: 18px 0;
}

.widget_instagram ul li {
	border: 0;
	padding: 0;
	width: 33.333%;
	float: left;
}

.widget_instagram ul li .thumb {
	padding: 0 1.5px;
	margin-bottom: 3px;
}

/* Widget Open Hours */
.widget_opening_hours {
    background-color: #0facee;
    padding: 24px 0 0;
}

.widget_opening_hours .widget-title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.widget_opening_hours ul {
    margin: 0;
    color: #fff;
}

.widget_opening_hours ul li {
    line-height: 50px;
    background-color: #06b5ff;
    border-top: 1px solid #0facee;
    padding: 0;
}

.widget_opening_hours ul li:first-child {
    border: 0;
}

.widget_opening_hours .dh {
    padding: 0 20px;
}

.widget_opening_hours .dh > span {
    float: right;
}

.widget_opening_hours .dh > span:first-child {
    float: left;
}

.widget_opening_hours .helpline {
	color: #fff;
	font-family: "Roboto Slab", sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	padding: 27px 0;
}

.widget_opening_hours .helpline span:first-child {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	display: block;
}

/* Widget Doctor Table */
.widget_doctor_table {
	background-color: #006ab4;
	padding: 25px 20px 30px;
	text-align: center;
}

.widget_doctor_table .widget-title {
	font-size: 20px;
	color: #fff;
	margin: 0 0 22px;
}

.widget_doctor_table p {
	color: #fff;
	margin: 0 0 22px;
}

.widget_doctor_table .roll-button {
	border: 1px solid #fff;
	background-color: transparent;
}

.widget_doctor_table .roll-button:hover {
	background-color: #0facee;
	color: #fff;
}

/* Blog Masonry
-------------------------------------------------------------- */
.post-masonry {
	margin: 0 -15px;
}

.post-masonry .post {
	width: 33.333%;
	height: auto;
	padding: 0 15px;
	margin-bottom: 50px;
}

.post-masonry.col4 .post {
	width: 25%;
}

.post-masonry .post .post-title {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
}

.post-masonry .post .more-link a {
    padding: 6px 40px 5px;
    font-size: 10px;
}

.post-masonry .post .post-meta {
	margin-bottom: 8px;
}

.post-masonry .post .more-link {
	margin-top: 22px;
}

.post-masonry .post.format-quote blockquote {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	background-color: #0facee;
	padding: 35px 20px 70px;
	margin: 0 0 13px;
	position: relative;
}

.post-masonry .post.format-quote blockquote cite {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
	position: absolute;
	right: 23px;
	bottom: 35px;
}

.post-masonry .post.format-quote .post-meta {
	margin: 0;
}

.post-masonry .post.format-quote {
	margin-bottom: 42px;
}

.post-masonry .blog-grid-video {
	position: relative;	
}

.post-masonry .blog-grid-video .blog-grid-video-player {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0,-50%,0);
       -moz-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);
}

.blog-grid .more-post {
	margin-top: 50px;
	text-align: center;
}

/* Doctors Page
-------------------------------------------------------------- */
.roll-section.doctors-page {
    padding: 94px 0 64px;
}

/* Doctor Profile
-------------------------------------------------------------- */
.main-content.single-doctor {
	padding: 100px 0 90px;
}

.main-content.single-doctor .dr-contact {
	float: left;
	width: 31.623%;
}

.main-content.single-doctor .dr-content {
	float: right;
	width: 57.264%;
	margin-left: 11.111%;
}

.dr-contact .thumb {
	position: relative;
	margin-bottom: 65px;
}

.dr-contact .socials {
	position: absolute;
	left: 0;
	bottom: -20px;
	text-align: center;
	width: 100%;
}

.dr-contact .socials ul {
	margin: 0;
	list-style: none;
}

.dr-contact .socials ul li {
    display: inline-block;
}

.dr-contact .socials ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin: 0 3px;
    color: #fff;
    background-color: #0facee;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
}

.dr-contact .socials ul li a:hover {
    background-color: #006ab4;
}

.dr-contact h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 16px;
}

.dr-contact .working-hours {
	list-style: none;
	margin: 0;
}

.dr-contact .working-hours li {
    line-height: 30px;
}

.dr-contact .working-hours li:first-child {
    border: 0;
}

.dr-contact .working-hours .dh > span {
    float: right;
}

.dr-contact .working-hours .dh > span:first-child {
    float: left;
}

.dr-content .name {
	font-size: 22px;
	color: #0facee;
	font-weight: 700;
	margin: -6px 0 8px;
}

.dr-content .position {
	color: #3c3f46;
	margin-bottom: 40px;
}

/* Gallery Single Post
-------------------------------------------------------------- */
.main-content.single-gallery {
	padding: 100px 0;
}

.main-content.single-gallery .gallery-desc {
	float: right;
	width: 23.076%;
	margin-left: 2.564%;
}

.main-content.single-gallery .gallery-img {
	float: left;
	width: 74.358%;
}

.gallery-desc ul {
	list-style: none;
	margin: 22px 0 0;
	padding: 22px 0 0;
	border-top: 1px solid #e1e1e1;
}

.gallery-desc ul li {
    line-height: 30px;
}

.gallery-desc ul li:first-child {
    border: 0;
}

.gallery-desc ul .dh > span {
    float: right;
    color: #0facee;
}

.gallery-desc ul .dh > span:first-child {
    float: left;
    color: #3c3f46;
}

.gallery-desc .socials {
	text-align: center;
}

.gallery-desc .socials ul {
	margin: 20px 0 0;
	padding: 30px 0 0;
	list-style: none;
}

.gallery-desc .socials ul li {
    display: inline-block;
}

.gallery-desc .socials ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin: 0 3px;
    color: #fff;
    background-color: #0facee;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
}

.gallery-desc .socials ul li a:hover {
    background-color: #006ab4;
}

/* About Page
-------------------------------------------------------------- */
.roll-section.about-page {
    padding: 94px 0 74px;
}

/* Departments Page
-------------------------------------------------------------- */
.departments-list .dpt-toggle {
	margin: 0;
	border: 0;
	padding: 0;
}

.departments-list .dpt-toggle .toggle-title {
	padding: 11px 0;
	border-bottom: 1px solid #e1e1e1;
	color: #0facee;
    font-size: 16px;
	margin: 0;
	cursor: pointer;
	position: relative;
}

.departments-list .dpt-toggle .toggle-title:after {
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 12px;
	font-weight: 400;
}

.departments-list .dpt-toggle.active .toggle-title:after {
	content: "\f068";
	right: 20px;
}

.departments-list .dpt-toggle.active .toggle-title {
	background-color: #006ab4;
	border-color: #006ab4;
	color: #fff;
	padding-left: 20px;
}

.departments-list .dpt-toggle:first-child .toggle-title {
	border-top: 1px solid #e1e1e1;
}

.departments-list .dpt-toggle .toggle-title:before {
	content: "";
}

.departments-list .dpt-toggle .toggle-content {
	padding: 0;
}

.departments-list .tabs .menu-tab,
.departments-list .item-list,
.departments-list .doctors-list,
.departments-list .doctors-list .dr-info .detail {
	margin: 0;
	list-style: none;
}

.departments-list .tabs .menu-tab {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 45px;
}

.departments-list .tabs .menu-tab li {
	float: left;
	padding: 0 15px;
	margin-right: 0;
}

.departments-list .tabs .menu-tab li a {
	border: 0;
	padding: 0;
	padding: 25px 0;
	position: relative;
	display: inline-block;
	color: #3c3f46;
    font-family: "Roboto Slab", sans-serif;
    font-size: 16px;
}

.departments-list .tabs .menu-tab li:first-child {
	padding-left: 0;
}

.departments-list .tabs .menu-tab li.active a:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #0facee;
	position: absolute;
	left: 0;
	bottom: 0;
}

.departments-list .tabs .content-tab {
	padding-bottom: 42px;
	border-bottom: 1px solid #e1e1e1;
}

.departments-list .tabs .content-tab p {
	margin-bottom: 24px;
}

.departments-list .item-list li {
	float: left;
	width: 42.528%;
	margin-right: 14.942%;
	border-bottom: 1px solid #e1e1e1;
	line-height: 52px;
	font-size: 16px;
}

.departments-list .item-list li > span.price {
	float: right;
}

.departments-list .item-list li.last {
	margin-right: 0;
}

.departments-list .links {
	font-family: "Roboto Slab", sans-serif;
	position: relative;
	display: inline-block;
	padding-right: 22px;
	margin-top: 20px;
}

.departments-list .links:after {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 0;
}

.departments-list .doctors-list > li {
	margin-top: 50px;
}

.departments-list .doctors-list > li:first-child {
	margin-top: 0;
}

.departments-list .doctors-list .detail li {
	padding: 23px 0;
	border-top: 1px solid #e1e1e1;
	overflow: hidden;
}

.departments-list .doctors-list li:first-child {
	border-top: 0;
}

.departments-list .doctors-list .dr-thumb {
	width: 270px;
	height: 270px;
	float: left;
	margin-right: 30px;
}

.departments-list .doctors-list .dr-info {
	overflow: hidden;
}

.departments-list .doctors-list .dr-info .name {
	font-size: 18px;
	font-weight: 700;
	margin: -5px 0 0;
}

.departments-list .doctors-list .dr-info .title {
	display: inline-block;
	width: 22.807%;
	float: left;
}

.departments-list .doctors-list .dr-info .detail .title + span {
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 77.192%;
}

.departments-list .doctors-list .dr-info .detail li.detail-links span {
	margin-left: 50px;
}

.departments-list .doctors-list .dr-info .detail li.detail-links span:first-child {
	margin-left: 0;
}

.departments-list .doctors-list .dr-info .detail li.detail-links .links {
	margin-top: 0;
}

/* Timetable Page
-------------------------------------------------------------- */
.departments-nav {
	float: right;
	position: relative;
	width: 270px;
}

.departments-nav > span {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	line-height: 48px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.departments-nav > span:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "\f107";
	font-family: "FontAwesome";
	color: #0facee;
}

.departments-nav > ul {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 30;
	list-style: none;
	margin: 0;
	background-color: #fff;
	border: 1px solid #0facee;
	width: 270px;
	opacity: 1;
	padding: 0 14px;
    box-shadow: 0 2px 10px rgba(6, 6, 6, 0.3);
}

.departments-nav:hover > ul {
	opacity: 1;
}

.departments-nav > ul li {
	line-height: 50px;
	border-top: 1px solid #e1e1e1;
	padding: 0 5px;
}

.departments-nav > ul li:first-child {
	border-top: 0;
}

.departments-nav > ul li a {
	color: #7e8186;
}

.departments-nav > ul li a:hover {
	color: #0facee;
}

.department-wrap {
	clear: right;
	padding-top: 15px;
}

.timetable {
	width: 100%;
	font-size: 12px;
	background-color: #f5f5f5;
}

.timetable th,
.timetable td:first-child {
	text-align: center;
	vertical-align: middle;
}

.timetable th, .timetable td {
	width: 12.5%;
	padding: 20px 10px 20px 20px;
}

.timetable th {
	font-size: 16px;
	color: #7e8186;
	font-weight: 400;
	background-color: #fff;
}

.timetable td {
    border: 1px solid #fff;
	vertical-align: middle;
}

.timetable .event {
	line-height: 18px;
	color: #fff;
	background-color: #0facee;
}

.timetable .event:hover {
	background-color: #006ab4;
}

/* TimeTable Responsive */
.timetable.small {
	display: none;
	background-color: #fff;
	font-size: 13px;
}

.timetable.small h3 {
	font-size: 18px;
}

.timetable.small ul {
	list-style: none;
	margin-bottom: 25px;
}

.timetable.small ul li {
	line-height: 30px;
	padding-left: 10px;
	position: relative;
}

.timetable.small ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #0facee;
	position: absolute;
	left: -5px;
	top: 0;
}

/* 404 Page
-------------------------------------------------------------- */
.page-404 .main-content {
	background: #f9f9f9 url(../img/bg-404.jpg) center top;
	text-align: center;
}

.content-404 {
	margin: 320px 0 82px;
}

.content-404 h1 {
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 12px;
}

.content-404 p {
	max-width: 550px;
	font-size: 16px;
	line-height: 26px;
	margin: 0 auto 73px;
}

/* Parallax
-------------------------------------------------------------- */
.roll-section.piecharts {
	background:url(../img/bg-section-2.jpg) center center;
}

.roll-section.piecharts2 {
	background:url(../img/bg-section-5.jpg) center center;
}

.background-overlay-color:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(15,172,238,.65);
	content: " ";
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* Footer
-------------------------------------------------------------- */
.footer {
	background-color: #f9f9f9;
	padding: 90px 0 122px;
}

.footer.style2 {
	background: url(../img/bg-footer.jpg) center center;
	padding: 94px 0 82px;
}

.footer-widgets .widget-title {
	font-size: 18px;
	margin: 4px 0 24px 0;
}

.footer-widgets .footer-info {
	margin: 2px 0 0 5px;
}

.footer-widgets .footer-info li {
	position: relative;
	padding: 0 0 17px 30px;
	border: 0;
}

.footer-widgets .footer-info li:before {
	content: "\f041";
	font-family: "FontAwesome";
	color: #0facee;
	position: absolute;
	left: 1px;
	top: 0;
}

.footer-widgets .footer-info li.phone:before {
	content: "\f095";
}

.footer-widgets .footer-info li.email:before {
	content: "\f003";
}

/* Widget News */
.widget_news ul li {
	padding: 0;
	border: 0;
	margin-top: 15px;
}

.widget_news .thumb {
	width: 70px;
	float: left;
	margin: 4px 30px 0 0;
}

.widget_news .content {
	overflow: hidden;
}

.widget_news .content h3 {
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	margin: 0 0 4px;
}

.widget_news .content h3 a {
	color: #3c3f46;
}

.widget_news .content h3 a:hover {
	color: #0facee;
}

.widget_news .content .meta {
	font-size: 10px;
	line-height: normal;
	color: #9aa1ac;
	margin-bottom: 1px;
}

/* Widget Tweets */
.widget_tweets ul li {
	padding: 0 0 7px 42px;
	position: relative;
	border: 0;
	margin-top: 22px;
}

.widget_tweets ul li:before {
	content: "\f099";
	font-family: "FontAwesome";
	font-size: 20px;
	color: #0facee;
	position: absolute;
	left: 0;
	top: 0;
}

.widget_tweets ul li a {
	color: #0facee;
}

.widget_tweets ul li a:hover {
	color: #3c3f46;
}

.widget_tweets ul li .author {
	font-weight: 700;
}

/* Widget Instagram (footer) */
.footer .widget_instagram ul {
	padding: 4px 0;
}

.footer .widget_instagram ul {
    margin: 0 -7.5px;
}

.footer .widget_instagram ul li .thumb {
	padding: 0 7.5px;
	margin-bottom: 15px;
}

.widget_instagram ul li .thumb span {
	display: inline-block;
	position: relative;
}

.widget_instagram ul li .thumb span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.widget_instagram ul li .thumb span:hover:before {
	border-color: #006ab4;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
	text-align: center;
	padding: 42px 0;
	background-color: #fff;
}

.bottom.has-socials {
	padding: 76px 0 42px;	
}

.bottom .socials {
	position: absolute;
	left: 0;
	top: -106px;
	width: 100%;
	text-align: center;
	margin: 0;
}

.bottom .socials li {
	display: inline-block;
	margin-left: 7px;
}

.bottom .socials li:first-child {
	margin: 0;
}

.bottom .socials li a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #0facee;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
}

.bottom .socials li a:hover,
.bottom .socials li.hover a {
	background-color: #006ab4;	
}