/************************* 

CSS Document 
GoPride Corporation
Copyright 2012,2013

*************************/




/************************* 
	BODY 
*************************/

/***
@media screen and (min-width: 1600px) {
    .container {
        max-width: 1600px;
		width:1570px;
    }
}
@media screen and (min-width: 1900px) {
    .container {
        max-width: 1900px;
		width:1870px;
    }
}
***/

body, .body-class {
	background-color: #ddd;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #555;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; 	
 	font-size: 13px;
 	line-height: 22px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
@media (max-width: 991px) {
	body, .body-class { 
		background: #fff;
	}
}
@media (max-width: 340px) {
	body, .body-class {
		overflow:hidden;
	}
}

.body-content {
	padding-top:15px;
	padding-bottom:25px;
	margin-bottom:10px;	
}
@media (max-width: 991px) {
	.body-content {
		padding-top:0;
	}
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.fancybox-skin {
	border-radius: 0 !important;
}

.body-frame { 
	background-color:#fff;
	padding:0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.para-active {
	color: #222;	
}
.para-active:hover {
	color: #111;	
}

@media (max-width:768px) {
	.center-xs {
		text-align:center;	
	}
}
@media (max-width:986px) {
	.center-sm {
		text-align:center;	
	}
	.center-sm-unblock {
		display: inline-block !important;	
	}
}

.col-pad-sm {
	padding-left:5px !important;
	padding-right:5px !important;
}
.col-pad-sm-wrapper {
	padding-left:10px !important;
	padding-right:10px !important;
}

.content-fit {
	overflow:hidden !important;
}
.content-fit iframe {
	width:100% !important;
}
.content-fit embed {
	width:100% !important;
}
.content-fit img {
	width:100% !important;
}

.content-fit div a img {  
	/*** Adify ***/
	width:100% !important;
}
.content-fit-image-border img {
	width:100% !important;
	border:1px solid #333 !important;
	margin-top:30px;
	margin-bottom:30px;
}
.content-fit-image-border div a img {  
	/*** Adify ***/
	width:100% !important;
	border:1px solid #333 !important;
	margin-top:30px;
	margin-bottom:30px;
}

.content-fit ins, content-fit ins ins, content-fit ins ins ins,
	content-fit ins ins ins iframe,
	content-fit ins ins ins iframe html body iframe,
	 {  
	/*** Google ***/
	width:100% !important;
}
#google_ads_frame1 {
	/*** Google ***/
	width:100% !important;
}


.content-fit-max {
	overflow:hidden !important;
}
.content-fit-max iframe {
	max-width:100% !important;
}
.content-fit-max embed {
	max-width:100% !important;
}
.content-fit-max img {
	max-width:100% !important;
}
.content-fit-max div a img {  /*** Adify ***/
	max-width:100% !important;
}

/************************* 
	MAST HEAD 
*************************/

#mast-promo {
	background: #ddd url('/i/page_wrap_header_standard.jpg') no-repeat top center;
}
#mast-promo-grey {
	background: #ddd url('/i/page_wrap_header_grey2.jpg') no-repeat top center;
}
#mast-promo-rainbow {
	background: #ddd url('/i/page_wrap_header_rainbow.jpg') no-repeat top center;
}
.mast-promo-cityscape {
	background: #ddd url('/i/page_wrap_header_standard.jpg') no-repeat 50% 40%;
}
.mast-promo-cityscape-grey {
	background: #ddd url('/i/page_wrap_header_grey2.jpg') no-repeat 50% 35%;
}
.mast-promo-cityscape-rainbow {
	background: #ddd url('/i/page_wrap_header_rainbow.jpg') no-repeat 50% 35%;
}
@media (max-width: 991px) {
	#mast-promo {
		background: #fff;
	}
	.mast-promo-cityscape {
		background: #fff;
	}
}
@media (max-width: 768px) {
	#mast-promo, #mast-promo-grey, #mast-promo-rainbow {
		background-image: none;
		background-color:#fff;
	}
	.mast-promo-cityscape, .mast-promo-cityscape-grey, .mast-promo-cityscape-rainbow {
		background-image: none;
		background-color:#fff;
	}
}
.mast-sponsor {
	font-size:8px; line-height:8px; width:100%; background-color:#eee; padding-top:3px; color:#999; padding-bottom:1px;
}

/************************* 
	SPEECH
*************************/

#speech {
  -webkit-transform: scale(4,4)
}


/************************* 
	SEARCH BAR
*************************/

.search-expand {
	max-width:100px;
	background-color:#444; color:#fff;
}


/************************* 
	GLOBAL > AVATARS
*************************/

.image-avatar-circular {
	width: 55px;
	height: 55px;
	border-radius: 27px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	background: #ccc url('/s/photos/match/thumbs90x125/noPhoto.jpg') no-repeat top center cover;
	background-size: 90%; /* To fill the dimensions of container (button), or */
	background-size: 47px auto; /* to specify dimensions explicitly */
	border:4px solid #fff;
}
.image-avatar-circular-xl {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	background: #ccc url('/s/photos/match/thumbs90x125/noPhoto.jpg') no-repeat top center cover;
	background-size: 90%; /* To fill the dimensions of container (button), or */
	background-size: 118px auto; /* to specify dimensions explicitly */
	border:3px solid #fff;
}
.image-avatar-circular-lg2 {
	width: 90px;
	height: 90px;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	background: #ccc url('/s/photos/match/thumbs90x125/noPhoto.jpg') no-repeat top center cover;
	background-size: 90%; /* To fill the dimensions of container (button), or */
	background-size: 88px auto; /* to specify dimensions explicitly */
	border:3px solid #fff;
}
.image-avatar-circular-lg {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	background: #ccc url('/s/photos/match/thumbs90x125/noPhoto.jpg') no-repeat top center cover;
	background-size: 90%; /* To fill the dimensions of container (button), or */
	background-size: 38px auto; /* to specify dimensions explicitly */
	border:3px solid #fff;
}
.image-avatar-circular-md2 {
	width: 64px;
	height: 64px;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	background: #ccc url('/s/photos/match/thumbs90x125/noPhoto.jpg') no-repeat top center cover;
	background-size: 90%; /* To fill the dimensions of container (button), or */
	background-size: 62px auto; /* to specify dimensions explicitly */
	border:3px solid #fff;
}
.image-avatar-circular-md {
	width: 44px;
	height: 44px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	background: #ccc url('/s/photos/match/thumbs90x125/noPhoto.jpg') no-repeat top center cover;
	background-size: 90%; /* To fill the dimensions of container (button), or */
	background-size: 38px auto; /* to specify dimensions explicitly */
	border:3px solid #fff;
}
.image-avatar-circular-sm {
	width: 35px;
	height: 35px;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	background: #ccc url('/s/photos/match/thumbs90x125/noPhoto.jpg') no-repeat top center cover;
	background-size: 90%; /* To fill the dimensions of container (button), or */
	background-size: 32px auto; /* to specify dimensions explicitly */
	border:1px solid #fff;
}
.image-avatar-circular-xs {
	width: 24px;
	height: 24px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background: #ccc url('/s/photos/match/thumbs90x125/noPhoto.jpg') no-repeat top center cover;
	background-size: 90%; /* To fill the dimensions of container (button), or */
	background-size: 22px auto; /* to specify dimensions explicitly */
	border:0;
}
.image-avatar-circular-hover:hover {
	border-color:#888;
}

.hide-before-load {
	display: none;
}

.dropdown-hover:hover > ul.dropdown-menu {
    display: block !important;
}

.navbar-main .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #555;
	border-color: #428bca;
	color:#fff;
}

/************************* 
	GLOBAL > BADGES
*************************/

.image-badge-xs {
	position:absolute; font-size:7px; line-height:7px; text-align:center;
	background-color:#669; color:#fff; 
    right:-6px; bottom:-6px; z-index:9999;
	height:16px; width:16px; padding-top:4px;
    border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px;
}
.image-badge-xs.red {
	background-color:#A60000;
}
.image-badge-xs.green {
	background-color:#363;
}
.image-badge-xs.amber {
	background-color:#C90;
}


/************************* 
	FORMATTING
*************************/

p.text-normal {
	font-size: 1.1em;
	line-height: 1.6em;
}

.well-lighten {
	background-color: #fafafa;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.well-white {
	background-color: #fff;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
@media (max-width: 768px) {
	.well-white-sm {
		background-color: #fff;
		border:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
}

well-square {
	border-radius:0;
	-webkit-border-radius:0;
}

.well-box {
	background-color: #fff;
	-webkit-border-radius:0;	
	border-radius:0;	
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-bottom:0 !important;
}

.btn-corners {
	-webkit-border-radius:0;	
	border-radius:0;	
}

h6.title-seo {
	display:none;
}

.radius-ten {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.radius-ten-left {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
.radius-ten-right {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-top-right-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
.radius-five {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.radius-five-top {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.h5-text {
	line-height:25px; 
	font-weight:200 !important;	
}

.link_grey_dkgrey {
	color:#aaa;
}
.link_grey_dkgrey:hover {
	color:#444;
}

.link_dkgrey_dkblue {
	color:#333;
}
.link_dkgrey_dkblue:hover {
	color:#475a96;
}

.no-padding {
  padding-left:0;
  padding-right:0;
}

.padding-md-only {
	padding-top:15px;	
}
@media (max-width: 768px) {
	.padding-md-only {
		padding-top:0;	
	}
}
.padding-md-only-sm {
	padding-top:10px;	
}
@media (max-width: 768px) {
	.padding-md-only-sm {
		padding-top:0;	
	}
}

.force-cursor {
	cursor:pointer;
}

.opacity-twenty {
	opacity:0.2;
	filter:alpha(opacity=20);
}
.opacity-forty {
	opacity:0.4;
	filter:alpha(opacity=40);
}
.opacity-eighty {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.opacity-hover:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}

.title-h4 {
	font-family: 'Open Sans', sans-serif;
	line-height:26px;
}
.title-h2 {
	font-family: 'Open Sans', sans-serif;
	line-height:38px;
	font-size: 30px;
	margin-top:5px;
}

.borderless {
	border:0;
}

.block-inline {
	display:inline-block;	
}

.float-center {
	float:center;
	text-align:center;	
}

.no-decoration {
	text-decoration:none;
}

.block-title {
  display:table; 
  clear:both; 
  margin:0; 
  padding:0; 
  background-image:url('/i/bg_line.png'); 
  width:100%;
}

.block-title-text {
  float:left; 
  margin:3px 0 0 15px; 
  padding:5px 10px; 
  border:1px solid #666666; 
  background-color:#333333; 
  color:#ffffff; 
  font-size:16px;
}

text-center {
	text-align:center;
}
text-right {
	text-align:right;
}

.mod-media-box-hero {
	clear:both; 
	width:100%; 
	background-position:top left;
	margin-bottom:0px; 
	min-height:500px;
	background-repeat:no-repeat;
	background-color:#f5f5f5;
	background-size:cover;
	position:relative;
}
.mod-media-box-hero-height-2x {
	min-height:750px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
	.mod-media-box-hero {
		min-height:370px;
	}
	.mod-media-box-hero-height-2x {
		min-height:450px !important;
	}
}
@media (max-width: 767px) {
	.mod-media-box-hero {
		min-height:300px;
	}
	.mod-media-box-hero-height-2x {
		min-height:400px !important;
	}
}

.mod-media-box-hero-caption-container {
	position:absolute;
	left:5px;
	bottom:3px;
	width:100%;
	text-align:left;
}
.mod-media-box-hero-caption {
	display:inline-block;
	background-color:#ccc;
	color:#000;
	font-size:10px;
	line-height:11px;
	padding:4px 5px 3px 5px;
	opacity:0.6;
}
.mod-media-box-hero-caption:empty {
	padding:0;
	display:none;
}

/*
.slideshow-feature-photo {
	margin-bottom:0px; 
	min-height:500px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
	.slideshow-feature-photo {
		min-height:370px !important;
	}
}
@media (max-width: 767px) {
	.slideshow-feature-photo {
		min-height:300px !important;
	}
}
*/

.mini-feature-photo {
	margin-bottom:0px; 
	min-height:90px !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.mini-feature-photo {
		min-height:60px !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.mini-feature-photo {
		min-height:200px !important;
	}
}
@media (max-width: 767px) {
	.mini-feature-photo {
		min-height:135px !important;
	}
}


/************************* 
	HOME > MOD > TODAY
*************************/

.calendar-home-days {
	height:45px;
	position:relative; 
	overflow:hidden;
	text-align:left; 
	background:url('/i/calendar/cal_day_image3_blue_on.png') no-repeat top center;
	/*** border:1px solid #ccc;
	text-align:center;  ***/
	width:100%;
	margin-bottom:10px; 
}
.calendar-home-days:hover {
	background:url('/i/calendar/cal_day_image3.png') no-repeat top center;
}
.calendar-home-active {
	background:url('/i/calendar/cal_day_image3.png') no-repeat top center;
}
.calendar-home-days-dayofweek {
	display:table; position:absolute; top:4px; width:100%; text-align:center; color:#fff; font-size:9px; line-height:9px;
}
.calendar-home-days-dateofweek {
	display:table; position:absolute; top:19px; width:100%; text-align:center; color:#333;
}
.calendar-home-border {
	position:absolute; 
	bottom:0; right:0;
	width:35px;
	height:10px;
}
.calendar-home-listing {
	padding-bottom:7px; 
	padding-top:7px; 
	line-height:18px; 
	font-family:'Open Sans',Arial;
}
.calendar-home-listing:hover {
	background-color:#e1e1e1;
}


/************************* 
	CAROUSEL
*************************/

.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .active.right {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}

.carousel {
  margin-bottom: 5px;
  margin-top: 0px;
}
.carousel-caption {
  z-index: 10;
  text-align:left;
  position:absolute;
  left:10px;
  bottom:10px;
  width:80%;
  padding-bottom:0px;
  padding-top:0px;
}
.carousel-indicators {
  bottom:5px;
  right:30px;
  width:100%;
  text-align:right;
  left:auto;	
}
.carousel-caption-text {
  padding-top:0;
  margin-top:0;
  padding-left:15px;	
  padding-right:20px;
  line-height: 18px;
  text-shadow: #000000 1px 1px 5px;
}
.carousel-caption-text h3 {
	line-height: 26px;;
	margin-top:15px;
}
.carousel .item {
  background-position: center center; 
  background-size:cover;
  min-height: 280px;
  -webkit-transition: opacity 0.9s; -moz-transition: opacity 0.9s; -ms-transition: opacity 0.9s; -o-transition: opacity 0.9s; transition: opacity 0.9s;
}
.carousel-item-thumb {
  min-height:50px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
.carousel-gallery {
  margin-bottom:0px;
  display:table;
  width:100%;
}

.carousel-linked-nav {
  margin-top:6px 0 0 0;
  padding:0;
}
.carousel-thumbnail {
  list-style:none;
  float:left;
  width:15%;
  opacity:0.6; 
  filter:alpha(opacity=60);
  filter: url(filters.svg#grayscale); 
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1);
  margin-right:2%;
}
.carousel-thumbnail.active {
  opacity:1.0; 
  filter:alpha(opacity=100);
  filter: none;
  -webkit-filter: grayscale(0);
}
li:hover.carousel-thumbnail {
  opacity:1.0; 
  filter:alpha(opacity=100);
  filter: none;
  -webkit-filter: grayscale(0);
}
.carousel-thumbnail.no-margin {
  margin:0;
}
.carousel-thumbnail-border {
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-size:cover; 
  background-position: center center;
}
.carousel-thumbnail-span {
  min-height:60px;	
}
.carousel-caption-more {
  color: #ffffff;
  text-shadow: #000000 0px 0px 5px;
  filter: glow(color=#000000, strength=9);
  background: #8ba3b8;
  text-decoration: none;
  margin: 2px 4px 2px 4px;
  padding:2px 5px;
  border:1px solid #333;
}
span:hover.carousel-caption-more {
  color: #8ba3b8;
  background: #fff;
  text-shadow: none;
}
.carousel-inner-link-text {
	text-decoration:none;
	color:#555;
}
a:hover.carousel-inner-link-text {
	text-decoration:none;
	color:#000;
	background-color:#fafafa;
}
p:hover.carousel-inner-link-text {
	background-color:#fafafa;
}
.carousel-inner-link-text-major-story {
	font-size:15px;
	text-decoration:none;
	color:#555;
}


/***** MESSAGES *******/

.msg-background:hover {
	background-color:#fafafa;	
}

/************************* 
	NAVBAR
*************************/

.navbar {
	border:0px;
	min-height:20px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
}
.navbar-cp {
  font-family: 'Open Sans', sans-serif;
 /*  font-weight: 700; 
  font-family: 'Open Sans','Oswald', sans-serif;
  font-size: 16px;*/
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;	
  background-image:url('/i/nav_menu_bg.png');
}
@media (max-width: 768px) {
  .navbar-cp-wrapper-mobile {
     padding-top:65px;
  }
  .navbar-cp-mobile {
     position: fixed;
	 top:0px;
	 z-index:999;
	 width:100%;
  }
}

.navbar-main li {
  margin-left:10px;
  background-image:url('/i/nav_menu_bg.png');
}
.navbar-main li a {
  color:#fff;
  padding-right:16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-main li a {
     padding-right:0;
  }
}
.navbar-main-wrap {
	padding-top:5px;
	padding-bottom:5px !important;
}

.navbar-main li a:hover {
  background-color:#333;
  color:#FAABD5;
}
.navbar-collapse {
  padding-right:0;
  padding-left:10px;
}
.navbar-brand {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;	
  color:#fff;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;    
}
.dropdown-menu {
  background-color:#333;
  color:#fff;
  padding-top:0px;
  padding-bottom:0px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
}
ul.dropdown-menu li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding-left:0;
  margin-left:0px;
  background-image:url('/i/nav_menu_bg.png');
}
ul.dropdown-menu li a {
  color:#fff;
  padding-top:11px;
  padding-bottom:11px;
  padding-left:14px;
}
ul.dropdown-menu li a:hover {
  font-weight:400;
  color:#FAABD5;
}


/************************* 
	HOME > ALBUMS
*************************/

.glyph-icon-right {
  position:absolute; right:6px; bottom:5px; line-height:normal;
}
.glyph-icon {
	position:relative; display:table; width:100%; height:100%; 
	opacity:0.6; filter:alpha(opacity=60);
}
.glyph-icon:hover {
	opacity:1.0; filter:alpha(opacity=1000);
}


/************************* 
	TEASERS
*************************/

.teaser-box-background {
	padding-left:0;
	padding-right:0;
}
.teaser-box-frame {
	background-color: #fefefe;
	height:221px;
	width:100%;
	padding-bottom:9px;
	padding-left:1px;
	padding-right:1px;
	padding-top:1px;
	overflow:hidden;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	position:relative;
	font-size:13px;
	line-height:17px;
	border:1px #ddd solid;
}
.teaser-box-frame:hover {
	background-color: #555;
	color:#fff;
	text-decoration:none;
}
.teaser-box-text {
	color:#efefef;
	text-decoration:none;	
}
.teaser-box-text:hover {
	color:#fff;	
	text-decoration:none;	
}
.teaser-box-image {
	height:140px;
	width:100%;
	background-repeat:no-repeat;
	background-size:cover !important;
	background-position:center 25% !important;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	position:relative;
}
.teaser-box-image-sm {
	height:140px;
}
.teaser-box-image-text {
	position:absolute;
	padding:3px 6px;
	background-color:#444;
	color:#ddd;
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
	bottom:3px;
	right:3px;
}
.teaser-box-image-columnist {
	position:absolute;
	border:1px solid #fff; 
	width:30px; 
	height:30px;
	bottom:3px;
	right:3px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}
.teaser-box-image-columnist:hover {
	filter: none;
    -webkit-filter: none;
}

.teaser-box-caption {
	font-family:'Open Sans', sans-serif;
	position:relative;
	width:100%;
	overflow:hidden;
	margin-top:1px;
	padding:5px 7px 10px 10px;
	color: #a1a1a1;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}
.teaser-box-caption:hover {
	color:#fff;
	text-decoration:none solid #555;
}
.teaser-box-calendar {
	position:absolute;
	bottom:5px;
	right:5px;
	width:35px;
	font-family:verdana;
	background-color:#fff;
	padding:1px;
}
.teaser-box-calendar-month {
	clear:both;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:9px;
	line-height:11px;
	padding:1px 0;
	background-color:#7683a2	
}
.teaser-box-calendar-day {
	clear:both;
	width:100%;
	padding:2px 0;
	text-align:center;
	font-size:13px;;
	line-height:17px;
	color:#333;
	font-weight:700;
}

/************************* 
	CALENDAR FUNCTIONS
*************************/

.calendar-today-specials-list {
	color:#444;
	margin-bottom:10px; 
	font-size:12px; 
	line-height:17px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	border-bottom:none;
}
.calendar-today-specials-list-link:hover {		
	text-decoration:none;
	border-bottom:none;
}
.calendar-today-specials-list:hover {		
	background-color:#eaeaea;
	text-decoration:none;
	border-bottom:none;
}
.calendar-block-time {
	width:100%;
	padding:10px 5px 10px 0;
	background-color:#98a6c6;
	text-align:right;
	color:#fff;
}
.calendar-block-time-line {
	border-top:1px solid #98a6c6;
}
.calendar-block-time-list {
	padding-top:5px;
	padding-bottom:10px;
	color:#333;
	padding-left:15px;
	padding-right:15px;
}
.calendar-block-time-list:hover {
	background-color:#eaeaea;
}
.calendar-widget-row {
	border-left:4px solid #CDD5E9; border-right:2px solid #CDD5E9; background-color:#CDD5E9;
}
.calendar-widget-column {
	width:14.2%;
	border-right:1px solid #CDD5E9; 
	border-bottom: 1px solid #CDD5E9; 
	background-color:#fff; 
	padding-top:4px; 
	padding-bottom:4px;
}
.calendar-widget-column:hover {
	background-color:#CDD5E9; 
}
.calendar-widget-column-empty {
	background-color:#CDD5E9; 
}
.calendar-widget-column-selected {
	background-color:#CDD5E9; 
	color:#333;
	font-weight:700;
}
.calendar-widget-link-day {
	color:#445272;
	text-decoration:none;
}
.calendar-widget-eventcount {
	position:absolute; z-index:1; font-size:8px; line-height:8px; width:14px; height:14px; 
	border-radius:7px; -webkit-border-radius:7px; -moz-border-radius:7px; 
	background-color:red; bottom:-5px; right:-5px; padding-top:3px; text-align:center; color:#fff;
}

.clock-icons {
	border-radius:20px;
	height:40px;
	width:40px;
	font-size:10px;
	color:#333;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
	padding-top:12px;
	text-align:center;
	padding-left:3px;
	padding-right:3px;
}

/************************* 
	MEDIA ASSETS
*************************/

.slideshow-carousel-hero {
	min-height:400px !important;
	max-height:800px !important;
}
@media (min-width:1200px) {
	.slideshow-carousel-hero {
		min-height:500px !important;
	}
}
@media (min-width:768px) and (max-width:1200px) {
	.slideshow-carousel-hero {
		min-height:300px !important;
	}
}
@media (min-width:540px) and (max-width:767px) {
	.slideshow-carousel-hero {
		min-height:400px !important;
	}
}
@media (max-width:468px) {
	.slideshow-carousel-hero {
		min-height:300px !important;
	}
}
@media (min-width:200px) and (max-width:440px) {
	.slideshow-carousel-hero {
		min-height:260px !important;
	}
}
.slideshowcarouselhero-photo {
	cursor:pointer;	
	background-position:top center !important;
}
.slideshow-carousel {
	min-height:50px !important;
	max-height:110px !important;
	padding-bottom:3px;
}
.slideshow-control.right {
	right: -12px;
	background-image: none;
	width:30px;
	top:39%;
}
.slideshow-control.left {
	left: -12px;
	background-image: none;
	width:30px;
	top:39%;
}

.media_box_wrapper {
	background-color:#eee;
	padding:10px;
	float:left;
	margin-right:25px;
	margin-bottom:20px;
}
.media_box_credit {
	padding-top:10px;
	padding-bottom:10px;
}
.media_box_photo_primary {
	font-size:10px;
	line-height:12px;
}
.media_box_photo_secondary.ul {
	list-style-type:none;
}
.media_box_photo_secondary.ul.li {
	float:left;	
}

.gray-hover {
	opacity:0.6; 
	filter:alpha(opacity=60);
	filter: url(filters.svg#grayscale); 
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1);
}
.gray-hover:hover {
	opacity:1; 
	filter: none; /* IE6-9 */
	-webkit-filter: none;
	filter:alpha(opacity=100);
}

/************************* 
	DROPDOWNS
*************************/

.dropdown-menu.right {
	left: auto;
	right: -25px;
}
.dropdown-menu.right::before {
	left: auto !important;
	right: 9px;
}
.dropdown-menu.right::after {
	left: auto !important;
	right: 10px;
}

.menu-white {
	color:#333 !important;
	background:#fff !important;
	background-image:none !important;
}
.menu-white:hover {
	color:#111 !important;
	background:#ddd !important;
	background-image:none !important;
}


/************************* 
	NEWS
*************************/

.news-content-story {
	/*************
	font-family: Verdana,Arial;
	font-weight: lighter;
	font-size: 15px;
	line-height: 27px;
	**************/
	font-family: 'Open Sans',Georgia,'Times New Roman',times,serif;
	font-weight: lighter;
	color:#111;
	font-size: 17px;
	line-height: 32px;
	width:97%;
}

.news-content-box-byline {
	float:right; 
	width:210px;
	font-size:14px; 
	line-height:20px; 
	margin-right:24px; 
	margin-top:8px;
}
@media (max-width:468px) {
	.news-content-box-byline {
		width:160px;	
	}
}

.news-content-quote-line {
	font-size:22px;
	line-height:30px;
	font-family:tahoma;
	color:#e13d79;
}

.news-section-button {
	padding: 5px 9px;
	border:1px solid #ccc;
	margin-right:7px;
	margin-bottom:3px;
	margin-top:3px;
	text-decoration:none !important;
	float:left;
	display:block;
	color: #43517b;
	border-radius: 4px;
}
.news-section-button:hover {
	border:1px solid #5d7fbc;
	background-color: #819bcb; background-image: -webkit-gradient(linear, left top, left bottom, from(#819bcb), to(#536f9d));
	background-image: -webkit-linear-gradient(top, #819bcb, #536f9d);
	background-image: -moz-linear-gradient(top, #819bcb, #536f9d);
	background-image: -ms-linear-gradient(top, #819bcb, #536f9d);
	background-image: -o-linear-gradient(top, #819bcb, #536f9d);
	background-image: linear-gradient(to bottom, #819bcb, #536f9d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#819bcb, endColorstr=#536f9d);
	color:#fff;
	font-weight:bolder;
}
.news-section-button-default {
	border:1px solid #5d7fbc;
	background-color: #819bcb; background-image: -webkit-gradient(linear, left top, left bottom, from(#819bcb), to(#536f9d));
	background-image: -webkit-linear-gradient(top, #819bcb, #536f9d);
	background-image: -moz-linear-gradient(top, #819bcb, #536f9d);
	background-image: -ms-linear-gradient(top, #819bcb, #536f9d);
	background-image: -o-linear-gradient(top, #819bcb, #536f9d);
	background-image: linear-gradient(to bottom, #819bcb, #536f9d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#819bcb, endColorstr=#536f9d);
	color:#fff;
	font-weight:bolder;
}

.news-section-photo-thumb {
	width:90px;
	height:90px;
	background-size:cover;
	background-position:center center;
	border-radius:7px;
	margin-left:15px;
	margin-bottom:15px;
	float:right;	
	display:block;
}


.interview-section-photo-thumb {
	width:105px;
	height:105px;
	background-size:cover;
	background-position:center 20%;
	border-radius:7px;
	margin-left:25px;
	margin-bottom:25px;
	float:right;	
	display:block;
}

/************************* 
	SHARES
*************************/

.share-count-box {
	float:left;
	cursor:pointer;
	width:57px;
	height:60px;
	margin-right:5px;
	color:#333333;
	padding:0;
	position:relative;
}
.share-count-box-item {
	position:absolute;
	top:4px;
	left:0;
	text-align:center;
	font-family:Arial,'Open Sans','Sans serif';
	font-weight:400;
	font-size:15px;
	line-height::15px;
	width:51px;
}
.share-count-box-offset-gmail {
	margin-left:-2px;
	margin-right:8px;	
}
.share-count-box-offset-facebook {
	margin-left:-1px;
	margin-right:8px;	
}
.share-count-link {
	color:##000000;
	text-decoration:none;	
}
.my_reads_custom {
	background: url("/img/share_reads_off.png") no-repeat scroll left top transparent;
}
.my_reads_custom:hover {
	background: url("/img/share_reads_on.png") no-repeat scroll left top transparent;
}
.my_facebook_custom {
	background: url("/img/share_fb_off.png") no-repeat scroll left top transparent;
}
.my_facebook_custom:hover {
	background: url("/img/share_fb_on.png") no-repeat scroll left top transparent;
}
.my_twitter_custom {
	background: url("/img/share_twitter_on.png") no-repeat scroll left top transparent;
}
.my_twitter_custom:hover {
	background: url("/img/share_twitter_off.png") no-repeat scroll left top transparent;
}
.st_linkedin_custom {
	background: url("/img/share_linkedin_off.png") no-repeat scroll left top transparent;
}
.st_linkedin_custom:hover {
	background: url("/img/share_linkedin_on.png") no-repeat scroll left top transparent;
}
.my_comments_custom {
	background: url("/img/share_gplus_gopride.png") no-repeat scroll left top transparent;
}
.st_digg_custom {
	background: url("/img/share_digg_off.png") no-repeat scroll left top transparent;
}
.st_digg_custom:hover {
	background: url("/img/share_digg_on.png") no-repeat scroll left top transparent;
}
.st_pinterest_custom {
	background: url("/img/share_pinterest_off.png") no-repeat scroll left top transparent;
}
.st_pinterest_custom:hover {
	background: url("/img/share_pinterest_on.png") no-repeat scroll left top transparent;
}
.st_delicious_custom {
	background: url("/img/share_gplus_gopride.png") no-repeat scroll left top transparent;
}


/************************* 
	BUTTONS
*************************/

.btn-blue {
	background-color:#98a6c6;
	color:#fff;
}
.btn-blue:hover {
	background-color:#7683a2;
	color:#fff;
}
.btn-green {
	background-color:#4fa743;
	color:#fff;
}
.btn-green:hover {
	background-color:#76b26e;
	color:#fff;
}
.btn-red {
	background-color:#c698a6;
	color:#fff;
}
.btn-red:hover {
	background-color:#a27683;
	color:#fff;
}

.btn-pers-round {
	height:56px;
	width:56px;
	border-radius:28px;
}

.btn-pink {
	color:#fff;
	border:1px solid #ed145b; 
	background-color: #f26d7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#f26d7d), to(#ed145b));
	background-image: -webkit-linear-gradient(top, #f26d7d, #ed145b);
	background-image: -moz-linear-gradient(top, #f26d7d, #ed145b);
	background-image: -ms-linear-gradient(top, #f26d7d, #ed145b);
	background-image: -o-linear-gradient(top, #f26d7d, #ed145b);
	background-image: linear-gradient(to bottom, #f26d7d, #ed145b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f26d7d, endColorstr=#ed145b);
}
.btn-pink:hover {
	color:#fff;
	border:1px solid #f26d7d; 
	background-color: #ed145b; background-image: -webkit-gradient(linear, left top, left bottom, from(#ed145b), to(#f26d7d));
	background-image: -webkit-linear-gradient(top, #ed145b, #f26d7d);
	background-image: -moz-linear-gradient(top, #ed145b, #f26d7d);
	background-image: -ms-linear-gradient(top, #ed145b, #f26d7d);
	background-image: -o-linear-gradient(top, #ed145b, #f26d7d);
	background-image: linear-gradient(to bottom, #ed145b, #f26d7d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ed145b, endColorstr=#f26d7d);
}
.btn-pink:focus {
	color:#fff;
	outline:none;
}

.btn-pink-flat {
	color:#fff;
	border:1px solid #c03; 
	background-color: #c03; 
}
.btn-pink-flat:hover {
	color:#fff;
	border:1px solid #F36; 
	background-color: #F36;
}

.btn-dark-blue {
	background-color:#7683a2;
	color:#fff;
}
.btn-dark-blue:hover {
	background-color:#445272;
	color:#fff;
}
.btn-margins-10 {
	margin-bottom:10px;
	margin-right:10px;
}


/************************* 
	EFFECTS
*************************/

.grow img {
  height: 300px;
  width: 300px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.grow img:hover {
  width: 400px;
  height: 400px;
}

.shrink img {
  height: 400px;
  width: 400px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.shrink img:hover {
  width: 300px;
  height: 300px;
}

.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}
.sidepan img:hover {
  margin-left: -200px;
}

.vertpan img {
  margin-top: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}
.vertpan img:hover {
  margin-top: -200px;
}

.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.morph:hover {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.morph-round {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.morph-round:hover {
	border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.focus {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.focus:hover {
  border: 70px solid #000;
  border-radius: 50%;
}

/************************* 
	WIDGETS
*************************/

.widget-title-box {
  position:absolute; 
  top:-15px; 
  left:15px;
}
.widget-title-box a {
  color:#333;
}

.widget-control-box {
  position:absolute; 
  top:-15px; 
  right:15px;
}
.widget-control-box a {
  color:#333;
}

.widget-news-thumb {
  background-size:cover;
  background-position:center center;
  border:2px solid #fff; 
  margin:5px -8px 4px 4px; 
  min-width:85px; max-width:110px; 
  min-height:85px; max-height:110px;
}
.widget-news-thumb-right {
  background-size:cover;
  background-position:center center;
  border:2px solid #fff; 
  margin:5px -8px 4px 10px; 
  min-width:85px; max-width:110px; 
  min-height:85px; max-height:110px;
}
@media (min-width: 991px) and (max-width: 1199px) {
	.widget-news-thumb {
	  clear:both;
	  width:100%;
	  min-height:110px;
	  height:110px;
	  max-heignt:200px;
	  float:left !important;
	  margin:0 0 10px 0;
	  display:table;
	}
	.widget-news-title {
		clear:both;
	}
	.widget-news-desc {
		clear:both;
	}
}



/************************* 
	FLEX
*************************/
	
/************************* 
	<section class="row">
	  <div class="span6">
		<div class="flex-video widescreen"><iframe src="https://www.youtube-nocookie.com/embed/..." frameborder="0" allowfullscreen=""></iframe></div>
	  </div>
	  <div class="span6">
		...
	  </div>
	</section>
*************************/

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

.flex-banner-300x250 {
  display:block;
  position: relative;
  padding-top: 0;
  padding-bottom: 83%;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  text-align:center;
}
 
.flex-banner-300x250 img,
.flex-banner-300x250 object,
.flex-banner-300x250 iframe,
.flex-banner-300x250 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width:300px;
  max-height:250px;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-banner-300x250 { padding-top: 0; }
}

/****
.gsc-adBlock {
	display:none !important;
}
****/

/************************* 
	PHOTO ALBUMS
*************************/

.home-albums-thumb {
	float:left; width:40px; height:40px; 
	background-size:cover; margin-bottom:5px;
}


/************************* 
	POPOVERS
*************************/

[data-style=home-albums-mini] + .popover {
	background:  #fff; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
[data-style=home-albums-mini] + .popover .popover-title {
	background-color: #9e0039; 
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight:400;
}


/************************* 
	WIDGETS
*************************/

.widget-block {
	padding-bottom:15px;
}
.widget-block-half {
	padding-bottom:7px;
}
.widget-block-sm {
	padding-bottom:7px;
}
.widget-block-lg {
	padding-bottom:30px;
}
.widget-block-hanger {
	padding-top:15px;
}
.widget-block-liner {
	padding-top:30px;
	margn-top:30px;
	border-top:1px solid #999;
}
.widget-block-header {
	padding-top:15px;
}



/**********************
	TIMEPICKER
***********************/ 

.bootstrap-timepicker{position:relative; background-color:#ddd;}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu{left:auto;right:0}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before{left:auto;right:12px}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after{left:auto;right:13px}.bootstrap-timepicker .input-group-addon{cursor:pointer}.bootstrap-timepicker .add-on i{display:inline-block;width:16px;height:16px}.bootstrap-timepicker-widget.dropdown-menu{background-color:#eee; padding:2px 3px 2px 2px}.bootstrap-timepicker-widget.dropdown-menu.open{display:inline-block}.bootstrap-timepicker-widget.dropdown-menu:before{border-bottom:7px solid rgba(0,0,0,0.2);border-left:7px solid transparent;border-right:7px solid transparent;content:"";display:inline-block;left:9px;position:absolute;top:-7px}.bootstrap-timepicker-widget.dropdown-menu:after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:inline-block;left:10px;position:absolute;top:-6px}.bootstrap-timepicker-widget.timepicker-orient-left:before{left:6px}.bootstrap-timepicker-widget.timepicker-orient-left:after{left:7px}.bootstrap-timepicker-widget.timepicker-orient-right:before{right:6px}.bootstrap-timepicker-widget.timepicker-orient-right:after{right:7px}.bootstrap-timepicker-widget.timepicker-orient-top:before{top:-7px}.bootstrap-timepicker-widget.timepicker-orient-top:after{top:-6px}.bootstrap-timepicker-widget.timepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.bootstrap-timepicker-widget.timepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.bootstrap-timepicker-widget a.btn,.bootstrap-timepicker-widget input{border-radius:4px}.bootstrap-timepicker-widget table{width:100%;margin:0}.bootstrap-timepicker-widget table td{text-align:center;height:30px;margin:0;padding:2px}.bootstrap-timepicker-widget table td:not(.separator){min-width:30px}.bootstrap-timepicker-widget table td span{width:100%}.bootstrap-timepicker-widget table td a{border:1px transparent solid;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}.bootstrap-timepicker-widget table td a:hover{text-decoration:none;background-color:#eee;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border-color:#ddd}.bootstrap-timepicker-widget table td a i{margin-top:2px;font-size:18px}.bootstrap-timepicker-widget table td input{width:25px;margin:0;text-align:center}.bootstrap-timepicker-widget .modal-content{padding:4px}@media(min-width:767px){.bootstrap-timepicker-widget.modal{width:200px;margin-left:-100px}}@media(max-width:767px){.bootstrap-timepicker{width:100%}.bootstrap-timepicker .dropdown-menu{width:100%}}


/************************
	BUTTONS
*************************/

.btn.btn-facebook {
	border: 1px solid #2D4479;
	color:#fff;
	-webkit-box-shadow: inset 0 1px 2px #5272BF, 0px 0px 15px #FFF;
	-moz-box-shadow: inset 0 1px 2px #5272bf, 0px 0px 15px #FFF;
	box-shadow: inset 0 1px 2px #5272BF, 0px 0px 15px #FFF;
	background: #385496;
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4365B4),color-stop(100%,#385496));
	background-image: -webkit-linear-gradient(top,#4365B4,#385496);
	background-image: -moz-linear-gradient(top,#4365B4,#385496);
	background-image: -o-linear-gradient(top,#4365B4,#385496);
	background-image: linear-gradient(top,#4365B4,#385496);
	font-size:12px;
}
.btn.btn-facebook:hover {
	background: #365293;
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4365B4),color-stop(100%,#365293));
	background-image: -webkit-linear-gradient(top,#4365B4,#365293);
	background-image: -moz-linear-gradient(top,#4365B4,#365293);
	background-image: -o-linear-gradient(top,#4365B4,#365293);
	background-image: linear-gradient(top,#4365B4,#365293);
	-webkit-transition: box-shadow .05s ease-in-out;
	-moz-transition: box-shadow .05s ease-in-out;
	-o-transition: box-shadow .05s ease-in-out;
	transition: box-shadow .05s ease-in-out;
}


/******************************
	TYPEAHEAD
******************************/

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
  background-color: transparent !important;
}

.tt-hint {
	color:#999;
	padding: 6px 11px;
	font-size: 14px;
	line-height: 1.428571429;
}

.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #7683a2;
  background-image: -moz-linear-gradient(top, #7683a2, #7683a2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7683a2), to(#7683a2));
  background-image: -webkit-linear-gradient(top, #7683a2, #7683a2);
  background-image: -o-linear-gradient(top, #7683a2, #7683a2);
  background-image: linear-gradient(to bottom, #7683a2, #7683a2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7683a2', endColorstr='#ff7683a2', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}


/*

.row-stack {
	padding-top:0;
}
@media (min-width: 992px) {
	.row-stack {
		padding-top:15px;
	}
}
.row-stack-secondary {
	padding-top:10px;
}
.row-stack-column {
	padding-top:15px;
}
@media (min-width: 992px) {
	.row-stack-column {
		padding-top:0;
	}
}

.margin-small-bottom {
	margin-bottom:10px;
}

.widget {
  padding-bottom: 15px;
}
.widget-md {
  padding-bottom: 25px;
}
.widget-lg {
  padding-bottom: 35px;
}

.widget-title {
  display:table; 
  clear:both; 
  margin:0 0 40px 0; 
  padding:0; 
  background-image:url('/i/bg_line.png'); 
  width:100%;
}
@media (max-width: 991px) {
  .widget-title {
	display:none;
  }
}
.widget-title-text {
  float:left; 
  margin:3px 0 0 15px; 
  padding:5px 10px; 
  border:1px solid #666666; 
  background-color:#333333; 
  color:#ffffff; 
  font-size:16px;
}

.widget-mobile-icon-box {
  position:absolute; 
  top:-10px; 
  right:15px;
}


.widget-mobile-slider {
  min-height:10px; padding-left:0px; padding-right:5px;
}

.section-title a {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.section-title a:hover {
	text-decoration:none;
}





@media (max-width: 986px) {
	.no-padding-xs {
		padding-left:0;
		padding-right:0;
	}
}
.indent-left {
	padding-left:15px;
}
.indent-left-lg {
	padding-left:15px;
}
@media (max-width: 986px) {
	.indent-left-lg {
		padding-left:0px;
	}
}
.padding-row-lg {
	padding-top:30px;
	padding-bottom:30px;
}
.padding-row-md {
	padding-top:15px;
	padding-bottom:15px;
}

.link-white {
	color:#ffffff; 
	text-decoration:none;
}

*/



/*
.photo-four-three {
	width:100%; 
	max-height:400px;
	min-height:50px;
	background-size:cover;
	display:table;
	background-position:center 22%;
} 

.home-headline-title {
	display:table;
	border-bottom: solid thin #888;
	margin-bottom: 20px;
}


*/
		


/*** DROPDOWN Submenu ***/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*************** STAR RATING ******************/

.rate_widget {
    border:     0px solid #CCC;
    overflow:   visible;
    padding:    0;
    position:   relative;
    width:      160px;
    height:     32px;
}
.ratings_stars {
    background: url('/img/rate/star_empty.png') no-repeat;
    float:      left;
    height:     28px;
    padding:    2px;
    width:      32px;
	cursor:		pointer;
}
.ratings_vote {
    background: url('/img/rate/star_full.png') no-repeat;
}
.ratings_over {
    background: url('/img/rate/star_highlight.png') no-repeat;
}
.total_votes {
    top: 36px;
    left: 0;
	width:100%;
    padding: 5px;
    position:   absolute;  
} 
.rate_container {
    font: 10px verdana, sans-serif;
    margin: 0 0 40px 0;
    width: 180px;
}

/*************** DIRECTORY LISTS ******************/

.sb_photo {
		float:right !important;
		text-align:right;
	width:110px; 
	height:130px; 
	display:block;
}

.sb_cat_icon {
	width:20px;
	height:15px;
	margin-right:5px;
	margin-bottom:5px;
}


/********* COMMENTS ************/

.comment_textarea {
	font-family:'open sans',arial; 
	font-size:14px; 
	line-height:20px; 
	color:#333333; 
	background:#f1f1f1; 
	border: 0;
	width:100%;	
	border-radius:7px;
	padding:10px;
}

.comment_popup_mp_image_wrap { 
	width:61px; height:82px; 
	padding:2px 3px 2px 3px; 
	margin-bottom:10px;
	border:0px; 
	background: #e5e5e5 url(/s/photos/match/thumbs55x76/guestPhotoFB3.jpg) no-repeat; 
	background-size:cover; 
}

.comment_popup_fb_image_wrap { 
	width:61px; height:82px; 
	padding:2px 3px 2px 3px; 
	margin-bottom:10px;
	border:0px; 
	background: #e5e5e5 url(/s/photos/match/thumbs55x76/guestPhotoFB3.jpg) no-repeat; 
	background-size:cover; 
}
	
.comment_popup_fb_image { width:55px; height:55px; }

.comment_text_message {
	font-family: 'Open Sans', arial;
	font-size: 15px;
	line-height: 23px;
	color: #555;
	background-color:#fafafa;
	padding:10px;
	border-radius:7px;
	font-weight:lighter;
	position:relative;
}

.comment_text_message_arrow {
	position:absolute;
	bottom:-13px;
	left:15px;
	width:39px;
	height:18px;
	background-image:url('/img/comment-arrow.png');
}

.comment_text_caption {
	font-family: 'Open Sans', arial;
	padding-top:5px;
	margin-left:50px;
}


/*** HOTELS *****/

.hotel-form-booking {
	border:1px solid #f26d7d;
	padding:10px 10px;
	width:100%;	
	border-radius:4px;
}
.hotel-results-well {
	border-radius:8px !important; 
	border:1px solid ##cccccee !important;
	position:relative;
	padding:19px 19px 29px 19px !important;
}

.hotel-results-well-price {
	position:absolute;
	bottom:-12px;
	left:15px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	font-size:16px; font-family:arial, helvetica, sans-serif; 
	padding:9px 20px;
	text-decoration:none; 
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold; 
	color: #FFFFFF;
	
	border:1px solid #b21c4d; 
	background-color: #f26d7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#f26d7d), to(#ed145b));
	background-image: -webkit-linear-gradient(top, #f26d7d, #ed145b);
	background-image: -moz-linear-gradient(top, #f26d7d, #ed145b);
	background-image: -ms-linear-gradient(top, #f26d7d, #ed145b);
	background-image: -o-linear-gradient(top, #f26d7d, #ed145b);
	background-image: linear-gradient(to bottom, #f26d7d, #ed145b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f26d7d, endColorstr=#ed145b);
	/*** bright pink
	border:1px solid #b21c4d; 
	background-color: #f26d7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#f26d7d), to(#ed145b));
	background-image: -webkit-linear-gradient(top, #f26d7d, #ed145b);
	background-image: -moz-linear-gradient(top, #f26d7d, #ed145b);
	background-image: -ms-linear-gradient(top, #f26d7d, #ed145b);
	background-image: -o-linear-gradient(top, #f26d7d, #ed145b);
	background-image: linear-gradient(to bottom, #f26d7d, #ed145b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f26d7d, endColorstr=#ed145b);
	***/
	/*** blue
	border:1px solid #7d99ca; 
	background-color: #A5B8DA; background-image: -webkit-gradient(linear, left top, left bottom, from(#A5B8DA), to(#7089B3));
	background-image: -webkit-linear-gradient(top, #A5B8DA, #7089B3);
	background-image: -moz-linear-gradient(top, #A5B8DA, #7089B3);
	background-image: -ms-linear-gradient(top, #A5B8DA, #7089B3);
	background-image: -o-linear-gradient(top, #A5B8DA, #7089B3);
	background-image: linear-gradient(to bottom, #A5B8DA, #7089B3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#A5B8DA, endColorstr=#7089B3);
	***/
}

.hotel-results-well-price:hover {
	border:1px solid #b21c4d; 
	background-color: #f26d7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#f26d7d), to(#ed145b));
	background-image: -webkit-linear-gradient(top, #f26d7d, #ed145b);
	background-image: -moz-linear-gradient(top, #f26d7d, #ed145b);
	background-image: -ms-linear-gradient(top, #f26d7d, #ed145b);
	background-image: -o-linear-gradient(top, #f26d7d, #ed145b);
	background-image: linear-gradient(to bottom, #f26d7d, #ed145b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f26d7d, endColorstr=#ed145b);
	/*** dark blue
	border:1px solid #5d7fbc;
	background-color: #819bcb; background-image: -webkit-gradient(linear, left top, left bottom, from(#819bcb), to(#536f9d));
	background-image: -webkit-linear-gradient(top, #819bcb, #536f9d);
	background-image: -moz-linear-gradient(top, #819bcb, #536f9d);
	background-image: -ms-linear-gradient(top, #819bcb, #536f9d);
	background-image: -o-linear-gradient(top, #819bcb, #536f9d);
	background-image: linear-gradient(to bottom, #819bcb, #536f9d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#819bcb, endColorstr=#536f9d);
	***/
}

.hotel-results-well-badge {
	background-image:url('http://www.worldrainbowhotels.com/_assets/img/common/world_rainbow_hotels_logo.png');
	background-size:contain;
	width:120px;
	height:50px;
	background-color:#ddd;
	border-radius:5px;
	display:inline-block;
}

.hotel-results-well-badge-lgbt {
	background-image:url('/img/hotel/hotel-lgbt-stripe-round.png');
	background-size:contain;
	position:absolute;
	width:57px;
	height:7px;
	top:-3px;
	left:19px;
}

.hotel-results-thumb {
	float:right; 
	margin-left:19px; 
	margin-bottom:15px;
	margin-top:10px;
	width:80px;
	height:80px; 
	background-size:cover; 
	background-position:center center;
}


/**** BOOTSTRAP OVERRIDE ***/

.calendar thead > tr > th,
.calendar tbody > tr > th,
.calendar tfoot > tr > th,
.calendar thead > tr > td,
.calendar tbody > tr > td,
.calendar tfoot > tr > td {
	padding: 13px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	/**** small tablet ***/
	.navbar-cp-wrapper-mobile {
		width: 100% !important;
	}
	.mast-promo-cityscape-grey {
		background: #fff;
		background-image:none;	
	}
	#nav-menu {
		text-align:center;	
		padding-right:30px;
	}
	.navbar {
		border-radius:0;	
	}
	.navbar-nav {
		display: inline-block;
		float:center;
		-webkit-padding-start:0;
	}
	.navbar-nav li {
		text-align:left;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (min-width: 991px) and (max-width: 1200px) {
	#nav-menu {
		text-align:center;	
		padding-right:30px;
	}
	.navbar {
		border-radius:0;	
	}
	.navbar-nav {
		display: inline-block;
		float:center;
		-webkit-padding-start:0;
	}
	.navbar-nav li {
		text-align:left;
		margin-left: 5px;
		margin-right: 5px;
	}
}

.navbar-form.navbar-right:last-child {
	margin-right:0;
}

/*** PROFILE ***/

.profile-card {
	float:right; border-radius:15px; width:30px; height:30px; background-size:cover; margin-left:15px; margin-top:5px; background-position:center center;
}

.profile-img-hover-border {
	border:5px solid #fff;
}
.profile-img-hover-border:hover {
	border:5px solid #98a6c6;
}

.img-border {
	padding:2px;
	border:1px solid #333;
}
.img-border:hover {
	padding:1px;
	border:2px solid #000;
}

.img-border-lt {
	padding:2px;
	border:1px solid #aaa;
}
.img-border-lt:hover {
	padding:1px;
	border:2px solid #777799;
}

#UserText .tt-suggestions {
	width:250px !important;	
}

#LocText .tt-dropdown-menu {
  width: 260px;
}

.well-hollow {
	background-color:#fff !important;
}

/***** Login Creation *****/

div.login_form { clear:both; width: 960px; }
div.login_form_line { clear:both; float:left; padding:5px 0 5px 0; width: 960px; }
div.login_form label { float:left; width: 260px; text-align:right; padding: 8px 20px 5px 0; vertical-align: text-top; 
	font-size:12px; font-family:Arial,Verdana; font-wight:bold; }
div.login_form_field { float:left; width: 480px; vertical-align: text-top; padding: 5px 0 5px 0; }
div.login_form_field input { float:left; background:#dddddd; font-size:12px; font-family:Arial,Verdana; font-weight:normal; padding: 0 2px 0 2px; }
div.login_form_field select { float:left; background:#dddddd; font-size:12px; font-family:Arial,Verdana; font-weight:normal;  }
div.ps_meter { clear:both; float:left; display:inline; margin:5px 0 0 3px; }
div.ps_meter label { font-size:11px; font-family:Arial,Verdana; font-wight:bold; }

#passwordStrength { display:block; float:left; margin: 1px 0 0 0; } 
#passwordDescription { width:300px; font-size:11px; color:#888888; font-family:Arial,Verdana; font-weight:bold; margin:0 0 0 10px; }
#passwordResponse { font-size:11px; color:#bb3333; font-family:Arial,Verdana; font-weight:bold; }
#emailResponse { font-size:11px; color:#bb3333; font-family:Arial,Verdana; font-weight:bold; }
div.pwFieldWrap { clear:both; float:left; display:inline; margin:5px 0 0 0; }
div.pwfieldText { clear:both; font-size:11px; color:#666666; line-height:15px; font-family:Arial,Verdana; font-weight:bold;  }
div.pwstrength0 { width:76px; background:url('/i/login/passwordc1.png') no-repeat; height:15px; } 
div.pwstrength1 { width:76px; background:url('/i/login/passwordC2.png') no-repeat; height:15px; } 
div.pwstrength2 { width:76px; background:url('/i/login/passwordC3.png') no-repeat; height:15px; } 
div.pwstrength3 { width:76px; background:url('/i/login/passwordC4.png') no-repeat; height:15px; } 
div.pwstrength4 { width:76px; background:url('/i/login/passwordC5.png') no-repeat; height:15px; } 
div.pwstrength5 { width:76px; background:url('/i/login/passwordC6.png') no-repeat; height:15px; } 

/**** Bootstrap override ****/
.hidden {	
	display: none !important;
	visibility: hidden !important;
}

/*** G S E ***/

.gs-web-image-box, .gs-promotion-image-box {
	margin-left:8px !important;
}
.gs-snippet {
	margin-left:8px !important;
	line-height:17px;
}
.gsc-selected-option-container {
	min-width:70px !important;
}
.gs-per-result-labels {
	margin-left:8px !important;
}
.gsc-tabHeader {
	padding:0 12px 8px 12px !important;
	margin-right:3px !important;
	font-weight: normal !important;
	font-size:12px !important;
	line-height:35px !important;
	height:34px !important;
}
.gsc-tabHeader:hover {
	background-color:#415279 !important;
	color:#fff !important;
}
.gsc-tabHeader span {
	font-weight: normal !important;
	font-size:12px !important;
	line-height:35px !important;
}
.gsc-tabsArea {
	height:37px !important;	
}
.gsc-tabsArea > div {
	height:35px !important;	
}
.gsc-results .gsc-cursor-box .gsc-cursor-page { 
	padding:4px 8px;
	border:1px solid #bbb;
}
.gsc-cursor-page:hover { 
	padding:4px 8px;
	border:1px solid #111;
	background-color: #999 !important;
	color:#fff !important;
}

.easybutton-all {
	padding-top:10px !important;
	padding-bottom:10px !important;
}


/**** Tags  *****/

ul.tag-items {
	list-style-type:none;
	padding-left:0;
}

ul.tag-items li {
	border:1px;
	float:left;
	padding:4px 7px;
	background-color:#fff;
	border:1px solid #bbb;
	margin-right:10px;
	margin-bottom:10px;
	color:#888;
}
ul.tag-items li a {
	color:#888;
	text-decoration:none;
}

ul.tag-items li:hover {
	background-color:#aaa;
	border:1px solid #333;
	color:#fff;
}
ul.tag-items li a:hover {
	color:#fff;
}

.content-bounding {
    width: 100%; /* or whatever is required */
    text-align: center; /* ensures the image is always in the h-middle */
    overflow: hidden; /* hide the cropped portion */
}
.content-bounding img {
    position: relative; /* allows repositioning */
    left: 100%; /* move the whole width of the image to the right */
    margin-left: -200%; /* magic! */
    top: 100%; /* move the whole width of the image to the right */
    margin-top: -200%; /* magic! */
}

	
.kenburns {
  width:1200px;
  height:700px;
  margin:0 auto;
  overflow:hidden;
  position: relative;
}
.kenburns img {
  animation:move 7s ease infinite; /* Change this to alternate to stop the loop. */
  -ms-animation:move 7s ease infinite;
  -webkit-animation:move 7s ease infinite;
  -0-animation:move 7s ease infinite;
  -moz-animation:move 7s ease infinite;
  position: absolute;
  left:-150px;
  top:-150px;
}


.tb-s { display:table; width:100%; }
.tr-s { display:table-row; width:100%; }
.td-s { display:table-cell; vertical-align:top; width:100%; }	
