/*=============================================================================
  [site.css]
  ============================================================================*/

p { font-size: 1.0em; }

/*------------------------------------------------------------------
 # [Colors] ::start
 ------------------------------------------------------------------*/
.c-1 { color: #105c8e; }
.c-2 { color: #53B1E4; }
.c-3 { color: #FFFFFF }
/*------------------------------------------------------------------
 # [Colors] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Font-Face] ::start
 ------------------------------------------------------------------*/
.ff1 { font-family: 'LithosPro-Regular', Tahoma, Verdana, Arial, serif; }
.ff2 { font-family: 'Kaushan Script Regular', Tahoma, Verdana, Arial, serif; }

/*------------------------------------------------------------------
 # [Font-Face] ::end
 ------------------------------------------------------------------*/

.outline-label { display: none; }


/*------------------------------------------------------------------
 # [Selection] ::start
 ------------------------------------------------------------------*/
::-moz-selection {background:#c1dab8; color:#000000; text-shadow: none;}
::selection{background:#c1dab8; color:#000000; text-shadow: none;}
/*------------------------------------------------------------------
 # [Selection] ::end
 ------------------------------------------------------------------*/
html {
    background:url('/img/pages/index/index-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background-color: #000000;
    letter-spacing: 0.09em;
    font-family: 'LithosPro-Regular', Tahoma, Verdana, Arial, sans-serif;
}

.controller-index body { background-color: transparent; }

/*.browser-chrome body,*/
.browser-safari body {
    letter-spacing: 0.125em;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: 0;
    /*font-family: 'Cantarell', Verdana, Arial, sans-serif;*/
}

ul, ol { font-size: 1.4em; }
nav ul, nav ol { font-size: 1.0em; }

/*------------------------------------------------------------------
 # [Headings] ::start
 ------------------------------------------------------------------*/
.hd-1, .hd-2, .hd-3, .hd-4 { 
    margin-bottom: 20px;
    padding: 6px;
    font-family: 'LithosPro-Regular', Arial, Verdana, sans-serif;
    text-transform: uppercase;
}
.hd-1 { 
    font-size: 3em; 
    color: #fff;
    margin: 10px 0 0 0;
}
.hd-2 { 
    font-size: 2em; 
    color: #abea95;
    margin-bottom: 0;
    padding-left: 0;
}

.hd-2.note-2 { color: #fff; }

.hd-3 { 
    font-size: 1.7em; 
    color: #c45b14;
    margin-bottom: 0;
    padding-left: 0;
}

.hd-4 { 
    font-size: 1.4em; 
    color: #859c7d;
    margin: 0;
}
/*------------------------------------------------------------------
 # [Headings] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Pull Quotes] ::start
 ------------------------------------------------------------------*/
.pullquote-1 { border-left: 2px solid #CCCCCC; padding-left: 10px; }
.pullquote-2 { }
/*------------------------------------------------------------------
 # [Pull Quotes] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Buttons] ::start
 ------------------------------------------------------------------*/
.btn-1,
.btn-1:active,
.btn-1:visited,
.btn-1:focus { 
    color: #e59065;
    font-family: 'Bariol-Regular', Arial, Verdana, sans-serif;
    font-size: 1.5em;
    text-decoration: none;
}
.btn-1:hover {
    color: #fff;
}
.btn-2 { }

.gallery {
    background:url('/img/ui/icons/camera.png') 0 0 no-repeat;
    display: block;
    padding-left: 24px;
}

.tel {
    background:url('/img/ui/icons/phone.png') 0 0 no-repeat;
    display: block;
    padding-left: 24px;
}
.email {
    background:url('/img/ui/icons/email.png') 0 0 no-repeat;
    display: block;
    padding-left: 24px;
}
/*------------------------------------------------------------------
 # [Buttons] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Box-shadows] ::start
 ------------------------------------------------------------------*/
.box-shadow-1 { }
.box-shadow-2 { }
/*------------------------------------------------------------------
 # [Box-shadows] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Gradients] ::start
 ------------------------------------------------------------------*/
.gradient-1 { }
/*------------------------------------------------------------------
 # [Gradients] ::end
 ------------------------------------------------------------------*/



/*------------------------------------------------------------------
 # [Text-shadows] ::start
 ------------------------------------------------------------------*/
.text-shadow-1 { }
.text-shadow-2 { }
/*------------------------------------------------------------------
 # [Text-shadows] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Rounded-corners] ::start
 ------------------------------------------------------------------*/
.rounded-corners-1 { }
.rounded-corners-2 { }
/*------------------------------------------------------------------
 # [Rounded-corners] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Insets] ::start
 ------------------------------------------------------------------*/
.inset-1 { }
/*------------------------------------------------------------------
 # [Insets] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Links] ::start
 ------------------------------------------------------------------*/
.link-1 .icon {
    color: #fff;
    display: block;
    font-family: 'Bariol-Regular', Arial, Verdana, sans-serif;
    font-size: 1.4em;
}

.link-1:hover .icon { 
    color: #F58D46;
    text-decoration: none;
}

.link-2,
.link-2:visited,
.link-2:focus,
.link-2:active { 
    color: #f38f4c; 
}
.link-2:hover { color: #FFFFFF; }
/*------------------------------------------------------------------
 # [Links] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Separators] ::start
 ------------------------------------------------------------------*/
.separator-1 hr, .separator-2 hr { display: none; }
.separator-1 { 
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #471d02;
    display: block;
}
.separator-2 { }
/*------------------------------------------------------------------
 # [Separators] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Back to Top] ::start
 ------------------------------------------------------------------*/
#back-top {
    position: fixed;
    bottom: 100px;
    margin-left: 0;
    right: 15%;
}

#back-top .link-1 {
    display: block;
    margin-bottom: 7px;
    margin-left: 10px;
    padding-top: 12px;
    padding-left: 6px;
    width: 36px;
    height: 38px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background:url('/img/ui/btns/back-to-top.png') center center no-repeat;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #552b10;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/*+++++++++++++++++++++
 # [Overrides] ::start
 +++++++++++++++++++++*/
.ie7 #back-top .link-1 { 
    padding-top: 22px; 
    padding-left: 12px;
}
/*+++++++++++++++++++++
 # [Overrides] ::end
 +++++++++++++++++++++*/

#back-top .link-1:hover { 
    color: #ffb77d;
    opacity: 0.7;
}


/*------------------------------------------------------------------
 # [Back to Top] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Tables] ::start
 ------------------------------------------------------------------*/
.tbl { 
    margin: 5px 0 10px 0; 
    padding: 0; 
    border-collapse: collapse; 
    font-size: 1.3em; 
}

/* [Horizontal Box] ::start */
.tbl.horizontal-box caption { 
    margin: 0 0 10px 0; 
    font-size: 1.4em; 
    text-transform: uppercase; 
}
.tbl.horizontal-box th { 
    padding: 10px; 
    background-color: #979797; 
    border-bottom: 1px solid #ECEDED; 
    color: #FFFFFF; 
    text-align: left; 
}


.tbl.horizontal-box td { 
    padding: 10px; 
    background-color: #000;
    border-bottom: 1px solid #3b2a24;
    border-top: 1px solid transparent;
    font-family: 'Bariol-Regular', Tahoma, Arial, sans-serif;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.tbl.horizontal-box tr:hover td { 
    background: #2A3128; 
    color: #fff;
}

.tbl.horizontal-box tr:first-child td { border-top: 1px solid #261f1c; }
.tbl.horizontal-box .label {
    background-color: #1e120e;
    color: #ABEA95;
    font-family: 'LithosPro-Regular', Tahoma, Verdana, Arial, serif; 
}
/* [Horizontal Box] ::end */

/*------------------------------------------------------------------
 # [Tables] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Lists] ::start
 ------------------------------------------------------------------*/
.list-icon { 
    margin: 0;
    padding: 0;
    color: #fff;
}
.list-icon li { list-style: none; }

.list-icon li a {
    font-family: 'Bariol-Regular', Arial, Verdana, sans-serif;
    color: #fff;
    text-decoration: none;
}
.list-icon li a:hover { color: #F58D46; }
.list-1 {
    font-size: 14px;
    font-family: 'Bariol-Regular', Arial, Verdana, sans-serif;
    margin: 0 0 20px 20px;
    padding: 0;
}

.list-1 ul {
    font-size: 14px;
    font-family: 'Bariol-Regular', Arial, Verdana, sans-serif;
    margin: 0 0 20px 20px;
    padding: 0;
}

.list-1 li {
    background:url('/img/ui/icons/leave-2.png') 0 0 no-repeat;
    list-style: none;
    padding-left: 24px;
    margin-bottom: 10px;
}

.list-2 {
    font-family: 'Bariol-Regular', Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

.list-2 a {
    color: #d8d8d8;
    text-decoration: none;
}

/*+++++++++++++++++++++
 # [Overrides] ::start
 +++++++++++++++++++++*/
.ie7 .list-2 a { font-size: 1.1em; }
/*+++++++++++++++++++++
 # [Overrides] ::end
 +++++++++++++++++++++*/

.list-2 a:hover,
.list-2 li.active a { 
    color: #f58d46; 
}

.list-2 li {
    background:url('/img/ui/icons/leaves.png') 0 0 no-repeat;
    list-style: none;
    padding-left: 26px;
}
.list-3 li { list-style: none; }
.list-3 li a {
    font-family: 'Bariol-Regular', Arial, Verdana, sans-serif;
    color: #B86832;
    text-decoration: none;
}
.list-3 li a:hover { color: #fff; }


/*------------------------------------------------------------------
 # [Lists] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Icons] ::start
 ------------------------------------------------------------------*/
.icon { padding-left: 26px; }
.pdf { background:url('/img/ui/icons/pdf.png') 0 0 no-repeat; }
/*------------------------------------------------------------------
 # [Icons] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Image Holder] ::start
 ------------------------------------------------------------------*/
.img-holder-1 {
    padding: 8px;
    border: 1px dotted #6f2d00;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
} 

.img-holder-1:hover { 
    border-color: #ffffff;
    border-style: dashed; 
    opacity: 0.4;
}
/*------------------------------------------------------------------
 # [Image Holder] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Image Lists] ::start
 ------------------------------------------------------------------*/
.img-list-1 {
    background: rgba(111, 46, 14, 0.3);
    padding: 20px 10px 10px;
}

.img-list-1 li {
    float: left;
    list-style: none;
    margin-left: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}


.img-list-1 .fresco-image {
    position: relative;
    z-index: 20;
}

.img-list-1 .zoom-in,
.img-list-1 .zoom-in-1 { 
    position: absolute;
    opacity: 0;
    z-index: 50;
    display: block;
    width: 150px;
    height: 112px;
    color: #fff;
    text-align: center;
    background:url('/img/ui/btns/zoom-in.png') center center no-repeat rgba(0, 0, 0, 0.8);
    text-indent: -9999px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

/*+++++++++++++++++++++
 # [Overrides] ::start
 +++++++++++++++++++++*/
.ie7 .img-list-1 .zoom-in,
.ie7 .img-list-1 .zoom-in-1, 
.ie8 .img-list-1 .zoom-in,
.ie8 .img-list-1 .zoom-in-1 {
    background:url('/img/ui/btns/zoom-in.png') center center no-repeat #000000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.ie7 .img-list-1 .zoom-in:hover,
.ie7 .img-list-1 .zoom-in-1:hover,
.ie8 .img-list-1 .zoom-in:hover,
.ie8 .img-list-1 .zoom-in-1:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}
/*+++++++++++++++++++++
 # [Overrides] ::end
 +++++++++++++++++++++*/

.img-list-1 .zoom-in:hover,
.img-list-1 .zoom-in-1:hover { 
    opacity: 1;
}

.img-list-1 .zoom-in-1 { height: 100px; }

/* [Gallery List Overlay] ::start */
.gallery-1 { display: none; }


.gallery-list-overlay .figure-2 { position: relative;  }
.overlay-img { z-index: 30; }

.gallery-list-overlay .caption { 
    position: absolute; 
    z-index: 80;
    background: rgba(51, 21, 0, 0.8);
    color: #ABEA95;
    padding: 10px;
    bottom: 0;
    font-family: 'LithosPro-Regular', Tahoma, Verdana, Arial, serif;
    font-size: 0.9em;
    line-height: 20px;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

/*+++++++++++++++++++++
 # [Overrides] ::start
 +++++++++++++++++++++*/
.ie7 .gallery-list-overlay li {
    /*display: inline-block;*/
    /*clear: both;*/
    float: left;
    width: 48%;
}
.ie7 .gallery-list-overlay .caption {
    text-decoration: none;
    width: 93.5%;
}
.ie7 .gallery-list-overlay .caption,
.ie8 .gallery-list-overlay .caption {
    background-color: #331500;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.ie7 .gallery-list-overlay .caption:hover,
.ie8 .gallery-list-overlay .caption:hover { 
    background-color: #000; 
}
/*+++++++++++++++++++++
 # [Overrides] ::end
 +++++++++++++++++++++*/

.gallery-list-overlay .figure-2:hover .caption { background: rgba(0, 0, 0, 0.8); }

.gallery-list-overlay .note-1 {
    display: block;
    color: #f4dbcb;
    font-family: 'Bariol-Regular', Arial, Verdana, sans-serif;
    font-size: 1.2em;
}
/* [Gallery List Overlay] ::end */



.img-list-1 li:hover {  }
.img-list-2 { }
.img-list-3 { }
/*------------------------------------------------------------------
 # [Image Lists] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Figures] ::start
 ------------------------------------------------------------------*/
.figure-1 .caption-1 {
    font-family: 'Bariol-Regular', Arial, Verdana, sans-serif;
    font-size: 1.4em;
    font-style: italic;
    margin-top: 10px;
}
/*------------------------------------------------------------------
 # [Figures] ::end
 ------------------------------------------------------------------*/


#main-container {
    min-width: 960px;
    width: 100%;
    border: 0;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#main-content {
    padding:0;
    min-height: 630px;
}

.inner-masthead {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#masthead { 
    overflow: hidden;
    position: relative;
    height: 560px;
    background:url('/img/ui/banners/banner-collage-2015071315.jpg') center 101px repeat-x;
}

.controller-index #masthead {
    background: none;
    height: auto;
    overflow: visible;
}

#logo { 
    float: left; 
    margin-left: 20px;
}

#content { 
    width: 960px;
    margin: 0 auto;
}

.intro {
    position: absolute;
    top: 550px;
    width: 100%;
}

.intro .text {
    text-align: center;
    margin: 0 auto;
    color: #d9f0d1;
    font-family: 'LithosPro-Regular', Tahoma, Verdana, Arial, serif;  
    text-transform: uppercase;
    font-size: 2.5em;
    text-shadow: 0 4px 2px #0b0b0b;
    letter-spacing: 1px;
}


/*------------------------------------------------------------------
 # [Banners] ::start
 ------------------------------------------------------------------*/
.banner-subpage { 
    position: absolute;
    top: 270px;
    left: 35px;
    width: 890px;
    height: 272px; 
    background:url('/img/ui/banners/banner-bg-20130326.jpg') 0 0 no-repeat;
}
.banner-subpage .banner-img {
    position: absolute;
    top: 0;
    right: 0;
}
/*------------------------------------------------------------------
 # [Banners] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Subpage] ::start
 ------------------------------------------------------------------*/
.subpage { margin-bottom: 40px; }
.subpage .text {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: #999;
    font-size: 1.3em;
}

.subpage .text p {/* line-height: 2px; */}

/* [.two-col] ::start */
.subpage.two-col .col-1{
    width: 28%;
    margin-right: 2%;
}
.subpage.two-col .col-2 { width: 70%; }

/* [.two-col] ::end */

.subpage .hd-2 {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    background:url('/img/ui/divider-1-20130305.png') 0 bottom repeat-x;
}

.label-1 {
    background:url('/img/ui/icons/latte-stone-20130305.png') 0 center no-repeat;
    padding-left: 20px;
    padding-top: 14px;
}

/* [notes] ::start */
.note-1 { color: #855c38; }
.note-2 { 
    color: #ffffff;
    font-size: 1.2em;
    margin-top: -10px; 
}
.note-3 {
    color: #855c38;
    text-transform: none;
}
/* [notes] ::end */

.box-wrapper {
    background-color: #1e0d02;
    padding: 20px;
}
.box-wrapper .box-item {
    width: 50%;
    float: left;
}

.box-wrapper .hd-3 {
    margin: 0;
    padding: 0;
}

/*------------------------------------------------------------------
 # [Subpage] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [.sidebar] ::start
 ------------------------------------------------------------------*/
.sidebar { margin-top: 50px; }
.sidebar .hd-3 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #abea95;
    text-transform: uppercase;
}

/*------------------------------------------------------------------
 # [.sidebar] ::end
 ------------------------------------------------------------------*/
/*------------------------------------------------------------------
 # [footer] ::start
 ------------------------------------------------------------------*/
#footer {
    margin: 0 auto;
    background: rgba(106, 123, 100, 0.4);
    padding: 20px;
}

/*+++++++++++++++++++++
 # [Overrides] ::start
 +++++++++++++++++++++*/
.ie7 #footer,
.ie8 #footer { 
    background-color: #6a7b64; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}
/*+++++++++++++++++++++
 # [Overrides] ::end
 +++++++++++++++++++++*/
.footer-two-col {
    margin: 0 auto;
    width: 960px;
}

/*------------------------------------------------------------------
 # [footer] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [#copyright] ::start
 ------------------------------------------------------------------*/
#copyright {
    font-family: 'Bariol-Regular';
    font-size: 1.5em;
    color: #fff;
    width: 65%;
    margin: 0 auto;
    float: left;
}

#copyright .link-1 { 
    color: #d4fcc6; 
    text-decoration: none;
}

#copyright .link-1:hover {
    text-decoration: underline;
    color: #fff;
}

#copyright .note-1 { 
    display: block; 
    color: #fff;
}
/*------------------------------------------------------------------
 # [#copyright] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [#social] ::start
 ------------------------------------------------------------------*/
#social {
    width: 24%;
    margin: 2px auto 0 auto;
    display: block;
    float: right;
}

#social .link-1 { 
    color: #fff; 
    font-size: 1.4em;
    text-shadow: 1px 1px 0 #000000;
    text-decoration: none;
    display: block;
    height: 34px;
    padding-top: 10px;
}

#social .link-1.facebook {
    background:url('/img/ui/btns/facebook.png') 0 0 no-repeat;
    padding-left: 40px;
}

#social .link-1.facebook:hover { color: #8e9f89; }

#social .link-1.other-social { 
    font-size: 1.2em; 
    display: inline-block;
    margin-right: 10px;
    color: #C0D8BA;
}

.social-icon-wrapper {
    width: 20%;
    position: absolute;
    bottom: 20px;
}

.social-icons {
    clear: both;
    overflow: hidden;
}

.social-icons li {
    float: left;
    padding: 0 2%;
}

.social-icons li .link {
    display: block;
    background:url('/img/ui/icons/social-icons-hover.png') no-repeat;
    width: 48px;
    height: 48px;
}


.social-icons li .facebook { background-position: -5px -5px; }
.social-icons li .instagram { background-position: -5px -63px; }
.social-icons li .twitter { background-position: -5px -121px; }
.social-icons li .youtube { background-position: -5px -179px; }

.social-icons li .link:hover { background:url('/img/ui/icons/social-icons.png') no-repeat; }

.social-icons li .facebook:hover { background-position: -5px -5px; }
.social-icons li .instagram:hover { background-position: -5px -63px; }
.social-icons li .twitter:hover { background-position: -5px -121px; }
.social-icons li .youtube:hover { background-position: -5px -179px; }

.other-social-icons { 
    height: 26px;
    width: 26px;
    line-height: 2.8em;
    text-indent: -9999px; 
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    /*margin-right: 5px;*/
}
.other-social-icons:hover { opacity: 0.6; }

.other-social-icons.twitter { background-image:url('/img/ui/btns/twitter.png'); }
.other-social-icons.instagram { background-image:url('/img/ui/btns/instagram.png'); }
.other-social-icons.youtube { background-image:url('/img/ui/btns/youtube.png'); }

/*+++++++++++++++++++++
 # [Overrides] ::start
 +++++++++++++++++++++*/
.ie8 .other-social-icons:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

/*+++++++++++++++++++++
 # [Overrides] ::end
 +++++++++++++++++++++*/
/*------------------------------------------------------------------
 # [#social] ::end
 ------------------------------------------------------------------*/



/*=============================================================================
  [site.navigations.css]
  ============================================================================*/

/*------------------------------------------------------------------
 # [Breadcrumbs] ::start
 ------------------------------------------------------------------*/
.breadcrumbs { }

.breadcrumbs.breadcrumbs-1 { 
    overflow: hidden;
    border-bottom: 1px dashed #2f4428;
    border-top: 1px dashed #2f4428;
    padding: 10px 10px 0 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

/*+++++++++++++++++++++
 # [Overrides] ::start
 +++++++++++++++++++++*/
.ie7 .breadcrumbs.breadcrumbs-1 { padding-bottom: 10px; } 
/*+++++++++++++++++++++
 # [Overrides] ::end
 +++++++++++++++++++++*/
.breadcrumbs.breadcrumbs-1:hover { background-color: #141913; }

.breadcrumbs.breadcrumbs-1 ul li {
    float: left;
    overflow: hidden;
    padding-right: 23px;
    margin-bottom: 6px;
    background:url('/img/ui/icons/breadcrumbs-separator.png') center right no-repeat;
}

.breadcrumbs.breadcrumbs-1 ul li:first-child { }

.breadcrumbs.breadcrumbs-1 ul li:last-child {
    background: none;
    padding-right: 0;
}

.breadcrumbs.breadcrumbs-1 ul li a {
    padding: 0 0 4px 0;
    color: #666666;
    text-decoration: none;
    display: inline-block;
    margin-left: 6px;
    font-size: 1.4em;
    line-height: 1.0em;
}

.breadcrumbs.breadcrumbs-1 ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.breadcrumbs.breadcrumbs-1 ul li.active a { color: #b86832; }

.breadcrumbs.breadcrumbs-1 ul li:first-child a { margin-left: 0; }

.breadcrumbs.breadcrumbs-2 { }
/*------------------------------------------------------------------
 # [Breadcrumbs] ::end
 ------------------------------------------------------------------*/



/*------------------------------------------------------------------
 # [Head Navigation] ::start
 ------------------------------------------------------------------*/
#head-navigation {
    position: absolute;
    right: 0;
    top: 120px;
    margin: 0;
    z-index: 600;
}

#head-navigation ul { font-size: 0.85em; }

#head-navigation ul li { margin-left: 4px; }

#head-navigation ul ul {
    margin-left: -12px;
    font-size: 1em;
}
/*------------------------------------------------------------------
 # [Head Navigation] ::end
 ------------------------------------------------------------------*/




/*------------------------------------------------------------------
 # [Foot Navigation] ::start
 ------------------------------------------------------------------*/
#foot-navigation ul { font-size: 1.2em; }

#foot-navigation ul li {
    display: inline-block;
    margin-left: 0.416666667%;
}

#foot-navigation ul li:first-child { margin-left: 0; }
/*------------------------------------------------------------------
 # [Foot Navigation] ::end
 ------------------------------------------------------------------*/


/*=============================================================================
  [site.forms.minimal.css]
  ============================================================================*/


/*------------------------------------------------------------------
 # [Main Search] ::start
 ------------------------------------------------------------------*/
#main-search {
    position: absolute;
    right: 0;
    margin: 0;
    width: 31.25%;
}

#main-search legend { display: none; }

#main-search label { display: none; }

#main_search_box_txt {
    text-align: left;
    display: inline-block;
    font-family: inherit;
    outline: none;
    font-size: 1.8em;
    line-height: 1.0em;
    width: 99.99%;
    padding: 0.4em 36px 0.4em 0.4em;
    border-top: 1px solid #bbb;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#main_search_box_txt:hover,
#main_search_box_txt:focus {
    border: 1px solid #333;
}

#main-search ::-webkit-input-placeholder { color: #BAC1C6; }

#main-search :-moz-placeholder { color: #BAC1C6; }

#main_search_btn {
    position: absolute;
    top: 1px;
    right: 0;
    padding: 0.45em;
}
/*------------------------------------------------------------------
 # [Main Search] ::end
 ------------------------------------------------------------------*/





/*------------------------------------------------------------------
 # [Smart Form] ::start
 ------------------------------------------------------------------*/
.smart-form ol:after, 
.smart-form li:after, 
.smart-form li div:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.smart-form ol {
    margin:0;
    padding:0;
    list-style-type:none;
}

.smart-form ol li {
    overflow: hidden;
    clear: both;
    width: auto;
}

.smart-form { }
.smart-form ol { }
.smart-form ol li.group { }

.smart-form ol li ul.errors {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    clear: both;
}

.smart-form ol li ul.errors li { }

.smart-form ol li ul.errors li label {
    font-size: 0.7em;
    padding: 8px 0;
    display: block;
    color: #e02d2d;
}

.smart-form ol li ul.errors li label:hover { color: #9AB0BF; }

.smart-form ol li.group label.group-label {
    display: none;
    font-size: 1.2em;
    font-weight: 700;
    margin: 30px 0 20px 0;
}

.smart-form ol li.group .element-wrapper {
    display: block;
    clear: both;
    margin: 0 0 16px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.smart-form ol li.group .element-wrapper .hint {
    font-size: 0.84em;
    font-style: italic;
}

.smart-form ol li.group .element-wrapper label { 
    display: block; 
    font-family: 'Bariol-Regular', Arial, Verdana, sans-serif;
    color: #fff;
    font-size: 1.1em;
}

.smart-form ol li.group .element-wrapper label.required em {
    font-size: 0.9em;
    margin-left: 0.1em;
    color: #cc0000;
}

.smart-form ol li.group .element-wrapper input,
.smart-form ol li.group .element-wrapper textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    width: 99.99%;
    outline: none;
    border: 1px solid #000;
    background-color: #181818;
    color: #fff;
    font-size: 1.1em;
    font-family: inherit;
    font-family: 'Bariol-Regular', Arial, Verdana, sans-serif;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.smart-form ol li.group .element-wrapper input.error,
.smart-form ol li.group .element-wrapper textarea.error {
    border: 1px dashed #e02d2d;
}

.smart-form ol li.group .element-wrapper input:hover,
.smart-form ol li.group .element-wrapper textarea:hover,
.smart-form ol li.group .element-wrapper input:focus,
.smart-form ol li.group .element-wrapper textarea:focus {
    border: 1px dashed #333; 
    background-color: #070707;
    color: #c0ffaa;
}

.smart-form ol li.group .element-wrapper input[type="submit"] {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 8px 20px;
    width: auto;
    border: 0;
    background: #7b3608;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    font-family: inherit;
    line-height: 1;
    text-shadow: 1px 1px 1px #4c2002;
}

.smart-form ol li.group .element-wrapper input[type="submit"]:hover,
.smart-form ol li.group .element-wrapper input[type="submit"]:focus {
    background-color: #c15710;
}
/*------------------------------------------------------------------
 # [Smart Form] ::end
 ------------------------------------------------------------------*/







/*=============================================================================
  [superfishskin.css]
  ============================================================================*/

/*** DEMO SKIN ***/
.sf-menu {
    /* main menu */
    /*position: absolute;*/
    margin: 0;
    top: 0
    left: 0;
    padding: 0;
}

.ie7 .sf-menu { z-index: 5000; }

.sf-menu li {
    /* main menu list objects  */
    float: left;
    margin-left: 10px;
    padding: 0;
}




.sf-menu li:last-child {
    /* main menu list objects  */
    padding-right: 0;
}

/*.sf-menu li.nav-gallery ul { display: none !important; }*/

.sf-menu li a {
    /* main menu list object links    */
    display: block;
    padding: 10px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5em;
    font-family: 'LithosPro-Regular', Verdana, Arial, serif;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}


/*.sf-menu > li:hover > a,
.sf-menu li a:hover,
.sf-menu > li.nav-gallery:hover > a,
.sf-menu li.nav-gallery a:hover {
    color: #b86832; 
    background: #212121; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}*/

.sf-menu > li:hover > a,
.sf-menu li a:hover {
    color: #b86832; 
    background: #212121; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* [Menus with Submenus] ::start */
.sf-menu li a.sf-with-ul {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* [Menus with Submenus] ::end */



.sf-menu li.active:hover a {color: #fff;}
.sf-menu li.active a {color: #b86832;}

.sf-menu li.active a:hover + ul > li a,
.sf-menu li.active:hover a + ul > li > a 
{ color: #D7F3FF; }

.sf-menu li.active a + ul > li.active > a { color: #626466; }
.sf-menu li.active a:hover + ul > li > a:hover,
.sf-menu li.active:hover a + ul > li > a:hover {
    color: #ffffff;
} 



.sf-menu li ul{
    /* 2nd menu */
    position: absolute;
    margin: 0 0 0 -8px;
    padding: 0;
}



.sf-menu li ul li { 
    display: block;
    clear: both;
    background: none;
    width: 100%;
}


.sf-menu li ul li a { 
    color: #8fae84; 
    background-color: #212121;
    font-size: 1.4em;
    display: block;
    border-radius: 0;
    width: 100%;
    text-align: left;
    padding: 14px 20px;
    border-bottom: 1px solid #1b1b1b;
}



/*+++++++++++++++++++++
 # [Overrides] ::start
 +++++++++++++++++++++*/
.ie7 .nav-about-us ul li { width: 216px; }
.ie7 .nav-events ul li { width: 100px; }
/*+++++++++++++++++++++
 # [Overrides] ::end
 +++++++++++++++++++++*/

.sf-menu li ul li:first-child a { 
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.sf-menu li ul li:last-child a,
.sf-menu li ul li:last-child a:hover {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.sf-menu li ul li a:hover,
.sf-menu li ul li.active a {
    background-color: #1b1919;
    border-radius: 0;
} 
.sf-menu li li ul{
    /* 2nd menu */ 
    padding: 18px 0 10px 0;
}

.sf-menu li li {
    /* 2nd menu list objects */
    background-color: #5e7984;
    padding: 0;
    margin: 0;
}


.sf-menu li li li,
.sf-menu li li li li {
    background-color: #6c8a97;
    padding: 0;
}
.sf-menu li li:first-child {/*padding-top: 10px;*/}
.sf-menu li li:last-child {padding-bottom: 10px;}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left: 12.5em;}
.sf-menu li.active li > li { background-color: #6C8A97; }
.sf-menu li.active li > a { color: #d7f3ff; }

.sf-menu li li a{
    /* 2nd menu list object links */
    text-transform: capitalize;
    vertical-align: middle;
    font-size:1.3em;
    color: #d7f3ff;
    margin: 0 8px;
    display:block;
    border: none;
    clear: both;
    border-radius: 0;
    padding: 10px;
}

.sf-menu li li a:hover { 
    color: #fff; 
}



.sf-menu li li ul{
/* 3rd menu */
/* margin: -18px 0 0 120px;*/ /*changed to lengthen level-2 list*/
    margin: -18px 0 0 80px;
}



.sf-menu li li li a, .sf-menu li li li li a {
    /* 3th & 4th menu list object links */
    color: #d7f3ff;
}


.sf-menu li li li a {
    border-bottom: 1px solid #63808c !important;
    border-top: 1px solid #7697a5 !important;
}

.sf-menu li li li a:hover { background: none !important; }




/*** arrows **/
.sf-menu a.sf-with-ul,.sf-menu a {
    text-align: center;
    padding-right:  1.4em; 
    min-width:      1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position:       absolute;
    display:        block;
    right:          0.6em;
    top:            1.05em; /* IE6 only */
    width:          10px;
    height:         10px;
    text-indent:    -999em;
    overflow:       hidden;
    /*background:    url('/img/ui/sf-menu-arrow.png') no-repeat 0 -100px; *//* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top:            0.5em;
    background-position: 0px -100px; /* use translucent arrow for modern browsers; main menu*/
}

.browser-chrome a > .sf-sub-indicator {
    top: 0.3em;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers; main-menu hover*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; } /* 2nd level */
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0px; /* arrow hovers for modern browsers; 2nd level*/
}


/** remove top menu arrows */
/*
.sf-menu > li > a > span{ display:none }
.sf-menu > li > a.sf-with-ul { padding-right: 0em }
*/





