/* ===================================================================
    IMPORTS
====================================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Orbitron&display=swap");

/* ===================================================================
    UNIVERSAL
====================================================================== */
body {
	font-family: 'Lato', sans-serif;
	background-color: #FFFFFF;
	margin: auto;
	width: 100%;
}
a:hover {
	text-decoration: none;
}

/* ===================================================================
    MENU & BUTTONS
====================================================================== */
.menu_holder {
	width: 100%;
	background-color: #000000;
	opacity: .5;
	padding: 0 5px 0 5px;
	position: fixed;
	z-index: 1;
}
.menu_holder:hover {
	transition: all .3s linear;
	opacity: 1;
}
.menu_main {
	padding: 0px;
	margin: 3px 0px 0px 0px;
	position: relative;
	background: none;
	float: left;
}
.menu_main form {
	padding: 0px 2px 0px 2px;
	display: inline-block;
}
.menu_small {
	display: none;
}
.menu_sub {
	display: none;
}
.button {
	font-family: 'Orbitron', sans-serif;
	font-size: 12px;	
	padding: 0;
	margin: 6px 7px -10px 7px;
	color: #FFFFFF;
	background: none;
	border: none;
	transition: all .3s linear;
}
.button > a {
	color: #FFFFFF;
}
.button:hover, .button:hover > a {
	color: #FF0000;
	text-shadow: 1px 1px 2px #FFFFFF;
}
.button:active {
	color: #777777;
}
.button:focus {
	outline: 0;
}
@media screen and (max-width: 900px) {
	.menu_holder {
		margin: 0;
		padding-left: 15px;
		padding-top: 3px;
	}
	.menu_main {
		display: none;	
	}
	.menu_small {
		margin: 3px 0 0 1px;
		display: block;
		float: left;
		cursor: pointer;
	}
	.menu_small:focus {
		outline: 0;
	}
	.menu_sub {
		display: none;
		margin: 0px 0px 0px 0px;
		position: absolute;
		font-size: 12px;
		z-index: 1;
		float: none;
	}
	.menu_show {
		display: block;
	}
	.button {
		display: block;
		font-size: 12px;
		padding: 3px 0px 3px 0px;
		margin: 0px 0px;
		text-align: center;
		background-color: #000000;
		border-bottom: 1px solid #333333;
	}
	.button:hover {
		color: #FF0000;
		text-shadow: 1px 1px 2px #FFFFFF;
		
	}
	.button:active {
		text-shadow: 2px 2px 3px #FFFFFF;
	}
}
@media screen and (max-width: 700px) {
	.menu_holder {
		width: 100%;
		padding-left: 8px;
		opacity: 1;
	}
}
.btn {
	padding: 8px 40px;
	border-radius: 5px;
	text-shadow: 0px 0px 1px #000000;
	box-shadow: 1px 1px 2px #000000;
	border: 1px solid #FF0000;
	font-family: 'Orbitron', sans-serif;
	transition: all .3s linear;
}
.btn:focus {
	outline: 0;
}
.btn:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	text-shadow: 0px 0px 1px #FFFFFF;
	border: 1px solid #FFFFFF;
	background: linear-gradient(to bottom, #FF0000 0%,#FF0000 100%);
	transition: all .2s linear;
}
.btn:active {
	box-shadow: 0px 0px 10px #333333;
}

/* ===================================================================
    SOCIAL ICONS
====================================================================== */
#social {
	float: right;
	padding: 3px 4px 5px 7px;
	margin: 0px 7px 0 0;
	position: relative;
}
#social ul {
	margin: 3px 0px 3px 0px;
}
#social ul li {
	float: left;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	list-style: none;
	background-color: #FFFFFF;
	margin: 0 2px 0 2px;
	border-radius: 50px;
}
#social ul li a {
	color: #000000;
	width: 32px;
	height: 32px;
}
.ani:hover {
	box-shadow: 2px 2px 5px #777777;
}
#social ul li .fa {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}
#social ul li .fa:hover {
	transform: translateY(-1px);
	-ms-transform: -ms-translateY(-1px);
	-webkit-transform: -webkit-translateY(-1px);
	color: #FFFFFF;
}
#social ul li.face:hover {
	transform: translateY(-1px);
	-ms-transform: -ms-translateY(-1px);
	-webkit-transform: -webkit-translateY(-1px);
	background-color: #3B5998;
}
#social ul li.twit:hover {
	transform: translateY(-1px);
	-ms-transform: -ms-translateY(-1px);
	-webkit-transform: -webkit-translateY(-1px);
	background-color: #4099FF;
}
.finus {
	font-size: 11px;
	font-family: 'Orbitron', sans-serif;
}
@media screen and (max-width: 900px) {
	#social {
		margin-top: -7px;
		padding: 6px 12px 5px 6px;
		float: right;
	}
	#social ul li {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	#social ul li a {
		width: 30px;
		height: 30px;
	}
	#social ul li .fa {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
@media screen and (max-width: 400px) {
	.finus {
		font-size: 9px;
		margin-left: 0px;
	}
	#social ul {
		margin-right: -12px;
	}
}

/* ===================================================================
    HEADER
====================================================================== */
.jumbotron {
	background-size: cover;
}
.a {
	display: block;
}
.b {
	display: none;
}
.c {
	display: none;
}
.jumbotron img {
	width: 100%;
}
@media screen and (max-width: 900px) {
	.a {
		display: none;
	}
	.b {
		display: block;
	}
	.c {
		display: none;
	}
}
@media screen and (max-width: 650px) {
	.a {
		display: none;
	}
	.b {
		display: none;
	}
	.c {
		display: block;
	}
}

/* ===================================================================
    THUMBNAILS AND THUMBS (MAIN BODY)
====================================================================== */
.row-fluid {
	margin: auto auto 40px auto;
	width: 85%;
}
.png1 {
	background-image: url('images/N1.png');
	background-size: cover;
}
.png2 {
	background-image: url('images/N2.png');
	background-size: cover;
}
.png3 {
	background-image: url('images/N3.png');
	background-size: cover;
}
/* all picture assets obtained from Shuttershock and purchased legeally */
.vanish {
	display: none;
}
.thumbnail {
    display: block;
    text-align: center;
    padding: 14px;
    margin-top: 40px;
    line-height: 20px;
    border: none;
    border-radius: 1px;
    box-shadow: none;
}
.thumbs {
	background-color: #FFFFFF;
	box-shadow: 3px 3px 5px #000000;
	border: 1px outset #000000;
}
.thumbs h3 {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
}
.thumbs p {
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-align: left;
	margin-left: 12%;
	width: 80%;
}
.thumb_ban {
	padding: 10px 8px 8px 8px;
	margin: auto;
	margin-top: 0;
	width: auto;
	background: #FF0000;
	border: 1px outset #000000;
	box-shadow: 3px 3px 5px #000000;
}
.thumb_ban h2 {
	color: #FFFFFF;
	font-size: 28px;
	text-align: center;
	font-family: 'Orbitron', sans-serif;
	text-shadow: 0px 0px 1px #000000;
}
.caption ul li {
	list-style: none;
}
.dialog_height {
	height: 250px;
	text-align: center;
}
.dialog_height h3 {
	margin-top: 30px;
}
.span8 {
	margin: 0 auto 0 auto;
}
.cb {
	margin-top: 35px;
	margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
	.row-fluid {
		width: 90%;
	}
}
@media screen and (max-width: 1020px) {
	.dialog_height {
		height: 270px;
	}
	.thumbs p {
		font-size: 14px;
	}
}
@media screen and (max-width: 1000px) {
	.dialog_height {
		height: 290px;
	}
	.thumb_ban h2 {
		font-size: 26px;
	}
}
@media screen and (max-width: 900px) {
	.row-fluid {
		width: 100%;
	}
	.thumbs {
		border: 2px outset #FF0000;
	}
	.thumb_ban {
		border-left: none;
		border-right: none;
		border: 2px outset #FF0000;
	}
	.thumbnails {
		text-align: center;
	}
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
	    display: inline-block;
	    float: none;
	    width: 50%;
	    margin: auto auto;
	    box-sizing: border-box;
	}
	.span2 {
		margin-top: -20px !important;
		margin-bottom: -20px !important;
	}
	.dialog_height {
		height: 250px;
	}
	.dialog_height h3 {
		margin-top: 35px;
	}
}
@media screen and (max-width: 780px) {
	.thumb_ban h2 {
		font-size: 22px;
	}
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
	    width: 65%;
	    margin: 10px auto;
	}
}
@media screen and (max-width: 580px) {
	.row_correct {
		margin-bottom: 120px;
	}
	.thumbnails {
		text-align: center;
	}
}
@media screen and (max-width: 500px) {
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
	    width: 80%;
	}
	.dialog_height {
		height: 255px;
	}
	.thumb_ban h2 {
		font-size: 20px;
	}
}
@media screen and (max-width: 400px) {
	.dialog_height h3 {
		margin-top: 30px;
	}
}

/* ===================================================================
    BANNERS
====================================================================== */
.banner {
	padding: 20px 8px 14px 8px;
	margin: auto;
	/*height: 30px;*/
	width: auto;
	text-align: center;
	background-color: #000000;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	box-shadow: 0px 0px 5px #000000;
}
.banner > h3 {
	color: #FFFFFF;
	font-weight: 300;
	font-family: 'Orbitron', sans-serif;
	text-shadow: 0px 0px 1px #FFFFFF;
}
@media screen and (max-width: 780px) {
	.banner {
		padding: 10px 8px 6px 8px;
	}
	.banner > h3 {
		font-size: 18px;
	}
}
.big_call {
	background-image: url('images/emerg_call.png');
	background-size: cover;
	padding: 80px 280px 60px 0px;
	margin: auto;
	width: auto;
	text-align: center;
	font-family: 'Orbitron', sans-serif;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	box-shadow: 2px 2px 5px #000000;
}
.big_call h2, h3 {
	color: #FF0000;
	font-weight: bold;
}
.big_call > .btn {
	font-size: 18px;
	font-weight: 300;
	font-family: 'Orbitron', sans-serif;
	padding: 10px 50px;
	margin: 40px 0 0 0;
	border-radius: 8px;
}
.big_call > .btn:hover {
	box-shadow: 0px 0px 3px #FFFFFF;
}
.big_call > .btn:active {
	transform: translateY(1px);
	-ms-transform: -ms-translateX(1px);
	-webkit-transform: -webkit-translateY(1px);
	box-shadow: 1px 1px 2px #FFFFFF;
}
@media screen and (max-width: 980px) {
	.big_call {
		padding: 80px 200px 60px 0px;
	}
}
@media screen and (max-width: 780px) {
	.big_call {
		background-image: url('images/emerg_call1.png');
		background-size: cover;
		padding: 80px 10px 60px 0px;
	}
}

/* ===================================================================
 	FOOTER
 ===================================================================== */
.footer {	
	width: 100%;
	background-color: #111111;
	text-align: auto;
	right: 0px;
	bottom: 0px !important;
	padding: 100px 0px 50px 0px;
	z-index: 1;
}
.footer a {
	color: #FFFFFF;	
}
.footer ul {
	display: inline-grid;
	width: 200px;
	margin-bottom: 30px;
}
.footer ul li {
	color: #FFFFFF;	
	display: block;
	text-align: left;
	list-style: none;
	font-size: 12px;
	padding: 2px 0px 5px 13px;
}
.footer ul li h4 {
	font-family: 'Orbitron', sans-serif;
}
.footer ul li p {
	font-family: 'Lato', sans-serif;
}
.ube {
	margin-left: 40px;
}
.hov:hover {
	text-shadow: 1px 1px 2px #FF0000;
}
.hov a:active {
	color: #FF0000;
}
.bov {
	margin-bottom: 5px;
}
.bov img:active {
	transform: translateY(1px);
	-ms-transform: -ms-translateY(1px);
	-webkit-transform: -webkit-translateY(1px);
}
.tov:hover {
	color: #888888;
	cursor: pointer;
}
.las {
	background-color: #111111;
	color: #999999;
	padding-bottom: 10px;
}
.las p {
	font-size: 12px;
	margin-bottom: -1px;
	text-align: center;
}
@media screen and (max-width: 900px) {
	.footer a {
		padding: 0px !important;
	}
	.footer ul {
		margin-left: -5px;
	}
}

/* ===================================================================
    SITEMAP
====================================================================== */
#site_map {
	margin: 0 0 30px 40%;
	text-align: left;
}
#site_map ul li {
	list-style-type: disc;
    padding: 5px;
}
#site_map ul li ul li {
	list-style-type: circle;
}
@media screen and (max-width: 900px) {
	#site_map {
		margin: 0 0 30px 35%;
	}
}
@media screen and (max-width: 780px) {
	#site_map {
		margin: 0 0 30px 30%;
	}
}
@media screen and (max-width: 580px) {
	#site_map {
		margin: 0 0 30px 20%;
	}
}

/* ===================================================================
    MODAL
====================================================================== */
.midad {
	text-align: center;
}
.modal {
	display: none;
	background-color: rgba(0,0,0,.7);
	height: 100%;
	width: 100%;
	margin-left: 0;
	left: 0%;
	margin-top: 0;
	top: 0%;
	border-radius: 0px;
}
.modal_show {
	display: block;
}
.mod_close {
	width: 70px;
	height: 30px;
	margin-top: 4px;
	padding: 0px;
	outline: none;
	text-align: center;
	font-family: 'Orbitron', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	box-shadow: inset 0 0 0 1px #FFFFFF, 2px 2px 3px #333333;
	text-shadow: 1px 1px 1px #000000;
	border: 1px solid #FF8080;
	border-radius: 2px;
	background: #FF6666;
	background: linear-gradient(to bottom, #FF6666 0%,#FF0000 100%);
}
.mod_close:hover {
	cursor: pointer;
	background: #FF0000;
	background: linear-gradient(to bottom, #FF0000 0%,#FF6666 100%);
}	

/* ===================================================================
    CONTACT FORM
====================================================================== */
.contact-form {
	width: 270px;
	margin: 2px auto 0px auto;
	border: 1px solid #F8F8F8;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1) inset;
	padding: 15px;
	box-sizing: border-box;
	background-color: #FFCCCC;
	border: 1px outset #000000;
	border-radius: 2px;
	color: #000000;
}
.contact-form form {
	margin: 0px;
}
.contact-form h3 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 300;
	color: #000000;
	text-shadow: 1px 1px 2px #FFFFFF;
}
.control-group {
	margin-bottom: 0px;
}
.control-group label {
	font-family: 'Orbitron', sans-serif;
	font-weight: 400;
	margin-bottom: -2px;
}
.control-group input[type="text"] {
	width: 150px;
	height: 30px;
	border: 1px solid #E5E5E5;
	outline: none;
	padding: 0px 0px 0px 40px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}
.control-group textarea {
	width: 150px;
	max-width: 150px;
	border: 1px solid #E5E5E5;
	outline: none;
	padding: 5px 5px 5px 40px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}
.control-group input[type="submit"] {
	width: 70px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	outline: none;
	text-align: center;
	font-family: 'Orbitron', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	border: 1px solid #6666FF;
	border-radius: 2px;
	background: #0000FF;
	background: linear-gradient(to bottom, #000000 0%,#444444 100%);
}
.control-group input[type="submit"]:hover {
	cursor: pointer;
	background: #FFFFFF;
	background: linear-gradient(to bottom, #444444 0%,#000000 100%);
}
#submit {
	box-shadow: inset 0 0 0 1px #FFFFFF, 2px 2px 3px #333333;
	text-shadow: 1px 1px 1px #000000;
}
.no-margin {
	margin: 0px; 
}
.contact-form label.error, div#errors {
	border: 1px solid #F07F73 !important;
	margin-bottom: 3px;
	background: #F07F73;
	padding-left: 5px;
	color: #000000;
	font-family: 'Orbitron', sans-serif;    
}
div#errors {
    display:none;
}
.contact-form #msg_submitting {
    display:none;
}
.contact-form #msg_submitted {
    display:none;
}

/* Input icons */
.control-group .fullname {
	background: url(images/user.png) no-repeat 4px center;
}
.control-group .email {
	background: url(images/mail.png) no-repeat 4px center;
}
.control-group .message {
	background: url(images/message.png) no-repeat 4px 4px;
	background-color: #FFFFFF;
}