﻿/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.vh-600{
	height: 600px !important;
}

.vh-95 {
    height: 95px !important;
}

.footer-inner{
	background: rgba(0,0,0,0.9);
}

.footer1 .footer-widgets-wrap{
	padding: 80px 0 !important;
}

.quick-contact-form .button, .cbtn .button{
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	text-transform: initial;
	font-weight: normal;
	background: #eb1c24;
	border-radius: 2px;
	text-shadow: none;
	min-width: 200px;
    text-align: center;
}

.quick-contact-form .button:hover, .cbtn .button:hover{
	background: #d01820 !important;
}

.promo .cbtn .button{
    min-width: inherit;
}

.promo .added-date{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: none;
    margin-bottom: 10px;
}

.promo .expire-date{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #eb1c24;
    text-transform: none;
    margin-top: 20px;
}

.color-red{
	color: #eb1c24;
}

.service h4{
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.service img{
	margin-right: 30px;
}

.service p{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #999999;
	list-style: 25px;
}

.event-box {
    background: #fff;
    border: solid 1px #fff;
    transition: .2s all ease;
    text-align: left;
	max-width: 402px;
}

.event-box:hover{
    border: solid 1px #ed1c24;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.event-box:hover .event-box-inner{
    border-color: #ed1c24;
}

.event-box .primary-img{
    position: relative;
    height: 270px;
    overflow: hidden;
}

.event-box .event-box-inner {
    border: solid 1px #e6e6e6;
    transition: .2s all ease;
}

.event-btm-desc{
    padding: 20px;
    text-align: left;
}

.event-top-desc {
    text-align: left;
}

.event-box .event-top-desc h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.event-box .event-top-desc h5 a{
    color: #333333;
}

.event-box .event-top-desc h5 a:hover{
    color: #ed1c24;
}

.event-date, .event-location, .event-seats, .event-price {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
}

.event-location i{
    text-align: center;
    font-size: 14px;
    color: rgb(178, 178, 178);
    margin-right: 5px;
}

.manage-link{
    font-size: 14px;
    text-transform:initial;
    font-weight: normal;
}

.cart-empty {
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.paging{
    text-align: center;
}

.paging ul{
    display: inline-flex;
    list-style: none;
    margin: 0px auto;
}

.paging ul li{
    margin: 0px 3px;
}

.paging ul li a{
    position: relative;
    display: block;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
}

.paging ul li a:hover, .paging ul .active a{
    background: #eb1c24;
    color: #fff;
}

.comment-warning {
    background: #fde8e9;
    font-size: 12px;
    color: #f14950;
    line-height: 18px;
    padding: 15px;
    margin-bottom: 30px;
}

.search-box input {
    border: 2px solid #DDD;
    color: #555555;
    font-size: 14px;
    padding: 5px;
}

.search-box button {
    border: 2px solid #DDD;
    color: #555555;
    padding: 3px 6px;
}

.sub-categories {
    list-style: none;
    text-align: center;
    margin-top: 30px;
}

.sub-categories li {
    width: inherit;
    display: inline-block;
}

.sub-categories li a {
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px;
    color: rgb(0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-image: initial;
    transition: all 0.15s linear 0s;
    padding: 6px 10px;
    display: block;
    border-radius: 0px;
    margin: 5px;
    font-size: 13px;
}

.sub-categories li a:hover,
.sub-categories li .active {
    border-color: #eb1c24;
    background: #eb1c24;
    color: #fff;
}

/* Mega Menu */

.mega-menu-category.sidebar {
    display: block;
    margin-bottom: 30px;
}

.mega-menu-category {
    width: 100%;
    min-height: 200px;
    display: none;
    background: #231f20;
    padding-top: 15px;
    padding-bottom: 15px;
}

.mega-container {
    position: relative;
    z-index: 100;
    padding-right: 0px;
}

.mega-menu-title {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background: #ed1c24;
    width: 100%;
    margin-top: -1px;
}

.navleft-container {
    position: absolute;
    width: 95%;
    z-index: 1000;
}

.mega-menu-title h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 15px 15px 8px;
    padding-top: 11px;
    padding-left: 50px;
    position: relative;
    height: 51px;
    color: #fff;
}

.mega-menu-title h3:after {
    content: "\f105";
    display: inline-block;
    height: 40px;
    position: absolute;
    top: 0;
    left: 17px;
    font-family: 'normal normal normal 14px/1 FontAwesome';
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 51px;
}

.mega-menu-category ul {
    padding: 0px;
    margin: 0px;
    display: block;
}

.mega-menu-category ul li i {
    width: 28px;
    text-align: center;
}

.mega-menu-category > .nav > li > a {
    padding: 0px 25px;
    color: #cccccc;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    position: relative;
    display: block;
}

.sub a {
    padding: 0px 40px !important;
}

.mega-menu-category > .nav > li:last-child > a {
    border-bottom: 0px solid #e6e6e6;
}

.mega-menu-category > .nav > li > a:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    right: 25px;
    top: 0px;
}

.mega-menu-category > .nav > li.nosub > a:after {
    display: none;
}

.mega-menu-category > .nav > li.more-menu {
    display: none;
}

.mega-menu-category > .nav > li.view-more > a {
    border-bottom: 0;
}

.mega-menu-category > .nav > li.view-more > a:after {
    content: "\f0fe";
}

.mega-menu-category > .nav > li > a:hover,
.mega-menu-category > .nav > li > a:focus,
.mega-menu-category > .nav > li.active > a,
.mega-menu-category > .nav > li.current > a {
    background-color: #372e30;
    color: #ffffff;
}

.wrap-popup {
    position: absolute;
    left: 110%;
    top: 0;
    width: 700px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    z-index: 100;
}

.wrap-popup.column2 {
    width: 400px;
}

.wrap-popup.column1 {
    width: 250px;
}

.mega-menu-category > .nav > li.active .wrap-popup {
    left: 100%;
}

.popup {
    background: #fff;
    border: 1px solid #dee2e6;
    display: none;
    text-align: left;
    z-index: 3000;
    padding: 10px 20px;
    font-size: 13px;
}

.popup .col-md-4 {
    padding: 0px 12px;
}

.popup h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.popup .nav li{
    display: flex;
    padding: 4px 0;
    font-size: 15px;
}

.popup .nav li::before{
    content: "\e7a5";
    font-family: 'font-icons';
    display: inline-block;
    position: relative;
    top: 1px;
    left: 0;
}

.popup .nav li a{
    display: inline-block;
    padding: 0 3px 0 12px;
    border: none !important;
    color: #444;
    font-size: 14px;
    transition: all 0.2s linear 0s;
}

.popup .nav li a:hover{
    color: #eb1c24;
}

.sidebar li {
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.navbar-nav .nav-item{
    position: relative;
}

.navbar-nav .nav-item .dropdown-menu {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 0px;
    top: 65px;
}

.navbar-nav .nav-item .dropdown-menu a{
    font-size: 14px;
    border: none;
}

.navbar-nav .nav-item .dropdown-menu a:hover{
    border: none;
    color: #dedede;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus{
    color: #fff;
}

.stat-rating {
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: table;
}

.stat-rating > input {
    display: none;
}

.stat-rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.stat-rating > .half:before {
    content: "\f089";
    position: absolute;
}

.stat-rating > label {
    color: #ddd;
    float: right;
    margin: 0px;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.stat-rating > input:checked ~ label, /* show gold star when clicked */
.stat-rating:not(:checked) > label:hover, /* hover current star */
.stat-rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

/* hover previous stars in list */
.stat-rating > input:checked + label:hover, /* hover current star when changing rating */
.stat-rating > input:checked ~ label:hover,
.stat-rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.stat-rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.header-menu-btn {
    color: #ed1c24;
}

.header-dropdown-menu {
    width: 200px;
    background-color: #FFF;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
    margin-top: 17px;
}

.header-dropdown-menu ul {
    margin: 0px;
    padding: 0px;
}

.header-dropdown-menu ul li {
    list-style: none;
    text-align: left;
    border-bottom: solid 1px #dddddd;
    padding: 5px 10px;
}

.header-dropdown-menu ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #231f20;
    height: 24px;
    line-height: 24px;
    transition: 0.2s all ease;
}

.header-dropdown-menu ul li a:hover {
    color: #ed1c24;
}

.titanic {
    width: 20px;
    height: 20px;
    display: inline-block;
    font-weight: bold;
    color: #ed1c24;
    margin-right: 10px;
}

.titanic path {
    fill: #ed1c24;
    stroke: #ed1c24;
}

.hide {
    display: none;
}

.modal-title {
    position: absolute;
    top: 10px;
}

.stat-rating {
    border: none;
    /*float: left;*/
    margin-top: -6px;
}

.stat-rating > input {
    display: none;
}

.stat-rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.stat-rating > .half:before {
    content: "\f089";
    position: absolute;
}

.stat-rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.stat-rating > input:checked ~ label, /* show gold star when clicked */
.stat-rating:not(:checked) > label:hover, /* hover current star */
.stat-rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

/* hover previous stars in list */
.stat-rating > input:checked + label:hover, /* hover current star when changing rating */
.stat-rating > input:checked ~ label:hover,
.stat-rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.stat-rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.rating {
    color: #999;
    font-size: 16px
}

.rating .fa-star {
    color: #FC0
}

.comment-list .level-1 {
    margin-left: 30px;
}

.comment-list .level-2 {
    margin-left: 60px;
}

.comment-box {
    margin: 0px;
}

.comment-list {
    margin-top: 20px;
}

.comment-list ul {
    padding-left: 40px;
}

.comment-list ul li {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
    list-style: none;
    color: #666;
    font-size: 14px;
}

.comment-list ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0;
}

.comment-list > ul {
    padding-left: 0;
    margin: auto;
}

.comment-list .avartar {
    width: 80px;
    float: left;
}

.comment-list .comment-meta {
    color: #ccc;
}

.comment-meta .date {
    font-size: 12px;
    color: #999999;
    margin-left: 30px;
}

.comment-meta .date::before {
    content: '\f017';
    display: inline-block;
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-right: 5px;
}

.comment-meta .ip {
    font-size: 12px;
    color: #999999;
    margin-left: 30px;
}

.comment-meta .ip::before {
    content: '\f0ac';
    display: inline-block;
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-right: 5px;
}

.comment-list .comment-meta .author a {
    font-size: 14px;
    font-weight: 600;
}

.comment-list .comment-meta .like a, .comment-list .comment-meta .dislike a, .comment-list .comment-meta .reply a {
    font-size: 12px;
    color: #999999;
    margin-right: 30px;
}

.comment-list .comment-meta .like a:hover, .comment-list .comment-meta .dislike a:hover, .comment-list .comment-meta .reply a:hover {
    color: #181717;
}

.comment-form {
    margin-top: 20px;
}

.comment-form label {
    margin-top: 10px;
    margin-bottom: 6px;
    font-weight: 500;
}

.comment-form input, .comment-form textarea {
    border-radius: 0;
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    color: #999999;
    font-size: 14px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    margin-bottom: 15px;
    padding: 17px;
    max-width: 100%;
}

.comment-form input {
    height: 44px;
}

.comment-form .button {
    height: 44px;
    padding-left: 30px;
    padding-right: 30px;
}

.comment-form .comment-warning {
    background: #fde8e9;
    font-size: 12px;
    color: #f14950;
    line-height: 18px;
    padding: 15px;
    margin-bottom: 30px;
}

.pagination-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 40px;
    text-align: center;
    display: inline-block;
    width: 100%
}

.pagination-area ul {
    margin-bottom: 0px
}

.pagination-area ul li {
    color: #999999;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    margin: 0 0 5px 5px;
    width: 36px;
}

.pagination-area ul li a {
    border: 1px solid #e6e6e6;
    color: #999999;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-decoration: none;
    transition: all .2s ease-out .2s;
}

.pagination-area ul li a:hover {
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    color: #999999;
}

.pagination-area ul .active a {
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    transition: all .2s ease-out .2s;
}

.pagination-area ul .active a:hover {
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
}

@media only screen and (min-width: 280px) and (max-width: 479px) {
    #slider .slider-inner{
        display: initial;
    }
    .company-header {
        display: block;
    }
    .slider-text h1{
        font-size: 36px;
        padding: 20px;
    }
}