@media (min-width: 768px) {
    #wrap {
        width: 750px;
    }
}
@media (min-width: 992px) {
    #wrap {
        width: 972px;
    }
}

#editor1_wp_content {
    margin-right: 15px;
    margin-left: 15px;
}
img {
    border: 0;
    max-width: 100%;
    height:auto!important;
    }
iframe {
    width:100%!important;
}
body {
    background: #e4e4e4;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 1em;
    color: #000;
    margin: 0;
    }

#wrap {
        margin: 0 auto 0 auto;
        background-color: #fff;
        margin-top: 10px;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, .2);
        -moz-box-shadow:    0px 0px 13px 0px rgba(50, 50, 50, .2);
        box-shadow:         0px 0px 13px 0px rgba(50, 50, 50, .2);
    }
.divider {
    margin-left: -5px;
    margin-right: -5px;
    height: 5px;
    background-color: #a00012;
    display: none;
}
#header {
    background-color: #fff;
    height: 128px;
    /*height: 66px;*/
    padding: 34px 16px 0 16px;
    }

#headerBox {
    float: right;
    text-align: right;
    font-size: .9em;
    line-height: 20px;
    margin-top: -4px;
    }

#headerBox2{
    width: 150px;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgba(255,255,255, .7);
    z-index: 999;
    padding: 5px;
    line-height: 1.5;
    display: none;
}
#headerBox2 img{
    opacity: .5;
}

#flags {
    margin-top: 6px;
    }

#menu {
    background-color: #a00012;
    margin: 0 10px 0 10px;
    }

#main {
    padding: 10px 15px 0 15px;
    background-color: #fff;
    }

#contentStart {
    float: left;
    }

#contentStartLeft {
    float: left;
    margin: 0 -5px 0 0;
    }

#contentStartRight {
    padding: 1px 0px 1px 1px;
    float: left;
    }

#contentStartWide {
    float: left;
    padding: 10px 0 0 0;
    }

#contentStartWide img{
    margin: 0px 0px 10px 0px!important;
    }

#contentStartRight img {
    width: 100%!important;
    height: auto!important;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    }

#content {
    float: left;
    width:100%;
    }

#contentLeft {
    float: left;
    }

#contentRight {
    float: left;
    width:100%;
    }

#contentWide {
    float: left;
    width:100%;
    }
#contentStartWide .row [class*="col-"] {padding-left: 10px; padding-right:10px;}

#contentNaturum {
    width: 940px;
    background: url(../img/bg-content-naturum.png) repeat-y;
    float: left;
    margin-bottom: 10px;
    }

#naturumMenu {
    width: 180px;
    float: left;
    padding: 15px 5px 15px 15px;
    margin: 0 30px 0 0;
    color: #fff;
    }

#naturumLeft {
    width: 330px;
    float: left;
    margin: 0 30px 0 0;
    }

#naturumRight {
    width: 330px;
    float: left;
    }

.fb-like-box {
    margin: 0 0 5px 10px;
    }

#footer {
    background-color: #a00012;
    padding: 16px 36px 16px 33px;
    margin: 0 10px 0 10px;
    }
#footerCol1 {
    float: left;
    }

#footerCol2 {
    float: left;
    font-size: .7em;
    color: #fff;
    }

#footerCol3 {
    float: left;
    font-size: .7em;
    color: #fff;
    }

#footerCol4 {
    float: right;
    text-align: right;
    padding-top: 3px;
    margin-left: 10px;
    }

#footerCol5 {
    float: right;
    text-align: right;
    padding-top: 3px;

    }

#footer2 {
    padding: 0px 16px 10px 0;
    text-align: right;

    }
#footer .row [class*="col-"] {height: 45px; padding-left: 0px;}



/* MENU VANLIG
----------------------------------------------------------

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	}

#menu ul li{
	display: block;
	float: left;
	}

#menu ul li a{
    display: block;
	float: left;
	color: #fff;
	padding: 10px 10px 0 10px;
	height: 25px;
	font-size: .85em;
	text-decoration: none;
	}

#menu ul li a:hover{
	color: #fff;
	background: #bc081c;
	}*/




/* ---  MENY  --- */

ul#nav {margin: 0;}
ul.drop a { display:block; color: #fff; font-family: Arial; font-size: .80em; text-decoration: none;}
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0; color: #fff;}
ul.drop { position: relative; z-index: 597; float: left; }
ul.drop li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1; padding: 7px 9px; }
ul.drop li.hover, ul.drop li:hover { position: relative; z-index: 599; cursor: default; background: #bc081c; }
ul.drop ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 180px; background: #a00012; border-top: 1px solid #fff; }
ul.drop ul li { float: none; }
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible }




/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3 {
    color: #000;
    }

h1 {
    font-size: 1.6em;
    margin-bottom: 15px;
    font-weight: normal;
    }

h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
    }

h3 {
    font-size: 1.0em;
    }




/* TEXT
----------------------------------------------------------*/

p {
    margin-bottom: 15px;
    line-height: 1.4em;
    font-size: .8em;
    }

td {
    line-height: 1.4em;
    font-size: .8em;
    }




/* LINKS
----------------------------------------------------------*/

a:link, a:visited {
    color: #a00012;
    text-decoration: none;
    }

a:hover {
    color: #a00012;
    text-decoration: underline;
    }

a.footer, a.white {
    color: #fff;
    text-decoration: none;
    }

a.footer:hover, a.white:hover {
    text-decoration: underline;
    }




/*** SLIDESHOW - set the width and height to match your images **/

#slideshow{
	position:relative;
	width: 100%;
    padding-bottom: 65%;
	}

#slideshow IMG{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	border: none;
    width: 100%;
	}

#slideshow IMG.active{
	z-index:10;
	opacity:1.0;
	}

#slideshow IMG.last-active{
	z-index:9;
	}




/* GALLERY
----------------------------------------------------------*/

.album_image_div
{
    float: left;
    margin: 0 19px 20px 0;
    font-size: 11px;
    }

.gallery_image_div
{
    float: left;
    margin: 0 19px 20px 0;
    }


/* SLIDER NATURRUM */

#slider
{
    height: 0px;
    padding-bottom: 64%;
    margin: 0!important;
    background-size: cover!important;
    background: none;
}
.nivo-slice {
    width:100%!important;
    background-size: cover!important;
}

/* LISTA */

#content ul {
    margin:0 0 15px 0;
    }
    
#content ul li {
    margin-bottom:5px;
    line-height: 1.4em;
    font-size: .8em;
    }
    

/* Bokning */

.bokningtextbox    
{
    padding: 5px;
    border: 0;
    width: 250px;
    border-radius: 3px;
    border: 1px solid #dddddd;        
}




/* Läckö Vänner
----------------------------------------------------------*/

#lackovannerSubMenu {
    float: left;
    padding: 15px 25px 25px 0;
    background: #a00012;
    max-width: 100%;
    }

#lackovannerSubMenu img{
    width:100%;
    }

#lackovannerContentLeft {
    float: left;
    width:100%;
    }

#lackovannerContentLeft #editor1_wp_content {
    margin-right: 0px;
    margin-left: 0px;
}

#lackovannerContentRight {
    float: left;
    margin: 0;
    width: 100%;
    }

#lackovannerSubMenu a {
    color: #fff;
    text-decoration: none;
    }

#lackovannerSubMenu a:hover {
    text-decoration: underline;
    }

@media (min-width: 768px){
    #contentStart .row {display: table; margin-right: -6px;}
    #contentStart .row [class*="col-"] {display:table-cell;float:none;vertical-align: top;}
}
@media (max-width: 768px){
    #main .col-sm-4 {
        margin-top: 10px;
        float:right;
    }
    .lacko .col-sm-4{
        width:100%;
    }
    #editor1_wp_content {
        margin-right: 5px;
        margin-left: 5px;
    }
    #contentStartWide img{
        margin: 0px 0px 0px 0px!important;
    }
    .fb-like-box {
        margin: 0 0 5px -3px;
    }
    .divider {
        display: block;
    }
    #contentStartWide {
        margin-bottom: 10px;
        padding-top: 0px;
    }
    #wrap {
    margin-top: 50px;
    }
    #headerBox2{
        display: block;
    }
}



/*MOBILE MENU*/
@media (max-width: 768px) {
    #header, #menu {
        display:none;
    }
    
    .top_mobile {
        display:block !important;
    }
}

.sb-left .sf-menu {
    padding: 0;
    margin: 0;
    list-style-type: none !important;

    margin-top: 0;
    margin-bottom: 10px;

    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;

    color: #F0F0F0;
    color: #e8e8e8;

    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
}
.sb-slidebar.sb-active {
    background-color: rgba(242, 242, 242, .2);
}

.sb-left .sf-menu li {
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sb-left .sf-menu li a {
    border-left: 3px solid transparent;
    width: 100%;
    display: inline-block;
    padding: 1em;
    color: #3c3c3c;
    text-decoration: none;
    background: transparent;
    font-size: 1.2em;
}

.sb-slidebar {
    top:50px !important;
}

.top_mobile {
    top:0px;
    width:100%;
    position:fixed;
    z-index:99;
    height:50px;
    border-bottom:solid 2px;
    background-color: white;
    display:none;
}

.sb-toggle-left {
    width: 58px;
    float: left;
    padding: 14px;

    float: left !important;

    display: block;
}

.navicon-line {
    width: 24px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 3px;
    background-color: black;

    display: block;
    cursor: pointer;
}

.glyphicon-plus {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid green;
}

.glyphicon-minus {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #a00012;
}
