@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,600italic,400italic,300italic);
@import url(http://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise|Muli);
input.helpermonkey
{
	display: none !important;
	position: absolute !important;
	left: -9000px
}
body {
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin: 0px;
}

/* Default Typography */

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
h1 {
    background: url('../images/hr-dark.png') bottom center no-repeat;
    font-size: 30px;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 20px 0px;
}
h2 {
    font-size: 20px;
}
hgroup h1 {
    margin-bottom: 15px;
}
hgroup h2 {
    margin-bottom: 30px;
}
p {
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
a {
	color: #0066FF;
	text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}
hr {
    border: none;
    background: #eee;
    clear: both;
    color: #eee;
    height: 1px;
    margin: 15px 0px 30px 0px;
}
ul {
    list-style: none;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
li .bullet {
    color: #C59447;
}
li > ul > li {
    padding-left: 20px;
}
ol {
    text-align: left;
}

/* Supporting Classes */

.container {
    margin: 0px auto;
    max-width: 1160px;
    padding: 0px 10px;
}

.clear {
    clear: both;
}

/* Site Header */

#site-header {
	background: #252525 url('../images/h-bg.png');
	color: #eee;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

/* Upper Nav */

#upper-nav-container {
    background: #333;
    border-bottom: 1px solid #444;
    text-align: right;
}
#upper-nav-container .container {
    font-size: 0px;
    line-height: 1;
}

#upper-nav-container nav {
    display: inline-block;
    margin: 0px;
}

#upper-nav-container nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

#upper-nav-container nav li {
    border-left: 1px solid #444;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#upper-nav-container nav:last-child li:last-child {
    border-right: 1px solid #444;
}

#upper-nav-container nav a {
    color: #aaa;
    display: block;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    padding: 0px 8px;
    text-decoration: none;
    text-shadow: -1px -1px 1px #000;
}

#upper-nav-container a:focus,
#upper-nav-container a:hover {
    color: #fff;
}

#social-nav li a {
    background-image: url('../images/social-buttons.png');
    padding: 0px;
    text-indent: -9999px;
    width: 30px;
}

#social-nav li.facebook   a { background-position:    0px 0px; }
#social-nav li.twitter    a { background-position:  -30px 0px; }
#social-nav li.googleplus a { background-position:  -60px 0px; }
#social-nav li.linkedin   a { background-position:  -90px 0px; }
#social-nav li.youtube    a { background-position: -120px 0px; }
#social-nav li.pinterest  a { background-position: -150px 0px; }
#social-nav li.instagram  a { background-position: -180px 0px; }

#social-nav li.facebook   a:hover { background-position:    0px -34px; }
#social-nav li.twitter    a:hover { background-position:  -30px -34px; }
#social-nav li.googleplus a:hover { background-position:  -60px -34px; }
#social-nav li.linkedin   a:hover { background-position:  -90px -34px; }
#social-nav li.youtube    a:hover { background-position: -120px -34px; }
#social-nav li.pinterest  a:hover { background-position: -150px -34px; }
#social-nav li.instagram  a:hover { background-position: -180px -34px; }

#phone-us li a {
    background: url('../images/phone-button.png') 0px 0px no-repeat;
    padding-left: 30px;
}
#phone-us li a:hover {
    background-position: 0px -34px;
}

@media (min-width: 491px) {
    nav#phone-us {
        display: none;
    }
}

/* Primary Nav */

#primary-nav-container {
    border-bottom: 1px solid #444;
    min-height: 123px;
    position: relative;
}

#logo {
    display: block;
    height: 103px;
    width: 120px;
    margin-top: 10px;
    position: fixed;
}

#primary-nav {
    margin-left: 120px;
    padding-top: 54px;
}

#primary-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#primary-nav li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    list-style: none;
    margin: 0px;
    padding: 0px 12px;
    white-space: nowrap;
}

#primary-nav a {
    color: #eee;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: -1px -1px 1px #000;
}

#primary-nav a:focus,
#primary-nav a:hover {
    border-bottom: 1px solid #C49A4E;
}

#primary-nav li.reservations a {
    color: #C49A4E;
}

#primary-nav li.current_page_item a,
#primary-nav li.current_page_ancestor a {
    border-bottom: 1px solid #C49A4E;
}

/* Responsive Site Header */

@media (max-width: 1170px) {
    #primary-nav li {
        padding: 0px 5px;
    }
    #primary-nav a {
        font-size: 13px;
    }
}

/*@media (max-width: 1000px) {
    #primary-nav a {
    }
}
*/
@media (max-width: 939px) {
    #site-header {
        position: static;
    }
    #header-clearer {
        margin-top: 0px;
    }
    #site-header .container {
        padding: 0px;
    }
    #logo {
        position: static;
        margin-left: auto;
        margin-right: auto;
    }
    #primary-nav {
        margin-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #primary-nav li {
        padding: 0px 10px;
    }
    #primary-nav a {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    #upper-nav-container {
        text-align: center;
    }
    #upper-nav li:last-child {
        border-right: 1px solid #444;
    }
    #upper-nav li {
        border-bottom: 1px solid #444;
    }
}



/* Subnav */

nav#subnav {
    background: #eee;
    padding: 10px 0px;
}
nav#subnav ul {
    font-size: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
nav#subnav li {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
nav#subnav a {
    color: #000;
    display: block;
    font-size: 13px;
    padding: 10px;
    text-decoration: none;
}
nav#subnav a:focus,
nav#subnav a:hover {
    color: #C49A4E;
}
nav#subnav li.active a,
nav#subnav li.current-cat a {
    background: #ddd;
    border-radius: 3px;
    color: #000;
}

#header-clearer {
    margin-top: 135px;
}

/* Slideshow */

.slideshow {
    position: relative;
}

.slideshow #slideshow-prev,
.slideshow #slideshow-next {
    display: none;
    position: absolute;
    z-index: 90;
}

.slideshow #slideshow-prev {
    left: 0px;
}

.slideshow #slideshow-next {
    right: 0px;
}

.slideshow #slideshow-prev a,
.slideshow #slideshow-next a {
    background: #000;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url('../images/slideshow-prev-next.png');
    color: #fff;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-indent: -9999px;
    width: 60px;
}

.slideshow #slideshow-next a {
    background-position: right;
}

.slideshow #pager {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 90;
}
#full-slideshow #pager {
    bottom: 30px;
}
.slideshow #pager a {
    background: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    display: inline-block;
    filter: alpha(opacity=50);
    height: 8px;
    margin: 10px 2px;
    opacity: 0.5;
    text-indent: -9999px;
    width: 8px;
}
.slideshow #pager a.activeSlide {
    border: 1px solid #666;
    filter: alpha(opacity=100);
    opacity: 1;
}

/* Full Slideshow Specifics */

#full-slideshow #slides {
    background: #000;
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

#full-slideshow .slide-overlay {
    background: url('../images/slide-overlay-bg.png') top center repeat-x;
    color: #fff;
    min-height: 248px;
    padding: 40px 0px 0px 0px;
    position: absolute;
    text-align: center;
    text-shadow:
        0px 0px 10px #000,
        0px 0px 10px #000;
    top: 0px;
    z-index: 80;
}

#full-slideshow .slide-overlay h2 {
    background: url('../images/hr-light.png') center bottom no-repeat;
    font-size: 26px;
    font-weight: 300;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 20px 0px;
}

#full-slideshow .slide-overlay p {
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}

#full-slideshow .slide-overlay a {
	font-size: 24px;
	text-decoration: none;
	color: #025E98;
}

#full-slideshow .slide-caption {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 80;
}

#full-slideshow .slide img {
    position: relative;
    max-width: none;
}

@media (max-height: 568px) {
    #full-slideshow .slide-overlay {
        padding-top: 14px;
    }
}

/* Page Slideshow Specifics */

#page-slideshow {
    overflow: hidden;
}

/* Home Panel */

#home-panel-container {
    bottom: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 95;
}

a#toggle-home-panel {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 6px 6px 0px 0px;
    color: #eee;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
}
a#toggle-home-panel span.arrow {
    background: url('../images/arrows.png') top left no-repeat;
    display: inline-block;
    height: 12px;
    margin-left: 10px;
    vertical-align: middle;
    width: 8px;
}
a#toggle-home-panel span.arrow.flipped {
    background-position: top right;
}
#home-panel {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    color: #eee;
    padding: 20px 0px;
}
#home-panel p {
}
#home-panel > *:last-child {
    margin-bottom: 0px;
}

@media (max-height: 568px) {
    #home-panel-container {
        display: none;
    }
    #pager {
        display: none;
    }
}

/* Preview Page */

article.preview div.entry-content-container {
    padding: 20px;
    text-align: center;
}

article.preview div.entry-content {
    display: inline-block;
    max-width: 500px;
    width: 100%;
}

article.preview div.preview-icon {
    background: url('../images/preview-icon-01.png') center no-repeat;
    display: inline-block;
    height: 100px;
    width: 55px;
}
article.preview:nth-child(8n+1) div.preview-icon { background-image: url('../images/preview-icon-01.png'); }
article.preview:nth-child(8n+2) div.preview-icon { background-image: url('../images/preview-icon-02.png'); }
article.preview:nth-child(8n+3) div.preview-icon { background-image: url('../images/preview-icon-03.png'); }
article.preview:nth-child(8n+4) div.preview-icon { background-image: url('../images/preview-icon-04.png'); }
article.preview:nth-child(8n+5) div.preview-icon { background-image: url('../images/preview-icon-05.png'); }
article.preview:nth-child(8n+6) div.preview-icon { background-image: url('../images/preview-icon-06.png'); }
article.preview:nth-child(8n+7) div.preview-icon { background-image: url('../images/preview-icon-07.png'); }
article.preview:nth-child(8n+8) div.preview-icon { background-image: url('../images/preview-icon-08.png'); }

article.preview div.entry-content h2 {
    background: url('../images/hr-dark.png') bottom center no-repeat;
    font-size: 22px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
}
article.preview div.entry-content h2 a {
    color: #333;
    text-decoration: none;
}

article.preview:nth-child(2n) {
    background: #252525;
    color: #ECECEC;
}

article.preview:nth-child(2n) div.entry-content h2 a {
    color: #ECECEC;
}

@media (max-width: 900px) {
    article.preview .preview-icon {
        display: none;
    }
}

@media (max-width: 773px) {

    article.preview img.featured-image {
        display: block;
        width: 100%;
    }

}

@media (min-width: 774px) {

    article.preview {
        position: relative;
    }

    article.preview img.featured-image {
        display: block;
        float: right;
        width: 50%;
    }

    article.preview div.entry-content-container {
        position: absolute;
        margin-left: 0%;
        margin-right: 50%;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        font-size: 0px;
    }

    article.preview div.entry-content-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    article.preview div.entry-content {
        font-size: 15px;
        vertical-align: middle;
    }

    article.preview:nth-child(2n) img.featured-image {
        float: left;
    }

    article.preview:nth-child(2n) div.entry-content-container {
        margin-left: 50%;
        margin-right: 0%;
    }

}

body.page-template-page-preview-php div#main {
    border-top: 1px solid #eee;
}

/* Standard Page */

div#main {
    padding: 30px 10px 15px 10px;
    text-align: center;
}

@media (min-width: 800px) {
    div.row {
        clear: both;
    }
    div.col {
        float: left;
        padding: 0px 3%;
        width: 44%;
    }
	
	div.gig-row {
        clear: both;
		padding-bottom: 15px;
    }
	
	div.gig-col {
	float: left;
	padding: 0px 2.3%;
	width: 20%;
    }
	
    ul.twocol {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -ie-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
        -ie-column-gap: 30px;
        -o-column-gap: 30px;
        column-count: 30px;
    }
    ul.twocol li {
        display: block;
    }
}



/* Site Footer */

#site-footer {
    background: #eee;
    color: #666;
    font-size: 12px;
}

#site-footer .container {
    max-width: 990px;
    padding: 30px 0px;
    text-align: center;
}

#site-footer .container .column {
    float: left;
    margin: 0px 15px;
    padding: 0px;
    width: 300px;
}
#site-footer img#footer-logo {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
#site-footer h2 {
    background: url('../images/hr-footer.png') bottom center no-repeat;
    font-size: 18px;
    font-weight: 300;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 24px 0px;
}


@media (max-width: 990px) {
    #site-footer .container {
        padding-bottom: 10px;
    }
    #site-footer .container .column {
        display: inline-block;
        float: none;
        margin: 0px;
        max-width: 600px;
        padding-bottom: 30px;
        width: 100%;
    }
}

/* Site Subfooter */

#site-subfooter {
    background: #eee;
    border-top: 1px solid #fff;
    color: #666;
    font-size: 11px;
    padding: 10px 0px;
    text-align: center;
}
#site-subfooter nav {
    display: inline;
}
#site-subfooter nav ul,
#site-subfooter nav li {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#site-subfooter li:before {
    content: ' - ';
}
#site-subfooter a {
    color: #666;
}
#site-subfooter a:focus,
#site-subfooter a:hover {
    text-decoration: underline;
}


/* Blog */

nav#nav-below {
    border-top: 1px solid #eee;
    padding: 20px 10px;
    text-align: center;
}
nav#nav-below div.nav-previous,
nav#nav-below div.nav-next {
    display: inline-block;
    padding: 10px;
}

/* One Column Template */

.page-template-page-1-column-php div#main {
    max-width: 960px;
}

.page-template-page-1-column-php .gform_wrapper {
    display: inline-block;
    max-width: 600px;
    width: 100%;
}

/* Forms */

.gform_wrapper {
    max-width: 600px !important;
    margin: 10px auto !important;
}
.gfield_label {
    font-weight: 400 !important;
}
.gfield_required {
    color: #C59447 !important;
}
.gform_footer br {
    display: none;
}
.gform_body > ul:first-child > li:first-child > label {
    margin-top: 0px !important;
}
.gform_wrapper {
    margin-top: 0px !important;
}
.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
    margin: 0 !important;
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
    margin-bottom: 0 !important;
}
.gsection_title {
    font-weight: normal !important;
}
table.ui-datepicker {
    display: table !important;
}
.gform_button {
    margin: 0 auto !important;
}
.gform_fields p {
    margin: 0;
}
.gform_wrapper .datepicker.datepicker_with_icon {
    width: 75% !important;
}


/* Button */

.button {
    background: url('../images/button-arrow.png') right center no-repeat;
    background-color: #333;
    color: #eee;
    display: inline-block;
    margin: 0 10px;
    padding: 15px 45px 15px 30px;
    text-decoration: none;
}
.button:hover,
.button:focus {
    background-color: #666;
    text-decoration: none;
}

/* More */

.more__anchor {
    background: url('../images/moreorless.png') no-repeat;
    padding-right: 20px;
}

.more--open .more__anchor {
    background-position: bottom right;
}

.more--closed .more__anchor {
    background-position: top right;
}

#CDSWIDCOE {
    margin: 10px auto !important;
}
iframe {
   margin-right: 20px;
}
.messageBox {
	display: inline;
	padding-left: 5px;
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar-blue.gif) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

/* Testimonial CSS */
.testimonial {
	width:720px;
	margin:0 auto;

}
.ranking {
	width:100px;
	margin:0 auto;

}
.left-quote {
float:left;
background:url(../images/quote-left.jpg) no-repeat top;
width:68px;
padding-right:20px;
height:77px;
}
.testi-text {
font-family: "Muli", Arial, serif; font-weight: 400; font-size: 13; font-style: normal;
float:left;
text-align:justify;
width:470px;
padding-right:70px;
margin-bottom:50px;
background:url(../images/quote-right.jpg) no-repeat right bottom;
}
.testi-headline {

font-family: "Waiting for the Sunrise", Arial, serif; font-weight: 400; font-size: 36;
font-size:36;

}

.eventname {
font-family: "Muli", Arial, serif; font-weight: 400; font-size: 8; font-style: normal;

}

.testi-pic {
float:left;
width:77px;
height:104px;
margin-left:70px;
display:inline;
}
.testi-name {
float:left;
padding:30px 0 0 15px;
}

table {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 18px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	width: 350px;
}	

th {
	background: /*url(http://jackrugile.com/images/misc/noise-diagonal.png), */linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
    font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

th:first-child {
	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;
}

th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}

td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
	font-weight: bold;
}

td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	

/* tr {
	background: url(http://jackrugile.com/images/misc/noise-diagonal.png);	
}

tr:nth-child(odd) td {
	background: #f1f1f1 url(http://jackrugile.com/images/misc/noise-diagonal.png);	
}
*/
tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	

tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}

tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #fff;
}
