/*
Theme Name: http://www.bayviewclinic.com.au
Theme URI: http://www.bayviewclinic.com.au
Description: Font Awesome 4.0.3 + Bootstrap 3.1.1 Framework
Version: 1.0
Author: Daniel Gundi
Author URI: 
Tags: HTML, CSS, Widget, Menu, jQuery

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

*/

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,700);

/* Main */
body {
    color: #444;
	background: #FFF;
	font-size: 14px;
  	line-height: 2;
}

h1, .main-title {
	margin: 0px 0px 10px;
    font-size: 30px;
    line-height: 40px;
	color: #000;
	display: block;
	font-family: 'Open Sans', sans-serif;
}
h2, .second-title {
	margin: 0px 0px 15px;
    font-size: 26px;
    line-height: 30px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	display: block;
	font-weight: bold;
}
h3 {
	margin: 0px 0px 10px;
	color: #666;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}
a {
	color: #428BCA;
}
a:hover {
	text-decoration: none;
	color: #000;
}

/* Common */
.convert {
	font-family: 'Open Sans', sans-serif;
}
.container {
}
hr {
	border-color: #444;
	border-style: dotted;
}

blockquote {
	background: #298FC3;
	border-left: 10px solid #FFFFFF;
	margin: 1.5em 10px;
	padding: 1em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #000000;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px
}

.mb15 {
	margin-bottom: 15px
}

.mb20 {
	margin-bottom: 20px
}

.mb30 {
	margin-bottom: 30px
}

.nobg blockquote{
	background: none !important;
}

.btn-default {
	color: #555;
	border-color: #555;
	border: 3px solid;
	font-weight: bold;
	background: #fff;
}

.btn-default:hover {
	color: #333;
	
}

.max-content {
	max-width: 860px;
	margin: 0 auto;
}


/******************************************************************************* Header Sections */

/* header */
#header {
}
/* Logo */
#logo {
	padding: 10px 0px 10px;
}
#logo h1 {
	margin: 0px;
}
#logo h1 strong {
	font-size: 0;
	height: 0;
	left: -999em;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
	top: -999em;
	width: 0;
}
#logo img {
	padding: 10px 0px;
}
/* navbar */

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	    background-color: #9FCFE8;
    border-radius: 5px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #000;
}
.menu-description {
	display: none;
}
/* featured */
#featured-boxes {
	color: #fff;
	font-size: 12px;
	margin-bottom: 35px;
}
#featured-boxes .featured-box {
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 18px;
	line-height: 1.5;
	background: #2b96cc;
}
#featured-boxes h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

#featured-boxes .fa {
	font-size: 46px;
margin-bottom: 10px;
}

#featured-boxes .featured-box h3 {
	color: #fff;
}

#featured-boxes .featured-box-alt h3 {
	color: #393939;
}

#featured-boxes .featured-box-alt {
	font-size: 18px;
	line-height: 1.5;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
	background: #fff;
	color: #393939;
	border-bottom: 1px solid #646464;
	min-height: 325px;
}



/* main meu */
#menu-wrapper {
	padding-top: 15px;
}
#menu-wrapper nav {
	margin: 0px;
	border: 0px;
	background: none;
}
.navbar a {
	color: #FFF;
}
.navbar a:hover {
	color: #000;
}

/******************************************************************************* Content Section */
.tile {
	border: 1px solid #B7B5B5;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(161,162,163,0.68);
    -moz-box-shadow: 1px 1px 2px 1px rgba(161,162,163,0.68);
    box-shadow: 1px 1px 2px 1px rgba(161,162,163,0.68);
}

.tile-lg {
	padding: 15px 40px 40px;
}

.tile-sm {
	padding: 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

video.img-responsive {
	margin:0 auto;
}

section.home-section {
	padding: 25px;
}

#home-testimonials {
	padding-top: 65px;
	padding-bottom: 60px;
	color: white;
	background: #2b96cc;
	min-height: 350px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 1.4;
}

#home-testimonials h2, #home-testimonials h3 {
	color: #fff;
}

/* breadcrumb */
#breadcrumb-wrapper {
	padding: 25px 0px 5px;
	font-size: 11px;
	text-transform: uppercase;	
}
/* content area */

#content-wrapper {
	padding: 15px 0px 20px;
}

/* posts generic */
.post-title {
	margin-bottom: 15px;
	border-bottom: 1px dotted #DDD;
}
.post-meta {
	font-size: 12px;
	padding-left: 10px;
}
.post-meta .label {
	margin-right: 5px;
}
.post-meta .label a {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
}
.post-comments {
	padding: 15px 0px;
	border-top: 1px dotted #DDD;
}
/* posts archive */
.row-post {
	margin-bottom: 15px;
	border-bottom: 1px dotted #DDD;
	padding-bottom: 15px;
}
.row-post-last {
	border-bottom: 0px;
}
/* widgets */
.widget {
	margin: 0px 0px 15px;
}
.widget-title {
	font-size: 25px;
	line-height: 40px;
	border-bottom: 1px dotted #DDD;
	margin-bottom: 15px;
}
/******************************************************************************* Footer Section */

/* footer area */
#footer {
	padding: 20px 0px;
	background: #EEE;
}
/* footer widgets */
.footerbox {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #666;
}
.footerbox h3 {
	font-size: 18px;
	line-height: 25px;
}
/* footer sig */
#footer-sig {
	padding: 10px;
	background: #000;
	font-size: 11px;
	color: #999;
}





/* IF BIGGER THAN 1024px */
@media (min-width: 1280px) {
}
/* IF SMALLER THAN 1024px */
@media (max-width: 1280px) {
}
@media (max-width: 979px) {
}
@media (max-width: 940px) {
}
@media (max-width: 768px) {
	#topmenu {
		width: 100%; 
	}
}
@media (max-width: 480px) {
	.row-post .media .post-image img {
		max-width: 75px;
		height: auto;
	}
}