header .headerContainer {
    width:100% !important;
    height:90px !important;
    background: rgb(143,29,29);
    background: linear-gradient(0deg, rgba(143,29,29,1) 0%, rgba(255,70,70,1) 100%);
}

header .headerContainer .content {
    width: 100%;
}

.form-group input:focus{
    outline:none !important; 
    box-shadow: none !important;
 }

/*********** ELASTIC SEARCH START ***********/

header .elasticSearch > div {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  header .elasticSearch .twitter-typeahead {
    width: 100% !important;
  }
  
  header .elasticSearch .typeahead {
    height: 40px !important;
    border-radius: 0 !important;
  }
  
  header .elasticSearch .fa-icon {
    position: absolute !important;
    top: 7px !important;
    right: 16px !important;
    font-size: 18px;
  }
  
  header .elasticSearch .search-icon-focus {
    color: #921E1E !important;
    font-size:24px
  }
  
  header .elasticSearch .search-input-focus {
    border: #f36f21 1px solid !important;
  }
  
  header .elasticSearch .tt-menu,
  header .elasticSearch .tt-dropdown-menu {
    background:#EBEBEA;
    width: 100% !important;
    margin-top: -20px;
    padding-top: 20px;
    border: none !important;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  
  header .elasticSearch .tt-dropdown-menu .event-suggest {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  
  header .elasticSearch .tt-menu {
    border: #ccc 1px solid;
    border-top: none;
  }
  
  header .elasticSearch .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  
  header .elasticSearch .tt-menu .tt-dataset > div:first-child {
    border-top:#CCC 2px dashed;
  }
  
  header .elasticSearch .tt-menu .tt-dataset > div:first-child h6 {
    padding-top: 10px !important;
    border-top: #e9e9e9 1px solid !important;
  }
  
  header .elasticSearch .tt-menu .tt-dataset > div:last-child {
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  
  header .elasticSearch .suggest p {
    margin: 0;
    font-weight: bold;
  }
  header .elasticSearch .event-suggest h5,
  header .elasticSearch .stage-suggest h5 {
    font-size: 16px;
  }
  header .elasticSearch .event-suggest,
  header .elasticSearch .stage-suggest,
  header .elasticSearch .empty-message,
  header .elasticSearch .suggest,
  header .elasticSearch .noresult {
    padding: 15px;
    cursor: pointer;
  }
  
  header .elasticSearch .event-suggest:hover,
  header .elasticSearch .stage-suggest:hover {
    background: #FFF;
  }
  
  header .elasticSearch .event-suggest img,
  header .elasticSearch .stage-suggest img {
    margin-right: 5px;
  }
/*********** ELASTIC SEARCH END ***********/








/* Reset */
.headerContainer .sinematurkWrapper .headerMenu ul.menu,
.headerContainer .sinematurkWrapper .headerMenu ul.menu ul,
.headerContainer .sinematurkWrapper .headerMenu ul.menu li,
.headerContainer .sinematurkWrapper .headerMenu ul.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Menu */
.headerContainer .sinematurkWrapper .headerMenu ul.menu {	
	height: 40px;
	/* width: 505px; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.headerContainer .sinematurkWrapper .headerMenu ul.menu li {
	position: relative;
	list-style: none;
	display: block;
	height: 40px;
}

.headerContainer .sinematurkWrapper .headerMenu ul.menu > li {
    float: left;
}

/* Links */

.headerContainer .sinematurkWrapper .headerMenu ul.menu li a {
	display: block;
	padding: 0 14px;
	margin: 6px 0;
	text-decoration: none;


	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;

	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}


.headerContainer .sinematurkWrapper .headerMenu ul.menu li:hover > a { color: #8fde62; }

/* Sub Menu */

.headerContainer .sinematurkWrapper .headerMenu ul.menu ul {
	position: absolute;
  z-index:99;
	top: 36px;
  width:200px;
	left: 0;
  padding: 8px 0;
	opacity: 0;
	background: #901D1D;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.headerContainer .sinematurkWrapper .headerMenu ul.menu li:hover > ul { opacity: 1; }

.headerContainer .sinematurkWrapper .headerMenu ul.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.headerContainer .sinematurkWrapper .headerMenu ul.menu li:hover > ul li {
	height: 40px;
	overflow: visible;
	padding: 0;
}

.headerContainer .sinematurkWrapper .headerMenu ul.menu ul li a {
	padding: 10px 20px 10px 17px;
	margin: 0;
	border: none;
}

.headerContainer .sinematurkWrapper .headerMenu ul.menu ul li:last-child a { border: none; }

/* Icons */