/*  
Theme Name: Hen Design Studio Framework
Theme URI: http://henstudio.com
Version: 1
Author: Henry Chong
Author URI: http://henstudio.com 

*/

@import url("fonts/font-awesome.css");

* {
	margin:0px;
	padding:0px;
}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

#wrapper {
	min-height:100%;
	position:relative;
	margin: 20px;

}

.wrapperouter {
	max-width: 1030px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


body {
	font-family: 'Open Sans', sans-serif !important;
	padding: 0;
	margin: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	line-height: 1.8;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: scroll;
}

.navbar .container {
	background-color: transparent;
}

.navbar-brand {
	font-size: 16px;
	text-transform: uppercase;
}

.navbar-toggle {
margin-top: 15px !important;
margin-bottom: 15px  !important;
}

.navbar-collapse {
	z-index: 999;
}

.navbar {
	display: none;
    font-family: 'Bitter', cursive;
	text-transform: capitalize;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	z-index: 9999 !important;
}

.navbar-collapse .navbar-nav {
	margin-top: 0;
	margin-bottom: 0;	
}

.navbar-nav, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, 
.navbar-nav .dropdown-menu, .navbar-inverse .dropdown-menu  {
	font-size: 14px;
}


.navbar-collapse ul.dropdown-menu  {
	padding: 0;
}
.navbar-nav .dropdown-menu > li > a, .navbar-inverse .dropdown-menu > li > a {
	white-space: normal;
}

.navbar-label {
	position: absolute;
	right: 70px;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	top: 20px;
}


.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 100% !important;
}

.container {
	max-width: 960px;
}

#full-screen-background-image {
  z-index:0;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

 
.sf-menu {	
   list-style:none;
   margin: 0 auto !important;
   position:relative;
   width: 100%;
}
.sf-menu ul li a{
	font-size: 14px;
   text-align:left;	
}
.sf-menu li {
	text-transform: capitalize;
	font: 400 14px 'Bitter', serif;
}
.sf-menu > li a {
	padding: 10px 14px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;		
}

.sf-menu ul {
}

.sf-menu > li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
}



.sf-menu ul li {
	float: none;
	display: block;
}

.sf-menu ul li a:hover, .sf-menu ul li.current_page_item {
	border-bottom-style: none !important;
}

.top-right-menu {
	list-style-type: none;
	list-style-image: none;
	float: right;
	padding: 0;
	display: inline;
	margin-bottom: 6px;	
}

.top-right-menu li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
	font: 10px/120% Oleo Script;
}

.top-right-menu li a {
	padding: 5px 12px;
	-webkit-transition: background .2s;
	transition: background .2s;		
}

.top-right-menu li a:hover, .top-right-menu li.current_page_item a {
	text-decoration: none;
    outline: 0;
}

h1, h2, h3, h4, h5, h6, form { padding: 0; margin: 0;
}	
small { font-size: 9px; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ 
.clear { clear: both;
	display: block;
}
.spacebar {
	clear: both; overflow: hidden; height: 10px;	
}

h1, h2, h3, h4, h5, h6 {
 	font-family: 'Droid Serif', serif !important;
	font-style: normal;
}	

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 26px;	
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

blockquote {	
    position: relative;
    marign: 0;
    padding: 30px 60px;
	color: #909090;
	font: italic 25px Georgia, serif;
}
blockquote:before, blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 1;
}
blockquote:before {
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    top: 0;
    right: 0;
    content: "\201D";
}

form {
	margin:0px;
	padding:0px;
}

/* header area */
#headerwrapper {
	width: 100%;
	height: 108px;
	z-index: 999;
	margin-bottom: 10px;
	position: relative;
}

.pushheader {

}

#header {
	width: 100%;	
	z-index: 2;
	position: relative;
	height: 60px;
	
}

#logo {
	z-index: 2;
	position: absolute;
	left: 15px;
	top: 5px;
}

#logo img {
	max-width: 250px;
	height: auto;
}

#logo h1 {
	font-size: 25px;
	width: 250px;	
}

.topmenuholder {
	position: absolute;
	bottom: 0;
	right: 0;
}

#navigationcontainer {
	z-index: 999;
	width:100%;
	display: block;
	height: 38px;
	position: absolute;
	bottom: 0;
}


.thumbnail {
}

.post .thumbnail {
}


/* next & previous post fancymenu */
.post-nav {
	clear: both;
	font-size: 95%;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-left: 25px;
	margin-right: 10px;
}
.post-nav a, .post-nav a:visited {
	color: #ababab;
	text-decoration: none;
}
.post-nav a:hover {
	color: #636363;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}


/*- Post Date -*/
.post-date {
	font-style: normal;
	line-height: 100%;
	margin-bottom: 15px;
	font-size: 10px;
	margin-top: 10px;
}


/* end post date */

.entry {
	padding: 10px;
}

.entry h3 {
	
}

.entry p {
	text-align: justify;
}

.entry ul {
	margin-left: 20px;
}

.entry h4, .entry h5 {

	padding-top: 10px;
	padding-bottom: 10px;
}

.entry img, #customtab .tab-content img {
	max-width: 100%;
	height: auto;
}



.th {
	display: block;
	margin: 0 0 .5em;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #6f6f6f;
}

/* comments area */
ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0;

}
ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; margin:0 0 10px; position:relative;
	padding: 10px 10px 10px 80px;
}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard {
	font-weight: bold;
	line-height: 1.4;
	font-size: 14px;
}
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color: #a0a09b; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color: #5f6060; }
ol.commentlist li div.vcard .avatar { border: 2px solid #d5d5d5; left: 10px; position: absolute; top: 10px; 
}
ol.commentlist li div.vcard .avatar-32 {}
ol.commentlist li div.vcard .photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { position:absolute; right:10px; text-align:right; top: 10px;
	line-height: 1.4;
	font-size: 10px;
	color: #575858;
	font-style: italic;
}
ol.commentlist li div.comment-meta a { color: #848686; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { margin:0 0 1em;
	font-style: normal;
	line-height: 1.4;
	font-size: 12px;
}
ol.commentlist li ul { list-style:square; margin:0 0 1em; padding:0; text-indent:0;
	font-style: normal;
	line-height: 1.4;
	font-size: 12px;
}
ol.commentlist li div.reply {
	padding: 3px 8px;
	cursor: pointer;
	cursor: hand;	
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 12px;
	border: 3px double #fffeff;	
}

ol.commentlist li div.reply a{
}

ol.commentlist li div.reply:hover {
}
ol.commentlist li div.reply a {  }
ol.commentlist li ul.children {  list-style:none; margin:1em 0 0; text-indent:0;

}
ol.commentlist li ul.children li { 	background-image: none !important;

}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {  background-color: #e4e4e4;}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #555; margin: 2px 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }

ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#fff; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* hide reply button after 3rd level */
ol.commentlist li ul.children li.depth-3 div.reply {
	display: none;
}

#respond {
	margin-top: 5px;
	padding: 10px;
}

#commentform {
	margin-top: 5px;
	font: 120%;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label {
	color: #787878;
	font-size: 12px;
	width: 80px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
#commentform input{

}
#commentform textarea{
	width: 95%;
	height: 140px;
	border: 1px solid #c2c2c2;
	padding: 2px;
	margin-top: 3px;
	font: 14px "arial";
	float: left;
}

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



.socialplace {
	font-size: 80%;
	float: left;
}


.commentplace {
	font-size: 80%;
	float: right;
}

.commenthighlight {
	padding: 10px;
	background-color: #fff;
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #dadada; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; 	
}

/* end comment */


/*sidebar */



#sidebar {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 12px;
}

#sidebar h2, #sidebar h3 {
	font-size: 18px;
	margin-top: 0;
	padding-top: 0;
}

/*sidebar list level1 */
#sidebar ul{
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}
#sidebar ul li{
	list-style: none;
}

#sidebar ul > li{
	margin-bottom: 30px;
}

/*sidebar list level2 */
#sidebar ul li ul{
	margin: 10px 0;
}

#sidebar ul li ul li {
	margin-bottom: 5px;
}

.sidebaritemholder {
}

ul.listitem {
	padding: 10px !important;
}

ul.listitem li {
	display: block;
	list-style-type: none;
	list-style-image: none;
}

ul.listitem li:before {
  content: "\f054";
  font-family: FontAwesome;
   vertical-align: top;
   padding-right: 10px;
}

ul.listitem li a {
	display: inline-block;
	width: 85%;
}

ul.listitem li:last-child {
	border-bottom-style: none  !important;
	border-bottom-width: 0  !important;
}

ul.listitem li ul {
	margin-top: 10px !important;
	margin-bottom: 5px;
}

ul.listitem li ul li {
	padding-left: 20px !important;
	margin-left: 10px !important;
}


.subpagecontent  {
	margin-bottom:30px;
	padding: 15px;
}

.homecontent{
	padding-right: 15px;
	padding-left: 15px;
}
.homecontent h3 {
	font-size: 20px;
}

#sidebar .thumnailnewscaption {
	width: 150px;
}




/*search form */
#searchform {
	position: absolute;
	width: 200px;
	right: 15px;
	top: 18px;
}

#searchform #s{
	font-size: 10px;
	width: 100%;
	padding: 5px;
	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
     border-radius: 10px;
	border: 1px solid #b7b7b7;
}


#searchform #searchsubmit {
	width: 18px;
	height: 18px;
	margin: 2px;
	position: absolute;
	right: 2px;
	top: 2px;	
}

.tagcloud {
	line-height: 120%;
}

.tagcloud a, .tagcloud a:visited {
	color: #727272;
}

.tagcloud a:hover {
	color: #000;
}

.btnmore {
	display: block;
	float: right;
	margin: 20px 0 10px 10px;
	clear: right;
}


#footer{	
	clear: both;
	font-size: 12px;
	line-height: 120%;
	width: 100%;
	min-height: 80px;
	position: relative;
	padding: 15px;
}

#footer h4 {
	margin-top: 20px;
	font-size: 18px;
	padding-bottom: 15px;
}

#footer ul li {
	padding-bottom: 10px;
	list-style-type: none;
	list-style-image: none;
}

#footer .wp_bannerize.footercredit {
	text-align: center;
	margin-top: 10px;
}

#credit {
	text-align: center;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
}



/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float:left;
	margin: 2px 30px 30px 0px !important;
}


.alignright {
	float:right;
	margin: 2px 0px 20px 30px !important

}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 30px 30px 0px !important;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 20px 30px !important
}

/* various class */
.locate {
	font-size: 10px;
	color: #a2a2a3;
	padding: 20px;
}


.locate a:link, .locate a:visited {
	color: #a2a2a3;
} 

.locate a:hover {
	color: #a2a2a3;
	text-decoration: underline;
} 


.social-links .date, #sidebar .date {
	font-size: 9px;
	color: #848484;
}


hr {
	color: #e1dfd3;
	height: 2px;
	margin: 5px 0;
	padding: 0;
	clear: both;
	width: 100%;
}	

.hl, .hl2 {
	background: url(images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}

/*- Social Links -*/
.social-links {
	height: 33px;
}
.social-links .fl {
	line-height: 32px;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
.social-links .fr .comment {	
	font-size: 9px;
	text-align: center;
	color: #757575;
	cursor: pointer;
	cursor: hand;	
	text-transform: uppercase;
	padding: 2px 4px 2px 2px;
}

.social-links .fr a {
		color: #757575;

}

.social-links .fr a:hover {
		color: #373737;

}

.social-links .fr {
	line-height: 25px;
}

.social-links img {
	margin: 0 0 0 2px;
}


.social-icons i.fa {
    font-size: 12px;
    border-radius: 50%;
	width: 20px;
	height: 20px;
	padding: 5px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}

.headerwidget .social-icons {
	display: inline-block;
	float:left
}

.headerwidget .social-icons ul {
	padding: 0;
	margin: 0;
}

.headerwidget .social-icons ul li {
	float: left;
	list-style-type: none;
}

.headerwidget span.widgetittle {
	float:left;
	margin-top: 2px;
	font-size: 11px;
	margin-right: 10px;
}

.headerwidget .social-icons ul li span.socialtitle {
	display: none;
}
 
.headerwidget {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 220px;
} 

/*- Post Author -*/
.post-author {
	margin: 0;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}



/* icon */
.rss {
	background: url(images/rss.png) no-repeat left !important;
	padding-left: 23px  !important;
	height: 15px;
	padding-top: 2px;
}
.trackback {
	background: url(images/mini-trackback.gif) no-repeat left !important;
	padding-left: 18px  !important;
	height: 15px;
	padding-top: 2px;
}





.more {
	background: url(images/icon-plus.gif) no-repeat left  !important;
	padding-left: 20px  !important;
	height: 16px;
	padding-top: 2px;		
}
.mini-comment{
	background: url(images/mini-down-arrow.gif) no-repeat left !important;
	padding-left: 10px  !important;
	height: 15px;
	padding-top: 2px;	
}

.pdf {
	background: #f5f7f7 url(images/pdf.png) no-repeat 3px 3px;
	padding: 10px 10px 10px 40px;
	font-size: 100%;
	color: #555;
	border: 1px dotted #cacaca;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

.sitemap {
	background: url(images/iconsitemap.png) no-repeat left !important;
	padding-left: 23px  !important;
	height: 15px;
	padding-top: 2px;
}

/* Misc */

.wp-polls {
	margin: 5px;
	padding: 10px;
	background-color: #f4f6f6;
}
.wp-polls h4 {
	color: #161616;
}

.contextualbox {
	padding: 15px;
}


/* gallery */

ul.photogallery {
	margin: 10px !important;
	padding: 10px  !important;
}

ul.photogallery li {
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}



.gallery-item, ul.photogallery li {
	float: left;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 15px;
	border-style: none;
	padding: 5px;
	max-width: 170px;
	display: block;
}


.gallery-icon {
	margin: 0;
	padding: 0;
	border-style: none;
	
}

.gallery-icon img {
	border: 0;
	margin: 0;
	padding: 3px;
	background-color: #f6f6f6;
	border-style: none;
	max-width: 170px;
	height: auto;	
	
}

.gallery-icon img:hover {
	background-color: #afafb3;
}


.gallery-caption, .wp-caption-text {
	font-size: 11px;
	margin: 0px;
	padding: 5px;
}

p.wp-caption-text {
	margin-bottom: 0 !important;
	padding: 3px 0 0 !important;
}

.wp-caption {
	margin-top: 10px;
	margin-bottom: 15px;
}




.galleryholder {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* End captions */

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
}

.gform_wrapper .top_label .gfield_label, label {
	font-weight: normal !important;
	font-size: 12px;
}

.gform_wrapper .gform_footer {
	margin: 20px 0 !important;
}

.gform_wrapper .gform_footer.left_label {
	padding: 16px 0 10px 30%;
}

.gform_wrapper .left_label .gfield_label {
	width: 25%;
}

.ginput_container {
	margin-bottom: 5px;
}



/* form elements */

input[type="text"],input[type="email"],
textarea, input[type="password"], input[type="tel"] {	
}


.button,  input[type="submit"], button[type="submit"], input[type="button"], .btnmore, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	color: #ffffff !important;
	font: bold 11px/normal 'Bitter', serif;	 
background-image: none;
padding: 6px 9px;
text-align: center;
text-transform: uppercase;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 0;
cursor: pointer;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
display: inline-block;
zoom: 1;
vertical-align: middle;
white-space: nowrap;
cursor: pointer;
border: 1px solid transparent !important;
-webkit-user-select: none;
}

a.button , a.button:visited, a.btnmore, a.btnmore:visited, a.btnbooking, a.btnenquiry, a.btn{
	color: #ffffff !important;
}

.button:hover, input[type="submit"]:hover, button[type="submit"]:hover, .btnmore:hover, input[type="button"]:hover, 
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover
 {
	cursor: pointer;
	cursor: hand;
	color: #fff;
	text-decoration: none !important;
}

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full {
	overflow: visible !important;
}

.gform_wrapper .ginput_complex .ginput_right {
	float: none!important;
}

/******* /FORM *******/
/* page navi */
.pagenav {
	display: block;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

.wp-pagenavi{
	font-size: 12px;
	border-style: none;
	margin-top: 8px;
	margin-bottom: 10px;
	float: right;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	text-decoration: none;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	border-style: none;
	padding: 5px;
}
.wp-pagenavi a:visited, .wp-pagenavi a:active { 
	margin: 2px;
	text-decoration: none;
	border-style: none;
	padding: 5px;
}
.wp-pagenavi a:hover {	
	border-style: none;
	
}
.wp-pagenavi span.pages { 
	margin: 2px 2px 2px 2px;
	padding: 5px;
}
.wp-pagenavi span.current {
	border-style: none;
	padding: 5px;
}
.wp-pagenavi span.extend {
	margin: 2px;	
	padding: 5px;
}

.mycode, code {
	font: 11px/100% mono, "Lucida Grande", Lucida, sans-serif;
	margin: 5px;
	border: 1px solid #bcbcbc; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;
	background-color: #eaeded;
	display: block;
	clear: both;
	padding: 15px;
	text-align: left;
}

.mycode .hilite, code .hilite {
	background-color: #ddd;
	color: #000;
	text-align: left;
}

.hide {
	display: none;
}


.gform_wrapper {
	max-width: 99% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.gform_wrapper .gform_body ul li {
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.disableinput input {
	
}


#wp-admin-bar-wp-logo { display:none !important; }



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom: 20px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry iframe, .entry object {
    width: 100%;
    min-height: 460px;
}

.looppost {
	padding: 10px;
	margin-bottom: 20px;
}

/*back to top*/
#back-top {
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 10px;
}

#back-top, #back-top span {
	width: 50px;
	height: 50px;	
}

#back-top a {
	display: block;
	text-decoration: none;
}

#back-top span {
    font-size: 18px;
    border-radius: 50%;
	text-align: center;
	padding-top: 15px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;	
}

div.wp_bannerize div {
	text-align: left !important;
}


.tp-caption.custom_light_white {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	border-color: none;	
	border-style: none;
	font: normal 30px/120% 'Bitter', sans-serif;
	text-shadow: 1px 1px 2px rgba(43, 43, 43, 1);
}

.tp-caption.small_light_white {
	text-shadow: 1px 1px 2px rgba(43, 43, 43, 1);	
}

.tp-caption.custom_light_dark {
	color: #000;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	border-color: none;	
	border-style: none;
	font: normal 30px/120% 'Bitter', sans-serif;
	text-shadow: 1px 1px 2px rgba(43, 43, 43, 1);
	
}

.tp-bullets.simplebullets.round .bullet {
	background-image: url(images/navbullets.png);
}

.tp-bullets.tp-thumbs .bullet {
	margin-right: 5px;
}

.tp-leftarrow.default {
	background-image: url(images/btnprev.png);
	height: 68px;
	width: 68px;	
}

.tp-rightarrow.default {
	background-image: url(images/btnnext.png);
	height: 68px;
	width: 68px;
}

.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
	background-position: 0 0;
	opacity: 0.7;
}

/* Custom post data css */
.table .tablelabel {
	font-weight: bold;
	width: 30%;
}

table .button {
	margin-bottom: 10px;
}


.customposttype1 table ul {
	margin: 0;
	padding: 0;
}

/* Filter Styling */
ul.filter {
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	margin-bottom: 20px;
}

ul.filter li {
	margin-right:20px;
	list-style-image: none !important;
	list-style-type: none !important;
	display: inline-block;
	font-size: 12px !important;
}


.customposttype1 ul.filterable-grid li {
	width:23%;
	padding: 0;	
	float:left;
	list-style-image: none;
	list-style-type: none;
	margin: 0 20px 20px 0;
}

.customposttype2 ul.filterable-grid li {
	width: 23%;
	padding: 0;	
	float:left;
	list-style-image: none;
	list-style-type: none;
	margin: 0 20px 20px 0;
}

.customposttype1 ul.filterable-grid li:nth-child(4n+4),
.customposttype2 ul.filterable-grid li:nth-child(4n+4) {  
  margin: 0 0 26px;
}


.grid-thumb {
	display: block;
	position: relative;
	width: 100%;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
	overflow: hidden;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.customposttype1 .grid-thumb {
	max-height: 200px;
	min-height: 200px;		
}

.customposttype2 .grid-thumb {
	max-height: 125px;
	min-height: 125px;
	padding: 10px;
}

.customposttype2 .grid-thumb img.nothumbnail {
	width: 100%;
}

.grid-thumb a {
	display: block;
}

.grid-thumb img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.grid-thumb img.img-responsive {
	width: 100%;
}

.grid-thumb:hover {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}


.customposttype1 .grid-thumb-title {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	bottom: 0px;
	height: 60px;
}

.customposttype1 .grid-title {
	clear: both;
	display: block;
	margin: 0;
	padding: 5px 10px 0;
	font: 14px/120% 'Oleo Script', sans-serif;
}

.customposttype1 .grid-info {
	font-size: 12px;
	margin: 0;
	padding: 0 10px;
	display: block;	
}

.grid-info p {
	margin: 0;
	padding: 0;
}


.customposttype2 .grid-title {
	clear: both;
	display: block;
	margin: 0 0 10px;
	font: 16px/120% 'Oleo Script', sans-serif;
}

.customposttype2 .grid-info {
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: block;	
}


#customtab {
	margin-bottom: 20px;
}

#customtab ul.nav {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

#customtab .nav-tabs {
	border: 0;	
}

#customtab .tab-content {
	padding: 20px;
}

#customtab ul, #customtab ol {
	margin-left: 20px;
}

.homepromo .nav-tabs > li > a {
	margin-right: 2px;
	border-radius: 0 0 0 0 !important;
	border-top-style: none !important; 
	border-right-style: none !important;
	border-left-style: none !important;
	border-bottom: 3px ;
	font: 16px/1.428571429 Oleo Script;
}


.flexslider .slides img.nothumbnail {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

.countdown {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 180px;
	font-size: 11px;
	font-weight: bold;
}


.performer-large {
	max-width: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.performer-large img {
	width: 100%;
	height: auto;
}

.portfolio-thumb {
	display: block;
	position: relative;
	max-width: 300px;
	max-height: 200px;
  	-webkit-transition: opacity 0.5s ease-in-out;
  	-moz-transition: opacity 0.5s ease-in-out;
  	-ms-transition: opacity 0.5s ease-in-out;
  	-o-transition: opacity 0.5s ease-in-out;
  	transition: opacity 0.5s ease-in-out;
	overflow: hidden;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
}



.portfolio-thumb:hover, .homenewsitem:hover {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.portfolio-thumb-title {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	bottom: 0px;
	height: 50px;
}

.portfolio-title {
	clear: both;
	display: block;
	margin: 0;
	padding: 5px 10px 0;
	font: 14px "Oleo Script";
}

.portfolio-info {
	font-size: 10px;
	margin: 0;
	padding: 0 10px;
	display: block;
}

.portfolio-info p {
	margin: 0;
	padding: 0;
}


