#modal .gallery-modal {
    background: none !important;
}

#SelectedTag {
    background: #a50000;
    color: white;
    width: 100%;
    font-family: "SBPakenham";
    border: 3px solid #fff;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    text-align-last: center;
}

    #SelectedTag::-ms-expand {
        display: none;
    }

    #gallery-modal-over::selection {
    background: none !important;
}
   #gallery-modal-over::-moz-selection {
    background: none !important;
}
      .image-control::selection {
    background: none !important;
}
   .image-control::-moz-selection {
    background: none !important;
}

#gallery-modal-text::selection {
    background: none !important;
}

#gallery-modal-text::-moz-selection {
    background: none !important;
}

#modal-image::-moz-selection {
    background: none !important;
}

#modal-image::selection {
    background: none !important;
}

.modal-video::-moz-selection {
    background: none !important;
}

.modal-video::selection {
    background: none !important;
}

#gallery-modal .image-control input {
    background-color: #a50000;
    border: none;
    color: white;
    margin-bottom: 15px;
}



@media only screen and (min-width: 768px) {
    #gallery-modal-over {
        height: 400px;
        padding-top: 28px;
        margin-bottom: 12px;
    }

    #gallery-text {
        width: 35%;
        padding-bottom: 10px !important;
        float: right;
		margin-top:5px;
    }

    .gallery-onlyImage {
        width: 65%;
        float: left;
    }

    #gallery-media {
        height:350px;
        text-align:center;/**/
        margin: 1em 0;/**/
        display:inline-table;/**/
    }

    .gallery-helper{/**/
        display: inline-block;
    height: 100%;
    vertical-align: middle;
    }
    
    #modal-image {
        vertical-align: middle;
        max-height: 348px;
        max-width:100%;
    }

    .modal-video {
        max-height: 348px;
        max-width:100%;
    }

    iframe.modal-video {
        height: 320px;
	width:100%;
    }

    #gallery .gallery-link img {
        max-height: 300px !important;
    }
	.gallery-link{
        display:inline-block;
    }
    .gallery-icon{
        width:40px;
        position:absolute;
        z-index:1;
        margin-top:-50px;
}
    .gallery-modal {
        width: 80% !important;
        max-width: 900px !important;
    }
}

@media only screen and (max-width: 767px) {
	#SelectedTag {
        padding-left:20%;
        font-size: 14px;
    }
	
    #gallery-modal-over {
        height: 380px;
        padding-top: 28px;
        margin-bottom: 12px;
    }
    
    #gallery-modal-text {
        font-size:10px !important;
    }

    #modal-image {
        vertical-align: middle;
        max-height: 250px;
        max-width:100%;
    }

    .modal-video {
        max-height: 250px;
        max-width:100%;
    }

    iframe.modal-video {
        height: 250px;
	width:100%;
	
    }
	#gallery .gallery-link img {
        max-height: 120px !important;
    }
	.gallery-link{
        display:inline-block;
    }
    .gallery-icon{
        width:20px;
        position:absolute;
        z-index:1;
        margin-top:-25px;
    }
}

/*only to this sandbox*/
#gallery-modal-text {
	color:white !important;
}

.section-form form.gallery-menu {
    float: inherit !important;
}


.section-form form.gallery-load {
    float: inherit !important;
    padding-top: 20px;
}

form.pegasus .submit-wrapper input {
        background-color: #b6100c;
        color: #fff;
        font-family: "SBPakenham";
        font-size: 26px;
        text-transform: uppercase;
        border: 3px solid #fff;
        padding: 16px;
        line-height: 0;
        height: auto;
        margin: 0;
    }
