@import url(fontello.css);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);

/*@font-face {
	font-family: Roboto;
	font-weight: 300;
	src: url(../assets/fonts/RobotoCondensed-Light.ttf);
}*/

body,html {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #636363;
}

/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
  padding-top: 50px;
  padding-bottom: 20px;
}*/


/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  padding-top:26px;
}


/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Pad bottom by footer height */
  padding: 0;
  /*padding-bottom: 50px !important;*/
  background-image:url(../images/bg/grid.png);
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	font-family:"Roboto Condensed", sans-serif;
	font-weight: 300;
	/*text-transform:uppercase;*/
	/*color: #4f4d4d;*/
}

.guide .h1, .guide .h2, .guide .h3{
	color: #222222;
}

.guide p{
	padding-bottom: 15px;
	line-height: 1.5em;
}

.guide ul, .guide ol{
	font-size:16px;
	padding-bottom: 20px!important;
}

.guide li{
	padding-bottom: 8px!important;
}

.guide h4 a:hover{
	color: #c33135 !important;
	text-decoration: underline;
}

#featured_photographer_bio h2{
	text-transform: capitalize !important;
}


.h1{
	margin-top:6px;
	/*text-transform:uppercase !important;*/
}

.uppercase{
	text-transform:uppercase !important;
}

.hp{
	margin-top: 20px;
	margin-bottom: 10px;
}

.hp .h1{
	font-size: 3em;

}

license_box h2{
	margin-top: -20px;
}

.hp-alt h2{
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.hp-alt{
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.video_tips img {
	cursor:pointer;
	opacity: 1;
}
.video_tips img:hover {
	cursor:pointer;
	opacity:.9;
}

.video_tips iframe, object, embed {
	max-width: 100%;
}

p{
	font-family:"Roboto Condensed", sans-serif;
	font-weight: 300;
	color: #4d4b4b;
	font-size:16px;
}

.featured_photographer_bio p {
	font-size:15px;
}

a{
	color: #333 !important;
}

a:hover{
	color: #c33135 !important;
	text-decoration: underline;
}

.guide a, .bioPage a{
	color: #c33135 !important;
}

.guide a:hover, .bioPage a:hover{
	text-decoration: underline;
}

.antiGuide a{
	color: black !important;
}

.antiGuide a:hover{
	color: #c33135 !important;
	text-decoration: none;
}

hr {
  height: 1px;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

.btn-primary {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9) !important;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  text-indent:0;
  /*padding: 8px 15px;*/
  margin-top: 5px;
  border:0;

  -webkit-border-top-left-radius:5px;
  -moz-border-radius-topleft:5px;
  border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topright:5px;
  border-top-right-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  -moz-border-radius-bottomright:5px;
  border-bottom-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -moz-border-radius-bottomleft:5px;
  border-bottom-left-radius:5px;
}

.btn-primary {
	text-transform: capitalize !important;
}

.btn-primary span{
	margin-left: 8px;
}

.btn-primary:hover {
	color: white !important;
}

.btn-blue{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.056, #196b8c), to(#035473));
	background: -moz-linear-gradient(top, #196b8c 5.6%, #035473 100%);
	background: linear-gradient(to bottom, #196b8c 5.6%, #035473 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');

	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #95a3d5;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #95a3d5;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #95a3d5;
}

.btn-blue:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.044, #025473), color-stop(0.923, #02445d));
	background: -moz-linear-gradient(top, #025473 4.4%, #02445d 92.3%);
	background: linear-gradient(to bottom, #025473 4.4%, #02445d 92.3%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
}

.btn-gray{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.056, #dadada), to(#c2c2c2));
	background: -moz-linear-gradient(top, #dadada 5.6%, #c2c2c2 100%);
	background: linear-gradient(to bottom, #dadada 5.6%, #c2c2c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');

	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #fefefe;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #fefefe;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #fefefe;

	color: #2c3136 !important;
}

.btn-gray:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.056, #c6c5c5), to(#a5a4a4));
	background: -moz-linear-gradient(top, #c6c5c5 5.6%, #a5a4a4 100%);
	background: linear-gradient(to bottom, #c6c5c5 5.6%, #a5a4a4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	opacity: 1;

	color: #000 !important;
}

.btn-dark-gray{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.056, #41454a), to(#292f34));
	background: -moz-linear-gradient(top, #41454a 5.6%, #292f34 100%);
	background: linear-gradient(to bottom, #41454a 5.6%, #292f34 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');

	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #a1a1a2;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #a1a1a2;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #a1a1a2;

	color: rgba(251, 251, 251, 0.77) !important;
}

.btn-dark-gray:hover, .btn-dark-gray:active, .btn-dark-gray.dropdown-toggle:focus, .btn-dark-gray.dropdown-toggle:active, .btn-dark-gray.dropdown-toggle.btn-primary{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.056, #313438), to(#1b1f22));
	background: -moz-linear-gradient(top, #313438 5.6%, #1b1f22 100%);
	background: linear-gradient(to bottom, #313438 5.6%, #1b1f22 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');

	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #a1a1a2;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #a1a1a2;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #a1a1a2;
}

{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.056, #313438), to(#1b1f22));
	background: -moz-linear-gradient(top, #313438 5.6%, #1b1f22 100%);
	background: linear-gradient(to bottom, #313438 5.6%, #1b1f22 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');

	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #a1a1a2;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #a1a1a2;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), inset 0 1px #a1a1a2;
}

.btn-red{
	-moz-box-shadow: inset 0 1px #d59595;
	-webkit-box-shadow: inset 0 1px #d59595;
	box-shadow: inset 0 1px #d59595;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a4252c), to(#7b2629));
	background: -moz-linear-gradient(top, #a4252c 5%, #7b2629 100%);
	background: linear-gradient(to bottom, #a4252c 5%, #7b2629 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	color: #fff	;
}

.btn-red:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #801c22), to(#772528));
	background: -moz-linear-gradient(top, #801c22 5%, #772528 100%);
	background: linear-gradient(to bottom, #801c22 5%, #772528 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
}

.btn-yellow{
	-moz-box-shadow: inset 0 1px #f5eccd;
	-webkit-box-shadow: inset 0 1px #f5eccd;
	box-shadow: inset 0 1px #f5eccd;
	border: 0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	color: #fff	;
	background-color: #d0ac0b;
}

.btn-yellow:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #a48709;
}

.btn-search{
	background: white;
	border: 1px dashed silver;
}

.btn-search:hover{
	background: rgba(242, 241, 241, 0.13);
	border: 1px dashed #ad0000;
	color: #ad0000;
}


.pano_discoverable {
	margin-top: 9px !important;
	padding-top: 3px !important;
}

.pano_discoverable a {
	/*margin-top: 5px;*/
	/*padding-top: 3px;*/
}

.pano_discoverable a:hover {
	color: #c33135 !important;
}

.pano_discoverable span {

}

li.open a.dropdown-toggle span {
	color: white !important;
	opacity: 1;
}


.glyphicon {

}

.license_button{
	font-size: 1.2em;
}

.license_button_2{
	font-size: 1.0em;
	text-shadow: 0 2px 3px rgba(22, 21, 21, 0.49);
	text-transform: none !important;
	width: 100%;
}

.white{
	color: white;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #c33135;
}

.editable_title_section{
	position:relative;
	padding:0px;
	margin:0px;
	width:100%;
}

#pano_drop_slot{
	width:100%;
	height:auto;
	background-color: rgba(198, 198, 198, 0.15);
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:20px;
	padding-bottom:20px;
	border-style: dotted;
	border-width: 1px;
	border-radius:4px;
	text-transform:capitalize;
}

#sets_create{
	width:100%;
	height:auto;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:20px;
	padding-bottom:20px;
	text-transform:capitalize;
}

.divider{
	border-top-style:solid;
	border-width: 1px;
	margin-top: 20px;
}

#pano_drop_slot_caption div.h3,#pano_drop_slot_caption div.h1 {
	color: rgba(2, 2, 2, 0.15);
}

#pano_drop_slot_caption glyphicon{
	margin-top:0px !important;
	padding-top:0px !important;
}

#footer_language_picker a {
	color: #717171 !important;
}

#footer_language_picker a:hover {
	color: #fff !important;
}


/*LANGUAGE PICKER*/

.lang_choice_title{
	color: #838383;
	font-size:16px;
	padding:4px;
}
.lang_choice {
	font-size:16px;
	color: #727b86;
	padding:4px;
	cursor:pointer;
}

a.lang_choice:hover {
	color: white;
}

.lang_choice :hover {
	color: white;
}


.lang_choice_active{
	color: white;
	text-decoration: underline;

}

.lang_choice_active{
	color: red !important;
	text-decoration: none !important;
}

#footer_language_picker .lang_choice_active {
	color: #b3b3b3 !important;
	text-decoration: underline !important;
}

/*END LANGUAGE*/

.date{
	float: right;
	margin-top: 12px;
}

.photo_cap h4,h3{
	float: left;
	margin-top: 10px;
	margin-bottom: 25px;
}

.photo_cap h4, .photo_cap h3{
	float: left;
	margin-top: 10px;
	margin-bottom: 25px;
}

div.basic_tips ol{
	padding: 20px;
	font-size:16px;
}

div.basic_tips li{
	padding-bottom: 12px;
}

code {
	background-color: #e9e9e9;
	color: #696969;
}

.section_edit{
	position:absolute;
	right:28px;
	top:4px;
	font-size:14px;
	text-align: right;
	cursor:pointer;
	color: #9f9e9e;
	text-transform: uppercase;
}
.section_edit:hover{
	color: red;
}

#profit_summary h4 {

	padding-left:5px;
	margin:0px;
	margin-bottom:6px;
	margin-top:8px;
}

#profit_summary table.table.table-hover thead tr th {
	font-weight: lighter;
	color: #babab9;
	padding-bottom:4px;
}

.nav a{
	text-transform: uppercase;
	color: #9c9c9c !important;
	font-size: 16px;
}

a.dropdown-toggle span {
	/*position: absolute;*/
	/*display: block;*/
	/*right: 0px;*/
	float: right;
	opacity: 0.34;
}

.nav a:hover{
	text-transform: uppercase;
	color: #fff !important;
}


input.form-control {
/*	font-size: 18px;
	font-weight:lighter;*/

}

.navbar-brand ul{
	margin:0px;
	padding:0px;
	padding-top:8px;
}

#navbar-search{
	 padding-right: 30px;
}

#footer_logo{
	opacity:.8;
	cursor:pointer;
	padding-bottom: 2px;
	width: 100%;
}

#footer_language_picker{
	font-size:12px;
}
#footer_logo:hover{
	opacity:1;
}

#navbar-search-btn{
	margin-left:-10px;
}


/* Set the fixed height of the footer here */
#footer {
  min-height: 260px;
  background: url(../images/bg/grid-f.png);

	color:white;
}
#footer .container{
	padding-top:20px;
	padding-bottom:100px;
}

#profit_summary {
	border: 1px solid #c9c9c6;
	padding: 10px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
	height: 2px;
}

/*#footer h1, #footer h2, #footer h3, #footer h4, #footer h5{
	color: rgba(255, 255, 255, 0.5) !important;
}*/
#footer h1 a, #footer h2 a,#footer h3 a, #footer h4 a,#footer h5 a{
	color: rgba(255, 255, 255, 0.9) !important;
}
#footer h1 a:hover, #footer h2 a:hover,#footer h3 a:hover, #footer h4 a:hover,#footer h5 a:hover{
	color: rgba(255, 255, 255, 1) !important;
}

#menubox_explore{

}

.menubox_body{

}

#footer p{
	color: rgba(255, 255, 255, 0.5) !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer p a {
	color: rgba(255, 255, 255, 0.65) !important;
}

#footer p a:hover, h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover{
	color: rgba(255, 255, 255, 1) !important;
	text-decoration:none;
}
#footer .navbar-brand {
  height: 50px;
  padding: 15px 15px;
  font-size: 15px;
  line-height: 20px;
  text-transform:uppercase;
}
#footer .navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5) !important;
}


.factList p{
	margin-bottom: 5px;
}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  /*padding: 60px 15px 0;*/
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

#language_footer_bar{
	background-color: #1f2328;
	height: auto;
}
#footer_langs{
	margin:0 auto;
	color: rgba(255, 255, 255, 0.65);

}
.footer_lang{
	color: rgba(255, 255, 255, 0.4);
	cursor:pointer;
}
.footer_lang:hover{
	color: rgba(255, 255, 255, 1);
}

.footer_lang_selected{
	color: rgba(255, 255, 255, .9);
}
#language_footer_bar li{

	padding: 12px;

	list-style-type: none;
	float: left;

}



/*BADGES: OLD:*/

#user_badges{
	float: left;
	height:30px;
	margin-top:2px;
	padding-top:2px;
	margin-bottom:2px;
	padding-bottom:2px;
}
#user_badges h4{
	margin:0px;
	margin:0px;
	text-transform: uppercase;
}

/* ............... NEW BADGES ................. */

/*BASIC BADGE*/

.badge_wrapper:first-child { /* div on the left, width as per content */
    float: left;
    width: auto;
    background-color: none;
}
.badge_wrapper:last-child { /* div on the right, uses remaining width */
    background-color: none;
    width: auto;
}

.user_badge{
	background-color: rgb(66, 139, 202);
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: inline;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 11px;
	height: auto;
	padding-top:.5em;
	padding-bottom: .5em;
	padding-left:.2em;
	padding-right:.2em;
	text-align: center;
	text-transform: uppercase; /* v-centers text, otherwise use baseline;*/
	vertical-align: middle;
	white-space: nowrap;
	display: table-cell;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #fff;
}

.user_badge:last-child { /* div on the left, width as per content */
	border-right: none;
}

/*USER TYPES (expert,maven,pro,beginner)*/

.user_badge.user_maestro{
	background-color: #a21620;
}
.user_badge.user_expert{
	background-color: #0a5b7d;
}

.user_badge.user_pro{
	background-color: #2c3135;
}
.user_badge.user_beginner{
	background-color: #2caf7a;
}

/*BADGE CONTAINER (defaults to width of parent, all labels same size) */
.user_badges {
    width: 100%;
    display: table;
    table-layout:auto;
	clear: left;
}


/* ............... END BADGES ................. */


/*BLEEDS: Bands that extend the full width of the view*/

.bleed{
	margin:0;
}
.bleed .h1, .bleed .h2, .bleed .h3, .bleed .h4, .bleed .h5, .bleed .h6{
	text-transform: uppercase !important;
}
.bleed .h1 {
	font-size: 2.8em;
}
.bleed p{
	font-size:1.2em;
	line-height:1.2em!important;
	font-weight:300;
	color: rgba(245, 245, 245, 0.85) !important;
}

/*Centers an element in a bleed*/

.bleed_center{
	margin-left: auto;
	margin-right: auto;
	display: table;
}

/*BLACK BLEED*/

.black_bleed{
	background-color: #212429;
	color: white;
}

.black_bleed p{
	color: white;
}

/*GRID BLEED*/
.grid_bleed{
	background-color:black!important;
	 background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAIElEQVQYV2NkYGD4D8Q4gaamJgPjqCJGYDjgDSdQAAIA+z4NVI4QT78AAAAASUVORK5CYII=
	 )repeat;
	 background-size:9px 9px;
}


/*RED BLEED*/

.red_bleed_solid{
	background: url(../images/bg/grid-f.png) #be100f;
	color: white;
	opacity: 1;
}
.red_bleed{
	background: -webkit-linear-gradient(top, #be100f 0%, #9d1116 100%) #a41813;
	background: -moz-linear-gradient(top, #be100f 0%, #9d1116 100%) #a41813;
	background: -ms-linear-gradient(top, #be100f 0%, #9d1116 100%) #a41813;
	background: linear-gradient(to bottom, #be100f 0%, #9d1116 100%) #a41813;
	color: white;
}
.red_bleed p{
	color: white;
}

.red_bleed a{
	color: #fff !important;
	text-decoration: underline;
}

.red_bleed a:hover{
	color: white!important;
}

/*WHITE BLEED*/

.white_bleed{
	/*background-color: #fff;*/
	background-color: none;
	color: #242424;
}
.white_bleed p{
	color: #242424;
}

/*GRAY BLEED*/

.gray_bleed{
	background-color: #41464d;
	color: #fefffe;
	background: url(../images/bg/gray_line.png) #3f4347;
}
.gray_bleed p{
	color: #fefffe;
}
.gray_bleed_pattern {

}

/*LIGHT GRAY BLEED*/

.light_gray_bleed{
	background-color: #B8BDC3;
	color: #fefffe;
}
.light_gray_bleed p{
	color: #fefffe;
}

.super_light_gray_bleed{
	background-color: #B8BDC3;
}

/*GUIDE BG*/

.guideLink{
	font-size: 14px;
	margin-top: 15px;
}

.guide_bg{
	background-color: rgba(221, 220, 220, 0.28);
	color: #e8e8e8;
	padding-left: 30px;
	padding-right: 30px;
	margin-top:30px;
	border: 1px solid #a4a4a4;
}

.guide_bg .h3{
	color: rgb(101, 100, 100) !important;
}

.guide_bg .h2{
	color: rgb(101, 100, 100) !important;
}

.guide_bg p{
	color: rgb(101, 100, 100) !important;
}

.guide_bg a{
	color: #434343 !important;
}
.guide_bg a:hover{
	color: #9d9d9d !important;
}

.guide_bg img{
	border: 1px solid rgba(255, 255, 255, 0.57);
}

.guide img{
	margin-bottom: 10px;
}

.guide a img{
	-webkit-transition: opacity .3s ease-out;
	  -moz-transition: opacity .3s ease-out;
	  -o-transition: opacity .3s ease-out;
	  transition: opacity .3s ease-out;
}

.guide a img:hover{
	opacity: .7;
}

.guide_bg .light_gray_bleed{
	background-color: #4c4c4c;
	margin-left: 10%;
	margin-right: 10%;
}





/*BLEED HEIGHT (from what I recall of point-sizes) */

/*min height*/

.minh_none{min-height: 0!important;}

.minh1{min-height:1px;}
.minh2{min-height:2px;}
.minh4{min-height:4px;}
.minh6{min-height:4px;}
.minh8{min-height:8px;}
.minh10{min-height:10px;}
.minh12{min-height:12px;}
.minh16{min-height:16px;}
.minh20{min-height:20px;}
.minh24{min-height:24px;}
.minh28{min-height:28px;}
.minh30{min-height:30px;}
.minh32{min-height:32px;}
.minh36{min-height:36px;}
.minh40{min-height:40px;}
.minh42{min-height:42px;}
.minh48{min-height:48px;}
.minh50{min-height:50px;}
.minh52{min-height:52px;}
.minh56{min-height:56px;}
.minh60{min-height:60px;}
.minh64{min-height:64px;}
.minh72{min-height:72px;}
.minh84{min-height:84px;}
.minh96{min-height:96px;}

.minh100{min-height:100px;}

.minh120{min-height:120px;}
.minh140{min-height:140px;}
.minh150{min-height:150px;}
.minh160{min-height:160px;}
.minh180{min-height:180px;}

.minh200{min-height:200px;}

.minh220{min-height:220px;}
.minh240{min-height:240px;}
.minh250{min-height:250px;}
.minh260{min-height:260px;}
.minh280{min-height:280px;}

.minh300{min-height:300px;}

.minh320{min-height:320px;}
.minh340{min-height:340px;}
.minh350{min-height:350px;}
.minh360{min-height:360px;}
.minh380{min-height:380px;}

.minh400{min-height:400px;}

.minh420{min-height:420px;}
.minh440{min-height:440px;}
.minh450{min-height:450px;}
.minh460{min-height:460px;}
.minh480{min-height:480px;}

.minh500{min-height:500px;}

.minh520{min-height:520px;}
.minh540{min-height:540px;}
.minh550{min-height:550px;}
.minh560{min-height:560px;}
.minh580{min-height:580px;}

.minh600{min-height:600px;}
.minh800{min-height:800px;}

/*Min Width*/

.minw_none{min-width: 0!important;}

.minw20{min-width:20px;}
.minw40{min-width:40px;}
.minw50{min-width:50px;}
.minw60{min-width:60px;}
.minw80{min-width:80px;}

.minw100{min-width:100px;}
.minw200{min-width:200px;}

.minw220{min-width:220px;}
.minw240{min-width:240px;}
.minw250{min-width:250px;}
.minw260{min-width:260px;}
.minw280{min-width:280px;}

.minw300{min-width:300px;}

.minw320{min-width:320px;}
.minw340{min-width:340px;}
.minw350{min-width:350px;}
.minw360{min-width:360px;}
.minw380{min-width:380px;}

.minw400{min-width:400px;}

.minw420{min-width:420px;}
.minw440{min-width:440px;}
.minw450{min-width:450px;}
.minw460{min-width:460px;}
.minw480{min-width:480px;}

.minw500{min-width:500px;}

.minw520{min-width:520px;}
.minw540{min-width:540px;}
.minw550{min-width:550px;}
.minw560{min-width:560px;}
.minw580{min-width:580px;}

.minw600{min-width:600px;}
.minw800{min-width:800px;}
.minw900{min-width:800px;}


.caps{text-transform: uppercase!important;}
.allCaps{text-transform: uppercase!important;}
.titleCase{text-transform: capitalize!important;}
.normalText{text-transform: none!important;}

.text_left{text-align: left!important;}
.text_right{text-align: right !important;}
.text_center{text-align: center !important;}
.text_justify{text-align: justify !important;}

.text_white{color: white !important;}
.text_red{color: #9e1115 !important;}
.text_black{color: black !important;}

.text_small{font-size:12px}

.blockMe{display: inline-block;}

.pad0{padding: 0px;}
.pad1{padding: 1px;}
.pad2{padding: 2px;}
.pad3{padding: 3px;}
.pad4{padding: 4px;}
.pad5{padding: 5px;}
.pad6{padding: 6px;}
.pad8{padding: 8px;}
.pad10{padding: 10px;}
.pad12{padding: 12px;}
.pad20{padding: 20px;}
.pad30{padding: 30px;}
.pad40{padding: 40px;}
.pad50{padding: 50px;}
.pad60{padding: 60px;}

.br0{border-radius: 0px;}
.br1{border-radius: 1px;}
.br2{border-radius: 2px;}
.br3{border-radius: 3px;}
.br4{border-radius: 4px;}
.br5{border-radius: 5px;}
.br6{border-radius: 6px;}
.br8{border-radius: 8px;}
.br10{border-radius: 10px;}
.br12{border-radius: 12px;}
.br20{border-radius: 20px;}

.marAuto{margin:0 auto!important;}

.mar0{margin: 0px;}
.mar1{margin: 1px;}
.mar2{margin: 2px;}
.mar3{margin: 3px;}
.mar4{margin: 4px;}
.mar5{margin: 5px;}
.mar6{margin: 6px;}
.mar8{margin: 8px;}
.mar10{margin: 10px;}
.mar12{margin: 12px;}
.mar20{margin: 20px;}

.martb20{margin-top: 20px; margin-bottom: 20px;}

.mart-1{margin-top: -1px;}
.mart-2{margin-top: -2px;}
.mart-3{margin-top: -3px;}
.mart-4{margin-top: -4px;}
.mart-5{margin-top: -5px;}
.mart-10{margin-top: -10px;}
.mart-12{margin-top: -12px;}
.mart-20{margin-top: -20px;}
.mart-30{margin-top: -30px;}

.mart0{margin-top: 0px;}
.mart5{margin-top: 5px;}
.mart10{margin-top: 10px;}
.mart15{margin-top: 15px;}
.mart20{margin-top: 20px;}

.marb5{margin-bottom: 5px;}
.marb10{margin-bottom: 10px;}
.marb20{margin-bottom: 20px;}
.marb30{margin-bottom: 30px;}
.marb40{margin-bottom: 40px;}

.padt20{padding-top: 20px;}
.padr50{padding-right: 50px;}

.maxw{width: 100%;}
.maxw100{max-width: 100px;}
.maxw150{max-width: 150px;}
.maxw200{max-width: 200px;}
.maxw250{max-width: 250px;}
.maxw300{max-width: 300px;}
.maxw350{max-width: 350px;}
.maxw400{max-width: 400px;}
.maxw500{max-width: 500px;}

.box100{width:100px;height:100px;}
.box200{width:200px;height:200px;}
.box220{width:220px;height:220px;}
.box230{width:230px;height:230px;}
.box240{width:240px;height:240px;}
.box250{width:250px;height:250px;}
.box260{width:260px;height:260px;}
.box300{width:300px;height:300px;}
.box400{width:400px;height:400px;}

.fs16{font-size:16px}
.fs20{font-size:20px}
.fs24{font-size:24px}
.fs30{font-size:30px}
.fs40{font-size:40px}
.fs60{font-size:60px}

.contactBtn{
/*	width: 400px;
	margin:  0 auto !important;*/
}

.btn-info {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #888;
  border-color: #000;
}

.all_link{
	font-size: .7em;
	margin-top: 10px;
}

.adunit{
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}

.adunit_bottom{
	margin-bottom: 80px;
}

.adunit img{
	margin: 0 auto;
}

.ad728x90{
	min-width: 728px;
	min-height: 90px;
}

.ad336x280{
	min-width: 336px;
	min-height: 280px;
}

.ad160x600{
	min-width: 160px;
	min-height: 600px;
}

.ad300x600{
	min-width: 300px;
	min-height: 600px;
}

.ad320x50{
	min-width: 320px;
	min-height: 50px;
	margin: 0 0 60px 0;
	padding-top: 0;
}

.wide_caption h1, .wide_caption h2, .wide_caption h3, .wide_caption h4, .wide_caption h5, .wide_caption h6{
	text-transform: uppercase;
	letter-spacing: .22em;
}

/* ------------ HOME PAGE SPECIFIC --------------- */

/* featured_bio */

#featured_bio{
	margin-top:12px;
	padding:0px;
	width:230px;
	height:100px;
	position: relative;
	/*background-color: #EEE; /*to make it visible*!/*/
	display:table;
}
#featured_bio_left{
	width:130px;
	height:100%;
	background-color:red;
	float: left;
}

#featured_bio_right{
	width:100px;
	height:100%;
	/*background-color:green;*/
	padding:0px;
	float: right;
}

#featured_bio_badges h5 {
	padding:0px;
	margin:3px;
	font-variant:
}

#featured_bio_badges{
	float: none;
	padding:0px;
	margin: 0px;
	border-radius: 0;
}

#featured_bio_name{
	font-size:medium;
	margin:0px;
	padding:0px;
}

#featured_bio_badges h5 {
	padding:0px;
	margin:0px;
	margin-top:2px;
}

#featured_bio_captions{
	position: absolute;
	text-align: right;
	padding:0px;
	right: 110px;
	bottom: -6px;
}


/* responsive video */
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.js-video.widescreen {
  padding-bottom: 57.25%;
}

.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
/* ui_static  hides static elements when interactivity(internet)  is present */
.ui_static{
	/*display:none;*/
}
/* ui_active hides active elements when interactivity(internet) is absent */
.ui_active{
	display:none;

}

#map-canvas{
	height:600px;
}

.pano360_portal{
	height:300px;
	width:400px;
	border-radius:50%;
	background-color:orange;
	color:black;
}

.photo_cap{
	position:relative;
	margin-bottom:8px;
}
.photo_cap_title{
	position: absolute;
	bottom:6px;
	left:-4px;
	color: #fff;
	background-color: rgba(32, 36, 38, 0.70);
	font-size: 35px;
	font-weight: 300;
	width: auto;
	min-width:128px;
	padding:8px;
	padding-left:24px;
	padding-right:30px;
}

.likeBtn{
	background-color: #fff !important;
}

.likeBtn:hover{
	color: #fff !important;
	background-color: rgb(30, 35, 36) !important;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 1px solid #000;
}

.likeBtn:active{
	color: #fff !important;
	background-color: #000 !important;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 1px solid #000;
}

.icon_text_group{
	padding: 6px;
	text-align: left;
	margin:12px;
}
.icon_text_group_img{
	float: left;
	padding-right:16px;
}
.icon_text_group_title{
	font-size: 1.8em;
	margin:0px;
	font-weight: 300;
	padding-top:0px;
}
.icon_text_group_caption{
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.60);
}

#label-primary{

}

.userIcon {
	margin-top: -2px;
}

.desc p {
	font-size: 15px;
	line-height: 24px;
}

.data_list{
	font-size:17px;
	margin: 0;
	padding: 0;
}

#comments_section{
	color:  #000000;
}

#comments_section {
	margin: 0;
	padding: 0;
}

.data_list .title{
	font-weight:500;
}

/* ------------------- */
/* Form modifications. */

th{
	font-weight: 300;
	font-size: 24px;
}

td{
	font-weight: 300;
	font-size: 18px;
}
.on{
	color:#00B313;
}

/*COLUMN WRAPPING*/

.col_wrap{
	-webkit-column-gap:40px; /* Chrome, Safari, Opera */
	-moz-column-gap:40px; /* Firefox */
	column-gap:40px;

	/*-webkit-column-rule:1px solid #dcdbdb; /* Chrome, Safari, Opera *!/
	-moz-column-rule:1px solid  #dcdbdb; /* Firefox *!/
	column-rule:1px solid  #dcdbdb;*/

	margin-top:6px;
	margin-bottom:6px;
}
.col_wrap_2{
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
}
.col_wrap_3{
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
}
.col_wrap_4{
	-webkit-column-count:4;
	-moz-column-count:4;
	column-count:4;
}
.col_wrap_5{
	-webkit-column-count:5;
	-moz-column-count:5;
	column-count:5;
}
.col_wrap_6{
	-webkit-column-count:6;
	-moz-column-count:6;
	column-count:6;
}

@media (max-width: 767px) {
	.col_wrap{
		-webkit-column-count:1; /* Chrome, Safari, Opera */
		-moz-column-count:1; /* Firefox */
		column-count:1;
	}
}


/*SUB MENU*/

.breadcrumb_tom{
	background-color: rgba(255, 255, 255, 0);
	padding:0px;
	margin:0px;
	padding-left:0px;
	font-size:16px;
	color:black;
	text-align:center;
}
.breadcrumb_tom a{
	color:black!important;
}
.breadcrumb_tom a:hover{
	color: #c33135 !important;
	text-decoration: none;
}
.breadcrumb_tom > li + li:before {
	content: "|";
}

.guide_menu{
	min-width: 48px !important;
}


/*NAV PILLS -- For Related Topics*/


.nav-pills_tom{
	background-color: rgba(255, 255, 255, 0);
	padding:0px;
	margin-left:-1px;
	font-size:12px;
	color:black;
}

.nav-pills_tom a{
	color:black;
}
.nav-pills_tom a:hover{
	color:black;
}
.nav-pills_header_tom{
	font-weight:bold;
	margin: 6px;;
	margin-left:12px;
	font-size:14px;
	text-transform: uppercase;
}


/*PATTERNS*/

.fill_pat_1{
	background-image: url(../images/bg/diag_line_1.png);
}

.fill_pat_2{
	background-image: url(../images/bg/diag_line_2.png) ;
}

.fill_pat_3{
	background-image: url(../images/bg/diag_line_3.png) ;
}

/*PANO AD GROUP*/

.pano_ad_group{
	min-height:601px;
	padding:0px;
	padding-top:1px;
	padding-bottom:0;
}
.pano_ad_content{
	/*background-color: red;*/
	height: 600px;
	position:absolute;
	right:230px;
	left:230px;
}

.pano_ad{
	position:absolute;
	height: 600px;
	width:230px;
	min-width:230px!important;
}

.pano_ad_left img{
	float:left;
	padding-left:30px;
	padding-right:40px;
}

.pano_ad_right img{
	float:right;
	padding-left:40px;
	padding-right:30px;
}

.pano_ad_left{
	left:0px;
}
.pano_ad_right{
	right:0px;
}

/*PANO AD GROUP MOBILE*/

@media (max-width: 810px) {
	.pano_ad_content{
		position:relative;
		height:350px;
		width:100%!important;
		left:0px;
		margin:0px!important;
		margin-bottom:20px!important;
		min-width:350px;
	}
	.pano_ad{
		position:relative;
		width:210px!important;
		min-width:210px!important;
		/*background-color: blue;*/
	}
	.pano_ad_right img{
		padding-left:0px;
		float:right;
	}
	.pano_ad_left img{
		padding-right:0px;
		float:left;
	}
	.pano_ad_left{
		float: left;
	}
	.pano_ad_right{
		float: right;
	}
}

/*PANO AD GROUP MOBILE Narrow*/

@media (max-width: 350px) {

}
/*PANO AD GROUP MOBILE Ad-stacking*/

@media (max-width: 460px) {
	.pano_ad_content{
		height:250px;
		margin:0px!important;
	}
	.pano_ad_left,.pano_ad_right{
		width:100%!important;
		margin-top:20px;
	}
	.pano_ad_left img,.pano_ad_right img{
		padding:0px;
		float:none;
	}
}

/*.container-non-responsive {
  /* Margin/padding copied from Bootstrap *!/
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;

  /* Set width to your desired site width *!/
  width: 1200px;
}*/


/* =================== TM Overiding some things =================== */
.map_nav{
	background-color: rgb(40, 40, 40) !important;
}

#featured_pano {
	height:650px;
}
/* =================== GP P2 5/31 =================== */

.bleed .h1, .bleed .h2, .bleed .h3, .bleed .h4, .bleed .h5, .bleed .h6{
	text-transform: none!important;
}

.pano_caption{
	padding-left:6px;
	padding-right:6px;
	line-height:18px;
	padding-bottom: 15px;
}

.pano_caption_thumbnail img{
	margin: 0 auto;
	padding-bottom: 5px;
}

.pano_caption a{
	color: #b30e0d !important;
}
.pano_caption a:hover{
	color: #b30e0d !important;
}

.gigaRed, .gigaIcons{
	text-align: center;
	padding: 30px;
}

.gigaRed h1, .gigaRed h2{
	margin: 0 auto;
	padding: 10px 0;
	max-width: 950px !important;
}

/*QUOTE BUBBLE*/

.quote_bubble{
	min-height:190px;
	background-color:black;
	border-radius:8px;
	padding:20px;
	color:white!important;
	position: relative;
	margin: 1em 0 1.5em;
}

.bubble_med_txt{
	font-style: italic;
	font-weight:lighter;
	color: #595858;
	font-size:20px;
}


.quote_bubble p{
	color:white;
	font-style: italic;
}

.quoteName{
	font-size: 15px !important;
	padding-bottom: 20px;
}

.quote_bubble.bubble_gray p{
	color:black;
	font-style: italic;
}
.quote_bubble p:before{
	content: "\0022";
	color: rgba(247, 247, 247, 0.36);
	font-style: italic;
	font-weight:lighter;
	float: left;
	font-size:84px;
	width: 0px;
	height: 0px;
	margin-top: -30px;
	margin-left: -12px;
}

/* triangle (defaults left) */
.quote_bubble:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -15px;
  /*right: 30px;*/
  width: 0;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: black transparent;
}

/* triangle right*/
.quote_bubble.bubble_right:after {
  right: 30px;
}

/* triangle right*/
.quote_bubble.bubble_gray:after {
 border-color:  #dedfde transparent;
}
.quote_bubble.bubble_gray {
	background-color: #dedede;
}

.quote_bubble.bubble_red:after {
 border-color: #a81007 transparent;
}
.quote_bubble.bubble_red {
	background-color: #a81007;
}


.quote_bubble.bubble_darkGray:after {
 border-color: #414241 transparent;
}
.quote_bubble.bubble_darkGray {
	background-color: #414241;
}

.btn_dark{
	background: -webkit-linear-gradient(top, #32363a 0%, #1f2327 100%) #313539;
	background: -moz-linear-gradient(top, #32363a 0%, #1f2327 100%) #313539;
	background: -ms-linear-gradient(top, #32363a 0%, #1f2327 100%) #313539;
	background: linear-gradient(to bottom, #32363a 0%, #1f2327 100%) #313539;
	color:white;
	margin:0 auto;
	text-align:center;
	font-weight:100;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:12px;
}
.btn_dark:hover{
	background: -webkit-linear-gradient(top, #474d53 0%, #1f2327 100%) #313539;
	background: -moz-linear-gradient(top, #474d53 0%, #1f2327 100%) #313539;
	background: -ms-linear-gradient(top, #474d53 0%, #1f2327 100%) #313539;
	background: linear-gradient(to bottom, #474d53 0%, #1f2327 100%) #313539;
	color:white;
}


.btn_big{
	font-size:20px;
	padding:12px!important;
	padding-left:28px!important;
	padding-right:28px!important;
}
.btn_red{
	background: -webkit-linear-gradient(top, #ba100f 0%, #9f1014 100%) #b11012;
	background: -moz-linear-gradient(top, #ba100f 0%, #9f1014 100%) #b11012;
	background: -ms-linear-gradient(top, #ba100f 0%, #9f1014 100%) #b11012;
	background: linear-gradient(to bottom, #ba100f 0%, #9f1014 100%) #b11012;
	color:white;
	margin:0 auto;
	text-align:center;
	font-weight:100;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:12px;
}
.btn_red:hover{
	color:white;
	background: -webkit-linear-gradient(top, #eb1817 0%, #9f1014 100%) #b11012;
	background: -moz-linear-gradient(top, #eb1817 0%, #9f1014 100%) #b11012;
	background: -ms-linear-gradient(top, #eb1817 0%, #9f1014 100%) #b11012;
	background: linear-gradient(to bottom, #eb1817 0%, #9f1014 100%) #b11012;
}

.btn_white{
	background: #fff;
	color:#000;
	margin:0 auto;
	text-align:center;
	font-weight:100;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:12px;
}
.btn_white:hover{
	color:#fff;
	background: #000;
}


.big_page_title{
	font-size:50px;
	text-align:center;
	color: #000000;
	line-height: 47px;
	padding: 15px 0 25px;
}

.med_page_title{
	font-size:40px;
	text-align:center;
	color: #000000;
}
.med_sm_page_title{
	font-size:30px;
	line-height:40px;
	text-align:center;
	color: #000000;
}


/*Aligns images horizontally within a container*/
.h_image_group{
   text-align:center;
}
.h_image_group img{
    display:inline-block;
    padding: 0 20px;
}
.h_image_group .gp_med_txt{
    display:inline-block;
    padding:0px;
    padding-left:10px;
    padding-right:10px;
   vertical-align:bottom;
}

.gp_med_txt, .gp_med_txt p, .gp_med_txt label{
	font-style: normal;
	/*display:block;*/
	font-weight:lighter;
	color: #595858;
	font-size:18px;

}
.gp_large_txt, .gp_large_txt p{
	font-style: normal;
	/*display:block;*/
	font-weight:lighter;
	color: #595858;
	font-size:22px!important;

}


.gp_med_txt a, .gp_large_txt a{
	color: #b30e0d !important;
}
.gp_med_txt a:hover, .gp_large_txt a:hover{
	color: #b30e0d !important;
}


/*page icon group*/

.page_icon_group{
	margin-top:12px;
	text-align:center!important;
	font-size:20px!important;
	min-height:160px;
	cursor:pointer;
}
.page_icon_group:hover{
	color:black!important;
}
.page_icon_group p{
	display:block;
	text-align:center!important;
	font-size:20px!important;
	line-height:20px;
}

.page_icon_group p strong{
	font-weight:400;
}
.page_icon_group p small{
	font-weight:100;
	font-size:16px;
	color: #656565;
}
.page_icon_group img{
	display:inline-block;
	margin-bottom:8px;
	max-height:70px
}
.center_this img{
	/*display:inline-block;*/
	/*margin-top: 30px;*/
	/*margin-bottom: 15px;*/
	margin:  0 auto;
	padding-bottom: 30px;
}
.center_this{
	text-align:center!important;
	margin-top: 30px;
	max-width: 60%;
	margin: 0 auto;
}

.in_page_search{

}

.in_page_search input{
	-moz-box-shadow: inset 0 2px 6px #4e4c4c;
	box-shadow: inset 0 2px 6px #4e4c4c;
}
.in_page_search button{
	margin-top:0px;
}
.video_placeholder{
	/*background-color:yellow;*/
	width:auto!important;
	height:auto
}



.ico_left_group{
	padding:20px;
}

.ico_left_ico{
	display:inline-block;
	vertical-align:top;
	float: left;
}

.ico_center_ico{
	display:block;
	vertical-align:top;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-top: -20px !important;
}

.ico_center_tagline{
	margin-top: -50px !important;
	padding-bottom: 15px;
	font-weight: 600;
}

.ico_caption_grp{
	vertical-align:top;
	margin-left:90px;
	clear: none;
	float: none;
}
.ico_left_title{
	font-weight:100;
	font-size:24px;
	color: #656565;
}

.ico_left_notes{
	margin-top:-10px;
	font-weight:100;
	font-size:16px;
	color: #656565;
}

.ico_left_body{
	margin-top:12px;
}

.empty_well{
	background-color:none!important;
	background:none!important;
}

#favorites_sidenav{
	border-left: 1px solid #9c9c9a;
}

.hr_black{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000;
	margin: 0;padding: 0;
}

.signup_faq{
	margin-bottom:60px;
}
.signup_faq h4{
	color: #4b4b4b;
	padding:0px;
	padding-top:20px;
	font-weight:400;
	font-size:18px;
	line-height: 21px;
}
.signup_faq p{
	font-size:16px;
	line-height:23px;
}

.signUpTitle{
	padding: 20px;
	max-width: 1000px;
	margin: 0 auto;
}

/*box options*/
.box_option{
	border:1px solid black;
	border-radius:8px;
	font-size:18px;
}
.box_option_hilited{
	border:2px solid black;
	background-color: rgb(213, 45, 44);
}
.box_option_hilited .box_option_title, .box_option_hilited .box_option_sub, .box_option_hilited .box_option_feature, .box_option_hilited .box_option_gray, .box_option_hilited .box_option_red_sm{
	color: #fff;
}
.box_option_hilited .underline_gray{
	border-bottom:2px solid #fff;
}
.shiftUp .box_option{
	position:relative;
	min-height:620px!important;
	margin:20px auto 10px;
	margin-bottom:20px;
	max-width:200px;
}
.box_option_title{
	font-size:28px;
	text-transform: uppercase;
	font-weight: 400;
}
.box_option_sub{
	color: #aa2a32;
	text-transform: uppercase;
	font-weight: 400;
}
.box_option_price{
	background-color:black;
	color:white;
	font-size:28px;
	padding:6px;
}
.box_option_feature{
	padding:0px;
	padding-top:6px;
	color: black;
	text-align:center!important;
}
.box_option_gray{
	color: #7f807f;

}

.box_option_red_sm{
	color: #ab0f11;
	text-transform: uppercase;
	font-size:10px;
	font-weight:400;
	margin-top:6px;
	margin-bottom:6px;
}
.box_option_btn{
	margin:8px;
	border-radius:8px;
	font-size:24px;
	padding:8px;
	text-transform: uppercase;
	cursor:pointer;
	position:absolute;
	bottom:8px;
	left:20px;
	right:20px;

}
.signup_options .box_option{
	position:relative;
	top: 30px;
	min-height:590px;
	margin:20px auto 10px;
	margin-bottom:20px;
	max-width:200px;
}

.underline_gray{
	border-bottom:2px solid gray;
	text-decoration:none;
}

.black_bleed .h3 {
	margin-bottom: 0 !important;
}

.black_bleed .h3 p{
	margin-top: 5px !important;
	margin-top: 5px !important;
	/*border: 1px inset #020202;*/
}


#form360 .form-control{
	border-radius: 0 !important;
	margin-bottom: 8px !important;
	background-color: #F7F7F7 !important;
	border: 0 !important;;
}

.warningBox {
	border: 1px dashed #d20000;
	background-color: rgba(202, 1, 1, 0.04);
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	padding: 20px;
}

.warningBox h4{
	color: #d20000;
	text-transform: capitalize;
}

.messageBox {
	border: 1px dashed #c88201;
	padding: 100px;
	background-color: rgba(202, 165, 1, 0.16);
}

.messageBox h4{
	color: #c88201;
}

.tabPad{
	padding-right: 20px !important;
 }

.details_page a{
        color: #c33135 !important;
}

.featured_photographer_bio a{
        color: #000 !important;
}

.featured_photographer_bio a:hover{
        color: #c33135 !important;
        text-decoration: none;
}

.panel {
  margin-bottom: 20px;
  background-color: rgba(236, 236, 236, 0.36);
	border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
	border-style: hidden;
}

.clearer{
	clear: both;
}

.details_page a{
	color: #c33135 !important;
}

.featured_photographer_bio a{
	color: #000 !important;
}

.featured_photographer_bio a:hover{
	color: #c33135 !important;
	text-decoration: none;
}

.homepage a:hover{
	text-decoration: none;
}

#pano_notes_content a{
	color: #ececec;
}

#pano_notes_content a:hover{
	color: #fff;
	text-decoration: none;
}

.bio_link a {
    text-decoration: none;
}
.bio_link .glyphicon {
    padding-right: 12px;
}

.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; }
}
