.content {
    text-align: center;
    width: 100%;
    margin: 0px auto 0 auto;
    min-width: 1000px;
    overflow: hidden;
}

.row-full {
    width: 100%;
    margin: 0px auto;
    min-width: 1000px;
}

.row-margin {
    margin: 40px auto;
    min-width: 900px;
    max-width: 1800px;
    padding: 0px 50px;
}

.first-top {
    margin-top: 80px;
}

.first-bottom {
    margin-bottom: 60px;
}

.rmz-top {
    margin-top: 30px !important;
}

.rmz-bottom {
    margin-bottom: 40px !important;
}

.row-margin-zero {
    margin: 0px auto;
    min-width: 900px;
    max-width: 1800px;
    padding: 0 50px;
}

img {
    display: inline-block;
}

.row-img-full {
    height: 100%;
    width: 100%;
}

.row-table {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.row-table-contact {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 2%;
}

.row-table-cell {
    /*display: table-cell;
    vertical-align: top;
    padding: 0px 10px 0px 10px;*/
}

.cell-half {
    width: 50%;
}

.cell-qtr {
    width: 24%;
	margin-left:1%;
    text-align: left;
}

.cell-five {
    width: 20%;
    text-align: left;
}

.cell-six {
    width: 16%;
    text-align: left;
}

.cell-third {
    width: 32.2%;

}

.cell-2third {
    width: 66.66666666%;
    text-align: left;
}

.button-a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
}

.button-c {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    background-color: #e25840;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    -webkit-appearance: none;
}

.button-c:hover {
    background-color: #4d4d4d;
}

.button-outline {
    border: 1px solid grey;
}

.button-b {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    background-color: #e25840;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
}

.button-a:hover,
.news-link:hover {
    background-color: #e25840;
    color: #fff;
}


/************************************************************************ home featured/news*/

.home-featured {
    position: relative;
}

.home-featured-pic .bg-pic {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* For IE8 and earlier */
}

.home-featured-pic {
    background-color: #000;
}

.home-featured-content {
    position: absolute;
    top: 7%;
    left: 75px;
    z-index: 1;
    text-align: left;
}

.home-featured-content h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 100;
    text-transform: uppercase;
}

.home-vertical-line {
    width: 2px;
    height: 30%;
    background-color: #fff;
    position: absolute;
    top: 0%;
    left: 60px;
}

.home-new-tag {
position: absolute; top: 30%; right: 8%; text-align: right;
}


@media (min-width: 1300px) {
    .home-new-tag {
    position: absolute; top: 47%; right: 8%; text-align: right;
    
}
}

@media (min-width: 1400px) {
    .home-new-tag {
    position: absolute; top: 52%; right: 8%; text-align: right;
    
}
}  

/*
@media (max-width: 1100px) {
    .home-new-tag {
    position: absolute; top: 0%; right: 8%; text-align: right;
}
} 

@media (max-width: 1150px) {
    .home-new-tag {
    position: absolute; top: 0%; right: 8%; text-align: right;
}
} 

@media (max-width: 1250px) {
    .home-new-tag {
    position: absolute; top: 0%; right: 8%; text-align: right;
}
} */





.home-news {
    text-align: left;
    background: url('../images/dash.jpg') no-repeat 20px bottom;
}

.home-news-content {
    padding: 25px;
    text-align: left;
}

.news-featured-content {
    position: absolute;
    top: 25%;
    left: 60px;
    z-index: 1;
    text-align: left;
    padding-right: 50px;
}

.event-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.event-name {
    margin: 5px 0px;
}

.news-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 100;
    color: #000;
    text-decoration: none;
}

.news-header {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.big-news .news-link {
    font-size: 40px !important;
    line-height: 48px;
}

.small-news .news-link {
    font-size: 20px !important;
    line-height: 26px;
}

.pagination {
    margin-top: 80px;
}

.pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 100;
    color: #000;
    text-decoration: none;
    background-color: red;
    padding: 15px 20px;
    background-color: #ececec;
}

.pagination a:hover {
    background-color: #e25840;
}

.pagination .active {
    background-color: #c2c2c2;
}