/* @override 
	http://localhost:8888/totallyorebro/wp-content/themes/totally/style.css?ver=1.0
	http://orebro.jasminedigital.com/wp-content/themes/totally/style.css?ver=1.0
	http://totallydublin.jasminedigital.com/wp-content/themes/totally/style.css?ver=1.0
*/

/*
Theme Name: Totally Theme
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.1
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */

@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed|Oswald:400,700,300);

a {
	color: #0098c8;
}

a:hover {
	color: #02BAF6;
}
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* wp-specific classes */
.wp-caption{
	
}

.wp-caption-text{
	
}

.sticky{
	
}

.gallery-caption{
	
}

/* layout */

body{
	padding-top: 40px !important;
}

/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
	top: 28px;
}

.navbar .brand{
	color: #000 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	font-weight: bold !important;
	width: 210px;
}

.nav-container{
	padding-left: 0;
	padding-right: 0;
}

#inner-header{
	width: 100%;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

#s{
	width: 100px;
}

#content{
	padding: 0;
}

.more-link{
	white-space: nowrap;
}

.footer-links{
	float: right;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

.footer-links .menu li{
	float: left;
	margin-left: 10px;
}

/* post styling */

.post_content {
	text-align: left;
}

.post_content .span10 {
	position: relative;
}

.post_content .span10 iframe {
	width: 100%;
}

#main p.meta, .entry-meta{
	font-style: italic;
	color: #808080;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px;
}

#main article{
	margin-bottom: 0px;
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 0px;
}

.main-article header {
	
}

.main-article header.main-header img {
	width: 100%;
	height: auto;
	min-height: 348px;
}

.sidebar{
	margin-top: 18px !important;
	position: relative;
}

#main article footer{
	border-top: none;
	padding-top: 0;
	position: relative;
	margin-top: 0;
}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post {
	display: inline;
}

p.tags{
	line-height: 20px;
	margin: 0px 0px 0;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: transparent url(images/dd_logo_mini.png) no-repeat right center;
	font: 12px/30px Oswald, sans-serif;
	color: #222;
	text-transform: uppercase;
	height: 30px;
	padding-right: 65px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#main .hero-unit img{
	margin-bottom: 1em;
}

#main article img{
	height: auto;
	max-width: 100%;
}

img.alignleft{
	margin-right: 10px;
	float: left;
}

img.alignright{
	margin-left: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

.page-header {
	margin-bottom: 5px;
	margin-top: 10px;
	clear: left;
}

.archive_title.h1, h1.page-title {
	margin: 0;
	color: #FFF;
	font: 20px/22px Oswald, sans-serif;
	text-transform: uppercase;
}

.archive_title.h2, h2.page-title {
	margin: 0;
	color: #FFF;
	font: 16px/18px Oswald, sans-serif;
	text-transform: uppercase;
}

.post header img{
}

.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
	width: 970px;
	height: 600px;
}

.carousel-caption p{
	display: none;
}

.page-template-page-homepage-php #main article{
	border-bottom: none;
}

.hero-unit {
	margin-top: 32px;
	margin-bottom: 32px;
	text-align: center;
}

.hero-unit h1 {
	font-size: 3em;
}

/* comments */



#comments{
	line-height: 24px;
	margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}

.comment .vcard div{
	margin-top: 8px;
	padding: 0 10px;
}

ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li.bypostauthor{
	background-color: #dddddd;
}

ol.commentlist ul.children li{
	background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li{
	background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li{
	background-color: #aaaaaa;
}

ol.commentlist article{
	border-bottom: none !important;
}

a.comment-reply-link{
	position: absolute;
	right: 0;
	bottom: 0;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

.comment .vcard .avatar{
	padding-right: 0;
}

.comment .vcard .comment-text{
	margin-left: 0;
}

img.avatar{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;
	
}

ol.commentlist li{
	padding-right: 10px;
	background-color: #F0F0F0;
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment{
	width: 620px;
	height: 150px;
	margin-top: 15px;
}

ol.commentlist #respond{
	padding: 5px 10px;
}

/* navigation */

nav ul.nav {
	max-width: 730px;
}

nav li {
	
}

nav li a {
	text-transform: uppercase;
	color: #000 !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	font: 15px/19px "Ubuntu Condensed", sans-serif;
}

nav li a.dropdown-toggle {
	padding-right: 15px !important;
	padding-left: 13px !important;
}

.current-menu-item a,
header nav li a:hover,
header nav li.current-menu-parent a.dropdown-toggle,
nav li.open a.dropdown-toggle {
	color: #fff !important;
	text-shadow: none !important;
	background-color: black !important;
}

nav li a.dropdown-toggle:hover .caret,
nav li.open a.dropdown-toggle .caret,
nav li.current-menu-parent a .caret,
nav li.current-menu-item a .caret {
	border-top-color: #fff !important;
}

.caret {
	right: 5px;
}

/* specific post-type styles */

/* image attachment */

.samp-hold {
	position: absolute;
	color: #fff;
	padding: 8px;
	width: 35%;
	bottom: 15px;
	left: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: #02BAF6;
}

.samp-capt {
	float: left;
	text-transform: uppercase;
	font: 14px Oswald, sans-serif;
}

.samp-desc {
	float: left;
	clear: left;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}

#featured-image {
	width: 100%;
}

#featured-image img {
	width: 100%;
}

#featured-image:hover .samp-hold {
}

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* social */

#social-share {
	width: 64px;
	position: absolute;
	display: block;
	right: 10px;
	height: 28px;
	top: 1px;
}

#social-share .icon-twitter, #social-share .icon-facebook {
	width: 28px;
	background: url(images/social.png) no-repeat 0 center;
	text-indent: -9999px;
	height: 28px;
	position: relative;
}

#social-share .icon-twitter {
	position: absolute;
	width: 28px;
	height: 28px;
	right: 0;
	top: 0;
	background-position: -28px center;
}

#social-share .icon-facebook {
	position: absolute;
	left: 0;
	top: 0;
}

#social-share .icon-search1 {
	width: 22px;
	background: url(images/icons/search.png) no-repeat 0 center;
	text-indent: -9999px;
	height: 22px;
	position: absolute;
	bottom: 4px;
}

/* icons */

#profile-nav {
	float: left;
	width: 100%;
	margin-top: 0;
	background-color: #000;
	margin-bottom: 8px;
}

#profile-nav span {
	font: 16px/36px "Ubuntu Condensed", sans-serif;
	display: block;
	color: #fff;
	padding-right: 10px;
	margin: 0;
	float: left;
	border-right: 1px solid #fafafa;
	text-transform: uppercase;
	padding-left: 32px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#profile-nav span:hover,
#profile-nav span.active {
	background-color: #02BAF6;
	cursor: pointer;
}

.TOicon-location {
	background: url(images/icons/location.png) no-repeat 8px center;
}

.TOicon-gallery {
	background: url(images/icons/image.png) no-repeat 8px center;
}

.TOicon-contact {
	background: url(images/icons/phone.png) no-repeat 8px center;
}

.TOicon-business {
	background: url(images/icons/business.png) no-repeat 8px center;
}

.TOicon-social {
	background: url(images/icons/social.png) no-repeat 8px center;
}

.TOicon-upload {
	background: url(images/icons/play.png) no-repeat 8px center;
}

.TOicon-event {
	background: url(images/icons/flag.png) no-repeat 8px center;
}

/* loop */
.looped {
	float: left;
	position: relative;
	margin: 0px !important;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding: 16px !important;
}

.looped:after {
	width: 100%;
	float: left;
	display: block;
	position: relative;
	top: 16px;
	padding-right: 40px;
	padding-left: 16px;
	margin-left: -16px;
}

.looped:last-child:after {
	border-top: none !important;
}

.looped .appify {
	float: left;
	width: 100%;
	position: absolute;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
}

.looped header {
	width: 100%;
}

.looped footer {
	float: left;
	width: 100%;
	margin-top: 8px !important;
	display: block;
	position: relative;
}

.looped header a, .looped section a {
	position: relative;
	z-index: 0;
}

.looped header img {
	margin-right: 16px;
	float: left;
	margin-bottom: 0;
	max-width: 240px !important;
}

.looped header .page-header {
	margin-top: 0;
	padding: 0;
}

.looped .image {
	position: relative;
	float: left;
}

.looped .image-tag {
	position: absolute;
	background-color: black;
	color: #FFF;
	padding: 4px 8px;
	left: 0;
	bottom: 0;
	font: 14px "Ubuntu Condensed", sans-serif;
	text-transform: lowercase;
}

.looped .image-tag a {
	color: #FFF;
}

.looped .image-tag:before {
	content: "#";
}

.looped h3, .looped h3 a {
	line-height: 26px;
	font-size: 16px;
	text-decoration: underline;
	color: #000;
	margin: 0 !important;
}

/* looped-half */
.looped-half {
	float: left;
	position: relative;
	margin: 0px !important;
	padding: 16px !important;
	height: 350px !important;
	width: 44.98%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align: left;
	font: 12px/1.5 Georgia, "Times New Roman", Times, serif;
}

.looped-half:hover {
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.looped-half:nth-child(odd):before {
	float: left;
	display: block;
	position: absolute;
	top: 0;
	border-right: 1px dashed rgba(0,0,0,0.1);
	height: 100%;
	right: 0;
}

.looped-half:after {
	width: 100%;
	float: left;
	display: block;
	position: absolute;
	border-top: 1px dashed rgba(0,0,0,0.1);
	bottom: 0;
	left: 0;
}

.looped-half .appify {
	float: left;
	width: 100%;
	position: absolute;
	height: 100%;
	display: block;
	background: none;
	opacity: 0.1;
	top: 0;
	left: 0;
}

.appify:hover,
.looped:hover .appify {
	opacity: 0.5;
}

.looped-half header {
	width: 100%;
	float: left;
}

.looped-half header a, .looped-half section a {
	position: relative;
	z-index: 0;
	width: 100%;
}

.looped-half header img {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-height: 200px;
}

.looped-half header .page-header {
	margin-top: 0;
	padding: 0;
}

.looped-half .image {
	position: relative;
	float: left;
}

.looped-half .image-tag {
	position: absolute;
	background-color: black;
	color: #FFF;
	padding: 4px 8px;
	left: 0;
	bottom: 0;
	font: 14px "Ubuntu Condensed", sans-serif;
	text-transform: lowercase;
}

.looped-half .image-tag a {
	color: #FFF;
}

.looped-half .image-tag:before {
	content: "#";
}

.looped-half h3, .looped-half h3 a {
	text-decoration: underline;
	color: #000;
	margin: 0 !important;
	font: 16px/32px Georgia, "Times New Roman", Times, serif;
}

/* looped-float */
.looped-float {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	position: relative;
	font: 12px/1.5 Georgia, "Times New Roman", Times, serif;
}

.looped-float iframe {
	position: relative;
	z-index: 1;
}

.looped-float.span6 {
	margin-bottom: 0px !important;
}

.row-fluid.short-height-last, .row-fluid.short-height-row, .row-fluid.short-height-row2 {
	margin-bottom: -25px;
	border-bottom: 6px solid rgba(0,0,0,1);
	padding-bottom: 0px;
}

.looped-float .appify {
	width: 100%;
	position: absolute;
	height: 100%;
	display: block;
	opacity: 0.1;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: none;
}

.looped-float header {
	width: 100%;
	float: left;
}

.looped-float header img {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-height: 390px;
}

.looped-float header .page-header {
	margin-top: 0;
	padding: 0;
}

.looped-float .image {
	position: relative;
}

.looped-float .image-tag {
	position: absolute;
	background-color: black;
	color: #FFF;
	padding: 4px 8px;
	left: 0;
	font: 14px "Ubuntu Condensed", sans-serif;
	text-transform: lowercase;
	bottom: 0;
	display: block;
	z-index: 2;
}

.looped-float .image-tag a {
	display: inline-block;
	position: relative;
	color: #fff;
}

.looped-float .image-tag:before {
	content: "#";
	position: relative;
}

.looped-float h3, .looped-float h3 a {
	text-decoration: underline;
	color: #000;
	margin: 8px 0;
	text-align: left;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font: 16px/18px Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}

.looped-float section a {
	z-index: 2;
	color: #626262;
	font-style: italic;
	text-transform: lowercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.looped-float:hover h3 a,
.looped-float:hover section a {
	color: #02BAF6 !important;
}

/* Cinema */

.cinema-listing {
	border-top: 6px solid black;
}

h2.name {
	color: #000;
	text-align: left;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	font: 14px/16px Oswald, sans-serif;
	display: inline;
	background-color: white;
	top: -22px;
	margin: 0 0 0 8px;
	padding: 8px;
}

h2.movie-name {
	text-decoration: underline;
	color: #000;
	margin: 8px 0 4px;
	text-align: left;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}

.cinema-listing .info {
	font: 12px/1.5 Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: -12px;
}

.cinema-listing-detail {
	font: 12px/1.5 Georgia, "Times New Roman", Times, serif;
}

/* list styling */

.article-list {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.article-list li {
	position: relative;
	padding-right: 28px !important;
	padding-left: 4px !important;
	padding-bottom: 8px !important;
	padding-top: 8px !important;
	margin: 0px !important;
	font-size: 12px;
	line-height: 1.25;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}
.article-list li:last-child {
	border-bottom: none;
}

.article-list li a {
	color: #000 !important;	
}

.article-list li .appify {
	width: 100%;
	position: absolute;
	display: block;
	background: url(images/icons/arrow-right.png) no-repeat right center;
	opacity: 0.1;
	top: 0;
	left: 0;
	float: left;
	height: 100%;
}

.article-list li:hover .appify {
	opacity: 0.5;
}

.article-list li:hover {
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.article-list li a {
	position: relative;
	z-index: 0;
	font-size: 12px;
	color: rgba(0,0,0,0.6);
	text-decoration: underline;
}
.article-list li:hover a {
	color: #000;
}

/* custom stuff */
.single-rating {
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 8px;
}
.single-rating div {
		display:inline;
	text-transform: uppercase;
	padding-right: 5px;
	float: left;
	font: normal normal 11px/10px "Ubuntu Condensed", sans-serif;
}

div.td-stars {
		width:66px;
		height:10px;
		overflow:hidden;		
}

.review_stars_0 {background: url(images/star-ratings.gif) 0 0 no-repeat;}
.review_stars_0_half {background: url(images/star-ratings.gif) 0 -10px no-repeat;}
.review_stars_1 {background: url(images/star-ratings.gif) 0 -20px no-repeat;}
.review_stars_1_half {background: url(images/star-ratings.gif) 0 -30px no-repeat;}
.review_stars_2 {background: url(images/star-ratings.gif) 0 -40px no-repeat;}
.review_stars_2_half {background: url(images/star-ratings.gif) 0 -50px no-repeat;}
.review_stars_3 {background: url(images/star-ratings.gif) 0 -60px no-repeat;}
.review_stars_3_half {background: url(images/star-ratings.gif) 0 -70px no-repeat;}
.review_stars_4 {background: url(images/star-ratings.gif) 0 -80px no-repeat;}
.review_stars_4_half {background: url(images/star-ratings.gif) 0 -90px no-repeat;}
.review_stars_5 {background: url(images/star-ratings.gif) 0 -100px no-repeat;}
.review_stars_5_half {background: url(images/star-ratings.gif) 0 -110px no-repeat;}
.stars-0 {
    display:inline-block;
    width: 66px;
    height: 10px;
    vertical-align:middle;
    cursor:pointer;
	margin: 10px 2px 0 16px;
	background: url(images/star-ratings.gif) no-repeat 0 0;
	float: left;
}

.stars-1 {
    display:inline-block;
    width: 66px;
    height: 10px;
    vertical-align:middle;
    cursor:pointer;
	margin: 10px 2px 0 16px;
	background: url(images/star-ratings.gif) no-repeat 0 -20px;
	float: left;
}

.stars-2 {
    display:inline-block;
    width: 66px;
    height: 10px;
    vertical-align:middle;
    cursor:pointer;
	margin: 10px 2px 0 16px;
	background: url(images/star-ratings.gif) no-repeat 0 -40px;
	float: left;
}

.stars-3 {
    display:inline-block;
    width: 66px;
    height: 10px;
    vertical-align:middle;
    cursor:pointer;
	margin: 10px 2px 0 16px;
	background: url(images/star-ratings.gif) no-repeat 0 -60px;
	float: left;
}

.stars-4 {
    display:inline-block;
    width: 66px;
    height: 10px;
    vertical-align:middle;
    cursor:pointer;
	margin: 10px 2px 0 16px;
	background: url(images/star-ratings.gif) no-repeat 0 -80px;
	float: left;
}

.stars-5 {
    display:inline-block;
    width: 66px;
    height: 10px;
    vertical-align:middle;
    cursor:pointer;
	margin: 10px 2px 0 16px;
	background: url(images/star-ratings.gif) no-repeat 0 -100px;
	float: left;
}

/* promos */

.promoted-post {
	text-align: center;
	margin: auto;
	display: block;
	float: left;
	width: 25%;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.promoted-post a {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}

.promoted-post img {
	width: 100% !important;
	height: auto !important;
	min-height: 100px;
	max-height: 100px;
	margin: 0 !important;
	position: relative;
}

.promoted-post .image {
	position: relative;
	margin-bottom: 10px;
}

.promoted-post .image-tag {
	position: absolute;
	background-color: black;
	color: #FFF;
	padding: 4px 8px;
	left: 0;
	bottom: 0;
	font: 14px "Ubuntu Condensed", sans-serif;
	text-transform: lowercase;
	width: auto;
	height: auto;
}

.promoted-post .image-tag:before {
	content: '#';
}

.promoted-post span {
	float: left;
	width: 100%;
}

.promoted-post .h2 {
	color: #000;
	font: 12px/16px Oswald, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin: 5px 0 0;
}

/* maps */

div.google-map-placeholder {
	border-style: none;
}

/* administrative */

#jd-admin-bar {
	padding: 0;
	list-style-position: inside;
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 10px;
}

#jd-admin-bar li {
	float: left;
	line-height: 34px;
	clear: left;
	position: relative;
	width: 90%;
	list-style-type: none;
	display: block;
	padding: 2px 5%;
	height: 34px;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

#jd-admin-bar li:first-child {
	border-bottom-style: none;
}

#jd-admin-bar li a {
	float: left;
	width: 90%;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	color: #000;
	text-transform: uppercase;
	font: 16px/38px "Ubuntu Condensed", sans-serif;
	padding-left: 5%;
	padding-right: 5%;
}

#jd-admin-bar li:first-child {
	color: #000;
	text-transform: uppercase;
	font: 14px/34px Oswald, sans-serif;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
	width: 100%;
	list-style-type: none;
	height: 34px;
	position: relative;
	padding: 0;
	background: white repeat-x;
}

#jd-admin-bar li img {
	float: left;
	margin-right: 8px;
	position: relative;
	height: 24px;
	width: 24px;
	margin-left: 5px;
	z-index: 1;
	margin-top: 5px;
}

/* ads */

#ad-large-leaderboard {
	float: left;
	margin-right: 10px;
}

#ad-small-leaderboard {
	float: left;
	margin-right: 10px;
}

.ad-container {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.ad-container img {
	width: 100%;
	height: auto;
}

.samp-title {
	color: #000;
	font: 14px/16px Oswald, sans-serif;
	text-transform: uppercase;
	display: inline;
	background: white;
	z-index: 1;
	text-align: center;
	position: relative;
	top: 24px;
	margin: 0 auto 0 8px;
	padding: 8px;
}


/* widget styles */

.widget{
	
	border-top:6px black solid;
	
	margin-bottom: 18px;
}

.widget.widget_reallysimpletwitterwidget {
	border-style: none;
}

.widgettitle {
	top: -11px;
	color: #000;
	font: 14px/16px Oswald, sans-serif;
	text-transform: uppercase;
	display: inline;
	background: white;
	z-index: 1;
	padding-right: 6px;
}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #02BAF6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#tag-cloud a,
.tags a {
	white-space: pre;
	padding: 3px 5px;
	text-transform: uppercase;
	font: normal normal 13px "Ubuntu Condensed", sans-serif;
	display: inline-block;
	margin-bottom: 3px;
	margin-top: 3px;
}

/* customized menu */

#breadcrumble {
	text-align: left;
	height: 16px;
	position: relative;
	line-height: 16px;
	display: block;
	float: left;
	width: 100%;
}

#breadcrumble a {
	display: inline-block;
	color: #000;
	font: 14px/16px Oswald, sans-serif;
	text-transform: uppercase;
	float: left;
}

#ts_logo {
	background-image: url(images/ts_logo.jpg);
	width: 175px;
	height: 16px;
	float: left;
	margin-top: 14px;
	margin-right: 25px;
}

#td_logo {
	background-image: url(images/td_logo.jpg);
	width: 143px;
	height: 16px;
	float: left;
	margin-top: 14px;
}

/* promo box */

.promo-box {
	margin-bottom: 16px;
	position: relative;
	margin-top: 16px;
	border-top: 6px solid black;
	padding-top: 16px;
}

.promo-box#share-box {
}

.promo-box#share-box .holder {
	background-color: #02BAF6;
	font-family: Oswald;
	padding-top: 24px;
	padding-bottom: 24px;
	height: 24px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,0.25) 1px 1px 0;
}

.promo-box#menu-box {
}

.promo-box#menu-box .holder {
	background-color: #02BAF6;
	font-family: Oswald;
	padding-top: 24px;
	padding-bottom: 24px;
	height: 24px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,0.25) 1px 1px 0;
}

.promo-box .appify {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.promo-box .holder {
	width: 100%;
	height: 150px;
	background-color: white;
}

.promo-box .holder td {
	color: #000;
	font: italic 12px/16px Georgia, "Times New Roman", Times, serif;
}

.promo-box .holder td:first-child {
	padding-left: 8px;
	text-align: left;
}

.promo-box .holder td:last-child {
	text-align: right;
	padding-right: 8px;
}

/*.promo-box span.heading {
	text-transform: uppercase;
	position: relative;
	float: left;
	margin-top: -28px;
	display: inline;
	background-color: white;
	color: black;
	margin-left: 8px;
	padding-left: 8px;
	padding-right: 8px;
	font: 14px/16px Oswald, sans-serif;
}*/

.promo-box span.heading {
	text-transform: uppercase;
	position: relative;
	float: left;
	margin-top: -26px;
	display: inline;
	background-color: white;
	color: black;
	margin-left: 6px;
	padding-left: 6px;
	padding-right: 6px;
	font: 11px Oswald, sans-serif;
}

.promo-box .holder .contact {
	font: italic 14px/32px Georgia, "Times New Roman", Times, serif;
	color: #000;
	display: inline-block;
	width: 100%;
	text-indent: 8px;
}

.promo-box .holder .contact a {
	color: #000000;
	margin-left: 8px;
}

.promo-box .holder address {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline-block;
	color: #000;
	font-style: italic;
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 0;
	width: 100%;
	text-indent: 8px;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

.widget_search input{
	width: 121px;
}

.direction-controls-placeholder, .dirFromHereTrigger, .dirToHereTrigger {
	display: none;
}

.streetViewTrigger {
	position: relative;
	left: -15px;
	background: white;
}

/* calendar widget */

#calendar_wrap{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#wp-calendar{
	width: 100%;
	
}

#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}

/* slider */

.block-slider {
	
}

.block-slider .slideshow {
	position: relative;
	display: block;
	min-height: 275px !important;
	text-align: left;
	overflow: hidden;
}

.block-slider .slideshow article {
	display: inline-block;
	position: relative;
	width: 100%;
	min-height: 270px !important;
}

.block-slider .slideshow article .appify {
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	top: 0;
	min-height: 270px !important;
}

.block-slider .slideshow img {
	width: 100%;
	position: relative;
	height: 180px !important;
}
.block-slider .slidernav {
	float:right;
	color:#fff;
	position: absolute;
	right: 0;
	background-color: #000;
	top: 0;
	z-index: 7;
	padding: 5px 4px 5px 10px;
}
.block-slider .slidernav a {
	color:#fff;
	width:14px;
	height:14px;
	font-weight:normal;
	display:inline-block;
	text-indent:-3000px;	
	background: #000 url(images/slider-markers.gif) no-repeat 0 -14px;
	padding-right: 0;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 3px;
}
.block-slider .slidernav a:hover, .block-slider .slidernav a.activeSlide {
	background-position: 0 0;
}

.featured-slider {
	min-height: 485px;
}

.featured-slider .slideshow {
	position: relative;
	display: block;
	min-height: 460px !important;
	text-align: left;
	overflow: hidden;
}

.featured-slider .slideshow article {
	display: inline-block;
	position: relative;
	min-height: 460px !important;
	width: 100%;
	min-width: 100% !important;
}

.featured-slider .slideshow article .appify {
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	top: 0;
	min-height: 460px !important;
}

.featured-slider .slideshow img {
	width: 100% !important;
	min-width: 100% !important;
	position: relative;
	max-height: 300px !important;
}
.featured-slider .slidernav {
	float:right;
	color:#fff;
	position: absolute;
	right: 0;
	background-color: #000;
	top: 0;
	z-index: 7;
	padding: 5px 4px 5px 10px;
}
.featured-slider .slidernav a {
	color:#fff;
	width:14px;
	height:14px;
	font-weight:normal;
	display:inline-block;
	text-indent:-3000px;	
	background: #000 url(images/slider-markers.gif) no-repeat 0 -14px;
	padding-right: 0;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 3px;
}
.featured-slider .slidernav a:hover, .featured-slider .slidernav a.activeSlide {
	background-position: 0 0;
}

/* #TITLES */

.row-title {
	position: relative;
	line-height: 32px;
	font-size: 36px;
	padding-right: 8px;
	margin: -32px 0 16px;
}

.row-title .h1 {
	text-transform: uppercase;
	display: inline;
	text-shadow: #fff 1px 1px 0;
	float: none;
	background-color: #fff;
	font: 20px/32px Oswald, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	top: -25%;
	height: 32px;
	margin: 0 16px;
}

.row-title .h1.pull-right {
	float: right;
}

/* Pagination */

.pagination {
  height: 40px;
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
	width: 100%;
	position: relative;
	float: none;
	border-bottom-style: none;
}
.pagination ul > li {
  display: block;
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	width: 50%;
}

.pagination ul > li.go-back {
	float: left;
	width: 23%;
	display: block;
	padding-left: 2%;
}

.pagination ul > li.go-forward {
	float: right;
	width: 23%;
	display: block;
	padding-right: 2%;
}

.pagination ul > li.go-forward a {
	text-align: right;
}
.pagination ul > li > a,
.pagination ul > li > span {
  padding: 0;
  text-decoration: none;
  background-color: #ffffff;
	float: left;
	width: 100%;
	display: block;
	border-style: none;
	margin: 0;
	text-transform: uppercase;
	font: 1em/38px Oswald;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
	float: none;
	color: #02BAF6;
	background-color: transparent;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
	float: none;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
	float: none;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
	float: none;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
	float: none;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}

/* twitter feed */

ul.really_simple_twitter_widget {
	margin: 0;
	list-style-position: inside;
	list-style-type: none;
}

ul.really_simple_twitter_widget li {
	border-bottom: 1px dashed #555555;
	padding: 8px 3px;
	text-align: left;
	font: 12px/1.5 Georgia, "Times New Roman", Times, serif;
}

ul.really_simple_twitter_widget li:first-child {
	padding-top: 0;
}

ul.really_simple_twitter_widget li:last-child {
	padding-bottom: 0;
	border-bottom-style: none;
}

/* partners */

#partners-title {
	margin-bottom: 16px;
	border-bottom: 1px solid #ececec;
}

#partners-title h2 {
	top: 21px;
	background-color: #f6f6f6;
}

#partners {
	margin-bottom: 16px;
}

#partners a {
	opacity: 0.75;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#partners a:hover {
	opacity: 1;
}

/* events */

.widget_em_calendar {
	width: 100% !important;
	display: none;
	position: relative;
	float: left !important;
}

table.em-calendar {
	font-size:11px;	
	font-family:Arial, Helvetica, sans-serif;
}
table.em-calendar tr.days-names td, table.em-calendar thead {
		font-weight:bold;
}
table.em-calendar td {
	background:#efefef;
	border:1px solid white;	
}
table.em-calendar td.eventful {
	background:#08b8f0;		
}
table.em-calendar td.eventful a {
	color:#fff;
	display:block;	
}
table.em-calendar td.eventful:hover {
	background:#000;	
}
table.em-calendar td.eventful-today {
	background:#000;
}
table.em-calendar td.eventful-today a {
	color:#08b8f0;	
}
.tribe-events-cal-title a {
	color:#fff;
	text-decoration:underline;	
}

.em-events-search {
	background-color: #f6f6f6;
	padding: 8px;
	margin-top: -10px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

.archive-title.h2 {
	display: block;
	text-shadow: #fff 1px 1px 0;
	font: 20px/28px Oswald, sans-serif;
	color: #222;
	text-transform: uppercase;
	margin-bottom: 8px;
	margin-top: 0;
}

.archive-title.h2 a {
	text-shadow: #fff 1px 1px 0;
	color: #222;
}

.price-hold {
	position: absolute;
	color: #fff;
	padding: 8px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: #02BAF6;
	top: 15px;
	right: 15px;
}

.price-capt {
	float: left;
	text-transform: uppercase;
	font: 24px Oswald, sans-serif;
}

tr.event {
	padding-bottom: 16px;
	float: left;
	width: 100%;
	margin-bottom: 16px;
	border-bottom: 1px dashed #555555;
}

tr.event .event-right {
	padding-left: 16px;
}

tr.event .event-left {
	position: relative;
}

tr.event .event-left .cats-holder {
	position: relative;
	background-color: black;
	color: #FFF;
	font: 14px "Ubuntu Condensed", sans-serif;
	text-transform: lowercase;
	z-index: 2;
}

tr.event .event-left .cats {
	position: absolute;
	background-color: black;
	color: #FFF;
	padding: 4px 8px;
	left: 0;
	font: 14px "Ubuntu Condensed", sans-serif;
	text-transform: lowercase;
	bottom: 0;
	display: block;
	z-index: 2;
}

tr.event .event-left .days {
	position: absolute;
	background-color: black;
	color: #FFF;
	padding: 4px 8px;
	font: 20px "Ubuntu Condensed", sans-serif;
	text-transform: uppercase;
	display: block;
	z-index: 2;
	top: 0;
	text-align: center;
	left: 0;
}

tr.event .event-left .price {
	position: absolute;
	background-color: #02BAF6;
	color: #f6f6f6;
	padding: 4px 8px;
	font: 20px "Ubuntu Condensed", sans-serif;
	text-transform: uppercase;
	display: block;
	z-index: 2;
	text-align: center;
	bottom: 0;
	right: 0;
}

tr.event .event-left .cats ul {
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
}

tr.event .event-left .cats a {
	display: inline-block;
	position: relative;
	color: #fff;
}

tr.event .event-left .cats a:before {
	content: "#";
	position: relative;
}

tr.event .event-left img {
}

.em-calendar {
	width: 100%;
	height: 250px;
}

@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}
}

@media only screen and (max-width: 1010px) {

body{
	padding-top: 0 !important;
}
	.navbar-inner .ad-container {
		display: none;
	}
	.nav-container {
		padding: 0px 20px !important;
	}
}

@media only screen and (min-width: 980px) {
	body{
}

#main-body {
	margin-bottom: -20px;
}
	.container-fluid{
		max-width: 970px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#inner-footer{
	background-color: #f6f6f6;
	padding: 8px 16px 16px;
	margin-top: 48px;
}

#inner-footer p {
	margin: 0;
	line-height: 30px;
	font-size: 10px;
}
	
	#content{
		padding-left: 0;
		padding-right: 0;
	}
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	margin: 0;
}
	
	.navbar-search{
		padding-left: 0;
	margin-bottom: 10px;
	float: left;
	position: relative;
	display: block;
}
	
	.sidebar{
		margin-top: 0 !important;
	}
	
	.widget_search input{
		width: 230px;
	}
	
.hero-unit{
	display: inline-block;
	width: 100%;
	background-color: transparent;
}	
	.hero-unit h1 {
		font-size: 60px;
	}
	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		width: 210px;
	margin-bottom: 0;
	float: left;
	position: relative;
}
	
	.widget_search input{
		width: 209px;
	}
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
}

ul.nav li.dropdown:hover  ul.dropdown-menu{
    display: block;    
}
img.aligncenter{
display:block !important;
}
p {
line-height:16px ;margin-bottom:8px;padding:0px 0px 8px 0px;float:left;width:100%;font-size:14px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.twitter-list{
	border-bottom:1px solid grey;
	margin-bottom:3px;
	list-style-type:none;
}
a.twitter-link{
	color: rgb(64, 64, 64) !important;
	text-decoration:none;
	line-height: 14px;
	/*font-size:60%;*/


}
.twitter-name{
	font-weight:bold;
}
.twitter-image{
	float:left;
	display:none;
	margin:3px;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 

.iOs {
	width:320px;
}
 }
 
 #container {
/*	 width: 100% !important; */
	 margin-right:0px !important;
	 }
	 
/* CINEMA LISTINGS 

---------------------------------------------*/

.cinema-listing-detail {

	margin-bottom:16px;	

	font-size:14px;

	font-family:Arial, Helvetica, sans-serif;

}

.cinema-listing-detail h2 {

	font-size:16px;

	font-weight:bold;

font-family:Arial, Helvetica, sans-serif;		

}

.cinema-listing-detail-info {

	font-size:11px;

font-family:Arial, Helvetica, sans-serif;	

}

.cinema-listing-detail nobr, .cinema-listing-detail a, .cinema-listing-detail nobr, .cinema-listing-detail img {

	display:none;	

}


.events-table{float:left!important;}


body.page-id-38365 .really_simple_share,
body.page-id-38365 #respond {
	display:none;
}

/* modal dialog for newsletter stuff */
.modalDialogSub {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display:none;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;

}
.modalDialogSub h2 {
	font: 20px/32px Oswald, sans-serif;	
	text-align:center;
}
.modalDialogSub p {
	float:none;	
	text-align:center;
	margin-bottom:20px;
}
.modalDialogSub > div {
	width: 620px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	border-bottom:4px solid #000;
}
@media (max-width: 600px) {
.modalDialogSub > div {
	width: 240px;
	position: relative;
	margin: 5% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	border-bottom:4px solid #000;
	}		
}
.modalDialogSub form {
	margin-bottom:0;
	text-align:center;	
}
.modalDialogSub input[type="text"],
.modalDialogSub input[type="email"] {
	width:130px;
	display:inline;	
	height:20px;
}
@media (max-width: 600px) {
	.modalDialogSub input[type="text"],
.modalDialogSub input[type="email"] {
	width:150px;
	display:block;	
}
}
.modalDialogSub .popup-submit-btn {
	display:inline;	
	vertical-align:top;
	height:30px;
	background:#08b8f0;
	color:#fff;
	border:none;
	border-radius:4px;
}
@media (max-width: 600px) {
	.modalDialogSub .popup-submit-btn {
		display:block;
		width:150px;	
	}
}
.modalDialogSub .small-go-away {
	display:block;
	text-align:center;
	font-size:10px;
	margin:0;
	margin-top:10px;	
}
.closeModalYoke {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.closeModalYoke:hover { background: #08b8f0; color:#fff;text-decoration:none;}
