@charset "UTF-8";
/*
Theme Name: BUSINESS-ESSENTIALS-2
Theme URI: http://themeforest.net/user/jonathan01
Description: BUSINESS-ESSENTIALS-2 Wordpress Theme
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 2.0.1
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 BUSINESS-ESSENTIALS-2

Copyright 2014 - Jonathan Atkinson
*/

/*----------- WooCommerce Style Sheet Call -------------*/
@import "woo.css";
 
/*--------------------Reset----------------------------*/

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;
	}

html { -webkit-font-smoothing: antialiased; }

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
	}
	
.clearbig {
	clear: both;
	display: block;
	font-size: 0;
	height: 40px;
	line-height: 0;
	width:100%;
	}

.clearsuperbig {
	clear: both;
	display: block;
	font-size: 0;
	height: 80px;
	line-height: 0;
	width:100%;
	}

p:empty {
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 0em !important;
    }
	
#sb-nav a {
	border-bottom:none;
	}
	
body {
	transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-moz-transition:all .2s linear; 
	-webkit-transition:all .2s linear;
	font-size: 14px;
    color: #797c81;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	}
	
::selection {
	background: #FFF4B1; /* Safari */
    color: #2b2f35;
	}
	
::-moz-selection {
	background: #FFF4B1; /* Firefox */
    color: #2b2f35;
	}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
	}

a.fancybox, a.fancybox:hover {
        border-bottom: 0px solid transparent !important;
    }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
	}
	
.aligncenter img {
	margin-bottom:20px;
	}
	
img.alignleft {
	margin-right:20px;
	margin-bottom:20px;
	}
	
img.alignright {
	margin-left:20px;
	margin-bottom:20px;
	}

img.alignnone {
	margin-bottom:20px;
	}

.wp-caption {
	text-align: center;
	margin: 10px 0;
	font-family: 'Open Sans', sans-serif;
    max-width: 100%;
	}

.wp-caption img, .wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption .wp-caption-text {
	margin: 0;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	}

.gallery-caption { 
	margin: 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
    font-size: 10px;
    display: inline-block;
	}
	
.gallery-icon img {
	border:0px solid transparent !important;
    width: 100%;
	}
/* columns 6 Eingefuegt !!!!!!*/


.gallery-columns-6 .gallery-item {
    margin-right: 0.5% !important;
    margin-top: 1% !important;
    
}
.gallery-columns-5 .gallery-item {
    margin-right: 1% !important;
    margin-top: 1% !important;
    width: 19% !important;
}

.gallery-columns-4 .gallery-item {
    margin-right: 2% !important;
    margin-top: 1% !important;
    width: 23% !important;
}

.gallery-columns-3 .gallery-item {
    margin-right: 2% !important;
    margin-top: 1% !important;
    width: 31% !important;
}

.gallery-columns-2 .gallery-item {
    margin-right: 2% !important;
    margin-top: 1% !important;
    width: 48% !important;
}

.gallery-columns-1 .gallery-item {
    margin-right: 0% !important;
    margin-top: 1% !important;
    width: 100% !important;
}
	
.sticky, .gallery-caption, .bypostauthor {
	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%;
	}

select.orderby {
	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;
    outline: none;
}

a:hover, a:active, a:focus {
	outline: 0;
	}

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;
	opacity: 1.0;
	filter: alpha(opacity=100);
    backface-visibility: hidden;
	}
	
img.left {
	float:left;
	margin:0 20px 20px 0;
	}
	
img.right {
	float:right;
	margin:0 20px 20px 0;
	}

button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	}

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"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input, textarea {
	-webkit-appearance: none;
	}

textarea {
	overflow: auto;
	vertical-align: top;
	}
	
strong {
	font-weight: 600; 
    color: #2B2F35;
	}
	
em {
	font-style:italic;
	}
	
input { 
	-webkit-appearance: none; 
	border-radius: 0; 
	}

input:focus {
	outline: none;
	}
	
ul.cr3ativ_portfolio_widget_wrapper li a:hover {border:none !important; border-bottom:0px solid transparent !important;}

/*--------------------Header Styling----------------------------*/

.content {
	width:1160px;
	margin:0 auto;
	}
	
header#fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
	}
	
#header_wrapper {
    background-color: #2F333A;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    }
	
#logo {
	padding: 16px 0 16px 0;
	float:right;
    max-width: 180px;
	}
	
.responsivenav {
    display: none;
	}
	
#top_wrapper {
	background-color:#434B59;
	width:100%;
	height:35px;
	}

#top_wrapper img {
    border-radius: 0px;
}

.topsubmenu {
	float:right;
	}
	
.header_phone {
	float:left;
	color:#ffffff;
	font-size:11px;
	padding-top: 12px;
	}
	
.phone_icon {
	display: inline;
    padding-right: 5px;
	}
	
.topmenu {
	float:left;
	padding-top:16px;
	}

/*--------------------Menu Styling----------------------------*/


.topsubmenu ul {
	padding-top: 0px;
	margin:0;
	}

.topsubmenu ul li {
	float:left;
	list-style:none;
	margin-right:10px;
    margin-left: 0px;
	}
	
.topsubmenu ul li a {
	font-family: 'Open Sans',sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#b6becb;
	text-transform:uppercase;
	border-bottom:none;
	}
	
.topsubmenu ul li a:hover, .topsubmenu ul li.current-menu-item a {
	color:#ffffff;
	border-bottom:none;
	}
		
.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:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
	}

.sf-menu li {
	float:left;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	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 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:0px;
	top:1em; /* 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:#ffffff;
	}
	
ul.sf-menu li ul.sub-menu li.current-menu-item li a:hover {
	color:#ffffff;
	}

/*** DEMO SKIN ***/

.sf-menu li a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	-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-transform: uppercase;
	margin-right: 20px;
    font-weight: 600;
	}
	
.sf-menu li:last-child a {
	margin-right:0;
	}
	
ul.sf-menu li ul.sub-menu li a, ul.sf-menu li ul.sub-menu li a ul li a {
	color:#a2a6ac;
	text-decoration:none;
	display:block;
	font-size:12px;
	padding:10px 0 0px 10px;
	font-family: 'Open Sans', sans-serif;
	-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;
	margin-right:0; 
	border-bottom:none;
	}
	
ul.sf-menu li ul.sub-menu li a:hover {
	color:#ffffff;
	border-bottom:none;
	display:block;
	font-size:12px;
	padding:10px 0 0px 10px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:none !important;
	}
	
.sf-menu li a:hover {
	color:#ffffff;
	display:block;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:2px solid #ffffff !important;
	}

.sf-menu ul li { 
	padding:0px;
	}

.sf-menu li li {
	min-width:170px;
	}
	
.sf-menu li ul {
	margin-top:51px;
	background-color: #2B2F35;
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin-left: -29px;
    padding: 10px 20px 15px 20px;
	}
	
.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 a:hover {
	color:#ffffff;
	}
		
ul.sf-menu li ul li ul  {
	padding:5px; 
	display:block;
	margin: 0px 0px 0px 20px;
	}
	
.sf-menu li li li {
	min-width:170px;
	}
	
.sf-menu li ul li ul {
	margin-top:50px;
	padding:5px;
	background-color:#2b2f35;
	}

/*--------------------Body & Content Styling----------------------------*/

hr {
	border-bottom-color: none;
    border-left-color: none;
    border-right-color: none;
    border-top-color: none;
    border-color: #c2ccd1;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 1px;
    margin: 2em 0;
	clear:both;
	}
	
h1, h2, h3, h4, h5, h6, h3#commentcount { 
    font-family: 'Open Sans', sans-serif; 
    text-transform: uppercase; 
    font-weight: 400; 
    margin: 0 0 4% 0;
	}

body.page-template-cart_fullwidth-php h1, h2, h3, h4, h5, h6, h3#commentcount { 
    margin: 0 0 3% 0;
	}

h1 {
	font-size: 36px;
    color: #383e46;
	}

.textwidget h1, .center h1 {
    margin-bottom: 0;
}
	
h2 {
	font-size: 24px;
    color: #2b2f35; 
	}

.center h2 {
    margin-bottom: 0em;
    }
	
h3 {
	font-size: 16px;
    color: #2b2f35;
    display: inline-block;
	}
	
a#comments {
	font-size:18px;
	color: #2b2f35;
    font-family: 'Open Sans', sans-serif; 
    text-transform: uppercase; 
    font-weight: 400;
	}
	
h4 {
	font-size: 14px;
    color: #2b2f35; 
	}
	
h5 {
	font-size: 12px;
    color: #2b2f35; 
	}
		
h6 {
    clear: left;
    color: #A2ADB3;
    display: block;
    font-size: 12px;
    }

h2.noto {
    color: #797C81;
    font-family: 'Noto Serif',serif;
    font-style: italic;
    font-weight: 400;
    margin: 10px 0 30px;
    text-transform: none;
}

.mobilemargin {
    margin: 30px 0;
}

.noto {
    font-family: 'Noto Serif',serif;
}

.opensans {
    font-family: 'Open Sans', sans-serif;
}

.gallery-item a, a img {
    border-bottom: none;
    }

.gallery-item a:hover, a:hover img {
    border-bottom:none !important;
    }
	
p { 
    font-size: 14px;
    color: #797c81;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0 0 4% 0;
	}

body.page-template-page-landing-php #page_title p {
    color: #ffffff;
    font-size: 17px;
}

.center p {
    margin-bottom: 0;
}

p a, ul li a, ol li a, td a, h2.linkpost a, .cr3ativstaff_employee_name, .cr3ativstaff_employee_name a, .cr3ativcareer_blog_wrapper h5, .cr3ativcareer_blog_wrapper h5 a, .cr3ativcareer_post_read_more a, .cr3ativcareer_career_print a, .cr3ativcareer_pdf_download a, a.prev, a.page-numbers, a.next {
    text-decoration: none; 
    border-bottom: 1px solid transparent; 
    transition: all 0.2s ease-in-out;
	}

a.page-numbers {
    display: inline;
    line-height: 1.8em;
    margin-right: 5px;
    }

.date h2 { margin-bottom: 0em; }
.date h2 a {
    text-decoration: none; 
    border-bottom: 2px solid transparent; 
    transition: all 0.2s ease-in-out;
    color: #2B2F35;
    font-size: 36px;
    margin: 10px 0 0 0;
    display: inline-block;
	}

.date h2 a:hover {
    border-bottom: 2px solid transparent !important; 
    padding-bottom: 0px !important; 
    }

.post_stuff .date h2, .post_stuff .date h2 a {
    font-size: 24px;
    margin: 0px;
    }

.post_stuff .read_more_text {
    margin-top: 30px;
}

.page_content .one_half .date h2 a {
    text-decoration: none; 
    border-bottom: 2px solid transparent; 
    transition: all 0.2s ease-in-out;
    color: #2B2F35;
    font-size: 36px;
    margin: 10px 0 50px 0;
    display: inline-block;
	}

.page_content .one_half .date h2 a:hover {
    border-bottom: 2px solid transparent !important; 
    padding-bottom: 0px !important; 
    }

.one_third_home .date h2 a:hover, .one_third_home .date h2 a {
    font-size: 18px;
    margin: 0px;
    }

.page_content2 .one_third_home .date h2 a:hover, .page_content2 .one_third_home .date h2 a {
    margin: 0 0 40px 0;
    }
    
.more-link {
    font-size: 14px;
    color: #2b2f35;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    display: block;
    margin: 10px 0;
    }

.more-link:hover {
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    }

.read_more_text.home .more-link {
    margin: 40px 0 0 0;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    }

p a:hover, ul li a:hover, ol li a:hover, td a:hover, .date h2 a:hover, .cr3ativstaff_employee_name, .cr3ativstaff_employee_name a:hover, .cr3ativcareer_blog_wrapper h5 a:hover, .cr3ativcareer_post_read_more a:hover, .cr3ativcareer_career_print a:hover, .cr3ativcareer_pdf_download a:hover {
    text-decoration: none; 
    padding-bottom: 3px;
	}
	
ul, ol {
    padding: 0 0 20px 0;
    font-weight: 400;
    color: #797c81;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-left: 20px;
	}
	
ol {
    line-height: 2.4em;
    list-style: decimal outside none;
    margin-left: 10px;
	}
	
ul {
    line-height: 2.4em;
    list-style: disc outside none;
    margin-left: 5px;
	}
	
ul li, ol li {
    margin-left: 10px;
	}  
	
ul li a, ol li a {
    font-size: 14px;
    transition: all 0.3s ease-in 0s;
	}
	
ul li ul, ol li ol { 
	margin-left: 20px; 
	margin-bottom: 0px;
	}
	
ul ul, ul ol, ol ul, ol ol {
    padding: 0;
    font-weight: 400;
    color: #797c81;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-left: 20px;
	}

cite {
    font-size: 14px;
    color: #a2adb3; 
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Open Sans', sans-serif; 
    margin: -30px 0 40px 0;
    display: block;
    }

	
.highlight, ins { 
    background-color: #FFF4B1;
    padding: 2px 3px;
    color: #2b2f35;
	}
	
pre {
    background: none repeat scroll 0 0 #F9F9F9;
    font-family: Courier,monospace;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 96%;
    overflow: auto;
    padding: 2%;
    position: relative;
    border-radius: 3px;
    border-left: 20px solid #E9575A;
	}
	
pre:before {
    clear: both;
    color: #E9575A;
    content: "You can copy / paste the code below!";
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    margin-bottom: 30px;
	}
	
.page_background {
	position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 600px;
	/****NEU ANGELEGT!!!*/
	}

.page_background2 {
	position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 450px;
	}

.page_background3 {
	position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
    min-height: 800px;
	}

.single_page_background {
	position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 450px;
	}

.pagewrap {
    position: relative;
    width: 100%;
    z-index: 2;
	}
	
.single_pagewrap {
    position: relative;
    width: 100%;
    z-index: 2;
	}

.homepagewrap {
    position: relative;
    width: 100%;
    z-index: 2;
	}
#contentwrapper {
	background-color: #FFFFFF;
	}

.contentwrapper_white {
	background-color: #FFFFFF;
	}

.contentwrapper_f6f6f6 {
	background-color: #f6f6f6;
	}

.contentwrapper_fbfbfb {
	background-color: #fbfbfb;
	}
	
.breadcrumb_wrapper {
	background-color:#f9f9f9;
    border: 1px solid rgba(0, 0, 0, 0.1);
	height: 61px;
	}
/*
body.woocommerce .breadcrumb_wrapper {
    border: none;
	background-color: #F9F9F9;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 61px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    margin-top: -31px;
	}
*/

.breadcrumbs {
	width:1160px;
	margin:0 auto;
	padding-top: 20px;
	color:#383E46;
	font-weight:normal;
	font-size:14px;
	}
	
.breadcrumbs a {
	color:#383E46;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	border-bottom: 1px solid transparent; 
    transition: all 0.2s ease-in-out;
	}
	
.breadcrumbs a:hover {
	border-bottom: 2px solid #ffffff;
	}

.shop-spacer { height: 89px;} /*!!!!!GEandert orig 99px*/
	
.page_content {
	/* geändert!!! width:1160px; */
	width:1060px;
	margin:0 auto;
	padding: 80px 20px;
	}

.page_content.arch h1 {
	margin:0;
	}

.page_content2 {
	width:1160px;
	margin:0 auto;
	padding: 80px 20px;
	}

#page_title, #page_title .home {
	display: block;
    margin: 0 auto;
    position: relative;
    width: 1160px;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.05), 0 0px 2px rgba(0, 0, 0, 0.9);
	}

#page_title.home .one_half {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
	
#page_title h1 {
	font-size:48px;
	color:#ffffff;
	}

#page_title p, #page_title a, #page_title h2, #page_title h3, #page_title h4, #page_title h5, #page_title h6 {
	color:#ffffff;
	}

.page_background2 #page_title h1 {
    padding-top:250px;
    }

#page_title .textwidget {
    padding-top: 10%;
    text-align: center;
    }
	
#page_title.home .textwidget {
    padding-top: 320px;
	}

#page_title.home .one_half {
    padding-top: 20%;
    padding-bottom: 20%;
}

#page_title.home .owl-carousel {
    margin-top: 24%;
    margin-bottom: 5%;
}

#page_title.home .owl-carousel .owl-item {
    text-align: inherit;
}

body.woocommerce #page_title.home .owl-carousel, body.page-template-cart_fullwidth-php #page_title.home .owl-carousel {
    margin-top: 20%;
    margin-bottom: 5%;
}
.single_page_background #page_title {

	display: block;
    margin: 0 auto;
    padding-top: 250px;
    position: relative;
    width: 1160px;
	}
	
.post_date_meta {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#ffffff;
	margin-bottom:5px;
	text-transform:uppercase;
	}
	
.meta p {
    color: #a2adb3;
    font-family: 'Open Sans',sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    border-top: 1px solid #a2adb3;
    display: inline-block;
    padding-top: 5px;
	}

body.single-post .meta p {
    border-top: 0px solid #a2adb3;
	}

.meta a {
    color: #a2adb3;
	}
	
.left_content {
	width:67%;
	float:left;
	}
	
.right_content {
	width:22%;
	float:right;
	}
	
.content_right {
	width:67%;
	float:right;
	}
	
.content_left {
	width:22%;
	float:left;
	}

.left_content:after, .right_content:after, .page_content:after {
    clear: both;
}
	
.one_half, .one_third {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#656565;
	font-weight: 300;
	}

.one_half { 
	width: 48%; 
	position: relative;
	float: left;
	}

.one_half:nth-of-type(2n+2) { 
	margin-right: 0;
    width: 52%;
	}
	
.one_third {
	width: 32.1%;
	position: relative;
	margin-right: 20px;
	float: left;
	}

.one_third:nth-of-type(3n+3) {
	margin-right: 0px;
	}

.one_third_home:nth-of-type(3n+3) {
    width: 31.33%;
    padding: 0;
	}

.one_third_home {
	width: 31.33%;
	position: relative;
	text-align: center;
	float: left;
    padding: 0 3% 0 0;
	}

.page_content2 .one_third_home.border {
    border-left: 1px solid #c2ccd1;
    border-right: 1px solid #c2ccd1;
    padding: 0 3%;
    }

.page_content2 .one_third_home:nth-of-type(3n+3) {
    width: 29%;
    padding: 0 0 0 3%;
	}

.page_content2 .one_third_home {
	width: 29%;
	position: relative;
	text-align: center;
	float: left;
    padding: 0 3% 0 0;
	}
	
.center {
	text-align:center;
    display: block;
	}
.center span { padding-bottom: 6px;}	
blockquote {
    border: 0 none;
    display: block;
    margin: 2em 0 2em 0em;
    padding: 0;
	text-align:left;
	}

blockquote p {
    display: inline-block;
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 20px 0;
    color: #383e46;
	}

.cr3ativeportfolio_wrapper blockquote p {
    line-height: 1.5em !important;
}
	
.right_content, .right_content p, .right_content a, .right_content ul li, .right_content ol li,.content_left, .content_left p, .content_left a, .content_left ul li, .content_left ol li {
	font-size:12px !important;
	}
	
.right_content h5, .content_left h5 {
	clear: both;
    float: left;
	width:100%;
	margin-bottom:20px;
	margin-top:60px;
    font-size: 14px;
	}
	
.right_content h5:first-child, .content_left h5:first-child {
	margin-top:0;
	}
	
.right_content .textwidget, .right_content ul, .right_content ol, .content_left .textwidget, .content_left ul, .content_left ol {
	width:100%;
	float:left;
	}
	
.right_content input[type="text"], .right_content input[type="email"], .right_content input[type="url"], .right_content input[type="password"], .right_content textarea, .content_left input[type="text"], .content_left input[type="email"], .content_left input[type="url"], .content_left input[type="password"], .content_left textarea {
	width:88%;
	}

.blog_wrapper {
    width:100%;
    margin-bottom: 70px;
    display: inline-block;
    }

.post_stuff {
    float: left;
    width: 86%;
    }

.product_search_result {
text-align: center;
}

.product_search_result span.price {
    color: #2B2F35 !important;
    font-size: 18px;
}

.product_search_result ins {
    background-color: transparent !important;
}

.search_wrap_product {
    float: left;
    width: 22%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.search_wrap_product h3 { display: block !important; margin: 0 !important;}
.search_wrap_product h3 a {
	font-size: 18px	;
    font-weight: 500 !important;
    letter-spacing: 0;
	-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;
	margin: 10px 0 0 0 !important; 
	border-bottom:0px  !important; 
	padding-bottom: 0px !important;
    display: inline-block !important;
    color: #2B2F35 !important;
    text-decoration: none;
}
.search_wrap_product h3 a:hover { text-decoration: none; }

.search_wrap_product:nth-of-type(2n+4) {
    margin-right: 0;
    }

.date p {
    color: #a2adb3;
    font-family: 'Open Sans', sans-serif; 
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    }

.date p:before, .date p:after {
    color: #a2adb3;
    font-family: 'Open Sans', sans-serif; 
    font-size: 12px;
    content: "-";
    }

.date p:before {
    margin-right: 10px;
    }

.date p:after {
    margin-left: 10px;
    }

.date.home p:before {
    margin-right: 0px;
    }

.date.home p:after {
    margin-left: 0px;
    }

.date.home p:before, .date.home p:after {
    content: "";
    }

.one_third_home .date {
    margin-top: 20px;
    }

.post_format_icon {
    float: left;
    margin-right: 40px;
    width: 67px;
    }

.featured_image {
    margin: 20px 0;
    }

.product_search_result .featured_image {
    margin: 0;
    }

.product_search_result .featured_image img {
    border-radius: 5px !important;
}

.featured_image a {
    border-bottom: none;
    }

.featured_image a:hover {
    border-bottom: none !important;
    }

ul.da-thumbs {
    margin-left: -1.5%;
    margin-top: 50px;
    }

.da-thumbs {
	list-style: none;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	margin-left:0px;
	}
	
.da-thumbs li {
	box-shadow: inset 0 0 0 1px #C2CCD1;
    border-radius: 3px;
    float: left;
    list-style: none outside none;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    min-height: 150px;
	}
	
.box {
	float: left;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
    width: 47%;
    margin-left: 2.8%;
	}

li.box .post_format_icon, li.box .post_stuff {
    float: none;
    width: auto;
    margin: 0;
    }

li.box .post_format_icon {
    z-index: 3;
    position: relative;
    margin-top: -40px;
    }

li.box .featured_image {
    margin: -28px 0 0 0;
    }

li.box .featured_image img, li.box .featured_image img:hover {
    border-radius: 3px 3px 0px 0px;
    backface-visibility: hidden;
    }

li.box .post_stuff {
    margin-top:20px;
    padding: 10px;
    }

li.box .read_more_text h2.linkpost {
    padding: 0 20px 20px 20px;
    }

li.box .post_stuff .read_more_text {
    margin: 0 40px;
    }

li.box .post_stuff h2 a {
    font-size: 24px;
    color:#2b2f35;
    margin: 0px;
    }

li.box .post_stuff .meta p a {
    font-size: 10px;
    }

li.box  h2.linkpost {
    width: 90%;
    margin: auto;
    }

li.box.masonry-brick .post_stuff .read_more_text {
margin-top: 30px;}

.blog_wrapper h2.linkpost {
    float:left;
    margin-top: -30px;
    }

.blog_wrapper h2.linkpost a {
    padding-top: 0;
    }

.blog_wrapper h2.linkpost a:hover, h2.linkpost a:hover {
    border-bottom: 1px solid transparent;
}

h2.linkpost a {
    color: #2B2F35;
    display: block;
    font-size: 24px;
    padding-top: 22px;
    text-decoration: none;
    }

li.box .read_more_text blockquote {
    text-align: center;
    }

p.quotetitle {
    color: #A2ADB3;
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    }

p.home_small {
    font-family: 'Open Sans',sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0 !important;
    line-height: 1.5em;
    }

p.home_small a {
    font-family: 'Open Sans',sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    }

p.home_medium {
    font-family: 'Open Sans',sans-serif;
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 20px 0 !important;
    line-height: 1.4em;
    }

p.home_big {
    font-family: 'Open Sans',sans-serif;
    color: #ffffff;
    font-size: 100px;
    line-height: 1.2em;
    position: relative;
    }


.read_more_text.home {
    padding-right: 30%;
    }

.read_more_text.home p {
    color: #383e46;
    }

.featured_image_div {
    background-position: center bottom !important;
    background-size: cover !important;
    /*height: 150%;*/
    min-height: 720px; /*geändert von 720*/
    }


.featured_image_div2 {
    background-position: center center !important;
    background-size: cover !important;
    height: 150%;
    }

.featured_image_div3 {
    background-position: center center !important;
    background-size: cover !important;
    height: 150%;
    }

/*--------------------Landing Page Styling----------------------------*/

.pagewrap_landing {
    position: relative;
    width: 100%;
    z-index: 2;
    }

.landingbig {
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 90px;
    padding: 10px 0;
    text-transform: uppercase;
    line-height: 1em;
    }

.landingtext {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Open Sans',sans-serif;
    clear: both;
    }

.landingtext a {
    font-size: 14px;
    color: #ffffff;
    }

.landingtext a:hover {
    border-bottom: 2px solid #ffffff;
    }

.landingitunesbutton a {
    background-color: transparent;
    border: 1px solid #2b2f35;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 30px;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    background-image: url("img/be2_appleimg.png");
    background-repeat: no-repeat;
    background-position: 20px 16px;
    text-shadow: none;
    }

.landingitunesbutton a:hover {
    border: 1px solid #ffffff;
    background-color: #2b2f35;
    }

/*--------------------Image Styling----------------------------*/

img, img:hover, a img, a img:hover {
	/*border-radius: 3px !important;*/
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	}

#logo img, #page_title img {
    border-radius: 0px;
    }
	
a img:hover {
	opacity: 0.7;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	}
	
/*--------------------Calendar Widget Styling----------------------------*/

#wp-calendar {
	width: 100%; 
	float:left;
	}
	
#wp-calendar caption { 
	text-align: right; 
	font-weight:400; 
	font-size: 12px; 
	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;
    background-color: transparent !important;
	}
	
	
/*--------------------Pagination Styling----------------------------*/

.pagination {
    clear: both;
	}

.paginationdiv {
    padding: 50px 0;
    font-size: 14px;
    position: relative;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    }

.paginationdiv span {
    color: #a2adb3;
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
	}

.paginationdiv .inactive, .paginationdiv a {
    border: 1px solid #a2adb3 ;
    color: #a2adb3;
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    margin-right: 8px;
    text-transform: uppercase;
	}

.paginationdiv .current {
    border: 1px solid #2b2f35;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 3px;
    background-color: #2b2f35;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    margin-right: 8px;
	}

.paginationdiv .inactive:hover, .paginationdiv a:hover {
    border: 1px solid #2b2f35;
    color: #2b2f35;
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 3px;
    background-color: #ffffff;
    text-decoration: none;
	}

.paginationdiv span {
    color: #a2adb3;
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
    margin-right: 20px;
    text-transform: uppercase;
	}
	
.navigation {
	display: block;
    padding: 0px 0 120px;
    width: 100%;
	}

.navigation .alignright, .navigation .alignleft {
    margin-top: -10px;
}
	
.alignleft {
	float:left;
    margin: 0 2% 2% 0;
	}

.alignright {
	float:right;
    margin: 0 0 2% 2%;
	}

.buttontext a:before {
	content:"❮";
	padding-right: 10px;
	}

.buttontext a {
	font-size:12px;
	color:#a2adb3;
	text-decoration:none;
	border-bottom:none;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid transparent; 
	}

.buttontext a:hover {
	padding-bottom: 3px;
	}

.buttontextnext a:after {
	content:"❯";
	padding-left: 10px;
	}

.buttontextnext a {
	font-size:12px;
	color:#a2adb3;
	text-decoration:none;
	border-bottom:none;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid transparent; 
	}

.buttontextnext a:hover {
	padding-bottom: 3px;
	}
	
/*--------------------Author Bio Styling----------------------------*/

.author-meta-header {
    display: block;
    overflow: hidden;
	margin-top: -10px;
	}

.post-author {
    overflow: hidden;
	margin-bottom: 100px;
	width: 100%;
	}

.left_author {
	float: left;
	margin: 20px 40px 15px 0;
	}

.author-content {
    float: left;
    width: 85%;
	}

.author-url {
    float: right;
	}

.post-author h3 {
    color: #383e46;
	font-size: 16px;
    margin-bottom: -10px;
	}

.author-title {
    float: left;
    margin: 0 0 5px;
	}

p.author-desc, a.author-desc {
	font-size: 14px !important;
	margin: 10px 0 10px 0px;
	}

.authbio {
	font-size: 14px;
	background-color: #fefefe;
	padding: 20px;
	clear: both;
	}

.post-author img {
	width: auto !important;
	height: auto !important;
	border-radius: 38px;
	}

.post-author h3 a {
	font-size: 16px;
    color: #2b2f35; 
	font-family: 'Open Sans', sans-serif; 
    text-transform: uppercase; 
    font-weight: 400; 
	text-decoration: none; 
    border-bottom: 1px solid transparent; 
    transition: all 0.2s ease-in-out;
	}
	
.post-author h3 a:hover {
	padding-bottom: 3px;
	text-decoration: none;
	}


/*--------------------Comments, Form & Input Styling----------------------------*/

.wpcf7-form {
	width:100%;
	}

.wpcf7-form .one_half:nth-of-type(2n+3) {
    margin-right: 0;
    }

.wpcf7-form .one_half:nth-of-type(2n+2) {
    margin-right: 20px;
    width: 50%;
    }

.wpcf7-form p {
	font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 3em;
    color: #2B2F35;
    display: block;
    text-align: left;
    text-transform: uppercase;
    clear: left;
	}
	
div.wpcf7 img.ajax-loader {
    display: block;
}
textarea {
	color: #797c81;
	background-color: #FFFFFF;
    border: 1px solid #c2ccd1;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    padding: 15px;
    width: 97%;
    -webkit-appearance: none;
    margin: 0;    
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    outline: none;
	}
	
textarea:focus {
    opacity: 1.0;
    -webkit-appearance: none;
    border: 1px solid #2b2f35;
    outline: none;
	}
	
.one_half input[type=text], .one_half input[type=email], .one_half input[type=url], .one_half input[type=password], .one_half textarea, .one_half_first input[type=text], .one_half_first input[type=email], .one_half_first input[type=url], .one_half_first input[type=password], .one_half_first textarea {
	width: 94%;
	} 
	
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search] {
	color: #797c81;
	background-color: #FFFFFF;
    border: 1px solid #c2ccd1;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    padding: 5px;
    width: 97%;
    -webkit-appearance: none;
    margin: 0;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    outline: none;
	}

.comment-author-avatar img {
    border-radius: 38px !important;
}

.post-author img {
    border-radius: 38px !important;
    height: auto !important;
    width: auto !important;
}

body.page-template-page-landing-php input[type=text], input[type=email], input[type=url], input[type=password] {
    width: 50%;
}

.right_content input[type=text], .content_left input[type=text] {
	color: #797c81;
	background-color: #FFFFFF;
    border: 1px solid #c2ccd1;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    float: left;
    padding: 15px;
    width: 48%;
    -webkit-appearance: none;
    margin: 0;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    outline: none;
	}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus {
    opacity: 1.0;
    -webkit-appearance: none;
    border: 1px solid #2b2f35;
	} 
	
input[type=submit] {
    border: 1px solid #2b2f35;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
    padding: 15px 40px;
    display: inline-block;
    text-align: center;;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin: 20px 0 30px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #2b2f35;
    border-radius: 3px;
    cursor: pointer;
	}

.right_content input[type=submit], .content_left input[type=submit] {
    border: 1px solid transparent;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif; 
    font-size: 12px;
    padding: 17px 20px;
    display: inline-block;
    text-align: center;;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin: 0 0 0 5px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #2b2f35;
    border-radius: 3px;
    cursor: pointer;
    float: left;
	}
	
input[type=submit]:hover, .right_content input[type=submit]:hover, .content_left input[type=submit]:hover  {   
	text-decoration: none; 
	background-color: #ffffff;
	color: #2b2f35;
    border: 1px solid #2b2f35;
	}
	
input:focus {
    outline: none;
    -webkit-appearance: none;
    border: none;
	}
	
div.wpcf7-mail-sent-ok { 
	border: medium none !important;
    clear: both !important;
    padding: 0 !important;
	margin:0 !important;
	}
	
#commentform input.error, #commentform textarea.error, .wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
	background-color: #FF675B;
    color: #FF675B;
	}
	
div.wpcf7-validation-errors {
    border: medium none !important;
    clear: both !important;
    padding: 0 !important;
	color: #FF675B !important;
	}
	
span.wpcf7-not-valid-tip {
	display:none !important;
	}
	
.comment-author-avatar {
	float: left;
    margin-right: 50px;
	}
	
.comment-author-avatar img {
	border-radius:38px;
	}

.comment-main {
	overflow:hidden;
	}
	
.comment-main .meta p {
	border-top:none;
	}
	
.comment-content {
	float: left;
	width:100%;
	}
	
#cancel-comment-reply {
	margin-top:5px;
	}
	
.button {
	display:block;
	}

a.comment-reply-link {
    color: #2B2F35;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
	}

a.comment-reply-link:hover {
    border-bottom: none !important;
}

.comment-meta {
    line-height: 1em;
}

p.comment-notes {
	color:#5c6065;
	font-size: 14px;
	}

ul.children {
	list-style:none;
	margin-top:20px;
	}
	
ul.children li p {
	text-indent:0px;
	}
	
.commentlist li ul.children li .button {
	margin-bottom:0;
	}
	
.commentlist li ul.children li.comment:first-child {
	}

.comment {
	float: right;
	display: block;
	width: 100%;
	padding-top:20px;
	}

.comment-author {
    font-size:14px;
	color:#2b2f35;
	font-family: 'Open Sans',sans-serif;
	text-transform:uppercase;
}

.commentlist {
	float: left;
    margin-bottom: 100px;
    width: 100%;
	}

.commentlist li {
    padding: 50px 0;
    position: relative;
	list-style:none;
	background:none;
	border:none;
	clear: both;
	float:left;
	border-bottom:1px solid #A2ADB3;
	margin-left:0;
	}
	
.commentlist li ul.children li {
	border-bottom:none;
    padding: 50px 0 0 0;
	}
	
.commentlist ul {
	float: none;
	position: relative; 
	z-index: 99;
	}
	
#commentform label {
	font-size:14px;
	color:#2b2f35;
	font-family: 'Open Sans',sans-serif;
	text-transform:uppercase;
    display: block;
    margin-bottom: 10px;
	}
	
p.form-allowed-tags {
	display:none;
	}
	
.error {
	float:left;
	clear:both;
	}

#respond {
    clear: both;
}

/*--------------------Testimonials by Aihrus Styling----------------------------*/

.testimonials-widget-testimonial cite, .testimonials-widget-testimonial div.credit {
    color: #A2ADB3;
    display: block;
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
    margin-top: 0.2em;
    text-transform: uppercase;
    text-align: center !important;
    }

.testimonials-widget-testimonial q, .testimonials-widget-testimonial blockquote {
    color: #383E46;
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    margin: 2em 0 0;
    text-align: center !important;
    }

.testimonials-widget-testimonial div.credit .company a {
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
    margin-top: 0.2em;
    text-transform: uppercase;
    text-align: center !important;
    text-decoration: none; 
    border-bottom: 1px solid transparent; 
    transition: all 0.2s ease-in-out;
    }

.testimonials-widget-testimonial div.credit .company a:hover {
    text-decoration: none; 
    padding-bottom: 3px;
    }

.testimonials-widget {
    min-height: 130px !important;
    }

.testimonials-widget-testimonial cite:before, .testimonials-widget-testimonial div.credit:before {
    content: "" !important;
}

/*--------------------AudioTheme Player Styling----------------------------*/

.cue-skin-default.mejs-container .mejs-audiotheme-mark {
    display: none !important;
}

.cue-skin-default.mejs-container .mejs-controls .mejs-time {
    right: 21px !important;
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-time {
    right: 0px !important;
}

/*--------------------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;
}

.cue-skin-default.mejs-container .mejs-controls {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.cue-skin-default.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4) !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;
    text-transform: uppercase;
    color: #ffffff;
}

a.wp-playlist-caption, a.wp-playlist-caption span.wp-playlist-item-title {
    font-size: 12px !important;
    color: #797C81;
}

a.wp-playlist-caption:hover {
    border-bottom: 0px solid transparent !important;
}

.wp-playlist-item {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-top: -1px;
    border-bottom: 0 solid rgba(0, 0, 0, 0) !important;
}

.wp-playlist-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.wp-playlist-item-length {
    top: 12px !important;
    right: 10px !important;
    font-size: 12px !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;
    text-transform: uppercase;
}

.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;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(125,185,232,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%);
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%);
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    border-radius: 3px 3px 0 0;
}

.mejs-controls .mejs-button button {
    margin: 7px 9px !important;
}

.cue-skin-default.mejs-container .mejs-controls {
    border-top: none !important;
}

.cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button.mejs-play button {
    margin: 15px 15px 15px 19px !important;
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button.mejs-play button {
    margin: 25px 25px 25px 29px !important;
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-next-button button, .cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-previous-button button {
    margin: 10px 12px !important;
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button button {
    margin: 25px 27px !important;
}

.cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button.mejs-pause button {
    border-width: 0 5px;
    margin: 15px 17px !important;
}
/*--------------------Cr3ativ Staff Styling----------------------------*/

.cr3ativstaff_one_third {
    border: 1px solid #C2CCD1;
    border-radius: 3px;
    }

.cr3ativstaff_staff_wrapper .cr3ativstaff_one_third {
    min-height: 500px;
    }

.stafftext p {
    margin: 0;
    line-height: 1.6em !important;
    }

.stafftext p a.more-link {
    margin: 0px;
    padding: 0px;
    display: none;
    }

.stafftext {
    width: 100% !important;
    margin-left: 0 !important;
    }

.cr3ativcareer_widget_event li h3 {
    margin-top: 0 !important;
    }

.cr3ativstaff_employee_name, .cr3ativstaff_employee_name a {
    font-family: 'Open Sans', sans-serif; 
    text-transform: uppercase; 
    font-weight: 400 !important;
    font-size: 16px;
    color: #2b2f35;
    }

.cr3ativstaff_social_icons {
    float: left !important;
    margin-right: 0 !important;
    }

.cr3ativstaff_employee_image { 
    float: none !important; 
    margin-bottom: 0 !important;
    }

.cr3ativstaff_employee_image img { 
    border-radius: 3px 3px 0 0;
    }

ul.cr3ativcareer_widget_event li {
    list-style: none;
    margin-left: 0;
    margin-top: 40px;
    }

ul.cr3ativcareer_widget_event li:first-child {
    margin-top: 0px;
    }

ul.cr3ativcareer_widget_event {
    margin-left: 0;
    width: 98%;
    margin-top: 0px !important;
    }

.staffthumb a:hover, .staffthumb a {
    border-bottom: none !important;
    }

.staffthumb a img {
    backface-visibility: hidden;
    }

.cr3ativcareer_widget_event li h3 a:hover {
    text-decoration: none !important;
    }

.cr3ativstaff_employee_title {
    margin: -4px 0 16px !important;
}

/*--------------------Cr3ativ Portfolio Styling----------------------------*/

.cr3ativeportfolio_page_wrap {
    padding-top: 0px !important;
    }

.cr3ativeportfolio_wrapper p {
    line-height: 1.8em !important;
}

.cr3ativeportfolio_one_third_first p {
    font-size: 12px;
}

li.cr3ativeportfolio_filter {
    font-family: 'Open Sans', sans-serif; 
    text-transform: uppercase; 
    font-weight: 400 !important;
    font-size: 14px;
    color: #2b2f35;
    float: left;
    width: 100%;
    margin-left: 0;
    padding-right: 0 !important;
    }

#cr3ativeportfolio_portfolio-filter li a {
    border: 1px solid #2b2f35;
    color: #2b2f35;
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
    padding: 15px 30px !important;
    display: inline-block !important;
    text-align: center;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin: 20px 8px 30px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    line-height: normal;
    }

#cr3ativeportfolio_portfolio-filter li a:first-child {
    margin-left: 0px; 
}
	
#cr3ativeportfolio_portfolio-filter li a:hover, #cr3ativeportfolio_portfolio-filter li a.current {   
	text-decoration: none; 
	background-color: #2b2f35;
	color: #ffffff;
    border: 1px solid transparent;
	}

#cr3ativeportfolio_portfolio-filter li a .slash:after {
    display: none !important;
    }

ul#cr3ativeportfolio_portfolio-list li {
    margin-left: 0;
    }

.cr3ativeportfolio_mask a, .cr3ativeportfolio_mask a:hover {
    border-bottom: none !important;
    }

a.cr3ativeportfolio_title {
    padding-left: 0 !important;
    }

.cr3ativeportfolio_custom_meta a {
    text-decoration: none; 
    border-bottom: 1px solid transparent; 
    transition: all 0.2s ease-in-out;
	}
	
.cr3ativeportfolio_custom_meta a:hover {
    text-decoration: none; 
    padding-bottom: 3px;
	}

li.cr3ativeportfolio_portfolio-itemtwo {
    min-height: 400px;
    }

ul#cr3ativeportfolio_portfolio-filter {
    padding: 0 !important;
    margin-left: 0;
    margin-bottom: 50px;
    }

figure { 
	margin: 0;
	}
	
.image-container {
	border-radius: 3px;
	overflow: hidden;
	position: relative;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #c2ccd1;
	}

.image-container img {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	}

.image-container:hover img {
	-webkit-transform: translateY(-95px);
	-moz-transform: translateY(-95px);
	-ms-transform: translateY(-95px);
	-o-transform: translateY(-95px);
	transform: translateY(-95px);
    opacity: 0.4;
	}

.image-container:hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .4s, opacity .1s;
	-moz-transition: -moz-transform .4s, opacity .1s;
	-ms-transition: -ms-transform .4s, opacity .1s;
	-o-transition: -o-transform .4s, opacity .1s;
	transition: transform .4s, opacity .1s;
	}
	
.image-container figcaption {
	background: #ffffff;
	bottom: 0;
	opacity: 0;
	padding: 20px 0px;
	position: absolute;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .4s, opacity .1s .3s;
	-moz-transition: -moz-transform .4s, opacity .1s .3s;
	-ms-transition: -ms-transform .4s, opacity .1s .3s;
	-o-transition: -o-transform .4s, opacity .1s .3s;
	transition: transform .4s, opacity .1s .3s;
	width: 100%;
    text-align: center;
	}

.image-container figcaption:hover {
    opacity: 1;
}
	
figure .container {
	height: 392px;
	left: 50%;
	margin: -156px 0 0 -206px;
	position: absolute;
	top: 50%;
	width: 412px;
	}
	
figure .button {
    margin: 0;
	background: #ffffff;
	border-radius: 3px;
    border: 1px solid #2b2f35;
	color: #2b2f35;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
	display: inline-block;
	font-weight: 400;
	padding: 15px 40px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
	-moz-transition: all 0.3s ease-in-out 0s !important;
	-ms-transition: all 0.3s ease-in-out 0s !important;
	-o-transition: all 0.3s ease-in-out 0s !important;
	transition: all 0.3s ease-in-out 0s !important;
    float: none;
    line-height: normal;
	}
	
figure .button:hover {
    margin: 0px;
    margin-top: 10px;
	background: #2b2f35;
    border: 1px solid transparent;
    color: #ffffff;
    float: none;
    padding: 15px 40px;
	}
	
figure h4 {
	color: #2b2f35;
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
	margin: 0;
	padding: 0;
	}

figure .date p {
	margin: 0px;
	}
	
figure img {
	bottom: 0;
	display: block;
	height: auto;
	max-width: 100%;
	}

.cr3ativeportfolio_thumb:hover {
    opacity: 1.0 !important;
}

.cr3ativeportfolio_thumb {
    margin-bottom: 0px !important;
}
/*--------------------Cr3ativ Careers Styling----------------------------*/

ul.cr3ativcareer_widget {
    width: 98%;
    margin-left: 0;
    }

ul.cr3ativcareer_widget li {
    list-style: none;
    margin-left: 0;
    line-height: 1.6em !important;
    }

.cr3ativcareer_post_read_more, .cr3ativcareer_post_read_more a {
    padding-left: 0 !important;
    }

.cr3ativcareer_post_read_more {
    padding-left: 10px !important;
    }

.cr3ativcareer_post_details {
    min-height: 41px !important;
    }

.cr3ativcareer_widget li h3 {
    margin-top: 0 !important;
    }

ul.cr3ativcareer_widget li {
    margin-top: 40px !important;
    }

ul.cr3ativcareer_widget li:first-child {
    margin-top: 0px !important;
    }

.cr3ativstaff_social_icons img, .cr3ativstaff_employee_social img {
    border-radius: 0px !important;
}

.cr3ativcareer_post_date, .cr3ativcareer_post_date2 {
    padding: 11px 15px 13px 0 !important; 
}

/*--------------------Cr3ativ Shortcode Theme Styling----------------------------*/

body .creativ-shortcode-map {
    border-radius: 3px;
}

.ja-social-icon-image:hover {
    border-bottom: 0px!important;
    padding-bottom: 0px !important;
}
body .creativ-shortcode-map p {
    padding: 0 10px 0 !important;
}

body .creativ-shortcode-col-inner {
    margin: 0 0 0 40px !important;
    }

body .creativ-shortcode-cols {
    margin: 0 0 20px -40px !important;
    }

body .creativ-shortcode-button {
    font-family: 'Open Sans',sans-serif !important;
    text-transform: uppercase !important;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out!important;
    text-decoration: none;
    margin: 20px 3px 0 0!important;
    font-weight: 600!important;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: none;
    }

body .creativ-shortcode-button:hover {
    background-color: #2b2f35 !important;
    border: 1px solid #2b2f35 !important;
    color: #ffffff !important;
    }

body .creativ-shortcode-button-size-large, body .creativ-shortcode-button-size-large:hover {
    font-size: 14px !important;
    padding: 15px 40px !important;
    }

body .creativ-shortcode-button-size-medium, body .creativ-shortcode-button-size-medium:hover {
    font-size: 12px !important;
    padding: 12px 30px !important;
    }

body .creativ-shortcode-button-size-small, body .creativ-shortcode-button-size-small:hover {
    font-size: 11px !important;
    padding: 9px 20px !important;
    }

body .creativ-shortcode-button-colour-blue {
    background-color: #E8F8FC !important;
    border: 1px solid #80C1D5 !important;
    color: #2B2F35 !important;
}
body .creativ-shortcode-button-colour-red {
    background-color: #f9e8e8 !important;
    border: 1px solid #d45050 !important;
    color: #d45050 !important;
    }

body .creativ-shortcode-button-colour-green {
    background-color: #e6f7f0 !important;
    border: 1px solid #426054 !important;
    color: #426054 !important;
    }

body .creativ-shortcode-button-colour-orange {
    background-color: #ffebe1 !important;
    border: 1px solid #ee6723 !important;
    color: #ee6723 !important;
    }

body .creativ-shortcode-button-colour-dark-gray {
    background-color: #2b2f35 !important;
    border: 1px solid #2b2f35 !important;
    color: #ffffff !important;
    }

body .creativ-shortcode-button:hover { 
	border: 1px solid #2b2f35 !important;
    color: #2b2f35 !important;
    background-color: #ffffff !important;
	}

body .creativ-shortcode-button-colour-light-gray {
    border: 1px solid #2b2f35 !important;
    color: #2b2f35 !important;
    background-color: #ffffff !important;
    }

body .creativ-shortcode-button-colour-light-gray:hover {
    background-color: #2b2f35 !important;
    border: 1px solid #2b2f35 !important;
    color: #ffffff !important;
}

#page_title .creativ-shortcode-button-colour-light-gray {
    background-color: transparent !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #ffffff !important;
    }

#page_title .creativ-shortcode-button-colour-light-gray:hover {
    background-color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.9) !important !important;
    color: #2b2f35 !important;
    }

body .creativ-shortcode-button-colour-purple {
    background-color: #f3e5fd !important;
    border: 1px solid #8a37c4 !important;
    color: #8a37c4 !important;
    }

body .creativ-shortcode-button-colour-theme:hover { 
	text-decoration: none; 
	background-color: transparent !important;
	}

#page_title .home .creativ-shortcode-button:hover { 
	border: 1px solid #2b2f35 !important;
    color: #2b2f35 !important;
    background-color: #ffffff !important;
	}

body .creativ-shortcode-toggle-active { 
	border-color: #C2CCD1 !important; 
	}

body .creativ-shortcode-toggle .creativ-shortcode-toggle-content { 
	border-top: 1px solid #C2CCD1!important; 
	}

body .creativ-shortcode-toggle h3.creativ-shortcode-toggle-heading, body .creativ-shortcode-tab-buttons a, body .creativ-shortcode-tab-buttons a:hover {
    font-size: 14px !important;
    font-family: 'Open Sans',sans-serif !important;
    text-transform: uppercase !important;
}
body .creativ-shortcode-toggle { 
	border: 1px solid #C2CCD1!important; 
	}

body .creativ-shortcode-tab-buttons a { 
	border-color: #C2CCD1 #C2CCD1 #C2CCD1!important; 
	color: #797C81 !important; 
	}

body .creativ-shortcode-tabpane { 
	border: 1px solid #C2CCD1!important; 
	}

body .creativ-shortcode-tab-buttons a.active { 
	color: #2B2F35 !important;
	}

.ja-social-icon:hover { 
	background: #2F3438 !important; 
	color: #FFF !important; 
	}

body .creativ-shortcode-alertbox-colour-theme { 
	background-color: #FF675B!important; 
	border: 0px solid #30343A!important; 
	border-radius: 0px!important;
	}

.creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox p, .creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox a { 
	color: #ffffff!important; 
	border-radius: 0px!important; 
	}

body .creativ-shortcode-social-links {
	margin:0 !important;
	}

a.ja-social-icon, a.ja-social-icon:hover {
    padding-bottom: 0 !important;
    border-bottom: none !important;
    }

body .creativ-shortcode-pullright, body .creativ-shortcode-pullleft {
    font-family: 'Noto Serif',serif!important;
    font-size: 22px!important;
    font-style: italic!important;
    font-weight: 400!important;
    line-height: 1.5em!important;
    text-transform: none !important;
}


/*--------------------Cr3ativ Carousel Styling----------------------------*/

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 transparent !important;
    height: 8px !important;
    width: 8px !important;
    border: 1px solid #A2ADB3;
    transition: all 0.2s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: none repeat scroll 0 0 #A2ADB3 !important;
}

#page_title .owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 transparent !important;
    height: 8px !important;
    width: 8px !important;
    border: 1px solid #ffffff;
    transition: all 0.2s ease-in-out;
}

#page_title .owl-theme .owl-controls .owl-page.active span, #page_title .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: none repeat scroll 0 0 #ffffff !important;
}

.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item blockquote {
    text-align: center;
}

.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item p {
    margin: 0px;
}

.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item cite {
    margin: -20px 0 0 0;
}

.owl-theme .owl-controls {
    margin-top: 30px !important;
}

.owl-carousel {
    margin-top: 30px;
}

/*--------------------Footer Styling----------------------------*/
	
#bottom_wrapper {
	background-color:#2b2f35;
	width:100%;
	position:relative;
	z-index:2;
	}

#bottom_wrapper img {
    border-radius: 0px;
}
	
#bottom_wrapper .content {
	padding:70px 0 0 0;
	}
	
#bottom_wrapper p, #bottom_wrapper ul li, #bottom_wrapper ol li {
    font-size: 12px;
    color: #a2a6ac;
	}
	
.copyright_message {
	font-family: 'Open Sans',sans-serif;
    color: #a2a6ac;
    font-size: 10px;
    padding: 50px 0 30px 0px;
    text-transform: uppercase;
	margin-top:25px;
	}

body.page-template-page-landing-php .copyright_message {
	font-family: 'Open Sans',sans-serif;
    color: #a2a6ac;
    font-size: 10px;
    padding: 30px 0 30px 0px;
    text-transform: uppercase;
	margin-top:25px;
    text-align: center;
	}

body.page-template-page-landing-php #bottom_wrapper .content {
    padding: 0;
}

body.page-template-page-landing-php #bottom_wrapper .content .one_fourth h4 {
    padding-top: 70px;
}
	
#bottom_wrapper a, #bottom_wrapper ol li a, #bottom_wrapper ul li a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid transparent; 
    padding-bottom: 0px;
    transition: all 0.2s ease-in-out;
	}
	
#bottom_wrapper a:hover, #bottom_wrapper ol li a:hover, #bottom_wrapper ul li a:hover {
    border-bottom: 1px solid #ffffff; 
    padding-bottom: 3px;
    color: #ffffff;
	}
	
#bottom_wrapper h2, #bottom_wrapper h3, #bottom_wrapper h4, #bottom_wrapper h5, #bottom_wrapper h6 {
    color: #ffffff;
	margin-bottom: 25px;
	}
	
#bottom_wrapper h4:first-child {
	margin-top:0;
	}
	
#bottom_wrapper h4 {
	margin-top:25px;
	}

.one_fourth {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:28px;
	color:#656565;
	font-weight: 300;
	}
	
.one_fourth { 
	width: 21.2%; 
	position: relative;
	margin-right: 5%;
	float: left;
	}

.one_fourth:nth-of-type(4n+4) { 
	margin-right: 0px;
	}
	
#bottom_wrapper .header_phone {
	float:left;
	}	

#bottom_wrapper input[type=text], #bottom_wrapper input[type=email], #bottom_wrapper input[type=url], #bottom_wrapper input[type=password] {
	color: #797c81;
	background-color: #2f333a;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    padding: 15.5px;
    width: 47%;
    -webkit-appearance: none;
    margin: 0;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    outline: none;
    border: none;
    color: #a2a6ac;
    float: left;
	}
	
#bottom_wrapper input[type=text]:focus, #bottom_wrapper input[type=email]:focus, #bottom_wrapper input[type=url]:focus, #bottom_wrapper input[type=password]:focus {
    opacity: 1.0;
    -webkit-appearance: none;
    background-color: #3c424a;
    border: none;
    color: #ffffff;
	} 
	
#bottom_wrapper input[type=submit] {
    text-decoration: none; 
	background-color: #2f333a;
	color: #797c81;
    border: 0px solid transparent;
    margin: 0 0 0 5px;
    padding: 16px 20px;
    font-size: 12px;
	}
	
#bottom_wrapper input[type=submit]:hover {   
	outline: none;
    -webkit-appearance: none;
    border: 0px solid transparent;
    background-color: #3c424a;
    color: #ffffff;
    margin: 0 0 0 5px;
    padding: 16px 20px;
	}
	
#bottom_wrapper .button_tag {
	display: inline-block;
	margin: 0px;
	position: relative;
	}

#bottom_wrapper .button_tag a {
	background-color: #2f333a;
    color: #ffffff;
    font-size: 11px;
    padding: 0px 15px;
    font-family: 'Open Sans',sans-serif;
    text-decoration: none;
    border-bottom: none;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    border-radius: 3px;
	border-bottom:none !important;
    display: inline-block;
	}

#bottom_wrapper .button_tag a:hover {
	background-color: #3c424a;
    color: #ffffff;
    font-size: 11px;
    padding: 0px 15px;
    font-family: 'Open Sans',sans-serif;
    text-decoration: none;
    border-bottom: none !important;
	}

.mobilespace, .mobilespace2 {
    display: none;
}

/*--------------------Custom Select Box Styling----------------------------*/

.customSelect { 
    background: url("img/icon_select.png") no-repeat scroll 93% 22px #ffffff;
    border: 1px solid #c2ccd1 !important;
    cursor: pointer !important;
    padding: 10px 15px !important;
    vertical-align: middle !important;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
    border: 1px solid #3c424a !important;
    background-color: #f9f9f9;
    color: #3c424a !important;
    cursor: pointer;
}

.customSelect.customSelectOpen {
/* Styles for when the select box is open */
    border: 1px solid #3c424a !important;
    background-color: #f9f9f9;
    color: #3c424a !important;
    cursor: pointer;
}

.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
    border: 1px solid #3c424a !important;
    background-color: #f9f9f9;
    color: #3c424a !important;
    cursor: pointer;
}

select:hover { cursor: pointer; }

.customSelect.customSelectDisabledOption {
/* Styles for when the selected item is a disabled one */
}

.customSelect.customSelectDisabled {
/* Styles for when the select box itself is disabled */
}

.customSelectInner {
/* You can style the inner box too */
}


/*--------------------Media Queries----------------------------*/

@media only screen and (max-width: 1150px) {
    
    body.woocommerce .breadcrumb_wrapper { position: relative; }
    
    .woo_right input#searchsubmit {
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 11px !important;
}
    
  .shop-spacer { height: 0px;}  /*!!!!!GEandert orig 31px*/
    .woo_right input#s {
    width: 85%;
}
    
body.woocommerce #page_title.home .owl-carousel, body.page-template-cart_fullwidth-php #page_title.home .owl-carousel {
    margin-bottom: 5%;
    margin-top: 5%;
}
    
    #page_title.home .owl-carousel {
    margin-bottom: 5%;
    margin-top: 5%;
}
    
    p.home_medium { font-size: 30px; }
    
    #page_title .home {
        width: 100%;
    }
    .page_background {
    height: 350px;
    }
    
    .page_background #page_title {
        /*padding-top: 140px;*/
    }    

    .page_background2 {
    height: 260px;
    }
    
    .page_background2 #page_title h1 {
    padding-top: 95px;
}

    .single_page_background {
    height: 350px;
    }
    
    .single_page_background #page_title {
        padding-top: 140px;
    }
    
    #page_title h1 {
    font-size: 34px;
}
    
    .featured_image_div {
        height: 150%;
        min-height: 450px;
    }
    
    .featured_image_div2 {
    height: 150%;
    }
    
    .featured_image_div3 {
    height: 150%;
    }
    
    #page_title.home .one_half {
    padding-top: 20%;
        padding-bottom: 20%;
}
    
    .page_background3 {
    min-height: 730px;
    }
    
    .right_content input[type="text"], .content_left input[type="text"] {
        width: 45%;
    }
    
    .wpcf7-form .one_half:nth-of-type(2n+2) {
    margin-right: 20px;
    width: 48.8%;
}
    
    .wpcf7-form .one_half {
        width: 49%;
    }
    
    .cr3ativstaff_staff_wrapper .cr3ativstaff_one_third {
    min-height: 440px;
}
    
    header#fixed {
        position: relative;
    }
    
    #header_wrapper {
    background-color: #2F333A;
    border-bottom: 1px solid #2F333A;
}
    
    #logo {
    float: left;
    /*padding: 25px 0 27px 0;*/
}
    
    #logo a img {
        max-width: 180px;
        max-height: 33px;
    }
    
    #bottom_wrapper input[type=text], #bottom_wrapper input[type=email], #bottom_wrapper input[type=url], #bottom_wrapper input[type=password] {
    width: 90%;
	}
	
#bottom_wrapper input[type=submit] {
    margin: 10px 0 0 0;
	}
	
#bottom_wrapper input[type=submit]:hover {   
    margin: 10px 0 0 0;
	}
    
    .topmenu .menu-primary-container, .topmenu .menu-primary-englisch-container {
		display:none;
		}
		

    
    .topmenu {
        position: absolute;
        right: 49px;
        top: 20px;
        width: 50%;
    }
	
	.responsivenav {
		display: block;
		overflow:hidden;
		}
	
	.nav, .nav ul, .nav li {
		list-style: none;
        padding-bottom: 5px;
		}
	
	.nav ul {
		padding: 0;
		margin: 0 0 0 18px;
        display:none;
		}
	
	.nav {
		margin: 0px;
		}
	
	.nav > li {
		background-color: #2B2F35;
        margin: 4px 0;
        padding: 5px;
		}
	
	.nav > li li {
		margin: 2px 0;
		}
	
	.nav li > a > span {
		float: right;
		}
	
	.nav li > a > span:after {
		font-size: 19px;
		content: '\25be';
		}
		
	.nav li.open > a > span:after {
		content: '\25b4';
		}
	
	.nav li a:hover, .nav li.current-menu-item > a {
		color: #ffffff;
        padding-bottom: 3px !important;
        background-color: #2F333A;
		}
	
	.nav li a, .nav li a ul li a {
		padding: 3px 10px;
        color: #A2A6AC;
		display: block;
		outline: none;
		text-decoration: none;
        border-bottom: none !important;
		}
    
    .nav li a:hover, .nav li a ul li a:hover {
        border-bottom: none !important;
		}
    
    
    .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;
    }
	
    .content, #page_title,  .page_content, .page_content2, .breadcrumbs, .single_page_background #page_title {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .post_stuff {
        width: 82%;
    }
    
    #calendar_wrap {
        max-width: 100%;
    }
    
    .right_content, .content_left {
        width: 26%;
    }
    
    .left_content, .content_right {
        width: 65%;
    }
    
    li.cr3ativeportfolio_portfolio-itemtwo {
        width: 47.8% !important;
        min-height: 340px;
    }
    
    .one_half:nth-of-type(2n+2) {
        width: 50%;
    }
    
    .one_half {
    float: left;
    position: relative;
    width: 50%;
}
    
    .read_more_text.home {
    padding-right: 10%;
}
    
    .page_content .one_half .date h2 a {
        font-size: 30px;
    }
    
    .one_third {
        width: 31.8%;
    }
    
    .left_author {
        margin: 20px 20px 15px 0;
    }
    
    .author-content {
        width: 83%;
    }
	
	}

@media only screen and (max-width: 980px) {
    
    
    .woo_right input#searchsubmit {
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 11px !important;
}
    
    .featured_image_div {
        height: 150%;
        min-height: 350px;
    }
    
    .woo_right input#s {
    width: 85%;
}
	
    .one_half {
        width: 50%;
    }
    
    .post_stuff {
        width: 80%;
    }
	
    .right_content, .content_left {
        width: 27%;
    }    
    
    .left_content, .content_right {
        width: 64%;
    }
    
    li.cr3ativeportfolio_portfolio-itemtwo {
        width: 47.7% !important;
        min-height: 320px;
    }   
    
    .one_third {
        width: 31.7%;
    }
    
    .one_half {
        width: 48.6%;
    }
    
    .one_half:nth-of-type(2n+2) {
        width: 48.9%;
    }
    
    .page_content {
        padding: 50px 0;
    }

    
	}

@media only screen and (max-width: 768px) {

	#bottom_wrapper .content {
	padding:0 0 0 0;
	}
    
        #page_title.home .one_half {
    padding-top: 25%;
            padding-bottom: 25%;
}
    
    .woo_right input#s {
    width: 50%;
}
    
    .woo_right input#searchsubmit {
    margin-top: 0 !important;
        margin-left: 10px !important;
}
    
    .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% !important;
}
    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 48% !important; }
    
    .mobilespace {
        display: block;
        height: 50px;
    }

    .cr3ativstaff_staff_wrapper {
        float: left;
        margin-right: 3% !important;
        width: 47% !important;
    }
    
    body .creativ-shortcode-cols-twothirds-third .creativ-shortcode-col-a, body .creativ-shortcode-cols-third-twothirds .creativ-shortcode-col-a, body .creativ-shortcode-cols-third-twothirds .creativ-shortcode-col-b {
        width: 100% !important;
    }
    
    body .creativ-shortcode-cols-twothirds-third .creativ-shortcode-col-b {
        margin-top: 50px !important;
        width: 100% !important;
    }
    
    .cr3ativeportfolio_wrapper {
        width: 100% !important;
    }
    
    .cr3ativeportfolio_one_third_first {
        border-bottom: 1px solid #C2CCD1;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .wpcf7-form .one_half:nth-of-type(2n+2) {
        margin-right: 0;
        width: 100%;
    }
    
    .wpcf7-form .one_half {
        width: 100%;
    }
    
    .landingbig {
        font-size: 70px;
    }
    
    #page_title h1 {
        font-size: 30px;
    }
    
    ul#cr3ativeportfolio_portfolio-list {
        margin: 0 !important;
    }
    
    .cr3ativstaff_content_wrapper {
        width: 100% !important;
    }
    
    #cr3ativeportfolio_portfolio-filter li {
        margin-left: 0 !important;
    }
    
    .cr3ativeportfolio_one_third_first p, .cr3ativeportfolio_custom_meta, .cr3ativeportfolio_custom_meta a, .cr3ativeportfolio_custom_meta ul li, .cr3ativeportfolio_custom_meta ul li a, .cr3ativeportfolio_custom_meta p, .right_content, .right_content p, .right_content a, .right_content ul li, .right_content ol li, .content_left, .content_left p, .content_left a, .content_left ul li, .content_left ol li {
        font-size: 14px !important;
    }
    
    .left_content, .content_right, .right_content, .content_left {
        width: 100%;
    }
    
    .right_content {
        margin-top: 80px;
    }
    
        .content_left {
        margin-top: 80px;
    }
    
    #calendar_wrap {
        max-width: 50%;
    }
    
    .author-content {
        float: left;
        width: 83%;
    }
    
    .topmenu {
        right: 37px;
    }
        
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea {
        width: 94%;
    }
        .one_half:nth-of-type(2n+2), .one_half, .one_fourth, .one_third {
        width: 100%;
        margin-right: 0;
    }


    #bottom_wrapper h4, #bottom_wrapper h4:first-child {
        margin-top: 50px !important;
    }
    
    li.cr3ativeportfolio_portfolio-itemtwo {
        width: 100% !important;
        min-height: 200px;
    }
    
    .cr3ativstaff_staff_wrapper {
        width:100%;
    }
    
    body .creativ-shortcode-cols-quarter-quarter-quarter-quarter .creativ-shortcode-col-a, body .creativ-shortcode-cols-quarter-quarter-quarter-quarter .creativ-shortcode-col-b, body .creativ-shortcode-cols-quarter-quarter-quarter-quarter .creativ-shortcode-col-c, body .creativ-shortcode-cols-quarter-quarter-quarter-quarter .creativ-shortcode-col-d {
        width: 50% !important;
        margin-top: 20px;
    }
    
    .read_more_text.home {
    padding-right: 0%;
}
    
    #bottom_wrapper input[type=text], #bottom_wrapper input[type=email], #bottom_wrapper input[type=url], #bottom_wrapper input[type=password] {
    width: 40%;
	}
	
#bottom_wrapper input[type=submit] {
    margin: 0 0 0 10px;
	}
	
#bottom_wrapper input[type=submit]:hover {   
    margin: 0 0 0 10px;
	}
    
    .read_more_text.home .more-link {
        margin: 10px 0 0 0;
    }
    
    body.page-template-page-landing-php .creativ-shortcode-cols-half-half .creativ-shortcode-col-a, body.page-template-page-landing-php .creativ-shortcode-cols-half-half .creativ-shortcode-col-b {
    width: 100%;
}
    
    .page_content .one_half .date h2 a {
        margin: 10px 0 0 0;
    }
	
	.search_wrap_product {
    width: 32%;
	}
	.search_wrap_product:nth-of-type(2n+3) {
    margin-right: 0;
    }
	.product_search_result span.price{
		font-size:14px;
	}
	.search_wrap_product h3 a {
	font-size:14px;
	}

	}
	
@media only screen and (max-width: 640px) {
	
	
    
    .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    margin: 13px 23px 0 0 !important;
}
    
    #page_title.home .one_half {
    padding-top: 5%;
    padding-bottom: 5%;
}
    
    .page_background3 {
    min-height: 310px;
    }
    
    .featured_image_div {
        height: 150%;
        min-height: 310px;
    }

    .mobilespace2 {
        display: block;
        height: 50px;
    }
    
    .landingbig {
    font-size: 50px;
}

	#logo a img {
        max-height: 33px;
        /*width: 176px;*/
    }
    
    .topmenu {
        right: 30px;
    }
    
    p.home_medium {
        font-size: 26px;
    }
     
    #logo {
        /*padding: 26px 0 26px;*/
    }
    
    .post_format_icon {
        margin-right: 25px;
        width: 47px;
    }
    
    .post_stuff {
        width: 86%;
    }
    
    .post-author img {
        border-radius: 38px;
        width: 45px !important;
    }
    
    .left_author {
        margin: 20px 20px 15px 0;
    }
        
    .author-content {
        width: 87%;
    }
    
    .comment-author-avatar img {
        width: 45px;
    }
    
    .comment-author-avatar {
        margin-right: 20px;
    }
    
    .box {
        margin-left: 0;
        width: 100%;
    }
    
    ul.da-thumbs {
        margin-left: 0;
    }

  .page_background {
        height: 270px;
    }
    
    .page_background #page_title {
        /*padding-top: 100px;*/
    }
    
    .single_page_background {
        height: 270px;
    }
    
    .single_page_background #page_title {
        padding-top: 100px;
    }
    
    .page_background2 {
        height: 180px;
    }
    
    .page_background2 #page_title h1 {
        padding-top: 55px;
    }
    
    #page_title h1 {
        font-size: 26px;
    }
    
    .page_background2 #page_title h1 {
        padding-top: 61px;
    }
    
    .cr3ativstaff_staff_wrapper .cr3ativstaff_one_third {
        min-height: 380px;
    }
    
    #cr3ativeportfolio_portfolio-filter li a {
        padding: 10px !important;
    }
    
    ul#cr3ativeportfolio_portfolio-filter {
    margin-bottom: 5px !important;
    }
    
    .mobilemargin {
        margin: 0;
    }
    
    .page_content2 .one_third_home .date h2 a:hover, .page_content2 .one_third_home .date h2 a {
    margin: 0 0 20px;
}
    
    .more-link {
        margin: 10px 0;
    }
    
        
    body .creativ-shortcode-cols-half-half .creativ-shortcode-col-a, body .creativ-shortcode-cols-half-half .creativ-shortcode-col-b {
        margin-bottom: 20px;
    }
    
        .one_third_home {
        padding: 0 !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    .one_third_home:nth-of-type(3n+3) {
        width: 100% !important;
    }
    
    .page_content2 .one_third_home.border {
        border-left: medium none;
        border-right: medium none;
        padding: 0;
    }
    
    .page_content .one_half .date h2 a, h1 {
        font-size: 30px;
    }

	/* Eingefuegt !!!!!!!!*/
	.gallery-item {
 width:31% !important;
}
    
}

@media only screen and (max-width: 480px) {

    .landingbig {
    font-size: 30px;
}
    
    #page_title h1 {
    font-size: 18px;
}   
    
    p.home_medium {
        font-size: 18px;
    }
    
    .featured_image_div {
    height: 150%;
    min-height: 270px;
}
    
    .cr3ativcareer_career_print {
        clear: both !important;
        display: block !important;
        padding-left: 0px !important;
        padding-top: 13px !important;
    }
    
    .cr3ativcareer_pdf_download {
        padding-left: 0 !important;
        clear: both !important;
    }
    
    .cr3ativcareer_career_split {
        display: none !important;
    }
    
    .cr3ativcareer_pdf_download:before, .cr3ativcareer_career_print:before {
        margin-top: 0px !important;
    }
    
    .cr3ativcareer_post_details {
        padding: 20px 0 !important;
    }
    
    .cr3ativcareer_post_date, .cr3ativcareer_post_date2 {
        padding: 0 !important;
        border-right: none !important;
    }
    
    .topmenu {
        width: 90%;
        left: 15px;
        top: 76px;
    }
    
    #logo {
        padding: 15px 0 76px;
    }
    
    .header_phone {
        display: none !important;
    }
    
    .one_half input[type="text"], .one_half input[type="email"], .one_half input[type="url"], .one_half input[type="password"], .one_half textarea, .one_half_first input[type="text"], .one_half_first input[type="email"], .one_half_first input[type="url"], .one_half_first input[type="password"], .one_half_first textarea {
        width: 88%;
    }
    
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea {
        width: 88%;
    }
    
    .post_stuff {
        width: 100%;
    }
    
    .blog_wrapper {
        margin-bottom: 40px;
    }
    
    .post_format_icon {
        margin-bottom: 10px;
        width: 37px;
    }
    
    .post_stuff .read_more_text {
        margin-top: 20px;
    }

.page_background {
        height: 240px;
    }
    
    .page_background #page_title {
        padding-top: 80px;
    }
    
    .single_page_background {
        height: 240px;
    }
    
    .single_page_background #page_title {
        padding-top: 80px;
    }
    
    .cr3ativcareer_post_read_more {
        padding-left: 0px !important;
        display: block !important;
        clear: both !important;
    }
    
    .breadcrumbs, .breadcrumbs a {
        font-size: 12px
    }
    
    #page_title h1 {
        font-size: 22px;
    }
    
    #cr3ativeportfolio_portfolio-filter li a {
        margin: 10px 8px 0 0 !important;
    }
    
    ul#cr3ativeportfolio_portfolio-filter {
        margin-bottom: 35px !important;
    }
    
    .cr3ativstaff_staff_wrapper {
        float: left;
        margin-right: 0 !important;
        width: 99% !important;
    }
    
    .left_author {
        margin: 0 0 10px;
    }
    
    .author-content {
        width: 100%;
    }
    
    .comment-content ul.children {}
    
    .commentlist li ul.children li {
        padding: 0;
    }
    
    .commentlist li {
        padding: 20px 0 30px;
    }
    
    .comment-author-avatar {
        display: block;
        margin-right: 0;
        margin-top: 20px;
        width: 100%;
    }
    
    .comment-main {
        display: block;
        overflow: hidden;
        padding-top: 20px;
        width: 100%;
    }
    
    .comment_wrapper_main hr {
        margin: 2em 0 0 0;
    }

    
    .navigation .alignright {
        display: block;
        float: right;
        margin: 1px 0 0;
        text-align: center;
        width: 100%;
    }
    
    .navigation .alignleft {
        display: block;
        float: left;
        margin: 0 0 1px;
        text-align: center;
        width: 100%;
    }
    
    .buttontextnext a, .buttontextnext a:hover, .buttontext a, .buttontext a:hover {
        background-color: #F8F8F8;
        display: block;
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }
    
    .page_content2 .one_third_home, .page_content2 .one_third_home:nth-of-type(3n+3) {
        width: 100%;
        padding: 0;
    }
    
    .page_content2 {
        padding: 30px 0 30px 0;
    }
	.search_wrap_product {
    width: 48%;
	}
	.search_wrap_product:nth-of-type(2n+2) {
    margin-right: 0;
    }

}
	
@media only screen and (max-width: 360px) {
    
    #page_title.home .one_half {
    padding-top: 30%;
        padding-bottom: 30%;
}
    
        .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100% !important; }
    
	.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-time {
    right: auto !important;
    }
    
    p.home_medium {
    font-size: 20px;
}

        body .creativ-shortcode-cols-quarter-quarter-quarter-quarter .creativ-shortcode-col-a, body .creativ-shortcode-cols-quarter-quarter-quarter-quarter .creativ-shortcode-col-b, body .creativ-shortcode-cols-quarter-quarter-quarter-quarter .creativ-shortcode-col-c, body .creativ-shortcode-cols-quarter-quarter-quarter-quarter .creativ-shortcode-col-d {
        width: 100% !important;
        margin-top: 20px;
    }

}

@media only screen and (max-width: 320px) {
    
    #page_title.home .one_half {
    padding-top: 20%;
        padding-bottom: 20%;
}
.search_wrap_product {
    width: 100%;
	margin: 0;
	}
	}