
/* RUBRIKER */

h1{
	
}

h2{
	font-size: 32px !important;
	color: #000 !important;
	font-weight: 400 !important;
}



.global-footer p{
	font-size: 14px !important;
	line-height: 1.5rem !important;
}


/* Sidebar */

#leftSidebar .sidebarOption{
	position: relative;
	display: block;
	width: 100%;
	float: right;
	margin: 0 !important;
	padding: 8px 15px 8px 30px;
	cursor: pointer;
	color: #666 !important;
	font-weight: 600;
}

.sidebarOption img{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	height: 25px;
	margin-bottom: -7px;
}

#leftSidebar .sidebarOption:hover{
	background: #fff;
}

#rightSidebar .sidebarOption{
	position: relative;
	display: block;
	width: calc(100% - 30px);
	float: left;
	left: -30px;
	margin: 0 !important;
	padding: 8px 15px 8px 30px;
	cursor: pointer;
	color: #666 !important;
	font-weight: 600;
}

#rightSidebar .sidebarOption:hover{
	background: #fff;
}

.sidebarOption.active{
	font-weight: bold;
	background: #fff;
}

#rightSidebar .callBtn{
	position: relative;
	display: block;
	background: #fff;
	color: #233069;
	width: calc(100% - 30px);
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
}

#rightSidebar .callBtn img{
	position: relative;
	display: inline-block;
	height: 25px;
	margin-bottom: -6px;
	margin-right: 10px;
}

.sidebarHeader{
	font-size: 16px;
	font-weight: bold;
}

/*#verkstadGrid{
	width: 100%;
}

#verkstadGrid tr td{
	width: 33.3%;
	padding: 3px;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

#verkstadGrid img{
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
	transition: all 1s ease;
	width: 100%;
}

#verkstadGrid tr td:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all 0s ease;
}
*/

@media only screen and (max-width: 1450px) {
  #rightSidebar {
	display: none !important;
  }
  #verkstadBokaBtnsWrapper .bokaBtn{
		width: 50% !important;
	}
}

@media only screen and (max-width: 900px) {
  #verkstadGrid tr td{
	  position: relative;
	  display: inline-block;
	  float: left;
	  width:100%;
	  padding: 5px;
	  margin: 0;
	  text-align: center;
	  cursor: pointer;
  }
  #verkstadBokaBtnsWrapper .bokaBtn{
	  width: 50% !important;
  }
  #squareGrid .square3{
	  width: 50% !important;
  }
}

#verkstadBokaBtnsWrapper{
	position: relative;
	display: block;
	width: 100%;
}

#verkstadBokaBtnsWrapper .bokaBtn{
	position: relative;
	display: inline-block;
	width: 25%;
	background: #f0f0f0;
	float: left;
	text-align: center;
	padding: 40px 10px 30px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	border: 3px solid #fff;
	cursor: pointer !important;
	transition: all 1s ease;
}

#verkstadBokaBtnsWrapper .bokaBtn:hover{
	background: #e3e3e3;
	cursor: pointer !important;
	transition: all 0.2s ease;
}

#verkstadBokaBtnsWrapper .bokaBtn:active{
	background: #d1d1d1;
}

#verkstadBokaBtnsWrapper .bokaBtn img{
	width: 30%;
	transition: all 1s ease;
	margin-bottom: 15px;
}

#verkstadBokaBtnsWrapper .bokaBtn .pilupp{
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
}

#squareGrid{
	position: relative;
	display: block;
	width: 100%;
}

#squareGrid .square3{
	position: relative;
	display: inline-block;
	width: 33.3%;
	background: #fff;
	float: left;
	text-align: center;
	padding: 40px 10px 30px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	border: 3px solid #fff;
	cursor: pointer !important;
	transition: all 1s ease;
}

#squareGrid .square3:hover{
	background: #f0f0f0 !important;
	cursor: pointer !important;
	transition: all 0.2s ease;
}

#squareGrid .square3:active{
	background: #d1d1d1 !important;
}

#squareGrid .square3 img{
	width: 30%;
	transition: all 1s ease;
	margin-bottom: 15px;
}

#verkstadBokaBtnsWrapper a, #squareGrid a{
	color: #000 !important;
}

#hjulskifteSelectWrapper{
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #e3e3e3;
}

#hjulskifteSelectWrapper .option{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 10px;
	text-align: center;
	background: #f0f0f0;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

#hjulskifteSelectWrapper .option:hover{
	background: #e3e3e3;
}

#hjulskifteSelectWrapper .active{
	background: #233069 !important;
	color: #fff !important;
}

.verkstadSelectBrandDimmer{
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 75px);
	background: rgba(255,255,255,0.35);
	color: #fff;
	cursor: pointer;
	transition: all 0.5s ease;
}
.verkstadSelectBrandDimmer:hover{
	background: rgba(0,0,0,0);
}
.verkstadSelectBrandDimmer .brandName{
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	background: #f0f0f0;
	transition: all 0.5s ease;
	text-align: center;
}
.verkstadSelectBrandDimmer:hover .brandName{
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 230px;
	background: #fff;
	box-shadow: 0px -50px 100px #000;
}
.verkstadSelectBrandDimmer .brandName h2{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold !important;
	transition: all 0.5s ease;
	color: #f0f0f0 !important;
}
.verkstadSelectBrandDimmer:hover .brandName h2{
	top: -50px;
	color: #fff;
}
.verkstadSelectBrandDimmer .brandName img{
	position: relative;
	display: inline;
	max-height: 80px;
	max-width: 200px;
}

/* Rubriker i meny dropdown */

.menyRubrik:before{
	content: "Begagnade bilar";
	position: relative;
	display: block;
	font-size: 14px !important;
	font-weight: bold !important;
	background: #233069 !important;
	color: #fff !important;
	padding: 7px 0px 4px 15px;
	width: 100% !important;
	pointer-events: none !important;
}

.menyRubrikBegbilar:before{
	content: "Begagnade bilar";
}
.menyRubrikNybilar:before{
	content: "Nya bilar";
}
.menyRubrikInfo:before{
	content: "Information";
}

#locationBar{
	text-align: center;
	overflow: hidden;
}

#locationBar .locations{
	float: right;
	animation: locationsSlidein 0.7s ease forwards;
	animation-delay: 0.5s;
	-webkit-transform: translateY(-100px);
}
	
@keyframes locationsSlidein {
	0%   {-webkit-transform: translateY(-100px); opacity: 0;}
	100% {-webkit-transform: translateY(0px); opacity: 1;}
}

@media only screen and (max-width: 600px) {
  #locationBar .locations {
	float: left !important;
  }
}

#locationBar .locationBtn{
	position: relative;
	display: inline-block;
	padding: 0;
	padding-left: 10px;
	font-weight: 600;
	color: #666;
}

#locationBar .locationIcon{
	position: relative;
	display: inline-block;
	height: 25px;
	max-height: 25px;
	min-height: 25px;
	margin-bottom: -7px;
	margin-right: 5px;
}


/* Shortcut bar */

#startsidaShortcuts{
	position: relative;
	display: block;
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#startsidaShortcuts .shortcut{
	position: relative;
	display: inline-block;
	margin: 0;
	width: 150px;
	height: 150px;
	color: #fff;
	text-align: center;
}



@media only screen and (max-width: 600px) {
  #locationBar .breadCrumbs {
	display: none !important;
  }
}






/* Utbud kontaktsidan */
.kontaktUtbudBtn{
	position: relative;
	display: inline-block;
	float: left;
	padding: 7px 15px 7px 15px;
	background: #fff;
	color: #666;
	margin-right: 10px;
	margin-bottom: 10px;
	width: calc(25% - 10px);
	font-size: 18px;
}

.kontaktUtbudBtn img{
	position: relative;
	display: inline-block;
	height: 16px;
	margin-bottom: -2px;
	margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .kontaktUtbudBtn {
	width: 100%;
  }
}


/* STYLING FÖR HUVUDMENYN */

#menu-huvudmeny .sub-menu{
	min-width: 250px !important;
	padding: 0 !important;
}

#menu-huvudmeny .sub-menu li{
	left: -30px !important;
	padding-left: 30px !important;
	border: none !important;
	font-weight: 100 !important;
}

#menu-huvudmeny .sub-menu li, #menu-huvudmeny .sub-menu li a{
	min-width: 250px !important;
	font-weight: 400 !important;
	transition: all 0s !important;
	font-size: 14px;
}

#menu-huvudmeny .sub-menu li:hover a, #menu-huvudmeny .sub-menu li a:hover{
	background: #f0f0f0 !important;
	opacity: 1 !important;
}

.last-drop-menu ul {
	right: 0px !important;
	left: inherit !important;
}

.sub-menu{
	border: none !important;
}

.menu-item-underline a{
	border-bottom: 1px dotted #c0c0c0 !important;
	padding-bottom: 15px !important;
	margin-bottom: 10px;
}


/* Popup nybil modeller */

#dimmer{
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	background: #c0c0c0;
	top: 0;
	left: 0;
	z-index: 99999999;
	overflow: scroll;
	padding-bottom: 100px;
	box-sizing: border-box;
}

.nybilModelPopup{
	position: relative;
	display: block;
	top: 10%;
	left: 50%;
	width: 600px;
	height: auto;
	margin-left: -300px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
	z-index: 99999999;
	margin-bottom: 100px;
	overflow: hidden !important;
}

.nybilModelPopup .containerxx{
	position: relative;
	display: block;
	width: 1200px !important;
	background: red;
	box-sizing: border-box;
	transition: all 0.5s ease;
}

.nybilModelPopup .tillvalWrapper{
	position: relative;
	display: block;
	margin-top: 30px;
}

.nybilModelPopup .tillval{
	position: relative;
	display: block;
	width: 100%;
	padding: 6px 10px 4px 0px;
	box-sizing: border-box;
	font-weight: bold;
}

.nybilModelPopup .tillval:hover .checkbox{
	background: #f0f0f0;
}

.nybilModelPopup .tillval .checkbox{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 1px solid #666;
	background: #fff;
	margin-right: 10px;
	margin-bottom: -3px;
}

.nybilModelPopup .tillval .checked{
	background-color: #233069 !important;
	background-image: url('/majora/img/checkwhite.png') !important;
	background-size: 50% !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.nybilModelPopup .leftPanel{
	position: relative;
	display: block;
	width: 600px;
	padding: 50px;
	box-sizing: border-box;
	background: #fff;
	float: left;
}

.nybilModelPopup .rightPanel{
	position: relative;
	display: block;
	width: 600px;
	padding: 50px;
	box-sizing: border-box;
	background: #fff;
	float: right;
}

.nybilModelPopup .topSumary{
	background: #f0f0f0;
	width: 100%;
	margin-bottom: 30px;
}

.nybilModelPopup .topSumary tr td:first-child{
	width: 25%;	
}

.nybilModelPopup .topSumary tr td:nth-child(2){
	padding: 20px;
}

.nybilModelPopup #tillvalSum{
	font-size: 12px;
	line-height: 16px;
}

.nybilModelPopup .blueInfo{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 16px;
	background: #ddecf6;
	color: #233069;
	padding: 20px;
	margin-top: 30px;
}

.nybilModelPopup .button{
	position: relative;
	display: block;
	width: 100%;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	background: #233069;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	clear: both;
	margin-top: 10px;
}

.nybilModelPopup .button img{
	height: 14px !important;
}

.nybilModelPopup #inbytesbilContainer{
	position: relative;
	display: none;
}


