@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Medinova
Version:    1.0
Last change:    12.17.2015
Primary use:    Health & Medical HTML Template

@Author: ThemeMascot
-------------------------------------------------------------------*/
/*
This file contains the styling for the actual theme. Please don't modify this file. If you really need anything to change then open "style.css" file and place your custom css codes at that file.
*/

@import "font-awesome.min.css";
@import "pe-icon-7-stroke.css";
@import "elegant-icons.css";
@import "medinova-font-icons.css";
@import "common-style.css";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,600,500,700,800,200);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic);

/*------------------------------------------------------------------
[Table of contents]

  * 1.0 -> Basic Structure
  	* 1.1 -> Typography
  	* 1.2 -> Buttons
  	* 1.3 -> Common CSS
  	* 1.4 -> Theme color skins
  * 2.0 -> Preloader
  * 3.0 -> Elements
  	* 3.1  -> Section Common Css
  	* 3.2  -> owl carousel
  	* 3.3  -> lightbox
  	* 3.4  -> Top Search Bar
  	* 3.5  -> Accordion
  	* 3.6  -> Progressbar
  	* 3.7  -> Funfact
  	* 3.8  -> Icon Box
  	* 3.9  -> Pricing Tables
  	* 3.10  -> Tabs
  	* 3.11 -> Team Members
  	* 3.12 -> Testimonials
  	* 3.13 -> Form
  	* 3.14 -> Twitter
  	* 3.15 -> bg img box
  	* 3.16 -> Header top
  	* 3.17 -> nav sidebar
  	* 3.18 -> Services
  	* 3.19 -> Portfolio
  	* 3.20 -> Blog
  	* 3.21 -> Sidebar Widget
  	* 3.22 -> Contact
  	* 3.23 -> Opening Hourse
  	* 3.24 -> Map
  * 4.0 -> Slider
  	* 4.1  -> Revolution
  	* 4.2  -> MaxImage Slider
  * 5.0 -> Footer
* ===============================================
*/


/*------------------------------------------------------------------
[Color codes]

Background:	#fff (white)
Content:	#888 (light black)
Header h1-h6:	#333 (black)
Footer:		#888 (dark black)

a (standard):	#333 (black)
a (visited):	#666 (light black)
a (active):  	#666 (light black)

[Theme color]

a (visited):	#00A3C8 (blue)
a (active):  	#00A3C8 (blue)
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Typography]

Body:               13px/1.5 'Open Sans', sans-serif;
Headers:            'Open Sans', sans-serif;
Section Title:      32px/1.2 'Playfair Display', sans-serif;
h1:                 38px/1.1 'Raleway', sans-serif;
h2:                 32px/1.2 'Raleway', sans-serif;
h3:                 22px/1.5 'Raleway', sans-serif;
h4:                 18px/1.6 'Raleway', sans-serif;
h5:                 15px/1.6 'Open Sans', sans-serif;
h6:                 13px/1.6 'Open Sans', sans-serif;
p:                  13px/1.7 'Open Sans', sans-serif;

-------------------------------------------------------------------*/

/*
 * 1.0 -> Basic Structure
 * -----------------------------------------------
*/
::selection {
	background: none repeat scroll 0 0 #393939;
	color: #fff;
}

::-moz-selection {
background:none repeat scroll 0 0 #393939;
color:#fff;
}
/*
 * 1.1 -> Typography 
 * -----------------------------------------------
*/
body {
	font-family:'Open Sans', sans-serif;
	color: #717171;
	font-size: 13px;
	line-height: 1.5;
}
h5,h6,p {
	font-family:'Open Sans', sans-serif;
}
h1,h2,h3,h4 {
	font-family: 'Raleway', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	color: #333;
}

/* Headings */
h1 {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 10px;
}
h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 10px;
}
h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 10px;
}
h5 {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 10px;
}
h6 {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 5px;
}
p {
	color: #131212;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 5px;
	text-align:justify;
}
a {
	color: #333;
	text-decoration: none;
}
a:focus,
a:hover,
a:active {
	color: #666;
	text-decoration: none;
	outline: none;
}
/*
 * 1.2 -> Buttons 
 * -----------------------------------------------
*/
.btn {
	-webkit-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #666;
}
.btn:active,
.btn.active {
	box-shadow: none;
}
button.btn {
	color: #111;
}
button.btn:hover,
button.btn:focus,
button.btn.focus {
	color: #666;
}
/* button default */
.btn-default {
	background: none;
	/*border: 1px solid #111;*/
}
.btn-default:hover {
	background-color: #393939;
	border: 1px solid #393939;
	color: #fff;
}
.btn-default,
.btn-colored {
	border-radius: 4px;
	font-size: 13px;
	font-weight: 400;
	margin-right: 2px;
	margin-top: 15px;
    padding: 10px 30px;
}
/* button colored */
.btn-colored,
button.btn-colored {
	background-color: #393939;
	color: #fff;
}
.btn-colored:hover {
	background-color: rgba(34,34,34,0.8);
	color: #fff;
}
.btn-colored:hover,
button.btn-colored,
button.btn-colored:hover,
button.btn-colored:focus,
button.btn-colored.focus {
	color: #fff;
}
.btn-default:active,
.btn-default:focus {
	background-color: transparent;
}
/* button white */
.btn-colored.btn-white {
	background: #fff!important;
	color: #333!important;
}
.btn-colored.btn-white:hover {
	background: #333 !important;
	color: #fff!important;
}
.btn-default.btn-white {
	border: 1px solid #fff!important;
	color: #fff!important;
}
.btn-default.btn-white:hover {
	border: 1px solid #393939!important;
}
/* button dark */
.btn-colored.btn-dark {
	background: #333!important;
	color: #fff!important;
}
.btn-colored.btn-dark:hover {
	background: #666!important;
	color: #fff!important;
}
.btn-default.btn-dark {
	border: 1px solid #333!important;
	color: #333!important;
}
.btn-default.btn-dark:hover {
	border: 1px solid #393939!important;
}
/* button blue */
.btn-colored.btn-blue {
	background: #00A3C8!important;
	color: #fff!important;
}
.btn-colored.btn-blue:hover {
	background: #333 !important;
	color: #fff !important;
}
.btn-default.btn-blue {
	border: 1px solid #00A3C8!important;
	color: #00A3C8!important;
}
.btn-default.btn-blue:hover {
	background: #333;
	border: 1px solid #333!important;
	color: #fff!important;
}
/* button gray */
.btn-colored.btn-gray {
	background: #f2f2f2!important;
	color: #333!important;
}
.btn-colored.btn-gray:hover {
	background: #f2f2f2 !important;
	color: #333 !important;
}
.btn-default.btn-gray {
	border: 1px solid #f2f2f2!important;
	color: #333!important;
}
.btn-default.btn-gray:hover {
	border: 1px solid #333!important;
}
/* button rounded */
.btn.btn-rounded {
	border-radius: 20px;
}
.btn-default.btn-rounded {
	border-radius: 20px;
}
.btn-colored.btn-rounded {
	border-radius: 20px;
}
/* button rounded large */
.btn.btn-rounded-lg {
	border-radius: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.btn-default.btn-rounded-lg {
	border-radius: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.btn-colored.btn-rounded-lg {
	border-radius: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
/* button different sizes */
.btn-lg {
	font-size: 16px;
	padding: 10px 16px;
}
.btn-xs {
	font-size: 10px;
	padding: 5px 8px;
}
.btn-sm {
	font-size: 12px;
	padding: 8px 12px !important;
}
/*
 * 1.3 -> Common CSS 
 * -----------------------------------------------
*/
.outline-border {
	outline: 5px solid #f1f1f1 ;
	outline-offset: 5px;
}
.vertical-align-middle {
  vertical-align: middle;
}
.no-before::before {
	display: none;
}
.heading-border {
	border-bottom: 1px solid #ddd;
	margin: 30px 0;
	padding: 20px 0;
}
.lead {
	color: #111;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	line-height: inherit;
	padding: 10px 0 10px;
	position: relative;
}
.lead:after {
	background-color: rgba(0,0,0,0.1);
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 80px;
}
.line-bottom {
	display:  block;
	position: relative;
}
.line-bottom:after {
	border: 1px solid #00A3C8;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 50px;
}
.small-line {
	position: relative;
}
.small-line:after {
	border: 1px solid #ddd;
	bottom: -10px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 50px;
}
table.no-border td {
	border: none!important;
}
a.btn i.fa.fa-long-arrow-right {
	animation-direction: normal;
	animation-duration: 0.8s;
	animation-fill-mode: none;
	animation-iteration-count: infinite;
	animation-name: fadeIn;
	animation-play-state: running;
	animation-timing-function: ease;
}
/* custom font family */
.font-raleway {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
}
.font-opensans {
	font-family: 'Open Sans', sans-serif;
}
.font-playfair {
	font-family: 'Playfair Display', sans-serif;
	color:#00A8C3;
}
/* breadcrumb */
.breadcrumb {
	background-color: transparent;
	padding-left: 0;
	text-align: left;
}
.breadcrumb > li + li::before {
 	content: "\f22d";
	font-family: fontawesome;
	font-size: 9px;
}
.breadcrumb li.active {
	color: #111;
}
.breadcrumb.white li.active {
	color: #00A3C8;
}
.breadcrumb.white li a {
	color: #999;
}
/* pull center */
.pull-center {
	display: table;
	margin-left: auto !important;
	margin-right: auto !important;
}
/* bg img box */
.bg-img-box {
	position: relative;
}
.bg-img-box .caption {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	position: absolute;
	top: 0;
}
.bg-img-box .caption .title {
	font-size: 30px;
}
.bg-img-box .caption p {
	max-width: 280px;
}
/* ul list */
ul.list li:before {
	color: #00A3C8;
}
.list-default > li {
  margin-bottom: 15px;
}
.list-default li i {
  color: #00A3C8;
  margin-right: 10px;
}
/* ul list white */
ul.list-white li:before {
	color: #fff;
}
ul.list-white li a,
ul.list-white li a i {
	color: #fff;
}
/*for about section*/
p.text-large {
	font-size: 18px;
	line-height: 29px;
	max-width: 100%;
}
.list.default li::before {
	color: #717171;
}
.list.default li a {
	color: #717171;
}
.list.default li:hover a,
.list.default li:hover::before {
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	color: #00A3C8;
}
.list.list-depertments li::before {
	color: #f8f8f8;
}
.list.list-depertments li a {
	color: #fff;
}
.list.list-depertments li:hover a,
.list.list-depertments li:hover::before {
	color: #ddd;
}
/*For vimeo video*/
.vimeo-fullscreen-bg  .fluid-width-video-wrapper {
	padding-top: 0;
	width: auto;
}
/*
 * 1.4 -> Theme color skins
 * -----------------------------------------------
*/
/* text colors */
.text-blue {
	color: #00A3C8 !important;
}
a.bg-blue,
button.bg-blue {
	color: #fff;
}
/* bg colors */
.bg-blue {
	background-color: rgba(0, 174, 205, 1) !important;
}
.bg-blue-light {
	background-color: rgba(0, 174, 205, 0.5) !important;
}
.layer-overlay.overlay-blue::before {
	background-color: rgba(0, 174, 205,0.9);
}
.layer-overlay.overlay-blue-light::before {
	background-color: rgba(0, 174, 205,0.45);
}
.border-1px-blue {
	border: 1px solid #009BBA;
}
/*
 * 2.0 -> Preloader
 * -----------------------------------------------
*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  	background-color: #fff;
    z-index: 9999;
}
#spinner {
    display: block;
    position: relative;
    left: 0;
    top: 40%;
  	width: 85px;
  	height: 85px;
  	right: 0;
  	margin: 0 auto;
}
/*
 * 3.1  -> Section Common Css
 * -----------------------------------------------
*/
section {
	background-color: #fff;
	overflow: hidden;
}
section > .container, section > .container-fluid {
	padding-top: 70px;
	padding-bottom: 70px;
}
.section-title {
	margin-bottom: 60px;
}
.section-title h3 {
	letter-spacing:  3px;
}
.section-title.title-border {
    border-left: 2px solid #00A3C8;
    padding-left: 30px;
}
.section-title.title-border.title-right {
    border-left: 0;
    padding-left: 0;
    border-right: 4px solid #00A3C8;
    padding-right: 30px;
    text-align: right;
}
.inner-header .title {
	text-transform: uppercase;
}
.inner-header .header-title {
	font-size: 39px;
    text-transform: uppercase;
    color: #c10425;
}
.title-border {
	border-bottom: 2px solid #f8f8f8;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 30px;
}
.title-border::before {
	background-color: #00A3C8;
	bottom: -2px;
	content: "";
	height: 2px;
	position: absolute;
	width: 65px;
}
.page-header {
	padding-bottom: 0;
}
/* feature icon box */
.feature-icon-box {
	border: 1px solid #f1f1f1;
}
.feature-icon-box .feature-icon {
    border: 4px solid #f1f1f1;
    padding: 10px 15px;
    position: absolute;
    top: -30px;
}

/* Section : Title*/
.section-title.icon-bg .page-title i {
	font-size: 42px;
	line-height: 1.3;
	position: absolute;
	opacity: 0.15;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.section-title.icon-bg .page-title {
	font-size: 38px;
}
/* About title */
.about-title {
  border-left: 2px solid #00A3C8;
  padding-left: 10px;
}
/* Home Section */
#home {
	overflow: hidden;
}
#home.revslider-fullscreen {
	min-height: auto;
}
/* setion-bottom-absolute-div */
.setion-bottom-absolute-div {
  background: rgba(250, 250, 250, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
/* home revolution slider for minimal layouts */
.minimal-revslider-wrapper {
	left: 0!important;
	width: 100%!important;
}
.minimal-revslider-wrapper .tp-leftarrow {
	left: 0!important;
}
.minimal-revslider-wrapper .tp-rightarrow {
	right: 0!important;
}
#home .btn-colored:hover {
	background: #00A3C8 !important;
}
#home .btn-colored.btn-blue:hover {
	background: #393939 !important;
}
/*
 * 3.2  -> owl carousel
 * -----------------------------------------------
*/
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width:25px;
	height: 6px;
	margin: 5px 7px;
	opacity: 0.25;
	background: #00A3C8;
	display: block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #00A3C8;
	opacity: 1;
}
.owl-controls {
	margin: 0;
}
.owl-controls .owl-dots {
	margin-top: 30px;
}
.owl-controls .owl-nav > div {
	background: none repeat scroll 0 0 rgba(0,0,0,0.5);
	border-radius: 0;
	color: #fff;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 6;
}
.owl-controls .owl-nav .owl-next {
	right: -30px;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
	right: 0px;
}
.owl-controls .owl-nav .owl-prev i, .owl-controls .owl-nav .owl-next i {
	color: #fff;
	font-size: 40px;
}
.image-carousel .owl-controls .owl-nav > div {
	opacity: 0;
}
.image-carousel:hover .owl-controls .owl-nav > div {
	opacity: 1;
}
/* Owl fullwidth carousel */
.fullwidth-carousel .owl-controls .owl-nav > div {
	top: 45%;
	padding: 15px;
}
.fullwidth-carousel .carousel-item {
	min-height: 720px;
	width: 100%;
}
.fullwidth-carousel .owl-controls .owl-nav .owl-prev i, .fullwidth-carousel .owl-controls .owl-nav .owl-next i {
	font-size: 50px;
}
.fullwidth-carousel.blog-fullwidth-carousel .carousel-item {
	height: 600px;
	min-height: auto;
	width: 100%;
}
.fullwidth-carousel.blog-fullwidth-carousel .owl-controls .owl-nav > div {
	background: none;
}
/*
 * 3.3  -> lightbox
 * -----------------------------------------------
*/
.lightbox .lb-dataContainer {
	left: 0;
	position: absolute;
	right: 0;
	top: -45px;
}
/*
 * 3.4  -> Top Search Bar
 * -----------------------------------------------
*/
.search-form-wrapper {
	position: relative;
}
.search-form-wrapper.toggle {
	display: none;
}
.search-form-wrapper.toggle.active {
	display: block;
}

.search-form-wrapper form {
	padding: 10px;
	position: relative;
	width: 360px;
	max-width: 100%;
}
.search-form-wrapper form label {
	margin: 0px;
	position: absolute;
	right: 11px;
	top: 11px;
}
.search-form-wrapper form label:before {
	color: #00A3C8;
	cursor: pointer;
	content: "\f002";
	font-family: fontawesome;
	font-size: 17px;
	position: absolute;
	right: 13px;
	top: 6px;
}
.search-form-wrapper form input[type="text"] {
	background-color: #f3f3f3;
	border: 1px solid #e1e1e1;
	color: #555;
	height: 40px;
	padding: 8px 17px;
	width: 100%;
}
.search-form-wrapper form input[type="submit"] {
	background-color: #f3f3f3;
	border-left: 1px solid #cdcdcd;
	border: none;
	height: 37px;
	width: 50px;
	text-indent: -999px;
}
/* form absolute */
.search-form-wrapper.form-absolute form {
	background-color: #333;
	position: absolute;
	right: 0px;
	top: 12px;
  	width: 370px;
	z-index: 99;
}
/* form absolute */
.search-form-wrapper.round form input[type="text"] {
	border-radius: 30px;
	border-width: 4px;
}
.search-form-wrapper.round form input[type="submit"] {
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-top: 10px;
}
.search-form-wrapper.round form label::before {
	color: #cdcdcd;
}

/*  
 * 3.5  -> Accordion
 * -----------------------------------------------
*/
.panel-group .panel {
	box-shadow: none;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	border: none;
	position: relative;
}
.panel-group .panel-title {
	font-size: 13px;
}
.panel-group .panel-title:hover a, .panel-group .panel-title:focus a {
	color: #333;
}
.panel-group .panel-title a {
	background: none;
	border: 1px solid #f1f1f1;
    display: block;
    font-size: 14px;
    padding: 10px 15px 10px 48px;
    white-space: normal;
}
.panel-group .panel-title a.active {
	/* background: #e9e9e9; */
	color: #111;
}
.panel-group .panel-title a::after {
    color: #ddd;
	content: "\f067";
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
	padding: 21px 15px;
	position: absolute;
	top: 0;
}
.panel-title a.active::after {
	color: #fff;
	content: "\f068";
    background: #00A3C8;
}
.panel-group .panel-title a.active .open-sub:after {
	display: none;
}
.panel-group .panel-title .open-sub {
	display: block;
	position: relative;
}
.panel-group .panel-title .open-sub:before, .panel-group .panel-title .open-sub:after {
	content: "";
	display: block;
	position: absolute;
}
.panel-group .panel-title .open-sub:before {
	height: 1px;
	top: 50%;
	margin-top: -.5px;
	left: 50%;
}
.panel-group .panel-title .open-sub:after {
	width: 1px;
	left: 50%;
	margin-left: -.5px;
	top: 50%;
}
.panel-group .panel-content {
	background-color: #f8f8f8;
	padding: 10px 20px 20px;
}
.panel-group .panel-content>:last-child {
	margin-bottom: 0;
}
/* Toggle */
.panel-group.toggle .panel-heading {
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-group.toggle .panel-heading + .panel-collapse > .panel-body, .panel-group.toggle .panel-heading + .panel-collapse > .list-group {
	border-top: none;
}
.panel-group.toggle .panel-body {
	padding: 10px 0 5px 25px;
}
.panel-group.accordion.style2 .panel-title a, .panel-group.toggle.style2 .panel-title a {
	background: none;
	border: none;
}

/*
 * 3.6  -> Progressbar
 * -----------------------------------------------
*/
.progress-item {
    margin-top: 10px;
}
.progress-item .progress {
    background-color: #ddd;
    border-radius: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
    height: 15px;
    margin-bottom: 15px;
    overflow: visible;
}
.progress-item .progress-bar {
    background: #00A3C8 none repeat scroll 0 0;
    font-size: 12px;
    line-height: 18px;
    padding-left: 10px;
    position: relative;
    text-align: left;
    transition: all 1s ease 0s;
    width: 0;
}
.progress-item .progress-bar .percent {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #00A3C8;
    border-radius: 50%;
    color: #333;
    font-size: 10px;
    line-height: 8px;
    padding: 12px 6px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
}
.progress-item.progress-white .progress {
    padding: 2px;
}
.progress-item.style2 .progress {
    background-color: #717171;
    border-radius: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
    height: 30px;
    margin-bottom: 15px;
    overflow: visible;
}
.progress-item.style2 .progress-bar .percent {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 12px;
    top: 5px;
}

/*
 * 3.7  -> Funfact
 * -----------------------------------------------
*/
.funfact {
}
.funfact.border {
	border: 1px solid #ddd;
}
.funfact.no-border {
	border: 0;
}
.funfact i {
	font-size: 45px;
}
.funfact h2 {
	position: relative;
}
.funfact h2:after {
	bottom: 0;
}
.funfact span {
	color: #999;
	font-size: 18px;
}
/* funfact-style1 */
.funfact-style1::before {
	background: #f0eeee;
	content: "";
	height: 100%;
	position: absolute;
	right: 15px;
	top: 0;
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
	width: 2px;
}
.funfact-style1 .media-left {
	background-color: #f1f1f1;
	border-radius: 50%;
	font-weight: 600;
	height: 80px;
	line-height: 80px;
	text-align: center;
	width: 80px;
}
.funfact-style1 .media-left::after {
	color: #00A3C8 !important;
	content: "+";
	font-size: 18px;
	margin-top: 2px;
	position: absolute;
}
.funfact-style1 .media-body .media-heading {
	color: #888;
	font-weight: 400;
}
/* funfact-style2 */
.funfact-style2 {
	text-align: center;
}
.funfact-style2 a {
	display: inline-block;
	margin-bottom: 15px;
}
.funfact-style2 a i {
	color: #00A3C8;
	font-size: 54px;
}
.funfact-style2 .number {
	color: #00A3C8;
	font-size: 32px;
	font-weight: 400;
}
.funfact-style2 .title {
	color: #888;
	font-size: 16px;
	font-weight: 400;
}
/*
 * 3.8  -> Icon Box
 * -----------------------------------------------
*/
.icon-box {
  margin-bottom: 60px;
}
.icon-box.bg-color {
  margin-bottom: 60px;
  border-right: 1px solid #ddd;
  padding: 20px;
  border-bottom: 3px solid #01A8C3;
}
.icon-box.bg-color i {
  background: #01a8c3 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  transition: all 0.2s ease 0s;
  width: 60px;
}
.icon-box.dark {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	padding: 30px 15px 20px 30px;
}
.icon-box.dark i {
	color: #fff;
	font-size: 38px;
	padding-top: 5px;
}
.icon-box.dark .heading {
	padding-bottom: 5px;
}
.icon-box.dark p {
	color: #999;
	font-size: 13px;
}
.icon-box .icon {
	display: inline-block;
	text-align: center;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}
.icon-box i {
	display: inline-block;
	font-size: 48px;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}
.icon-box i[class*="pe-7s-"] {
	vertical-align: text-bottom;
}
.icon-box.left {
	text-align: left;
}
.icon-box.left a {
	margin-right: 30px;
	padding: 0;
}
/* icon-box style1 */
.icon-box.style2 .media-left {
  margin-right: 25px;
}
.icon-box.style2 i {
  border: 1px solid #ddd;
  font-size: 30px;
  padding: 10px;
}
/* icon rounded */
.icon-box .icon-rounded i {
	background-color: #eee;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 20px;
}
/* icon rounded-bordered */
.icon-box.icon-rounded-bordered i {
	background-color: transparent;
	border: 1px solid #00A3C8;
	color: #fff;
	border-radius: 50%;
	padding: 20px;
}
/* icon-box box-style1 */
.icon-box.box-style1 {
	border: 2px solid #eee;
}
.icon-box.box-style1 .icon-wrapper{
	background: #f9f9f9;
	position: relative;
}
.icon-box.box-style1 .icon-wrapper:after{
	border-style: solid;
	border-width: 20px 110px 0 110px;
	border-color: #f9f9f9 transparent transparent transparent;
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
}
/*
 * 3.9  -> Pricing Tables
 * -----------------------------------------------
*/
.pricing-table {
	margin-bottom: 30px;
	position: relative;
}
.pricing-table .table-type {
	display: inline;
}
.pricing-table .btn-signup {
	margin-right: 0;
	width: 100%;
}
.pricing-table .package-type {
	color: #555;
	font-family: 'Playfair Display', sans-serif;
}
.pricing-table .price {
	color: #555;
	font-family: 'Playfair Display', sans-serif;
	font-size: 64px;
	font-weight: 400;
}
.pricing-table .discount {
	color: #c8c8c8;
	font-family: 'Playfair Display', sans-serif;
}
.pricing-table .package-type span {
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
}
.pricing-table .package-type span::after {
  background: #2d915b;
  content: "";
  height: 20px;
  left: -20px;
  position: absolute;
  top: 11px;
  width: 20px;
}
.pricing-table .pricing-icon i {
	background: #00A3C8 none repeat scroll 0 0;
	border: 8px solid #ebebeb;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	height: 85px;
	left: 0;
	line-height: 70px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -50px;
	width: 85px;
}
/*
 * 3.10  -> Tabs
 * -----------------------------------------------
*/
.tab-content {
	padding: 15px;
	padding-top: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px;
	border-top: none;
}
.nav-tabs {
	border: none;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	background: #f8f8f8;
	margin-right: 3px;
	border: none;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #555;
	padding: 12px 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.nav-tabs > li > a .fa {
	margin-right: 10px;
}
.nav-tabs > li.active > a{
	border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #00A3C8;
	border: none;
	border-radius: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #00A3C8;
}
.nav-tabs > li > a i {
	font-size: 32px;
	margin-right: 20px;
	vertical-align: middle;
}
/* tab-slider */
.tab-slider .tab-content {
	padding: 0;
	border: 0;
}
.tab-slider .nav-pills > div {
	background-color: #fff;
	float: left;
	margin-bottom: 15px;
	transition: all 0.3s ease-out 0s;
}
.tab-slider .nav.nav-pills a {
	display: block;
	padding: 40px 30px;
	background: #F6F6F6;
}
.tab-slider .nav.nav-pills a:hover,.tab-slider .nav.nav-pills a.active {
	background: #00A3C8;
}
.tab-slider .nav.nav-pills a:hover i,.tab-slider .nav.nav-pills a:hover h6,
.tab-slider .nav.nav-pills a.active h6,.tab-slider .nav.nav-pills a.active i  {
	color: #FFF;
}
.tab-slider .nav.nav-pills i{
	color: #d1d1d1;
}
/* horizontal-tab */
.horizontal-tab .nav-tabs > li {
	text-align: center;
}
.horizontal-tab .nav-tabs > li > a i {
	display: block;
	font-size: 48px;
	margin-right: 0;
	margin-bottom: 10px;
	vertical-align: middle;
}
/* horizontal-tab-centered */
.horizontal-tab-centered .nav.nav-pills {
	display: inline-block;
}
.horizontal-tab-centered .nav-pills > li > a {
	background: rgba(240, 240, 240, 0.4);
	color: #aaa;
	font-size: 12px;
	padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.horizontal-tab-centered.icon-tabs li i {
	display: block;
	color: #aaa;
	font-size: 36px;
	margin-bottom: 10px;
}
.horizontal-tab-centered .nav-pills > li > a:hover, 
.horizontal-tab-centered .nav-pills > li.active > a, 
.horizontal-tab-centered .nav-pills > li.active > a:hover, 
.horizontal-tab-centered .nav-pills > li.active > a:focus {
	background: rgba(240, 240, 240, 0.8);
	color: #111;
}
.horizontal-tab-centered .nav-pills > li > a:hover i, 
.horizontal-tab-centered .nav-pills > li.active > a i, 
.horizontal-tab-centered .nav-pills > li.active > a:hover i, 
.horizontal-tab-centered .nav-pills > li.active > a:focus i {
	color: #00A3C8; 
}
/* horizontal-tab Fullwide */
.horizontal-tab.fullwide .nav-tabs > li {
	width: 20%;
}
/* vertical nav-tabs */
.vertical-tab {
}
.vertical-tab .tab-content {
	padding: 5px 5px 20px 20px;
	border: none;
}
.vertical-tab .nav-tabs > li {
	float: none;
	margin-bottom: 0;
}
.vertical-tab .nav-tabs > li > a {
	background: none;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	font-size: 14px;
	padding: 30px 0 30px 15px;
}
.vertical-tab.small-padding .nav-tabs > li > a {
	padding: 20px 0 20px 15px;
}
.vertical-tab.small-padding .nav-tabs > li > a i {
	font-size: 24px;
}
.vertical-tab .nav-tabs > li:first-child > a {
	border-top: 1px solid #ddd!important;
}
.vertical-tab .nav-tabs > li.active > a, .vertical-tab .nav-tabs > li.active > a:hover, .vertical-tab .nav-tabs > li.active > a:focus {
	background: none;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #ddd;
}

@media only screen and (max-width : 767px) {
.vertical-tab .tab-content {
	padding: 20px 5px;
}
.nav-tabs > li > a {
	border-radius: 0;
	border-bottom: none;
	border-left: 2px solid #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-bottom: none;
	border-left: 2px solid #ddd;
}
}
.custom-nav-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 0px medium medium;
    margin-right: 53px;
}
.custom-nav-tabs > li {
    float: none;
    margin: 0 0 1px;
}
.custom-nav-tabs > li > a {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 59px;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.custom-nav-tabs > li.active > a, .custom-nav-tabs > li.active > a:hover, .custom-nav-tabs > li.active > a:focus, .custom-nav-tabs > li > a:hover, .custom-nav-tabs > li > a:focus {
    border: medium none;
    color: #000;
    padding: 0;
}
.custom-nav-tabs > li > a:hover {
	background: #00A3C8;
}
/*
 * 3.11 -> Team Members
 * -----------------------------------------------
*/
.team .content {
	background-color: #fff;
	clear: both;
	display: table;
}
.team .content .name {
	color: #00A3C8;
}
.team .content .title {
	color: #c8c8c8;
}
.team .content p {
	color: #959595;
}
.team .content .social-icons li a {
	background-color: #00a3c8;
}
.team .content .social-icons li a i {
	color: #fff;
}
.team .content .btn {
	background-color: #00a3c8;
	margin-top: 25px;
}
.team:hover .content {
	background-color: #fff;
}
.team .content .btn:hover,
.team .content .social-icons li a:hover {
	background-color: #333;
}
.team .content,.team:hover .content .name,
.team:hover .content p {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
/*team carousel*/
.team-carousel .team:hover .content {
	margin-bottom: 1px;
}
.team-carousel2 .team-thum {
  border: 15px solid #eee;
}
.team-carousel2 .team-title,
.team-carousel2 .team-name {
	font-family: 'Playfair Display', sans-serif;
}
.team-carousel2 .team-title {
	font-size: 36px;
	color: #c8c8c8;
}
.team-carousel2 .team-name {
	color: #555;
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.team-carousel2.owl-theme.owl-nav-top .owl-controls .owl-nav .owl-prev, 
.team-carousel2.owl-theme.owl-nav-top .owl-controls .owl-nav .owl-next {
  line-height: 15px;
  padding: 7px 12px;
  top: 0;
}
.team-carousel2.owl-theme.owl-nav-top .owl-controls .owl-nav .owl-prev i, 
.team-carousel2.owl-theme.owl-nav-top .owl-controls .owl-nav .owl-next i {
  font-size: 18px;
}
.team-carousel2.owl-theme.owl-nav-top .owl-controls .owl-nav .owl-prev {
  right: 40px;
}
/*
 * 3.12 -> Testimonials
 * -----------------------------------------------
*/
.testimonial .item {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 15px;
	position: relative;
	overflow: hidden;
}
.testimonial .item::after {
  background: #00A3C8 none repeat scroll 0 0;
  display: inline-block;
  height: 150px;
  left: -45px;
  position: absolute;
  top: -45px;
  transform: rotate(45deg);
  width: 60px;
}
.testimonial .item::before {
  content: "\f10e";
  color: #fff;
  display: inline-block;
  font-family: fontawesome;
  font-size: 16px;
  font-style: normal;
  left: 10px;
  position: absolute;
  text-align: center;
  top: 5px;
  z-index: 9999;
}
.testimonial .item .thumb {
	max-width: 55px;
}
/* Testimonials */
.doctor-info .social-icons a {
	background-color: #eee;
}
.doctor-info .social-icons a i {
	color: #717171;
}
.doctor-info .social-icons a:hover i {
	color: #00A3C8 !important;
}
.doctor-list-info li {
  border-bottom: 1px solid #dedede;
  float: left;
  margin: 15px 0 0;
  padding: 0 0 15px;
  width: 100%;
}
.doctor-list-info li span.title {
  color: #353535;
  float: left;
  font-weight: 600;
  width: 22%;
}
.doctor-list-info li span {
  float: right;
  font-size: 14px;
  width: 78%;
}
.doctor-list-info li span ul li {
	border-bottom: none;
	margin: 0;
}
/* Testimonial-Carousel */
.testimonial-carousel {
	text-align: center;
}
.testimonial-carousel .quote, .testimonial-carousel .thumb {
	margin-bottom: 30px;
}
.testimonial-carousel .author,
.testimonial-carousel-3 .content .author {
	color: #717171;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.testimonial-carousel .title,
.testimonial-carousel-3 .content .title {
	color: #000;
	margin-bottom: 20px;
}
.testimonial-carousel .owl-item img {
	display: inline-block;
	width: auto;
	width: 75px;
}
.testimonial-carousel .comment,
.testimonial-carousel-3 .comment {
	background: rgba(0, 174, 205, 0.6) none repeat scroll 0 0;
	padding: 60px 50px;
}
.testimonial-carousel .comment p,
.testimonial-carousel-3 .comment p {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
}
.testimonial-carousel .comment::after,
.testimonial-carousel-3 .comment::after {
  color: #fff;
  content: "\f10e";
  font-family: fontawesome;
  font-size: 30px;
  left: 25px;
  position: absolute;
  top: 30px;
}
/* Owl nav style */
.owl-theme.owl-nav-top.bullet-white .owl-dots span {
	background: #fff;
}
.owl-theme.owl-nav-top .owl-controls .owl-nav > div {
    background-color: transparent;
    top: -45px;
    right: 0;
}
.owl-theme.owl-nav-top .owl-controls .owl-nav .owl-prev {
    right: 25px;
}
.owl-theme.owl-nav-top .owl-controls .owl-nav .owl-prev,
.owl-theme.owl-nav-top .owl-controls .owl-nav .owl-next {
	border: 1px solid #00A3C8;
	line-height: 20px;
	padding: 0 7px;
	text-align: center;
}
.owl-theme.owl-nav-top2 .owl-controls2 {
    margin: 0;
	margin-top: 30px;
    position: absolute;
    right: 85px;
    top: -85px;
}
.owl-theme.owl-nav-top .owl-controls .owl-nav .owl-prev i,
.owl-theme.owl-nav-top .owl-controls .owl-nav .owl-next i {
    color: #00A3C8;
    font-size: 14px;
}
/* owl-nav-extra-top */
.owl-theme.owl-nav-top.nav2 .owl-controls .owl-nav > div {
    top: -60px;
}
/*
 * 3.13 -> Form
 * -----------------------------------------------
*/
 /*appoinment-form*/
 .appoinment-form input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
}
.appoinment-form input[type="text"]:focus,
.appoinment-form select:focus,
.appoinment-form textarea:focus {
	background: transparent;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #00A3C8;
}
.appoinment-form textarea {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
/* Booking Form */
.booking-form input,
.booking-form a.btn {
	border-radius: 36px;
}
.booking-form input {
}
.booking-form .form-group {
	margin-bottom: 30px;
	position: relative;
}
.booking-form input::-moz-placeholder {
}
.booking-form .form-control:focus, 
.booking-form .form-control:active {
}
.booking-form .styled-select::after {
	border-radius: 0 36px 36px 0;
	bottom: 0;
	color: #333;
	content: "\f107";
	font-size: 18px;
	font-family: fontAwesome;
	padding: 12px 20px 0;
	pointer-events: none;
	position: absolute;
	right: 0px;
	top: 0;
}
.booking-form .styled-select select {
	border-radius: 36px;
	color: #333;
	font-size: 13px;
	height: 45px;
	margin: 0;
	outline: medium none;
	padding: 6px 5%;
	width: 100%;
    -moz-appearance: none;
}
.booking-form .styled-select .form-control option {
	color: #333;
	font-size: 14px;
	padding: 2px 0;
}

/*Booking Form Blue*/
.booking-form.form-blue input,
.booking-form.form-blue a.btn {
	border-radius: 36px;
}
.booking-form.form-blue input {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.booking-form.form-blue .form-group {
	position: relative;
}
.booking-form.form-blue input::-webkit-placeholder,
.booking-form.form-blue input::-moz-placeholder,
.booking-form.form-blue input::-ms-placeholder  {
  color: #eee;
}
.booking-form.form-blue .form-control:focus, 
.booking-form.form-blue .form-control:active {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff !important;
}
.booking-form.form-blue .styled-select::after {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border-radius: 0 36px 36px 0;
	bottom: 0;
	color: #fff;
	content: "\f107";
	font-size: 18px;
	font-family: fontAwesome;
	padding: 12px 20px 0;
	pointer-events: none;
	position: absolute;
	right: 0px;
	top: 0;
}
.booking-form.form-blue .styled-select select {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 36px;
	color: #fff;
	font-size: 13px;
	height: 45px;
	margin: 0;
	outline: medium none;
	padding: 6px 5%;
	width: 100%;
    -moz-appearance: none;
}
.booking-form.form-blue .styled-select .form-control option {
	background: #fff none repeat scroll 0 0;
	color: #333;
	font-size: 14px;
	padding: 2px 0;
}
.booking-form.form-blue a.btn {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;
}
.booking-form.form-blue a.btn:hover {
	background-color: #333 !important;
}

/* Form-home */
.booking-form.form-home input, .booking-form.form-home a.btn,.booking-form.form-home .styled-select select {
	border-radius: inherit;
}
.booking-form.form-home {
	border-radius: 4px;
}
.booking-form.form-home input {
	background: rgba(255,255,255,1);
}
.booking-form.form-home .form-group {
	margin-bottom: 15px;
}
.booking-form.form-home .form-control:focus, .booking-form.form-home .form-control:active {
	background: rgba(255,255,255,0.9);
}
/*
 * 3.14 -> Twitter
 * -----------------------------------------------
*/
.twitter-feed.twitter-carousel {
	color: #111;
	font-size: 16px;
}
.twitter-feed.twitter-carousel a {
	color: #111;
}
.twitter-feed .date {
	font-size: 12px;
}
.twitter-feed.twitter-white, .twitter-feed.twitter-white a {
	color: #fff;
}
/*
 * 3.15 -> bg img box
 * -----------------------------------------------
*/
.bg-img-box {
  position: relative;
}
.bg-img-box .caption {
  position: absolute;
  top: 0;
}
.bg-img-box .caption p {
	max-width: 280px;
}
/*
 * 3.16 -> Header top
 * -----------------------------------------------
*/
.header-top {
	padding: 8px 0;
}
.header-top .header-widget .social-icons a:hover {
	background: none;
}
.header-top .header-widget .list-border li {
	border-right: 1px solid rgba(0, 0, 0, 0.06);
    padding: 5px 15px;	
}
.header-top .header-widget .list-border li:last-child {
	border-right: 0;
}
@media only screen and (max-width : 767px) {
	.header-top .header-widget .contact-info {
		margin-bottom: 20px
	}
	.header-top .header-widget .contact-info > li {
		display: block;
		text-align: center;
	}
}
/*Menuzord Nav color*/
.menuzord.blue .menuzord-menu > li.active > a,
.menuzord.blue .menuzord-menu > li:hover > a, 
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
  background: #00a3c8 none repeat scroll 0 0;
  color: #fff;
}
.menuzord.blue .menuzord-menu > li.active > a, 
.menuzord.blue .menuzord-menu > li:hover > a, 
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover {
	background: #00a3c8;
	color: #ffffff;
}
.menuzord-brand img {
	max-height: 38px;
}
.menuzord .menuzord-menu > li.active > a i, .menuzord .menuzord-menu > li:hover > a i, .menuzord .menuzord-menu ul.dropdown li:hover > a i {
	color: #fff;
}
.menuzord-menu li ul.dropdown li .indicator {
	top: 14px;
}
@media only screen and (max-width : 767px) {
	.menuzord-responsive .menuzord-menu > li > a {
	  color: #111 !important;
	}
	.menuzord.blue .menuzord-menu > li.active > a, 
	.menuzord.blue .menuzord-menu > li:hover > a, 
	.menuzord.blue .menuzord-menu ul.dropdown li:hover > a,
	.menuzord-menu > li > .megamenu .megamenu-row li:hover > a,
	.menuzord-menu > li > .megamenu .megamenu-row .post a:hover {
		color: #fff !important;
	}
	.menuzord-responsive .menuzord-menu li .indicator {
	  color: #111;
	}
}
/*
 * 3.17 -> nav sidebar
 * -----------------------------------------------
*/
.nav-sidebar li {
	background: #f1f1f1;
}
.nav-sidebar li a {
  border-radius: 0;
}
.nav-pills > li > a:hover, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #888;
  color: #fff;
}
/*
 * 3.18 -> Services
 * -----------------------------------------------
*/
.service-style1 .thumb {
	position: relative;
}
.service-style1 .thumb .title {
	background-color: rgba(0, 168, 195, 0.9);
	bottom: -15px;
	color: #fff;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: center;
}
.service-style1 .details {
	background-color:  #f8f8f8;
	text-align: center;
	margin: 0;
	padding: 25px;
}
.service-style1 .details .btn {
	margin-bottom: 10px;
}
.service-style1 .details .btn:hover {
	background-color: #00A3C8;
	border-color: #00A3C8;
	color: #fff;
}
.service-style1:hover .details {
	background-color:  #f1f1f1;
}
/* Services Tab */
.services-tab {
	border: 10px solid #f1f1f1;
}
.services-tab .nav-tabs {
	border-bottom: 1px solid #00A3C8;
	text-align: center;
}
.services-tab .nav-tabs > li {
	border-left: 1px solid #00A3C8;
	margin-bottom: 0;
	width: 20%;
}
.services-tab .nav-tabs > li > a {
	margin-right: 0;
}
.services-tab .nav-tabs > li > a i {
	display: block;
	font-size: 48px;
	margin-right: 0;
	margin-bottom: 10px;
	vertical-align: middle;
}
.services-tab .nav-tabs > li:first-child {
	border-left: none;
}
.services-tab .nav-tabs {
	border-bottom: 1px solid #eee;
	text-align: center;
}
.services-tab .nav-tabs > li {
	border-left: 1px solid #eee;
	margin-bottom: 0;
	width: 20%;
}
.services-tab .nav-tabs > li > a {
	background-color: #fff;
	color: #333;
	font-size: 13px;
	margin-right: 0;
	padding: 35px 20px;
	text-transform: uppercase;
}
.services-tab .nav-tabs > li > a i {
	color: #00A3C8;
	display: block;
	font-size: 36px;
	margin-right: 0;
	margin-bottom: 10px;
	vertical-align: middle;
}
.services-tab .nav-tabs > li.active > a,
.services-tab .nav-tabs > li.active > a:hover,
.services-tab .nav-tabs > li.active > a:focus,
.services-tab .nav-tabs > li a:hover,
.services-tab .nav-tabs > li a:focus {
	background-color: #00A3C8 !important;
	color: #fff;
}
.services-tab .nav-tabs > li.active > a i,
.services-tab .nav-tabs > li.active > a:hover i,
.services-tab .nav-tabs > li.active > a:focus i,
.services-tab .nav-tabs > li a:hover i,
.services-tab .nav-tabs > li a:focus i {
	color: #fff;
}
.services-tab .nav-tabs > li:first-child {
	border-left: none;
}
.services-tab .tab-content .service-content .sub-title {
	color: #000;
	font-family: 'Playfair Display', sans-serif;
}
.services-tab .tab-content .service-content .title {
	color: #00A8C3;
	font-family: 'Playfair Display', sans-serif;
}
/*services icon-box*/
.icon-box.services-style1  {
	position: relative;
}
.icon-box.services-style1 a {
	background-color: #222;
	display: inline-block;
	height: 90px;
	left: 0;
	line-height: 70px;
    margin: 0 auto;
	position: absolute;
	right: 0;
	top: -45px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	transform: rotate(45deg);
	width: 90px;
}
.icon-box.services-style1 a::before {
	color: #fff;
	content: "\e0fe";
	font-family: "ElegantIcons";
	font-size: 32px;
	position: absolute;
	-webkit-transform: translate(-50%, 15%) rotate(-45deg);
	-ms-transform: translate(-50%, 15%) rotate(-45deg);
	-o-transform: translate(-50%, 15%) rotate(-45deg);
	transform: translate(-50%, 15%) rotate(-45deg);
}
.icon-box.services-style1 a.service-icon_genius::before {
	content: "\e00a";
}
.icon-box.services-style1 a.service-icon_pencil::before {
	content: "\6c";
}
.icon-box.services-style1 a.service-icon_question::before {
	content: "\74";
}
.icon-box.services-style1 .heading  {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.icon-box.services-style1:hover .heading  {
	color: #00A3C8;
}
/* icon box services*/
.service-icon-box {
  margin-top: 30px;
  overflow: hidden;
}
.service-icon-box a {
  background: #eee none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  height: 70px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
  width: 70px;
}
.service-icon-box a i {
	color: #00A3C8;
	font-size: 28px;
}
.service-icon-box:hover a {
	background: #00A3C8;
}
.service-icon-box:hover a i {
	color: #fff;
}
/*
 * 3.19 -> Portfolio
 * -----------------------------------------------
*/
.masonry-filters {
	margin-bottom: 40px;
	text-align: center;
}
.masonry-filters li a {
	border: 1px solid transparent;
	color: #555;
	display: inline-block;
	float: none;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin-right: 5px;
	outline: medium none;
	padding: 5px 15px;
}
.masonry-filters li a.active, .masonry-filters li a:hover {
	border-color: #111;
	color: #111;
}
.masonry-items {
	width: 120%;
}
.masonry-items .masonry-item {
	width: 24.98%;
	float: left;
	overflow: hidden;
}
/*
 * 3.20 -> Blog
 * -----------------------------------------------
*/
.blog-posts .post {
	background-color: #fff;
	border: 4px solid #eee;
	margin-bottom: 30px;
	position: relative;
}
.post .entry-title {
	padding-top: 14px;
	text-transform: uppercase;
}
.blog-style1 .post .entry-header {
	position: relative;
}
.blog-style1 .post .entry-header .entry-meta .entry-date {
	background-color: #00A3C8;
	color: #fff;
	left: 0;
	padding: 18px 22px;
	position: absolute;
	text-align: center;
    text-transform: uppercase;	
	top: 0;
}
.blog-style1 .post .entry-header .entry-meta .entry-date li:nth-child(2) {
	font-size: 24px;
	font-weight: 700;
}
.blog-style1 .post .entry-content {
	padding: 25px;
}
.blog-style1 .post .entry-content a.btn {
	margin-bottom: 20px;
	margin-top: 30px;
}
.blog-style1 .post .entry-content a.btn:hover {
	background-color: #00A3C8;
	border-color: #00A3C8;
	color: #fff;
}
.blog-posts .post .entry-header {
	position: relative;
}
.blog-posts .post .entry-header .entry-date {
	background-color: #00A3C8;
	border: 5px solid #eee;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding: 5px 12px;
	position: absolute;
	right: -30px;
	text-align: center;
	top: 65px;
}
.blog-posts .post .entry-header .entry-date span {
	display: block;
	font-size: 14px;
	margin-top: 0;
	text-transform: uppercase;
}
/* Blog Single */
.sidebar .sidebar-widget {
	margin-bottom: 15px;
}
.sidebar .search-form .search-input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: initial;
	box-shadow: none;
	height: 45px;
	padding: 10px;
}
.sidebar .search-form .search-button {
  background: #00a3c8 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  height: 45px;
}
.sidebar-widget .tags a {
  border: 1px solid #e4e4e4;
  display: inline-block;
  font-size: 13px;
  margin: 5px 4px 5px -2px;
  padding: 5px 10px;
}
.sidebar-widget .latest-posts .post {
  border: medium none;
}
.blog-posts.single-post .entry-meta {
  padding: 15px 0;
}
.blog-posts.single-post .post .entry-content {
  border: none;
  padding: 10px 25px 25px 0;
  padding-left: 0;
  text-align: left;
}
.blog-posts.single-post .post {
  border: none;
}
.media-post .post-thumb {
  float: left;
  margin: 0 20px 10px 0;
}
.media-post .post-right {
  overflow: hidden;
}
.media-post .post-thumb img {
	border-radius: 0px;
	border: none;
	padding: 0;
}
.author-details .post-right {
	background: #00a3c8;
	border: 1px solid #eee;
	padding: 20px 10px 13px 20px;
}
.author-details .post-right .post-title {
	margin-bottom: 10px;
}
.author-details .post-right p {
	color: #f7f7f7;
}
.blog-posts.single-post .comment-author img {
  border: medium none;
}
.blog-posts.single-post .comment-box {
  border-top: 1px solid #eee;
}
.latest-posts .post-title a {
	color: #717171;
	font-weight: 600;
}
.comment-list .media-heading {
	color: #717171;
}
.blog-pull-right {
	float: right;
}
/*news carousel*/
.news-carousel .item {
	margin-right: 25px;
}
/*
 * 3.21 -> Sidebar Widget
 * -----------------------------------------------
*/
.sidebar-widget .text-widget.brochures > li{
	background: #eee none repeat scroll 0 0;
	margin-bottom: 10px;
	padding: 10px;
}
.sidebar-widget .text-widget.brochures i {
    color: #666;
    font-size: 16px;
    margin-right: 10px;
}
.sidebar-widget .text-widget.address > li {
	font-size: 13px;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.sidebar-widget .text-widget.address li i {
  color: #00A3C8;
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
/*
 * 3.22 -> Contact
 * -----------------------------------------------
*/
.contact-wrapper {
	padding: 50px 50px 50px 100px;
}
#contact-form .form-group {
	margin-bottom: 30px;
}
.contact-form .form-control {
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	height: 48px;
}
#contact-form .form-control2 {
	background-color: rgba(0,0,0,0.8);
	color: #ccc;
}
.contact-form textarea.form-control {
	height: 110px;
	resize: none;
}
#contact-form .form-group button {
	margin-top: 0;
}
#contact-form .form-control:focus, #contact-form .form-control:active {
	box-shadow: none;
	color: #ccc;
}
textarea {
	resize: none;
}
.single-post .reply-box .btn-colored {
	margin-right: 0;
}
.blog-posts.single-post .tagline {
	border-top: 1px solid #ddd;
}
/*
 * 3.23 -> Opening Hourse
 * -----------------------------------------------
*/
.opening-hourse ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.opening-hourse ul li span {
    float: left;
	color:#000;
}
.opening-hourse ul li .value {
    float: right;
}
.box-outlined  {
	outline: 7px solid rgba(255, 255, 255, 0.5);
    outline-offset: 7px;
}
/*
 * 3.24 -> Map
 * -----------------------------------------------
*/
#google_map {
	width: 100%;
	height: 400px;
	position: relative;
	display: none;
	z-index: 200;
	opacity: .8;
}
.toggle-map {
	background: rgba(0,0,0,0.7);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	padding: 30px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 200;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.toggle-map:hover {
	color: #fff;
}
.toggle-map span:after {
	content: "\f107";
	font-family: fontawesome;
	margin-left: 10px;
}
.toggle-map.open span:after {
	content: "\f106";
}
.map-canvas {
	height: 400px;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.map-canvas.big {
	height: 720px;
}
.map-canvas.small {
	height: 200px;
}
.map-canvas.map-hidden {
	height: 0;
}
.map-canvas.map-visible {
}
.btn-show-map {
	color: #111;
	font-size: 18px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 45%;
}
.btn-show-map i {
	font-size: 48px;
}
/**
 * 4.1  -> Revolution
 * -----------------------------------------------
 */
.tp-bullets.preview4 .bullet {
	background: #6e6867!important;
}
/*
 * 4.2  -> MaxImage Slider
 * -----------------------------------------------
*/
.maximage-slider .fullscreen-controls .img-prev,
.maximage-slider .fullscreen-controls .img-next {
  background: rgba(0, 0, 0, 0.3);
}
/*
 * 5.0 -> Footer
 * -----------------------------------------------
*/
.footer {
	background: #e8e8e8;
	padding: 30px 0;
}
.footer a {
	color: #fff;
}
.footer a:focus,
.footer a:hover,
.footer a:active {
	color: #edfaf8;
}
.footer-widget {
	padding: 60px 0;
}
.footer-widget ul li {
	margin-bottom: 6px;
}
.footer-widget ul li a {
	font-size: 13px;
	color:#fff;
}
.footer-logo {
	padding-bottom: 30px;
	border-bottom: 1px dashed #333;
}
.newsletter-searchbox {
	border: none;
	height: 42px;
	margin-right: 10px;
	background: #333;
}
.footer-box {
	padding: 20px 15px;
}
.footer-box.icon-box {
    margin-bottom: 0;
}
.footer-box .title {
	color: #fff;
	margin-bottom: 5px;
}
.footer-box p {
  color: #e4e4e4;
  line-height: 20px;
}
.footer-box p i {
	color: #fff;
	margin-left: 10px;
}
.footer-top {
	margin-top: -55px;
}
/*footer contact*/
.footer-contact li {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
}
.footer-contact li i {
  color: #555;
  font-size: 16px;
  margin-right: 20px;
}





.blog-content a:hover{
    color:black;
    text-decoration:none;
}
.blog-content{
    margin-bottom:20px;
    /*padding:50px 0px;*/
    
}
.blog-content .row{
    margin-top:20px;
}
.blog-content a{
    color: black;
}
.blog-content .card{
    background-color: #FFFFFF;
    padding:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);

}
.blog-content .card:hover{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    color:black;
}
.blog-content .card img{
    width:100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.blog-content .card h4{
    margin:20px;
}
.blog-content .card p{
    margin:20px;
    opacity: 0.65;
}
.blog-content .blue-button{
    width: 100px;
    -webkit-transition: background-color 1s , color 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s , color 1s;
    min-height: 20px;
    background-color: #00A8C3;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    font-weight: lighter;
    margin: 0px 20px 15px 20px;
    padding: 5px 0px;
    display: inline-block;
}
.blog-content .blue-button:hover{
    background-color: #dadada;
    color: #002E5B;
}
@media (max-width: 768px) {

    .blog-content .col-lg-4 {
        margin-top: 20px;
    }
}


.sky-tabs,
.sky-tabs * {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	background: none;
}
.sky-tabs {
	position: relative;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0;
	text-align: left;
	color: #666;
}
.sky-tabs > input {
	position: absolute;
	display: none;
}
.sky-tabs > label {
	position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 1px;
	padding-top: 0;
	padding-left: 0;
	font-size: 13px;
	line-height: 45px;
	cursor: pointer;
}
.sky-tabs > label.inverse {
	float: right;
	padding-right: 0;
	padding-left: 1px;
}
.sky-tabs > label.disabled {
	cursor: default;
}
.sky-tabs > label span {
	display: block;
	padding: 5px;
	background: rgba(255,255,255,0.9);
}
.sky-tabs > label span span {
	padding: 0 20px;
	background: transparent;
	transition: background 0.4s, color 0.4s;
	-o-transition: background 0.4s, color 0.4s;
	-ms-transition: background 0.4s, color 0.4s;
	-moz-transition: background 0.4s, color 0.4s;
	-webkit-transition: background 0.4s, color 0.4s;	
}
.sky-tabs > label:hover span span {
	background: #2da5da;
	color: #fff;	
}
.sky-tabs > label.disabled span span {
	background: transparent;
	color: inherit;
}
.sky-tabs > input:checked + label {
	cursor: default;
}
.sky-tabs > input:checked + label span span {
	background: #2da5da;
	color: #fff;
}
.sky-tabs > .switcher {
	display: none;
}
.sky-tabs > .switcher a {
	display: block;
	margin: 0 -20px;
	padding: 0 20px;
	text-decoration: none;
	color: inherit;
}
.sky-tabs > ul {
	list-style: none;
	position: relative;
	display: block;
	font-size: 13px;
}
.sky-tabs > ul > li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: auto;
	padding: 20px 25px 25px;
	background: rgba(255,255,255,0.9);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: opacity 0.8s, -o-transform 0.8s;	
	-ms-transition: opacity 0.8s, -ms-transform 0.8s;	
	-moz-transition: opacity 0.8s, -moz-transform 0.8s;	
	-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}
.sky-tabs > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9,
.sky-tabs > .sky-tab-content-10:checked ~ ul > .sky-tab-content-10,
.sky-tabs > .sky-tab-content-11:checked ~ ul > .sky-tab-content-11,
.sky-tabs > .sky-tab-content-12:checked ~ ul > .sky-tab-content-12,
.sky-tabs > .sky-tab-content-13:checked ~ ul > .sky-tab-content-13,
.sky-tabs > .sky-tab-content-14:checked ~ ul > .sky-tab-content-14,
.sky-tabs > .sky-tab-content-15:checked ~ ul > .sky-tab-content-15{
	position: relative;
	z-index: 1;
	opacity: 1;
}


/**/
/* positions */
/**/
.sky-tabs-pos-top-center {
	text-align: center;
}
.sky-tabs-pos-top-right {
	text-align: right;
}
.sky-tabs-pos-top-right > label {
	padding-right: 0;
	padding-left: 1px;
}
.sky-tabs-pos-top-justify > label {
	padding-right: 0;
	padding-left: 1px;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-2 > label {
	width: 50%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-3 > label {
	width: 33.33%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-4 > label {
	width: 25%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-5 > label {
	width: 20%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-6 > label {
	width: 16.66%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-7 > label {
	width: 14.28%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-8 > label {
	width: 12.5%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-9 > label {
	width: 11.11%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-10 > label {
	width: 11.11%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-11 > label {
	width: 11.11%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-12 > label {
	width: 11.11%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-13 > label {
	width: 11.11%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-14 > label {
	width: 11.11%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-15 > label {
	width: 11.11%;
}
.sky-tabs-pos-top-justify > input:first-child + label {
	padding-left: 0;
}
.sky-tabs-pos-left > label,
.sky-tabs-pos-right > label {
	display: block;
	width: 25%;
	float: left;
	clear: left;
	margin-right: 0;
}
.sky-tabs-pos-right > label {
	float: right;
	clear: right;
}
.sky-tabs-pos-left > ul {
	margin-left: 25%;
}
.sky-tabs-pos-right > ul {
	margin-right: 25%;
}
.sky-tabs-pos-right > label {
	padding-right: 0;
	padding-left: 1px;
}
.sky-tabs-pos-top-center > ul > li,
.sky-tabs-pos-top-justify > ul > li {
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
}
.sky-tabs-pos-right > ul > li,
.sky-tabs-pos-top-right > ul > li {
	-o-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
}


/**/
/* animations */
/**/
.sky-tabs-anim-slide-up > ul > li {
	-o-transform: translateY(-15%);
	-ms-transform: translateY(-15%);
	-moz-transform: translateY(-15%);
	-webkit-transform: translateY(-15%);
}
.sky-tabs-anim-slide-right > ul > li {
	-o-transform: translateX(15%);
	-ms-transform: translateX(15%);
	-moz-transform: translateX(15%);
	-webkit-transform: translateX(15%);
}
.sky-tabs-anim-slide-down > ul > li {
	-o-transform: translateY(15%);
	-ms-transform: translateY(15%);
	-moz-transform: translateY(15%);
	-webkit-transform: translateY(15%);
}
.sky-tabs-anim-slide-left > ul > li {
	-o-transform: translateX(-15%);
	-ms-transform: translateX(-15%);
	-moz-transform: translateX(-15%);
	-webkit-transform: translateX(-15%);
}
.sky-tabs-anim-slide-up-left > ul > li {
	-o-transform: translate(-15%,-15%);
	-ms-transform: translate(-15%,-15%);
	-moz-transform: translate(-15%,-15%);
	-webkit-transform: translate(-15%,-15%);
}
.sky-tabs-anim-slide-up-right > ul > li {
	-o-transform: translate(15%,-15%);
	-ms-transform: translate(15%,-15%);
	-moz-transform: translate(15%,-15%);
	-webkit-transform: translate(15%,-15%);	
}
.sky-tabs-anim-slide-down-right > ul > li {
	-o-transform: translate(15%,15%);
	-ms-transform: translate(15%,15%);
	-moz-transform: translate(15%,15%);
	-webkit-transform: translate(15%,15%);	
}
.sky-tabs-anim-slide-down-left > ul > li {
	-o-transform: translate(-15%,15%);
	-ms-transform: translate(-15%,15%);
	-moz-transform: translate(-15%,15%);
	-webkit-transform: translate(-15%,15%);	
}
.sky-tabs > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9,
.sky-tabs > .sky-tab-content-10:checked ~ ul > .sky-tab-content-10,
.sky-tabs > .sky-tab-content-11:checked ~ ul > .sky-tab-content-11,
.sky-tabs > .sky-tab-content-12:checked ~ ul > .sky-tab-content-12,
.sky-tabs > .sky-tab-content-13:checked ~ ul > .sky-tab-content-13,
.sky-tabs > .sky-tab-content-14:checked ~ ul > .sky-tab-content-14,
.sky-tabs > .sky-tab-content-15:checked ~ ul > .sky-tab-content-15{
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}

.sky-tabs-anim-scale > ul > li {
	-o-transform: scale(0.1,0.1);
	-ms-transform: scale(0.1,0.1);
	-moz-transform: scale(0.1,0.1);
	-webkit-transform: scale(0.1,0.1);
}
.sky-tabs-anim-scale > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-scale > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-scale > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-scale > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-scale > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-scale > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-scale > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-scale > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-scale > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9,
.sky-tabs-anim-scale > .sky-tab-content-10:checked ~ ul > .sky-tab-content-10,
.sky-tabs-anim-scale > .sky-tab-content-11:checked ~ ul > .sky-tab-content-11,
.sky-tabs-anim-scale > .sky-tab-content-12:checked ~ ul > .sky-tab-content-12,
.sky-tabs-anim-scale > .sky-tab-content-13:checked ~ ul > .sky-tab-content-13,
.sky-tabs-anim-scale > .sky-tab-content-14:checked ~ ul > .sky-tab-content-14,
.sky-tabs-anim-scale > .sky-tab-content-15:checked ~ ul > .sky-tab-content-15{
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
}

.sky-tabs-anim-rotate > ul > li {
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.sky-tabs-anim-rotate.sky-tabs-pos-right > ul > li,
.sky-tabs-anim-rotate.sky-tabs-pos-top-right > ul > li {
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.sky-tabs-anim-rotate > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-rotate > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-rotate > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-rotate > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-rotate > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-rotate > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-rotate > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-rotate > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-rotate > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9,
.sky-tabs-anim-scale > .sky-tab-content-10:checked ~ ul > .sky-tab-content-10,
.sky-tabs-anim-scale > .sky-tab-content-11:checked ~ ul > .sky-tab-content-11,
.sky-tabs-anim-scale > .sky-tab-content-12:checked ~ ul > .sky-tab-content-12,
.sky-tabs-anim-scale > .sky-tab-content-13:checked ~ ul > .sky-tab-content-13,
.sky-tabs-anim-scale > .sky-tab-content-14:checked ~ ul > .sky-tab-content-14,
.sky-tabs-anim-scale > .sky-tab-content-15:checked ~ ul > .sky-tab-content-15{
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.sky-tabs-anim-flip > ul {
	perspective: 2000px;
	-o-perspective: 2000px;
	-ms-perspective: 2000px;
	-moz-perspective: 2000px;
	-webkit-perspective: 2000px;
	perspective-origin: 50% 50%;
	-o-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	-webkit-perspective-origin: 50% 50%;
	overflow:hidden;
}
.sky-tabs-anim-flip > ul > li {
	-o-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
}
.sky-tabs-anim-flip.sky-tabs-pos-left > ul > li {
	-o-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);	
}
.sky-tabs-anim-flip.sky-tabs-pos-right > ul > li {
	-o-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
}
.sky-tabs-anim-flip > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-flip > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-flip > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-flip > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-flip > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-flip > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-flip > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-flip > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-flip > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9,
.sky-tabs-anim-flip > .sky-tab-content-10:checked ~ ul > .sky-tab-content-10,
.sky-tabs-anim-flip > .sky-tab-content-11:checked ~ ul > .sky-tab-content-11,
.sky-tabs-anim-flip > .sky-tab-content-12:checked ~ ul > .sky-tab-content-12,
.sky-tabs-anim-flip > .sky-tab-content-13:checked ~ ul > .sky-tab-content-13,
.sky-tabs-anim-flip > .sky-tab-content-14:checked ~ ul > .sky-tab-content-14,
.sky-tabs-anim-flip > .sky-tab-content-15:checked ~ ul > .sky-tab-content-15{
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	background-color:rgba(233, 245, 251, 0.26);
}


/**/
/* grid system */
/**/
.sky-tabs .grid-row {
	margin-top: 20px;
}
.sky-tabs .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.sky-tabs .grid-row:first-child {
	margin-top: 0;
}
.sky-tabs .grid-col {
	display: block;
	float: left;
	width: 100%;
	margin-left: 2%;
}
.sky-tabs .grid-col:first-child {
	margin-left: 0;
}
.sky-tabs .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: rgba(0,0,0,0.1);
	text-align: center;
}
.sky-tabs .grid-col-1 {
	width: 6.5%;
}
.sky-tabs .grid-col-2 {
	width: 15%;
}
.sky-tabs .grid-col-3 {
	width: 23.5%;
}
.sky-tabs .grid-col-4 {
	width: 32%;
}
.sky-tabs .grid-col-5 {
	width: 40.5%;
}
.sky-tabs .grid-col-6 {
	width: 49%;
}
.sky-tabs .grid-col-7 {
	width: 57.5%;
}
.sky-tabs .grid-col-8 {
	width: 66%;
}
.sky-tabs .grid-col-9 {
	width: 74.5%;
}
.sky-tabs .grid-col-10 {
	width: 83%;
}
.sky-tabs .grid-col-11 {
	width: 91.5%;
}
.sky-tabs .grid-col-offset-1,
.sky-tabs .grid-col-offset-1:first-child {
	margin-left: 8.5%;
}
.sky-tabs .grid-col-offset-2,
.sky-tabs .grid-col-offset-2:first-child {
	margin-left: 17%;
}
.sky-tabs .grid-col-offset-3,
.sky-tabs .grid-col-offset-3:first-child {
	margin-left: 25.5%;
}
.sky-tabs .grid-col-offset-4,
.sky-tabs .grid-col-offset-4:first-child {
	margin-left: 34%;
}
.sky-tabs .grid-col-offset-5,
.sky-tabs .grid-col-offset-5:first-child {
	margin-left: 42.5%;
}
.sky-tabs .grid-col-offset-6,
.sky-tabs .grid-col-offset-6:first-child {
	margin-left: 51%;
}
.sky-tabs .grid-col-offset-7,
.sky-tabs .grid-col-offset-7:first-child {
	margin-left: 59.5%;
}
.sky-tabs .grid-col-offset-8,
.sky-tabs .grid-col-offset-8:first-child {
	margin-left: 68%;
}
.sky-tabs .grid-col-offset-9,
.sky-tabs .grid-col-offset-9:first-child {
	margin-left: 76.5%;
}
.sky-tabs .grid-col-offset-10,
.sky-tabs .grid-col-offset-10:first-child {
	margin-left: 85%;
}
.sky-tabs .grid-col-offset-11,
.sky-tabs .grid-col-offset-11:first-child {
	margin-left: 93.5%;
}


/**/
/* typography */
/**/
.sky-tabs .typography h1,
.sky-tabs .typography h2,
.sky-tabs .typography h3,
.sky-tabs .typography h4,
.sky-tabs .typography h5,
.sky-tabs .typography h6 {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: left;
	color: #333;
}
sky-tabs .typography h1 {
font-size: 32px;
line-height: 50px;
font-weight: bold;
}
.sky-tabs .typography h2 {
font-size: 25px;
line-height: 44px;
font-weight: bold;
text-transform:uppercase;
}
.sky-tabs .typography h3 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
}
.sky-tabs .typography h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
}
.sky-tabs .typography h5 {
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	text-transform: uppercase;
}
.sky-tabs .typography h6 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.sky-tabs .typography p {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 20px;
	text-align: left;
}
.sky-tabs .typography ul,
.sky-tabs .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 20px;
}
.sky-tabs .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.sky-tabs .typography li ul,
.sky-tabs .typography li ol {
	margin-top: 5px;
}
.sky-tabs .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #333;
}
.sky-tabs .typography ol {
	counter-reset: list1;
}
.sky-tabs .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
	color: #333;
}
.sky-tabs .typography a {
	text-decoration: underline;
	color: #2da5da;
}
.sky-tabs .typography a:hover {
	text-decoration: none;
}
.sky-tabs .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}
.sky-tabs .typography .pic img {
	display: block;
}
.sky-tabs .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.sky-tabs .typography .link {
	text-decoration: underline;
	color: #2da5da;
	cursor: pointer;
}
.sky-tabs .typography .link:hover {
	text-decoration: none;
}
.sky-tabs .typography h1:first-child,
.sky-tabs .typography h2:first-child,
.sky-tabs .typography h3:first-child,
.sky-tabs .typography h4:first-child,
.sky-tabs .typography h5:first-child,
.sky-tabs .typography h6:first-child,
.sky-tabs .typography p:first-child {
	margin-top: 0;
}
.sky-tabs .typography .text-center {
	text-align: center;
}
.sky-tabs .typography .text-right {
	text-align: right;
}


/**/
/* icons */
/**/
.sky-tabs > label .fa {
	display: block;
	float: left;
	width: 18px;
	margin: 0 12px 0 -6px;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}


/**/
/* pad */
/**/
@media screen and (max-width: 1000px) {
	.sky-tabs > label span span {
		padding: 0 15px;
	}
	.sky-tabs > label .fa {
		margin-right: 10px;
		margin-left: -5px;
	}
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	
	.sky-tabs .grid-col,
	.sky-tabs .grid-col:first-child {
		float: none;
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.sky-tabs-response-to-stack > label {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: left;
	}
	.sky-tabs-response-to-stack > ul {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.sky-tabs-response-to-stack > ul > li {
		-o-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-webkit-transform-origin: 50% 0%;
	}
	.sky-tabs-response-to-stack.sky-tabs-anim-flip > ul > li {
		-webkit-transform: rotateX(-90deg);
	}
	
	.sky-tabs-response-to-icons > label {
		font-size: 0;
	}
	.sky-tabs-response-to-icons > label .fa {
		width: 45px;
		margin: 0;
		font-size: 16px;
	}
	.sky-tabs-response-to-icons > label span span {
		padding: 0;
	}
	.sky-tabs-response-to-icons.sky-tabs-pos-left > label,
	.sky-tabs-response-to-icons.sky-tabs-pos-right > label {
		width: 56px;
	}
	.sky-tabs-response-to-icons.sky-tabs-pos-left > ul {
		margin-left: 56px;
	}
	.sky-tabs-response-to-icons.sky-tabs-pos-right > ul {
		margin-right: 56px;
	}
	
	.sky-tabs-response-to-switcher > label {
		display: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: left;
	}
	.sky-tabs-response-to-switcher > .switcher {
		display: block;
	}
	.sky-tabs-response-to-switcher:hover > label {
		display: block;
	}
	.sky-tabs-response-to-switcher:hover > .switcher {
		display: none;
	}
	.sky-tabs-response-to-switcher > ul {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.sky-tabs-response-to-switcher > ul > li {
		-o-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-webkit-transform-origin: 50% 0%;
	}
	.sky-tabs-response-to-switcher.sky-tabs-anim-flip > ul > li {
		-webkit-transform: rotateX(-90deg);
	}
}


/*#accordion {
	 margin: auto;
}
 .panel-heading a {
	 display: block;
	 position: relative;
	 font-weight: bold;
}
 .panel-heading a::after {
	 content: "";
	 border: solid black;
	 border-width: 0 3px 3px 0;
	 display: inline-block;
	 padding: 5px;
	 position: absolute;
	 right: 0;
	 top: 0;
	 transform: rotate(45deg);
}
 .panel-heading a:not(.collapsed)::after {
	 transform: rotate(-135deg);
	 top: 5px;
}*/
 

.album img{
    width: 100%;
    height: 200px;
}