
/* #Editor styles, fundamentals & quirks
================================================== */

.clear{
	clear:both;
}

.clear-2{
	display: none;
}

.alignleft{
	float:left;
	margin:20px 20px 20px 0;
}

.alignright{
	float:right;
	margin:20px 0 20px 20px;
}


p,h1,h2,h3,h4,h5,h5{
	padding-bottom: 10px;
}

h1,h2{
	font-family: "Georgia", serif;
	font-size: 36px;
	line-height: 1.1;
	font-weight: normal;
}


h2.filter-title{
	color: #b6895c;
	font-family: "open sans", arial, helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}


h3{
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h3, h3 a, h2, h2 a{
	color: #7e4208;
}

h5{
	color: #b6895c;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: lighter;
}

h6,
blockquote h6,
.wp-caption-text{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #e0ddda;
}

.flexslider .caption{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	background: #000;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	background: #000;
	opacity: 0.6;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.flexslider:hover .caption{
	display: none;
}

.home h1{
	padding: 0;
	margin: 0;
}


em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

.the-content ul, ol{
	padding-bottom: 10px;
	margin-left: 40px;
}

.the-content ul{
	list-style-type: disc;
}


.the-content ol{
	list-style-type: decimal;
}

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

a:hover{
	opacity: 0.8;
}

.ie8 img{
	width: inherit;  /* Make images fill their parent's space. Solves IE8. */
}

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

.bronze-ingress,
blockquote{
	color: #7e4208;
}

/* Wp Video */

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

body .mejs-container, body .mejs-container .mejs-controls, body .mejs-embed, body .mejs-embed body {
    background: #000;
}

/* #Site Styles
================================================== */

body{
	line-height: 1.2;
	font-family: arial, helvetica, sans-serif;
}

.top-stripe{
	height: 20px;
	background: #DBEFF8;
}



.wrapper{
	width: 1055px;
	margin: 25px auto;
}

header{
	margin-bottom: 15px;
}

header .logo{
	display: inline-block;
	padding-bottom: 5px;
}

header .logo-en{
	padding-top: 20px;
}


.ie8 header .logo-en h1,
.ie8 header .logo-en h1 img,
.ie8 header .logo-en{
	width: 450px !important;
	height: 88px !important;
}


.ie8 header .logo-sv h1,
.ie8 header .logo-sv h1 img,
.ie8 header .logo-sv{
	width: 371px !important;
	height: 123px !important;
}

.ie8 header .lu-logo img,
.ie8 header .lu-logo{
	width: 85px;
	height: 114px;
}


header .logo a{
}

header .lu-logo,
header .ipad-puff{
	float: right;
}


header .ipad-puff{
	padding-right: 60px;
	width: 267px;
}

header .ipad-puff .ipad{
	width: 69px;
	height: 92px;
	background: transparent url(../images/frame2.png) center center no-repeat;
	padding: 11px 10px 22px 10px;
	float: left;
}

header .ipad-puff .text{
	float: left;
	margin-left: 17px;
	width: 160px;
	line-height: 1.2;
}


header .ipad-puff .puff-text{
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
}

header .ipad-puff .link-text{	
	text-transform: uppercase;
	text-align: right;
	font-size: 14px;
}

header .ipad-puff .link-text,
header .ipad-puff .link-text a{
	color: #666;
}

/* Main nav */


.category-nav-wrap{
	display: none;
}

header .main-nav{
	margin-top: 10px;
	clear: both;
	background: #9c6116;
	position: relative;
}

header .main-nav li{
	float: left;
	height: 34px;
}

header .main-nav li li{
	height: auto;
}


header .main-nav li.menu-item-has-children{
	position: relative;
}

header .main-nav li a{
	padding: 10px 14px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #fff;
}

header .main-nav li.current-menu-item a,
header .main-nav li a:hover{
	background: #f8f3ea;
	color: #9c6116;
	opacity: 1;
}


header .main-nav li div{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top:34px;
	width: 100%;
	background: #edeeef;
	z-index: 999;
}

header .main-nav li ul.category-nav li{
	float: left;
}

header .main-nav li ul.category-nav li.cat{
	width: 240px;
	margin:10px;
}

header .main-nav li ul.category-nav li.cat.first{
	clear: both;
}

header .main-nav li ul.category-nav li a,
header .main-nav li ul.category-nav li a:hover{
	border: 0;
	color: #9c6116;
	padding: 0;
	background: transparent;
}

header .main-nav li ul.category-nav li a:hover{
	opacity: 0.8;
}

header .main-nav li ul.category-nav li ul li{
	float: none;
}

header .main-nav li ul.category-nav li ul li a,
header .main-nav li ul.category-nav li ul li a:hover{
	text-transform: none;
	font-family: Georgia, serif;
	color: #000;
	font-weight: normal;
}

header .main-nav .sub-menu{
	display: none;
}

header .main-nav .sub-menu{
	display: none;
	position: absolute;
	left: 0;
	width: 200px;
	top:34px;
	background: #9c6114;
	background: #edeeef;
	z-index: 999;
	padding: 5px 0;
}

header .main-nav .sub-menu li {
	float: none;
	border: 0;
}

header .main-nav .sub-menu li a,
header .main-nav .sub-menu li a:hover,
header .main-nav .sub-menu li.current-menu-item a,
header .main-nav .sub-menu li.current-menu-item a:hover{
	background: #9c6114;
	background: #edeeef;
	color: #9c6114;
	border: 0;
	padding: 7px 14px;
}

header .main-nav li:hover .sub-menu{
	display: block;
}


header .header-search{
	float: right;
	padding:4px 4px 0 0;
}

header .header-search input[type=text]{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff url(../images/search_icon.png) 97% center no-repeat;
	background: #fff;
	width: 200px;
	padding: 3px 25px 3px 5px;
	border: 0;
	color: #7e4208;
	font-family: "Georgia", serif;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
}

/* Mobile nav */


.mobile-nav-wrap,
.mobile-nav-wrap .mobile-nav,
.mobile-nav-wrap .nav-toggle .close{
	display: none;
}


.mobile-nav-wrap{
	background: #9c6116;
	color: #fff;
	padding: 10px;
	margin-top:10px;
}

.mobile-nav-wrap .nav-toggle{
	background: transparent url(../images/navicon.png) left center no-repeat;
	padding-left: 20px;
	cursor: pointer;
	min-height: 14px;
	float: left;
	display: inline-block;
}

.mobile-nav-wrap .nav-toggle span{
	line-height: 14px;
	font-size: 14px;
	vertical-align: middle;
	padding-top: 0px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}

.mobile-nav-wrap .mobile-nav{
	padding: 20px 0;
}

.mobile-nav-wrap .mobile-nav a{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding:5px;
	display: inline-block;
}

.mobile-nav-wrap .category-nav-wrap{
	display: block;
}

.mobile-nav-wrap .category-nav-wrap li.cat ul{
	display: none;
}

header .mobile-nav-wrap .header-search{
	padding: 0;
	margin: -3px;
}


/* Grid */

.row{
	margin-bottom: 25px;
}

.row .col{
	float: left;
}

.row.three-thirds .col{
	width: 275px;
	padding-right: 75px;
}

.row.three-thirds .col .featured-image{
	width: 55px;
	float: left;
}

.row.three-thirds .col .text{
	width: 205px;
	padding-left: 15px;
	float: right;
	color: #666;
}


/*
1055
740
315
*/


.row.main-cols .alpha{
	width: 710px;
	padding-right: 20px;
	padding-left: 0px;
	border-right: 1px solid #c2dce3;
}

.row.main-cols .beta{
	width: 304px;
	padding-left: 20px;
}

.row.main-cols .gamma{
	width: 150px;
	padding-left: 20px;
}


/* Featured row */

.top-features.three-thirds .col{
	padding-right: 20px;
	width: 338px;
}

.top-features.three-thirds .col.gamma{
	padding-right: 0px;
	width: 339px;
}

.top-features.three-thirds .col .inner{
	background: #DBEFF8;
	padding: 10px;
	cursor: pointer;
	position: relative;
}


.top-features.three-thirds .col .featured-image{
	width: 75px;
	float: left;
}

.top-features.three-thirds .col .text {
	width: 228px;
}

.top-features.three-thirds .arrow{
	text-align: right;
}

.top-features.three-thirds h3{
	padding-right: 10px;
	margin-bottom: 20px;
}

.top-features.three-thirds .col .inner .arrow{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/* #Page Styles
================================================== */




/* Archive */

.article-list article{
	border-bottom: 1px solid #c2dce3;
	padding: 15px 0;
	line-height: 1.4;
	color: #444;
}

.article-list article.sponsored .inner{
	background: #e0ddda;
	padding: 15px;
}


.article-list-main article .thumbnail{
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.article-list-sidebar article .thumbnail{
	padding-bottom: 15px;
}

.article-list-main article .thumbnail img{
	width: 180px;
	height: auto;
}

.article-list-main article .thumbnail img.listing-thumb-large{
	width: 250px;
}

.article-list-main article .thumbnail img.listing-thumb-small{
	width: 100px;
}

.article-list article .thumbnail img{
	/* border: 1px solid #9d9ea1; */
}



.read-more-arrow{

}

.read-more-arrow img{
	height: 20px;
	width: auto;
	margin-bottom: -5px;
}


.pagination-nav{
	margin:30px 0;
}

.pagination-nav a{
	color: #7e4208;
}

.pagination-nav .left,
.pagination-nav .right{
	width: 45%;
}

.pagination-nav .left{
	float: left;
}
.pagination-nav .right{
	float:right;
	text-align: right;
}


/* Gallery */

.page-gallery {
	margin: 20px 0 5px 0;
}

.page-gallery .gallery-item{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


/* Theme */

.theme-article{
	border-bottom: 1px solid #c2dce3;
}

/* Single */


article .article-slider{
	margin-bottom: 20px;
	margin-top: 24px;
}

article blockquote{
	width: 40%;
	min-width: 260px;
	float: right;
	padding: 15px 0 15px 15px;
	font-family: "Georgia", serif;
	font-size: 24px;
	line-height: 1;
	font-style:italic;
}

article blockquote h6,
.wp-caption-text{
	font-style: normal;
	color: #666;
}



.post-meta{
	font-family: arial, helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
}

.social-share a{
	display: inline-block;
	padding-top: 3px;
	padding-right: 3px;
	width: 22px;
	height: 22px;
}

.ie8 .social-share a{
	width: 22px;
	height: 22px;
}

.post-tags {
	margin-bottom: 20px;
}

.post-tags a{
	background: #666;
	color: #fff;
	margin: 0 3px 10px 3px;
	text-transform: none;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
}


/* Accordion */

.accordion{
	margin-bottom: 30px;
}

.accordion dt{
	background: #7e4208 url(../images/white_arrow.png) 97% center no-repeat;
	margin-bottom:2px;
	cursor: pointer;
}

.accordion dt h4{
	color: #fff;
	padding: 10px;
}

.accordion dd {
	padding: 10px;
	border:1px dashed #ccc;
	margin-bottom: 10px;
}

/* Sidebar */

.sidebar .widget{
	margin-bottom: 30px;
}


.sidebar .widget_cms_block_widget li .list-arrow{
	background: transparent url(../images/listarrow.png) left top no-repeat;
	width: 16px;
	height: 11px;
	display: inline-block;
	overflow: hidden;
	text-indent: -1000px;
}

.sidebar .widget_cms_block_widget li{
	padding-bottom: 20px;
}


.sidebar .widget_cms_block_widget li a{
	padding-bottom: 20px;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
}

.widget_categories h5{
	padding-bottom: 22px;
}

.widget_categories a{
	color: #7e4208;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

.widget_categories li{
	line-height: 1;
	margin: 0;
}

.widget_categories .cat-item-1,
.widget_categories .cat-item-63{
	display: none;
}


#searchform label{
	display: none;
}

#searchform input[type=text]{
	border:1px solid #666;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#searchform input[type=submit]{
	color: #fff;
	text-transform: uppercase;
	background: #7e4208;
	border: 0;
	padding: 5px 10px;	
}

/* Twitter bar */

.twitter-wrap{
	background: #edeeef;
}

.twitter-wrap .twitter{
	margin: 0px auto;
	width: 960px;
	color: #818386;
	padding: 20px 20px 20px 70px;
	background: transparent url(../images/tweet_bird.png) 10px 15px no-repeat;
}

.twitter-wrap .twitter a{
	
	display: inline-block;
	font-style: italic;
	color: #818386;
}

/* Footer */

.footer-wrap{
	background:#DBEFF8;
	min-height: 200px;
}

footer{
	width: 1050px;
	margin: 0px auto;
	padding: 20px 0;
	
}

footer .col{
	width: 20%;
	float: left;
}

footer .col h5{
	color: #000;
}

footer .col .inner{
	padding-right: 30px;
	padding-bottom: 30px;
}

footer .col.epsilon .inner{
	padding-right: 0;
}

footer .widget{
	margin-bottom: 20px;
}

/* #Media Queries
================================================== */

	/* Print */
	@media print {
	
		.main-nav,
		.mobile-nav-wrap,
		.top-features,
		.article-list-sidebar,
		.sidebar,
		.single article,
		footer,
		.twitter-wrap,
		.social-share{
			display: none;
		}
		
		.single article.single-article-view{
			display: block;
		}
		
		.row.main-cols .alpha {
			width: 100%;
			padding-right: 0;
			padding-left: 0;
			border-right: 0;
		}
		
		.accordion dd{
			display: block !important;
		}
		
		.flexslider img{
			
		}	
		
		.flexslider .flex-viewport{
			overflow: visible !important;
		}
		
		.flexslider .slides{
			width: 100% !important;
			-webkit-transform: none !important;
		}
		
		.flexslider .slides li{
			width: 500px !important;
			display: block !important;
		}	
		
		.flexslider .slides li.clone{
			display: none !important;
		}
		
			
	
	}
	
		



	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1099px) {
	
		.main-nav,
		header .ipad-puff{
			display: none;
		}
		
		.mobile-nav-wrap{
			display: block;
		}
		
		.wrapper{
			width: 100%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		.row.three-thirds .col{
			width: 33%;
			box-sizing: border-box;
			padding-right: 30px;
			-moz-box-sizing: border-box;
		}
		
		.row.three-thirds .col .featured-image{
			width: 30%;
			float: left;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
		}

		.row.three-thirds .col .text{
			width: 70%;
			float: right;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
		}
		
		/* Featured row */

		.top-features.three-thirds .col{
			padding-right: 15px;
			padding-left: 15px;
			width: 33%;
		}
		
		.top-features.three-thirds .col.alpha{
			padding-left: 0;
		}
		
		.top-features.three-thirds .col.gamma{
			padding-right: 0px;
			width: 34%;
		}
		
		
		.top-features.three-thirds .col .text {
			width: 70%
		}

		
		
		.row.main-cols .alpha{
			width: 70%;
			padding-left: 0;
			border-right: 1px solid #c4beba;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
		}
		
		.row.main-cols .beta{
			width: 30%;
			padding-left: 20px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
		}

	
		
		footer,
		.twitter-wrap .twitter{
			width: 100%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
		}
		
		footer{
			padding: 15px;
		}

		
	}



	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 830px) {
	
		h1,h2{
			font-size: 26px;
		}
	
		header .logo{
			max-width: 70%;
		}
		
		header .lu-logo img{
			width: 60px;
		}
		
		.row.three-thirds .col,
		.row.main-cols .alpha,
		.top-features.three-thirds .col,
		.top-features.three-thirds .col.alpha,
		.top-features.three-thirds .col.gamma{
			width: 100%;
			float: none;
			margin-bottom: 20px;
			border-right: 0;
			padding-left:0;
			padding-right: 0;
			border-left: 0;
			
		}	
		
		.row.three-thirds .col .featured-image{
			width: 20%;
		}

		.row.three-thirds .col .text{
			width: 80%;
		}
		
		
		
		.row.main-cols .beta{
			width: 60%;
			clear: both;
			padding-left: 0;
		}
		
		.row.main-cols .gamma{
			width: 40%;
		}
		
		footer .col{
			width: 50%;
		}
		

		
		.clear-2{
			display: block;
			clear: both;
		}
		
		
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		
		header .mobile-nav-wrap .header-search{
			display: none;
		}
		
		.row.main-cols .beta,
		.row.main-cols .gamma{
			width: 100%;
			float: none;
			margin-bottom: 20px;
			border-right: 0;
			padding-left:0;
			padding-right: 0;
			border-left: 0;
		}
		
		h2{
			clear: both;
		}
		
		footer .col,
		footer .col.delta{
			width: 100%;
			clear: both;
			float: none;
		}
		
	}
	
	/* Hi res */
	@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx) {
	
		header .ipad-puff .ipad{
	
			background-image: url(../images/frame2@2x.png);
			background-size: 89px 125px;
		
		}
	
	} 


