/*windows phone fix*/

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}


ul {
    margin: 0;
    padding: 0;
}


a, a:hover, a:active {
    outline: none;
}

.collapse {
    display: block;
    height: auto!important;
}


::-moz-selection {
    background: #de6464;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #de6464;
    color: #fff;
    text-shadow: none;
}

a {
    outline: none!important;
    color: #ffffff;
    text-decoration: none;
    -moz-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    -webkit-transition: color ease 0.3s;
    transition: color ease 0.3s;
}

    a:hover, a:focus {
        color: #afadad;
        text-decoration: none;
    }

img {
    border: none;
    max-width: 100%;
}

ul li {
    list-style: none;
}


.fRight {
    float: right!important;
    margin: 0!important;
}

.fLeft {
    float: left!important;
    margin: 0!important;
}

.bold {
    font-weight: bold;
}

.black {
    color: #000!important;
}



h1, h2, h3, h4, h5 {
    font-family: 'GFS Didot', serif;
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    line-height: 130%;
    
}

h1 {
    font-size: 150%;
    font-weight:bold;
}
h3 {
    font-size: 135%;
}

h5 {
   font-family: 'Rock Salt', cursive; 
   font-size: 135%;
}



body {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin: 0;
    font-size: 14px;
    min-width: 220px;
    background: #000;
}


.widget {
    margin-bottom: 15px;
}


/*Site styles here*/

header .logo {
    text-align: center;
    margin-bottom: 15px;
}


header nav {
    background: url(/SiteFiles/img/navTop.jpg) repeat-x top;
    padding-top: 15px;
    margin-bottom: 15px;
}

.mobDrop {
    display: none;
}


header nav ul {
    margin: 0 5%;
}

    header nav ul li {
        display: inline-block;
        width: 24%;
        text-align: center;
        font-family: 'GFS Didot', serif;
        font-size: 180%;
    }

        header nav ul li.activeNav a {
            border-bottom: 2px dotted #fff;
            padding-bottom: 5px;
        }

header nav .navBtm {
    background: url(/SiteFiles/img/navBtm.jpg) repeat-x;
    height: 9px;
    display: block;
    margin-top: 10px;
}

.container {
    max-width: 991px;
    min-width: 991px;
}


.box {
    background: #252223; /* Old browsers */
    background: -moz-linear-gradient(45deg, #252223 0%, #5e5f61 45%, #5e5f61 55%, #252223 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#252223), color-stop(45%,#5e5f61), color-stop(55%,#5e5f61), color-stop(100%,#252223)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #252223 0%,#5e5f61 45%,#5e5f61 55%,#252223 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #252223 0%,#5e5f61 45%,#5e5f61 55%,#252223 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #252223 0%,#5e5f61 45%,#5e5f61 55%,#252223 100%); /* IE10+ */
    background: linear-gradient(45deg, #252223 0%,#5e5f61 45%,#5e5f61 55%,#252223 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252223', endColorstr='#252223',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.quote {
    font-weight: bold;
    font-size: 120%;
    margin-top: 25px;
}


.quote1 {
    padding-top:58px!important;
}
.quote2 {
    padding-top:60px!important;
}
.quote3 {
    padding-top:57px!important;
}
.quote4 {
    padding-top:57px!important;
}

   
    .quote .small {
        display: block;
        font-weight: normal;
    }

.small {
    font-size: 75%;
}

    .smallTree {
        background:url(/SiteFiles/img/sprite.png) -3px -87px no-repeat;
        display:block;
        position:absolute;
        left:0;
        top:0;
        width:20px;
        height:20px;
    }

    .treeBullets li {
        position:relative;
        padding-left:30px;
        margin-bottom:10px;

    }
     .getInTouch .icon {
        display:inline-block;
        width: 31px;
        height: 31px;
        margin: 0 15px 0 0;
        text-indent: -2000em;
        background: url(/SiteFiles/img/sprite.png) no-repeat;
        transition: background 0.3s;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -o-transition: background 0.3s;
            }


footer {
    background: url(/SiteFiles/img/navTop.jpg) repeat-x top;
    padding-top: 35px;
    position: relative;
}



    footer .navBtm {
        background: url(/SiteFiles/img/navBtm.jpg) repeat-x;
        height: 9px;
        display: block;
        margin-top: 30px;
    }



    footer .iconArea {
        margin-left: 70px;
        float: left;
    }

    footer .copyR {
        margin-right: 70px;
        float: right;
        padding-top: 5px;
    }

        footer .copyR p {
            margin: 0 15px 0 0;
        }

    footer .Over {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        background: #424141;
        padding: 3px 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        footer .Over.emailOver {
            left: 8px;
        }

        footer .Over.personOver {
            left: 105px;
        }

        footer .Over.twitOver {
            left: 149px;
        }

        footer .Over.linkedOver {
            left: 223px;
        }


    footer .iconArea .icon {
        float: left;
        width: 31px;
        height: 31px;
        display: block;
        margin: 0 15px;
        text-indent: -2000em;
        background: url(/SiteFiles/img/sprite.png) no-repeat;
        transition: background 0.3s;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -o-transition: background 0.3s;
        cursor: pointer;
    }

     .mailIcon {
        background-position: 0 0!important;
    }

        .mailIcon.active {
            background-position: 0 -34px!important;
        }

    .personIcon {
        background-position: -71px 0!important;
    }

         .personIcon.active {
            background-position: -71px -34px!important;
        }

    .twitIcon {
        background-position: -139px 0!important;
    }

        .twitIcon.active {
            background-position: -139px -34px!important;
        }

     .linkedIcon {
        background-position: -204px 0!important;
    }

       .linkedIcon.active {
            background-position: -204px -34px!important;
        }

.triDown {
    background: url(/SiteFiles/img/sprite.png) -37px -72px no-repeat;
    width: 13px;
    height: 7px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -6px;
}







/*
 * jQuery FlexSlider v2.2.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,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        padding: 15px;
        font-family: 'GFS Didot', serif;
        font-size: 160%;
        line-height: 120%;
        vertical-align:middle;
    }

        .flexslider .slides > li.biggerF {
            font-size: 230%;
            line-height: 140%;
        }

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

        .flexslider .slides > li p {
            font-size: 50%;
            text-align: right;      
            line-height:158%;
        }

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

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

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    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 {
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-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 {
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0,0,0,0.8);
        text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

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

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right;
    }

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

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

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

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    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: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,0.9);
        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;
    }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

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

header nav .navTop {
    display: none;
}

/*Media queries*/

@media (max-width: 1199px) {
}


@media (max-width: 991px) {
    .container {
        max-width: 750px;
        min-width: 750px;
    }

     header nav ul li {
        font-size:150%;
    }
}


@media (max-width: 767px) {


    .container {
        max-width: 767px;
        min-width: 767px;
    }

   

    footer .iconArea {
        margin-left: 60px;
    }

    footer .copyR {
        margin-right: 60px;
    }


    footer .Over.emailOver {
        left: 0;
    }

    footer .Over.personOver {
        left: 96px;
    }

    footer .Over.twitOver {
        left: 139px;
    }

    footer .Over.linkedOver {
        left: 213px;
    }

}




@media (max-width: 480px) {
.mobDrop {
        display: block;
        text-align: center;
        font-size: 120%;
        font-weight: bold;
        cursor: pointer;
        background: #000;
        position: absolute;
        top: 9px;
        width: 100%;
        z-index: 99;
        padding-top: 6px;
    }

    header nav .navTop {
        background: url(/SiteFiles/img/navTop.jpg) repeat-x;
        height: 9px;
        display: block;
        z-index: 9999;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .mobDrop:hover, .mobDrop:active {
        color: #afadad;
    }

    header nav.activeDrop ul {
        display: block;
        top: 50px;
    }

    header nav .navBtm {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    header nav.activeDrop {
        height: 240px;
    }

    header nav {
        overflow: hidden;
        height: 57px;
        position: relative;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
        padding-top: 0;
    }

        header nav ul {
            top: -240px;
            position: absolute;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            transition: all 1s ease;
            text-align: center;
            width: 100%;
            margin: 0;
        }



    .container {
        max-width: 480px;
        min-width: 480px;
    }

    header nav ul li {
        font-size: 150%;
        display: block;
        width: 100%;
        margin-bottom:10px;
    }

    .getInTouch p {
        width:230px;
        text-align:left;
        margin:0 auto 15px;
    }

   
    footer .iconArea {
        margin-left: 0;
        float: none;
    }

    footer .copyR {
        margin-right: 0;
        float: none;
    }

    footer {
        text-align: center;
    }

        footer .iconArea .icon {
            float: none;
            display: inline-block;
        }

        footer .Over.emailOver {
            left: 36px;
        }

        footer .Over.personOver {
            left: 137px;
        }

        footer .Over.twitOver {
            left: 184px;
        }

        footer .Over.linkedOver {
            left: 261px;
        }

    .main {
        text-align: center;
    }
}

@media (max-width: 320px) {
}
