/*
Theme Name: Shop Le Monde
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: Author
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 22.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

/* =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%;
	vertical-align: baseline;
}
body {
	line-height: 1;
  min-width: 320px;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
#masthead{
    margin: 0;
    padding: 0;
}
.aligncenter {
    text-align: center;
}
.alignleft {
    text-align: left;
}
.alignright{
    text-align: right;
}
* {
    outline: none;
}
a {
    color: #f89864;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
article a{
  color: #f89864;
  /*white-space: nowrap;*/
  text-decoration: none;
  text-decoration:none!important;
  padding:0 0 0px;
}
article a:hover{
  border-color: rgba(248,152,100,1);
  color:#f89864;
}
ul, li, h1, h2, h3, h4, h5, h6, p, form {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-position: outside;
    list-style-type: none;
}
.clear {
    clear: both;
    font-size: 1px;
}

/* =============== Fonts ================= */
@font-face {
    font-family: 'merriweatherlight';
    src: url('fonts/merriweather-light-webfont.eot');
    src: url('fonts/merriweather-light-webfont%EF%B9%96.eot#iefix') format('embedded-opentype'),
         url('fonts/merriweather-light-webfont.woff') format('woff'),
         url('fonts/merriweather-light-webfont.ttf') format('truetype'),
         url('fonts/merriweather-light-webfont.svg#merriweatherlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* =============== Structure ================= */
.inner{
  width:960px;
  margin:0 auto;
}

/* =============== Header ================= */
#site-navi{
  height:50px;
  width:100%;
  background:#f8f5f4;
  position:fixed;
  top:0;
  left:0;
  z-index:10;
}
#site-navi .inner{
  position:relative;
}
.browse{
  float:left;
  width:130px;
  height:50px;
  margin:0 28px 0 0;
  background:url(images/bg-browse.png) no-repeat;
  background-size: 130px 50px;
  position:relative;
}
.browse:hover{
  background:url(images/bg-browse-over.png) no-repeat;
  background-size: 130px 50px;
}
.browse span{
  font-family: 'Montserrat', sans-serif;
  color:#666666;
  display:block;
  text-transform:uppercase;
  font-size:14px;
  cursor:pointer;
  line-height:50px;
  padding:0 0 0 34px;
}
.browse:hover span{
  color:#fff;
}
.browse .cats-list{
  position:absolute;
  top:100%;
  left:0px;
  display:none;
  border-top:3px solid #333333;
}
.browse:hover .cats-list{
  display:block;
}
.browse .cats-list .cat-item-106 {
  display: none;
}
.browse .cats-list li{
  display:block;
  vertical-align:bottom;
  border-top:1px solid #e0e0e0;
}
.browse .cats-list li:first-child{
  border:none;
}
.browse .cats-list li a{
  padding:11px 10px 9px 34px;
  min-width:216px;
  display:block;
  text-decoration:none;
  font-size:14px;
  color:#666666;
  line-height:19px;
  text-transform:uppercase;
  font-family: 'Montserrat', sans-serif;
  background:url(images/bg-navi-sprite.png) repeat-x 0 0;
}
#coupons{
  display:none;
}
.browse .cats-list li a:hover{
  background:url(images/bg-navi-sprite.png) repeat-x 0 -39px;
}
#masthead{
  padding:50px 0 0;
}
.shop,
.on-sale{
  float:left;
  margin:0 30px 0 0;
}
.shop span,
.on-sale span{
  font-family: 'Montserrat', sans-serif;
  color:#666666;
  float:left;
  text-transform:uppercase;
  font-size:14px;
  cursor:pointer;
  line-height:50px;
  padding:0 27px 0 17px;
  background:url(images/navi-arrow.png) no-repeat 100% 0;
  background-size:17px 100px;
  word-spacing:6px;
}
.shop:hover span,
.on-sale:hover span{
  background:#333333 url(images/navi-arrow.png) no-repeat 100% -50px;
  background-size:17px 100px;
  color:#fff;
}
.shop-menu-holder,
.on-sale-menu-holder{
  position:absolute;
  top:50px;
  left:0px;
  width:100%;
  display:none;
  border-top:3px solid #333;
  background:url(images/bg-navi.png);
}
.shop:hover .shop-menu-holder,
.on-sale:hover .on-sale-menu-holder{
  display:block;
}
.shop-menu-holder > div,
.on-sale-menu-holder > div{
  padding:18px 0 20px 30px;
}
.shop-menu,
.on-sale-menu{
  overflow:hidden;
}
.shop-menu >li,
.on-sale-menu > li{
  float:left;
  width:210px;
  margin:0 19px 0 0;
}
.on-sale-menu > li{
  width:195px;
}
.on-sale-menu > li:first-child{
  width:455px;
}
.shop-menu >li > a,
.on-sale-menu > li > a{
  display:block;
  padding:0 0 7px 5px;
  font-size:14px;
  color:#333333;
  width:100%;
  border-bottom:1px solid #d9d9d9;
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  text-decoration:none;
}
.shop-menu >li ul li,
.on-sale-menu >li ul li{
  display:block;
  vertical-align:bottom;
  width:100%;
}
.shop-menu >li ul li a,
.on-sale-menu> li ul li a{
  display:inline-block;
  font-size:11px;
  line-height:13px;
  padding:5px 0 6px 5px;
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  color:#808080;
  text-decoration:none;
}
.shop-menu >li ul li a:hover,
.on-sale-menu > li ul li a:hover{
  color:#333333;
}
.on-sale-menu> li ul li a em{
  font-style:normal;
  text-transform:none;
  padding:0 0 0 20px;
}
.main-menu li {
  float:left;
}
.main-menu li a{
  font-family: 'Montserrat', sans-serif;
  color:#666666;
  float:left;
  text-transform:uppercase;
  font-size:14px;
  cursor:pointer;
  line-height:50px;
  padding:0 15px 0 15px;
  text-decoration:none;
  letter-spacing:1px;
  word-spacing:2px;
}
.main-menu li{
  margin:0 24px 0 0;
}
.main-menu li a:hover{
  background:#333333;
  color:#fff;
}
#menu-main-menu .bykatie,
#menu-main-menu-de .bykatie {
  display: none;
}
#searchform,
#searchform-m{
  float:left;
  width:189px;
  height:28px;
  border:1px solid #d9d7d7;
  margin:10px 7px 0 13px;
}
#searchform input[type=text],
#searchform-m input[type=text]{
  border-width:0px;
  width:144px;
  height:28px;
  padding:0 6px;
  font-size:12px;
  color:#999999;
  /*line-height:28px;*/
  font-family: 'Montserrat', sans-serif;
  float:left;
  background:none;
  vertical-align:middle;
}
#searchform input[type=submit],
#searchform-m input[type=submit]{
  border-width:0px;
  width:33px;
  height:28px;
  padding:0;
  text-indent:-9999px;
  cursor:pointer;
  line-height:0px;
  float:left;
  background:url(images/search-btn.png) no-repeat;
  background-size:33px 28px;
}
.langs{
  float:left;
  padding:19px 0 0;
}
.langs li{
  float:left;
  background:url(images/bg-langs.png) no-repeat 0 50%;
  padding:0 0 0 12px;
  margin:0 0 0 3px;
}
.langs li:first-child{
  background:none;
  padding:0;
  margin:0px;
}
.langs li a{
  display:block;
  color:#a5a4a4;
  font-size:12px;
  line-height:14px;
  font-family: 'Montserrat', sans-serif;
  text-decoration:none;
}
.langs li.active a{
  color:#333333;
}
.logo{
  width:478px;
  height:191px;
  margin:0 auto;
  padding:13px 0 16px 7px;
}
.logo a{
  display:block;
  width:100%;
  height:100%;
  text-indent:-9999px;
  background:url(images/logo.jpg) no-repeat;
  background-size:478px 191px;
}
.page-id-22204 .logo a{
  background:url(images/logo-katie.png) no-repeat;
}
.teasers-bar{
  overflow:hidden;
  width:940px;
  margin: 0  10px;
  padding:0 0 22px;
  border-bottom:1px solid #d9d7d7;
}
.teasers-bar .item{
  float:left;
  width:220px;
  padding:0 0 0 20px;
}
.teasers-bar .item:first-child{
  padding:0;
}
.teasers-bar .item img{
  width:220px;
  height:170px;
}
.teasers-bar .item a{
  display:block;
  text-decoration:none;
}
.teasers-bar .item a:hover img{
  opacity:0.8;
  filter: alpha(opacity=80);
}
.teasers-bar .item strong{
  width:146px;
  background:#fff;
  margin:-18px auto 0;
  text-align:center;
  color:#a5a4a4;
  font-size:14px;
  line-height:16px;
  padding:6px 0;
  text-transform:uppercase;
  display:block;
  position:relative;
  font-family: 'Montserrat', sans-serif;
  font-weight:normal;
  letter-spacing:2px;
  word-spacing:3px;
}
.teasers-bar .item span{
  text-align:center;
  color:#333333;
  font-size:12px;
  line-height:14px;
  display:block;
  font-family: 'Merriweather', serif;
}
#main{
  width:960px;
  margin:0 auto;
  padding:32px 0 40px;
}
#primary{
  float:left;
  width:700px;
  padding:0 0 0 10px;
}
1568.home #primary{
  width:700px;
}
#content{
	margin:-9px 0 0;
}
.sidebar{
  float:right;
  width:220px;
  margin:0 10px 0 0;
}
.friends {
  margin:0 0 43px;
}
.friends span{
  width:220px;
  height:56px;
  background:url(images/lets-be-friends.png) no-repeat;
  display:block;
  text-indent:-9999px;
  background-size:220px 56px;
}
.friends .socials{
  overflow:hidden;
  padding:0 0 21px;
}
.friends .socials li{
  float:left;
  padding:0 0 0 5px;
}
.friends .socials li:first-child{
  padding:0;
}
.friends .socials li a{
  display:block;
  width:51px;
  height:51px;
  background-size:51px 51px!important;
  text-indent:-9999px;
}
.friends .socials li a:hover{
  opacity:0.8;
  filter: alpha(opacity=80);
}
.friends .socials li.fb a{
  background:url(images/fb-icon.png) no-repeat;
}
.friends .socials li.twt a{
  background:url(images/twt-icon.png) no-repeat;
}
.friends .socials li.instagram a{
  background:url(images/instagram-icon.png) no-repeat;
}
.friends .socials li.plus a{
  background:url(images/plus-icon.png) no-repeat;
}
.friends .instagram-img{
  display:block;
  width:220px;
  height:59px;
  background:url(images/instagram-img.jpg) no-repeat 0 0;
  background-size:220px 59px;
  text-indent:-9999px;
}
.jetpack_subscription_widget{
  background:#f8f5f4;
  padding:15px 10px 20px;
  margin:0 0 38px;
  text-align:center;
}
.jetpack_subscription_widget .widget-title{
  color:#333333;
  font-size:14px;
  line-height:16px;
  padding:0 0 5px;
  font-weight:normal;
  font-family: 'Montserrat', sans-serif;
}
.jetpack_subscription_widget p{
  font-size:12px;
  line-height:14px;
  color:#a5a4a4;
  font-family: 'Merriweather', serif;
}
.jetpack_subscription_widget p.error{
  color:#ee0c15;
}
.jetpack_subscription_widget p input[type=email]{
  border:1px solid #d9d7d7;
  width:186px!important;
  height:28px;
  padding:0 6px!important;
  font-size:12px;
  color:#bfbfbf;
 /* line-height:28px;*/
  font-family: 'Montserrat', sans-serif;
  margin:9px 0;
  background:#fff;
}
.jetpack_subscription_widget p input[type=submit]{
  border-width:0px;
  width:140px!important;
  height:30px;
  padding:0;
  font-size:13px;
  color:#fff;
  line-height:30px;
  font-family: 'Montserrat', sans-serif;
  margin:0;
  background:#333;
  cursor:pointer;
}
.jetpack_subscription_widget p input[type=submit]:hover{
  background:#666666;
}
input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.sidebar .widget_nav_menu{
  text-align:center;
  margin:0 0 39px;
}
.sidebar .widget_nav_menu .widget-title,
.sidebar .widget-title{
  color:#333333;
  font-size:14px;
  line-height:16px;
  padding:0 0 4px;
  font-weight:normal;
  font-family: 'Montserrat', sans-serif;
  letter-spacing:1px;
  word-spacing:2px;
}
.sidebar .widget_nav_menu .widget-title{
	padding:0 0 18px;
}
.sidebar .widget_nav_menu li{
  margin:0 0 5px;
  vertical-align:bottom;
  display:block;
}
.sidebar .widget_nav_menu li a{
  display:block;
  color:#a5a4a4;
  font-size:13px;
  line-height:15px;
  text-transform:uppercase;
  padding:11px 5px 12px;
  border:1px solid #e8e5e3;
  font-family: 'Montserrat', sans-serif;
  text-decoration:none;
  letter-spacing:3px;
}
.sidebar .widget_nav_menu li a:hover{
  color:#333;
}
.shailan_banner_widget{
	margin:0 0 39px;
	overflow:hidden;
}
.shailan_banner_widget a{
  display:block;
/*  border:1px solid #1c1b1b; */
}
.shailan_banner_widget a img{
  display:block;
}
.sidebar .teasers-bar{
  margin:0;
  width:100%;
  border:none;
  padding:0 0 20px;
}
.sidebar .teasers-bar .item{
  padding:0 0 15px;
}
.sidebar .widget_execphp .widget-title{
  text-align:center;
  text-transform:uppercase;
  padding:0 0 18px;
}
.sidebar .widget_execphp .execphpwidget{
  border:1px solid #e8e5e3;
  padding:16px 0 10px 29px;
}
.sidebar .widget_execphp .twitter-follow-button{
  float:left;
  margin:0 19px  16px 0;
}
.sidebar .widget_execphp .face_btn{
  float:left;
  height:20px;
  width:109px;
  margin:0 0 16px;
}
.sidebar .bloglovin{
  width:93px;
  height:25px;
  display:block;
  text-indent:-9999px;
  margin:0 0 0 35px;
  clear:both;
  background:url(images/bloglovin.jpg) no-repeat;
  background-size:93px 25px;
}
#fixadent{
  padding:0 0 40px;
}
#footer{
  background:#f2efed;
  padding:80px 0 30px;
  overflow:hidden;
}
#footer .inner{
	width:940px;
}
#footer .socials-footer{
  overflow:hidden;
  padding:0 10px 0 0;
  float:left;
  margin:0 0 40px;
}
#footer .socials-footer li{
  float:left;
  padding:0 10px 0 0;
}
#footer .socials-footer li a{
  display:block;
  width:60px;
  height:60px;
  background-size:60px 120px!important;
  text-indent:-9999px;
}
#footer .socials-footer li.fb a{
  background:url(images/fb-icon-f.png) no-repeat;
}
#footer .socials-footer li.twt a{
  background:url(images/twt-icon-f.png) no-repeat;
}
#footer .socials-footer li.instagram a{
  background:url(images/instagram-icon-f.png) no-repeat;
}
#footer .socials-footer li.plus a{
  background:url(images/plus-icon-f.png) no-repeat;
}
#footer .socials-footer li.fb a:hover{
  background:url(images/fb-icon-f.png) no-repeat 0 -60px;
}
#footer .socials-footer li.twt a:hover{
  background:url(images/twt-icon-f.png) no-repeat 0 -60px;
}
#footer .socials-footer li.instagram a:hover{
  background:url(images/instagram-icon-f.png) no-repeat 0 -60px;
}
#footer .socials-footer li.plus a:hover{
  background:url(images/plus-icon-f.png) no-repeat 0 -60px;
}
.footer-logo{
  width:150px;
  height:50px;
  float:left;
  padding:0 2px 0 36px;
}
.footer-logo a{
  display:block;
  width:100%;
  height:100%;
  text-indent:-9999px;
  background:url(images/footer-logo.png) no-repeat;
  background-size:150px 50px;
}
#footer .jetpack_subscription_widget,
.chimpy-reset{
  float:left;
  width:624px;
  padding:11px 0 0 24px;
  border:1px solid #d6d4d2;
  text-align:left;
  position:relative;
  height:47px;
  margin:0 0 40px;
  background: #fff;
}
.chimpy-reset {
  position: relative;
  z-index: 2;
}
.chimpy-reset .sky-form {
  box-shadow: none;
}
.chimpy-reset .sky-form header {
  background: none;
  border: none;
  letter-spacing:1.5px;
  word-spacing:1px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  padding: 1px 0 2px;
}
.sky-form .description {
  font-size: 12px;
  font-family: 'Merriweather', serif;
  color: #a5a4a4;
  line-height: normal;
}
.chimpy-reset div.chimpy_status_underlay,
.chimpy-reset .sky-form fieldset {
  background: none;
  border: none;
  padding: 0;
}
.chimpy-reset .chimpy_status_underlay,
.chimpy-reset .sky-form fieldset,
.chimpy-reset .sky-form fieldset label,
.chimpy-reset .chimpy_shortcode_submit {
  display: inline-block!important;
  vertical-align: top;
  opacity: 1!important;
}
div.chimpy_signup_processing {
  background-color: transparent;
  min-height: 16px;
}
.chimpy_signup_widget_success.chimpy_signup_success {
  left: 191px;
  position: relative;
  top: -23px;
}
.chimpy-reset .chimpy_shortcode_submit,
.chimpy-reset .chimpy_shortcode_submit:hover {
  width: 279px;
  cursor: pointer;
  background: #4a9aa7!important;
  border: none!important;
  color: #fff!important;
  font-size: 1.8rem!important;
  line-height: 27px!important;
  padding: 13px 0!important;
  font-family: 'Lato'!important;
  margin: 0 8px!important;
  -webkit-transition: background .35s;
  transition: background .35s;
}
.chimpy-reset .chimpy_shortcode_submit:hover {
  background: #215a5c!important;
}
.chimpy-reset .sky-form .state-error + em {
  color: red;
  font-size: 14px;
  display: inline-block!important;
  position: relative;
  left: 200px;
  width: 254px;
  text-align: center;
}
.chimpy-reset .chimpy_shortcode_submit i {
  font-style: normal;
}
.sky-form .input input:focus, 
.sky-form .select select:focus, 
.sky-form .textarea textarea:focus, 
.sky-form .radio input:focus + i, 
.sky-form .checkbox input:focus + i, 
.sky-form .toggle input:focus + i,
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
  border-color: #d9d7d7!important;
}
.chimpy-reset .sky-form fieldset label input {
 
  box-sizing: border-box;
  background: #fff;
  border: none;
  padding: 0 7px;
  color: #333;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
 font-family: 'Montserrat', sans-serif;
  margin: 0 ;
  border: 1px solid #d9d7d7;
}
.chimpy-reset div.chimpy_signup_success div {
  position: relative;
}
.chimpy-reset div.chimpy_signup_success div:before {
  position: absolute;
  left: 0;
  top: 41px;
  right: 0;
  content: 'Please check your email and click the link provided to confirm your subscription.';
  font-size: 12px;
  line-height: 0;  
  font-family: 'Montserrat', sans-serif;
  color: #272727;
}
.chimpy_signup_widget_success.chimpy_signup_success {
  background: #fff none repeat scroll 0 0 !important;
  bottom: 0;
  height: 58px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 648px;
  z-index: 7;
}
.chimpy-reset div.chimpy_signup_success div {
  display: block;
}

/*.chimpy-reset .sky-form fieldset label.state-error input {
  border: 1px solid red!important;
}*/
.chimpy-reset div.chimpy_signup_success {
  background: transparent;
}
.chimpy-reset div.chimpy_signup_success div {
  font-size: 18px; 
  font-family: 'Montserrat', sans-serif;
  padding: 9px 0 0;
  color: #aba9aa;
}
#footer .jetpack_subscription_widget .success, #footer .jetpack_subscription_widget .error{
  position: absolute;
  bottom: -35px;
  left: 0px;
  border:none;
  width:100%;
}
#footer .jetpack_subscription_widget .success p{
  font-size:10px;
  padding: 5px 25px;
}
#footer .jetpack_subscription_widget .error{
  padding: 5px 25px;
  width:70%;
  border:none;
}
#footer .jetpack_subscription_widget .widget-title{
	letter-spacing:1px;
	word-spacing:1px;
	font-family: 'Montserrat', sans-serif;
}
#footer .jetpack_subscription_widget p input[type=email],
.chimpy_widget_field_EMAIL {
  position:absolute;
  top:14px;
  left:224px;
  width:270px!important;
  margin:0!important;
}
.sky-form .input, .sky-form .select, .sky-form .textarea, .sky-form .radio, .sky-form .checkbox, .sky-form .toggle, .sky-form footer button.button {
  position: static;
}
#footer .jetpack_subscription_widget p input[type=submit],
.chimpy-reset button.chimpy_widget_submit{
  position:absolute;
  top:14px;
  right:24px;
  margin:0!important;
  width:120px!important;
  background: #333;
  font-size: 13px;
  font-style: normal;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  padding: 0;
  cursor: pointer;
}
.chimpy-reset button.chimpy_widget_submit:hover {
  opacity: 0.8;
}
.chimpy-reset button.chimpy_widget_submit i {
   font-size: 13px;
  font-style: normal;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.footer-bar{
  float:left;
  width:100%;
  border-top:1px solid #d6d4d2;
  border-bottom:1px solid #d6d4d2;
  padding:15px 0 14px;
  margin: 0 0 30px;
}
.menu-footer-menu-container{
  float:left;
}
.menu-footer-menu-container li{
  float:left;
  margin:17px 0 0 37px;
}
.menu-footer-menu-container li a{
  display:block;
  text-transform:uppercase;
  color:#8c8b8b;
  font-family: 'Montserrat', sans-serif;
  text-decoration:none;
  font-size:13px;
  line-height:15px;
  letter-spacing:1px;
  word-spacing:2px;
}
.menu-footer-menu-container li a:hover{
  color:#333;
}
.copyright{
  text-align:center;
  font-size:11px;
  text-transform:uppercase;
  font-family: 'Montserrat', sans-serif;
  color:#c4c2c2;
  letter-spacing:1px;
  clear: both;
}
article.post,
article.page,
.page .by-katie article.post{
  padding: 0 0 70px;
  overflow:hidden;
}
.single article.post,
.page article.post{
  padding:0;
  overflow:visible;
  position:relative;
display: block!important;
}
article.post .entry-title,
article.page .entry-title{
  font-size:44px;
  line-height:58px;
  font-weight:normal;
  color:#333;
  font-family: 'merriweatherlight';
  letter-spacing:-1px;
}
article.post .entry-title a,
article.page .entry-title a{
  border:none!important;
  white-space:normal;
  color:#333;
}
article.post .entry-title a:hover,
article.page .entry-title a:hover{
  color:#bab9b9;
}

article.page .header-meta{
  display:none;
}
.header-meta{
  overflow:hidden;
  font-size:13px;
  line-height:15px;
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  padding:10px 0 18px;
}
.single .header-meta{
  padding:10px 0 35px;
}
.header-meta .time{
  float:left;
  color:#a5a4a4;
  margin:0 10px 0 0;
}
.header-meta .dash{
  background:url(images/dash.png) no-repeat 0 50%;
  float:left;
  width:20px;
  line-height:15px;
  text-indent:-9999px;
}
.header-meta .post-cats{
  float:left;
  margin:0 0 0 10px;
  color:#666666;
}
.header-meta .post-cats a{
  border:none;
  color:#333;
}
.header-meta .post-cats a:hover{
  color:#bab9b9;
}
.home article.post img,
.search article.post img,
.category article.post img,
.by-katie article.post img{
  width:100%;
  display:block;
  margin:0 0 9px;
}
.search article img{
  width:100%!important;
}
article p{
  color:#333;
  font-size:15px;
  line-height:26px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
}
.entry-meta{
  padding:3px 0 0;
/*  overflow:hidden;*/
  font-family: 'Montserrat', sans-serif;
}
.single .entry-meta{
  padding:20px 0 0;
  margin:0 0 41px;
  height:60px;
}
.entry-meta .read-more{
  float:left;
  border:3px solid #e8e5e3;
  width:184px;
  text-align:center;
  line-height:34px;
  color:#333;
  font-size:13px;
  margin: 0 39px 0 0;
  padding:0;
}
.entry-meta .read-more:hover,
.entry-meta .comments-link a:hover{
  color:#333;
  background:#e8e5e3;
}
.entry-meta .comments-link a{
  float:left;
  width:132px;
  margin:14px 10px 0 0;
  color:#a5a4a4!important;
  line-height:15px;
  font-size:13px;
  text-transform:uppercase;
  border:none!important;
  text-decoration:none;
  color:#a5a4a4;
}
.entry-meta .comments-link a:hover{
  background:none;
}
.entry-meta .photos{
  float:left;
  width:105px;
  margin:14px 10px 0 0;
  color:#a5a4a4;
  line-height:15px;
  font-size:13px;
  text-transform:uppercase;
  border:none!important;
  text-decoration:none;
  color:#a5a4a4;
}
.social-btns{
  float:left;
  width:190px;
  overflow:hidden;
  padding:10px 0 0;
}
.social-btns .twt-btn {
  float:left;
  width:67px;
  height:20px;
}
.social-btns .fb-btn {
  float:left;
  width:100px;
  height:20px;
}
.social-btns .twt-btn .grey{
  display:block;
  width:58px;
  height:20px;
  background:url(images/twt-grey.png) no-repeat;
  background-size:58px 20px;
}
.social-btns .fb-btn .grey{
  display:block;
  width:49px;
  height:20px;
  background:url(images/fb-grey.png) no-repeat;
  background-size:49px 20px;
}
.navigation{
  border-top:1px solid #d9d7d7;
  padding:40px 0 0;
  overflow:hidden;
  width:100%;
}
.navigation .nav-previous{
  float:left;
}
.navigation .nav-previous a{
  float:left;
  width:143px;
  height:40px;
  background:url(images/prev-btn.png) no-repeat;
  background-size:180px 80px;
  padding:0 0 0 37px;
  color:#fff!important;
  font-size:14px;
  line-height:40px;
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  text-decoration:none;
}
.navigation .nav-previous a:hover{
  background:url(images/prev-btn.png) no-repeat 0 -40px;
  background-size:180px 80px;
}
.navigation .nav-next{
  float:right;
}
.navigation .nav-next a{
  float:left;
  width:153px;
  height:40px;
  background:url(images/next-btn.png) no-repeat;
  background-size:180px 80px;
  padding:0 0 0 27px;
  color:#fff!important;
  font-size:14px;
  line-height:40px;
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  text-decoration:none;
}
.navigation .nav-next a:hover{
  background:url(images/next-btn.png) no-repeat 0 -40px;
  background-size:180px 80px;
}
#wpstats{
  display:none;
}

/*single post styles*/

.entry-content h2{
  font-size:30px;
  font-family: 'Montserrat', sans-serif;
  line-height:41px;
  padding:0 0 30px;
  color:#333333;
  text-transform:uppercase;
}
.nr_related_placeholder{
  overflow:hidden;
  width:100%;
}
.entry-content p img{
  display:block;
  width:100%;
  height:auto;
  margin:0 0 12px;
}
.entry-content ol{
  margin:0 0 0 22px;
}
.entry-content ol li{
  list-style-type:decimal;
  padding: 0 0 0 15px;

  vertical-align: bottom;
  margin: 0 0 7px;
  color: #333333;
  font-family: 'Merriweather',serif;
  font-size: 15x;
  line-height: 26px;
}
.no-full .entry-content p img{
  width:auto;
}
.entry-content p{
  padding:10px 0 10px;
}
.entry-content ul li{
  padding:0 0 0 35px;
  background:url(images/arrow-01.png) no-repeat 0 11px;
  display:block;
  vertical-align:bottom;
  margin:0 0 15px;
  color: #333333;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  font-size: 15px;
  line-height: 26px;
}
.entry-content ul {
  padding:0 0 13px;
}
.entry-content blockquote,
.entry-content blockquote p{
  color:#a6a4a4;
  font-size:25px;
  line-height:35px;
  text-indent:20px;
  font-family: 'merriweatherlight';
  display:block;
  padding:0 0 25px;
}
.social-bar{
  /*overflow:hidden;
 height:60px;
 width:00px;*/
}
.social-bar h3{
  float:left;
  width:126px;
  height:49px;
  background:url(images/bg-social-bar.png) no-repeat 0 0;
  background-size:190px 60px;
  padding:11px 15px 0 49px;
  color:#fff;
  font-size:13px;
  line-height:18px;
  text-transform:uppercase;
  font-family: 'Montserrat', sans-serif;
}
.social-bar .btns{
  padding:18px 0 0 22px;
  width:487px;
  border:1px solid #e8e5e3;
  border-left:none;
  min-height:40px;
  float:left;
}
.social-bar .btns .fb-btn{
  float:left;
  width:143px;
}
.social-bar .btns .twt-btn{
  float:left;
  width:102px;
  padding:0 0 3px;
}
.social-bar .btns .tumblr-btn{
  float:left;
  width:151px;
}
.social-bar .btns .pin-btn{
  float:left;
  width:62px;
}
.social-bar .btns a{
  border:none;
}
.nr_title{
  display:none;
}
.nr_inner .nr_panel{
  float:left;
  width:140px;
  height:140px;
  position:relative;
}
.nrelate{
  margin:0!important;
}
.related-posts{
  overflow:hidden;
  padding: 0 0 60px;
}
.related-posts .heading{
  text-transform:uppercase;
  color:#333;
  font-size:14px;
  line-height:60px;
  font-family: 'Montserrat', sans-serif;
  background:#f8f5f4;
  text-align:center;
}
.nrelate .nr_inner{
  padding:0!important;
}
.nr_inner .nr_panel img{
  width:140px!important;
  /*height:140px!important;*/
}
.nr_text{
  position:absolute;
  width:120px;
  height:125px;
  background:url(images/bg-caption.png)!important;
  color:#fff;
  padding:15px 10px 0!important;
  text-transform:uppercase;
  font-size:14px;
  font-family: 'Montserrat', sans-serif;
  line-height:18px;
  left:0;
  top:0;
  display:none;
}
.nr_panel:hover .nr_text{
  display:block;
}
#singlecount.fixedcount {
    left: 50%;
    margin-left: -535px;
    position: fixed;
    top: 90px;
	z-index:9999;
}
#singlecount{
    height: 101px;
    left: -65px;
    position: absolute;
    top: auto;
    width: 33px;
    border:1px solid #808080;
}
.fb-side,
.twt-side{
  border-bottom:1px solid #808080;
}
#singlecount > div > span{
  display:block;
  width:33px;
  height:33px;
}
.fb-side > span{
  background:url(images/fb-side.png) no-repeat;
}
.twt-side > span{
  background:url(images/twt-side.png) no-repeat;
}
.pin-side > span{
  background:url(images/pin-side.png) no-repeat;
}
#singlecount > div{
  position:relative;
}
#singlecount .socbuttons{
  position:absolute;
  top:-1px;
  left:100%;
  width:98px;
  height:26px;
  border:1px solid #808080;
  padding:7px 0 0 13px;
  background:#fff;
  display:none;
}
#singlecount  a{
  border:none;
}
#singlecount > div:hover .socbuttons{
  display:block;
}
.page-title{
  font-size:56px;
  font-family: 'merriweatherlight';
  padding:25px 0 50px;
}
#menu-shoppingguide > li{
	display:block;
	line-height:49px;
	border-top:1px solid #dbd9d9;
	border-bottom:1px solid #dbd9d9;
	background:url(images/arrow-02.png) no-repeat 100% 0;
	margin:-1px 0 0;
}
#menu-shoppingguide > li ul{
	display:none;
	border-top:1px solid #dbd9d9;
}
#menu-shoppingguide > li > a{
	color:#333;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	display:block;
	line-height:49px;
	cursor:pointer;
  text-decoration:none;
}
#menu-shoppingguide > li > a:hover{
 color:#a5a4a4;
}
#menu-shoppingguide > li.expanded{
	background:url(images/arrow-02.png) no-repeat 100% -49px;
	border-bottom:none;
}
#menu-shoppingguide > li > ul > li a{
	display:block;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-size:11px;
	line-height:18px;
	padding:9px 0 9px 19px;
	text-decoration:none;
}
#menu-shoppingguide > li > ul > li a:hover,
#menu-shoppingguide > li > ul > li.current-menu-item a{
	color:#a5a4a4;
}
.sub-title{
	 font-family: 'merriweatherlight';
    font-size: 26px;
    padding: 0 0 20px;
}
#singlecount .fb-like iframe {
    height: 300px!important;
    position: absolute;
    width: 500px!important;
}

#singlecount .fb-like span {
    display: inline-block;
    position: relative;
    text-align: justify;
    vertical-align: text-bottom;
    width: 300px!important;
    height: 300px!important;
}
.open-btn,
#site-navi .show-mobile{
  display:none;
}

/* new front page 2015 */
.new-home {
  background: #ffffff; 
}
.new-home #site-navi {
  background: #fff; 
  height: 55px;
}
.new-home .logo {
    padding-left:0px;
    padding-top: 7px;
    width: 143px;
    height: 44.5px;
    float: left;
    padding-right: 43px;
  }
.new-home .logo a {
    background: url(images/logo-new.png) no-repeat;
    float: left; 
    background-size: cover;
}
.new-home .inner {
  width: 940px;
}
.new-home .browse {  
  width:auto;
  height:55px;
  margin:0 5px 0 0;
  background:none;
  padding: 0 17px; 
  position:relative;
}
.new-home .browse:before {
  position: absolute;
  left: 17px;
  top: 21px;
  width: 15.5px;
  height: 9px;
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
  content: "";
}
.new-home .browse span {
  line-height: 55px;
  padding-left: 23.5px;
  letter-spacing: 1px;
}
.new-home .browse:after {
  position: absolute;
  left: 17px;
  top: 26.5px;
  width: 15.5px;
  height: 2px;
  background: #666666; 
  content: "";
}
.new-home .browse:hover{
  background: #333;
  background-size: 130px 50px;
}
.new-home .browse:hover:before {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.new-home .browse:hover:after {
  background: #fff;
}
.new-home  .shop span,
.new-home  .on-sale span{ 
  line-height:55px;
  padding:0 17px;
  background:none;  
  word-spacing:6px;
}
.new-home .shop:hover span,
.new-home .on-sale:hover span{
  background:#333333;  
  color:#fff;
}
.new-home .main-menu li a {
  line-height: 55px;
}
.new-home .main-menu li {
  margin-right: 6px;
}
.new-home #searchform, 
.new-home #searchform-m {
  margin-top: 12px;
}
.new-home .show-desktop {
  float: right;
}
.new-home .langs {
  letter-spacing: -1px;
  padding-left: 27px;
}
.new-home #main{
  width:940px;
  margin:0 auto;
  padding:0px;
}
.new-home #masthead {
  padding-top: 115px;
}
.new-home .teasers-bar {
  margin: 0;
  padding-bottom: 35px;
  border: none;
}
.new-home .teasers-bar .item {
  padding: 0;
  width: 314px;
  position: relative;
  background: #ffffff;
}
.new-home .teasers-bar .item:nth-child(2) {
  width: 312px;
}
.new-home .teasers-bar .item img {
  width: 314px;
  height: 195px;
  vertical-align: top;
}
.new-home .teasers-bar .item strong {
  width:auto;
  background:#000;
  position: absolute;
  left: 11px;
  top: 124px;
  margin:0;
  text-align:center;
  color:#fff;
  font-size:12px;
  line-height:17.5px;
  padding:0 5px;
  text-transform:uppercase;
  display:block;  
  font-family: 'Montserrat', sans-serif;
  font-weight:normal;
  letter-spacing:2px;
  word-spacing:3px;
}
.new-home .teasers-bar .item span {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-family: "Montserrat",serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 21px;
    text-align: left;
    position: absolute;
    left: 0;
    padding: 10px 11px 6px;
    right: 0;
    bottom: 0;
    background: url(images/teaser-gradient.png) repeat-x 0 100%; 
}
.new-home .teasers-bar .item span em {
  font-style: normal;
  display: table-cell;
  height: 42px;
  vertical-align: middle;
}
.home.new-home #primary {
  padding: 0;
  width: 100%;
  float: none;
}
.new-blog-list {
  overflow: hidden;
}
.new-blog-list a:hover img {
  opacity: 0.8;
}
.new-blog-list img,
.banner img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.new-blog-list li {
  position: relative; 
   margin-bottom: 35px;
}
.new-blog-list.list li {
  float: left;
  width: 300px;
  margin-left: 20px; 
}
.new-blog-list.list li:nth-child(3n+1) {
  margin-left: 0px;
}
.new-blog-list li.the-latest { 
  width: 100%;
}
.new-blog-list li .caption,
.banner .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 332px; 
  background: rgba(0,0,0,0.7);
  padding: 16px 40px 24px 28px;
  min-height: 124px;
}
.new-blog-list li .caption a,
.banner .caption a {
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  font-family: "Montserrat",serif;
  font-weight: bold;
  line-height: 36px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s; 
}
.new-blog-list li .caption a:hover,
.new-blog-list .white a:hover,
.banner .caption a:hover {
  color: #b9a478;
}
.new-blog-list li .caption .latest,
.banner .caption .latest {
  width: 123.5px;
  height: 51.5px;
   margin-left: -7px;
  background: url(images/featured.png) no-repeat 0 0;
  background-size: 123.5px 51.5px;
  display: block;
  text-indent: -9999px;
  margin-bottom: 9px;
}
.new-home #content {
  margin: 0;
}
.new-blog-list .white {
 margin-left: 15px;
 margin-right: 15px;
 margin-top: -25px;
 position: relative;
  /*background: #f7f7f7;*/
  text-align: center;
  height: 74px;
  padding-top: 26px;
  padding-left: 20px;
  padding-right: 20px;
  background: -moz-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #f2f2f2 100%);
}
.new-blog-list .white span.t {
  display: table;
  width: 100%;
  height: 63px;
}
.new-blog-list .white span.t-c {
  display: table-cell;
  vertical-align: middle;
}
.new-blog-list .post-cats {
  position: absolute;
  bottom: 86px;
  z-index: 2;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
.new-blog-list .post-cats a {
  display: inline-block;
  font-family: "Montserrat",serif;
  font-size: 13px;
  line-height: 15px;
  color:#fff;
  text-transform: uppercase;
  background: #b9a478;
  padding: 7px 12.5px;
  letter-spacing: 1px;
   -webkit-transition: color .5s;
  transition: color .5s; 
  text-decoration: none;
}
.new-blog-list .post-cats a:hover {
  color: #000;
}
.new-blog-list .white a {
  color: #000;
  text-transform: uppercase;
  font-size: 19px;
  font-family: "Montserrat",serif;
  font-weight: bold;
  line-height: 21px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s; 
  max-height: 63px;
  overflow: hidden;
}
.new-home .load-more {
  background: #999999;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat",serif;
  text-align: center;
  letter-spacing: .5px;
  line-height: 60px;
  display: block;
  margin-top: -10px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  text-decoration: none;
  margin-bottom: 35px;
}
.new-home .load-more:hover {
  opacity: .9;
}
.bottom-widget {
  overflow: hidden;
  padding: 13px 0 29px;
  background: #fff;
  margin-bottom: 62px;
}
.bottom-widget > a {
  float: right;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Montserrat",serif;
  line-height: 20px;  
  margin-top: 6px;
  margin-right: 20px;
  border-bottom: 1px solid #000;
  -webkit-transition: border .5s;
  transition: border .5s;
  text-decoration: none;
}
.bottom-widget > a:hover {
 border-bottom: 1px solid #fff;
}
.bottom-widget > h3 {
  text-transform: uppercase;
  font-family: "Montserrat",serif;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;  
  line-height: 32px;
  color:#b9a478;
  padding-left: 20px;
  word-spacing: -2px;
}
.shopthepost-widget {
  padding-top: 31px;
}
.instagram-widget {
  overflow: hidden;
  max-width: 1700px;
  margin: 0 auto;
}
.instagram-widget h3 {
  text-align: center;
  padding-bottom: 20px;
}
.instagram-widget h3 span{
  display: inline-block;
  padding-left: 40px;
  background: url(images/instagram-logo.png) no-repeat 16px 0 /contain;
  font-size: 12px;
  font-family: "Montserrat",serif;
  color: #000;
  line-height: 17px;
  text-transform: uppercase;
}
/*.instagram-widget a {
  float: left;
  width: 12.5%
}
.instagram-widget a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}*/
#sb_instagram .sbi_photo:hover {
  opacity: .5!important;
}
#footer
 {
  padding-top: 100px;
  padding-bottom: 92px;
  background: #ffffff;
}
#footer.after-slider {
  padding-top: 20px;
  padding-bottom: 20px;
}
.jetpack_subscription_widget {
  background: #fff;
}
.on-mobile {
  display: none;
}
input, textarea {
  border-radius: 0px;
  -webkit-appearance:none;
}
/* single */
.related-posts-new > br,
.related-posts-new > b {
  display: none;
}
.related-posts-new {
  color: #fff;
  line-height: 1px;
  text-indent: -9999px;
}
.related-posts-new .yarpp-related {
  line-height: normal;
  text-indent: 0px;
}
.single-post {
  background: #ffffff;
}
#primary.new-single {
  float: none;
  width: 100%;
  max-width: 940px;
}
.teasers-bar .item strong a {
  color: #fff;
}
.white-single {
display: none;
background: #fff;
  padding-top: 27px;
  margin-bottom: 60px;
  padding-bottom: 36px;
}
.white-single-in {
  width: 940px;
  margin: 0 auto;
}
.new-home .yarpp-related .teasers-bar {
  padding-bottom: 41px;
}
.yarpp-related h2 {
  font-family: "Montserrat",serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color:#b9a478;
  padding-bottom: 15px;
}
.yarpp-related h2:last-child {
  padding: 0;
}
.new-home article.post .entry-title,
.new-home article.page .page-title  {
  text-align: center;
  font-weight: bold;
   font-family: "Montserrat",serif;
   font-size: 55px;
   line-height: 60px;
   max-width: 820px;
   text-transform: uppercase;
   padding-top: 9px;
   margin: 0 auto;
}
.new-home article.page .header-meta {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}
.new-home .header-meta {
  text-align: center;
  border-bottom: 1px solid #d6d4d2;
  margin-bottom: 60px;
  padding-top: 23px;
  padding-bottom: 57px;   
}
.new-home .header-meta .time {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
   font-family: "Montserrat",serif;
   color: #b9a478;
   float: none;
   padding-top: 25px;

}
.new-home .entry-content {
  width: 820px;
  padding-bottom: 77px;
  margin: 0 auto;
}
.new-home .entry-content p,
.new-home .entry-content h1,
.new-home .entry-content h2,
.new-home .entry-content h3,
.new-home .entry-content h4,
.new-home .entry-content h5,
.new-home .entry-content h6,
.new-home .entry-content ul,
.new-home .entry-content ol,
.new-home .entry-content blockquote {
  padding-left: 100px;
  padding-right: 100px;
}
.new-home .entry-content h2 {
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 27px;
  font-family: "Montserrat",serif;
}
.new-home .entry-content p {
  line-height: 27px;
  padding-bottom: 27px;
}
.new-home .entry-content p.has-image {
   padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.new-home .entry-content p.has-image img {
  margin-bottom: 9px;
}
.img-wrap {
  height: 430px;
  background: #fff;
}

/*test page styles*/
.page-template-test4-page .new-blog-list.list li {
  width: 450px;
  margin-left: 40px!important;
}
.page-template-test4-page .new-blog-list.list li:nth-child(2n+1) {
  margin-left: 0!important;
}
.page-template-test4-page .new-blog-list .img-wrap {
  height: auto;
}
/*gallery*/
/* Slider */
.slick-slider {
    position: relative;
	overflow: hidden;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 80px;
  background: rgba(230,230,230,0.5);
  border: none;
  cursor: pointer;
  margin-top: -40px;
  text-indent: -9999px;
  padding: 0;
  z-index: 5;
  -webkit-transition: background .5s;
  transition: background .5s;
}
.slick-prev:hover,
.slick-next:hover {
  background: rgba(230,230,230,0.75);
}
.banner {
  margin-bottom: 35px;
  overflow: hidden;
}
.slick-prev:before,
.slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -6px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slick-next:before  {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -17px;
}
.slick-next {
  left: auto;
  right: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    position: relative;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.chimpy-reset   input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 12px;
  line-height: 30px;  
  font-family: 'Montserrat', sans-serif;
  opacity:1;  
}

.chimpy-reset   input:-moz-placeholder {
  color: #bfbfbf;
  font-size: 12px;
  line-height: 30px;  
  font-family: 'Montserrat', sans-serif;
  opacity:1;  
}

.chimpy-reset   input::-moz-placeholder {
 color: #bfbfbf;
  font-size: 12px;
  line-height: 30px;  
  font-family: 'Montserrat', sans-serif;
  opacity:1;  
}

.chimpy-reset  input:-ms-input-placeholder {  
  color: #bfbfbf;
  font-size: 12px;
  line-height: 30px;  
  font-family: 'Montserrat', sans-serif;
  opacity:1;  
}
 input::-ms-clear{
  display: none;
}
.chimpy-reset   input:focus::-webkit-input-placeholder {
  color: #dddbdb;
}
.chimpy-reset  input:focus::-o-input-placeholder {
  color: #dddbdb;
}
.chimpy-reset  input:focus::-ms-input-placeholder {
  color: #dddbdb;
}
.chimpy-reset   input:focus::-moz-placeholder {
  color: #dddbdb;
}
.chimpy-reset div.chimpy_signup_processing {
  background: url(images/loader.svg) no-repeat 0 0 / cover;  
  width: 26px;
  height: 26px;
  left: 462px;
  top: 15px;
  position: absolute;
}

/* new header */
body {
	padding-top: 190px;
}

#new-header {
    position: fixed;
    width: 100%;
    top: 0; left: 0;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    transition: transform 1.0s;
    -webkit-transform: translateY(0%); 
    -moz-transform: translateY(0%); 
    -ms-transform: translateY(0%); 
    -o-transform: translateY(0%); 
    transform: translateY(0%); 
    z-index: 7;
}

#new-header.smaller .wrap {
    -webkit-transform: translateY(-30px); 
    -moz-transform: translateY(-30px); 
    -ms-transform: translateY(-30px); 
    -o-transform: translateY(-30px); 
    transform: translateY(-30px); 
}

#new-header.smaller .wrap > .inner {
    -webkit-transform: translateY(15px); 
    -moz-transform: translateY(15px); 
    -ms-transform: translateY(15px); 
    -o-transform: translateY(15px); 
    transform: translateY(15px);
}

#new-header.show-navi .haute-menu-container {
    -webkit-transform: translateY(0); 
    -moz-transform: translateY(0); 
    -ms-transform: translateY(0); 
    -o-transform: translateY(0); 
    transform: translateY(0); 
}

#new-header.smaller.show-navi .haute-menu-container {
    -webkit-transform: translateY(-30px); 
    -moz-transform: translateY(-30px); 
    -ms-transform: translateY(-30px); 
    -o-transform: translateY(-30px); 
    transform: translateY(-30px); 
}

#new-header.hide {
    -webkit-transform: translateY(-100%); 
    -moz-transform: translateY(-100%); 
    -ms-transform: translateY(-100%); 
    -o-transform: translateY(-100%); 
    transform: translateY(-100%); 
}

#new-header .wrap {    
    background: #fff;    
    position: relative;
    -webkit-transform: translateY(0); 
    -moz-transform: translateY(0); 
    -ms-transform: translateY(0); 
    -o-transform: translateY(0); 
    transform: translateY(0); 
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    z-index: 2;
}

#new-header .wrap > .inner {
    padding: 49px 0;
    overflow: hidden;
    -webkit-transform: translateY(0); 
    -moz-transform: translateY(0); 
    -ms-transform: translateY(0); 
    -o-transform: translateY(0); 
    transform: translateY(0); 
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;    
}

#new-header .haute-menu-container {
    clear: both;    
    text-align: center;
    -webkit-transform: translateY(-130px); 
    -moz-transform: translateY(-130px); 
    -ms-transform: translateY(-130px); 
    -o-transform: translateY(-130px); 
    transform: translateY(-130px); 
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    position: relative;
    background: #fff;
    z-index: 1;
}

#new-header.show-navi .haute-menu-container .inner:before {
	opacity: 1;
}
#new-header .haute-menu-container .inner:before {
	content: '';
	display: block;
	width: 100%;
	top: 0; left: 0;
	position: absolute;
	opacity: 0;
	border-top: 1px solid #e7e7e7;
	-webkit-transition: opacity 1.5s ease 0.75s;
    transition: opacity 1.5s ease 0.75s;
}

#new-header.no-scroll .hide-when-search,
#new-header.no-scroll .haute-menu-container,
#new-header .search input[type=submit],
#new-header .mobile-expand.active,
#new-header .mobile-expand {
    display: none!important;
}

#new-header .search.search-panel {
    display: none;
    width: 100%;
}

#new-header hgroup {
    margin: 0 auto;
    width: 352px;
}

#new-header .logo {
    padding: 0;
    width: auto;
    height: auto;
    float: none;
    position: relative;
    top: auto;
    left: auto;
}

#new-header .logo a {
    width: 352px;
    height: 32px;
    background: url(images/new-logo-x2.png) no-repeat 0 0;
    background-size: 352px 32px;
}

#new-header .search {
    float: left;  
    width: 18px;
    padding-top: 2px;
}

#new-header .search .inner {
    position: relative;
}

#new-header .search input[type=text] {    
    background: none;
    color: #000;
    width: 93%;
    margin-left: 28px;
    height: 21px;    
    font: 300 27px/21px 'Montserrat', sans-serif;
    letter-spacing: 0.4px;
    padding: 0 0 10px 0;
	border: 1px solid white;
}

#new-header .search input[type=text]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#new-header .search input[type=text]::-webkit-input-placeholder {
    color: #a5a4a4;
    font: 300 27px/31px 'Montserrat', sans-serif;
    letter-spacing: 0.4px;
    padding: 0 0 10px 0;
}

#new-header .search input[type=text]:-moz-placeholder {
    color: #a5a4a4;
    font: 300 27px/31px 'Montserrat', sans-serif;
    letter-spacing: 0.4px;
    padding: 0 0 10px 0;
}

#new-header .search input[type=text]::-moz-placeholder {
    color: #a5a4a4;
    font: 300 27px/31px 'Montserrat', sans-serif;
    letter-spacing: 0.4px;
    padding: 0 0 10px 0;
}

#new-header .search input[type=text]:-ms-input-placeholder {  
    color: #a5a4a4;
    font: 300 27px/31px 'Montserrat', sans-serif;
    letter-spacing: 0.4px;
    padding: 0 0 10px 0;
}

#new-header .search .submit,
#new-header .search .submit-input {
    float: left;
    border: none;
    width: 18px;
    height: 28px;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
    line-height: 0px;    
    background: url(images/search-btn.png) no-repeat center;
    background-size: 33px 28px;
    position: relative;
    z-index: 6;
}

#new-header .search .close,
#new-header .subscribe-form .close {
    position: absolute;
    display: block;
    width: 21px;
    height: 21px;
    cursor: pointer;
    top: 0; right: 0;
    background: url(images/search-close-icon.png) no-repeat 0 0;
    background-size: 21px 21px;
    z-index: 6;
}

#new-header .search.show .white-panel,
#new-header .overlay.show {
    display: block;
}

#new-header .search .white-panel {
    position: fixed;    
    width: 100%;
    height: 21px;
    top: 50%;
    left: 0;
    margin-top: -10.5px;
    padding: 0;
    background: #fff;
    display: none;
    z-index: 5;
}

#new-header .search .white-panel .inner {
    width: 100%;
}

#new-header .overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.89);
    top: 0; left: 0;
    width: 100%;
    height: 150vh;
    display: none;
}

#new-header .language {
    float: left;
}

#new-header .language .langs {    
    padding: 9px 0 0 32px;
}

#new-header .language .langs li.active a,
#new-header .language .langs li a:hover {
	color: #a5a4a4;
	-webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

#new-header .language .langs li a {
	color: #1a1a1a;
    font-size: 14px;
    letter-spacing: 0.5px;
}

#new-header .language .qtranxs_widget ul li {
    margin-left: 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
}

#new-header .subscribe {
    float: right; 
}

#new-header .subscribe a {
    display: block;
    text-align: center;
    line-height: 32px;
    color: #666666;
    width: 120px;
    height: 30px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    background: #f2f2f2;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
}

#new-header .subscribe a:hover { 
    background: #e5e5e5;
    text-decoration: none;
}

#new-header .subscribe-form.show {
    display: block;
}

#new-header.smaller .subscribe-form {
    top: 100px;
}

#new-header .subscribe-form {
    display: none;
    position: absolute;
    top: 130px;
    width: 100%;
    overflow: hidden;    
    background: #fff;    
    z-index: 2;
}

#new-header .subscribe-form .close {
    top: 64px;
}

#new-header .subscribe-form .inner {
    position: relative;
    padding: 45px 0;
    border-top: 1px solid #e7e7e7;
}

#new-header .subscribe-form .chimpy-reset {
    margin: 0 auto;
    float: none;     
}

#new-header .haute-menu-container .inner {
    padding: 22px 0 21px;
    position: relative;
}

#new-header .haute-menu-container li {
    display: inline-block;
    padding: 0 19px;
}

#new-header .haute-menu-container li a:hover {
	color: #999999;
	text-decoration: none;
	-webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

#new-header .haute-menu-container li a {
    color: #666666;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.overlay {
    display: none;
}


/*responsive styles*/
@media (min-width: 768px) and (max-width: 979px) {
  .new-home .teasers-bar .item img {
    width: 242px;
    height: 150px;
  }
  .img-wrap {
  height: 327px;
  background: #fff;
}
  .new-home .teasers-bar .item strong {
    top: 79px;
  }
  .new-home .inner,
  .white-single-in {
    width: 724px;
  }
  .home.new-home #primary,
  .new-home article.post .entry-title,
  .new-home article.page .page-title,
  .new-home .entry-content {
    width: 100%;
  }
  .new-home .teasers-bar .item {   
    width: 242px;
    float: left;
    padding: 0;
  }
  .new-home .teasers-bar .item:first-child {
    padding: 0;
  }
  .new-home .teasers-bar .item:nth-child(2) {
   width: 240px;
  }
  .home.new-home #primary {    
    width: 724px;
    margin: 0 auto;
  }
  .new-home #main {
    width: 100%;
  }
  .new-home .teasers-bar .item span {
    font-size: 18px;
  }
  .new-blog-list li .caption a {
    font-size: 32px;
  }
  .new-blog-list.list li {
    width: 228px;
  }
  .new-blog-list .white {
    padding-left: 10px;
    padding-right: 10px;
  }
  .new-blog-list .white a {
    font-size: 17px;
  }
}






/*responsive styles*/
@media (min-width: 768px) and (max-width: 979px) {
  
  #footer .jetpack_subscription_widget, .chimpy-reset {
    float: none;
    margin: 0 auto 40px;
  }
  #menu-main-menu .bykatie,
#menu-main-menu-de .bykatie {
    display: block;
  }
  .inner,
  #main{
    width:724px;
  }
  .teasers-bar{
    width:724px;
    text-align:center;
  }
  .teasers-bar .item{
    display:inline-block;
    width:37%;
    padding:0 10px 20px;
    float:none;
  }
  .teasers-bar .item:first-child{
    padding: 0 10px 20px;
  }
  #primary{
   width:464px;
  }
  .home #primary{
    width:454px;
  }
  .sidebar .teasers-bar .item{
    width:100%;
    padding:0 0 15px!important;
  }
  .social-bar .btns{
    float:none;
    /*margin:0 0 0 -180px;*/
    padding:7px 0 0;
    width:auto;
    min-height:51px;
  }
  .social-bar .btns .fb-btn{
    padding:0 0 3px 14px;
  }
  .social-bar .btns .tumblr-btn{
    padding:0 0 0 14px;
    width:142px;
  }
  .nr_inner .nr_panel{
    width:20%;
    height:auto;
    min-height:1px!important;
  }
  .nr_inner .nr_panel img{
    width:100%!important;
   /* height:100%!important;*/
    float:left;
  }
  .nr_text{
    padding:3% 9% 0!important;
    width:82%;
    height:97%;
    font-size:12px;
  }
  .nr_text span{
    display:block;
    width:100%;
  }
  #footer .inner{
    width:724px;
  }
  #footer .jetpack_subscription_widget,
  #footer .socials-footer{
    float:none;
    margin:0 auto 40px;
  }
  #footer .socials-footer{
    padding:0;
    width:280px;
  }
  .footer-logo{
    float:none;
    margin:0 auto 10px;
    padding:0px;
  }
  .footer-menu{
    text-align:center;
  }
  .menu-footer-menu-container li{
    float:none;
    display:inline;
    margin:0;
  }
  .menu-footer-menu-container li a{
    display:inline-block;
    margin:0 16px;
  }
  .menu-footer-menu-container{
    float:none;
  }
  #footer{
    padding:40px 0 30px;
  }
  .entry-meta .read-more{
    width:107px;
    margin: 0 9px 0 0;
  }
  .entry-meta .social-btns .fb-btn{
    width:72px;
  }
  .social-btns{
    width:140px;
  }
  .entry-meta .comments-link a{
    width:112px;
    margin-right:0px;
  }
  .entry-meta .photos{
    margin:14px 0 0;
    width:79px;
  }
  .new-home .inner {
    width: 100%;
  } 
  #new-header .inner {
    width: 724px;
  }
  .new-home #site-navi .show-mobile {
    height: 55px;
  }
  .new-home .logo {
    padding-left: 30px;
    position: absolute;
    top: 0;
    left: 30px;
  }
  .new-home #site-navi .show-mobile {
    width: 286px;
  }
  .new-home .teasers-bar {
    margin: 0 auto;
  }
  .new-home #masthead {
    padding-top: 60px;
  }
  .new-home .shop span, .new-home .on-sale span, .new-home .main-menu li a,  .new-home .browse span {
    background: #fff!important;
  }
  .new-home .browse {
    padding: 0;
  }
  .new-home .browse span {
    border-bottom: 1px solid #e0e0e0 !important;
    padding-left: 43px;
  }
  
}
@media  (max-width: 767px) {
  .chimpy-reset div.chimpy_signup_processing {
    left: 255px;
    top: 59px;
  }
  .chimpy-reset .sky-form .state-error + em {
    left: 0;
    top: -11px;
  }
  .chimpy-reset div.chimpy_signup_success div {
    padding-top: 39px;
  }
  .chimpy-reset div.chimpy_signup_success div::before {
    content: 'Please check your email and  click the \a link provided to confirm your subscription.';
    white-space: pre;
    line-height: 20px;
    top: 71px;
  }
  #footer .jetpack_subscription_widget, .chimpy-reset {
    float: none;
    margin: 0 auto 40px;
    width: 300px;
    height: auto;
    text-align: center;
    padding-left: 0;
    padding-bottom: 15px!important;
  }
  .chimpy_signup_widget_success.chimpy_signup_success {
    left: 0;
    position: absolute;
    top: 0%;
    width: 299px;
    height: 145px;
  }
  .chimpy-reset button.chimpy_widget_submit {
    position: static;
  }
  #footer .jetpack_subscription_widget p input[type="email"], .chimpy_widget_field_EMAIL {
    position: static;
    margin-bottom: 15px!important;
  }
  .slick-prev,
  .slick-next {   
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }  
  .slick-prev:before,
  .slick-next:before {   
    width: 11px;
    height: 11px;
    margin: -6px 0 0 -4px;   
  }
  .slick-next:before {
    margin-left: -8px;
  }
  .banner .on-mobile .b-part {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 10px 13px;
  }
  .banner .on-mobile .b-part .white a {
    color: #fff;
    display: inline-block;
    font-family: "Montserrat",serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 21px;
    max-height: 63px;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.25s ease 0s;
    transition: color 0.25s ease 0s;
  }
  .banner .on-mobile .b-part:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  }

  .banner .on-mobile .b-part .post-cats a {
    background: #b9a478 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat",serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
    padding: 4px 12.5px;
    margin-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
  }
  .banner .on-mobile .b-part .post-cats a:hover {
    color: #000;
  }
  .img-wrap {
    height: auto;  
  }
  #footer .jetpack_subscription_widget p input[type="email"] {
  	position: static;
  	margin-top: 14px!important;
  }
  .new-home .entry-content {
    width: 100%;
  }
  .new-home #site-navi .show-mobile {
    width: 286px;
  }
  .new-home .logo {
    padding-left: 30px;
  }
    .new-home .teasers-bar .item {
      width: 314px;
      float: none;
      display: block;
      margin: 0 auto 20px;
      padding: 0!important;
    }
    .new-home .inner {
      width: 100%;
    }
    .new-home .inner,
    .white-single-in {
      width: 100%;
    }
    .new-home .entry-content p,
    .new-home .entry-content h1,
    .new-home .entry-content h2,
    .new-home .entry-content h3,
    .new-home .entry-content h4,
    .new-home .entry-content h5,
    .new-home .entry-content h6,
    .new-home .entry-content ul,
    .new-home .entry-content ol,
    .new-home .entry-content blockquote {
      padding-left: 0px;
      padding-right: 0px;
    }
    .white-single{
      padding-left: 15px;
      padding-right: 15px;
    }
    .new-home article.post .entry-title,
    .new-home article.page .page-title {
      font-size: 31px;
      line-height: 40px;
    }
    .home.new-home #primary,
    .new-home article.post .entry-title,
     .new-home article.page .page-title
    .new-home .entry-content {
      width: 100%;
    }
    .new-home #main {
      width: 100%;
      box-sizing: border-box;
      padding: 0 15px;
    }
    .new-blog-list.list li,
    .new-blog-list li.the-latest {
      width: 100%;      
      max-width: 600px;
      margin: 0 auto 35px!important;
      float: none; 
    }
    .on-desktop {
      display: none;
    }
    .on-mobile {
      display: block;
    }    
   /* .instagram-widget a {
        float: left;
        width: 25%;
    }*/
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
    	width: 25%;
    }
    #sb_instagram .sbi_photo {
    	height: 25vw!important;
    }
      #footer {
      padding-bottom: 30px;
    }
    .new-home #site-navi .show-mobile {
    height: 55px;
  }
  .new-home .logo {
    padding-left: 30px;
    position: absolute;
    top: 0;
    left: 30px;
  }
  .new-home #site-navi .show-mobile {
    width: 316px;
  }
  .new-home .teasers-bar {
    margin: 0 auto;
  }
  .new-home #masthead {
    padding-top: 30px;
  }
  .new-home .header-meta {  
    padding-bottom: 46px;   
  }
  .new-home .shop span, .new-home .on-sale span, .new-home .main-menu li a,  .new-home .browse span {
    background: #fff!important;
  }
  .new-home .browse {
    padding: 0;
  }
  .new-home .browse span {
    border-bottom: 1px solid #e0e0e0 !important;
    padding-left: 43px;
  }
  .menu-main-menu-new-container,
  .menu-main-menu-new-de-container {
    display: none;
  }
}
@media  (max-width: 550px) {
  .bottom-widget > h3 {
    font-size: 26px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;   
  }
  .new-home .langs {
    padding-left: 0px;
    float: right;
  }
  .new-home #site-navi .show-mobile {
    width: 290px;
  }
  .new-home #searchform-m {
    display: none;
  }
  .bottom-widget > a {
     float: none;
    width: 100px;
    text-align: center;
    display: block;
    margin: 0 auto 10px;
  }
  .new-home #site-navi {
    -webkit-box-shadow: 0 8px 4px -4px rgba(0,0,0,0.1);
    box-shadow: 0 8px 4px -4px rgba(0,0,0,0.1);
  }
  .new-home .open-btn {
    float: right;
    margin-right: 7px;
    margin-top: 4px;
  }
  .new-home .langs li a {
    font-weight: bold;
  }
  .new-home #site-navi .show-mobile {
    height: 43px;
  }
  .new-home #site-navi {
    height: 43px;
  }
  .new-home #site-navi .show-mobile {
    margin-right: 4px;
    width: 200px;
  }
  .new-home .langs {
    padding-top: 14px;
  }
  .new-home .logo {
    padding-left: 0px;
    left: 10px;
    width: 108px;
    height: 34px;
  }

  
}

@media (min-width: 769px) and (max-width: 979px) {
  #menu-main-menu .bykatie,
#menu-main-menu-de .bykatie {
    display: block;
  }
  #site-navi{
    position:relative;
  }
  #masthead{
    padding:0px;
  }
  .shop-menu > li, .on-sale-menu > li,
  .on-sale-menu > li:first-child{
    width:100%;
    margin:0 0 5px;
    line-height:30px;
  }
  .shop-menu-holder > div, .on-sale-menu-holder > div{
    padding:18px 0 20px 0;
  }
  .open-btn{
    display:block;
    width:36px;
    height:35px;
    background:url(images/mobile-menu.png) no-repeat 0 0;
    background-size:36px 72px;
    float:left;
    margin:7px 0 0 15px;
    cursor:pointer;
  }
  .new-home .open-btn {
    background:url(images/mobile-menu-new.png) no-repeat 0 0;
    background-size:36px 72px;
  }
  .open-btn:hover,
  .open-btn.active{
    background:url(images/mobile-menu.png) no-repeat 0 -36px;
    background-size:36px 72px;
  }
  #site-navi .inner{
    width:100%;
  }
  .browse{
    padding-top:10px;
  }
  .browse,
  .shop,
  .on-sale,
  .main-menu li{
    float:none;
    width:100%;
    height:auto;
    background:#F8F5F4!important;
  }
  #site-navi .show-mobile{
    float:right;
    width:267px;
    margin:0 15px 0 0;
    display:block;
  }
  #site-navi .show-desktop{
    display:none;
  }
  .shop span, .on-sale span,
  .main-menu li a,
  .browse span{
    float:none;
    background:none;
    padding-left:34px;
    line-height:30px;
    background:none!important;
    color:#666666!important;
    border-top:1px solid #E0E0E0;
    display:block;
  }
  .shop:hover span, .on-sale:hover span,
  .main-menu li:hover a,
  .browse:hover span{
    color:#333!important;
    background:url("images/bg-navi-over.png")!important;
  }
  .browse:hover .cats-list,
  .shop:hover .shop-menu-holder,
  .on-sale:hover .on-sale-menu-holder{
    display:none;
  }
  .main-menu{
    padding: 0;
    background:#F8F5F4;
  }
  .browse .cats-list,
  .shop-menu-holder,
   .on-sale-menu-holder{
    position:static;
    top:auto;
    border-bottom:3px solid #333;
  }
  .browse .cats-list li a{
    padding:0 0 0 34px;
    line-height:30px;
  }
  .shop-menu-holder > div,
  .on-sale-menu-holder > div{
    padding:0;
  }
  .shop-menu > li ul li a,
  .on-sale-menu > li ul li a,
  .shop-menu > li > a,
  .on-sale-menu > li > a{
    display:block;
    padding:0 0 0 34px;
    line-height:30px;
  }
  .shop-menu > li ul li a:hover,
  .on-sale-menu > li ul li a:hover{
    background:url("images/bg-navi-over.png")!important;
  }
  .browse,
  .shop,
  .on-sale,
  .menu-main-menu-container,
  .menu-main-menu-de-container,
  .menu-main-menu-new-container{
    display:none;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 54px;
  }
  .banner {
	margin-bottom: 15px;
  }
  .new-blog-list {   
      margin: 0 -7.5px;
  }
  .new-blog-list.list li, 
  .new-blog-list li.the-latest {
      width: -webkit-calc(50% - 15px);
      width: calc(50% - 15px);
      max-width: inherit;
      margin: 0 7.5px 15px!important;
      float: left;
  }
  .new-blog-list .white a {
  	font-size: 11px;
  	line-height: 13px;
  }
  .new-blog-list .white {
      margin-left: 8px;
      margin-right: 8px;
      margin-top: -20px;
      height: 50px;
      padding-top: 11px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .new-blog-list .white span.t {
  	height: 50px;
  }
  .new-blog-list .post-cats a {
  	font-size: 10px;
  	padding: 2px 8px;
  }
  .new-blog-list .post-cats {   
      bottom: 49px;
  }
  .new-home .load-more {
  	margin-top: 0;
  }
  #new-header .wrap > .inner {
    padding: 9px 15px;
    width: auto;
  }
  #new-header hgroup {
      width: 99px;
  }  
  #new-header .logo a {
    width: 99px;
    height: 36px;
    background: url(images/new-logo-small.png) no-repeat center;
    background-size: 99px 36px;
  }
  #new-header .search,
  #new-header .language,
  #new-header .haute-menu-container {
      display: none;
  }
  #new-header .subscribe a {
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    margin: 7px 0 0 0;
  }  
  #new-header .mobile-expand.active {
  	display: block!important;
  }
  #new-header .mobile-expand {
    background: #fff;
    padding: 0 15px;
  }
  #mobile-call {    
    margin: 11px 0 0 0;
    height: 15.5px;
    width: 20px;
    float: left;
    z-index: 11;
    cursor: pointer;
    overflow: hidden;
    background: url(images/menu-call.png) no-repeat 0 0;
    background-size: 20px 31px;
  }  
  #mobile-call.active {
    background: url(images/menu-call.png) no-repeat 0 100%;
    background-size: 20px 31px;
  } 
  #new-header #searchform-m {
    width: 100%;
    height: 33px;
    margin: 10px 0;
    display: block;
  }
  #new-header #searchform-m input {
    height: 33px;
    font-size: 13px;
    line-height: 33px;
    width: 90%;
    padding: 0 8px;
  }
  #new-header #searchform-m input[type="submit"] {
    float: right;
    width: 33px;
    background-position: 0 2px;
  }
  .menu-haute-menu-container,
  .menu-haute-menu-de-container {
    clear: both;
    padding: 10px 0;
  }
  .menu-haute-menu-container li,
  .menu-haute-menu-de-container li {
    width: 100%;
    padding: 14px 0;
    text-align: center;
  }
  .menu-haute-menu-container li a,
  .menu-haute-menu-de-container li a {
    color: #666666;
    font: normal 23px/23px 'Montserrat', sans-serif;
    text-transform: uppercase;
  }
  #new-header .subscribe-form.show {  
    position: relative;
    top: 0;
    border: none;
  }
  #new-header .subscribe-form .close {
    right: 15px;
    top: 72px;
  }
  #new-header .subscribe-form .chimpy-reset {
    width: 280px;
  }
  #new-header .subscribe-form .inner {
      position: relative;
      padding: 10px 15px 30px;
      width: auto;
      border: none;
  }
  #new-header .subscribe-form .chimpy_widget_field_EMAIL {
    width: 255px!important;
  }

  #menu-main-menu .bykatie,
  #menu-main-menu-de .bykatie {
    display: block;
  }
  #site-navi{
    position:relative;
  }
  #masthead{
    padding:0px;
  }
  .shop-menu > li, .on-sale-menu > li,
  .on-sale-menu > li:first-child{
    width:100%;
    margin:0 0 5px;
    line-height:30px;
  }
  .shop-menu-holder > div, .on-sale-menu-holder > div{
    padding:18px 0 20px 0;
  }
  .open-btn{
    display:block;
    width:36px;
    height:35px;
    background:url(images/mobile-menu.png) no-repeat 0 0;
    background-size:36px 72px;
    float:left;
    margin:7px 0 0 15px;
    cursor:pointer;
  }
  .new-home .open-btn {
     background:url(images/mobile-menu-new.png) no-repeat 0 0;
    background-size:36px 72px;
  }
  .new-home .open-btn:hover,
  .new-home .open-btn.active{
    background:url(images/mobile-menu-new.png) no-repeat 0 -36px;
    background-size:36px 72px;
  }
   .open-btn:hover,
  .open-btn.active{
    background:url(images/mobile-menu.png) no-repeat 0 -36px;
    background-size:36px 72px;
  }
  #site-navi .inner{
    width:100%;
  }
  .browse{
    padding-top:10px;
  }
  .browse,
  .shop,
  .on-sale,
  .main-menu li{
    float:none;
    width:100%;
    height:auto;
    background:#F8F5F4!important;
  }
  #site-navi .show-mobile{
    float:right;
    width:79%;
    margin:0 15px 0 0;
    display:block;
  }
  #searchform, #searchform-m{
    width:66%;
    margin-right:13px;
  }
  #searchform input[type="submit"], #searchform-m input[type="submit"]{
  	width: 19%;
  }
  #searchform input[type=text], #searchform-m input[type=text]{
    width:81%;
    box-sizing:border-box;
  }
  .langs li a{
    font-size:14px;
    line-height:14px;
  }
  article p{
    font-size:19px;
    line-height:30px;

  }
.entry-content ul li{
  font-size: 19px;
  line-height:30px;
  }
  article.post .entry-title, article.page .entry-title{
  	font-size:41px;
  }
  .header-meta{
  	font-size:18px;
  }
  #site-navi .show-desktop{
    display:none;
  }
  .shop span, .on-sale span,
  .main-menu li a,
  .browse span{
    float:none;
    background:none;
    padding-left:34px;
    line-height:30px;
    background:none!important;
    color:#666666!important;
    border-top:1px solid #E0E0E0;
    display:block;
  }
  .shop:hover span, .on-sale:hover span,
  .main-menu li:hover a,
  .browse:hover span{
    color:#333!important;
    background:url("images/bg-navi-over.png")!important;
  }
  .browse:hover .cats-list,
  .shop:hover .shop-menu-holder,
  .on-sale:hover .on-sale-menu-holder{
    display:none;
  }
  .main-menu{
    padding: 0;
    background:#F8F5F4;
  }
  .browse .cats-list,
  .shop-menu-holder,
   .on-sale-menu-holder{
    position:static;
    top:auto;
    border-bottom:3px solid #333;
  }
  .browse .cats-list li a{
    padding:0 0 0 34px;
    line-height:30px;
  }
  .shop-menu-holder > div,
  .on-sale-menu-holder > div{
    padding:0;
  }
  .shop-menu > li ul li a,
  .on-sale-menu > li ul li a,
  .shop-menu > li > a,
  .on-sale-menu > li > a{
    display:block;
    padding:0 0 0 34px;
    line-height:30px;
  }
  .shop-menu > li ul li a:hover,
  .on-sale-menu > li ul li a:hover{
    background:url("images/bg-navi-over.png")!important;
  }
  .browse,
  .shop,
  .on-sale,
  .menu-main-menu-container,
  .menu-main-menu-de-container {
    display:none;
  }
  .inner,
  #main{
    width:100%;
  }
  .logo{
    padding-left:0px;
    width: 320px;
    height: 127px;
  }
  .logo a{
  	background-size: cover;
  }
  .teasers-bar{
    width:100%;
    text-align:center;
    margin:0px;
  }
  .teasers-bar .item{
    display:inline-block;
    width:37%;
    padding:0 10px 20px;
    float:none;
  }
  .teasers-bar .item:first-child{
    padding: 0 10px 20px;
  }
  #primary{
   width:100%;
   padding:0px;
  }
  #content{
    margin:-9px 15px 0;
  }
  .fixed{
    position:static!important;
    bottom:10px!important;
  }
  #fixadent{
    margin:0 auto;
    width:220px;
  }
  .sidebar{
    width:100%;
    margin:25px 0 0 ;
    padding:25px 0 0;
    border-top:3px solid #333;
  }
  .home #primary{
    width:100%;
  }
  .sidebar .teasers-bar .item{
    width:100%;
    padding:0 0 15px!important;
  }
  .social-bar .btns{
    float:none;
    /*margin:0 0 0 -180px;*/
    padding:7px 0 0 204px;
    float:none;
    width:auto;
    min-height:51px;
  }
  .social-bar .btns .fb-btn{
    padding:0 0 3px 0;
  }
  .social-bar .btns .tumblr-btn{
    padding:0 0 3px 0;
    width:142px;
    height:23px;
  }
  .nr_inner .nr_panel{
    width:20%;
    height:auto;
    min-height:1px!important;
  }
  .nr_inner .nr_panel img{
    width:100%!important;
   /* height:auto!important*/;
    display:block;
  }
  .nr_text{
    padding:3% 9% 0!important;
    width:82%;
    height:97%;
    font-size:12px;
  }
  .nr_text span{
    display:block;
    width:100%;
  }
  #footer .inner{
    width:100%;
  }
  #footer .jetpack_subscription_widget,
  #footer .socials-footer{
    float:none;
    margin:0 auto 40px;
  }
  #footer .jetpack_subscription_widget{
    margin:0 15px 40px;
    width:auto;
    height:auto;
    padding-bottom:11px;
    text-align:center;
  }
  .jetpack_subscription_widget form > p{
    margin:0 0 10px;
  }
  #footer .socials-footer{
    padding:0;
    width:280px;
  }
  .footer-logo{
    float:none;
    margin:0 auto 10px;
    padding:0px;
  }
  .footer-menu{
    text-align:center;
  }
  .menu-footer-menu-container li{
    float:none;
    display:inline;
    margin:0;
  }
  .menu-footer-menu-container li a{
    display:inline-block;
    margin:0 16px;
  }
  .menu-footer-menu-container{
    float:none;
  }
  #footer{
    padding:40px 0 30px;
  }
  .entry-meta .read-more{
    margin: 0 9px 0 0;
  }
  .entry-meta .comments-link{
    display:none;
  }
  .entry-meta .social-btns .fb-btn{
    width:72px;
  }
  .social-btns{
    width:140px;
    margin:0;
    float:right;
  }
  .entry-meta .photos{
    display:none;
  }
  #footer .jetpack_subscription_widget p input[type="text"],
  #footer .jetpack_subscription_widget p input[type="submit"]{
    position:static;
  }
  #footer .jetpack_subscription_widget p input[type="text"]{
    margin:0 0 10px!important;
    text-align:center;
  }
}
@media (min-width: 320px) and (max-width: 622px) {
  .teasers-bar{
    display:none;
  }
  .single .teasers-bar{
    display:block;
  }
  .teasers-bar .item{
    width:50%;
  }
}
@media only screen and (min-width:769px){
  .fixed {
    bottom: 10px;
    position: fixed !important;
    width:220px;
  }
}
@media (min-width: 690px) and (max-width: 767px) {
  .social-bar .btns{
    padding-top:18px;
    min-height:40px;
  }
}
@media (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
 .inner,
  #main{
    width:960px;
  }
  .teasers-bar{
    width:940px;
    text-align:center;
  }
  .teasers-bar .item{
    float:left;
    width:220px;
    padding:0 0 0 20px;
  }
  .teasers-bar .item:first-child{
    padding: 0;
  }
  #primary{
   width:700px;
  }
  .home #primary{
    width:690px;
  }
  .sidebar .teasers-bar .item{
    width:220px;
    padding:0 0 15px!important;
  }
  .social-bar .btns{
    float:left;
    padding:18px 0 0 22px;
    width:487px;
    min-height:40px;
  }
  .social-bar .btns .fb-btn{
    padding:0;
  }
  .social-bar .btns .tumblr-btn{
    padding:0;
    width:151px;
  }
  .nr_inner .nr_panel{
    width:140px;
    height:140px;
    min-height:1px!important;
  }
  .nr_inner .nr_panel img{
    width:140px!important;
    /*height:140px!important;*/
    float:left;
  }
  .nr_text{
    padding:15px 10px 0!important;
    width:120px;
    height:125px;
    font-size:12px;
  }
  .nr_text span{
    display:block;
    width:100%;
  }
  #footer .inner{
    width:940px;
  }
  #footer .jetpack_subscription_widget,
  #footer .socials-footer{
    float:left;
    margin:0 0 40px;
  }
  #footer .socials-footer{
    padding:0 10px 0 0;
    width:280px;
  }
  .footer-logo{
    float:left;
    margin:0 ;
    padding:0 2px 0 36px;
  }
  .footer-menu{
    text-align:center;
  }
  .menu-footer-menu-container li{
    float:left;
    display:inline;
    margin:17px 0 0 37px;
  }
  .menu-footer-menu-container li a{
    display:block;
    margin:0;
  }
  .menu-footer-menu-container{
    float:left;
  }
  #footer{
    padding:80px 0 30px;
  }

  .entry-meta .read-more{
    width:184px;
    margin: 0 39px 0 0;
  }
  .entry-meta .social-btns .fb-btn{
    width:100px;
  }
  .social-btns{
    width:190px;
  }
  .entry-meta .comments-link a{
    width:132px;
    margin-right:10px;
  }
  .entry-meta .photos{
    margin:14px 10px 0 0;
    width:105px;
  }

}
@media  (max-width: 480px) {
	.entry-meta .read-more{
		width: 100%;
		box-sizing:border-box;
	}
	article.post .entry-title, article.page .entry-title{
		font-size: 32px;
		line-height: normal; 
	}
	#footer .jetpack_subscription_widget{
		padding: 11px 24px;
	}
	#footer .jetpack_subscription_widget p input[type="text"]{
		width: 100%!important;
		box-sizing:border-box;
	}
	.menu-footer-menu-container li a{
		margin:  0 14px;
	}
	.social-bar .btns{
		text-align: center;
		clear: both;
		padding-left: 0px;
		border:none;
		float: none;
	}
	.social-bar .btns > div{
		display: inline-block!important;
		float: none!important;
	}
	.single .entry-meta{
		height: auto;
	}
	.social-bar h3{
		float: none;
		margin: 0 auto;
	}
	.tumblr-btn{
		margin-left: -23px;
	}
	.page-title{
		font-size: 36px;
	}
	article p{
		font-size: 16px;
	}
}

.two-images {
	overflow: hidden;
	margin-bottom: 10px;
}
.two-images img {
	width: 49.4%!important;
	margin: 0!important;
	float: left!important;
	max-height: 100%!important;
	height: auto!important;
}
.two-images img + img {
	float: right!important;
}