body {
	background: url("../img/body-bg.png") repeat;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
  }
  
  #canvas{
           background-image: url("../img/MikeSittingLandscape.jpg");
            background-size: cover;
           width: 100%;
           height: 580px;
         -webkit-transition:  2s;
           -moz-transition:  2s;
           -o-transition:  2s;
           transition: 2s;
           margin-top: -85px;
   }

   #resume{

    width: 80%;
    margin: auto;
background: whitesmoke;
    padding: 10px;
   }

   #resume h5 {
   font-size: medium;
   }
     #resume h3{

      	font-size:large;

      	color:darkorange;

      }

  modal {
      /* modals are hidden by default */
      display: none;

          background-color: whitesmoke;
          padding: 10px;

      .modal {
          /* modal container fixed across whole screen */
          position: fixed;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;   /* it was 30%  */

          /* z-index must be higher than .modal-background */
          z-index: 1000;

          /* enables scrolling for tall modals */
          overflow: auto;

          .modal-body {
              padding: 20px;
              background: #fff;

              /* margin exposes part of the modal background */
              margin: 40px;
          }
      }

      .modal-background {
          /* modal background fixed across whole screen */
          position: fixed;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;

          /* semi-transparent black  */
          background-color: #000;
          opacity: 0.75;

          /* z-index must be below .modal and above everything else  */
          z-index: 900;
      }
  }

  .modal-toolbar {
  	min-width: 650px;

  	margin: 10px auto;
  	padding-top: 3px;
  	color: #474749;
  }

  .modal-toolbar .name {
  	position: relative;
  	top: -3px;
  }

  .modal-toolbar a {
  	color: #000;
  }

  .modal-toolbar .authorInfo {
  	float: left;
  	margin-top: 8px;
  }

  .modal-toolbar .authorInfo span {
  	position: relative;
  	top: -6px;
  }

  .modal-toolbar .closebuttonDiv button {
  	float: right;
  	position: relative;
  	left: 2px;
  	margin-top: 6px;
  	margin-left: 10px;
  }

  body.modal-open {
      /* body overflow is hidden to hide main scrollbar when modal window is open.  Not sure it's necessary... locks things up*/
      /*overflow: hidden; */
  }

  .orderHref
  {
  position: relative;
  float: left;
  background: #dedede;
       	list-style-type: none;

       	border-left: 1px solid #999;
       	border-top: 1px solid #999;
       	border-right: 1px solid #999;
       	border-bottom: 1px solid #999;
       	padding: 4px;
       	margin: 10px 10px 5px 5px;
       	float: left;
  }

.artPieceInfo
 {
padding: 10px;
max-width: 750px;
 }


.artPieceInfo a {
   color: blue;
}

 .artistInfo
 {
  padding: 10px;

   .moreinfoButton {
    float: right;
   }
 }

 .storeframe {
   width: 80%;
   margin: auto;
   background-color: whitesmoke;
   padding: 20px;
       padding-left: 40px;

 }



#switchandcoverplates {

       display: block;

           background-color: whitesmoke;
           padding: 10px;
            transition: all linear 2s;

       .switchandcoverplates {
           /* modal container fixed across whole screen */
           position: fixed;
           top: 0;
           right: 0;
           bottom: 0;
           left: 30%;

           /* z-index must be higher than .modal-background */
           z-index: 2000;

           /* enables scrolling for tall modals */
           overflow: auto;

           table {
            width: 100%;
           }


           .switchandcoverplates-body {
               padding: 20px;
               background: #fff;

               /* margin exposes part of the modal background */
               margin: 40px;
           }
       }
      .switchandcoverplates-background {
            /* modal background fixed across whole screen */
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;

            /* semi-transparent black  */
            background-color: #000;
            opacity: 0.75;

            /* z-index must be below .modal and above everything else  */
            z-index: 900;
        }
    }

   #left {
               width: 50%;
               vertical-align: top;
    }

   #center {
            width: 35%;
             vertical-align: top;

  }

  #center h3 {
  text-align: center;
  }

  #right  {
           text-align: right;
            vertical-align: top;
            width: 15%;

 }

 #right h3 {
  text-align: center;
 }


 .bisquecart {
  text-align: right;
 }

 .bisque_table {
 width: 100%;
      margin: 5px;

 }

.glaze_table {
 margin: auto;
}

 .switchandcoverplates-toolbar {
    	min-width: 650px;

    	margin: 10px auto;
    	padding-top: 3px;
    	color: #474749;
    }
 .centerpiece{
                width: 90%;
                margin: auto;
                background-color: whitesmoke;

              }
 .paypalhide {
      display: none!important;
 }

#paypalCheckDiv {
color: blue;
    font-size: 20px;
 }

#canvascontainer {
    
    width: 80%;
    margin: auto;
    
    font-size: 1.8em;

	border-color: #d0d4d8;
	border-width: 1px !important;
	 transition: 3s;
	 margin-top: 240px;
	  border-top-left-radius: 4px;
  -khtml-top-left-radius: 4px;
  -webkit-top-left-radius: 4px;
  -moz-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -khtml-top-right-radius: 4px;
  -webkit-top-right-radius: 4px;
  -moz-top-right-radius: 4px;
}

#frontPageImages  img {
                     position:absolute;
                     left:0;
                     -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);
                   }

#frontPageImages  img.opaque {
                    opacity:1;
                    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                    filter: alpha(opacity=1);
                  }


a,a:hover {
	text-decoration: none;
}

#container {
	position:relative;
    /*  width: 1110px; */
      margin: 0 auto;
	background: #dedede;
	border: solid #999;
	border-width: 0 1px 1px 1px;
	-webkit-box-shadow: 0 5px 3px 10px rgba(60, 60, 60, .3);
	-moz-box-shadow: 0 5px 3px 10px rgba(60, 60, 60, .3);
	box-shadow: 0 5px 10px 3px rgba(60, 60, 60, .3);
}

#prayerWheels {
 padding: inherit;
}

div.prayerWheelStory {
    text-indent: 50px;
}

#footer {
	font-size: .8em;
	margin: 40px auto 0;
	padding: 0 15px;
	position: relative;

}

#storefooter {
	font-size: .8em;
	margin: 100px auto 0;
	padding: 0 15px;
	position: relative;

}

#footer p {
	padding-bottom: 15px;
}

#footer p.copyright {
	float: left;
}

#footer p.contact {
	float: right;
}

#footer p.credits a {
	padding-left: 10px;
}

#footer p.credits a.credits-border {
	border-left: 1px solid #000;
}

#footer p.credits {
	float: right;
	padding-left: 10px;
}

#footer .p-disclimer a {
	padding-left: 10px;
}

#footer .p-disclimer a.disclimer-border {
	border-left: 1px solid #000;
}

#footer .p-disclimer {
	float: right;
	padding-left: 10px;
}

.lens {
	position: absolute;
	top: 1px;
	left: 20px;
	z-index: 100;
}

header,footer {
	width: 100%;
	clear: both;
}

header a {
	text-decoration: none;
	color: #ffffff;
}

header a span:hover {
	text-decoration: underline;
	color: #fbfbfb;
}

#topHeader h1,#bottomHeader h2,#photoList {
	
}

#topHeader h1,#bottomHeader h2 {
	width: 500px;
	float: left;
	margin: 0 0 0 20px;
}

#topHeader h2 {
	background: #dedede;
}

#bottomHeader h2 {
	width: 400px;
}

#topHeader div {
	width: 250px;
	float: right;
	margin: 10px 20px 0 0;
}

#bottomHeader div {
	float: right;
	height: 150px;
	margin: 10px 20px 0 0;
}

#frontPageHeader {
	width: 100%;
	float: left;
	margin: 45px 20px 0 0;
	height: 130px;
	padding-top: 20px;
	font-size: 18px;
	    background: #dedede;
	  margin-top: -5px;
}

#frontPageHeader h2 {
	width: 500px;
	float: left;
	margin: 0 0 0 20px;
}

#container nav {
	width: 220px;
	float: right;
	margin: 0px 20px 0 0;
}

#container nav2 {
	width: 220px;
	float: right;
	margin: 0px 20px 0 0;
}

.mapwindow {

height: 100px;
width: 200px;


}

.mapwindow img {


}

#topHeader {
	background: #454545;
	border-bottom: 1px solid black;
	height: 45px;
	color: #fff;
}

#topHeader h1 {
	float: left;
	padding-left: 110px;
	color: #fff;
	font-size: 24px;
}

#topHeader h1 img,#topHeader h1 div {
	float: left;
	margin-right: 20px;
}

#profileInfo {
	
	text-align: right;
	margin-top: 7px !important;
}

.pointer {
    cursor: pointer;
}

#profileInfo .name {
	position: relative;
	top: -12px;
	left: -2px;
}

#profileInfo .disconnect {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
}

#invite
{
	float: right;
}

#myGsignin {
	float: right !important;
}

#bottomHeader {
	color: #000;
	height: 135px;
}

#bottomHeader h2 {
	height: 100%;
	margin-left: 165px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: normal;
}

#bottomHeader div {
	height: 70%;
	margin-top: 0;
	padding-top: 20px;
	font-size: 18px;
}

#bottomHeader h2 span {
	font-weight: bold;
	font-size: 1.1em;
}

#bottomHeader div button {
	position: relative;
	top: -6px;
}

#bottombottomHeader div
{
	float: right;
}

/* ----- nav elements   this will be stuff I've added from  ----- */
#main-nav {
	/*background:url('MikeRaneyCollage.gif') repeat-x left bottom; */
	overflow: hidden;
	width: 880px;
	float: right;
	margin: 5px;
	margin-right: 30px;
}

#main-nav2 {
	/*background:url('MikeRaneyCollage.gif') repeat-x left bottom; */
	overflow: hidden;
	width: 660px;
	float: left;
	margin: 0 auto;
	vertical-align:top;

}

#main-nav2 p {
	float: left;
	
}

#menu li {
     	background: #dedede;
     	list-style-type: none;
     	height: 45px;
     	border-left: 1px solid #999;
     	border-top: 1px solid #999;
     	border-right: 1px solid #999;
     	border-bottom: 1px solid #999;
     	padding: 4px;
     	margin: 10px 10px 5px 5px;
     	float: left;
     }


#main-nav li {
	background: #dedede;
	list-style-type: none;
	height: 45px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 4px;
	margin: 10px 10px 5px 5px;
	float: right;
	margin-right: 30px;
}

#main-nav2 li {
	background: #dedede;
	list-style-type: none;
	height: 45px;
	width: 150px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 4px;
	margin: 10px 10px 5px 5px;
	float: right;
	vertical-align:top;
}


#main-nav li a, #main-nav2 li a {
	display: block;
	font-size: 1.05em;
	padding: 4px;
	margin: 6px 6px 3px 3px;
	font-weight: normal;
}

#main-nav li a:hover, #main-nav2 li a:hover {
	background: #ccc;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 4px;
	margin: 6px 6px 3px 3px;
}

#main-nav .selected, #main-nav2 .selected {
	background: #ccc;
	padding: 4px;
	margin: 10px 10px 5px 5px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 1.05em;
}

#notification {
	background: rgb(255, 255, 184);
	width: 500px;
	margin: 0 auto;
	text-align: left;
	padding: 6px;
	clear: both;
	display: none;
}

#friendList,#recentThemes {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#friendList li,#recentThemes li {
	padding: 8px;
	margin-left: 0px;
}

#recentThemes div {
	margin-top: 4px;
}

.previous-dates {
	float: right;
	padding-right: 20px;
	font-size: 12px;
	color: #666666;
}

#photoList {
	width: 680px;
	float: left;
	margin: 0 0 0 20px;
	border-color: #d0d4d8;
	border-width: 1px !important;
	/*  border-top-left-radius: 4px;
  -khtml-top-left-radius: 4px;
  -webkit-top-left-radius: 4px;
  -moz-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -khtml-top-right-radius: 4px;
  -webkit-top-right-radius: 4px;
  -moz-top-right-radius: 4px;*/
}


#prayerWheelList {

	float: right;
	margin: 0 20px 0 20px;
	border-color: #d0d4d8;
	border-width: 1px !important;
	/*  border-top-left-radius: 4px;
  -khtml-top-left-radius: 4px;
  -webkit-top-left-radius: 4px;
  -moz-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -khtml-top-right-radius: 4px;
  -webkit-top-right-radius: 4px;
  -moz-top-right-radius: 4px;*/
}


.sort {
	float: right;
}

.ui-buttonset {
	float: right;
	margin-right: 0 !important;
}

#uploadContainer {
	background: #fff;
	padding-bottom: 10px;
}

#upload {
	width: 621px;
	border: 1px lightsteelblue dashed;
	line-height: 30px;
	padding: 10px 0;
	margin: 10px 0 0 30px;
	font-weight: bold;
	font-size: 18px;
	color: grey;
	text-shadow: 1px 1px #ccc;
	background: #eee;
}

#progressBar {
	width: 50px;
}

.btnupload {
	margin-top: -5px;
	border: 1px solid lightgrey;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#cccccc) );
	background: -webkit-linear-gradient(top, #fff, #cccccc);
	background: -moz-linear-gradient(top, #fff, #cccccc);
	padding: 3px 10px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .9);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .8);
	color: grey;
	text-decoration: none;
	vertical-align: top;
}

.btnupload:hover {
	border-top-color: lightgrey;
	background: lightgrey;
	color: grey;
}

.btnupload:active {
	border-top-color: lightgrey;
	background: #ccc;
}

.copy-upload {
	color: #666
}

.copy-drag {
	font-size: 14px
}

.contentGroup,nav div {
	margin-bottom: 40px;
}

nav ul {
	background: #ffffff;
	list-style-type: none;
	border: 1px solid #c6cbd0;
	padding: 10px 10px 5px;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

nav .date {
	color: #999;
	font-size: 10px;
	padding-left: 10px;
}

nav2 ul {
	float: right;
	width: 220px;
	background: #ffffff;
	list-style-type: none;
	border: 1px solid #c6cbd0;
	padding: 10px 10px 5px;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}


.contentGroup h3,nav h3 {
	padding: 5px 10px 5px 10px;
	border: 1px solid #c6cbd0;
	border-bottom: 0px;
	margin: 10px 0 0 0;
	background-color: #ddd;
}

.contentGroup ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.contentGroup li {
	background: #ffffff;
	list-style-type: none;
	border: 1px solid #c6cbd0;
	padding: 10px 10px 5px;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), inset 0px -47px 0px
		0px #ebebeb;
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), inset 0px -47px 0px 0px
		#ebebeb;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), inset 0px -47px 0px 0px
		#ebebeb;
}

.prayerInfo {
           	background: #ffffff;
           	list-style-type: none;
           	border: 1px solid #c6cbd0;
           	padding: 10px 10px 5px;
           	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), inset 0px -47px 0px
           		0px #ebebeb;
           	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), inset 0px -47px 0px 0px
           		#ebebeb;
           	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), inset 0px -47px 0px 0px
           		#ebebeb;
 }



.imageContainer {

	width: 400px;
	min-height: 300px;
	background: #f4f4f4;
	margin: 0 auto;
	border: 1px solid #dbdddf;
	text-align: center;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	 overflow: hidden;
}

.thumbnail {
    width: 100%;    /* scale image to container width */
    height: auto;   /* maintain aspect ratio */
    object-fit: cover; /* optional, crop to fill container */
}
.smallstoreimageContainer {

	width: 100px;
	min-height: 100px;
	background: #f4f4f4;
	border: 1px solid #dbdddf;
	text-align: center;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.smallbisqueimageContainer {

	width: 100px;
	min-height: 100px;
	background: black;
	border: 1px solid #dbdddf;
	text-align: center;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

#bisques ul {
	background: #ffffff;
	list-style-type: none;
	border: 1px solid #c6cbd0;
	padding: 10px 10px 5px;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

#glazes ul {
	background: #ffffff;
	list-style-type: none;
	border: 1px solid #c6cbd0;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

#allArtForSale {
list-style: none;
}

#prayerWheelsForSale{
 list-style: none;
 }

#lightswitchcovers {
list-style: none;
}


.imageContainerModal {
	
	width: 500px;
	min-height: 300px;
    padding: 10px;
	background: #f4f4f4;
	margin: 0 auto;
	border: 1px solid #dbdddf;
	text-align: center;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.imageContainerModal img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintains aspect ratio and fills the container */
}

.switchplateimageContainerModal {
    padding: 10px;

	background: black;
	margin: 0 auto;
	border: 1px solid #dbdddf;
	text-align: center;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.switchplateimageContainerModal img {
	height: 300px;
}

.angular-google-map-container { height: 650px; 	width: 893px; }

.mainImageContainer {
	width: 893px;
	min-height: 387px;
	background: #dedede;
	margin: 0 auto;
	border: 1px solid #dbdddf;
	text-align: center;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}


.linksContainer {
	
	width: 893px;
	min-height: 500px;
	background: #dedede;
	margin: 0 auto;
	border: 1px solid #dbdddf;
	text-align: center;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.mapsContainer {

	width: 893px;
	min-height: 1000px;
	background: #dedede;
	margin: 0 auto;
	border: 1px solid #dbdddf;
	text-align: center;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.delete {
	position: absolute;
	z-index: 400;
	top: 0;
	right: 0;
	background: url("../img/bg-delete.png") repeat;
	color: white;
	padding: 8px;
	font-size: 12px;
}

.toolbar {
	width: 635px;
	height: 29px;
	margin: 10px auto;
	padding-top: 3px;
	color: #474749;
}

.toolbar .name {
	position: relative;
	top: -3px;
}

.toolbar a {
	color: #000;
}

.prayertoolbar{
width: 80%;

    margin: 10px auto;

    margin-left: 5px;
    color: #474749;
}

.toolbar .authorInfo {
	float: left;
	margin-top: 8px;
}

.toolbar .authorInfo span {
	position: relative;
	top: -6px;
}

.toolbar button {
	float: right;
	position: relative;
	left: 2px;
	margin-left: 10px;
}



.vote {
	float: right;
	position: relative;
	top: -200px;
	width: 73px;
}

.vote .count {
	padding-top: 4px;
	height: 28px;
	width: 59px;
	margin: 0 0 0 2px;
	color: #ab0303;
	text-align: center;
	background: url("../img/vote-count.png") 0 0 no-repeat;
	background-size: 58px 27px;
}

.vote .danger {
	left: -6px;
}

footer {
	text-align: center;
	height: 30px;
	padding: 20px 0 0 0;
	background: #454545 url("../img/bg-ph.png") repeat-x;
	color: #fff;
}

footer a {
	color: #000;
}

#friendList li a {
	line-height: 50px;
	color: grey;
	font-size: 12px;
	font-weight: bold;
}

#friendList li a img {
	padding-right: 10px;
	vertical-align: middle;
}

@media (max-width: 980px) {
	#forkme {
		display: none;
	}	
}



.angular-google-map {
	height: 400px;
	border: 1px #ccc solid;
	margin-bottom: 20px;
	display: block;
}

.angular-google-map img {
	max-width: inherit !important;
}

legend {
	margin-bottom: 10px;
}

pre {
	margin-bottom: 30px;
}


.hero-unit hr {
	border-color: #ddd #000 #eee;
	margin: 20px 0 10px 0;
}

.hero-unit h1 {
	letter-spacing: -2px;
}

.hero-unit p {
	/*margin: 10px 0 20px 0;*/
}

#___plusone_0 {
	position: relative;
	top: -3px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	-webkit-transition: background-color 0.6s;
	-moz-transition: background-color 0.6s;
	-ms-transition: background-color 0.6s;
	-o-transition: background-color 0.6s;
	transition: background-color 0.6s;
}

.donation-form {
	text-align: center;
}

.switchplate {
position: relative;
    /* min-height: 1px; */
    padding-right: 15px;
    padding-left: 15px;

}