/*
Theme Name: Sverigekontanter V2
Author: Rivercode
Author URI: https://rivercode.se/
Description: The default theme for Sverigekontanter
Version: 2.0
*/

@import url('css/bootstrap.min.css'); 

.clearfix:before,
.clearfix:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden;   
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
.left{float: left;}
.right{float: right;}

body{
	margin: 0;
	padding: 0;
	background: #fff;
	overflow-x: hidden;
	font-family: "roboto", "helvetica neue", helvetica, arial;
	word-wrap: break-word;
}

/* Colors
------------------------------------------------*/

.lightgreyback{
	background-color: #e1e1e1 !important;
}
.whiteback{
	background-color: #fff !important;
}
.darkgreyback{
	background-color: #616161 !important;
}
.orangeback{
	background-color: #f09433 !important;
}
.whitetext{
	color: #fff;
}
.whitetext a, .whitetext a:hover{
    color: #ffffff;
}
.lightgreytext{
	color: #616161;
}
.greytext{
	color: grey;
}

/* Texter
------------------------------------------------*/

h1, h2, h3, h4, h5, h6{
	font-family: "Abril Fatface", serif;
	font-weight: 400;
    color: #616161;
}
p, legend, label, ul li{
    font-family: "roboto", "helvetica", arial, sans-serif;
    font-size: 15px !important;
    font-weight: 300;
    color: #616161;
    line-height: 24px;
}
.sort-checkbox-box .checkbox-inline{
    height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.btn-custom{
	font-weight: 400;
}
.btn-ghost{
	font-weight: 400;
}
.centerh2{
	text-align: center;
	padding-bottom: 20px;
}
.center{
    text-align: center;
}
.advisor-header{
    font-family: "roboto", "helvetica", arial, sans-serif;
    font-weight: 100;
}
.intro-h1{
    font-size: 50px;
    color: #fff;
}
a{
    color: #f09433;
}
a:hover{
    color: #f09433;
    text-decoration: underline;
}
small{
    font-size: 90%;
    line-height: 20px;
}
hr{
    height: 4px;
    width: 70px;
    background-color: #f09433;
    margin: 2.75em auto 2.75em auto;
    border: 0 none;
}
.specialhr{
	margin: 2.75em auto 2em auto !important;
}
.h1header{
	text-align: center;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 40px;
}
.copyright{
	color: #c6c6c6;
	font-family: "open sans", raleway, "helvetica neue", helvetica, arial;
}
.copyright-mobile{
	line-height: 70px;
	padding-left: 15px;
}
.date{
	padding: 10px 0;
	color: grey;
}
ol{
    padding-left: 18px;
    margin-left: 0;
}


/* buttons
--------------------------------------------------*/

.btn-custom{
	border: 0;
	background: #e8881f;
	color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 8px 10px !important;
}
.btn-custom:hover, .btn-custom:focus,.btn-mobile:hover, .btn-mobile:focus{
    background: #e17a09;
    color: #fff;
}
.boxes .btn-custom{
    width: 100px;
}

.btn-mobile{
    border: 0;
    background: #e8881f;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px 10px;
    width: 100%;
    margin-top: 5px;
}

.btn-intro{
    border: 0;
    background: #f09433;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}
.btn-intro:hover, .btn-intro:focus{
    text-decoration: none;
    color: #fff;
}
.btn-error:hover, .btn-error:focus, #searchsubmit:hover, #searchsubmit:focus{
	background-color: #f09433;
	color: #fff;
}
.btn-error{
	border: 2px solid #f09433;
	background: none;
	color: #f09433;
	width: 200px;
	display: block;
	margin: 15px auto;
}

.btn-ghost{
	border: 2px solid #fff;
	background: none;
	color: #fff;
}
.btn-ghost:hover, .btn-ghost:focus{
	border: 2px solid #fff;
	background: none;
	color: #fff !important;
}

.intro-link-btn{
    width: 120px;
    height: 50px;
    float: right;
    margin: 0;
    position: relative;
    left: -4px;
    padding: 0 !important;
    background-color: #f09433;
    line-height: 44px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-box-shadow: 4px 5px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 5px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         4px 5px 1px rgba(50, 50, 50, 0.75);
}
.link-btn{
    background-color: #f09433;
    line-height: 44px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-box-shadow: 4px 5px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 5px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         4px 5px 1px rgba(50, 50, 50, 0.75);
}
.link-btn:hover, .link-btn:focus{
    color: #fff;
    text-decoration: none;
}
.special-link{
    background-color: #f09433;
    line-height: 44px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 15px;
    padding: 10px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-box-shadow: 4px 5px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 5px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         4px 5px 1px rgba(50, 50, 50, 0.75);
}
.special-link:hover, .special-link:focus{
    color: #fff;
    text-decoration: none;
}
.arrow-right{
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    display: inline-block;
    background-image: url("images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
}
.small{
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 2px;
}
.compare-btn{
    margin: 0 auto 0 auto;
    width: 120px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -25px;
    z-index: 10;
}

#s{
	outline: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid lightgrey;
	padding: 5px;
	width: 100%;
}
#searchsubmit{
	border: 2px solid #f09433;
	background: none;
	padding: 5px 10px;
	color: #f09433;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}
.posts-previous {
	float: left;
}
.posts-next{
	float: right;
}
.posts-previous a, .posts-next a{
	border: 2px solid #f09433;
	width: 100px;
	background: none;
	color: #f09433;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 12px;
	text-decoration: none;
}
.posts-previous a:hover, .posts-next a:hover, .posts-next a:focus{
	background-color: #f09433;
	color: #fff;
}

/* Header
--------------------------------------------------*/
.logo{
	background-image: url("images/logo.png");
	-moz-background-size: 308px 50px;
    -o-background-size: 308px 30px;
    -webkit-background-size: 308px 50px;
    background-size: 308px 50px;
    background-repeat: no-repeat;
    float: left;
    height: 60px;
    background-position: center;
    width: 308px;
}
.navbar {
    background-color: #f09433;
    border-bottom: 1px solid #fff;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff !important;
}
.navbar-default .navbar-toggle{
    border-color: #fff !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: #e17a09;
}
.navbar-collapse{
    background-color: #f09433;
}
.navbar-nav{
	font-family: raleway, "helvetica neue", helvetica, arial;
}
.navbar-default .navbar-nav>li>a, .dropdown-menu>li>a{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
    color: #fff;
}
.navbar-nav>li>.dropdown-menu{
    border:0;
}
.navbar-nav>.menu-item-1933>.dropdown-menu, .dropdown-submenu>.dropdown-menu{
    overflow-y: auto !important;
    max-height: 400px;
    max-height: calc(100vh - 60px);
}
.navbar-nav .current_page_item{
    padding: 0;
}
.navbar-default .navbar-nav .current_page_item a{
    color: #fff;
    background-color: #e17a09;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #fff;
    background-color: #d97609;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    background-color: #e17a09;
}
.navbar-default .navbar-nav>li>a:active{
	font-weight: 500;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    color: #fff;
    background-color: #e17a09;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: #fff;
    background-color: #e17a09;
}
.dropdown-menu{
    background-color: #f09433;
}
.dropdown-submenu{position:relative;width:220px;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>.dropdown-menu>li>a{white-space: normal !important;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
    display: block;
    width: 240px;
    right:162px;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/* Banner
--------------------------------------------------*/

.banner{
	width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	color: #fff;
	padding-top: 60px;
}
.banner-box{
     width: 700px;
     max-width: 100%;
     margin: 0 auto;
}
.banner-box .container{
    width: auto !important;
}


#lan-search{
    max-width: 320px;
}
.selectlanbox{
    width: 60%;
    width: calc(100% - 120px);
    height: 40px;
	background: #fff;
	margin: 5px 0;
    float: left;
}
.selectlanbox.grey{
    background: #e1e1e1;
}
.selectlanbox.grey select{
    background: #e1e1e1;
}
.select-arrows{
    width: 15px;
    height: 15px;
    float: right;
    background-image: url("images/arrows.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
    margin: 12.5px;
}
.select-text{
    font-family: "roboto", sans-serif;
    width: 85%;
    width: calc(100% - 40px);
    height: 100%;
    line-height: 40px;
    text-align: right;
    font-size: 30px;
    font-weight: 300;
    color: #f09433;
    float: left;
}



/* Recension Table
--------------------------------------------------*/

table {
     border-collapse: collapse;
     border-spacing: 0;
}

table {
  width: 100%;
  margin-bottom: 13px;
  margin: 10px auto;
  padding: 0;
  border-collapse: collapse;
  overflow: auto;
}

table th, table td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
  font-family: "open sans", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

table thead{
  padding: 9px;
  font-weight: 400;
  vertical-align: middle;
  background: #f09433;
  color: #fff;
}
table label{
    padding: 0 10px 0 0;
    font-family: "open sans", arial, sans-serif;
    font-size: 15px;
}
table td{
  width: auto;
  vertical-align: top;
  padding: 20px 10px;
  margin: 10px 0 10px;
  font-weight: normal;
  font-size: 15px;
}
table th{
    width: auto;
    vertical-align: top;
    padding: 15px 10px;
    font-weight: 400;
    font-size: 15px;
}
table td a{ 
    text-decoration: none;
}


/* Intro Table
--------------------------------------------------*/

.intro-table {
    border-collapse: separate;
    border-spacing: 1px;
}
.intro-table {
  width: 100%;
  display: block;
  margin: 10px auto;
  padding: 0;
  overflow: auto;
}
.intro-table thead{
  width: 100% !important;
  padding: 9px;
  font-weight: 400;
  vertical-align: middle;
  background: transparent;
  color: #fff;
}
.intro-table th{
  width: auto;
  vertical-align: top;
  padding: 7px 4px;
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
  background-color: transparent !important;
}
table tbody{
    background: transparent !important;
}
.intro-table td{
  width: auto;
  vertical-align: top;
  padding: 7px 4px 7px 7px;
  margin: 0;
  font-weight: 300;
  font-size: 13px;
  width: 20%;
  background-color: #fff;
  color: #616161;
}
.td-title{
    font-family: "Abril Fatface", serif;
    width: 25% !important;
    font-size: 15px !important;
    background-color: transparent !important;
    color: #fff !important;
    border: 0 !important;
}
.td-input{
    padding: 0 !important;
}
.td-input input[type="text"]{
    height: 35px;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    padding-left: 5px;
    color: #000;
}
.td-output{
    text-align: center;
}
.table-output{
    font-size: 15px !important;
    font-weight: bold !important;
    color: green !important;
}
.table-loading{
    width: 15px;
    height: 15px;
    margin: 5px auto 0 auto;
    background-image: url("images/loading.gif");
    background-position: center center;
    background-size: 10px;
    background-repeat: no-repeat;
    display: none;
}
td.td-btn{
    width: 100px;
    padding: 0 !important;
    display: block;
}

/* Interactive page table */

.interactive-page-table{
    background: #e08a30;
    padding: 10px;
}

/* Recension mobile table
--------------------------------------------------*/
.recension-mobile-table tbody{
    background-color: #fff !important;
}
.recension-mobile-table tbody td{
    padding: 5px;
}
.recension-mobile-table tr:nth-child(even){
    background-color: #f2f4f8;
}

/* Recension desktop table
--------------------------------------------------*/
.recension-desktop-table tbody{
  background-color: #fff !important;
}
.recension-desktop-table tr:nth-child(even){
    background-color: #f2f4f8;
}
.recension-single-table{
    background-color: #f6f8f8 !important;
}
.recension-desktop-table tr .tr-logo img{
    width: 150px;
    height: 50px;
}
.recension-desktop-table tr .creditcard-image img{
    width: 100px;
    height: 75px;
}
.creditcard-title{
    width: 200px;
}
.recension-desktop-table th{
    font-weight: bold !important;
    cursor: pointer;
}
.recension-desktop-table th .sort-select-box select{
    width: 115px;
}
.recension-desktop-table .free{
    font-weight: bold;
    color: green;
}
.recension-desktop-table .recension a{
    font-weight: bold;
}
.recension-desktop-table .highlight{
    font-weight: bold;
    color: #900;
}
.recension-desktop-table .apply .btn-custom{
    background-color: green;
}

/* Rating */
.rating{
    margin-top: 5px;
}
.rating img{
    width: 15px;
}

/* Dark table */

.dark-table tbody{
  background-color: #f2f4f8 !important;
}
.dark-table th{
    font-weight: bold !important;
    color: #fff;
    background-color: #000;
}
.dark-table tr td{
    color: #333;
}
.dark-table tr:nth-child(odd){
    background-color: #000;
}
.dark-table tr:nth-child(odd) td{
    color: #fff;
}


/* Body
--------------------------------------------------*/
.container{
	max-width: 1000px;
    width: 95% !important;
}
.paddingbox{
	padding: 60px 15px 80px 15px;
}
.slider-paddingbox{
    padding: 80px 15px 30px 15px;
}
.bodytextbox{
	width: 100%;
	height: auto;
	float: left;
	overflow-x: hidden;
}
.adivsor-logo{
	display: block;
	margin: 0 auto;
}
.textbox_image{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.boxes{
	margin-top: 30px;
}
.boxes img, .boxes > .btn{
	display: block;
	margin: 0 auto;
}
.boxes h2, .boxes p{
	text-align: center;
}
.boxes .btn-primary{
	width: 130px;
}
.colcenter{
	padding: 0 5%;
}
footer .logobox{
    padding: 0 !important;
}
.logobox{
    max-width: 100%;
    padding: 100px 0;
}
.logobox img{
    width: 100%;
    height: auto;
}
.error{
	width: 95%;
	max-width: 400px;
	background: #e1e1e1;
	margin: 100px auto 0 auto;
	padding: 20px;
	border-top: 2px solid #f09433;
    text-align: center;
}
.error img{
	width: 70px !important;
	height: 70px;
	margin: 20px auto;
	display: block;
}
.post{
	background-color: #e1e1e1;
	padding: 20px;
	margin: 20px 0 20px 0;
	border-top: 2px solid #f09433;
}


/* Summery
---------------------------------------------------------------------------------------------*/
.summery{
    background-color: #e1e1e1;
    margin-bottom: 1px;
}
.summery-header{
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    font-size: 30px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    background-color: #f09433;
    color: #fff;
}
.summery-content{
    padding: 15px;
}

/* Recension
---------------------------------------------------------------------------------------------*/

.recension{
    margin: 0 15px 15px 15px;
}
.recension .col{
    padding: 0 !important;
}
.recension-image{
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.recension-info{
    height: auto;
    min-height: 200px;
    background-color: #e1e1e1;
}
.recension-info ul{
    margin: 25px 0 15px 25px;
    padding-left: 15px;
}
.recension-info ul li{
    padding: 5px 0;
}
.recension-info .btn-custom{
    margin-left: 25px;
    margin-bottom: 10px;
}
.recension-buttonbox{
    display: table;
    position: relative;
}
.recension-buttonbox .btn-custom{
    display: block;
    margin: 90px auto 0 auto !important;
    vertical-align: middle;
    width: 230px;
}

/* Related Posts
---------------------------------------------------------------------------------------------*/

.related-posts ul{
    list-style: none;
    padding-left: 0;
}
.related-posts ul li{
    width: 100%;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
}
.related-posts ul li a{
    text-decoration: none;
    color: #616161;
}
.related-posts ul li:nth-child(odd) {
    background: #e1e1e1; 
}
.date-nr{
    color: #616161;
    font-weight: 400;
    display: block;
}
.tag{
    color: #f09433;
}

/* Sidebar
-------------------------------------------------*/

.sidebar{
    padding: 0 !important;
}
.sidebar-object, .sidebar-news{
	width: 100%;
	float: left;
    background-color: #e1e1e1;
}
.sidebar-news{
    padding: 15px;
}
.sidebar-object h3{
	margin: 0;
	padding: 10px 0;
}
.sidebar-news ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.sidebar-news li{
	padding: 5px 0;
}
.sidebar-news li span{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 85%;
}
.sidebar-news li a{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
	color: #616161;
	text-decoration: none;
}
.sidebar-news li a:hover{
	color: #000;
	text-decoration: underline;
}

.sidebar-compare{
    width: 100%;
    float: left;
    background-color: #f09433;
    position: relative;
    padding-bottom: 30px;
    margin: 0;
}
.compare-header{
    width: 100%;
    height: 40px;
    background-color: #a35925;
    line-height: 40px;
    padding-left: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.compare-content{
    padding: 15px;
}
.compare-content label{
    width: 100%;
    margin: 5px 0 0 0;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}
@-moz-document url-prefix() {
.select-moz{
    background-color: #fff;
    padding: 5px 0;
    background-image: url("images/arrows.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
  }
} 
.compare-content select, .selectlanbox select, .snabblan-select select{
    width: 100%;
    height: 30px;
    -moz-appearance: window; 
    -webkit-appearance: none; 
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    padding-right: 35px;
    border: 0;
    direction: rtl;
    border-radius: 0;
    box-shadow: 0;
    color: #f09433;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0;
    background: url("images/arrows.png") no-repeat;
    background-position: right 10px center;
    background-size: 15px;
    background-color: #fff;
    cursor: pointer;
}
.selectlanbox select{
    height: 40px;
    font-size: 20px;
}
.snabblan-select select{
    height: 50px !important;
    direction: ltr !important;
    padding-left: 15px;
    background-color: #e1e1e1 !important;
    margin-top: 40px;
}
.compare-content select{
    direction: ltr !important;
    padding-left: 10px;
}
.compare-content input[type="text"]{
    width: 100%;
    height: 30px;
    padding-left: 10px;
    outline: 0;
    border: 0;
    color: grey;
}
.sidebar-link{
    width: 100%;
    float: left;
    margin-top: 1px;
    background-color: #e1e1e1;
}
.link-header{
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    color: #616161;
    line-height: 40px;
    padding-left: 15px;
}
.sidebar-object ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-object ul{
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    width: 100%;
}
.sidebar-object ul li a{
    color: #616161;
    font-size: 18px;
    padding: 10px 0 10px 15px;
    display: block;
    background: url("images/custom-link-arrow.png") no-repeat right center;
    background-size: 30px;
    background-color: #e1e1e1;
}
.sidebar-object ul li:nth-child(odd) a{
    background: url("images/custom-link-arrow.png") no-repeat right center;
    background-size: 30px;
    background-color: #bcbcbc; 
}


/*  Searchform
-------------------------------------------------------------------*/

.searchform{
    margin: 15px;
    display: block;
    float: left;
    width: 90%;
    width: calc(100% - 30px);
}    
.searchform input[type="submit"]{
    font-size: 0 !important;
    height: 40px;
    width: 40px;
    background-color: #f09433;
    background-image: url("images/search.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    z-index: 90;
    border: 0 !important;
    border-right: 0;
    position: absolute;
    margin: 0;
    cursor: pointer;
    vertical-align: top;
    outline: 0;
    float: right;
}
.searchform input[type="text"]{
    width: 90%;
    width: calc(100% - 40px);
    height: 40px;
    margin-top: 0;
    border: 0;
    padding: 5px;
    border-radius: 0;
    position: relative;
    float: left;
    text-align: right;
    padding-right: 10px;
    outline: 0;
    color: grey;
}

/* Bootstrap Columns */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


/* Lan Search Box
-------------------------------------------------*/
.search-result-box{
    padding: 50px 0;
}

/* Sliderbox
------------------------------------------------ */
.sliderbox{
    margin: 80px 0 20px 0;
    color: #f09433;
}
.glyphicon{
    cursor: pointer;
}
.ui-slider-pips .ui-slider-pip{
    top: 30px !important;
}
.ui-slider-pips .ui-slider-line{
    height: 5px !important;
    top: -5px !important;
}
.ui-slider-horizontal{
    height: 1.4em !important;
}
.ui-slider-horizontal .ui-slider-handle{
    top: -2px !important;
    background: #ffc47c !important;
}
.ui-widget-header{
    background: #f09433 !important;
}
.ui-widget-content{
    background-color: #e5e5e5 !important;
}

/* Loading gif */
.loading{
    width: 60px;
    height: 60px;
    background-image: url("images/loading.gif");
    background-position: center center;
    background-size: 60px;
    background-repeat: no-repeat;
    margin: 50px auto 0 auto;
    display: none;
}


/* Sorting */

.sort-select-box, .sort-betanm-box, .sort-checkbox-box{
    float: left;
    padding: 5px;
}
.sort-betanm-box p{
    font-weight: 400;
    margin-bottom: 0;
}
.sort-select-box{
    padding-right: 5px;
    padding-left: 0;
}
.sort-select-box select{
    width: 150px;
    height: 25px;
    -webkit-appearance: none;
    -moz-appearance: window; 
    -webkit-user-select: none;
    -moz-user-select: none;
    padding-left: 10px;
    padding-right: 25px;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0;
    color: #f09433;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0;
    background: url("images/arrows.png") no-repeat;
    background-position: right 10px center;
    background-size: 15px;
    background-color: #fff;
}

.sort-text-box{
    width: 450px;
    margin: 20px auto;
}
.sort-text-box .loptid-input{
    width:  75px;
    height: 45px;
    outline: 0;
    color: #666;
    padding-left: 10px;
    font-size: 13px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 0;
    border: 1px solid lightgrey;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: window;
    appearance: none;
}
@-moz-document url-prefix() {
    .select-loptid-type-moz{
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding: 0;
        background-image: url("images/arrows.png");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 15px;
    }
} 
.sort-text-box .loptid-type-box{
    width: 75px;
    height: 45px;
    float: left;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    -webkit-appearance: none;
    -moz-appearance: window;
    appearance: none;
    border-radius: 0;

}
.sort-text-box .loptid-type{
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: window; 
    -webkit-user-select: none;
    -moz-user-select: none;
    padding-left: 10px;
    padding-right: 25px;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
    color: #f09433;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0;
    background: url("images/arrows.png") no-repeat;
    background-position: right 10px center;
    background-size: 15px;
    background-color: #fff;
}
.sort-text-box .value{
    outline: 0;
    width: 70%;
    width: calc(100% - 250px);
    height: 45px;
    border: 0;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    color: #666;
    padding-left: 10px;
    font-size: 13px;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: window;
    appearance: none;
    border-radius: 0;
}
.sort-text-box input[type="submit"]{
    width: 100px;
    height: 45px;
    border: 0;
    outline: 0;
    background: #f09433;
    color: #fff;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 0px;
    float: left;
}
input[type="checkbox"]{
    -webkit-appearance: none;
    background-color: #fff;
    padding: 7px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none !important;
    cursor: pointer;
}
.active{
    background-color: #f09433 !important;
    background-image: url("images/check.png");
    background-size: 10px;
    padding: 7px;
    background-repeat: no-repeat;
    background-position: center center;
}
.sort-checkbox-box .checkbox-inline{
    height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Kreditkort */
.creditcard-sort-box{
    width: 400px;
}
.creditcard-sort-box input[type="submit"]{
    width: 130px;
}
.creditcard-sort-box .value{
    width: calc(100% - 223px);
    border-left: 1px solid lightgrey;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.creditcard-sort-box .advanced-btn{
    float: left;
    padding: 12px 10px !important;
    border-radius: 3px;
    margin-left: 10px;
}

/* Filter boxes */
.category-filter{
    display: none;
}
.search-result-box .row{
    margin: 0 -15px 10px -15px;
}
.sort-box{
    width: 100%;
    float: left;
    padding: 2px 5px 2px 0;
}
.sort-box.twocol{
    width: 50%;
}

/* Footer
-------------------------------------------------*/
.footer-menu{
    width: 100%;
    height: 50px;
    background-color: #c5792a;
    float: left;
}
.footermenulist{
    margin: 0;
	padding: 0;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.footermenulist li{
	list-style: none;
	padding: 0 4px;
    line-height: 50px;
    display: inline;
}
.footermenulist li + li:before{
    content: " | ";
    padding: 0 2px;
    color: #c0c0c0;
}
.footermenulist li a{
	color: #fff;
	font-family: "roboto", "helvetica neue", arial, sans-serif;
	font-weight: 100;
    font-size: 15px;
    text-transform: uppercase;
	text-decoration: none;
    display: inline-block;
}
.footermenulist li a:hover{
	color: #fff;
}

footer{
	width: 100%;
	background-color: #f09433;
	clear: both;
	bottom: 0;
    padding: 20px 0;
}

.arrowbox{
    width: 100%;
    height: 70px;
    float: left;  
    margin-top: -30px;
}

.arrowboxDown{
	width: 100%;
    height: 70px;
    float: left;  
    margin-bottom: -30px;
}
.scroll{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-size: 40%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.upbottom{
	background-color: #fff; 
	background-image: url("images/Arrowupgrey.png");
}
.upbottom:hover{
	background-color: #2a2a2a; 
	background-image: url("images/Arrowup.png");
}
.downbottom{
	background-color: #fff;
	background-image: url("images/Arrowdown.png");
}
.downbottom:hover{
	background-color: #f09433;
	background-image: url("images/Arrowdownwhite.png");
}

/* Extra */
img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
a img.aligncenter {
    display: block;
    margin: 0 auto;
}

@media (min-width:900px) {
    #tablepress-1-no-2_wrapper{
        display: none;
    }
}
@media (max-width:900px) {
    #tablepress-1_wrapper{
        display: none;
    }
}

@media (max-width:767px) {

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color: #fff !important;
    }
    .logobox{
        padding: 40px 0;
    }
    .container{
        width: 100% !important;
    }
    .loading{
        width: 50px;
        height: 50px;
        background-size: 50px;
        margin: 30px auto 0 auto;
        display: none;
    }
    .rating{
        margin-top: 0;
    }
    .sort-select-box, .sort-betanm-box{
        float: left;
        padding: 10px;
        width: 100%;
        background-color: #fff;
    }
    .sort-checkbox-box{
        float: left;
        padding: 10px;
        width: 33.333%;
        background-color: #fff;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .sort-select-box select{
        width: 100%;
        height: 35px;
        font-size: 15px;
        background-color: #f1f1f1;
    }
    @-moz-document url-prefix() {
        .select-moz{
            background-color: #e1e1e1;
            padding: 10px 0;
        }
    } 
    .sort-text-box{
        width: 100%;
    }
    .sort-text-box .loptid-input{
        width: 25%;
        outline: 0;
    }
    .sort-text-box .loptid-type-box{
        width: 25%;
    }
    .sort-text-box .value{
        outline: 0;
        width: 50%;
        border-right: 1px solid lightgrey;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: window;
        appearance: none; 
    }
    .sort-text-box input[type="submit"]{
        margin-top: 10px;
        width: 100%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }
    input[type="checkbox"]{
        background-color: #f1f1f1;
    }

    /* Kreditkort */
    .creditcard-sort-box{
        width: 100%;
    }
    .creditcard-sort-box input[type="submit"]{
        width: 130px;
        margin: 0;
        border-radius: 0;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .creditcard-sort-box .value{
        width: calc(100% - 223px);
        border-right: 0;
        border-radius: 0;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

}

@media (max-width:500px) {

    .recension .col{
        width: 100%;
    }
    
    /* Kreditkort */
    .creditcard-sort-box input[type="submit"]{
        width: 130px;
    }
    .creditcard-sort-box .value{
        width: calc(100% - 130px);
    }
    .creditcard-sort-box .advanced-btn{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

}

@media only screen and (max-width : 400px) {

    .logo {
        -moz-background-size: 246px 40px;
        -o-background-size: 246px 40px;
        -webkit-background-size: 246px 40px;
        background-size: 246px 40px;
        background-repeat: no-repeat;
        float: left;
        height: 40px;
        margin: 10px 0 0 5px;
        background-position: center;
        width: 246px;
    }
    .paddingbox{
        padding: 60px 15px 40px 15px;
    }
    td.td-btn, .btn-intro{
        width: 35px;
        height: 77px;
    }
    .btn-intro .arrow-right{
        height: 77px;
        top: 0;
    }
    .intro-button-text{
        display: none;
    }
    .sort-checkbox-box{
        width: 100%;
    }
    
}

@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){
   
   .logo {
        background-image: url("images/logo@2x.png");
    }
}
