.pictLegend  {
    font-weight: bold;
    list-style: disc;
    color: #f89400;
}

button {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.preview .photoContainer  {
    position: relative;
    width: 335px;
    border: 2px solid #999;
    float: left;
    padding: 3px;
    margin-bottom: 10px;
}

.preview .photoContainer img {
    display: block;
}

.preview .photoContainer .delete  {
    position: absolute;
    top: 3px;
    right: 3px;
}

.pictureContentTop, .pictureContentMid, .pictureContentBot {
    padding-left: 10px;
    margin-left: -10px;
}

.picture {
    opacity: 0;
    position: relative;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 2px #AAA;
}

.ie67 .picture {
	float: left;
}

.picture img, .placeholder_img {
    display: inline-block;
    margin: 0;
    opacity: 1;
    padding: 0;
    vertical-align: bottom;
}

.placeholder_img {
    opacity: 1;
    margin-bottom: 10px;
}

.active
.thumbs {
    border: 1px solid #DFDFDF;
}

.thumbs {
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 60px;
}

.sideAuthor {
    margin-top:5px;
}

.thumbs img {
    max-width: none;
}

.innerPicture {
}

.pictureImage {
    position: relative;
}

.overlayNav {
    display: none;
    position: absolute;
    top: 47%
}

.navLeft {
    left: 14px;
}

.navRight {
    right: 12px;
}

.navBotRight {
    top: auto;
    bottom: 2px;
    right: 12px;
}

.overlayNav a {
    text-shadow: 1px 1px 5px #000;
    opacity: 0.9;
    font-size: 80px;
    color: #FFF;
}

.overlayNav a:hover {
    text-shadow: 1px 1px 3px #000;
    text-decoration: none;
}

.ie678 .overlayNav a {
    color: #C6C6C6;
}

.navBotRight a {
    font-size: 24px;
}

.previewBar a {
    padding: 0 6px !important;
}

.picMeta {
    position: absolute;
    z-index: 10;
    bottom: 1px;
    left: 1px;
    font-size: 11px;
    color: #FFF;
    border-radius: 0 0 0 3px;
    padding: 5px 5px 2px 5px;
    text-shadow: 1px 1px 0px #000;
    width: 100%
}

.picMeta a {
    color: #FFF;
    pointer-events: auto;
}

.picAction .btn-group.btn-static {
    margin-left: 15px !important;
}

.picAction .btn-like {
    margin-top: 0px !important;
}

.picAction .btn-group.btn-static:first-child {
    margin-left: 0px !important; 
}

.picAction .btn-toolbar{
    margin-bottom: 0px;
}

.btn-group .action-box {
    font-family: 'Merriweather Sans',Helvetica,Arial,sans-serif;
    font-size: 12px;
    height: 27px;
    line-height: 16px;
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    text-shadow: 0 1px 1px #D7D7D7;
    padding: 5px 8px;
    text-transform: uppercase;padding: 5px 8px;
    text-transform: uppercase;
    text-align:center;
    vertical-align: middle;
}

.ie67 .btn-group .action-box {
    height: 18px;   
    margin-right: 0px;
}

.statsRow .action-box i {
    font-size: 16px;
}

.iconLoc {
    font-size: 12px;
}

.iconLoc i {
    font-size: 20px;
}

.picMeta a:hover {
    text-decoration: none;
}

.countryItem {
    font-size: 12px;
}

.countryFlag {
    bottom: 0px;
    right: 0px;
    height: 16px;
    position: absolute;
    width: 16px;
}

.picGallery {
    position: relative;
}

.spinner {
    left: 50%;
    position: absolute !important;
    top: 10%
}

.picLabel {
    color: #888888;
    font-size: 12px;
    
}

.numPics .picLabel {
    width: 80px;
    display: inline-block;
}

.btnAddPicture {
    width: 150px;
}

#fileupload table.table-striped  {
    width: 100%;
}

#fileupload table.table-striped td.preview  {
    width: 95px;
}

#fileupload .fileinput-button {
    font-size: 1.3em;
    height: 61px;
    line-height: 45px;
    margin-bottom: 20px;
    min-width:345px;
    max-width:450px;
}

#fileupload .infoUpload {
    color: #8F8F8F;
    font-size:25px;
}

#fileupload .picUploadForm {
    margin-top: 30px;
}

#fileupload .picUploadForm td {
    border-top: none;
    background: none;
}

.picAddMeta {
    display:none;
}

input[name=title], select#country {
    width:60%;
    min-width:150px;
}

select#region {
    width:60%;
    min-width:150px;
}

textarea[name=description]{
    width:100%;
    min-width:200px;
    height:100%
}

.picAddMeta {
    border-top:1px solid #DDDDDD;
}

#imagePreview{
    max-width:200px;
    max-height:200px;
}

.ie678 #imagePreview {
    max-width: none !important;
}

.preview{
    display:inline-block;
    position:relative
}

.preview .delete {
    color: #C61313;
    display: inline;
    font-size: 19px;
    position: absolute;
    right: -13px;
    top: -13px;
    cursor: pointer;
}

.preview .rotate {
    position:absolute;
    display:inline;
    bottom:7px;
}

.preview .rotate a{
    background: rgb(85, 85, 85);
    background: rgba(85, 85, 85, 0.78);
    color: #FFFFFF;
    padding: 3px 4px;
}

.preview .imageLoader {
    display: inline;
    font-size: 19px;
    position: absolute;
    left: 45%;
    top: 45%;
    cursor: pointer;
    display:none;
}

.btn-destGo {
    margin-left:10px;   
}

.navButton {
    font-size:35px !important;
    vertical-align:middle;
    line-height:60px !important;
}

#country, #region {
    display:inline-block;
}

#locate {
    margin-left:10px;
}

.gMap {
    display: none;
}

.numPics {
    font-size: 12px;
}

.picCommonInfo {
    padding-bottom:10px;
}

.picCommonInfo > .row {
    margin-top:10px;
}

.picUserInfo {
    
}

.picLoc {
    margin-right:10px;
}

.picAction {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
}

.picStats {
    display:none;
    text-align:right;
    font-size: 19px;
}

.picBackLabel {
    font-size: 11px;
    color: #888888;
    font-weight: normal;
}

.numViews {
    font-weight: bold;
}

.numComments {
    border-top:1px solid #DDDDDD;
    margin-top: 4px;
    padding-top: 4px;
    font-size:12px;
}

.stats-register-block, .stats-register-block i {
    font-size: 16px;
    line-height: 1.4em;
}

#section-presentation {
    margin-bottom: 0px;
}

#section-presentation h1 {
    display:inline-block;
}

.ie67 #section-presentation {
    margin-bottom: 10px;
}

.ie67 #section-presentation h1 {
    display:inline;
}

#picture-sub-heading {
	font-size: 24px;
}

.admin {
    background: rgba(51, 51, 51, 0.73);
    font-size: 12px;
    border-radius: 3px;
    color: #FFFFFF;
    left: -1px;
    padding: 0 2px;
    position: absolute;
    top: 41px;
    z-index: 6;
    pointer-events: auto;
}

.admin a {
    font-size: 12px;
    color: white;
}

.ie67 .admin {
	top: 28px;
}

/** ADD PICTURE **/
#successPreview, #errorPreview {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

#errorPreview {
    max-width: 200px;
}

.ie67 #fileupload .fileinput-button {
    vertical-align: auto;
    line-height: 60px;
}

.ie67 .picAddMeta .col-xs-12 {
    width: 550px;
}

.ie67 #block-map .col-sm-12 {
    width: 500px;
}

.ie67 #right-column #block-map .col-sm-12 {
    width: 100%;
}

.ie678 #successPreview, .ie678 #errorPreview {
    width: auto;
}

/*
 * MEDIA QUERIES
 */
@media (max-width: 767px) {
    #map {
        min-height: 150px;
    }
    
    .btn-destGo {
        height: 33px;
        line-height: 15px; 
    }
    
    .thumbs {
        height: 40px;
        width: 35px;
    }
    
    .navButton {
        font-size:26px !important;
        line-height:50px !important;
    }
    
    .sideThumbs{
        max-height:auto;
        max-width:150px;
        margin:0 auto
    }
    
    .btn-group .action-box {
        height: 30px;
        line-height: 18px;
    }
    
    .numPics {
        margin-top:1px;
    }
    
    .pagination li.arrow:nth-of-type(2) > a, .pagination li.arrow:nth-of-type(2) > span {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        
    }
    
    #fileupload .fileinput-button {
        font-size: 1.2em;
        min-width: 210px;
    }
}

@media (max-width: 991px) {
    
    /* PHONE */
    .fileinput-button {
        margin-bottom: 0px;
    }
}
