﻿@charset "utf-8";

@font-face {
  font-family: neon;
  src: url('../fonts/neon.ttf');
  font-weight: normal;
  font-style: normal;
}

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html, body {
height: 100%;
}

body {
line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}

/* remove dotted outline from links, button and input element */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}


/* layout */
body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: left;
color: #fff;
background: #000;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
width: 100%;
height: 100%;
}

a {
text-decoration: none;
outline: none;
}

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

p a {
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

p a:hover {
color: #fff;
text-decoration: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

::-moz-selection { background: #555; color: #fff;      /* Firefox */ }
     ::selection { background: #555; color: #fff;      /* Safari */  }


.cycle-it-home {
font-family: 'Dosis', sans-serif;
font-size: 20px;
line-height: 1.5;
font-style: normal;
text-transform: uppercase;
text-align: center;
font-weight: 400;
letter-spacing: 1px;
padding: 0 0 1px 0;
z-index: 999;
}

.cycle-it-home a, .cycle-it-home a:hover {
color: #fff;
text-decoration: none;
}

.cycle-it {
position: relative;
margin: 0 auto;
font-family: 'Dosis', sans-serif;
font-size: 17px;
line-height: 1.5;
font-style: normal;
text-transform: uppercase;
text-align: left;
font-weight: 400;
letter-spacing: 1px;
padding: 14px 0 3px 0;
z-index: 999;
}

.cycle-it a, .cycle-it a:hover {
color: #fff;
text-decoration: none;
}


/* curtains */
#curtains {
position: fixed;
height: 100%;
width: 100%;
background: url(../images/curtains.png) repeat top left;
z-index: 0;
}


/* top shade */
#top-shade {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: "";
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
z-index: 0;
}
.background {
	background:rgba(0, 0, 0, 0.5) url(../images/banner12.jpg);	
}
.background:before {
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.8);
}
.blink_btn {
	display:none;
}
/* birds */
#birdman-container {
display: none;
visibility: hidden;
}

#birdman-holder {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%!important;
overflow: hidden;
z-index: 0;
}

canvas {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
}


/* square */
.square {
position: fixed;
display: block;
visibility: hidden;
left: 20px;
right: 20px;
top: 20px;
bottom: 20px;
background: none;
}

.l1, .l2, .l3, .l4 {
position: absolute;
background: transparent;
width: 0;
height: 0;
}


.l1 {
left: 0;
bottom: 0;
height: 250px;
width: 2px;
}

.l2 {
top: 0;
left: 0;
width: 250px;
height: 2px;
}

.l3 {
right: 0;
top: 0;
height: 250px;
width: 2px;  
}

.l4 {
bottom: 0;
right: 0;
width: 250px;
height: 2px; 
}



/* brackets */
.brackets a::before,
.brackets a::after {
display: inline-block;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
   -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -ms-transition: -ms-transform 0.3s, opacity 0.2s;
     -o-transition: -o-transform 0.3s, opacity 0.2s;
        transition: transform 0.3s, opacity 0.2s;
}

.brackets a::before {
content: '[';
margin-right: 10px;
-webkit-transform: translateX(20px);
   -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
     -o-transform: translateX(20px);
        transform: translateX(20px);
}

.brackets a::after {
content: ']';
margin-left: 10px;
-webkit-transform: translateX(-20px);
   -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
     -o-transform: translateX(-20px);
        transform: translateX(-20px);
}

.brackets a:hover::before,
.brackets a:hover::after,
.brackets a:focus::before,
.brackets a:focus::after {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: translateX(0px);	
   -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
     -o-transform: translateX(0px);
        transform: translateX(0px);
}


/* contact form */
#contact-form {
width: 100%;
margin: 0;
text-align: left;
}

form {
margin: 0;
padding: 0;
}

input {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #fff;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 5px;
-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
        transition: all 0.3s;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: left;
color: #fff;
}

#form input {
margin: 10px 0 10px 0;
}

textarea {
position: relative;
width: 100%;
height: 100px;
border-bottom: 1px solid #fff;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 5px;
-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
        transition: all 0.3s;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: left;
color: #fff;
}

#form textarea {
margin: 10px 0 10px 0;
} 

input:hover,
textarea:hover {
border-color: rgba(255,255,255,0.5);
}

#form input:focus,
#form textarea:focus {
-webkit-animation: glow 900ms ease-out infinite alternate;
   -moz-animation: glow 900ms ease-out infinite alternate;
    -ms-animation: glow 900ms ease-out infinite alternate;
     -o-animation: glow 900ms ease-out infinite alternate;
        animation: glow 900ms ease-out infinite alternate;
}

.success {
font-family: 'Oswald', sans-serif;
font-size: 14px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
text-align: left;
margin: 0;
padding: 23px 10px 13px 10px;
line-height: 1.5;
}

#form .error {
position: absolute;
font-size: 9px;
text-transform: uppercase;
text-align: left;
display: block;
margin: -8px 0 0 1px;
padding: 0;
}


@-webkit-keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
		}	
    100% {
		box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
		}
}
@-moz-keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
    }	
    100% {
		box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
    }
}
@-o-keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
    }	
    100% {
		box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
    }
}
@-ms-keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
    }	
    100% {
		box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
    }
}
@keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
    }	
    100% {
		box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
    }
}

::-webkit-input-placeholder {
font-style: italic;
color: #fff;
}

::-moz-placeholder {
font-style: italic;
color: #fff;
}

:-ms-input-placeholder {
font-style: italic;
color: #fff;
}

input:-moz-placeholder {
font-style: italic;
color: #fff;
}


/* newsletter form */
#subscribe-wrapper {
position: relative;
margin: -52px auto 0 auto;
background: none;
width: 300px;
height: 170px;
text-align: center;
}

.newsletter {
position: relative;
clear: both;
width: auto;
border: none;
background: none;
margin: 0;
padding: 0;
overflow: hidden;
}

.submit-button {
position: relative;
font-family: 'Dosis', sans-serif;
font-size: 14px;
line-height: 1.5;
font-style: normal;
text-transform: uppercase;
text-align: center;
font-weight: 400;
letter-spacing: 1px;
color: #fff;
display: inline-block;
outline: none;
margin: 21px auto 0 auto;
width: 170px;
padding: 0;
height: 45px;
border: 1px solid #fff;
background: #fff;
-webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	overflow: hidden;
	cursor: pointer;
-webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
-webkit-transform: translate(0,0);
   -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
     -o-transform: translate(0,0);
        transform: translate(0,0);
}

.submit-button::before {
position: absolute;
content: '';
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
right: -100%;
bottom: 0%;
width: 200%;
height: 200%;
background: #000;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transform: skewX(-60deg);
   -moz-transform: skewX(-60deg);
    -ms-transform: skewX(-60deg);
     -o-transform: skewX(-60deg);
        transform: skewX(-60deg);
-webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
	 -o-transition: all 0.4s ease;
	    transition: all 0.4s ease;
z-index: -1;
}

.submit-button::before {
-webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
}

.submit-button:hover {
color: #000;
}

.submit-button:hover::before {
bottom: -100%;
right: -200%;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/* social icons */
.social-icons-wrapper {
position: absolute;
font-family: 'Dosis', sans-serif;
font-size: 17px;
line-height: 1.5;
font-style: normal;
text-transform: uppercase;
text-align: center;
font-weight: 400;
letter-spacing: 1px;
background: none;
width: 232px;
height: 61px;
padding: 17px 0 0 0;
margin-left: -116px;
left: 50%;
top: -25px;
border: 1px solid #777;
z-index: 999;
}

.social-icons-wrapper ul {
margin: 0 auto;
padding: 0;
list-style-type: none;
}

.social-icons-wrapper ul li {
display: inline;
margin: 0 auto;
padding: 0;
}

ul.social-icons {
font-size: 15px;
margin: 0;
padding: 0;
}

ul.social-icons a {
padding: 0 2px 0 2px;
color: #fff;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

ul.social-icons a:hover {
padding: 0 2px 0 2px;
color: #fff;
        opacity: 0.3;
   -moz-opacity: 0.3;
-webkit-opacity: 0.3;
filter: alpha(opacity=30);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}


/* screen loader */
.screen-loader {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
z-index: 10000;
}


/* preload */
#preload {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
right: 0;
bottom: 0;
background: #000;
display: none;
z-index: 10000;
}

#preload-status {
position: absolute;
width: 40px;
height: 40px;
margin: auto;
padding: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
border-top: 1px solid rgba(255,255,255,1);
border-right: 1px solid rgba(255,255,255,1);
border-bottom: 1px solid rgba(255,255,255,1);
border-left: 1px solid rgba(255,255,255,0.5);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;
-webkit-animation: spinner 700ms infinite linear;
   -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
     -o-animation: spinner 700ms infinite linear;
        animation: spinner 700ms infinite linear;
}

#preload-status {
position: absolute;
width: 40px;
height: 40px;
margin: auto;
padding: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background: #fff;
border-radius: 100%;
-webkit-animation: scaleout 1.0s infinite ease-in-out;
   -moz-animation: scaleout 1.0s infinite ease-in-out;
    -ms-animation: scaleout 1.0s infinite ease-in-out;
     -o-animation: scaleout 1.0s infinite ease-in-out;
        animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% {
  -webkit-transform: scale(0.0);
      -ms-transform: scale(0.0);
          transform: scale(0.0);
  }

  100% {
    -webkit-transform: scale(1.0);
	    -ms-transform: scale(1.0);
            transform: scale(1.0);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes scaleout {
  0% { 
  -webkit-transform: scale(0.0);
      -ms-transform: scale(0.0);
          transform: scale(0.0);
  } 
  
  100% {
    -webkit-transform: scale(1.0);
	    -ms-transform: scale(1.0);
            transform: scale(1.0);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

#preload-status {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
	
	
/* preload content */
.preload-content {
position: fixed;
width: auto;
height: auto;
margin: 0;
padding: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000;
        opacity: 0.4;
   -moz-opacity: 0.4;
-webkit-opacity: 0.4;
filter: alpha(opacity=40);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
z-index: 0;
}


/* center container */
.center-container-home {
position: absolute;
display: table;
height: 100%;
width: 100%;
left: 0;
top: 0;
/* background: rgba(0,0,0,0.4); */
}

.center-container {
position: absolute;
display: table;
height: 100%;
width: 100%;
left: 0;
top: 0;
/* background: rgba(0,0,0,0.6); */
}

.center-block {
/* display: table-cell;
vertical-align: middle; */
    display: block;
    /* vertical-align: top; */
    margin-top: 75px;
}


/* YouTube video containment */
#videoContainment {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
}


/* HTML5 video containment */
#video-bg {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
}


/* flexSlider */
div.flexslider {
background: none;
border: none;
}

#intro-wrapper {
position: relative;
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 0 135px;
        padding: 0;
   /*  background: rgba(0, 0, 0, 0.2); */
}


/* kenburnsy */
.kenburnsy {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
}

.kenburnsy.fullscreen {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
}

.kenburnsy img {
display: none;
}

.kenburnsy .slide {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: center center;
-webkit-background-size: cover;
        background-size: cover;
background-repeat: no-repeat;
-webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
        transform: translateZ(0);
-webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center;
}

#kenburnsy-bg {
overflow: hidden;
}


#footer_bg {
    position: fixed;
    left: 245px;
    bottom: 0px;
 background: rgba(0, 0, 0, 0.4);
    text-align: left;
    width: 62%;
	height: 120px;
}
.footer_corner:after {
	background: transparent;
    content: "";
    position: absolute;
    /* border-top: 123px solid transparent; */
    border-left: 10px solid transparent;
    border-right: 75px solid rgba(238, 28, 37, 0.5);
    border-bottom: 123px solid transparent;
    top: 0px;
    right: 0px;
}
/* newsletter field effect */
/* normalize */
button,input,select,textarea { font-family: inherit; font-size: 100%; margin: 0; }

/* input */
.input {
position: relative;
display: inline-block;
margin: 1em;
max-width: 270px;
width: calc(100% - 2em);
vertical-align: top;
padding: 20px 0 0 0;
z-index: 1;
}

.input__field {
position: relative;
display: block;
float: right;
padding: 0.8em;
width: 60%;
border: none;
border-radius: 0;
background: none;
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight: 400;
font-style: normal;
text-transform: none;
text-align: center;
line-height: 0.2;
-webkit-appearance: none;
}

.input__field:focus {
outline: none;
}

.input__label {
display: inline-block;
float: right;
padding: 0 1em;
width: 40%;
font-family: 'Raleway', sans-serif;
font-size: 13px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
text-align: center;
line-height: 0.2;
-moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
-webkit-touch-callout: none;
-webkit-user-select: none;
 -khtml-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

.input__label-content {
position: relative;
display: block;
padding: 1.5em 0;
width: 100%;
}

.input--kuro {
max-width: 270px;
margin-bottom: 3em;
}

.input__field--kuro {
width: 100%;
background: none;
color: #fff;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
font-weight: normal;
text-align: center;
padding: 0;
-webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
}

.input__label--kuro {
position: absolute;
left: 0;
width: 100%;
color: #fff;
pointer-events: none;
}

.input__label--kuro::before,
.input__label--kuro::after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 50%;
height: 100%;
border: 2px solid #fff;
-webkit-transition: -webkit-transform 0.3s;
	    transition: transform 0.3s;
}

.input__label--kuro::before {
border-right: none;
}

.input__label--kuro::after {
left: 50%;
border-left: none;
}

.input__field--kuro:focus,
.input--filled .input__field--kuro {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition-delay: 0.3s;
	    transition-delay: 0.3s;
}

.input__field--kuro:focus + .input__label--kuro::before,
.input--filled .input__label--kuro::before {
-webkit-transform: translate3d(-10%, 0, 0);
	    transform: translate3d(-10%, 0, 0);
}

.input__field--kuro:focus + .input__label--kuro::after,
.input--filled .input__label--kuro::after {
-webkit-transform: translate3d(10%, 0, 0);
	    transform: translate3d(10%, 0, 0);
}

.input__field--kuro:focus + .input__label--kuro .input__label-content--kuro,
.input--filled .input__label-content--kuro {
-webkit-animation: anim-2 0.3s forwards;
	    animation: anim-2 0.3s forwards;
}

@-webkit-keyframes anim-2 {
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 1);
		        transform: scale3d(0.3, 0.3, 1);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3.7em, 0) scale3d(0.3, 0.3, 1);
		        transform: translate3d(0, -3.7em, 0) scale3d(0.3, 0.3, 1);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -3.7em, 0);
		        transform: translate3d(0, -3.7em, 0);
	}
}

@keyframes anim-2 {
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 1);
		        transform: scale3d(0.3, 0.3, 1);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3.7em, 0) scale3d(0.3, 0.3, 1);
		        transform: translate3d(0, -3.7em, 0) scale3d(0.3, 0.3, 1);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -3.7em, 0);
		        transform: translate3d(0, -3.7em, 0);
	}
}


/* services extras */
.hi-icon-wrap {
text-align: left;
margin: 0;
padding: 0 0 0 10px;
}

.hi-icon {
display: inline-block;
font-size: 0px;
cursor: pointer;
margin: 15px 0;
width: 90px;
height: 90px;
border-radius: 50%;
text-align: center;
position: relative;
z-index: 1;
}

.hi-icon:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box; 
   -moz-box-sizing: content-box; 
        box-sizing: content-box;
}

.hi-icon:before {
font-family: 'FontAwesome';
speak: none;
font-size: 40px;
line-height: 90px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
display: block;
-webkit-font-smoothing: antialiased;
}

.hi-icon-services-1:before {
	content: "\f21b";
}

.hi-icon-services-2:before {
	content: "\f005";
}

.hi-icon-services-3:before {
	content: "\f219";
}

.hi-icon-services-4:before {
	content: "\f19c";
}


/* services effect */
.set-8 {
background: none;
margin: 20px 0 20px 0;
}

.hi-icon-effect-8 .hi-icon {
background: rgba(255,255,255,0.1);
-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
   -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
        transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
top: 0;
left: 0;
padding: 0;
box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.9);
   -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
        transform: scale(0.9);
z-index: -1;
}

.no-touch .hi-icon-effect-8 .hi-icon:hover {
background: rgba(255,255,255,0.05);
-webkit-transform: scale(0.93);
   -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
        transform: scale(0.93);
}

.hi-icon-effect-8 .hi-icon:hover:after {
-webkit-animation: sonarEffect 1.3s ease-out 75ms;
   -moz-animation: sonarEffect 1.3s ease-out 75ms;
        animation: sonarEffect 1.3s ease-out 75ms;
}


@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}


@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}


@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}



/* media queries */
/* 880px */
@media only screen and (max-width: 880px) {

/* layout */
.decoration-left {
width: 13%;
}

.decoration-right {
width: 13%;
}

.decoration-social-left {
width: 12%;
}

.decoration-social-right {
width: 12%;
}

.col-md-3, .col-md-4 {
padding-top: 20px;
}

}


/* 640px */
@media only screen and (max-width: 640px) {

/* layout */
.decoration-left {
width: 3%;
}

.decoration-right {
width: 3%;
}

.decoration-social-left {
width: 2%;
}

.decoration-social-right {
width: 2%;
}


.cycle-it-home {
padding: 0 0 4px 0;
}

/* square */
.square {
display: none;
visibility: hidden;
}

/* navigation */
/* .main-nav {
	padding-top:50px !important;
} */
/* .main-nav li {
margin: 0 0 8px 0;
}

.main-nav a {
font-size: 22px;
} */

/* .btn-nav {
right: 28px;
top: 19px;
}

.closer {
right: 28px;
top: 19px
} */




/**************/


 .choose_slider {
        /* height: 350px; */
        position: relative;
 }
 .footer_bg .choose_slider_items {
    /* left: -60px; */
    background: #ccc;
    position: absolute;
}

/* contact form */
#contact-form {
width: 400px;
margin: 50px 0 12px 0;
}


.intro-down {
padding-top: 0px;
}

.col-md-3, .col-md-4 {
padding-top: 20px;
}

}


/* landscape */
@media only screen and (max-width: 640px) and (orientation: landscape) {

/* layout */
.decoration-left {
width: 3%;
}

.decoration-right {
width: 3%;
}

.decoration-social-left {
width: 2%;
}

.decoration-social-right {
width: 2%;
}


.cycle-it-home {
padding: 0 0 4px 0;
}

/* square */
.square {
display: none;
visibility: hidden;
}

/* navigation */
/* .main-nav li {
margin: 0 0 8px 0;
}

.main-nav a {
font-size: 22px;
}
 */
/* .btn-nav {
right: 28px;
top: 19px;
}

.closer {
right: 28px;
top: 19px
}
 */
/* contact form */
#contact-form {
width: 400px;
margin: 50px 0 12px 0;
}

/* countdown */
#countdown-wrapper {
position: relative;
bottom: 0;
left: 0;
margin: 0 auto;
padding: 20px 0 43px 0;
text-align: center;
}

.intro-down {
padding-top: 165px;
}

.col-md-3, .col-md-4 {
padding-top: 20px;
}

}


/* 480px */
@media only screen and (max-width: 480px) {

/* layout */
.decoration-left {
width: 3%;
}

.decoration-right {
width: 3%;
}

.decoration-social-left {
width: 2%;
}

.decoration-social-right {
width: 2%;
}


.cycle-it-home {
padding: 0 0 4px 0;
}

/* square */
.square {
display: none;
visibility: hidden;
}

/* navigation */
/* .main-nav li {
margin: 0 0 8px 0;
}

.main-nav a {
font-size: 22px;
}

.btn-nav {
right: 28px;
top: 19px;
}
 */
/* .closer {
right: 28px;
top: 19px
} */

/* contact form */
#contact-form {
width: 300px;
margin: 50px 0 12px 0;
}

/* countdown */
#countdown-wrapper {
position: relative;
bottom: 0;
left: 0;
margin: 0 auto;
padding: 20px 0 43px 0;
text-align: center;
}

.intro-down {
padding-top: 0px;
}

.col-md-3, .col-md-4 {
padding-top: 20px;
}

.desktop_header {
	display:none !important;
}
.mobile_header {
	    display: block !important;
    position: fixed;
    top: 0;
    z-index: 1;
}

}

/************************/

  *, :before, :after {
  box-sizing: border-box;
}

.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.unstyled a {
  text-decoration: none;
}

.list-inline {
  overflow: hidden;
}
.list-inline li {
  float: left;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 17.5em;
     background: rgba(0, 0, 0, 0.4);
}

.logo {
  text-transform: lowercase;
  /* font: 300 2em "Source Sans Pro", Helvetica, Arial, sans-serif; */
  text-align: center;
  padding: 0;
  margin: 0;
}
.logo a {
  display: block;
      padding: 0.5em 0 0.5em;
  color: #DFDBD9;
  text-decoration: none;
  transition: .15s linear color;
}
.logo_mobile {
	display:none;
}
.logo img {
	    height: 90px;
    margin-top: 20px;
}
.top_header img { 
display:none;
}
.logo a:hover {
  color: #fff;
}
.logo a:hover span {
  color: #DF4500;
}
.logo span {
  font-weight: 700;
  transition: .15s linear color;
}
.main-nav {
	margin-top:-10px;
}
.main-nav ul {
  border-top: solid 1px #3C3735;
}
.main-nav li {
  border-bottom: solid 1px #611619;
}
.main-nav a {
  padding: 0.8em 1.5em;
  color: #DFDBD9;
  font: 400 1em "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-align: left;
  text-transform: uppercase;
}
.main-nav a:hover {
  color: #fff;
}

.top_header {
	    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0px;
    right: 0px;
    height: 45px;
    width: 100%;	
}
.top_header .contactus {
	    /* background: #ee1c25; */
	
    color: #fff;
    padding: 5px 20px;
    float: right;
    margin-right: 20px;
    border-radius: 30px;
    margin-top: 5px;
}
.top_header .contactus a {
	text-decoration:none;
}
/* .top_header .contactus:hover {
	background: rgba(238, 28, 37, 0.7) !important;
	transition:0.3s;
} */

.neon {
  font-family: neon;
  color: #FB4264;
  font-size: 2vw;
  line-height: 1.8vw;
  text-transform:none;

}

.neon {
  animation: neon 1s ease infinite;
  -moz-animation: neon 1s ease infinite;
  -webkit-animation: neon 1s ease infinite;
}

@keyframes neon {
  0%,
  100% {
    text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128;
    color: #FED128;
  }
  50% {
     text-shadow: 0 0 .5vw #d40500, 0 0 1.5vw #d40500, 0 0 5vw #d40500, 0 0 5vw #d40500, 0 0 .2vw #d40500;
    color: #c39c0d;
  }
}

.social-links {
  border-bottom: solid 1px #3C3735;
}
.social-links li {
  width: 33%;
  border-left: solid 1px #3C3735;
}
.social-links li:first-child {
  border: none;
}
.social-links a {
  display: block;
  /* height: 5.5em; */
  text-align: center;
  color: #dcdcdc;
  font: 25px/25px "Source Sans Pro", Helvetica, Arial, sans-serif;
  line-height: 50px;
  
}
.social-links a:hover {
  color: #DFDBD9;
    padding-left: 0px !important;
    background: rgba(200, 25, 28, 0.6);
    border-right: 5px solid #b5181b;
}

.list-hover-slide li {
  position: relative;
  overflow: hidden;
}
.list-hover-slide a {
  display: block;
  position: relative;
  z-index: 1;
  transition: .35s ease color;
}
.list-hover-slide a:before {
  content: '';
  display: block;
  z-index: -1;
  position: relative;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
 border-right: solid 5px #ee1c25;
    background: rgba(238, 28, 37, 0.5);
    transition: .35s ease left;
}
.list-hover-slide a.is-current:before, .list-hover-slide a:hover:before {
  left: 0;

}
.list-hover-slide a:hover {
	padding-left: 40px;
	  transition: 0.3s linear;
}
.list-hover-slide a.active {
 border-right: solid 5px #ee1c25;
    background: rgba(238, 28, 37, 0.5);
    transition: .35s ease left;
	padding-left: 40px !important;
}
.list-hover-slide a.active:before {
	display:none;
}
/*******About Us***********/

.page_heading {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee1c25+1,70b0e0+100&0.75+0,0+100 */
background: -moz-linear-gradient(left, rgba(238,28,37,0.75) 0%, rgba(238,28,37,0.74) 1%, rgba(112,176,224,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(238,28,37,0.75) 0%,rgba(238,28,37,0.74) 1%,rgba(112,176,224,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(238,28,37,0.75) 0%,rgba(238,28,37,0.74) 1%,rgba(112,176,224,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfee1c25', endColorstr='#0070b0e0',GradientType=1 ); /* IE6-9 */
	display:block;
	padding:5px;
	margin-bottom:20px;
}
.page_heading h2 {
	font-size:30px;
	text-transform:uppercase;
	padding-left: 70px;
}
.page_heading h2:before {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 65px;
        left: 20px;
    top: 28px;
}
.page_heading h2:after {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 65px;
        top: 66px;
    /* left: 0px; */
}
.contact h2 {
	font-size:30px;
	text-transform:uppercase;
	padding-left: 28px;
}
.contact h2:before {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 125px;
        left: 20px;
    top: 28px;
}
.contact h2:after {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 125px;
        top: 66px;
    left: 120px;
}
.artists h2 {
	font-size:30px;
	text-transform:uppercase;
	padding-left: 28px;
}
.artists h2:before {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 100px;
        left: 20px;
    top: 28px;
}
.artists h2:after {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 100px;
        top: 66px;
    left: 90px;
}
/* .shows h2:after {
	 position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 100px;
        top: 66px;
    left: 420px;
}
.videos h2 {
	font-size:30px;
	text-transform:uppercase;
	padding-left: 28px;
}
.videos .amrita .bhavana .sumit .fusion .interviews .newsroom .raaj .sonam h2:before {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 80px;
        left: 20px;
    top: 28px;
}
.videos h2:after {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 80px;
        top: 66px;
    left: 90px;
}

.amrita h2:after {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 80px;
        top: 66px;
    left: 190px;
}
.bhavana h2:after {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 80px;
        top: 66px;
    left: 250px;
}
.sumit h2:after {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 80px;
        top: 66px;
    left: 250px;
}
.fusion h2:after {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 80px;
        top: 66px;
    left: 220px;
}
.interviews h2:after {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 80px;
        top: 66px;
    left: 170px;
}
.newsroom h2:after {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 80px;
        top: 66px;
    left: 170px;
}
.raaj h2:after {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 80px;
        top: 66px;
    left: 265px;
}
.sonam h2:after {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 80px;
        top: 66px;
    left: 200px;
}
.leader h2:after {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 80px;
        top: 66px;
    left: 410px;
}
.teammgmt h2:after {
	    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 80px;
        top: 66px;
    left: 290px;
} */
.main_section .artist_detail a {
    color: #7491ff !important;
}
.main_section .artist_detail a:hover {
    color: #FFC107 !important;
}
.main_section a {
	color:#fff;
}
.main_section a:hover {
	color:#FFC107;
}
.main_section ul li {
	line-height:30px;
}
.main_section {
	 background: rgba(0, 0, 0, 0.2);
	 padding:20px 10px;
}
.main_section h3 {
	font-size:20px;
}
.main_section .gallery_img img {
 height:205px; 
	     width: 220px; 
	border-radius:10px;
	border:5px solid #ee1c25;
	    object-fit: contain;
}
.main_section .about .name {
	font-size:20px;
	    text-transform: uppercase;
    text-shadow: 2px 2px 2px #0a0201;
	    color: #ffffff;
}
.main_section .about span {
	font-size:16px;
	    font-style: italic;
    color: #FFC107;
}
.main_section .about span:after {
	    position: absolute;
    content: "";
    background: #fff;
    width: 20px;
    height: 1px;
    bottom: 0px;
    /* left: 60px; */
}
p {
	line-height:25px;	
}
/**************/
.mobile_header {
	display:none;
}


.menu {
  position: fixed;
  top: 0;
  left: 0;
    background: rgba(171, 12, 19, 0.8);
  width: 240px;
  height: 100%;
  transform: translate3d(-240px, 0, 0);
  transition: transform 0.35s;
      z-index: 5;
}
.menu label.menu-toggle {
  position: absolute;
  right: -50px;
    width: 50px;
    height: 50px;
  line-height: 0px;
  display: block;
  padding: 0;
      top: 10px;
  text-indent: -9999px;
  background: rgba(238, 28, 37, 0.7) url("../images/menu.png") 50% 50%/25px 25px no-repeat;
  z-index:50;
  }

.menu ul li a, .menu ul li label {
    display: block;
    text-align: left;
    padding: 0 20px;
    line-height: 45px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.menu ul li a:hover, .menu ul li a:active, .menu ul li label:hover {
      color: #fff;
   background: rgba(238, 28, 37, 0.4);
    transition: 0.3s;
	border-left:5px solid #5d2d2c;
}

/* hide inputs */
.menu-checkbox {
  display: none;
}

/* hide navigation icon for sublabels */
.menu .menu label.menu-toggle {
  background: none;
}

/* fade in checked menu */
.menu-checkbox:checked + .menu {
  transform: translate3d(0, 0, 0);
}

/*******Artists***********/
.our-team{
    text-align: center;
    overflow: hidden;
    position: relative;
   /*  z-index: 0; */
}
.our-team:before,
.our-team:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #dba917;
    position: absolute;
    z-index: -1;
}
.our-team:before{
    bottom: -20px;
    left: 0;
}
.our-team:after{
    top: -20px;
    right: 0;
}
.our-team .pic{
    margin: 5px 5px 0px;
    position: relative;
    /* border: 3px solid #00bed3; */
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
    border-color: #33343e;
}
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 0;
    background: #b30008;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{
    height: 100%;
    opacity: 0.65;
}
.our-team img{
    width: 100%;
    height: auto;
	border-radius:0px;
}
.our-team .team-content{
    width: 100%;
    position: absolute;
    top: -50%;
    left: 0;
    transition: all 0.5s ease 0.2s;
}
.our-team:hover .team-content{
    top: 38%;
}
.our-team .title{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0px 0;
}
.our-team .post{
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    text-transform: capitalize;
}
.our-team .social{
    padding: 0;
    margin: 12px 0 0 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
}
.our-team .social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin: 0 7px;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    background: #fff;
    color: #ee1c25;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
.mt-20 {
	margin-top:20px;
}
.space {
	height:10px;
}

/*****Videos*****/
.videobg {
    background: rgba(0, 0, 0, 0.4);
}

#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  width: 36%;
  left: 30%;
  top: 20%;
  padding: 20px 2%;
  font-family: Calibri, Arial, sans-serif;
  background: #FFF;
}

#fvpp-close {
 position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    color: #cecece;
}
/* 
#fancybox-close {
    position: absolute;
    top: -15px;
    right: -50px !important;
    width: 30px;
    height: 30px;
    background: transparent url(fancybox.png) -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}
 */
/*******Services********/
.serviceBox{
    padding: 25px;
    margin: 0 20px 40px 0;
    border: 1px solid #ddd;
    position: relative;
    transition: all 0.3s ease 0s;
	    background: rgba(0, 0, 0, 0.3);
}
.serviceBox:hover{ border: 1px solid #ffb800; }
.serviceBox .service-icon{
    display: inline-block;
    font-size: 40px;
    color: #ffb800;
    margin-bottom: 10px;
}
.serviceBox .title{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ffb800;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
}
.serviceBox .read{
    display: inline-block;
    padding: 7px 20px;
    font-size: 17px;
    font-weight: 500;
    color: #ee1c25;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .read{ color: #fff; }
.serviceBox .read:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skewX(-15deg);
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .read:after{
    background: #ee1c25;
    border: 1px solid #ee1c25;
}

/*********/
.main_section .socialicon .fa {
  padding: 20px;
  /* font-size: 30px; */
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.main_section .socialicon .fa:hover {
    opacity: 0.7;
}

.main_section .socialicon .fa-facebook {
  background: #3B5998;
  color: white;
}

.main_section .socialicon .fa-youtube {
  background: #bb0000;
  color: white;
}

.main_section .socialicon .fa-instagram {
  background: #125688;
  color: white;
}
/******************/
.popup_next {
	position:absolute;
	top:150px;
	right:10px;
}
.popup_next a {
	background:#d00101;
	padding:5px 8px;
	color:#fff;
}
.popup_prev {
	position:absolute;
	top:150px;
	left:10px;
}
.popup_prev a {
	background:#d00101;
	padding:5px 8px;
	color:#fff;
}
.new_popup .choose_slider_items {
	    left: -60px;
    background: #ccc;
    position: absolute;
}

/*************/
.wishes {
	/* background:#fff; */
	padding:10px;
}
.video_bg {
	position:relative;
	margin:5px;
	background:#000;
}
.wishes:before {
	content: "";
    width: 150px;
    height: 150px;
    background: #dba917;
    position: absolute;
    bottom: 10px;
    left: 24px;
}
/* .video_bg:after {
	content: "";
    width: 130px;
    height: 150px;
    background: #dba917;
    position: absolute;
	top: -20px;
    right: 0;
}  */
/* .wishes:after {
	content: "";
    width: 130px;
    height: 150px;
    background: #dba917;
    position: absolute;
	top: -20px;
    right: 0;
} */

/**************/
.blink_btn {
	      position: fixed;
    bottom: 25px;
    right: 20px;
    background: rgba(0, 0, 0, 0);
    /* transform: rotate(-90deg); */
}
.blink_btn .button {
  background-color: #004A7F;
  -webkit-border-radius: 4px;
  border-radius: 4px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    /* font-family: Arial; */
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
/**********************/

.our-team .button {
  font-size: 1em;
    padding: 5px;
    color: #fed128 !important;
    /* border: 2px solid #fed128; */
    /* border-radius: 30px; */
    /* margin-top: 16px; */
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.our-team .button:hover {
  /* background: #06D85F; */
  color:#fff !important;
  font-weight:600;
  transition:0.5s;
}

.our-team .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.our-team .overlay:target {
  visibility: visible;
  opacity: 1;
      z-index: 1;
}

.our-team .popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}

.our-team .popup h2 {
  margin-top: 0;
  color: #333;
  font-size:25px;
  text-transform:uppercase;
  /* font-family: Tahoma, Arial, sans-serif; */
}
.our-team .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.our-team .popup .close:hover {
  color: #d21414;
}
.our-team .popup .content {
  max-height: 30%;
  overflow: auto;
  color:#333;
}

@media screen and (max-width: 700px){
  .our-team .box{
    width: 70%;
  }
 .our-team .popup{
    width: 100%;
  }
}

.download_btn {
	background:#d21414;
	padding:8px 15px;
	margin-top:20px;
	display:inline-block;
	border-radius:30px;
	border:2px solid #fed128;
	text-decoration:none;
}
.sonam_song a {
	color:#fed128;
	text-decoration:underline;
}
.sonam_song a:hover {
	color:#d21414;
	transition:0.5s;
}
/*************/
.talent {
    display: block;
    margin-left: 245px;
    position: fixed;
    width: 82%;
    bottom: 120px;
}
.news_talent {
	background: rgba(238, 28, 37, 0.4);
    padding: 13px 5px;
    display: block;
    width: 100%;
    float: left;
    margin-right: 2px;
    margin-left: 2px;
    border: 2px solid #ee1c25;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.news_talent a {
	color:#fff;
	text-shadow:2px 2px 2px #000;
}
.news_talent a:hover {
	color: #ffc417;
    text-decoration: none;
	transition:0.3s;
}
.news_talent1 {
	background: rgba(238, 28, 37, 0.4);
    padding: 13px 15px;
    display: block;
    /* margin-left: 245px; */
    width: 39.9%;
    float: left;
    border: 2px solid #ee1c25;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.news_talent2 {
	background: rgba(238, 28, 37, 0.4);
    padding: 13px 15px;
    display: block;
    width: 39.9%;
    float: right;
    border: 2px solid #ee1c25;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.news_talent1 a {
	color:#fff;
	 text-decoration: none;
	text-shadow:2px 2px 2px #000;
}
.news_talent1 a:hover {
	color: #ffc417;
    text-decoration: none;
	transition:0.3s;
}
.interview_talent {
	display:block;
	background: rgba(238, 28, 37, 0.4);
    padding: 8px 15px;
	font-size:22px;
	border-radius:10px;
	border:2px solid #ee1c25;
	text-transform:uppercase;
	margin-bottom:10px;
}
.digital_photos {
	background: rgba(190, 22, 30, 0.19);
    padding: 5px 15px 0px;
	margin-bottom:10px;
}
.digital_photos ul.digi_block {
	display:table;
	word-break: break-all;
	 /* height: 270px;  */
    /* border:1px solid #ccc;  */
}
ul.digi_block li {
    list-style: none;
    display: table-cell; 
    text-align: left; 
    /* width:160px;  */
	margin-right:15px;
    vertical-align: middle;
	padding:0px 10px;
}
.digi_block .artist_name {
	font-size:20px;
	text-transform:uppercase;
	display:block;
}
/* .digital_photos ul li {
	list-style:none;
	float:left;
	vertical-align:middle;
	align-items:center;
	
	margin-right:10px;
	display:table-cell;
} */
.digital_photos .digi_photo {
	width:100px;
	border-radius:50%;
}
/**********************/

.p-20 {
	  padding: 0px 20px !important;
}
.p-t-10 {
	padding-top:10px;
}
.p-b-20 {
	padding-bottom:20px;
}
.solid_hr {
	margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dashed #d4d4d4;
}
.team_detail {
	    background: rgba(238, 28, 37, 0.3);
    padding: 10px 10px;
	margin-bottom:15px;
}
.team1 img {
	float:left;
	margin-right:20px;
	height:100px;
	border-radius:50%;
	margin-left:10px;
	border:5px solid #ee1c25;
}
.team_detail span {
	font-size: 14px;
    font-style: italic;
    color: #FFC107;
}
.team_detail h4 {
	font-size: 20px;
    text-transform: uppercase;
}
.des_team {
	font-size:20px;
	text-transform:uppercase;
}

/*----------------*/


/****************/
.cat_artist img {
	width:30px;
	height:30px;
	border:none;
	float:right;
}
.tab {
    float: left;
   border: 1px solid #FFC107;
    background-color: #a00107;
    width: 30%;
    height: auto;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: #ffffff;
    padding: 15px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 1px solid #bf0008;
	}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #e8ae00;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #e2050e;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px 25px;
    border: 1px solid #FFC107;
    width: 70%;
    /* border-left: none; */
    height: auto;
}


/*******************/

.carousel-control.left, .carousel-control.right {
	background-image:none;
}

.img-responsive{
	width:100%;
	height:auto;
}
.carousel-inner {
    position: relative;
    width: 92%;
    overflow: hidden;
    /* margin-left: 45px; */
	margin:auto;
}
.carousel-control {
     position: absolute; 
    top: 10px; 
    bottom: 0;
    left: 0;
    width: 10%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=70);
    opacity: .7;

@media (min-width: 992px ) {
	.carousel-inner .active .left {
		left: -25%;
	}
	.carousel-inner .next {
		left:  25%;
	}
	.carousel-inner .prev {
		left: -25%;
	}
}

@media (min-width: 768px) and (max-width: 991px ) {
	.carousel-inner .active.left {
		left: -33.3%;
	}
	.carousel-inner .next {
		left:  33.3%;
	}
	.carousel-inner .prev {
		left: -33.3%;
	}
	.active > div:first-child {
		display:block;
	}
	.active > div:first-child + div {
		display:block;
	}
	.active > div:last-child {
		display:none;
	}
}

@media (max-width: 767px) {
	.carousel-inner .active.left {
		left: -100%;
	}
	.carousel-inner .next {
		left:  100%;
	}
	.carousel-inner .prev {
		left: -100%;
	}
	.active > div {
		display:none;
	}
	.active > div:first-child {
		display:block;
	}
}

/******************/
