/*
    Theme Name: MyLiving - Startsida
    Theme URI: http://html5blank.com
    Description: Custom template from Columbird
    Version: 1.4.3
    Author: Robert Arbestål (robert@columbird.se)
    Author URI: http://columbird.se
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Lato:300,400,400italic,700,700italic,100,100italic,300,300italic,900,900italic|Playfair+Display:400,400italic,700,700italic);

* {
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html, body, .main-container, .scroller {
    height: auto !important;
}
html {
    font-size: 62.5%;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    font: 400 11px/1.4 Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto !important;
}
input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width: 980px;
    position: relative;
    margin: 0 auto;
    width: 95%;
}

.header_logo {
    background-size: 400px auto;
    width: 400px;
    height: 54px;
}

/* logo */
.logo {
    position:relative;
    margin:40px auto;
    width:400px;
}
.logo-img {
    max-width:100%;
    height:auto;
    position:relative;
}
.sticky-header-logo{
    background: rgba(0, 0, 0, 0) url("img/myliving_se_logo.png") no-repeat scroll 0 0 / cover ;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 13px;
    width: auto;
    height: 13px;
}
ul#slider {
    margin: 0;
    list-style: none;
    height: 570px;
    padding: 0;
}
article#article-slider {
    position: relative;
    overflow: hidden;
    height: 570px;
    width: 100%;
    margin: 15px 0;
}
.slider-post-content {
    bottom: 0;
    right: 0;
    width: 650px;
    margin: 25px auto;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    left: 0;
    position: absolute;
    min-height: 100px;
    height: auto;
    padding: 0 20px;
}
.slider-content {
    position: relative;
}
.slider-post-content > h2 {
    font-weight: 400;
    font-size: 13px;
    margin: 20px 0 10px;
    letter-spacing: 0.06em;;
}
.slider-post-content > .content > h3,
.slider-post-content > .content > h2,
.slider-post-content > .content > h1 {
    font-family: 'Playair Display';
    font-size: 35px;
    line-height: 1em;
    font-weight: 400;
    margin: 10px 0px;
}
.slider-post-content > .content > p {
    font-family: Lato;
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 20px 0;
}
.sitenews div.article {
    max-width: 560px;
    margin: 0 auto;
}
article.sitenews {
    margin: 10px auto;
    width: 100%;
}
.sitenews .post_thumbnail {
    position: relative;
    left: 0;
    right: 0;
    margin: 10px auto;
    width: 100%;
    text-align: center;;;
}
ul#blogsSlides a > span{
    font-family: Lato;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    margin: 10px 0 5px;
    position: relative;
    display: block;
}
ul#blogsSlides {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
ul#blogsSlides:after {
    clear: both;
    content: " ";
    position: absolute;
}

ul#blogsSlides > li{
    float: left;
    text-align: center;
    margin-right: 16px;
    max-width: 150px;
    margin-bottom: 10px;
}
ul#blogsSlides > li:nth-child(6){
    margin-right: 0;
}
ul.sitenews-list, ul#cat-list{
    padding: 0;
    margin: 20px 0;
    list-style: none;
    position: relative;
}
.sitenews-list > li, #cat-list > li{
    display: inline-block;;
    width: 316px;
    margin: 0px 13px 16px 0px;
    vertical-align: top;
    border-bottom: solid 1px #48484A;
}
ul#cat-list{
    margin-top: 47px;
}
div#ninja_forms_form_1_cont {
    background-color: #ebebeb;
    padding: 10px;
    margin: 60px 0 10px;
}
div.njf-block {
    float: left;
    width: 50%;
    padding: 20px;
}
.ninja-forms-form input, 
.ninja-forms-form textarea {
    border: 0;
    padding: 10px;
    font-family: lato;
    font-weight: 600;
    font-size: 12px;
}
input#ninja_forms_field_5 {
    float: right;
    background: #48484a;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
}

/* nav */
.nav {
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
    text-align: center;
    height: 56px;
}

.nav > .logo {
    margin-top: 19px;
    max-width: 100px;
    position: absolute;
    display: none;
    float: left;
    left: 0;
}
.nav.sticky {
    position: fixed;
    max-width: 980px;
    width: 100%;
    top: -1px;
    z-index: 20;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;;
}
.nav.sticky > .logo {
    display: inline-block;
}
.nav.sticky + .search-wrapper {
    position: fixed;
    top: 55px;
    z-index: 20;
    width: 100%;
    max-width: 980px;
}

.nav > ul {
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 50px;
    width: auto;
}

.nav > ul > li {
    float:left;
    margin:17px;
    position:relative;
    height:100%;
}

.nav > ul > li:first-child {
    margin-left:0;
}

.nav > ul > li:last-child {
    margin-right:0;
}

.nav > ul > li > a {
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
    font-family:lato;
    font-weight:400;
    letter-spacing: 0.06em;
}

.nav > ul > li:hover > a:after,
.nav > ul > li.current-menu-item > a:after  {
    border-bottom: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    content: " ";
    margin:0 auto;
    height: 0;
    width: 0;
    right: 0;
    left: 0;
    top: 33px;
}
.nav > ul > li > ul{
    display: none;
    background-color: #000;
    padding: 18px 28px;
    margin-top: 18px;
    position: absolute;
    z-index: 100;
}
.nav > ul > li:hover > ul{
    display: block;
}
.nav > ul > li > ul > li{
    text-align: left;
}
.nav > ul > li > ul > li > a{
    color: #fff;
    text-align: left;
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
    font-family:lato;
    font-weight:700;
    line-height: 20px;
}
.archive > ul > li{
    min-width: 108px;
}
.icon.search {
    height:54px;
    width:40px;
    position:absolute;
    display:inline-block;
    right:0;
    cursor:pointer;
    margin-top:0;
    background-position:10px 17px;
}
.icon.search.active {
    background-color: #000;
    background-position: 10px -30px;
}
.home-page section {
    max-width: 980px;
}
.sitenews-list > li:nth-child(3n), #cat-list > li:nth-child(3n) {
    margin-right: 0;
}
.sitenews-list h2, h2.category-text {
    font-family: Lato;
    font-size: 13px;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 0.06em;
    margin: 14px 0px 0px;
}
.sitenews-list h3, h2.cat-post-title {
    font-family: PlayFair Display;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    line-height: 19px;
    margin: 2px 0 20px;
    text-transform: initial;
}

.thumbnail_caption {
    max-width: 750px;
    margin: 0px auto 35px;
    position: relative;
}


/* RESPONSIVE MENU */
html, 
body, 
.main-container,
.scroller {
    height: auto !important;
}
.scroller {
    overflow: hidden;
}
#responsive-menu-button{
    height: 18px;
    width: 24.33px;
    display: none;
}
.responsive-menu-button{
    background: rgba(0, 0, 0, 0) url("img/menu-icon.png") no-repeat scroll 0 0 / cover ;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 19px;
    cursor: pointer;
    height: 19px;
    width: auto;
}
.scroller,
.scroller-inner {
    position: relative;
}
.main-container {
    position: relative;
    overflow: hidden;
}
#responsive-menu-header {
    height: 72px;
    position: relative;
    background-color: #000;
    padding: 25.33px 16.66px;
}
#responsive-menu-header h2{
    color: #fff;
    font-size: 1.5em;
    margin: 0;
    text-transform: none;
}
.main-nav{
    min-height: 100%;
    background: -webkit-linear-gradient( #f8f8f8, #e1e1e1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f8f8f8, #e1e1e1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f8f8f8, #e1e1e1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f8f8f8, #e1e1e1); /* Standard syntax */
    padding-top: 14px;
}
.main-nav-shadow{
    width: 300px;
    height: 100%;
    background-image: url("img/background_shadow.png");
    background-size: 300px 14px; 
    background-repeat: repeat-y;
}
#close-menu-button{
    background: rgba(0, 0, 0, 0) url("http://myliving.se/wp-content/themes/myliving_start/img/close.png") no-repeat scroll 0 0 / cover ;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 24px;
    top: 28px;
    width: 18px;
}
.mp-menu ul li > a {
    color: #000;
    font-family: 'Sohoma-ExtraBoldCondensed';
    font-weight: 800;
}
.main-nav{
    overflow: hidden;
}
.main-nav ul{
    list-style: inside none none;
}
#menu-responsive-menu .sub-menu {
    list-style: outside none none;
    padding: 0 0 0 21.33px !important;
}
.level-opened > ul{
    height: auto;
    opacity: 1;
    visibility: visible;
}
#mp-menu .main-nav {
    border: medium none;
    padding-top: 13.66px;
}
.level-button-container {
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 6px;
    top: 28px;
    width: 45px;
    z-index: 10;
}
.mp-menu ul {
    margin: 0;
}
#menu-responsive-menu li {
    margin: 0;
    position: relative;
}
#menu-responsive-menu > .menu-item-has-children > .level-button-container > .level-button {
    margin-top: 15px;
}
#menu-responsive-menu a:hover, #menu-responsive-menu a:focus, #menu-responsive-menu .current_page_item > a, .current-cat > a {
    background: transparent none repeat scroll 0 0;
    color: #030000;
    text-decoration: none;
    font-weight: 400;
}
#menu-responsive-menu li{ 
    padding-top: 28px; 
}
#menu-responsive-menu li a {
    box-shadow: none !important;
    color: #48484a;
    display: block;
    font-family: Lato;
    font-weight: 300;
    font-size: 18.33px;
    padding: 0 21.33px 0 21.33px;
}
.level-button {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("img/chevron-maximera.png");
    background-origin: padding-box;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 16px 9px !important;
    height: 9px;
    margin-top: 7px;
}
.level-button-container{
    display: none;
}
.level-opened > .level-button-container > .level-button {
    background: rgba(0, 0, 0, 0) url("img/chevron-minimera.png") no-repeat scroll center center / 16px 9px !important;
    transition: all 0.5s ease 0s;
}
#menu-responsive-menu .sub-menu li {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
}
#menu-responsive-menu .sub-menu > li a {
    border-top: 1px solid #868585;
    padding: 12px 0;
    font-size: 16px !important;
}
#menu-responsive-menu .sub-menu > li:first-child a {
    margin-top: 12px;
    border-top: 1px solid #868585;
}
li.level-closed > a {
    /*color: #000 !important;*/
}
#menu-responsive-menu .sub-menu a {
    color: #868585;
}



/*------------------------------------*\
    pagination
\*------------------------------------*/
.pagination {
    position: relative;
    display: block;
    margin: 10px 0 20px;
    text-align: center;
}
.pagination .nav-links {
    text-align: center;
}
.page-numbers {
    font-family: Lato;
    font-weight: 300;
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 10px;
}
.page-numbers.current {
    background: #48484A;
    color: #C7C7C8;
}
/*------------------------------------*\
    SEARCH
\*------------------------------------*/
.search-results .search-wrapper {
    display: block;
}
.search-result h2 {
    margin-top: 0;
}
h1.search-result-title {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 31px;
    margin-top: 43px;
}
h1.search-result-title > span{
    color:#8c8c8c;
}
.search-result{
    height: 164px;
    padding: 20px 0 23px;
    position: relative;
}
.search-result p{
    line-height: 16px;
}
.search-result-wrap:nth-child(even){
    background-color: #ebebeb;
}
.search-result-tumbnail{
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 18px;
}
.search-result > a > h1{
    font-family: 'Lato';
    font-weight: 300;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.005em;
}
strong.search-highlight{
    font-weight: 700;
}
.las-mer-btn{
    background-image: url('http://myliving.se/wp-content/themes/myliving_start/img/las-mer.png');
    background-repeat: none;
    background-size: 70px 34px;
    width: 70px;
    height: 34px;
    position: absolute;
    right: 0px;
    bottom: 23px;
}
.las-mer-btn:hover, .las-mer-btn:active{
    background-image: url('http://myliving.se/wp-content/themes/myliving_start/img/las-mer-active.png');
}
.search-wrapper {
    background-color: #000;
    padding: 5px 0 8px;
    display: none;
    height: 33px;
    border-bottom: solid 3px #fff;
}
.search-wrapper  input.search-input {
    background-color: #000;
    letter-spacing: 0.005em;
    font-family: Lato;
    margin-left: 120px;
    font-size: 13px;
    padding: 2px 10px;
    border: 0;
    height: 16px;
    color: #fff;
    width: 250px;
}
.responsive-search-wrapper  input.search-input {
    height: 19px;
    background-color: #000;
    color: #fff;
    border: 0;
    font-family: Lato;
    font-size: 15px;
    font-weight: 700;
}
.responsive-search-wrapper ::-webkit-input-placeholder,
.search-wrapper ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #fff;
}
.responsive-search-wrapper :-moz-placeholder,
.search-wrapper :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.responsive-search-wrapper ::-moz-placeholder,
.search-wrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.responsive-search-wrapper :-ms-input-placeholder,
.search-wrapper :-ms-input-placeholder { /* IE 10+ */
  color: #fff
}
.responsive-search-wrapper ::-ms-input-placeholder,
.search-wrapper ::-ms-input-placeholder { /* Edge */
  color: #fff
}
.responsive-search-wrapper :placeholder-shown,
.search-wrapper :placeholder-shown { /* Standard one last! */
  color: #fff;
}
.responsive-search-wrapper .search-submit{
    background: url("img/responsive-search-btn.png");
    background-size: 20px 21px; 
    background-repeat: none;
    width: 20px;
    height: 21px;
    float: right;
}
.search-wrapper .search-submit{
    /*background: url("img/responsive-search-btn.png");*/
    background-size: auto 16px; 
    background-repeat: no-repeat;
    background-color: #000;
    width: 15px;
    height: 16px;
}


/* footer */
footer.footer {
    min-height: 100px;
    background-color: #48484a;
    color: #fff;
    padding: 30px 0;
    margin: 50px 0 0 0;
}
.footer .logo{
    max-width: 100px;
    margin: 0;
}
p.copyright{
    font-family: Lato;
    font-size: 11px;
    text-transform: uppercase;
    margin: 13px 0px;
    line-height: 14px;
    color: #fff;
}
.SocialMediaIcons {
    position: absolute;
    top: 0;
    right: 0;
}
.SocialMediaIcons .icon {
    width: 30px;
    height: 30px;
    float: left;
    margin: 6px;
}
.SocialMediaIcons .icon#facebook {
    background-position: -39px -76px;
}
.SocialMediaIcons .icon#facebook:hover {
    background-position: -38px -125px;
}
.SocialMediaIcons .icon#instagram {
    background-position: -89px -76px;
}
.SocialMediaIcons .icon#instagram:hover {
    background-position: -89px -125px;
}
.SocialMediaIcons .icon#youtube {
    background-position: -139px -76px;
}
.SocialMediaIcons .icon#youtube:hover {
    background-position: -139px -125px;
}
.SocialMediaIcons .icon#mail {
    background-position: -188px -76px;
}
.SocialMediaIcons .icon#mail:hover {
    background-position: -188px -125px;
}
.ts-logo {
    position: absolute;
    right: 5px;
    width: 60px;
    top: 50px;
}
.icon {
    background-repeat: no-repeat;
    background-image: url('img/myliving_assets.png');
    background-size:270px 270px;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    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 {
    float:left;
    margin:5px 20px 20px 0;
}
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 {
    background:#FFF;
    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 {

}


/*------------------------------------*\
    POSTS STYLES
\*------------------------------------*/


.category-title, .archive-title{
    text-align: center;
    margin-top: 70px;
}
/*#blog-posts-wrap{
    margin-top: 16px;
}*/
#single-blog-post-wrap{
    margin-top: 16px;
    margin-bottom: 23px;
}
.article-content, .article-footer, #comments, #respond, #page-section, .search-result, .search-result-title{
    margin: 0 auto;
    width: 750px;
}
#page-section{
    margin-top: 70px;
}
.article-content{
    margin-bottom: 46px;
}
.wp-post-image{
    margin-bottom: 9px;
}
.thumbnail_caption span{
    font-family: Lato;
    font-weight: 400;
    font-size: 10px;
}
.article-content h3 {
    font-family: Lato;
    font-weight: 700;
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
}
.article-content h1{
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 36px;
    margin: 0 0 18px; 
}
.article-content p{
    font-family: Lato;
    font-weight: 400;
    font-size: 13px;
}
.article-content p img{
    margin-top: 42px;
}
.article-content i{
    display: block;
    margin-bottom: 46px;
}
.article-footer{
    margin-bottom: 20px;
    text-align: center;
}
.article-footer hr{
    z-index: -1;
    position: absolute;
    margin-top: 11px;
    background-color: #000;
    border: 0;
    height: 1px;
    width: 750px;
}
.article-share-wrap{
    background-color: #fff;
    margin: 0 auto;
    width: 156px;
}
.facebook-icon{
    background-image: url("img/facebook.png");
    background-position: 0 0;
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    cursor:pointer;
    display: inline-block;
    margin-right: 11px;
}
.facebook-icon:active, .facebook-icon:hover {
    background-image: url("img/facebook_active.png");
}
.mail-icon{
    background-image: url("img/mail.png");
    background-position: 0 0;
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    cursor:pointer;
    display: inline-block;
}
.mail-icon:active, .mail-icon:hover{
    background-image: url("img/mail_active.png");
}
.article-comments{
    display: inline-block;
    margin-left: 6px;
}

.blog-header-comments {
    margin-left: 4px;
}
.comments-icon{
    background-image: url("img/comment.png");
    background-position: 0 0;
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    cursor:pointer;
    display: inline-block;
}
.comments-icon:active, .comments-icon:hover{
    background-image: url("img/comment_active.png");
}
#comments, #respond{
    background-color: #ebebeb;
    padding: 17px 17px 60px;
    text-align: left;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom: 31px;
}
#comments h2{
    margin-bottom: 22px;
}
#comments h2, #respond h3{
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 13px;
    color: #48484a;
    text-transform: none;
}
#respond h3{
    margin-bottom: 8px;
}
#comments{
    margin-bottom: 20px;
}
#comments li{
    list-style-type: none;
}
.comments-number{
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 16px;
}
.comment-body{
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom: 16px;
}
.comment-content{
    background-color: #fff;
    padding: 9px 33px 13px 27px;
}
.comment-author{
    float: left;
    width: 80%;
}
.reply{
    float: right;
    width: 20%;
}
.comment-author p{
    color: #a1a1a1;
    margin-bottom: 0px;
}
.author{
    font-weight: 700;
    color: #231f20;
}
.comment-reply-link{
    float: right;
}
.reply-btn{
    background-image: url("img/reply-btn.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
}
.comment-bottom{
    background-image: url("img/comments-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 729px 18px;
    height: 18px;
}
.comment-notes{
    font-size: 10px;
    color: #231f20;
}
#commentform{
    position: relative;
}
input, textarea{
    border: none;
    margin-bottom: 15px;
}
input{
    height: 34px;
}
textarea{
    height: 138px;
}
.form-submit{
    display: block;
    left: 50%;
    margin-left: 2%;
    position: relative;
    width: 48%;
    top: 10px;
}
.submit{
    background-image: url("img/submit.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 90px 34px;
    height: 34px;
    width: 90px;
    float: right;
}
.submit:active, .submit:hover{
    background-image: url("img/submit-active.png");
}
input[type=submit] {
    border: none;
}
.leftcol-wrap, .gglcptch {
    display: block;
    margin-right: 2%;
    position: relative;
    width: 48%;
}
.rightcol-wrap {
    display: block;
    left: 50%;
    margin-left: 2%;
    position: absolute;
    width: 48%;
    top: 23px;
}
#pagination{
    text-align: center;
    margin-bottom: 20px;
}


/*------------------------------------*\
    PAGE STYLES
\*------------------------------------*/

.page-template-default section {
    /*margin: 0px auto;
    width: 67.3%;*/
}
.page-template-default main{
    margin-bottom: 30px;
}
.type-page{
    margin-bottom: 129px;
}
.page-title{
    margin-bottom: 37px;
}
#page-content-img{
    width: 49%;
    float: left;
    margin-right: 2%;
}
#page-content-text{
    width: 49%;
    float: left;
}


/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

h1 {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 36px;
}
h2 {
    font-family: Lato;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 12px 0 2px;
}
p {
    font-family: Lato;
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 10px 0;
    color: #231f20;
}
p strong{
    font-family: Lato;
    font-weight: 700;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    color: #444;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}



/*------------------------------------*\
    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;
    }
}



.bloggare h1 {
    margin-bottom: 10px;
    margin-top: 70px;
}
.bloggare h2 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
}
ul.bloggkatalog {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.bloggkatalog > li {
    border-bottom: solid 1px #8e8e8d;
    padding: 10px 0;
}
ul.bloggkatalog > li:first-child {
    border-top: solid 1px #8e8e8d;
}
.bloggkatalog .image {
    width: 100px;
    display: inline-block;
}
.bloggkatalog .text {
    display: inline-block;
    padding: 38px;
    box-sizing: border-box;
    position: absolute;
    font-size: 18px;
    text-transform: uppercase;;
    font-family:lato;
    font-weight:300;
    letter-spacing: 0.06em;

}

#article-slider ol.flex-control-paging {
    /*outline: 1px red solid;*/
    bottom: auto;
    right: 10px;
    width: auto;
    top: 10px;;
    z-index: 10;
}
#article-slider ol.flex-control-paging .flex-control-paging li a {
    width: 15px;
    height: 15px;
}

#bloggar {
    position: relative;
}
.flex-viewport{
    z-index: 10;
}
#bloggar ul.flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 40px;
}

#bloggar .flex-prev {
  width: 40px;
  height: 20px;
  position: absolute;
  margin: 0px 0 6px;
  padding: 0px;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  opacity: 1;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  text-indent: 999px;
}

#bloggar .flex-prev::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 50%;
  height: 10%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #48484A;
  text-shadow: none;
  -webkit-transform:    skewY(35deg);
  transform:    skewY(35deg);
}

#bloggar .flex-prev::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 50%;
  height: 10%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #48484A;
  text-shadow: none;
  -webkit-transform:    skewY(-35deg);
  transform:    skewY(-35deg);
}
#bloggar .flex-next {
  width: 40px;
  height: 20px;
  position: absolute;
  margin: 0px;
  padding: 0px;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  opacity: 1;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  text-indent: 999px;
}

#bloggar .flex-next::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 50%;
  height: 10%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #48484A;
  text-shadow: none;
  -webkit-transform:    skewY(35deg);
  transform:    skewY(35deg);
}

#bloggar .flex-next::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 50%;
  height: 10%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #48484A;
  text-shadow: none;
  -webkit-transform:    skewY(-35deg);
  transform:    skewY(-35deg);
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1000px) {
    
    .article-content, .article-footer, #comments, #respond, #page-section, .search-result, .search-result-title{
        width: 67.3%;
    }
    .wrapper {
        margin: 0 10px;
    }
    .header > .logo {
        display: none;
    }
    #responsive-menu-button {
        display: block;
    }
    #responsive-menu-button {
        display: block;
        float: left;
        margin-top: 25.33px !important;
        margin-left: 21.33px !important;
    }
    .nav > ul {
        display: none;
    }
    #searchBtn{
        display: none;
    }
    .nav > .logo {
        max-width: 142px;
        margin-top: 25.33px;
        float: none;
        position: relative;
        display: block;
    }
    .nav {
        height: 72px;
    }
    .sticky-header-logo{
        background-size: auto 19px;
        height: 19px;
    }
    .level-button-container{
        display: block;
    }
    .level-closed > ul {
        height: 0;
        opacity: 0;
        visibility: hidden;
    }
    .level-opened > ul {
        /*height: auto;
        opacity: 1;
        transition: all 0.5s ease 0s;
        visibility: visible;*/
    }
    p.copyright{
        width: 60%;
    }
    .sitenews-list > li, #cat-list > li {
        width: 32.2%;
        margin: 0px 1.7% 1.63% 0px;
        float: left;
    }
    .flex-direction-nav{
        display: none;
    }
    .search-results .search-wrapper {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .rightcol-wrap {
        left: 0;
        margin-left: 0;
        position: relative;
        width: 100%;
        top: 0;
    }
    .leftcol-wrap, .gglcptch {
        margin-right: 0;
        position: relative;
        width: 100%;
    }
    .form-submit {
        display: block;
        left: 0;
        margin-left: 0;
        position: relative;
        width: 100%;
        top: 0;
    }
    .submit{
        float: none;
    }
    ul#slider {
        height: 470px;
    }
    article#article-slider {
        height: 470px;
    }
    .slider-post-content {
        width: 90%;
        margin-bottom: 0;
    }
    div.njf-block {
        float: none;
        width: 100%;
        padding: 20px 20px 0 20px;
    }
    .search-result{
        height: 175px;
    }
    .search-result-tumbnail{
        display: none;
    }
}
@media only screen and (max-width:650px) {
    #page-content-img {
        margin-right: 0;
        width: 100%;
    }
    #page-content-text {
        width: 100%;
        margin-top: 20px;
    }
    .sitenews-list > li, #cat-list > li {
        width: 48.15%;
        margin: 0px 3.7% 3.7% 0px;
    }
    .sitenews-list > li:nth-child(3n), #cat-list > li:nth-child(3n) {
        margin-right: 3.7%;
    }
    .sitenews-list > li:nth-child(2n), #cat-list > li:nth-child(2n) {
        margin-right: 0;
    }
    .sitenews-list h3, h2.cat-post-title {
        font-size: 16px;
    }
    .search-result{
        height: 178px;
    }
}
@media only screen and (max-width:500px) {
    .article-content, .article-footer, #comments, #respond, #page-section, .search-result, .search-result-title {
        width: 90%;
    }
    .article-footer hr {
        width: 90%;
    }
    p.copyright{
        width: 100%;
    }
    .SocialMediaIcons {
        position: relative;
    }
    .ts-logo {
        position: relative;
        top: 13px;
    }
    ul#slider {
        height: 370px;
    }
    article#article-slider {
        height: 370px;
    }
    .slider-post-content > .content > p{
        display: none;
    }
    .slider-post-content > .content > h3, .slider-post-content > .content > h2, .slider-post-content > .content > h1 {
        font-size: 30px;
    }
    .bloggkatalog .text {
        padding: 41px 14px;
        font-size: 13px;
    }
}
@media only screen and (max-width:400px) {
    .gglcptch{
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    .sitenews-list > li, #cat-list > li {
        width: 100%;
        margin: 0px 0 3.7% 0px;
    }
    .sitenews-list > li:nth-child(3n), #cat-list > li:nth-child(3n) {
        margin-right: 0;
    }
    .sitenews-list h3, h2.cat-post-title {
        font-size: 14px;
    }
    .search-result{
        height: 200px;
    }
}
@media only screen and (max-width:320px) {
    .gglcptch{
        transform:scale(0.74);
        -webkit-transform:scale(0.74);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    ul#slider {
        height: 270px;
    }
    article#article-slider {
        height: 270px;
    }
    .slider-post-content > .content > h3, .slider-post-content > .content > h2, .slider-post-content > .content > h1 {
        font-size: 25px;
    }
}