/*
Theme Name: ArcAsia
Theme URI: https://thebootstrapthemes.com/downloads/free-bootstrap-blog-wordpress-theme/
Author: thebootstrapthemes
Author URI: http://thebootstrapthemes.com
Description: Bootstrap Blog is a free WordPress blog theme. It is perfect for lifestyle & travel bloggers, style guides, personal blogging / portfolio, feminine, traveller, journal, music band & singers, food photography & photographers,  writers, fashion designer, interior designers, photo gallery, wedding, ecommerce, chic female blogs and more. Even Though the theme is packed with loads of features, it is very light weight. It is very easy to use and customize with live preview. It supports Woocommerce plugin and is SEO optimized.   Theme Details:https://thebootstrapthemes.com/downloads/free-bootstrap-blog-wordpress-theme/,   Theme Demo: https://thebootstrapthemes.com/preview/?demo=bootstrap-blog
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrap-blog
Tags: right-sidebar, portfolio, e-commerce, theme-options, featured-images, rtl-language-support, grid-layout, editor-style, custom-header, threaded-comments, custom-background, custom-colors, blog, footer-widgets, custom-logo, custom-menu

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bootstrap-blog is based on Underscores http://underscores.me/, (C) 2012-2015 thebootstrapthemes.
bootstrap-blog is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../font/OpenSans-Bold.otf') format('otf'),
    url('../font/OpenSans-Bold.woff') format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'OpenSans-Italic';
    src: url('../font/OpenSans-Italic.otf') format('otf'),
    url('../font/OpenSans-Italic.woff') format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../font/OpenSans-ExtraBold.otf') format('otf'),
    url('../font/OpenSans-ExtraBold.woff') format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@import url('../Fonts/OpenSans-Regular.ttf');

@font-face {
  font-family: 'OpenSans-Regular.ttf';
  src: url('../Fonts/OpenSans-Regular.ttf');
}


div, p, span {
  font-family: 'OpenSans-Regular.ttf', 'Open Sans', sans-serif;
  font-weight: 500;
}
a{
	color:#F79C10;
}

a:hover {
  text-decoration: none;
	color: #FA5908;
}

p {
  font-size: 14px;
}

.menu-desktop {
  transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

 @keyframes bounce {
  0% { transform: translate(0vw, 0vw); -webkit-transform: translate(0vw, 0vw); -moz-transform: translate(0vw, 0vw); -o-transform: translate(0vw, 0vw); -ms-transform: translate(0vw, 0vw);}
  50% { transform: translate(0vw, 1vw); -webkit-transform: translate(0vw, 1vw); -moz-transform: translate(0vw, 1vw); -o-transform: translate(0vw, 1vw); -ms-transform: translate(0vw, 1vw); }
  100% {transform: translate(0vw, 0vw); ; -webkit-transform: translate(0vw, 0vw); -moz-transform: translate(0vw, 0vw); -o-transform: translate(0vw, 0vw); -ms-transform: translate(0vw, 0vw); }
}

@media screen and (max-width : 992px) {

  .desktop-nav {
    position: fixed;
    z-index: 99999;
    background-color: white;
    padding-top: 10px;
    height: 80px;
  }

  .desktop-nav div div {
    z-index: 100000;
  }

  .mobile-nav {
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 1005;
  }

  .nav-bars {
    top: 7px;
    left: 0;
    z-index: 1008;
    width: 20px;
    cursor: pointer;
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .nav-bars span,
  .nav-times span {
    background-color: black;
    height: 2px;
    width: 100%;
    float: left;
    margin-bottom: 4px;
  }

  .nav-inner {
    background-color: rgba(255,255,255,1);
    height: 100%;
    width: 100%;
    padding-top: 90px;
    position: fixed;
    transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 8px 8px rgba(0,0,0,.15);
    opacity: 0;
    top: 0;
  }

  .handburger-1, .handburger-2, .handburger-3, .nos, .nus, .ncs, .fa-chevron-right, .arrow-right, .arrow-right-2 {
    transition: transform .44s cubic-bezier(.33,0,.2,1);
    -webkit-transition: transform .44s cubic-bezier(.33,0,.2,1);
    -moz-transition: transform .44s cubic-bezier(.33,0,.2,1);
    -o-transition: transform .44s cubic-bezier(.33,0,.2,1);
    -ms-transition: transform .44s cubic-bezier(.33,0,.2,1);
  }

  .nav-bars .nos {
    transform: rotate(45deg) translate(-1px, 5.5px);
    -webkit-transform: rotate(45deg) translate(-1px, 5.5px);
    -moz-transform: rotate(45deg) translate(-1px, 5.5px);
    -o-transform: rotate(45deg) translate(-1px, 5.5px);
    -ms-transform: rotate(45deg) translate(-1px, 5.5px);
    height: 2px;
  }

  .nav-bars .ncs {
    transform: rotate(-45deg) translate(3px, -10px);
  }

  .nav-bars .nus {
    visibility: hidden;
  }

  .accordian-open {
    cursor: pointer;
    color: #2858A5;
  }

  .arrow-is-here,
  .arrow-is-here-2,
  .arrow-is-here-3,
	.arrow-is-here-5
{
    font-size: 20px;
    color: #f79c10;
    margin-left: 10px;
  }

  .reveal-stealth { display: block;}
  .conceal { visibility: hidden;}
  .nav-reveal { opacity: 1; }


  .nav-inner ul {
    list-style-type: none;
    font-size: 20px;
    padding-inline-start: 0px!important;
  }

  .nav-inner ul a {
    color: black;
    text-decoration: none;
    line-height: 2;
  }

  .nav-inner ul a:hover {
    color: black;
    text-decoration: none;
  }

  .border-nav {
    border-bottom: 1px solid black;
    width: 100%;
    text-transform: uppercase;
  }

  .accordian-link {
    font-size: 15px;
    color: black;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .accordian-shown {
    display: none;
  }

  .arrow-right {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }

  .arrow-right-2 {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}
.current-menu-item {
	background:#F2F2F2 !important;
}

.search-2.open {
  width: 100%!important;
}

.logo-arcasia {
  width: 175px;
}

.login-btn-orange {
  padding: 5px 50px 5px 50px;
  background: #f79c10;
  color: black;
  font-size: 14px;
  align-items: center;
  display: flex;
}

.login-btn-orange a {
  color: black;
  font-weight: bolder;
}

.menu-desktop {
  background: #1a1a1a;
}

.menu-list,
.menu-list-2 {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.menu-list a,
.menu-list-2 a {
  font-weight: bolder;
  text-decoration: none;
  font-size: 14px;
}

.menu-list a:hover {
  color: white;
  font-weight: bolder;
  text-decoration: none;
}

.menu-list a {
  color: white;
}

.menu-list-2 a {
  color: black;
  text-transform: uppercase;
  text-align: center;
}
a.dropdown-item {
	color: black
}
.dropdown-menu {
	margin: 0;
}
.hightlight-bottom {
  border-bottom: 2px solid black;
}

.hightlight-left {
  font-size: 26px;
  font-weight: bolder;
}

.hightlight-right a {
  color: black;
}

.hightlight-right-2 {
  font-size: 12px;
  background: black;
  padding: 10px 40px 10px 40px;
}

.hightlight-right-2 a {
  color: white;
  font-weight: bolder;
  white-space: nowrap;
}

.hightlight-right-3 a {
  color: black;
  font-weight: bolder;
  white-space: nowrap;
}

.hightlight-right-3 {
  font-size: 12px;
  background: #f79c10;
  padding: 10px 20px 7px 20px;
}

.register-caption {
  padding: 45px 35px 20px 35px;
  font-size: 15px;
}

.register-btn {
  color: white;
  margin-top: 40px;
  font-weight: bolder;
}

.register-btn a {
  color: white;
  background: #634e73;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  font-size: 16px;
}

.register-text {
  color: white;
  font-size: 13px;
}

.upper-menu {
  color: black;
  margin-right: 30px;
  font-size: 14px;
	font-weight:900;
}

.upper-menu a {
  color: black;
}

.event-container-big {
  width: 100%;
}

.event-container-small {
  width: 68.5%;
}


.sub-menu {
    padding: 0;
    font-size: 85%;
}

.sub-menu li {
    border-bottom: none !important;
	padding: 15px 0 0 !important;
}

.arcasia-menu a {
  color: black;
  font-weight: bolder;
}

.arcasia-header {
  font-weight: bold;
  font-size: 24px;
}

.border-1-bottom {
  border-bottom: 1px solid black;
}

.arcasia-sentences {
  font-size: 14px;
}

.arcasia-semi-header {
  font-size: 15px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.song-container {
  background: #f7f7f7;
}

.song-length {
  margin: auto;
  width: 90%;
}

.song-decro {
  width: 100%;
  filter: grayscale(100%);
}

.song-sources {
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 12px;
}

.btn-yellow {
	background: #f79c10;
}
.btn-grey {
	background: #E6E6E6;
}



footer {
  background: #000000;
}

.login-btn-orange:hover {
  background: #808080;
  color: white;
}

.login-btn-orange:hover > a {
  color: white;
}

.menu-list a:hover,
.upper-menu a:hover,
.menu-list-2 a:hover {
  color: #f79c10;
}

.menu-list-2.active {
  border-bottom: 2px solid black;
}

.menu-list-2.active a {
  color: #f79c10;
}


.menu-desktop-2 {
  background: #e6e6e6;
}


/* Background image */

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 -webkit-transition-duration: .6s;
 transition-property: opacity;
 -webkit-transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
 transform: translateX(0);
 -webkit-transform: translateX(0);
 transform: translate3d(0, 0, 0);
 -webkit-transform: translate3d(0, 0, 0);
}

.arcasia-container {
  width: 100%;
  height: 496px;
}

.carousel-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.5) , rgba(0,0,0,0) , rgba(0,0,0,0) , rgba(0,0,0,0));
  width: 100%;
  height: 100%;
  position: absolute;
}

.carousel-sliding {
  position:absolute;
  bottom: 30px;
  color: white;
  left: 30px;
}

.upcoming-events {
  text-transform: uppercase;
  font-size: 28px;
}

.events-caption {
  font-size: 14px;
  width: 60%;
}

.orange-hightlight {
  position:absolute;
  bottom: 30px;
  color: white;
  right: 0;
  font-size: 13px;
  padding: 5px 20px 5px 20px;
  background: #f79c10;
  color: black;
  font-weight: bolder;
  text-transform: uppercase;
}

.newsletter-bg {
  width: 40%;
  background: #e6e6e6;
}

.newsletter-caption {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  font-weight: bolder;
  font-size: 22px;
}

.magazine-backup {
  background: #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.magazine-now {
  font-weight: bolder;
  text-align: left;
  font-size: 22px;
  margin-left: 15px;
  margin-bottom: 5px;
}

.orange-line {
  width: 50%;
  border-bottom: 2px solid #f69b0f;
}

.july-2019 {
  margin-left: 15px;
  margin-top: 5px;
  font-size: 16px;
}

.register-bg {
  background: #3b83c0;
}

.register-container {
  background: #3b83c0;
  width: 44%;
}

.hightlights-caption {
  color: white;
  font-weight: bolder;
  margin-left: 20px;
  font-size: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-right: 20px;
}

.event-is-container {
  margin-bottom: 50px;
  color: black;
}

.event-height {
  background: #fdf0db;
  height: 500px;
}

.past-height {
  background: #e6e6e6;
  height: 400px;
}

.arcasia-menu {
  color: black;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}

.active.arcasia-menu {
  background: #f2f2f2!important;
}

.arcasia-menu:hover {
  background: #f2f2f2!important;
}

.hightlight-caption-container {
  position:absolute;
  bottom: 10px;
}

.fa-chevron-left.text-white {
  font-size: 30px;
}

.fa-chevron-right.text-white {
  font-size: 30px;
  margin-right: 40px;
}

.event-sub {
  color: black;
  line-height: 1.2;
}

.border-event {
  border-bottom: 2px solid #f79c10;
  width: 65%;
}

.event-container {
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
}

.event-description {
  font-size: 13px;
}



.events-table {
  margin-top: 60px;
  margin-bottom: 60px;
}

.events-table tbody .main-header {
  background: #BBBBBB;
}

.events-table tbody tr td {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 2px solid #f7f7f7;
}

.blue-texts {
  color: #0f69c9;
}

.orange-text {
  color: #f79c10;
  font-weight: bolder;
  font-size: 19px;
}


@media screen and (max-width : 1200px) {

  .arcasia-container {
    height: auto;
  }
}


@media screen and (max-width : 992px) {

  .newsletter-caption {
    font-size: 15px;
  }

  .magazine-now {
    font-size: 15px;
  }

  .july-2019 {
    font-size: 11px;
  }

  .magazine-backup {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .register-container {
    width: 100%;
  }

  .fair-container {
    padding-top: 100px;
  }

  .hightlights-caption {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width : 767px) {

  .newsletter-bg {
    width: 100%;
    background: #e6e6e6;
  }

  .hightlights-caption {
    color: white;
    font-weight: bolder;
    margin-left: 20px;
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .event-container-big {
    width: 100%;
  }

  .event-container-small {
    width: 100%;
  }

  .event.hightlight-left {
    width: 200px;
  }
}


@media screen and (max-width : 576px) {

  .hightlights-caption {
    font-size: 16px;
    margin-left: 15px;
  }

  .upcoming-events {
    font-size: 20px;
  }

  .events-caption {
    font-size: 12px;
    line-height: 1.1;
  }

  .event-is-container,
  .event-height {
    height: auto;
  }
}

select  {
	background:transparent;
	border: none;
	-webkit-appearance:listbox;

}
select:focus{
	outline:none;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ccc;
}