			/*
			* Page Loader
			*/
			@import url(pageloader.css);
			@import url(sweet-alert.css);
			@import url(jquery.datetimepicker.css);
			
			@import url(http://www.dropzonejs.com/css/dropzone.css?v=1423494334);
			
			@import url(http://fonts.googleapis.com/css?family=PT+Mono);
			@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
			@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic);
			@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);


			/* Bootstrap 3 Selectors
				@media(max-width:767px){}
				@media(min-width:768px){}
				@media(min-width:992px){}
				@media(min-width:1200px){}
			*/

			/* Sticky footer styles
			-------------------------------------------------- */
			html {
			  position: relative;
			  min-height: 100%;
			}

			body {
				font: 12px/16px Lato, 'PT Mono';
				background: transparent url("../img/bg.png") repeat scroll 0% 0%;
				/* Margin bottom by footer height */
			  	margin-bottom: 60px;
			}
			
			h1, h2, h3 ,h4 ,h5 ,h6 {
				font-family: Merriweather, Lato, 'PT Mono';
			}

			h3 {
				font-size: 1.8em;
				line-height: 1.3em;
			}

			h4 {
				line-height: 1.4em;
			}
			
			h5 {
				font-size: 1.2em;
				line-height: 1.5em;				
			}

			.font-300 {
				font-weight: 300;
			}

			.font-400 {
				font-weight: 400;
			}

			.font-600 {
				font-weight: 600;
			}

			#content {
				max-width: 1034px;
				/*margin: 60px 10px 0 10px;*/
				margin: 10px auto 0 auto;
				/*padding: 0 0 140px 0;*/
				padding: 0 15px 140px 15px;
			}

			.jumbotron {
				background-color: transparent;
				padding: 0px 10px;
			}
			
			.top-buffer-10 { margin-top:10px; }
			.top-buffer-15 { margin-top:15px; }
			.top-buffer-20 { margin-top:20px; }
			.top-buffer-30 { margin-top:30px; }
			.top-buffer-40 { margin-top:40px; }
			.top-buffer-50 { margin-top:50px; }
			.top-buffer-60 { margin-top:60px; }

			.bottom-buffer-10 { margin-bottom:10px; }
			.bottom-buffer-15 { margin-bottom:15px; }
			.bottom-buffer-20 { margin-bottom:20px; }
			.bottom-buffer-30 { margin-bottom:30px; }
			.bottom-buffer-40 { margin-bottom:40px; }
			.bottom-buffer-50 { margin-bottom:50px; }
			.bottom-buffer-60 { margin-bottom:60px; }

			.hidden {
				display: none;
				opacity: 0;
			}
			
			/* 
			*	Google Maps Panel 
			*/
			
			.mapInfo {
				min-height: 50px;
				padding: 8px;
				line-height: 1.2em;
				font-size: 0.9em;				
			}

			/*
			*	Navbar
			*/

			.navbar {
				background-color: transparent;
				border-bottom: 0px solid transparent;
			} 

			.navbar-nav {
				width: 100%;
				text-align: center;
			}
			
			.navbar-nav>li {
				float: none;
				display: inline-block;
			}

			@media(max-width:768px){
				.navbar-nav>li {
					display: block;
				}			
			}
			
			.navbar-logo {
				text-align: center;  
				margin: 0 auto;
				float: none;  
			}

			.navbar-header {
				float: none;
				text-align: center;
				margin-top: 10px;
				margin-bottom: 10px;
			}
			
			.navbar-nav>li>a {
				padding: 6px 10px;
				text-transform: uppercase;
				font-weight: 600;
				font-size: 11px;
			}

			.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
				color: #555;
				background-color: rgba(0, 0, 0, 0.08);
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}
			
			/*
			*	Logo
			*/

			#thexifer-logo img {
				width: 160px;
			}

			#thexifer-logo-just img {
				width: 380px;
			}

			#thexifer-logo-beta img {
				width: 50px;
			}

			/*
			*	AJAX Loading
			*/

			.ajax-loading {
				background: rgba(255,255,255,0.92);
				position: fixed; 
				left: 0; 
				top: 0; 
				width: 100%; 
				height: 100%; 
				display: none; 
				z-index: 9999;
				text-align: center;
			}
			
			.ajax-loading img {
				margin: 300px 0;
			}
			
			/*
			*	Tabs
			*/

			.source-tabs>li>a {
				padding: 10px 8px;
			}
			
			.source-tabs > li {
				width: 25%;
			}
			
			
			.upload-tab {
				background-color: rgba(0, 0, 0, 0.04);
			}

			.nav-tabs>li>a.upload-tab, .nav-tabs>li>a.upload-tab:focus {
				background-color: rgba(0, 0, 0, 0.01);
			}

			.upload-background {
				background: url('../img/upload-logo-full.png') no-repeat center;
				/*width: 90px;*/
				width: 100%;
				height: 40px;
				background-size: Auto 40px;
			}

			@media (max-width: 770px) {
				.upload-background {
					background: url('../img/upload-logo-small.png') no-repeat center;
					width: 100%;
					height: 38px;
					background-size: Auto 38px;
				}
			}	
			
			.dropbox-tab {
				background-color: rgba(0, 0, 0, 0.04);
			}

			.nav-tabs>li>a.dropbox-tab, .nav-tabs>li>a.dropbox-tab:focus {
				background-color: rgba(0, 0, 0, 0.01);
			}

			.dropbox-background {
				background: url('../img/dropbox-logo-full.png') no-repeat center;
				width: 100%;
				height: 40px;
				background-size: Auto 40px;
			}

			@media (max-width: 770px) {
				.dropbox-background {
					background: url('../img/dropbox-logo-small.png') no-repeat center;
					width: 100%;
					height: 38px;
					background-size: Auto 38px;
				}
			}

			.flickr-tab {
				background-color: rgba(0, 0, 0, 0.04);
			}

			.nav-tabs>li>a.flickr-tab, .nav-tabs>li>a.flickr-tab:focus {
				background-color: rgba(0, 0, 0, 0.01);
			}

			.flickr-background {
				background: url('../img/flickr-logo-full.png') no-repeat center;
				width: 100%;
				height: 40px;
				background-size: Auto 40px;
			}

			@media (max-width: 770px) {
				.flickr-background {
					background: url('../img/flickr-logo-small.png') no-repeat center;
					width: 100%;
					height: 38px;
					background-size: Auto 38px;
				}
			}

			.gdrive-tab {
				background-color: rgba(0, 0, 0, 0.04);
			}

			.nav-tabs>li>a.gdrive-tab, .nav-tabs>li>a.gdrive-tab:focus {
				background-color: rgba(0, 0, 0, 0.01);
			}

			.gdrive-background {
				background: url('../img/gdrive-logo-full.png') no-repeat center;
				width: 100%;
				height: 40px;
				background-size: Auto 40px;
			}

			@media (max-width: 770px) {
				.gdrive-background {
					background: url('../img/gdrive-logo-small.png') no-repeat center;
					width: 100%;
					height: 38px;
					background-size: Auto 38px;
				}
			}

			/*
			*	Dropzone
			*/

			.dropzone > .dz-message > span {
				font-size: 24px;
				line-height: 26px;
				text-transform: uppercase;
				font-weight: 400;			
			}

			.dropzone {
				border: 1px dotted #ccc;
				margin: 40px 0 0 0;
				background-color: rgba(0, 0, 0, 0.03);
			}

			.dropzone .dz-preview.dz-image-preview {
			  background: transparent;
			  text-align: center;
			}

			.dropzone button.open-SingleExifing {
				margin: 10px 0 0 0;
			}

			.dropzone .dz-preview .dz-remove {
				/* btn-xs */
				padding: 1px 5px;
				font-size: 12px;
				line-height: 1.5;
				border-radius: 3px;
				/* btn-danger */
				color: #fff;
				background-color: #d9534f;
				border-color: #d43f3a;
				/* btn */
				display: inline-block;
				margin: 9px 3px 0 -3px;
				font-weight: 400;
				text-align: center;
				white-space: nowrap;
				vertical-align: middle;
				-ms-touch-action: manipulation;
				touch-action: manipulation;
				cursor: pointer;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				background-image: none;
				border: 1px solid transparent;
				border-radius: 4px;
			}

			.dropzone .download-SingleExifing {
				display: block;
				margin: 10px auto 0 auto;
			}

			/*
			*	Tab Dropbox
			*/	
			
			@media (min-width: 768px) {
				#dropbox_access_code {
					width: 60%;
				}
			}

			@media (max-width: 895px) {
				#dropbox-getauth {
					margin-top: 15px;
				}
			}

			.nav-tabs>li.active>a.upload-tab, .nav-tabs>li>a.upload-tab:hover, .nav-tabs>li.active>a.flickr-tab, .nav-tabs>li>a.flickr-tab:hover, .nav-tabs>li.active>a.dropbox-tab, .nav-tabs>li>a.dropbox-tab:hover, .nav-tabs>li.active>a.gdrive-tab, .nav-tabs>li>a.gdrive-tab:hover {
				background-color: rgba(0, 0, 0, 0.06);
			}
			
			select#dropbox-folders {
				font-size: 1em;
			}

			/*
			*	Footer
			*/
			.footer {
				position: absolute;
				bottom: 0;
				width: 100%;
				min-height: 70px;
				background-color: rgba(0, 0, 0, 0.03);
				padding: 15px;
			}

			.footer .footer-content {
			    text-transform: uppercase;
				letter-spacing: 5px;
				font-size: 16px;
				line-height: 16px;
				padding: 15px 0 8px 0;
				border-bottom: 1px solid #C3C3C3;
			}	

			.footer .small {
			    text-transform: uppercase;
				letter-spacing: 5px;
				font-size: 12px;
				text-align: center;
				padding: 8px 0 0 0;
			}

			.footer .footer-content-left {
			    text-transform: uppercase;
				font-size: 11px;
				line-height: 14px;
				padding: 20px 0 0 0;
				word-break: break-all;
			}

			.footer .footer-content-left .big {
			    text-transform: uppercase;
				font-size: 22px;
			}	


			.footer .footer-content-right {
			    text-transform: uppercase;
				word-break: break-word;
				font-size: 11px;
				padding: 14px 0 0 0;
			}			

			/*
			*	PayPal
			*/
			
			.paypal-donate {
				border: 1px dotted #ccc;
				margin: 40px 0 0 0;
				background-color: rgba(0, 0, 0, 0.03);
				padding: 25px;
			}		
			

			/*
			*	Autocomplete
			*/

			.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
			.autocomplete-suggestion { padding: 5px 8px; white-space: nowrap; overflow: hidden; }
			.autocomplete-selected { background: #F0F0F0; }
			.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
			.autocomplete-group { padding: 2px 5px; }
			.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

			/*
			*	Pagination
			*/

			.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
			  background-color: #337fff;
			}
			

			/*
			* The eXifer Form
			*/
			
			.modal-content {
				font: 11px/12px Lato, 'PT Mono';
			}
			
			.modal-content  h1,
			.modal-content  h2,
			.modal-content  h3,
			.modal-content  h4,
			.modal-content  h5,
			.modal-content  h6 {
				font-family: Lato, 'PT Mono';
			}
			
			.modal-content h3 {
				  font-size: 1em;
			}

			.checkbox-inline {
				line-height: 18px;
			}

			.btn-primary, .label-primary {
				background-color: #337fff;
			}
			
			.panel-title {
				margin: 12px 0;
			}
						
			
			#form-exiftool .nav-tabs>li {
				font-size: 110%;
			}

			.modal-title {
				margin: 25px 0 0 0;
				word-break: break-all;
			}

			.modal-title .alter {
				padding: 0 0 0 10px;
			}

			.modal-title .editing-files {
				padding: 8px;
				width: 95%;
			}

			.modal-header {
				padding: 15px 15px 0 15px
			}

			.modal-content {
				background-color: #F9F9F9;
				padding: 20px;
			}
			
			.modal-content pre {
				font-size: 10px;
				/*line-height: 0.95;*/
				padding: 9px 3px;
			}

			.modal-content pre code {
				margin-left: 8px;
				margin-right: 8px;
				line-height: 1.6em;
			}
			
			.data-error {
				background-color: #a94442;
			}

			label {
				word-break: break-all;
			}

			label.checkbox-inline {
			  line-height: 23px;
			  text-transform: uppercase;
			  font-size: 12px;
			}

			label.checkbox-inline input {
				font-size: 16px;
			}
		
			/* 
			*	Form Validation 
			*/
				span.error {
				font: bold 11px Arial, sans-serif;
				color:#fff;
				text-shadow: 1px 1px 1px #000;
				display: block;
				background: red;
				text-align: center; 
				height: 11px;
				padding: 8px 0;
				width: 155px; 
				line-height: 1em; 
				position: absolute; 
				top: 5px; 
				right: -156px; 
			}
		
			/*
			*	Isotope
			*/

			* {
			  -webkit-box-sizing: border-box;
			     -moz-box-sizing: border-box;
			          box-sizing: border-box;
			}

			body {
			  font-family: sans-serif;
			}

			/* ---- button ---- */


			/* ---- isotope ---- */

			* {
			  -webkit-box-sizing: border-box;
			     -moz-box-sizing: border-box;
			          box-sizing: border-box;
			}

			/* clear fix */
			.flickr-isotope:after {
			  content: '';
			  display: block;
			  clear: both;
			}

			/* ---- .element-item ---- */

			.flickr-grid-item {
				float: left;
				background-color: rgba(0, 0, 0, 0.03);
				border: 1px solid rgba(0, 0, 0, 0.04);	
				padding: 10px;
				margin-bottom: 10px;
			}

			.flickr-grid-item .thumbnail {
				background-color: transparent; 
			  	border: 0px solid transparent;
			}

			.flickr-grid-item, .flickr-grid-sizer {
				width: 110px;
				height: auto;
			}

			.flickr-gutter-sizer {
				width: 10px;
			}


			/* 
			*	Isotope Dropbox 
			*/

			/* clear fix */
			.dropbox-isotope:after {
			  content: '';
			  display: block;
			  clear: both;
			}

			/* ---- .element-item ---- */

			.dropbox-grid-item {
				float: left;
				background-color: rgba(0, 0, 0, 0.03);
				border: 1px solid rgba(0, 0, 0, 0.04);	
				padding: 10px;
				margin-bottom: 10px;
			}

			.dropbox-grid-item .thumbnail {
				background-color: transparent; 
			  	border: 0px solid transparent;
			}

			.dropbox-grid-item, .dropbox-grid-sizer {
				width: 110px;
				height: auto;
			}

			.dropbox-gutter-sizer {
				width: 10px;
			}


			/* 
			* Isotope Google Drive 
			*/

			/* clear fix */
			.gdrive-isotope:after {
			  content: '';
			  display: block;
			  clear: both;
			}

			.gdrive-isotope {
				margin-left: auto;
				margin-right: auto;
			}

			/* ---- .element-item ---- */

			.gdrive-grid-item {
				float: left;
				background-color: rgba(0, 0, 0, 0.03);
				border: 1px solid rgba(0, 0, 0, 0.04);	
				padding: 10px;
				margin-bottom: 10px;
			}

			.gdrive-grid-item .thumbnail {
				background-color: transparent; 
			  	border: 0px solid transparent;
			}

			.gdrive-grid-item, .gdrive-grid-sizer {
				width: 110px;
				height: auto;
			}

			.gdrive-gutter-sizer {
				width: 10px;
			}

			/*
			* Thumbnails
			*/

			.thumbnail {
				margin-bottom: 0;	
			}

			.thumbnail img {
				/* IMPORTANT for Isotope */
				max-height: 55px;
			}

			.thumbnail .caption {
				padding: 0px;
			}

			.thumbnail .caption h5 {
				font-family: Dosis, Lato;
				font-size: 16px;
				line-height: 0.9em;
			}

			.edited-thumbnail {
				background-color: rgba(94, 213, 86, 0.24);
			}

			.failed-thumbnail {
				background-color: rgba(192, 29, 29, 0.13);
			}

			span.authenticated-user {
				font-weight: 600;
			}

			/*
			*	AddThis Box
			*/

			.addthis_toolbox {
				background: rgba(0,0,0,0.06);
				border-top: 1px solid #bebebe;
				border-right: 1px solid #bebebe;
				border-bottom: 1px solid #bebebe;
				height:370px;
				width:65px;
				position: fixed;
				top: 10px;
				left: 0;
				cursor: pointer;
				-webkit-border-top-right-radius: 8px;
				-webkit-border-bottom-right-radius: 8px;
				-moz-border-top-right-radius: 8px;
				-moz-border-bottom-right-radius: 8px;
				border-top-right-radius: 8px;
				border-bottom-right-radius: 8px;	
			}

			#shareLogo {
				display:block;
				position: fixed;
				height:90px;
				width:62px;
				background: url(../img/share.png) no-repeat center;
			}

			.addthis_counter {
				position: fixed;
				top: 100px;
				left: 8px;
				display: block;
				width: 50px;
				height: 50px;
			}

			.addthis_button_facebook_like {
				position: fixed;
				top: 170px;
				left: 7px;
				display: block;
				width: 47px;
				height: 62px;	
			}

			.addthis_button_tweet {
				position: fixed;
				top: 240px;
				left: 3px;
				display: block;
				width: 55px;
				height: 62px;
			}

			.addthis_button_google_plusone {
				position: fixed;
				top: 310px;
				left: 5px;
				display: block;
				width: 50px;
				height: 60px;
			}

			/*
			*	Feedback Box
			*/

			#feedback {
				/* background:transparent url(../img/stripesGrungeLight.jpg) ; */
				background: rgba(0,0,0,0.06);
				border-top: 1px solid #bebebe;
				border-right: 1px solid #bebebe;
				border-bottom: 1px solid #bebebe;
				height:120px;
				left:0;
				position:fixed;
				top:390px;
				width:65px;
				cursor: pointer;
				-webkit-border-top-right-radius: 8px;
				-webkit-border-bottom-right-radius: 8px;
				-moz-border-top-right-radius: 8px;
				-moz-border-bottom-right-radius: 8px;
				border-top-right-radius: 8px;
				border-bottom-right-radius: 8px;
			}

			#feedbackForm {
				padding: 5px 5px 5px 10px;
				color: #444;
				font-weight: bold;
				text-align: center;
			}

			div#feedback:hover {
				background-position:-41px 0px;
			}

			#feedback a {
				display:block;
				height:117px;
				width:62px;
				background: url(../img/feedback.png) no-repeat center;
			}


			/*
			*	Credits Page
			*/

			.vcard h5 {
				font-size: 0.55em;
				line-height: 1.4em;
			}

			.vcard-label {
				background-color: rgba(0, 0, 0, 0.1);
				padding: 3px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			}

			/*
			*	FAQ Page
			*/

			.panel-heading {
				padding: 2px 15px;
			}

			/*
			*	Donations Page
			*/

			.fixed-table-toolbar {
				margin-top: -50px;
			}

			#goal-thermometer {
				color: #000;
				margin-top: 150px;
			}

			@media(max-width:768px){
				#goal-thermometer {
					max-width: 160px;
					margin-left: auto;
					margin-right: auto;
					margin-top: 30px;
				}
			}

			#goal-thermometer p {
				color: #000;
			}

			/*
			*	Contact Form Page
			*/

			.contact-form label {
				line-height: 23px;
				font-size: 12px;
			}

			.g-recaptcha > div > div {
				margin: 0 auto;
			}

