/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222; border: none;
}

body {
    font-size: 13px;
 margin:0;

}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle; border:none;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


@font-face {
    font-family: 'NovecentowideBookRegular';
    src: url('../fonts/font/Novecentowide-Book-webfont.eot');
    src: url('../fonts/font/Novecentowide-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/font/Novecentowide-Book-webfont.woff') format('woff'),
         url('../fonts/font/Novecentowide-Book-webfont.ttf') format('truetype'),
         url('../fonts/font/Novecentowide-Book-webfont.svg#NovecentowideBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'NovecentowideNormalRegular';
    src: url('../fonts/font2/Novecentowide-Normal-webfont.eot');
    src: url('../fonts/font2/Novecentowide-Normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/font2/Novecentowide-Normal-webfont.woff') format('woff'),
         url('../fonts/font2/Novecentowide-Normal-webfont.ttf') format('truetype'),
         url('../fonts/font2/Novecentowide-Normal-webfont.svg#NovecentowideNormalRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NovecentowideUltraLightBold';
    src: url('../fonts/font3/Novecentowide-Medium-webfont.eot');
    src: url('../fonts/font3/Novecentowide-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/font3/Novecentowide-Medium-webfont.woff') format('woff'),
         url('../fonts/font3/Novecentowide-Medium-webfont.ttf') format('truetype'),
         url('../fonts/font3/Novecentowide-Medium-webfont.svg#NovecentowideUltraLightBold') format('svg');
    font-weight: normal;
    font-style: normal;

}






p, td, dd, ul, li { font-family:Arial; color:#024902;line-height: 18px;}
a { color:#008001; text-decoration: none;}

h2, h1, h3 {color:#024902;  font-family: 'NovecentowideBookRegular'; font-weight: 100; font-size: 22px; letter-spacing: 1.5px;}
h1{font-size:65px; letter-spacing: 2.5px;}
h3 {font-size:15px;}
/* ==========================================================================
   Veronica Kelly's RedOlive.com custom styles
   ========================================================================== */
.wrapper {margin:auto; width: 960px;}

input[type="text"],textarea,input[type="cap"]	{border: none; background: #dcdcdc; padding: 8px; color: #024902; width:300px; border-radius:10px;}
input[type="cap"] {width:50px;}
input[type="submit"]	{ background: #585858; padding: 6px 20px; color: #fff; display: inline-block;font-size:11px; border-radius: 20px; text-decoration: none;letter-spacing: 1px; font-size: 14px;font-family: 'NovecentowideNormalRegular'; font-weight: 100;}

input[type="submit"]:hover	{background: #024902;}

header { background: url(../images/white-top.png) no-repeat  center top;z-index: 300; position:absolute; top:-26px; width:100%; overflow: hidden; height:300px;}
.alignCenter	{text-align: center;}
.alignRight	{text-align: right;}
.btn	{background: #585858; padding: 17px 5px; color: #fff; display: inline-block;font-size:11px; border-radius: 100px; text-decoration: none;letter-spacing: 1px; font-size: 14px;font-family: 'NovecentowideNormalRegular'; font-weight: 100;}
.btn2 {padding: 38px 2px !important;}
.btn3 {padding: 44px 2px !important;}
.btn4 {padding: 35px 5px !important;}
a.btn:hover	{background: #024902; color: #fff; }
#rotator {width:100%; overflow: hidden;}
#logo {float:left; margin-left: -48px; margin-top:24px;}
#fb {float:right;margin-right:-34px; margin-top:30px;}
nav {float:right; margin-right:-40px;font-family: 'NovecentowideNormalRegular';margin-top:26px;}
nav ul	{list-style: none;padding: 0; margin-right:40px;}
nav ul li	{float: left; position: relative;}
nav ul li a:hover {color:#024902;}
nav ul li .drop {display:none; position: absolute;}
nav ul li a{ display: block;text-align: center; text-decoration: none; letter-spacing: 1px;font-size: 17px; padding:27px 15px; /* text-shadow:5px 5px 5px #000000; */}
nav ul li .drop li a:hover {}

nav ul li:hover .drop  {display: block;}
nav ul li:hover .drop li a.last {background: none;}
nav ul .drop { background: none repeat scroll 0 0 #FFFFFF;

    display: block;
    left: -82px;
    position: absolute;
    top: 88%;
    width: 200px;
    z-index: 100;
-moz-box-shadow: 0px 3px 15px #585858;-webkit-box-shadow: 0px 3px 15px #585858;box-shadow: 0px 3px 15px #585858;}

nav ul .drop:before	{background: url(../images/ui/nav_drop.png) no-repeat scroll center top transparent;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    top: -15px;
    width: 369px}

nav ul .drop li	{ float:none;padding:0;}

nav ul .drop li a {font-family: arial; font-size:13px;text-align:left;letter-spacing: 0;padding:9px 0 9px 30px;background: url(images/ui/nav_grad.jpg) no-repeat top center;}
nav ul .drop .first a{background:none;}
nav ul li:hover {}


.content1 {background: url(images/ui/gradient.jpg) no-repeat center bottom; margin-top:-221px; z-index: 9999999; position: relative;}
.content1 li {display:inline-block;width:467px;}
.content1 p {padding-bottom:12px; padding-left:60px; padding-right:40px; }
.content1 h2 {text-align:center;}
.content1 ul li:last-child {padding-right:0px;}
.content1 ul {padding:0px;}
.content2 img {float:left; padding-right:33px; padding-bottom:40px;}
.content2 h2 {padding-top:35px;}

.secondary {background: url(../images/fall.jpg) repeat-x center top;padding-top:275px;}
.secondary2 {background: url(../images/pano.jpg) repeat-x center top; padding-top:275px;}
.secondary3 {background: url(../images/donnybrook-stone-wall-beautiful.jpg) repeat-x center top; height:900px;padding-top:275px;}
#price {float:left; width:600px;}
aside {float:right;  width:300px; text-align:center;}
aside ul {list-style:none; margin-left: 89px;padding-top: 50px;}
aside li {padding-bottom:20px;}
#contact {text-align: center; padding-bottom: 40px;margin:auto;}
.rightCo {float:right;}
.google {border-radius:20px; width:640px;}
iframe {-moz-box-shadow: 10px 11px 35px #000000;
-webkit-box-shadow: 10px 11px 35px #000000;
box-shadow: 10px 11px 35px #000000;}
.direction {float:left; width:600px;}
.general {width:600px; float:left;}
.flt_right{float:right;}
.slide {position:relative; height:774px;min-width:1200px;width:100%;}
.slide img {position:absolute; top:0px; left:0px; width:100%; }
.slide h1 {position:relative; margin:0; padding-top:140px;text-shadow:0px 0px 10px #000000; color:white;}
.slide .circle img{ position:relative; width:271px; height:342px;float:right;margin-top:-185px;}
.slide p {position:relative; margin:0; padding-top:20px; color:white;}
.holder {padding-left:30px; padding-right:30px;}
.holder ul{list-style:none;  display:inline-block; margin-left:-40px;}
.holder ul li {float:left; padding-right:14px; padding-bottom:14px;}
.holder ul li:nth-child(8n) {padding-right:0px}
.next {position:absolute; top:550px; right:0;}
.prev {position:absolute; top:550px; left:0;}
.jshowoff .jshowoff-1 {width:100%;}
.jshowoff-controls { width:100%;text-indent: -9999px;}

.jshowoff-slidelinks {position:absolute; bottom:207px; width:100%; text-align: center;}

.jshowoff-slidelink-0 {background: url(../images/ui/1.png) no-repeat center bottom;}
.jshowoff-slidelink-1 {background: url(../images/ui/1.png) no-repeat center bottom;}
.jshowoff-slidelink-2 {background: url(../images/ui/1.png) no-repeat center bottom;}
.jshowoff-slidelinks a{ display: inline-block; text-align: center; text-indent: -9999px;width:30px; height:16px;   }
.jshowoff-active { background: url(../images/ui/2.png) no-repeat center bottom;}

.jshowoff-prev {}
.jshowoff-prev:hover{ }
.jshowoff-next {}
.jshowoff-next:hover {}
.jshowoff-play{display:none;}

footer	{clear: both;background: url(../images/footer/grass.jpg) repeat;  padding:30px 0; color:black;margin-top:30px; vertical-align: baseline;}
footer .wrapper > div	{float: left; width: 33.3%; background: url(../images/footer/fot_grad1b.png) no-repeat top right;  height:220px;}
footer .wrapper > div:last-child	{background:url(../images/footer/fot_grad2b.png) no-repeat top left;}
footer .wrapper > div:nth-child(2n){background:none;}

footer h2{color:#024902; font-size:24px; }
footer p{color:black;}
footer a{color:black; text-decoration: none;}
footer a:hover {color:#024902;}
footer .btn {background: #024902;}
footer a.btn:hover	{background: #585858; color: #fff; }
small { font-size: 85%; }
.phone a {color:#024902;font-family: 'NovecentowideBookRegular'; font-weight: 100; font-size: 24px; letter-spacing: 1.5px; }

.videos {text-align: center;}
.videos a.btn {margin:20px 10px; padding: 27px 9px;}
.videos .box {background:#024902; display:inline-block; margin:20px 0; padding: 10px 20px; color: white;font-family: 'NovecentowideBookRegular'; font-size: 15px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}


.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
