/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:'Bitter', serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul li {color:#FFFFFF;}

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

.splitter {
	width:100%;
	clear:both;
	height:1px;
}

.mt30 { margin-top:30px !important;}

p {color:#FFF; font-size:14px;}
h2 {color:#be8603; font-size:24px; margin:18px 0; padding-left:20px;}
.footer h2 {
	padding-left:0;
}
h3 {color:#FFF; font-size:22px; margin:18px 0 30px 0;}
a {color:#be8603;}

.main table h1 {font-size:24px; margin:18px 0;}
.main table p {
    margin-bottom: 10px;
}

.main table a {
    text-decoration: none;
}

.white {
	color:#FFF;
}

.screen-reader-text {display:none !important;}
h1.entry-title {display:none;}

.main .page h1, .main .page h2, .main .page h3 {
	float:none;
	clear:none;
}

.ml-0 {margin-left:0 !important;}
.ml-20 {margin-left:20px;}
.mr-0 {margin-right:0!important;}
.mb-69 {margin-bottom:69px;}
.h-20 {height:20px !important;}
.orange, .orange p {color:#BE8603 !important;}
.grey {color:#838383 !important; font-style:italic;}
.bold {font-weight:bold;}
.ital {font-style: italic;}
.h20 {height:20px;}
.alignleft {float:left;}

.bodywrap {
	background:none;
	width: 940px;
	margin:0 auto;
	text-align:left;
	clear:both;
	position:relative;
}

.header {
	height:156px;
	float:left;
	width:100%;
	background:#000;
}

.home .header, .hasbanner .header {
	height:652px;
}

.footer {
	float:left;
	width:100%;
	height:450px;
	background:url(../img/main-bg.png) repeat 0 0 transparent;
}

.header .logo {
	position:absolute;
	top:39px;
	left:0;
	width:357px;
	height:116px;
	text-indent:-99999px;
	background:url(../img/logo.png) no-repeat 0 0 transparent;
	z-index:999;
}

.top-header {
	height:155px;
}

.header .search {
	position:absolute;
	top:75px;
	right:0;
	z-index:999;
}

.header .search input[type="text"] {
	background:#7e7e7e;
	width:299px;
	border:none;
	float:left;
	color:#000;
	height:35px;
	line-height:35px;
	padding-left:14px;
}

.header .search input[type="submit"] {
	position:absolute;
	top:0;
	right:0;
	width:35px;
	height:35px;
	border:none;
	text-indent:-99999px;
	background:url(../img/search-btn-off.png) no-repeat 0 50% #7e7e7e;
}

.header .search #searchsubmit.on {
	background:url(../img/search-btn-on.png) no-repeat 0 50% #FFF;
}

.header .search #searchsubmit:hover {
	cursor:pointer;
}

.header .search input[type="text"]:focus {
	background:url(../img/search-line.png) no-repeat 7px 50% #FFF;
}

.banner {
	height:652px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#000;
}

.slide {
	position:relative;
	width:100% !important;
	height:652px;
}

.slide .container {
	background:none;
	width: 940px;
	margin:155px auto 0 auto;
	text-align:left;
	clear:both;
	position:relative;
}

.slide, .slide img {
	float:left;
	width:100%;
}

.slide .caption_container {
	position:absolute;
	right:0;
	top:0;
	background:rgba(0,0,0,0.7);
	height:497px;
	width:313px;
	color:#FFF;
}

.slide .caption {
	position:absolute;
	bottom:0;
	left:0;
	padding:30px;
	font-size:18px;
}

.slide .caption h1 {
	font-size:44px;
	text-transform: uppercase;
	float:left;
	clear:left;	
	margin:8px 0;
}

.slide .caption p {
	font-style: italic;
	margin:7px 0;
	float:left;
	clear:left;
}

.slide .caption .author {
	color:#be8603;
	font-style: normal;
	margin:0;
}

.slide .caption .more {
	float:left;
	clear:left;
	background:#333333;
	padding:15px 28px;
	color:#999999;
	text-decoration: none;
	text-transform: uppercase;
	font-size:14px;
	margin-top:25px;
}

.stars {
	float:left;
	width:100%;
	height:22px;
}

.stars.one { background:url(../img/stars-1.png) no-repeat 0 0 transparent; }
.stars.two { background:url(../img/stars-2.png) no-repeat 0 0 transparent; }
.stars.three { background:url(../img/stars-3.png) no-repeat 0 0 transparent; }
.stars.four { background:url(../img/stars-4.png) no-repeat 0 0 transparent; }
.stars.five { background:url(../img/stars-5.png) no-repeat 0 0 transparent; }

.slide_nav {
	position: absolute;
	top:185px;
	left:643px;
	z-index:999;
}

.slide_nav a {
	text-indent:-999999px;
	width:9px;
	height:9px;
	border:1px solid #be8603;
	margin-right:9px;
	float:left;
}

.slide_nav a.activeSlide, .slide_nav a:hover {
	background: #be8603;
}

.main {
	background:url(../img/main-bg.png) repeat 0 0 transparent;
	float:left;
	width:100%;
}

.main h1 {
	font-size:36px;
	color:#FFF;
	padding-left:20px;
	margin-bottom:15px;
	margin-top:20px;
	float:left;
	clear:both;
	width:100%;
}

.main h3 {
	font-size:22px;
	color:#BE8603;
	padding-left:20px;
	margin-bottom:15px;
	margin-top:20px;
	clear:both;
	width:100%;
}

.main .news-feed h3, .main .blog-feed h3 {
	padding-left:0px;
}


.main .newsdetail h1 {
	clear:none;
	width:770px;
}

.main .section {
	float:left;
	clear:both;
	margin:25px 0;
	color:#FFF;
	width:100%;
}

.page-id-344 .main .section {
	width:auto;
}

.main .section.dark {
	margin:0 0 20px 0;
}

.main .item h2 {
	color:#FFF;
	font-size:18px;
	text-transform: uppercase;
	margin:0;
	padding:0;
}

.main .noeffect .item h2 {
	color:#BE8603;
}

.main p.date {
	color:#be8603;
	margin:0 !important;
}

.main p {
	color:#FFF;
	line-height:1.5em;
}

.main p.copyright {
	width:940px;
	padding:0;
	float:left;
	clear:both;
	margin:20px 0;
	color:#be8603;
	text-transform: uppercase;
	text-align:center;
}

.main ul li {
	line-height:24px;
	font-size:14px;
}

.item {
	position:relative;
	float:left;
	width:264px;
	margin-left:14px;
	margin-bottom:14px;
	background:rgba(0,0,0,0.5);
	padding:20px 20px 41px 20px;
	min-height:295px;
}

.item img {
	border:4px solid #FFF;
	margin-bottom:10px;
}

.single .news-feed p img, .single .news-feed p img {
	width:auto;
	height:auto;
	max-width:100%;
}

.noeffect .item img {
	border:none !important;
}

.films .item a.overlay {
	width:264px;
	height:133px;
	position:absolute;
	top:20px;
	left:20px;
	background:url(../img/video_play.png) no-repeat 50% 50% transparent;
}

.media.video a.overlay {
	width:100px;
	height:75px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../img/video_play_small.png) no-repeat 50% 50% transparent;
}

.main .item p {
	font-size:13px;
	margin:14px 0;
	padding:0;
}

.main .item a.more {
	position:absolute;
	bottom:10px;
	left:20px;
    background: none repeat scroll 0 0 #333333;
    color: #999999;
    font-size: 13px;
    height:31px;
    line-height:31px;
    padding:0 10px;
    text-decoration: none;
    text-transform: uppercase;
    float:left;
    min-width:70px;
    text-align: center;
}

.ads {
	float:left;
	width:100%;
	min-width:980px;
	background:url(../img/ads-banner.png) repeat-x 0 0 transparent;
	height:80px;
	padding-top:21px;
	text-align: center;
	margin-bottom:20px;
}

.ads > .bodywrap > ul {
    margin-top: 7px;
}

.ads ul li {
	display:inline-block;
	margin:0 0.5%;
	width:19%;
}

.ads ul li img {
	border:2px solid #FFF;
	-moz-box-shadow: 0px 3px 10px #2f2f2f;
	-webkit-box-shadow: 0px 3px 10px #2f2f2f;
	box-shadow: 0px 3px 10px #2f2f2f;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	height:auto;
}

.footer .col {
	float:left;
	padding-left:20px;
	margin:10px 0;
}

.footer .col.first { width:381px; }
.footer .col.second { width:214px; }
.footer .col.third { width:176px; }
.footer .col.fourth { width:89px; }

.footer h2 {
	color:#BE8603;
	font-size:18px;
	margin:0;
}

.footer .col ul {
	float:left;
}

.footer .col ul li a {
	color:#e0e0e0;
	text-decoration: none;
	text-transform: uppercase;
	font-size:11px;
	line-height:1.4em;
}

.footer .col ul li a:hover {
	color:#BE8603;
}

.footer .bottom, .divider {
	float:left;
	width:100%;
	background:url(../img/divider.png) no-repeat 50% 0 transparent;
	padding-top:25px;
	margin-top:15px;
}

.footer .bottom p {
	margin:5px 0;
	padding-left:20px;
	color:#E0E0E0;
}

.footer .quicklinks {
	position:absolute;
	top:218px;
	right:0;
}

.header .quicklinks {
	position:absolute;
	top:123px;
	right:0;
	z-index:999;
}

.quicklinks li {
	float:left;
	color:#BE8603;
	margin-left:4px;
}

.quicklinks li a {
	color:#e0e0e0;
	text-decoration: none;
	text-transform: uppercase;
	font-size:14px;
}

.quicklinks li a:hover, .quicklinks li.current a {
	color:#BE8603;
}

.post, .page {
	float:left;
	clear:left;
	width:100%;
}

.post p, .page p {
	padding-left:20px;
	font-size:13px;
	margin-bottom:20px;
}

.page .banner p{
	padding-left:0;
}

.post p.large, .page p.large, .post .large p, .page .large p {
	font-size:18px;
}

.section.dark {
	background:rgba(0,0,0,0.5);
	padding:20px 2% 0px 2%;
	width:893px;
}

.section.dark p {
	padding:0;
	text-align: justify;
}

.section.dark h2 {
	color:#FFF;
	margin-top:0;
	font-size:30px;
}

.section .col {
	float:left;
	width:47.6%;
}

.section .gamma .col {
	margin-left:14px;
}

.section .col.right {
	float:right;
}

.post .info {
	float:left;
	clear:both;
}

.post .info .col {
	float:left;
	padding-left:20px;
}

.post .info .col.first { width:270px; }
.post .info .col.second { width:362px; }
.post .info .col.third { width:240px; }

.post .info .team {
	float:left;
	margin:0 20px 20px 0;
	width:170px;
}

.post .info .team p {
	padding:0;
	margin:0;
}

.post .media {
	float:left;
	clear:both;
	background:rgba(0,0,0,0.5);
	padding:8px 10px 8px 0;
	width:98.5%;
}

.post .media ul li, .post .ngg-gallery-thumbnail-box, .page .ngg-gallery-thumbnail-box {
	float:left;
	margin:10px 0 0 15px;
	position:relative;
}

.page .media .ngg-gallery-thumbnail-box {
	width:100px;
}

.post .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img, .page .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
	background-color: #000;
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.main .section .image {
	float:left;
}

.main .section .image.w-428 {
	width:428px;
}

.main .section .image img, .page .section img {
	float:left;
	border:5px solid #FFF;
	-moz-box-shadow: inset 0px 0px 5px #000;
	-webkit-box-shadow: inset 0px 0px 5px #000;
	box-shadow: inset 0px 0px 5px #000;
}

.main .section .image p.wp-caption-text, .main .section p.wp-caption-text {
	background:#be8603;
	padding:10px 0px;
	text-align:center;
	float:left;
	clear:left;
	width:100%;
	text-transform: uppercase;
}

.main .section .alignleft, .main .section img.alignleft, .main .section .alignnone {
    display: inline;
    float: left;
    margin-right: 22px;
    margin-top: 4px;
}

.main .section .alignnone {
	/* margin-left:20px; */
	margin-left:0;
	margin-right:0;
	max-width:100%;
	margin-bottom:20px;
	float:none;
}

.single .main .section .blog-feed img, .category .main .section .blog-feed img,
.single .main .section .news-feed img, .category .main .section .news-feed img {
	margin:20px 0;
}

.single .main .section .blog-feed .wp-caption img, .single .main .section .blog-feed .wp-caption-text,
.single .main .section .news-feed .wp-caption img, .single .main .section .news-feed .wp-caption-text {
	margin:0;
	float:none;
}

.single .main .section .blog-feed .aligncenter, .single .main .section .news-feed .aligncenter,
.single .main .section .blog-feed .wp-caption.aligncenter, .single .main .section .news-feed .wp-caption.aligncenter {
	display:block;
	text-align:center;
	margin:10px auto;
	clear:both;
	max-width:542px;
}

.single .main .section .blog-feed .aligncenter img, .single .main .section .news-feed .aligncenter img,
.single .main .section .blog-feed .wp-caption img, .single .main .section .news-feed .wp-caption img {
	max-width:100%;
}

.main .section .post-285 .alignleft {
	margin-left:20px;
}

.main .section .alignright, .main .section img.alignright {
    display: inline;
    float: right;
    margin-left: 22px;
    margin-top: 4px;
}

.row5 .item {
	width:145px;
	height:259px;
	min-height:259px;
	float:left;
	margin:0 0 21px 42px;
	padding:0;
}

.row5 .item img {
	margin:0;
	float:left;
}

.row5 .item .caption {
	background:#be8603;
	float:left;
	clear:both;
	width:100%;
	text-align: center;
	height:58px;
}

.row5 .item .caption p {
	text-align:center;
	font-size:12px;
	margin:0;
}

.row5 .item .caption h2 {
	color:#FFF;
	font-size:13px;
	margin:7px 0 1px 0;
	padding:0 20px;
}

.row3 .item {
	width:290px;
	height:29px;
	min-height:29px;
	float:left;
	margin:0 0 11px 11px;
	padding:0;
}

.row3 .item a {
	width:290px;
	height:29px;
	min-height:29px;
	line-height:29px;
	float:left;
	color:#FFF;
	background:#606060;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration: none;
}

.row3 .item a:hover {
	background:#bf8603;
}

.row3.people .item {
	width:269px;
	height:280px;
	float:left;
	margin:0 0 6px 6px;
	padding:20px;
}

.row3.people .item img {
	float:left;
	border:none;
	margin-bottom:20px;
}

.row3.people .item .content {
	float:left;
	width:111px;
	margin-left:13px;
}

.row3.people .item h3 {
	font-size:18px;
	line-height:18px;
	margin:0;
	width:90%;
}

.row3.people .item .orange {
	font-size:18px;
}

.row3.people .item .grey {
	margin-top:10px;
}

.row3.people .item a {
    background: none repeat scroll 0 0 #BE8603;
    color: #FFFFFF;
    float: left;
    height: auto;
    line-height: 18px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.row3.people .item ul li a {
	background:none;
	padding:0;
}

.alpha {
	float:left;
	width:582px;
}

.gamma {
	float:left;
	width:300px;
	margin-left:58px;
	margin-top:14px;
}

.gamma ul li a, .gamma ul li, .gamma p {
	color:#E0E0E0;
	text-decoration: none;
}

.gamma ul li a:hover, .gamma p a:hover {
	text-decoration: underline;
}

.gamma .list li a:hover, .gamma .list li.current a {
	color:#BE8603;
}

.news-feed .item {
	float:left;
	clear:left;
	width:542px;
	padding:20px;
	min-height:140px;
	height:auto;
	margin:0 0 10px 0;
}

.news-feed .item h2 {
	float:left;
	clear:none;
	width:423px;
	font-size:20px;
	margin:17px 0 0 17px;
}

.category .news-feed .item p, .search .news-feed .item p {
	margin:10px 0 6px 17px;
	float:left;
	width:78%;
}

.category .news-feed .item a, .search-results .news-feed .item a {
	text-decoration: none;
	text-transform: uppercase;
	font-size:13px;
	float:right;
	clear:both;
}

.blog-feed .item {
	float:left;
	clear:left;
	width:542px;
	padding:20px;
	min-height:140px;
	height:auto;
	margin:0 0 10px 0;
}

.blog-feed .item img, .news-feed .item img {
	border:none;
	margin:10px 0;
	max-width:100%;
	height:auto;
}

.news-feed iframe { 
	max-width:542px;
}

.options {
	margin-top:15px;
}

.options li {
	color:#545454;
	float:left;
	margin-right:5px;
	font-size:12px;
}

.options li a {
	text-decoration: none;
	text-transform: uppercase;
	margin-right:2px;
	font-size:12px;
}

.date-box {
	background:url(../img/orange-circle.png) no-repeat 0 0 transparent;
	width:101px;
	height:87px;
	float:left;
	padding-top:14px;
}

.date-box span {
	font-size:32px;
	color:#FFF;
	float:left;
	clear:left;
	width:100%;
	text-align:center;
	line-height:26px;
}

.date-box span.year {
	font-size:16px;
}

.post .date-box {
	margin:0 20px;
}

.paginate {
	float:left;
	clear:left;
	margin:20px 0 20px 20px;
}

.paginate ul li {
	float:left;
	margin-right:10px;
	text-transform: uppercase;
	color:#7d7d7d;
	font-size:16px;
}

.paginate ul li a {
	color:#FFF;
	text-decoration: none;
}

.paginate ul li a:hover, .paginate ul li.current a {
	color:#be8603;
	text-decoration: none;
}

.gamma .search {
	float:left;
	z-index:999;
	position:relative;
}

.gamma .search input[type="text"] {
	width:286px;
	border:none;
	float:left;
	color:#000;
	height:35px;
	line-height:35px;
	padding-left:14px;
	font-size:18px;
	background:url(../img/search-line-black.png) no-repeat 7px 50% #be8603;
}

.gamma .search input[type="submit"] {
	position:absolute;
	top:0;
	right:0;
	width:35px;
	height:35px;
	border:none;
	text-indent:-99999px;
	background:url(../img/search-btn-off.png) no-repeat 0 50% #be8603;
}

.gamma h2 {
	color:#FFF;
	float:left;
	clear:both;
	width:100%;
	margin:20px 0 10px 0;
	padding:0;
}

.gamma .group {
	float:left;
	clear:left;
	border-bottom:2px dotted #646464;
	padding-bottom:20px;
	margin-bottom:0px;
	width:80%;
}

.gamma .col .group:last-child {
	border-bottom:none;
}

.gamma h3, .gamma h3 a {
	color:#be8603;
	font-style: italic;
	font-size:18px;
	margin-bottom:5px;
	text-decoration: none;
	padding:0;
}

.gamma .list {
    border-bottom: 2px dotted #646464;
    clear: left;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

.gamma .list ul li a {
	color:#E0E0E0;
	background:url(../img/orange-arw-right.png) no-repeat 0 50% transparent;
	padding-left:10px;
	text-decoration: none;
}

.venue_short {
	float:left;
	position:relative;
	width:422px;
	height:196px;
	margin:0 0 30px 20px;
}

.venue_short .content {
	position:absolute;
	bottom:0;
	left:150px;
}

form.contact {
	float:left;
	width:429px;
	margin-right:47px;
}

form .field {
	float:left;
	clear:left;
	width:100%;
	margin-bottom:15px;
	position:relative;
}

/*
form label {
	float:left;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	text-align:right;
	width:150px;
	padding-right:11px;
	color:#FFF;
	height:32px;
	line-height:32px;	
	font-size:14px;
}
*/

form .textarea label {
	height:136px;
}

form label em {
	color:#BE8603;
}

.header form input[type="text"] {
	float:left;
	background:#c4c4c4;
	border:none;
	width:252px;
	padding:0 0 0 11px;
	height:32px;
	line-height:32px;
	-webkit-appearance: none;
	border-radius: 0;	
}

form input.wpsb_form_txt {
	margin-left:10px;
}

form textarea {
	background:#c4c4c4;
	width:241px;
	resize:none;
	border:none;
	padding:9px 11px;
	height:117px;
	font-size:14px;
	-webkit-appearance: none;
	border-radius: 0;	
}

form input[type="text"]:focus, form textarea:focus {
	background:#BE8603;
}

.fm-form input[type="text"] {
	background:#c4c4c4;
	border:none;
	width:252px;
	padding:0 0 0 11px;
	height:32px;
	line-height:32px;
	-webkit-appearance: none;
	border-radius: 0;	
}

.fm-form input[type="submit"] {
	margin-left:0;
	width:291px;
}

.fm-form input[type="submit"]:hover {
	cursor:pointer;
}

.fm-form label {
    background: rgba(0,0,0,0.5);
    display: block;
    height: 32px;
    margin-right: 0;
    margin-top: 3px;
    padding-left: 10px;
    text-align: left;
}

form p.caption {
	position:absolute;
	bottom:10px;
	left:0;
	width:150px;
	padding-right:11px;
	font-size:12px;
	font-style: italic;
	color:#BE8603;
	text-align:right;
	margin:0;
	padding:0;
}

form input[type="submit"] {
	width:264px;
	font-size:18px;
	background:#BE8603;
	color:#FFF;
	text-transform: uppercase;
	text-align:center;
	border:none;
	margin-left:160px;
	height:60px;
	line-height:60px;
	-webkit-appearance: none;
	border-radius: 0;
}

.googlemap {
	float:left;
	width:448px;
	height:260px;
	border:8px solid #FFF;
}

.section .tablepress {
	background:#000;
}

.section .tablepress tbody td, .section .tablepress tfoot th {
	border:0;
	padding:5px 8px;
}

.friends-table a {
    background: none repeat scroll 0 0 #606060;
    color: #FFFFFF;
    float: left;
    height: 29px;
    line-height: 29px;
    margin: 0;
    min-height: 29px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 290px;
}

.friends-table a:hover {
	background:#bf8603;
}

.pagination {
	float:left;
	clear:left;
	width:100%;
	margin-top:10px;
}

.pagination .page-numbers {
	color:#FFF;
	float:left;
	margin-left:20px;
	text-decoration: none;
}

.pagination .page-numbers.current, .pagination a.page-numbers:hover {
	color:#BE8603;
}

.single_venue {
	float:left;
	clear:both;
	margin-bottom:20px;
}

.youtube_gallery .youtube_gallery_item {
    float: left;
    margin: 10px 0 0 15px;
    position: relative;
    display:inline;
    width:100px;
}

.youtube_gallery .youtube_gallery_item img {
	border:0;
	padding:0;
	width:100px;
	height:75px;
}

#page290 .wp-caption .wp-caption-text {
	min-height:90px;
	padding:10px 5% 0;
	width:90%;
}

table {
	color:#FFF;
    font-size: 13px;
    margin-bottom: 10px;
}

#page292 table a {
	width:290px;
	height:29px;
	min-height:29px;
	line-height:29px;
	float:left;
	color:#FFF;
	background:#606060;
	margin:0 0 11px 0;
	padding:0;
	text-align:center;
	text-decoration: none;
}

#page292 table a:hover {
	background:#BE8603;
}

.main .ngg-related-gallery {
	background:none;
	border:0;
}

.main .ngg-related-gallery img:hover {
	border:0;
}

.main .ngg-related-gallery img {
	border:0;
}

.main .ngg-singlepic {
	padding:0;
}

#page336 .youtube_gallery .youtube_gallery_item img {
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 5px #000000 inset;
    float: left;
    margin:0 10px 0 0;
}

.youtube_gallery_caption {
    background: none repeat scroll 0 0 #BE8603;
    clear: left;
    float: left;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
    color:#FFF;    
}

.page-id-344 .widget-area {
	float:left;
	margin-left:40px;
	color:#FFF;
	margin-top:40px;
}

.wp_cart_button_wrapper form input[type="submit"] {
    height: 40px;
    line-height: 40px;
    margin-left: 0;
}

.soldout {
    background: none repeat scroll 0 0 #BE8603;
    border: medium none;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    padding:0 6px;
    float:left;
}

.main p.price {
	color:#FFF;
	margin:0 !important;
}

.page-id-344 .item {
	margin-left:0;
	min-height:300px;
	padding-bottom:0;
	margin-bottom: 0;
}

.main .shopping_cart h2 {
    font-size: 24px;
    padding: 0;
}

.page-id-344 .item h2, .page-id-344 .item h2 a {
	color:#BE8603;
	text-decoration:none;
}

.page-id-344 .item h2 a:hover {
	text-decoration:underline;
}

.page-id-366 .section img {
	border:none;
}

.page-id-366 ul {
	padding-left:20px;
}

.page-id-366 #accept_paypal_payment_form {
	padding-left:20px;
}

.page-id-366 h3 span {
	float:left;
	padding-right:10px;
}

.page-id-334 .main .section .image p.wp-caption-text, .page-id-334 .main .section p.wp-caption-text,
.page-id-336 .main .section .youtube_gallery .youtube_gallery_caption {
	color:#FFF;
	min-height:33px;
	font-size:11px;
}

.main .section.listings .wp-caption {
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 22px;
    margin-top: 4px;
    width: 271px !important;
}

.main .section.listings .wp-caption img {
	width:261px;
}

.page .post-324 p, .page .post-324 h1 {
	padding-left:0;
	clear:both;
}

.page .main .post-324 .alignleft {
	min-height:310px;
}

.social-share {
	float:left;
	clear:both;
	margin-top:20px;
	margin-left:20px;
	width:100%;
}

.page .social-share {
	margin-bottom:20px;
}

.rightcol .social-share {
	margin-left:0;
	margin-right:0;
}

.rightcol .social-share .twit-share {
	float:right;
}

.rightcol .social-share .fb-like {
	float:right;
	margin-right:20px;
}

.alpha .social-share {
	margin-left:0;
}

.social-share .twit-share {
	float:left;
	margin-left:20px;
}

.social-share .fb-like {
	float:left;
}

.home .social-share {
	margin-bottom:20px;
}

.parent-pageid-290 p>img {
	margin:20px 20px 20px 0;
}

.mc_form_inside {
	float:left;
	margin-top:20px;
}

.mc_merge_var {
	width: 250px;
}

form .mc_form_inside input[type="submit"] {
	margin-left:0px;
}


/* Fix for the same background twice in banner */

.stickbg > div {
	left: 0px;
	top: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	z-index: -999998;
	position: absolute;
	height:652px;
}

.stickbg .active {
	z-index:14;
}

.stickbg .faustbg { background-image: url('http://vesturport.com/wp-content/uploads/2014/01/faust-bg.jpg'); }
.stickbg .bastdbg { background-image: url('http://vesturport.com/wp-content/uploads/2014/01/bastard-bg1.jpg'); }

.thecontent {
	float:left;
	clear:left;
}

.leftcol, .rightcol {
	float:left;
	width:48%;
	margin-right:4%;
}

.rightcol {
	margin:11px 0 0 0;
}

.gmap {
	border:3px solid #fff;
	float:left;
}

.gmap iframe {
	float:left;
}

.contactppl {
	float:left;
	width:100%;
	clear:both;
	margin-top:30px;
}

.contactppl .person {
	float:left;
	width:32.6%;
	margin-left:1%;
	background:rgba(0,0,0,0.5);
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contactppl .person.first {
	margin-left:0;
}

.person > h3 {
    clear: none;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    color:#FFF;
}

.person p {
    margin: 0;
    padding: 0;
}

.person a {
	color:#FFF;
	text-decoration: none;
}

.person a.bigorange {
    background: none repeat scroll 0 0 #be8603;
    clear: both;
    color: #fff;
    float: left;
    font-size: 16px;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.person .jobtitle {
    color: #be8603;
    font-size: 15px;
    font-style: italic;
    line-height: 18px;
}

.person .sml-grey {
    color: #b0b0b0;
    font-style: italic;
    margin-top: 10px;
}

.main .section .person img {
    border: 0 none;
    margin-right: 10px;
}

.category .news-feed .item a.dagsetning, .search-results .news-feed .item a.dagsetning {
    float: left;
}

.item iframe {
    max-width: 100%;
}

.next_prev_posts {
	display: inline-block;
	clear:both;
	width:100%;
	margin-top:30px;
}

.next_prev_posts li {
	width:45%;
	float:left;
}

.next_prev_posts li.next {
	float:right;
	text-align:right;
}

.next_prev_posts li a {
	display:inline-block;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}