/*
  Theme Name: Castle
  Theme URL: http://demo.themeregion.com/castle
  Author: ThemeRegion
  Author URI: http://www.themeregion.com
  Description: Castle Responsive HTML Template
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================

1.	Typography
2.	navigation-section
3.	slider-section
4.	Home Section
5.	countdown
6.	performers Section
7.	Ticket section
8.	Support Us
9.	Contact Us
10. Color Chooser

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


/*========================
=======Typography=========
==========================*/

body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #454545;
	background-color: #fff;
}

ul {
	list-style: none;
	margin:0;
	padding:0;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;  
	background: transparent;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
}

h1 {
	font-size:36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	text-transform:capitalize;
}

.padding{	
	padding:90px 0;
}

.section-title {
	margin-bottom: 70px;
	padding-bottom: 0;
	text-align: center;
	font-weight:400;
}

.section-title h1 {
	margin-top:0;
	margin-bottom:30px;
	font-weight:700;
	color:#477ec0;
}

.btn-primary {	
	border:0;
	color:#fff;
	background-color:#477ec0;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 27px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	letter-spacing:0;
	position:relative;
	box-shadow:none;
	z-index:1;
}

.btn-primary:before, 
.btn-primary:after {
	position:absolute;
	content:"";
	height:100%;
	width:0;
	border-radius:4px;
	z-index:-1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.btn-primary:before {	
	left:0;
	top:0;
	border-top:2px solid #477ec0;
}

.btn-primary:after {	
	right:0;
	bottom:0;
	border-bottom:2px solid #477ec0;	
}

.btn-primary:hover:before {
	left:0;
	width:100%;
	background-color:rgba(71, 126, 192, 0.7);
}
.btn-primary:hover:after {
	width:100%;
	right:0;
	background-color:rgba(71, 126, 192, 0.7);
}

.btn-primary:hover, 
.btn-primary:focus {
	background-color:transparent;
	box-shadow: 0px 0px 0px 1px #477ec0;
	outline:none;
	border-color:#477ec0;
}

.parallax-section { 	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	width: 100%;
	min-height:437px;
	color:#fff;
	position:relative;
}

.overlay-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.form-control {
  height: 50px;
  padding:6px 20px;
  color: #000;
  border:1px solid #eee;
  box-shadow: none;
  outline: none;
  text-transform:capitalize;
  background-color:#fff;
  font-weight:500;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
  border:1px solid #477ec0;
  background-color:#fff;
}

.form-group {
  margin-bottom: 30px;
}

.form-control::-webkit-input-placeholder { color: black; }
.form-control:-moz-placeholder { color: black; }
.form-control::-moz-placeholder { color: black; }
.form-control:-ms-input-placeholder { color: black; }

.navbar-toggle {
	border:1px solid #fff;
	margin-top:12px;
}
.navbar-toggle .icon-bar {
	background-color:#fff;
}
/*==============================
=========navigation-section=========
================================*/
.navbar-fixed-top {
	background-color:rgba(0, 0, 0, 0.30);
}

.navbar-fixed-top.main-nav{
	background-color:rgba(0, 0, 0, 0.75);
}

.navbar-nav li a {
	text-transform:uppercase;
	color:#fff;
	line-height:28px;
}

.active a {
	font-weight:700;
}

.navbar-brand {
	height:60px;
	padding:10px 15px;
}

/*==============================
=========slider-section=========
================================*/

#main-slider-wrapper{
	position:relative;
	color:#fff;
}

#slider-section, #home-section {
	background-image:url(../img/0.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#39393b;
	position:relative;
}

#main-slider-wrapper .overlay-bg{
	background-color:rgba(71, 126, 192, 0.20);
	z-index:2;
}

.main-slider .slider-content {
	margin-top:240px;
	font-size:25px;
	margin-bottom:45px;
}

.slider-content {
	position:relative;
	z-index:10;	
}

.main-slider .slider-content h1 {
	font-size:92px;
	font-weight:700;
	text-transform:initial;
	margin-bottom:15px;
	line-height:92px;
}

.main-slider .present {
	font-size:32px;	
	font-weight:800;
	line-height:18px;
}

.main-slider .present span {
	font-family: 'Rochester', cursive;
	font-weight:400;
	color:#fff;
}

.social-icons  {
	font-size:16px;
	font-weight:600;	
	margin-bottom:125px;
}

.social-icons ul {
	margin-top:20px;
}

.social-icons ul li i{
	background-color:#fff;
	color:#477ec0;
	height:25px;
	width:25px;
	font-size:18px;
	line-height:25px;
	display:block;
	border-radius:3px;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons ul li i:hover {
	color:#fff;
}

.social-icons ul li i:hover.fa-facebook {
	background-color:#566C9E;
}

.social-icons ul li i:hover.fa-twitter {
	background-color:#0EB1F2;
}

.social-icons ul li i:hover.fa-google-plus {
	background-color:#D54831;
}

.social-icons ul li i:hover.fa-linkedin {
	background-color:#1F84D2;
}

.social-icons ul li i:hover.fa-pinterest {
	background-color:#CD565C;
}

/*=========video-slider-section==========*/

#video-slider-section {
	position:relative;
	color:#fff;
	background-image:url(../img/2.jpg);
}

#video-slider-section .overlay-bg, 
#home-section .overlay-bg {
	background-color:rgba(146, 39, 143, 0.80);
	z-index:2;
}

#video-slider-section .video-bg {
	position:absolute;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	width: 100%;	
	overflow: hidden;
}

#video-slider-section .video-bg video {
	background-size: cover;	
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: relative;	
	width: auto;
}

/*=========home-section==========*/
#home-section {
	background-image:url(../img/2.jpg);
}


/*=========countdown==========*/

#countdown {
	position:absolute;
	bottom:-62px;
	left:50%;
	margin-left:-293px;	
	padding:15px;
	color:#fff;	
	border-radius:5px;
	background-image:url(../img/countdown-bg.jpg);
	background-repeat:no-repeat;
	z-index:11;
}

#countdown .overlay-bg {
	background-color:rgb(55, 121, 188);
	border-radius:5px;
}

#countdown p {
	margin-bottom:0;
}

#countdown li {
	padding:15px 35px;
	border-right:1px solid #f0f0f0;
	width:135px;
	position:relative;
	z-index:12;
}

#countdown li:last-child {
	border-right:0;
}

#countdown li span {
	font-size:48px;
	font-weight:700;
	line-height:45px;
	color:#fff;
}


/*=========performers Section==========*/

#performers h1 {
	margin: 70px 0 50px;
	position: relative;
	font-weight: 700;
	color:#477ec0;
}

.performer {
	position:relative;
}

.performer .performer-info{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(71, 126, 192, 0.80);
	color:#fff;
	text-align:center;
	padding-bottom:3px;
	z-index:10;
}

.performer .performer-info h2{
	font-weight:400;
	margin-top:15px;
	margin-bottom:5px;	
}

.performer .social-icons{
	margin-bottom:0;
	height:0;
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.performer:hover .social-icons {
	opacity:1;
	height:25px;;
}

.performer .social-icons ul li i{
	background-color:transparent;
	color:#fff;
}


/*=========Ticket section==========*/

#ticket {
	background-image:url(../img/ticket-bg.jpg);
}

#ticket .section-title {
	margin-bottom:30px;
}

#ticket .section-title h1{
	color:#fff;
}

#ticket  .overlay-bg {
	background-color:rgba(71, 126, 192, 0.45);
}

.ticket-price {
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-size: 16px;
	font-weight:500;
}

.ticket-price span {
	font-size:48px;
	font-weight:700;	
	line-height:35px;
}

.register .btn-primary{
	margin-top:30px;
	padding:12px 35px;
	font-size:20px;
	font-weight:700;
}

#register .form-group {
	margin-bottom:25px;
}

#register .form-control {
	background-color:rgba(255, 255, 255, 0.70);
	text-transform:uppercase;
	border:0;
}

#register .form-control:focus {
	background-color:#fff;
}

/*=========support-us==========*/

#support-us {
	padding:92px 0;
}

#support-us ul li {
	margin:0 25px;
}
#support-us ul li img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#support-us ul li img:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0); 
    filter: grayscale(0);
}


/*================Contact us==============*/
#contact-us {
	background-color:#f7f7f7;
}

.contact-content .contact-info{
	font-size:20px;
	font-weight:300;
}

.contact-content .contact-info i {
	font-size:35px;
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-ms-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	
}

.contact-content .contact-info:hover i{
	color:#477ec0;
}

.contact-content .contact-info h3 {
	text-transform:uppercase;
}

.contact-content .contact-info a:hover {
	color:#000;
}

#gmap {
	height:500px;
}

#contact-us .contact-form {
	padding-top:110px;
	padding-bottom:80px;
}

#contact-form #message {
	height:220px;
	resize:none;
	padding:18px;
}

#contact-form .btn-primary {
	padding:12px 55px;
	display:inline-block;
	margin-top:35px;
}

#footer-bottom {
	background-color:#131316;
	color:#fff;
	padding:40px 0 30px;
	font-weight:300;
}

#footer-bottom a {
	color:#477ec0;
	font-weight:600;
}









