/**
 * @file
 * Float clearing.
 *
 * Based on the micro clearfix hack by Nicolas Gallagher, with the :before
 * pseudo selector removed to allow normal top margin collapse.
 *
 * @see http://nicolasgallagher.com/micro-clearfix-hack
 */

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * @file
 * Utility classes to hide elements in different ways.
 */

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be collapsible details that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

/**
 * The .focusable class extends the .visually-hidden class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}

/**
 * Hide visually and from screen readers, but maintain layout.
 */
.invisible {
  visibility: hidden;
}

/**
 * ORIGINAL CSS FROM DRUPAL.
 */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code, del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,
td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media screen and (max-width: 1280px) {
    body {
        font-family: 'Montserrat', serif
    }
    p {
        font-size: 14px;
        line-height: 20px
    }
    h1 {
        font-size: 35px
    }
    h2 {
        font-size: 30px
    }
    h3 {
        font-size: 25px
    }
    h4 {
        font-size: 22px
    }
    h5 {
        font-size: 17px;
        line-height: 30px
    }
}

@media screen and (min-width: 1281px) {
    body {
        font-family: 'Montserrat', serif
    }
    p {
        font-size: 18px;
        line-height: 20px
    }
    h1 {
        font-size: 41px
    }
    h2 {
        font-size: 36px
    }
    h3 {
        font-size: 31px
    }
    h4 {
        font-size: 28px
    }
    h5 {
        font-size: 23px
    }
}

@media only screen and (min-width: 375px) and (max-width: 812px) {
    body {
        font-family: 'Montserrat', serif
    }
    p {
        font-size: 12px;
        line-height: 16px
    }
    h1 {
        font-size: 18px
    }
    h2 {
        font-size: 16px
    }
    h3 {
        font-size: 15px;
        line-height: 24px
    }
    h4 {
        font-size: 14px
    }
    h5 {
        font-size: 12px;
        line-height: 16px
    }
}

html {
    font-size: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    background: #fff;
    overflow-x: hidden;
}

* {
    box-sizing: border-box
}

* html .clearfix {
    height: 1%;
    overflow: visible
}

*+html .clearfix {
    min-height: 1%
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0
}

.clr {
    clear: both
}

.content div p img {
    width: 100%
}

@media screen and (max-width: 812px) {
    .micro-header {
        width: 100%;
        color: #000;
        padding: 5px;
        border-bottom-style: solid;
        border-bottom-color: #ebebeb;
        border-bottom-width: 1px;
        height: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .micro-address {
        margin: 0 30px 0 5px;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        font-size: 10px;
        color: gray
    }
    .micro-address i {
        color: #33e9f0;
        font-size: 24px;
        margin-right: 5px
    }
    .micro-email {
        float: left;
        width: 40%;
        margin-left: 2%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 10px;
        color: gray
    }
    .micro-email i {
        color: #33e9f0;
        margin-right: 5px;
        font-size: 20px
    }
    .micro-email p {
        color: gray
    }
    .micro-socialmedia {
        float: left;
        width: 18%;
        margin-left: 15px;
		text-align: right;
		pading-right: 7px;
    }
    .micro-socialmedia a,
    .micro-socialmedia a:hover a:active {
        text-decoration: none
    }
    .micro-socialmedia i {
        font-size: 14px;
        color: gray;
        margin-left: 5px
    }
    .micro-socialmedia p {
        color: gray
    }
    .clearfloat {
        clear: both
    }
}

@media screen and (min-width: 813px) {
    .micro-header {
        width: 100%;
        color: #000;
        padding: 0 10px;
        border-bottom-style: solid;
        border-bottom-color: #ebebeb;
        border-bottom-width: 1px;
        height: 40px
    }
    .micro-address {
        margin-left: 5%;
        float: left;
        width: 25%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        color: gray
    }
    .micro-address i {
        color: #33e9f0;
        font-size: 24px;
        margin-right: 5px
    }
    .micro-address p {
        color: gray
    }
    .micro-email {
        float: left;
        width: 58%;
        margin-left: 2%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 12px;
        color: gray
    }
    .micro-email i {
        color: #33e9f0;
        margin-right: 5px;
        font-size: 20px
    }
    .micro-email p {
        color: gray
    }
    .micro-socialmedia {
        float: left;
        width: 10%;
		text-align: right;
		pading-right: 2px;
    }
    .micro-socialmedia a,
    .micro-socialmedia a:hover a:active {
        text-decoration: none
    }
    .micro-socialmedia i {
        font-size: 15px;
        color: gray;
        margin-left: 20px
    }
    .clearfloat {
        clear: both
    }
}

@media screen and (min-width: 813px) {
    .titlehead {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 2%;
		flex-direction:row;
    }
    .logo {
/*        display: -ms-flexbox;
        display:flex;
        -ms-flex-align: end;
        align-items: flex-end;*/
		width:25%;
    }
    .logo-seasonal {
/*        display: -ms-flexbox;
        display:flex;
        -ms-flex-align: end;
        align-items: flex-end;*/
		width:50%;
        text-align: center;
    }
    .logo-seasonal img {
        width: 70%;
		max-width: 800px;
    }
    .logo-seasonal img.turkey {
        width: 40%;
		max-width: 600px;
    }
    .logo-seasonal img.pumpkins {
        width: 60%;
		max-width: 600px;
    }
    .logo-seasonal a.atttribution{
/*        display: -ms-flexbox;
        display:flex;
        -ms-flex-align: end;
        align-items: flex-end;*/
		font-size:7px;
		color: #D3D0D0;
    }
    .site-logo {
        margin-right: 10px;
    }
    .site-logo a img {
        width: 100%
    }
    .site-name a,
    .site-name a:hover,
    .site-name a:active {
        text-decoration: none;
        color: black;
        font-size: 25px;
        text-transform: uppercase;
        line-height: 40px;
        font-weight: bold
    }
    .site-name p {
        color: gray;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold
    }
.block-phonenumbersitelogo {
        margin-right: 2%;
		width:25%;
    }
div.block-phonenumbersitelogo i {
        color: #33e9f0;
        font-size: 35px;
        margin-right: 10px
    }
}

@media screen and (max-width: 812px) {
    .titlehead {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 2%;
		flex-direction: column;
    }
    .logo {
		width:100%;
		text-align: center;
    }
    .logo-seasonal {
/*        display: -ms-flexbox;
        display:flex;
        -ms-flex-align: end;
        align-items: flex-end;*/
		width:100%;
        text-align: center;
    }
    .logo-seasonal img {
        width: 55%
    }
    .site-logo {
        width: 100%;
        float: left;
        margin-right: 0px
    }
    .site-logo a img {
        width: 70%
    }
    .site-name a,
    .site-name a:hover,
    .site-name a:active {
        text-decoration: none;
        color: black;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 20px;
        font-weight: bold
    }
    .site-name p {
        color: gray;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold
    }
.block-phonenumbersitelogo {
		width:100%;
	text-align: center;
    }
div.block-phonenumbersitelogo i {
        color: #33e9f0;
        font-size: 25px;
        margin-right: 10px
    }
}

.nav nav {
    margin-left: 5%;
    margin-top: 30px
}

.nav nav ul li {
    float: left;
    margin-right: 5%
}

.nav nav ul li a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px
}

.nav nav ul li a:hover {
    color: #8dd1fa
}

.nav nav ul li a.is-active {
    color: #8dd1fa;
    border-top: solid #8dd1fa
}

@media screen and (min-width: 1281px) {
    #block-frontpagebanner {
        position: absolute;
        top: 20%;
        left: 55%
    }
    #block-frontpagebanner div {
        color: #fff
    }
    #block-frontpagebanner div h2 {
        font-weight: bold;
        text-transform: uppercase;
        line-height: 35px
    }
    #block-frontpagebanner div h3 {
        font-weight: bold;
        font-style: italic;
        text-transform: uppercase;
        line-height: 35px
    }
    #block-frontpagebanner div p {
        margin-top: 20px;
        line-height: 22px;
        margin-bottom: 40px;
        padding-right: 40px
    }
    #block-frontpagebanner div p a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        border: solid 2px;
        padding: 10px
    }
}

@media screen and (min-width: 813px) and (max-width: 1280px) {
    #block-frontpagebanner {
        position: absolute;
        top: 17%;
        left: 45%
    }
    #block-frontpagebanner div {
        color: #fff
    }
    #block-frontpagebanner div h2 {
        font-weight: bold;
        text-transform: uppercase;
        line-height: 35px
    }
    #block-frontpagebanner div h3 {
        font-weight: bold;
        font-style: italic;
        text-transform: uppercase;
        line-height: 35px
    }
    #block-frontpagebanner div p {
        margin-top: 20px;
        line-height: 22px;
        margin-bottom: 40px;
        padding-right: 40px
    }
    #block-frontpagebanner div p a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        border: solid 2px;
        padding: 10px
    }
}

.banner {
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative
}

#block-frontpagebannerimg div {
    position: relative
}

#block-frontpagebannerimg div p img {
    width: 100%
}

@media screen and (max-width: 812px) {
    #block-frontpagebanner {
        position: relative;
        bottom: 0;
        left: 0;
        background-color: #00b2ec;
        padding: 10px;
        margin-right: 20px;
        border-radius: 2px;
    width: 100%;
    }
    #block-frontpagebanner div {
        color: #fff
    }
    #block-frontpagebanner div h2 {
        font-weight: bold;
        text-transform: uppercase;
        line-height: 14px;
        font-size: 13px
    }
    #block-frontpagebanner div h3 {
        font-weight: bold;
        font-style: italic;
        text-transform: uppercase;
        line-height: 15px;
        font-size: 12px
    }
    #block-frontpagebanner div p {
        margin-top: 5px;
        line-height: 13px;
        margin-bottom: 10px;
        margin-left: 10px;
        padding-right: 40px;
        font-size: 12px
    }
    #block-frontpagebanner div p a {
        color: #fff;
        font-size: 10px;
        text-decoration: none;
        text-transform: uppercase;
        border: solid 1px;
        padding: 5px
    }
}

.banner {
    margin-top: 20px;
    margin-bottom: 60px;
    position: relative
}

#block-frontpagebannerimg div {
    position: relative
}

#block-frontpagebannerimg div p img {
    width: 100%
}

@media screen and (min-width: 300px) and (max-width: 812px) {
    .page-content1 {
        display: none;
        width: 100%;
        float: left
    }
    .page-content2 {
        display: block;
        width: 100%;
        float: left
    }
    .content3-col-1,
    .content3-col-2 {
        width: 90%;
        margin: 0 auto
    }
    .page-content4 {
        margin-top: 20px;
        display: block
    }
    .content5 {
        overflow: hidden
    }
    .page-content6 {
        margin-top: 10px;
        display: block
    }
    .spacing {
        margin-top: 20px
    }
    .title-page {
        margin-top: 15px;
        padding: 20px 60px;
        color: #fff;
        background: linear-gradient(141deg, #00aef7 0%, #00aef7 51%, #33e9f0 75%)
    }
    .dr-title {
        margin-top: 20px;
        text-align: center
    }
    .dr-title h3 {
        line-height: 15px
    }
    .dr-title h4 {
        color: #bfbfbf;
        line-height: 15px
    }
    hr {
        margin: 10px 40px;
        background: #ebebeb;
        color: #ebebeb;
        height: 2px;
        border-width: 0px
    }
}

@media screen and (min-width: 813px) and (max-width: 1280px) {
    .page-content1 {
        display: block;
        width: 45.5%;
        margin: 0 3%;
        float: left
    }
    .page-content2 {
        display: block;
        width: 45.5%;
        float: left
    }
    .page-content4 {
        margin-top: 20px;
        display: block
    }
    .page-content6 {
        margin-top: 10px;
        display: block
    }
    .content3-col-1 {
        width: 33%;
        margin-left: 3%;
        float: left
    }
    .content3-col-1 img {
        width: 100%
    }
    .content3-col-2 {
        width: 55%;
        margin-left: 5%;
        float: left
    }
    .content3a,
    .content3b {
        width: 45%;
        margin-left: 3%;
        float: left;
        margin-top: 40px
    }
    .content5 {
        overflow: hidden
    }
    .content7 {
        display: -ms-flexbox;
        display: flex
    }
    .spacing {
        margin-top: 20px
    }
    .title-page {
        margin-top: 15px;
        padding: 20px 60px;
        color: #fff;
        background: linear-gradient(141deg, #00aef7 0%, #00aef7 51%, #33e9f0 75%)
    }
    .dr-title {
        margin-top: 20px;
        text-align: center
    }
    .dr-title h3 {
        line-height: 45px
    }
    .dr-title h4 {
        color: #bfbfbf;
        line-height: 30px
    }
    hr {
        margin: 30px 40px;
        background: #ebebeb;
        color: #ebebeb;
        height: 2px;
        border-width: 0px
    }
}

@media screen and (min-width: 1281px) {
    .page-content1 {
        width: 45.5%;
        display: block;
        margin: 0 3%;
        float: left
    }
    .page-content2 {
        width: 45.5%;
        display: block;
        float: left
    }
    .page-content4 {
        margin-top: 20px
    }
    .page-content6 {
        margin-top: 10px
    }
    .content3-col-1 {
        width: 33%;
        margin-left: 3%;
        float: left
    }
    .content3-col-1 img {
        width: 100%
    }
    .content3-col-2 {
        width: 55%;
        margin-left: 5%;
        float: left
    }
    .content3a,
    .content3b {
        width: 45%;
        margin-left: 3%;
        float: left;
        margin-top: 40px
    }
    .content5 {
        overflow: hidden
    }
    .content7 {
        display: -ms-flexbox;
        display: flex
    }
    .spacing {
        margin-top: 60px
    }
    .title-page {
        margin-top: 15px;
        padding: 20px 60px;
        color: #fff;
        background: linear-gradient(141deg, #00aef7 0%, #00aef7 51%, #33e9f0 75%)
    }
    .dr-title {
        margin-top: 20px;
        text-align: center
    }
    .dr-title h3 {
        line-height: 45px
    }
    .dr-title h4 {
        color: #bfbfbf;
        line-height: 30px
    }
    hr {
        margin: 30px 40px;
        background: #ebebeb;
        color: #ebebeb;
        height: 2px;
        border-width: 0px
    }
}

@media screen and (min-width: 300px) and (max-width: 812px) {
    #block-dentistryfortheentirefamily .content div {
        padding: 10px
    }
    #block-dentistryfortheentirefamily .content div p {
        color: gray
    }
    .page-content4 div div div div {
        width: 100%;
        float: left;
        padding: 0px
    }
    .page-content4 div div div div h3 {
        text-align: center;
        line-height: 0px
    }
    .page-content4 div div div div p {
        text-align: center;
        margin-bottom: 10px;
        line-height: 20px;
        color: gray
    }
    .page-content4 div div div div p img {
        width: 15%;
        text-align: center
    }
    #block-latesttechnology div div p img {
        width: 11% !important
    }
    .content5 {
        background: linear-gradient(141deg, #00aef7 0%, #00aef7 51%, #33e9f0 75%)
    }
    #block-services {
        position: relative;
        color: #fff
    }
    #block-services h2 {
        position: relative;
        z-index: 100;
        top: 80px;
        text-align: center;
        font-size: 15px
    }
    #block-services div {
        position: relative
    }
    #block-services div img {
        position: relative;
        top: -20px
    }
    #block-services div .services-placeholder {
        position: relative;
        float: left;
        margin-top: 10px;
        width: 100%;
        text-align: center
    }
    #block-services div .services-placeholder .services-icon {
        margin: 0 auto
    }
    #block-services div .services-placeholder .services-icon img {
        position: relative;
        width: 20%;
        z-index: 100
    }
    #block-services div .services-placeholder .services-content {
        position: relative;
        top: -50px;
        border: solid 1px;
        border-radius: 5px;
        border-color: rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.2);
        padding: 50px 15px 20px
    }
    #block-services div .services-placeholder .services-content h3 {
        font-size: 12px
    }
    #block-whychooseusfotogallery {
        position: relative;
        color: #000
    }
    #block-whychooseusfotogallery h2 {
        position: relative;
        z-index: 100;
        top: 40px;
        text-align: center
    }
    .choose-us-details {
        margin-left: 20%;
        width: 80%;
        margin-top: 10px;
        margin-bottom: 40px;
        float: left
    }
    .choose-us-details-placard {
        margin-top: 40px
    }
    .choose-us-icon {
        float: left;
        width: 15%;
        position: relative;
        left: -50px
    }
    .choose-us-icon img {
        width: 100%
    }
    .choose-us-text {
        float: left;
        width: 70%
    }
    .fotogallery {
        margin-top: 20px;
        width: 100%
    }
    #block-contactusindex {
        width: 100%;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        background: #03d4c9
    }
    #block-contactusindex h2 {
        font-size: 18px
    }
    #block-contactusindex p {
        line-height: 10px;
        font-size: 10px
    }
    #block-officehoursindex {
        width: 100%;
        color: #fff;
        background: #00b2ec;
        padding: 20px 55px
    }
    #block-officehoursindex h2 {
        font-size: 18px;
        text-align: center
    }
    #block-webform {
        width: 100%;
        color: #fff;
        background: #0095ec;
        padding: 20px 30px
    }
    #block-webform h2 {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: center
    }
    .content div table tbody tr td {
        padding: 5px 30px 3px 0px;
        font-size: 10px
    }
    .content7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 813px) {
    #block-dentistryfortheentirefamily .content div h4 {
        line-height: 30px
    }
    #block-dentistryfortheentirefamily .content div h5 {
        line-height: 22px
    }
    #block-dentistryfortheentirefamily .content div p {
        color: gray;
        line-height: 25px
    }
    .page-content4 div div div div {
        width: 33%;
        float: left;
        padding: 40px
    }
    .page-content4 div div div div h3 {
        text-align: center;
        line-height: 30px
    }
    .page-content4 div div div div p {
        text-align: center;
        margin-bottom: 10px;
        line-height: 20px;
        color: gray
    }
    .page-content4 div div div div p img {
        width: 15%;
        text-align: center
    }
    #block-latesttechnology div div p img {
        width: 11% !important
    }
    #block-services {
        position: relative;
        color: #fff;
        overflow: hidden;
        background: linear-gradient(141deg, #00aef7 0%, #00aef7 51%, #33e9f0 100%)
    }
    #block-services h2 {
        position: relative;
        z-index: 100;
        top: 80px;
        text-align: center
    }
    #block-services div {
        position: relative
    }
    #block-services div img {
        position: absolute
    }
    #block-services div .services-placeholder {
        position: relative;
        float: left;
        margin-top: 110px;
        margin-left: 4%;
        width: 20%;
        text-align: center
    }
    #block-services div .services-placeholder .services-icon {
        margin: 0 auto
    }
    #block-services div .services-placeholder .services-icon img {
        position: relative;
        width: 35%;
        z-index: 100
    }
    #block-services div .services-placeholder .services-content {
        position: relative;
        top: -50px;
        border: solid 2px;
        border-radius: 5px;
        border-color: rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.2);
        padding: 80px 15px
    }
    #block-services div .services-placeholder .services-content h3 {
        font-size: 22px
    }
    #block-whychooseusfotogallery {
        position: relative;
        color: #000
    }
    #block-whychooseusfotogallery h2 {
        position: relative;
        z-index: 100;
        top: 80px;
        text-align: center
    }
    .choose-us-details {
        margin-left: 8%;
        width: 40%;
        margin-top: 110px;
        margin-bottom: 40px;
        float: left
    }
    .choose-us-details-placard {
        margin-top: 40px
    }
    .choose-us-icon {
        float: left;
        width: 15%;
        position: relative;
        left: -50px
    }
    .choose-us-icon img {
        width: 100%
    }
    .choose-us-text {
        float: left;
        width: 70%
    }
    .fotogallery {
        margin-top: 150px;
        width: 48%;
        float: left
    }
}

@media screen and (min-width: 813px) and (max-width: 1250px) {
    #block-contactusindex {
        margin-left: 5%;
        width: 40%;
        color: #fff;
        padding: 50px 10% 0;
        background: #03d4c9
    }
    #block-contactusindex h2 {
        font-size: 25px
    }
    #block-contactusindex p {
        line-height: 20px
    }
    #block-officehoursindex {
        margin-right: 5%;
        width: 50%;
        color: #fff;
        background: #00b2ec;
        padding: 50px 10% 20px
    }
    #block-officehoursindex h2 {
        font-size: 25px
    }
    #block-webform {
        margin: 0% 5%;
        width: 100%;
        color: #fff;
        background: #0095ec;
        padding: 50px 30px 0
    }
    #block-webform h2 {
        font-size: 25px;
        margin-bottom: 15px
    }
    .content div table tbody tr td {
        padding: 5px 5px 5px 0px;
        font-size: 14px
    }
    .content7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 1251px) {
    #block-contactusindex {
        margin-left: 5%;
        width: 20%;
        color: #fff;
        padding: 50px 35px 0;
        background: #03d4c9
    }
    #block-contactusindex h2 {
        font-size: 25px
    }
    #block-contactusindex p {
        line-height: 20px
    }
    #block-officehoursindex {
        width: 30%;
        color: #fff;
        background: #00b2ec;
        padding: 50px 55px 20px
    }
    #block-officehoursindex h2 {
        font-size: 25px
    }
    #block-webform {
        width: 40%;
        color: #fff;
        background: #0095ec;
        padding: 50px 30px 0
    }
    #block-webform h2 {
        font-size: 25px;
        margin-bottom: 15px
    }
    .content div table tbody tr td {
        padding: 5px 5px 5px 0px;
        font-size: 14px
    }
    .content7 {
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@-moz-document url-prefix() {
    #edit-service {
        width: 95% !important
    }
}

#block-contactusindex a {
    text-decoration: none;
    color: #fff
}


/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    transform: translate3d(0, 0, 0)
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
    transform: translateZ(0)
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    border-radius: inherit;
    background-color: rgba(0, 175, 234, 0.5)
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
    transform: none !important
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    transition-duration: 0ms
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.fotorama__nav__frame,
.fotorama__thumb-border {
    box-sizing: content-box
}

.fotorama__caption__wrap {
    box-sizing: border-box
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: url(fotorama.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play {
        background: url(fotorama@2x.png) 0 0/96px 160px no-repeat
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, 0.2)
}

@media print {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__thumb-border,
    .fotorama__video-close,
    .fotorama__video-play {
        background: none !important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child) {
    display: none
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav,
.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame .fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame .fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none !important
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.fotorama--fullscreen.fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1))
}

.tab {
    overflow: hidden;
    border: 1px solid #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    padding: 40px
}

.tab button:hover {
    background-color: gray
}

.tab button.active {
    background-color: #ebebeb
}

.tabcontent {
    display: none;
    animation: fadeEffect 1s
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fotorama__wrap {
    margin: 60px auto
}

 @media screen and (min-width: 300px) and (max-width: 812px) {

.tab {
    overflow: scroll;
    border: 1px solid #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 10px;
    padding: 2px;
}
	 .tablinks img{
		 width:120px; 
	 }

}


@media screen and (min-width: 813px) {
    input {
        padding: 10px 15px;
        font-family: 'Montserrat', serif;
        border-radius: 25px;
        border: 1px solid;
        border-color: #fff;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        margin: 10px 0
    }
    ::-webkit-input-placeholder {
        color: #fff
    }
    ::-moz-placeholder {
        color: #fff
    }
    :-ms-input-placeholder {
        color: #fff
    }
    :-moz-placeholder {
        color: #fff
    }
    #edit-name,
    #edit-email,
    #edit-service {
        width: 45%;
        float: left;
        margin-right: 5%
    }
    #edit-phone-number,
    #edit-date {
        width: 45%
    }
    #edit-actions-submit {
        background: #fff;
        color: #00aef7;
        width: 45%
    }
    .user-login-form {
        width: 50%;
        margin: 0 auto;
        margin: 150px auto;
        color: #00aef7
    }
    .user-login-form input {
        padding: 10px 15px;
        font-family: 'Montserrat', serif;
        border: 1px solid;
        border-color: #00aef7;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.1);
        color: #00aef7;
        margin: 10px 0;
        width: 100%
    }
    .user-login-form #edit-name,
    .user-login-form #edit-email,
    .user-login-form #edit-service {
        width: 100%;
        float: left;
        margin-right: 5%
    }
    .user-login-form #edit-phone-number,
    .user-login-form #edit-date {
        width: 45%
    }
    .user-login-form #edit-actions-submit {
        background: #fff;
        color: #00aef7;
        width: 45%
    }
    .user-login-form .description {
        font-size: 10px;
        margin-bottom: 10px
    }
}

@media screen and (min-device-width: 300px) and (max-device-width: 812px) {
    input {
        padding: 10px 15px;
        font-family: 'Montserrat', serif;
        border: 1px solid;
        border-color: #fff;
        background: rgba(255, 255, 255, 0.1);
        color: #ebebeb;
        margin: 10px 0
    }
    input[type=date] {
        height: 35px
    }
}

@media screen and (min-width: 300px) and (max-width: 812px) {
    input {
        padding: 10px 15px;
        font-family: 'Montserrat', serif;
        border: 1px solid;
        border-color: #fff;
        background: rgba(255, 255, 255, 0.1);
        color: #ebebeb;
        margin: 10px 0
    }
    ::-webkit-input-placeholder {
        color: #fff
    }
    ::-moz-placeholder {
        color: #fff
    }
    :-ms-input-placeholder {
        color: #fff
    }
    :-moz-placeholder {
        color: #fff
    }
    #edit-name,
    #edit-email,
    #edit-service {
        width: 100%;
        float: left;
        margin-right: 5%
    }
    #edit-phone-number,
    #edit-date {
        width: 100%
    }
    #edit-actions-submit {
        background: #fff;
        color: #00aef7;
        width: 100%
    }
    .user-login-form {
        width: 40%;
        margin: 0 auto;
        margin: 150px auto;
        color: #00aef7
    }
    .user-login-form input {
        padding: 10px 15px;
        font-family: 'Montserrat', serif;
        border: 1px solid;
        border-color: #00aef7;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.1);
        color: #00aef7;
        margin: 10px 0;
        width: 100%
    }
    .user-login-form #edit-name,
    .user-login-form #edit-email,
    .user-login-form #edit-service {
        width: 100%;
        float: left;
        margin-right: 5%
    }
    .user-login-form #edit-phone-number,
    .user-login-form #edit-date {
        width: 45%
    }
    .user-login-form #edit-actions-submit {
        background: #fff;
        color: #00aef7;
        width: 45%
    }
    .user-login-form .description {
        font-size: 10px;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 300px) and (max-width: 812px) {
    ul.about {
        margin: 20px 5px 0;
        list-style: inside;
        list-style-image: url("/images/brush-icon.png")
    }
    ul.about li {
        margin-bottom: 10px;
        font-size: 11px
    }
    #block-aboutprofile {
        /*border: solid 1px;*/
        border-radius: 3px;
        border-color: #ebebeb;
        padding: 10%;
        color: #bfbfbf;
        text-align: center;
        line-height: 20px
    }
    #block-aboutprofile h4 {
        color: #000;
        line-height: 30px
    }
    #block-aboutprofile h5 {
        color: #00aef7
    }
    #block-aboutprofile i {
        margin-bottom: 20px;
        margin-right: 10px
    }
    #block-aboutprofile img {
        width: 65%;
        border-radius: 50%;
        margin-bottom: 20px
    }
    #block-theofficefotogallery {
        margin-top: 20px;
        width: 100%;
        float: left;
        margin-bottom: 50px;
        text-align: center
    }
    #block-theofficefotogallery .content h3 {
        color: #000
    }
    #block-theofficefotogallery .content h5 {
        color: #00aef7
    }
    #block-theofficefotogallery .content div .fotogallery {
        margin: auto 0;
        width: 100%
    }
    #block-theofficefotogallery .content div .fotogallery .fotorama__stage {
        margin: 0 auto
    }
    #block-testimonials {
        width: 90%;
        margin: 20px auto;
        text-align: center
    }
    #block-testimonials .content h3 {
        color: #000;
        font-size: 13px
    }
    #block-testimonials .content h5 {
        color: #00aef7;
        text-align: center;
        margin-top: 8px
    }
    #block-testimonials .content h4 {
        font-size: 12px
    }
    .testimonial-person {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px
    }
    .testimonial-box {
        margin-top: 30px;
        padding: 30px 30px;
        border: solid 1px;
        border-color: #bfbfbf
    }
    .testimonial-box h4 {
        line-height: 60px
    }
    .testimonial-icon {
        width: 15%;
        float: left
    }
    .testimonial-icon img {
        width: 100%;
        border-radius: 50%
    }
    .testimonial-name {
        margin-left: 15px
    }
    .testimonial-name h4 {
        line-height: 0px;
        text-align: left
    }
    .testimonial-name h5 {
        text-align: left !important
    }
    #block-webform-2 {
        display: block;
        padding: 20px
    }
    #block-webform-2 h2 {
        margin: 20px 0
    }
    #block-webform-2 input {
        border-color: #00aef7;
        color: #00aef7;
        width: 100%
    }
    #block-webform-2 label {
        font-size: 14px;
        line-height: 16px;
        display: block;
        text-align: left
    }
    #block-webform-2 textarea {
        margin-top: 5px;
        border-color: #00aef7;
        color: #00aef7;
        border-radius: 5px;
        width: 100%
    }
}

@media screen and (min-width: 813px) {
    ul.about {
        list-style: inside;
        list-style-image: url("/images/brush-icon.png")
    }
    ul.about li {
        margin-bottom: 10px
    }
    #block-aboutprofile {
        /*border: solid 1px;*/
        border-radius: 3px;
        border-color: #ebebeb;
        padding: 10%;
        color: #bfbfbf;
        text-align: center;
        line-height: 20px
    }
    #block-aboutprofile h4 {
        color: #000;
        line-height: 30px
    }
    #block-aboutprofile h5 {
        color: #00aef7
    }
    #block-aboutprofile i {
        margin-bottom: 20px;
        margin-right: 10px
    }
    #block-aboutprofile img {
        width: 65%;
        border-radius: 50%;
        margin-bottom: 20px
    }
    #block-theofficefotogallery {
        width: 100%;
        float: left;
        margin-bottom: 50px
    }
    #block-theofficefotogallery .content h3 {
        color: #000
    }
    #block-theofficefotogallery .content h5 {
        color: #00aef7
    }
    #block-theofficefotogallery .content div .fotogallery {
        margin-top: 30px;
        width: 100%
    }
    #block-testimonials {
        width: 100%
    }
    #block-testimonials .content h3 {
        color: #000
    }
    #block-testimonials .content h5 {
        color: #00aef7
    }
    .testimonial-person {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px
    }
    .testimonial-box {
        margin-top: 30px;
        padding: 30px 30px;
        border: solid 1px;
        border-color: #bfbfbf
    }
    .testimonial-box h4 {
        line-height: 60px
    }
    .testimonial-icon {
        width: 15%;
        float: left
    }
    .testimonial-icon img {
        width: 100%;
        border-radius: 50%
    }
    .testimonial-name {
        margin-left: 15px
    }
    #block-webform-2 {
        display: block;
        padding: 20px
    }
    #block-webform-2 h2 {
        margin: 20px 0
    }
    #block-webform-2 input {
        border-color: #00aef7;
        color: #00aef7;
        width: 100%
    }
    #block-webform-2 label {
        font-size: 14px;
        line-height: 16px;
        display: block;
        text-align: left
    }
    #block-webform-2 textarea {
        margin-top: 5px;
        border-color: #00aef7;
        color: #00aef7;
        border-radius: 5px;
        width: 100%
    }
}

/**
 * 
 * SEASONAL SANTA CLAUS STUFF
 *
 * 
 */
#santa {
    position: absolute;
    top: 50px;
	left: 0px;
    background-image: url("/images/Santa-Motorcycle.gif");
    background-repeat: no-repeat;
    background-size: 373px 422px;
    display: block;
    width: 373px;
    height: 422px;
    z-index: 9999;
}

.slide-fwd-br {
	-webkit-animation: slide-fwd-br 0.95s cubic-bezier(0.550, 0.085, 0.680, 0.530) forwards;
	        animation: slide-fwd-br 0.95s cubic-bezier(0.550, 0.085, 0.680, 0.530) forwards;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-12-3 13:27:24
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-fwd-br
 * ----------------------------------------
 */
@-webkit-keyframes slide-fwd-br {
  0% {
    -webkit-transform: translateZ(0) translateY(0) translateX(0);
            transform: translateZ(0) translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateZ(160px) translateY(200px) translateX(2400px);
            transform: translateZ(160px) translateY(200px) translateX(2400px);
  }
}
@keyframes slide-fwd-br {
  0% {
    -webkit-transform: translateZ(0) translateY(0) translateX(0);
            transform: translateZ(0) translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateZ(160px) translateY(200px) translateX(2400px);
            transform: translateZ(160px) translateY(200px) translateX(2400px);
  }
}


#plane {
    position: absolute;
    top: 100px;
    background-image: url("/images/Santa-Motorcycle.gif");
    background-repeat: no-repeat;
    background-size: 373px 422px;
    display: block;
    width: 373px;
    height: 422px;
    z-index: 9999;
	visibility: hidden;
}
#success {
	visibility: hidden;
	color: #4F8A10;
    background-color: #DFF2BF;
	margin: 10px 0px;
	padding:12px;
	text-align: center;
}
#plane2 {
    position: absolute;
    top: 100px;
    background-image: url("/images/Santa-Motorcycle-reverse.gif");
    background-repeat: no-repeat;
    background-size: 373px 422px;
    display: block;
    width: 373px;
    height: 422px;
    z-index: 9999;
	visibility: hidden;
}

a.button{
position: absolute;
	right: 10px;
background-color: #4eb5f1;
	margin:10px;
	padding:0.3em 1.2em;
	border-radius:15px;
	cursor:pointer;
}
a.button:hover{
	background-color:#4095C6; 
}

@media screen and (max-width: 813px) {
    #plane {
        position: absolute;
        top: 50px;
        background-image: url("/images/Santa-Motorcycle.gif");
        background-repeat: no-repeat;
        background-size: 148px 153px;
        display: block;
        width: 148px;
        height: 153px;
        z-index: 9999;
    }    #plane2 {
        position: absolute;
        top: 50px;
        background-image: url("/images/Santa-Motorcycle-reverse.gif");
        background-repeat: no-repeat;
        background-size: 148px 153px;
        display: block;
        width: 148px;
        height: 153px;
        z-index: 9999;
    }
	
	
a.button{
position: absolute;
	right: 5px;
background-color: #4eb5f1;
	margin:5px;
	padding:0.2em 0.8em;
	border-radius:8px;
	cursor:pointer;
	width:60px;
	font-size: 13px;
	text-align: center;
}
a.button:hover{
	background-color:#4095C6; 
}
	
	
}

#plane.hide-bg {
    background-image: none;
}

#bottomsnow {
        background-image: url("/images/Snowfloor.png");
	width:100%;
	position: fixed;
	bottom:0;
	height:120px;
	
}
.layout-container{
	margin-bottom: 130px;
}

/*# sourceMappingURL=style.css.map */


