/*

Theme Name: RSRC ADA
Author: rsrc
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:

*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */



/**

 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */



html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}


body {
	margin: 0;

}


/* HTML5 display definitions

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

/**

 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */


audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}


/**

 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**

 * Address `[hidden]` styling not present in IE 8/9/10.
  * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.

 */

[hidden],
template {
	display: none;
}


/* Links
   ========================================================================== */

/**

 * Remove the gray background color from active links in IE 10.
 */


a {
	background-color: transparent;
}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */


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


/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */


b,
strong {
	font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome. */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 40px;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}


sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}

/* Embedded content

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

/**
 * Remove border when inside `a` element in IE 8/9/10.

 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**

 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */


hr {
	box-sizing: content-box;
	height: 0;
}

/** * Contain overflow in all browsers.
 */


pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.

 */

code,
kbd,
pre,
samp {
		font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

button {
	overflow: visible;
}


/**

 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/** * Remove iner padding and border in Firefox 4+.

 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-heiht` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {	
box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */


input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;

}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== **

 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.social,
#nav > ul,
#nav > ul ul,
#footer .list,
.footer-nav ul,
.side-nav,
.side-nav ul,
.paging {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.image-posts:after,
#footer .bar:after,
.post:after,
.paging:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #262626;
	background: #fff;
	font: 16px/1.125  "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


img {
		max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
frameset {
	margin: 0 0 1.125em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.125em;
	}
th, td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .4em .7em;
}


input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #262626;
}


input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.125em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 290px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
		display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 290px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 160px;
	box-sizing: border-box;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #c4960c;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.125em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.125em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.125em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.125em;
	margin: 0 0 1.125em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}


.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}


.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #c4960c;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}


.navigation-single {
	margin-bottom: 1.125em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #c4960c;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
		padding: .4em;
	margin-bottom: 1.125em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.125em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.125em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.125em;
}

.mejs-container {
	margin-bottom: 1.125em;
}


.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,.h5,
h6,
.h6,
.h {
	font-family: "Arial", "Helvetica", sans-serif;
	margin: 0 0 .5em;
	color: #c4960c;
	text-transform: uppercase;
}

h1,
.h1 {
	font-size: 40px;
}

h2,.h2 {
	font-size: 36px;
	    line-height: initial;
}

h3,.h3 {
	font-size: 24px;
}

h4,.h4 {
font-size: 20px;
}

h5,.h5 {
font-size: 18px;
}

h6,.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #c4960c;
}
a:hove
r,
a:focus {
	text-decoration: none;
}




#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.container {
	max-width: 1164px;
	padding: 0 15px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: .8;
}

.btn {
	display: inline-block;
	vertical-align: top;
	background: #c4960c;
	color: #fff;
	text-transform: uppercase;
	padding: 9px 5px 8px;
	text-align: center;
}



.btn:hover {
	opacity: .9;
}

#header .panel {
	background: #fff;
	padding: 11px 0 8px;

}
#header .panel .right {
	float: right;
	padding: 0;
	margin-top:50px;
}

#header .panel .btn {
	min-width: 271px;
}

#header .image-holder {
	position: relative;
}

#header .image-holder > img {
	display: block;
	width: 100%;
}

#header .bar {
	/*position: absolute;*/
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .79);
	padding: 0;
}

#header .bar .logo {
	float: left;
	margin: 0 0 0 22px;
}

#header .bar .logo:hover {
	opacity: 1;
}


#header .bar .logo img {
	display: block;
}

.exchange {
	float: left;
margin: 1px 0 0 5px;
font-size:11px;
}

.exchange img {
	display: inline-block;
}

.social {
	float: left;
	}

.social li {
	float: left;
	margin: 0 0 0 10px;
}

.btnblue {

	background: #455560;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 12px 10px ;
	text-align: center;
	font-size:20px;
}

.toprez {
float:right;
clear:both;	
margin-top:30px;
}

#nav-bar-area {
	background-color:#c4960c;
	}

.image-posts {
	padding: 47px 0 45px;
}

.slider {
	position: relative;
}

.slider .mask {
	margin: 0 auto;
	width: 1134px;
	overflow: hidden;
}

.slider .slideset {
	width: 99999px;
}

.slider .slide {
	float: left;
	padding: 0 5px;
}

.slider .btn-prev,
.slider .btn-next {
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: -25px;
}

.slider .btn-next {
	left: auto;
	right: -25px;
}

.image-post {
	position: relative;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-align: left;
}

.image-post img {
	display: block;
	width: 100%;
}

.image-post .caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(31, 155, 222, .83);
	padding: 39px 20px 10px;
}

.image-post h1 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 -1px;
	color: inherit;
}

.image-post p {
	margin: 0 0 24px;
}

.image-post a {
	color: inherit;
}


.image-post .more {
	font-family: "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	display:block;
	margin-top:20px;
}

.image-post:hover .caption {
	display: block;

}

#footer {
	background: #FFFFFF;
	padding: 34px 0 20px;
	font-size: 14px;
	line-height: 22px;
}

#footer .bar {
	margin: 0 0 45px;
}

#footer .bar .col {
	float: left;
	width: 33.333333%;
	padding: 0 20px;
}


#footer .logo {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
}

#footer .logo:hover {
	opacity: 1;
}


#footer .logo img {
	display: block;
}


#footer h2 {
	font-family:  "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 4px 0 21px;
	color: #292929;
}

#footer .btn {
	border-radius: 0;
	text-align: left;
	min-width: 1px;
	max-width: 303px;
	display: block;
	margin: 0 0 9px;
	font-size: 22px;
	line-height: 29px;
	padding: 10px;
}

#footer .list {
	padding: 0 6px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
}

#foot {
border-top:5px solid #c4960c;	
padding-top:20px;
}

.footer-nav {
	color: #323232;
	width:80%;
		}

.footer-soc {
float:right;
}

.footer-soc img {
	width:22px;}

.footer-nav ul {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 20px 0;
}

.footer-nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	text-transform:uppercase;
}

.footer-nav li + li {
	margin-left: 2px;
}

.footer-nav li + li:before {
	content: "|";
	float: left;
	margin: 0 10px 0 5px;
}

.footer-nav a {
		color: #455560;
}

.footer-nav a:hover {
	color: #c4960c;
	opacity: 1;
}

.copy {
	display: block;
	font-size: 12px;
	line-height: 20px;
	}	
	.copy2 {
	display: block;
	font-size: 18px;
	line-height: 22px;

	}
.main-holder {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 50px 0 10px;
}

.main-holder #content {
	display: table-cell;
	vertical-align: top;
	padding: 0 16px;
}

.main-holder #content .block {
	padding: 62px 0 0;
}

.main-holder #sidebar {
	display: table-cell;
	vertical-align: top;
	width: 276px;
	padding: 0 10px;
}

.main-holder #sidebar h3 {
	text-transform: uppercase;
	border-bottom: 2px solid #999;
	padding: 0 0 3px;
	margin: 0 0 33px;
	font-size: 24px;
	line-height: 32px;
}

.main-holder h1 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 44px;
	margin: 0 0 34px;
}

.main-holder h2 {
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 19px;
}

.main-holder h3 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 18px;
}

.main-holder h4 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 15px;
}

.main-holder h5 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 12px;
}


.main-holder p {
	margin: 0 0 18px;
}

.side-nav {
	font-size: 18px;
	line-height: 20px;
}


.side-nav a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	color: #262626;
}

.side-nav .active > a {
	color: #c4960c;
}

.side-nav ul {
	margin-left: 36px;
}

.post {
	border-bottom: 1px solid #999;
	padding: 0 0 28px;
	margin: 0 0 31px;
	font-size: 18px;
	line-height: 24px;
	position: relative;
}

.post .visual {
		float: left;
	margin: 0 24px 0 0;
}

.post .visual img {
	display: block;
}

.post .holder {
	overflow: hidden;
}

.post .frame {
	overflow: hidden;
	padding: 3px 0 0;
}

.post .btn {
	float: right;	
	font-family:"Arial", "Helvetica", sans-serif;
	font-size: 20px;
	line-height: 33px;
	padding: 6px 5px 4px;
	min-width: 187px;
	margin: 3px 0 0 10px;
	border-radius: 0;
	clear:both;
}

.post h2 {
	font-family:  "Arial", "Helvetica", sans-serif;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	margin: 0;
}

.post .meta {
	font-size: 24px;
	line-height: 29px;
	display: block;
	color: #c4960c;
	margin: 0 0 23px;
}


.paging {
	font-size: 18px;
	line-height: 24px;
	padding: 6px 10px 0;
}

.paging li {
	float: left;
	margin: 0 10px 0 0;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}


@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
				cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1189px) {
		#header .bar .logo {
		margin: 0;
	}

	.exchange {
		margin-left: 0;
	}

	.slider {
		max-width: 400px;
		margin: 0 auto;
	}

	.slider .mask {
		width: 378px;
	}

	#footer .btn {
		font-size: 18px;
	}

	.main-holder #sidebar {
		width: 260px;
	}

	.post {
		padding: 0 0 64px;
		margin: 0 0 20px;
	}

	.post .visual {
		max-width: 290px;
		margin: 0 15px 0 0;
	}
	.post .frame {
		padding: 0;
	}

	.post .btn {
		position: absolute;
		bottom: 20px;
		left: 0;
		margin: 0;
		min-width: 290px;
	}
}


@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next,
	.navigation-single .prev {
		padding: .2em;
	}

	body {
		font-size: 14px;		
		line-height: 20px;
	}

	#header .panel .right {
		float: none;
		margin-top:0;
		text-align:center;
	}	

	.panel .right {
		float: none;
		margin-top:0;
		text-align:center;
	}

	#header .bar {
		padding: 0;
	}

	#header .bar .logo img {
		height: 70px;
	}

	.exchange {
		margin: 0 auto;
		text-align:center;
		float:none;
	}

	.social {
		float:none;
		margin: 0 auto;
		text-align:center;
	}

	ul.social {
		    margin: 0 auto;
    text-align: center;
   }	

	.social li {
    float: none;
    margin: 0 0 0 17px;
    display: inline-block;
}

	.toprez {
    float: none;
    margin-bottom: 30px;
    text-align: center;
}
	
	.image-posts {
		padding: 15px 0;
	}

	.slider {
		width: 290px;
	}

	.slider .mask {
		width: 290px;
	}

	.slider .slide {
		width: 290px;
		padding: 0;
	}

	.slider .btn-prev,
	.slider .btn-next {
		left: -15px;
	}

	.slider .btn-next {
		left: auto;
		right: -15px;
	}

	.image-post {		
	margin: 0 15px 15px;
		font-size: 16px;
		line-height: 20px;
	}

	.image-post .caption {
		padding: 10px;
		position: static;
		display: block;
	}
	
	.image-post h1 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 5px;
	}

	.image-post p {
		margin: 0 0 15px;
	}

	#footer {
		padding: 15px 0;
		text-align: center;
	}


	#footer .bar {
		margin: 0;
	}

	#footer .bar .col {
		float: none;
		width: auto;
		padding: 0 0 30px;
	}

	#footer h2 {
		margin: 0 0 10px;
	}

	#footer .btn {
		text-align: center;
		margin: 0 auto 9px;
	}

	#footer p {
		margin: 0;
	}
	
	.footer-nav {
       width: 100%;
}
	.footer-nav li {
		display: block;
		font-size: 14px;
		line-height: 22px;
		margin:
	}



	.footer-soc {
	display:none;	
	}

	.main-holder {
		margin: 20px 0;
	}

	.main-holder #content {
		display: block;
		padding: 0 0 30px;
	}

	.main-holder #content .block {
		padding: 15px 0 0;
	}

	.main-holder #sidebar {
		display: block;
		width: auto;
		padding: 0;
	}

	.main-holder h1 {
		margin: 0 0 15px;
		    font-size: 30px;
	}

	.main-holder p {
		margin: 0 0 15px;
	}

	.post {
				margin: 0 0 30px;
		padding: 0 0 15px;
	}

	.post .visual {
		float: none;
		margin: 0 auto;
	}

	.post .btn {
		position: static;
		min-width: 1px;
		display: block;
		float: none;
		margin: 0 auto 10px;
		width: 290px;
	}
}


@media (max-width: 499px) {

		.page-list-ext-item {
	width:100% !important;	
	}
}



.page-list-ext{
clear:none !important;   
}


.page-list-box img{
float: left;
margin: 0;	

}
.page-list-ext .page-list-ext-item {
clear: both;
margin: 10px 25px 30px 0 !important;
}


.page-list-ext-item{	

width: 30%;
float:left;
margin: 10px 25px 20px 0; !important;
clear:none !important;
position: relative;}

.page-list-ext-image {
float: none !important;
display: inline;
margin: 0px 0px 0px 0!important;
z-index:-10;
}


.page-list-ext-title {
text-transform: uppercase;
vertical-align:bottom;
bottom:0;
}

.page-list-ext .page-list-ext-title a{
font-size: 20px;
line-height: 30px;
margin: 5px 0 13px 0;
color: #c4960c;
font-family:  "Arial", "Helvetica", sans-serif;}


.page-list-ext-title a{
color: #c4960c;
text-decoration:none;}


.blocksection{
width:98%;
	display:block;

}


.blockitem{
	border-bottom: 1px solid #999;
    padding: 0 0 28px;
    margin: 0 0 31px;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}



.blockitem img{
	float:left;
	margin-right:20px;
	border: 1px solid #000000;
}



blockitemstore{
border-bottom: 1px solid #999;
    padding: 0 0 28px;
    margin: 0 0 31px;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}

.blockitemstore img{
	float:left;
	margin-right:20px;
	max-width:300px;
	border:none;
}

.blockcontent{
width:80%;
	}
	
	.blockcontent p{
overflow:hidden;
	}

	.blocklink {
	float: right;	
	margin-top:40px;
	}

.cadexchange {
display:inline-block;
}

.blockcontentstore{
	float:right;
}

small {
    padding-left: 10px;
}


.one-columnb .col-holder {
	font-size: 0;
	line-height: 0;

}

.one-columnb .col-holder .col {
	width: 98%;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	position: relative;
	font-size: 20px;	
	text-align: center;
	color: #fff;
	    background-color: #000000;
}
.one-columnb .col-holder .col img {
	width: 100%;
	max-height:190px;
	 opacity: .6;
}

#home .one-columnb .col-holder .col img {
	width: 100%;
	max-height:190px;
	 opacity: 1;
}


.two-columnsb {
	padding: 0;
	    margin: 15px 0;
}

.one-columnb{
	padding: 0;
	    margin: 15px 0;
}

.two-columnsb .col-holder {
	font-size: 0;
	line-height: 0;
}


.two-columnsb .col-holder .col {
	width: 47.9%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 20px;
	text-align: center;
	color: #fff;
	    background-color: #000000;
		margin:10px;	

}

.two-columnsb .col-holder .col img {
	width: 100%;
	    opacity: .6;
}

#home .two-columnsb .col-holder .col img {
	width: 100%;
	    opacity: 1;
}

.two-columnsb .col-holder .col:hover .col-frame {
	opacity: 1;
	pointer-events: auto;
	}

.two-columnsb .col-holder .col-frame {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(181, 73, 46, .6);
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.two-columnsb .col-holder .col-frame:after {
	content: "";
	display: inline-block;
	height: 100%;
	margin: 0 0 0 -5px;
	overflow: hidden;
	vertical-align: middle;
	width: 1px;
}

.two-columnsb .col-holder .col-frame .holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.two-columnsb .col-holder h2 {
	margin: 0 0 25px;
	text-transform: uppercase;
	font-size: 44px;
	line-height: 47px;
	font-weight: bold;
}

.two-columnsb .col-holder h2 a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.two-columnsb .col-holder h2 a:hover {
	opacity: .8;
}

.two-columnsb .col-holder .col a {display:block}

@media (max-width: 1024px) {

	.two-columnsb .col-holder .col {
	width:98%;
	display:block;	
	}
}

	@media (max-width: 500px) {
	.social li {
		    margin: 0 0 0 3px;}
			
	.social img {
	max-width:80%;	
	}
}

.headline {
z-index: 1000;
    position: absolute;	
	text-shadow: 1px 2px 0 rgba(0, 1, 1, 0.5);
	text-transform: uppercase;
    color: #ffffff;
    vertical-align: middle;
    margin-left: 20px;
	font-family:  "Arial", "Helvetica", sans-serif;
	font-size:44px;
	line-height:48px;
	text-align:left;
	margin-top:20px;
}

.venuesection {
	margin-bottom:20px;	
	clear:both;
	}

.venuelogo {
width:33%;
float:left;	
}

.venuehours {
width:40%;
float:left;	
display:inline;
margin:0;
}

.venuemenus{
width:26%;
float:left;	
display:inline;
}

.rez {
	width:33%;
float:left;	
display:inline;
}

.menuitem {
	margin-bottom:15px;}

.menuitem .btn {
		    font-size: 16px;
    line-height: 20px;}	


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

}

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

.venuelogo {
width:93%;
}

.venuehours {
width:90%;
margin:0;
}

.venuemenus{
width:93%;
}

.menuitem {
	margin-bottom:10px;}

.menuitem .btn {
	    font-size: 18px;
    line-height: 24px;}	

}

.blocksection {
padding: 0 10px;}

.blockitem-slot {
    width: 24%;
    display: inline-block;
    margin-bottom: 20px;
    /* margin-right: 10px; */
    font-size: 14px;
    line-height: 24px;
color:#c4960c;
}

.blockitem-slot  img {
max-width:250px;
border:1px solid #CCC;

}


@media only screen and (max-width: 925px) {
	.blockitem-slot  {
    width: 49%;
	 margin-bottom: 15px;
}}

@media only screen and (max-width: 615px) {
	.blockitem-slot  {
    width: 99%;
}
}

.main-holder #content-ent {
    display: table-cell;
    vertical-align: top;
    padding: 30px;
    background: #000;
    color: #fff;
}

.main-holder #content-ent h1, .main-holder #content-ent h2, .main-holder #content-ent h3 {
	color:#edc755
}


/* events */
	
	.ent-post {
padding: 20px;
margin: 0 0 21px;
color: #ffffff;
min-height: 150px;
position: relative;
background: #000;
min-height: 180px;
	
}

.white-bg {
	background: #fff !important;
	color:#000 !important;
	    clear: both;
}

.ent-post .visual {
	float: left;
	margin: 0 24px 0 0;
}

.ent-post .visual img {
	display: block;
	
}

.ent-post .holder {
	overflow: hidden;
}

.ent-post .frame {
	overflow: hidden;
	padding: 3px 0 0;
}

.ent-post .btn {
background: #455560;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 12px 10px;
    text-align: center;
    font-size: 16px;
}

.ent-post h3 {
	color:#edc755;
	text-transform: uppercase;
	margin: 0;
}

.white-bg h3 {
	color:#c4960c !important;
}

.ent-post .meta {
	font-size: 24px;
	line-height: 38px;
	display: block;
	color: #ffffff;
	margin: 0 0 23px;
}

@media (max-width: 1189px) {


	.ent-post {
		padding: 0 0 64px;
		margin: 0 0 20px;
	}

	.ent-post .visual {
		max-width: 290px;
		margin: 0 15px 0 0;
	}

	.ent-post .frame {
		padding: 0;
	}

	.ent-post .btn {
		
	}
}

@media (max-width: 767px) {
		.ent-post {
		margin: 0 0 30px;
		padding: 0 0 15px;
	}

	.ent-post .visual {
		float: none;
		margin: 0 auto;
	}
	
	.ent-post .frame {
	margin-top:20px;	
	}

	
}
#rush h1, #rush h2, #rush h3, #rush .main-holder h1 {
    font-family: "Arial", "Helvetica", sans-serif;
    font-weight:normal;
	    color: #c4960c;
}

/* 3 column events */
.events-list 
  {
    margin: 0 auto;
     padding: 0 0 60px 0;
    width: 100%;
  }
  
 .events-list:after {
	content:"";
	display:block;
	clear:both;
	margin-bottom:20px; 
 }
  .event {
	    float: left;
    margin: 0 1% 15px;
    width: 31.333333%;
 
}
   
      .events-list .event:nth-child(3n+1) {
    clear: left;
}
  
    .event-title {
      padding: 0 15px;
      text-align: center;
      line-height: 1;
      margin:0 0 3px !important;
      padding: 5px 15px 10px;
	  font-size: 18px;
	  text-transform:none;
    }
    .event-body {
      padding: 0 10px;
      text-align: center;
    }
	
	.event-body p {
		
		margin: 0 0 9px;}
    .event-details {
      padding: 0 10px;
      text-align: center;
    }
	 .event-details .btn {
	
	}
	
	p.tagline, p.date {
	text-align:center;	
	}
	
	
    .event-thumbnail img {
         display: block;
      height: auto;
      width: 100%;
    }


@media screen and (max-width: 960px) {
 .event {
    margin: 0 2% 40px;
    width: 46%;
   
    }
    
 
}
@media screen and (max-width: 600px) {
  .event {
    margin: 0 2% 40px;
    width: 96%;
  }
}


/* tooltip */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 220px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.social-carousel .btn-prev,
.social-carousel .btn-next,
.propick-carousel .btn-prev,
.propick-carousel .btn-next,
 {
	text-indent: -9999px;
	overflow: hidden;
}


.social-carousel  {
	position: relative;
	padding: 19px 24px 21px;
}

.propick-carousel {
    position: relative;
    padding: 0 30px;	
}
.social-carousel .holder, .propick-carousel .holder{
	overflow: hidden;
}


.social-carousel .frame {
	margin: 0 -7px;
	overflow: hidden;
}


.propick-carousel .frame {
	margin: 0;
	overflow: hidden;
}

.social-carousel .mask2, .propick-carousel .mask2 {
	position: relative;
	overflow: hidden;
	height: auto !important;
	width: 100%;
	float: left;
}


.social-carousel .slideset, .propick-carousel .slideset {
	width: 100% !important;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}


.social-carousel .slide{
	font-size: 15px;
	line-height: 1.2;
	width: 25% !important;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	white-space: normal;
}
.propick-carousel .slide{
	font-size: 20px;
	line-height: 1.2;
	width: 25% !important;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	white-space: normal;
}

.social-carousel .slide a, .propick-carousel .slide a {
	display: block;
	color: #fff;
}




.social-carousel .slide-holder, .propick-carousel .slide-holder{
	display: block;
	margin: 0 0 15px;
	position: relative;
}



.social-carousel img {
	max-width: none;
	width: 100%;
	display: block;

	
}



.social-carousel  .btn-prev,
.social-carousel  .btn-next{
	position: absolute;
	top: 50%;
		left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20.5px 21px 20.5px 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(-160%);
	-ms-transform: translateY(-160%);
	transform: translateY(-160%);
	border-color: transparent #c4960c transparent transparent;
}

.propick-carousel .btn-prev,
.propick-carousel .btn-next{
	position: absolute;
	
	   
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20.5px 21px 20.5px 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(-160%);
	-ms-transform: translateY(-160%);
	transform: translateY(-160%);
	border-color: transparent #233b4e transparent transparent;
}

.social-carousel .btn-next {
	left: auto;
	right: 0;
	border-width: 20.5px 0 20.5px 21px;
	border-color: transparent transparent transparent #c4960c;
}


.propick-carousel  .btn-next {
	left: auto;
	right: 0;
	border-width: 20.5px 0 20.5px 21px;
	border-color: transparent transparent transparent #233b4e;
}

.entpost .caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(196, 150, 12, .83);
	padding: 39px 20px 10px;
	max-width:100%;
	font-size:20px;
}

.entpost {
	max-width:100%;
	position: relative;}

.entpost:hover .caption {
	/*display: block;*/
}

.container-ent {
	max-width: 1292px;
	margin: 0 auto;
	padding: 0;
}

.entslide {
padding-left:5px;
padding-top:10px;	
}

.entslide h4 {
	font-size: 22px;
    margin: 0 0 10px;
}

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

.social-carousel .slideset {
    width: 98% !important;
    margin:0 auto;
}

.social-carousel {
		padding: 15px 0 10px;
	}

	.social-carousel .slide {
		width: 100% !important;
	}

.propick-carousel .slideset {
    width: 98% !important;
    margin:0 auto;
}


	.propick-carousel .slide {
		width: 100% !important;
	}


.entimg {
	width:80%;
	margin-top:40px;}
}

#menupage p{
margin-bottom:12px;	
}

#no-op img {
opacity:1;	
}


.calrow {

margin:0;
padding:0	
}


.calbox {
	margin:0;
padding:0;	
width: 14%;
display:inline-block;
float:left;
}

.calbox img {
height:auto;
width:100%;	

}

.nomobile {
	display:inline-block;
}

.btmimg {
width:50%;	
float:left;
display:inline-block;
}

.mainbox   {
height:140px;	
border:1px solid #000;
}
.weekday {
	height:115px;
	border:1px solid #000;
}

@media only screen and (max-width: 767px) {
	.calbox {
    width: 32%;
    float: left;
    display: inline-flex;
    height: 190px;
}

.weekday {
	display:none !important;
}

.calbox .nomobile {
	display:none !important;
}

.calrow {
clear:none;	
}

img.nomobile {
	display:none !important;
}

.nomobile {
	display:none !important;
}

.btmimg {
width:190%;	

}
	
}


@media only screen and (max-width: 480px) {
	.calbox {
width: 50%;


}
	
}

.morelink {
	display: inline-flex;
    vertical-align: top;
    padding: 3px 30px 2px;
    font-size: 14px;
    line-height: 33px;
    text-transform: uppercase;
    text-decoration: none;
    border: 3px solid #c4960c;
    letter-spacing: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    background: #c4960c;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    margin-top: 1px;
	margin-bottom:10px;
}

.booking-1 h3 {
margin-bottom:7px !important;	
}

.book-form {
	background: #000;
}

.book-form .title {
	    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
        padding: 25px;
    margin-right: 20px;
    background: #c4960c;
}

.book-form .title img {
	    display: inline-block;
    float: left;
    margin-right: 15px;
	padding-top:10px;
}

.book-form .date {
	float: left;
	overflow: hidden;
}

.book-form .date input[type=text] {
	display: block;
	margin: 10px 15px;
	background: none;
	border: 2px solid #fff;
	color: #fff;
	 font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 15px;
	padding: 6px 9px;
	background: url(images/cal-ico.png) no-repeat right;
}

.book-form .person {
    display: block;
	margin: 0 15px ;
	background: none;
	border: 2px solid #fff;
	color: #fff;
	 font-family:  "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 15px;
	padding: 5px;
    /*background: url(images/ico-person.png) no-repeat 85px 14px;*/
}

.book-form .rate {
    display: block;
	margin: 0 5px 5px;
	background: none;
	border: 2px solid #fff;
	color: #fff;
	 font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 15px;
	padding: 5px;
    /*background: url(images/ico-person.png) no-repeat 85px 14px;*/
}

.book-form .person option, .book-form .rate option {
color:#000;	
}

.book-form .col {
	display: inline-block;
    float: left;
	margin: 5px;
}

.book-form .btn {
	padding:6px 9px;
	font-size: 16px;
	border: none;
	margin:0 0 10px 25px;
	 font-family:  "Arial", "Helvetica", sans-serif;
}

.book-form .mobile-book {
	display: none;
	text-transform: uppercase;
	border-radius: 0;
	float: none;
	/* max-width: 280px; */
        margin: 0 35px 10px 15px;
    width: auto;
    height: auto;
    padding: 10px;
}


@media (max-width: 1189px) {.book-form {
		text-align: center;
	}

	.book-form .title {
		float: none;
		display: block;
		padding: 10px;
		text-align: center;
	}

	.book-form .phone {
		padding: 10px;
	}

	.book-form .area {
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width: 767px) {
	.book-form {
		padding: 9px 0;
	}

	.book-form .separator {
		display: none;
	}

	.book-form .col {
		display: inline-block;
		vertical-align: top;
		margin: 0 10px;
	}
}


.book-form img {
    display: inline-block;
    float: left;
    padding: 30px 0 10px 20px;
	}

@media (max-width: 519px) {
	
	.book-form .mobile-book {
		display: block;
	}
	
	.book-form img {
	display:none;	
	}
	.book-form .area {
    display: none;}
	
	.toprez {
    float: none;
    clear: both;
    margin: 30px auto;
}
}

.goldleft {
    background: #c4960c;
    /* max-width: 290px; */
    float: left;
    text-align: center;
    margin: 0 auto;
    display: list-item;
}


.wc-shortcodes-one-third {
margin-left: 2.5%;	
}

.bookrow {
float:left;
display:block;	
}

#form5 select {
	font-size: 25px;
    padding: 10px;
}

#form5 input[type="submit"] {
	    background: #c4960c;
    color: #fff;
	    padding: 10px 15px;
    font-size: 25px;
    border: none;
    margin: 0 0 10px 25px;
    font-family:  "Arial", "Helvetica", sans-serif;
}

.fc-day-grid-event .fc-content {
     padding: 5px;
   }
   
  .wpfc-calendar-wrapper h2 {
    font-size: 20px !important;
} 

body .gform_wrapper ul li.gfield {
    margin-top: 29px;}
	
	.calendarkey {
		
	margin:5px 8px 30px 8px;
	padding:10px 12px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	width:auto;;
	display:inline-block
}
	
	.blue {
	background:#23285f;
	}
	
	.green {
	background:#a8d144;
	}
	
	.gold {
	background:#c4960c;
	}
	
	.orange {
	background:#d87827;
	}
	
	.red {
		background:#dd3333;
	}
	
	.purple {
		background:#8224e3;
	}
	
	/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  
}


#propick {
	}	
	
#propick h1 {
	color:	#233b4e !important;

	}

#propick .prize {
	text-align: center;
	color:#233b4e;
	font-size: 22px;
    line-height: 24px;
	text-transform:uppercase;
}

#propick .prize span {
font-weight:bold;
color:#c4960c;
}
#propick .wc-shortcodes-content {
	text-align:center; }
 .winner {
	 background-color:#c4960c;	}
	 
	 .half {
	
    width: 50%;
    /* display: inline; */
    float: left;
}

#propick .bottombtn {
	text-align: center;
	color:#233b4e;
	font-size: 30px;
    line-height: 36px;
	text-transform:uppercase;
	    display: inline-flex;
	}	 
	
	#propick .bottombtn a {
		 background-color:#233b4e;
		 padding:20px 15px;
		     margin: 10px 0;}


#propick sup {

    top: -.25em;
}
	
	 @media only screen and (max-width: 609px) {
		 
		  .half {
	
    width: 100%;
   
    float: none;
}
		 }
 #propick .wc-shortcodes-one-third {
  
    margin-left: 1.5%;		 }
	
 #propick	.main-holder #content {

    padding: 0 ;
}

.bookrow label {display:none;}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}
.site-navigation li {
}
.site-navigation ul ul {
    
}
.site-navigation a {
	color: #fff;
	display: block;
	text-transform: uppercase;
}
.site-navigation a:hover {
	color: #ee2a20;
}
.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
	color: #ffffff;
	font-weight: 900;
}
/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;

	font-weight: bold;
}
.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}
.primary-navigation .nav-menu {
	display: none;
}
.primary-navigation.toggled-on .nav-menu {
	display: block;
}
.primary-navigation a {
	padding: 7px 0;
}

.menu-toggle {
    background-color: #c4960c;
	border-radius: 0;
	cursor: pointer;
	height: 68px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 68px;
}
.menu-toggle:before {
	color: #fff;
	content: "\f0c9";
	font: normal 32px/1 FontAwesome;
	padding: 20px;
}
.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
	background-color: #444;
}
.menu-toggle:focus {
	outline: 1px dotted;
}

 @media screen and (min-width: 1008px) {
	 
	 /* Navigation */

.site-navigation li .current_page_item > a,  .site-navigation li .current_page_ancestor > a,  .site-navigation li .current-menu-item > a,  .site-navigation li .current-menu-ancestor > a {
	color: #fff;
}
/* Primary Navigation */

.primary-navigation {
	float: right;
	margin: 0 1px 0 -12px;
	padding: 0;
	text-transform: uppercase;
}
.primary-navigation .menu-toggle {
	display: none;
	padding: 0;
}
.primary-navigation .nav-menu {
	border-bottom: 0;
	display: block;
}
.primary-navigation.toggled-on {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.primary-navigation li {
	border: 0;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	position: relative;
}
.primary-navigation a {
	display: inline-block;
	padding: 0 8px;	
	white-space: nowrap;
}
.primary-navigation ul ul {
	background-color: #455560;
	float: left;
	margin: 0;
	position: absolute;
	top: 48px;
	left: -999em;
	z-index: 99999;
	    padding-left: 0;
		text-transform:none;
}
.primary-navigation li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
}
.primary-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.primary-navigation ul ul a {
padding: 18px 8px;
    white-space: normal;
    width: 276px;
}
.primary-navigation li:hover > a,  .primary-navigation li.focus > a {
	background-color: #455560;
	color: #fff;
}
.primary-navigation ul ul a:hover,  .primary-navigation ul ul li.focus > a {
	background-color: #c4960c;
}
.primary-navigation ul li:hover > ul,  .primary-navigation ul li.focus > ul {
	left: auto;
}
.primary-navigation ul ul li:hover > ul,  .primary-navigation ul ul li.focus > ul {
	left: 100%;
}
.primary-navigation .menu-item-has-children > a,  .primary-navigation .page_item_has_children > a {
	padding-right: 26px;
}
.primary-navigation .menu-item-has-children > a:after,  .primary-navigation .page_item_has_children > a:after {
	-webkit-font-smoothing: antialiased;
	content: "\f107";
	display: inline-block;
	font: normal 8px/1 FontAwesome;
	position: absolute;
	right: 12px;
	top: 22px;
	vertical-align: text-bottom;
}
.primary-navigation li .menu-item-has-children > a,  .primary-navigation li .page_item_has_children > a {
	padding-right: 20px;
	width: 168px;
}
.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,  .primary-navigation .menu-item-has-children li.page_item_has_children > a:after,  .primary-navigation .page_item_has_children li.menu-item-has-children > a:after,  .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
	content: "\f105";
	right: 8px;
	top: 20px;
}
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.hide {
	display: none;
}
