/*
Theme Name: mfTEC
Author: Rudolf Plettenberg
Author URI: http://www.plettenberg.at
Description: mfTEC is a Theme designed for the mfTEC company.

Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mftec


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.


mfTEC is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/



/*TABLE OF CONTENTS:--------------------------------------------------------------
>>> 
TABLE OF CONTENTS:
----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation
	
## Links
	
## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content
    
## Posts and pages
	
## Asides
	
## Comments

# Infinite scroll

# Media
	
## Captions
	
## Galleries

--------------------------------------------------------------*/




/*# Normalize--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	
	font-family: sans-serif;
	
	-webkit-text-size-adjust: 100%;
	
	-ms-text-size-adjust:     100%;

}



body {
	
	margin: 0;

	}


	
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	
	display: block;

}



audio,
canvas,
progress,
video {
	
	display: inline-block;
	
	vertical-align: baseline;

}



audio:not([controls]) {
	
	display: none;
	
	height: 0;

}



[hidden],
template {
	
	display: none;

}



a {
	
	background-color: transparent;

}



a:active,
a:hover {
	
	outline: 0;

}



abbr[title] {
	
	border-bottom: 1px dotted;

}



b,
strong {
	
	font-weight: bold;

}



dfn {

	font-style: italic;

}



mark {
	
	background: #ff0;
	
	color: #000;

}


small {

	font-size: 80%;

}



sub,
sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}



sup {

	top: -0.5em;

}



sub {
	
	bottom: -0.25em;
}



img {

	border: 0;

}



svg:not(:root) {

	overflow: hidden;

}



figure {
	
	margin: 1em 40px;

}



hr {

	box-sizing: content-box;
	
	height: 0;

}



pre {

	overflow: auto;

}



code,
kbd,
pre,
samp {

	font-family: monospace, monospace;

	font-size: 1em;

}



button,
input,
optgroup,
select,
textarea {

	color: inherit;

	font: inherit;

	margin: 0;

}



button {

	overflow: visible;

}



button,
select {

	text-transform: none;

}



button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	
	-webkit-appearance: button;
	
	cursor: pointer;

}



button[disabled],
html input[disabled] {

	cursor: default;

}



button::-moz-focus-inner,
input::-moz-focus-inner {

	border: 0;

	padding: 0;

}



input {

	line-height: normal;

}



input[type="checkbox"],
input[type="radio"] {

	box-sizing: border-box;

	padding: 0;

}



input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {

	height: auto;

}

input[type="search"] {

	-webkit-appearance: textfield;

	box-sizing: content-box;

}



input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;

}



fieldset {

	border: 1px solid #c0c0c0;

	margin: 0 2px;

	padding: 0.35em 0.625em 0.75em;

}



legend {

	border: 0;

	padding: 0;

}



textarea {

	overflow: auto;

}



optgroup {

	font-weight: bold;

}



table {

	border-collapse: collapse;

	border-spacing: 0;

}

td,
th {

	padding: 0;

}



/*# Typography--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	
	font-weight: 300;
	clear: both;

}



h1{
	
	font-size: 2em;
	
	margin: 0.67em 0;

}



	h2{
	
		font-size: 26px;
	
		margin: 22px 0px 15px 0px;

	}


	
	h4{
	text-align: center;
	margin: 0px;
	margin-top: 5px;
}

h6{
	font-size: 14px;
	margin: 10px;
}


p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}



pre {
	
	background: #eee;
	
	font-family: "Courier 10 Pitch", Courier, monospace;
	
	font-size: 15px;
	
	font-size: 0.9375rem;
	
	line-height: 1.6;
	
	margin-bottom: 1.6em;
	
	max-width: 100%;
	
	overflow: auto;
	
	padding: 1.6em;

}



code,
kbd,
tt,
var {
	
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	
	font-size: 15px;
	
	font-size: 0.9375rem;

}



abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}



/*# Elements--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	background-color: #eeeeee;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #ddd; /* Fallback for when there is no custom background color defined. */
}


#masthead {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: rgba(256, 256, 256, .4);
	position: relative;
	z-index: 99;
}

.header-image{
	float: left;

}

#mainNavigationWrapper{
	width: auto;
	float: right;
	position: relative;
	margin-top: 40px;
	
}

.width-right{
	float: right;
	position: relative;
	height: 1px;
	width: 15%;
}

.width-left{
	float: left;
	position: relative;
	height: 1px;
	width: 15%;
}




#primary{
	
	max-width: 70%;	
	margin: -140px auto;
	
	margin-bottom: 0px;
	
	padding: 80px 30px 30px 30px;
	
	background-color: rgba(23, 84, 144, .7);

}



	
#main{
	
	padding: 20px;

}



#secondary{
	max-width: 18%;
	position: absolute;
	top: 170px;
	right: 5px;
	background-color: rgba(0, 0, 0, .4);
	padding: 15px;
	
}

#colophon{
	max-width: 70%;
	margin:  20px auto;
	padding: 10px;
	background-color: rgba(23, 84, 144, .7);
}

.footer_headline{
	position: absolute;
	top: -50px;
	width: 100%;
	margin: 0px;
	font-size: 0px;
}

#sidebar_footer{
	height: 120px; /*your fixed height*/
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; /*3 in those rules is just placeholder -- can be anything*/
}

#sidebar_footer li{
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	display: inline-block; /*necessary*/
	line-height: 0em;
	margin: 0px;
}

#sidebar_footer a{
	font-size: 12px;
	color: #ffffff;
	line-height: 0em;
	display: inline-block; /*necessary*/
	margin: 0px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 5px 0px;
	margin-right: 5px;
}

ul {
	list-style: disc;
	font-size: 15px;
}

ol {
	list-style: decimal;
}

li {
	margin-top: 10px;
	margin-bottom: 10px;	
}

li > ul,
li > ol {
	margin-bottom: 0px;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}



.frontPagePlaceHolder{
	height: 65px;
}

/*# Forms--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.background_grey{
	width: 100%;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px;
	background-color: rgba(256, 256, 256, .5);
	color: #404040;
}

.wrapper_content{
	position: relative;
}

/* ------- White Line ------- */

.line_white,.line_yellow,.line_blue,.line_black{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 95%;
	margin: 30px auto;
}

.line_white{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.line_blue{
	border-top: 1px solid #175490;
	border-bottom: 1px solid #175490;
}
.line_yellow{
	border-top: 1px solid #D2D222;
	border-bottom: 1px solid #D2D222;
}
.line_black{
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
}




/*# Navigation--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/



/*Menublock*/


.main-navigation{
	
	float: left;
	
	position: relative;
	
	list-style-type: none;
	
	width: 100%;
	
	margin: 0 auto;
	
	padding: 0;

}





/*First Level Menu*/

.main-navigation ul {

	display: block;
	float: left;
	list-style:none;
	margin:0;
	padding:0;
  	
	position:relative;
   	
	text-align:center;

}




.main-navigation ul li {
	
	display:block;
   	
	float:left;
   	
	list-style:none;
   	
	margin:0;
   	
	position:relative;
   	
	/*
   	border-right: 1px solid #FFFFFF;
   	*/

}


	/*
.main-navigation ul li:last-child {
	
		border-right: 0px solid #FFFFFF;

		}*/




.main-navigation a,
.main-navigation a:active,
.main-navigation a:visited{
	
	letter-spacing: 1.5px;
	
	color:  #ffffff;
	
	cursor: pointer;
	
	display: block;
	
	font-size: 13px;
	
	font-weight: 300;
	
	height: 24px;

	line-height: 20px;
	
	margin:0 0 0 1px;
	
	padding: 2px 12px 2px 12px;
	
	position: relative;
	
	text-decoration: none;
	
	white-space: nowrap;

}




.main-navigation a:active{
	color:  #d2d222;
	
	}
	
.main-navigation a:hover,
.main-navigation .current_page_item a:hover {
	
	
	color: #d2d222;
	
	background-color: rgba(0, 0, 0, 0.4);

}




.main-navigation .current-page-item a, .main-navigation .current-menu-item a {
	
	color: #FFFFFF;

	background-color: rgba(0, 0, 0, 0.4);

}





/*Second Level Menu*/

.main-navigation ul ul {
	
	display:none; 
	/* Sub menus are hiden by default */
	
	position:absolute;
	
	top: 100%;
	
	/*width:10em;  width of the drop-down menus */
	
	z-index: 9999;
	
	float: left;
	
	margin-left: 0;		
	/*	float:left;*/

}



.main-navigation ul ul ul {
	
	left: -999em;
	
	top: 0;

}



.main-navigation ul ul a {
	
	padding-top: 6px;
	
	padding-bottom: 6px;
	
	text-align:left;
	
	height: auto;
	

}



.main-navigation ul ul li {
	
	float: none;
	
	position: relative;



}



.main-navigation ul ul li a,
.main-navigation ul li.active li a,
.main-navigation ul li:hover ul li a,
.main-navigation ul li.hover ul li a { 
	/* This line is required for IE 6 and below */
   	
	font-size:11px;
	
	line-height:1.4em; 
	/* overwrite line-height value from top menu */
   	
	border-bottom:1px solid #ddd; 
	/* sub menu item horizontal lines */

}



.main-navigation ul ul li a:hover,
.main-navigation ul li.active ul li a:hover,
.main-navigation ul li:hover ul li a:hover,
.main-navigation ul li.hover ul li a:hover { 
	/* This line is required for IE 6 and below */
   
	background-color: rgba(0, 0, 0, .6); 
	/* Sub menu items background colour */
   
	color:#d2d222;

}




/* Flip the last submenu so it stays within the page */

.main-navigation ul ul.last {
   
	left:auto; /* reset left:0; value */
   
	right:0; /* Set right value instead */

}



/* Make the sub menus appear on hover */

.main-navigation ul li:hover ul,
.main-navigation ul li.hover ul { 
	/* This line is required for IE 6 and below */
   
	display:block; /* Show the sub menus */

}




.main-navigation ul li:hover > a {
	
	background-color: rgba(100, 126, 151, .9);
	
	color: #fff;

}




.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
	
	background-color: rgba(100, 126, 151, .9);
}



.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	
	background-color: rgba(100, 126, 151, .9);	
	left: auto;

}



.main-navigation ul ul li:hover > ul {
	
	left: 100%;

}



.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}





/*## Links--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}





/*# Accessibility--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



/*-# Alignments-------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*# Clearings--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



/*# Widgets--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}



/*# Content--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*## Posts and pages--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*## Asides--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/*## Comments--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*# Infinite scroll--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}


/*# Media-------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}


/*## Captions--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/*## Galleries--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* -------------- Strip --------- */



.strip_template body {
    
	padding: 0 !important;
    
	height: 100%;

}



.strip_template figure {
    
	margin: 0;
    
	overflow: hidden;
    
	/*height: 100%;
*/
	height: 86%;    
	display: block;
 
	/*width: 100%;   */
	width: 70%;
 
	position: absolute;
    
	/*left: 0;*/
	/*top: 0;*/
	left: 15%;
   
	top: 102px;
 
	white-space: nowrap;
	
	z-index:10;

}




.strip_template figure a {
    
	display: block;
    
	width: 100%;
    
	height: 100%;

}



.strip_template figure section {
    
	float: left;
    
	height: 100%;
    
	display: inline-block;
    
	z-index: 13;
    
	position: relative;
    
	background-size: cover;
    
	background-repeat: no-repeat;
    
	background-position: center;
    
	overflow: hidden;
    
	transition: width 300ms;
    
	-webkit-transition: width 300ms;

}



.strip_wrapper {
    
	overflow: auto;
    
	width: 100%;
    
	display: block;
    
	position: relative;

}



.strip_template figure.strip-menu-scroll {
    
	width: auto;
	position: relative;
    
	left: auto;
    
	top: auto;

}


.strip-menu-scroll section {

   transition: none;
    
	-webkit-transition: none;

}


.strip_template figure section .strip-text {
    
	text-align: left;
    
	position: relative;
    
	left: 30px;
    
	bottom: 300px;

}



.strip-text div {
    
	position: absolute;
    
	top: 0;
    
	right: 0;
    
	padding-right: 118px;
    
	padding-left: 50px;

}



.strip_template figure.strip-menu-scroll section .strip-text {
    
	left: 0;
    
	bottom: 165px;
    
	width: 100%;
    
	text-align: center;

}



.strip-menu-scroll .strip-text div {
    
	width: 100%;
    
	padding: 0;

}



.strip_template figure.strip-menu-scroll section .strip-text h1 {
    
	font-size: 46px;
    
	line-height: 48px;
    
	padding: 0 15px;
    
	margin-bottom: 8px;

}



.strip_template figure.strip-menu-scroll section .strip-text h6 {
    
	padding: 0 15px;
}



.strip_template figure.strip-menu-scroll section .logo {
    
	margin-left: -70px;
    	
	left: 50%;
    
	top: 88px;

}



.strip_template figure section .strip-text h1,
.strip_template figure section .strip-text h3,
.strip_template figure section .strip-text h6 {
    
	color: #ffffff;
    
	font-weight: 300;
	
	/*font-family:'Roboto Condensed',san-serif;
  */  
	text-transform: uppercase;
    
	opacity: 0;
    
	word-wrap: break-word;
    
	white-space: normal;
    
	transition: opacity 100ms;
    
	-webkit-transition: opacity 100ms;
	
	font-size:16px;

}



.strip_template figure section.hovered .strip-text h1,
.strip_template figure section.hovered .strip-text h3,
.strip_template figure section.hovered .strip-text h6,
.strip_template figure section:hover .strip-text h1,
.strip_template figure section:hover .strip-text h3,
.strip_template figure section:hover .strip-text h6 {
    
   	transition: opacity 800ms;
    
   	-webkit-transition: opacity 800ms;

}



.strip_template figure section.hovered .strip-text h1,
.strip_template figure section.hovered .strip-text h3,
.strip_template figure section.hovered .strip-text h6,
.strip_template figure section:hover .strip-text h1,
.strip_template figure section:hover .strip-text h3,
.strip_template figure section:hover .strip-text h6 {
  	opacity: 0.999;
    
  	z-index: 18;

}



.strip_template figure section .strip-text h1 {
    
	margin-bottom: -4px;

}



.strip_template figure section:hover,
.strip_template figure section.hovered {
    
	z-index: 15;

	
}



.strip_template figure section .logo {
    
		position: absolute;
    
		left: 10px;
    
		top: 20px;
    
		opacity: 0;
    
		transition: opacity 300ms;
    
		-webkit-transition: opacity 300ms;
	
		text-transform:uppercase;
	
		font-weight:700;
	
		font-size:24px;
	
		/*font-family:'Roboto Condensed',san-serif;
*/
}



.strip_template figure section:hover .logo,
.strip_template figure section.hovered .logo {
    
	opacity: 0.999;

}



.wrapped_link {
    

	position: absolute;
    
	left: 0;
    
	top: 0;
    
	width: 100%;
    
	height: 100%;
    
	z-index: 18;

}



.grid-port-item:hover .grid-port-fadder,
.strip_template figure section:hover .strip-fadder,
.strip_template figure section.hovered .strip-fadder,
.featured_items .img_block:hover .featured_item_fadder
{
		
 	background-color:#ff6600;
		
 	opacity:0.45;

 }


 
 .strip-fadder {
    
 	position: relative;
   
 	left: 0;
    
 	top: 0;
    
 	width: 100%;
    
 	height: 100%;
    
 	display: block;
    
 	z-index: 0;
	
 	transition:background 250ms;
	
 	-webkit-transition:background 250ms;

}

 
ul#demo-block{ 
	margin:0 15px 15px 15px; 
}


ul#demo-block li{ 
	margin:0 0 10px 0; 
	padding:10px; 
	display:inline; 
	float:left; c
	lear:both; 
	color:#aaa; 
	background:url(images/img/bg-black.png); 
	font:11px Helvetica, Arial, sans-serif; 
}


ul#demo-block li a{ 
	color:#eee; 
	font-weight:bold; }



/* ------- Fluid Columns ------- */
    .one_half{ width:48%; }
    .one_third{ width:30.66%; }
    .two_third{ width:65.33%; }
    .one_fourth{ width:22%; }
    .three_fourth{ width:74%; }
    .one_fifth{ width:16.8%; }
    .two_fifth{ width:37.6%; }
    .three_fifth{ width:58.4%; }
    .four_fifth{ width:67.2%; }
    .one_sixth{ width:13.33%; }
    .five_sixth{ width:82.67%; }
    .one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; z-index: 5;}
    .last{ margin-right:0 !important; clear:right; }
    .clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
    
    
    

/*----Grey Boxes---*/
.greybox_wrapper{
	width: 100%;
	position: relative;
	color: #404040;
}

.greybox_two,.greybox_two_last,.greybox_three_first,.greybox_three_middle,.greybox_three_last{
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 1;
	height: 100%;
	position: absolute;
	top: 0px;
}
.greybox_one{	
	position: relative;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;	
	padding: 10px;
	color: #404040;
}
.greybox_two{
	width: 48%;
	height: 100%;
}
.greybox_two_last{
	right: 0%;
	width: 48%;
}
.greybox_three_first{
	left: 0px;
	width: 30.66%;
}
.greybox_three_middle{
	left: 34.66%;
	width: 30.66%;
}
.greybox_three_last{
	right: 0%;
	width: 30.66%;
}




/* FOR < 1000px*/
@media only screen and (max-device-width: 1024px) {
	#primary{
			max-width: 90%;
		}

	.width-left {
			width: 5%;
		}
		
	#mainNavigationWrapper{
			width: 100%;
			float: left;
			margin-left: 4%;
			margin-top: 0px;
	}
	
	.strip_template figure {
			width: 90%;
			left: 5%;
			height: 550px;
			top: 126px;
	}
	
	#colophon {
			max-width: 90%;
	}
	.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{
			font-size: 10px;
			margin: 0px;
			margin-right:4%;
		}

	.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth ul{
			font-size: 10px;
			margin-top: 5px;
		}
		
	li, ul{
		font-size: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	ul {
		padding-left: 20px;
	}
	
	
}




/* FOR MOBILE PHONES*/


@media only screen and (max-device-width: 600px) {
		
		#masthead{
			margin: 0px;
			padding: 0px;
		}
		
		.width-left {
			width: 0%;
		}
		
		#primary{
			max-width: 100%;
			margin-top: 0px;
			padding-top: 0px;
		}
		
		#main{
			padding: 5px;
		}
		
		.strip_template figure {
			width: 100%;
			left: 0%;
		}
		
		.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{
			width: 100%;
		}
		
		.greybox_two, .greybox_two_last, .greybox_three_first, .greybox_three_middle, .greybox_three_last {
			position: absolute;
			top: 0px;
	
			background-color: rgba(255, 255, 255, 0.5);
	
			width: 100%;	
	
			padding: 10px;
	
			color: #404040;

			left: 0;
		}
		
		h1{
			font-size: 16px;
		}
		h2{
			font-size: 14px;
		}
		h3, h4 {
			font-size: 12px;
		}
		h5, h6 {
			font-size: 10px;
		}
		
		p, pre, li, ul{
			font-size: 12px;
		}
		
		#mobileMainNavigationWrapper{
			position: absolute;
			top: -30px;
			right: 10px;
		}
		
		#mainNavigationWrapper{
			float: left;
			background-color: rgba(23, 84, 144, .3);
			margin-top: 0px;
			margin-left: 0px;
			width: 100%;
		}
		
		#colophon {
			max-width: 100%;
	}
}