/**************import**************/

.btn:focus {
	border: none;
	outline: none!important;
	box-shadow: none!important;
}

.dropup .dropdown-toggle::after {
	display: none
}

/************** Navigation **************/

.dropdown-toggle::after {
	border: none;
}

@media (max-width: 991px) {
	.dropdown-menu {
		margin-left: 20px;
	}
	a.has-submenu {
		background: transparent !important;
		color: #fff!important
	}
	.dropdown-item.active,
	.dropdown-item:active,
	.dropdown-item:focus,
	.dropdown-item:hover {
		background-color: transparent
	}
}


#searchBox {
	background: rgba(113, 0, 3, .75)!important;
	right: 0;
	clear: both;
	position: absolute;
	z-index: 1;
	margin-top: 140px
}

.show {
	display: block;
}

.hide {
	display: none;
}

#searchBox {
	padding: 11px 9px;
}

#searchBox input {
	display: block;
	padding: 8px 10px;
	width: 299px!important;
	float: right;
	border: 1px solid #fff!important;
	background: transparent;
	color: #fff!important;
	font-size: 13px;
}

#searchBox input::placeholder {
	color: #fff!important;
	font-weight: 100!important;
}

#searchBox input::-webkit-input-placeholder {
	color: #fff!important;
	font-weight: 100!important;
}

#searchBox input::-moz-placeholder {
	color: #fff!important;
	font-weight: 100!important;
}

#searchBox input:-ms-input-placeholder {
	color: #fff;
	font-weight: 100!important;
}

#searchBox input:-moz-placeholder {
	color: #fff;
	font-weight: 100!important;
}

#searchBox .btn {
	font-size: 40px;
	font-weight: 100!important;
	position: absolute;
	padding: 0px;
	margin-top: -2px;
	margin-left: -26px;
	border-radius: 0px;
	border: 0px !important;
	background-color: none;
	display: inline-block;
	color: #e0dcd4;
	margin-bottom: 0px !important;
	line-height: 1;
}

#searchBox .btn:focus,
#searchBox .btn:hover,
#searchBox .btn:active,
#searchBox .btn.hover {
	border: 0px!important;
	border-radius: 0px;
	background-color: rgba(225, 225, 225, 0);
	color: #fff;
}

#searchBox input:focus {
	border: 1px solid #fff!important;
	-webkit-box-shadow: none;
	outline: -webkit-focus-ring-color auto 0px;
}

#searchBox input {
	border: 1px solid #fff;
	padding-right: 28px;
}

#searchBox .btn:focus {
	-webkit-box-shadow: none;
	outline: -webkit-focus-ring-color auto 0px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: #000!important
}

#searchBox input::-ms-clear {
	width: 0;
	height: 0;
	display: none;
	visibility: hidden;
}

#searchBox input::-ms-input-placeholder {
	color: #fff;
}

@media (max-width: 991px) {
	#searchBox{
		display: none;
		visibility: hidden;
	}
}

.fa-search:before {
    content: "\f002";
}

/************** tooltip **************/

.tooltip.bs-tooltip-bottom .tooltip-inner {
	background: transparent !important;
}

.tooltip .arrow:before {
	border-bottom-color: transparent!important;
	border-top-color: transparent !important;
}

.tooltip .tooltip-inner {
	background-color: transparent;
}

.tooltip {
	text-transform: uppercase !important;
	font-size: 10px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: .3em;
	padding: 0px;
	margin: 0px;
	margin-bottom: -5px;
	color: #fff;
	text-shadow: 0 !important;
}

/**************modal**************/

.modal-close-btn {
	background: #960000;
	position: absolute;
	z-index: 99;
	right: 0;
	cursor: pointer;
	margin: 0px;
	padding: 10px;
	line-height: 0.5;
}

#EmbedModel .modal-content {
	left: 0%;
	width: 100%;
	border: 0;
	margin-top: 30%;
}

@media only screen and (min-width:768px) and (max-width: 1439px) {
	.modal-content {
		left: -50%;
		width: 200%;
		border: 0;
		margin-top: 120px;
	}
}

@media only screen and (min-width:1440px) and (max-width: 1919px) {
	.modal-content {
		left: -50%;
		width: 200%;
		border: 0;
		margin-top: 150px;
	}
}

/************** forms **************/

#ClearAll {
	text-decoration: none;
	color: #a4a5a4;
}

#ClearAll :hover {
	text-decoration: none !important;
	color: #a4a5a4 !important;
}

/************** other **************/







/*==========End Content Area===========*/

