header .header-logo {
    background: #6E9AC2;
    padding: 42px 10px;
    text-align: center;
}
.unik-line-section {
    background: none repeat scroll 0 0 #6E9AC2;
    overflow: hidden;
}
.normal1 {
font-size:10px;
}
.panelshort {
    color: #ffffff !important;
    font-family: Josefin Sans !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 22px;
    margin: 0px 0;
    padding: 20px;
}
.unik-line-section a {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 10px;
    color: #444444;
    display: inline-block;
    float: left;
    font-family: Josefin Sans !important;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 36px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.23s ease-in-out 0s;
}

header .main-menu > li a {
    background: none repeat scroll 0 0 #3a74a4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #ffffff;
    display: block;
    font-family: Josefin Sans !important;
    font-size: 18px;
    font-weight: 300;
    padding: 14px 18px;
    position: relative;
    text-decoration: none;
    transition: all 0.23s ease-in-out 0s;
}
footer .up-footer {
    background: none repeat scroll 0 0 #3a74a4;
    padding: 50px 20px 15px;
}
.horizontal-tabs-box .nav-tabs li.active a {
    background: none repeat scroll 0 0 #3a74a4;
    color: #ffffff;
}
table td {
    color: #494949;
    font-family: Josefin Sans !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
padding: 4px;
}
.vertical-tabs-box .tab-content .tab-pane p, .horizontal-tabs-box .tab-content .tab-pane p {
    color: #494949;
    font-family: Josefin Sans !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 20px;
}

.pager-line {
    display: none;
    overflow: hidden;
    position: relative;
    text-align: center;
}

table tr:nth-child(2n+1) td {
    background: none repeat scroll 0 0 #ffffff;
}
.vertical-tabs-box .tab-content .tab-pane p, .horizontal-tabs-box .tab-content .tab-pane p {
    color: #494949;
    font-family: Josefin Sans !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 20px;
}
.box-section {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: -1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    font-family: Josefin Sans !important;
    font-size: 13px;
    font-weight: 300;
}

ul.main-menu li.active>a, ul.main-menu li.current-menu-parent>a{
	background: #005CA3;
	border-left: 2px solid #6E9AC2;
}
header .main-menu > li > a.active, header .main-menu > li a:hover {
background: none repeat scroll 0 0 #265C9D;
}
#divtable {
    display: table;
    width: 770px;
    table-layout: fixed;
    margin-bottom: 20px;
}
#divtable > .divcell {
    display: table-cell;
    border: 1px dotted red;
    padding: 4px 6px;
    width: 2%;
    margin-bottom: 0;
}
	body {
	background: #CAE2FE url(https://www.fjallresor.se/wp-content/uploads/2014/10/fjallback2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	/*--background-size: 100% 100%;--*/
}
.sidebar-section p, .sidebar-section {
    color: #000000;
    font-family: Josefin Sans !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 20px;
}

p {
    color: #000;
    font-family: Josefin Sans !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 0px;
    margin-bottom:0px;
}

input, select {
    border: 1px solid #c9c9c9;
}

.form-kontakt textarea {
    margin-bottom: 20px;
}   

input[type=checkbox] {
  /* All browsers except webkit*/
  transform: scale(1.5);
-webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);

  /* Webkit browsers*/
  -webkit-transform: scale(1.5);
-webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}

ul.main-menu li.active > a:after, ul.main-menu li.current-menu-parent > a:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #00539E;
    border-image: none;
    border-left: 4px solid #6E9AC2;
    border-style: solid;
    border-width: 4px;
    content: "";
    height: 0;
    left: 0;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0;
}

header .main-menu > li > a:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border: 4px solid #6E9AC2;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  margin-top: -4px;
}

header .main-menu > li > a.active,
header .main-menu > li a:hover {
  background: #005ca3;
  border-left: 2px solid #6E9AC2;
}

.btn-sm, .btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
    padding: 5px 10px;
}

.banner-section {
padding:0px;
}

footer .footer-line {
    background: none repeat scroll 0 0 #ffffff;
    overflow: hidden;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    width: 100%;
}

h6, .h6 {
    font-size: 10px;
}

/* Contact Form fixes (aug 2017)*/
.wpcf7-submit {
    background: #3E91D4;
    color: white;
    width: 100%;
    border-radius: 4px;
    padding: 12px;
}
input, button, select, textarea {
    border-radius: 5px;
    padding: 5px;
}
/* Contact Form widget sidebar*/

#wpcf7-f1064-o1 input{
width: 100%;
}

