@import url(//fonts.googleapis.com/css?family=Raleway:400,600,700,800);
@import url(../../ionicons/2.0.1/css/ionicons.min.css);

@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,800);
@import url(//fonts.googleapis.com/css?family=Lobster);
@import url(//fonts.googleapis.com/css?family=Oswald:400,700);

@font-face {
  font-family: 'social-footer';
  src: url('https://i.icomoon.io/public/ecfaa9dc73/SocialFooter/social-footer.eot?5kk4dk');
  src: url('https://i.icomoon.io/public/ecfaa9dc73/SocialFooter/social-footer.eot#iefix5kk4dk') format('embedded-opentype'), url('https://i.icomoon.io/public/ecfaa9dc73/SocialFooter/social-footer.woff?5kk4dk') format('woff'), url('https://i.icomoon.io/public/ecfaa9dc73/SocialFooter/social-footer.ttf?5kk4dk') format('truetype'), url('https://i.icomoon.io/public/ecfaa9dc73/SocialFooter/social-footer.svg?5kk4dk#social-footer') format('svg');
  font-weight: normal;
  font-style: normal;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
  position: absolute;
  bottom:10%;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  max-width: 1000px;
  font: 300 20px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  display:none;
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 10px 0 10px;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}

figure.snip1208 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 310px;
  height: 450px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
}
figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
figure.snip1208 img {
  max-width: 100%;
      width: 300px;
    height: 180px;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.snip1208 figcaption {
  padding: 25px;
  position: relative;
}
figure.snip1208 .date,
figure.snip1208 i {
  background-color: #FC0005;
  top: 25px;
  color: #fff;
  left: 25px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}
figure.snip1208 .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1208 .date span {
  display: block;
  line-height: 30px;
}
figure.snip1208 .date .month {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1208 i {
  line-height: 60px;
  font-size: 30px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208 h3,
figure.snip1208 p {
  margin: 0;
  padding: 0;
}
figure.snip1208 h3 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 1.2em;
  color: #333333;
  /*text-transform: uppercase*/
}
figure.snip1208 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.snip1208 button {
  border: medium none;
  padding: 10px 20px;
  background-color: #FC0005;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
}
figure.snip1208 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1208:hover img,
figure.snip1208.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1208:hover .date,
figure.snip1208.hover .date {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208:hover i,
figure.snip1208.hover i {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1208:hover button,
figure.snip1208.hover button {
  background-color: #f35f4f;
}



.post-module{
  width: 360px;
  margin: 30px auto;
  position: relative;
}
.post-module:hover .thumbnail img{
  opacity:0.6;
  transform: scale(1.1);
}
.thumbnail{
  height: 400px;
  position: relative;
  overflow: hidden;
  background:#000;
}
.thumbnail img{
  width: 120%;
  transition:0.3s;
}
.thumbnail .date{
  position: absolute;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background:#e74c3c;
  color:#fff;
  text-align: center;
  padding: 12px 0;
  top: 20px;
  right:20px;
  z-index:1;
}
.post-content{
  padding: 30px;
  position: absolute;
  bottom: 0;
  background:#fff;
  width: 100%;
}
.category{
  background:#e74c3c;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateY(-100%);
}

.sub-title{
  color:#e74c3c;
  font-size: 20px;
  font-weight:400;
  padding-bottom:20px;
}
.description{
  line-height:1.8;
  color:#666;
  font-size:14px;
  display:none;
}
.post-meta{
  margin-top:30px;
  color:#999;
}
.post-meta a{
  color:#999;
  text-decoration: none;
}
.post-meta *:before, .post-meta *:after{
  display:inline;
}
.comments{
  margin-left:16px;
}


.event-calendar {
  font-size: 14px;
  font-family: Open Sans;
  overflow:hidden;
  white-space: nowrap;
  margin-top:-4em;
}

.head {
  margin-bottom: 0em;
}

.top-line {
  font-family: Oswald;
  font-weight: 400;
  font-size: 3.5em;
  text-transform: capitalize;
  color: rgb(134, 128, 108);
}

.spacer {
  border-bottom: 1px solid rgb(229, 229, 229);
}

.event-list {
  display: block;
  border-right: 1px solid rgb(229, 229, 229);
}

.event {
  text-decoration: none;
}

.event:nth-child(3n+1) .event-container {
  border-left-color: #2a7fff; /* brown */
}

.event:nth-child(3n) .event-container {
  border-left-color: #FDD835; /*yellow*/
}

.event:nth-child(3n-1) .event-container {
  border-left-color: #F44336; /*red*/
}

.event-container {
  color: rgb(171, 171, 171);
  transition: all 0.2s ease;
  background: rgb(253, 248, 228);
  border-left: 3px solid;
  padding-top: 14px;
  padding-bottom: 15px;
}

.event-container:hover {
  border-left-width: 15px;
  background:#ECEFF1;
}

.date-container {
  display:inline-block;
  padding-left: 13px;
  padding-right: 8px;
  padding-bottom: 2px;
  margin-right: 6px;
  font-family: Oswald;
  font-weight: 700;
  color:#8D6E63;
}

.date {
  font-size: 2.5em;
}

.month {
  display:block;
  font-size: .5em;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform:uppercase;
}

.detail-container {
  display:inline-block;
  vertical-align:top;
  padding-top:3px;
}

span .title {
  text-transform:uppercase;
  font-family:Oswald;
  font-weight:400;
  font-size:1.5em;
  color:#8D6E63;
}

.description {
  display:block;
  font-size:0.9em;
  color:#4DD0E1;
}


.social-footer {
  display: block;
  position: fixed;
  right:0;
  top: 50%;
  margin-top: -112px;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .social-footer {
    top: auto;
    bottom: 0;
    right: 0;
    margin-top: 0;
    width: 100%;
    z-index: 99999;
  }
}
.social-footer a.fa {
  display: inline-block;
  float: left;
  width: 100%;
  height: 40px;
  padding:10px;
  position: relative;
  text-decoration: none;
  border: none;
  text-align: center;
  -webkit-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
}
@media only screen and (max-width: 767px) {
  .social-footer a.fa {
    width: 20%;
  }
}
.social-footer a.fa:after {
  font-size: 20px;
  line-height: 40px;
  width: 100%;
  height: 40px;
}
.social-footer a.fa.fa-twitter {
  background: #475256;
}
.social-footer a.fa.fa-twitter:before {
  color: #ffffff;
}
.social-footer a.fa.fa-youtube {
  background: #475256;
}
.social-footer a.fa.fa-youtube:before {
  color: #ffffff;
}
.social-footer a.fa.fa-email {
  background: #c8c8c8;
}
.social-footer a.fa.fa-email:before {
  color: #646464;
}
.social-footer a.fa.fa-facebook {
  background: #475256;
}
.social-footer a.fa.fa-facebook:before {
  color: #ffffff;
}
.social-footer a.fa.fa-google-plus {
  background: #d34836;
}
.social-footer a.fa.fa-google-plus:before {
  color: #ffffff;
}
.social-footer a.fa.fa-linkedin {
  background: #007bb6;
}
.social-footer a.fa.fa-linkedin:before {
  color: #ffffff;
}
.social-footer a.fa.fa-whatsapp {
  background: #475256;
}
.social-footer a.fa.fa-whatsapp:before {
  color: #ffffff;
}
.social-footer a.fa.fa-instagram {
  background: #475256;
}
.social-footer a.fa.fa-instagram:before {
  color: #ffffff;
}
.social-footer a.fa span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.social-footer a.fa:hover {
  background: #969696;
}
.social-footer a.fa:hover:before {
  color: #000000;
}
/*Social Footer End*/



.snip1529 {
  background-color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  float: left;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  margin: 10px 1%;
  max-width: 300px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.snip1529 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1529 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  opacity: 0.65;
}

.snip1529 figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.snip1529 .date {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 800;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.snip1529 .date span {
  display: block;
  line-height: 14px;
}

.snip1529 .date .month {
  font-size: 11px;
}

.snip1529 h3,
.snip1529 p {
  margin: 0;
  padding: 0;
}

.snip1529 h3 {
  font-weight: 800;
  letter-spacing: -0.4px;
}

.snip1529 .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  /*background-color: rgba(236, 188, 46, 0.75);*/
  background-color: rgba(255, 221, 0, 0.75);
  display: flex;
  font-size: 65px;
  justify-content: center;
  opacity: 0;
}

.snip1529 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1529:hover .hover,
.snip1529.hover .hover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

.snip1529:hover figcaption,
.snip1529.hover figcaption {
  opacity: 0;
}

.snip1529:hover .date,
.snip1529.hover .date {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}



figure.snip1437 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 100%;
  max-width: 315px;
  max-height: 430px;
  width: 100%;
  color: #ffffff;
  text-align: right;
  font-size: 16px;
  background-color: #000000;
  text-transform: uppercase;
}
figure.snip1437:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  right: 70%;
  content: '';
  background-color: rgba(16, 60, 115, 0.7);
  -webkit-transform: skew(20deg) translateX(-75%);
  transform: skew(20deg) translateX(-75%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1437 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1437 img {
  max-width: 100%;
}
figure.snip1437 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 20px;
}
figure.snip1437 h3,
figure.snip1437 .links {
  width: 100%;
  margin: 0;
  padding: 0;
}
figure.snip1437 h3 {
  line-height: 1.3em;
  font-weight: 900;
  font-size: 2.3em;
}
figure.snip1437 .links {
  font-size: 1.5em;
  letter-spacing: 3px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
figure.snip1437 .links li {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  list-style: none;
}
figure.snip1437 a {
  padding: 2px 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
figure.snip1437 a:hover {
  color: #f39c12;
}
figure.snip1437:hover:after,
figure.snip1437.hover:after {
  -webkit-transform: skew(20deg) translateX(0%);
  transform: skew(20deg) translateX(0%);
}
figure.snip1437:hover img,
figure.snip1437.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.snip1437:hover li,
figure.snip1437.hover li {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
figure.snip1437:hover li:first-child,
figure.snip1437.hover li:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.snip1437:hover li:nth-child(2),
figure.snip1437.hover li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1437:hover li:nth-child(3),
figure.snip1437.hover li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip1437:hover li:nth-child(4),
figure.snip1437.hover li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}




#page {
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  /*background-image: linear-gradient(135deg, #349BC7 0%, #236DCF 100%);*/
  background-image: linear-gradient(135deg, #093c5d 0%, #43a093 100%);
  width: 100%;
  margin: 0 auto;
  min-height: 50vh;

}


#tabs {
  padding-top: 40px;
}

.c-tabs-nav {
  list-style: none;
  padding: 0;
  position: relative;
  margin-bottom: 10px;
}

.c-tabs-nav__link {
  text-decoration: none;
  color: #FFF;
  opacity: 0.7;  
  margin-right: 25px;
  padding: 10px 15px;
}
.c-tabs-nav__link:hover {
  text-decoration: none;
  color: #FFF;
  opacity: 0.7;  
  margin-right: 25px;
  padding: 10px 15px;
  text-decoration: none;
}
.c-tabs-nav__link:active {
  text-decoration: none;
  color: #FFF;
  opacity: 0.7;  
  margin-right: 25px;
  padding: 10px 15px;
  text-decoration: none;
}
.c-tabs-nav__link:focus {
  text-decoration: none;
  color: #FFF;
  opacity: 0.7;  
  margin-right: 25px;
  padding: 10px 15px;
  text-decoration: none;
}
.c-tabs-nav__link.is-active {
  opacity: 1;
}

/**
 * Tab
 */
.c-tab {
  display: none;
  border-top: 1px solid rgba(255,255,255,0.5);
}

.c-tab.is-active {
  display: block;
}

.c-tab__content {
  padding: 20px;
  position: relative;
  animation: showTab 300ms ease-in-out both;
}

@keyframes showTab{
  from {opacity: 0; top: 5px}
  to {opacity: 1; top: 0;}
}

.c-tab-nav-marker {
  min-height: 4px;
  background-color: #FFF;
  position: absolute;
  bottom: -10px;

  transition: all 0.3s ease-out;
}