/*  Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  #lineEm div:nth-child(12n+1) .col-lg-1,
  #lineEm div:nth-child(6n+1) .col-lg-2,
  #lineEm div:nth-child(4n+1) .col-lg-3,
  #lineEm div:nth-child(3n+1) .col-lg-4,
  #lineEm div:nth-child(2n+1) .col-lg-6,
  #lineEm div:nth-child(12n+1) .col-md-1,
  #lineEm div:nth-child(6n+1) .col-md-2,
  #lineEm div:nth-child(4n+1) .col-md-3,
  #lineEm div:nth-child(3n+1) .col-md-4,
  #lineEm div:nth-child(2n+1) .col-md-6{
    clear: none;
  }
  #lineEm div:nth-child(12n+1) .col-sm-1,
  #lineEm div:nth-child(6n+1) .col-sm-2,
  #lineEm div:nth-child(4n+1) .col-sm-3,
  #lineEm div:nth-child(3n+1) .col-sm-4,
  #lineEm div:nth-child(2n+1) .col-sm-6{
    clear: left;
  }
}

 
/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  #lineEm div:nth-child(12n+1) .col-lg-1,
  #lineEm div:nth-child(6n+1) .col-lg-2,
  #lineEm div:nth-child(4n+1) .col-lg-3,
  #lineEm div:nth-child(3n+1) .col-lg-4,
  #lineEm div:nth-child(2n+1) .col-lg-6,
  #lineEm div:nth-child(12n+1) .col-sm-1,
  #lineEm div:nth-child(6n+1) .col-sm-2,
  #lineEm div:nth-child(4n+1) .col-sm-3,
  #lineEm div:nth-child(3n+1) .col-sm-4,
  #lineEm div:nth-child(2n+1) .col-sm-6{
    clear: none;
  }
  #lineEm div:nth-child(12n+1) .col-md-1,
  #lineEm div:nth-child(6n+1) .col-md-2,
  #lineEm div:nth-child(4n+1) .col-md-3,
  #lineEm div:nth-child(3n+1) .col-md-4,
  #lineEm div:nth-child(2n+1) .col-md-6{
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  #lineEm div:nth-child(12n+1) .col-md-1,
  #lineEm div:nth-child(6n+1) .col-md-2,
  #lineEm div:nth-child(4n+1) .col-md-3,
  #lineEm div:nth-child(3n+1) .col-md-4,
  #lineEm div:nth-child(2n+1) .col-md-6,
  #lineEm div:nth-child(12n+1) .col-sm-1,
  #lineEm div:nth-child(6n+1) .col-sm-2,
  #lineEm div:nth-child(4n+1) .col-sm-3,
  #lineEm div:nth-child(3n+1) .col-sm-4,
  #lineEm div:nth-child(2n+1) .col-sm-6{
    clear: none;
  }
  #lineEm div:nth-child(12n+1) .col-lg-1,
  #lineEm div:nth-child(6n+1) .col-lg-2,
  #lineEm div:nth-child(4n+1) .col-lg-3,
  #lineEm div:nth-child(3n+1) .col-lg-4,
  #lineEm div:nth-child(2n+1) .col-lg-6{
    clear: left;
  }
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}

.trip-boxv2{
    background-color: white;
    border-radius: 2px;
    box-shadow: 1px 1px 6px rgb(214, 208, 201), 0 0 6px rgb(214, 208, 201) !important; 
    padding:1em;
    overflow: hidden;
    margin-bottom: 2em;
}
.trip-boxv2 .image-holder {
    padding: 0 0 50%;
    position: relative;    
}
.tripimageholder{
    margin: -1em -1em 1em;
}
.trip-boxv2 h2 {
    color: rgb(248, 148, 62);
    font-family: "A Love of Thunder",sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
    margin-bottom: 0.425em;
}
.trip-boxv2 h3 {
    color: rgb(159, 148, 133);
    font-family: "A Love of Thunder",sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
    margin-bottom: 0.85em;
}
a.readmore:link, a.readmore:visited, a.readmore:active {
    background-color: rgb(248, 148, 62);
    bottom: 19px;
    color: white;
    font-family: "A Love of Thunder",sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    margin-top: 11px;
    padding: 4px 19px;        
    text-transform: lowercase;
}

@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
}
.embed-responsive-item .mce-object-iframe{
    border: 1px solid gray;
    display: block;
    height: 100%;
    line-height: 0;
    margin: 2px;
    position: relative;
}
li a .title{
    text-transform: capitalize;
}
.modal-dialog-factfile .modal-content{
    background: rgba(0, 0, 0, 0) url("../img/bg-tile.jpg") repeat scroll 0 0;
    border-radius: 2px;    
    box-shadow: 0 0 6px rgb(214, 208, 201) !important;
    color: rgb(102,​ 102,​ 102);    
    font-family: monospace;
    border:0px;
}   
.modal-dialog-factfile .modal-body{ 
    padding-bottom:3.5em
}
.modal-dialog-factfile .modal-content .factfilemore{
    background-color: rgb(248, 148, 62);
    border: medium none !important;
    color: white;
    float: right;
    font-family: "A Love of Thunder",sans-serif;
    font-size: 24px;    
    padding: 0 0.5em;
    text-decoration: none;
}

.modal-dialog-factfile h2{
    margin-top: 0px;
    color:#f8943e;
}
.modal-backdrop{
    bottom:0px;
    position: fixed;
    z-index: 999;
}
.modal-dialog-factfile strong{
    font-weight: bold;
    margin-top:-10px;
    text-transform: capitalize;
    color: rgb(102, 102, 102);
    display:block;
}
#stats-zone text{
    cursor:inherit;
    fill: rgb(248, 148, 62);
    display: block;
    font-family: 'A Love of Thunder',sans-serif;                
    font-weight: 400;
    line-height: 1;
    margin: 0.5em 0 1em;
    text-transform: lowercase;

}
#stats-zone #launch text.text{
    fill:rgb(165, 147, 133);
    font-size:28px;
}
#stats-zone tspan.grey{
    fill:rgb(165, 147, 133);
}
#stats-zone{
    width:100%; 
    margin-top:-6.3%;
    background-color: rgb(255, 255, 255);
    border-top: 1.5em solid rgb(255, 255, 255);
    position: relative;
    z-index: 999;
}
#stats-zone td{
    vertical-align:top;
}
.HTMLMapStat{
    font-size:39px;
    font-family: "A Love of Thunder",sans-serif;
    color: rgb(248, 148, 62);
    text-transform: lowercase;
    line-height: 0.85;
    text-align: left;  
}

#partners ul br{
    display: none;
}
.unpublished{
    
}
.trip-boxv2.unpublished{
    border: 1px solid red;
    position:relative;
}
div.unpublished .soon{
    opacity:1;
    position:absolute;  
    top:50px;
    left:0px;
    right:0px;
    background-color: red;
    color: white;
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 0 0;
    padding: 0.3em 1em;
    text-align: center;
    text-transform: lowercase;    
    border-radius: 2px 2px 0px 0px;     
    transform: rotate(9deg);
    z-index: 11;
}
div.direct .soon{
    opacity:1;
    position:absolute;  
    top:50px;
    left:0px;
    right:0px;
    background-color: blue;
    color: white;
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 0 0;
    padding: 0.3em 1em;
    text-align: center;
    text-transform: lowercase;    
    border-radius: 2px 2px 0px 0px;     
    transform: rotate(9deg);
    z-index: 11;
}
div.comingsoon{
    position:relative;
}
div.comingsoon > *{
    opacity:0.5;
}
div.comingsoon .soon{
    opacity:1;
    position:absolute;  
    top:0px;
    left:0px;
    right:0px;
    background-color: rgb(248, 148, 62);
    color: white;
    font-family: "A Love of Thunder",sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 0 0;
    padding: 0.3em 1em;
    text-align: center;
    text-transform: lowercase;
    z-index: 1;
    border-radius: 2px 2px 0px 0px;
}
.project-image p{
    margin:0px;    
}
.project-image img{
    max-width: 100%; 
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,button,input,select,textarea {
	color:#222;
}

body {	
	overflow-x:hidden;	
	margin:0;
	display:block;
}

::-moz-selection {
	background:#b3d4fc;
	text-shadow:none;
}

::selection {
	background:#b3d4fc;
	text-shadow:none;
}

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

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

img {
	vertical-align:middle;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

textarea {
	resize:vertical;
}

em {
	font-style:normal;
}

.chromeframe {
	margin:.2em 0;
	background:#ccc;
	color:#000;
	padding:.2em 0;
}

iframe#mapframe
{
width:100%;
height:600px;
}
iframe#vetadventuresframe
{

}
.videoWrapper {
	position: relative;
	padding-bottom: 57.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#gmap_infowindow{
	width:320px;
	height:240px;
	padding:0 0 20px 0;
	overflow-x: hidden!important;
}
#gmap_infowindow img{
	padding:0 0 5px 0;
}

#gmap_infowindow .gmap_divider{
	width:300px;
	border-bottom: 2px solid #9f9485;
	padding:20px 0 0 0;
	margin:0 0 30px 0;
}
#gmap_infowindow p{
	line-height:1.1em;
	font-size:0.8em;
	width:300px;
	margin:0;
	padding:5px 0 10px 0;
}
#gmap_infowindow p.title{
	font-size:1.1em;
	padding:0 0 20px 0;
}
#gmap_infowindow p.charity{
	font-weight:bold;
	padding:0 0 5px 0;
}
#gmap_infowindow p span.orange{
	color:#f7943e;
	font-weight: bold;
}
#gmap_infowindow p.first{
	padding:0 0 20px 0;
}

@media only screen and (max-device-width: 480px) {
    /* Put your iPhone 3G styles in here */
iframe#mapframe
{
	width:100%;
	height:200px;
}
}
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px)
and (max-width : 767px) {
iframe#mapframe
{
height: 280px;
}
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
iframe#mapframe
{
height: 200px;
}
/* Styles */
}




/* ==========================================================================
   Web fonts
   ========================================================================== */
@font-face {
	font-family:'A Love of Thunder';
	src:url(../fonts/a-love-of-thunder.eot);
/* IE9 Compat Modes */
	src:/* IE6-IE8 */
/* Modern Browsers */
/* Safari, Android, iOS */
url(../fonts/a-love-of-thunder.eot?#iefix) format("embedded-opentype"),url(../fonts/a-love-of-thunder.woff) format("woff"),url(../fonts/a-love-of-thunder.ttf) format("truetype"),url(../fonts/a-love-of-thunder.svg#a_love_of_thunderregular) format("svg");
/* Legacy iOS */
	font-weight:400;
	font-style:normal;
}
@font-face {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
}

/* ==========================================================================
   Mission Rabies styles
   ========================================================================== */
body {
	color:#666;
	font-family:'Trebuchet MS',sans-serif;
	background:url(../img/bg-tile.jpg);
}

strong,em {
	color:#f8943e;
/* orange highlight */
}

header#global {
	position:fixed;
/* stuck to top */
	top:0;
	left:0;
	width:100%;
	z-index:1000;
	text-align:left;
/* centre inline block list items */
	padding-bottom:23px;
/* height of background image below */
	background:url(../img/bg-nav-tapered.png) bottom right repeat-x;
	text-align:center;
}

header#global ul.menu {
	display:none;
}

header#global nav {
/*brown header colour set here to maintain transparency
  under the header background image above*/
	background-color:#a19485;
	margin-bottom:-1px;
}

header#global nav ul {
	margin:0;
	padding:0;
}

header#global nav ul.nav-home {
	position:absolute;
	top:0;
	left:0;
/* top left nav */
}

header#global nav ul.nav-extra {
	position:absolute;
	top:0;
	right:0;
/* top right nav */
}

header#global nav li {
	display:inline-block;
	vertical-align:top;
}

header#global nav ul.nav-extra li:last-child {
	padding-bottom:23px;
/* height of orange background image below */
	background:url(../img/bg-nav-donate.png) bottom right repeat-x;
}

header#global nav li a,header#global .menu {
	position:relative;
	display:inline-block;
	padding:1.2em 1em;
/* set on <a> for large hit target */
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#d6d0c9;
	text-transform:lowercase;
	text-decoration:none;
}

header#global nav li a:hover,header#global nav li.selected a {
	color:#fff!important;
}

header#global nav li a.logo {
	top:-8px;
	width:41px;
	height:47px;
	margin-left:15px;
	background:url(../img/logo-mission-rabies-small.png) no-repeat;
}

header#global nav li a[href*=twitter] {
	top:-3px;
	width:38px;
	height:38px;
	background:url(../img/sprites.png) no-repeat -9px -247px;

}

header#global nav li a[href*=twitter]:hover {
	background-position:-47px -247px;
}

header#global nav li a[href*=facebook] {
	top:-3px;
	width:38px;
	height:38px;
	margin-right:8px;
	margin-left:5px;
	background:url(../img/sprites.png) no-repeat -9px -294px;
}

header#global nav li a[href*=facebook]:hover {
	background-position:-47px -294px;
}

header#global nav li a[href*=donate] {
	color:#fcd4b2;
/* lighter text (fake semi-transparent) */
	background-color:#f8943e;
/* orange */
}

section {
	position:relative;
	clear:both;
}

section .padded {
	padding-left:8em;
	padding-right:8em;
	padding-bottom:4em;
	min-height:500px;
}

section .padded.limited {
	text-align:center;
}

section .padded .inner-wrapper {
	margin:0 auto;
	max-width:1500px;
	text-align:left;
}

section .section-header {
	margin-bottom:2em;
	position:relative;
	overflow:hidden;
}

article p a {
	color:#f7943e;
}
article p a:hover {
	color:#f26b3a;
}

.mobile-only {
	display:none;
}

/* ==========================================================================
   Common styles
   ========================================================================== */
#body .flex-control-paging li {
	margin:0 6px 0 0;
}

#body .flex-control-paging li a {
	background:#d9d4cf;
	border-radius:30px 30px 30px 30px;
	box-shadow:none;
	cursor:pointer;
	display:block;
	height:20px;
	text-indent:-9999px;
	width:20px;
}

#body .flex-control-paging li a.flex-active,#body .flex-control-paging li a:hover {
	background:#a09486;
}

.common-gallery-features .flex-direction-nav li a {
	position:absolute;
/*top: -350px;*/
	width:75px;
	height:75px;
	display:block;
	background:url(../img/sprites.png);
}

.common-gallery-features .flex-direction-nav li a.flex-next {
	right:-50px;
	background-position:-75px 0;
}

.common-gallery-features .flex-direction-nav li a.flex-prev {
	left:-50px;
	background-position:-3px 0;
}

.common-gallery-features .flex-direction-nav li a.flex-next:hover {
	background-position:-225px 0;
}

.common-gallery-features .flex-direction-nav li a.flex-prev:hover {
	background-position:-153px 0;
}

#body article blockquote {
	margin:1em 0;
	padding:1em 4em 1em 2.5em;
	line-height:1;
	position:relative;
}

#body article blockquote span.mark {
	display:block;
	position:absolute;
	width:30px;
	height:30px;
	background:url(../img/sprites.png) no-repeat -10px -340px;
}

#body article blockquote span.mark.left {
	left:-40px;
	top:0;
}

#body article blockquote span.mark.right {
	right:1em;
	top:1em;
}

#body article blockquote p {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	font-size:1.2em!important;
	line-height:1!important;
	margin:0;
	position:relative;
}

a.rollover:hover{
    background-image:url("http://www.missionrabies.com/web/img/sitewide/Volunteer-Apply-Btn.jpg"),url("http://www.missionrabies.com/web/img/sitewide/Volunteer-Apply-Btn-ROLL.jpg");
}
a.rollover{
    display:block;
    width:55px;
    height:520px;
    position: fixed; left:0px; top: 25%; z-index: 10000;
    background-image:url("http://www.missionrabies.com/web/img/sitewide/Volunteer-Apply-Btn-ROLL.jpg");
    text-indent: -5000px;
    border-radius: 0px 10px 10px 0px;
}

/*a.rollover:hover{
    background-image:url('http://www.missionrabies.com/workspace/assets/img/volunteers_overlay_ROLL.png'),url('http://www.missionrabies.com/workspace/assets/img/volunteers_overlay_02.png');
}
a.rollover{
    display:block;
    width:55px;
    height:408px;
    position: fixed; left:0px; top: 30%; z-index: 10000;
    background-image:url('http://www.missionrabies.com/workspace/assets/img/volunteers_overlay_02.png');
    text-indent: -5000px;
}*/

/* ==========================================================================
   Parallax
   ========================================================================== */
#journey div.fore {
	background:url(../img/parallax-journey-foreground.png) no-repeat center top;
	display:block;
	width:100%;
	height:792px;
	position:absolute;
	z-index:15;
}

#journey div.text {
	background:url(../img/parallax-journey-text.png) no-repeat center top;
	display:block;
	width:100%;
	height:792px;
	position:absolute;
	z-index:10;
}

#journey div.base {
	background:url(../img/parallax-journey-base.jpg) no-repeat center center;
	width:100%;
	height:792px;
	position:relative;
	display:block;
	text-align:center;
}

#truck div.fore {
	background:url(../img/parallax-truck-foreground.png) no-repeat center top;
	display:block;
	width:100%;
	height:792px;
	position:absolute;
	z-index:15;
}

#truck div.text {
	background:url(../img/parallax-truck-text.png) no-repeat center top;
	display:block;
	width:100%;
	height:792px;
	position:absolute;
	z-index:10;
}

#truck div.base {
	background:url(../img/parallax-truck-base.jpg) no-repeat center center;
	width:100%;
	height:792px;
	position:relative;
	display:block;
	text-align:center;
}

#luke div.fore {
	background:url(../img/parallax-luke-foreground.png) no-repeat center top;
	display:block;
	width:100%;
	height:792px;
	position:absolute;
	z-index:15;
}

#luke div.text {
	background:url(../img/parallax-luke-text.png) no-repeat center top;
	display:block;
	width:100%;
	height:792px;
	position:absolute;
	z-index:10;
}

#luke div.base {
	background:url(../img/parallax-luke-base.jpg) no-repeat center center;
	width:100%;
	height:792px;
	position:relative;
	display:block;
	text-align:center;
}

/* ==========================================================================
   Start
   ========================================================================== */
section#start {
	text-align:center;
	width:100%;
	background:url(../img/bg-header_NEW.jpg) center 2em no-repeat;
	display:block;
}

div.start-inner {
	text-align:center;
	margin:0 auto;
	display:block;
	width:1100px;
	display:table;
	table-layout:fixed;
}

div.start-cell {
	display:table-cell;
/* doesn't work in IE7, not such a big deal */
	position:relative;
	padding:3em 0 170px;
/* top and bottom = nav and start button */
	vertical-align:middle;
	text-align:center;
	margin:0 auto;
	width:100%;
}

div.start-cell .logo {
	border:0 none;
	color:transparent;
	padding-bottom:0px; /* 60px */
}
.logo img{
    max-width: 100%;
}
#partners img{
    max-width: 100%;
}
div.start-cell .logo span{
display:block;
}
.carousel-indicators-home{
    margin:0px !important;
    padding:0px !important;
    bottom:10px !important; 
}
.dogstrust-well{
    background: #e0dac8 url("http://www.missionrabies.com/workspace/assets/img/Adrian Burder, CE Dogs Trust Headshot.png") no-repeat scroll right bottom;
}
.video-well{
    margin-top: 20px;
    background-color: #f5f5f5;
}
.video-well h2{
    margin-top: 0px;
}
.floating-text{
    padding:0px 20px;
}
div.logos_top {
	float:right;
	position:absolute;
	right:50px;
	bottom:10px;
	text-align:left;
	z-index:999;
}

div.logos_top p {
	font-size:.7em;
}

div.logos_top img {
	margin:0 10px 10px 0;
}

div.start-cell p {
    color: #a89d8c;
    font-family: "A Love of Thunder",sans-serif;
    font-size: 1.85em;
    line-height: 1.5em;
    margin: 1.4em 15% 0.4em;
    text-transform: uppercase;
}

div#start-button {
	position:absolute;
	bottom:-40px;
	width:100%;
	margin:0 0 50px;
}

div#start-button p {
	margin:0;
	color:#a09486;
}

div#start-button a {
	display:inline-block;
	width:113px;
	height:106px;
	background:url(../img/sprites.png) no-repeat -238px -131px;
}

div#start-button a:hover {
	background-position:-352px -131px;
}

section#start .partners {
	position:absolute;
	left:50px;
	top:80px;
	text-align:left;
	color:#a09486;
	font-size:1em;
}

section#start .partners p {
	margin:0 0 .5em;
}

section#start .partners ul {
	clear:both;
	margin:0;
	padding:0;
}

section#start .partners ul li {
	display:inline-block;
	margin:0 20px 0 0;
	padding:0;
}

section#start .dog-image-promo {
	position:absolute;
	right:50px;
	bottom:50px;
	margin:-20px 0 0;
	background:#a29687;
	padding:1.1em 1.3em 1.1em 120px;
	color:#fff;
	width:350px;
	text-align:left;
}

section#start .dog-image-promo a {
	display:block;
	color:#fff;
	text-decoration:none;
}

section#start .dog-image-promo span {
	margin:0;
	display:block;
}

section#start .dog-image-promo span.title {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	line-height:1.1;
	font-size:1.5em;
	display:block;
	margin-bottom:.2em;
}

section#start .dog-image-promo img.dog {
	position:absolute;
	left:-18px;
	bottom:0;
}

section#partners .container{
    padding:35px;  
    
}
section#partners h2 {
    color: #a09486;
    font-family: "A Love of Thunder",sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    margin-bottom: 14px;
    text-transform: lowercase;
}

/* ==========================================================================
   Intro
   ========================================================================== */
section#intro {
}

section#intro article {
	width:57%;
}

section#intro article img {
	width:80%;
}

@media screen and (max-width: 1100px) {
	section#intro article img {
		width:60%;
	}
}

section#intro article blockquote {
	width:35%;
}

section#intro article header {
	margin-top:1.1em;
}

section#intro article header h2 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f8943e;
	font-size:36px;
	font-weight:400;
	line-height:1;
	margin:0 0 .1em;
}
section#intro article h3 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f8943e;
	font-size:24px;
	line-height:1;
	font-weight: 400;
	margin:0 0 .1em;
}

section#intro article header p {
	font-weight:700;
}

section#intro article p {
	line-height:1.4em;
}

section#intro article p span {
	color:#f78d33;
	font-size:1.2em;
	font-weight:400;
	line-height:1em;
	margin:0 0 .3em;
}

section#intro article ul {
	width:100%;
	margin:0;
	padding:0;
}

section#intro article ul li {
	list-style-type:none;
	background-image:url(../img/logo-mission-rabies-small.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin:0 0 0 10px;
	padding:10px 10px 10px 60px;
}

section#intro article p a {
	color:#f8943e;
	text-decoration:none;
}

section#intro article .action {
	margin:0 0 2em;
}

section#intro article .action h4,section#intro article .action p {
	margin:0;
}

section#intro .intro-extras {
	margin:60px 0 0;
}

section#intro article .logos {
	padding-bottom:1em;
	margin-right:2em;
	float:left;
	margin-bottom:30px;
}

section#intro article .logos a {
	text-decoration:none;
	margin:0 1em 0 0;
	float:left;
	display:block;
}

section#intro .slides {
	min-height:14em;
}

section#intro .flexslider .flex-caption {
	display:none;
}

#intro .dog-image-promo {
	margin:-20px 0 0;
	background:#a29687;
	padding:1.1em 1.3em 1.1em 120px;
	color:#fff;
	position:relative;
	width:400px;
	float:right;
}

#intro .dog-image-promo a {
	display:block;
	color:#fff;
	text-decoration:none;
}

#intro .dog-image-promo span {
	margin:0;
	display:block;
}

#intro .dog-image-promo span.title {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	line-height:1.1;
	font-size:1.5em;
	display:block;
	margin-bottom:.2em;
}

#intro .dog-image-promo img.dog {
	position:absolute;
	left:-18px;
	bottom:0;
}

#intro-sidebar,#blog-sidebar {
	position:relative;
	z-index:100;
}

#intro-sidebar .boxes,blog-sidebar .boxes {
	float:right;
	margin:-6em 1.3em 4em 2em;
	width:40%;
	z-index:100;
}

#intro-sidebar .slider-caption-box {
	background:#fff;
	min-height:12em;
	padding:1.2em 1.2em 3.5em;
	margin-bottom:2em;
	position:relative;
}

#intro-sidebar .slider-caption-box h3 {
/*color: #a09486;
  font-size: 1em;*/
	margin:0;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	font-weight:400;
	font-size:36px;
	display:block;
	line-height:.95;
	color:#f8943e;
}

#intro-sidebar .slider-caption-box p {
	margin:0;
	color:#a09486;
}

#intro-sidebar .caption-content p.title {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	margin-bottom:.5em;
}

#intro-sidebar .caption-content p.title span.main {
	font-size:2.2em;
	display:block;
	line-height:.95;
	color:#a09486;
	margin-bottom:.15em;
}

#intro-sidebar .caption-content p.title span.sub {
	font-size:24px;
	line-height:1em;
	display:block;
	margin-bottom:.4em 0 0 0;
	color:#a09486;
}

#intro-sidebar .caption-content .info {
	color:#666;
	padding:10px 0 0 0
}

#intro-sidebar .caption-content .info p {
	margin:0 0 1em;
}

#intro-sidebar .tweet-box {
	background:#e0dac8 url(../img/icon-tweet-bird.png) no-repeat 1.2em 1.2em;
	padding:3.6em 1.2em .5em;
	position:relative;
}

#intro-sidebar .tweet-box .update {
	margin:1em 0 1.2em;
}

#intro-sidebar .tweet-box h3 {
	margin:0;
	font-size:1.5em;
}

#intro-sidebar .tweet-box h3 a {
	position:absolute;
	right:1.2em;
	top:1.2em;
	font-size:.65em;
	color:#666;
	text-decoration:none;
}

#intro-sidebar .tweet-box h3 a:hover {
	color:#fff;
}

#intro-sidebar .tweet-box p.tweet {
	margin:.1em 0 .3em;
}

#intro-sidebar .tweet-box p.tweet a {
	color:#666;
}

#intro-sidebar .tweet-box p.tweet a:hover {
	color:#fff;
}

#intro-sidebar .tweet-box p.time-ago {
	font-weight:700;
	margin:0;
}

#intro-sidebar .flex-control-nav {
	margin:1em 0 0;
	position:absolute;
	bottom:1em;
	width:auto;
	text-align:left;
}

#intro-sidebar .dogstrust {
	background:#e0dac8 url('../img/Adrian Burder, CE Dogs Trust Headshot.png') no-repeat right bottom;
	padding:1.2em 1.2em .5em;
	position:relative;
}

#intro-sidebar .dogstrust p {
	padding-bottom:20px;
}

#intro-sidebar .dogstrust span.bold {
	font-weight:700;
}

#intro-sidebar .logos {
	float:right;
}

#intro-sidebar .logos p {
	margin:100px 0 10px;
	font-size:0.7em;
}

#intro-sidebar .logos img {
	margin:0 30px 10px 0;

}

#intro-sidebar .volunteer {
	padding:1.2em 1.2em .5em;
	position:relative;
}

#intro-sidebar .volunteer h2 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f7943e;
	font-size:36px;
	font-weight:400;
	line-height:1;
	margin:10px 0 .1em;
}

#intro-sidebar .volunteer h3 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#9f9485;
	font-size:36px;
	font-weight:400;
	line-height:0.7;
	margin:0 0 .1em;
}

#intro-sidebar .volunteer p {
	margin:20px 0 0;
}

#intro-sidebar .volunteer p span.bigger {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#9f9485;
	font-size:24px;
	font-weight:400;
	line-height:1;
	margin:0 0 .1em;
}

#intro-sidebar .volunteer p span.bigger a {
	color:#f7943e;
}
#intro-sidebar .volunteer p span.bigger a:hover {
	color:#f26b3a;
}
/* ==========================================================================
   The Journey
   ========================================================================== */
section#journey {

	color:#9f9485;

}

section#journey .section-header {
	width:100%;
	height:450px;
	margin:60px 0 40px 0;
}

section#journey .section-header.parallax-default {
	background:url(../img/section-the-journey.jpg) no-repeat center top;
}

section#journey .intro article header h2 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f7943e;
	font-size:36px;
	font-weight:400;
	line-height:1;
	margin:0 0 .1em;
}

section#journey .intro .article-content {
	float:left;
	width:65%;
	padding-bottom:1.2em;
}

section#journey .intro .article-content p {
	padding-right:2em;
}

section#journey .intro aside {
	float:right;
	margin:0 0 0.8em;
	width:35%;
	position:relative;
}

section#journey .intro aside img {
	width:100%;
	position:relative;
	top:0;
	right:0;
}

#journey-map {
	height:670px;
	width:100%;
	margin-bottom:2.2em;
	margin-top:2.2em;
}

.map-info-box {
	background:url(/workspace/assets/img/map-marker-info-box-bottom.png) no-repeat bottom center;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	color:#666;
}

.map-info-box a {
	color:#666;
}
#map-canvas{
	width:100%;
	height:600px;
	margin:0 0 30px 0;
}
#featurelist-pane{
	display:none;
}
@media screen and (max-device-width: 480px) {
#map-canvas{
	height:200x;
}
}
@media screen and (max-device-width: 980px) {
#map-canvas{
	height:450px;
}
}

/* ==========================================================================
   The Blog
   ========================================================================== */
#blog img{
    max-width: 100% !important;
}

section#theblog {
	background:url(../img/journey-pattern.jpg) top center;
	color:#fff;
	margin-top:60px;
}

section#theblog .section-header {
	width:100%;
	height:380px;
}

section#theblog .section-header.parallax-default {
	background:url(../img/section-blog.jpg) no-repeat center top;
}

section#theblog .intro article header h2 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#fff;
	font-size:2em;
	font-weight:400;
	line-height:1em;
	margin:0 0 .1em;
}

section#theblog .intro .article-content {
	float:left;
	width:65%;
	padding-bottom:1.2em;
}

section#theblog .intro .article-content p {
	padding-right:2em;
}

section#theblog .intro aside {
	float:right;
	margin:0 0 1.5em;
	width:35%;
	position:relative;
	min-height:500px;
}

section#theblog .intro aside img {
	width:100%;
	position:absolute;
	bottom:0;
	right:0;
}

#theblog-map {
	height:670px;
	width:100%;
	margin-bottom:2.2em;
	display:none;
}



#blog {
	padding-bottom:3em;
}

#blog .details {
	float:right;
	width:30%;
	max-width:380px;
}

#blog .tweet-box {
	background:#e0dac8 url(../img/icon-tweet-bird.png) no-repeat 1.2em 1.2em;
	padding:3.6em 1.2em .5em;
	margin-top:20px;
	position:relative;
	color:#666666;
}

#blog .tweet-box a {
	text-decoration:none;
	color:#f7943e;
}
#blog .tweet-box a:hover {
	color:#f26b3a;
}

#blog .benchmarks {
	background-color:#fff;
	color:#404041;
	margin-top:20px;
}

#blog .benchmarks_content1 {
	line-height:3px;
	display:inline-block;
	width:46%;
	padding:20px 0;
	margin:10px 0 0 3%;
	word-wrap:normal;
	border-bottom:1px solid #404041;
}

#blog .benchmarks_content2 {
	line-height:3px;
	display:inline-block;
	width:46%;
	padding:20px 0;
	margin:0 0 0 3%;
	word-wrap:normal;
}

#blog .text {
	float:left;
	color:#404041;
}

#blog .number {
	float:right;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	font-size:2em;
	color:#f7943e;
}

#blog .details .meta {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	border-top:6px solid #aa9f92;
	padding-top:10px;
}

#blog .details .meta {
	margin:0;
	padding:.8em 0 .8em .8em;
}

#blog .details .meta span {
	display:block;
}

#blog .details .meta span.title {
	font-size:1.5em;
	line-height:1;
}

#blog .details .meta span.info {
	color:#f8943e;
}

#blog .details .meta.date span.info {
	font-size:5em;
	line-height:1;
}

#blog .details .meta.date span.info sub {
	position:static;
	bottom:auto;
	font-size:.6em;
}

#blog .details .meta.stop span.info {
	font-size:2.2em;
	line-height:1;
}

#blog .details .data {
	background:#fff;
	color:#666;
	padding:6px 16px;
	margin:0 0 3em;
}

#blog .details .data table {
	width:100%;
}

#blog .details table td {
	padding:10px 0;
	border-bottom:2px solid #e0e0e0;
}

#blog .details table tr.last td {
	border-bottom:none;
}

#blog .details table tr td.info {
	color:#f8943e;
	text-align:right;
	font-size:1.5em;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	line-height:1;
}

#subscribe {
}

#subscribe label {
	margin:0 0 .5em;
	display:block;
}

#subscribe .input {
	background:#f1ecdb;
	border:1px solid #766c62;
	display:block;
	position:relative;
}

#subscribe .input input {
	background:#f1ecdb;
	border:none;
	padding:11px 10px;
	display:block;
	width:80%;
}

#subscribe .input input:focus {
	outline:none;
}

#subscribe button {
	width:38px;
	height:38px;
	background:url("../img/sprites.png") no-repeat scroll right -295px transparent;
	border:none;
	color:transparent;
	position:absolute;
	top:2px;
	right:2px;
}

#subscribe .thanks {
	border-top:6px solid #aa9f92;
	padding-top:15px;
	display:none;
	font-weight:700;
}

#subscribe .message {
	padding-top:15px;
	display:none;
	font-size:1em;
}

#subscribe .message a {
	color:#fff;
}

.more-posts {
}

.more-posts h2 {
	font-size:24px;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	line-height:1;
	color:#fff;
	font-weight:400;
	padding-bottom:.5em;
	border-bottom:6px solid #aa9f92;
	margin:1.4em 0 0;
}

.more-posts ol {
	margin:0 0 1em;
	padding:0;
	list-style:none;
}

.more-posts ol li {
	padding:.6em .5em;
	border-bottom:2px solid #b9b1a6;
	background:url(../img/sprites.png) no-repeat right -282px;
}

.more-posts ol li span {
	display:block;
}

.more-posts ol li span.date sub {
	bottom:auto;
	margin:0;
	padding:0;
	font-style:100%;
}

.more-posts ol li span.title {
	font-size:1em;
}

.more-posts ol li a {
	text-decoration:none;
	color:#fff;
	display:block;
}

.more-posts ol li a:hover .title {
	text-decoration:underline;
}

.more-posts .link {
	padding:.6em .5em;
}

.more-posts .link a {
	text-decoration:none;
	color:#fff;
}

.more-posts .link a:hover {
	text-decoration:underline;
}

#blog .articles {
	float:left;
	width:67%;
}

#blog sub {
	bottom:0;
}

#blog .articles article {
	border-bottom:6px solid #aa9f92;
	margin-bottom:1em;
}

#blog .articles article aside {
	float:right;
	width:30%;
}

#blog .articles article img {

}

#blog .articles header p {
	line-height:1;
	margin:0 0 .3em;
	font-weight:700;
}

#blog .articles header h3 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f8943e;
	font-size:2.2em;
	line-height:1;
	margin:0;
	font-weight:normal;
}

#blog .articles .people {
	width:100%;
}

#blog .articles .people .person {
	width:100%;
	border-top:6px solid #aa9f92;
	padding-top:1.5em;
	margin-top:1.5em;
}

#blog .articles .people .image {
	width:45%;
	float:left;
	margin:0 1.3em 1.2em 0;
}

#blog .people .flag {
	width:auto;
	margin:0 0 .5em;
}

#blog .people-content {
}

#blog article .people p.sub-title {
	font-size:1.1em;
	margin:0 0 .6em;
}

#blog .articles .people-content p {
	margin:.5em 0 1em;
}

#blog .articles .people-content h3 {
	margin:0;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	font-weight:400;
	font-size:1.3em;
}

#blog article .social {
	padding:2em 0;
}

#blog .social .twitter,#blog .social .facebook {
	float:left;
	margin:0 10px 0 0;
}

#blog .social .twitter {
	margin-top:3px;
}

#blog .blog-article-navigation {
	margin-bottom:2em;
}

#blog .blog-article-navigation ul {
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}

#blog .blog-article-navigation ul li {
	padding:0;
	margin:0;
}

#blog .blog-article-navigation ul li a {
	color:#fff;
	text-decoration:none;
	display:block;
	height:57px;
	position:absolute;
}

#blog .blog-article-navigation ul li a span.text {
	display:block;
	padding-top:1em;
	color:#fff;
}

#blog .blog-article-navigation ul li a span.arrow {
	display:block;
	width:57px;
	height:52px;
	background:url(../img/sprites.png) no-repeat;
	text-indent:-999em;
	overflow:hidden;
}

#blog .blog-article-navigation ul li a.previous {
	left:0;
	top:0;
}

#blog .blog-article-navigation ul li a.previous span.arrow {
	background-position:0 -128px;
	float:left;
	margin-right:.5em;
	margin-left:-5px;
}

#blog .blog-article-navigation ul li a.next {
	right:0;
	top:0;
	text-align:right;
}

#blog .blog-article-navigation ul li a.next span.arrow {
	background-position:-62px -128px;
	float:right;
	margin-left:.5em;
	margin-right:-6px;
}

#blog .blog-article-navigation ul li a.previous:hover span.arrow {
	background-position:-118px -128px;
}

#blog .blog-article-navigation ul li a.next:hover span.arrow {
	background-position:-180px -128px;
}

/* ==========================================================================
   The Truck
   ========================================================================== */
section#truck {
	margin-top:60px;
}

section#truck article blockquote {
	width:30%;
}

section#truck .section-header {
	width:100%;
	height:450px;
}

section#truck .section-header.parallax-default {
	background:url(../img/section-the-truck.jpg) no-repeat center top;
}

section#truck article header h2 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f7943e;
	font-size:36px;
	font-weight:400;
	line-height:1;
	margin:0 0 .3em;
}

section#gallery-upload article header h2 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f7943e;
	font-size:36px;
	font-weight:400;
	line-height:1;
	margin:0 0 .3em;
}

#truck article {
	margin-bottom:40px;
}

#truck article p {
	line-height:1.4em;
}

aside#truck-sidebar {
	width:36.5em;
	float:right;
	margin:0 0 2em 2em;
	z-index:100;
	position:relative;
}

aside#truck-sidebar .dog-image-promo {
	background:#a29687;
	padding:1.1em 1.3em 1.1em 120px;
	color:#fff;
	position:relative;
	margin:1.8em 0 0;
}

aside#truck-sidebar .dog-image-promo a {
	display:block;
	color:#fff;
	text-decoration:none;
}

aside#truck-sidebar .dog-image-promo span {
	margin:0;
	display:block;
}

aside#truck-sidebar .dog-image-promo span.title {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	line-height:1.1;
	font-size:1.5em;
	display:block;
	margin-bottom:.2em;
}

aside#truck-sidebar .dog-image-promo img.dog {
	position:absolute;
	left:-18px;
	bottom:0;
}

#truck-tech-specs {
	background:#fff url(../img/truck-specs-watermark.jpg) bottom right no-repeat;
}

#truck-tech-specs .content {
	padding:1.3em;
}

#truck-tech-specs p.title {
	margin:0;
	background:url(../img/sprites.png) 485px -412px no-repeat;
	display:block;
	width:100%;
}

#truck-tech-specs p.title span {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#aca192;
	display:block;
	line-height:1;
}

#truck-tech-specs p.title span.main {
	font-size:36px;
	color:#f7943e;
}

#truck-tech-specs p.title span.sub {
	font-size:24px;
}

#truck-tech-specs table {
	width:100%;
	margin:1em 0 .1em;
	display:block;
}

#truck-tech-specs table tr.even {
	background:url(../img/truck-spec-shading.png);
}

#truck-tech-specs table td {
	width:50%;
	padding:.6em 5px;
}

#truck-gallery {
	width:100%;
	max-height:747px;
}

#truck-gallery p.caption {
	float:left;
	margin:.8em 0 0 18px;
	font-style:italic;
	position:absolute;
	color:#fff;
}

#truck-gallery .flexslider img {
	width:100%;
}

#truck-gallery .flex-control-nav {
	text-align:left;
	bottom:-70px;
	left:18px;
	width:50%;
}

#truck-gallery .flex-control-nav li a {
	background:#cbc4bc;
}

#truck-gallery .flex-control-nav li a.flex-active {
	background:#fff;
}

#truck-gallery .gallery-filters {
	float:right;
	margin:0;
	width:100%;
	height:87px;
	background:#a29687;
}

#truck-gallery .gallery-filters ul {
	list-style:none;
	margin:34px 7px 0 0;
	float:right;
}

#truck-gallery .gallery-filters ul li {
	float:left;
	margin:5px 0 5px 5px;
}

#truck-gallery .gallery-filters ul li a {
	display:block;
	width:50px;
	height:37px;
	text-indent:-999em;
	overflow:hidden;
	background:url(../img/sprites.png) no-repeat;
}

#truck-gallery .gallery-filters ul li a.images {
	background-position:-1px -82px;
}

#truck-gallery .gallery-filters ul li a.videos {
	background-position:-63px -82px;
}

#truck-gallery .gallery-filters ul li a.three-d {
	background-position:-121px -82px;
}

#truck-gallery .gallery-filters ul li.active a.images,#truck-gallery .gallery-filters ul li a.images:hover {
	background-position:-166px -82px;
}

#truck-gallery .gallery-filters ul li.active a.videos,#truck-gallery .gallery-filters ul li a.videos:hover {
	background-position:-228px -82px;
}

#truck-gallery .gallery-filters ul li.active a.three-d,#truck-gallery .gallery-filters ul li a.three-d:hover {
	background-position:-286px -82px;
}

#truck-gallery .videos {
}

#truck-gallery .videos iframe {
	width:100%;
	height:660px;
	display:block;
	margin:0;
}

/* ==========================================================================
   Luke Gamble
   ========================================================================== */
section#luke {
margin-top:60px;
}

@media screen and (max-device-width: 480px) {
	section#luke .section-header {
		width:100%;
		height:250px;
	}
}

section#luke .section-header {
	width:100%;
	height:450px;
}

section#luke .section-header.parallax-default {
	background:	url("../img/section-the-team.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
	
}

section#luke article {
}

section#luke article header h2 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f78d33;
	font-size:36px;
	font-weight:400;
	line-height:1;
	margin:0 0 -17px;
}

section#luke article header h3 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#a09486;
	font-size:24px;
	font-weight:400;
	line-height:1;
	margin:0 0 .3em;
	padding:0 0 20px;
}

section#luke article header p {
	font-size:1em;
	line-height:1.4em;
	margin:.3em 0 1.2em;
	font-weight:700;
}

section#luke article .article-content {
	width:60%;
	float:left;
}

section#luke article .article-content p {
	padding-right:2em;
}

section#luke article .content p {
	font-size:1em;
	line-height:1.4em;
	margin:0 0 1.2em;
}

aside#past-adventures {
	width:40%;
	background: #ffffff;
	float:right;
	margin:0 0 2em;
}

#yt_vetadventures{
float:right;
}
#yt_vetadventures a{
display:block;
position: relative;
}
aside#past-adventures ul {
	margin:0;
	padding:0;
}

aside#past-adventures ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}

aside#past-adventures ul li img {
	width:100%;
}

aside#past-adventures ul li .content {
	padding:1.2em;
	color:#a09486;
}

aside#past-adventures ul li .heading {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	font-size:24px;
	margin:.3em 0;
	line-height:1;
}

aside#past-adventures ul li .info p {
	color:#666;
	margin:0 0 1em;
}

aside#past-adventures ul li p.link a {
	color:#f48d4f;
	text-decoration:none;
}

aside#past-adventures .flex-control-nav {
/*position: absolute;
  top: 353px;
  left: 1.2em;*/
	position:relative;
	z-index:100;
	text-align:left;
	height:30px;
	margin:-60px 0 0 1.2em;
	max-width:280px;
}

/*
aside#past-adventures .flex-control-nav li {
  margin: 0 6px 0 0;
}

aside#past-adventures .flex-control-paging li a {
    background: #d9d4cf;
    border-radius: 30px 30px 30px 30px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 20px;
    text-indent: -9999px;
    width: 20px;
}*/
/* ==========================================================================
   The Partners
   ========================================================================== */
section#partners {
	background:#fff;	
	margin-top:60px;
        margin-bottom:60px;
}


section#partners .content ul {
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}

section#partners .content ul li {
	display:inline;
	line-height:5em;
	padding:0 1em;
	margin:0;
}

section#partners .content ul li a {
	text-decoration:none;
}

/* ==========================================================================
   Donate
   ========================================================================== */
.tab-content .row{
    background-color: white;
    margin-top: 6px;
    overflow: auto;    
}
#getInvolvedTabs .tab-content .hidden-xs{
    margin: 0px;
}
#getInvolvedTabs .tab-content .hidden-xs img{
    padding:5px;
    margin: 15px 15px 15px 0px;
}

section#donate {
	padding-top:1.5em;
	margin-top:60px;
}

section#donate em {
	color:#f78d33;
}

section#donate header {
	margin-bottom:1em;
}

section#donate header h2 {
	font-size:36px;
	line-height:1;
	font-weight:400;
	margin:0;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#a09486;
}

section#donate header p.sub-title {
	font-size:24px;
	line-height:1.2;
	margin:0 0 .6em;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f78d33;
}

section#donate header p.sub-description {
	margin:0;
	font-size:.96em;
	line-height:1em;
	font-family:'Trebuchet MS',sans-serif;
	color:#666;
}

article#donations {
	margin:0 0 2em;
	width:100%;
	background-color:#fff;
	position:absolute;
	position:relative;
	float:left;
	padding:20px 0 20px 20px;
}

article#donations div.donation {
	float:left;
	width:33%;
}

article#donations div.heading,article#volunteer div.heading,article#achievements div.heading {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	font-size:36px;
	line-height:1;
	margin-bottom:.3em;
	margin-top:.3em;
	display:block;
	color:#9f9485;
	text-align:left;
}

article#donations div.donation .inner {
	border-top:8px solid #e8e2d0;
	border-bottom:8px solid #e8e2d0;
	min-height:16em;
	margin-right:1.3em;
	position:relative;
	padding-bottom:6em;
}

article#donations div.donation .p {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#a09486;
}

article#donations div.donation .p div.heading {
	font-size:36px;
	line-height:1;
	margin-bottom:.4em;
	margin-top:.3em;
	display:block;
	color:#f78d33;
	text-transform: lowercase;
}

article#donations div.donation .p div.info {
	font-size:1.5em;
	line-height:1.1em;
	display:block;
}

article#donations div.donation .p div.info p {
	margin:0;
}

article#donations div.donation .graphic {
	width:100%;
	height:5em;
	position:absolute;
	bottom:.5em;
}

article#donations div.donation .graphic img {
	width:100%;
	max-width:330px;
}

div.donate-actions {
	width:100%;
	clear:both;
	padding-top:.8em;
}

div.donate-actions p {
	margin:.3em 0;
}

div.donate-actions p a {
	text-decoration:none;
	display:block;
	color:#fff;
	text-align:center;
	padding:5px 20px;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
}

.donate-actions p.button-donate {
	font-size:36px;
	line-height:1.4em;
	width:360px;
	float:left;
	display:block;
}

.donate-actions p.button-donate a {
	background:#f26b3a;
}

.donate-actions p.button-donate a:hover {
	background:#f47e3c;
}

.donate-actions p.button-get-involved {
font-size:36px;
	line-height:1.4em;
	width:360px;
	float:left;
	display:block;
	position:absolute;
	bottom:30px;
}

.donate-actions p.button-get-involved a {
	background:#f26b3a;
}

.donate-actions p.button-get-involved a:hover {
	background:#f47e3c;
}

article#donations div.note {
	margin:1em 1.3em 2.5em 0;
	font-size:.75em;
	line-height:1.3em;
	color:#666;
	float:right;
	position:absolute;
	right:15px;
	bottom:0;
}

@media screen and (max-width: 980px) {
	article#donations div.note {
		float:left;
		position:relative;
		margin-left:20px;
	}
}

article#volunteer {
	margin:0 0 2em;
	width:100%;
	background-color:#fff;
	position:relative;
	float:left;
	padding:20px 0 20px 20px;
	height:480px;
}


article#volunteer #apply {
	float:left;
	width:100%;
}
article#volunteer .apply-wrapper {
	width:60%;
	padding:0;
	float:left;
}


article#volunteer #wrap_heroes {
	width:325px;
	right:0;
	top:0;
	padding:0;
	float:right;
margin-right:1.3em;
}

article#volunteer #wrap_heroes .heading {
	width:318px;
	font-size:1.2em;
	text-align:right;
	display:inline-block;
	margin-left:-6px;
}

article#volunteer #wrap_heroes .heading a {
	width:318px;
	font-size:1.4em;
	padding:5px 0 0;
	text-align:right;
	display:inline-block;
	color:#f7943e;
	text-decoration:none;
}

article#volunteer #wrap_heroes .heading a:hover {
	color:#f26b3a;
}

article#volunteer .hero_wrapper {
	margin:0 6px 6px 0;
	width:100px;
	height:100px;
	border:none;
	float:left;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
/* ...and now for the proper property */
	transition:.5s;
}

section#donate article#volunteer .hero_wrapper div.hoverinfo {
		position: relative;
	background-image:url(../img/bg_volunteer_overlay.png);
	background-repeat:repeat;
	color:#fff;
	text-align:center;
	font-size:8px;
	text-transform:uppercase;
	white-space:normal;
	width:100px;
	height:94px;
	padding:6px 0 0;
	margin: -100px 0 0 0;
	opacity: 0;
	transition: opacity 0.1s linear 0s;
	-o-transition: opacity 0.1s linear 0s;
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
}

section#donate article#volunteer .hero_wrapper:hover div.hoverinfo {
	opacity:1;
	transition: opacity 0.2s linear 0s;
	-o-transition: opacity 0.2s linear 0s;
	-webkit-transition: opacity 0.2s linear 0s;
	-moz-transition: opacity 0.2s linear 0s;
}

section#donate article#volunteer .hero_wrapper:hover div.hoverinfo img {
	margin:10px 10px auto;
	float:left;
}

section#donate article#volunteer .hero_wrapper img.hero {
	width:100px;
	height:100px;
	border:none;
}

article#volunteer p span.orange,article#volunteer a {
	color:#f7943e;
}
article#volunteer a:hover {
	color:#f26b3a;
}

article#volunteer p a {
	color:#fff;
}

article#achievements {
	color:#9f9485;
	margin:0 0 2em;
	width:100%;
	background:url(../img/bg_achieve.png);
	position:absolute;
	position:relative;
	float:left;
	padding:20px 0 20px 20px;
	margin-bottom:120px;
}

article#achievements div.achieve1 {
	width:32%;
	float:left;
	border-right:6px solid rgba(176,165,149,0.35);
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	font-size:24px;
	line-height:1.4;
	margin-right:15px;
}

article#achievements div.achieve2 {
	width:30%;
	float:left;
	border-right:0;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	font-size:24px;
	line-height:1.4;
}

article#achievements div.achieve1 span,article#achievements div.achieve2 span {
	display:inline-block;
	float:left;
	text-align:left;
	width:220px;

}

article#achievements div.achieve1 span.value_orange,article#achievements div.achieve2 span.value_orange {
	display:block;
	float:right;
	width:20%;
	text-align:right;
	color:#f7943e;
	padding-right:8px;
}

@media screen and (max-width: 1230px) {
	article#achievements div.achieve1,article#achievements div.achieve2 {
		width:100%;
		float:left;
		border-right:0;
	}

	article#achievements div.achieve1 span,article#achievements div.achieve2 span {
		display:inline-block;
		float:left;
		width:60%;
		text-align:left;
	}
		section#journey .intro .article-content {
	float:left;
	width:100%;
	padding-bottom:1.2em;
	}
	section#journey .intro aside {
	display:none;
	}

}

@media screen  and (min-width: 1300px) and (max-width: 1380px) {
	article#achievements div.achieve1,article#achievements div.achieve2 {
		width:100%;
		float:left;
		border-right:0;
	}

	article#achievements div.achieve1 span,article#achievements div.achieve2 span {
		display:inline-block;
		float:left;
		width:60%;
		text-align:left;
	}
		section#journey .intro .article-content {
	float:left;
	/*width:100%;*/
	padding-bottom:1.2em;
	}
	section#journey .intro aside {
	/*display:none;*/
	}

}



/* ==========================================================================
   Donate
   ========================================================================== */
section#apply {
	padding-top:1.5em;
	margin-top:60px;

	}

section#apply em {
	color:#f78d33;
}

section#apply header {
	margin-bottom:1em;
}

section#apply header h2 {
	font-size:4.5em;
	line-height:1em;
	margin:0;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#a09486;
	font-weight:normal;
}

section#apply  p.sub-title {
	font-size:2em;
	line-height:1em;
	margin:0 0 .6em;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f78d33;
}

section#apply header p.sub-description {
	margin:0;
	font-size:.96em;
	line-height:1em;
	font-family:'Trebuchet MS',sans-serif;
	color:#666;
}

section#apply article {
	margin:0 0 2em;
	width:100%;
	background-color:#fff;
	position:absolute;
	position:relative;
	float:left;
	padding:20px 0 20px 20px;
}
.intersection_appl {
	width:100%;
	min-height:2px;
	margin:60px 0;
	border-bottom:3px solid;
	border-color:#dedcd2;
	float:right;
}
section#apply article .appl_form{
	float:left;
	width:60%;
	min-width:700px;
}
section#apply article label{
	text-align:left;
	display:inline-block;
	width:100%;
	line-height:40px;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	font-size:1.4em;
	color:#9f9485;
	margin:0 0 4px 0;
}
section#apply article .appl_static{
font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
position:absolute;
width:240px;
color:#9f9485;
line-height:1em;
}
section#apply article .appl_static2{
font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
padding-top:30px;
width:240px;
height:200px;
color:#9f9485;
line-height:1em;
font-size:1.4em;
}
section#apply article #spacer{
	height:20px;
}
section#apply article #spacer2{
	height:40px;
}
section#apply article #spacer3{
	height:100px;
}
section#apply article input{
	float:right;
	display:inline-block;
	width:396px;
	background-color:#f1f0eb;
	height:38px;
	border:1px solid #bbb9b1;
	color:#9f9485;
	padding:0 0 0 4px;
	}

section#apply article  label input[type="checkbox"] {
 display:inline-block;
    width:19px;
    height:19px;
    background:url(../img/check_radio_sheet.png) left top no-repeat;
    }
section#apply article  input[type="checkbox"]:checked{

    display:inline-block;
    width:19px;
    height:19px;
    background:url(../img/check_radio_sheet.png) right top no-repeat;
}

section#apply article .textarea1{
	float:right;
	display:inline-block;
	width:396px;
	padding:4px 0 0 4px;
	height:150px;
	background-color:#f1f0eb;;
	border:1px solid #bbb9b1;
	resize:none;
	color:#9f9485;
}
section#apply article .textarea2{
	float:right;
	display:inline-block;
	width:396px;
	padding:4px 0 0 4px;
	height:250px;
	background-color:#f1f0eb;;
	border:1px solid #bbb9b1;
	resize:none;
	color:#9f9485;
}

section#apply article .styled_select {

	float:right;
	position:relative;
	margin:0;
	width:402px;
	height:40px;
	overflow:hidden;
	background:#9f9485 url(../img/select_arrow.png) no-repeat right;
}

section#apply article .styled_select select {
	font-family:'Trebuchet MS',sans-serif;
	background:transparent;
	color:#fff;
	border-radius:0;
	width:427px;
	height:40px;
	padding:6px 0 0 4px;
	line-height:40px;
	font-size:1em;
	-webkit-appearance:none;
	position:absolute;
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {	
	padding-top:7.5em;	
	background:url('http://www.missionrabies.com/workspace/assets/img/bg-footer_NEW.jpg') no-repeat scroll center top rgba(0, 0, 0, 0);
}

footer nav {
	float:left;
}

footer a {
	color:#666;
	text-decoration:none;
}

footer strong {
	color:#666;
	font-weight:700;
}

footer nav {
/*allows hiding of left border
  on first list item*/
	overflow:hidden;
}

footer .partners {
	float:right;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
/*section#intro {
  min-height: 1745px;
}

section#journey {
  min-height: 2300px;
}

section#truck {
  min-height: 2040px;
}

section#luke {
  min-height: 1185px;
}

section#intro .flexslider {
  height: 664px;
}

#truck-gallery {
  height: 747px;
}*/
@media screen and (max-width: 1300px) {
	/*
	div .gallery-set{
		width:24%;
		margin-right:1.3%;
	}
	div div .mod4{
		margin-right:0px;
	}
	div div .mod5{
		margin-right:1.3%;
	}
	

	  section#intro {
	    min-height: 0;
	  }

	  section#journey {
	    min-height: 0;
	  }

	  section#truck {
	    min-height: 0;
	  }

	  section#luke {
	    min-height: 0;
	  }

	  section#intro .flexslider {
	    height: auto;
	  }

	  #truck-gallery {
	    height: auto;
	  }

	  */
	#global nav ul.nav-extra .twitter,#global nav ul.nav-extra .facebook {
		display:inline-block;
	}

	section .padded {
		padding-left:3em;
		padding-right:3em;
	}

	
}
@media screen and (max-width: 1080px) {
#global nav ul.nav-extra .twitter,#global nav ul.nav-extra .facebook {
		display:none;
	}}
@media screen and (max-width: 1024px) {
/*
#Gallery-Main div{
width:281px !important;
height:346px !important;
}
#Gallery-Main div img.featured-large{
width:100% !important;
height:auto !important;
}
#Gallery-Main div img.featured-mini, #Gallery-Main div img.featured-mini-middle{
width:93px !important;
height:93px !important;
}
*/
	/*section#intro {
	    min-height: 0;
	  }

	  section#journey {
	    min-height: 0;
	  }

	  section#truck {
	    min-height: 0;
	  }

	  section#luke {
	    min-height: 0;
	  }

	  section#intro .flexslider {
	    height: auto;
	  }

	  #truck-gallery {
	    height: auto;
	  }*/


	section#start div.start-inner {
		width:100%;
	}

	section#luke #past-adventures {
	}

	aside#past-adventures .flex-control-nav {
	}

	article#donations div.donation .inner {
		min-height:22em;
	}
}

@media screen and (max-width: 600px) {
	#blog .benchmarks {
		display:none;
	}
}

@media screen and (max-width: 980px) {

	section#gallery_albums #AlbumPage{
		width:100% !important;
	}

	section#intro article img {
		width:80%;
	}

	section#intro article {
		width:100%;
	}

	article#volunteer #wrap_heroes {
		display:none;
	}

	header#global nav ul.nav-main.mobile-hidden {
		display:none;
	}

	#global nav ul.nav-extra .twitter,#global nav ul.nav-extra .facebook {
		display:none;
	}

	#start-button {
		display:none;
	}

	div.logos_top {
		display:none;
	}

	#intro-sidebar .logos {
		display:none;
	}

	section#start .partners {
		position:static;
		right:auto;
		bottom:auto;
		text-align:center;
		margin:1em 0;
	}

	section#start .partners p {
		margin:0;
	}

	section#start .dog-image-promo {
		position:static;
		right:auto;
		bottom:auto;
		margin:1em auto 2em;
		text-align:left;
		position:relative;
	}

	section#start .dog-image-promo a {
		display:block;
		color:#fff;
		text-decoration:none;
	}

	section#start .start-cell {
		padding:10em 0 -0;
	/* top and bottom = nav and start button */
	}

	section#start .partners ul {
	}

	section#start .partners ul li {
		margin:10px 20px;
	}

	section#intro .flexslider {
		height:auto;
	}

	section#intro article blockquote {
		width:auto;
	}

	#intro-sidebar .boxes {
		float:none;
		margin:-1.4em 0 .5em;
		width:100%;
	}

	#intro-sidebar .tweet-box {
		display:none;
	}

	section#intro article .logos {
		padding-bottom:0;
		margin-right:0;
		float:none;
		margin-bottom:0;
	}

	#intro .dog-image-promo {
		margin:1em 0 0;
		width:auto;
		float:none;
	}

	#blog .details {
		float:none;
		width:100%;
		margin:0;
	}

	#blog .details .data {
		margin:0 0 1.8em;
	}

	#blog .meta.date {
		float:left;
		width:30%;
		margin:0;
		padding-left:0;
		padding-right:0;
	}

	#blog .details .meta.date span.info {
		font-size:2.2em;
	}

	#blog .details .meta.date span.info sub {
		font-size:1em;
	}

	#blog .meta.stop {
		float:right;
		width:69%;
		margin:0;
		padding-left:0;
		padding-right:0;
	}

	#blog .articles {
		float:none;
		width:100%;
	}

	#blog .tweet-box {
		display:none;
	}

	#body article blockquote {
		padding:1em 7em 1em 4em;
	}

	#blog .articles .people .image {
		width:30%;
		margin-bottom:1.2em;
	}

	#blog .articles .people .flag img {
		width:auto;
	}

	#blog .articles .people-content {
		float:none;
	}

	#subscribe {
		display:none;
	}

	#blog .more-posts {
		display:none;
	}

	section#truck article blockquote {
		width:auto;
	}

	aside#truck-sidebar {
		width:100%;
		float:none;
		margin:0 0 1.5em;
	}

	#truck-sidebar-specs {
	}

	#truck-tech-specs p.title {
		background:none;
	}

	#truck article,#truck-gallery {
		margin-bottom:1em;
	}

	#truck .flex-direction-nav {
	/*top: 150px;*/
	}

	section#luke article .article-content {
		width:100%;
		float:none;
		padding:0 0 60px 0
	}

	section#luke #past-adventures {
		width:100%;
		float:none;
	}


	aside#past-adventures .flex-control-nav {
/*position: absolute;
  top: 353px;
  left: 1.2em;*/
	position:absolute;
	bottom:10px;
	}
#yt_vetadventures {
    float: right;
    position: relative;
    right: 0px;
    bottom: 69px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 57%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
	article#donations div.donation {
		float:none;
		width:100%;
	}

	article#donations div.donation .inner {
		min-height:0;
		padding-bottom:2em;
	}

	article#donations div.donation .graphic {
		width:100%;
		height:auto;
		position:static;
		bottom:auto;
		margin-top:1em;
	}

	.common-gallery-features .flex-direction-nav {
		position:relative;
	}

	.common-gallery-features .flex-direction-nav li a {
		top:-190px;
	}

	.common-gallery-features .flex-direction-nav li a.flex-next {
		right:-30px;
		background-position:-52px -2px;
	}

	.common-gallery-features .flex-direction-nav li a.flex-prev {
		left:-30px;
		background-position:0 -2px;
	}

	.common-gallery-features .flex-direction-nav li a.flex-next:hover {
		background-position:-155px -2px;
	}

	.common-gallery-features .flex-direction-nav li a.flex-prev:hover {
		background-position:-103px -2px;
	}

	.common-gallery-features .flex-direction-nav li {
	}

	.common-gallery-features .flex-direction-nav li a {
		width:50px;
		height:50px;
		background-size:650%;
	}

	#intro-sidebar .logos p {
		margin:20px 0 10px;
	}

	#intro-sidebar .logos img {
		margin:0 30px 30px 0;
	}
}

@media screen and (max-width: 1100px) {
	section#journey .section-header {
		background:url(../img/section-the-journey.jpg) no-repeat center top;
	}

	section#truck .section-header {
		background:url(../img/section-the-truck.jpg) no-repeat center top;
	}

	section#luke .section-header {
		background:url(../img/section-luke-gamble.jpg) no-repeat center top;
	}

	#body section .section-header div {
		display:none!important;
	}

	#body section .section-header {
		background-size:auto;
		height:450px;
	}
}

@media screen and (min-width: 961px) {
	header#global nav ul.nav-main {
		display:block!important;
	}
}

@media screen and (max-width: 960px) {
	#body section .section-header {
		background-size:150%;
		height:340px;
	}

	header#global ul.menu {
		display:block;
		margin:0;
		padding:0;
		text-align:left;
	}

	header#global ul.menu li {
		background:url(../img/sprites.png) no-repeat -432px 12px;
		padding-left:25px;
		margin-left:4em;
	}

	header#global nav ul.nav-main {
		width:auto;
		position:absolute;
		left:3.4em;
		background:#a09384;
		padding-bottom:.8em;
		display:block;
	}

	header#global nav ul.nav-main.mobile-hidden {
		display:none;
	}

	header#global nav ul.nav-main li {
		display:block;
		text-align:left;
	}

	header#global nav ul.nav-main li a {
		padding:.3em 4em .4em 1.3em;
	}

	header#global nav li a {
	}

	#global nav ul {
		display:none;
	}

	#global nav ul.nav-extra {
		display:block;
	}

	#global nav ul.nav-home {
		display:block;
	}

	#global nav ul.nav-extra .twitter,#global nav ul.nav-extra .facebook {
		display:inline-block;
	}
}

@media screen and (max-width: 320px) {
	header#global ul.nav-home {
		display:none;
	}

	header#global nav ul.menu li {
		margin-left:1em;
	}

	header#global nav ul.nav-main {
		left:1em;
	}

	#global nav ul.nav-extra .twitter,#global nav ul.nav-extra .facebook {
		display:none;
	}

	#start {
		height:auto!important;
		min-height:0;
	}

	#start .logo img {
		width:50%;
		height:auto;
		margin-top:10px;
	}

	#start-button {
		display:none;
	}

	section .padded {
		padding-left:1em;
		padding-right:1em;
		padding-bottom:1.5em;
		overflow-x:hidden;
	}

	section#intro {
		margin-top:0;
	}

	section#intro .slides {
		min-height:0;
	}

	section#intro article .logos img {
		margin-bottom:1em;
	}

	#intro-sidebar .caption-content p.title span.main {
		font-size:2.2em;
	}

	#intro-sidebar .caption-content p.title span.sub {
		font-size:1.9em;
	}

	section#journey .intro .article-content {
		float:none;
		width:100%;
	}

	section#journey .intro .article-content p {
		padding-right:0;
	}

	section#journey .intro aside {
		float:none;
		margin:0 0 .5em;
		width:100%;
		min-height:0!important;
	}

	section#journey .intro aside img {
		position:static;
	}

	#journey #journey-map {
		height:300px;
	}

	#body article blockquote span.mark {
		width:57px;
		height:34px;
		background-position:-3px -115px;
		background-size:516%;
	}

	#body article blockquote {
		padding:1em 2.2em;
	}

	#body article blockquote span.mark.left {
		left:-1.7em;
		top:0;
	}

	#body article blockquote span.mark.right {
		top:1em;
		right:-.8em;
	}

	#body article blockquote p {
		font-style:1.2em;
	}

	section#luke aside#past-adventures {
		width:100%;
		margin:0 0 1em;
		float:none;
	}

	section#partners {
		text-align:center;
	}

	section#partners header p {
		width:100%;
	}

	#truck {
		padding-bottom:2em;
	}

	#truck-gallery .videos iframe {
		height:180px;
	}

	section#partners header h2 {
		font-size:2.2em;
	}

	section#donate header h2 {
		font-size:2.2em;
	}

	.common-gallery-features .flex-direction-nav li a {
		top:-100px;
	}

	aside.donate-actions {
		width:100%;
	}

	aside.donate-actions p a {
	}

	#body section .section-header {
		background-size:150%;
		height:130px;
	}

	footer a img {
		margin:1em 0;
	}

	.mobile-only {
		display:block;
	}

	aside#past-adventures .flex-control-nav {
	/*top: 180px;*/
	}

	section#partners .content ul {
		margin:0 -1em;
	}

	#partners .content li img {
		width:35%;
	}
}

@media print,(-o-min-device-pixel-ratio: 54),(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
	background-color:transparent;
	border:0;
	overflow:hidden;
	*text-indent:-9999px;
}

.ir:before {
	content:"";
	display:block;
	width:0;
	height:150%;
}

.hidden {
	display:none!important;
	visibility:hidden;
}

.visuallyhidden {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}

.invisible {
	visibility:hidden;
}

.clearfix:before,.clearfix:after {
	content:" ";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	*zoom:1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
	* {
		background:transparent!important;
		color:#000!important;
	/* Black prints faster: h5bp.com/s */
		box-shadow:none!important;
		text-shadow:none!important;
	}

	a,a:visited {
		text-decoration:underline;
	}

	a[href]:after {
		content:" (" attr(href) ")";
	}

	abbr[title]:after {
		content:" (" attr(title) ")";
	}

	/*
	     * Don't show links for images, or javascript/internal links
	     */
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
		content:"";
	}

	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}

	thead {
		display:table-header-group;
	/* h5bp.com/t */
	}

	tr,img {
		page-break-inside:avoid;
	}

	img {
		max-width:100%!important;
	}

	@page {
		margin:.5cm;
	}

	p,h2,h3 {
		orphans:3;
		widows:3;
	}

	h2,h3 {
		page-break-after:avoid;
	}
}

/* ==========================================================================
   charities
   ========================================================================== */
section#charities {
}

section#charities .section-header {
	width:100%;
	height:450px;
	margin-top:60px;
}

section#charities .section-header.parallax-default {

}

section#charities article {
	float:left;
}

section#charities article ul {
	list-style:none;
	padding:0;
	margin:-5px 0 0 0
}

section#charities article li.sub {
	font-size:24px;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#a09486;
	line-height:1;
	cursor:hand;
	cursor:pointer;
}

section#charities article li.sub span:hover {
	color:#f78d33;
}

section#charities article header h2 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f78d33;
	font-size:36px;
	font-weight:400;
	line-height:1;
	margin:0 0 .3em;
}

section#charities article header p {
	font-size:1em;
	line-height:1.4em;
	margin:.3em 0 1.2em;
	font-weight:700;
}

section#charities article .article-content {
	float:left;
}

section#charities article .article-content p {
	padding-right:2em;
}

section#charities article .content p {
	font-size:.8em;
	line-height:1.4em;
	margin:0 0 1.2em;
}

aside#charities_detail {
	width:40%;
	min-width:450px;
	background:#fff;
	float:right;
	margin:0 0 2em;
	padding-bottom:20px;
	position:relative;
	top:0;
}

aside#charities_detail img {
	width:100%;
	border-bottom: 1px solid #f1f0eb;
}

#charities_mycontent1,aside#charities_detail div#charities_mycontent2,aside#charities_detail div#charities_mycontent3,aside#charities_detail div#charities_mycontent4,aside#charities_detail div#charities_mycontent5 {
	display:none;
}

aside#charities_detail .flag {
	float:right;
	padding:10px;
	position:relative;
	top:-35px;
}

aside#charities_detail span.label {
	font-size:1.4em;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f78d33;
	padding:10px 0 0 20px;
	display:inline-block;
	line-height:24px;
}

aside#charities_detail span.labelgrey {
	font-size:1.4em;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#a09486;
	line-height:.8em;
	padding:0 0 0 20px;
	display:block;
}

aside#charities_detail span.labelgrey_intro {
	font-size:24px;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#a09486;
	line-height:1.2;
	padding:10px 20px 0 20px;
	display:block;
}

aside#charities_detail p {
	font-size:1em;
	padding:4px 20px 0 20px;
	color:#a09486;
}

aside#charities_detail p.intro {
	font-size:1em;
	line-height:1.4em;
	padding: 0 20px 0px 20px;
	color:#a09486;
}
aside#charities_detail span a{
	padding:0px 20px 0;
	color:#a09486;
	font-weight:bold;
}
aside#charities_detail span a:hover{

	color:#f78d33;
}

aside#charities_detail ul {
	margin:0;
	padding:0;
}

aside#charities_detail ul li {
	margin:0;
	padding:0;
	list-style:none;
}

aside#charities_detail ul li img {
	width:100%;
}

aside#charities_detail ul li .content {
	padding:1.2em;
	color:#a09486;
}

aside#charities_detail ul li .heading {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	font-size:2em;
	margin:.3em 0;
	line-height:1;
}

aside#charities_detail ul li .info p {
	color:#666;
	margin:0 0 1em;
}

aside#charities_detail ul li p.link a {
	color:#f48d4f;
	text-decoration:none;
}

aside#charities_detail .flex-control-nav {
/*position: absolute;
  top: 353px;
  left: 1.2em;*/
	position:relative;
	z-index:100;
	text-align:left;
	height:30px;
	margin:-60px 0 0 1.2em;
}

/*
aside#past-adventures .flex-control-nav li {
  margin: 0 6px 0 0;
}

aside#past-adventures .flex-control-paging li a {
    background: #d9d4cf;
    border-radius: 30px 30px 30px 30px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 20px;
    text-indent: -9999px;
    width: 20px;
}*/

/* ==========================================================================
   keypeople
   ========================================================================== */
section#keypeople {
}
section#keypeople:after
{
content: 
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/ursula_goetz_de.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/sude_1.jpg') 
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/sacl.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/pabo.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/niot.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/kash.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/jafl.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/iaba.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/emma_follet_en.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/shja.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/rime.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/muap.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/jeyo_1.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/ilot2.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/dama.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/chinny.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/chpa.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/casa.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/anru.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/ansc.jpg')
url('http://www.missionrabies.com/image/1/467/263/assets/img/images/keypeople/ange_1.jpg');
display: none;
}
section#keypeople .section-header {
	width:100%;
	height:450px;
	margin-top:60px;
}

section#keypeople .section-header.parallax-default {
	background:url(http://www.missionrabies.com/workspace/assets/img/section-the-team.jpg) no-repeat center top;
}

section#keypeople article {
	float:left;
}

section#keypeople article ul {
	list-style:none;
	padding:0;
	margin:-10px 0 0 0 ;
}

section#keypeople article li.sub {
	font-size:24px;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#a09486;
	line-height:1;
	cursor:hand;
	cursor:pointer;
}

section#keypeople article li.sub span:hover {
	color:#f78d33;
}

section#keypeople article header h2 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f78d33;
	font-size:36px;
	font-weight:400;
	line-height:1;
	margin:0 0 .3em;
}

section#keypeople article header p {
	font-size:1em;
	line-height:1.4em;
	margin:.3em 0 1.2em;
	font-weight:700;
}

section#keypeople article .article-content {
	float:left;
}

section#keypeople article .article-content p {
	padding-right:2em;
}

section#keypeople article .content p {
	font-size:.8em;
	line-height:1.4em;
	margin:0 0 1.2em;
}

aside#keypeople_detail {
	width:40%;
	min-width:450px;
	background:#fff;
	float:right;
	margin:0 0 2em;
	padding-bottom:20px;
	position:relative;
	top:0;
}

aside#keypeople_detail img {
	width:100%;
}

#keypeople_mycontent1,aside#keypeople_detail div#keypeople_mycontent2,aside#keypeople_detail div#keypeople_mycontent3,aside#keypeople_detail div#keypeople_mycontent4,aside#keypeople_detail div#keypeople_mycontent5 {
	display:none;
}

aside#keypeople_detail .flag {
	float:right;
	position:absolute;
	top:286px;
	right:0px;
	height:53px;
	width:80px;
}
aside#keypeople_detail .flag img#myflag{
	position:absolute;
	top:0;
	right:10px;
}

aside#keypeople_detail span.label {
	font-size:1.4em;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f78d33;
	padding:24px 0 0 20px;
	display:inline-block;
	width: 330px;
line-height: 1.1;
}

aside#keypeople_detail span.labelgrey {
	font-size:1.4em;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#a09486;
	line-height:.8em;
	padding:0 0 0 20px;
	display:block;
	line-height:1.05em;
	width:330px;
}

aside#keypeople_detail span.labelgrey_intro {
	font-size:1.4em;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#a09486;
	line-height:1.2em;
	padding:10px 10px 10px 20px;
	display:block;
}

aside#keypeople_detail p {
	font-size:1em;
	padding:8px 20px 0;
	color:#a09486;
}
aside#keypeople_detail p.first {
	padding:10px 20px 0;

}


aside#keypeople_detail p.intro {
	font-size:1em;
	line-height:1.4em;
	padding:0px 20px 20px 20px;
	color:#a09486;
}

aside#keypeople_detail ul {
	margin:0;
	padding:0;
}

aside#keypeople_detail ul li {
	margin:0;
	padding:0;
	list-style:none;
}

aside#keypeople_detail ul li img {
	width:100%;
}

aside#keypeople_detail ul li .content {
	padding:1.2em;
	color:#a09486;
}

aside#keypeople_detail ul li .heading {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	font-size:2em;
	margin:.3em 0;
	line-height:1;
}

aside#keypeople_detail ul li .info p {
	color:#666;
	margin:0 0 1em;
}

aside#keypeople_detail ul li p.link a {
	color:#f48d4f;
	text-decoration:none;
}

aside#keypeople_detail .flex-control-nav {
/*position: absolute;
  top: 353px;
  left: 1.2em;*/
	position:relative;
	z-index:100;
	text-align:left;
	height:30px;
	margin:-60px 0 0 1.2em;
}

/*
aside#past-adventures .flex-control-nav li {
  margin: 0 6px 0 0;
}

aside#past-adventures .flex-control-paging li a {
    background: #d9d4cf;
    border-radius: 30px 30px 30px 30px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 20px;
    text-indent: -9999px;
    width: 20px;
}*/
.intersection {
	width:100%;
	min-height:2px;
	margin:60px 0;
	border-bottom:2px solid;
	border-color:#a09486;
	float:left;
}

section#teamindia {
}

section#teamindia_mobile {
	display:none;
}

@media (max-width: 700px) {
	section#teamindia {
		display:none;
	}

	section#teamindia_mobile {
		display:block;
	}
}

section#teamindia article header h3,section#teamindia_mobile article header h3 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#a09486;
	font-size:24px;
	font-weight:400;
	line-height:1;
	margin:0;
}

section#teamindia article header h2,section#teamindia_mobile article header h2 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f78d33;
	font-size:36px;
	font-weight:400;
	line-height:1em;
	margin:0;
}

section#teamindia article #heroes {
	float:left;
	width:100%;
	position:relative;
	overflow-x:hidden;
}

section#teamindia article .hero_wrapper {
	margin:0 6px 6px 0;
	width:100px;
	height:100px;
	border:none;
	float:left;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
/* ...and now for the proper property */
	transition:.5s;
}

section#teamindia article .hero_wrapper div.hoverinfo {
	position: relative;
	background-image:url(../img/bg_volunteer_overlay.png);
	background-repeat:repeat;
	color:#fff;
	text-align:center;
	font-size:8px;
	text-transform:uppercase;
	white-space:normal;
	width:100px;
	height:94px;
	padding:6px 0 0;
	margin: -100px 0 0 0;
	opacity: 0;
	transition: opacity 0.1s linear 0s;
	-o-transition: opacity 0.1s linear 0s;
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
}

section#teamindia article .hero_wrapper:hover div.hoverinfo {
	opacity:1;
	transition: opacity 0.2s linear 0s;
	-o-transition: opacity 0.2s linear 0s;
	-webkit-transition: opacity 0.2s linear 0s;
	-moz-transition: opacity 0.2s linear 0s;
}

section#teamindia article .hero_wrapper:hover div.hoverinfo img {
	margin:10px 10px auto;
	float:left;
}

section#teamindia article img.hero {
	width:100px;
	height:100px;
	border:none;
}

.pane {
	margin:0;
	width:100%;
	white-space:nowrap;
	/*reset to:*/
	height:312px;
	overflow-x:hidden;
	overflow-y:hidden;
	/*end reset*/

}

.pane .item {
	/*reset to:
	width:848px;
	height:518px;*/
	width:106px;
	height:312px;
	display:inline-block;
	display:inline;
	zoom:1;
	float:left;
}

.box {
	width:100%;
	overflow:hidden;

}

#wrapper {
	width:100%;
	height:1px;
}

#hero_prev {
	/*display:none;
	reset to: remove display: none;*/
	height:75px;
	width:75px;
	position:absolute;
	left:10px;
	top:392px;
	z-index:10000;
}

#leftb {
	height:75px;
	width:75px;
	background-image:url(../img/sprites.png);
	background-position:-3px 0;
}

#leftb:hover {
	height:75px;
	width:75px;
	background-position:-153px 0;
}

#rightb {
	height:75px;
	width:75px;
	background-image:url(../img/sprites.png);
	background-position:-75px 0;
}

#rightb:hover {
	height:75px;
	width:75px;
	background-position:-225px 0;
}

#hero_next {
	/*reset to: remove display: none;
	display:none;*/
	height:75px;
	width:75px;
	position:absolute;
	right:10px;
	top:392px;
		z-index:10000;
}

.teamindia_mobile_heroes {
	width:100%;
}

.teamindia_mobile_heroes img {
	width:100%;
}

section#teamindia article #join,section#teamindia_mobile article #join {
	margin:30px 0 0;
	padding:10px;
	background-color:#fff;
}

section#teamindia article #join .join_team,section#teamindia_mobile article #join .join_team {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#a09486;
	font-size:1.6em;
	font-weight:400;
	line-height:1em;
	margin:0;
}

section#teamindia article #join .join_team a,section#teamindia_mobile article #join .join_team a {
	color:#f78d33;
	text-decoration:none;
}

section#teamindia article #join h2,section#teamindia_mobile article #join h2 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f78d33;
	font-size:3em;
	font-weight:400;
	line-height:1em;
	margin:0;
}

section#teamindia article header p,section#teamindia_mobile article header p {
	color:#a09486;
	font-size:1em;
	font-weight:400;
	line-height:1.2em;
	margin:0 0 .3em;
	padding:14px 0 20px 0;
}

/* ==========================================================================
   contactform
   ========================================================================== */
section#contactform {
}

section#contactform .section-header {
	width:100%;
	height:0;
	margin-top:60px;
}

section#contactform .section-header.parallax-default {
}

section#contactform article {
}

section#contactform article ul {
	list-style:none;
	padding:0;
}

section#contactform article li.sub {
	font-size:1.4em;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#a09486;
	line-height:1em;
}

section#contactform article header h2 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#a09486;
	font-size:1.8em;
	font-weight:400;
	line-height:1em;
	margin:0 0 .3em;
}

section#contactform article header h3 {
	margin:0 0 .2em;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	font-weight:400;
	font-size:3em;
	display:block;
	line-height:.95;
	color:#f78d33;
}

section#contactform article header p {
	font-size:1em;
	line-height:1.4em;
	margin:.3em 0 1.2em;
	font-weight:700;
}

section#contactform article .article-content {
	width:60%;
	float:left;
}

section#contactform article .article-content p {
	padding-right:2em;
}

section#contactform article .content p {
	font-size:.8em;
	line-height:1.4em;
	margin:0 0 1.2em;
}

aside#contactform_detail {
	width:40%;
	background:#fff;
	float:right;
	margin:0 0 2em;
	padding-bottom:20px;
}

.styled_select_first {
	float:left;
	position:relative;
	margin:70px 0 10px;
	width:350px;
	height:50px;
	overflow:hidden;
	background:#f78d33 url(../img/select_arrow.png) no-repeat right;
}

.styled_select {
	float:left;
	position:relative;
	margin:0 0 10px;
	width:350px;
	height:50px;
	overflow:hidden;
	background:#f78d33 url(../img/select_arrow.png) no-repeat right;
}

.styled_select select,.styled_select_first select {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	background:transparent;
	color:#fff;
	border-radius:0;
	width:375px;
	height:50px;
	padding:15px 0 17px 5px;
	font-size:16px;
	border:0;
	-webkit-appearance:none;
}

.download {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	background:transparent;
	color:#948777;
	border-radius:0;
	width:350px;
	height:50px;
	padding:15px 0 17px 5px;
	font-size:16px;
	border:0;
	-webkit-appearance:none;
	text-align:center;
}

.styled_download {
	float:left;
	position:relative;
	margin:0 0 10px;
	width:350px;
	height:50px;
	overflow:hidden;
	background:#9f9485;
}

.download_grey {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	background:transparent;
	color:#fff;
	border-radius:0;
	width:350px;
	height:50px;
	padding:15px 0 17px 5px;
	font-size:16px;
	border:0;
	-webkit-appearance:none;
	text-align:center;
}

.styled_download_grey {
	float:left;
	position:relative;
	margin:0 0 10px;
	width:350px;
	height:50px;
	overflow:hidden;
	background:#9f9485;
}

#disclaimer_1 {
	position:absolute;
	width:80%;
	max-width:800px;
	float:left;
	margin:10px 0 0;
	padding:30px 10px 10px 20px;
	background-color:#fff;
}

#disclaimer_1 h2 {
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f78d33;
	font-size:16px;
	font-weight:400;
	line-height:1em;
	margin:0 0 .3em;
}

#disclaimer_1 p {
	font-size:.8em;
}

#disclaimer_1 ul li {
	margin:0 0 0 30px;
	padding:8px 10px 4px 4px;
	list-style:disc;
	font-size:.7em;
}

/*
aside#past-adventures .flex-control-nav li {
  margin: 0 6px 0 0;
}

aside#past-adventures .flex-control-paging li a {
    background: #d9d4cf;
    border-radius: 30px 30px 30px 30px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 20px;
    text-indent: -9999px;
    width: 20px;
}*/
/*
experimental
*/
li.sub a {
	text-decoration:none;
	color:#a09486;
	padding:0;
	margin:0;
}

.infiniteCarousel {
  width: 90%;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 100%; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  height:324px;
  margin: 0 40px;
  position: relative;
  top: 0;
  text-align:center;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 0 3px 0 3px;
  height: 318px;
  width: 100px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 75px;
  width: 75px;
  background-image:url(../img/sprites.png);
	background-position:-75px 0;
  text-indent: -999px;
  position: absolute;
  top: 117px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: -75px 0;
  right: -85px;
}

.infiniteCarousel .back {
  background-position: -3px 0px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: -225px 0px;
}

.infiniteCarousel .back:hover {
  background-position: -153px 0x;
}
label { display: block; }

/*caroufredsel*/
ul#infinite  li {
  display:block;
  float:left;
  padding: 0 3px 0 3px;
  height: 318px;
  width: 100px;
}

ul#infinite {
  width: 90%;
  position: relative;
}

#myarrowforward {
  display: block;
  height: 75px;
  width: 75px;
  background-image:url(../img/sprites.png);
  background-position: -75px 0;
  right:33px;
  text-indent: -999px;
  position: absolute;
  bottom: 200px;
  cursor: pointer;
}
#myarrowback {
  display: block;
  height: 75px;
  width: 75px;
  background-image:url(../img/sprites.png);
  background-position: -3px 0px;
  text-indent: -999px;
  position: absolute;
  bottom: 200px;
  cursor: pointer;

}

a#myarrowforward:hover {
  background-position: -225px 0px;
}

a#myarrowback:hover {
  background-position: -153px 0x;
}
.bitleft{margin-left:-4px;}

#socialstuff{
position: fixed;
right:4px;
top:80px;
z-index:10000;

}


#socialstuff a[href*=twitter] {
	width: 38px;
height: 38px;
background: url("../img/sprites.png") no-repeat scroll -9px -247px transparent;
overflow: hidden;
display: block;
text-indent: 100px;
	}

#socialstuff  a[href*=twitter]:hover {
	background-position:-47px -247px;
}

#socialstuff a[href*=facebook] {
	width: 38px;
height: 38px;
	background:url(../img/sprites.png) no-repeat -9px -294px;
	overflow: hidden;
display: block;
text-indent: 100px;
margin-top:4px;
}

#socialstuff a[href*=facebook]:hover {
	background-position:-47px -294px;
}

#socialstuff a[href*=instagram] {
    width: 38px;
    height: 38px;
    background:url(../img/sprites.png) no-repeat -95px -247px;
    overflow: hidden;
    display: block;
    text-indent: 100px;
    margin-top:4px;
}

#socialstuff a[href*=instagram]:hover {
    background-position:-133px -247px;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}



/*thegallery*/
.gallerytitle {
	padding-top:100px;
	font-family:'A Love of Thunder',sans-serif; text-transform:lowercase;
	color:#f8943e;
	font-size:36px;
	font-weight:400;
	line-height:1;
	margin:0 0 .1em;
}

.gallerysubtitle {
	font-family:'A Love of Thunder',sans-serif;
	text-transform:lowercase;
	color:#9f9485;
	font-size:24px;
	line-height:1;
	font-weight:400;
	margin:0 0 .1em;
}

.g_alb_wrapper {
	width:200px;
	height:200px;
	background-color:#fff;
	float:left;
	margin:16px 16px 90px 0;
	position:relative;

}

.g_alb_wrapper a {
}

.g_alb_title {
	width:100%;
	height:30px;
	font-size:12px;
	margin:0;
	text-align:center;
	line-height:30px;
	float:left;
	color:#9f9485;
}

.g_alb_preview {
	top:30px;
	float:left;
	position:absolute;
	height: 280px;
}

.picasa_images_1 {
	position:absolute;
	width:200px;
	height:191px;
	border-bottom:1px solid #fff;
	overflow:hidden;
	left:0;
	top:0;
	float:left;
}

.picasa_images_2,.picasa_images_3,.picasa_images_4 {
	width:66px;
	height:66px;
	overflow:hidden;
	left:0;
	top:192px;
	float:left;
	position:relative;
	text-align:center;
}

.picasa_images_3,.picasa_images_4 {
	border-left:1px solid #fff;
	width:66px;
	height:66px;
	overflow:hidden;
	left:0;
	top:192px;
	float:left;
	position:relative;
	text-align:center;
}

.crop_2,.crop_3,.crop_4 {
	border:1px #fff solid;
	width:66px;
	height:66px;
	overflow:hidden;
	left:0;
	top:192px;
	float:left;
	position:relative;
	text-align:center;
}

.gallery_preview{
	position:absolute;
	margin:0;
	padding:0;
	clip:rect(0px, 120px, 120px, 0px);
	}

.singlealb_wrapper{
	float:left;
	min-width:300px;
	width:66%;
	padding:40px 0 0 0 ;
	}

#albums_navigation{
	float:right;
	width: 30%;
	max-width: 380px;
	margin:0;
	padding:0;
		}

.albums_list{
	padding: 0.6em 0.5em;
	border-bottom: 2px solid rgb(185, 177, 166);
	background: url("../img/sprites.png") no-repeat scroll right -282px transparent;
	list-style:none;
	color:#979485;
	margin: 0 0 0 -40px;
	}


.albums_title{
	display:inline-block;
	}

.albums_date{
	display:inline-block;
	}

#morealbums h2{
	font-size: 24px;
	font-family: 'A Love of Thunder',sans-serif;
	text-transform: lowercase;
	line-height: 1;
	color: rgb(170, 159, 146);
	font-weight: 400;
	padding-bottom: 0.5em;
	border-bottom: 6px solid rgb(170, 159, 146);
	margin: 1.4em 0px 0px;
	}
.singlealb_wrapper a{
margin:-3px;

}
.clip{
	width:117px;
	height:117px;
	overflow:hidden;
	float:left;
	border-right:1px solid #9f9485;
	border-bottom:1px solid #9f9485;
}


#uploadlogify{
	text-align:center;
	padding:20px;
}
#uploadloginwrapper{
	text-align:center;
	width:100%;
	}

#uploadlogin{
	padding:50px 0 0 0;
	font-size:.96em;
	line-height:1em;
	font-family:'Trebuchet MS',sans-serif;
	color:#666;
	width:400px;
	margin:0 auto;

}



#uploadlogin input{
	float:right;
	display:inline-block;
	width:250px;
	background-color:#f1f0eb;
	height:38px;
	border:1px solid #bbb9b1;
	color:#9f9485;
	padding:0 0 0 4px;
	font-size:24px;
	}
	#uploadbutton {
	background:rgb(247, 141, 51) !important;
	font-size:24px;
	line-height:36px;
	width:256px!important;
	float:left;
	display:block;
	bottom:30px;
	color:#fff!important;
	border:1px;
	font-family:"Trebuchet MS";
	margin:4px 0 0 0;
}


#uploadlogin label{	    text-align: left;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    font-family: 'A Love of Thunder',sans-serif;
    text-transform: lowercase;
    font-size: 1.4em;
    color: rgb(159, 148, 133);
    margin: 0px 0px 4px;
}
.tinyinfo{
	width:400px;
	text-align:center;
	font-size: 10px;
	font-family:"Trebuchet MS";
	margin:30px 0 0 0;
	padding:30px 0 0 0;
}
#loginout, #loginout a{
	padding:10px;
	background:#f47e3c;
	color:#fff;
	position:absolute;
	top:0px;
	left:0px;
}
.randompreview{width:720px; height:240px;}
.random01{wisth:120px; height:240px;}
.random3456{width:240px; }
.random0{float:left; width:120px; height:120px;}
.random3, .random4, .random5, .random6{float:right; width:120px; height:120px;}
.random1{position:absolute; top:120px; left:0px;}

.random2{position:absolute;
left:120px;top:0;
	margin:0;
	padding:0;
	clip:rect(0px, 240px, 240px, 0px);
	clear:both;}
	.random3{position:absolute; left:360px;}
	


#featured-photos table, #featured-photos td{

}


#featured-photos img {
	width:100%;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#featured-photos img{
	position:absolute;
	left:0;
}
#featured-photos img.clearpix{
	position:inherit;
}

#featured-photos img.opaque {
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}
#featured-photos div div{
	border:1px solid #D6D0C9;
	margin-left:-1px;
	position:relative;
}
#featured-photos div div.nobottom{
	margin-bottom:-1px;
}

.gallery-set{
  padding-left:7px;
  padding-right:7px;
  margin-bottom:28px;
}
.gallery-set-image{
  float:left !important;
  padding:0px !important;
}
.gallery-set-image img{
    width:100%;
}
.gallery-set a{
display:block;
background-color: #FFFFFF; box-shadow: 2px 3px 3px #9F9485;height:auto;
box-shadow:0 0 6px #D6D0C9 !important;
border-radius:2px;
position:relative;
overflow:hidden;
}
.unpublished a{
    background-color: darkred;
    opacity: 0.75;
}
.gallery-set div div{
  display:table;
  width:100%;
	
}
.gallery-set div div div{
	width:25%;
	/*float:left;	*/
	display:table-cell;
	border:none !important;
}

div .mod0{
margin-right:0px !important;
}

.gallery-set p{
font-size:0.9em !important;
font-family: 'A Love of Thunder',sans-serif;

}
.gallery-set p.title{
color: #F8943E;

font-size: 1em !important;
line-height: 1em;
margin: 10px 0 0;
padding: 0 20px;
text-transform: lowercase;
}
.gallery-set p.location-date{
color: #666666;
font-family: 'A Love of Thunder',sans-serif;
font-size: 0.7em !important;
line-height: 20px;
margin: 0 0 10px;
padding: 0 20px;
text-transform: lowercase;
}

.gallery-set img.featured-large{
 width: 100% !important;
 height:auto !important;
 border:1px solid #D6D0C9;
 border-left:none;
    -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.gallery-set img.featured-mini{
border-right:1px solid #D6D0C9;
width: 100% !important;
 height:auto !important;
 
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
   box-sizing:        border-box;
 
}
.gallery-set img.featured-mini-middle{
 width: 100% !important;
 height:auto !important;
    -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;

}

.gallery-tabs div{
    background-color: #FFFFFF;
    box-shadow: 0 0 6px #D6D0C9;
    float: left;
    margin-right: 5px;
   border-radius:4px 4px 0px 0px;
}
.gallery-tabs div a{
/* color:#D6D0C9;*/
color:#e5dfd8;
 display:block;
 padding: 0.3em 1em;
 font-size:1.5em;
 font-family:'A Love of Thunder',sans-serif;
 -webkit-transition: all 0.2s ease-in-out;  /* Saf3.2+, Chrome */
-moz-transition: all 0.2s ease-in-out;  /* FF4+ */
-ms-transition: all 0.2s ease-in-out;  /* IE10? */
-o-transition: all 0.2s ease-in-out;  /* Opera 10.5+ */
transition: all 0.2s ease-in-out;
}
.gallery-tabs .active a{
color:#9F9485;

}
.gallery-tabs div a:hover{
color:#9F9485;
}
.gallery-tabs .active a:hover{

}
#gallery_albums div .playing{
opacity:1;
transition: all 0.2s ease-in-out;
}
#gallery_albums a:hover .playlist-item{
opacity:1;
}
#gallery_albums .playlist-item{
opacity:0.7;
transition: all 0.2s ease-in-out;
}
.gallerysubtitle sub{
	bottom:0em;
}


#Gallery-Main{
clear:both;
position:relative;
min-height:80px;
}
#Gallery-Main:before, #Gallery-Main:after{
	content:" ";
	display:table;
}

footer li.header{
    font-size:16px;
     color: rgb(160, 148, 134);
    display: inline-block;
    font-family: 'A Love of Thunder',sans-serif;
    padding: 1.2em 1em;
    position: relative;
    text-decoration: none;
    text-transform: lowercase;
}
footer li{
    padding: 0.3em 16px;
    list-style: none;
    list-style-type: none;
}
footer .row li a{    
    color:rgb(160, 148, 134);
}

#project-tab .title{
   /* background:url("../img/sprites.png") no-repeat scroll 485px -412px rgba(0, 0, 0, 0);*/
}
#truck-specs{
    float:right;
    width:48%;
    margin-left: 20px;
    margin-top: 20px;
}
#project-tab #truck-specs{
    color:white;
    padding:1em;
}
#truck-specs .title, #truck-specs .title .main{
    margin-top: 0px;
    color:#eee8d8;
}
#project-tab #truck-specs .title .main{
    margin-top: 0px;
}
#project-tab #truck-specs .title span{
    color:#eee8d8;
}

#truck-specs{
    background: #a09486;
}
#project-tab #truck-specs table tr{
    background: #a09486;
}
#project-tab #truck-specs table tr.even{
    background-color: #baaea0;
}
#project-tab #table64837 h2{
    color:rgb(102, 102, 102);
}
#table64837 span a{
    color:rgb(248, 148, 62);
}
#table64837 td{
    vertical-align: top;
}

.world-map-header{
    border-radius: 8px;
    left: 0;
    margin-bottom: -26px;
    position: absolute;
    top: -130px;
    z-index:999;
    max-width: 100%;
}
.content h2{
    color: rgb(248, 148, 62);
    display: block;
    font-family: 'A Love of Thunder',sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 0.95;
    margin: 0.5em 0 1em;
    text-transform: lowercase;
}
.map-holder{
/*           background-color:#f3eddb;*/
    background-color:white;
    border-radius: 2px;
    box-shadow: 0 0 6px rgb(214, 208, 201) !important;            
}
#world-map text{
    font-family: 'A Love of Thunder',sans-serif;
    text-transform: lowercase;
    fill:#646361;            
}
svg polygon{
fill:#a59385;
}
svg g#main path{
fill:#a59385;
}
g text{
    cursor:pointer;
}
g#layer1 path{
    fill:auto; 
}
g#layer1 text{
    color:white;
    fill:white;
}
g#layer1 text.small{
    font-family:'Trebuchet MS',​sans-serif;
}
svg path{
fill:rgb(159,148,133);
}
#mexico path,#india path,#thailand path,#gambia path,#uganda path,#malawi path,#guatemala path, #southafrica path, #sierraleone path{
fill:rgb(248, 148, 62);
cursor:pointer;
}
g#mexico:hover path, g#india:hover path,g#thailand:hover path,g#gambia:hover path,g#uganda:hover path,g#malawi:hover path,g#guatemala:hover path, g#southafrica:hover path, g#sierraleone:hover path{
    fill:rgb(242, 107, 58);
}       


.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,.embed-container object,.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#home-video h4{
    color: rgb(248, 148, 62); display: block;
    font-family: 'A Love of Thunder',sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 0.95;
    margin: 0;
    margin-bottom:1.2em;
    text-transform: lowercase;
}
#home-video p{
    color: rgb(160, 148, 134);
    font-family: 'A Love of Thunder',sans-serif;
    text-transform: lowercase;
    display: block;
    font-size: 18px;
    line-height: 1em;
    margin-top:1.2em;
    margin-bottom:0px;
}
#home-video a{
    color: rgb(248, 148, 62);
    font-family: 'A Love of Thunder',sans-serif;
    text-transform: lowercase
}
#stats-zone svg{
}
#stats-zone div{
    display: inline-block;
    position: relative;
    width: 85%;
    padding-bottom: 21%; /* depends on svg ratio, for my zebra height/width = 1.2 so padding-bottom = 50% * 1.2 = 60% */ 
    vertical-align: middle; /* top | middle | bottom ... do what you want */
    resize:both;
}
#main-svg-map{
    display: inline-block;
    position: relative;            
    vertical-align: middle; 
    resize:both;
    width:100%;
    padding-bottom:47%;
}


#stats-zone div svg, #main-svg-map svg{ /* svg into : object, img or inline */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height:auto;
  width: 100%;
  /* only required for <img /> */
}

/* css from projects.xsl */
        
.trip-box{
    float:left;
    width:280px;
    background-color:white;    
    margin-right:20px;    
    border-radius: 2px;
    box-shadow: 0 0 6px rgb(214, 208, 201) !important;
    margin-bottom: 20px;
    overflow:hidden;
}
.last{       
    margin-right:0%
}

.trip-box h2,.box h2{
    color:rgb(248, 148, 62);
    font-family: 'A Love of Thunder',sans-serif;
    font-weight:normal;
    text-transform:lowercase;
    font-size:1em;
    line-height:1em;
    margin:0px;
    padding:0px;
    }
    .trip-box h3,.box h3{
    color:rgb(159, 148, 133);
    font-family: 'A Love of Thunder',sans-serif;
    font-weight:normal;
    text-transform:lowercase;
    font-size:1em;
    line-height:1em;
    margin:0px;
    padding:0px;
    }
    .trip-box div{
    padding:19px;
    position:relative;
    }
    .trip-box div.clearfix{
    min-height:300px;
    }
    .trip-box span.head{
    display:inline-block;
    width:100px;
    margin-bottom:8px;
    }
    .trip-box table{
        font-weight:bold;
    margin-bottom:44px;
    }
    .trip-box table .head{
        padding-right:10px;
        vertical-align:top;
    }
    .trip-box .image-holder{
    position:relative;
    padding:0px;
    padding-bottom:50%;
}
.trip-box img{    
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
    .resource-item{ 
        background-color:white;padding:1.3em;box-shadow:0 0 6px #D6D0C9; border-radius:2px;margin-bottom:1em;overflow:hidden;
    }
    .resource-item div.resource-item-title{
        line-height:20px;color: #9F9485; float: left; font-size: 16px; font-weight: normal;padding:0;  margin: 0; font-family:"Trebuchet MS",​sans-serif; text-transform: none;
    }
    #resource-items .midgard-create-add:nth-child(2){
    display:none !important;
    }    
    .resource-item-actions{
        padding-right: 0px;
        text-align: right;
    }
    .resource-item-description{
        clear:both;
        margin-top: 2.5em;
    }
a.more:link, a.more:visited, a.more:active{
    margin-top:11px;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:19px;
    padding-right:19px;
    background-color:rgb(248, 148, 62);
    color:white;        
    font-family: 'A Love of Thunder',sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;    
    text-transform: lowercase;
    position:absolute;
    right:19px;
    bottom:19px;
}
.CommingSoon div{
        -moz-opacity: 0.50;
        opacity: 0.50;
//        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
}
    .CommingSoon .CommingSoonImage{
       color: white;
    background-color:rgb(248, 148, 62);
    font-family: 'A Love of Thunder',sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0em;
    text-transform: lowercase;
    padding: 0.3em 1em;
    text-align:center;
    }
    div.othersoon h3, div.othersoon img, div.othersoon div{
        -moz-opacity: 0.50;
        opacity: 0.50;
//        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    }
    div.othersoon .CommingSoonImage{
        color: white;
        background-color:rgb(248, 148, 62);
        font-family: 'A Love of Thunder',sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 1;
        margin: 0 0 0em;
        text-transform: lowercase;
        padding: 0.3em 1em;
        text-align:center;
    }
    .CommingSoon .clearfix{
        color:rgb(160, 148, 134);
    }
        /* accordion style*/
        .ui-accordion-header{
        background-color: rgb(248, 148, 62);
    color: rgb(255, 255, 255);
    font-family: 'A Love of Thunder',sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0.2em;
    padding: 0.4em;
    text-transform: lowercase;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    }   
    h3.ui-accordion-header{
        cursor:pointer;
    }
    h3.ui-state-hover{
     background-color:#F47E3C;
     }
     
    #ui-accordion-accordion-header-0{
        margin-top: -20px;
    }
    div.subpage .padme{
        padding-bottom:0px;
        margin-bottom:0px;
        }
    
    .subpage-right{
        float:right;
        width:280px; 
    }
    .subpage-right .box{         
        background-color:white;        
        border-radius: 2px;
        box-shadow: 0 0 6px rgb(214, 208, 201) !important;
        margin-bottom: 9px;
        overflow:hidden;
        padding:19px;
        width:auto;
    }
    .subpage{
        margin-right:300px;       
        overflow:hidden;        
    }
    .subpage .padme{
        margin:0px !important;
    }
    .subpage .padme div.ui-accordion-content{
        background-color:white;        
        border-radius: 0 0 2px 2px;
        box-shadow: 0 0 6px rgb(214, 208, 201) !important;
        margin-bottom: 20px;
        margin-top: -6px;
        padding: 20px;
        overflow:hidden;
    }
    .subpage-right .box h2{
    color:rgb(248, 148, 62);
    font-family: 'A Love of Thunder',sans-serif;
    font-weight:normal;
    text-transform:lowercase;
    font-size:1.5em;
    line-height:1em;
    margin:0px;
    padding:0px;
    margin-bottom:19px;
    }
    .subpage-right .box h3{
    color:rgb(159, 148, 133);
    font-family: 'A Love of Thunder',sans-serif;
    font-weight:normal;
    text-transform:lowercase;
    font-size:1.5em;
    line-height:1em;
    margin:0px;
    padding:0px;
    margin-bottom:20px;
    margin-top:20px;
    }
            #project-tab{
            }
            #project-tab h2{
                color: rgb(248, 148, 62);
                font-size:18px;display:block;
                font-family: 'A Love of Thunder',sans-serif;
                font-size: 24px;
                font-weight: 400;
                line-height: 1;
                margin: 1em 0;
                text-transform: lowercase;
            }
            .smaller_font{
                font-size: 14px;
            }
            #our_projects .ui-accordion-content{
                font-size: 14px;
            }
            table tr.even {
                background: url("http://www.missionrabies.com/workspace/assets/img/truck-spec-shading.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
            }            
            table td {
                padding: 0.6em 5px;
               /* width: 50%;*/
            }
            #truck-specs{
            color:white;
            padding:2%;
            }
            .firstcell{
                padding-bottom:20px;
            }
            #truck-specs tr td{
            font-size:12px;
            }
            span.label, span.labelgrey{
                font-weight:normal;
                font-family: 'A Love of Thunder',sans-serif;
                text-transform: lowercase;
            }
            span.label{
                font-size:16px;
               color: #F8943E;
            }
            span.labelgrey{
                color:#9F9485;
            }
             p.title span.main {
                color: rgb(247, 148, 62);
                font-size: 24px;
                margin-top:1em;
            }
            p.title span.sub{
                color: #EEE8D8;
            }
            p.title span {
                color: rgb(172, 161, 146);
                display: block;
                font-family: 'A Love of Thunder',sans-serif;
                line-height: 1;
                text-transform: lowercase;
            }
            
            /*India Project Charaties Tab*/
            
            #table64837 img{
                max-width:250px;
                width:100%;
                height:auto;
            border:1px solid #D6D0C9;
            border-radius:2px;
            }
            #table64837 td.imgcell {
                padding: 0.6em 5px;
                max-width: 250px;
                vertical-align: top;
            }
            #table64837 td.firstcell{
                width:80%;
            }
            #table64837{
                font-size:13px;
            }
            #table64837 h2{
                font-size:20px;
                margin:0em
            }
            #table64837 h3{
                font-size:18px;
                color:rgb(159, 148, 133);
                font-family: 'A Love of Thunder',sans-serif;
                line-height: 1;
                text-transform: lowercase;
                font-weight:normal;
                margin:0em;
            }
            
            #table64837 a{
                color:rgb(102, 102, 102);
            }
            #table64837 a:hover{
                color:rgb(248, 148, 62);
            }
            #our_projects{
              margin-top:60px;
            }
            section#our_projects .section-header {
              height: 450px;
              width: 100%;
            }
            a:active , a:focus{
    outline:0; /*removes the dotted border*/
}
            
h2.subheader {
    color: #9F9485;
    font-family: 'A Love of Thunder',sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0.5em;
    text-transform: lowercase;
}
            .ui-accordion-content img{
            width:100%;
            }
            .ui-accordion-content #map-canvas img{
                width:auto;
            }
            
            #image_header p {
                box-shadow: 0 2px 2px;
                display: block;
                margin-bottom: 0;
                margin-left: -15px;
                margin-right: -15px;
                padding-bottom: 0;
            }
            #image_header{
                background-image: url("http://www.missionrabies.com/workspace/assets/img/journey-pattern.jpg");
            }
            #image_header img{
                display: block;
                margin: auto;
                max-width: 1500px;
                padding-top: 50px;
                width: 100%;
            }
            nav.navbar-default .navbar-nav li a{
                text-transform: lowercase;
                font-family: 'A Love of Thunder',sans-serif;
                color:#d6d0c9;
                transition: color 0.25s ease 0s;
            }
             
            .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, nav.navbar-default .navbar-nav li a:hover, .navbar-nav li a:active{                
                color:white;
            }
            nav.navbar-default{
                background: url("../img/bg-nav-v2.png?v") repeat-x scroll right top transparent;
                border-bottom: 0 none;
                overflow: visible;
                padding-bottom: 20px;
            }
            nav.navbar-default .navbar-collapse{
                background-color: #a09384;
                border:none;
            }
            nav .navbar-right{                
                background: transparent url("/web/img/bg-nav-donate.png?11") repeat-x scroll 133px 0;
                font-size: 1.3em;
                margin-bottom: -14px;
                padding-bottom: 13px;
                padding-left:15px;
                padding-right: 15px;
            }
            nav.navbar-default .in .navbar-right{
                position: inherit;
                margin-bottom: 0px;
                padding-bottom: 0px;
            }
            .page-header{
                border-color: #f8943e;
                font-family: A love of Thunder;
                text-transform: lowercase;
            }
            div.page-header{
                margin-top: 0px;
            }
           
            h1, h2, h3, h4, h5, h6{
                font-family: 'A love of Thunder';
                text-transform: lowercase;
            }
            a:hover, a:focus {
                color: rgb(248, 148, 62);
                text-decoration:none;
            }
            footer a:hover div span{
                color:rgb(160, 148, 134);
            }
            
            footer .base_footer{
                color:#d6d0c9;
                background-color: #a19485;
                margin-top: 36px
            }
            footer .base_footer .row li a{    
                color:#d6d0c9;
            }
            footer .base_footer ul{
                margin:2em 0;
            }
            
a {
    color:#f7943e;
}
a:hover {
    color:#f26b3a;
}



[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
.icon-small_arrow_down:before{
    content:"\e61c";
    font-size:10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: inherit;
    color: white;
}
.dropdown-menu{
    background-color: #a09384;
    padding:0px;
    border-top:0px;
}
.dropdown-menu li{
    color:#d6d0c9;
    line-height:40px;
    border-bottom: 1px solid #d6d0c9;
}
.dropdown-menu li:last-child{
    border-bottom: 0px;
}
.dropdown-menu li a{
    line-height:40px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: inherit;    
    text-decoration: none;
}
.page-header{
    border-bottom: 0px;
}
#sheet{
    background-color: white;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-top: 4px;
    padding:20px;
    padding-top:0px;
}

.pull-xs-none img{
        display: block;
        height: auto !important;
        max-width: 100% !important;      
    } 
    
@media (max-width: 992px) {
    .pull-xs-none{
        float:none !important;        
    }    
    
}
header #mainHeader{
    padding-top:0px;
    margin-top:20px;
}
header.grouped{
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #b9b1a6;
}
#mainHeader{
    color: #f8943e;
    font-family: "A Love of Thunder",sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0.1em;
    padding-top: 90px;
    text-transform: lowercase;
}
#subheader{
    color: #9f9485;
    font-family: "A Love of Thunder",sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 0.1em;
    text-transform: lowercase;
}
#subheader > div{
    display:inline;
}
#subheader > div > p{
    display:inline;
}
/* gallery sidebar */
.sidebar-nav h2{
    color:#9F9485;
    border-bottom:6px solid #aa9f92;   
    padding-bottom:15px;
    
}
.sidebar-nav .navbar-default{
    background-color:transparent;
    border-color: transparent;
    background-image: none;
}  
.sidebar-nav .navbar-default .navbar-collaps{
    border-color:transparent;
}

#media-menu li{
    background: rgba(0, 0, 0, 0) url("http://www.missionrabies.com/workspace/assets/img/menu-arrow-right.png") no-repeat scroll center right;
    border-bottom: 2px solid #b9b1a6;
    padding: 0.6em 0.5em;
}
#media-menu .sm2-playlist-bd li{
    background: none;
    border-bottom: 0px solid #b9b1a6;
    padding: 0em;
}
#media-menu li > a{
    padding:0px;
    padding-right:20px;
}
#media-menu > div{
    float:right;
}
#media-menu > #resources-home{
    float:none;
}
#media-menu a:hover, #media-menu a:active, #media-menu a:focus{
    color:#f8943e;
}
#media-menu li > a > span{
    display:block;
}
/* make sidebar nav vertical */ 
#media-menu .col-sm-3{
  float:right;
}

.media-menu-up .sidebar-nav{
    margin-top: 0px;
}


@media (max-width: 767px) {
  #media-menu .col-sm-3{
    float:none;
  }
  #media-menu ul{
      padding:0px 15px 15px 15px; 
  }
  .sidebar-nav .navbar-default{
      background-color:#f8f8f8;
  }
  #resources-home .sidebar-nav .navbar-default{
      background-color: transparent;
  }
  .sidebar-nav .navbar-default .navbar-collaps{
    border-color: #e7e7e7;    
  }
  .sidebar-nav h2{
      padding-top:15px;
      margin:0px;
  }
  .row .sidebar-nav{
      margin-left: 0px;
      margin-right: 0px;
  }
  .sidebar-nav{
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sidebar-nav .navbar-default{
    top:0px;
}
@media (min-width: 768px) {  
    

    
    .media-menu-up .sidebar-nav{
        margin-top: -20px;
    }
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
/*  .sidebar-nav .navbar ul:not {
    display: block;
  }*/
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
/* allow 5 columns */ 
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.tab-content .midgard-create-add:nth-of-type(2),.tab-content .midgard-create-add:nth-of-type(3) { 
    display:none !important;
}
.midgardNotifications-item-outer{
    z-index: 220000;
}

#getInvolvedTabs .nav-tabs > li > a{
    background-image: url("http://www.missionrabies.com/workspace/assets/img/edge.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    box-shadow: 0 0 6px rgb(214, 208, 201) !important;
    color: #e5dfd8;
    display: block;
    font-family: "A Love of Thunder",sans-serif;
    font-size: 1.715em;
    padding: 0.3em 1em;
    transition: all 0.2s linear 0s;
    border:0px;
    margin:0px;
}
#getInvolvedTabs .nav-tabs > li.active > a{
    color: rgb(159, 148, 133);
    background-image: none;
    box-shadow:none !important;
}

#getInvolvedTabs .nav-tabs > li.active{
    box-shadow:none !important;
}
#getInvolvedTabs ul{
    margin-bottom:-6px;
    overflow:auto;
    margin-left: -15px;
    border:0px;
    box-shadow:none;
    overflow:auto;
}
#getInvolvedTabs .nav > li > a:hover,#getInvolvedTabs .nav > li > a:focus{
    background-color:white;
    color: rgb(159, 148, 133);
}

#getInvolvedTabs ul > li{
    background-color: rgb(255, 255, 255);
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 6px rgb(214, 208, 201);
    float: left;
    list-style: outside none none;
    margin-right: 5px;
    border:0px;
    margin-bottom:0px;
    
}
#getInvolvedTabs ul.smallpaw > li{
    box-shadow: none;
}
#getInvolvedTabs .tab-description {
    background-color: white;
    overflow: auto;
    padding: 20px;
    
}
#getInvolvedTabs .tab-description p{
    margin:0px;
}
#getInvolvedTabs .content h3{
    margin-top:0px;
    color:rgb(248, 148, 62);
}
/*
adjustments for improved editability
*/
.puff-span a, .puff-span span{
    display:block;    
}

/*
Gallery Video
*/

#video-section{
    background-color:black;    
    overflow:hidden;
}
#video-section .row{
    padding:15px;
}
#video-section .row20{
    padding:20px;
}

#video-section .col-lg-5{
    margin-left:-15px;
    padding-right:0px;
}
#video-section .playlist-item{   
    margin-bottom:15px;
/*    background-color:#a09486;
    overflow:hidden;
    border:1px solid #9f9485;*/
}
#video-section .playlist-item a{
    display:block;
    border:1px solid #9f9485;
    border-bottom: 10px solid #9f9485;
    border-right-width: 10px;
    background-color:#a09486;
    /* min-height: 200px;*/
    border-radius: 2px;
    overflow:hidden;
    font-size: 13px;
    opacity: 0.7;
    transition: all 0.2s ease-in-out 0s;
}

#video-section .playlist-item a.playing, #video-section .playlist-item a:hover{
    opacity: 1;
}
#video-section img{
    margin:10px !important;
    border-radius: 2px;
    float:left;
    display:block;    
    padding:0px;
}
#video-section h3 {
    font-size:1em;color:white; margin:10px;line-height: 1.3;
}
#video-section .row20 p {
    font-size:14px;color:white; margin:10px;
}

@media (min-width: 1200px) and (max-width : 1500px) {  
    #video-section .playlist-item a{
        max-height: 147px;
    }
}
@media (min-width: 1500px){  
    #video-section h3{
        font-size:1.4em;
    }
    #video-section .playlist-item a{
        max-height: 180px;        
    }
}
@media (min-width: 768px) and (max-width : 1200px){
    #video-section .playlist-item a{
        height: 194px;
    }
    #video-section img{
        padding-right: 10px !important;
    }
}
@media (min-width: 0px) and (max-width : 1200px){
    #video-section .playlist-item a{
        height: 194px;
    }
    #video-section img{
        padding-right: 10px !important;
    }
}
@media (max-width : 768px){
    
    #teamtabs div .img-circle{
    margin-right: 0px;
    margin-bottom: 1.6em;
    }
/*    #teamtabs div .img-circle img{
     max-width: 467px;
    }*/
    
    .base_footer .pull-right{
        float:left !important;
    }    
}
#accordion .panel-default{
    border:0px;
    border-radius: 0px;
}
#accordion .panel-heading{
    padding:0px;
    border:0px;
    border-radius: 0px;
    margin: 0px;
}
#accordion .panel-title a{
    background-color: rgb(248, 148, 62);
    color: rgb(255, 255, 255);
    font-family: "A Love of Thunder",sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0.2em;
    padding: 0.4em;
    text-transform: lowercase;
    display: block;
}
#accordion .panel-body{
    border:0px;
    box-shadow: 0px;
}
#Overviewaccordion .panel-default{
    border:0px;
    border-radius: 0px;
}
#Overviewaccordion .panel-heading{
    padding:0px;
    border:0px;
    border-radius: 0px;
    margin: 0px;
}
#Overviewaccordion .panel-title a{
    background-color: rgb(248, 148, 62);
    color: rgb(255, 255, 255);
    font-family: "A Love of Thunder",sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0.2em;
    padding: 0.4em;
    text-transform: lowercase;
    display: block;
}
#Overviewaccordion .panel-body, #accordion .panel-body
 {
    border:0px;
    box-shadow: 0px;
    margin-bottom: 20px;
}
#carousel-example-generic p{
    margin:0px;
}
#carousel-example-generic img{
    height: auto !important;
    width: 100% !important;
}
#carousel-example-generic .carousel-caption{
    
    color: white;
    font-family: "A Love of Thunder",sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0.2em;
    text-align: center;
    padding: 0.4em;
    text-transform: lowercase;    
}

ul.paw{
    margin: 0px;
    padding:10px;
    padding-bottom: 0px;
    list-style:none;
    margin-bottom: -1em;
}
ul.smallpaw{
    margin: 0px;
    padding:10px;
    padding-bottom: 0px;
    list-style:none;
    margin-bottom: -0.5em;
}
ul.paw li{
    background-image: url("/workspace/assets/img/logo-mission-rabies-small.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 35px auto;
    margin-bottom: 1em;
    min-height: 3em;
    padding-left: 3em;
    vertical-align: inherit;
}
ul.smallpaw li{
    background-image: url("/workspace/assets/img/logo-mission-rabies-small.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20px auto;
    margin-bottom: 0.5em;
    min-height: 2em;
    padding: 2px 2px 2px 2em;
    vertical-align: inherit;
}

#TeamCarousel{
    margin-top: 20px;
}
#TeamCarousel .well{
    min-height: 650px;
}
#TeamCarousel .content{
   /* padding:1em;*/
}
#TeamCarousel .caption{
    color: #f8943e;
    font-family: "A Love of Thunder",sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1em;
    margin: 0.5em 0;
    
}
#TeamCarousel .subcaption{
    font-family: "A Love of Thunder",sans-serif;
    font-size: 1.8em;
    line-height: 1;
    margin: 0.3em 0;
    text-transform: lowercase;
}
#TeamCarousel #carousel-example-generic p{
    margin:0 0 10px;    
}
#TeamCarousel .carousel-indicators{            
    left: auto;
    list-style: outside none none;
    margin-left: 0px;
    padding-left: 1.4em;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 15;
}
#TeamCarousel .carousel-inner{
    margin-bottom: 2em;
}
#TeamCarousel .carousel-indicators li{
    background: #d9d4cf none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    text-indent: -9999px;
    width: 20px;
    margin:0px;
    margin-right: 0.3em;
    border:0px;
}
#TeamCarousel .carousel-indicators li.active, #TeamCarousel .carousel-indicators li:hover{
    background-color: #a09486;
}
#teamtabs .keypeople{
    overflow:hidden;    
}
.keypeople_text div{
    margin:1px;
}
#teamtabs .keypeople_name{
    color: #f8943e;
    font-family: "A Love of Thunder",sans-serif;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1em;  
    text-transform: lowercase;
    margin-top: 5px;
}
#teamtabs .keypeople_role{
    color: #666;
    font-family: "A Love of Thunder",sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    margin: 10px 1px;
    text-transform: lowercase;
}
#teamtabs .break{
    clear:both;
}
#teamtabs .keypeople_text{
    margin: 1.6em;    
    min-height: 185px;
    overflow:hidden;
}
#teamtabs .img-circle img{
    text-align: center;
    margin: auto;    
}
#teamtabs .img-circle{
    border: 10px solid #ddd;
    box-shadow: 1px 1px 6px #666;     
    border-radius: 1%;
    margin-bottom: 0px;
    z-index: 999;
    margin:0;
    margin-right:1.6em;
    padding:0px;
    margin-bottom: 14px;
    background: rgba(0, 0, 0, 0) url("http://www.missionrabies.com/workspace/assets/img/journey-pattern.jpg") repeat scroll 0 0;
}
#keypeople_description{
    margin-left: 20px;
    margin-right: 20px;
}
#teamtabs ul li a{    
    color: #e5dfd8;    
    font-family: "A Love of Thunder",sans-serif;
    font-size: 1.5em;
    padding: 0.3em 1em;
    transition: all 0.2s linear 0s;
}
#teamtabs ul li.active a, #teamtabs ul li a:hover{
    color: rgb(159, 148, 133);
}
.article-content blockquote{
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
}
.article-content blockquote img{
    display:block;
}
footer .input-group form{
    display:table;
}
#truck-map-canvas{
    clear:both;
}
.map_info{
    max-height: 350px;
}
.map_info h4{
color:rgb(248, 148, 62);
}
.map_info p.charity{
    color: black;
    font-weight: bold;
}
.map_info img{
    margin-bottom: 10px;
}
.map_info hr{
    margin-right: 10px;
}
/*@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../createJS/fonts/fontawesome-webfont.eot?#iefix") format("eot"), url("../createJS/fonts/fontawesome-webfont.woff") format("woff"), url("../createJS/fonts/fontawesome-webfont.ttf") format("truetype"), url("../createJS/fonts/fontawesome-webfont.otf") format("opentype"), url("../createJS/fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
}*/
[class^="icon-"], [class*=" icon-"] {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    width: auto;
}
li[class^="icon-"], li[class*=" icon-"] {
    display: block;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit;
}
.icon-large:before {
    font-size: 1.33333em;
    vertical-align: top;
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
    line-height: 0.9em;
}
li [class^="icon-"], li [class*=" icon-"] {
    display: inline-block;
    text-align: center;
    width: 1.25em;
}
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
    width: 1.875em;
}
li[class^="icon-"], li[class*=" icon-"] {
    list-style-type: none;
    margin-left: 0;
}
li[class^="icon-"]:before, li[class*=" icon-"]:before {
    text-align: center;
    text-indent: -2em;
}
li.icon-large[class^="icon-"]:before, li.icon-large[class*=" icon-"]:before {
    text-indent: -1.33333em;
}
.icon-glass:before {
    content: "";
}
.icon-music:before {
    content: "";
}
.icon-search:before {
    content: "";
}
.icon-envelope:before {
    content: "";
}
.icon-heart:before {
    content: "";
}
.icon-star:before {
    content: "";
}
.icon-star-empty:before {
    content: "";
}
.icon-user:before {
    content: "";
}
.icon-film:before {
    content: "";
}
.icon-th-large:before {
    content: "";
}
.icon-th:before {
    content: "";
}
.icon-th-list:before {
    content: "";
}
.icon-ok:before {
    content: "";
}
.icon-remove:before {
    content: "";
}
.icon-zoom-in:before {
    content: "";
}
.icon-zoom-out:before {
    content: "";
}
.icon-off:before {
    content: "";
}
.icon-signal:before {
    content: "";
}
.icon-cog:before {
    content: "";
}
.icon-trash:before {
    content: "";
}
.icon-home:before {
    content: "";
}
.icon-file:before {
    content: "";
}
.icon-time:before {
    content: "";
}
.icon-road:before {
    content: "";
}
.icon-download-alt:before {
    content: "";
}
.icon-download:before {
    content: "";
}
.icon-upload:before {
    content: "";
}
.icon-inbox:before {
    content: "";
}
.icon-play-circle:before {
    content: "";
}
.icon-repeat:before {
    content: "";
}
.icon-refresh:before {
    content: "";
}
.icon-list-alt:before {
    content: "";
}
.icon-lock:before {
    content: "";
}
.icon-flag:before {
    content: "";
}
.icon-headphones:before {
    content: "";
}
.icon-volume-off:before {
    content: "";
}
.icon-volume-down:before {
    content: "";
}
.icon-volume-up:before {
    content: "";
}
.icon-qrcode:before {
    content: "";
}
.icon-barcode:before {
    content: "";
}
.icon-tag:before {
    content: "";
}
.icon-tags:before {
    content: "";
}
.icon-book:before {
    content: "";
}
.icon-bookmark:before {
    content: "";
}
.icon-print:before {
    content: "";
}
.icon-camera:before {
    content: "";
}
.icon-font:before {
    content: "";
}
.icon-bold:before {
    content: "";
}
.icon-italic:before {
    content: "";
}
.icon-text-height:before {
    content: "";
}
.icon-text-width:before {
    content: "";
}
.icon-align-left:before {
    content: "";
}
.icon-align-center:before {
    content: "";
}
.icon-align-right:before {
    content: "";
}
.icon-align-justify:before {
    content: "";
}
.icon-list:before {
    content: "";
}
.icon-indent-left:before {
    content: "";
}
.icon-indent-right:before {
    content: "";
}
.icon-facetime-video:before {
    content: "";
}
.icon-picture:before {
    content: "";
}
.icon-pencil:before {
    content: "";
}
.icon-map-marker:before {
    content: "";
}
.icon-adjust:before {
    content: "";
}
.icon-tint:before {
    content: "";
}
.icon-edit:before {
    content: "";
}
.icon-share:before {
    content: "";
}
.icon-check:before {
    content: "";
}
.icon-move:before {
    content: "";
}
.icon-step-backward:before {
    content: "";
}
.icon-fast-backward:before {
    content: "";
}
.icon-backward:before {
    content: "";
}
.icon-play:before {
    content: "";
}
.icon-pause:before {
    content: "";
}
.icon-stop:before {
    content: "";
}
.icon-forward:before {
    content: "";
}
.icon-fast-forward:before {
    content: "";
}
.icon-step-forward:before {
    content: "";
}
.icon-eject:before {
    content: "";
}
.icon-chevron-left:before {
    content: "";
}
.icon-chevron-right:before {
    content: "";
}
.icon-plus-sign:before {
    content: "";
}
.icon-minus-sign:before {
    content: "";
}
.icon-remove-sign:before {
    content: "";
}
.icon-ok-sign:before {
    content: "";
}
.icon-question-sign:before {
    content: "";
}
.icon-info-sign:before {
    content: "";
}
.icon-screenshot:before {
    content: "";
}
.icon-remove-circle:before {
    content: "";
}
.icon-ok-circle:before {
    content: "";
}
.icon-ban-circle:before {
    content: "";
}
.icon-arrow-left:before {
    content: "";
}
.icon-arrow-right:before {
    content: "";
}
.icon-arrow-up:before {
    content: "";
}
.icon-arrow-down:before {
    content: "";
}
.icon-share-alt:before {
    content: "";
}
.icon-resize-full:before {
    content: "";
}
.icon-resize-small:before {
    content: "";
}
.icon-plus:before {
    content: "";
}
.icon-minus:before {
    content: "";
}
.icon-asterisk:before {
    content: "";
}
.icon-exclamation-sign:before {
    content: "";
}
.icon-gift:before {
    content: "";
}
.icon-leaf:before {
    content: "";
}
.icon-fire:before {
    content: "";
}
.icon-eye-open:before {
    content: "";
}
.icon-eye-close:before {
    content: "";
}
.icon-warning-sign:before {
    content: "";
}
.icon-plane:before {
    content: "";
}
.icon-calendar:before {
    content: "";
}
.icon-random:before {
    content: "";
}
.icon-comment:before {
    content: "";
}
.icon-magnet:before {
    content: "";
}
.icon-chevron-up:before {
    content: "";
}
.icon-chevron-down:before {
    content: "";
}
.icon-retweet:before {
    content: "";
}
.icon-shopping-cart:before {
    content: "";
}
.icon-folder-close:before {
    content: "";
}
.icon-folder-open:before {
    content: "";
}
.icon-resize-vertical:before {
    content: "";
}
.icon-resize-horizontal:before {
    content: "";
}
.icon-bar-chart:before {
    content: "";
}
.icon-twitter-sign:before {
    content: "";
}
.icon-facebook-sign:before {
    content: "";
}
.icon-camera-retro:before {
    content: "";
}
.icon-key:before {
    content: "";
}
.icon-cogs:before {
    content: "";
}
.icon-comments:before {
    content: "";
}
.icon-thumbs-up:before {
    content: "";
}
.icon-thumbs-down:before {
    content: "";
}
.icon-star-half:before {
    content: "";
}
.icon-heart-empty:before {
    content: "";
}
.icon-signout:before {
    content: "";
}
.icon-linkedin-sign:before {
    content: "";
}
.icon-pushpin:before {
    content: "";
}
.icon-external-link:before {
    content: "";
}
.icon-signin:before {
    content: "";
}
.icon-trophy:before {
    content: "";
}
.icon-github-sign:before {
    content: "";
}
.icon-upload-alt:before {
    content: "";
}
.icon-lemon:before {
    content: "";
}
.icon-phone:before {
    content: "";
}
.icon-check-empty:before {
    content: "";
}
.icon-bookmark-empty:before {
    content: "";
}
.icon-phone-sign:before {
    content: "";
}
.icon-twitter:before {
    content: "";
}
.icon-facebook:before {
    content: "";
}
.icon-github:before {
    content: "";
}
.icon-unlock:before {
    content: "";
}
.icon-credit-card:before {
    content: "";
}
.icon-rss:before {
    content: "";
}
.icon-hdd:before {
    content: "";
}
.icon-bullhorn:before {
    content: "";
}
.icon-bell:before {
    content: "";
}
.icon-certificate:before {
    content: "";
}
.icon-hand-right:before {
    content: "";
}
.icon-hand-left:before {
    content: "";
}
.icon-hand-up:before {
    content: "";
}
.icon-hand-down:before {
    content: "";
}
.icon-circle-arrow-left:before {
    content: "";
}
.icon-circle-arrow-right:before {
    content: "";
}
.icon-circle-arrow-up:before {
    content: "";
}
.icon-circle-arrow-down:before {
    content: "";
}
.icon-globe:before {
    content: "";
}
.icon-wrench:before {
    content: "";
}
.icon-tasks:before {
    content: "";
}
.icon-filter:before {
    content: "";
}
.icon-briefcase:before {
    content: "";
}
.icon-fullscreen:before {
    content: "";
}
.icon-group:before {
    content: "";
}
.icon-link:before {
    content: "";
}
.icon-cloud:before {
    content: "";
}
.icon-beaker:before {
    content: "";
}
.icon-cut:before {
    content: "";
}
.icon-copy:before {
    content: "";
}
.icon-paper-clip:before {
    content: "";
}
.icon-save:before {
    content: "";
}
.icon-sign-blank:before {
    content: "";
}
.icon-reorder:before {
    content: "";
}
.icon-list-ul:before {
    content: "";
}
.icon-list-ol:before {
    content: "";
}
.icon-strikethrough:before {
    content: "";
}
.icon-underline:before {
    content: "";
}
.icon-table:before {
    content: "";
}
.icon-magic:before {
    content: "";
}
.icon-truck:before {
    content: "";
}
.icon-pinterest:before {
    content: "";
}
.icon-pinterest-sign:before {
    content: "";
}
.icon-google-plus-sign:before {
    content: "";
}
.icon-google-plus:before {
    content: "";
}
.icon-money:before {
    content: "";
}
.icon-caret-down:before {
    content: "";
}
.icon-caret-up:before {
    content: "";
}
.icon-caret-left:before {
    content: "";
}
.icon-caret-right:before {
    content: "";
}
.icon-columns:before {
    content: "";
}
.icon-sort:before {
    content: "";
}
.icon-sort-down:before {
    content: "";
}
.icon-sort-up:before {
    content: "";
}
.icon-envelope-alt:before {
    content: "";
}
.icon-linkedin:before {
    content: "";
}
.icon-undo:before {
    content: "";
}
.icon-legal:before {
    content: "";
}
.icon-dashboard:before {
    content: "";
}
.icon-comment-alt:before {
    content: "";
}
.icon-comments-alt:before {
    content: "";
}
.icon-bolt:before {
    content: "";
}
.icon-sitemap:before {
    content: "";
}
.icon-umbrella:before {
    content: "";
}
.icon-paste:before {
    content: "";
}
.icon-user-md:before {
    content: "";
}
.jumbotron{
            position:relative;
            overflow: hidden;
        }
        .jumbotron .container{
            position:relative;
            z-index: 10;
            text-align: center;
        }
        .jumbotron .container h1{
            color:#d6d0c9;        
            text-shadow: 2px 2px 1px dimgray, 3px 3px 7px dimgray;
        }    
        .jumbotron .container p{
            font-family: "A love of Thunder";
            font-size: 24px;
            color:rgb(247, 141, 51);
            text-transform: lowercase; 
            text-shadow: 2px 2px 1px dimgray, 3px 3px 7px dimgray;
        }
        .jumbotron img{        
            left: 0;        
            position: absolute;
            top: 0;
            transition: opacity 1s ease 0s;
            z-index: 0;
            right:0px;
            width:100%;
        }
        .textual {
            padding: 10px 20px;
        }
        .textual input,.textual a,.spoofform button {
            width: 100%;
            font-size: 15px; 
        }
        .textual .input-group{
            margin-bottom: 10px;
        }
        .iwoulddonate{
            font-family: "A love of Thunder";
            font-size: 24px;
            color:rgb(159, 148, 133);
            text-transform: lowercase;
            text-align: center;
            margin-bottom: 20px;

        }
        .iwoulddonate select{
            color:#404041;
            background: rgba(0, 0, 0, 0) url("http://www.missionrabies.com/workspace/assets/img/bg-tile.jpg") repeat scroll -10px center;
        }
        .customdonate{
            font-family: "A Love of Thunder"; color: rgb(247, 141, 51); margin-top: -10px; font-size: 24px; line-height: 37px; text-transform: lowercase; font-weight: normal;
        }
        .donatewell{
            background-color: #f1f0eb;
            background-image: none !important;
            text-align: center;   
            -webkit-flex-grow: 1;
            flex-grow: 1;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;

        }
        
        .donatewell span img{
            height:100%;
            max-width: none;
        }
        .donatewell p{
            margin-bottom: 20px;  
            min-height: 60px;
            -webkit-flex-grow: 1;
            flex-grow: 1;
        }
        .donatewell h3{            
            background-color: transparent;
            border-bottom: 1px solid #dcdcdc;
            color: rgb(159, 148, 133);
            display: block;
            font-family: "A love of Thunder";
            font-size: 24px;        
            line-height: 30px;
            margin-top: 10px;
            padding: 0px 10px 20px;
            text-align: center;
            text-transform: lowercase;
            margin-bottom: 20px;
            margin-left: -20px;
            margin-right: -20px;
            display: -webkit-flex;
            display: flex;
        }
        .flex-row{
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
        }
        .flexbox{            
            display: -webkit-flex;
            display: flex;
        }
        .donatewell h3 span{
            display: -webkit-flex;
            display: flex;
        }
        .donatewell .row{
            margin: 0px -20px;
        }
        .donatewell form {
            background-color: transparent;
            border-top: 1px solid #dcdcdc;
            color: rgb(102,​ 102,​ 102);
            display: block;
            /*font-family: "A love of Thunder";*/
            /*font-size: 26px;*/
            /* font-weight: 900;*/
            /* line-height: 30px; */
            margin-bottom: 0;
            padding: 20px 10px 0;
            text-align: center;
            /* text-transform: lowercase;*/
            margin-top: 20px;
            margin-left: -20px;
            margin-right: -20px;

        }    
        .donatewell .spoofform {
            background-color: transparent;
            border-top: 1px solid #dcdcdc;
            color: rgb(102,​ 102,​ 102);
            display: block;
            /*font-family: "A love of Thunder";*/
            /*font-size: 26px;*/
            /* font-weight: 900;*/
            /* line-height: 30px; */
            margin-bottom: 0;
            padding: 20px 10px 0;
            text-align: center;
            /* text-transform: lowercase;*/
            margin-top: 20px;
            margin-left: -20px;
            margin-right: -20px;
        }
        #console .donatewell .glyphicon{
            font-size:9em;
        }
        .btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        }
        .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
        }
        .btn-danger.disabled, .btn-danger[disabled], .btn-default.disabled, .btn-default[disabled], .btn-info.disabled, .btn-info[disabled], .btn-primary.disabled, .btn-primary[disabled], .btn-success.disabled, .btn-success[disabled], .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-default, fieldset[disabled] .btn-info, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-warning {
            box-shadow: none;
        }
        .btn-danger .badge, .btn-default .badge, .btn-info .badge, .btn-primary .badge, .btn-success .badge, .btn-warning .badge {
            text-shadow: none;
        }
        .btn.active, .btn:active {
            background-image: none;
        }
        .btn-default {
            background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
            background-repeat: repeat-x;
            border-color: #ccc;
            text-shadow: 0 1px 0 #fff;
        }
        .btn-default:focus, .btn-default:hover {
            background-color: #e0e0e0;
            background-position: 0 -15px;
        }
        .btn-default.active, .btn-default:active {
            background-color: #e0e0e0;
            border-color: #dbdbdb;
        }
        .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
            background-color: #e0e0e0;
            background-image: none;
        }
        .btn-primary {
            background-image: linear-gradient(to bottom, #337ab7 0px, #265a88 100%);
            background-repeat: repeat-x;
            border-color: #245580;
        }
        .btn-primary:focus, .btn-primary:hover {
            background-color: #265a88;
            background-position: 0 -15px;
        }
        .btn-primary.active, .btn-primary:active {
            background-color: #265a88;
            border-color: #245580;
        }
        .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary.active[disabled], .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
            background-color: #265a88;
            background-image: none;
        }
        .btn-success {
            background-image: linear-gradient(to bottom, #5cb85c 0px, #419641 100%);
            background-repeat: repeat-x;
            border-color: #3e8f3e;
        }
        .btn-success:focus, .btn-success:hover {
            background-color: #419641;
            background-position: 0 -15px;
        }
        .btn-success.active, .btn-success:active {
            background-color: #419641;
            border-color: #3e8f3e;
        }
        .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success.active[disabled], .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
            background-color: #419641;
            background-image: none;
        }
        .btn-info {
            background-image: linear-gradient(to bottom, #5bc0de 0px, #2aabd2 100%);
            background-repeat: repeat-x;
            border-color: #28a4c9;
        }
        .btn-info:focus, .btn-info:hover {
            background-color: #2aabd2;
            background-position: 0 -15px;
        }
        .btn-info.active, .btn-info:active {
            background-color: #2aabd2;
            border-color: #28a4c9;
        }
        .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info.active[disabled], .btn-info.focus[disabled], .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
            background-color: #2aabd2;
            background-image: none;
        }
        .btn-warning {
            background-image: linear-gradient(to bottom, #f0ad4e 0px, #eb9316 100%);
            background-repeat: repeat-x;
            border-color: #e38d13;
        }
        .btn-warning:focus, .btn-warning:hover {
            background-color: #eb9316;
            background-position: 0 -15px;
        }
        .btn-warning.active, .btn-warning:active {
            background-color: #eb9316;
            border-color: #e38d13;
        }
        .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning.active[disabled], .btn-warning.focus[disabled], .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
            background-color: #eb9316;
            background-image: none;
        }
        .btn-danger {
            background-image: linear-gradient(to bottom, #d9534f 0px, #c12e2a 100%);
            background-repeat: repeat-x;
            border-color: #b92c28;
        }
        .btn-danger:focus, .btn-danger:hover {
            background-color: #c12e2a;
            background-position: 0 -15px;
        }
        .btn-danger.active, .btn-danger:active {
            background-color: #c12e2a;
            border-color: #b92c28;
        }
        .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger.active[disabled], .btn-danger.focus[disabled], .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
            background-color: #c12e2a;
            background-image: none;
        }
        .img-thumbnail, .thumbnail {
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
        }
        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background-color: #e8e8e8;
            background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
            background-repeat: repeat-x;
        }
        .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
            background-color: #2e6da4;
            background-image: linear-gradient(to bottom, #337ab7 0px, #2e6da4 100%);
            background-repeat: repeat-x;
        }
        .navbar-default {
            background-image: linear-gradient(to bottom, #fff 0px, #f8f8f8 100%);
            background-repeat: repeat-x;
            border-radius: 4px;
            /*box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;*/
        }
        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
            background-image: linear-gradient(to bottom, #dbdbdb 0px, #e2e2e2 100%);
            background-repeat: repeat-x;
            /*box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;*/
        }
        .navbar-brand, .navbar-nav > li > a {
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
        }
        .navbar-inverse {
            background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
            background-repeat: repeat-x;
            border-radius: 4px;
        }
        .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
            background-image: linear-gradient(to bottom, #080808 0px, #0f0f0f 100%);
            background-repeat: repeat-x;
            box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25) inset;
        }
        .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }
        .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
            border-radius: 0;
        }
        @media (max-width: 767px) {
            .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
                background-image: linear-gradient(to bottom, #337ab7 0px, #2e6da4 100%);
                background-repeat: repeat-x;
                color: #fff;
            }
        }
        .alert {
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
        }
        .alert-success {
            background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
            background-repeat: repeat-x;
            border-color: #b2dba1;
        }
        .alert-info {
            background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
            background-repeat: repeat-x;
            border-color: #9acfea;
        }
        .alert-warning {
            background-image: linear-gradient(to bottom, #fcf8e3 0px, #f8efc0 100%);
            background-repeat: repeat-x;
            border-color: #f5e79e;
        }
        .alert-danger {
            background-image: linear-gradient(to bottom, #f2dede 0px, #e7c3c3 100%);
            background-repeat: repeat-x;
            border-color: #dca7a7;
        }
        .progress {
            background-image: linear-gradient(to bottom, #ebebeb 0px, #f5f5f5 100%);
            background-repeat: repeat-x;
        }
        .progress-bar {
            background-image: linear-gradient(to bottom, #337ab7 0px, #286090 100%);
            background-repeat: repeat-x;
        }
        .progress-bar-success {
            background-image: linear-gradient(to bottom, #5cb85c 0px, #449d44 100%);
            background-repeat: repeat-x;
        }
        .progress-bar-info {
            background-image: linear-gradient(to bottom, #5bc0de 0px, #31b0d5 100%);
            background-repeat: repeat-x;
        }
        .progress-bar-warning {
            background-image: linear-gradient(to bottom, #f0ad4e 0px, #ec971f 100%);
            background-repeat: repeat-x;
        }
        .progress-bar-danger {
            background-image: linear-gradient(to bottom, #d9534f 0px, #c9302c 100%);
            background-repeat: repeat-x;
        }
        .progress-bar-striped {
            background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        }
        .list-group {
            border-radius: 4px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
        }
        .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
            background-image: linear-gradient(to bottom, #337ab7 0px, #2b669a 100%);
            background-repeat: repeat-x;
            border-color: #2b669a;
            text-shadow: 0 -1px 0 #286090;
        }
        .list-group-item.active .badge, .list-group-item.active:focus .badge, .list-group-item.active:hover .badge {
            text-shadow: none;
        }
        .panel {
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }
        .panel-default > .panel-heading {
            background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
            background-repeat: repeat-x;
        }
        .panel-primary > .panel-heading {
            background-image: linear-gradient(to bottom, #337ab7 0px, #2e6da4 100%);
            background-repeat: repeat-x;
        }
        .panel-success > .panel-heading {
            background-image: linear-gradient(to bottom, #dff0d8 0px, #d0e9c6 100%);
            background-repeat: repeat-x;
        }
        .panel-info > .panel-heading {
            background-image: linear-gradient(to bottom, #d9edf7 0px, #c4e3f3 100%);
            background-repeat: repeat-x;
        }
        .panel-warning > .panel-heading {
            background-image: linear-gradient(to bottom, #fcf8e3 0px, #faf2cc 100%);
            background-repeat: repeat-x;
        }
        .panel-danger > .panel-heading {
            background-image: linear-gradient(to bottom, #f2dede 0px, #ebcccc 100%);
            background-repeat: repeat-x;
        }
        .well {
            background-image: linear-gradient(to bottom, #e8e8e8 0px, #f5f5f5 100%);
            background-repeat: repeat-x;
            border-color: #dcdcdc;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
        }
        [hidden] {
         display: none !important;
        }