/*
Theme Name: iMedica
Theme URI: https://brainstormforce.com/demos/imedica/
Author: Brainstorm Force
Author URI: http://themeforest.net/user/brainstormforce
Description: iMedica is probably the most comprehensive & feature rich WordPress theme that's made for medical organizations. Responsive code, retina ready graphics, lightweight framework and very flexible structure makes it outstanding.
Version: 2.0.1
License: Themeforest Split Licence
License URI: - http://themeforest.net/licenses/terms/regular
Text Domain: imedica
Tags: white
----------------------------------------------------------------*/

/* New Fixes */
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	perspective: 600px;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #fff;
	background: #777067;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content > div {
    font-size: 1.15em;
    font-weight: 300;
    margin: 0;
    padding: 15px 40px 30px;
}
.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}
/*
button{
background: #676057 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato",Calibri,Arial,sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    margin: 3px 2px;
    padding: 0.6em 1.2em;
    text-transform: uppercase;
}
*/

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* custom css */

.header-default .site-navigation .nav-menu {
  float: left;
}
.mobile-top-menu a.booking-link {
 border-radius: 3px;
 font-family: "Lato",Calibri,Arial,sans-serif;
  line-height: normal;
  font-size: 16px;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 34px;
  background: #777067;
  border: none;
  box-shadow: 1px 1px 5px #a7a097 inset;
  color: #fff;
}
.mobile-top-menu a.booking-link:hover{
  color: #fff;
}
.col-futurebox .feature-right-block .feture-style1-desc img{
	width: 100%;
}
/* #Media Queries
================================================== */
 

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width:1060px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width:768px) and (max-width:1024px) {
.vc_responsive .mobile-top-menu a.booking-link{
top:14px;
}
.imd-footer{
	min-height:255px;
}
.header-main .imd-mobile-menu-buttos {
  margin-top: 55px;
}
.mobile-top-menu .booking-link{
  top: 5px;
}

}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
.vc_responsive .mobile-top-menu a.booking-link{
top:34px;
}
.site-heading{
  width: 20%;  
}
.site-navigation{
  width: 76%;
}
.mobile-top-menu .booking-link{
  top: 29px;
}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
.mobile-top-menu a.booking-link {
  top: 6px;
}
.imedica-footer-area .widget-area .widget {
  padding-bottom: 0;
}
footer .site-info-bar .col-md-6{
text-align:center;
}
.slick-next {
  right: -12px;
}
.slick-prev {
  left: -20px;
}
.vc_custom_1415105316402 {
  padding-top: 20px !important;
}

.header-main .imd-mobile-menu-buttos {
  margin-top: 38px;
}
.mobile-top-menu .booking-link{
  font-size: 12px;
  padding: 5px 10px;
  top: 5px;
}
.md-modal .md-content > div {
  padding-left: 10px;
  padding-right: 10px;
}
.md-modal{
/*  top:0;
bottom:0;
*/
height:100%;
overflow-x:hidden;
overflow-y:scroll;
}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:767px) {

}
  
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {

.md-modal{
 width:100%;
}
}
.website .feature-style1_title, .contact-email .feature-style1_title{
text-transform:lowercase;
}



