@charset "UTF-8";
/*
Theme Name: SWISS-WP
Theme URI: http://themeforest.net/user/jonathan01
Description: SWISS-WP Wordpress
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.6
Author: Jonathan Atkinson
Author URI: http://themeforest.net/user/jonathan01
Tags: featured-images, post-formats, theme-options, translation-ready

USE THIS STYLE SHEET EXCLUSIVELY FOR SWISS-WP WORDPRESS

Copyright 2013 - Jonathan Atkinson
*/

/*----------- WooCommerce Style Sheet Call -------------*/
@import "woo.css";
@import "custom.css";

/*--------------------Reset----------------------------*/
#no_select_wrap, .nav_menu {
	display:none;
}

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, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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;
}
.hideMe{ display:none; }
.clear, .clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
#sb-nav a {
	border-bottom:none !important;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	height:100%;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	line-height:1.4em;
	margin:0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
	
::selection {
 background: #000000; /* Safari */
 color: #ffffff;
 text-shadow:none !important;
}
	
::-moz-selection {
 background: #000000; /* Firefox */
 color: #ffffff;
 text-shadow:none !important;
}
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	width: auto;
}
table a, table div, table p, table, tr, td{
	color:#fff;
}
table{
	padding: 0px 0 20px 0;
}
img.alignleft, .wp-caption.alignleft {
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	width: auto;
}
img.alignright, .wp-caption.alignright {
	margin-left:15px;
	margin-bottom:15px;
	float:right;
	width: auto;
}
.wp-caption {
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	max-width:100%;
}
.wp-caption img, .wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption .wp-caption-text {
	color: #fefefe;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 5px 0px;
	text-align: center;
	opacity: 0.6;
}
.gallery-caption {
	color: #fefefe;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-style: normal;
	margin: 0 0 10px 0 !important;
	text-align: left;
	width: 250px;
}
.gallery-icon img {
	border:none !important;
	margin-bottom: 10px;
}
.sticky, .gallery-caption, .bypostauthor {
	margin:0;
	padding:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: block;
	display: inline;
	zoom: 1;
}
 audio:not([controls]) {
 display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a, a:visited, a:focus, a:active, a:hover {
	outline:0 none !important;
}
a:hover, a:active {
	outline: none;
}
select, option {
	border: 0 none;
	outline: 0px none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
img.left {
	float:left;
	margin:0 20px 20px 0;
}
img.right {
	float:right;
	margin:0 20px 20px 0;
}
button, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	-webkit-appearance: none;
	border-radius: 0;
}
select {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
   	-webkit-appearance: none;
  	 appearance: none;
}
input[type=text], input[type=name], textarea[type=placeholder]{    
color:#fff;
}
button, input {
	overflow: visible;
	line-height: normal;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 	padding: 0;
 	border: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="search"], input[type="password"], input[type="email"], input[type="submit"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: none;
	border-radius: 0px 0px 0px 0px;
}
input[type="password"]{
	color:#000;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
b {
	font-weight:600;
}
em {
	font-style:italic;
}
input[type=text] {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

/*--------------------Typography----------------------------*/	

h1 {
	color: #fff;
	clear: both;
	font-family: 'Amatic SC', cursive, arial, sans-serif;
	font-size: 110px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 1.1em;
	margin-bottom: 40px;
}
.blog_single_title h1 {
	clear: both;
	font-family: 'Amatic SC', cursive, arial, sans-serif;
	font-size: 72px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 1.1em;
	margin-bottom: 40px;
}
h2 {
	color: #fff;
	font-family: 'Amatic SC', cursive, arial, sans-serif;
	font-size: 80px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.4em;
	margin-bottom: 20px;
}
h3 {
	color: #fff;
	font-family: 'Amatic SC', cursive, arial, sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.4em;
	margin-bottom: 30px;
}
h3#reply-title {
	font-family: 'Amatic SC', cursive, arial, sans-serif;
	font-size: 100px;
	transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	float:left;
	margin-left:-127px;
	margin-top: 245px;
}
h4 {
	font-family: 'Amatic SC', cursive, arial, sans-serif;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin-bottom: 40px;
	color:#fff;
}
h4.sitemap {
	font-family: 'Amatic SC', cursive, arial, sans-serif;
	font-size: 25px;
	line-height: 1.4em;
	margin: 10px 0 30px 0;
}
hr {
	border:none;
	clear: both;
	margin:50px 0 50px 0;
	padding: 70px 0 0;
	opacity: 0.5!important;
	color: #ffe2a4;
}
.port_wrap hr {
	clear: both;
	margin: 0 0 40px;
	padding: 0px;
	opacity: 0.2;
}
.creativ-shortcode .creativ-shortcode-col hr {
	margin-top: -11px;
	margin-bottom: 15px;
	opacity: 0.2;
	padding: 0px;
}
.css_post_message{
	font-family: 'Amatic SC', cursive, arial, sans-serif;
	font-size: 25px!important;
	padding-top: 25px!important;
	color:#ffe2a4!important;
}
.css_post_separator{
	padding: 10px!important;
}
h5 {
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size:26px;
	line-height:1.4em;
	margin-top: 18px;
	margin-bottom: 20px;
	font-weight: 600;
	color:#fff;
}
h6 {
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size:22px;
	line-height:1.4em;
	margin: 10px 0 20px 0;
	font-weight: 600;
	color:#fff;
}
#footer_wrapper h6 {
	padding-bottom: 10px;
	margin-top: 0px;
}
p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	line-height:1.6em;
	margin-bottom:30px;
	font-weight: 400;
}
p.form-allowed-tags {
	display: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	line-height:1.6em;
	margin-bottom:30px;
	margin-top:-20px;
	clear:both;
}
a:focus img {
	outline: none;
}
.page_wrap a {
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	outline: none;
}
.page_wrap a:hover {
	text-decoration:underline;
}
ul, ol {
	margin:0;
	padding:0;
}
ul li ul li, ol li ol li {
	margin:0;
	padding:0 0 0 23px;
}
ul.sitemap, ol.sitemap {
	margin:0;
	padding:0 0 30px 0;
}
ul.sitemap li:before, ol.sitemap li:before {
	content:"";
	padding-right: 0px;
	line-height:1.6em;
}
.homeloop ul li:before {
	content:"";
	padding-right:0;
}
.homeloop h3 {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin-bottom: 40px;
}
.homeloop ul li {
	line-height:1.4em;
}
ul li {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	List-style:none inside none;
}
ul li:before {
	line-height:1.6em;
}
ul li a, ol li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	cursor:pointer;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
ul li a:hover, ol li a:hover {
	text-decoration: underline;
}
ol li {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 1.6em;
	list-style:decimal inside;
}
blockquote {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:30px;
	text-align:center;
	line-height:1.6em;
	clear:none;
	text-shadow:none;
}
.blog_wrap blockquote p, .blog_wrap blockquote {
	font-size:40px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:right;
	margin:0;
	border-bottom:none;
	border-top:none;
	letter-spacing:-1px;
}
blockquote p {
	clear: both;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.2em;
	padding: 0 0 0 30px;
	text-align: left;
	text-shadow: none;
}
.blog_wrap blockquote p {
	border-left: 0px solid transparent;
}
.blog_wrap blockquote {
	width: 75%;
	float: right;
}
.intro, .intro a, .intro a:hover {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:24px;
	line-height:1.6em;
	margin-bottom:20px;
	font-weight: 600;
	letter-spacing:-1px;
}
.intro a {
	text-decoration:underline;
}
strong {
	font-weight: 600;
}
/*--------------------Header----------------------------*/

.page_wrap_dark {
	width:100%;
}
.page_wrap {
	width:100%;
	padding-top: 10px;
}
.wrapper {
	width:1160px;
	margin:0 auto;
	padding:20px;
	clear: both;
}
.comment_listing .wrapper {
    padding:0px;
}
.odd .wrapper, .even .wrapper {
	padding: 0px;
}
.top_logo {
	float:left;
}
.top_menu {
	float:right;
	margin-top: 12px;
}
.meta_data {
	float:left;
	width:25%;
}
.blog_single_hr {
	float:left;
	width:65%;
	margin-top: 30px;
}
.post_format_icon {
	display:block;
	float:left;
	width:100%;
}
.meta_date {
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size:24px;
	float:left;
	margin-top:25px;
	font-weight:400;
	opacity:.7;
}
.meta_author {
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size:14px;
	float:left;
	width:100%;
	margin-top:10px;
	font-weight:400;
}
.blog_title {
	float:left;
	width:75%;
}
.port_title {
	float:left;
	width:70%;
}
.meta_data hr {
	width:70%;
	float:left;
}
.port_title {
	clear:both;
}
.blog_wrap hr, .blog_wrap_inner hr, .blog_wrap_noimg hr {
	margin:0 0 40px;
	padding: 0px;
}
.page_wrap_inner hr {
	margin:0 0 40px;
	padding: 0px;
}
.blog_wrap_noimg .blog_single_title {
	float:left;
	width:100%;
}
.blog_title a, .blog_title, .port_title {
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size:72px;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	text-decoration:none;
	line-height:1em;
	font-weight:600;
	letter-spacing: -1px;
	margin-bottom: 40px;
}
.blog_title a:hover {
	text-decoration:none;
}
.blog_wrap {
	float:left;
	width:100%;
	padding: 80px 0px;
}
.blog_author_blog {
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size: 14px;
	text-align: right;
}
.blog_wrap_inner, .home_wrap, .page_wrap_inner, .blog_wrap_noimg {
	float:left;
	width:100%;
}
.blog_wrap_inner {
	background-size: 1160px !important;
}
#top_spacer {
	padding-top:75px;
}
.sf-menu, .sf-menu {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:before {
	content:"";
	padding-right:0;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
	list-style:none;
	margin: 0 45px 0 0;
	/*padding:0;*/
	padding-top: 20px;
	text-align:left;
	display:block;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.sf-menu li:last-child {
	margin-right:0;
}
.sf-menu a {
	display:block;
	position:relative;
}
.webkit .sf-menu li:hover ul, .webkit .sf-menu li.sfHover ul {
	left:0px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:-15px;
	top:1.4em; /* match top ul list item height */
	z-index:999999;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
ul.sf-menu li.current-menu-item a {
	color:#ffffff;
}
ul.sf-menu li ul.sub-menu li.current-menu-item a {
	color:#ffffff;
}
ul.sf-menu li ul.sub-menu li.current-menu-item li a {
	color:#badcea;
}
ul.sf-menu li ul.sub-menu li.current-menu-item li a:hover {
	color:#ffffff;
}
/*** DEMO SKIN ***/

.sf-menu li a {
	color:#fff;
	text-decoration:none;
	display:block;
	font-size:30px;
	font-family: 'Amatic SC', cursive;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	font-weight: 400;
}
ul.sf-menu li ul.sub-menu li a, ul.sf-menu li ul.sub-menu li a ul li a {
	text-decoration:none;
	display:block;
	font-size:25px;
	padding:8px;
	font-family: 'Amatic SC', cursive;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
ul.sf-menu li ul.sub-menu li a:hover {
	text-decoration:none;
	display:block;
	font-size:25px;
	padding:8px;
	color: #a7956e;
	font-family: 'Amatic SC', cursive;
}
.sf-menu li a:hover {
	text-decoration:none;
	display:block;
	font-size:30px;
	color: #a7956e;
	font-family: 'Amatic SC', cursive;
}
.sf-menu ul li {
	padding:0px;
}
.sf-menu li li {
	min-width:170px;
}
.sf-menu li ul {
	margin-top:36px;
	padding:5px;
	border-top:2px solid #fff!important;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	display:none;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:.8em;
	background-position:0 -103px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position:-10px -103px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:-10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:7px 5px;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active, .sf-menu ul li:hover > a, .sf-menu ul li.sfHover > a {
	background-position:-10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding:0px;
	margin:0;
}
.sf-shadow ul.sf-shadow-off {
	background:transparent;
}
ul.sf-menu li ul li a {
	padding:10px 0 0 0;
	display:block;
}
ul.sf-menu li ul li ul {
	padding:5px;
	display:block;
	margin: 0px 0px 0px 6px;
}
.sf-menu li li li {
	min-width:170px;
}
.sf-menu li ul li ul {
	margin-top:35px;
	padding:5px;
}
.breadcrumbs {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	margin-bottom: 10px;
	font-weight: 600;
}
.breadcrumbs a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	text-decoration:none;
	margin-right: 10px;
	font-weight: 600;
}
.breadcrumbs a:hover {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	text-decoration:underline;
	font-weight: 600;
}
/*--------------------Footer----------------------------*/	

#outer_footer_wrapper {
	width:100%;
	position:relative;
	z-index: 5;
	margin-top:-1px;
	float:left;
	clear:both;
}
.copyright_message {
	font-size:12px;
	padding-bottom:10px;
	font-family: 'Source Sans Pro', sans-serif;
	padding-top: 25px;
	padding-bottom:25px;
	float:right;
	font-weight:300;
	opacity: 0.5;
}
.copyright_message a {
	font-size:12px !important;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration:none;
 transition:all .3s ease-in;
 -o-transition:all .3s ease-in;
 -moz-transition:all .3s ease-in;
 -webkit-transition:all .3s ease-in;
	text-transform: uppercase;
}
.copyright_message a:hover {
	font-size:12px;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration:underline;
}
#footer_wrapper {
	padding: 20px 20px 20px 20px;
	width: 1160px;
	margin:0 auto;
	margin
}
#footer_wrapper ul li:before {
	content:"+";
	padding-right:5px;
}
#footer_wrapper ul li, #footer_wrapper ol li, #footer_wrapper ul li a, #footer_wrapper ol li a, #footer_wrapper a {
	text-decoration:none;
}
#footer_wrapper ul li a, #footer_wrapper ol li a {
	font-size: 14px;
	line-height: 2.3em;
}
#footer_wrapper ul li a:hover, #footer_wrapper ol li a:hover, #footer_wrapper a:hover {
	text-decoration:underline;
}
/*--------------------Theme Styles----------------------------*/

.odd, .even {
	float:left;
	width:100%;
}
.light {
	opacity:.5;
}
#featured_image {
	position:relative;
	z-index:1;
	min-height:250px;
	float:left;
	width:100%;
}
.ie8 #featured_image {
	min-height:900px;
}
.one_third, .one_fourth {
	position: relative;
	margin-left: 4%;
	float: left;
}
.one_fourth, .one_fourth_first, .one_third, .one_third_first, .two_third, .one_half_first, .one_half {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	line-height:1.4em;
	margin-bottom:20px;
}
.one_fourth {
	position: relative;
	margin-left: 4%;
	float: left;
	width: 22%;
}
.one_third {
	width: 30%;
}
.one_fourth_first {
	width: 22%;
	position: relative;
	clear: left;
	margin-left: 0;
	float: left;
}
.one_third_first {
	width: 30.66%;
	position: relative;
	clear: left;
	margin-left: 0;
	float: left;
}
.two_third {
	width: 65.33%;
	position: relative;
	margin-left: 4%;
	float: left;
}
.one_half {
	width: 48%;
	position: relative;
	margin-left: 4%;
	float: left;
}
.one_half.homeloop {
	/*float: left;
	margin-left: 4%;
	position: relative;
	width: 42%;
	padding: 30px;*/
	position: absolute;
	top: 1860px;
	width: 42%;
	padding: 30px;
	background-color: transparent;
}
.page-template-template-homeportfolioloop-php .one_half_first{
	width: 100%!important;
}
.one_half_first {
	width: 48%;
	position: relative;
	clear: left;
	margin-left: 0;
	float: left;
}
div .first {
	clear: left;
	margin-left: 0;
}
.post_tags_wrap {
	float:left;
	margin-bottom:40px;
}
.blog_date_wrap {
	float:right;
	margin-bottom:40px;
}
.post_tags_title {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size:24px;
	margin-bottom:5px;
}
.cat_tags a {
	font-size:14px;
	display:inline-block;
	text-decoration:none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-family: 'Source Sans Pro', sans-serif;
}
.blog_date_block {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size:24px;
	margin-bottom:5px;
}
.blog_single_title {
	position:relative;
	width:45%;
	z-index:5;
	float:right;
}
.recent_posts_date {
	font-size: 14px;
	float:left;
	clear:both;
	opacity: 0.6;
}
.recent_posts_title, .recent_posts_title a {
	font-size:24px;
	float:left;
	clear:both;
	margin: 5px 0 3px 0;
	letter-spacing: -1px;
}
.homeloop hr {
	float: left;
	margin-bottom: 22px;
	margin-top: 22px;
	width: 45%;
	padding: 0px;
}
.shorty hr {
	float: left;
	margin-bottom: 50px;
	margin-top: 50px;
	width: 17%;
	padding: 0px;
}
.view_more_home {
	display:block;
	background-image:url("img/viewmore.png");
	background-repeat:no-repeat;
	float:left;
	clear:both;
	margin-top:30px;
	margin-bottom:20px;
	height: 30px;
	background-size:20px 29px;
}
.view_more {
	background-image: url("img/viewmore.png");
	background-repeat: no-repeat;
	background-size: 20px 29px;
	clear: both;
	display: block;
	float: left;
	height: 30px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.view_more_home a, .view_more a {
	padding-left:35px;
}
.portfolio_home_button {
	display:block;
	float: right;
	margin-top: 20px;
	background-color:transparent;
}
.portfolio_home_button a {
	background-image:url("img/viewmore.png");
	background-position: 20px 11px;
	background-repeat: no-repeat;
	background-size: 20px 29px;
	font-size: 24px;
	font-weight: 600;
	padding: 10px 25px 10px 50px;
}
.portfolio_home_button a:hover {
	text-decoration:none;
}

/* calendar widget */
.widget_calendar {float: left; }
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; font-weight:400; font-size: 14px; margin-top:-10px; padding:10px 10px 0 0; padding-bottom: 15px; }
#wp-calendar thead { font-size: 12px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody td { border: 1px solid transparent; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: transparent; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 0px; }
#wp-calendar thead th {padding-bottom: 10px; text-align: center;}

/*--------------------Pagination----------------------------*/
.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:12px;
	text-align: right;
}
.pagination span {
	margin: 3px 15px 0px 0px;
	text-decoration:none;
	width:auto;
	font-family: 'Source Sans Pro', sans-serif;
}
.pagination a {
	text-align:center;
	margin: 3px 15px 0px 0px;
}
.pagination a, .pagination a:hover {
	font-size:16px;
	text-decoration:none;
}
.pagination .current {
	padding: 10px 15px;
	font-size:16px;
}
.pagination .inactive {
	padding: 10px 15px;
}
.pagination span {
	color:#656565;
	font-size:16px;
}
.pagination2 {
	margin-top: 20px;
}
#pagination2 {
	width:100%;
	clear:both;
}
.pagination2 p {
	display: inline-block;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 0;
}
.pagination2 a {
	display: inline-block;
	font-size: 12px;
	margin: 0 0 0 5px;
	padding: 10px 5px;
	line-height: 0;
 transition:background-color .3s ease-in;
 -o-transition:background-color .3s ease-in;
 -moz-transition:background-color .3s ease-in;
 -webkit-transition:background-color .3s ease-in;
	font-family: 'Source Sans Pro', sans-serif;
}
.pagination2 a:hover {
	display: inline-block;
	line-height: 0;
	margin: 0 0 0 5px;
	padding: 10px 5px;
	font-size: 12px;
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
}
.page-numbers, a.page-numbers {
	cursor:pointer;
	font-size:12px;
	display: inline-block;
	padding: 5px 10px;
	font-weight: 400;
	float: left;
	border-bottom: none;
	margin-right: 10px;
	margin-top: 10px;
	text-decoration: none;
 transition:background-color .3s ease-in;
 -o-transition:background-color .3s ease-in;
 -moz-transition:background-color .3s ease-in;
 -webkit-transition:background-color .3s ease-in;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 50px;
}
a.page-numbers:hover {
	text-decoration:none;
}
.page-numbers.current {
	cursor:pointer;
	font-size:12px;
	display: block;
	padding: 5px 10px;
	font-weight: 400;
	float: left;
	border-bottom: none;
	margin-top: 10px;
}
/*--------------------Forms, Inputs & Submits----------------------------*/

textarea {
	background:none;
	margin-bottom: 25px;
	padding: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	outline: none;
 transition:all .3s ease-in;
 -o-transition:all .3s ease-in;
 -moz-transition:all .3s ease-in;
 -webkit-transition:all .3s ease-in;
	border:none;
	margin-top:10px;
	width:70%;
	float:left;
	clear:both;
	font-weight:500;
	border:3px solid transparent;
}
textarea:focus {
	background:none;
	outline: none;
	border:none;
	padding: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight:500;
}
input[type=text], input[type=email] {
	background:none;
	width: 70%;
	margin-bottom: 15px;
	padding: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	outline: none;
	font-weight:200;
 transition:all .3s ease-in;
 -o-transition:all .3s ease-in;
 -moz-transition:all .3s ease-in;
 -webkit-transition:all .3s ease-in;
	border:none;
	margin-top:10px;
	border:3px solid transparent;
}
input[type=text]:focus, input[type=email]:focus {
	background:none;
	outline: none;
	border:none;
	padding: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight:500;
	background-color:transparent;
}
input[type=submit] {
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px !important;
	display: block;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	padding:6px 15px 6px 15px;
 transition:all .3s ease-in;
 -o-transition:all .3s ease-in;
 -moz-transition:all .3s ease-in;
 -webkit-transition:all .3s ease-in;
	clear:left;
	background-color:transparent;
}
input[type=submit]:hover {
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px !important;
	display: block;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	padding:6px 15px 6px 15px;
	background-color:transparent;
	border:1px solid transparent;
}
#commentform input[type=text], #commentform input[type=email], #commentform textarea {
	font-size:16px;
	padding: 15px;
}
#commentform input[type=text]:focus, #commentform input[type=email]:focus, #commentform textarea:focus {
	background-color:transparent;
}
input#author, input#email, input#url {
	float:left;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url, p.comment-form-comment {
	clear:both;
	font-size: 14px;
}
p.comment-form-author label, p.comment-form-email label, p.comment-form-url label, p.comment-form-comment label {
	line-height: 1.4em;
	width:100%;
}
input:focus {
	outline: none;
}
#commentform {
	float: left;
	width: 68%;
	margin-left: -78px;
}
div.wpcf7 {
	padding:0px 0 0 !important;
}
.wpcf7-form textarea {
	margin-bottom:25px;
}
.wpcf7-form p {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	clear:both;
	margin-bottom:0;
}
span.wpcf7-not-valid-tip {
	background:none repeat scroll 0 0 transparent !important;
	left:8px !important;
	border:none !important;
	top:-5px !important;
	color: transparent !important;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 0 !important;
	clear:both !important;
}
div.wpcf7-validation-errors {
	border:none !important;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	clear:both !important;
}
div.wpcf7-response-output {
	margin: 0px !important;
	padding: 0px !important;
	width: 100%;
}
div.wpcf7-mail-sent-ok {
	border:none !important;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	clear:both !important;
}
div.wpcf7 img.ajax-loader {
	float:left !important;
	clear:both !important;
	height:auto !important;
	width:auto !important;
}
#commentform input.error, #commentform textarea.error, .wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	display: block;
	clear: both;
	padding:15px;
	margin-top:10px;
	margin-bottom:15px;
}
.error {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	display: block;
	clear: both;
}
form#commentform label {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	float:left;
	opacity: 0.5;
    width:100% !important;
}
/****** START OF Post comment styling by jonathan **/

.comment_title {
	border:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:30px;
	margin-top:60px;
	font-weight: 200;
}
.comment-main {
	overflow:hidden;
}
.comment-content {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	float: left;
	width:100%;
}
.cancel-comment-reply {
	margin-top:5px;
}
.comment-meta {
	margin-bottom: 10px;
	display:inline-block;
	float:left;
	font-size: 26px;
	margin-right: 50px;
	font-weight: 500;
	letter-spacing:-1px;
}
.comment-date {
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	clear:both;
	font-weight: 500;
}
.comment-date a, .cancel-comment-reply a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	text-decoration:none;
}
.comment-date a:hover, .cancel-comment-reply a:hover {
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
}
a#cancel-comment-reply-link {
    display: block;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 22px;
    margin-bottom: 40px;
    text-decoration: none;
}
a#cancel-comment-reply-link:hover {
	text-decoration:none;
	font-size:22px;
}
a.comment-reply-link {
	float: left;
	font-size: 14px;
	margin: 0 0 0 5px;
	margin-right: 50px;
	font-weight: 500;
}
/****** END OF Post comment styling by jonathan **/

	
ul.children {
	list-style:none;
}
.comment-content ul.children {
	background-image: url("img/chat_icon.png");
	background-position: 0 28px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	list-style: none outside none;
	padding-left: 40px;
}
ul.children li {
	padding-right:0;
	padding-bottom:0;
	width:100%;
}
.comment {
	display: block;
	width: 100%;
}
.commentlist {
	width:100%;
	margin-bottom: 40px;
	float:left;
	margin-top:40px;
}
.commentlist li {
	position: relative;
	list-style:none;
	background:none;
	border:none;
	clear: both;
	margin-bottom:20px;
}
.commentlist ul.children li:first-child {
	margin-top:40px;
}
.commentlist ul li:before {
	content: "";
}
.commentlist li:last-child .comment_ptext {
	border-bottom:none;
}
.commentlist ul {
	float: none;
	position: relative;
	z-index: 99;
}
.commentlist p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}
#respond {
	padding-top: 50px;
	min-height:700px;
}
ul.children li p {
	margin-left: 50px;
}
.comment_ptext {
	float: left;
	margin-left: 25%;
	margin-top: -60px;
	width: 75%;
}
/*------------------------Staff------------------------*/

.employee_name {
	float:left;
	width:100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 60px;
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: 600;
	letter-spacing: -2px;
}
.employee_title {
	float:left;
	width:100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	margin-bottom: 60px;
	font-weight: 600;
}
.staff_content hr {
	width:60%;
	float: left;
	margin-bottom: 40px;
	padding-top: 20px;
}
.staff_hr hr {
	width:60%;
	margin-bottom: 10px;
	margin-top: 0px;
	display: block;
	padding-top: 0px;
}
.employee_social {
	clear: both;
	float: left;
	width: 100%;
}
.employee_social a {
	float: left;
	margin-right: 15px;
	background-color:transparent;
}
.staff_wrapper {
	margin-bottom:25px;
	float:left;
	margin-top: 30px;
}
a.social_size img {
	width: 40px;
	height: 40px;
}


/*--------------------WordPress Default Playlist Styling ----------------------------*/

.mejs-container {
    background: transparent !important;
}
.wp-audio-playlist .mejs-container {
    margin-top: -30px !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: none repeat scroll 0 0 #FFFFFF !important;
border-radius: 0 !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important;
border-radius: 0px !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
background: none repeat scroll 0 0 #FFFFFF !important;
}

.mejs-controls .mejs-time-rail span {
border-radius: 0 !important;
}

.mejs-container .mejs-controls {
    background: rgba(50, 50, 50, 0.4) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.mejs-container .mejs-controls .mejs-time {
    padding: 9px 3px 0 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important;
}

.wp-playlist-light {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #797C81 !important;
    border: 1px solid #C2CCD1 !important;
}

.wp-playlist-item-artist {
    color: #FFFFFF;
    font-size: 11px !important;
    text-transform: none !important;
}

.wp-playlist-item-album {
    font-style: normal !important;
    color: #ffffff;
}

.wp-playlist-caption .wp-playlist-item-title {
    font-size: 16px !important;
    color: #ffffff;
}

a.wp-playlist-caption, a.wp-playlist-caption span.wp-playlist-item-title {
    color: #797C81;
}

a.wp-playlist-caption:hover {
    border-bottom: 0px solid transparent !important;
    text-decoration: none !important;
}

.wp-playlist-item {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
    border-top: 1px solid !important;
    margin-top: -1px;
    border-bottom: 0 solid !important;
}

.wp-playlist-item:last-child {
    border-bottom: 1px solid !important;
}

.wp-playlist-item-length {
    top: 10px !important;
    right: 10px !important;
    font-size: 18px !important;
}

.wp-playlist-tracks, .wp-playlist-caption {
    text-align: left;
    margin-top: 0px !important;
    padding-top: 14px;
}

.wp-playlist-tracks {
    margin-top: 0px !important;
    padding-top: 0px;
}

.wp-playlist {
    padding: 0px !important;
    border: 0 solid rgba(0, 0, 0, 0) !important;
}

.wp-playlist-light .wp-playlist-item {
    padding: 10px !important;
    font-weight: 400;
}

.wp-playlist-light .wp-playlist-playing, .wp-playlist-light .wp-playlist-item:hover {
    background: none repeat scroll 0 0 #F5F5F5 !important;
}

.wp-playlist-item .wp-playlist-caption, .wp-playlist-light .wp-playlist-item {
    color: #797C81 !important;
}

.wp-playlist-light .wp-playlist-playing a, .wp-playlist-light .wp-playlist-playing .wp-playlist-item-length, .wp-playlist-playing a.wp-playlist-caption span.wp-playlist-item-title {
    color: #2B2F35 !important;
}

.wp-playlist .wp-playlist-current-item img {
    max-width: 100px !important;
}

.wp-playlist-current-item {
    height: 130px !important;
    margin-bottom: 0 !important;
    padding: 10px !important;
    border-radius: 3px 3px 0 0;
}

.mejs-controls .mejs-button button {
    margin: 7px 9px !important;
}



/* THEME SPECIFIC PLUGIN CSS */

body .creativ-shortcode-button:hover {
	border: 1px solid transparent !important;
}
body .creativ-shortcode-button-colour-theme {
	background-color: transparent !important;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	text-transform: none !important;
 transition:all .3s ease-in!important;
 -o-transition:all .3s ease-in!important;
 -moz-transition:all .3s ease-in!important;
 -webkit-transition:all .3s ease-in!important;
}
body .creativ-shortcode-button-colour-theme:hover {
	border: 1px solid transparent!important;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	text-transform: none !important;
}
body .creativ-shortcode-button-size-large {
	padding: 10px 15px !important;
}
body .creativ-shortcode-toggle-active {
	border-color: transparent!important;
}
body .creativ-shortcode-toggle .creativ-shortcode-toggle-content {
	border-top: 1px solid transparent!important;
}
body .creativ-shortcode-toggle h3.creativ-shortcode-toggle-heading {
	font-weight: 500 !important;
	letter-spacing: 0px !important;
	font-size: 20px !important;
}
body .creativ-shortcode-toggle {
	border: 1px solid transparent!important;
}
body .creativ-shortcode-tab-buttons a:hover, body .creativ-shortcode-tab-buttons a.active {
	text-decoration: none !important;
}
body .creativ-shortcode-tabpane {
	border: 1px solid transparent!important;
	padding: 20px 0px !important;
}
.ja-social-icon:hover {
	text-decoration: none !important;
}
body .creativ-shortcode-button {
	text-decoration:none !important;
}
body .creativ-shortcode-alertbox-colour-theme {
	border: 1px solid transparent!important;
	border-radius: 0px!important;
}
body .creativ-shortcode-alertbox p {
	font-size: 17px !important;
}
.creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox p {
	border-radius: 0px!important;
	font-size: 18px !important;
	font-weight: 400 !important;
}
.creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox a {
	text-decoration: none !important;
}
.creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox a:hover {
	border-radius: 0px!important;
	text-decoration: underline !important;
}
.creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox a {
	text-decoration:underline;
}
.creativ-shortcode-col-inner {
	margin: 0 40px 0 0 !important;
}
body .creativ-shortcode-map p {
	padding: 5px !important;
}
/* Alternative Portfolio Style
----------------------------------------------- */
.shortport hr, .shortportlast hr {
	margin:0;
	padding:0;
}
.shortportlast hr {
	margin: 85px 0 55px;
}
#portfolio-filter {
	float: left;
	list-style-type: none;
	width: 100%;
	padding: 25px 0;
}
li.filter {
	padding-right: 10px;
}
#portfolio-filter li {
	display: inline;
	list-style:none;
	float:left;
}
#portfolio-filter li:before {
	content:"";
	padding-right:0;
}
#portfolio-filter li a {
	display: inline;
	padding-right: 10px;
	text-decoration: none;
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
}
#portfolio-filter li a.current, #portfolio-filter li a:hover {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}
#portfolio-filter li a .slash:after {
	content:"/";
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	padding-left:10px;
}
#portfolio-filter li:last-child a .slash:after {
	content:"";
}
#portfolio-list li {
	list-style:none;
	font-size:12px;
}
#portfolio-list li:before {
	content:"";
	padding-right:0;
}
li.portfolio-item {
	float: left;
	margin-bottom: 80px;
	overflow: visible;
	position: relative;
	width: 47%;
	margin-right: 34px;
}
li.portfolio-item a {
	font-size:24px;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
	transition:all 0.5s ease-in;
}
li.portfolio-item a.title {
	display: inline-block;
	line-height: 1.2em;
	max-width: 75%;
	opacity: 0.7;
	font-weight: 600;
}
li.portfolio-item a:hover {
	opacity:1;
	text-decoration:none;
}
.port_date {
	float:right;
	font-size: 14px;
	line-height:2em;
}
.thumb {
	margin-bottom:25px;
	border: 5px solid rgba(0, 0, 0, 0.1);
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.shortport {
	padding-top: 70px;
}
.filter {
	font-size: 18px;
	font-weight: 600;
	opacity: 0.7;
}
.thumb:hover {
	opacity:.3;
	background-color:#000000;
}
#portfolio-wrapper {
	width:1199px;
	padding-top: 20px;
}
.mask {
	display: block;
	height: 100%;
	opacity: 1;
	width: 100%;
}
.portfolio_home_button a {
	background-color:transparent;
}
.portfolio_home_button a:hover {
	border:1px solid transparent;
}
/* SPECIFIC STYLING FOR SOLILOQUY SLIDER */

.soliloquy-container .soliloquy .soliloquy-slides > li:before, .soliloquy-container li:before {
	content:"" ;
	padding-right: 0px;
	line-height:1em;
}


.staff_wrapper .one_half{
	display:none;
}
.staff_wrapper .one_half_first{
	float: none;
	margin: 0 auto;
}
.staff_wrapper .one_half_first img{
}
.staff_wrapper{
	min-height:336px;
	background-image: url(http://www.trailerpack.de/wp-content/uploads/member_bg.png);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center bottom;	
}
.page_wrap{
	 padding-bottom:50px;
}
.page-template-template-staff-php .page_wrap, .blog .page_wrap{
	background-image: url(http://www.trailerpack.de/wp-content/uploads/footer_bg.jpg);
	background-repeat:no-repeat;
	background-size: auto;
	background-position: center bottom;
}
.page-template-template-homeportfolioloop .page_wrap{
	background-image: url(http://www.trailerpack.de/wp-content/uploads/swiss_home1.jpg), url(http://www.trailerpack.de/wp-content/uploads/footer_bg.jpg);
	background-repeat:no-repeat;
	background-size: auto, auto;
	background-position: center top, center bottom;
}
.page-id-856 .page_wrap{
	background-image: url(http://www.trailerpack.de/wp-content/uploads/swiss_home1.jpg);
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: center top;
}

.page-template-template-homeportfolioloop #featured_image, .page-template-template-homeportfolioloop .page_wrap{
	background-color: #181a1e!important;
}

#featured_image, .top_logo{
	display:none;
}
.top_menu{
	float: none;
	margin: 0 auto;
	width: 640px;
	/*margin-top: 12px;*/
}
hr{float:none;width:100%;clear: both;}

.page-template-template-homeportfolioloop .home_wrap_inner, .copyright_message, .one_half.homeloop{
	display: none;
}
#menu-item-834, #menu-item-909{
	margin-right: 25px;
}
#menu-item-792{
	margin-right: 30px;
	padding-top: 0px;
	width: 70px;
	height:70px;
	background-image: url(http://www.trailerpack.de/wp-content/uploads/logo_bar.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	background-position: top center;
}
#menu-item-792 a{
	height: 100%;
	text-indent: -9999px;
}
.page_wrap_dark {
    z-index: 9999;
}
.page_wrap {

}
.sf-menu li ul li ul, 
.sf-menu li ul, 
.woocommerce table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover, 
.woocommerce-page table.cart a.remove:hover, 
.woocommerce-page #content table.cart a.remove:hover, 
.price_slider_wrapper .ui-widget-content, 
.wp-playlist-current-item {
background: rgba(24, 26, 30, 0.5)!important; }

.page_wrap_dark{
  background: rgba(24, 26, 30, 0.5);
}
.sf-menu li a, ul.sf-menu li ul.sub-menu li a, ul.sf-menu li ul.sub-menu li a ul li a{
	color:#fff;
}
#footer_wrapper .box_one {
	font-size: 13px;
}

#footer_wrapper a,
#footer_wrapper {
	color:#fff;
}

.page-template-template-homeportfolioloop .one_half_first .intro,
.page-template-template-homeportfolioloop .one_half_first .historie,
.page-template-template-homeportfolioloop .one_half_first .tfft{
	text-align: center
}
.intro{
	margin-top: 20px;
}
.intro img{
	margin-left: 12%;
}
.tfft hr, .intro hr, .page-template-default .historie hr{
	opacity: 1!important;
	border: none;
	background-size: 100% 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(http://www.trailerpack.de/wp-content/uploads/hr_sign.png); 
}
.page-template-default .historie hr{
	margin-top: 100px;
}

.tfft h1{
	font-size: 122px;
	font-family: 'Amatic SC', cursive;
}
.events .title {
font-size: 20px;
height: 100%;
width: 70%;
float:right;
}
.page-id-856 .historie{
	margin-top:180px;
}

.historie{
	position: relative;
	min-width: 400px;
	color:#fff;
}
.historie .desc{
	text-align: center;
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
	position: relative;
	font-weight: bolder;
	z-index: 10;
	min-height: 400px;
	top: 300px;
	text-shadow: 0px 1px 11px #000000;
}
.page-id-856 .historie .desc{
	text-align: center;
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
	position: relative;
	font-weight: bolder;
	z-index: 10;
	min-height: 180px;
	top: 100px;
	text-shadow: 0px 1px 11px #000000;
}
.historie .view_more{
	text-shadow:none;
	float: none;
	top: 40px;
	line-height: 26px;
	font-weight: normal;
	position: relative;
	margin-top: 70px;
	width: 150px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.page-id-856 .historie .traveller{
	position: absolute;
	margin: 0 auto;
	top: 50px;
	width: 100%;
 }
.home .historie .traveller{
	position: absolute;
	margin: 0 auto;
	top: 250px;
	width: 100%;
}
.home .historie .traveller img{
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;

/*	position: relative; */
	top: -180px;
   /* background-size: cover;*/
}
.pace .pace-progress{
	height:3px!important;
	margin-top: 0px!important;
}
.css_form_messagefield{
	width: 90%!important;
}

.page .historie .traveller img{
position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;

/*	position: relative; */
	top: 0px;
   /* background-size: cover;*/
}
.one_half.homeloop{
	padding-top: 30px;

}
.slider{
	background-size: 100% 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(http://www.trailerpack.de/wp-content/uploads/slider_bg.jpg); 
}
.slider .metaslider{
	margin: 0 auto;
	top:40px;
}

.shop hr{
	margin-top: 0;
	padding-top: 0;
}
.links hr{
	margin: 0;
	padding-top: 40px;
}
.links{
	text-align: center;
}
.links img{
	width: 110px;
	height: 120px;}

.page_wrap, #featured_image, .blog_wrap_inner, body, .blog_wrap_noimg{
	background-color: #181a1e!important;
}
.breadcrumbs,
.css_form_text,
input[type="submit"],
.woo_right,
input.input-text.qty.text, 
.chzn-container .chzn-results .highlighted,
#portfolio-filter li a, 
#portfolio-filter li a .slash:after, #portfolio-list li, 
.blog_title a:hover, 
.meta_author, 
p, .breadcrumbs a, 
.woocommerce div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce div.product span.price del, .woocommerce div.product p.price del, 
.woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, 
.woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, 
.woocommerce-page #content div.product span.price del, 
.woocommerce-page #content div.product p.price del, 
input.input-text, del span.amount, .wp-playlist-light .wp-playlist-playing a, 
.wp-playlist-light .wp-playlist-playing .wp-playlist-item-length, 
.wp-playlist-playing a.wp-playlist-caption span.wp-playlist-item-title,
 p.comment-form-author label, p.comment-form-email label, p.comment-form-url label, p.comment-form-comment label, 
 .meta_date,
 .blog_date_block, .woocommerce div.product .stock,
 .woocommerce label, legend,
 .employee_name{
	color:#fff;
}
.comment-meta,
.cat_tags a, .blog_author_blog, .comment-date, .employee_title, .product_meta,
.page_wrap a,
.blog_title a{
	color: #ffe2a4;
}
.even, .comment_listing, #outer_footer_wrapper{
	background-color: rgba(33, 36, 41, 0.5) !important;
}

.chzn-container .chzn-results .highlighted,
#customer_details .input-text,
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info,
.woocommerce #payment, .woocommerce-page #payment,
body .creativ-shortcode-alertbox-colour-theme, body .creativ-shortcode-tab-buttons a:hover, body .creativ-shortcode-tab-buttons a.active, body .creativ-shortcode-toggle h3.creativ-shortcode-toggle-heading, body .creativ-shortcode-button-colour-theme:hover, .woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box, .woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table, .woocommerce .addresses .title .edit:hover, .woocommerce-page .addresses .title .edit:hover
{
	background-color: #ffe2a4!important;
	color:#181a1e!important;
	 text-shadow:none !important;
}
input[type="text"],
input[type="text"], .css_form_messagefield,
input.input-text.qty.text,
input[type="email"]
.woocommerce-page form .form-row input.input-text, 
.woocommerce-page form .form-row textarea, 
.woocommerce table.cart td.actions .coupon .input-text, 
.woocommerce #content table.cart td.actions .coupon .input-text, 
.woocommerce-page table.cart td.actions .coupon .input-text, 
.woocommerce-page #content table.cart td.actions .coupon .input-tex
#commentform textarea, 
.woocommerce form .form-row textarea,
 #wp-calendar tbody td,
textarea, .woocommerce form .form-row input.input-text
{
	background-color: #212429!important;
}

.even .wrapper:hover{
	background-color: #ffe2a4;
}
div.wpcf7-response-output, div.wpcf7-mail-sent-ok, .error, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table
{
	color:red;
}
/*shop */
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{
	padding:0 0 20px 0;
	border-bottom:1px solid #fff;
}
.wps_title {
	padding:0 0 20px 0;
	border-bottom:1px solid #fff;
}
.wps_title a, .wa_wps_price span{
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
}
.wa_wps_price span, span.amount{
	font-weight: 900;
	font-size: 30px;
	color: #fff;
}
.wps_foo_content{
	text-align: left!important;
}

/*BTNS */
body .creativ-shortcode-button-colour-theme, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button{
	margin-bottom: 40px!important;
}
.woocommerce span.onsale, .woocommerce-page span.onsale, .woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit{
	color:#ffe2a4;
}
.widget_shopping_cart_content{
	border-bottom: 1px solid #fff;
}
.woo_right a.button, .woo_right button.button, .woo_right input.button, .woo_right .price_slider_amount button.button, .woo_right input#searchsubmit,
body .creativ-shortcode-button-colour-theme, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button{
 color:#ffe2a4!important;
 border:1px solid #ffe2a4!important;
}
.woocommerce ul.products li.product a, 
.woocommerce-page ul.products li.product a,
input#searchsubmit,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.current-menu-item a, .meta_author,
.current-menu-ancestor .sf-with-ul{
	color:#ffe2a4!important;
}
.woocommerce-page .woo_right input#searchsubmit{
	border: 1px solid #ffe2a4!important;
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty{
	box-shadow:none!important;
}

.neuigkeiten .events{
	width: 48%;
	float:left;
	margin-right:2%;
}
.events .listing-item{
	min-height: 70px;
	padding: 20px 0 30px 0;
	border-bottom: 1px dashed #666769;
}
.events .date{
	float: left;
	color: #ffe2a4;
	margin-right: 20px;
	width: 40px;
	text-align: center;
	border: 1px solid #ffe2a4;
	padding: 15px 15px 15px 15px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.blog .listing-item{
	padding:20px 0 30px 0
}
.neuigkeiten .blog{
	width: 48%;
	float:right;
}
/*timeline*/
.vco-storyjs .vco-feature h1, 
.vco-storyjs .vco-feature h2, 
.vco-storyjs .vco-feature h3, 
.vco-storyjs .vco-feature h4, 
.vco-storyjs .vco-feature h5, 
.vco-storyjs .vco-feature h6{
	font-family: 'Source Sans Pro'!important sans-serif;
}
.vco-storyjs h2.start, 
.vco-storyjs .vco-feature h3 {
	color: #fff;
}
.vco-slider .nav-next:hover div, .vco-slider .nav-previous:hover div{
	color: #ffe2a4;
}
.vco-storyjs .media{float: right!important;width: 50%!important}
.vco-storyjs .text{float:left!important;}

.page-template-default .vco-storyjs{background-color: #181a1e!important}
.vco-timeline .vco-navigation .timenav-background{background-color: transparent!important}

.page-id-856 .historie{
	margin-top: 270px;
}
.page-template-template-homeportfolioloop .page_wrap{
	background-size: auto auto;
}

/*  START OF MEDIA QUERIES */

@media only screen and (max-width: 1024px) {
 .embed-container {
 position: relative;
 padding-bottom: 52.25%; /* 16/9 ratio */
 padding-top: 30px; /* IE6 workaround*/
 height: 0;
 overflow: hidden;
}
 .embed-container iframe, .embed-container object, .embed-container embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
 img {
 max-width:100%;
 height:auto;
}
 img {
 -ms-interpolation-mode:bicubic;
}
.wrapper, #footer_wrapper {
 width:90%;
}
.one_half.homeloop {
 margin-left:3.5%;
}
li.portfolio-item {
 margin-right:30px;
}
#portfolio-wrapper {
 width: 1002px;
}
.blog_single_title h1 {
 font-size:60px;
}
#commentform {
 margin-left:-160px;
}
h1 {
 font-size:80px;
}
.port_date {
 width:25%;
}
li.portfolio-item a.title {
 width:70%;
}
h2 {
 font-size:60px;
}
.page-template-template-homeportfolioloop .page_wrap{
	background-size: auto auto;
}
.blog_wrap_inner {
 background-size: 990px auto !important;
 min-height:430px !important;
}
.page-id-856 .page_wrap{
	background-size: 150%, 80%;
	padding-top: 20px;

}
.page-id-856 .historie .desc{
	min-height: 180px;
	top: 100px;
}
.page-id-856 .historie .traveller{
	top: 50px;
	width: 100%;
 }

}
@media only screen and (max-width: 960px) {
.wrapper, #footer_wrapper {
 width:90%;
}
li.portfolio-item {
 margin-right:28px;
 width:46%;
}
#portfolio-wrapper {
 width: 910px;
}
.port_date {
 float:none;
 margin-top:0px;
 width:100%;
}
li.portfolio-item a.title {
 max-width: 100%;
 width: 100%;
}
.one_half.homeloop {
 margin-left:2.5%;
}
.comment_ptext {
 margin-left:30%;
 width:70%;
}
.blog_wrap_inner {
 background-size: 860px auto !important;
 min-height:370px !important;
}
.historie{
	position: relative;
	min-width: 400px;
	color:#fff;
}
.historie .desc{
	min-height: 300px;
	top: 170px;
}
.page-id-856 .page_wrap{
	background-size: 250%, 80%;

}
.page .historie .traveller{
	top:50px;
}
.home .historie .traveller{
	top: 200px;
}

}
 @media only screen and (max-width: 768px) {
.top_logo {
 float:none;
 display:none;
 width:100%;
}
.top_menu {
 float:left;
 /*margin-top:22px;*/
}
.sf-menu li ul {
 margin-top:23px;
}
.blog_title {
 margin-top:10px;
}
.blog_wrap blockquote p, .blog_wrap blockquote {
 float:left;
 margin-top:10px;
 text-align:left;
 padding-left:0;
}
#portfolio-wrapper, li.portfolio-item {
 width:100%;
}
.one_half.homeloop {
 margin-left:0;
 width:92%;
}
.one_half_first, .one_half {
 width:100%;
 margin-left:0;
}
h1 {
 font-size:80px;
}
.blog_title a, .blog_title, .port_title {
 font-size:60px;
}
.blog_wrap_inner {
 background-size: 690px auto !important;
 min-height:300px !important;
}
.blog_single_title {
 margin-top: 300px;
 width:100%;
 float:left;
}
.blog_wrap_noimg .blog_single_title {
 margin-top:0;
}
h6 {
 margin:10px 0 0;
}
h3#reply-title {
 margin-left:0;
 margin-top:0;
 transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
 font-size:80px;
}
#commentform {
 margin-left:0;
 width:100%;
} 
.comment_ptext {
 margin-left: 36%;
 width: 64%;
}
body .creativ-shortcode-cols-half-half .creativ-shortcode-col-a, body .creativ-shortcode-cols-half-half .creativ-shortcode-col-b { 
width: 100% !important;
}
body .creativ-shortcode-cols-third-third-third .creativ-shortcode-col-a, body .creativ-shortcode-cols-third-third-third .creativ-shortcode-col-b, body .creativ-shortcode-cols-third-third-third .creativ-shortcode-col-c {
 width: 100% !important;
}
body .creativ-shortcode-cols-twothirds-third .creativ-shortcode-col-a { 
 width: 100% !important;
}
body .creativ-shortcode-cols-twothirds-third .creativ-shortcode-col-b {
 width: 100% !important;
}
body .creativ-shortcode-cols-third-twothirds .creativ-shortcode-col-a { 
 width: 100% !important;
}
body .creativ-shortcode-cols-third-twothirds .creativ-shortcode-col-b { 
 width: 100% !important;
}
.soliloquy-container {
 margin-bottom:50px;
}
.gallery-item {
 width:50% ;
}
.copyright_message {
 float:left;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary, .woo_left, .woo_right {
	width: 100% ;
}
.top_menu ul {
 display:none;
}
.top_menu {
 width:100%;
 display: none; 
}
.top_logo {
	width: 50%;
	float:left;
}
#no_select_wrap, .nav_menu {
	display:block;
	float: right;
	margin-top: 0px;
}
.nav_menu ul li a{
	color:#fff;
}

.topmenu {
	position:relative;
	width:100%;
	clear:both;
	position:relative;
	z-index:10;
	padding-top:10px;
}

a.dropdown-link {
	float:left;
	margin-right:10px;
	height:28px;
	width:28px;
	display:block;
}
.nav_menu {
	margin:0 auto;
	width: 100%;
}
.nav_menu ul li {
	list-style:none;
 transition:all .3s ease-in;
 -o-transition:all .3s ease-in;
 -moz-transition:all .3s ease-in;
 -webkit-transition:all .3s ease-in;
	float:left;
	width:100%;
	line-height:1em;
}
.nav_menu ul li:before {
	line-height: 1em;
	content:"";
	padding-right: 0px;
}

.nav_menu ul li a {
	font-family: inherit;
	font-size:18px;
	background-color:transparent;
	display:block;
	width:100%;
 transition:all .3s ease-in;
 -o-transition:all .3s ease-in;
 -moz-transition:all .3s ease-in;
 -webkit-transition:all .3s ease-in;
	text-decoration:none;
	padding:10px 0;
	margin-left:0%;
	opacity: 0.6;
}
.nav_menu ul li a:hover {
	text-decoration:none;
	opacity: 1.0;
}
.nav_menu ul li ul li {
	padding-left: 3%;
}
.nav_menu ul li ul li a {
	opacity: 0.4;
}
.nav_menu li.current-menu-item a {
	opacity: 0.9; 
	}
.nav_menu ul li ul li a:hover {
	opacity: 0.9;
}
.tfft hr, .intro hr, .page-template-default .historie hr {
background-size: 200% 100%;
}
.intro img{margin-left: 15%;
width: 80%;
}
.top_logo{
	display:none;
}
.wrapper, #footer_wrapper {
width: 90%;
}
.page-template-template-homeportfolioloop .page_wrap{
	background-size: auto auto;
}
.historie{
	position: relative;
	min-width: 400px;
	color:#fff;
}
.historie .desc{
	min-height: 300px;
	top: 170px;
}

.home .historie .traveller{
	top: 200px;
}
.page-id-856 .historie {
	margin-top: 160px;
}
.page-id-856 .page_wrap{
	background-size: 150%, 80%;
	padding-top: 20px;

}
.page-id-856 .historie .desc{
	min-height: 200px;
	top: 130px;
	font-size: 25px;
}
.page-id-856 .historie .traveller{
	top: 50px;
	width: 100%;
 }


}
 @media only screen and (max-width: 640px) {

ul.sub-menu li:last-child {
	padding-bottom: 30px;
}
.gallery-item, .gallery-icon img {
 max-width:90%;
}
.pagination {
 text-align:center;
}
.one_third_first, .one_third {
 width:100%;
 margin-left:0;
}
.meta_author {
 margin-top:0;
}
.meta_date {
 font-size:16px;
}
.blog_title a, .blog_title, .port_title {
 font-size:40px;
}
.blog_title, .blog_wrap blockquote {
 width:65%;
 float:right;
}
.blog_wrap {
 padding:40px 0;
}
.blog_wrap_inner {
 background-size: 570px auto;
}
.blog_single_title {
 margin-top:260px;
}
.comment-meta {
 float:none;
 display:block;
 width:100%;
 margin-right:0;
}
.comment_ptext {
 display:block;
 float:left;
 width:100%;
 clear:both;
 margin-left:0;
 margin-top:20px;
}
.commentlist ul.children li:first-child {
 margin-top:0;
}
h3#reply-title {
 font-size:50px;
}
.intro img{
	margin-left: 12%;
	width: 80%;
}
.tfft hr, .intro hr, .page-template-default .historie hr {
background-size: 250% 100%;
}
.neuigkeiten .events {
width: 100%;
float: left;
margin: 2% 0 2% 0;
}
.neuigkeiten .blog {
width: 100%;
float: left;
}
.events .title {
font-size: 20px;
height: 100%;
float:right;
width: 70%;
}
.top_logo{
	display:none;
}
.page_wrap{
	padding-top: 0
}
.page-id-856 .page_wrap{
}
.page-template-template-homeportfolioloop .page_wrap{
}

.home .historie .traveller, .page .historie .traveller{
	min-height: 50px;
}
.historie .desc{
	top:170px;
}
.page .historie .traveller img{
	top:-140px;
}

}
@media only screen and (max-width: 480px) {
input[type="text"], input[type="email"], 
input[type="text"]:focus, 
input[type="email"]:focus, 
textarea, 
textarea:focus {
 width:90%;
}
.one_half.homeloop {
 width:85%;
}
.blog_title, .blog_wrap blockquote {
 float:left;
 width:100%;
}
.meta_data {
 float:left;
 width:100%;
}
.blog_wrap .meta_data hr, .blog_single_hr hr {
 display:none;
}
.blog_wrap_inner {
 background-size: 450px auto ;
}
.blog_single_title {
 margin-top:200px;
}
.post_tags_wrap, .blog_date_wrap {
 float: left;
 width: 100%;
}
.blog_author_blog {
 text-align:left;
}
.gallery-item {
 width:100% ;
}
h1 {
 font-size:50px;
}
h2 {
 font-size:40px;
}
.blog_single_title h1 {
 margin-bottom:0;
}
.blog_wrap_noimg .blog_single_title h1 {
 margin-bottom:20px;
}
.staff_wrapper {
 width:100%;
}
.tfft hr, .intro hr, .page-template-default .historie hr {
background-size: 250% 100%;
}
.page_wrap_dark{
	background: rgba(24, 26, 30, 0.9);
}
.top_logo{
	display:none;
}
.page-template-template-homeportfolioloop .page_wrap{
	background-size: auto auto;
}

ul.home .page_wrap{padding-top: 10px;}
sub-menu li:last-child{
	padding-bottom:5px;
}

.page-id-856 .page_wrap{
	background-size: 200%;
}
.page-id-856 .historie{
	margin-top: 0px;
}
.page-template-template-homeportfolioloop .page_wrap{
	background-size: 340%, 80%;

}

.historie{
	position: relative;
	min-width: 280px;
	min-height: 400px;
	color:#fff;
}
.historie .desc{
	min-height: 340px;
	top: 110px;
	font-size: 25px;
}

.home .historie .traveller, .page .historie .traveller{
	top: 180px;
}

}
 @media only screen and (max-width: 320px) {
input[type="text"], input[type="email"], input[type="text"]:focus, input[type="email"]:focus, textarea, textarea:focus {
 width:80%;
}
.page_wrap{

}
.creativ-shortcode-col-inner {
 margin:0 10px 0 0 ;
}
.wrapper, #footer_wrapper {
 width:87%;
}
.one_half.homeloop {width: 85%; padding: 20px;}
.portfolio_home_button {
 float:left;
}
hr {
 margin:0 0 30px;
 padding: 30px 0 0;
}
.breadcrumbs {
 margin-bottom:20px;
}
.blog_single_title h1 {
 font-size:36px;
}
.blog_wrap_inner {
 background-size:270px;
}
.blog_single_title {
 margin-top:120px;
}
.page_wrap .wrapper, .inner_content .wrapper {
padding-top: 0;
padding-bottom: 0;
}
img.alignleft, .wp-caption.alignleft, img.alignright, .wp-caption.alignright {
 width:80%;
 float:none;
}
ul.children li p {
 margin-left:0;
}
h3#reply-title {
 font-size:40px;
}
.shortport {
 padding-top:0;
}
.tfft hr, .intro hr, .page-template-default .historie hr {
background-size: 150% 100%;
}
.intro img{}

.page-template-template-homeportfolioloop .page_wrap{
	background-size: 300%;
}
.page .historie .traveller img{
	top:-290px;
}
.page-id-856 .historie .desc{
	font-size: 25px;
	top:120px;
	min-height: 250px;
}
.events .title {
	width: 60%;
}
.css_form_messagefield{
	width: 80%!important;
}
/*  END OF MEDIA QUERIES */
