/*
Theme Name: WP DMD
Theme URI: http://allioscsoftware.com
Description: Custom tailored for Dental
Author: Maxwell Chu
Author URI: http://allioscsoftware.com
Version: 1.0
Tags: bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

Theme for the Dr Tran
*/

@import url('css/bootstrap.css');
@import url('css/bootstrap-theme.css');
@import url('css/font-awesome.min.css');

html {
  position: relative;
  min-height: 100%;
}

body {
    padding-top: 60px;
    padding-bottom: 40px;
    /* Margin bottom by footer height */
    margin-bottom: 260px;
    /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
    font-family: "Open Sans", Arial, sans-serif;
    /*background-color: #baaea4;*/
    background-color: #f5f5f5;
}

h1 {
    color: #2453A0;
}

section {
	position: relative;
}

.dmdgreen {
    color: #619f43;
}

.paddingBottom45 {
    padding-bottom: 45px;
}

.paddingTop30 {
    padding-top: 30px;
}

.paddingTop100 {
    padding-top: 100px;
}

.margintop25 {
    margin-top: 25px;
}

.marginLeft40 {
    margin-left:40px;
}

.margintop50 {
    margin-top: 50px;
}

.marginRight50 {
    margin-right:50px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.navbar-nav > li {
    font-weight:bold;
}


.quote-text{
    
    font-size: 19px;
    margin-top: -65px;
}

.quotemarks {
    font-weight: bold;
    font-family: "Times New Roman", Georgia, Serif;
}

.quotation-mark{
    
    font-weight: bold;
    font-size:80px;
    font-family: "Times New Roman", Georgia, Serif;
}


.textrightalign {
    text-align: right;
}

.btn-dmdmain {
    background-color: #2453A0;
    color: #fff;
    border: 1px solid #2453A0;
}

.btn-dmdinvert {
    background-color: #fff;
    color: #2453A0;
    border: 1px solid #2453A0;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {

  margin-bottom: 60px;
  color: #fff;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */

.carousel {
    text-align: center;
}

.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}
.fill{width:100%;height:100%;background-position:center;background-size:cover;}
.filltopright{width:100%;height:100%;background-position:right top;background-size:cover;}
.filltopleft{width:100%;height:100%;background-position:left top;background-size:cover;}

.carousel-inner > .item > img {
  margin: 0 auto;
}

.carousel-control {
    background: none !important;
    filter: none !important;
    progid: none !important;
    color: #2453A0 !important;
}

.carousel .carousel-indicators {
   display: none;
}

.carousel-indicators li {
    background-color: #6378bd;     
}

.carousel-indicators .active {
    background-color: #2453A0;
}

.firstitem > .fill > .container > .carousel-caption {
    text-align: left;
    color: #2453A0;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.firstitem > .fill > .container > .carousel-caption h1 {
    color: #18a3dc;
}

.smallbanner {
    background-color: #2453A0;
    background: #2453A0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2453A0, #18a3dc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2453A0, #18a3dc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2453A0, #18a3dc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2453A0, #18a3dc); /* Standard syntax */
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    height: 150px;
}

.smallbannertext{
    text-align: center;
}

.seconditem > .filltopleft > .container > .carousel-caption {
    text-align: left;
    color: #2453A0;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.seconditem > .filltopleft > .container > .carousel-caption h2 {
    color: #2453A0;
}


.seconditem > .filltopleft > .container > .carousel-caption h1 {
    color: #2453A0;
}

.seconditem > .filltopleft > .container > .carousel-caption small {
    color: #2453A0;
}

.seconditem > .filltopleft > .container > .carousel-caption a {
    text-align: center;
    margin-top: 30px;
    margin-right: 20px;
}

.thirditem > .filltopleft> .container > .carousel-caption {
    text-align: left;
    bottom: 0px;
}


.fourthitem > .filltopright > .container > .carousel-caption {
    text-align: right;
}

.fourthitem > .filltopright > .container > .carousel-caption h2 {
    color: #2453A0;
}


.fifthitem > .fill > .container > .carousel-caption {
    text-align: right;
    color: #2453A0;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.fifthitem > .fill > .container > .carousel-caption h2 {
    color: #2453A0;
}

.fifthitem > .fill > .container > .carousel-caption small {
    color: #2453A0;
}

.fifthitem > .fill > .container > .carousel-caption a {
    
}


/* GOOGLE MAPS
-------------------------------------------------- */

#map-container {
    height: 200px;
    position: absolute;
    bottom: 60px;
    width: 100%;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@media screen and (min-width: 768px) {

}

#dmdcarousel {
    min-height: 450px;
    background-color: #fff;
}

.overlaybackground {
	position: absolute;
	width: 100%;
	height: 100%;
}

#dmdwelcome {
    background-color: #fff;
    background: url("http://www.dicksonmoderndental.com.au/wp-content/uploads/2016/06/clinicmockup.png"); 
    background-position: right bottom;
    background-size:cover;
    height: auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
}

#dmdwelcome h1 {
    padding-top: 20px;
}

#dmdwelcome small {
    color: #2453A0;
}

#dmdwelcome h2 {
    padding-left: 40px;
}

#dmdwelcome p {
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
}

#dmdwelcome ul {
    padding-left: 40px;
    padding-top: 30px;
    list-style: none;
    font-weight: bold;
    font-size:110%;
}

#dmdwelcome .thumbnail {
    border: 0;
    border-style: none;
    box-shadow: none;
}

#dmdservices {
    background-color: #262F36;
}

#dmdservicesheader { 
    background: url("http://www.dicksonmoderndental.com.au/wp-content/uploads/2016/06/clinicdark.png") 50% 0 fixed; 
    height: auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
    padding: 20px 0;
}

#dmdservicesheader h1 {
    color: #ededed;
    padding-top: 20px;
}

#dmdservicesheader small {
    color: #ededed;
}

#dmdservices hr {
    width: 170px;
}

#dmdservices .row {
    padding-top: 30px;
}

#dmdservices .lastColumn {
    padding-bottom: 30px;
}

.dmdmainlogo {
    background: url("./images/dmdmainlogo.png");
    background-position: center;
    width: 100%;
    min-height: 20px;
}

.marginBottom0 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.max300 {
    max-width:300px;
}

.paddingTop45 {
    padding-top: 45px;
}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.8);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect p {
    color: #fff;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

#dmdcontactusheader {
    background-color: #92d050;
    color: #fff;
    border-bottom: 2px solid #fff;
}

#dmdcontactusheader .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

#dmdcontactusheader small{
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

#dmdcontactusheader h1{
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

#dmdcontactus {
    background-color: #f5f5f5;
}


#dmdcontactus .whitetext > h4 {
    color: #fff;
    font-weight: bold;
}

#dmdcontactus h1 {
    padding-top: 30px;
}

#dmdcontactus h2 {
    padding-bottom: 30px;
}

#dmdcontactus h4 {
    color: #2453A0;
}

.fineprint p {
    font-style: italic;
    font-size: 70%;
}

.hovereffect2 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect2 .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 4.75em;
	background: #619f43;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.hovereffect2 img {
    display: block;
    position: relative;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.hovereffect2:hover img {
-webkit-transform: translate3d(0,-10%,0);
	transform: translate3d(0,-10%,0);
}

.hovereffect2 h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
	float: left;
	margin: 0px;
	display: inline-block;
}

.hovereffect2 a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 50px 0 0 0;
	background-color: transparent;
}
.hovereffect2 a.info:hover {
    box-shadow: 0 0 5px #fff;
}


.hovereffect2 p.icon-links a {
	color: #3c4a50;
	font-size: 1.4em;
}

.hovereffect2:hover p.icon-links a:hover,
.hovereffect2:hover p.icon-links a:focus {
	color: #252d31;
}

.hovereffect2 h2,
.hovereffect2 p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

.hovereffect2 p.icon-links a span:before {
	display: inline-block;
	padding: 8px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.hovereffect2:hover .overlay,
.hovereffect2:hover h2,
.hovereffect2:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hovereffect2:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hovereffect2:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hovereffect2:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.hovereffect2:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

@media (min-width: 768px){
  .navbar .navbar-nav {
      display: inline-block;
      float: none;
    }

    .navbar .navbar-collapse {
      text-align: center;
    }

    .navbar-nav > li{
      padding-left:2px;
      padding-right:2px;
  
    }

    .carousel-caption {
        left: 8%;
        right: 5%
    }
    
    .carousel-control {
        width: 5%;
    }

.firstbg {
    background-image:url('http://www.dicksonmoderndental.com.au/wp-content/uploads/2016/06/bannermain.png');
}

#dmdcarousel {
    background: url("http://www.dicksonmoderndental.com.au/wp-content/uploads/2016/06/dickson-library.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.overlaybackground {
	background: rgba(0, 0, 0, .5);
}

.smallbanner {
    margin-left:40px;
    width: 300px;
}

.firstitemp {
    margin-left:40px;
}

.thirdbg {
    background-image:url('http://www.dicksonmoderndental.com.au/wp-content/uploads/2016/05/banner3.png') !important;
}

.fourthbg {
    background-image:url('http://www.dicksonmoderndental.com.au/wp-content/uploads/2016/06/myobracebanner.png');
}

}

#dmdwhychooseus {
    background-color: #5fcebb;
    color: #fff;
    font-weight: 100;
}

#dmdwhychooseus blockquote{
    border-left:none
}

#dmdwhychooseus .badge{
    color: #efff38;
}

#dmdwhychooseus h1 {
    color: #fff;
    padding-bottom: 20px;
}

#dmdwhychooseus .container {
    padding-top: 30px;
    padding-bottom: 60px;
}

#dmdwhychooseus .btn-default {
    background: none;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 12px;
}


#invisalignheader {
    background: url("http://www.dicksonmoderndental.com.au/wp-content/uploads/2016/06/invisalignheader.png");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;  
    margin: 0 auto; 
    width: 100%; 
    position: relative;
}

div.servicesPage section.servicesHeader 
h2 {
    color: #2453A0;
}

div.servicesPage {
    background-color: #fff;
}

#invisaligncontent > .container {
    padding-bottom: 20px;
}

#invisaligncomparison {
    background: url("http://www.dicksonmoderndental.com.au/wp-content/uploads/2016/06/inviscomparebg.png ");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;  
    margin: 0 auto; 
    width: 100%; 
    position: relative;
}

div.servicesPage .row {
    padding-bottom: 30px;
}

div.servicesPage .table {
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.3);
}

div.servicesPage .glyphicon-ok {
    color: #2453A0;
}

div.servicesPage .glyphicon-remove {
    color: #9B9B9B;
}

#invisalignsuccess {
    background-color: #262F36;
    color: #ededed;
}

div.servicesPage p {
   padding-top: 10px
}

div.servicesPage .quotetext {
    font-size: 140%;
    text-align: center;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-style: oblique;
}

#laserheader {
    background: url("http://www.dicksonmoderndental.com.au/wp-content/uploads/2016/06/invisalignheader.png");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;  
    margin: 0 auto; 
    width: 100%; 
    position: relative;
}

.familyCollapse p {  
    visibility: hidden;
    display: none; 
    width: 0px;  
    height: 0px;
}

.familyCollapse .panel-heading {  
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
    
.familyCollapse .panel-heading h4 {
   line-height: .5
}  