/*
	Theme Name: Slim Energie Twente
	Theme URI: http://www.slimenergietwente.nl
	Description: Maatwerk Slim Energie Twente
	Version: 1
	Author: SweetPepper
	Author URI: http://www.sweetpepper.nl
	Tags: Blank, HTML5, CSS3, Responsive
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	
	Based on HTML5 Blank by Todd Motto. (http://html5blank.com/)
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic,300,300italic,700,700italic,800,800italic);
@font-face {
    font-family: 'museo700';
    src: url('fonts/museo-700-webfont.eot');
    src: url('fonts/museo-700-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo-700-webfont.woff') format('woff'),
         url('fonts/museo-700-webfont.ttf') format('truetype'),
         url('fonts/museo-700-webfont.svg#museo-700-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
*, *:after, *:before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #C8D2DC;
	background-attachment: scroll;
	background-image: url(img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.home  {
	background-image: url(img/bg.jpg);
}
.clear {
	clear: both;
	display: block;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-webkit-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
}
a:hover {
	opacity: 0.7;
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.copyinfo, footer {
	width: 960px;
	margin: 0 auto;
	clear: both;
}
header {
	width: 100%;
	min-height: 200px;
}
.headerwrap {
	width: 960px;
	margin: 0 auto;
	clear: both;
}
.mobile .wrapper, .mobile nav {
	width: 100%;
}
.mobile header {
	height: auto;
	min-height: 50px;
	margin: 0 auto 20px;
}
.logo {
	float: left;
}
.logo a, .logo a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.mobile .logo {
	display: none;
}
.navwrap {
	width: 620px;
	min-height: 40px;
	float: right;
	margin-top: 78px;
}
/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/
.nav {
	font-family: 'museo700', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	height: 40px;
	max-width: 960px;
	margin: 0 auto;
	clear: both;
}
.nav ul {
	padding: 0;
	margin: 0;
}
.nav-list {
	text-align: left;
}
.nav-item {
	float: left;
 *display:inline;
	zoom: 1;
	position: relative;
}
.nav li {
	list-style-image: none;
	list-style-type: none;
}
.nav-item a {
	display: block;
	color: #FFF;
	padding: 8px 20px 8px 20px;
	text-transform: lowercase;
	text-shadow: 0 0 3px rgba(0,0,0,0.7);
}
.nav-item:hover .sub-menu {
	display: block;
}
.nav-item.active a {
	color: #A8C400;
	text-shadow: 0 0 3px rgba(0,0,0,0.7);
}
.nav-item > a:hover,
.nav-item.active > a:hover {
	color: #568525;
	background-color: rgba(255,255,255,0.8);
	text-shadow: 0 0 3px rgba(255,255,255,0.7);
}
/* Navigation submenu */
.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 38px;
	font-size: 16px;
	line-height: 20px;
	height: 30px;
}
.nav-submenu-item a {
	background: rgba(51,51,51,0.7);
	border-top: 1px solid #FFF;
	display: block;
	padding: 8px 10px 8px 10px;
	color: #CCC!important;
}
.nav-submenu-item a:hover {
	background: rgba(0,0,0,0.7);
	color: #FFF;
}
/* Mobile navigation */
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: #3D3D3B url(img/nav.png) no-repeat center center;
	background-size: 18px;
	height: 50px;
	width: 50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border-left: 1px solid #FFF;
	height: 54px;
	width: 50px;
	cursor: pointer;
}
.nav-click i {
	display: block;
	height: 48px;
	width: 48px;
	background-size: 20px;
	background-image: url(img/drop.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.nav-click:hover {
	background-color: #9CAA57;
}
.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* --- label --- */
.tagbar {
    background-color: #FFFFFF;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 1px;
    z-index: 99999;
}
.tagbar .tagset {
    background: url("img/slim-energie-voordeel.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 460px;
    position: relative;
    right: 300px;
    top: -15px;
    width:202px;
	-webkit-animation:myfirst 4s linear 2s infinite alternate; /* Chrome, Safari, Opera */
	animation:myfirst 4s linear 2s infinite alternate;
}
.tagset a {
	width: 100%;
	height: 100%;
	display: block;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst
{
0%   {right:300px; top:-15px; -webkit-transform: rotate(5deg);}
25%  {right:310px; top:-17px; -webkit-transform: rotate(-1deg);}
50%  {right:290px; top:-15px; -webkit-transform: rotate(-3deg);}
75%  {right:300px; top:-10px; -webkit-transform: rotate(0deg);}
100% {right:300px; top:-15px; -webkit-transform: rotate(-1deg);}
}

/* Standard syntax */
@keyframes myfirst
{
0%   {right:300px; top:-15px; transform: rotate(5deg);}
25%  {right:310px; top:-17px; transform: rotate(-1deg);}
50%  {right:290px; top:-15px; transform: rotate(-3deg);}
75%  {right:300px; top:-10px; transform: rotate(0deg);}
100% {right:300px; top:-15px; transform: rotate(-1deg);}
}
/* --- content --- */
.contentwrap {
	width: 960px;
	margin: 0 auto;
	clear: both;
	overflow: auto;
}
.content {
	width: 952px;
	margin:4px 4px 30px 4px;
	padding: 15px;
	float: left;
	min-height: 360px;
	background-color: rgba(140,198,63,0.75);
	-webkit-border-radius: 12px;
    border-radius: 12px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.7);
	overflow: auto;
	text-shadow: 0 0 1px rgba(86,133,37,0.75);
}
.home .content {
	width: 700px;
	margin:4px;
}
.content section {
	width: 628px;
}
.full .content section {
	width: 922px;
	min-height: 500px;
}
.home .content section, .archive .content section, .category .content section {
	width: 100%;
}
.content aside {
	width: 250px;
	float: right;
	margin-top: 60px;
	padding-top: 15px;
}
.footer {
	margin: 0 auto!important;
	padding: 10px 30px;
	min-height: 100px;
	clear: both;
	width: 952px;
	margin:4px;
	margin-bottom: 0;
	color: #FFF;
	background-color: rgba(86,133,37,0.75);
	-webkit-border-radius: 12px;
    border-radius: 12px;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.7);
}
.footer h3 {
	color: #CCC!important;
	font-size:16px;
}
.footer .ftr3, .footer .ftr4 {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
}
.footer ul {
	margin: 0;
	padding: 0;
}
.footer li {
	color: #FFF;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
.footer li a {
	color: #FFF;
}
section {
	float: left;
}
/*------------------------------------*\
    HOMEPAGE BLOCKS
\*------------------------------------*/
.homeitems {
	width: 960px;
	clear: both;
	display: block;
	margin: 0 auto;
	overflow: auto;
}
.homeblock {
	float: left;
	width: 220px;
	min-height: 300px;
	margin: 30px 16px 30px 4px;
	display: block;
	padding: 15px;
	background-color: rgba(41,171,221,0.75);
	-webkit-border-radius: 12px;
    border-radius: 12px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.7);
}
.homeblock img {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 8px;
	border: 1px solid #FFF;
}
.homeblock:nth-child(3) {
	margin-right: 0;
}
.homeblock ul {
	margin: 0;
	padding: 0;
}
.homeblock li {
	list-style-type: none;
	list-style-image: none;
	display: block;
	padding-bottom: 15px;
	line-height: 16px;
}
.homeblock a {
	color: #FFF;
}
.homeblock h2 {
	float: left;
	clear: left;
	margin-bottom: 7px;
	display: block;
	width: 100%;
}
.homeblock h2 a {
	color: #FFF;
}
.homeblock p {
	color: #FFF;
	-ms-word-break: normal;
    word-break: normal;

 /* Non standard for webkit */
     word-break: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}
.homeblock h3 a {
	display: block;
}
a.hmg, .homeblock a img, .short img, a img.alignright, a img.alignleft {
	opacity: 1;
	transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-webkit-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
}
a.hmg:hover, .homeblock a img:hover, .short:hover img, a img.alignright:hover, a img.alignleft:hover {
	opacity: 0.5;
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
}
.homeblock a.hmg {
	float: left;
	clear: left;
	width: 100%;
	height: 10px;
}
.homeblock p {
	margin-bottom: 0;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
h1 {
	font-family: 'museo700', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 42px;
	font-size: 36px;
	margin: 0;
	padding: 0;
	font-weight: 300;
	margin-bottom: 15px;
}
h2 {
	line-height: 27px;
	font-size: 23px;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-family: 'museo500', Arial, Helvetica, sans-serif;
	font-weight: normal!important;
	font-style: normal!important;
	clear: left;
	margin-bottom: 15px;
}
h3 {
	text-transform: uppercase;
	line-height: 24px;
	font-size: 20px;
	font-family: 'museo500', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	clear: left;
}
h4 {
	line-height: 20px;
	font-size: 16px;
	color: #333;
	font-weight: 700;
	font-style: italic;
	padding: 10px;
	border: 2px dashed #333;
	clear: both;
}
h5 {
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	padding: 10px;
	border: 1px solid #E0001A;
	clear: both;
}
p, pre {
	margin: 0 0 1em 0;
}
p strong {
	font-weight: 600;
	font-style: normal;
}
p em {
	font-weight: 400;
	font-style: italic;
}
p a, article li a, a {
	color: #333;
}
article a:hover, aside a:hover {
	text-decoration: underline;
}
hr {
	width: 100%;
	clear: both;
	display: block;
	height: 0;
	border-top: 1px solid #FFF;
	margin: 0px;
	padding: 0px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin-bottom: 20px;
	margin-top: 10px;
	float: left;
}
/* --- category --- */
.artshort {
	float: right;
	margin-top: 8px;
	width: 730px;/* fallback */
	width: -webkit-calc(100% - 170px);
	width: -o-calc(100% - 170px);
	width: -moz-calc(100% - 170px);
	width: calc(100% - 170px);
}
.artshort h2 {
	margin: 0;
	margin-bottom: 8px;
}
.copyinfo {
	padding-top: 10px;
}
.copyinfo p {
	font-size: 12px;
	text-transform: uppercase;
	color: #A8C400;
	text-align: center;
}
.copyinfo p a {
	color: #A8C400;
}
.copyinfo p a:hover {
	text-decoration: underline;
}
.slogan h4 {
	line-height: 1.4;
	font-size: 21px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-style: normal;
}
/*------------------------------------*\
    FONTS
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.alignleft, .alignright, .attachment-thumbnail {
	border: 1px solid #DDD;
	padding: 5px;
	background-color: #FFF;
}
a img.attachment-thumbnail:hover, a img.alignleft:hover, a img.alignright:hover, a img.aligncenter:hover, a img.alignnone:hover {
	border: 1px solid #BBB;
}
/* --- lightbox --- */
#sb-container {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: left;
	visibility: hidden;
	display: none;
}
#sb-overlay {
	position: relative;
	height: 100%;
	width: 100%;
}
#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100px;
}
#sb-wrapper-inner {
	position: relative;
	border: 8px solid #FFF;
	overflow: hidden;
	height: 100px;
	box-shadow: -1px 1px 3px 2px rgba(0,0,0,0.7);
	-moz-box-shadow: -1px 1px 3px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: -1px 1px 3px 2px rgba(0,0,0,0.7);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333');
}
#sb-body {
	position: relative;
	height: 100%;
}
#sb-body-inner {
	position: absolute;
	height: 100%;
	width: 100%;
}
#sb-player.html {
	height: 100%;
	overflow: auto;
}
#sb-body img {
	border: none;
}
#sb-loading {
	position: relative;
	height: 100%;
}
#sb-loading-inner {
	position: absolute;
	font-size: 14px;
	line-height: 31px;
	height: 31px;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	text-align: center;
}
#sb-loading-inner span {
	background: url(img/loading.gif) no-repeat;
	padding-left: 34px;
	display: inline-block;
}
#sb-body, #sb-loading {
	background-color: #FFF;
}
#sb-title, #sb-info {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#sb-title, #sb-title-inner {
	height: 26px;
	line-height: 26px;
	background-color: #FFF;
	display: none;
}
#sb-title-inner {
	font-size: 16px;
}
#sb-info, #sb-info-inner {
	height: 20px;
	line-height: 20px;
}
#sb-info-inner {
	font-size: 12px;
}
#sb-nav {
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 45%;
}
#sb-nav a {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
}
#sb-nav-close {
	background-image: url(img/close.png);
}
#sb-nav-next {
	background-image: url(img/next.png);
}
#sb-nav-previous {
	background-image: url(img/previous.png);
}
#sb-nav-play {
	background-image: url(img/play.png);
}
#sb-nav-pause {
	background-image: url(img/pause.png);
}
#sb-counter {
	float: left;
	width: 45%;
}
#sb-counter a {
	padding: 0 4px 0 0;
	text-decoration: none;
	cursor: pointer;
}
#sb-counter a.sb-counter-current {
	text-decoration: underline;
}
div.sb-message {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
	text-decoration: underline;
}
/*------------------------------------*\
    BRAND
\*------------------------------------*/
.brandbar {
    background-color: #FFFFFF;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 10px;
    z-index: 10;
}
.brandbar .flag {
    background: url("img/sprite-main.png") no-repeat scroll -230px -70px rgba(0, 0, 0, 0);
    height: 93px;
    position: absolute;
    right: -1px;
    top: 50px; /* 80 */
    width: 111px;
}
/*------------------------------------*\
    SUBNAV
\*------------------------------------*/
aside h3 {
	font-size: 18px;
	line-height: 25px;
	color: #E0001A!important;
	padding-left: 15px;
	font-style: italic;
	font-weight: 300!important;
	margin: 0;
	margin-top: 0px;
	text-transform: none;
}
aside ul {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	border-top: 1px solid #FFF;
	margin-bottom: 30px;
}
aside ul li {
	list-style-image: none;
	list-style-type: none;
}
aside ul li a {
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	display: block;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
aside ul li.active a {
	color: #E0001A;
}
aside ul li ul li a {
	padding-left: 15px;
}
aside ul li ul li a:before {
	padding-right: 5px;
	content: ">";
	font-size: 12px;
}
aside ul li ul li ul li a {
	padding-left: 30px;
}
aside ul li ul li ul li a:before {
	padding-right: 5px;
	content: "»";
	font-size: 14px;
}
aside ul li > ul {
	margin-top: 0px;
	border-top: none;
}
aside ul li.sel > ul li a, .aside ul li.sel ul li.sel > ul li a {
	color: #E0001A;
	font-weight: 400;
}
aside ul li.current_page_item a, aside ul li ul li.current_page_item a, aside ul li ul li ul li.sel a.sel {
	color: #E0001A;
}
aside ul li a:hover, aside ul li ul li a:hover, aside ul li ul li ul li a:hover, aside ul li.sel a:hover {
	text-decoration: none;
	color: #E0001A;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	text-shadow: none;
}
::-webkit-selection {
 background:#04A4CC;
 text-shadow:none;
}
::-moz-selection {
 background:#04A4CC;
 text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft, .attachment-thumbnail {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/* --- clearfix --- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.brandset {
	width: 100%;
	text-align:center;
}
.brandset img {
	
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:320px) {
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width:480px) {
.wrapper, .copyinfo, footer {
}
}
@media screen and (max-width: 640px) {
.content aside, .slitxt {
	display: none;
}
h1 {
	display: block;
	float: left;
	clear: left;
	margin-top: 20px;
}
.content section {
	width: 95%;
}
.wrapper {
	min-height: 90px;
	height: auto;
}
.wrapper p, .wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5 {
	padding-left: 2.5%;
	padding-right: 2.5%;
}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
.nav-mobile {
	display: block;
}
.nav {
	width: 100%;
	padding: 50px 0 0;
}
.nav-list {
	display: none;
}
.nav-item {
	width: 100%;
	float: none;
	border-bottom: solid 1px #FFF;
}
.nav-item > a {
	padding: 15px;
}
.nav-click {
	display: block;
}
.nav-mobile-open {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.nav-item:hover .sub-menu {
	display: none;
}
.sub-menu {
	position: static;
	width: 100%;
}
.servicenav {
	display: none;
}
}
@media screen and (min-width: 640px) {
.content section {
}
.slitxt {
	margin-top: 40px!important;
	width: 40%!important;
}
.content aside {
	width: 200px;
}
/* iPads (portrait) ----------- */
@media only screen and (max-width:768px) {
.servicenav {
 display: none;
}
}
/* iPads (portrait) ----------- */
@media only screen and (min-width:768px) {
.slitxt {
	margin-top: 40px!important;
	width: 50%!important;
}
.content section {
}
.content aside {
	width: 200px;
}
.artshort {
}
.wrapper p, .wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5 {
	padding-left: 0;
	padding-right: 0;
}
}
/* iPads (landscape) ----------- */
@media only screen and (min-width:1024px) {
.wrapper, .copyinfo, footer {
}
.slitxt {
	margin-top: 60px!important;
	width: 600px!important;
}
.artshort {
}
.content section {
}
}
@media only screen and (min-width:1140px) {
.wrapper, .copyinfo, footer {
}
.content section {
}
.content aside {
	width: 250px;
	float: right;
}
}
.artshort {
}
.slitxt {
	margin-top: 60px;
	width: 600px;
}
/* Desktops and laptops ----------- */
@media only screen and (min-width:1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin:0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
