/* ==========================================================================

  Base Stylesheet - http://git.io/base
  Author: Matthew Hartman - http://www.matthewhartman.com.au/
  Version: 1.5 - Last Updated: 21st June, 2013

========================================================================== */
/* General Resets */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
}
html {
  font-size: 100%;
}

.owl-item div {
	position: relative;
	text-align: center;
	z-index: 1;
}
.js-notice {
	background-color: #75bc86;

	padding: 0.25em 0;
	color: #ffffff;
}
.js-notice p {

}

/* ==========================================================================
/* --  Micro Clearfix and Helpers
   ========================================================================== */
/* Micro Clearfix */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
.section:before,
.section:after {
  content: "";
  display: table;
}
.section:after {
  clear: both;
}
.section {
  zoom: 1;
}
/* Helpers */
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.inline {
  display: inline;
}
.strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.center-text {
  text-align: center;
}
.none,
[hidden] {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}
.visuallyvisible {
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  left: 0;
}
/* Alert */
.alert {
  background-color: #ffc;
  display: block;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.no-desktop {
  display: none;
}
/* ==========================================================================
/* 1.0 - Document Setup (typography, links, paragraph, etc)
   ========================================================================== */
/* Body */
body {
	overflow-x: hidden;
font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "museo-sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.625em;
  color: #666;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
/* Strong and Italic */
b,
strong {
  font-weight: bold;
}
/* Links */
a {
	display: inline-block;
	*display: inline;
	zoom: 1;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #555;
  line-height: 1.3rem;
  -webkit-transition: color 0.5s ease 0s;
     -moz-transition: color 0.5s ease 0s;
          transition: color 0.5s ease 0s;
}
a:hover {
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
/* Paragraph and Small */
p,
pre {
  margin: 1em 0;
}
small {
  font-size: 80%;
}
/* Abbreviations */
abbr[title] {
  border-bottom: 1px dotted;
}
/* Small,
Sub and Sup */
small {
  font-size: 80%;
}
/* Images */
img {
	max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}

/* 1.1 Headings - h1, h2, h3, h4, h5, h6 & other (if any)
   ========================================================================== */
h1,
h2,
h3 {
font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", georgia,serif;
  margin: 0;
  font-weight: normal;
  line-height: 1.25em;
}
h1 span,
h2 span,
h3 span {
	font-weight: bold;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: .2em;
}
h2,
.h2 {
font-size: 40px;
font-size: 2.5rem;
  margin-bottom: .33em;
}
	#imprint h2 {
		margin-top: 1.5em;
	}
h3,
.h3 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: .5em;
}


/* 1.3 Lists
   ========================================================================== */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
dt {
  font-weight: bold;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}


/* 1.5 Forms, Labels and Inputs
   ========================================================================== */
/* Custom Buttons */
.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  padding: 1em 1.5em;
  color: #333;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* ==========================================================================
/* My Styles
   ========================================================================== */
#hello .intro,
#portfolio .intro,
#portfolio article,
#contact {
   	padding-top: 5rem;
   	padding-bottom: 5rem;
}
h1, h2 {
	margin-bottom: 3.5rem;
}
#portfolio article h3 {
	margin-bottom: 2.5rem;
}
#logo {
	float: left;
}
#nav {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
	#nav li {
		display: inline;
		margin-left: 1em;
	}
	#nav a {
		display: inline;
		border-bottom: 0;
	}
#hello {
	z-index: 2;
	/*overflow: hidden;*/
	color: #357254;
	background: #cff09e url('images/bg-hello.svg') no-repeat right bottom;
	background-size: 0% auto;
	-webkit-transition: background-size 2s ease-out 0s;
	-moz-transition: background-size 2s ease-out 0s;
	transition: background-size 2s ease-out 0s;
	position: relative;
}
#hello.background {
	background-size: 100% auto;
}
	#hello h1 {
		color: #40996e;
	}
	#hello h1 span {
		color: #1e553b;
	}
	#hello header a {
		border-bottom: 0;
	}
	#rwd {
		position: absolute;
		bottom: -5.1rem;
		height: 100%;
		right: 0;
		margin-top: 5rem;
	}
	#rwd-desktop {
		width: 100%; /* 614 */
		/*max-height: 100%;*/ /* 462 */
		position: absolute;
		bottom: 0;
		left: 150%;
		-webkit-transition: left 1.6s ease-out .4s;
		-moz-transition: left 1.6s ease-out .4s;
		transition: left 1.6s ease-out .4s;
	}
		.desk-in {
			left: 0!important;
		}
	#rwd-tablet {
		width: 29.967%; /* 184 */
		/*max-height: 57.576%;*/ /* 266 */
		position: absolute;
		bottom: -1rem;
		left: 150%;
		-webkit-transition: left 1.6s ease-out .4s;
		-moz-transition: left 1.6s ease-out .4s;
		transition: left 1.6s ease-out .4s;
	}
		.tablet-in {
			left: 67.5%!important;
		}
	#rwd-phone {
		width: 14.007%; /* 86 */
		/*max-height: 34.848%;*/ /* 161 */
		position: absolute;
		bottom: -1.5rem;
		left: 150%;
		-webkit-transition: left 1.6s ease-out .4s;
		-moz-transition: left 1.6s ease-out .4s;
		transition: left 1.6s ease-out .4s;
	}
		.phone-in {
			left: 60%!important;
		}

#portfolio {

}
	#portfolio h2{
		color: #62b7f0;
	}
	#portfolio h2 span {
		color: #277db7;
	}
	#portfolio h3 {
		color: #62b7f0;
	}
	#portfolio article {
		border-top: 3px solid #fff;
		background-color: #f4f4f4;
	}
	#portfolio article:first-of-type {
		border-top: 3px solid #eee;
	}
	#portfolio a {
		border-bottom-color: #277db7;
	}
	#portfolio a:hover {
		color: #62b7f0;
	}
#contact {
	color: #155884;
	background-color: #62b7f0;
}
	#contact h2 {
		color: #b3defa;
	}
	#contact h2 span {
		color: #fff;
	}
	#contact a {
		border-bottom-color: #b3defa;
	}
	#contact a:hover {
		color: #2083c6;
	}
	#contact small a {
		margin-top: 4em;
		color: #1971ab;
		border-bottom-color: #7dc4f3;
	}
#imprint {

	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
	#imprint h2 {
		color: #62b7f0;
	}
	#imprint em {
		color: #444;
	}
	#imprint ul {
		list-style: none;
		padding-left: 0;
	}
	#imprint:target {
		opacity:1;
		pointer-events: auto;
	}

	#imprint .container {
		padding-bottom: 2em;
		position: relative;
		margin: 10% auto;

		background: #fff!important;
	}
	.close {
		background: #62b7f0;
		color: #fff;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		padding: .5em .75em;
		text-decoration: none;
		font-weight: bold;
		border-bottom: none;
	}

	.close:hover { background: #777; }

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 49%%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 4em;
	width: 1em;
	height: 1em;
	color: #bbb;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 41%;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: -0.75em;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: -0.75em;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #bbb;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url('images/ajax-loader.gif') no-repeat center center
}
/* backSlide */
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
/* ==========================================================================
/* 2.0 - Grid Layout (Responsive)
   ========================================================================== */
/* Sections & Content Blocks */
.section {
  position: relative;
}
.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/* Fluid Grid */
.col {
  margin-left: 2%;
  float: left;
}
.col:first-child {
  margin-left: 0;
}
/* Columns */
.one {
  width: 6.5%;
  *width: expression(Math.floor(0.065 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.two {
  width: 15%;
  *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.three {
  width: 23.5%;
  *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.four {
  width: 32%;
  *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.five {
  width: 40.5%;
  *width: expression(Math.floor(0.40.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.six {
  width: 49.0%;
  *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.seven {
  width: 57.5%;
  *width: expression(Math.floor(0.575 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.eight {
  width: 66%;
  *width: expression(Math.floor(0.66 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.nine {
  width: 74.5%;
  *width: expression(Math.floor(0.745 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.ten {
  width: 83%;
  *width: expression(Math.floor(0.83 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.eleven {
  width: 91.5%;
  *width: expression(Math.floor(0.915 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.twelve {
  width: 100%;
}
.quarter {
  width: 23.5%;
  *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.half {
  width: 49.0%;
  *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.one-third {
  width: 32%;
  *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.push-three {
	margin-left: 25.5%!important;
}
.narrow-right {
	padding-right: 5%;
}
/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 1240px) {
	.container {
		max-width: 1200px;
	}
	#hello .padding {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.narrow-right {
		padding-right: 10%;
	}
/*	body {
		font-size: 20px;
		font-size: 1.25rem;
	}*/
}
@media only screen and (min-width: 740px) and (max-width: 999px) {
	#hello .intro
	#portfolio .intro,
	#portfolio article,
	#contact {
	   	padding-top: 3rem;
	   	padding-bottom: 3rem;
	}
	h1, h2 {
		margin-bottom: 2rem;
	}
	#rwd {
		bottom: -5.1rem;
		margin-top: 3rem;
	}
	.narrow-right {
		padding-right: 0;
	}
	.push-three {
		margin: 0!important;
	}
	#rwd-desktop {
		width: 120%!important;
		max-width: inherit!important;
	}
	#rwd-tablet {
		width: 35.960%; /* 184 */

	}
	#rwd-phone {
		width: 16.808%; /* 86 */
	}
		h1 span {
			display: block;
		}
	body {
		font-size: 16px;
		font-size: 1rem;
	}
  .container,
  .tablet-container {
    width: 720px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Tablet Grid
  * For stacking full width columns, please use the new class .tablet-full */
  .tablet-one {
    width: 6.5%;
  }
  .tablet-two {
    width: 15%;
  }
  .tablet-three {
    width: 23.5%;
  }
  .tablet-four {
    width: 32%;
  }
  .tablet-five {
    width: 40.5%;
  }
  .tablet-six {
    width: 49.0%;
  }
  .tablet-seven {
    width: 57.5%;
  }
  .tablet-eight {
    width: 66%;
  }
  .tablet-nine {
    width: 74.5%;
  }
  .tablet-ten {
    width: 83%;
  }
  .tablet-eleven {
    width: 91.5%;
  }
  .tablet-twelve {
    width: 100%;
  }
  .tablet-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }
  .tablet-full:first-child {
    margin-top: 0;
  }
  .tablet-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .tablet-center:first-child {
    margin-left: auto;
  }
  .tablet-center-text {
    text-align: center;
  }
  .tablet-left {
    float: left;
  }
  .tablet-right {
    float: right;
  }
  .tablet-no-float {
    float: none;
  }
  .no-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
}
/* End Tablet Media Query */
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 739px) {
#hello .intro
#portfolio .intro,
#portfolio article,
#contact {
   	padding-top: 3rem;
   	padding-bottom: 3rem;
}
h1, h2 {
	margin-bottom: 2rem;
}
.narrow-right {
	padding-right: 0;
}
#rwd {
	position: relative;
	bottom: -5.5rem;
	height: auto;
	width: 100%;
	right: 0;
	margin-top: -5rem;
}
#rwd-desktop {
	position: relative;
}
#hello {
	background-size: 200% auto;
}
#hello.background {
	background-size: 200% auto;
}
#contact small a {
	margin-top: 0;
}
.push-three {
	margin: 0!important;
}
body {
	font-size: 16px;
	font-size: 1rem;
}
h1 span, h2 span, h3 span {
	display: block;
}
h1,
.h1 {
  font-size: 28px;
  font-size: 1.75rem;
}
h2,
.h2 {
font-size: 28px;
font-size: 1.75rem;
}
h3,
.h3 {
  font-size: 22px;
  font-size: 1.375rem;
}
  /* Mobile Grid
  * For stacking full width columns, please use the new class .mobile-full */
  .mobile-one {
    width: 6.5%;
  }
  .mobile-two {
    width: 15%;
  }
  .mobile-three {
    width: 23.5%;
  }
  .mobile-four {
    width: 32%;
  }
  .mobile-five {
    width: 40.5%;
  }
  .mobile-six {
    width: 49.0%;
  }
  .mobile-seven {
    width: 57.5%;
  }
  .mobile-eight {
    width: 66%;
  }
  .mobile-nine {
    width: 74.5%;
  }
  .mobile-ten {
    width: 83%;
  }
  .mobile-eleven {
    width: 91.5%;
  }
  .mobile-twelve {
    width: 100%;
  }
  .mobile-full, .mobile-full.owl-carousel {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }
  .mobile-full .owl-item {
  	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
  }
  .mobile-full.owl-theme .owl-controls .owl-buttons {
  	top: auto;
  	bottom: 2.5em;
  }
  .mobile-full.owl-theme .owl-controls .owl-buttons .owl-prev {
  	left: 0em;
  }
  .mobile-full.owl-theme .owl-controls .owl-buttons .owl-next {
  	right: 0em;
  }
  .mobile-full:first-child {
    margin-top: 0;
  }
  .mobile-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .mobile-center:first-child {
    margin-left: auto;
  }
  .mobile-center-text {
    text-align: center;
  }
  .mobile-left {
    float: left;
  }
  .mobile-right {
    float: right;
  }
  .mobile-no-float {
    float: none;
  }
  .container,
  .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Mobile Tables */
  table th,
  table td {
    padding: 4px;
  }
  .no-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
/* End Mobile Media Query */
