/********************************************************
* @author Bob Michaels // Texas General Land Office
*********************************************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,700,300);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700italic);
body {
    font-family: Raleway, sans-serif;
    margin: 0;
    background-color: #000;
}
p {
    margin: 10px 0;
}
hr {
    clear: both;
    border-top: solid 1px #CCC;
}
a#scroll-top {
    position: fixed;
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
}
a#scroll-top:hover {
    color: #333;
}

.content1a1 div,
.content1a div,
.content1 div,
.content2 div,
.content3 div,
.content4 div,
.content5 div,
.content6 div,
.ds-content div,
.footer div {
    transition: all 0.9s ease;
}

div.gridwrap, div.grid, div.item {
    transition: none;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: absolute;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    background-color: #a32c22;
    z-index: 500000;
    top: 53px;
    padding: 18px;
}

a.sr-only {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  background-color:#a32c22;
  z-index:1000;
}

.fa-ul li {
    margin-bottom: 20px;
}

.fa-ul.compact li {
    margin-bottom: 0px;
}

.image-full {
    width: 100%;
}

.image-right {
    float: right;
    width: 250px;
    margin: 0 0 20px 20px;
}

.image-right img {
 width: 100%;
}

.image-left {
	float: left;
	width: 250px;
	margin: 0 20px 20px 0;
}

.image-left img {
 width: 100%;
}



.navbar .fa-ul li {
    margin-bottom: 0px;
}

.hours-text {
    font-size:12px;
    line-height:15px;
}

#header {
    height: auto;
    z-index: 100;
}
.homevid {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}
.home-announcement {
    text-align:center;
	background-color:#427082;
	padding:60px 0;
	color: #FFF;
}
.home-announcement h2 {
	margin-top: 0;
	color: #FFF;
}
.home-greeting-mob {
    display: none;
}
.cta {
    bottom: 35%;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    position: absolute;
    width: 100%;
}
.cta .inner {
    color: #FFF;
    font-weight: 700;
    padding: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
.cta .inner h1 {
    font-size: 60px;
    margin-top: 0px;
}
.btn-hm {
    background-color: #fff;
    border: 2px solid #a32c22;
    border-radius: 0;
    color: #a32c22;
    font-family: "Roboto Condensed", Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 24px;
    margin-right: 8px;
    margin-top: 30px;
    min-width: 150px;
    moz-transition: all .3s ease;
    padding: 0 26px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all .3s ease;
    webkit-transition: all .3s ease;
}
.btn-chron {
    background-color: #fff;
    border: 2px solid #a32c22;
    border-radius: 0;
    color: #a32c22;
    font-family: "Roboto Condensed", Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 24px;
    margin-right: 8px;
    margin-top: 30px;
    min-width: 150px;
    moz-transition: all .3s ease;
    padding: 0 26px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all .3s ease;
    webkit-transition: all .3s ease;
    float: right;
}

.btn-chron:focus {
    color:#000;
}
.btn-cc {
    background-color: #fff;
    border: 2px solid #a32c22;
    border-radius: 0;
    color: #a32c22;
    font-family: "Roboto Condensed", Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px;
    min-width: 150px;
    moz-transition: all .3s ease;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all .3s ease;
    webkit-transition: all .3s ease;
    padding: 10px;
    float: none;
}
.btn-cc:hover {
    border: 2px solid #000;
    color: #000;
}

.btn-cc:focus {
    color: yellow;
}

.btn-clr {
    background-color: none;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: "Roboto Condensed", Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 24px;
    margin-right: 8px;
    margin-top: 30px;
    min-width: 150px;
    moz-transition: all .3s ease;
    padding: 0 26px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all .3s ease;
    webkit-transition: all .3s ease;
}

.btn-clr:focus {
    color:yellow;
}
.btn-tmln {
    width: 200px;
}
.btn-tmln:focus {
    color: yellow;
}
.btn-clr:hover {
    border: 2px solid #FFBE93;
    color: #FFBE93;
}
.hm-hero {
    background: #a32c22;
    color: #FFF;
    padding: 150px 0;
    position: relative;
}
.hm-hero h3,
.hmbanner .subtitle,
.content1a1 .subtitle,
.content1a .subtitle,
.content1 .subtitle,
.content2 .subtitle,
.content3 .subtitle,
.content4 .subtitle {
    color: #FFBE93;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
}
.hmbanner h2,
.content1a1 h2,
.content1a h2,
.content1 h2,
.content2 h2,
.content3 h2,
.content4 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 41px;
    text-transform: uppercase;
}
.hm-hero h2 {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    text-transform: uppercase;
}
.timeline-story .row {
    padding: 30px 0;
}
.timeline-story .row h2 {
    font-size: 28px;
}
.timeline-text {
    text-align: left;
}

.hmbanner {
    background-color: #000;
    background-image: url(../images/home/hm-banner.jpg);
    background-position: center top;
    background-size: cover;
    color: #FFF;
    height: 500px;
    padding: 150px 0;
    position: relative;
    z-index: 5;
}

.content1a1 {
    background-image: url(../images/home/ribbon1a1.jpg);
    background-position: center top;
    background-size: cover;
    border-top: 2px solid #a32c22;
    color: #FFF;
    height: 500px;
    padding: 150px 0;
    position: relative;
    z-index: 5;
}

.content1a {
    background-image: url(../images/home/ribbon1a.jpg);
    background-position: center top;
    background-size: cover;
    border-top: 2px solid #a32c22;
    color: #FFF;
    height: 500px;
    padding: 150px 0;
    position: relative;
    z-index: 5;
}

.content1 {
    background-color: #000;
    background-image: url(../images/home/ribbon1.jpg);
    background-position: center top;
    background-size: cover;
	border-top: 2px solid #a32c22;
    color: #FFF;
    height: 500px;
    padding: 150px 0;
    position: relative;
    z-index: 5;
}
.content2 {
    background-image: url(../images/home/ribbon2.jpg);
    background-position: center top;
    background-size: cover;
    border-top: 2px solid #a32c22;
    color: #FFF;
    height: 500px;
    padding: 150px 0;
    position: relative;
    z-index: 5;
}
.content3 {
    background-image: url(../images/home/ribbon3.jpg);
    background-position: center top;
    background-size: cover;
    border-top: 2px solid #a32c22;
    color: #FFF;
    height: 500px;
    padding: 150px 0;
    position: relative;
    z-index: 5;
}
.content4 {
    background-image: url(../images/home/ribbon4.jpg);
    background-position: center top;
    background-size: cover;
    border-top: 2px solid #a32c22;
    color: #FFF;
    height: 500px;
    padding: 150px 0;
    position: relative;
    z-index: 5;
}
.content5 {
    position: relative;
    background-color: #a32c22;
    border-top: 2px solid #a32c22;
    padding: 50px 0 50px 0;
    z-index: 5;
}
.content5 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 41px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #FFF;
}
/* event titles */

.event-tile-wrapper {
    padding: 20px;
    position: relative;
    overflow: hidden;
}
a.event-tile-item:hover {
    text-decoration: none;
}
a.event-tile-item:focus .fade-accent-black,
a.event-tile-item:hover .fade-accent-black {
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.event-tile-item-inner {
    height: 200px;
}
.event-tile-item-inner img {
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
    transition: all 3s;
}
.event-tile-item-inner:hover img {
    -moz-transform: scale(2.1);
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
}
.image-block .image-block-bg.portrait {
    width: auto;
    max-width: none;
    height: 100%;
}
.image-block .image-block-bg {
    position: absolute;
    top: 0;
    right: -10000%;
    bottom: 0;
    left: -10000%;
    margin: auto;
}
.news-overlay {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}
.fade-accent-black {
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.image-block-content {
    padding: 50px 0;
    position: relative;
}
.news-date {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 8px 0 6px 22px;
    top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.bg-accent-yellow-1 {
    background-color: #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
/*        .text-accent-black-1 {
            color: #FFF;
        }*/

.event-tile-event-time {
    font-size: 18px;
    font-weight: 700;
}
.text-accent-white-1 {
    color: #FFF;
    text-shadow: 1px 1px #000;
}
.text-accent-white-2 {
    color: rgba(242, 242, 242, .6);
}
.event-tile-event .news-label {
    position: absolute;
    right: 0;
    left: 0;
    font-size: 14px;
    /*margin-bottom: 20px;*/
    
    bottom: 0;
    margin-bottom: 0;
    padding: 10px 20px;
}
.bg-accent-blue-8 {
    background-color: #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.text-accent-yellow-1 {
    color: #FFBE93;
}
.content5 .image-block-content h2 {
    font-family: Raleway, sans-serif;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
/* end event tiles */

.btn-event-link {
    margin-top: 60px;
}
.content6 {
    background-color: #FFF;
    border-top: 2px solid #a32c22;
    column-rule: #000;
    moz-column-rule: #000;
    o-column-rule: #000;
    padding: 50px 0;
    position: relative;
    webkit-column-rule: #000;
    z-index: 5;
}
.content6 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 41px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.content6 li {
    font-size: 14px;
    margin-bottom: 15px;
}
.content6 li a {
    color: #a32c22;
    font-weight: 700;
    display:block;
}
.content6 li a:hover {
    color: #000;
    text-decoration: none;
}
.gallery-cell {
    height: 500px;
    width: 100%;
}
.timeline {
    background-color: #000;
    color: red;
    height: 500px;
    padding-top: 150px;
    position: relative;
    z-index: 5;
}
.timeline-story {
    display: none;
}
.line {
    background: url(../images/line-white.png) 0 0 repeat-y;
    height: 84px;
    left: calc(50%-2px);
    position: absolute;
    top: 43px;
    width: 4px;
    z-index: 0;
}
.ds-content {
    padding: 40px 0;
    background-color: #FFF;
}
.page-title {
    background-color: #a32c22;
    color: #FFF;
    margin-top: 50px;
}
.page-title h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: right;
    text-transform: uppercase;
    margin-top: 10px;
}
.news-title {
    font-size: 24px;
    margin: 0 0 10px 0;
}
.news-subtitle {
    font-size: 20px;
    margin: 0 0 20px 0;
}
.news-contact .fa-ul {
    margin-left: 22px;
}
/* Defenders */

#defendersList {
    display: inline;
}
ul#defenders-mobile {
    display: none;
}
ul#defendersList {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}
ul#defendersList a.sort {

    font-size: 16px;
    font-weight: bold;
}
ul#defendersList li {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: dotted 1px #ccc;
}
ul#defendersList li:hover {
    border-bottom: dotted 1px #a32c22;
}
ul#defendersList li.header {
    border-bottom: solid 1px #000;
    padding: 0 0 5px 0;
}
ul#defendersList li.header:hover {
    border-bottom: solid 1px #000;
}
ul#defendersList li a {
    color: #a32c22;
}
.defender-name {
    font-weight: bold;
}
.googlemap iframe {
    width: 100%;
    min-height: 600px;
}
.hm .footer {
    z-index: 10;
}
.footer-brand {
    background-color: #a32c22;
    padding: 60px 0;
    position: relative;
    z-index: 10;
}

.footer-brand h3 {
    color:#FFF;
    text-transform:uppercase;
}

.footer {
    background: url(../images/alamo-bg-footer.jpg) no-repeat top center #000;
    background-size: cover;
    color: #FFF;
    font-size: 17px;
    padding-top: 50px;
    position: relative;
}
.footer hr {
    border-top: dotted 1px #FFF;
    margin-top: 50px;
}

.footer hr.sep {
    border-top: dotted 1px #FFF;
    margin: 20px 0;
}

.footer h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
.footer li {
    margin-bottom: 15px;
}
.location {
    border-left: dotted 1px #FFF;
    border-right: dotted 1px #FFF;
}
.social a {
    color: #FFF;
    font-size: 48px;
    margin-right: 20px;
}
.social a:hover {
    color: #ccc;
}
.social a:last-child {
    margin-right: 0;
}
a.hotel-link {
	font-size: 16px;
} 
.copyright {
    font-size: 12px;
    padding: 10px 0 30px 0;
}
.copyright a {
    color: #FFF;
}
.copyright a:hover {
    color: #CCC;
}
.address {
    font-size: 14px;
}
.form-group.details p:first-child {
    margin-top: 0px;
}
.form-group.address p:first-child {
    margin-top: 0px;
}

.contact p {
    margin:0 0 5px 0;
    font-size:14px;
}



@media (max-width: 992px) {
    .footer h2 {
        font-size: 22px;
    }
    .footer .contact {
        font-size: 14px;
    }
    .footer .social a {
        font-size: 40px;
        margin-right: 20px;
    }
    ul#defendersList li.header {
        display: none;
    }
    .hmbanner,   
	.content1a1,
	.content1a,
    .content1,
    .content2,
    .content3,
    .content4 {
        height: auto;
        padding: 40px 0;
    }
.hmbanner {
    background-image: url(../images/home/hm-banner-sm.jpg);
}
.content1a1 {
    background-image: url(../images/home/ribbon1a1-sm.jpg);
} 
.content1a {
    background-image: url(../images/home/ribbon1a-sm.jpg);
}  
.content1 {
    background-image: url(../images/home/ribbon1-sm.jpg);
}
.content2 {
    background-image: url(../images/home/ribbon2-sm.jpg);
}
.content3 {
    background-image: url(../images/home/ribbon3-sm.jpg);
}
.content4 {
    background-image: url(../images/home/ribbon4-sm.jpg);

}
    .hmbanner h2,
	.content1a h2,
    .content1 h2,
    .content2 h2,
    .content3 h2,
    .content4 h2,
    .content5 h2 {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        text-transform: uppercase;
        text-shadow: 1px 1px #000;
    }
    
    .content6 h2 {
        font-size: 30px;
    }
    
    
    
}
@media (max-width: 767px) {
    
    .sticky-wrapper {
        position:relative;
    }
    .homevid {
        display: none;
    }
    .home-greeting-mob {
        display: block;
        background: url(../images/bg-greeting-mob.jpg) no-repeat center top;
    }
    .cta-mob {
        position: relative;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 24px;
        padding: 40px 0;
    }
    .cta-mob .inner {
        color: #FFF;
        font-weight: 700;
        padding: 20px;
        text-align: center;
        text-shadow: 1px 1px 1px #000;
    }
    .cta-mob .inner h1 {
        font-size: 30px;
        margin-top: 0px;
    }
    .hm-hero {
        display: block;
        margin-top: 0;
        padding: 40px 0;
        z-index: 1000;
    }
    .hm-hero h2 {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        text-transform: uppercase;
    }
    .timeline-story .row h2 {
        font-size: 20px;
    }
    .timeline-text {
        text-align: justify;
    }
    .hm-hero h3,
	.hmbanner .subtitle,
	.content1a1 .subtitle,
	.content1a .subtitle,
    .content1 .subtitle,
    .content2 .subtitle,
    .content3 .subtitle,
    .content4 .subtitle {
        color: #FFBE93;
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        text-shadow: 1px 1px #000;
    }


    
    .image-block-content h2 {
    font-family: Raleway, sans-serif;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

    .callout-rt {
        text-align: right;
    }
    .content5 .col-xs-6 {
        margin-bottom:20px;
    }
    .content6 h2 {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    
    .content6 a {
        font-size: 18px;
    }
    .content6 li {
/*        font-size: 12px;*/
        margin-bottom: 10px;
    }
    .page-title {
        margin-top: 0px;
    }
    
    .btn-event-link {
    margin-top: 40px;
}
    
    
    .location {
        border-left: none;
        border-right: none;
    }
    .footer h2 {
        font-size: 22px;
    }
    .copyright {
        text-align: center;
    }
    
    .glo-logo {
        text-align: center;
    }
    
    .contact p {
    font-size:16px;
}    
}



@media (max-width: 640px) {

.image-right {
	float: none;
	width: 100%;
	margin: 20px 0;
}

.image-left {
		float: none;
	width: 100%;
	margin: 20px 0;
}
}


@media (max-width: 400px) {
    .content5 .col-xs-6 {
        float: none;
        width: 100%;
    }
}


/* digital battlefield styles */

.thumb-link {
    float: left;
    width: 280px;
    border: #333 solid 1px;
    padding: 20px 20px 10px 20px;
    margin: 0 20px 20px 0;
    text-align: center;
}

@media (min-width: 992px) {
	.thumb-link {
		width: 444px;
	}
}

.sr-text { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}