/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Common css */
body {
    font-family: 'Roboto', sans-serif;
}
* {
    box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

.section-col-1, 
.section-col-10, 
.section-col-11, 
.section-col-12, 
.section-col-2, 
.section-col-3,
.section-col-4,
.section-col-5,
.section-col-6,
.section-col-7,
.section-col-8,
.section-col-9 {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.section-col-4 {
    width: 33.33%;
}

.section-container, 
.section-container {
  padding-left: 15px;
  padding-right: 15px;
}
.section-row,
.section-row {
  margin-left: -15px;
  margin-right: -15px;
}
.section-container::after, 
.section-container::before,
.section-row::after,
.section-row::before {
  content: "";
  display: table;
}

.section-container::after, 
.section-row::after {
  clear: both;
}

.position-left {
  float: left;
}
img.position-left {
  margin-bottom: 10px;
  margin-right: 10px;
}


.position-right {
  float: right;
}
img.position-right {
  margin-bottom: 10px;
  margin-left: 10px;
}


.section-title {
  display: block;
  font-size: 36px;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.dark-title {
  background: rgba(0, 0, 0, 0) url("../img/title-dark.png") no-repeat scroll center bottom;
  color: #4E5763;
}

.white-title {
  background: rgba(0, 0, 0, 0) url("../img/title-white.png") no-repeat scroll center bottom;
  color: #fff;
}


/* #########################################################################
    Home style start
   ######################################################################### */

/* ==========================================================================
   Side panel
   ==========================================================================*/

.site-wrap {
    height: auto;
    position: relative;
    width: 100%;
}
.main-container {
    float: left;
    height: auto;
    padding-left: 287px;
    width: 100%;
}
#side-panel {
    background: #171b22 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 287px;
    z-index: 999;
}
/* .site-branding {
    padding: 20px 15px;
} */
.site-branding a {
    display: block;
    text-align: center;
}
.site-branding a img {
    height: auto;
    max-width: 100%;
    width: auto;
}
.main-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main-menu li {
    border-top: 1px solid #29313c;
    display: block;
    float: left;
    width: 100%;
    position: relative;
}
.main-menu li a {
    color: #fff;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.25s ease-in-out;
}
.main-menu li.menu-downloads-button,
.main-menu li.menu-marketplace-button {
    text-align: center;
}
.main-menu li.menu-downloads-button a,
.main-menu li.menu-marketplace-button a {
    border-radius: 3px;
    display: inline-block;
    float: none;
    font-size: 14px;
    margin: 5px auto;
    padding: 5px 10px;
    font-weight: 700;
    width: 150px;
}
.main-menu li.menu-marketplace-button a {
    background: #ff524a none repeat scroll 0 0;
}
.main-menu li.menu-downloads-button a {
    background: #eccf22 none repeat scroll 0 0;
    color: #171c22;
}

.main-menu li:hover a,
.main-menu li.current-menu-item a {
    color: #eccf22;
}

.main-menu li.menu-marketplace-button a:hover {
    background: #ff524a none repeat scroll 0 0;
    color: #fff;
    opacity: 0.8;
}
.main-menu li.menu-downloads-button a:hover {
    background: #eccf22 none repeat scroll 0 0;
    color: #171c22;
    opacity: 0.8;
}

.inner-page-menu ul li.has-child-menu a {
  padding-right: 25px;
}
.inner-page-menu ul li.has-child-menu a::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-left: 10px solid transparent;
  border-radius: 10px solid transparent;
  border-top: 10px solid #fff;
  transform: rotate(136deg);
  right: 8px;
  top: 24px;
}
.inner-page-menu ul li.has-child-menu li a:before {
  display: none;
}

.main-menu li ul {
  position: absolute;
  left: 110%;
  top: -1px;
  width: 220px;
  background: #171b22;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  border-left: 2px solid #29313c;
  z-index: 999999;
  transform: translateY(-25%);
}

.main-menu li:hover ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.main-menu li:hover li a {
    color: #fff;
}
.main-menu li li a {
  text-align: left;
}
.main-menu li:hover li:hover a {
    color: #eccf22;
}
.main-menu li:hover li.current-menu-item a {
    color: #eccf22;
}
.main-menu li.has-child-nav a::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-left: 10px solid transparent;
  border-radius: 10px solid transparent;
  border-top: 10px solid #fff;
  transform: rotate(136deg);
  right: 8px;
  top: 15px;
  transition: all 0.25s ease-in-out;
}
.main-menu li:hover a::before {
  transform: rotate(46deg);
}

.main-menu li.has-child-nav li a:before {
  display: none;
}

/* ==========================================================================
   Banner Section
   ==========================================================================*/

.banner-section {
    float: left;
    height: auto;
    width: 100%;
    position: relative;
}
.single-banner-slide {
  float: left;
  height: 90vh;
  position: relative;
  width: 100%;
  background-size: cover !important;
}
.inner-page-banner .single-banner-slide {
  float: left;
  height: 90vh;
  position: relative;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.banner-slides {
    float: left;
    height: auto;
    width: 100%;
    position: relative;
}
.banner-slider-text {
  float: right;
  padding: 15px 15px 15px 10%;
  position: absolute;
  right: 0;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  width: 61%;
}
.banner-slider-text {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+20,000000+100&0+0,0.53+20,1+100 */
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 20%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.53) 20%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.53) 20%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.banner-slider-text a,
.banner-slider-text p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
}
.banner-slider-text a {
  color: #f2921f;
  text-decoration: none;
}

.hme-banner-slide-custom-pagination {
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.hme-banner-slide-custom-pagination ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.hme-banner-slide-custom-pagination ul li {
    background: #4fc3d0 none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    height: 120px;
    margin-left: 145px;
    padding-top: 0px;
    text-align: center;
    width: 120px;
    position: relative;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}
.hme-banner-slide-custom-pagination ul li:first-child {
    background: #4fc3d0 none repeat scroll 0 0;
}
.hme-banner-slide-custom-pagination ul li:first-child a {
  padding-top: 47px;
}
.hme-banner-slide-custom-pagination ul li:nth-child(2) {
  background: #eccf22 none repeat scroll 0 0;
  margin-bottom: 45px;
  margin-left: 220px;
  margin-top: 45px;
  padding-top: 35px;
  padding-left: 10px;
  padding-right: 10px;
}
.hme-banner-slide-custom-pagination ul li:nth-child(3){
    background: #7ebc34 none repeat scroll 0 0;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.hme-banner-slide-custom-pagination ul li:before {
    position: absolute;
    width: 120%;
    height: 120%;
    content: "";
    left: -10%;
    top: -10%;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.61;
    display: none;
}
.hme-banner-slide-custom-pagination ul li:first-child:before {
    background: #4fc3d0 none repeat scroll 0 0;
}
.hme-banner-slide-custom-pagination ul li:nth-child(2):before {
  background: #eccf22 none repeat scroll 0 0;
}
.hme-banner-slide-custom-pagination ul li:nth-child(3):before {
    background: #7ebc34 none repeat scroll 0 0;
}
.hme-banner-slide-custom-pagination ul li.pagination-active {
    box-shadow: none;
}
.hme-banner-slide-custom-pagination ul li.pagination-active:before {
    display: block;
}
.hme-banner-slide-custom-pagination ul li a {
  color: #000;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
}
/*=======================================================*/
.home-single-event-img img {
  width: 100%;
  height: auto;
}
.banner-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner-social ul li {
    margin-bottom: 5px;
}
.banner-social {
  position: absolute;
  right: 5px;
  top: 20px;
  z-index: 99;
}
.banner-social ul li a {
    transition: all 0.25s ease-in-out 0.25s;
}
.banner-social ul li a:hover {
    opacity: 0.7;
    transition: all 0.25s ease-in-out 0.25s;
}
/*=======================================================*/
.upcomming-event-section {
  background: #e84942 none repeat scroll 0 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  float: left;
  height: auto;
  padding: 10px 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
.upcomming-event-label {
    background: #ff524a none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    float: left;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 200px;
}
.upcomming-event-label h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
}

.upcomming-event-list {
    float: left;
    padding-left: 220px;
    width: 100%;
}
.single-upcomming-event {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    float: left;
    margin-right: 20px;
    width: auto;
}
.upcomming-event-date {
  color: #000;
  float: left;
  font-size: 18px;
  line-height: 18px;
  padding: 6px;
  text-align: center;
  width: 88px;
}
.upcomming-event-date span {
    font-weight: bold;
}
.upcomming-evnt-details p {
  color: #fff;
  display: block;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 13px;
}
.upcomming-evnt-details {
    float: left;
    padding: 0px 10px;
}
.single-upcomming-event .upcomming-event-date {
    background: #00ffff;
}
.single-upcomming-event:nth-child(2) .upcomming-event-date {
    background: #f5a100;
}
.single-upcomming-event:nth-child(3) .upcomming-event-date {
    background: #a4cf27;
}

.tickercontainer {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.upcomming-event-list-scroller {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
}
.mask {
  width: 100%;
  height: 47px;
  position: relative;
  overflow: hidden;
}
/* ==========================================================================
   Craft and performing arts section css
   ========================================================================== */

.art-and-craft-section {
  float: left;
  padding-bottom: 40px;
  padding-top: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0) url("../img/bg/bg-art-and-craft.jpg") no-repeat fixed center center / cover; 
}
.art-and-craft-wrapper > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.art-and-craft-wrapper {
  height: 600px;
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.art-and-craft-wrapper ul li {
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.single-art-and-craft-wrapper {
    background: #ccc none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    width: 100%;
}
.single-art-and-craft-wrapper > img {
    height: 100%;
    width: 100%;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-1 {
    top: 0;
    left: 284px;
    width: 136px;
    height: 155px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-2 {
  height: 117px;
  left: 420px;
  top: 38px;
  width: 99px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-3 {
  height: 117px;
  left: 519px;
  top: 38px;
  width: 142px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-4 {
  width: 116px;
  height: 192px;
  left: 661px;
  top: 78px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-5 {
  width: 145px;
  height: 75px;
  left: 661px;
  top: 77px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-5 {
  height: 95px;
  left: 777px;
  top: 78px;
  width: 160px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-6 {
  height: 122px;
  width: 122px;
  left: 162px;
  top: 91px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-7 {
  height: 115px;
  width: 240px;
  left: 284px;
  top: 155px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-8 {
  height: 115px;
  width: 137px;
  left: 524px;
  top: 155px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-9 {
  height: 97px;
  left: 777px;
  top: 173px;
  width: 210px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-10 {
  height: 116px;
  left: 21px;
  top: 213px;
  width: 263px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-11 {
  height: 117px;
  left: 284px;
  top: 270px;
  width: 120px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-12 {
  height: 220px;
  left: 404px;
  top: 270px;
  width: 143px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-13 {
  height: 147px;
  left: 547px;
  top: 270px;
  width: 144px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-14 {
  height: 117px;
  left: 691px;
  top: 270px;
  width: 184px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-15 {
  height: 117px;
  left: 100px;
  top: 329px;
  width: 184px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-16 {
  height: 165px;
  left: 284px;
  top: 387px;
  width: 120px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-17 {
  height: 175px;
  left: 547px;
  top: 417px;
  width: 144px;
}
.art-and-craft-wrapper ul li.art-and-craft-pos-18 {
  height: 120px;
  left: 691px;
  top: 387px;
  width: 250px;
}

.single-art-and-craft-wrapper  h3 {
  background: rgba(232, 74, 71, 0.9) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  height: auto;
  left: 0;
  line-height: 16px;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  transition: all 0.2s ease-in-out 0.2s;
}
.art-and-craft-wrapper ul li {
    transition: all 0.2s ease-in-out 0.2s;
}
.art-and-craft-wrapper ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transform: scale(1.2);
  transition: all 0.2s ease-in-out 0.2s;
  z-index: 999;
}
.art-and-craft-wrapper ul li:hover .single-art-and-craft-wrapper  h3 {
    background: rgba(41, 168, 177, 0.9) none repeat scroll 0 0;
    transition: all 0.2s ease-in-out 0.2s;
}

.art-and-craft-wrapper ul li.hidden-mode {
    top: 50% !important;
    left: 50% !important;
    opacity: 0;
}



/* ==========================================================================
   Highlights section css
   ========================================================================== */
.highlights-section {
  float: left;
  padding-bottom: 40px;
  padding-top: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0) url("../img/bg/bg-highlights.jpg") no-repeat fixed center center / cover; 
}
.single-highlight {
    float: left;
    height: auto;
    position: relative;
    width: 100%;
}
.single-highlight.highlight-active {
    width: 100%;
}
.highlight-text {
  background: #fcc32e none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 265px;
  padding: 10px 8px 8px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.highlight-number {
  background: #f5a100 none repeat scroll 0 0;
  box-shadow: 0 0 0 11px rgba(245, 161, 0, 0.4);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 75px;
  left: 50%;
  line-height: 75px;
  position: absolute;
  text-align: center;
  top: 95px;
  transform: translateX(-50%);
  width: 75px;
}
.highlight-number::before {
    background: #f5a100 none repeat scroll 0 0;
    content: "";
    height: 70px;
    left: 50%;
    margin-top: 11px;
    position: absolute;
    top: 100%;
    width: 2px;
}
.highlight-number::after {
    background: #f5a100 none repeat scroll 0 0;
    bottom: -89px;
    content: "";
    height: 8px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 8px;
}
.owl-item.active.center .highlight-text,
.highlight-active .highlight-text {
  margin-top: 250px;
}
.owl-item.active.center .highlight-number,
.highlight-active .highlight-number {
  top: 55px;
}
.owl-item.active.center .highlight-number::before,
.highlight-active .highlight-number::before {
    height: 90px;
}
.owl-item.active.center .highlight-number::after,
.highlight-active .highlight-number::after {
    bottom: -109px;
}

.owl-item.active.center .highlight-text::before,
.owl-item.active.center .highlight-text::after,
.highlight-active .highlight-text::before,
.highlight-active .highlight-text::after {
    width: 15px;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 99;
    top: 0;
}
.owl-item.active.center .highlight-text::before,
.highlight-active .highlight-text::before {
    left: -15px;
}
.owl-item.active.center .highlight-text::after,
.highlight-active .highlight-text::after {
    right: -15px;
}
.owl-item.active.center .single-highlight::before,
.single-highlight.highlight-active::before {
  border-left: 15px solid transparent;
  border-top: 16px solid #000;
  content: "";
  height: 0;
  left: -15px;
  opacity: 0.4;
  position: absolute;
  top: 100%;
  width: 0;
  z-index: 999;
}
.owl-item.active.center .single-highlight::after,
.single-highlight.highlight-active::after {
  border-right: 15px solid transparent;
  border-top: 16px solid #000;
  content: "";
  height: 0;
  right: -15px;
  opacity: 0.4;
  position: absolute;
  top: 100%;
  width: 0;
  z-index: 999;
}
.owl-item.active.center {
  z-index: 9999;
}
.single-highlight {
  transition: all 0.25s ease-in-out;
}






.highlight-yellow .highlight-text::before,
.highlight-yellow .highlight-text::after,
.highlight-yellow .highlight-text {
    background: #fcc32e none repeat scroll 0 0;
}
.highlight-yellow .highlight-number {
    background: #f5a100 none repeat scroll 0 0;
    box-shadow: 0 0 0 11px rgba(245, 161, 0, 0.4);

}
.highlight-yellow .highlight-number::after,
.highlight-yellow .highlight-number::before {
    background: #f5a100 none repeat scroll 0 0;
}

.highlight-red .highlight-text::before,
.highlight-red .highlight-text::after,
.highlight-red .highlight-text {
    background: #f36b6d none repeat scroll 0 0;
}
.highlight-red .highlight-number {
    background: #e84a47 none repeat scroll 0 0;
    box-shadow: 0 0 0 11px rgba(232, 74, 71, 0.4);
}
.highlight-red .highlight-number::before,
.highlight-red .highlight-number::after {
    background: #e84a47 none repeat scroll 0 0;
}

.highlight-blue .highlight-text::before,
.highlight-blue .highlight-text::after,
.highlight-blue .highlight-text {
    background: #4fc3d0 none repeat scroll 0 0;
}
.highlight-blue .highlight-number {
    background: #29a8b1 none repeat scroll 0 0;
    box-shadow: 0 0 0 11px rgba(141, 168, 177, 0.4);
}
.highlight-blue .highlight-number::before,
.highlight-blue .highlight-number::after {
    background: #29a8b1 none repeat scroll 0 0;
}

.highlight-violet .highlight-text::before,
.highlight-violet .highlight-text::after,
.highlight-violet .highlight-text {
    background: #7864ac none repeat scroll 0 0;
}
.highlight-violet .highlight-number {
    background: #554689 none repeat scroll 0 0;
    box-shadow: 0 0 0 11px rgba(85, 70, 137, 0.4);
}
.highlight-violet .highlight-number::before,
.highlight-violet .highlight-number::after {
    background: #554689 none repeat scroll 0 0;
}

.highlight-green .highlight-text::before,
.highlight-green .highlight-text::after,
.highlight-green .highlight-text {
    background: #a4cf27 none repeat scroll 0 0;
}
.highlight-green .highlight-number {
    background: #80a838 none repeat scroll 0 0;
    box-shadow: 0 0 0 11px rgba(128, 168, 56, 0.4);
}
.highlight-green .highlight-number::before,
.highlight-green .highlight-number::after {
    background: #80a838 none repeat scroll 0 0;
}
.art-and-craft-pos-20 {
	left: 138px;
	width: 144px;
	height: 91px;
	top: 446px;
}

.main-menu li ul li a {
  font-size: 12px;
}
/* ==========================================================================
   Find arts and craft section css
   ========================================================================== */
  .find-art-list-wrapper {
    float: left;
    width: 100%;
  }
.find-art-and-craft-section {
  background: #fcfcfc none repeat scroll 0 0;
  float: left;
  width: 100%;
}
.find-art-and-craft-list {
  float: left;
  padding-left: 23px;
  padding-right: 70px;
  width: 58%;
}
.find-art-and-craft-list > h1 {
    color: #636f7e;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.find-art-list-wrapper > h2 {
    color: #636f7e;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.find-art-list {
    float: left;
    width: 100%;
    height: 290px;
    overflow-y: auto;
    padding: 0px 10px;
    padding-top: 5px;
}
.single-find-art-and-craft {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    float: left;
    height: auto;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}
.single-find-art-and-craft-image {
    float: left;
    padding-right: 15px;
    width: 28%;
}
/* .single-find-art-and-craft-image > img {
    height: auto;
    width: 100%;
} */
.single-find-art-and-craft-Details {
    float: left;
    width: 72%;
}
.single-find-art-and-craft-Details > h3 {
    color: #fe7200;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
}
.single-find-art-and-craft-Details > p {
    color: #212222;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 0;
}
.single-find-art-and-craft-Details > p.single-find-art-and-craft-meta {
    font-size: 13px;
}
.find-art-and-craft-map-wrapper {
  background: rgba(0, 0, 0, 0) url("../img/bg/bg-map.jpg") no-repeat scroll center center / cover; 
  float: left;
  width: 42%;
}
.find-art-and-craft-map-meta {
    left: 20px;
    position: absolute;
    top: 10px;
}
.find-art-and-craft-map-wrapper {
	position: relative;
	float: right;
}
.find-art-and-craft-map-meta > h3 {
    color: #fff;
    font-size: 14px;
}
.find-art-and-craft-map-marker-craft,
.find-art-and-craft-map-marker-art {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
.find-art-and-craft-map-marker-craft > img,
.find-art-and-craft-map-marker-art > img {
    margin-right: 5px;
}
.find-art-and-craft-map {
    padding: 20px 15px;
    text-align: center;
}
.map-quick-links > a {
    background: #212222 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    margin-left: 20px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
}
.map-quick-links {
    display: table;
    float: none;
    margin: 40px auto;
}
.single-find-art-and-craft-meta-one {
    color: rgb(255, 134, 34);
    margin-right: 12px;
    font-weight: bold;
}



/* ==========================================================================
   Event section css
   ========================================================================== */
.home-event-section {
  float: left;
  padding-bottom: 40px;
  padding-top: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0) url("../img/bg/bg-event-section.jpg") no-repeat fixed center center / cover; 
}
.home-event-timeline-wrapper {
  padding: 0 85px;
}
.year-event-list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.year-event-list li {
    float: left;
    width: 50%;
    margin-bottom: 40px;
}
.year-event-list li:nth-child(odd) {
    padding-right: 31px;
}
.year-event-list li:nth-child(even) {
    padding-left: 31px;
}
.home-single-event {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    height: auto;
    margin-bottom: 45px;
    width: 100%;
}

.home-single-event {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    height: auto;
    width: 100%;
    float: left;
}
.home-single-event-details {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
}
.home-single-event-date-wrap {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 30%;
}
.home-single-event-date {
    background: #f36b6d none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.home-single-event-date span {
    font-weight: bold;
}
.home-single-event-content {
    float: left;
    width: 70%;
}
.home-single-event-content > h3 {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}
.home-single-event-content p {
    color: #8c8c8c;
    font-size: 14px;
    margin-top: 0;
}
.home-single-event-details a {
    background: #f36b6d none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-bottom: -20px;
    position: absolute;
    right: 25px;
    text-align: center;
    text-decoration: none;
    width: 40px;
}
.view-more-event-button {
  background: #f36b6d none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: table;
  float: none;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px 40px;
  text-decoration: none;
}
.event-carousel .owl-prev {
	left: -60px !important;
}
.event-carousel .owl-next {
	right: -60px !important;
}
/* ==========================================================================
   Publication section css
   ========================================================================== */
.publication-header {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    padding: 8px 10px;
}
.publication-header h2 {
    color: #6b6f73;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}
.publication-body {
    background: #6b6f73 none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    height: 392px;
    margin-bottom: 40px;
    overflow: auto;
    padding: 10px;
    width: 100%;
}
.single-publication-cd {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    float: left;
    height: auto;
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    position: relative;
    min-height: 85px;
}
.single-publication-cd-img {
    float: left;
    width: 30%;
    position: absolute;
    top: 50%;
    margin-top: -35px;
}
.single-publication-cd-img > img {
    height: auto;
    max-height: 70px;
    max-width: 70px;
    width: auto;
}
.single-publication-cd-content {
  float: left;
  width: 100%;
  padding-left: 30%;
}
.single-publication-cd-content > h3 {
    color: #161b21;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
}
.single-publication-cd-content > p {
    color: #6b6f73;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    margin-top: 0;
}

.single-publication-book {
    float: left;
    margin-bottom: 10px;
    width: 50%;
}
.single-publication-book:nth-child(odd) {
    padding-right: 5px;
}

.single-publication-book:nth-child(even) {
    padding-left: 5px;
}
.single-publication-book img {
    height: auto;
    width: 100%;
}
.single-publication-flims {
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
.single-publication-flims > img {
  height: auto;
  width: 100%;
}
/* ==========================================================================
   Folk center section css
   ========================================================================== */
.folk-art-center-section {
  float: left;
  padding-bottom: 40px;
  padding-top: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0) url("../img/bg/bg-folk-center.jpg") no-repeat fixed center center / cover; 
}
.folk-art-center-carousel {
  padding: 0 100px;
}
.folk-art-center-section p {
    padding: 0 100px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.single-folk-art-center img {
    border: 3px solid #fff;
}
.single-folk-art-center h3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
.folk-art-center-carousel .owl-prev {
  left: 60px;
  margin-top: -40px;
}
.folk-art-center-carousel .owl-next {
  right: 60px;
  margin-top: -40px;
}
/* ==========================================================================
   News section css
   ========================================================================== */
.news-section {
  background: #fff none repeat scroll 0 0;
  float: left;
  padding-bottom: 40px;
  padding-top: 20px;
  width: 100%;
}
.news-section h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
}
.television-news-wrapper {
    float: left;
    width: 100%;
}
.full-television-news {
    height: 210px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    background: #000;
}
.single-print-news {
	position: relative;
	max-height: 340px;
}
.inner-news-page .web-news-carousel {
  background: #000;
}
.single-print-news h3 {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  left: 0;
  margin: 0;
  padding: 10px 5px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.owl-next,
.owl-prev {
  height: 35px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 32px;
}
.owl-next {
  right: 0;
  background: rgba(0, 0, 0, 0) url('../img/next.png') no-repeat scroll 0 0;
}
.owl-prev {
  left: 1px;
  background: rgba(0, 0, 0, 0) url('../img/prev.png') no-repeat scroll 0 0;
}
.single-web-news a {
    display: block;
    float: left;
    height: 100%;
    width: 50%;
}
.single-web-news a:first-child {
    padding-right: 5px;
}
.single-web-news a:nth-child(2) {
    padding-left: 5px;
}
.single-web-news img {
    height: 100%;
    width: 100%;
}
.web-news-wrapper .lSSlideWrapper {
  padding: 18px 0;
}
body .lSSlideOuter.vertical .lSAction > .lSNext {
  background: #404040 url('../img/down.png') no-repeat scroll center center;
  bottom: 0;
  height: 18px;
  left: 0;
  margin: 0;
  opacity: 1;
  top: auto;
  width: 100%;
}
body .lSSlideOuter.vertical .lSAction > .lSPrev {
  background: #404040 url('../img/up.png') no-repeat scroll center center;
  bottom: auto;
  height: 18px;
  left: 0;
  margin: 0;
  opacity: 1;
  top: 0;
  width: 100%;
}



/* ==========================================================================
   Footer css
   ========================================================================== */


.footer-section {
    background: #171b22 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.footer-pdf-links {
    float: left;
}
.footer-pdf-links ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-pdf-links ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 5px;
}
.footer-pdf-links ul li a {
    color: #eee;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-top: 10px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0) url("../img/pdf.png") no-repeat scroll left center; 
}
.copy-right-text {
  color: #eee;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  float: right;
  margin-top: 25px;
}
.copy-right-text a {
  color: #fff;
  text-decoration: none;
}
.copy-right-text a:hover {
  color: #ccc;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul {
}
.footer-menu ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer-menu ul li a {
  margin: 0;
  padding: 20px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.footer-menu {
  float: left;
}
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* ==========================================================================
   Description Page css
   ========================================================================== */

.inner-page-banner .banner-slider-text {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+20,000000+100&0+0,0.53+20,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.53) 20%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.53) 20%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.53) 20%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.inner-page-banner .banner-slider-text {
    margin-top: 80px;
}
.inner-page-banner h1 {
  color: #7a0025;
  font-size: 40px;
  margin: 0;
  text-shadow: 1px 2px 3px #333;
  text-transform: uppercase;
}


.inner-page-wrapper {
    background: #5B3F36 none repeat scroll 0 0;
    float: left;
    height: auto;
    width: 100%;
}

.inner-page-wrapper,
.inner-page-wrapper p,
.inner-page-wrapper h1,
.inner-page-wrapper h2,
.inner-page-wrapper h3,
.inner-page-wrapper h4,
.inner-page-wrapper h5 {
  color: #fff;
}

.inner-page-menu {
    float: left;
    width: 100%;
}
.inner-page-menu ul {
    background: #a67c52 none repeat scroll 0 0;
    border-bottom-left-radius: 70px;
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.7);
}
.inner-page-menu ul li {
    float: left;
    position: relative;
}
.inner-page-menu ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 22px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
}

.inner-page-menu ul li:first-child a {
    padding-left: 45px;
    border-bottom-left-radius: 70px;
}

.inner-page-menu ul li.inner-menu-active a, .inner-page-menu ul li a:hover {
  background: #603912 none repeat scroll 0 0;
  text-shadow: -1px 0 #fff;
}

.inner-page-menu ul li ul {
  position: absolute;
  left: 0;
  top: 90%;
  width: 200px;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
.inner-page-menu ul li ul li {
  display: block;
  width: 100%;
}
.inner-page-menu ul li ul li a {
  display: block;
  width: 100%;
  padding: 15px 8px;
}
.inner-page-menu ul li ul li:first-child a {
  padding-left: 8px;
  border-bottom-left-radius: 0;
}
.inner-page-menu ul li:hover a {
  background: #603912;
  text-shadow: -1px 0 #fff;
}
.inner-page-menu ul li:hover ul li a {
  background: transparent;
  text-shadow: none;
}
.inner-page-menu ul li:hover ul li:hover a {
  background: #603912;
  text-shadow: -1px 0 #fff;
}
.inner-page-menu ul li:hover ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
}




.inner-description {
    float: left;
    height: auto;
    margin-bottom: 30px;
    width: 100%;
}
.inner-description h2 {
    color: #7c0024;
    font-size: 36px;
}

.inner-description img {
  margin: 10px;
}
.inner-description .artforms-gallery-image img {
  width: 100%;
  margin: 0;
  height: 157px;
}
.artforms-gallery-title h3 {
  margin: 0;
  width: 100%;
  height: auto;
  background: #171B22;
  padding: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* ==========================================================================
   Process Page css
   ========================================================================== */
.process-video-container {
  float: left;
  height: auto;
  margin-top: 20px;
  width: 100%;
}
.process-video-text {
    float: left;
    padding-right: 15px;
    width: 70%;
}
.process-video {
    float: left;
    margin-top: 10px;
}
.process-video-text p {
  color: #750128;
  font-size: 20px;
  font-weight: 500;
}
.process-video-container {
    float: left;
    height: auto;
    margin-top: 20px;
    width: 100%;
}
.process-steps-container h3 {
    color: #7a0025;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.process-steps-container {
    float: left;
    height: auto;
    margin-bottom: 30px;
    width: 100%;
}

.process-steps {
    float: left;
    height: auto;
    padding-left: 70px;
    position: relative;
    width: 100%;
}
.single-process-step {
    float: left;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.process-image {
    float: left;
    padding-right: 20px;
    width: 25%;
}
.process-image img {
    height: auto;
    width: 100%;
}
.process-text {
    float: left;
    width: 75%;
}
.process-steps::before {
    background: #586a04 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 35px;
    position: absolute;
    top: 0;
    width: 3px;
}
.single-process-step::before {
    background: #752e0e none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    height: 40px;
    left: -54px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}
.single-process-step:last-child {
  margin-bottom: 0;
}
.process-text p {
  font-size: 16px;
  font-weight: 500;
}
.process-text p:first-child {
  margin-top: 0;
}
.single-process-step:first-child::before {
    content: "1";
}
.single-process-step:nth-child(2)::before {
    content: "2";
}
.single-process-step:nth-child(3)::before {
    content: "3";
}
.single-process-step:nth-child(4)::before {
    content: "4";
}
.single-process-step:nth-child(5)::before {
    content: "5";
}
.single-process-step:nth-child(6)::before {
    content: "6";
}
.single-process-step:nth-child(7)::before {
    content: "7";
}
.single-process-step:nth-child(8)::before {
    content: "8";
}
.single-process-step:nth-child(9)::before {
    content: "9";
}
.single-process-step:nth-child(10)::before {
    content: "10";
}
.single-process-step:nth-child(11)::before {
    content: "11";
}
.single-process-step:nth-child(12)::before {
    content: "12";
}
.single-process-step:nth-child(13)::before {
    content: "13";
}
.single-process-step:nth-child(14)::before {
    content: "14";
}
.single-process-step:nth-child(15)::before {
    content: "15";
}
.single-process-step:nth-child(16)::before {
    content: "16";
}
.single-process-step:nth-child(17)::before {
    content: "17";
}
.single-process-step:nth-child(18)::before {
    content: "18";
}
.single-process-step:nth-child(19)::before {
    content: "19";
}
.single-process-step:nth-child(20)::before {
    content: "20";
}
.single-process-step:nth-child(21)::before {
    content: "21";
}
.single-process-step:nth-child(22)::before {
    content: "22";
}
.single-process-step:nth-child(23)::before {
    content: "23";
}
.single-process-step:nth-child(24)::before {
    content: "24";
}
.single-process-step:nth-child(25)::before {
    content: "25";
}
.single-process-step:nth-child(26)::before {
    content: "26";
}

/* ==========================================================================
   Location page css
   ========================================================================== */
.inner-page-location {
  float: left;
  width: 100%;
}
.inner-page-location h3 {
  color: #750128;
  font-size: 20px;
  font-weight: 500;
}

.location-conatiner {
    float: left;
    height: auto;
    width: 100%;
}
.location-district {
    float: left;
    padding-right: 30px;
    width: 55%;
}
.location-map-container {
    float: left;
    width: 45%;
}
.location-map {
    height: auto;
    margin-bottom: 20px;
    min-height: 250px;
    width: 100%;
}
.single-location-district h2 {
    color: #7c0027;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 95px;
    background: url('../img/location-title-bg.png') no-repeat scroll 0 center;
}
.single-location-district {
  margin-bottom: 40px;
}
.publication-section {
  float: left;
  width: 100%;
}

/* ==========================================================================
   Artforms Gallery
   ========================================================================== */
   
.single-artforms-gallery {
  float: left;
  width: 25%;
  padding: 0 10px;
  text-align: center;
  margin-top: 20px;
}

/* ==========================================================================
   Location page css
   ========================================================================== */
.inner-page-location {
  float: left;
  width: 100%;
  padding-top: 25px;
}
.inner-page-location h3 {
  color: #eccf22;
  font-size: 20px;
  font-weight: 500;
}

.location-conatiner {
    float: left;
    height: auto;
    width: 100%;
}
.location-district {
    float: left;
    padding-right: 30px;
    width: 55%;
}
.location-map-container {
    float: left;
    width: 45%;
}
.location-map {
    height: auto;
    margin-bottom: 20px;
    min-height: 250px;
    width: 100%;
}
.single-location-district h2 {
  color: #eccf22;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 70px;
  background: url('../img/location-title-bg.png') no-repeat scroll left center;
  padding-top: 10px;
  padding-bottom: 15px;
}
.single-location-district {
  margin-bottom: 40px;
}

/* ==========================================================================
   publication Page
   ========================================================================== */
.inner-page-publication .publication-cd-wrapper,
.inner-page-publication .publication-book-wrapper,
.inner-page-publication .publication-flims-wrapper {
  margin-top: 30px;
}
.inner-page-publication .publication-cd-wrapper .publication-header h2,
.inner-page-publication .publication-book-wrapper .publication-header h2,
.inner-page-publication .publication-flims-wrapper .publication-header h2 {
  color: #6b6f73;
}
.inner-page-publication .single-publication-cd-content > h3 {
  color: #161b21;
}
.inner-page-publication .single-publication-cd-content > p {
  color: #6b6f73;
}

/* ==========================================================================
   Artist Page
   ========================================================================== */
.search-bar-sorting {
  margin-top: 17px;
  float: left;
}
.search-bar-sorting li {
  display: inline-block;
}
.search-bar-sorting li a {
  color: #fff;
  display: block;
  padding: 5px;
  transition: all 0.25s ease-in-out;
}
.search-bar-sorting li.sort-active a,
.search-bar-sorting li a:hover {
  color: #ff524a;
}
.search_artist {
  margin-top: 33px;
  height: 32px;
  padding: 5px 10px;
  width: 220px;
  border: 1px solid #111;
  border-radius: 3px;
  background: #fff url('../img/search.png') no-repeat scroll center right 5px / 20px 20px;
  float: right;
}
.jquery-modal .modal {
  max-width: 400px;
}
.modal-body-wrapper h3 {
  margin-top: 0;
  color: #666;
}
.jquery-modal .input-group {
  margin-bottom: 10px;
}
.jquery-modal .input-group input {
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.input-submit input {
  border: 0;
  padding: 8px 20px;
  background: #eccf22;
  color: #fff;
  cursor: pointer;
}
.input-submit input:hover {
  background: #555;
}

.jquery-modal.blocker {
  z-index: 999;
}
.search-bar-sorting ul {
  padding-left: 20px;
}
.btn.btn-primary {
  background: #eccf22;
  padding: 4px 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
}

.art-and-craft-wrapper ul li.art-and-craft-pos-19 {
  left: 404px;
  top: 490px;
  width: 143px;
  height: 101px;
}
.text-center {
  text-align: center;
}
.section-col-2 {
  width: 16.66%;
}
.inner-page-wrapper.inner-downloads-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-download-wrapper {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #171b22;
	font-size: 12px;
	font-weight: 400;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	margin-bottom: 30px;
}
.single-download-wrapper:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
.single-download-wrapper a {
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
}
.single-download-wrapper a h3 {
  margin: 5px 0;
  font-weight: normal;
  font-size: 12px;
  padding: 0 5px;
}

.inner-description p img {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
  border: 5px solid #fff;
}
.inner-project-page .inner-description h2 {
  color: #fff;
}
.inner-project-page .inner-page-menu ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 20px 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.inner-project-page .inner-page-menu ul li:first-child a {
  padding-left: 30px !important;
  border-bottom-left-radius: 70px;
}
.section-col-8 {
  width: 66.66666667%
}

.dailynewsticker {
  height: 302px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dailynewsticker li {
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  height: auto;
  overflow: hidden;
  padding-left: 15px;
}
.slicknav_menu {
	display: none;
}

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


	/* Home Page*/

	#side-panel {
		width: 220px;
	}
	.main-container {
		padding-left: 220px;
	}
	.banner-slider-text a, .banner-slider-text p {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: normal;
	}
	.find-art-and-craft-list {
		padding-left: 10px;
		padding-right: 10px;
	}
	.single-find-art-and-craft-image img {
		width: 100%;
		height: auto;
	}
	.single-find-art-and-craft-Details > h3 {
		font-size: 14px;
	}
	.single-find-art-and-craft-Details > p {
		font-size: 12px;
		margin-bottom: 0px;
		margin-top: 0;
	}
	.single-find-art-and-craft {
		margin-bottom: 10px;
		padding: 8px;
	}
	.highlight-text {
		font-size: 12px;
	}
	.find-art-list {
		height: 200px;
	}
	.single-publication-cd-img {
		padding-right: 10px;
	}
	.single-publication-cd-img > img {
		max-height: 100%;
		max-width: 100%;
	}
	.news-filter-wrapper {
		position: static;
		margin-bottom: 10px;
	}
	.folk-art-center-carousel {
		padding: 0 30px;
	}
	.art-and-craft-wrapper {
		height: 465px;
		position: relative;
		width: auto;
		transform: scale(0.7);
		left: -78px;
		top: -39px;
	}
	/*Home page end*/


}

@media only screen and (max-width: 1199px) {
	.inner-page-menu ul {
		border-bottom-left-radius: 0px !important;
	}
	.inner-page-menu ul li a,
	.inner-project-page .inner-page-menu ul li a {
		font-size: 12px  !important;;
	}
	.inner-page-menu ul li:first-child a,
	.inner-project-page .inner-page-menu ul li:first-child a {
		padding-left: 10px !important;
		border-bottom-left-radius: 0px  !important;;
	}
	.inner-page-banner .banner-slider-text {
		margin-top: 0px;
	}
	.inner-page-banner h1 {
		font-size: 25px;
	}
	.inner-description h2 {
		font-size: 25px;
		margin-bottom: 0;
	}
	.inner-page-menu ul li ul {
		width: 155px;
	}
	.single-district-wise-artist-image img {
		width: 100%;
		height: auto;
	}
}


@media only screen and (max-width: 991px) and (min-width: 768px){
	.art-and-craft-wrapper {
		height: 472px;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		transform: scale(0.7);
		left: -100px;
		top: -30px;
	}


}


@media only screen and (max-width: 991px){
	#side-panel {
		position: relative;
		width: 100%;
		float: left;
	}
	.site-menu {
		float: left;
		width: 65%;
		padding-right: 15px;
	}
	.site-branding {
		float: left;
		width: 100%;
		text-align: center;
	}
	.site-branding a {
		display: inline-block;
	}
	.main-container {
		padding-left: 0;
		width: 100%;
	}
	.main-menu {
		display: none;
	}
	.highlights-section .section-col-8 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.highlights-section .section-col-4 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.find-art-and-craft-map-wrapper {
		width: 100%;
	}
	.find-art-and-craft-list {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
		margin-bottom: 30px;
	}
	.year-event-list li {
		width: 100%;
		margin-bottom: 40px;
	}
	.year-event-list li:nth-child(2n+1) {
		padding-right: 0;
	}
	.year-event-list li:nth-child(2n) {
		padding-left: 0px;
	}
	.publication-section .section-col-4 {
		width: 100%;
	}
	.news-section .section-col-4 {
		width: 100%;
	}
	.slicknav_menu {
		display: block;
	}

}



@media only screen and (max-width: 767px){
	.art-and-craft-wrapper ul li {
		position: relative;
		left: auto !important;
		top: auto !important;
		width: 25% !important;
		height: 125px !important;
		float: left;
	}
	.publication-section .section-col-4 {
		width: 100%;
	}
	.folk-art-center-carousel {
		padding: 0 10px;
	}
	.folk-art-center-section p {
		padding: 0 10px;
	}
	.news-section .section-col-4 {
		width: 100%;
	}
	.home-event-timeline-wrapper {
		padding: 0 0px;
	}
	.hme-banner-slide-custom-pagination ul li:first-child a {
		padding-top: 35px;
	}
	.hme-banner-slide-custom-pagination ul li {
		font-size: 12px;
		height: 80px;
		margin-left: 25px;
		padding-top: 0px;
		width: 80px;
	}
	.hme-banner-slide-custom-pagination ul li:nth-child(3) {
		padding-top: 26px;
	}
	.hme-banner-slide-custom-pagination ul li:nth-child(2) {
		margin-top: 45px;
		padding-top: 30px;
		margin-left: 85px;
	}
	.banner-slider-text {
		padding: 15px 40px 15px 10%;
	}
	.banner-slider-text a, .banner-slider-text p {
		font-size: 12px;
		line-height: 13px;
	}


}

@media only screen and (max-width: 639px){ 
	.art-and-craft-wrapper ul li {
		width: 33.33% !important;
	}
	.hme-banner-slide-custom-pagination ul li:first-child a {
		padding-top: 35px;
	}
	.hme-banner-slide-custom-pagination ul li {
		font-size: 12px;
		height: 80px;
		margin-left: 25px;
		padding-top: 0px;
		width: 80px;
	}
	.hme-banner-slide-custom-pagination ul li:nth-child(3) {
		padding-top: 26px;
	}
	.hme-banner-slide-custom-pagination ul li:nth-child(2) {
		margin-top: 45px;
		padding-top: 30px;
	}
	.banner-slider-text {
		padding: 15px 40px 15px 10%;
	}
	.banner-slider-text a, .banner-slider-text p {
		font-size: 12px;
		line-height: 13px;
	}
	.section-title {
		font-size: 25px;
	}
	.upcomming-event-list {
		padding-left: 115px;
	}
	.upcomming-event-label {
		padding: 26px 20px;
		width: 110px;
	}
	.upcomming-event-label h3 {
		font-size: 14px;
	}
	.hme-banner-slide-custom-pagination ul li:nth-child(2) {
		margin-left: 85px;
	}
	.find-art-and-craft-list > h1 {
		font-size: 25px;
		text-align: center;
		margin-bottom: 0;
	}
	.find-art-and-craft-list {
		padding-left: 10px;
		padding-right: 10px;
	}
	.single-find-art-and-craft {
		margin-bottom: 6px;
		padding: 6px;
	}
	.find-art-list {
		padding: 0px 1px;
		padding-top: 5px;
	}
	.find-art-list-wrapper {
		float: left;
	}
	.single-find-art-and-craft-image img {
		width: 100%;
		height: auto;
	}
	.single-find-art-and-craft-Details > h3 {
		font-size: 14px;
	}
	.single-find-art-and-craft-Details > p {
		font-size: 12px;
		margin-bottom: 0px;
		margin-top: 0;
	}
	.single-find-art-and-craft-Details > p.single-find-art-and-craft-meta {
		font-size: 11px;
	}
	.folk-art-center-carousel .owl-next {
		right: -10px;
	}
	.folk-art-center-carousel .owl-prev {
		left: -10px;
	}
	.site-branding {
		width: 100%;
	}
	.inner-page-banner .single-banner-slide {
		height: 300px;
	}
	.inner-page-banner h1 {
		font-size: 20px;
	}
	.inner-page-banner .banner-slider-text {
		margin-top: 15px;
		width: 85%;
	}
	.inner-page-menu ul li {
		width: 50%;
		text-align: center;
	}
	.inner-page-menu ul {
		border-bottom-left-radius: 0px;
	}
	.inner-project-page .inner-page-menu ul li:first-child a {
		padding-left: 10px !important;
		border-bottom-left-radius: 0px;
	}
	.inner-project-page .inner-page-menu ul li a {
		padding: 15px 10px;
	}
	.inner-description h2 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.inner-description p img {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		display: block;
		width: 100%;
		height: auto;
	}
	.inner-page-menu ul li ul {
		width: 100%;
		z-index: 9999;
	}
	.inner-page-menu ul li a {
		padding: 15px 10px;
		font-size: 12px;
	}
	.inner-page-menu ul li:first-child a {
		padding-left: 10;
		border-bottom-left-radius: 0;
	}
	.inner-page-menu ul li:first-child a {
		padding-left: 10px;
		border-bottom-left-radius: 0px;
	}
	.inner-page-menu ul li.has-child-menu a::before {
		top: 15px;
	}
	.location-district {
		padding-right: 0;
		width: 100%;
	}
	.location-map-container {
		width: 100%;
	}
	.single-artforms-gallery {
		width: 100%;
	}
	.inner-description .artforms-gallery-image img {
		width: 100%;
		height: auto;
	}
	.inner-page-publication .section-col-4 {
		width: 100%;
	}
	.inner-page-publication .single-publication-flims img {
		width: 100%;
		height: auto;
	}
	.all-artist-wrapper {
		padding-left: 0;
	}
	.single-district-wise-artist {
		width: 100%;
		padding-right: 0;
		margin-bottom: 15px;
	}
	.search_artist {
		margin-top: 0px;
	}
	.inner-news-page .section-col-4 {
		width: 100%;
	}
	.single-location-art {
		float: left;
		width: 100%;
		padding-right: 0;
		min-height: auto;
		text-align: center;
		margin-bottom: 30px;
	}
	.inner-downloads-page .section-col-2 {
		width: 100%;
	}
	.single-download-wrapper img {
		width: 100%;
		height: auto;
	}
	.contact-form-inline {
		display: block !important;
		width: 100% !important;
	}
	.contact-inline {
		width: 100% !important;
	}
}



























/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




/* ============================================================ */
/* ============================================================ */
/*.main-menu li.menu-marketplace-button a {
  outline: 4px solid red;
}
.has-child-nav a {
  outline: 3px solid red;
}
*/
/* ============================================================ */
/* ============================================================ 