/* Header */
a#phone_top {
	position: relative;
    padding-left: 22px;	
	margin-right: 10px;
	margin-left: 10px;
}
a#phone_top:before {
	font-family: "ElegantIcons";
	content: "\e090";	
	position: absolute;
	left: 0;
	top: -1px;
}
#opening {
	display: inline-block;
	position: relative;
	padding-left: 22px;
}
#opening:before {
	font-family: "ElegantIcons";
	content: "\7d";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: -3px;
}
/* Logo */
#logo {
	margin-top: 4px;
}
#logo img {
	height: 53px;
}
header{
	width:100%;
	padding:0 0 0 0;
	background-color:rgba(255, 255, 255, 1);
	z-index:99999;
	position:fixed;
	left:0;
	top:0;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
nav {
	margin-top: 20px;
}
#top_line {
	font-size:12px;
	background: #9e000e;
	 transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -webkit-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 visibility:visible;
	 opacity:1;
	 padding: 8px 0;
	 margin-bottom:5px;
}
ul#top_links {
	list-style:none;
	margin:0;
	padding:2px 0 0 0;
	float:right;
}
ul#top_links li {
	display:inline-block;
	border-left: 1px solid rgba(0,0,0,0.1);
	margin-right:5px;
	padding-left:8px;
}
ul#top_links li:first-child{
	border-left: none;
	padding-left:0;
}
ul#top_links a {
	color: rgba(255,255,255,1);
	margin-right: 10px;
	margin-left: 10px;
	font-weight: 600;
}
ul#top_links a:hover {
	color: rgba(255,255,255,0.5);
}
.mod-languages {
	float: right;
	border-left: 1px solid rgba(0,0,0,0.1);
	padding-left: 20px;
}
.main {
    background: #f3f3f3;
}
header {
	background: #db011c;
	color: #fff;
}
.t3-wrapper {
	margin-top: 104px;
}
#mainmenu .nav>li>a:focus, #mainmenu .nav>li>a:hover,
#mainmenu .nav .open a, #mainmenu .nav .open a:hover, #mainmenu .nav .open a:focus {
	background: transparent;
}
#mainmenu a {
	line-height: 20px;
	color: rgba(255,255,255,1);
    padding: 0 12px 20px 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
	white-space: nowrap;
}
#mainmenu a:hover {
	color: rgba(255,255,255,0.5);
}
#mainmenu .dropdown-menu a {
	font-size: 13px;
    color: #555;
    border-bottom: 1px solid #ededed;
    display: block;
	line-height: 20px;
	font-weight: 400;
    padding: 10px;
	margin: 0;
}
#mainmenu .dropdown-menu a:hover {
	background-color: #f3f3f3!important;
    color: #db011c;
    padding-left: 15px;
}
.t3-megamenu .mega-col-nav, .t3-megamenu .mega-inner {
	padding: 0;
}
.t3-megamenu .mega > .mega-dropdown-menu {
    border: 0;
    padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#mainmenu .dropdown-menu {
	margin-top: -2px;
	border-top: 2px solid #FF3333;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
@media only screen and (min-width: 992px){
	/*
	#mainmenu .dropdown-menu:before {
		bottom: 100%;
		left: 15%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-bottom-color: #FF3333;
		border-width: 7px;
		margin-left: -7px;
	}
	#mainmenu .mega-inner .dropdown-menu:before {
		bottom: auto;
		left: -7px;
		border-bottom-color: transparent;
		border-right-color: #999;
		margin-left: -7px;
		top: 13px;
	}
	*/
	#mainmenu .dropdown-submenu > a {
		position: relative;
	}
	#mainmenu .dropdown-submenu.open > a:before {
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-width: 7px;
		bottom: auto;
		right: 0;
		border-bottom-color: transparent;
		border-right-color: #999;
		top: 13px;
	}
}
#mainmenu .mega-inner .dropdown-menu {
	margin-top: 0;
	border-top: 0;
	border-left: 2px solid #999;
	top: 0;
	left: 100%;
	height: 100%;
}




/* OFFCANVAS */
.t3-off-canvas {
	background: #fff;
}
.t3-off-canvas-body .menu {
	border: 1px solid #ddd;
	background: #fff;
}
.t3-off-canvas-body .menu a {
	position: relative;
	padding: 4px 20px 4px 35px;
	display: block;	
    font-weight: 600;
	font-size: 13px;
    color: #333;
    border-bottom: 1px solid #ddd;
    line-height: 25px;
}
.t3-off-canvas-body .menu a:focus {
	background: none;
}
.t3-off-canvas-body .menu a:before {
    content: none;
}
.t3-off-canvas-body .menu .deeper ul {
	list-style: none;
    padding: 0;
}
.t3-off-canvas-body .menu .deeper ul a {
	border: 0;
	color: #ffffff;
	font-weight: 400;
}
.t3-off-canvas-body .menu .deeper > a:after {
	font-family: FontAwesome;
    content: "\f0d7";
	position: absolute;
    right: 20px;
}
.t3-off-canvas-body .menu .deeper > a.opened:after {
    content: "\f0d8";	
}
.t3-off-canvas-body .menu li {
/*	border-color: rgba(255,255,255,0.1);*/
}
.t3-off-canvas-body .menu .deeper .separator,
.t3-off-canvas-body .menu .deeper ul {
	background: #444;
}
.t3-off-canvas-body .menu .deeper .deeper .separator,
.t3-off-canvas-body .menu .deeper .deeper ul {
	background: #555;
}
.t3-off-canvas-body .menu .deeper .deeper .deeper .separator,
.t3-off-canvas-body .menu .deeper .deeper .deeper ul {
	background: #666;
}
.t3-off-canvas-body .menu .deeper .deeper .deeper .deeper.separator,
.t3-off-canvas-body .menu .deeper .deeper .deeper .deeper ul {
	background: #777;
}
.t3-off-canvas-body .menu .deeper .deeper .deeper .deeper .deeper .separator,
.t3-off-canvas-body .menu .deeper .deeper .deeper .deeper .deeper ul {
	background: #888;
}
.t3-off-canvas .t3-off-canvas-body {
	padding-top: 12px;
}
.t3-off-canvas .t3-off-canvas-header {
    background: #db011c;
}
.t3-off-canvas .close {
	background: #db011c;
	opacity: 1;
	color: #fff;
	text-shadow: 1px 0px 1px rgba(0,0,0,0.2);
}
.off-canvas-toggle {
    color: #db011c;
    background-color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	float: right;
	height: 35px;
    width: 36px;
}
.off-canvas-toggle:hover, .off-canvas-toggle:focus,
.off-canvas-toggle:active:hover, .off-canvas-toggle:active:focus{
	background-color: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.9);
} 
.off-canvas-toggle span {
	background-color: #db011c;
	left: 8px;
    width: 18px;
}
.off-canvas-toggle span.bar-first {
	top: 10px;
}
.off-canvas-toggle span.bar-mid {
	top: 16px;
}
.off-canvas-toggle span.bar-last {
	top: 22px;
}

/* Search */
.search-group {
	position: relative;
}
#search {
    margin-top: 13px;
    height: 35px;
    line-height: 30px;
    background: #9e000e;
    background: transparent;
	font-size: 13px;
    font-weight: 600;
	padding-left: 35px;
}
.t3-off-canvas-body #search {
	border: 1px solid #ddd;
	background: #fff;
}
.icon_search {
	position: absolute;
	font-weight: 900;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: white;
}
input::-moz-placeholder { /* Firefox 19+ */
	color: white;
}
input:-ms-input-placeholder { /* IE 10+ */
	color: white;
}
input:-moz-placeholder { /* Firefox 18- */
	color: white;
}
input::placeholder { /* Firefox 18- */
	color: white;
}
input:placeholder { /* Firefox 18- */
	color: white;
}
.t3-off-canvas-body input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333;
}
.t3-off-canvas-body input::-moz-placeholder { /* Firefox 19+ */
	color: #333;
}
.t3-off-canvas-body input:-ms-input-placeholder { /* IE 10+ */
	color: #333;
}
.t3-off-canvas-body input:-moz-placeholder { /* Firefox 18- */
	color: #333;
}
.t3-off-canvas-body input::placeholder { /* Firefox 18- */
	color: #333;
}
.t3-off-canvas-body input:placeholder { /* Firefox 18- */
	color: #333;
}

/* MENUIMAGE */
.menuimagebox {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-box-shadow: -4px 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: -4px 6px 12px rgba(0,0,0,.175);
	box-shadow: -4px 6px 12px rgba(0,0,0,.175);
}
.menuimage {
	background: #f9f9f9;
	padding: 10px;
}
