body {
    background-image: url('../Images/Layout/bg_01.jpg'), url('../Images/Layout/bg_02.jpg');
    background-repeat: repeat-x, repeat-x;
    background-position: top center, center 363px;
    background-size: 100% 363px, auto;
    font-family: 'PT Sans', sans-serif;
}

.google-maps {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


/*BACK TO TOP*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(188, 190, 192, 0.8) url(../../Images/cd-top-arrow.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover {
    background-color: #BCBEC0;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
    .headerLogo{
        width: 379px!important;
        height: 154px!important;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

.read-more-state {
  display: none;
}

input .read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Read More';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show Less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}



/*CUSTOM BUTTONS*/

.button_Bright {
    font-size: 12px;
    color: black;
    text-decoration: none;
    border: 1px solid black;
    padding: 6px;
}

    .button_Bright:hover {
        font-size: 12px;
        color: white;
        text-decoration: none;
        border: 1px solid black;
        padding: 6px;
        background-color: black;
    }

.button_Dark {
    font-size: 12px;
    color: white;
    text-decoration: none;
    border: 1px solid white;
    padding: 6px;
}

    .button_Dark:hover {
        font-size: 12px;
        color: black;
        text-decoration: none;
        border: 1px solid white;
        padding: 6px;
        background-color: white;
    }

    .homeThirds{
        display: block;
        width: 100%;
        background-color: #CDC8C8;
        text-align: center;
        font-family: 'PT Sans';
        color: #5B412A;
    }
    .homeThirdsImage{
        width: 100%;
    }
     .columnMargin{
         margin-top: 5%;
         margin-bottom: 5%;
     }

     .servicesRow1{
         background-color: white;
         padding: 40px 20px 20px 20px;
     }
     .servicesRow2{
         background-color: #CDC8C8;
         padding: 40px 20px 20px 20px;
     }
     .services2{
         font-size: 18px;
     }

.servicesRow1 h3 {
    font-family: 'PT Sans';
    font-size: 28px;
}
.servicesRow2 h3 {
    font-family: 'PT Sans';
    font-size: 28px;
}
ul li {
    list-style-position: outside!important;
    margin-left: 1em!important;
}
#menu ul li {
    list-style-position: outside!important;
    margin-left: 0em!important;
}
h1{
    font-family: 'PT Sans'; color: #5B412A;
}
h4{
    font-family: 'PT Sans'; color: #5B412A;
}
.sidePanel{
background: #f4f4f4;
background: -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 28%);
background: -webkit-linear-gradient(left, #f4f4f4 0%,#ffffff 28%);
background: linear-gradient(to right, #f4f4f4 0%,#ffffff 28%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 );
padding: 20px;
}
.paragraphXXX {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.paragraphSM {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
}
