/*
Theme Name:         Desktop 2015
Description:        New desktop theme
Author:             Nicholas
 */

/*
Actual bootstrap file included sperately for furture optimizing...
*/

body {
	font-family: 'Roboto', sans-serif;
	margin-top:49px;
}

.container {
	width: 1020px;
}


.text-right {
	text-align: right
}

.center {
	text-align: center
}

.lh-100 {
	line-height: 100%
}

a:hover {
	text-decoration: none;
	color:#000;
}

.load-more-spinner {
	font-size:28px;
	color:#999;
}

iframe {
	max-width:100% !important;
}

h3 {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 700;
	padding-bottom: 4px;
	display: inline-block;
	font-family: "Lato";
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

.no-margin {
	margin-top:5px;margin-left:0; margin-right:0;
}

.border-top{
	border-top:1px solid #444;
}

.border-bottom{
	border-bottom:1px solid #444;
}

.border-right{
	border-right:1px solid #444;
}

.border-left{
	border-left:1px solid #444;
}

.clear {
	clear:both;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.italic {
	font-style:italic;
}

.uppercase{
	text-transform: uppercase;
}

.tt-none{
	text-transform: none;
}

.circle {
	border-radius: 50%;
}

.no-padding{
	padding-left:0;
	padding-right:0;
}

p {
	margin: 0 0 20px;
}

.cookie-warning {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding: 10px;
	z-index: 10000000;
	border-top: 1px solid #ddd;
	text-align: center;
	opacity: 0.95;
	font-size: 12px;
	color:#555;
}

.tracking-pixel {
	float: left; display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 0px 0px;
}

.all-blogs-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(245, 245, 245, 0.95);
	background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6Q…VUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9;
	z-index: 1000000;
	color: #555;
	padding: 100px;
	overflow-y: scroll;
}

/********
structure
 ********/


.content > .container{
	padding-top:60px;
}

.content .container {
	background: #fff
}

/********
TOPBAR
 ********/

.topbar {
	position: fixed;
	top:0;
	width:100%;
	padding:0 20px;
	z-index:10000000;
	background: #fff;
	opacity:0.95;
	line-height: 100%;
	min-height:49px;
}
.topbar_basic {
	position: fixed;
	top:0;
	width:100%;
	padding:0 20px;
	z-index:10000000;
	background: #fff;
	opacity:0.95;
	line-height: 100%;
	min-height:20px;
}

.topbar a {
	padding-top:16px ;
	padding-bottom:16px ;
	display:inline-block;
}

.topbar .container {
	line-height: 100%;
}

.topbar .cluster ul {
	list-style: none;
	padding:0;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topbar .cluster ul li {
	/* margin-top: -5px; */
}

.topbar-3 .cluster ul li{
	margin-top:00;
}

.topbar-3 ul {
	margin-bottom:0;
	padding:0;
}

.topbar-3 ul li {
	margin: 0 10px;
}

.topbar-5 .cluster ul li {
	margin-top: 0;
}

.cluster-blog-info {
	position: fixed;
	left: 0;
	width: 100%;
	background: #fff;
	text-align: left;
	padding: 30px;
	box-sizing: border-box;
	border-bottom: 3px solid #eee;
	color:#333 !important;

}

.cluster-blog-info a{
	color:#333 !important;
}

.cluster-blog-info-description {
	text-transform: none;
	font-size:13px;
	line-height: 180%;
	color:#777;
	background: #f7f7f7;
	border:0;
	white-space: normal;
	padding:15px;
}

.cluster-divider{
	padding: 16px 10px;
}

.cluster li:last-child {
}

.cluster-blog-info-new-posts a {
}

.topbar .cluster ul li {
	display:inline-block !important;
}


.topbar ul li a{
	text-transform: uppercase;
	font-size:10px;
	letter-spacing: 1px;
	color:#333;
	font-family: 'Raleway', sans-serif;
}

.topbar a{
	color:#333;
}

.topbar .icons {
	margin-left:10px;
	display: inline-block;
}

.topbar .icons i {
	font-size:13px;
	padding:0 5px;
}

.topbar .cluster a {
	padding: 16px 0px;
	display: block;
}

.topbar-5 .cluster a, .topbar-6 .cluster a {
	padding: 16px 10px;
}


.topbar .dropdown-menu {
	margin-top: 3px;
	border: 1px solid #eee;
	padding: 14px 0;
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0;
}

.topbar .dropdown-menu li{
	float:none;
	display:block;
}

.topbar .dropdown-menu a{
	color:#333 !important;
}



.topbar-menu li {
	position:relative;
}

.topbar ul li .sub-menu {
	display:none;
	padding-left: 30px;
}

.topbar ul li .sub-menu a{
	padding:2px 0;
}

.topbar .sub-menu li {
	display:block;
}

.topbar-4 .topbar-menu {
	margin-bottom:0;
}

.topbar-4 .topbar-menu a{
	padding-left: 10px;
	padding-right: 10px;
	padding-top:17px;
	padding-bottom:17px;
}

.logo{
	font-weight: bold;
	letter-spacing: 5px;
	font-family: lato;
	text-transform: uppercase;
}
.sprite_logo{
		margin-top: 10px;
		padding-top: 0 !important;
		opacity: 0.4;
		display: block;
		width: 105px;
		height: 20px;
		background: url("../bd-oneclick-premium/files/sprite.png");
}
.topbar-8 .container {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:3px solid #000;
}

.topbar-8 .menu {
	display:block;
}

.topbar-8 .menu li {
	border-right:1px solid #ddd;
}

.topbar-8 .cluster  .icons{
	display:block;
	float:right;
}

.topbar-8 .icons li {
	border-left:1px solid #ddd;
}

.topbar-8 .cluster  .icons a{
	padding:17px 10px;
}

.topbar-10 .cluster li a {
	padding-left:10px;
	padding-right:10px;
}

/********
BOTTOMBAR
 ********/

.bottombar {
	position: fixed;
	bottom:0;
	width:100%;
	z-index:100;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:10px;
}

.bottombar .container{
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	padding:15px 0;
	background: #fff;
	opacity:0.95;

}

.bottombar ul {
	list-style: none;
	padding:0;
	display: inline-block;
	margin-bottom: 0;
}

.bottombar ul li {
	float:left;
}

.bottombar ul li a{
	text-transform: uppercase;
	font-size:10px;
	letter-spacing: 1.5px;
	color:#333;
}

.bottombar-social-icons {
	padding-left:30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bottom-bar-next-post {
	padding-right:30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bottombar-next-post-preview {
	display: none;
	position: absolute;
	height: 450px;
	top: -450px;
	background: #fff;
	width: inherit;
	border: 1px solid #ddd;
	left: -1px;
}

.bottombar a {
	color:#666;
}

.bottombar a:hover, .bottombar a:focus, .bottombar a:active {
	text-decoration: none
}


/******
FOLLOW
 *******/

.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000001;
	background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 400px;
	margin-left: -350px;
	margin-top: -200px;
	background-color: #fff;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	z-index: 210; /* keep on top of other elements on the page */
	outline: 9999px solid rgba(0,0,0,0.5);
	background-size: 100% 100%;

}

.modal-left {
	float:left;
	width:50%;
}
.modal-right {
	float:left;
	width:50%;
	height:100%;
	background-color:rgba(255,255,255,0.9);
	padding:40px 20px;
	box-sizing: border-box;
	text-align: center
}

.modal input {
	display:block;
	width:75%;
	padding:8px;
	margin:0 auto;
}

.modal .btn {
	width:75%;
	padding: 20px;
	background: rgb(0, 177, 106);
	border: 0;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
}


.modal-already-user-link {
	margin-top:20px;
	font-size:12px;
	color:#000;
}

.modal-already-user-link a {
	color:#000;
	text-decoration: none
}

.modal-close {
	position:absolute;
	right:0;
	top:0;
	padding:7px 10px;
	font-size:18px;
	background:#444;
	color:#fff;
	cursor:pointer;
}

.rememberme {
	font-size:13px;
	margin-top:20px;
}

#modal h2{
	text-transform: uppercase;
	font-size:13px;
	letter-spacing: 3px;
	margin-bottom:20px;
}

.msg {
	clear: both;
	background: #F5D76E;
	padding: 10px 5px;
	width: 75%;
	margin: 20px auto;
	font-size: 12px;
	text-transform: uppercase;
	box-sizing: border-box;
	color: #444;
	display:none;
}

.bd-follow-btn {
	display:none;
	position:fixed;
	 bottom:20px;
	  right:20px;
		overflow:hidden;
		background:#fff;
		width:200px;
		border:1px solid #ddd;
		padding:13px;
		font-family: 'Raleway', sans-serif;
		font-size:12px;
		line-height:150%;
		-moz-box-shadow: 0 0 3px #ccc;
		-webkit-box-shadow: 0 0 3px #ccc;
		box-shadow: 0 0 3px #ccc;
		z-index:100
}
.btn-create-blog {
color: #5d5d5d!important;
font-weight: bold;
font-size: 16px;
font-family: 'Monsterrat', sans-serif;
background: #2EFF00;
padding: 1px 6px !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.btn-top-fix{
margin-top: 10px;
margin-bottom: 10px;


}

/*overlay search*/

.overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(245, 245, 245, 0.95);
	background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; /* ie fallback png background image */
	z-index:9999;
	color:#555;
}

.overlay-close {
	font-size: 28px;
	position: absolute;
	right: 70px;
	color: #999;
	top: 40px;
	cursor:pointer;
}

.overlay-search{
	width:600px;
	margin:100px auto;
	text-align: center;
	font-size:28px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.overlay-search input {
	border:0;
	margin-top:25px;
	width:100%;
	padding:15px;
}




/********
HEADER IMAGE
 ********/

.header-image  {
	max-height:60vh;
	overflow:hidden;
	width:100%;
}

.bx-wrapper {
	max-height: 60vh;
	overflow: hidden;
}

.header-image img{
	width: 100%;
}

.bxslider {
	list-style: none;
	margin:0;
	padding:0;
}

.header-5 .bxslider {
	max-height: 350px;
	overflow: hidden;
}


/****
NAVBAR
 *****/

.menu-container{

}

.menu {
	list-style: none;
	padding:0;
	margin:0;
	display: inline-block;
}

.menu li{

	font-size:10px;
	margin:0;
	display:inline-block;
	position: relative;
}

.menu li a, .menubar a {
	color: #333;
	letter-spacing: 2px;
	display:block;
	padding: 15px 15px;
}

ul li.current-menu-item a {
	color:#333;
	font-weight:bold;
}

.menu-3, .menu-5 {
	width:100%; background:#E6EAEB
}

.menu-7 .menubar {
	margin-left:0;
	margin-right:0;
}

.menu ul, .topbar-menu ul {
	display:none;
	margin-top: 3px;
	border: 1px solid #eee;
	padding: 14px 0;
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0;

	position: absolute;
	top: 90%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
}

.menu ul .divider{
	display:none;
}

.menu ul li {
	display:block;
}

.menu-container .all-blogs-show{
	display:none;
}

.menu ul ul {
	left:160px;
	top:0;
}

li.menu-item > ul > li.menu-divider {
	display: none;
}

/****
ICONS
 ****/

.icons {
	list-style: none;
	padding:0;
	margin:0;
	display:inline-block;
}

.icons li{
	display:inline-block;
	text-transform: uppercase;
	font-size:10px;
	margin:0 0px 0 0;
}

.menubar .icons li a {
	padding: 15px 10px;
}

.topbar-5 .icons li {
	margin:0 2px 0 0;
}

/**
COMMENTS
 */

.comments {
	clear: both;
	position: relative;
	min-height: 540px;
	margin-bottom: 50px;
}

.comment-bar {
	position: absolute;
	right: 0;
	height: 100%;
}

.comments .submit {
	padding: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 10px;
	background:#000;
	color:#fff;
	margin-top:4px;
}

.comments input, .comments textarea {
	width:100%;
	padding:8px;
	border:1px solid #eee;
	letter-spacing: 1.5px;
	color: #777;
	font-size: 13px;
	margin-bottom: 10px;
}

.comments label {
	display: none;
}

.subscribe-to-comments label {
	display: inline;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.3px;
	padding-left: 2px;
}

.stick {
	position: fixed !important;
	width: inherit;
	top: 65px !important;
}

.comment-status {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 10px;
	height: 40px
}

.comment-status-error {
	color: #C0392B;
}

.wpml_ico_icon {float:left;}

.no-comments {
	color:#888;
	line-height: 200%;
	letter-spacing: 0.3px;
	font-size: 13px;
}

.comment-notes, .logged-in-as {
	display:none;
}

.wpml_nav {
	color: #888;
	font-size: 10px;
	padding-top: 4px;
	padding-left: ;
	letter-spacing: 1px;
}

.subscribe-to-comments{
	font-size: 10px;
	margin-bottom: 15px;
	color: #999;
}

.subscribe-to-comments a {
	color: #999;
}


.comments-list{
	list-style:none;
	padding:0;
	margin:0;
}

.comments-list > li {
	margin-bottom:45px;
}

.comment-list-author {
	font-weight:bold;
	font-size: 13px;
	letter-spacing: 1px;
}

.comment-list-author a {
	color:#000;
}

.comment-list-content{
	margin-top:7px;
	color: #666;
	font-size: 13px;
	line-height: 180%;
	letter-spacing: 0.4px;
	margin-bottom:13px;
	word-wrap: break-word;
}

.comment-list-content p {
	display:inline;
}

.comment-list-reply{
	font-size: 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom:15px;
	color: #888;
}

.comment-list-reply a{
	color: #888;

}

.comment-list-likes{
	display:inline-block;
}

.comments-list ul {
	padding: 0;
	list-style: none;
}

.comments-list > li > ul {
	list-style:none;
	padding: 5px 10px 5px 25px;
}

.comment-reply-title {
	display:none;
}

/*****
POST
 *****/



.post {
	margin-bottom:100px;
}


.post-title h2, .post-title h1, .post-next-post h2 {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 21px;
	font-family: 'Lato', sans-serif;
	margin: 0;
	margin-bottom: 15px;
	word-wrap: break-word;
}


.post-title a {
	color:#000;
}

.post-content{
	line-height: 180%;
	font-size: 16px;
	margin:40px 0 30px;
}

.post-content img, .post-content div {
	max-width:100%;
	height:auto;
}



.post-content img {
	padding-bottom: 20px;
}

.post-date {
	font-size: 12px;
	color: #888;
	font-family: "adobe-garamond-pro",serif;
}

.post-category {
	font-size: 12px;
	color: #888;
	font-family: "adobe-garamond-pro",serif;
}

.post-category a{
	color: #888;
}

.post-read-more-image {
	margin-bottom:30px;
}

.post-read-more-image img {
	padding-bottom:0;
}

.post-read-more-image img {
	width:100%;
}


.post-4 .post-title h2{
	font-weight: 300;
}


.wpsocialite-container {
	display:none;
}

.post-next-post h3 {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 700;
	padding-bottom: 4px;
	display: inline-block;
	font-family: "Lato";
	text-align: center
}

.post-next-post a {
	color:#000;
}

.next-post-read-more a{
	text-transform: uppercase;
	font-size:13px;
	letter-spacing: 3px;
	font-weight:bold;
}

.next-post-content{
	color:#888;
	margin-bottom:10px;
	line-height: 180%
}

.next-post-image{
	margin-bottom:20px;
}

.single-post .post-meta{
	margin-bottom:60px;
}

.post-5 h1, .post-5 h2 {
	border:1px solid #000;
	display: inline-block;
	padding:10px;
}

.post-content-boxes {
	height: 102px;
	overflow: hidden;
}

/****
POST META
 *****/

.post-meta {
	text-transform: uppercase;
	font-size:10px;
	letter-spacing: 1px;
	color:#999;
	font-family: 'Lato', sans-serif;
	margin-left:0;
	margin-right:0;
}

.post-meta-text > div {
	display:inline-block;
	margin:0 10px;
}

.post-meta-text > div:first-child {
	margin-left:0;
}

.post-meta-text > div:last-child {
	margin-right:0;
}

.post-meta a {
	color:#999;
}

.post-meta-icons a {
	margin:0 5px;
}

.post-meta-2 a {
	color: #333;
	padding: 5px 0;
	display: inline-block;
}

.post-meta-read-more a{
	display:block;
	width:100%;
	height:100%;
}

.post-meta-boxes {
	font-size:8px;
	margin-bottom: 60px;
}

/*************
RELATED POSTS
 *************/

.related-posts {
	margin-bottom:30px;
	line-height: 100%
}

.related-posts h3{
	display: block;
}

.related-posts-1 h3 {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	display: inline-block;
	font-family: "Lato";
	text-align: center
}

.related-posts img, .related-posts video {
	width:100%;
	margin-bottom:5px;
}

.related-posts a {
	font-size: 10px;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
	word-wrap: break-word;
}

.related-posts-2 h3 {
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 700;
	padding-bottom: 4px;
	display: block;
	font-family: "Lato";
	text-align: center;
	border:0;
}

.related-posts-3 h3 {
	display: inline-block;
	border:1px solid #000;
	padding:10px;
}

/*******
SIDEBAR
 *******/

.sidebar {
}

.sidebar-content {
	margin-top: 0px;
}

.sidebar-content > li {
	list-style: none;
	padding:0;
	margin-bottom:26px;
	text-align: center;
	line-height: 180%
}

.sidebar-content > li ul {
	list-style: none;
	padding:0;
	text-align: left
}

.sidebar a{
	color:#000;
}

.sidebar-sticky {
	position: fixed !important;
	bottom: 10px !important;
}

.sidebar-sticky-bottom{
	position: absolute;
	top:auto;
	bottom:60px
}

.sidebar h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 21px;
	font-family: 'Lato', sans-serif;
	margin: 0 0 15px 0;
	line-height: 100%;
}

.sidebar-menu {
	font-size:16px;
	letter-spacing: 1.5px;
	font-weight:bold;
	padding:0;
}

.sidebar img {
	max-width:100%;
	height:auto;
}

.sidebar-3 h2 {
	border:1px solid #000;
	padding:10px 0;
}

.sidebar-3 .follow {
	padding:10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:bold;
	font-size:13px;
	margin-bottom:26px;
}

.sidebar-3 .icons li {
	margin-bottom:0;
}


.sidebar-3 .icons li a {
	padding:0 5px;
}

.sidebar-3 .icons-search {
	display:none;
}

.sidebar iframe {
	max-width:100%;
}


.sidebar-content .searchform {
	text-align:left;
}

.sidebar-content .searchform .screen-reader-text {
	display:none;
}

.sidebar-content .searchform #searchsubmit{
	border: 0;
	background: #333;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

.popular-post {
	text-align: left;
	height: 75px;
}

.popular-post img {
	max-width: 25%;
	float: left;
	clear: both;
	margin-right: 18px;
}

.popular-list hr {
	border-color: #888;
}

.popular-link {
	display: block;
	margin-left: 0px;
	height: 50px;
	text-overflow: ellipsis;
	text-transform: lowercase;
}

.popular-link:first-letter {
	text-transform: uppercase;
}

/*****
image tags
 *****/

.image-taglist ul {
	list-style: none;
	padding: 0;
	list-style-type: none;
	padding: 0!important;
	margin-top: 10px;
	line-height: 100%;
}

.image-taglist ul li {
	display:inline;
	border-left: 1px solid #DDD;
	padding-left: 10px;
	margin-left: 10px;
}


.tagview
{
	width: 130px;
	height: 130px;
	position: absolute;
	color: #FFFFFF;
	text-align: center;
}

.tagview a {
	width: 100%;
	height: 100%;
	display: block;
}

.square
{
	display: block;
	height: 79px;
}
.dot
{
	position: absolute;
	top:55px;
	left:55px;
	background-color: rgba(219, 50, 92,1);
	cursor: pointer;
	display: block;
	padding: 7px;
	z-index: 1000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
	border: 3px solid #FFF;
	opacity: 0.3;
}

a:hover .dot {
	background-color: rgba(219, 50, 92, 1);
	opacity: 0.75;
}

.dot a {
	display:block;
	width:100%;
	height:100%;
}


#tagit
{
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
}
#tagit .box
{
	border: 1px solid #F10303;
	width: 100px;
	height: 100px;
	float: left;
}
#tagit .name
{
	float: left;
	background-color: #FFF;
	height: 136px;
	font-size: 10pt;
	padding: 20px;
	border: 1px solid #bbb;
}
#tagit DIV.text
{
	margin-bottom: 5px;
}
#tagit INPUT[type=text]
{
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #DDD;
	width: 100%;
}

#taglist
{
	color: #000;
}
#taglist OL
{
	padding: 0 20px;
	float: left;
	cursor: pointer;
}

#taglist ul {
	list-style-type: none;
}

#taglist li{
	float:left;
	padding-right:20px;
}


#taglist OL A
{
}
#taglist OL A:hover
{
	text-decoration: underline;
}
.tagtitle
{
	font-size: 14px;
	text-align: center;
	width: 100%;
	float: left;
}


.image-tag{
	position: relative;
}

.entry-content p {
	clear:both;
}


.image-taglist li:first-child{
	border:0;
	margin-left:0;
	padding-left:0;
}


/****
FOOTER
 *****/

footer {

}

.footer-no-margin{
	margin-left:0;
	margin-right:0;
}

.footer-over {
	position: relative;
	z-index: 100000;
	background: #fff;
}

.footer-widgets {
	margin-top:80px;
}

.footer-instagram-images img {
	padding:5px;
}

.instagram-widget {
	height:175px;
	margin-bottom:60px;
}

.vertical-align-container {
	display: table;
	height: 100%;
}

.vertical-align-div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


/****
ADS
 *****/

.ad-single-bottom {
	margin:60px 0;
}

.ad-loop {
	margin: 0 -15px 100px;
	width:990px;
}

.ad-loop img {
	width: 100%;
	height: auto;
	overflow:hidden;
}

.ad-loop > div {
	/*width:100% !important;*/
	height:auto !important;
}

.ad-full-width {
	margin:0 auto;
}

.ad-loop-ad {
	display:inline-block;
}

#ad-top div {
	/*    display: inline-block!important; */
	margin: 0 auto!important;
}


.ad-top-fixed {
	position: fixed;
	left: 50%;
	margin-left: -37.5%;
	top: 55px;
	z-index: 100;
}


.ad-fixed {
	position: fixed;
	top: 52px;
	z-index: 100000;
	text-align: center;
	width: 100%;
	background: rgba(255,255,255,0.9);

}


/*****
HEADER SLIDER
 *****/

@media (min-width: 992px) {
	.adsm-skin #ad-top {
		font-size: 0;
		margin-top: 0 !important;
	}

	.adsm-skin section.content {
		width: 1020px;
		margin: 0 auto;
	}

	.adsm-wallpaper-creative {
		position: absolute !important;
	}
}



/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

	.container {
		width: 750px;
	}

	.ad-top, .ad-loop {
		overflow: hidden;
	}

	.post-title h2, .post-title h1 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/**box slider*/
.bx-wrapper{position:relative;margin:0 auto 60px;padding:0;*zoom:1}.bx-wrapper img{max-width:100%;display:block}.bx-wrapper .bx-viewport{-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:0px solid #fff;left:-5px;background:#fff;-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0)}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(http://bloggersdelight-dk.bloggersdelight.netdna-cdn.com/wp-content/themes/desktop_2015/images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;*zoom:1;*display:inline}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active{background:#000}.bx-wrapper .bx-prev{left:10px;background:url(http://bloggersdelight-dk.bloggersdelight.netdna-cdn.com/wp-content/themes/desktop_2015/images/controls.png) no-repeat 0 -32px}.bx-wrapper .bx-next{right:10px;background:url(http://bloggersdelight-dk.bloggersdelight.netdna-cdn.com/wp-content/themes/desktop_2015/images/controls.png) no-repeat -43px -32px}.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(http://bloggersdelight-dk.bloggersdelight.netdna-cdn.com/wp-content/themes/desktop_2015/images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(http://bloggersdelight-dk.bloggersdelight.netdna-cdn.com/wp-content/themes/desktop_2015/images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666\9;background:rgba(80,80,80,0.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}

.bx-wrapper {
	margin-bottom:0;
}

.bx-wrapper .bx-viewport{
	box-shadow: none;
	border: none;
	left: 0 !important;
}
.bx-wrapper .bx-pager{
	position: absolute;
	bottom: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border: 2px solid #bbb;
	opacity: 0.6;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ccc;
}

.bx-wrapper .bx-controls-direction a{
	background:none;
	text-indent:0;
	font-size: 50px;
	color: #000;
	opacity: 0.1;
	height:50px;
}


/*adform*/

#adform-wallpaper-right, #adform-wallpaper-left {
	z-index:0!important;
}


.icons li.tablet-show {
	display:none;
}


@media (max-width: 991px) and (min-width: 768px){
	.topbar .icons li.tablet-show {
		display: inline-block !important;
	}
	.container {
		width: 100% !important;
	}
}


/*Receipes*/

.wpurp-box {
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
	background: none !important;
	color: #000;
	font-weight: bold !important;
	font-size: 16px !important;
}