

::selection {
	background: #95b1e7; /* Safari */
	}
::-moz-selection {
	background: #95b1e7; /* Firefox */
}


html, body {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #e5e5e5;
	font-weight: normal;
	color: #111;
	font-size: 15px;
}

.wrapper {
	width: 980px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

.form-label {
	font-weight: bold;
	margin-top: 18px;
}

.form-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	margin: 8px 0;
	padding: 6px 10px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #ccc;
	font-weight: normal;
	color: #222;
	font-size: 15px;
	outline: none;
	-webkit-appearance:none;
	transition: all 300ms ease;
}
.form-input--error {
	border: 2px solid rgba(196,57,65, 0.8);
}
textarea.form-input {
	height: auto;
	resize: none;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 24px;
}
.toggle-switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-switch-input:checked + .toggle-switch-slider {
	background: #00AA00;
}
.toggle-switch-input:checked + .toggle-switch-slider:before {
	transform: translateX(26px);
}
.toggle-switch-slider {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    border-radius: 18px;
    transition: 300ms;
}
.toggle-switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #fff;
    transition: 300ms;
}


.button {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 6px 0 0;
	padding: 8px 16px;
	border-radius: 6px;
	background-color: #ed1c24;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.button--menu {
	position: absolute;
	right: 20px;
	bottom: 30px;
	margin: 0;
	padding: 4px 10px;
}
.button--secondary {
	background-color: #111;
}
.button--tertiary {
	background-color: #808080;
}
.button:hover {
	transform: scale(1.1);
}

.tag {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	line-height: 1.4em;
	padding: 2px 12px 4px 12px;
	border-radius: 6px;
	background-color: #ed1c24;
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #fff !important;
	text-decoration: none !important;
}


.bg-twitter {
	background-color: #1da1f2;
}
.bg-facebook {
	background-color: #1877F2;
}
.bg-linkedin {
	background-color: #0077b5;
}
.bg-whatsapp {
	background-color: #25D366;
}

.u-zoomOnHover,
.u-zoomOnHoverSmall {
	transition: all 300ms ease;
}
.u-zoomOnHover:hover {
	transform: scale(1.1);
}
.u-zoomOnHoverSmall:hover {
	transform: scale(1.04);
}

.u-anchor {
	position: absolute;
	margin-top: -100px;
}

.u-vAlignMiddle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-text-truncate--2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}



@media (min-width: 992px)
{
	.col-lg-large {
		-ms-flex: 0 0 72.2%;
	    flex: 0 0 72.2%;
	    max-width: 72.2%;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.col-lg-small {
		-ms-flex: 0 0 27.8%;
	    flex: 0 0 27.8%;
	    max-width: 27.8%;
	    padding-left: 15px;
	    padding-right: 15px;
	}
}


.row--smallGutter {
	margin-left: -8px;
	margin-right: -8px;
}
.row--smallGutter > .col {
	padding-left: 8px;
	padding-right: 8px;
}


@media (max-width: 767px)
{
	.row-sm-smallGutter {
		margin-left: -8px;
		margin-right: -8px;
	}
	.row-sm-smallGutter > .col {
		padding-left: 8px;
		padding-right: 8px;
	}
}




.header {
	position: fixed;
	height: 130px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1100;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	transition: all 300ms ease;
}
.header-placeholder {
	height: 160px;
}
.header-wrapper {
	height: 100%;
}
.header-top {
	margin-top: 15px;
	height: 50px;
	opacity: 1;
	transition: all 300ms ease;
}
.header-logo {
	display: inline-block;
	text-decoration: none !important;
	transition: all 300ms ease;
}
.header-logo > img {
	display: inline-block;
	vertical-align: middle;
	width: auto !important;
	height: 50px;
	margin-right: 24px;
}
.header-logo > img.small {
	display: none;
}
.header-logo > span {
	display: inline-block;
	vertical-align: middle;
	margin-top: 8px;
	color: #111;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	transition: all 300ms ease;
}

.header-ad {
	float: right;
	height: 50px;
	margin-top: 15px;
}
.header-ad > img {
	max-width: 100%;
	max-height: 100%;
}


.header-bottom {
	margin-top: 15px;
}

.header-bottom-left {
	display: flex;
	align-items: center;
}

.header-nav {
	display: block;
	width: auto;
	height: 32px;
	padding-right: 25px;
}
.header-nav-close {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff !important;
	font-size: 24px;
}
.header-nav ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.header-nav ul li {
	display: inline-block;
	width: auto;
	height: 32px;
	list-style: none;
}
.header-nav ul li a {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	margin: 0 15px;
	padding: 0 1px;
	line-height: 32px;
	overflow: hidden;
	font-size: 17px;
	font-weight: 400;
	color: #222;
	text-decoration: none;
	transition: all 300ms ease;
}
.header-nav ul li:first-child a {
	margin-left: 0;
}
.header-nav ul li a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #ed1c24;
	opacity: 0;
	transition: all 300ms ease;
}
.header-nav ul li.active a {
	font-weight: bold;
}
.header-nav ul li.active a:after,
.header-nav ul li a:hover:after {
	opacity: 1;
}


.header-social {
	text-align: right;
	transition: all 300ms ease;
}
.header-social-heading {
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	padding-right: 6px;
}
.header-social-item {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
	margin: 0 3px;
	color: #fff !important;
	font-size: 18px;
}
.header-social-item:last-child {
	margin-right: 0;
}
.header-social-item--twitter {
	background-color: #1da1f2;
}
.header-social-item--facebook {
	background-color: #1877F2;
}
.header-social-item--linkedin {
	background-color: #0077b5;
}
.header-social-item--instagram {
	background-color: #e1306c;
}
.header-social-item--youtube {
	background-color: #ff0000;
}

.header-search {
	flex-grow: 1;
	position: relative;
	transition: all 300ms ease;
}
.header-search-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 32px;
	margin: 0;
	padding: 6px 10px;
	background-color: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	font-weight: normal;
	color: #222;
	font-size: 15px;
	outline: none;
	-webkit-appearance:none;
	transition: all 300ms ease;
}
.header-search-submit {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	border: 0;
	background: #ed1c24;
	color: #fff;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
	transition: all 300ms ease;
}
.header-search-submit:hover {
	background: #111;
}




.header--scrolling {
	height: 62px;
}
.header--scrolling .header-top {
	height: 1px;
	overflow: hidden;
	opacity: 0;
	margin-top: 0;
}






.album-image {
	display: block;
	width: auto;
	height: 230px;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



.news-slider {
	height: 400px;
	border-radius: 0px;
}
.news-slider-item {
	display: block;
	height: 400px !important;
	border-radius: 0px;
	overflow: hidden;
	position: relative;
	text-decoration: none !important;
}
.news-slider-item-image {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	border-radius: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	transition: all 300ms ease;
}
.news-slider-item:hover .news-slider-item-image {
	transform: scale(1.04);
}
.news-slider-item-image:after {
	content: '';
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, transparent 0%, transparent 67%, rgba(0,0,0,0.33) 100%);
	border-radius: 0px;
}
.news-slider-item-heading {
	display: block;
	position: absolute;
	z-index: 100;
	left: 20px;
	right: 160px;
	bottom: 18px;
	text-align: left;
	color: #fff;
}
.news-slider-item-tag {
	display: inline-block;
	position: relative;
	z-index: 100;
	vertical-align: middle;
	margin-right: 12px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.news-slider-item-play {
	display: inline-block;
	text-align: center;
	color: #fff;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	background: #ed1c24;
	font-size: 25px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 54px;
	padding-left: 4px;
}
.news-slider-item-content {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 15px 20px;
	height: 80px;
	border-radius: 0 0;
}
.news-slider-item-content-heading {
	padding: 0 !important;
	margin: 0 !important;
}
.news-slider-item:hover .news-slider-item-content-heading {
	text-decoration: underline;
}
.news-slider .slick-arrow {
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #ed1c24;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	border: 0;
	border-radius: 6px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
.news-slider .slick-disabled {
	background: #999;
	cursor: not-allowed;
}
.news-slider .slick-prev {
	left: -15px;
}
.news-slider .slick-next {
	right: -15px;
}
.news-slider .slick-dots {
	position: absolute;
	bottom: 20px;
	right: 25px;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.news-slider .slick-dots li {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	width: 14px;
	height: 14px;
	background: transparent;
	text-indent: -9999px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 100%;
	cursor: pointer;
}
.news-slider .slick-dots li.slick-active {
	background: #fff;
}
.news-slider .slick-dots li button {
	display: none;
}


.news-slider--index {
	height: 480px;
}
.news-slider--index .news-slider-item {
	height: 480px !important;
}
.news-slider--index .news-slider-item-image {
	height: 400px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.news-slider--index .news-slider-item-image:after {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.news-slider--index .news-slider-item-heading {
	bottom: 100px;
}
.news-slider--index .slick-dots {
	bottom: 100px;
}
.news-slider--index .slick-arrow {
	margin-top: -55px;
}




.card {
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
.card-section {
	display: block;
	padding: 25px;
	text-decoration: none !important;
	color: #111 !important;
}
a.card-section:hover {
	text-decoration: underline !important;
}
.card-section--dividing {
	border-top: 1px solid #eee;
	padding: 10px;
	min-height: 85px;
	display: flex;
	align-items: center;
}
.card-section--dividing:first-child {
	border-top: 0;
}
.card-section-image {
	flex-shrink: 0;
	width: 110px;
	height: 65px;
	border-radius: 0;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 300ms ease;
}
a.card-section:hover .card-section-image {
	transform: scale(1.05);
}
.card-section-content {
	padding-left: 15px;
	padding-right: 5px;
	color: #111;
	flex-grow: 1;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.card-section-heading {
	font-size: 14px;
	font-style: italic;
	color: #777;
}





.banner-slider {
	border-radius: 0;
	overflow: hidden;
	height: 100px !important;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.banner-slider--large {
	height: 160px !important;
}
.banner-slider-item {
	display: block;
	width: 100%;
	height: 100px !important;
	border: 0 !important;
}
.banner-slider-item--large {
	height: 160px !important;
}
.banner-slider-item a {
	display: block;
	margin: 0;
	padding: 0;
}
.banner-slider-item img {
	width: 100%;
	height: 100px !important;
	border-radius: 0;
}
.banner-slider-item--large img {
	height: 160px !important;
}




.footer {
	background: #111;
	color: #fff;
}
.footer-logo {
	display: inline-block;
	text-decoration: none !important;
}
.footer-logo > img {
	display: inline-block;
	vertical-align: middle;
	width: auto !important;
	height: 70px !important;
}
.footer-logo > span {
	display: block;
	text-align: center;
	margin-top: 12px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
}



.text-box {
	font-size: 15px;
	line-height: 25px;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	font-weight: 500;
	font-size: 16px;
	color: #111;
	margin: 0px;
	padding: 6px 0;
}
.text-box h1,
.text-box h2 {
	font-size: 24px;
}
.text-box h3 {
	font-size: 22px;
}
.text-box h4 {
	font-size: 20px;
}
.text-box h5 {
	font-size: 18px;
}
.text-box a {
	color: #ed1c24;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.text-box a:hover {
	text-decoration: underline;
}
.text-box p {
	margin: 0;
	padding: 8px 0;
}
.text-box ul,
.text-box ol {
    padding: 0;
	margin: 0 0 0 30px;
}
.text-box ul li {
	list-style: disc;
}
.text-box ol li {
	list-style: decimal;
}
.text-box img {
	max-width: 100%;
	height: auto !important;
}
.text-box iframe {
	max-width: 100%;
}
.text-box hr {
	display: block;
	width: auto;
	height: 1px;
	border: 0;
	background-color: rgba(0,0,0,0.1);
	padding: 0;
	margin: 20px 0;
}
.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}





