@charset "utf-8";

@font-face {

    font-family: "bankgothic";

    src: url("/fonts/bankgthd.eot?") format("eot"), url("/fonts/bankgthd.eot"), url("/fonts/bankgthd.woff") format("otf"), url("/fonts/bankgthd.ttf") format("truetype"), url("/fonts/bankgthd.svg#Journal") format("svg");
    font-weight: normal;
    font-style: normal;

}

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, font, 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 {

    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1em;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

abbr, acronym {
    font-variant: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1em -0;
}

th, td {
    vertical-align: top;
    padding: 5px;
}

thead th {
    text-align: center;
}

tbody th {
    text-align: left;
}

input[type=hidden] {
    visibility: hidden;
}

input[type=file], input[type=file]:hover {
    border: 0px solid transparent;
}

/* end of reset */

/* slightly enhanced, universal clearfix hack */

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

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* stop commented backslash hack */

/*********************************************************/

body {
    background: #eee;
    background-size: 100%;
    color: #000;
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    padding: 100px 0 20px;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, .title, thead td {
    font-variant: small-caps;
    color: #005030;
    font-weight: bold;
    font-family: "bankgothic", Helvetica, Arial, sans-serif;
}

h1 {
    height: 71px;
    width: 193px;
    margin: 0;
    padding: 0px;
    outline: none;
    background: url('../img/roch-logo.png') no-repeat 0px 0;
    /* animate width over a given duration */
    transition: margin-left 2s, height 2s;
    text-indent: -9999px;
}

h1 a {
    height: 71px;
    width: 193px;
    margin: 0;
    /*text-indent: -99em;*/
    display: block;
    overflow: hidden;
    /* animate width over a given duration */
    transition: height 2s;
}

h2 {
    font-size: 2em;
    line-height: 1em;
}

h3 {
    font-size: 1.275em;
    line-height: 1em;
}

h4 {
    font-size: 1.05em;
}

h5 {
    font-size: 0.9em;
}

h6 {
    font-size: 0.75em;
}

a {
    color: #3494B0;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #38A380;
}

p, ol, table {
    padding: 1em 0;
    color: #005030;
}

ul, ol {
    padding: 1em 0;
    margin-left: 15px;
}

th {
    font-weight: bold;
    text-align: left;
}

li {

    list-style: disc;

    padding: 0.3em 0;

}

ol li {
    list-style: decimal;
}

p.error, p.notice, p.success {
    color: #4D4D4D;
    font-weight: bold;
    border: 1px solid #561B0C;
    background: #eee;
    padding: 5px 10px;
}

p.success {
    border-color: #38A380;
}

p.notice {
    border-color: #EFC146;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

textarea {
    height: auto;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
}

input, textarea {
    color: #4d4d4d;
    border: 1px solid #b4a59f;
    border-color: rgba(160, 143, 134, 0.70);
}

input[type=submit], .ui-button {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

input:hover, textarea:hover {
    border-color: #4D4D4D;
}

select {
    height: 28px;
}

/* ==========================================================================

   Hero Boxes

   ========================================================================== */

/* FlexSlider Necessary Styles*********************************/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.slides li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

/* FlexSlider Necessary Styles

*********************************/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.fancybox-title {
    display: none;
}

/* Clearfix for the .slides element */

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme

*********************************/

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px
}

/* Direction Nav */

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}

.flex-direction-nav .flex-prev {
    left: -36px;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #000;
}

.flex-control-paging li a:hover {
    background: #ab0534;
}

.flex-control-paging li a.flex-active {
    background: #005030;
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/*special slider styles for the home page*/

.home .flexslider
{
    border:none;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    background:transparent;
    position:absolute;
}

.home .flex-direction-nav
{
    display:none;
}

.home .flex-control-paging {
    position:absolute;
    z-index:999;
    padding-left:15px;
    padding-bottom:12px;
}

.home .flex-control-paging li {
    float:left;
}

.home .flex-control-paging li a {
    width:13px;
    height:13px;
    background-color:#fff;
    background-color:rgba(255,255,255, 0.5);
    border:0px solid #fff;
}

.home .flex-control-paging li a:hover, .home .flex-control-paging li a.flex-active {
    background-color:#fff;
}
/*end special slider styles for the home page*/

@media screen and (max-width: 860px) {

    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }

}

/*********************************************************/

#wrapper {
    color: #005030;
    min-height: 150px;
    position: relative;
    padding-top: 50px;
    margin: 0 auto;
    max-width: 1280px;
}

#header {
    position: absolute;
    top: -80px;
    background: #fff;
    width: 100%;
    max-width: 1280px;
    height: 100px;
}

#header h1 {
    position: relative;
    top: 10px;
    left: 20px;
    z-index: 999;
}

#contents, .contents {
    padding: 20px 0px 40px;
    min-height: 150px;
    position: relative;
    bottom: 30px;
    overflow: auto;
}

.home .contents {
    background: #005030;
    background: rgba(0, 80, 48, 0.8);
    width:100%;
    bottom:0px;
    min-height:0px;
    padding-top:1.5em;
    padding-bottom:1.5em;
}

.home .contents > * {
    padding-left:20px;
    padding-right:20px;
}

.home .contents, .home .contents h2, .home .contents h3, .home .contents p {
    color: #fff;
    text-align: center;
}

.home .contents h2
{
    font-size:2.5em;
    position:relative;
}

.home .contents img {
    width:auto;
    display:inline-block;
}

.home .mirage img, .home .mirage span {
    display:block;
    margin: 0px auto;
}

form label {
    font-weight: bold;
}

ul#gallery {
    margin: 0;
    padding: 0;
    overflow: auto;
}

ul#gallery li {
    list-style-type: none;
    padding: 0;
    margin: 0 10px 10px 0;
    float: left;
}

/*Backgrounds**************************************************/

.home #wrapper {
    color: #fff;
    min-height: 150px;
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    bottom: 0;
    margin-top:20px;

    /*background: transparent url('../img/backgrounds/home.jpg') top center no-repeat;
    background-size: 1280px;*/
}

.home #header {
    top: -100px;
}

.home .nav {
    top:-60px;
}

#footer {
    background: #005030;
    background: rgba(0, 80, 48, 0.8);
    padding: 20px;
    overflow: auto;
    position: relative;
    top: -20px;
}

#footer h2 {
    float: left;
}

#footer .vcard {
    float: right;
    padding: 10px 0 0 0;
}

.vcard * {
    font-size: 110%;
}

#footer * {
    color: #fff;
}

.contact #wrapper {
    background: transparent url('../img/backgrounds/StairsBG.jpg') top center no-repeat;
    background-size: 1280px;
}

.contact #contents .vcard p, .quote #contents form p {
    padding: 0;
    text-align: left;
}

.quote #contents form p {
    padding: 0 10px;
}

.quote #contents form input[type=submit] {
    margin-left: 85px;
}

#contents {
    padding-bottom: 40px
}

.quote label {
    display: inline-block;
    min-width: 75px;
    text-align: right;
}

.quote #contents form textarea {
    width: 96%;
    min-height: 100px;
}

.contact #contents table h2 {
    text-align: left;
}

.quote #wrapper {
    background: transparent url('../img/backgrounds/DeckBG.jpg') top center no-repeat;
    background-size: 1280px;
}

.services #wrapper {
    background: transparent url('../img/backgrounds/deck-background.jpg') top center no-repeat;
    background-size: 1280px;
}

.about #wrapper {
    background: transparent url('../img/backgrounds/CeilingBG.jpg') top center no-repeat;
    background-size: 1280px;
}

.gallery #wrapper {
    background: transparent url('../img/backgrounds/FenceBG.jpg') top center no-repeat;
    background-size: 1280px;
}

#mobilephone {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 80%;
}

/* navigation  ***********************************************/

ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -20px;
    width: 100%;
}

ul.nav li {
    list-style-type: none;
    padding: 0px 15px 0px 20px;
    margin: 0;
    display: none;
    background: #fff;
    line-height: 32px;
    font-size: 110%;
}

ul.nav li a {
    color: #005030;
    font-family: 'bankgothic', "Helvetica Neue Light", helvetica, sans-serif;
}

ul.nav li#menu-icon {
    position: relative;
    background: #fff;
    display: block;
    overflow: auto;
    line-height: 1em;
    font-size: 100%;
}

ul.nav li#menu-icon a {
    display: block;
    text-indent: -9999px;
    width: 32px;
    padding: 8px 0;
    background: transparent url('../img/menu-icon.jpg') no-repeat top center;
    top: -0px;
    float: right;
}

/* table styles  ***********************************************/

table {

}

table thead {
    color: #555;
    font-weight: normal;
    border: 1px solid #d3d3d3;
    border-right: none;
}

table thead th {
    color: #555;
    font-weight: normal;
    background: #E6E6E6 url("http://code.jquery.com/ui/1.10.2/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50%;
    border-right: 1px solid #d3d3d3;
    vertical-align: middle;
    position: relative;
}

table th, table td {
    padding: 1px 6px;
}

.dataTables_wrapper table th {
    padding: 1px 12px 1px 12px;
    vertical-align: middle;
}

table tbody tr.even {
    background: #f4f4f4;
}

table td.sorting_1 {
    background: #f9f9f9
}

table tr.even td.sorting_1 {
    background: #f4f4f4
}

/* Icons

----------------------------------*/

.DataTables_sort_wrapper {
    position: relative;
    padding-right: 12px;
}

.DataTables_sort_wrapper span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0px;
}

#map {
    height: 300px;
    width: 100%;
    margin-top: 20px;
}

/* media queries  ***********************************************/

@media screen and (min-width: 600px) {
    .home .contents {
        position:absolute;
        bottom:50px;
    }
}

@media screen and (min-width: 800px) {

    .flexslider {
        position: absolute;
        top: 20px;
        left: 20px;
        max-width: 48%;
    }

    .home .flexslider {
        max-width:100%;
        top:0px;
        left:0px;
    }

    .home .contents
    {
        bottom:50px;
    }

    body.services div#inner {
        padding-left: 51%;
    }

    #map {
        margin-top: 0;
        max-width: 49%;
        float: right;
    }

    .text {
        float: left;
        max-width: 49%;
    }

}

@media screen and (min-width: 970px) {

    .home .mirage img, .home .mirage span {
  display:inline;
    }

    .home .mirage span {
        position:relative;
        top:-50px;
    }

    ul.nav {
        padding: 0;
        margin: 0;
        position: absolute;
        top: -40px;
        width: auto;
        right: 0;
    }

    ul.nav li {
        display: inline;
        float: left;
        background: transparent url('../img/slash.png') center left no-repeat;
        line-height: 1em;
        font-size: 100%;
    }

    ul.nav li:nth-child(2) {
        background-image: none;
    }

    ul.nav li#menu-icon {
        display: none;
        text-align: right;
    }

    ul.nav li a {
        display: inline-block;
    }

    ul.nav li a.active {
        text-decoration: underline;
    }

    #mobilephone {
        display: none;
    }

}