@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* CUSTOM FONT FACES */
@font-face {
	font-family: lucon;
	src: url(../fonts/lucon.ttf);
}
@font-face {
	font-family: Social;
	src: url(../fonts/Social.otf);
}
@font-face {
	font-family: Title;
	src: url(../fonts/Title.ttf);
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* MAIN BODY & OTHER MISC */
body {
	padding: 0px;
	margin: 0px;
	background-color: #333333;
	font-family: 'Lato', sans-serif;
	color: rgb(25, 25, 25);
	font-size: 18px;
	background-image: url('../images/template/main-bg.png');
}
a { 
	text-decoration: none;
	color: inherit;
}
a:hover {
	color: #e40d1d;
}
#cookie-disc {
	font-size: 14px;
	background-color: rgba(255,0,0,0.9);
	position: fixed;
	z-index: 2;
	margin: 10px;
	padding: 10px;
	top: 25px;
	left: 240px;
	right: 60px;
	-moz-box-shadow: -2px 5px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -2px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 5px 1px rgba(0, 0, 0, 0.1);
}
#footer {
	font-size: 12px;
	text-align: center;
	margin-left: 240px;
	padding: 50px;
	padding-top: 20px;
	color: white;
	margin-right: 50px;
	min-width: 1000px;
	max-width: 2000px;
}
#footer a {
	color: inherit;
	text-decoration: none;
}
#footer a:hover {
	color: red;
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* CONTENT */
#content-wrapper {
	margin-left: 240px;
	padding: 0px;
	padding-bottom: 50px;
	margin-right: 50px;
	min-height: 1000px;
	background-color: white;
	background-image: url('../images/template/content-bg-2.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	min-width: 1000px;
	max-width: 2000px;
	box-shadow: 2px 0px 50px black;
}
#content-wrapper hr {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #fff, #000, #fff);
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	padding: 25px;
	padding-top: 0px;
}
#content h1 {
	color: #e40d1d;
	text-shadow: -1px 2px rgba(0, 0, 0, 0.05);
	font-size: 30px;
	line-height: 10px;
	font-family: Title;
}
#content h2 {
	font-family: 'Lato', sans-serif;
	color: #000;
	text-shadow: -1px 2px rgba(0, 0, 0, 0.05);
	font-size: 16px;
	text-indent: 30px;
	
}
#content h3 {
	color: rgb(25, 25, 25);
	text-shadow: -1px 2px rgba(0, 0, 0, 0.05);
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	
}
#content #mute {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#content #mute:hover {
	cursor: pointer;
}
#content-title {
	padding: 20px;
	padding-bottom: 0px;
}
#content-title h3 {
	font-family: Title;
	color: rgb(25, 25, 25);
	text-shadow: -1px 2px rgba(0, 0, 0, 0.05);
	font-size: 26px;
	padding: 0px;
	margin: 0px;
}
#content-title #right {
	float:right;
	padding-top:10px;
	-webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
	color: #e40d1d;
	font-weight: bold;
}
#content-title #right a {
	color: inherit;
	text-decoration: none;
}
#content ul {
	list-style-image: url('../images/template/bullet.png');
}
#content ul li {
	padding: 5px;
}
#content #float-right {
	float: right;
	width: 30%;
	padding-left: 3%;
}
#content #float-right img {
	width: 94%;
	margin: 10px;
	border: 7px solid transparent;
	border-image: linear-gradient(135deg, #b0b2b4, #696a6c, #b0b2b4);
	border-image-slice: 1;
	-moz-box-shadow: -2px 5px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -2px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 5px 1px rgba(0, 0, 0, 0.1);
}
#content #float-right video {
	width: 94%;
	margin: 10px;
	border: 7px solid transparent;
	border-image: linear-gradient(135deg, #b0b2b4, #696a6c, #b0b2b4);
	border-image-slice: 1;
	-moz-box-shadow: -2px 5px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -2px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 5px 1px rgba(0, 0, 0, 0.1);
}
#content #float-right-3 {
	float: left;
	width: 55%;
	padding-right: 4%;
}
#content #float-right-2 {
	float: left;
	width: 55%;
	padding-right: 4%;
	text-align: center;
}
#content #float-right-2 img {
	width: 40%;
	margin: 5px;
	border: 7px solid transparent;
	border-image: linear-gradient(135deg, #b0b2b4, #696a6c, #b0b2b4);
	border-image-slice: 1;
	-moz-box-shadow: 2px 5px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 5px 1px rgba(0, 0, 0, 0.1);
}
#content #right-map {
	float: right;
	width: 40%;
	margin-left: 10px;
	overflow: hidden;
	border: 7px solid transparent;
	border-image: linear-gradient(135deg, #b0b2b4, #696a6c, #b0b2b4);
	border-image-slice: 1;
	background-repeat: no-repeat;
	-moz-box-shadow: -2px 5px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -2px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 5px 1px rgba(0, 0, 0, 0.1);
}
#content #link-box {
	display: inline-block;
	background-color: white;
	width: 22%;
	margin: 5px;
	height: 200px;
	border: 7px solid transparent;
	border-image: linear-gradient(135deg, #b0b2b4, #696a6c, #b0b2b4);
	border-image-slice: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-moz-box-shadow: -2px 5px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -2px 5px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
#content #link-box a {
	display: block;
	width: 100%;
	height: 200px;
	text-decoration: none;
}
#content #link-box a span {
	color: #e40d1d;
	font-weight: bold;
	display: block;
	width: 100%;
	font-size: 14px;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: rgba(255, 255, 255, 0.8);
}
#link-box-wrapper {
	text-align: center;
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* SPOTLIGHT */
#spotlight {
	height: 300px;
	overflow: hidden;
	-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
#spotlight-container {}
#spotlight ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#spotlight li {
	background-size: cover;
	background-position: center center;
	display: inline-block;
	height: 300px;
	box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.1);
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* NAVIGATION LEFT */
#navigation-left {
	height: 100%;
	width: 200px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #111;
	overflow-x: hidden;
	padding: 20px;
	-moz-box-shadow: 2px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 0px 0px rgba(0, 0, 0, 0.1);
}
#navigation-left hr {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #101010, #dce0df, #101010);
	margin-top: 10px;
	margin-bottom: 10px;
}
#navigation-left-logo {
	width: 100%;
	image-rendering: crisp-edges;
}
#navigation-left h1 {
	font-size: 14px;
	color: #e40d1d;
	font-style: italic;
	font-family: Title;
}
#navigation-left ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navigation-left ul li {
	font-family: lucon;
	color: #dce0df;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
#navigation-left #spacer {
	height: 300px;
}
#navigation-left a {
	padding: 8px;
	text-decoration: none;
	color: inherit;
	display: block;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
#navigation-left a:hover {
	color: #e40d1d;
}
#navigation-left .active {
	color: #e40d1d;
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* CONSULTATION */
#consultation {
	position: fixed;
    right: -135px;
    top: 40%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	z-index: 2;
	background-color: #e40d1d;
	padding: 4px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px -2px 2px black;
	color: white;
}
#consultation:hover{ 
	right: -131px;
	cursor: pointer;
}
#consultation a {
	color: inherit;
	text-decoration: none;
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* NAVIGATION TOP */
#navigation-top {
	background-color: #e50011;
	padding: 3px;
	color: white;
	min-width: 500px;
}
#navigation-top-left {
	font-size: 14px;
	padding: -5px;
	float: left;
	line-height: 24px;
}
#navigation-top-left a {
	color: inherit;
	text-decoration: none;
}
#navigation-top-left a:hover {
	color: inherit;
	text-decoration: none;
}
#navigation-top-right {
	font-family: Social;
	font-size: 20px;
	float: right;
	cursor: pointer;
}
#navigation-top-right a {
	color: inherit;
	text-decoration: none;
}
#navigation-top-right a:hover {
	color: rgba(255,255,255,0.9);
	text-decoration: none;
}
#navigation-top-logo {
	height: 31px;
	margin: -5px;
	float: left;
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* FORM STYLING */
input {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	width: 400px;
	padding: 5px;
	margin: 5px;
	box-shadow: 0px 3px 1px rgba(0,0,0,0.1);
	border: 1px solid black;
}
textarea {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	width: 400px;
	height: 100px;
	padding: 5px;
	margin: 5px;
	box-shadow: 0px 3px 1px rgba(0,0,0,0.1);
	border: 1px solid black;
}
button {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: white;
	background-color: #e50011;
	padding: 5px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
	margin: 5px;
	box-shadow: 0px 3px 1px rgba(0,0,0,0.1);
	border: 1px solid black;
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* FIXES */
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 750px) {
	/*#navigation-left {padding-top: 15px;}
	#navigation-left a {font-size: 18px;} */
	#navigation-left #spacer {
		height: 0px;
	}
	#navigation-top {
		display: hidden;
	}
}
#clear-fix {
	clear: both;
}
#clear-right {
	clear: right;
}