

* {
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 600;
    font-family: "AvenirLTStd-Book";
}
@font-face{
font-family: 'AvenirLTStd-Book';
src:url(../fonts/font-family/AvenirLTStd-Book.otf);
}



html,
body {
    height: 100%
}

body {
   /* font-family: Helvetica Neue, Arial, sans-serif;*/
    font-weight: 600;
    font-size: 14px;
    color: #2b2f45;
	
	
} /*
html { 
 background:  url(../images/boby-bg.jpg) center center fixed; 
  background-size: cover;
}/*

p {
  font-size: 17px;
line-height: 1.8;
font-weight: 700;
}

a {
    display: inline-block;
    text-decoration: none;
    outline: none;
    background: none;
}

a:focus {
    outline: 0 solid
}

a:hover {
    text-decoration: none
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    outline: none;
}
input:focus,
button:focus: {
    outline: none;
    box-shadow: 0 0 0 0 #ffffff;
}
/*=======================
16. preloader
========================*/
#loader-wrapper {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
  
}
#loader {
    display: block;
    position: relative;
    top: 50%;
    margin: auto;
    width: 180px;
    color: white;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    background: -webkit-linear-gradient(top, #ff781f  0, #ff781f  100%);
    background: linear-gradient(180deg, #ff781f  0, #ff781f  100%);
    text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    text-align: center;
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
}

#loader-wrapper #loader:after {
  content: "";
  display: table;
  clear: both;
}

#loader-wrapper span {
  float: left;
  height: 70px;
  line-height: 85px;
  width: 30px;
}

#loader-wrapper #loader > span {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#loader-wrapper #loader > span:first-child {
  color:#fff;
}
#loader-wrapper .covers {
  position: absolute;
  height: 100%;
  width: 100%;
}

#loader-wrapper .covers span {
  background: -webkit-linear-gradient(top, #fff 0, #fff 100%);
  background: linear-gradient(180deg, #fff 0, #fff 100%);
  -webkit-animation: up 2s infinite;
          animation: up 2s infinite;
}

@-webkit-keyframes up {
  0%   { margin-bottom: 0; }
  16%  { margin-bottom: 100%; height: 20px; }
  50% { margin-bottom: 0; }
  100% { margin-bottom: 0; }
}

@keyframes up {
  0%   { margin-bottom: 0; }
  16%  { margin-bottom: 100%; height: 20px; }
  50% { margin-bottom: 0; }
  100% { margin-bottom: 0; }
}

#loader-wrapper .covers span:nth-child(2) { -webkit-animation-delay: .142857s; animation-delay: .142857s; }
#loader-wrapper .covers span:nth-child(3) { -webkit-animation-delay: .285714s; animation-delay: .285714s; }
#loader-wrapper .covers span:nth-child(4) { -webkit-animation-delay: .428571s; animation-delay: .428571s; }
#loader-wrapper .covers span:nth-child(5) { -webkit-animation-delay: .571428s; animation-delay: .571428s; }



/*=======================
2. Helper-class
========================*/

.fix {
    overflow: hidden;
}

.album-area
{
background: url("../images/album-bg.jpg");
background-repeat:no-repeat;
background-attachment:fixed;
background-position:50% 50%;
background-size:cover;
}

.album-area .page-title h2 {
    background: rgba(0, 0, 0, 0) url("../images/page-title-icon.png") no-repeat scroll center bottom;
    color: #000;
	/*font-family: 'Monoton', cursive;*/
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 40px;
    text-transform: uppercase;
	padding-top:3%;
}

.album-area .page-title p {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 700;
	color:#000000e0;
	padding: 2% 13%;
	
}

/*.section-padding {
   padding: 30px 0px 0px 0px;
}*/

.black-bg {
  background-color: #1c1c1c;
}

.padding-down {
    padding-bottom: 60px;
}

.bttn {
    background-color: #feb706;
    border-radius: 3px;
    color: #ffffff;
    padding: 10px 30px;
    text-transform: uppercase;
}

.bttn-lg {
    font-size: 20px;
    font-weight: 700;
  padding: 4px 26px;
  color: #121111;
}
.event_booking_form .event-ticket p
{
	padding:0px 0px;
	color:#fff;
	font-size: 20px;
	margin:0px;
}
.event_booking_form .event-ticket
{
margin-left: 16px;
}


/*======================
3. page-title
=======================*/

.page-title {
    color: #2c2c2ce0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    text-align: center;
    width: 80%;
}

.page-title h2 {
  /*  background: rgba(0, 0, 0, 0) url("../images/page-title-icon.png") no-repeat scroll center bottom;*/

    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.black-bg .page-title h2 {
    color: #ffffff;
}

.black-bg .page-title {
    color: #ffffff;
}

.home2 .page-title h2 {
    padding: 20px 50px 20px 0;
    background: url(images/icon/page-title-stick.png) no-repeat scroll center right / auto 100%;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-right: 50px;
}

.home2 .page-title,
.home2 .news-area .fix {
    text-align: left;
    width: 100%;
    margin-bottom: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*======================
4. Header-style
========================*/

.top-area {
    height: 0%;
    position: relative;
    width: 100%;
}

.pogoSlider-slide:before,
.mainmenu-area.stick:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background: #333;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
background: #edcd1a;
background: -webkit-linear-gradient(top, #333 0%, #333 64%);
background: linear-gradient(to bottom, #333 0%, #333 64%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#333', GradientType=0);
}

.mainmenu-area {
    top: -100px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}


.mainmenu-area:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mainmenu-area.stick:after {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #333;
}

.header-top-area {
    background: rgba(255, 255, 255, 0.91) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
	width:100%;
}
/*
.logo-area {
   padding: 20% 10%;
}*/

.mobile-logo {
    display: none;
}

.sel-lan form {
    border: 1px solid #feb706;
    border-radius: 2px;
    display: inline-block;
    min-width: 60px;
    position: relative;
}

.sel-lan form label {
    color: #feb706;
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: -1;
}

.sel-lan select {
    background: none;
    border: none;
    color: #959595;
    /*font-family: 'Raleway', sans-serif;*/
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 2px;
    width: 100%;
    z-index: 1;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.sel-lan select option {
    background-color: #ffffff;
    border: medium none;
}

.social-link {
margin-left:15%;
}

.social-link a {
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2;
	background: #ff781f;
border-radius: 5px;
margin-left:3%;
}
.social-link a:hover {
		background: #000;
color: #feb706;
}

.search-box {
    margin-bottom: 15px;
}

.social-link a:hover {
   color: #feb706;
border: solid 1px #696866;
}

.search-box input,
.search-box button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #b7b7b7;
}

.search-box input {
    width: 100%;
    padding: 2px;
    height: 100%;
    
}
.search-box input:focus {
    outline: none;
}
.search-box form {
    background-color: #ffffff;
    border-radius: 50px;
    display: inline-block;
    padding: 4px 15px;
    margin: 6px 0;
    position: relative;
    width: 300px;
    text-align: left;
    height: 35px;
}

.search-box button.search-bttn {
	position: absolute;
	right: -0px;
	top: 0;
	background: #ffffff;
	width: 35px;
	height: 100%;
	border-radius: 0 30px 30px 0;
	border-left: 1px solid #b7b7b7;
	color: #b7b7b7;
}
.search-box button.search-bttn:hover {
    background: #feb706;
    color: #ffffff;
}
.header-text-area .pogoSlider {
    position: static;
}

.header-text-area .pogoSlider-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pogoSlider-nav {
    display: none;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text-area h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 30px;
    padding-top: 80px;
}

.header-text-area {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    width: 100%;
    height: 100%;
}

.header-text-area p {
    width: 60%;
    margin: auto;
    font-style: italic;
}

.header-text h2 span {
background-color: #181818;
box-shadow: 10px 0 0 0 rgba(28, 27, 27, 0.4), 20px 0 0 0 rgba(23, 16, 1, 0.3);
padding: 0 10px;
margin-right: 20px;
margin-left: 12px;
}

.scrolldown,
.scrolldown span {
    position: absolute;
    width: 20px;
    height: 40px;
    border: 2px solid #fff;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    bottom: 10px;
    border-radius: 20px;
    background: none;
    cursor: pointer;
    display: inline-block;
    z-index: 9;
}

.scrolldown span {
    width: 0;
    height: 10px;
    bottom: auto;
    top: 10px;
    -webkit-animation: spin 0.8s linear 0.6s infinite alternate;
    animation: spin 0.8s linear 0.6s infinite alternate;
}

@-webkit-keyframes spin {
    0% {
        top: 5px;
    }
    100% {
        top: 20px;
    }
}

@keyframes spin {
    0% {
        top: 5px;
    }
    100% {
        top: 20px;
    }
}


/*==================
5. News area
==================*/

.news-area a {
    width: 100%;
}

.single-news,
.single-blog,
.single-feature,
.event-photo,
.single-album {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 5px;
}

.blog-single .single-blog {
    border-radius: 0;
}

.single-blog img,
.single-news img,
.single-album img,
.single-feature img,
.event-photo img,
.video-thumb img {
    width: 100%;
}

.single-blog:hover img,
.single-news:hover img,
.single-album:hover img,
.single-feature:hover img,
.event-photo:hover img,
.video-thumb:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-news:after {
    background-color: #feb706;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.single-news:hover:after {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.single-news img {
    width: 100%;
    z-index: -1;
}

.news-details,
.event-details {
    bottom: 0;
    color: #ffffff;
    font-weight: 600;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 2
}

.news-details h3 {
   font-size: 24px;
margin-bottom: 6px;
text-transform: capitalize;
/*font-family: 'Raleway', sans-serif;*/
font-weight: 600;
}


/*===================
6. Feature Area
====================*/

.feature-area .col-sm-6,
.album-area .col-sm-4,
.news-area .col-sm-6 {
    padding: 0 30px;
   margin-bottom: 30px;
}

.feature-area .row,
.album-area .row,
.news-area .row {
    margin: 0 -30px;
}

.feature-text {
    bottom: 0;
    color: #ffffff;
    display: block;
    height: auto;
    left: 0;
    margin: 16px;
    position: absolute;
    width: 100%;
}

.feature-text h3,
.event-details h2 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.feature-text h4 {
    font-style: italic;
    margin: 0;
}

.feature-social-link {
    height: auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: auto;
}


/*========================
7. Ablum Area
=========================*/

.single-album img,
.single-feature img {
    width: 100%;
}

.feature-social-link > a {
    color: #ffffff;
    display: block;
    font-size: 20px;
    height: 40px;
    text-align: center;
    width: 40px;
}

.feature-social-link a:hover {
    color: #ff6900;
}

.album-text {
    bottom: 0;
    color: #140F02;
    left: 0;
    padding-left: 16px;
    position: absolute;
    width: 100%;
	    background: rgba(255, 255, 255, 0.71);
    height: 35%;
}

.album-area .play-button {
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 5px;
}

.album-area .play-button:hover {
    color: #feb706;
}

.album-text h3 {
    color: #000;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: bold;
    padding-top: 13px;
}

.album-text span {
    float: right;
    margin-right: 15px;
}

.album-text span a {
    color: #ffffff;
    margin-left: 10px;
}

.album-text span a:hover {
    color: #feb706;
}

.single-album a {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-album:hover a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*===================
8. Event Area
====================*/

.event-details .location {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.event-details .location i.fa {
    margin-right: 8px;
}

.single-event {
    overflow: hidden;
    margin-bottom: 60px;
}

.event-area .event-photo {
    float: left;
    width: 36%;
}

.event-area .event-ticket {
    float: left;
    margin-top: 64px;
    width: 64%;
}

.event-ticket a.bttn {
    border: 2px solid rgba(0, 0, 0, 0);
    float: none;
    margin-top: 14px;
}

.event-price h2 {
    color: #feb706;
    font-size: 60px;
    font-weight: 600;
}

.event-area .event-price {
    float: left;
    margin-left: 190px;
    text-align: center;
}

.event-price h2 span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.event-area .single-event {
    border-bottom: 2px solid #dddddd;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 30px;
}

.event-ticket a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid;
    color: #feb706;
}

.single-event:last-child {
    border-bottom: medium none;
}

.sel-lan ul
{
	list-style:none
}
.sel-lan ul li
{
	font-size:16px;
	font-weight:600;
	padding:5px 0px
}
.sel-lan ul li a{
	text-decoration:none;
	color:#fff;font-size:16px;
}
.sel-lan ul li i{
	color:#fff;
	font-size:16px;
	font-weight:600;padding:0px 2px;
}
/*========================
9. Video Area
==========================*/

.video-area {
   padding-bottom: 10px;
   background: url("../images/video-bg.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 50%;
background-size: cover;
}

.video-item {
    position: relative;
}

.play-bttn {
    bottom: 0;
    color: #ffffff;
    font-size: 40px;
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.play-bttn:hover {
    color: #feb706;
}

.single-video {
    font-weight: 600;
    margin-bottom: 29px;
    text-align: center;
    text-transform: uppercase;
}

.video-thumb img {
    width: 100%;
}

.video-thumb {
    overflow: hidden;
    border-radius: 5px;
}

.single-video h2 {
    margin: 20px 0 10px;
}


/*======================
10. Mail Subscribe Form
=======================*/

.mail-subscribe {
    text-align: center;
}

.mail-subscribe input {
    border: none;
    background: none;
    border-bottom: 2px solid;
    color: #feb706;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    text-align: left;    
}
.mail-subscribe input:focus {
    outline: none;
}

.mail-subscribe .bttn {
    border: 2px solid #feb706;
    border-radius: 50px;
}

.mail-subscribe .bttn:hover {
    background: none;
}


/*======================
11. Footer Area
=======================*/

.footer-logo {
    margin-bottom: 15px;
}

.copyright {
  color: #00000096;
      font-size: 11px;

}

.copyright a {
    color: #00000096;
}

.copyright a:hover {
    color: #feb706;
}
/*
#scrollUp {
    background: #f37721;
    border: 1px solid #f37721;
    border-radius: 3px;
    bottom: 80px;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    line-height: 1.8;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 40px;
    z-index: 999999;
	display:none;
}

#scrollUp:hover {
    background:#f37721;
    color: #000;
}
*/

/*===========================
12. Home 2 Style
==============================*/

.home2 .news-area .col-sm-6 {
    margin-bottom: 0px;
}

.home2 .mail-subscribe input {
    border: none;
    border-bottom: 2px solid #fff;
    width: 300px;
    margin-right: 50px;
}

.home2 .mail-subscribe button {
    background: none;
    border: medium none;
    border-radius: 0;
    border-bottom: 2px solid #feb706;
}

.home2 .mail-subscribe input:hover,
.home2 .mail-subscribe input:focus {
    border-color: #feb706;
}

.home2 .mail-subscribe button:hover {
    border-color: #ffffff;
    color: #feb706
}

.blog .row {
    margin-bottom: 60px;
}

.blog a {
    text-transform: uppercase;
}

.blog-meta > a {
    color: #959595;
    font-size: 12px;
    margin-right: 10px;
}

.blog-meta > a:hover {
    color: #feb706;
}

.blog-meta > a i.fa {
    margin-right: 5px;
}

.single-blog-title {
    border-bottom: 1px solid #E0DFDF;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

a.read-more {
    color: #959595;
    font-size: 18px;
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: 400;
    margin-top: 10px;
}

a.read-more i.fa {
    margin-left: 5px;
}

a.read-more:hover {
    color: #feb706;
    text-decoration: underline;
}

.indector > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.indector ul li {
    display: inline-block;
    margin: 0 5px;
}

.indector ul li a {
    background-color: #231f1e;
    border-radius: 50px;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 2.4;
    width: 60px;
}

.indector ul li a:hover {
    background-color: #feb706;
}

.header-location-menu a {
    color: #000;
    text-transform: uppercase;
}

.header-location-menu a:last-child {
    float: right;
}

.header-location-menu a i.fa {
    padding-right: 5px;
}

.header-location-menu a:last-child i.fa {
    padding-left: 5px;
    padding-right: 0;
}

.header-location-menu {
    background-color: #fafafa;
    padding: 40px 0;
}


/*===================
13. Single Blog Page
====================*/

.blog-single .single-blog-title {
    display: block;
    margin-top: 30px;
}

.content p {
    display: block;
    margin-bottom: 50px;
}

.blog-single blockquote {
    color: #a1b1bc;
    display: block;
    width: 100%;
    border: 1px solid #E0DFDF;
    border-left: 8px solid #feb706;
    padding: 30px 150px 30px 60px;
    position: relative;
    margin-bottom: 60px;
}

blockquote h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

blockquote:after {
    color: #a1b1bc;
    content: "\f10e";
    font-family: fontawesome;
    font-size: 50px;
    position: absolute;
    right: 80px;
    top: 30px;
}

.tag-menu > span,
.social-menu span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    padding: 0 14px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.tag-menu:hover > span,
.social-menu:hover > span {
    background-color: #feb706;
}

.tag-menu,
.social-menu {
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    padding: 0 0 0 50px;
    position: relative;
    min-height: 40px;
}

.tag-menu > a,
.social-menu > a {
    color: #A1B1BC;
    margin: 0 5px;
    display: inline-block;
}

.social-menu > a:hover .fa-facebook {
    color: #3B5998;
}

.social-menu > a:hover .fa-twitter {
    color: #55ACEE;
}

.social-menu > a:hover .fa-pinterest-p {
    color: #CB2026;
}

.social-menu > a:hover .fa-google-plus {
    color: #DD4C3B;
}

.social-menu > a:hover .fa-deviantart {
    color: #2F584A;
}

.social-menu > a:hover .fa-instagram {
    color: #7A43BA;
}

.social-menu > a:hover .fa-dribbble {
    color: #EC4A89;
}

.social-menu > a:hover .fa-github {
    color: #4DCE7D;
}

.social-menu > a:hover .fa-wordpress {
    color: #AAAAAA;
}

.social-menu > a:hover .fa-vimeo {
    color: #63B4E4;
}

.social-menu > a:hover .fa-youtube {
    color: #E52C27;
}

.tag-menu > a:hover {
    color: #feb706;
    text-decoration: underline;
}

.tag-menu > a {
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 13px;
    text-transform: capitalize;
    padding-top: 2px;
}

.tag-menu a:after {
    content: ",";
    font-size: 20px;
    margin-left: 3px;
}

.tag-menu a:last-child:after {
    content: "";
}

.social-menu > a {
    height: auto;
    margin: 0;
    text-align: center;
    width: 36px;
    padding: 9px 0;
}

.comment-header {
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}

.comment-header h2 {
    float: left;
    font-size: 22px;
    text-transform: uppercase;
}

.comment-header .edit-comment {
    float: right;
}

.edit-comment button {
    background: none;
    border: none;
    line-height: 2;
}

.edit-comment button i.fa {
    border: 1px solid;
    border-radius: 2px;
    display: block;
    float: left;
    height: 30px;
    line-height: 2;
    margin-right: 10px;
    width: 30px;
}

.edit-comment button:hover i.fa {
    color: #feb706;
}

ul.single-comment {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-comment > li {
    border: 1px solid #e0dfdf;
    margin-bottom: 30px;
    padding: 20px 20px 20px 20px;
    position: relative;
    color: #a1b1bc;
    border-radius: 2px;
}

.single-comment > li:nth-child(1n+2) {
    margin-left: 40px;
}

.single-comment > li p {
    margin-bottom: 0;
}

.com-thumb {
    float: left;
    margin: 0 10px 5px 0;
}

.single-comment h3 {
    color: #2c3e50;
    margin-bottom: 5px;
}

.single-comment .comment-date {
    color: #feb706;
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.single-comment .reply-button {
    background-color: #221f1f;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    top: 24px;
    right: 14px;
}

.single-comment .reply-button:hover {
    background-color: #feb706;
}

.reply-form {
    display: none;
}

.reply-form > input {
    border: 1px solid #a1b1bc;
    margin-top: 15px;
    padding: 3px 10px;
    width: 300px;
}

.comment-box h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.com-input {
    float: left;
    overflow: hidden;
    position: relative;
    width: 47%;
}

.comment-box textarea,
.com-input > input {
    background: none;
    border: none;
    border-bottom: 2px solid #feb706;
    padding: 10px;
    width: 100%;
    border-radius: 2px;
}

.comment-box textarea {
    margin-top: 40px;
}

.com-input > span {
    color: #d0d8dd;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 11px;
}

.com-input:first-child {
    margin-right: 6%;
}

.comment-box button {
    background: #feb706;
    border: 2px solid transparent;
    border-radius: 2px;
    color: #fff;
    float: right;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 12px;
}

.comment-box button:hover {
    background: none;
    color: #feb706;
    border: 2px solid #feb706
}


/*=====================
14. Single Video Page
=======================*/

.main-video-area {
    background: #F4F6F7;
    padding: 60px;
    border-radius: 5px;
}

.main-video {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
}

#cvideo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    top: 0;
    left: 0;
    margin: auto;
}

#polina {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    z-index: 9;
    text-align: center;
}

#polina button {
    border: none;
    background: none;
    color: #fff;
    font-size: 56px;
    line-height: 1;
}

.main-video-area .list-add {
    position: absolute;
    bottom: 0;
    text-align: right;
    width: 100%;
    left: 0;
}

.list-add a {
    background-color: #ffffff;
    color: #feb706;
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    box-shadow: 0 0 4px 0px #dddddd;
}

.list-add a:hover {
    background-color: #feb706;
    color: #ffffff;
}

.gallery-header {
    border-bottom: 2px solid #E0DFDF;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.gallery-header h2 {
    font-size: 26px;
    text-transform: uppercase;
}

.video-meta {
    font-size: 12px;
}

.video-meta-item {
    margin-right: 10px;
    display: inline-block;
}

.video-meta-item i.fa {
    margin-right: 5px;
}

.video-meta-item a {
    margin-left: 5px;
    color: #959595;
}

.video-meta-item a:hover {
    color: #feb706;
}

.main-video-area.in .list-add {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.main-video-area.in #polina {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.main-video-area.in #polina:hover {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}


/*=======================
15. Error Page
========================*/

.error-page {
    background: url("images/404.jpg") no-repeat scroll top center/100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.error-page .social-link {
    text-align: center;
    margin-top: 30px;
}

.error-page .social-link a {
    margin: 0 10px;
}

.error-page .content {
    color: #fff;
    margin: auto;
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.error-page .content h1 {
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    /*font-family: 'Titillium Web', sans-serif;*/
}

.error-page .content h1 span {
    color: #feb706;
}

.error-page .header-area,
.error-page .footer-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 0;
}

.error-page .footer-area {
    top: auto;
    bottom: 0;
}

.comingsoon {
    color: #ffffff;
}

.comingsoon h3 {
    margin-bottom: 40px;
}

.count-down {
    margin-bottom: 50px;
}

.comingsoon .mail-subscribe {
    margin-top: 40px;
}

.counter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.counter ul li {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    padding: 0 30px;
    text-transform: uppercase;
    background: url("images/icon/page-title-stick.png") no-repeat scroll right center/auto 100%;
}

.counter ul li span {
    display: block;
    font-size: 40px;
}

.counter ul li:last-child {
    background: none;
}

ul.ubaplayer-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.ubaplayer-controls li {
    background-color: #f4f6f7;
    position: relative;
    padding-left: 50px;
}

.ubaplayer-controls li:nth-child(2n+2) {
    background: url(images/album_list_bg.jpg) no-repeat scroll 0 0 / cover;
}

.ubaplayer-controls li span {
    padding-right: 10px;
    border-right: 1px solid #221F1F;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px 15px;
    bottom: 0;
    margin: 5px 0;
}

.ubaplayer-controls li:nth-child(2n+2) span {
    border-right: 1px solid #F4F6F7;
    color: #F4F6F7;
}

.ubaplayer-controls li a {
    /*font-family: 'Raleway', sans-serif;*/
    color: #221f1f;
    font-weight: 400;
    padding: 2px;
    z-index: 2;
}

.ubaplayer-controls li a:after {
    content: "\f144";
    position: absolute;
    right: 10px;
    top: 2px;
    font-family: fontawesome;
    color: #221f1f;
    font-size: 26px;
    z-index: 1;
}

.ubaplayer-controls li a.ubaplayer-playing:after {
    content: "\f28b";
}

.ubaplayer-controls li:nth-child(2n+2) a,
.ubaplayer-controls li:nth-child(2n+2) a:after {
    color: #ffffff;
}

.ubaplayer-controls li a small {
    color: #feb706;
    display: block;
}

.ubaplayer-controls li:nth-child(2n+2) a {
    color: #ffffff;
}


.fact-counter {
 margin: 73px 0 0;
  overflow: hidden;
}
 .fact-counter ul li.single-fact-counter {
  display: inline-block;
  margin-right: 50px;
}
.fact-counter ul li.single-fact-counter:last-child {
  margin-right: 0px;
}
.fact-counter ul li.single-fact-counter .icon-holder {
  margin: 0 0 20px;
}
.fact-counter ul li.single-fact-counter .icon-holder span::before {
  background: #242323 none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 1px 2px #d3d3d3;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  height: 70px;
  padding: 23px 0;
  text-align: center;
  width: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.fact-counter ul li.single-fact-counter:hover .icon-holder span::before{
  background: #fdc716;
  color: #333;
}
.fact-counter ul li.single-fact-counter .timer {
  color: #fdc716;
  font-size: 30px;
  font-weight: 600;
/*font-family: 'Titillium Web', sans-serif;*/
}
.fact-counter ul li.single-fact-counter i.fa-plus {
  color: #fdc716;
  font-size: 17px;
  font-weight: 100;
  position: relative;
  top: -3px;
}
.fact-counter ul li.single-fact-counter h3 {
color: #fff;
font-size: 19px;
text-transform: capitalize;
font-weight: 600;

/*font-family: 'Titillium Web', sans-serif;*/
margin: 15px 0px 0px 0px;
}


@media(min-width:0px) and (max-width:450px)
{
.fact-counter ul li.single-fact-counter {
    display: inline-block;
    margin-right: 36px;
    margin-bottom: 30px;
}
.fact-counter ul li.single-fact-counter:last-child {
    margin-right: 34px;
}
}
@media(min-width:451px) and (max-width:767px)
{
.page-title {
    color: #2b2f45;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    text-align: center;
    width: 100%;
    padding-bottom: 40px;
}
}







.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; /*font-family: Avenir, Helvetica, sans-serif;*/ }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}





.entry-item.style--01 .entry-thumb img, .entry-item.style--02 .entry-thumb img, .kopa__about.style--01 .widget-content .entry-item .entry-thumb img, .kopa__latestNews.style--01 .widget-content .entry-item .entry-thumb img, .kopa__gallery__content .entry-item .entry-thumb img, .kopa__recentBlog__slider.style--01 .entry-item .entry-thumb img, .kopa__owlSync.style--01 .sync1 .item .entry-item .entry-thumb img, .kopa__danceForm.style--01 .widget-content .entry-item .entry-thumb img, .kopa__latestEvent.style--01 .widget-content .entry-item .entry-thumb img, .kopa__latestBlog.style--02 .widget-content .entry-item .entry-thumb img, .kopa__shopListItem .entry-item .entry-thumb img, .kopa__productRelated.style--01 .entry-item .entry-thumb img, a, .kopa__social.style--01 ul li a i, .kopa__readMore.style--01:before, .kopa__readMore.style--03:before, .owl__nav--first .owl-nav .owl-prev:before, .owl__nav--first .owl-nav .owl-next:before, .btn, .kopa__priceTable__module.style--01 .kopa__priceTable__module__wrap, .kopa__priceTable__module.style--01 .kopa__priceTable__module__wrap .kopa__priceTable__module__wrap--bottom, .kopa__backToTop.style--01, .kopa__backToTop.style--01 .kopa__backToTop--flip, .widget_search .search-form .search-submit, .widget_product_search .woocommerce-product-search input[type="submit"], .kopa__header.style--01, .kopa__header.style--01 .kopa__header__logo img, .kopa__mainMenu.style--01 .is-sf-mega .sf-with-ul:before, .kopa__mobileMenu .nav, .kopa__player.style--01 .jp-audio .jp-controls button, .kopa__player.style--01 .jp-audio .jp-type-playlist .jp-toggles button, .kopa__player.style--01 .jp-playlist, .kopa__player.style--01 .jp-playlist ul li a:before, .kopa__player.style--01 .jp-playlist ul li a:after, .kopa__player.style--01 .jp-playlist ul li .jp-artist, .kopa__service.style--01 .widget-content .entry-item .entry-content .entry-content--top .kopa__service__icon, .kopa__service.style--01 .widget-content .entry-item .entry-content .entry-content--top .kopa__service__icon i, .kopa__trainer.style--01 .widget-content .entry-item .entry-content .kopa__social, .kopa__trainer.style--01 .widget-content .entry-item .entry-content p, .kopa__album__slider.style--01 .entry-item .entry-thumb:before, .kopa__album__slider.style--01 .entry-item .entry-thumb img, .kopa__openHour.style--01 .widget-content .kopa__openHour__list .kopa__openHour__list--bottom .kopa__openHour__list__row:before, .kopa__openHour.style--01 .widget-content .kopa__openHour__list .kopa__openHour__list--bottom .kopa__openHour__list__row p, .kopa__gallery.style--03 .kopa__filterOptions li, .kopa__gallery.style--03 .widget-content .kopa__filter__content .entry-item .entry-thumb:before, .kopa__gallery.style--03 .widget-content .kopa__filter__content .entry-item .entry-thumb:after, .kopa__gallery.style--03 .widget-content .kopa__filter__content .entry-item .entry-thumb a:before, .kopa__gallery__content .entry-item.kopa__image .entry-thumb a:before, .kopa__gallery__content .entry-item.kopa__image .entry-thumb .kopa__icon, .kopa__danceForm.style--01 .widget-content .entry-item .entry-thumb:before, .kopa__danceForm.style--01 .widget-content .entry-item .entry-content:before, .kopa__danceForm.style--01 .widget-content .entry-item .entry-content .entry-title, .kopa__newsLetter.style--01 .widget-content form input[type="text"], .kopa__newsLetter.style--01 .widget-content form button, .kopa__contactForm.style--01 .widget-content form .form-group input, .kopa__contactForm.style--01 .widget-content form .form-group textarea, .kopa__social.style--02 .widget-content ul li a span, .kopa__social.style--02 .widget-content ul li a i, .kopa__addressBottom.style--01 .kopa__addressBottom__logo img, .kopa__band.style--01 .widget-content .entry-item .entry-content .kopa__social, .kopa__band.style--01 .widget-content .entry-item .entry-content p, #comments .pagination-comment .page-numbers, .kopa__commentForm.style--01 .widget-content .contact-respond .contact-form .form-group input, .kopa__commentForm.style--01 .widget-content .contact-respond .contact-form .form-group textarea, .kopa__404 .kopa__404__search input, .woocommerce div.product form.cart .button, .woocommerce #reviews .comment-form .form-submit .submit, .kopa__subPage .woocommerce .woocommerce-error .button, .kopa__subPage .woocommerce .woocommerce-info .button, .kopa__subPage .woocommerce .woocommerce-message .button, .kopa__subPage .woocommerce #respond input#submit, .kopa__subPage .woocommerce a.button, .kopa__subPage .woocommerce button.button, .kopa__subPage .woocommerce input.button, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
     -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
     -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
     -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
     transition: all 300ms ease 0s, visibility 0s ease 0s;
}

.entry-item.style--01 .entry-thumb, .entry-item.style--02 .entry-thumb, .kopa__about.style--01 .widget-content .entry-item .entry-thumb, .kopa__latestNews.style--01 .widget-content .entry-item .entry-thumb, .kopa__gallery__content .entry-item .entry-thumb, .kopa__recentBlog__slider.style--01 .entry-item .entry-thumb, .kopa__owlSync.style--01 .sync1 .item .entry-item .entry-thumb, .kopa__danceForm.style--01 .widget-content .entry-item .entry-thumb, .kopa__latestEvent.style--01 .widget-content .entry-item .entry-thumb, .kopa__latestBlog.style--02 .widget-content .entry-item .entry-thumb, .kopa__shopListItem .entry-item .entry-thumb, .kopa__productRelated.style--01 .entry-item .entry-thumb {
  overflow: hidden;
}

.entry-item.style--01 .entry-thumb:hover img, .entry-item.style--02 .entry-thumb:hover img, .kopa__about.style--01 .widget-content .entry-item .entry-thumb:hover img, .kopa__latestNews.style--01 .widget-content .entry-item .entry-thumb:hover img, .kopa__gallery__content .entry-item .entry-thumb:hover img, .kopa__recentBlog__slider.style--01 .entry-item .entry-thumb:hover img, .kopa__owlSync.style--01 .sync1 .item .entry-item .entry-thumb:hover img, .kopa__danceForm.style--01 .widget-content .entry-item .entry-thumb:hover img, .kopa__latestEvent.style--01 .widget-content .entry-item .entry-thumb:hover img, .kopa__latestBlog.style--02 .widget-content .entry-item .entry-thumb:hover img, .kopa__shopListItem .entry-item .entry-thumb:hover img, .kopa__productRelated.style--01 .entry-item .entry-thumb:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.entry-item.style--01 .entry-thumb img, .entry-item.style--02 .entry-thumb img, .kopa__about.style--01 .widget-content .entry-item .entry-thumb img, .kopa__latestNews.style--01 .widget-content .entry-item .entry-thumb img, .kopa__gallery__content .entry-item .entry-thumb img, .kopa__recentBlog__slider.style--01 .entry-item .entry-thumb img, .kopa__owlSync.style--01 .sync1 .item .entry-item .entry-thumb img, .kopa__danceForm.style--01 .widget-content .entry-item .entry-thumb img, .kopa__latestEvent.style--01 .widget-content .entry-item .entry-thumb img, .kopa__latestBlog.style--02 .widget-content .entry-item .entry-thumb img, .kopa__shopListItem .entry-item .entry-thumb img, .kopa__productRelated.style--01 .entry-item .entry-thumb img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.kopa__aboutSection.style--01 .entry-item .entry-content .entry-title {
  margin-top: 0;
}

.kopa__color--light .kopa__aboutSection.style--01 .mask--01:before {
  opacity: .7;
}

.kopa__color--light .kopa__aboutSection.style--01 .entry-item .entry-content .kopa__readMore {
  color: #000;
}

.kopa__service.style--01 {
  position: relative;
}

.kopa__service.style--01 .widget-content {
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 639px) {
  .kopa__service.style--01 .widget-content {
    position: relative;
  }
}

@media screen and (max-width: 799px) {
  .kopa__service.style--01 .widget-content .row {
    top: -30px;
  }
}

@media screen and (max-width: 799px) {
  .kopa__service.style--01 .widget-content div[class^='col-'] {
    margin-top: 30px;
    width: 50%;
  }
}

@media screen and (max-width: 639px) {
  .kopa__service.style--01 .widget-content div[class^='col-'] {
    width: 100%;
  }
}

.kopa__service.style--01 .widget-content .entry-item .entry-content {
  text-align: center;
}

.kopa__service.style--01 .widget-content .entry-item .entry-content .entry-content--top {
  background: #191919;
  padding: 50px 45px 35px;
}

@media screen and (max-width: 1023px) {
  .kopa__service.style--01 .widget-content .entry-item .entry-content .entry-content--top {
    padding: 50px 20px 20px;
  }
}

.kopa__service.style--01 .widget-content .entry-item .entry-content .entry-content--top .kopa__service__icon {
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  margin-bottom: 50px;
  vertical-align: middle;
  width: 80px;
}

.kopa__service.style--01 .widget-content .entry-item .entry-content .entry-content--top .kopa__service__icon i {
  color: #fff;
  font-size: 40px;
}

.kopa__service.style--01 .widget-content .entry-item .entry-content .entry-content--top .entry-title {
  margin-bottom: 15px;
  margin-top: 0;
}

.kopa__service.style--01 .widget-content .entry-item .entry-content .entry-content--top .entry-title a {
  color: #999;
}

.kopa__service.style--01 .widget-content .entry-item .entry-content .entry-content--top .entry-title a:hover {
  color: #fff;
}

.kopa__color--light .kopa__service.style--01 .widget-title .widget-title-primary strong {
  color: #000;
}

.kopa__color--light .kopa__service.style--01 .widget-content .entry-item .entry-content .entry-content--top {
  background: #f7f7f7;
}

.kopa__color--light .kopa__service.style--01 .widget-content .entry-item .entry-content .entry-content--top .kopa__service__icon {
  border-color: #000;
}

.kopa__color--light .kopa__service.style--01 .widget-content .entry-item .entry-content .entry-content--top .kopa__service__icon i {
  color: #000;
}

.kopa__color--light .kopa__service.style--01 .widget-content .entry-item .entry-content .entry-content--top .entry-title a {
  color: #000;
}

.widget.kopa__event.style--01 .widget-title.style--02 {
  text-align: right;
}

.widget.kopa__event.style--01 .widget-content .kopa__countDown {
  margin-bottom: 70px;
}

.kopa__newsEvent.style--02 .widget-content {
  margin-top: -50px;
  text-align: center;
}

.kopa__newsEvent.style--02 .widget-content div[class^='col-']:nth-child(3n+4) {
  clear: both;
}

@media screen and (max-width: 767px) {
  .kopa__newsEvent.style--02 .widget-content div[class^='col-'] {
    width: 50%;
  }
  .kopa__newsEvent.style--02 .widget-content div[class^='col-']:nth-child(2n+3) {
    clear: both;
  }
}

@media screen and (max-width: 639px) {
  .kopa__newsEvent.style--02 .widget-content div[class^='col-'] {
    width: 100%;
  }
}

.kopa__newsEvent.style--02 .widget-content .btn {
  margin-top: 60px;
}

.kopa__listEvent.style--01 .kopa__listEvent--top {
  margin-bottom: 60px;
  text-align: center;
}

.kopa__listEvent.style--01 .kopa__listEvent--top h2 {
  font-size: 40px;
  margin-top: 0;
}

.dc_pricetable_section {
    float: left;
    width: 100%;
}
.dc_pricetable {
    padding: 0px 0 40px 0px;
    float: left;
    width: 100%;
}
.dc_pricetable_wrapper {
    float: left;
    width: 100%;
    text-align: center;
   border: 1px solid #3b3636;
}
.dc_pricetable_wrapper.active {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.dc_price_head {
    float: left;
    width: 100%;
    padding: 10px 0;
 border-bottom: 1px solid #050404;
background-color: #050404;
height: 70px;
}
.dc_table_name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0;
    color: #feb706;
}
.dc_table_price {
    font-size: 19px;
    margin: 5px 0;
    color: #333;
}
.dc_price_body {
    float: left;
    width: 100%;
    padding: 30px 0;
height: 200px;
}
.dc_price_body p{
	padding:10px 10px;
	color:#fff;
	font-size: 15px;
line-height: 25px;
}
.dc_price_body ul {
    padding: 0;
    margin: 0;
}
.dc_price_body ul li {
    list-style: none;
    padding: 5px 0;
}
.dc_price_footer {
    float: left;
    width: 100%;
    padding: 15px 0;
  border-top: 1px solid #1d1c1c;
background-color: #080707;
}

.blog_padder {
    padding-left: 0;
    padding-right: 0;
}
.dc_btn {
    padding: 10px 33px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    position: relative;
    border: none;
    z-index: 1;
	letter-spacing: 1px;
	text-shadow: none !important;
	box-shadow: none !important;
    outline: none !important;
}
.dc_btn span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.dc_btn span:after {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 0;
/*     color: rgba(255, 85, 85, 0.44);
    color: rgba(228, 63, 63, 0.32); */
	color: #fff;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
}
.dc_btn:hover span:after, .active .dc_btn span:after, .dc_pricetable_wrapper:hover .dc_btn span:after {
    max-width: 100%;
}
.dc_btn:after {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    bottom: 0;
    z-index: -1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.dc_btn:before {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    z-index: -1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.dc_btn:hover:after, .dc_btn:hover:before, .dc_btn:focus:after, .dc_btn:focus:before, .dc_btn:active:after, .dc_btn:active:before, .dc_btn:visited:after, .dc_btn:visited:before, .active .dc_btn:before, .active .dc_btn:after, .dc_pricetable_wrapper:hover .dc_btn:after, .dc_pricetable_wrapper:hover .dc_btn:before  {
    opacity: 1;
    height: 100%;
	background-color: #ff5555;
}
.dc_white_btn:hover:after, .dc_white_btn:hover:before, .dc_white_btn:focus:after, .dc_white_btn:focus:before, .dc_white_btn:visited:after, .dc_white_btn:visited:before {
    background-color: #fff;
}
.dc_white_btn:hover span:after, .dc_white_btn:focus span:after, .dc_white_btn:visited span:after {
    color: #ff5555;
}
.grey_btn:before, .grey_btn:after {
    background-color: #e6e6e6;
}
.grey_btn {
    color: #333;
    font-size: 14px;
    font-weight: 500;
	background-color: #fff;
}
.grey_btn:hover:before, .grey_btn:hover:after, .grey_btn:visited:after, .active .dc_btn:before, .active .dc_btn:after, .dc_pricetable_wrapper:hover .dc_btn:before, .dc_pricetable_wrapper:hover .dc_btn:after {
	background-color: #feb706;
	color:#333;
}
.grey_btn span:after {
	color:#333;
}

.class-type strong
{
	color:#fff;
	width:200px;
}
.mainmenu-area .container{
	width:768px;
}
.float-left{
float:left;
}
.mt-7{
	margin-top: 7%;

}
/*.about-bg{
	background-image:url(../images/galery-video-bg.jpg);
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-size:cover;
}*/
.mt-8{
	margin-top:8%;
}
.bg-pink{
	background-color:#ff781fe8;
}
#set-4 {
    background: transparent;
}
.mt-5{
	margin-top:5%;
}
.bg-light-black{
	background-color: #fffc;
}
.mtb-13-5{
	margin:13% 5%;
}
.tie-up{
	background-image:url(../images/tie-up.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
.tie-bg-color{
	background-color:#000000b0;
}
.carousel-tle-fix{margin: 6% 0% 0% 9%;}
.mb-6{
	margin-bottom:6%;
}
.pb-5{
	padding-bottom:5%;
}

.p-5{
	padding:5%;
}
.mp-0{
	margin:0%;
	padding:0%;
}

.logo-area {
    padding: 5px 0;
}

.event-details .location {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.event-details .location i.fa {
    margin-right: 8px;
}

.single-event {
    overflow: hidden;
    margin-bottom: 60px;
}

.event-area .event-photo {
    float: left;
    width: 36%;
}

.event-area .event-ticket {
    float: left;
    margin-top: 64px;
    width: 64%;
}

.event-ticket a.bttn {
    border: 2px solid rgba(0, 0, 0, 0);
    float: none;
    margin-top: 14px;
}

.event-price h2 {
    color: #feb706;
    font-size: 60px;
    font-weight: 600;
}

.event-area .event-price {
    float: left;
    margin-left: 190px;
    text-align: center;
}

.event-price h2 span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.event-area .single-event {
    border-bottom: 2px solid #dddddd;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 30px;
}

.event-ticket a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid;
    color: #feb706;
}

.single-event:last-child {
    border-bottom: medium none;
}

.sel-lan ul
{
	list-style:none
}
.sel-lan ul li
{
	font-size:16px;
	font-weight:600;
	padding:5px 0px
}
.sel-lan ul li a{
	text-decoration:none;
	color:#fff;
	font-size:16px;
}
.sel-lan ul li i{
	color:#fff;
	font-size:16px;
	font-weight:600;padding:0px 2px;
}
.download-btn{
padding: 2%;
color:#fff;
background: #f37721;
border-radius: 5%;
}

.download-btn a{
	font-size:15px;
	color:#fff
}
.download-btn a:hover{
	font-size:15px;
	color:#000
}




.round-button {
	box-sizing: border-box;
	display:block;
	width:80px;
	height:80px;
	padding-top: 14px;
	padding-left: 8px;
	line-height: 20px;
	border: 6px solid #fff;
	border-radius: 50%;
	color:#f5f5f5;
	text-align:center;
	text-decoration:none;
	background-color: rgba(0,0,0,0.5);
	font-size:20px;
	font-weight:bold;
	transition: all 0.3s ease;
	margin-top: -50%;
position: absolute;
margin-left: 44%;
}
.round-button:hover {
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 10px rgba(255,255,100,1);
	text-shadow: 0px 0px 10px rgba(255,255,100,1);
}

.round-button:hover .owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;

transform-style: preserve-3d;

-webkit-filter: opacity(.2);

filter: opacity(.2);
}
.realtive{
	position:relative;
	
}
.bg-dark{
	background-color:#000;
}

/*.about-bg-img{
	 background:url("../images/about-bg-img.jpg");
	 background-attachment:fixed;
	 background-size:cover;*/
}
.text-white{
	color:#fff;
}
.light-white{
	color:
}
.about-bg-color{
	/*background-color:#00000036*/
}
.pt-5{
	padding-top:5%;
}
.light-white{
	color:#d8d8d8;
}
.mt-0{
	margin:0%;
}
.mp-0{
	margin:0%;
	padding:0%;
}

.page-title h2
{
	font-size: 80px;
	color: #ffffffd6;
	letter-spacing: .08em;
}
.page-title p {
/*	font-family: 'Kelly Slab', cursive;*/
/*font-family: 'Delius', cursive;*/
letter-spacing: 0.5px;
}

.button-darker, .button-darker:focus, .button-darker:active {
    color: #fff;
background-color:#2a2a2a;
border-color:#2a2a2a;
}
.button-primary, .button-secondary, .button-darker, .button-gray-2, .button-lighter, .button-default-outline, .button-dark-outline, .bg-gray-dark .button-secondary, .bg-gray-3 .button-secondary, .bg-gray-7 .button-secondary, .bg-gray-8 .button-secondary, .bg-gray-10 .button-secondary, .breadcrumbs-custom .button-secondary, .bg-accent .button-secondary, .bg-gray-dark .button-darker, html:not(.mobile):not(.tablet) .thumb-chloe__caption .button-default, .button-primary::before, .button-secondary::before, .button-darker::before, .button-gray-2::before, .button-lighter::before, .button-default-outline::before, .button-dark-outline::before, .bg-gray-dark .button-secondary::before, .bg-gray-3 .button-secondary::before, .bg-gray-7 .button-secondary::before, .bg-gray-8 .button-secondary::before, .bg-gray-10 .button-secondary::before, .breadcrumbs-custom .button-secondary::before, .bg-accent .button-secondary::before, .bg-gray-dark .button-darker::before, html:not(.mobile):not(.tablet) .thumb-chloe__caption .button-default::before {
    transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.button-primary, .button-secondary, .button-darker, .button-gray-2, .button-lighter, .button-default-outline, .button-dark-outline, .bg-gray-dark .button-secondary, .bg-gray-3 .button-secondary, .bg-gray-7 .button-secondary, .bg-gray-8 .button-secondary, .bg-gray-10 .button-secondary, .breadcrumbs-custom .button-secondary, .bg-accent .button-secondary, .bg-gray-dark .button-darker, html:not(.mobile):not(.tablet) .thumb-chloe__caption .button-default {
    position: relative;
    z-index: 0;
    transition: background .4s,border-color .4s,color .4s;
        transition-timing-function: ease, ease, ease;
}
.btn-form {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 12px 33px;
    font-size: 13px;
    line-height: 24px;
    border-radius: 0;
    font-weight: 700;
    transition: .33s all ease;
    border: 3px solid;
    letter-spacing: .1em;
    white-space: normal;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}
.pl-0{
	padding-left:0%;
}
.pr-0{
	padding-right:0%;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #535151;
font-size: 19px;}
.mt-1{
	margin-top: 1%;
}



/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
	position: relative;
	margin:  0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
	position: relative;
	
	margin:  0;
	padding: 14px 15px;
	color: #000;
	font-size:14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
}

/* Victoria Buttons */

a.animated-button.victoria-one {
	border: 2px solid #F37721;
}
a.animated-button.victoria-one:after {
	background: #f26505;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
a.animated-button.victoria-two {
	border: 2px solid #D24D57;
}

@media(min-width:0px) and (max-width:450px)
{
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;	
}
.owl-prev{
	float:left;
	margin-top: -40%;
position: sticky;
background:transparent;
border: 0px;
font-size: 31px;
margin-left: 1%;
color:#fff;
}
.owl-next{
	float:right;
	margin-top: -40%;
position: sticky;
background:transparent;
border: 0px;
font-size: 31px;
margin-right: 1%;
color:#fff;
}
}

@media(min-width:451px) and (max-width:991px)
{
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;	
}
.owl-prev{
	float:left;
	margin-top: -34%;
position: sticky;
background:transparent;
border: 0px;
font-size: 31px;
margin-left: 1%;
color:#fff;
}
.owl-next{
	float:right;
	margin-top: -34%;
position: sticky;
background:transparent;
border: 0px;
font-size: 31px;
margin-right: 1%;
color:#fff;
}
}


@media(min-width:992px) and (max-width:1200px)
{
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;	
}
.owl-prev{
	float:left;
	margin-top: -16%;
position: sticky;
background:transparent;
border: 0px;
font-size: 31px;
margin-left: 1%;
color:#fff;
}
.owl-next{
	float:right;
	margin-top: -16%;
position: sticky;
background:transparent;
border: 0px;
font-size: 31px;
margin-right: 1%;
color:#fff;
}
}


@media(min-width:1201px) and (max-width:1600px)
{
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;	
}
.owl-prev{
	float:left;
	margin-top: -16%;
position: sticky;
background:transparent;
border: 0px;
font-size: 31px;
margin-left: 1%;
color:#fff;
}
.owl-next{
	float:right;
	margin-top: -16%;
position: sticky;
background:transparent;
border: 0px;
font-size: 31px;
margin-right: 1%;
color:#fff;
}
}

@media(min-width:1601px) and (max-width:2000px)
{
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;	
}
.owl-prev{
	float:left;
	margin-top: -16%;
position: sticky;
background:transparent;
border: 0px;
font-size: 31px;
margin-left: 1%;
color:#fff;
}
.owl-next{
	float:right;
	margin-top: -16%;
position: sticky;
background:transparent;
border: 0px;
font-size: 31px;
margin-right: 1%;
color:#fff;
}
}

@media(min-width:2001px) and (max-width:2500px)
{
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;	
}
.owl-prev{
	float:left;
	margin-top: -16%;
position: sticky;
background:transparent;
border: 0px;
font-size: 31px;
margin-left: 1%;
color:#fff;
}
.owl-next{
	float:right;
	margin-top: -16%;
position: sticky;
background:transparent;
border: 0px;
font-size: 31px;
margin-right: 1%;
color:#fff;
}
}
.copyright a:hover,.copyright a:active {
	color:#f37721;
}
.prl-2{
	padding-right:2%;
	padding-left:2%;
}


#scrolltop {
  display: none;
}

#rocketmeluncur {
 position: fixed;
bottom: 50px;
z-index: 7;
/*display: none;*/
/*visibility: hidden;*/
/*width: 50px;*/
height: 0px;
right: 25px;
background: url(../images/scroll-top.png) no-repeat 50% 0;
    background-color: rgba(0, 0, 0, 0);
opacity: 0;
-webkit-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
-moz-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
padding: 1.5% 1.5%;
border-radius: 50%;
background-color:
#fff;
border: 0px;

}

#rocketmeluncur i {
  display: block;
  margin-top: 48px;
  height: 14px;
  background: url(../images/scroll-top.png) no-repeat 50% -48px;
  opacity: .5;
  -webkit-transition: -webkit-transform .2s;
  -moz-transition: -moz-transform .2s;
  transition: transform .2s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0
}



#rocketmeluncur.showrocket {
  visibility: visible;
  opacity: 1
}

#rocketmeluncur.launchrocket {
  background-position: 50% -62px;
  opacity: 0;
  -webkit-transform: translateY(-800px);
  -moz-transform: translateY(-800px);
  -ms-transform: translateY(-800px);
  transform: translateY(-800px);
  pointer-events: none;
}

#rocketmeluncur.launchrocket i {
  background-position: 50% 100%;
  -webkit-transform: scale(1.4, 3.2);
  -moz-transform: scale(1.4, 3.2);
  transform: scale(1.4, 3.2)
}
@media only screen and (min-width: 350px){
	.text-md-left{
		text-align:center;
	}
		.text-md-right{
		text-align:center;;
	}
}
@media only screen and (min-width: 768px){
	.text-md-left{
		text-align:left;
	}
		.text-md-right{
		text-align:right;
	}
}
.mt-6{
	margin-top:6%;
}
.text-white{
	color:#fff;
	
}
.form-bg-color{
	padding-bottom:3%;
}
.m-0{
	margin:0px;
}

@media only screen and (min-width: 350px){
	.about-bg-color-1{
		margin-top:30%
	}
}
@media only screen and (min-width: 550px){
	.about-bg-color-1{
		margin-top:6%
	}
}
@media only screen and (min-width: 992px){
	.about-bg-color-1{
		margin-top:0%
	}
}