﻿@charset "utf-8";
	
/******Section Events Start******/
section.sec-news {
    display: table;
    width: calc(100% - 60px);
    padding: 30px;
}
section.sec-news-title {
    width: 100%;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Lulo', Arial, sans-serif;
	color: #ff9800;
	margin-bottom: 25px;
}

section.sec-news-subTitle {
    width: calc(100% - 100px);
    text-align: center;
    font-size: 1.2em;
    padding: 10px 50px;
    margin-top: -30px;
	color: #828282;
	display:none;
}

section.sec-news-row {
    /* display: table; Fire Fox */ 
    width:100%;
    margin-bottom: 5px;
    min-height: 100px;
}
section.sec-news-img {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    float: left;
    background-size: cover;
}
section.sec-news-name {
    float: left;
    /*font-size: 16px;*/
    width: calc(100% - 130px);
    padding-left: 15px;
}

section.sec-news-name a {
	color: #717171;
	text-decoration: none;
}

section.sec-news-name a:hover {
    text-decoration: underline;
}

section.sec-news-more {
    width: 100%;
    height: 45px;
}

section.sec-news-btn {
    background: #FF9800;
    display: table;
    bottom: 180px;
    padding: 10px 15px;
    font-weight: bold;
    color: #ffffff;
    margin: auto;
    text-align: center;
    font-size: 13.824px;
    font-family: "AvenirNextLTPro-Bold";
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    transition-duration: 0.2s;
}/*section.sec-event-btn:hover {
    background: black;
    color: white;
}*/


/******Section news listing Start******/
section.sec-news-listing {
    display: table;
    width: 100%;
    position: relative;
    padding-bottom: 55px;
}

section.sec-news-listing-img {
    height: 250px;
    background-size: cover;
}

section.sec-news-listing-title {
    width: 100%;
    text-align: center;
    color: #ff9800;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Cocogoose', Arial, sans-serif;
}

section.sec-news-listing-subTitle {
    width: calc(100% - 100px);
    text-align: center;
    color: #3e3e3e;
    font-size: 1.2em;
    padding: 10px 50px;
    margin-top: -30px;
}

section.sec-news-listing-row {
    /*display: table;*/
    width: calc(33.3% - 32px);
    margin-bottom: 15px;
    background: #fdfdfd;
    border: 1px solid #e8e8e8;
    margin: 10px;
    position: relative;
    float: left;
    min-height: 460px;
    padding: 5px;
}

section.sec-news-listing-date {
    color: #6d6d6d;
    font-size: 1em;
    font-family: "Avenir";
    position: absolute;
    bottom: 0;
    padding: 0 1.3rem 1.5rem 1.3rem;
}

.news-listing-date-ico {
    color: #FF9800;
    margin-right: 10px;
}

section.sec-news-listing-date .day {
    font-size: 0.8em;
}

section.sec-news-listing-date .month {
    font-size: 0.8em;
}

section.sec-news-listing-name {
    font-size: 1.2em;
    padding: 1.5rem 1.3rem;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

section.sec-news-listing-name a {
    color: #3e3e3e;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

section.sec-news-listing-name a:hover {
    color: #cacaca;
}

section.sec-news-listing-summary {
    color: #a7a7a7;
    text-decoration: none;
    padding: 15px;
}


section.sec-news-listing-btn {
    background: #ff9800;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: 0.2s;
    font-family: "AvenirNextLTPro-Bold";
}

section.sec-news-listing-btn:hover {
    background: black;
    color: white;
}

section.sec-news-listing-paginated {
    position: absolute;
    bottom: 0;
    width: 100%;
}

section.sec-news-listing-paginated-column {
    display: table;
    margin: auto;
}

section.sec-news-listing-paginated-btn {
    background: #fdfdfd;
    padding: 5px;
    float: left;
    margin: 3px;
    width: 20px;
    min-height: 20px;
    text-align: center;
    border: 1px solid #ececec;
    transition-duration: 0.2s;
}


section.sec-news-listing-paginated-btn:hover {
	background: #eaeaea;
}
section.sec-news-listing-paginated-btn:active {
	background: #eaeaea;
}

section.sec-news-listing-paginated-column a {
    color: #424242;
}



/******Section news detail Start******/
section.sec-news-detail {
    display: table;
    width: 100%;
    position: relative;
    padding-bottom: 55px;
}

section.sec-news-detail-img {
    height: 400px;
    background-size: cover;
}

section.sec-news-detail-title {
    width: 100%;
    text-align: center;
    color: #ff9800;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Cocogoose', Arial, sans-serif;
}

section.sec-news-detail-subTitle {
    width: calc(100% - 100px);
    text-align: center;
    color: #3e3e3e;
    font-size: 1.2em;
    padding: 10px 50px;
    margin-top: -30px;
}

section.sec-news-detail-row {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e8e8e8;
    position: relative;
    padding: 30px;
}

section.sec-news-detail-date {
    color: #6d6d6d;
    font-size: 1em;
    font-family: "Avenir";
    position: absolute;
    bottom: 0;
    padding: 0 1.3rem 1.5rem 1.3rem;
}

.news-detail-date-ico {
    color: #FF9800;
    margin-right: 10px;
}

section.sec-news-detail-date .day {
    font-size: 0.8em;
}

section.sec-news-detail-date .month {
    font-size: 0.8em;
}

section.sec-news-detail-name {
    font-size: 1.8rem;
    padding: 0 1.5rem 1.3rem;
    font-weight: bold;
    position: relative;
    font-family: 'Circular', Arial, sans-serif;
    text-align: center;
}
section.sec-news-detail-name {
    margin-bottom: -40px;
    background: #f2f2f2;
}

section.sec-news-detail-name::after {
    content: "";
    border-bottom: 2px dotted #9c9c9c;
    width: 250px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

section.sec-news-detail-author {
    text-align: center;
    padding: 15px;
}
section.sec-news-detail-author b {
    display: block;
}
section.sec-news-detail-author b:before {
    content: "On";
    margin-right: 10px;
    font-weight: normal;
}

section.sec-news-detail-name a {
    color: #3e3e3e;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

section.sec-news-detail-name a:hover {
    color: #cacaca;
}

section.sec-news-detail-body {
    font-size: 1.5rem;
    margin-bottom: 50px;
}

section.sec-news-detail-more a {
	text-decoration: none;
}

section.sec-news-detail-btn {
    background: #dcdcdc;
    padding: 10px 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "AvenirNextLTPro-Bold";
    display: table;
    margin: 20px;
}

section.sec-news-detail-btn:hover {
    background: #636363;
}


/************************************Mobile Start********************************************/
@media (min-width: 320px) and (max-width: 500px) {

section.sec-news-detail-name::after {
    content: "";
    border-bottom: 2px dotted #9c9c9c82;
    bottom: -3px;
}

section.sec-news-detail-body {
    font-size: 1em;
    margin-bottom: 25px;
}

.two-column {
    display: table;
    width: 100%;
}

section.sec-news {
    display: table;
    width: calc(100% - 30px);
    padding: 15px;
}

section.sec-news-title {
    font-size: 1.2em;
}

section.sec-news-name {
    width: calc(100% - 85px);
    font-size: 0.8em;
}
section.sec-news-img {
    width: 70px;
    height: 50px;
    border-radius: 3px;
}
section.sec-news-row {
	display:table; /* add to fix firefox issue */
    min-height: 0;
    margin-bottom: 15px;
}
section.sec-news-btn {
    font-size: 0.6em;
    margin-top: 30px;
}

section.sec-news-listing-title {
    font-size: 1.2em;
}
section.sec-news-listing-row {
    width: calc(100% - 10px);
    margin: 0 0 15px 0;
}
section.sec-news-listing-name {
    font-size: 0.8em;
    text-align: center;
}
section.sec-news-listing-date {
    text-align: center;
    font-size: 0.8em;
    position: unset;
    padding: 15px 0;
}
section.sec-news-listing-row {
    width: calc(100% - 10px);
    margin: 0 0 15px 0;
    min-height: 0;
}

section.sec-news-detail-title {
    font-size: 1.2em;
}

section.sec-news-detail-row {
    padding: 15px;
    width: calc(100% - 30px);
    margin: 15px;
}

section.sec-news-detail-name {
    font-size: 1em;
    padding: 0;
}
section.sec-news-detail-name {
    margin-bottom: -30px;
}

section.sec-news-detail-author {
    padding: 5px 0 15px;
}
section.sec-news-detail-btn {
    font-size: 0.6em;
    margin: auto;
}


}

/******Tablet Section******/
@media (min-width: 501px) and (max-width: 1024px){

section.sec-news {
    padding: 50px 30px;
}

section.sec-news-title {
    font-size: 3em;
}

section.sec-news-row {
	display:table; /* add to fix firefox issue */
    margin-bottom: 15px;
}

section.sec-news-img {
    width: 120px;
    height: 120px;
}

section.sec-news-name {
    font-size: 1.5em;
    width: calc(100% - 150px);
    padding-left: 20px;
}

section.sec-news-btn {
    font-size: 30px;
}

section.sec-news-name {
    font-size: 1.5em;
    width: calc(100% - 150px);
}

section.sec-news-btn {
    font-size: 1.2em;
}


}