/*********************** RESET ****************************/ 
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn,img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*********************** END OF RESET ****************************/ 

/* ======================================= FONTS ==================================================================================================*/

@font-face {
    font-family: 'Lobster13Regular';
    src: url('css/type/Lobster/Lobster_1.3-webfont.eot');
    src: url('css/type/Lobster/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/type/Lobster/Lobster_1.3-webfont.woff') format('woff'),
         url('css/type/Lobster/Lobster_1.3-webfont.ttf') format('truetype'),
         url('css/type/Lobster/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* ======================================= GENERAL STYLING ==================================================================================================*/
/************ BODY *****/
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    opacity:0.0;
}
body,html{

}
div {display:block;}
/************ TEXT *****/
p { }

b, strong { }

blockquote { 
	padding: 5px 10px 5px 10px;
	margin: 5px 0 5px 0;
	border-left: 10px solid orange;
	border-right: 10px solid orange;
}

i {
	font-style:italic;
}

/************ LINK*****/
a:link { 
	text-decoration:none;
}

a:visited { }

a:hover { }

a:active { }

/************ image *****/
img { }

/************ Ul, Li *****/
ul {list-style-type:circle;}

li { }

ol {list-style-type:lower-roman; }

strong, b {
font-weight: bold; }

/******************** H1- H6 *****/
h1 {
	font-size:2em;
	padding-bottom: 20px;
	font-weight:400;
	line-height:normal;
}

h2 {
	font-size:1.7em;
	padding-bottom: 20px;
	font-weight:400;
	line-height:normal;
}

h3 {
	font-size:1.4em;
	padding-bottom: 20px;
	font-weight:400;
	line-height:normal;
}

h4 {
	font-size:1.3em;
	padding-bottom: 10px;
	font-weight:400;
	line-height:normal;

}

h5 {
	font-size: 1.2em;
	padding-bottom: 10px;
	font-weight:400;
	line-height:normal;
}

h6 {
	font-size: 1.1em;
	padding-bottom: 10px;
	font-weight:400;
	line-height:normal;
}

/* ===========================================WRAPS */

.outerFull  {
	width: 100%;
}

.inner_Asgard {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display:block;
	line-height: 1.4em;
}


/* ========================================== CONTENT WIDTHS  */


/* ===========================================CLEAR FIX */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/* ========================================CUSTOM CALLS */
.clear { clear: both; }
.justify { text-align: justify;}
.forceCenter { display: block; margin: 0 auto;}
.alignLeft {float: left;}
.alignRight {float: right;}
.shadowbox { 
	box-shadow: 0px 1px 3px #666;	
	-webkit-box-shadow: 0px 1px 3px #666; 
	-moz-box-shadow: 0px 1px 3px #666;
	behavior: url(PIE/PIE.htc);
}


/* ======================================= Nav */


#current:before {
	content:'';
	border-top: 20px solid white;
	border-left: 20px solid transparent; 
	border-right: 20px solid transparent;
	position:absolute;
	top:35px;
	right: 20%;
	z-index:99999;
}


.mainUl li ul li #current:before {
	border: none;
	position: relative !important;
}

.secondLevel {
	position:relative;
	display: block;	
	max-width: 200px;
	width: 200px;
	margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 5px;
}

.secondLevel li{
	display: block;
	float: none !important;
	border-bottom: thin grey solid;
}

.secondLevel li:last-child{
	display: block;
	float: none !important;
	border-bottom: none;
}

.thirdLevel {
	margin: 0 0 0 210px;	
	max-width: 200px;
	width: 100%;
	padding: 5px;
	border-radius: 5px;
    top:-10%;
}

.navSpecialLastChild .thirdLevel {
	margin: 0 0 0 0;	
	max-width: 200px;
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	left: -220px;
}

/*
.thirdLevel:before {
	content:'';
	border-bottom: 10px solid grey;
   border-left: 10px solid transparent; 
   border-right: 10px solid transparent;
   position:relative;
   left: 50%;
   z-index:99999;
}
*/

.HeaderWraping {
	position: relative;	
      padding: 10px 0 0 0;
}

.navigationWrap{
	position:absolute;
	bottom: 0;
	right: 0;
	display:block;
	z-index:99999;
	padding: 0 7% 0 0;
	width: 43%;
}

.navigationWrap ul li{
	position:relative;
}

.navigationWrap ul li {
	float: left;
	padding: 10px 10px 15px 10px;
	list-style:none;
}


.navigationWrap ul ul {
	position:absolute;
}



#mobNav {
	display: none !important;
}


/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar { 
	float: left;
	width: 100%;
	position: relative;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}
.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
/*	padding: 13px 13px 11px 13px;*/
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
    margin-right:20px;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 5px;
	margin-top: 5px;
}
.mean-container .mean-nav { 
	float: left;
	width: 100%;
	margin-top: 33px !important;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #383838;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-bottom: 1px solid #f1f1f1;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75; 
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover { 
	background: #252525;
	background: rgba(255,255,255,0.1); 
}
.mean-container .mean-nav ul li a.mean-expand {
	width: 26px;
	height: 26px;
	border: none !important;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
    margin-right:20px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-push { 
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both; 
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-bar #current:before  {
		border:none !important;
}

/* ======================================= Header */


header {
	float: left;
	width: 50%;
	margin: 0 auto;
	position: relative;
	display:inline-block;
}

/* =========== LOGO */
#logo {
	position:relative;
	top:10;
	left:10%;
	z-index:9999;
	width:30%;
	float: left;
    margin-right:20px;
}

#logo img {
    margin-bottom: 20px;
    margin-top: 11px;
/*
	width:100%;	
	height: 100%;
*/
}

/* =========== TITLE & SLOGAN */
#siteTitle {
	float: left;
	width:78%;
	margin: 0 0 0 22%;
	font-size:1.5em;
	padding: 20px 0 10px 0;
}

#asgardWithLogo {
	float: left;
	width:60%;
	font-size:1.5em;
	padding: 0 0 5px 0;
	position:relative;
	bottom: 0px;
}

#asgardWithLogo h1 {
		
		padding: 0;	
		height: auto;
}

#siteTitle h1{
	position:relative;
	padding: 0;	
	bottom: 0px;
	height: auto;
}

.inner_Asgard.slogan {
	text-align:center;
	font-size:18px;
	padding-bottom: 10px;
    padding-top:10px;
}

.slogan h1 {
	font-weight:100;	
	line-height: normal;
    width: 90%;
    margin:0 auto;
    float:left;
    padding: 0;
}

.slogan .icon-quote-left {
	float: left;
	padding: 0 20px 0 0;	
	color: #818181;
    top:5px;
    position:relative;
}

.slogan .icon-quote-right {
	float:right;
	padding: 0 0 0 20px;	
	color: #818181;
    top:5px;
    position:relative;
}
.heightsticker{
    height:auto !important;   
}
.theNON{
    transition: 0 !important;   
    -webkit-transition: 0 !important;  
}

.item-video{
  height: auto;
  width:100%;
  overflow:hidden;
  position:relative;
}
.owl-stage .item{
/*  overflow:hidden;*/
    height:auto;
    width:100%;
/*    display:inline-block;*/
}

.owl-stage .item img{
    height:auto;   
}

.item img {
    vertical-align: bottom;
}  

.owl-stage-outer{
  overflow:hidden;
  position:relative;
    height:auto;
    width:100%;
}
.owl-carousel .owl-stage{
}

.owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots{
  margin:0 auto;
  width:100%;
  text-align: center;
  position:relative;
  z-index:99999;
}
.owl-dot {
  background:#979797;
  width:20px;
  height:20px;
  float:left;
  margin:10px;
  border-radius:20px;
    display:none;
}
.owl-dot.active{
  background:black;
}

.owl-prev, .owl-next {
/*  width: 20px;*/
  height: 20px;
/*  background:white;*/
  float:left;
  margin-right: 20px;
    opacity: .7;
}
.owl-prev{
  position:absolute;
  left:10px;
  top:45%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; 
    border-right:10px solid white; 
    
    }
.owl-next{
  position:absolute;
  right:-10px;
  top:45%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; 

    border-left:10px solid white;
}
.item{
  position: relative;
}
.caption{
  position:absolute;
  display:none;
  bottom:45%;
  color:white;
  width: 100%;
  z-index:9999;
  text-align:center;
}

.caption h1, .caption h2, .caption h3, .caption p{
    text-shadow: 2px 1px 5px #FFffff;
}
.visible{
  display:block;
}
.featuredIMG {
    overflow:hidden;   
    -webkit-transform: translate3d(0px, 0px, 0px); 
    -ms-transform:  translate3d(0px, 0px, 0px); /* IE 9 */
    transform:  translate3d(0px, 0px, 0px); /* Chrome, Safari, Opera */

    width:100%;
    height:auto;
}

#CamSlider .featuredCase {
   width:100%;
    -webkit-transform: translate3d(0px, 0px, 0px); 
    -ms-transform:  translate3d(0px, 0px, 0px); /* IE 9 */
    transform:  translate3d(0px, 0px, 0px); /* Chrome, Safari, Opera */
}

.owl-carousel .owl-stage-outer {
    -webkit-transform: translate3d(0px, 0px, 0px); 
    -ms-transform:  translate3d(0px, 0px, 0px); /* IE 9 */
    transform:  translate3d(0px, 0px, 0px); /* Chrome, Safari, Opera */
}

#CamSlider .featured{
    display:inline-block;
    width:100%;
    position: relative;
}

#CamSlider .featured img{
    display:inline-block;
    vertical-align: bottom;
    width:100%;
    height: auto;
}

#CamSlider .featured .caption{
    display:inline-block;
    position: absolute;
    top:45%;
    bottom:auto;
    left:0;
    margin: 0 auto;
    text-align: center;
}


#CamSlider .caption img{
    width:auto !important;
    height:auto !important;
    text-align: center;
    margin: 0 auto;
}

#CamSlider .caption h1, #CamSlider .caption h2, #CamSlider .caption h3{
   font-size: 3.3em 
}

/*THIS IS THE EXTRA */
.extraArea{
  height:800px;
  width:100%;
  background: grey;
}


/* ===============================  Asgard SLIDING MENU*/

.openIcon {
	position:relative;
	text-align:center;
	margin: 0 auto;
	margin-bottom: -30px;
	z-index:99;
	-webkit-transition: all .3s linear;
	  -moz-transition: all .3s linear;
	  -o-transition: all .3s linear;
	  transition: all .3s linear;
	  display: none;
}	

#slidingMenuWrap h1, #slidingMenuWrap h2, #slidingMenuWrap h3, #slidingMenuWrap h4, #slidingMenuWrap h5, #slidingMenuWrap h6{
		text-align:center;
		margin: 20px 0 0 0 ;
}

#slidingMenuWrap {
	-webkit-transition: all .3s linear;
	  -moz-transition: all .3s linear;
	  -o-transition: all .3s linear;
	  transition: all .3s linear;
}

.slidyBorder {
	-moz-box-shadow:    inset 0  8px 8px -8px rgba(0,0,0,0.8), 
                        inset 0 -8px 8px -8px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0  8px 8px -8px rgba(0,0,0,0.8), 
                        inset 0 -8px 8px -8px rgba(0,0,0,0.8);
     box-shadow:        inset 0  8px 8px -8px rgba(0,0,0,0.8), 
                        inset 0 -8px 8px -8px rgba(0,0,0,0.8);
	padding: 0 0 40px 0;
}





.ClickButtonForSlideMenu {
	position: relative;
	text-align:center;
	width: 1px;
	margin: 0 auto !important;
	font-size:24px;
	cursor:pointer;
		border-top: 50px solid white;
   border-left: 50px solid transparent; 
   border-right: 50px solid transparent;
   z-index:3;
}



.slideyWrapy {
	height: 50px;
	overflow:hidden;
}


.ClickButtonOuter b{
	position: absolute;
	top:-33px;
	left:-6px;
}

.slideyWrapy {
	
}

.ClickButtonOuter:hover b{
	top:-33px;
	left:-6px;
	/*opacity: 1;*/
}

.ClickButtonInner b{
	position: absolute;
	top:-40px;
	left:-4px;
}


.ClickButtonInner {
	border-top: 50px solid #CFCFCF;
	display: none;
}

.ClickButtonOuter {
		border-top: 30px solid white;
   border-left: 30px solid transparent; 
   border-right: 30px solid transparent;
      			-webkit-transition:border-top .8s ease, border-left .8s ease, border-right .8s ease;
		  -moz-transition:border-top .8s ease, border-left .8s ease, border-right .8s ease;
		  -o-transition:border-top .8s ease, border-left .8s ease, border-right .8s ease;
		  transition:border-top .8s ease, border-left .8s ease, border-right .8s ease;


}

.ClickButtonInner:after {
	position:absolute;
	content:'';
	display: block;
	top:-50px;
	left:-50px;
	width:100px;
	height: 10px;
-moz-box-shadow:inset 0 10px 10px -10px rgba(0,0,0,0.4);
-webkit-box-shadow:iinset 0 10px 10px -10px rgba(0,0,0,0.4);
box-shadow:inset 0 10px 10px -10px rgba(0,0,0,0.4);
}


.ClickButtonOuter:hover {
	position: relative;
	text-align:center;
	width: 1px;
	margin: 0 auto !important;
	font-size:24px;
	cursor:pointer;
	border-top: 50px solid white;
   border-left: 50px solid transparent; 
   border-right: 50px solid transparent;
}

.openIcon:hover {
	display:none;
}


/* ===============================  ODIN SOCIAL MEDIA*/

#odinSocialMedia {
		text-align:center;
	width:100%;

}

/* ===============================  ODIN SOCIAL MEDIA*/



/* ======================================= ContentContainer */

#contentWrap {
	background-image: url(images/fileSharing/Box_download.png);
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:50% 20%;
	
}


#contentContainer {
	padding: 40px 0;
}

/* =========== Sidebar */

#asgard_SideBar_Wrap {
	position:absolute;
	display:inline-block;
	width: 100%;
	z-index: 999;
	margin: 10px 0 0 0;
    display:none;
}

#asgard_SideBar_Toggle {
	border-left: 30px solid grey;
   border-top: 40px solid transparent; 
   border-bottom: 40px solid transparent;
   position: relative;
   cursor:pointer;
   width:10px;
}

#asgard_SideBar_Toggle #theArrowThing{
	position: absolute;
	left: -28px;
	color: white;
	top: -12px;
}

#asgard_SideBar {
	position:relative;
	float: left;
	display:none;
	padding: 0 0 0 40px;
}

aside {
	float: left;
	width: 24%;
	height: 100%;
	padding:0 1% 20px 2%;
	background-color: #777;
	line-height: 1.6em;
}


#sidebarTitle {
	font-size:1.7em;
	margin: 10px 0 20px 0;
	line-height: 1em;
	font-weight:400;
	line-height:normal;
}

/* =========== Content */
#mainContent {
	float: right;
	width: 69%;
	padding:10px 1%;
	/*border-bottom: 4px solid black;*/
	line-height: 1.6em;
    width: 98%;	
}


/* ======================================= Footer */
#footer {
	padding: 20px 0 0 0;
}
/* =========== footer Wraps */

#FooterWrapTop {
	border-top: 2px solid grey;
}

/* =========== footer navigation & information Wrap */
#footerContents {
	width: 100%;
	font-size:.9em;
		background: #6C6C6C;

}

/* =========== footer information */
#footerInfo {
	text-align: right;
	width: 100%;
	margin: 40px 0 0 0;
	padding: 20px 0 10px 0;
}

.footerBottom {
    margin: 0 0 5px 20px;  
}


/* =========== footer header */

footer h1 {
	margin: 0 0 20px 0;
}

footer h2 {
	margin: 0 0 20px 0;
}

footer h3 {
	margin: 0 0 20px 0;
}

footer h4 {
	margin: 0 0 20px 0;
}

/* ============== BREADCRUMBS ===================================================*/
#breadcrumbContainer {
	padding:3px 0;
	margin: 0 0 40px 0;
}

#breadcrumbContainer ul {
	font-size: .8em;
}

#breadcrumbContainer li {
	display: inline-block;
	float: left;
	padding: 0 10px 0 0;
}

#breadcrumbContainer li {
}

#breadcrumbContainer p {
}

#breadcrumbContainer a {
}

#breadcrumbContainer a:hover {
}


/* ======================================= PAGE SPECIFIC ==================================================================================================*/

/* ============== BLOG ===================================================*/

.blog-entry {
	padding: 2%;
	margin-bottom: 30px;
	background-color:#F8F8F8;
}


.blog-entry-title {
	text-align:left;
	font-weight: bold;
	font-size: 2.3em;
}

.blog-entry-title:hover {
}

.blog-entry-title:hover a{
	color: white;
}

.blog-entry-date {
	display: inline-block;
	text-align:left;
	font-size: .8em;
	font-style: normal;
	width: 60%;
	margin: 0 0 0 20px;
}

.blog-entry-body {
	margin: 10px 0px 60px 0px;
	padding: 40px 0px 10px 0px;
	text-align: left;
	font-size: 1.0em;
}

.blog-entry-body img {
	margin: 20px 0;
}

.blog-entry-tags {
	font-size: .9em;
	font-style: italic;
	padding:5px 0;
	margin: 20px 0 0 0;
	width: 60%;
}

.blog-entry-comments {
	padding:5px 0;
}

.blog-entry-category {
	font-size:1.1em;
	font-style:italic;
}

.blog-entry-category a {
	margin: 0 10px;
}


.blog-read-more {
	padding:5px;
	margin: 10px;
	border-style: none;
	font-size:.8em;
}



/*==================== BLOG "SIDEBAR" */


.blog-archive-headings-wrapper {
	margin-bottom: 2em;
}

.blog-archive-month {
	font-size: 1.8em;
}

/*==================== BLOG HEADERS "SIDEBAR" */

#blog-categories h3, #blog-archives h3, .blog-tag-cloud h3 {
	border-bottom: none !important;
	margin: 0 0 20px -10px;
	
}

/*==================== BLOG ARCHIVE "SIDEBAR" */
#blog-archives {
	display: inline-block;
	width: 100%;
	margin: 0 0 40px 10px;
}

#blog-archives a{
	margin: 0 0 10px 10px;
	font-style:italic;
}


.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/*======================= BLOG CATEGORY "SIDEBAR" */
#blog-categories {
	display: inline-block;
	width: 100%;
	margin: 0 0 40px 10px;
	
}


#blog-categories a {
	display:inline-block;
	float: left;
	margin: 0 5px 5px 0;
	padding:5px;
	-webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}
/*======================= BLOG TAGS "SIDEBAR" */
.blog-tag-cloud {
	display: inline-block;
	width: 100%;
	margin: 0 0 40px 10px;
	padding: 0;
}

.blog-tag-cloud li {
	display:inline-block;
	float: left;
	margin: 0 5px 5px 0;
	padding:5px;
	-webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;

}

.blog-tag-cloud  li a{
	color: white;
}

/*======================= BLOG RSS "SIDEBAR" */
#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
	
/* ============== FILESHARING ===================================================*/

.filesharing-description {
	margin: 0 0 40px 0;
	padding: 0 1% 20px 1%;
}

.file-Wrap {
}

.filesharing-item {
	width: 20%;
	min-height: 80px;
	height:100%;
	display: inline-block;
	padding: 5px 5px 5px 5px;
	margin: 0 10px 20px 0;
	background-position:left;
	background-repeat:no-repeat;
	position:relative;
	float: left;
}
.filesharing-item a {
}
.filesharing-item a:hover {
}

.filesharing-item-title {
}

.filesharing-item-description {
	margin-bottom: 10px;
}

/* ============== GALLERY ===================================================*/

.album_gal_info {
}

.album-title {
	font-size:2em;
	font-weight:bold;
	padding: 10px 1% 35px 1%;
}

.album-description {
	margin: 0 0 40px 0;
	padding: 0 1% 20px 1%;
}

.album-wrapper {
}

.thumbnail-wrap {
	float:left;
	display: inline-block;
	margin: 0 20px 20px 0;
}

.thumbnail-frame {
	height:inherit !important;
	display: block;
	position: relative;
	/*overflow:hidden;*/
	-webkit-transition: all 0.6s ease;
	-moz-transition:    all 0.6s ease;
	-o-transition:      all 0.6s ease;

	 -webkit-filter: grayscale(70%);
       -moz-filter: grayscale(70%);
         -o-filter: grayscale(70%);
        -ms-filter: grayscale(70%);
            filter: grayscale(70%); 
}


	
	
	
.thumbnail-frame:hover {
	 -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%); 
}
			
.thumbnail-frame img {
}



.thumbnail-caption {
	width: 86%;
	height: 40%;
	overflow-y:auto;
	overflow-x:hidden;
	position: absolute;
	padding: 10px 10px;
	opacity: 0;
	bottom: 10px; 
	left: -30%;
	-webkit-transition: all 0.6s ease;
	-moz-transition:    all 0.6s ease;
	-o-transition:      all 0.6s ease;
}

.thumbnail-frame:hover .thumbnail-caption {
  opacity: 1;
  left: 0;


}





.thumbnail-frame a{
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

/*======================= GALLERY SINGLE PHOTO */

.photo-background {
	
}

.photo-navigation {
	width: 100%;
	max-width: 1000px;
	margin: 20px 20%;
}

.photo-navigation a, .photo-navigation a:visited {
	padding:5px;
}

.photo-navigation a:hover {
}

.photo-frame{
	margin: 0 20%;
}

.photo-title {
	font-size:2em;
	font-weight:bold;
	padding: 5px 0 5px 0;
}

.photo-caption {
	margin: 0 0 10px 0;
	font-size:13px;
}

.photo-links {
}

/* ============== MOVIE ===================================================*/

.movie-title-Wrap {
}

.movie-page-title {
	font-size:2em;
	font-weight:bold;
	padding: 10px 1% 35px 1%;
}

.movie-page-description {
	margin: 0 0 40px 0;
	padding: 0 1% 20px 1%;
}

.movie-thumbnail-frame-Wrap {
}

.movie-thumbnail-frame {
	width: 200px;
	height:inherit !important;	
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	display: inline-block;
}



.movie-thumbnail-frame img {
	width: 100%;
	height: 100%;
}

.movie-thumbnail-caption {
	width: 88%;
	height: 40%;
	overflow:scroll;
	position: absolute;
	padding: 10px 10px;
	opacity: 0;
	bottom: 10px; 
	left: -30%;
	-webkit-transition: all 0.6s ease;
	-moz-transition:    all 0.6s ease;
	-o-transition:      all 0.6s ease;
}


.movie-thumbnail-frame:hover .movie-thumbnail-caption {
	opacity: 1;
	left: 0;
}

	
/*======================= MOVIES SINGLE MOVIE */

.movie-background {
}

.movie-title {
}

.movie-frame {
}
	
/* ============== CONTACT ===================================================*/

.message-text { 
	padding: 10px 1% 35px 1%;
	 width:100%;
} 

#mainContent form {
	 width:100%;
	padding: 10px 1% 35px 1%;
}

.required-text {
} 

.form-input-field {
	padding:10px;
	width: 65%;
	border:2px solid;
	border-radius:5px;
}


textarea.form-input-field {
} 

.form-input-button { 
	border: none;
	padding: 13px 5%;
	margin: 0 2% 0 0;
	font-size:1em;
	border-radius:5px;
}

.form-input-button:hover {
}

.form-input-button:active {
}


.form-footer {
	width: 80%;
	float: left;
	padding: 10px 1% 35px 1%;
}
code {
}


/* ============== SITEMAP ===================================================*/

.rw-sitemap
{
	padding:5px;
}

.rw-sitemap li
{
	padding:5px;
}

.rw-sitemap li a
{
	padding:5px;
}

.rw-sitemap li a.open, .rw-sitemap li li a.open, .rw-sitemap li li li a.open, .rw-sitemap li li li li a.open
{
	padding:5px;
}

/* second level */
.rw-sitemap ul
{
	padding:5px;
}

.rw-sitemap li li
{
	padding:5px;
}

.rw-sitemap li li a
{
	padding: 0 0 0 30px;
}

/* third level */
.rw-sitemap ul ul
{
	padding:5px;
}

.rw-sitemap li li li
{
	padding:5px;
}

.rw-sitemap li li li a
{
	
	padding:5px;
}

/* fourth level */
.rw-sitemap ul ul ul
{
}

.rw-sitemap li li li li
{
}

.rw-sitemap li li li li a
{
	padding: 0 0 0 90px;
}

#odinBottomContentWrap h1, #odinBottomContentWrap h2, #odinBottomContentWrap h3, #odinBottomContentWrap h4, #odinBottomContentWrap h5, #odinBottomContentWrap h6{
		text-align:center;
		margin: 20px 0 0 0 ;
}

#odinTwoContainer h1,#odinTwoContainer h1, #odinTwoContainer h2, #odinTwoContainer h3, #odinTwoContainer h4, #odinTwoContainer h5, #odinTwoContainer h6{
		text-align:center;
		margin: 20px 0 0 0 ;
}

#odinBottomContentWrap{
		text-align:justify;
}

/* =============================================== SOCIAL MEDIA ===============================================*/
#odinSocialMedia {
	border-bottom: thin grey solid;
	padding: 10px 0;
	margin: 0 0 20px 0;
}

#socialMediaArea{
	float:right; 
	display: inline-block;
	margin: 0px 0 0 0;
	padding:  0 2% 0 0;
}


.social {
	margin: 10px 5px 5px 5px;
	-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;	
	cursor:pointer;
}

.social:hover {
	transform:rotate(10deg);
-ms-transform:rotate(10deg); /* IE 9 */
-webkit-transform:rotate(10deg); /* Safari and Chrome */
}


/* ======================================= EXTRACONTENT ========*/


.ECA_1LD_1 {
	width: 100%;
	display: inline-block;
	height: auto;
}

.ECA_1LD_2 {
	/*padding: 50px 0;*/
}

.ECA_1LD_3 {
	/*padding: 50px 0;*/
}

.ECA_1LD_4 {
	/*padding: 50px 0;*/
}

.ECA_1LD_5 {
	/*padding: 50px 0;*/
}

.ECA_1LD_6 {
	/*padding: 50px 0;*/
}

.ECA_1LD_7 {
	/*padding: 50px 0;*/
}

.ECA_1LD_8 {
	/*padding: 50px 0;*/
}

.ECA_1LD_9 {
		padding:10px 0;
	}

.go-top {
	position: fixed;
	bottom: -10px;
	right: 0;
	text-decoration: none;
	color: white;
	font-size: 12px;
	display: none;
}

.go-top:after {
	content: '';
	display:inline-block;
	border-bottom: 75px solid black;
	border-left: 75px solid transparent; 
	border-right: 0px solid transparent;
}


.go-top i {
	position:absolute;
	right:15px;
	bottom:25px;
	z-index: 9999;
}



/*
#camera_wrap img {
	width: 100%;
    height:auto;
}
*/




/* ======================================= MEDIA QUERIE ==================================================================================================*/
@media (max-width: 1350px){
	
	#logo {
		width: 25%;	
	}
	
	#siteTitle {
		width: 73%;
		margin: 0 0 0 27%;
	}
	
	#asgardWithLogo {
		width: 60%;
	}
	
/*
	#camera_wrap img {
	width: auto !important;
	height: 100%!important;
	text-align: center !important;	
	}
*/
	
	
}

@media (max-width: 1200px){
	
	.Lheader  {
		width: 50%;
	}
	
	#logo {
		width: 30%;	
	}
	
	#logo img {
		margin-bottom: 20px;
	}
	
	#siteTitle {
		width: 68%;
		margin: 0 0 0 32%;
	}
	
	#asgardWithLogo {
		width: 60%;
	}
	
	.navigationWrap  {
		width: 42%;
	}
	
	.inner_Asgard {
		width: 100%;
		padding:0 2% ;	
	}

}

@media (max-width: 1000px){
	
	.Lheader  {
		padding: 2%;
		width: 96%!important;
		float: left;	
	}
	#logo {
		width: 20%;	
	}
	#siteTitle {
		width: 78%;
		margin: 0 0 5px 22%;
	}
	#asgardWithLogo {
		width: 54%;
		margin: 0 0 30px 4%;
	}
	.navigationWrap  {
		width: 71%;
		margin: 0 0 0 0;
	}
	
	.AsgardWrapWithLogo{
		padding: 50px 0 0 0;
		width: 96%!important;
		float: left;
	}
	
	.Asgard_Main {
		width: 96%;
		padding:0 2% ;	
	}
	
	
}

@media (max-width: 900px){
	
	#slidingMenuWrap {
		padding:0 5%;
	}
	
	#asgard_SideBar_Wrap{
        width: 50%;   
    }
	
		
	 #FooterWrapBottom, #mainContent, aside, #extraContent234Wrap  {
		padding: 2%;
		width: 96%!important;
		float: left;	
	}
	
	#footerInfo {
		float: left;
		text-align: left;
	}
	
	
}

/* iPads (landscape) ----------- */
@media (max-width: 1025px){
	.mean-bar {
	display: none;
}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
	

	
	
	#contentWrap, footer, #footerContents, .ecCenter {
		max-width: 90% !important;
	}
	
	

	.mean-bar  {
	display: block;
}
	
	
	#nav #navigation {
		
}

	
	#socialMediaArea{
		float:left; 
		margin: 10px auto 0 auto;
	}

	#mobNav {
		display: block;
	}
	
	#NavigationWrap { 
		display: none;
	}
	
	
	
}



@media (max-width: 800px){
	
	.ECA_1LD_2 {
		width:100%;
		padding:0 2%;
	}
	
	.ECA_1LD_3 {
		width:100%;
		padding:0 2%;
	}
	
	.ECA_1LD_4 {
		width:100%;
		padding:0 2%;
	}
	
	.ECA_1LD_5 {
		width:100%;
		padding:0 2%;
	}
	.ECA_1LD_6 {
		width:100%;
		padding:0 2%;
	}
	.ECA_1LD_7 {
		width:100%;
		padding:0 2%;
	}
	
	
	.ECA_1LD_8 {
		width:100%;
		padding:0 2%;
	}
	.ECA_1LD_9 {
		width:100%;
		padding:0 2%;
	}
	.ECA_1LD_10 {
		width:100%;
		padding:0 2%;
	}
		
	.ECA_1LD_11 {
		width:100%;
		padding:0 2%;
	}
	
	
	.AsgardPara div{
		width: 100% !important;
		padding:0 !important;	
	}
		
	.mean-bar  {
		display: block;
	}
	
	.navigationWrap { 
			display: none;
		}
		
	 #FooterWrapBottom, #mainContent, aside,  header, #mainContent  {
		width:100% !important;
		padding: 5%;
		float: left;
        text-align: justify;
	}
	
	#footerInfo {
		float: left;
		text-align: left;
	}
	
	.thumbnail-frame:after {
      display:none;
      }
	  
/*
	  #camera_wrap img {
	width: auto !important;
	height: 100%!important;
	text-align: center !important;	
	margin: 0 0 0 -20% !important;
	}
*/
	.Lheader {
        width:100%!important;   
    }
	#logo {
		width: 20%;	
        margin-left:14%;
	}
	#siteTitle {
		width: 78%;
		margin: 0 0 5px 22%;
	}
	#asgardWithLogo {
		width: 50%;
		margin: 0 0 30px 4%;
	}
}

@media (max-width: 600px){
	
	#headerWrap {
	width: 80% !important;
	padding: 0 10% ;	
	}
	
	#siteTitle {
		width: 87%;
		margin: 0 0 0 0;
		padding: 0 5%;
	}
	
	#siteTitle h1{
		text-align:center;
		padding: 10px 0;
	}
	
	#asgardWithLogo{
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 5% 10px 5%;
		position: relative;
        text-align:center;
	}
	
	#asgardWithLogo h1{
		text-align:center;
		
	}
	
	#contentWrap, footer, #footerContents, .ecCenter {
	}

/*=== HEADER ===*/
	
	#headerWrap {
		
	}
	
	
	#logo {
		position: relative;
		width: 60%;
		display: block !important;
		float: none;
		margin: 20px auto 50px auto;
		text-align:center;
        left: 0 ;
	}
	
	#logo img {
		margin: 0 auto;
		text-align:center;
	}
	
	
	#titleSloganWrap {
		float:none;
		width: 100%;
		padding: 0px 0 0 0;
		margin: 0 auto;
		text-align:center;
	}
	
		nav {
		position:relative;
		float: right;
		width: 100%;
	}

	#menu-icon {
		text-align:center;
	}
	
	 #camera_wrap img {
	width: 150% !important;
	height: auto!important;
	text-align: center !important;	
	}
	
	
	#asgard_SideBar_Wrap{
        width: 100%;   
    }
	
	#socialMediaArea{
		float:right; 
		margin: 10px auto 0 auto;
		padding:  0 10% 0 0;
		text-align:center !important;
	}

	
	.form-input-field {
		width: 100%;
	}
	
	
	.thumbnail-wrap {
		margin: 20px 0 0 20px;
	}
	
	#mainContent img {
		width: 85%;	
		height: auto;	
	}
	
	#footerNav ul li {
		float: left; 
		text-align: left;
		display: inline-block;
	}
	
	#footerNav ul li ul {
		margin: 0 0 0 1%;	
	}
	
/*=== EC ===*/	
	#extraContainer2, #extraContainer3, #extraContainer4, #extraContainer5 {
		width: 100% !important;
		margin: 20px 0 !important;
	}
	
	
}


