/* Variables */
/*==============================================
Commons
 ===============================================*/
.section-capital {
  padding: 50px;
  background-color: #2F1B00;
  color: #C39A6B; }

.mysection {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto; }

::-webkit-input-placeholder {
  color: #FF4229;
  font-family: "ralewayregular";
  background: transparent;
  font-size: 8pt;
  letter-spacing: 1.5px; }

::-moz-placeholder {
  color: #FF4229;
  font-family: "ralewayregular";
  background: transparent;
  font-size: 8pt;
  letter-spacing: 1.5px; }

:-ms-input-placeholder {
  color: #FF4229;
  font-family: "ralewayregular";
  background: transparent;
  font-size: 8pt;
  letter-spacing: 1.5px; }

::-moz-selection {
  color: #ffffff;
  background: #EE660F; }

::selection {
  color: #ffffff;
  background: #EE660F; }

body {
  color: #FFFFFF;
  font-family: "ralewayregular";
  font-size: 10pt;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: #181818; }

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #181818 none repeat scroll 0% 0%; }

.socket {
  position: relative;
  top: 40%;
  width: 250px;
  height: auto;
  margin: auto;
  display: block; }

.loading-img {
  height: auto;
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  margin-top: 10%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "robotolight"; }

#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 87px;
  z-index: 1001;
  background-color: #111111;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

/*==============================================
Homepage
 ===============================================*/
#rev_slider_18_1 li .Concept-SubTitle {
  font-family: "robotolight_italic";
  font-size: 40pt !important;
  color: #EE660F;
  line-height: 30px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); }
#rev_slider_18_1 li .Concept-Title {
  font-family: "robotolight";
  font-size: 50pt !important;
  color: #FFFFFF;
  line-height: 30px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); }

#rev_slider_18_1 .zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid white; }

#rev_slider_18_1 .zeus .tp-bullet:hover::after, #rev_slider_18_1 .zeus .tp-bullet.selected::after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

#rev_slider_18_1 .zeus .tp-bullet::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FF4229;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }

.tp-bullet.selected, .tp-bullet:hover {
  border: 2px solid #FF4229 !important; }

.popup-banner {
  height: 600px;
  width: 100%;
  z-index: 999999999; }

#homeEvent {
  background: url("../../images/retrospectiveclub_01home/retrospectiveclub_01home_previewupcomingevents_graphic_bg.jpg");
  background-size: cover; }
  #homeEvent .title {
    font-family: "robotolight";
    font-size: 30pt;
    line-height: 50px;
    color: #FFFFFF; }
    #homeEvent .title span {
      font-family: "robotolight_italic";
      color: #EE660F;
      font-size: 26pt; }
  #homeEvent .avatar {
    height: 300px;
    width: 100%; }
    #homeEvent .avatar img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  #homeEvent .team-member {
    border: 1px solid transparent;
    /* <- here */
    transition: border 2s;
    text-decoration: none;
    /* I added this for clarity of effect */ }
    #homeEvent .team-member:hover {
      cursor: pointer;
      border: solid 1px #FF4229; }
  #homeEvent .info-content {
    background: #111111;
    padding: 15px;
    height: 180px; }
    #homeEvent .info-content h3 {
      font-family: "robotolight";
      font-size: 14pt;
      color: #ffffff;
      margin-bottom: 0px;
      margin-top: 0px;
      line-height: 25px;
      text-transform: uppercase; }
    #homeEvent .info-content .dateEvent {
      font-family: "ralewayregular";
      color: #EE660F; }
    #homeEvent .info-content .box-content {
      position: relative;
      top: 8px; }
      #homeEvent .info-content .box-content .category {
        color: #EE660F;
        font-family: "robotolight_italic";
        text-transform: uppercase;
        font-size: 8pt; }
  #homeEvent .separator::after {
    left: 48%;
    margin-left: -20px; }

#homeAbout {
  background: #181818;
  padding-bottom: 60px; }
  #homeAbout .title {
    font-family: "robotolight";
    font-size: 30pt;
    line-height: 50px;
    color: #FFFFFF; }
    #homeAbout .title span {
      font-family: "robotolight_italic";
      color: #EE660F;
      font-size: 26pt; }
  #homeAbout .info-content h3 {
    font-family: "robotolight";
    font-size: 14pt;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 20px; }
  #homeAbout .info-content .dateEvent {
    font-family: "ralewayregular";
    color: #EE660F; }
  #homeAbout p {
    font-family: "ralewayregular";
    color: #FFFFFF;
    font-size: 10pt;
    line-height: 25px;
    margin-bottom: 20px; }
  #homeAbout p.textLeft {
    font-family: "robotolight_italic";
    color: #EE660F;
    font-size: 14pt;
    line-height: 35px; }

.owl-controls .owl-dot {
  display: none; }

#homeMenu {
  background: #181818; }
  #homeMenu .title {
    font-family: "robotolight";
    font-size: 50pt;
    line-height: 60px;
    color: #FFFFFF; }
    #homeMenu .title span {
      font-family: "robotolight_italic";
      color: #EE660F;
      font-size: 30pt; }
  #homeMenu p {
    font-family: "ralewayregular";
    color: #FFFFFF;
    font-size: 10pt;
    line-height: 25px; }
  #homeMenu p.textLeft {
    font-family: "ralewayregular";
    color: #EE660F;
    font-size: 10pt;
    line-height: 25px; }

#homeContact {
  background: #181818; }
  #homeContact .title {
    font-family: "robotolight";
    font-size: 30pt;
    line-height: 50px;
    color: #FFFFFF; }
    #homeContact .title span {
      font-family: "robotolight_italic";
      color: #EE660F;
      font-size: 26pt; }
  #homeContact p {
    font-family: "ralewayregular";
    color: #FFFFFF;
    font-size: 10pt;
    line-height: 25px; }
  #homeContact p.textLeft {
    font-family: "ralewayregular";
    color: #EE660F;
    font-size: 10pt;
    line-height: 25px; }
  #homeContact i {
    font-size: 30pt;
    color: #EE660F; }
  #homeContact h5.title {
    font-family: "robotolight_italic";
    font-size: 20pt;
    line-height: 50px;
    color: #EE660F; }

#homeInstagram {
  background: #181818; }
  #homeInstagram .title {
    font-family: "robotolight";
    font-size: 30pt;
    line-height: 50px;
    color: #FFFFFF; }
    #homeInstagram .title span {
      font-family: "robotolight_italic";
      color: #EE660F;
      font-size: 26pt; }
  #homeInstagram p {
    font-family: "ralewayregular";
    color: #FFFFFF;
    font-size: 10pt;
    line-height: 25px; }
  #homeInstagram p.textLeft {
    font-family: "ralewayregular";
    color: #EE660F;
    font-size: 10pt;
    line-height: 25px; }
  #homeInstagram i {
    font-size: 30pt;
    color: #EE660F; }
  #homeInstagram h5.title {
    font-family: "robotolight_italic";
    font-size: 20pt;
    line-height: 50px;
    color: #EE660F; }

#instaShowGallery_1 .instashow-gallery-control-scroll {
  display: none; }

/*==============================================
Header & Navigation
 ===============================================*/
#header .logo {
  display: block;
  float: left;
  margin-top: 0px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-left: 40%; }

#header .menu-btn {
  margin-top: 20px !important;
  margin-left: 16px; }

#alter-link {
  text-decoration: none; }

.headroom--pinned .container .col-md-12 a.logo .logo-light {
  	/*display:block;
      -moz-transition: opacity 2s;
      -webkit-transition: opacity 2s;
      -o-transition: opacity 2s;
      transition: opacity 2s;*/ }

.headroom--unpinned .container .col-md-12 a.logo .logo-light {
  /* Safari and Chrome
  opacity:0;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  */
  display: block; }

#header.header-small .logo {
  margin-top: 0px; }

.parallax-window {
  min-height: 400px;
  background: transparent; }

.parallax-container {
  position: relative;
  height: 500px; }

.pd-lr-40 {
  padding-left: 40px;
  padding-right: 40px; }

.pd-lr-0 {
  padding-left: 0px;
  padding-right: 0px; }

.content-inner {
  background-color: transparent;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 8%; }

.sosial-home img {
  height: 20px;
  width: auto; }

.social-links img {
  height: 20px;
  width: auto; }

.sosial-nav img {
  height: 30px !important;
  width: auto; }

.sosial-nav a {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.image-home img {
  height: auto;
  width: auto; }

.overlay-menu nav ul li a {
  font-family: "robotolight";
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 30pt;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 100px; }

.overlay-menu nav ul li:hover > a,
.overlay-menu nav ul li.active > a,
.overlay-menu nav ul li a.active {
  color: #FF4229; }

.overlay-menu {
  background-color: rgba(17, 17, 17, 0.95);
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1002; }

.overlay-menu.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.overlay-navigation {
  position: absolute;
  width: 100%;
  top: 70px;
  bottom: 70px;
  left: 0;
  overflow-y: auto; }

.overlay-menu nav {
  position: absolute;
  width: 100%;
  max-height: 100%;
  text-align: center;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.overlay-menu nav ul {
  list-style: none; }

.overlay-menu nav ul li {
  opacity: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all .6s ease .2s;
  transition: all .6s ease .2s; }

.overlay-menu nav ul li.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.overlay-menu .social-links a {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  color: #EE660F;
  width: 34px;
  line-height: 30px;
  font-size: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.overlay-menu .social-links a:hover {
  background-color: transparent;
  border-color: none;
  color: #FF4229; }

.menu-close:before,
.menu-close:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  margin-top: -1px;
  background-color: #ffffff; }

.menu-close:hover:before,
.menu-close:hover:after {
  background-color: #FF4229; }

#header.header-image .menu-btn span {
  background-color: #ffffff; }

#header.header-image .menu-btn:hover span {
  background-color: #FF4229 !important; }

.menu-btn:hover span {
  background-color: #FF4229 !important; }

.menu-btn span {
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

/*==============================================
About
 ===============================================*/
.about-title h3 {
  line-height: 45px; }

.about-text p {
  font-size: 11pt;
  font-family: 'ralewayregular';
  text-align: justify;
  line-height: 30px;
  color: #666666;
  margin-bottom: 30px; }

.grid-about .grid-item a {
  cursor: unset; }

/*==============================================
Event
 ===============================================*/
#Event {
  background: #181818; }
  #Event .topEvent h1 {
    font-family: "robotolight";
    font-size: 30pt;
    color: #EE660F;
    text-align: center; }
    #Event .topEvent h1 span {
      color: #ffffff; }
  #Event .topEvent p {
    font-family: "ralewayregular";
    font-size: 10pt;
    line-height: 25px;
    color: #ffffff; }
  #Event p {
    color: #ffffff;
    font-size: 10pt; }
  #Event .title {
    font-family: "robotolight";
    font-size: 30pt;
    line-height: 50px;
    color: #FFFFFF; }
    #Event .title span {
      font-family: "robotolight_italic";
      color: #EE660F; }
  #Event .avatar {
    height: 300px;
    width: 100%; }
    #Event .avatar img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  #Event .team-member {
    border: 1px solid transparent;
    /* <- here */
    transition: border 2s;
    text-decoration: none;
    /* I added this for clarity of effect */ }
    #Event .team-member:hover {
      cursor: pointer;
      border: solid 1px #FF4229; }
  #Event .info-content {
    background: #111111;
    padding: 15px 25px;
    height: 180px; }
    #Event .info-content h3 {
      font-family: "robotolight";
      font-size: 14pt;
      color: #ffffff;
      margin-bottom: 0px;
      margin-top: 0px;
      line-height: 25px;
      text-transform: uppercase; }
    #Event .info-content .dateEvent {
      font-family: "ralewayregular";
      color: #EE660F; }
    #Event .info-content .box-content {
      position: relative;
      top: 8px; }
      #Event .info-content .box-content .category {
        color: #EE660F;
        font-family: "robotolight_italic";
        text-transform: uppercase;
        font-size: 8pt; }
    #Event .info-content ul {
      list-style: none; }
      #Event .info-content ul li {
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
        padding-right: 0px;
        width: 33px;
        border-radius: 50%;
        background-color: #EE660F;
        border: solid 1px #EE660F;
        margin-right: 15px; }

#detailEvent {
  width: 80%;
  display: block;
  margin: auto;
  margin-top: 8%; }
  #detailEvent .event-text h5 {
    text-align: center;
    font-size: 40pt;
    color: #FFFFFF;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 65px;
    font-family: "robotolight";
    text-transform: uppercase; }
  #detailEvent .event-text {
    padding-left: 0px;
    padding-right: 0px; }
  #detailEvent .event-preview h5 {
    font-size: 15pt;
    padding-top: 11px;
    line-height: 30px;
    color: #333; }
  #detailEvent .category {
    color: #EE660F;
    font-family: "robotolight_italic";
    text-transform: uppercase;
    font-size: 12pt;
    text-align: center; }
  #detailEvent .event-date {
    font-size: 9pt;
    padding-top: 11px;
    color: #333 !important; }
  #detailEvent .event-preview-desc {
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px; }
  #detailEvent .event-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%; }
  #detailEvent .event-img img {
    height: 449px;
    width: 449px;
    overflow: hidden;
    object-fit: cover; }
  #detailEvent .event-date {
    color: #222; }
  #detailEvent .event-text .back {
    text-align: center;
    padding-top: 2%; }
  #detailEvent .event-text .back a {
    text-decoration: none; }
  #detailEvent .event-text p.date {
    font-size: 12pt;
    padding-top: 0px;
    color: #EE660F;
    line-height: 30px;
    font-family: "ralewayregular"; }
  #detailEvent .event-text p {
    font-size: 10pt;
    padding-top: 0px;
    color: #ffffff;
    line-height: 30px;
    font-family: "ralewayregular";
    text-align: center; }
  #detailEvent .event-text p.text-share {
    font-size: 18pt;
    padding-top: 0px;
    color: #EE660F;
    line-height: 30px;
    font-family: "robotolight_italic";
    text-align: center; }
  #detailEvent .separator:after {
    left: 48%; }
  #detailEvent .share-events {
    text-align: center; }
    #detailEvent .share-events .btIco.btIcoMediumSize .btIcoHolder::before {
      font-size: 20px;
      width: 40px;
      height: 40px;
      line-height: 40px; }

.image-container {
  position: relative;
  width: 100%;
  height: auto; }

.image-container .after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 66, 41, 0.85);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.image-container:hover .after {
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.btn-read-event {
  position: absolute;
  top: 50%;
  left: 39%;
  right: 40%;
  font-size: 9pt; }

.comment-fb {
  /*padding-left: 200px;
  padding-right: 200px;*/
  margin-top: 2%;
  margin-left: 21%;
  margin-right: 21%; }

/*==============================================
Gallery
 ===============================================*/
.desc-gallery {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px; }

.p-gallery-desc {
  padding-left: 150px;
  padding-right: 150px;
  color: #666;
  line-height: 30px; }

.title-gallery {
  text-align: justify;
  line-height: 35px; }

.title-gallery h5 {
  font-size: 15pt;
  line-height: 30px;
  color: #333;
  text-align: left; }

.p-gallery p {
  text-align: left;
  color: #666;
  font-size: 11pt; }

.title-gallery-desc {
  padding-top: 2%;
  font-size: 30pt;
  color: #333; }

.gallery-image img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.btn-read-gallery {
  position: absolute;
  top: 47%;
  left: 35%;
  right: 33%;
  font-size: 9pt; }

.btn-image-gallery {
  position: absolute;
  top: 40%;
  left: 35%;
  right: 33%;
  font-size: 20pt; }

.btn-image-gallery a > i {
  color: #fff; }

.img-gallery img {
  height: 192px; }

p {
  color: #888888; }

.item-overlay h5 {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  text-align: left;
  font-size: 18pt;
  font-family: "robotolight";
  text-transform: uppercase;
  color: #FFFFFF; }
.item-overlay p {
  position: absolute;
  top: 90px;
  left: 40px;
  right: 40px;
  text-align: left;
  font-size: 10pt;
  font-family: "ralewayregular";
  text-transform: none;
  color: #FFFFFF; }

.item-overlay > h5:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  bottom: -16px; }

.item-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.item-link:hover .item-overlay {
  opacity: 1;
  background-color: rgba(255, 66, 41, 0.85);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#detailGallery .image-container.image-gallery img {
  height: 289.2px;
  object-fit: cover; }
#detailGallery .col-md-4 {
  padding: 0px;
  border-left: 2px solid transparent;
  border-right: 5px solid transparent;
  margin-bottom: 7px; }
#detailGallery .title-gallery {
  font-size: 40pt;
  color: #FFFFFF;
  font-family: "robotolight";
  text-align: center;
  text-transform: uppercase; }
#detailGallery .text-gallery {
  font-size: 10pt;
  color: #FFFFFF;
  font-family: "ralewayregular";
  text-align: center;
  line-height: 25px; }
#detailGallery .text-share {
  font-size: 18pt;
  padding-bottom: 10px;
  font-family: "robotolight_italic";
  color: #EE660F;
  letter-spacing: 0px; }
#detailGallery p {
  color: #ffffff;
  font-size: 10pt;
  font-family: "ralewayregular";
  line-height: 25px;
  width: 80%;
  display: block;
  margin: auto; }
#detailGallery .separator::after {
  left: 48%; }

.to-top:hover,
.to-top:focus {
  color: #ffffff;
  background-color: #FF4229; }

.image-gallery a:hover {
  color: #ffffff !important; }

/*==============================================
Contact
 ===============================================*/
#map-container {
  height: 400px;
  width: 100%; }

.contact .title-contact {
  color: #b80013;
  font-size: 17pt;
  font-family: 'montserratregular'; }

.contact p.title {
  font-size: 11pt;
  font-family: 'ralewaybold';
  margin-bottom: 0px;
  line-height: 30px;
  color: #333; }

.contact p {
  font-size: 11pt;
  font-family: 'ralewayregular';
  margin-bottom: 0px;
  line-height: 30px;
  color: #333; }

/*==============================================
Footer
 ===============================================*/
#footer p {
  font-size: 8pt;
  letter-spacing: 1px;
  color: #ffffff; }

.image-footer img {
  height: auto;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 60px; }

.image-footer2 img {
  height: auto;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 20px;
  top: -20px; }

.btn {
  border-radius: 0 !important; }

.fade {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.p-text-footer {
  color: #fff; }

.fade:hover {
  opacity: 1; }

.not-active {
  pointer-events: none;
  cursor: default; }

.pb-0 {
  padding-bottom: 0px; }

.h5-title-footer {
  color: #EE660F;
  font-size: 26pt;
  font-family: "robotolight_italic";
  text-transform: none;
  line-height: 50px; }

.footer-sosmed {
  list-style: none;
  margin-top: 0px; }

.footer-sosmed li {
  padding-bottom: 10px; }

.footer-sosmed li a {
  color: #EE660F !important;
  font-size: 12pt; }

.footer-sosmed li > i {
  color: #EE660F !important;
  font-size: 12pt; }

.footer-sosmed li > i.fa-phone {
  color: #EE660F !important;
  font-size: 14pt;
  position: relative; }

.footer-sosmed li > i.fa-mobile {
  color: #EE660F !important;
  font-size: 18pt;
  position: relative;
  top: 4px; }

.footer-sosmed li > span {
  position: relative;
  left: 10px; }

.footer-icon {
  list-style: none;
  margin-top: 25px; }

.footer-icon li {
  display: inline;
  padding-right: 25px; }

.footer-icon li a {
  color: #EE660F;
  font-size: 20pt; }

.footer-icon li > a:hover {
  color: #FF4229; }

.bounce {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.overlay-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 15px 0; }

.overlay-footer .copyright {
  letter-spacing: 0px;
  font-size: 9pt;
  float: left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.overlay-footer .social-links a {
  display: block;
  float: left;
  margin-right: 25px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 18pt;
  color: #EE660F; }

.overlay-footer .social-links a:last-child {
  margin-right: 0; }

.overlay-footer .social-links a:hover {
  color: #FF4229; }

/*==============================================
Separator
 ===============================================*/
.separator, .separator-left, .separator-right {
  width: 100%;
  display: inline-block;
  position: relative; }

.separator:after,
.eventafter,
.separator-left:after,
.separator-right:after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  border-top: dotted 10px #EE660F; }

.separator:after {
  left: 48.5%;
  margin-left: -20px; }

.event:after {
  left: 0;
  margin-left: 0; }

.separator-right:after {
  right: 0;
  margin-left: 0;
  left: auto; }

.separator-left:after {
  right: 0;
  margin-right: 0;
  left: 0; }

.text-light [class*="separator"]:after {
  background-color: #fff; }

.darkbg [class*="separator"]:after {
  background-color: #fff; }

/*==============================================
pagination
 ===============================================*/
.pagination {
  width: 100%;
  text-align: center;
  margin: 0;
  margin-top: 20px;
  padding: 20px 0; }

.pagination i {
  vertical-align: middle;
  margin-top: -3px;
  font-size: 33px; }

.pagination a {
  display: inline-block;
  text-decoration: none;
  font-family: "robotolight";
  margin: 0 10px;
  opacity: .7;
  color: #EE660F !important; }

.pagination a:hover, .pagination a:focus {
  opacity: 1;
  color: #FF4229 !important; }

.pagination a.active + a {
  color: #FF4229 !important; }

.pagination span {
  text-transform: uppercase;
  font-size: 15px; }

/*==============================================
Button
 ===============================================*/
.btn-back {
  background: transparent;
  border: 1px solid #EE660F;
  font-family: "robotolight";
  font-size: 10pt;
  line-height: 20px;
  padding-left: 30px;
  padding-right: 30px;
  color: #EE660F;
  text-decoration: none; }
  .btn-back:hover {
    border: 1px solid #FF4229;
    background-color: #FF4229;
    color: #ffffff; }
  .btn-back:focus {
    border: 1px solid #FF4229;
    background-color: #FF4229;
    color: #ffffff; }

a {
  color: #ffffff; }

a:hover, a:focus {
  color: #FF4229;
  outline: 0;
  text-decoration: none; }

.logo .logo-dark {
  left: 30px !important;
  height: 50px !important;
  top: 0px !important; }
.logo .logo-content {
  left: 15px !important;
  top: 10px; }

/*Icon Rounded*/
.btIco .btIcoHolder {
  line-height: inherit;
  display: inline-block;
  float: none;
  margin-right: 10px;
  margin-left: 10px; }

.btIco.btIcoFilledType.btIcoAccentColor .btIcoHolder:before,
.btIco.btIcoOutlineType.btIcoAccentColor:hover .btIcoHolder:before {
  -webkit-box-shadow: 0 0 0 1em #EE660F inset;
  box-shadow: 0 0 0 1em #EE660F inset;
  color: #ffffff; }

.btIco.btIcoFilledType.btIcoAccentColor:hover .btIcoHolder:before,
.btIco.btIcoOutlineType.btIcoAccentColor .btIcoHolder:before {
  -webkit-box-shadow: 0 0 0 1px #FF4229 inset;
  box-shadow: 0 0 0 1px #FF4229 inset;
  color: #FF4229; }

.not-active {
  pointer-events: none;
  cursor: default; }

.btSiteFooter .copyLine {
  margin-bottom: 0;
  color: #ffffff !important; }
  .btSiteFooter .copyLine a {
    color: #ffffff; }
    .btSiteFooter .copyLine a:hover {
      color: #FF4229; }

.btIco.btIcoMediumSize {
  line-height: 40px; }

.btDarkSkin a,
.btLightSkin .btDarkSkin a,
.btDarkSkin.btLightSkin .btDarkSkin a {
  color: #ffffff; }

.btIco.btIcoFilledType.btIcoAccentColor .btIcoHolder::before,
.btIco.btIcoOutlineType.btIcoAccentColor:hover .btIcoHolder::before {
  -webkit-box-shadow: 0 0 0 1em #FF4229 inset;
  box-shadow: 0 0 0 1em #FF4229 inset;
  color: #ffffff; }

.btIco.btIcoMediumSize .btIcoHolder::before {
  /*font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  */
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 32px; }

.btIco .btIcoHolder[data-ico-fa]::before {
  font-family: FontAwesome;
  content: attr(data-ico-fa); }

.btIco .btIcoHolder::before {
  font-size: inherit;
  width: auto;
  height: auto;
  line-height: inherit; }

.btIco .btIcoHolder::before {
  color: inherit;
  border-radius: 50%;
  display: inline-block;
  float: none;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

/*magnific popup*/
.mfp-arrow-right:before {
  border-left: 27px solid #EE660F; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #EE660F; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #EE660F;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

/*popup*/
.modal {
  background-color: rgba(17, 17, 17, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.close {
  float: right;
  font-size: 40pt;
  line-height: 10px;
  color: #EE660F;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1; }

.close:focus, .close:hover {
  color: #FF4229;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 1; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.cssload-container {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 119px;
  list-style: none;
  border: 1px solid rgba(24, 24, 24, 0.4);
  border-radius: 28px; }

.cssload-loader {
  position: absolute;
  z-index: 3;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: 30px;
  width: 70px;
  height: 42px;
  list-style: none; }

ul.cssload-loader li {
  background-color: #ff4229;
  width: 7px;
  height: 7px;
  float: right;
  margin-right: 3px !important;
  box-shadow: 0px 14px 7px rgba(17, 17, 17, 0.2);
  -o-box-shadow: 0px 14px 7px rgba(17, 17, 17, 0.2);
  -ms-box-shadow: 0px 14px 7px rgba(17, 17, 17, 0.2);
  -webkit-box-shadow: 0px 14px 7px rgba(17, 17, 17, 0.2);
  -moz-box-shadow: 0px 14px 7px rgba(17, 17, 17, 0.2); }

.cssload-loader li:first-child {
  animation: cssload-loadbars 1.15s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
  -o-animation: cssload-loadbars 1.15s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
  -ms-animation: cssload-loadbars 1.15s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
  -webkit-animation: cssload-loadbars 1.15s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
  -moz-animation: cssload-loadbars 1.15s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s; }

.cssload-loader li:nth-child(2) {
  animation: cssload-loadbars 1.15s ease-in-out infinite -0.23s;
  -o-animation: cssload-loadbars 1.15s ease-in-out infinite -0.23s;
  -ms-animation: cssload-loadbars 1.15s ease-in-out infinite -0.23s;
  -webkit-animation: cssload-loadbars 1.15s ease-in-out infinite -0.23s;
  -moz-animation: cssload-loadbars 1.15s ease-in-out infinite -0.23s; }

.cssload-loader li:nth-child(3) {
  animation: cssload-loadbars 1.15s ease-in-out infinite -0.46s;
  -o-animation: cssload-loadbars 1.15s ease-in-out infinite -0.46s;
  -ms-animation: cssload-loadbars 1.15s ease-in-out infinite -0.46s;
  -webkit-animation: cssload-loadbars 1.15s ease-in-out infinite -0.46s;
  -moz-animation: cssload-loadbars 1.15s ease-in-out infinite -0.46s; }

.cssload-loader li:nth-child(4) {
  animation: cssload-loadbars 1.15s ease-in-out infinite -0.69s;
  -o-animation: cssload-loadbars 1.15s ease-in-out infinite -0.69s;
  -ms-animation: cssload-loadbars 1.15s ease-in-out infinite -0.69s;
  -webkit-animation: cssload-loadbars 1.15s ease-in-out infinite -0.69s;
  -moz-animation: cssload-loadbars 1.15s ease-in-out infinite -0.69s; }

.cssload-loader li:nth-child(5) {
  animation: cssload-loadbars 1.15s ease-in-out infinite -0.92s;
  -o-animation: cssload-loadbars 1.15s ease-in-out infinite -0.92s;
  -ms-animation: cssload-loadbars 1.15s ease-in-out infinite -0.92s;
  -webkit-animation: cssload-loadbars 1.15s ease-in-out infinite -0.92s;
  -moz-animation: cssload-loadbars 1.15s ease-in-out infinite -0.92s; }

.cssload-loader li:nth-child(6) {
  animation: cssload-loadbars 1.15s ease-in-out infinite -1.15s;
  -o-animation: cssload-loadbars 1.15s ease-in-out infinite -1.15s;
  -ms-animation: cssload-loadbars 1.15s ease-in-out infinite -1.15s;
  -webkit-animation: cssload-loadbars 1.15s ease-in-out infinite -1.15s;
  -moz-animation: cssload-loadbars 1.15s ease-in-out infinite -1.15s; }

@keyframes cssload-loadbars {
  0% {
    height: 7px;
    margin-top: 17px; }
  50% {
    height: 35px;
    margin-top: 0px; }
  100% {
    height: 7px;
    margin-top: 17px; } }
@-o-keyframes cssload-loadbars {
  0% {
    height: 7px;
    margin-top: 17px; }
  50% {
    height: 35px;
    margin-top: 0px; }
  100% {
    height: 7px;
    margin-top: 17px; } }
@-ms-keyframes cssload-loadbars {
  0% {
    height: 7px;
    margin-top: 17px; }
  50% {
    height: 35px;
    margin-top: 0px; }
  100% {
    height: 7px;
    margin-top: 17px; } }
@-webkit-keyframes cssload-loadbars {
  0% {
    height: 7px;
    margin-top: 17px; }
  50% {
    height: 35px;
    margin-top: 0px; }
  100% {
    height: 7px;
    margin-top: 17px; } }
@-moz-keyframes cssload-loadbars {
  0% {
    height: 7px;
    margin-top: 17px; }
  50% {
    height: 35px;
    margin-top: 0px; }
  100% {
    height: 7px;
    margin-top: 17px; } }

/*# sourceMappingURL=style.css.map */
