/*
Theme Name: 	Orion
Theme URI: 		http://navitech.org
Author: 		NaviTech
Author URI: 	http://navitech.org
Description: 	A Bootstrap Base Framework
Version: 		1.0
License: 		Copyrighted
License URI: 	http://navitech.org
Tags: 			Bootstrap, Responsive, Orion
Text Domain: 	Orion
Domain Path: 	/languages
 */

	#lang_container {
		width:100%;
		height:100%;
		text-align:	right;
		padding : 		0px 30px 0px 0px;
		color: white;
		}

	#lang1, #lang2, #lang3 {
		display: inline-block; 
		*display: inline; 
		zoom: 1; 
		vertical-align: center; 
		font-size: 14px; 

		}

	.lang-item {
 		display: inline;
		}

	.lang-item a {
		 color: white;	
		}
	.lang-item a:hover {
		 color: yellow;	
		}

	.topzindex  {
		background-color: rgba(0,0,0,0.4);
		}

	.panozindex  {
		background-color: rgba(0,0,0,0.4);
		z-index:3000000;
		}


    #panorama {
        width: 100%;
        height: 350px;
	    }



	.header-shadow {
	text-shadow: 2px 2px 15px #ffffff, 2px 2px 15px #ffffff, 2px 2px 15px #ffffff, 2px 2px 15px #ffffff, 2px 2px 15px #ffffff;
    }

	.header-container {
		position:absolute;
		z-index:1000;
		background-color:rgba(255, 255, 255, 0.01);
		width:100%;
		height:100%;
		padding : 		10px 10px 10px 10px;
		box-shadow: 0 0 100px rgba(255,255,255,0.9) inset;
		}


/* Page Wrapper -------------------- */

	.page-wrapper {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;

		}

/* Page Wrapper End --------------- */



/* Top Section -------------------- */

	.top_bg  {
		height:350px;
		background-color: rgba(0,0,0,0.4);
		}

	.top_content {
		height:350px;
		background-color: rgba(0,0,0,0.4);
		}
	.top_bar {
		height:35px;
		background-color: #002ca5;
		}

/* Top Section End ---------------- */


/* Content Box -------------------- */

	.content_wrapper { 
		background-color: 	rgba(255,255,255,0.7);
   		padding : 			10px 10px 10px 10px;

		}

	.content_border { 
		border-style: 	solid;
		border-width: 	2px;
		border-color: 	#dd9933;
		border-radius: 	3px;
		padding : 		10px 10px 10px 10px;
		}

/* Content Box End ---------------- */


/* Bottom Section -------------------- */

	.bottom_bg  {
		background-color: rgba(0,0,0,0.4);

		}

	.bottom_content {
		height:100%;
		background-color: rgba(0,0,0,0.4);
    padding-top: 20px;
     padding-right: 30px;
     padding-bottom: 0px;
     padding-left: 30px;
		}

/* Bottom Section End ---------------- */


/* Fonts -------------------- */

	@import url('//fonts.googleapis.com/css?family=Didact+Gothic');
	* { font-family:'Century Gothic','Futura','Didact Gothic',san-serif; }

/* Fonts End ---------------- */


/* H1 H2 H3 H4 H5 H6  -------------------- */

	h1, h2, h3, h4, h5, h6 {
		padding : 		0px 0px 10px 0px;
		margin	: 		0px 0px 0px 0px;
		text-shadow : 	1px 1px #cccccc;
		}

/* H1 H2 H3 H4 H5 H6 End ----------------- */


/* Paragraph & Span  -------------------- */

	span {
		padding : 0px 0px 10px 0px;
 		margin	: 0px 0px 0px 0px;
		}

	p {
		padding : 0px 0px 0px 0px;
		margin	: 0px 0px 0px 0px;
		}

/* Paragraph & Span End ----------------- */


/* Table Style -------------------- */

	table { border-collapse: separate; border-spacing: 10px; } /* Apply cell spacing */
	table th, table td{ padding: 3px; } /* Apply cell padding */

/* Table Style End ---------------- */