/*
Theme Name: Blank Theme
Theme URI: 
Author: ecom Webservices
Author URI: 
Description: A blank Wordpress Theme
Tags: html5,css3,blank
*/

@font-face {
    font-family: 'Alegreya Sans';
    src: url('fonts/AlegreyaSans-Regular.woff2') format('woff2'),
        url('fonts/AlegreyaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya-Bold';
    src: url('fonts/AlegreyaSans-Bold.woff2') format('woff2'),
        url('fonts/AlegreyaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya-Light';
    src: url('fonts/AlegreyaSans-Light.woff2') format('woff2'),
        url('fonts/AlegreyaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}




/* FOOTER IMMER UNTEN */
html, body {
height: 100%;
font-size: 100%;
}
#wrapper {
position: relative;
min-height: 100%;
}
* html #wrapper {
height: 100%;
}
#content {
	padding-bottom:80px;
}
#footer {
position: absolute;
bottom: 0px;
width: 100%;
text-align: center;
background-color: #eb6a0b;
color: #fff;
font-size: 1.285em;
padding:0px;
line-height:20px;
margin-bottom:0px;
}
.footer_inner ul {
	margin:0px !important;
	padding:0px !important;
}
.footer_inner a {
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding-left:3px;
	padding-right:3px;
}
.footer_inner li {
	display:inline-block;
	padding-top:10px;
	padding-bottom:10px;

}
.footer_inner li:nth-child(3) a:before,
.footer_inner li:last-child a:before {
	content:"/";
	padding-right:6px;
	display:inline-block;
}
.footer_inner li:first-child {
	display:none;
}
.footer_inner li:first-child a:before {
	content:"" !important;
}

/*group basics*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 0.875em;
	line-height: 1.214em;
	color: #70685F;
	background: url(img/backgrounds/bg-rep.png);
	background-attachment: fixed;
}

.logged-in.admin-bar .white-elem,
.logged-in.admin-bar #header-wrapper {
	top: 32px;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

.element-invisible {
	display: none;
}
/*end basics*/

/*group header*/
#header-wrapper {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 700;
}

.logo {
	text-align: center;
}

.widget_polylang {
    position: absolute;
    right: 0;
    top: 0;
}

.widget_polylang ul {
    background-color: #cfcac7;
    margin-bottom: -12px;
    padding-left: 0;
    padding-top: 42px;
    position: relative;
}

.widget_polylang ul:after {
    background: rgba(0, 0, 0, 0) url("img/items/trans_bg.svg") no-repeat scroll left bottom;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 100%;
    width: 100%;
}

.widget_polylang li {
	list-style: none;
	display: none;
	height: 25px;
	width: 66px;
	overflow: hidden;
}

.widget_polylang .current-lang {
	height: 36px;
}

.widget_polylang .current-lang  a:before {
	content: "";
	display: block;
	height: 7px;
	left: -20px;
	position: absolute;
	top: 7px;
	width: 13px;
	background: url(img/items/lang_arrow.svg) no-repeat left bottom;	
}

.widget_polylang .current-lang:hover {
	cursor: pointer;
}

.widget_polylang li a {
    display: block;
    height: 17px;
    text-indent: -7000em;
    width: 25px;
    left: 30px;
    position: relative;
    top: 8px;
}

.widget_polylang  .current-lang {
	background: url(img/items/active_trans_bg.svg) no-repeat;
	display: block !important;
	position: absolute;
	right: 0;
	top: 0;
}

.lang-item-de  a {
	background: url(img/items/de.svg) no-repeat;
}
.lang-item-en  a {
	background: url(img/items/en.svg) no-repeat;
}
.lang-item-pt  a {
	background: url(img/items/brasil.png) no-repeat;
}
.lang-item-ru  a {
	background: url(img/items/russia.png) no-repeat;
}
.lang-item-zh  a {
	background: url(img/items/china.png) no-repeat;
}

/*end header*/

/*group content*/
h1 {
	font-family: 'Alegreya-Bold', sans-serif;
	font-size: 1.285em;
	line-height: 1.222em;
}

h2, h3 {
	font-family: 'Alegreya-Bold', sans-serif;
	font-size: 1.142em;
	line-height: 1.222em;
}


h1, h2, h3, p, ul, ol {
	margin-bottom: 16px;
}

ol {
	padding-left: 15px;
}

ul {
	padding-left: 16px;
}

.sidebar {
	font-style: italic;
}

.zoom {
    float: right;
}

#main-wrapper a {
	text-decoration: none;
	color: #eb6a0b;
}

.bildlinks {
	float: left;
	margin-right: 20px;
}

.bildrechts {
	float: right;
	margin-left: 20px;
}

.sidebar .row {
	margin-bottom: 15px;
}

#swipebox-overlay {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}

#swipebox-overlay img {
    border: 12px solid #fff !important;
}

.home #main section {
	padding-right: 51px;
}

.home #main {
	font-size: 1.714em;
	line-height: 1.8em;
	font-weight: 300;
	font-family: 'Alegreya-Light', sans-serif;
}

.admin-bar #slider {
	top: 202px;
}

#slider .inner {
	position: relative;
	background-color: #C0BAB6;
}

#slider .inner:before {
	content: "";
	height: 36px;
	width: 100%;
	display: block;
	position: absolute;
	background-color: rgba(235, 106, 11, 0.2);
}

#slider ul {
	padding-left: 0;
	margin-bottom: 0;
}

#slider .slider-items {
	overflow: hidden;
	width: 73%;
}

#slider .inner .slider-items ul li {
    border-left: 6px solid #eb6a0b;
    float: left;
    line-height: 0;
    list-style: outside none none;
}

#slider .slider-items img {
	width: auto;
}
/*end content*/

/*group grid*/
.row {
	overflow: hidden;
}

.mm-listview .mm-next::before {
	border:none !important;
}

@media screen and (min-width: 960px) {
	.col-lg-7, .col-lg-6, .col-lg-5 {
		float: left;
	}

	.col-lg-7 {
		width: 58.333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.667%;
	}
}


@media screen and (min-width: 600px)  and (max-width: 960px){
	.col-md-7, .col-md-6, .col-md-5 {
		float: left;
	}

	.col-md-7 {
		width: 58.333%;
	}

	.col-md-6 {
		width: 50%;
		padding-top:10px;
	}

	.col-md-5 {
		width: 41.667%;
	}
}

@media screen and (max-width: 600px){
	.col-md-7, .col-md-6, .col-md-5 {
		float: none;
	}

	.col-md-7 {
		width: 80%;
		padding-top:10px;
		padding-left:10%;
		padding-right:10%;
	}

	.col-md-6 {
		width: 80%;
		padding-top:10px;
		padding-left:10%;
		padding-right:10%;
	}

	.col-md-5 {
		width: 100%;
	}
	
	.mobile-title-wrapper {
		width: 90%;
		padding-left:10%;
	}	
	.col-lg-12 {
		width: 100%;
		padding-top:15px;
		padding-left:0;
		padding-right:0;
		font-size:1em;
	}
	.home #main {
		font-size:1em !important;
	}
	.logo img {
	    width: 180px !important;
	}
	#header-wrapper {
		height:100px !important;
	}
	#slider {
		padding-top:100px !important;
	}

	.home #main-wrapper {
		width: 80%;
		margin: 0 auto;
	}

	.home #main section {
		padding-right: 0;
	}
}
/*end grid*/

@media screen and (min-width: 960px) {
	
	html, body, .wrapper {
		height: 100%;
	}
	.container {
		background-color: #fff;
		max-width: 950px;
		margin: 0 auto;
	}

	#header-wrapper {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 700;
		height: 205px;
	}

	.home #header-wrapper {
		height: 170px;
	}

	.toggle-menu {
		display: none;
	}
	
	.header {
		position: relative;
		height: 207px;
	}

	.home .header {
		height: 170px;
		overflow: visible;
	}

	.logo {
		padding-top: 10px;
		margin-bottom: 26px;
	}

	#main-wrapper {
	    min-height: 100%;
	    position: relative;
	    z-index: 200;
	}

	#slider .slider-items ul {
		float: right;
	}
	#bg_panel {
	background: rgba(192, 186, 182); /* Fallback */
	background-color: rgba(192, 186, 182, 0.2);
	color: rgba(192, 186, 182, 0.2);
	position: fixed;
	top: 170px;
	height: 212px;
	width: 100%;
	z-index:-1;
	}

	#slider {
	    position: fixed;
	    top: 170px;
	    height: 208px;
	    width: 100%;
	    z-index: 300;
		
	}

	#main-wrapper .inner-container {
		padding-top: 275px;
		
	}

	.home 	#main-wrapper .inner-container {
		padding-top: 405px;
		margin-bottom: -405px;
	}

	#main .inner {
		padding:41px 51px 0px 12%;
	}

	.sidebar .inner {
		padding: 0 0 0 15px;
	}

	.page-template-page-noimages .sidebar .inner {
		padding: 0 0 0 30px;
	}

	.grey-line {
		position: fixed;
	}

	.shadow {
		display: block;
		height: 100%;
		opacity: 0.3;
		position: fixed;
		right: 24%;
		top: 0;
		width: 30px;

		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );

	}

	.white-elem {
	    background-color: #fff;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    width: 100%;
	}

	.line {
	    background-color: #f7b988;
	    height: 37px;
	    position: absolute;
	    top: 170px;
	    width: 100%;
	}

	.safari .line,
	.chrome .line {
	    height: 36px;
	}

	#main {
		float: right;
	}

	.menu-header-navigation-en-container,
	.menu-header-navigation-container {
    		position: absolute;
    		top: 10px;
	}

	.menu-header-navigation-en-container ul,
	.menu-header-navigation-container  ul {
		overflow: hidden;
	}

	.menu-header-navigation-en-container li,
	.menu-header-navigation-container  li {
		float: left;
		list-style: none;
	}

	.menu-header-navigation-en-container a,
	.menu-header-navigation-container a {
		color: #70685F;
		text-decoration: none;
	}

	.menu-header-navigation-en-container a:after,
	.menu-header-navigation-container a:after {
		content: "\\";
		margin: 0 5px;
		display: inline-block;
	}
	
	.menu-header-navigation-en-container  li:last-child a:after,
	.menu-header-navigation-container li:last-child a:after {
		content: "";
	}

	#main-navigation {
		background-color: #EB6A0B;
		position: absolute;
		top: 170px;
		width: 100%;
	}

	#main-navigation ul {
		overflow: hidden;
		margin-bottom: 0;
	}

	#main-navigation li {
		list-style: none;
		float: left;
	}

	#header-wrapper .menu-hauptnavigation-container > ul > li {
	    margin-right: 35px;
	}

	#main-navigation:before {
	    background: url("img/items/ecke.svg") no-repeat 0 0;
	    content: "";
	    display: block;
	    height: 14px;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 14px;
	}

	.home #main-navigation:before {
		background: none;
	}

	#main-navigation div > ul > li > a {
	    color: #fff;
	    display: block;
	    font-size: 1.285em;
	    padding: 10px 13px;
	    text-decoration: none;
	    -webkit-transition: color 0.25s ease;
	    -ms-transition: color 0.25s ease;
	    -moz-transition: color 0.25s ease;
	    -o-transition: color 0.25s ease;
	    transition: color 0.25s ease;
	}

	.home #main-navigation div > ul > li {
		overflow: hidden;
	}

	.home #main-navigation div > ul > li:nth-child(2)  a {
		float: right;
		width: 90%;
	}
	.home #main-navigation div > ul > li:nth-child(3)  a {
		float: right;
		width: 85%;
	}
	.home #main-navigation div > ul > li:nth-child(4)  a {
		float: right;
		width: 80%;
	}
	.home #main-navigation div > ul > li:nth-child(5)  a {
		float: right;
		width: 75%;
	}

	.home #main-navigation {
		background-color: transparent;
	    right: 0;
	    top: 0;
	    width: 280px;
	}

	.home #main-navigation ul {
		margin-bottom: 0;
	}

	.home #main-navigation div > ul > li {
		float: none;
    		margin-bottom: 8px;
    		padding-left: 15px;
	}

	.home #main-navigation div > ul > li:first-child {
		background-color: transparent;
	}

	.home #main-navigation div > ul > li:last-child {
		margin-bottom: 0;
	}

	.home #main-navigation div > ul > li > a {
		background-color: #eb6a0b;
		display: block;
		font-weight: 700;
		position: relative;
	}

	.home #main-navigation div > ul > .menu-item-has-children .menu-toggle {
	    background-color: #eb6a0b;
	    color: #fff;
	    font-size: 2.3em;
	    font-weight: 700;
	    height: 28px;
	    padding-left: 19px;
	    padding-right: 19px;
	    padding-top: 8px;
	    position: absolute;
	    right: 0;
	    top: 0;
	} 

	.home #main-navigation div > ul > .menu-item-has-children .menu-toggle:hover {
		cursor: pointer;
	}

	.home #main-navigation div > ul >li > a {
		padding:  9px 0;
		line-height: 1em;
	}

	.home.safari #main-navigation div > ul >li > a,
	.home.chrome #main-navigation div > ul >li > a {
		padding:  10px 0 9px;
	}

	.home #main-navigation div > ul >li > a:before {
		content: "";
		background: url(img/backgrounds/menu_bg.svg) no-repeat;
		display: block;
		height: 37px;
		left: -15px;
		position: absolute;
		top: 0;
		width: 20px;
	}

	.home #main-navigation .sub-menu {
		display: none;
		position: relative;
		left: -15px;
		width: calc(100% + 15px);
	}

	.home #main-navigation .sub-menu li {
	    float: none;
	    padding: 0 13px;
	}

	.home #main-navigation .sub-menu li:last-child a {
		border-bottom: none;
	}
	
	.home #main-navigation .sub-menu a {
		color: #eb6a0b;
		display: block;
		border-bottom: 1px solid #eb6a0b;	
		text-decoration: none;
		font-size: 1.125em;
		padding: 8px 0;

	}

	.home #main-navigation.open {
		background-color: rgba(247, 185, 136, 0.5);
		border-radius: 32px 0 0 20px;
	}

	#header-wrapper #main-navigation .sub-menu {
		background-color: #f7b988;
		left: 0;
		padding-left: 0;
		position: absolute;
		width: 100%;
		display: none;
	}

	#header-wrapper #main-navigation .current-page-parent  .sub-menu,
	#header-wrapper #main-navigation .current-menu-item  .sub-menu {
		display: block;
	}

	#header-wrapper .sub-menu a {
	    color: #eb6a0b;
	    display: block;
	    font-size: 1.142em;
	    font-style: italic;
	    padding: 9px 0 9px 27px;
	    text-decoration: none;
	}

	#main-navigation .current-page-parent > a,
	#main-navigation li > a:hover, 
	#main-navigation .current-menu-item > a {
		position: relative;
		color: #70685F;
	}

	#main-navigation .current-page-parent > a::before,
	#main-navigation .current-menu-item > a::before {
		background: rgba(0, 0, 0, 0) url("img/backgrounds/active_bg.svg") no-repeat;
		content: "";
		display: block;
		height: 20px;
		left: -5px;
		position: absolute;
		width: 20px;
	}
	#main-navigation .sub-menu .current-menu-item > a::before {
		display: none;
	}

	#footer {
		display:none;
	}
}

@media screen and (max-width: 960px) {
	.wrapper {
		overflow: hidden;
	}

	#slider .slider-items {
		width: 100%;
	}

	#slider .inner .slider-items ul li {
		width: 33.33%;
		border-left: 0;
	}
	
	#slider .inner .slider-items ul li img {
		border-left: 6px solid #eb6a0b;
		width: 100%;
		height: auto;
	}

	#slider .inner .slider-items ul li:first-child img {
		border-left: 0;
	}
	
	#header-wrapper {
		background-color: #fff;
		height: 164px;
	}

	.toggle-menu {
		position: absolute;
		top: 0;
		left: 0;
		padding-bottom: 15px;
	}

	#slider {
		padding-top: 164px;
	}

	#main-wrapper {
		background-color: #fff;
		padding-top: 164px;
	}

	.home #main-wrapper {
		padding-top: 0;
	}

	.home #main {
		font-size: 1.428em;
	}

	.mm-menu {
		background-color: transparent;
		border: none;
		border-color: transparent;
	}

	.mm-navbar,
	.mm-listview li {
		background-color: rgba(222,219,217,0.6);
	}

	.mm-navbar>* {
    		display: block;
    		padding: 13px 0;
	}

	.mm-navbar {
		border-color: #EB6A0B;
		height: 45px;
	}

	.menu-hauptnavigation-container .mm-navbar {
		display: none !important;
		background-color: transparent;
	}

	.mm-subopened .mm-navbar {
		display: block !important;
	}

	.mm-subopened .mm-listview li {
		background-color: transparent;
		display: none;
	}

	.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    		color: #70685F;
	}

	.mm-listview>li:not(.mm-divider):after,
	.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
		font-size: 1.285em;
		border-color: #EB6A0B;
	}
	.mm-listview>li:not(.mm-divider):after {
		left: 0;	
	}

	.mm-listview>li:not(.mm-divider):last-child:after {
		display: none;
	}

	.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    		margin-top: -14px;
	}

	.mm-menu:after {
		content: "";
		display: block;
		width: 25px;
		height: 100%;
		position: absolute;
   		right: 0;
		opacity: 0.6;
		pointer-events: none;

		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  rgba(0,0,0,0) 1%, rgba(0,0,0,0.18) 50%, rgba(0,0,0,0.57) 100%);
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.18) 50%,rgba(0,0,0,0.57) 100%);
		background: linear-gradient(to right,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.18) 50%,rgba(0,0,0,0.57) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#91000000',GradientType=1 );
	}

	.mm-listview .mm-next {
	    background: transparent;
	    width: 20%;
	    padding: 0;
	    position: absolute;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    z-index: 2;
	    left: auto;
	}

	.sidebar .thumbnail {
		width: 100%;
		height: auto;
	}

	.sidebar .col-lg-7 {
		margin-bottom: 15px;
	}

	.mobile-title-wrapper {
	    background-color: #f7b988;
	}

	.mobile-title-wrapper h2 {
	    position: relative;
	    background-color: #eb6a0b;
	    color: #fff;
	    font-size: 1.285em;
	    margin-left: 15px;
	    padding: 8px 0 7px;
	}

	.mobile-title-wrapper h2:before{
		content: "";
		background: url(img/backgrounds/menu_bg.svg) no-repeat;
		display: block;
		height: 37px;
		left: -15px;
		position: absolute;
		top: 0;
		width: 20px;
	}

	.home .logo {
    		text-align: center;
	}

	.logo img {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}

	.scroll .logo img {
	    max-width: 180px;
	}

	.scroll #header-wrapper {
    		background-color: #fff;
    		height: 100px;
	}

	header #main-navigation {
		display: none;
	}

	#slider .inner .slider-items ul li {
	}

	.mm-prev,
	.mm-next {
		background: url(img/items/arrow.svg) no-repeat 40% center !important;
		border: none !important;
	}

	.mm-prev {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
		background-position: 95% center !important;
		width: 100%;
	}

	.mm-menu .mm-btn:after, .mm-menu .mm-btn:before,
	.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
		display: none;
	}
	
	#wrapper {
		background-color:#fff;
	}
	
}

@media screen and (min-width: 600px) and (max-width: 960px) {
	#main {
		float: right;
	}


	#main section{
		padding: 50px 50px 0 30px;
	}

	.mobile-title-wrapper,
	.sidebar .row {
		padding-left: 50px; 
	}

	#slider .inner .slider-items ul li:first-child,
	#slider .inner .slider-items ul li:nth-child(2),
	#slider .inner .slider-items ul li:nth-child(3) {
		display: block;
	}
	body {
	}
}

@media screen and (max-width: 600px) {
	#main-wrapper {
		padding-top: 110px;
	}
}