@font-face {font-family: 'GothamHTF-Book';
src: url("../fonts/GothamHTF-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/GothamHTF-Book.ttf") format("truetype"), url("../fonts/GothamHTF-Book.svg#GothamHTF-Book") format("svg"); }

@font-face {
  font-family: 'GothamHTF-Medium';
  src: url("../fonts/GothamHTF-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/GothamHTF-Medium.ttf") format("truetype"), url("../fonts/GothamHTF-Medium.svg#GothamHTF-Medium") format("svg"); }

/* Universal */
/*BTW teal is #10769E*/
html { overflow-y: scroll; }

body {
	padding-top: 50px;
	padding-bottom: 10px;
	font-family: 'GothamHTF-Medium', 'Helvetica', 'Arial', sans;
  height: 100%;
  color: #323232	;
}

a {
  text-decoration: none; }
  a:hover { text-decoration: none; }
  a:visited { text-decoration: none;
}

.center {
	display: table;
	margin: 0 auto;
}



/* Header */
.navbar-header .navbar-toggle {
	margin-top: 13px;
}

.navbar {
	background-color: white;
}

.nav-active {
	background-color: #f26225;
}

.navbar-nav>li>a {
	padding-top: 20px;
	text-transform: uppercase;
	color:#323232 !important;
}
.navbar-nav>li:hover {
	background-color:#f26225;
}
.navbar-nav>li>a:hover {
	color: white !important;
}

#logo {
	padding-top: 0;
	display: inline-block;
	width: 200px;
	height: 60px; }
	#logo:hover {
  	color: white;
  	text-decoration: none;
}

.navbar li#dropdown-button{
    padding-top:13px;
    padding-left: 10px;
}

/* General */
#content {
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 500px;
}

#idle-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0,0,0,0.5);
	-webkit-animation: fade 500ms;
	-moz-animation: fade 500ms;
	-o-animation: fade 500ms;
	animation: fade 500ms;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d; }
	#idle-overlay .idle-container {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); }
		#idle-overlay .idle-container .idle-dialog {
			padding: 20px 15px;
			background-color: white;
			text-align: center;
			border: 2px solid #e7e7e7;
}

.btn {
	border-radius: 2px;
}

/* Forms */
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
/* Forms */
.btn-fileRoster {
  position: relative;
  overflow: hidden;
}
.btn-fileRoster input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}


/* Notifications */
#notifications { text-align: center; }
.notification-success { color: #468847; }
.notification-info { color: #2e6da4; }
.notification-warning { color: #d58512; }
.notification-error { color: #b94a48; }


.parsley-error {
	color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

/* Typography */
h1, h2, h3 {
	text-align: center;
}

h1 {
	font-family: 'GothamHTF-Book', 'Helvetica', 'Arial', sans;
	text-transform: uppercase;
	margin-bottom: 20px;
}

ul {
	list-style: none;
}

}
.nav-item {
	padding-left:5px;
	padding-right:5px;
	font-size:15pt;
}
.album-card{
padding-top: 15px;
padding-bottom: 15px;
margin: 10px;
margin-bottom:0px;
position: relative;
text-align: center;
color: white;
overflow:hidden;
}
.album-info{
margin-left: 10px;
background-color: whitesmoke;
width:100%;
}
.card-title{
position:absolute;
top:40%;
left:50%;
transform: translate(-50%, -50%);
font-size: 10pt;
color:whitesmoke;
background-color:#10769E;
}
.card-title:hover{
position:absolute;
top:40%;
left:50%;
transform: translate(-50%, -50%);
font-size: 10pt;
color:whitesmoke;
background-color:#10769E;
}
.card-disable {
	filter: brightness(30%);
}

/* Footer */
footer {
	border-top: 3px solid #e7e7e7;
	padding-top: 20px;
	text-align: center; }
	footer ul {
		padding: 0; }
	footer .footer-item {
		padding-top: 20px;
		margin: 0 auto;
		min-height: 80px; }
	footer .footer-img {
		display: block;
		margin: 0 auto; }
	footer .internal {
		display: block;
		margin: 0 auto; }
	footer .external {
		display: inline-block;
		margin: 0 auto;
		text-align: left; }
		footer .external ul>li>a {
			color: #F26522 !important; }
			footer .external ul>li>a:hover {
				color: #3577A8 !important; }
	footer address {
		display: inline-block;
		margin: 0 auto;
		text-align: left;
}

/* All of the below shit is css from the Album Page used internally. */

.my-drop-zone { border: dotted 3px lightgray; }
.nv-file-over { border: dotted 3px red; } /* Default class applied to drop zones on over */
.another-file-over-class { border: dotted 3px green; }


canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
    margin: 6px 0 0 6px;
}
.ui-state-default{
  color: #555 !important;
  font-weight: 200 !important;
}
.ui-widget{
  font-size: 0.8em;
}
ul.tagit{
  max-height: 60px;
  min-height: 60px;
}
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.70em;
  background: #F26522;
  color: white;
  opacity: 0.75;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect img {
    display: block;
    position: relative;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}


.hovereffect h2 {
    text-transform: none;
    color: #fff;
    text-align: left;
    position: relative;
    font-size: 12px;
  float: center;
  margin: 0px;
  display: inline-block;
}

.hovereffect h3 {
    text-transform: none;
    color: #fff;
    text-align: left;
    position: relative;
    font-size: 12px;
  float: center;
  margin: 0px;
  display: inline-block;
}
.hovereffect h2:hover {
  color:#337ab7;
  }

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}
.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}


.hovereffect p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
  color: #252d31;
}

.hovereffect h2,
.hovereffect p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}

.hovereffect p.icon-links a span:before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.twitter-typeahead{
    min-width:100%;
}

.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.hovereffect:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hovereffect:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.hovereffect:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

  @media (min-width: 768px) {
      .modal-xl {
        width: 90%;
       max-width:1200px;
      }
    }
.notification-success { color: #468847; }
.notification-info { color: #2e6da4; }
.notification-warning { color: #d58512; }
.notification-error { color: #b94a48; }
.thumb {
    width: 24px;
    height: 24px;
    float: none;
    position: relative;
    top: 7px;
}

form .progress {
    line-height: 15px;
}
}

.progress {
    display: inline-block;
    width: 100px;
    border: 3px groove #CCC;
}

.progress div {
    font-size: smaller;
    background: #337ab7;
    width: 0;
    color:white;
}

.typeahead {
    background-color: #FFFFFF;
}
.tt-input {
  width:100%;
}
.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
    color: #999999;
}
.tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 422px;
    cursor: pointer;
}
.tt-suggestion {
    font-size: 12px;
    line-height: 24px;
    padding: 3px 20px;
}
.tt-suggestion.tt-cursor {
    background-color: #0097CF;
    color: #FFFFFF;
}
.tt-suggestion p {
    margin: 0;
}
.tt-menu {
  position: relative;
  cursor: pointer;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 100%;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;

}

tt-suggestion.tt-cursor,.tt-suggestion.tt-selectable:hover{background-color:#0097CF;color:#FFF}

.gist {
    font-size: 14px;
}
.example-twitter-oss .tt-suggestion {
    padding: 8px 20px;
}
.example-twitter-oss .tt-suggestion + .tt-suggestion {
    border-top: 1px solid #CCCCCC;
}
.example-twitter-oss .repo-language {
    float: right;
    font-style: italic;
}
.example-twitter-oss .repo-name {
    font-weight: bold;
}
.example-twitter-oss .repo-description {
    font-size: 14px;
}
.example-sports .league-name {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 20px 5px;
    padding: 3px 0;
}
.example-arabic .tt-dropdown-menu {
    text-align: right;
}
.red {
    background-color: #d9534f !important;
    color:white !important;
}
div.img {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    max-width: 250px;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
      position: absolute;
    left: 0;
    bottom: 0;
  height: 100%;
  width: auto;
  /*
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);*/
}

div.desc {
    padding: 15px;
    text-align: center;
}

input{
    min-width: 100%;
    font-size: 1vw;
    margin:none;
    padding:0px;
    color:#323232;
}
.editable-field {
	margin-top:5px;
	margin-bottom:5px;
	font-size:12pt;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.upload-box {
	background-color: #1c1d1f;
	min-height:420px;
	color:whitesmoke;
}
.album-choice-btn {
	font-size:30pt;
	font-family: "HelveticaNeue-Light";
	font-weight:100;
	border-width: 3pt;
	min-width: 95%;
	background-color:transparent;
	color:whitesmoke;
	border-color:whitesmoke;
	margin:15px;
	min-height:400px;
}
.album-choice-btn:hover {
	background-color:whitesmoke;
	color:#323232;
	border-color:whitesmoke;
	border-width: 3pt;
	margin:15px;
	min-height:400px;
}
.album-submit-btn {
  font-size:14pt;
  min-width: 80%;
  background-color:transparent;
  color:whitesmoke;
  border-color:whitesmoke;
  margin:15px;
}
.album-submit-btn:hover {
  background-color:whitesmoke;
  color:#323232;
  border-color:whitesmoke;
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs > li:hover {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
     color:#323232;

}
.nav-tabs > li > a {
  color:#323232;
}
.nav-tabs > li > a:hover {
  background-color:#10769E;
  color:whitesmoke;
}
.nav-tabs > li > a:focus {
  background-color:#10769E;
  color:whitesmoke;
}
.nav-tabs, .nav-pills {
    text-align:center;
}
.modal-img-container {

}
/*.stamp-left {
  position: absolute;
  bottom: 10%;
  left: 6%;
  width: 13%;
}
.stamp-right {
  position: absolute;
  bottom: 10%;
  right: 6%;
  width: 13%;
}*/

.saveStamp{
  width:50%; color: #fff;
    background-color: #f26225;
    min-width: 120px;
    height: 48px;
    font-size: 12px;
    text-transform: uppercase;
}

.saveStamp:hover{
  background-color: #f3713a;
}

.cancelStamp{
  width:50%;
  color: #fff;
  background-color: #9e9e9e;
  min-width: 120px;
  height: 48px;
  font-size: 12px;
  text-transform: uppercase;
}

.cancelStamp:hover{
  background-color: #b1b1b1;
}
