<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
table of content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++* /
Sky Lounge - Music HTML5 Template
File:           CSS Base
Version:        1.1
Last change:     
Author:         xsTheme


/* ----------------------------
* 1 = Fonts 
* 2 = Global 
* 3 = 
* 4 = 
* 5 = 
* 6 = 
* 7 = 
* 9 = 
* 10 = 404 Page
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
End of Table of Content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	font-family: "Arial Narrow";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
}

a:hover {
  text-decoration: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
fonts
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@import url('https://fonts.googleapis.com/css?family=Yellowtail|Roboto:300,400,500,700,900|Source+Sans+Pro:300,400,700');

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
all colors 
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.black-bg {background-color: #000;}
.dark-gray-bg {
	background-color: transparent;
}
.light-gray-bg {
	background-color: transparent;
	background-image: none;
	background-position: center center;
}
.light-black-bg {background-color: #0d0d0d;}


.cdf-text {
  margin-top: 10px;
  margin-bottom: 10px;
}


.display-inline {display: inline-block;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
all padding margin 
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.no-padding {padding: 0;}
.padding40 {padding: 40px;}
.pt30 {padding-top: 30px;}
.pt100 {padding-top: 100px;}
.pt130 {padding-top: 130px;}
.pt150 {padding-top: 150px;}
.pt200 {padding-top: 200px;}
.pb30 {padding-bottom: 30px;}
.pb70 {padding-bottom: 70px;}
.pb100 {padding-bottom: 100px;}
.pb130 {padding-bottom: 130px;}
.pb150 {padding-bottom: 150px;}

.pl40 {padding-left: 40px}
.pl70 {padding-left: 70px}
.pr70 {padding-right: 70px;}

.no-margin {margin: 0;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt80 {margin-top: 80px;}

.mt100 {margin-top: 100px;}

.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb80 {margin-bottom: 80px;}

.ml120 {margin-left: 120px;}


.ul-li ul {
  padding: 0;
  margin: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
section title
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.section-padding {
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
section title
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.section-title {
  padding-bottom: 70px;
}
.section-title .cdf-text p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}


.border-style-1 {
  position: relative;
}
.border-style-1:before {
  content: " "; 
  position: absolute; 
  left: -3px;
  top: -3px;
  width: 100%;
  display: block; border: 1px solid #424242;
  height: 100%;
  transition: 0.9s all ease;
}
.border-style-1:after {
  content: " "; 
  position: absolute; 
  left: 3px;
  top: 3px;
  width: 100%;
  display: block; border: 1px solid #424242;
  height: 100%;
  transition: 0.5s all ease-in-out;
}




.cdf-social ul li a {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  margin-right: 10px;
  border: 1px solid #3e3e3e;
  color: #cccccc;
}

.form-control {
  width: 100%;
  height: 65px;
  border-radius: 0px;
  border: 2px solid #181818;
  background-color: #0f0f0f;
}
.form-group button {
  width: 190px;
  height: 45px;
  color: #f2455a;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.form-group button.border-style-1:hover button.border-style-1:after {
  border: 1px solid #f2455a;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
   section title / sub-title / content / button  //
   \*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
   .twelve h2 {
    color:#D8315B ;
    font-weight: 700;
    overflow: hidden;
    padding: 0 5px;
    transition: all 0.2s ease;
  }
  .twelve h2:before{
    content: "";
    top:0; left: 0;
    position: absolute;
    width:100%; height: 100%;
    background: #FFFAFF;
    z-index: -1;
    transition: all 0.2s ease;
    transform: translateX(100%);
  }
  .twelve h2:hover::before {
    transform: translateX(-98%);
    background: #D8315B;
  }
  .twelve h2:hover{
    color: #FFFAFF;
    transform: translateX(5px);
    padding-left: 20px;
  }
  .twelve h2:hover::after{
    left: 20px;
  }

  .cdf-section-title h2 {
	color: #FFFFFF;
	font-size: 48px;
	text-transform: uppercase;
	padding: 15px 25px;
	/* [disabled]border: 1px solid #d13b4e; */
	display: table;
	font-family: 'Roboto', sans-serif;
	margin: 0 auto;
	font-weight: bold;
	text-shadow: 1px 1px 3px #02254B;
  }

  .cdf-title h2 {
	color: #FFFFFF;
	font-size: 25px;
	position: relative;
	padding-bottom: 20px;
	line-height: 40px;
	display: inline-block;
  }
  .cdf-title h2 a{
	color: #FFFFFF;
  }

  .cdf-title h2:after {
    content: "";
    background-color: #d13b4e;
    width: 33%;
    height: 2px;
    position: absolute;
    bottom: 3px;
    left: 0;
  }
  .cdf-title h3 {
    color: #cccccc;
    font-size: 25px;
    position: relative;
    margin-bottom: 30px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;

  }

  .cdf-title h3:after {
    content: "";
    background-color: #d13b4e;
    width: 33%;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
  }






  .cdf-text p {
    color:#fff;
    font-size: 18px;
    line-height: 25px;
  }
  .cdf-button {
    text-align: center;
    display: inline-flex;
  }
  .cdf-button a{
    position: relative;
    text-align: center;
    line-height: 45px;
    color: #fff;
    z-index: 9;
    font-size: 16px;
    text-transform: uppercase;
    width: 190px;
    height: 45px;
  }

  .cdf-button a:hover {
    color: #f2455a;
  }
  .border-style-1:hover::before {
    border: 1px solid #f2455a !important;

  }
  .border-style-1:hover::after {
    border: 1px solid #f2455a !important;

  }
  .cdf-button button {
    position: relative;
    text-align: center;
    line-height: 35px;
    background-color: transparent;
    color: #fff;
    z-index: 9999;
    font-size: 16px;
    text-transform: uppercase;
    width: 190px;
    height: 45px;
  }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
============================image-effect-101======================================
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.image-effect-101 {
  position: relative;
  float: left;
  overflow: hidden;

}
.image-effect-101 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.image-effect-101 img {
  opacity: 1;
  width: 100%;
}
.image-effect-101:after,
.image-effect-101:before {
  background: #ffffff;
  width: 0;
  height: 100%;
  position: absolute;
  content: '';
  opacity: 0.1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.image-effect-101:after {
  top: 0;
  left: 0;
}
.image-effect-101:before {
  right: 0;
  bottom: 0;
}
.image-effect-101:hover img,
.image-effect-101.hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.image-effect-101:hover:after,
.image-effect-101.hover:after,
.image-effect-101:hover:before,
.image-effect-101.hover:before {
  width: 100%;
  height: 100%;
}
body {
	background-color: transparent;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
Header 
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#main-header {
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 9999;
}
#main-header .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background-color: transparent;
}
#main-header .cdf-manu {
  padding: 0;
}
.menu-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.cdf-logo {
  text-align: center;
  line-height: 70px;
}
#main-header .navbar-collapse li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  border-top: 2px solid transparent;
  transition: 0.8s;
  padding: 24px 15px;
}
#main-header .navbar-collapse li a:hover {
  background-color: transparent;
  color: #e24055;
  border-top: 2px solid #e24055;

}
#main-header .navbar-collapse li a:focus {
  background-color: transparent;
  outline: none;
}
.mobile-menu {
  display: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
 About Us
 \*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
 .main-slider {
	background-image: url(../img/slider-3.jpg);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
.main-slider .cdf-content {
  max-width: 35%;
  position: absolute;
  left: 38%;
}
.club-timing {
	display: table;
	width: 100%;
	padding: 0px 0px;
	background-color: rgba(0, 0, 0, 0.53);
	position: absolute;
	bottom: 0;
}
.club-timing span {
  color: #f2455a;
  font-size: 16px;
}
.club-timing-list {
  color: #fff;
  font-size: 16px;
  margin-left: 30px;
}
.main-slider .cdf-content .cdf-title h2 {
  font-size: 60px;
  line-height: 75px;
}
.main-slider .cdf-content .cdf-title h2 a {
  color: #fff;
  font-weight: bold;
}
.main-slider .cdf-content .cdf-text {
  max-width: 86%;
  margin-top: 25px;
}
.main-slider .cdf-content .cdf-text p {
  font-size: 18px;
  color: #fff;
}

.sub-slider {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 340px;
  height: 350px;
}
.sub-slider img {
  width: 100%;
  height: auto;
}
.slider-item-pic {
  margin-top: 35px;
}
.sub-slider-title h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
}
.sub-slider-title {
  display: table;
  max-width: 240px;
}
.sub-slider-title h3:after {
  content: "";
  background-color: #d13b4e;
  width: 33%;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0
}

.sub-slider-item .owl-nav  {
  top: 83% !important;
  background-color: rgba(0, 0, 0, .75);
  height: 60px;
  width: 97.5% !important;
  margin: 0px 4px;
}
.sub-slider-item .owl-nav .owl-prev {
  left: 25px !important;
  top: 15px;
}

.sub-slider-item  .owl-nav .owl-next {
  right: 25px !important;
  top: 15px;
} 
.sub-slider-item  .owl-dots {
  position: absolute;
  left: 40%;
  bottom: 25px; 
}
.sub-slider-item  .owl-dots .owl-dot {
  width: 15px;
  height: 2px;
  background-color: #313131;
  display: inline-block;
  margin-right: 5px;
}
.sub-slider-item  .owl-dots .owl-dot.active {
  background-color: #f2455a;
} 
.marquee {
    max-width: 1100px;
    overflow: hidden;
    margin: auto !important;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
Audio player 
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.audio-player-area {
  background-color: #0d0d0d;
  padding: 35px;
}
.player {
  height: 120px;
  background-color: #050505;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 30px;
  max-width: 90%;
}
.player ul {
  list-style: none;
}
.player ul li {
  overflow: hidden;
}

.artwork {
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 190px;
  background:  url(../img/audio-1.jpg) center no-repeat;
  padding: 20px;
  background-repeat: no-repeat !important;
}
.artwork img {
  position: absolute;
  height: 72px;
  width: 72px;
  border-radius: 50px;
  top: 59px;
  left: 59px;
}
.info h1 {
  display: none;
}
.info h4 {
  color: rgb(224, 224, 232);
  margin-left: 117px;
  font-size: 14px;
}
.info h2 {
  display: none;
}
.button-items {
  margin-left: 115px;
}
#slider {
  width: 75%;
  height: 7px;
  background: rgb(222, 222, 224);
  border-radius: 2px;
  overflow: hidden;
}
#slider #elapsed {
  width: 0px;
  height: 7px;
  background: rgba(242, 69, 90, 1);
  border-radius: 2px;
}
#slider #buffered {
  width: 0px;
  height: 4px;
  background: rgba(239, 109, 188, 0.3);
  border-radius: 2px;
  margin-top: -4px;
}
#timer {
  color: rgb(246, 246, 255);
  line-height: 0px;
  font-size: 9pt;
  float: right;
  font-family: Arial, Sans-Serif;
  position: absolute;
  right: 23%;
  bottom: 20px;
}
.controls {
  position: absolute;
  top: 43px;
  right: 70px;
}
.controls svg:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px;
}
#play {
  padding: 0 3px;
  width: 50px;
  height: 50px;
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
}
#play g {
  stroke: rgba(46, 46, 46, 1);
  stroke-width: 1;
  stroke-miterlimit: 10;
}
#play g path {
  fill: rgba(46, 46, 46, 1);
}

#play:hover {
  cursor: pointer;
}
#play:hover g {
  stroke: rgba(242, 69, 90, 1);
  cursor: pointer;
}
#play:hover g path {
  fill: rgba(242, 69, 90, 1);
  cursor: pointer;
}
.step-backward {
  width: 20px;
  height: 20px;
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
  margin-bottom: 14px;
}
.step-backward g polygon, .step-foreward g polygon {
  fill: rgba(46, 46, 46, 1);
}
.step-foreward {
  width: 18px;
  height: 18px;
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
  margin-bottom: 14px;
}
#pause {
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -50px;
  cursor: pointer;
  margin-top: 5px;
}
#pause rect {
  fill: rgb(47, 44, 44);
}

#pause:hover rect {
  fill: rgba(242, 69, 90, 1);
}
.expend {
  padding: 0.5px;
  cursor: pointer;
}
.expend svg:hover g polygon {
  fill: rgba(242, 69, 90, 1);
  cursor: pointer;
}
.slider {
  width: 80px;
  position: absolute;
  display: inline-block;
  margin: 4px 0 0 10px;
  display: none;
}
.slider .volume{
  width: 69px;
  height: 4px;
  background: rgba(239, 109, 188, 0.3);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-top: 10px;
  position: inherit;
  pointer-events: none;
}
@-moz-document url-prefix() { //fix firefox being 1px off
  .slider .volume{
    margin-top: 11px;
  }
}
input[type="range"] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 4px;
  margin: 0;
  border: none;
  border-radius: 14px;
  padding: 0px 1px;
  background: rgb(21, 21, 24);
  outline: none;  
}
input[type="range"]::-moz-range-track {
  border: inherit;
  background: rgba(0, 0, 0, 0);
}
input[type="range"]::-ms-track {
  border: inherit;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
input[type="range"]::-ms-fill-lower, input[type="range"]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}
input[type="range"]::-ms-tooltip {
  display: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
}
input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
}
input[type="range"]::-ms-thumb {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 0;
  background-color: rgb(255, 255, 255);
}
input[type="range"]::-webkit-slider-thumb:hover, input[type="range"]::-webkit-slider-thumb:focus, input[type="range"]::-webkit-slider-thumb:active {
  background-color: rgb(239, 109, 188);
}
input[type="range"]::-moz-range-thumb:hover, input[type="range"]::-moz-range-thumb:focus, input[type="range"]::-moz-range-thumb:active {
  background-color: rgb(239, 109, 188);
}
input[type="range"]::-ms-thumb:hover, input[type="range"]::-ms-thumb:focus, input[type="range"]::-ms-thumb:active {
  background-color: rgb(239, 109, 188);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
 About Us
 \*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



 .cdf-image-gallery .cdf-image-left {
  float: left;
}
.cdf-image-gallery .cdf-image-right {
  float: left;
}
.cdf-image-gallery .cdf-image {
  margin-bottom: 20px;
  margin-right: 20px;
}


.about-us .cdf-section-title h2 {
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
	/* [disabled]border: 1px solid #d13b4e; */
	display: table;
	font-family: 'Roboto', sans-serif;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.about-us .cdf-title h3 {
	color: #fff;
	font-size: 20px;
	position: relative;
	margin-bottom: 30px;
	line-height: 40px;

}

.about-us .cdf-title h3:after {
  content: "";
  background-color: #d13b4e;
  width: 33%;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.about-us .cdf-text p { 
  text-align: left;
  margin-bottom: 25px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
events-posts
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.cdf-image {
  position: relative;
}
.cdf-image:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.cdf-blog-post .cdf-image:hover img {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.cdf-image .cdf-meta {
  position: absolute;
  left: 0;
  padding: 15px;
  background-color: #050505;
  bottom: 0;
  font-size: 18px;
}
.cdf-image .cdf-meta li a {
  color: #fff;
}

.events-posts .eventtiming {
  display: inline-block;
}
.continer {
  color: #fff;
}
.continer label {
  display: block;
}

.continer .counter div {
  display: inline-block;
}
.continer .counter .days,
.continer .counter .minutes,
.continer .counter .days-1,
.continer .counter .minutes-1 {
  background-color: #131313;
}

.continer .counter .hours,
.continer .counter .seconds,
.continer .counter .hours-1,
.continer .counter .seconds-1 {
  background-color: #232323;
}
.continer .counter .days,
.continer .counter .hours,
.continer .counter .minutes,
.continer .counter .seconds,
.continer .counter .days-1,
.continer .counter .hours-1,
.continer .counter .minutes-1,
.continer .counter .seconds-1 {
  width: 90px;
  height: 70px;
  text-align: center;
  float: left;
}
.continer .counter .days .value,
.continer .counter .hours .value,
.continer .counter .minutes .value,
.continer .counter .seconds .value,
.continer .counter .days .value-1,
.continer .counter .hours .value-1,
.continer .counter .minutes .value-1,
.continer .counter .seconds .value-1 {
  display: block;
  font-size: 30px;
  width: 100%;
  padding-top: 10px;
  line-height: 34px;
}
.value-1 {
  font-size: 30px;
}
.continer .counter .days span,
.continer .counter .hours span,
.continer .counter .minutes span,
.continer .counter .seconds span,
.continer .counter .days-1 span,
.continer .counter .hours-1 span,
.continer .counter .minutes-1 span,
.continer .counter .seconds-1 span {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  width: 100%;
  display: block;
}

@-webkit-keyframes pink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}




/*=================*/
/*=================*/

.carousel-style-1 .cdf-image {
  overflow: hidden;
}
.carousel-style-1 .cdf-image img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.carousel-style-1 .cdf-image:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity:1;
}
.carousel-style-1 .cdf-title h2   {
  font-size: 16px;
  line-height: 20px;
}
.more-carousel-post {
  margin: 0 auto;
  margin-top: 60px;
  display: table;
}
.more-carousel-post .cdf-button a:hover {
  color: #f2455a;
}



.more-carousel-post .border-style-1:before::hover {
  content: " "; 
  display: block; 
  border: 1px solid #f2455a;
}
.more-carousel-post .border-style-1:after::hover {
  content: " "; 
  display: block; 
  border: 1px solid #f2455a;
}






/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
   service-section
   \*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

   .service-section {
    background-image: url(../img/service-bg.jpg);
  }
  .overlay-style-1 {
	background-color: rgba(0, 0, 0, .95 );
	background-attachment: fixed;
	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
  }
  .cdf-service-post {
    text-align: center;
    margin-bottom: 30px;
  }
  .cdf-service-post .cdf-icon i:before {
    font-size: 35px;
    color: #f2455a;
    margin: 0;
  }
  .cdf-service-post .cdf-title h2 {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
  }

  .cdf-service-post .cdf-title h2:after {
    width: 50px;
    margin: 0 auto;
    bottom: -5px;
    left: 0;
    right: 0;
  }





/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
video section 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.our-video {
  background-image: url(../img/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 90px 0px 75px;
}
.our-video .cdf-title {
  max-width: 185px;
}
.our-video .cdf-title h2:after {
  width: 50%;
  right: 0;
  left: inherit;
}
.our-video .carousel-style-1 {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
}
.video-slide-item h3 {
  font-size: 48px;
  color: #fff;
} 
.play-icon {
  margin-top: 200px;
  margin-bottom: 150px;
}

.video-slide.owl-carousel .owl-nav {
  top: 100%;
  width: 10%;
  left: 35%;
}
.video-slide.owl-carousel .owl-next {
  right: 40px !important;
} 
.video-slide.owl-carousel .owl-nav i:before {
  font-size: 20px;
  color: #666262;
}
.gallery-nav.slick-initialized.slick-slider.slick-vertical {
  position: absolute;
  top: 0;
  width: 22%;
  padding: 65px 20px;
  background-color: #050505;
}
.gallery-slide {
  position: relative;
}
.slick-vertical .slick-slide {
  margin-bottom: 20px;
}
img.img-responsive:focus {
  outline: none;
}
button.slick-next.slick-arrow {
  position: absolute;
  top: 32px;
  left: 125px;
}
.slick-prev {
  left: 125px;
  position: absolute;
  top: 88%;
}
.oue-club-content {
  position: absolute;
  top: 45%;
  left: -6%;
  right: 0;
  max-width: 500px;
  margin: 0 auto;
}
.oue-club-content  .cdf-section-title h2 {
  margin: 0;

}
.oue-club-content  .cdf-title h2 a {
  font-size: 35px;
  color: #fff
}
.slick-vertical .slick-slide:focus,
.slick-initialized .slick-slide:focus,
.oue-club-content  .cdf-title h2 a:focus {
  outline: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
News Section  
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.news-section .cdf-text p {
  text-align: left;
}
.news-section .cdf-section-title h2 {
  margin: 0;
}
.cdf-news-carosel {
  float: left;
  width: 100%;
}


.testmonial-section .client-carousel .cdf-image {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 25px;
  margin-top: 32px;
}
.testmonial-section .client-carousel .cdf-text {
  display: table;
  text-align: center;
  padding: 25px;
  margin: 15px;
  color: #fff !important; 
}

.testmonial-section .client-carousel .cdf-text p  {
  max-width: 300px;
}



/* meta 
=======================================*/
.cdf-meta li {
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  margin-right: 15px;

}
.cdf-meta li a {
  color: #808080;
}
.cdf-meta li i {
  margin-right: 10px;
}
.cdf-meta li i:before {
  font-size: 16px;
  margin-left: 0;
}



.cdf-news-carousel {
  display: inline-block;
  width: 100%;
}


.dj-profile-section .cdf-title h2 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.dj-profile-section .cdf-title h2:after{
  bottom: -5px;
}

.dj-profile-section .cdf-social li {
  margin-right: 20px;
}
.dj-profile-section .cdf-social li a {
  display: block;
  padding: 5px 10px;
  color: #808080;
  line-height: 30px;
  border: 1px solid transparent;

}
.dj-profile-section .cdf-social li a:hover {
  color: #f2455a;
}

.dj-profile-section .cdf-social li a i:before {
  font-size: 15px;
}
.dj-profile-section .cdf-social .border-style-1:before {
  left: -1px;
  top: -1px;
}
.dj-profile-section .cdf-text p {
  color: #808080;
}

.dj-profile-section .cdf-post {
  margin-bottom: 50px;
}

.owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -50px;
}
.owl-carousel .owl-nav i:before {
  font-size: 25px;
  color: #fff;
}



/*===================================================================================
.page-breadcrumb 
=====================================================================================*/

.page-breadcrumb {
	background-image: url(../img/slider-2.jpg);
}

.page-breadcrumb .cdf-meta li {
  color: #f2455a;
  margin-right: 0px;
}
.page-breadcrumb .cdf-meta li i {
  margin-left: 10px;
}
.page-breadcrumb .cdf-meta li i:before {
  font-size: 12px;
  color: #f2455a;
}
.page-breadcrumb .section-title {
  padding-bottom: 25px;
}



/*===================================================================================
.About page
=====================================================================================*/

.about-us-content .cdf-text p {
	color: #FFFFFF;
}
.about-us-content .cdf-text ul {
  padding: 0;
  margin-top: 40px;
}
.about-us-content .cdf-text ul li {
  color: #808080;
  list-style: none;
  position: relative;
  padding-left: 10px;
  line-height: 20px;
  margin-bottom: 10px;
}

.about-us-content .cdf-text ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: 13px;
  background-color: #f2455a;
  content: "";
}

.all-offers .cdf-title h2 {
  font-size: 16px;
  line-height: 26px;
}

.all-offers .cdf-post {
  margin-bottom: 70px;
}

.featured-offer .cdf-ticket-price h2 {
  color: #e3e3e3;
}



/*===================================================================================
.About page
=====================================================================================*/

.content-404 {
  background-image: url(../img/content-404.jpg);
}
.eror-title {
  color: #fff;
}
.eror-text p {
  margin: 0 auto;
  max-width: 630px;
  color: #808080;
}


/*===================================================================================
.BLOG page
=====================================================================================*/

.cdf-blog-post .cdf-button a {
  color: #6a6a6a;
}
.cdf-share {
  margin-top: 50px;
  line-height: 50px;
  height: 55px;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
}
.cdf-share .cdf-social li a {
  color: #717171;
  border: 1px solid transparent;
  text-align: center;
  margin-right: 0;

}
.cdf-share .cdf-social li i:before {
  font-size: 15px;
  margin: 0 14px;
}
.cdf-share .share-text span {
  font-size: 15px;
  color: #717171;
}


/*===================================================================================
.BLOG page
=====================================================================================*/
.widget {
  padding: 50px 30px;
  text-align: center;
  border: 1px solid #181818;
  margin-bottom: 50px;
  background-color: #080808;
}
.widget .cdf-title {
  margin-bottom: 40px;
  text-align: left;
}
.widget.about-us  .cdf-title {
  text-align: center;
}
.widget .cdf-title h2 {
  line-height: 25px;
  margin-top: 0;
}
.widget.about-us .cdf-title h2:after {
  right: 0;
  margin: 0 auto;

}

.widget.about-us .cdf-image img{
  border-radius: 100%;
}
.widget .cdf-text p {
  color: #808080;
}



.cdf-text span {
  font-family: 'Yellowtail', cursive;
  font-size: 32px;
  letter-spacing: 1;
}





.widget .cdf-social {
  display: inline-block;
}
.widget .cdf-social ul li {
  float: left;
}
.widget .cdf-social ul li a {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}



.widget .form-group {
  text-align: left;
}


.widget .form-group button{
  color: #717171;
}
.widget .form-group button.border-style-1:before {
  border: 1px solid #424242;
}
.widget .form-group button.border-style-1:after {
  border: 1px solid #424242;
}




.widget .cdf-category ul {
  margin: 0;
  padding-left: 0;
}
.widget .cdf-category ul li {
  text-align: left;
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
}
.widget .cdf-category ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #808080;
  position: absolute;
  left: 0;
  top: 8px;
}
.widget .cdf-category ul li a {
  color: #808080;
}


/*    recent post
---------------------------------------------*/
.widget.recent-post {
  padding-bottom: 20px;
}
.recent-post .cdf-post {
  display: inline-block;
  margin-bottom: 30px;
}

.recent-post .cdf-image {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.recent-post .cdf-post .recent-content {
  display: block;
  overflow: hidden;
  text-align: left;
}

.recent-post .cdf-post .recent-title h2 {
  line-height: 18px;
  margin: 0;
}

.recent-post .cdf-post .recent-title h2 a {
  font-size: 14px;
  color: #e3e3e3;
}

.recent-post span {
  color: #ababab;
}
.recent-post .cdf-text p {
  line-height: 20px;
}

.widget.advertisment {
  padding: 0;
}
.single-post .cdf-text p {
  color: #808080;
}


.comments-list .comments-img {
  width: 70px;
  height: 70px;
  float: left;
  position: relative;
  margin-right: 30px;
}
.comments-list .comments-img img{
  border-radius: 100%;
}

.comments-list .comments-img:before {
  transform: rotate(90deg);
  right: -36px;
  top: 20px;
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #181818 transparent;
  display: block;
  z-index: 1;
  margin-top: -6px;
  margin-left: -15px;
}
.comments-list .comments-txt {
  padding: 25px 20px;
  overflow: hidden;
  border: 2px solid #181818;
  margin-bottom: 50px;
}

.comments-list .children {
  margin-left: 100px;
}
.comments-list .auther {
  margin-bottom: 10px;
}
.comments-list .auther a {
  color: #999;
  margin-right: 20px;
}
.comments-list .auther span {
  color: #999;
}
.comments-list .auther i:before {
  font-size: 14px;
  margin-right: 8px;
}

.contact-form-field input, textarea {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #2f2f2f;
  background-color: transparent;
  padding-left: 30px;
}
.contact-form-field input {
  height: 60px;
}
.contact-form-field textarea {
  padding-top: 30px;
}

.leave-comment .cdf-button {
  display: table;
  margin: 0 auto;
}

.leave-comment .cdf-title h2:after {
  display: none;
}


/*===================================================================================
.dj single page
=====================================================================================*/
.dj-quote  {
  background-color: #0c0c0c;
  padding: 50px 10px;
}
.dj-quote blockquote {
  position: relative;
  text-align: center;
  border-left: 1px solid transparent;
  max-width: 500px;
  margin: 0 auto;
  font-style: oblique;

}
.dj-quote blockquote:before {
  content: "\f108";
  font-family: 'Flaticon';
  position: absolute;
  top: -20px;
  left: 50%;
}
.dj-quote blockquote:after {
  content: "\f109";
  font-family: 'Flaticon';
  position: absolute;
  bottom: -20px;
  left: 50%;
}
.dj-quote a {
  text-align: center;
  display: block;
  font-size: 15px;
  margin-top: 30px;
  color: #f2455a;

}
.widget .dj-tracks ul li {
  padding: 20px 0;
  padding-left: 50px;
  margin: 0;
}
.widget .dj-tracks ul li:before {
  content: "\f106";
  font-family: 'Flaticon';
  background-color:transparent;
  font-size: 35px;
  top: 5px; 
  color: #808080;
}
.widget .dj-tracks .more-track {
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  margin-top: 25px;
}

.widget .dj-tracks .more-track a {
  color: #808080;
}
.widget .dj-tracks .more-track  i {
  margin-left: 15px;
}


.cdf-service-post .cdf-text p {
  margin-bottom: 0;
}


.contact-form-inner .cdf-button {
  display: table;
  margin: 0 auto;
}


.gallery-section figure img {
  border: 3px solid transparent;
}

.gallery-section figure:hover img {
  border: 3px solid #a4303e;
}

.gallery-section figure {
  position: relative;
  background-color: #000;
}
.gallery-section figure i {
  position: absolute;
  top: 40%;
  left: 45%;
  color: #fff;
  opacity: 0;
  transition: .5s all ease;
}
.gallery-section figure:hover i {
  opacity: 1;
  transition: .5s all ease;
}


.gallery-section figure:hover img {
  opacity: 0.2;
}
.gallery-section figure i:before {
  font-size: 40px;
}
.popup.pop  figure i {
  display: none;
}


#sync2 .owl-nav {
  top: 30%;
}
#sync2 .item {
  margin: 10px;
}

.gallery-section .cdf-content .cdf-title h2 a  {
  color: #e3e3e3;
}
.gallery-section .cdf-content .cdf-text p {
  color: #808080;
}
.cdf-selfie .cdf-image {
  margin-bottom: 30px;
}
.cdf-selfie .cdf-button {
  margin: 0 auto;
  left: 0;
  right: 0;
  display: table;
}
.cdf-selfie .cdf-button a {
  display: block;
}



.event-page .event-carousel {
  display: inline-block;
  margin-top: 70px;
}
.event-page .cdf-image .cdf-meta {
  right: 0;
  left: inherit;
}



/* footer section 
=======================================*/
.footer-section {
	background-color: #036;
}

.footer-section .office-address p {
  font-size: 20px;
  max-width: 250px;
  line-height: 36px;
}
.google-map-container {
  width: 100%;
  height: 610px;
  background-color: #dddddd;
}
.footer-section .form-control {
  width:400px;
}
.footer-section .footer-bottom {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.footer-section .footer-bottom ul li a {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  margin-right: 10px;
  border: 1px solid #3e3e3e;
  color: #cccccc;
}

.footer-section .footer-bottom ul li a:hover {
  border: 1px solid #f2455a;
}


.contact-page .footer-content {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.contact-page .footer-section .office-address p {
  margin: 0 auto;
}
.contact-page .footer-section .form-control {
  text-align: center;
}
</pre></body></html>