@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&subset=latin,latin-ext);
@font-face {
	font-family: 'antonioregular';
	src: url('../fonts/../fonts/antonio-regular-webfont.eot');
	src: url('../fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/antonio-regular-webfont.woff2') format('woff2'),
	url('../fonts/antonio-regular-webfont.woff') format('woff'),
	url('../fonts/antonio-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'antoniolight';
	src: url('../fonts/antonio-light-webfont.eot');
	src: url('../fonts/antonio-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/antonio-light-webfont.woff2') format('woff2'),
	url('../fonts/antonio-light-webfont.woff') format('woff'),
	url('../fonts/antonio-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'antoniobold';
	src: url('../fonts/antonio-bold-webfont.eot');
	src: url('../fonts/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/antonio-bold-webfont.woff2') format('woff2'),
	url('../fonts/antonio-bold-webfont.woff') format('woff'),
	url('../fonts/antonio-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*BASIC==========================================================================*/
html, body, address, blockquote, div, dl, form, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
img, fieldset {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
img {max-width:100%;height:auto;}
html, body {-webkit-text-size-adjust:none;height:100%;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: normal;
	color: inherit;
	font-family: 'antoniolight';
}

body {
	overscroll-behavior: none;
	width: 100vw;
}

/*CONTENT==========================================================================*/
p {
	margin: 0 0 10px;
}
.wrapper{
	background-color:#ffffff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
	max-width: 1200px;
	min-height: 100%;
}

.top{
	background:#a5c5ca url(../images/top_bg.png) 0px 0px repeat;
	width:100%;
}

.logo{
	min-height:120px;
}

.login{
	list-style:none;
	display:inline-block;
	margin-top:10px;
	line-height:24px;
}

.login li{
	display:inline-block;
	font-family: 'antonioregular';
	font-size:1.525rem;
	color:#ffffff;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	margin-left:2px;
}

.login li button {
	color: #ffffff;
	transition: all 0.35s ease 0s;
	border: none;
	background: none;
}

.login li button:hover {
	text-decoration: none;
	text-shadow: none;
	color: #5d7377;
}

.login li button:focus {
	border: none;
}

.login li a{
	color:#ffffff;
	transition: all 0.35s ease 0s;
}

.login li button {
	color: #ffffff;
	transition: all 0.35s ease 0s;
	border: none;
	background: none;
}

.login-m{
	display:none !important;
}

.login li a:hover{
	text-decoration:none;
	text-shadow:none;
	color:#5d7377;
}

#site-navigation ul{
	list-style:none;
	display:inline-block;
	margin-top:10px;
	line-height:30px;
}

#site-navigation ul > li{
    display:inline-block;
    font-family: 'antonioregular';
    font-size:2rem;
    color:#ffffff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-right:15px;
    text-transform:uppercase;
}
#site-navigation ul > li a{
    color:#ffffff;
    transition: all 0.35s ease 0s;
}
#site-navigation ul > li a:hover{
    text-decoration:none;
    text-shadow:none;
    color:#5d7377;
}

#adminmenu{
	display: none;
}

/*NAVBAR==========================================================================*/
.navbar {
	border-radius: 0px;
}
.navbar {
	border: 1px solid transparent;
	margin-bottom: 0px;
	height: 50px;
	position: relative;
	background:transparent url(../images/navbar_bg.png) 0px 0px repeat-x;
	border-bottom:1px solid #dcdcdf;
}
.navbar-collapse {
	text-align:center;
}
.navbar-nav {
	display:inline-block;
	float:none;
}

#articlemenu {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.nav > li > a {
	font-family: 'antonioregular';
	text-transform:uppercase;
	display: block;
	position: relative;
	font-size:1.8rem;
	color:#e5998d;
	line-height:50px;
	margin-top:3px;
	transition: all 0.35s ease 0s;
}

.navbar-nav > li > a {
	padding: 0px 5px;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
	text-decoration: none;
	color:#c3847a;
}

.no-result {
	font-family: 'antonioregular';
	text-transform: uppercase;
	font-size: 1.8rem;
}

/*FEATURED==========================================================================*/
.featured-row{
	margin: -30px -30px 30px;
	background:#ededf0;
	border-bottom:1px solid #dcdcdf;
}
.featured {
	padding: 30px;
}

.featured h1{
	font-family: 'antoniolight';
	font-size: 3.6rem;
	line-height: 60px;
	color: #373747;
	text-transform: uppercase;
	background: #ededf0;
	display: inline-block;
	padding-right: 15px;
	margin-bottom: 10px;
}

.featured h1 a{
	color: #e5998d;
	transition: all 0.35s ease 0s;
}

.featured h1 a:hover {
	color: #c3847a;
	text-decoration: none;
}

.featured-picture{
	background-color:#ffffff;
	padding:15px;
	margin-bottom:10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}



.featured .post-subtitle{font-size:2.2rem;}

.featured p{color:#373747;}

.featured img {
	min-width: 100%;
}

.featured .post-tag{
	font-family: 'Roboto Slab', serif;
	font-size:2rem;
	line-height:26px;
	color:#6098a4;
	background:#ededf0;
	padding-left:10px;
	display:inline-block;
	float:right;
	margin-top:32px;
}

.featured .post-tag a{color:#6098a4;}

/*POST==========================================================================*/
.post-title-bg{background:url(../images/post_dotted_bg.png) left center repeat-x;}

.post h2{
	font-family: 'antoniolight';
	font-size:3.4rem;
	line-height:50px;
	color:#55556d;
	text-transform:uppercase;
	background:#ffffff;
	display: inline-block;
	padding-right:15px;
	margin-bottom:10px;
}

.post h2 a{color:#55556d;transition: all 0.35s ease 0s;}
.post h2 a:hover{color:#32828e; text-decoration:none;}

.post-picture{margin-bottom:10px;}

.post-subtitle {
	font-family: 'antonioregular';
	font-size: 2rem;
	color: #32828e;
}


.post-date{
	font-family: 'Roboto Slab', serif;
	font-size:1.4rem;
	color:#6098a4;
	margin:5px 0 15px 0;
}

.post-tag{
	font-family: 'Roboto Slab', serif;
	font-size:1.8rem;
	line-height:24px;
	color:#6098a4;
	background:#ffffff;
	text-align:right;
	padding-left:10px;
	display:inline-block;
	float:right;
	margin-top:26px;
}

.highlighted a{color:#ffffff !important;}

.post-tag a{color:#6098a4;transition: all 0.35s ease 0s;}

.post-date{font-size:1.3rem;}
.post-date a{color:#6098a4;transition: all 0.35s ease 0s;}
.post-date a:hover{text-decoration: none; color:#32828e;}

.post, .sidebar-box{border-bottom:1px solid #dbdbe2; padding-bottom:20px; margin-bottom:30px; overflow:hidden;}
.more{font-family: 'Roboto Slab', serif; font-size:1.4rem;}

.single-post .post {
	border-bottom: 1px solid #dbdbe2;
	margin-bottom: 50px;
	padding-bottom: 20px;
	overflow: hidden;
}

.single-post h2 {
	font-family: 'antoniolight';
	font-size:4.8rem;
	line-height:60px;
	color:#55556d;
	text-transform:uppercase;
	display:inline-block;
	padding-right:15px;
	margin-bottom:10px;
	text-align: left;
}

.single-post .post-title-bg{background:url(../images/post_dotted_bg.png) left center repeat-x; width:100%; text-align:right;}
.single-post .post-picture{margin-bottom:20px; margin-top:25px;}
.single-post .post-tag{
	margin-top:0;
	float:inherit;
}

.single-post .post-date{
	margin: 5px 0 5px 0;
}

.single-post {
	text-align: justify;
}

.highlighted{
	background:#e5998d !important;
	padding:2px 10px;
	color:#ffffff;
	border-radius:4px;
}

.post-subtags{margin-bottom:20px; margin-top:10px;}

.post-subtags{
	font-family: 'Roboto Slab', serif;
	color:#838396;
	font-size:14px;
	margin-bottom:15px;
}

.post-subtags .tags a {
	color: #e5998d;
}

.post-subtags .tags a:hover {
	color: #c3847a;
}

.blue-bg{
	font-family:"Roboto",Helvetica,Arial,sans-serif;
	color:#ffffff;
	font-size:12px;
	background:#aac8cd;
	padding:2px 4px;
	border-radius:2px;
	margin-left:4px;
}


.desc {
	font-size:1.65rem;
	color:#838396;
}

.desc ul, .desc ol {
	list-style-position: inside;
}

.single-post p {
	margin: 0 0 20px;
	font-size:1.65rem;
	color:#838396;
}

.single-post div.starter {
	margin: 0 0 15px;
	font-size: 1.75rem;
	color: #616172;
	font-weight: bold !important;
}

.book-picture, .post_side {
	background: url(../images/blog_bg.jpg) 0px 0px repeat;
	padding: 15px;
	max-width: 100%;
}

.left-book{
	float:left;
	margin:15px 20px 15px 0;
}

.right-book{
	float: right;
	margin:15px 0px 15px 20px;
}

.small-book{
	width: 40% !important;
}

.full-book {
	width: 100% !important;
	margin: 15px 20px 15px 0;
}

.blockquote{
	color:#838396;
	font-style:italic;
	background:#f6f5f4 url(../images/blockquote_bottom_bg.png) right bottom no-repeat;
	border-radius:2px;
	padding:20px 69px 20px 20px;
	margin-bottom:20px;
}

.blockquote p{
	background: url(../images/blockquote_top_bg.png) 0px 0px no-repeat;
	margin-bottom:0px;
	padding-left:49px;
}

.single-post h3 {
	font-size:2.8rem;
	line-height:40px;
	color:#e5998d;
	text-transform:uppercase;
	margin-bottom:10px;
}

.post-list{
	list-style:none;
	padding-bottom:20px;
	margin-bottom:40px;
}

.post-list h2{
	font-family: 'antoniolight';
	font-size:2.4rem;
	line-height:24px;
	color:#55556d;
	text-transform:uppercase;
	background:#ffffff;
	margin-bottom:0px;
}

.post-list h2 a{color:#55556d;transition: all 0.35s ease 0s;}
.post-list h2 a:hover{color:#32828e; text-decoration:none;}
.post-list .post-date{ margin-top:0px;}

.attached-books {
	border-bottom: 1px solid #dbdbe2;
	padding-bottom: 30px;
	margin-bottom: 40px;
	min-height: 300px;
	margin-top: 10px;
	width: 100%;
	display: table;
}

.attached {
	background: url(../images/blog_bg.jpg) 0px 0px repeat;
	cursor: pointer;
	float: left;
	margin: 0;
	max-height: 280px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 25%;
	padding: 15px;
}


.attached img{
	display: inline;
	backface-visibility: hidden;
	max-width: 100%;
	display: table-cell;
	vertical-align:middle;
}

.attached-caption {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background:rgba(57,57,73,0.75);
}

.attached .attached-caption {
	color: #ffffff;
	font-size: 1.25em;
	padding: 30px 15px 15px 15px;
	transition: all 0.35s ease 0s;
	opacity:0;
}

.attached:hover .attached-caption{
	cursor: default;
	opacity:1;
}

.book-author{color:#ffffff; font-size:13px; display:block;}
.book-title{ color:#c7dee2; font-size:17px; display:block; margin-bottom:10px;}
.price{font-size:16px; color:#ffffff; display:block;}
.yourprice{font-size:13px; display:block; margin-bottom:20px;}
.overline{text-decoration: line-through;}
.attached .btn{margin-bottom:6px;}
.attached .btn-primary {
	background-color: #aac8cd;
	border-color: #bedbe0;
	border-radius: 3px;
	color: #ffffff;
	padding: 4px 12px;
	min-width:100px;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	box-shadow:0 0 2px rgba(0, 0, 0, 0.25);
	transition: all 0.35s ease 0s;
}
.attached .btn-primary:hover, .attached .btn-primary:active:hover, .attached .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .attached .btn-primary:active:focus, .attached .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .attached .btn-primary.focus:active, .attached .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	background:#9ab5ba;
	border-color:#aac6cb;
}

.attached .btn-secondary, .attached .btn-bag {
	background-color: #ddb0a9;
	border-color: #efc2bb;
	border-radius: 3px;
	color: #ffffff;
	padding: 4px 12px;
	min-width:100px;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	box-shadow:0 0 2px rgba(0, 0, 0, 0.25);
	transition: all 0.35s ease 0s;
}
.attached .btn-secondary:hover, .attached .btn-bag:hover, .attached .btn-secondary:active:hover, .attached .btn-secondary.active:hover, .open > .dropdown-toggle.btn-secondary:hover, .attached .btn-secondary:active:focus, .attached .btn-secondary.active:focus, .open > .dropdown-toggle.btn-secondary:focus, .attached .btn-secondary.focus:active, .attached .btn-secondary.active.focus, .open > .dropdown-toggle.btn-secondary.focus {
	background:#c79b94;
	border-color:#daaca5;
}

.share-box{
	border-bottom: 1px solid #dbdbe2;
	border-top: 1px solid #dbdbe2;
	padding:8px 0;
	margin-bottom:40px;
}

a.add{
	color:#e5998d;
	height:24px;
	background:url(../images/add_icon.png) left center no-repeat;
	display:inline-block;
	padding-left:30px;
	font-size:14px;
	transition: all 0.35s ease 0s;
}

a.add:hover{
	color:#cb877c;
}

hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #dbdbe2 -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid none none;
	border-width: 1px 0 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

.single-post h4 {
	font-family: 'antonioregular';
	font-size:2.2rem;
	line-height:40px;
	color:#e5998d;
	margin-bottom:10px;
}

.purple{color:#616172 !important}

.comment{
	margin-bottom:30px;
}
.comment-box{background:url(../images/comment_arrow.png) bottom left no-repeat; padding-bottom:13px;}
.comment-content{
	background:#f2f2f4;
	padding:15px;
	border-radius:3px;
	font-size:14px;
}
.comment-name{color:#616172; display:block; margin-left:10px; font-size:1.5rem;}
.comment-date{
	font-family: 'Roboto Slab', serif;
	font-size:1.3rem;
	color:#6098a4;
	display:block;
	margin-left:10px;
}

.comment-form{margin-bottom:90px;}

.comment-form .form-control {
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cfcfd5;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #616172;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	overflow:hidden;
	resize:none;
	margin-bottom:10px;
}

.social-list{
	list-style:none;
	float:right;
}

.social-list li{
	display:inline-block;
	width:24px;
	height:24px;
	margin-left:2px;
}

.social-list li a{
	width:24px;
	height:24px;
	display:inline-block;
	transition: all 0.35s ease 0s;
}

.social-list li a:hover{opacity:0.7;}

/*MODAL==========================================================================*/
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: none;
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}

.modal-content {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.modal-title {
	font-family: 'antoniolight';
	font-size: 2.4rem;
	color: #55556d;
	text-transform: uppercase;
	margin:0;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: normal;
	line-height: 1;
	color: #EB998F;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 1;
	filter: alpha(opacity=20);
}

.modal-header{
	padding:15px 15px 10px 15px;
}

.modal-body {
	position: relative;
	padding: 10px 15px;
	background-color:#F6F5F4;
	text-align: center;
}

.modal-header, .modal-footer{
	border-color:#DBDBE2;
}

.modal-favourite-list{
	list-style:none;
	margin-bottom:10px;
	font-size:14px;
	border-bottom:1px solid #DBDBE2;
	display:block;
	padding-bottom:10px;
}

.modal-favourite-list li{
	margin:5px 0;
}

.modal-favourite-list li a{
	display:block;
	padding:3px 0;
	transition: all 0.35s ease 0s;
}

.modal-favourite-list li a:hover{
	color:#EB998F;
}

.modal-form .form-control{
	width:calc(270px - 50px);
}

.modal-body .transport-table td, .modal-body .transport-table th {
	padding: 7px 5px;
}

.transport-table {
	width: 100%;
	border-collapse: collapse;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
	color: #655d65;
	font-size: 1.3rem;
}

.transport-table td {
	background: #fefef9;
	padding: 12px 10px;
	vertical-align: middle;
}

.transport-table td.free {
	color: #55a955;
}

.transport-table td, .transport-table th {
	border: 1px solid #d8d2c5;
	text-align: center;
}

.transport-table th {
	background: #f8f3e9 url(../images/th_bg.png) 0px 0px repeat;
	color: #817d74;
	font-weight: normal;
	text-align: center !important;
	font-size: 1.3rem;
	padding: 10px;
}

.modal-prod-pic {
	float: left;
	max-height: 120px;
	margin-right: 15px;
}

/*SIDEBAR==========================================================================*/
.row-eq-height {
	display: flex;
}
.left-side{padding-right:30px; padding-top:30px;}
.sidebar{
	background:#f6f5f4;
	border-left:1px solid #efeae7;
	margin-right:-30px;
	padding-right:30px;
	padding-left:30px;
	margin-left:-30px;
	padding-top:30px;
	padding-bottom:30px;
	min-height:100%;
	height:100%;
	font-size:14px;
}

.sidebar .post h2, .sidebar h3{
	font-family: 'antonioregular';
	font-size:2.2rem;
	line-height:30px;
	color:#55556d;
	text-transform:uppercase;
	background:none;
	display:inline-block;
	padding-right:0px;
	margin-bottom:0px;
}

.sidebar h3{margin-top:0px; margin-bottom:15px;}

.post h2 a, .sidebar .post h2 a, a{
	color: #e5998d;
	transition: all 0.35s ease 0s;
}

.post h2 a:hover, .sidebar .post h2 a:hover, a:hover{
	color: #c3847a;
	text-decoration: none;
}


.sidebar .post-picture{margin-bottom:0px;}
.sidebar .post p{font-size:15px;}
.sidebar .more{font-family: 'Roboto Slab', serif; font-size:1.4rem; line-height:30px;}
.sidebar .post{border-bottom:1px solid #dbdbe2; padding-bottom:10px; margin-bottom:30px;}

/*SEARCH==========================================================================*/
.search-form .form-control, .newsletter .form-control, .modal-form .form-control{background:#ebeae9; border-color:#d4d3d2; border-radius:2px; height:40px; color:#636262;}

/*NEWSLETTER==========================================================================*/
.newsletter .form-group{margin-bottom:10px;}
.newsletter .form-control:hover, .newsletter .form-control:focus, .modal-form .form-control:focus{box-shadow:none;}
.newsletter .btn-primary, .comment-form .btn-primary, .modal-form .btn-primary{
	background-color: #aac8cd;
	border-color: #9ab5ba;
	color: #ffffff;
	border-radius:2px;
	text-transform:uppercase;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	padding:8px 12px;
	height:40px;
	transition: all 0.35s ease 0s;
}

.newsletter .btn-primary:hover, .newsletter .btn-primary:active:hover, .newsletter .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .newsletter .btn-primary:active:focus, .newsletter .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .newsletter .btn-primary.focus:active, .newsletter .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	background:#9ab5ba;
	border-color:#88a1a5;
}

.comment-form .btn-primary:hover, .comment-form .btn-primary:active:hover, .comment-form .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .comment-form .btn-primary:active:focus, .comment-form .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .comment-form .btn-primary.focus:active, .comment-form .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	background:#9ab5ba;
	border-color:#88a1a5;
}

/*PAGINATION==========================================================================*/
.pagination{margin-bottom:120px;}
.pagination > li > a, .pagination > li > span {
	background-color: #ffffff;
	border: none;
	color: #6098a4;
	float: left;
	font-size:14px;
	line-height: 1.22857;
	margin:0 1px;
	padding: 4px 8px;
	position: relative;
	text-decoration: none;
	transition: all 0.35s ease 0s;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #e5998d;
	border-color: #d68e83;
	color: #ffffff;
	cursor: default;
	z-index: 2;
	border-radius:4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color: #aac8cd;
	border-color: #9ab5ba;
	color: #ffffff;
	z-index: 3;
	border-radius:4px;
}

.add-on .input-group-btn > .btn {
	border-left-width:0;left:-2px;
	box-shadow: none;
	background:#ebeae9;
	padding:9px 12px;
	transition: all 0.35s ease 0s;
	min-height: 40px;
}
.search-form .btn-default{color:#65a9b3;}
.search-form .btn-default:hover {
	background:#ebeae9;
	border-color: #d4d3d2 !important;
	color: #65a9b3;
	box-shadow:none;
}
.add-on .form-control:focus {
	box-shadow:none;
	-webkit-box-shadow:none;
	border-color:#d4d3d2;
}

.side-list{
	list-style:none;
}
.side-list li{
	color:#838396;
	font-size:14px;
	line-height:18px;
	padding:7px 0;
}
.side-list li:first-child{padding-top:0;}
.side-list li:last-child{padding-bottom:0px;}
.side-list li a{color:#373747;transition: all 0.35s ease 0s;}
.side-list li a:hover{color:#6098a4;}

.tags a{color:#373747; line-height:24px;}
.tags a:hover{color:#6098a4;}

/*FOOTER==========================================================================*/
.footer{
	background:#f6f5f4;
	border-top:1px solid #dfdcda;
	padding:30px 0;
	font-size:13px;
	color:#bebdbc;
}



@media (max-width: 990px) {
	.row-eq-height {
		display: inherit;
	}
	.left-side{padding-right:0px; padding-top:30px;}

}
@media (max-width: 767px) {
	.featured-row {
		margin: -30px -15px 30px;
		padding: 0;
	}
	.featured {
		padding: 15px;
	}
	#articlemenu {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.sidebar{
		border-left:none;
		border-top:1px solid #efeae7;
		margin-right:-15px;
		padding-right:15px;
		padding-left:15px;
		margin-left:-15px;
		margin-top:30px;
	}

	.left-side {
		padding-right:0px;
		padding-top:30px;
	}

	.navbar-toggle {
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		float: right;
		margin-bottom: 1px;
		margin-right: auto;
		margin-left:auto;
		margin-top: 8px;
		padding: 9px 10px;
		position: relative;
		width:100%;
	}

	.toggle-text{
		font-family: 'antonioregular';
		text-transform:uppercase;
		display: block;
		font-size:1.8rem;
		color:#e5998d;
		line-height:20px;
		transition: all 0.35s ease 0s;
		text-align:center;
		margin:0 auto;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
		overflow-x: visible;
		padding-left: 15px;
		padding-right: 15px;
		background:#FAFAF9;
		position:relative;
		z-index:100;
	}

	.top-login {
		display: none;
	}

	.post-title-bg {
		background: none;
	}

	.post-title-bg .post-tag {
		display: none;
	}

	.post-subtags {
		margin-top: 0;
	}

	.post-subtitle {
		text-align: left;
	}

	.share {
		margin-top: 10px;
	}

	.featured h1, .featured h1 a {
		font-size: 2.4rem;
		line-height: 3.5rem;
	}

	.post h2, .post-list h2 {
		background: none;
		color: #55556d;
		display: inline-block;
		font-family: "antoniolight";
		font-size: 2.4rem;
		line-height: 3.5rem;
		margin-bottom: 10px;
		padding-right: 0;
		text-transform: uppercase;
		width:100%;
	}
	.post-tag {
		background:rgba(0, 0, 0, 0) url("../images/post_dotted_bg.png") repeat-x scroll left bottom;
		color: #6098a4;
		display: inline-block;
		float: none;
		font-family: "Roboto Slab",serif;
		font-size: 1.4rem;
		line-height: 18px;
		margin-top: 0px;
		padding-left: 0px;
		text-align: left;
		width:100%;
		padding-bottom:10px;
		margin-bottom:20px;
	}

	.featured .post-tag{
		font-family: 'Roboto Slab', serif;
		font-size: 1.4rem;
		line-height: 18px;
		color:#6098a4;
		background:rgba(0, 0, 0, 0) url("../images/post_dotted_bg.png") repeat-x scroll left bottom;
		padding-left:0px;
		float:right;
		margin-top:0px;
		margin-bottom:20px;
	}

	.featured .post-subtitle, .post-subtitle {
		font-size: 1.8rem;
	}

	.post-date {
		font-size: 1.2rem;
	}

	.featured p, .post p, .related-article-deck p {
		font-size: 14px !important;
	}

	.featured .more, .post .more {
		font-size: 14px;
	}

	.login{
		display:none;
	}

	.login-m{
		display: block !important;
		text-transform: lowercase !important;
	}

	.login-m a{
		text-transform: none !important;
		color:#6098a4 !important;
	}

	#site-navigation ul{
		width:100%;
		text-align:center;
		margin-bottom:13px;
		padding-bottom:7px;
		border-bottom:1px solid rgba(255,255,255,0.6);
	}

	#site-navigation ul > li{
		display:inline-block;
		font-family: 'antonioregular';
		font-size:2rem;
		color:#ffffff;
		text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
		margin:0 7px;
		text-transform:uppercase;
	}

	.pagination{
		margin-bottom:40px;
	}

	.single-post .post-title-bg{background: none}

	.highlighted{
		background: rgba(0, 0, 0, 0) url("../images/post_dotted_bg.png") repeat-x scroll left bottom;
		color: #6098a4;
		display: inline-block;
		float: none;
		font-family: "Roboto Slab",serif;
		font-size: 1.8rem;
		line-height: 24px;
		margin-bottom: 20px;
		margin-top: 0;
		padding: 5px 10px;
		text-align: left;
		width: auto !important;
	}

	.nav > li > a{
		line-height:40px;
	}
	input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
		-moz-appearance: caret; /* mobile firefox too! */
		-webkit-appearance: none;
	}
	input {
		-moz-appearance: caret; /* mobile firefox too! */
	}
	.attached{
		background:url(../images/blog_bg.jpg) 0px 0px repeat;
		cursor: pointer;
		float: left;
		margin: 0;
		/* max-height: 260px; */
		overflow: hidden;
		position: relative;
		text-align: center;
		width: 50%;
		padding:15px;
	}

	.article-deck .more {
		margin-top: 0;
		display: block;
	}

	.post_side {
		width: 50%;
		padding: 6px;
	}
}

@media (max-width: 480px) {
	.attached{
		background:url(../images/blog_bg.jpg) 0px 0px repeat;
		cursor: pointer;
		float: left;
		margin: 0;
		/* max-height: 260px; */
		overflow: hidden;
		position: relative;
		text-align: center;
		width: 100%;
		padding:30px 15px;
	}
}

.top-login {
	/*position: absolute;*/
	list-style: none;
	text-align: right;
	float: right;
	right: 0px;
	color: #fdfcf2;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	font-family: 'antonioregular';
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.dropdown {
	margin-top: 11px !important;
}

.usermenu {
	color: #ffffff;
	transition: all 0.35s ease 0s;
}

.top-login .glyphicon {
	font-weight: normal;
	margin-left: 4px;
}

.dropdown-menu {
	left: 50%;
	right: auto;
	text-align: center;
	transform: translate(-50%, 0);
	background-color: #ffffff;
	/*font-family: 'antonioregular';*/
}

.dropdown-menu > li > a {
	clear: both;
	color: #e5998d;
	display: block;
	font-weight: normal;
	line-height: 1.92857;
	font-size: 1.3rem;
	padding: 0px 15px;
	white-space: nowrap;
	text-shadow: none !important;
}

.dropdown-menu > li > form > button {
	/*background-color: #fdfcf2;*/
	/*border-top-color: #e0dcd4;*/
	clear: both;
	color: #e5998d;
	font-weight: normal;
	line-height: 1.92857;
	font-size: 1.3rem;
	padding: 0px 15px;
	white-space: nowrap;
	text-shadow: none;
	border: none;
	background-color: transparent;
}

.dropdown-menu > li > form > button:hover {
	color: #e6874e;
}

.dropdown-menu > li.logout {
	background: url(../images/th_bg.png) 0px 0px repeat;
	border-top-color: #e0dcd4;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: transparent !important;
	color: #e6874e;
	text-decoration: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > form > button:focus {
	background-color: transparent !important;
	color: #e6874e;
	text-decoration: none;
}

.login-m > form {
	line-height: 40px;
	padding: 0px 20px;
}

.login-m > form > button {
	font-family: 'antonioregular';
	position: relative;
	font-size: 1.8rem;
	transition: all 0.35s ease 0s;
	background-color: transparent;
	text-transform: none !important;
	color: #6098a4 !important;
	border: none;
}

.login-m > form > button:hover {
	color: #6098a4;
}

.login-m > form > button:focus {
	background-color: transparent !important;
	color: #6098a4;
	text-decoration: none;
}

.selected-tag {
	/*color: #ffb589 !important;*/
	color: #55556d !important;
	font-size: 2.3rem !important;
}

.activelink {
	text-decoration: none;
	text-shadow: none;
	color: #5d7377 !important;
}

/*figure {
	display: table !important;
}*/

figure.post_side, .figure.post_side {
	width: 40%;
}
figure.post_side img, .figure.post_side img {
	max-width: 100%;
}
figure.post_full, .figure.post_full {
	width: 100%;
}
figure.post_full img, .figure.post_full img {
	max-width: 100%;
	min-width: 100%;
}
figure.align-left, .figure.align-left {
	float: left;
}
figure.align-left img, .figure.align-left img {
	max-width: 100%;
}
figure.align-right, .figure.align-right {
	float: right;
}
figure.align-right img, .figure.align-right img {
	max-width: 100%;
}
figure.align-center, .figure.align-center {
	display: block;
	margin: 0 auto;
}
figure.align-center img, .figure.align-center img {
	max-width: 100%;
}

.small-figure, .post_side {
	width: 40% !important;
	display: inline-table;
}

.full-figure, .post_full {
	width: 100% !important;
}
.default-figure {
	max-width: 100% !important;
}

figure {
	display: inline-block;
}

figcaption, .figcaption, .figure {
	text-align: center;
	font-style: italic;
}

.fig-small {
	font-size: 12px !important;
}

figure.align-left, .figure.align-left {
	float: left;
	margin: 3px 10px 3px 0;
}

figure.align-right, .figure.align-right {
	float: right;
	margin: 3px 0 3px 10px;
}

figure.align-center, .figure.align-center {
	margin: 3px 0 3px 0;
}

.featured-image, .article-image {
	width: 100%;
}

.news-header {
	font-size: 3.2rem !important;
}

#slick-arrows .fa-arrow-right {
	float: right;
}

.single-post .slick-slide {
	min-height: 280px;
}


.optinbox {
    clear: both;
	padding: 1em;
	background-color: #f0eae6;
	border: 2px dotted #ccc;
	color: #000;
}
.optinbox p{
	color: #222;
}
.optinbox h1,
.optinbox h2,
.optinbox h3,
.optinbox h4{
	color: #f35e2d;
	font-size: 1.8em;
}
.optinbox h4{
	font-size: 1.8em;
}
.optinbox label{
	text-align: left!important;
}
.optinbox .btn {
	background-color: #f1513b;
	color: white;
	font-size: 1.2em;
}
.optinbox .decor img{
	width: 100%;
}

.article-deck .more {
	margin-top: 26px;
	display: block;
}

.post .align-right {
	float: right;
	margin-left: 10px;
}

.post .align-left {
	float: left;
	margin-right: 10px;
}

span.figure {
	display: block;
}

.blogpost-product {
	object-fit: contain;
	width: 100%;
	margin: auto;
	max-height: 250px;
}

.related-article-deck {
	max-height: 100px;
	overflow: hidden;
	position: relative;
}

.related-article-deck p {
	font-size: 1.65rem;
	color: #838396;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.related-article-deck:after {
	content: '';
	width: 100%;
	height: 40%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#ffffff 100%);
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#ffffff));
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#ffffff 100%);
}

.slick-list {
	background: url(../images/blog_bg.jpg) 0px 0px repeat;
}

@media (max-width: 992px) {

	.attached {
		max-height: initial;
	}

	.attached .attached-caption {
		background-color: initial;
		position: relative;
		cursor: default;
		opacity: 1;
		padding: 20px 10px 10px 10px;
	}

	.article-prodlink .book-title{
		color: #6098a4;
		font-size: 15px;
		margin-bottom: 5px;
		height: 44px;
		overflow: hidden;
	}

	.article-prodlink .price {
		color: #60606d;
		font-weight: bold;
		font-size: 14px;
	}

	.article-prodlink .yourprice {
		margin-bottom: 10px;
	}

	.attached .btn-primary {
		border-color: #9ab5b9;
	}

	.attached .btn-secondary, .attached .btn-bag {
		border-color: #c59d96;
	}

	.attached img {
		max-height: 160px;
	}

}

.magazine-menuitem > a {
	color: #2e96a0 !important;
}

.magazine-list-item {
	text-align: center;
	margin: 10px 0;
	display: flex;
	justify-content: center;
}

.magazine-list-item .new-sticker {
	background: url("../images/pecset.svg");
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	color: white;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transform: translate(30%, -30%);
}

.magazine-cover {
	position: relative;
}

.magazine-cover img {
	opacity: 0.95;
	max-height: 220px;
}

a:hover .magazine-cover img {
	opacity: 1;
}

.magazine-link {
	color: inherit;
	font-weight: 500;
}

#articlemenu .tooltip {
	width: fit-content;
}

@media (min-width: 769px) and (max-width: 992px) {
	.blogsection-menu-container {
		width: 100%;
		padding: 0 5px;
	}

	.blogsection-menu-container #navbar {
		padding: 0;
	}

	.blogsection-menu-container #articlemenu > li > a {
		font-size: 1.7rem;
	}
}

.header-container{
	display: flex;
	width: 100%;
	margin: 10px auto 30px;
}
.podcast-cover-image{
	width: 250px;
	height:250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 30px;
}
.podcast-header-right{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 40px;
	gap: 12px;
}

.podcast-description{
	width: 100%;
	display: inline-block;
}


#podcast-episode-container{
	margin-bottom: 100px;
}

.episode-card{
	border: 1px solid black;
	margin-top: 50px;
	display: flex;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.episode-card::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 20px;
	background-color: #6098a4;
}

.episode-cover-image{
	width: 150px;
	height:150px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 30px;
}
.episode-card-right{
	display: flex;
	flex-direction: column;
	padding-top: 30px;
	padding-right: 60px;
}
.episode-card-right span{
	display: block;
}
.episode-card-right .episode-title{
	font-size: 18px;
	font-weight: 700;
	margin-top: 5px;
}
.episode-card-right p{
	text-align: justify;
}
.episode-right-bottom{
	display: flex;
	width: 100%;
	align-items: center;
	gap: 30px;
	margin-bottom: 10px;
}
.episode-card-right .episode-bottom-text{
	font-weight: 700;

}
.social-icon-container{
	display: flex;
	width: 100%;
	gap: 10px;
}
.social-icon{
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.podcast-fake-description{
	display: none;
}

@media screen and (max-width: 725px){
	.episode-card-left{
		display: none;
	}
	.episode-card-right{
		padding-left: 30px;
	}
	.podcast-cover-image{
		width: 175px;
		height: 175px;
	}
	.podcast-description{
		display: none;
	}
	.podcast-fake-description{
		display: initial;
	}
}

/* EVENTS AND NEWS */

.podcast-list-container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
	margin: auto;
}
.podcast-card{
	width: 100%;
	max-width: 22%;
}
.podcast-list-cover-image{
	background-color: gray;
	width: 100%;
	aspect-ratio: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.podcast-list-title{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
}
@media screen and (max-width: 750px){
	.podcast-list-container{
		gap: 10%;
		max-width: 400px;
	}
	.podcast-card{
		max-width: 45%;
	}
}


.podcast-title{
	font-size: 25px;
	font-weight: 700;
	color: #e5998d;
}
.podcast-episode{
	border-top: 1px solid black;
	margin-top: 50px;
	display: flex;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#podcast-page-heading{
	font-size: 23px;
	font-weight: 700;
	color: black;
	text-transform: capitalize;
}
.podcast-episode-title{
	color: black !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.podcast-episode-publish-date{
	font-size: 14px;
	color: #6098a4;
	margin-bottom: 10px;
}
.episode-description{
	margin-bottom: 15px !important;
}
.website{
	transform: scale(1.6);
}

.rich-text-description p{
	margin-bottom: 8px;
}
.rich-text-description p:last-child{
	margin-bottom: 0px;
}
.featured-podcast-picture{
	margin-bottom: 0px;
}
.podcast-container{
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.link-to-podcast{
	font-size: 14px;
	/*color: #6098a4;*/
}

.radio-container{
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}

.radio-container label{
	margin-bottom: 10px;
	text-align: left;

}

@media screen and (max-width: 750px){
	.radio-container label{
		width: 100% !important;
	}
	.radio-container{
		gap: 0;
	}
}

.radio-container input[type=radio]{
	margin-right: 10px;
	display: inline-block;
}
.video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
