@-ms-viewport{ width: device-width; }
@-o-viewport{ width: device-width; }
@-moz-viewport{ width: device-width; }
@-webkit-viewport{ width: device-width; }
@viewport{ width: device-width; }


/*
gammal: 1c1548

ny: 1d1c41

*/
body {
	font: 16px/21px 'Open Sans', Arial, sans-serif;
	position: relative;
	min-height: 100%;
}
body.site {
	background-color: #1d1c41;
}
.normalpage {
	background-color: white;
}

html {
	height: 100%;
	box-sizing: border-box;
}
.body {
/*	padding-bottom: 125px;*/
}
body.view-featured .body {
	padding-bottom: 0px;
	flex: 2 0 0;
	display: flex;
	flex-basis: auto;
}
body.view-featured #content{
	padding: 0;
	min-height: 0;
}
body.view-featured {
	display: flex;
	flex-direction: column;
}
body.view-featured .container {
	display: flex;
	flex-direction: column;
}
body.view-featured .container .slideshow {
	flex: 2 0 0;
}
body.view-featured .container .slideshow .moduletable,
body.view-featured .container .slideshow .flexslider,
body.view-featured .container .slideshow ul,
body.view-featured .container .slideshow li,
body.view-featured .container .slideshow .imagec {
	height: 100%;
	overflow: hidden;
}

header {
	background-color: #1d1c41;
	color: white;
}
nav.navigation {
	background-color: #1d1c41;
}

#content {
	padding: 15px;
}

.item-page p a {
	text-decoration: underline;
}

.brand {
/*	margin-bottom: 10px; */
}
.brand img {
	max-height: 113px;
}
.brandtext {
	font-size: 22px;
	padding: 25px 20px 20px 0px;
	line-height: 30px;
}
.footer {
	background-color: #1d1c41;
	padding: 15px 15px 0 15px;
	color: white;
/*
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
*/
}
.footer a {
	color: white;
}

.footer .footercontent {
/*	margin-bottom: 20px;*/
}

.footer .copyright .span6 {
	padding: 0 15px;
}

h1,h2 {
/*	margin-bottom: 0;*/
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	max-width: 800px;
}
h2 {
	font-size: 18.6px;
	margin-top: 30px;
	/*font-weight: bold; */
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.page-header {
	border: 0;
}

.topmenu .navbar{
	margin: 0;
	padding: 0;
	position: relative;
}

SSS.topmenu .navbar .nav{
	margin: 0;
	padding: 0;
	width: 100%;
/*	text-align: center;*/
	background: #1d1c41;
}


.topmenu .navbar .nav li ul {
	display: none;
	position: absolute;
	background: white;
	z-index: 1000;
	border: 1px solid #1d1c41;
}
.topmenu .navbar .nav li.alias {
	display: none;
}

.topmenu .navbar .nav li:hover ul {
	display: block;
}

SSS.topmenu .navbar .nav li {
	float: none;
	display: block;
/*	width: 20%;*/
}
.navbar .nav > li {
/*	width: 10%;*/
}

.topmenu .navbar .nav li > a {
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: none; /*-1px -1px 0 #164a67 !important; */
	font-size: 120%;
	position: relative;
	text-decoration: none;
}
ul.nav-child.small {
	font-size: 14px;
}

.topmenu .navbar .nav > li li > a {
	display: block;
	color: black;
	font-size: 100%;
}

.topmenu .navbar .nav > li > a.imgmenu{
	padding: 13px 15px;
	height: 30px;
}

.topmenu .navbar .nav > li > a.imgmenu img{
	max-width: auto;
	max-height: 100%;
}

div.menublock.fixed .topmenu .navbar .nav > li > a{
	padding: 10px 15px;
}

div.menublock.fixed .topmenu .navbar .nav > li > a.imgmenu{
	padding: 4px 15px;
}

.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	color: inherit;
	background-color: inherit;
}

.topmenu .navbar .nav > li a:after {
  	position: absolute;
/*  	left: 50%;
  	right: 50%;
*/	bottom: 0;
	top: 0;
  	content: "";
	background: #01366b;
/*	transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transform: translate3d(0, 0, 0);
	*/
	z-index: -1;
}

.topmenu .navbar .nav > li > a:hover:after {
  	left: 0;
  	right: 0;
}

.topmenu .navbar .nav > li a:hover,
.topmenu .navbar .nav > li a:focus{
	background-color: #4332b1;
	color: #fff;
}

.topmenu .navbar .nav li.active > a{
	font-weight: 700;
	background: #eee;
	color: black;
}

#sidebar .menu {
	margin-top: 25px;
	background: #1d1c41;
}

#sidebar .menu li a {
	padding: 3px 0 3px 3px;
	padding: 10px 15px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: none; /*-1px -1px 0 #164a67 !important; */
	font-size: 120%;
	position: relative;
	text-decoration: none;
}

#sidebar .menu li li {
	margin-left: 10px;
}

#sidebar .nav > li > a:hover,
#sidebar .nav > li > a:focus {
	background-color: #dae7f4;
	color: black;
}
#sidebar .nav li.active > a{
	font-weight: 700;
	color: black;
	background: #eee;
}


.contentbottom a.popimage {
	margin: 10px;
	display: inline-block;
	float: left;
}
.footercontent .custom {
	margin-left: 15px;
}

.item-page img {
	margin-bottom: 20px;
}

.item-page .doclink img {
	margin-bottom: 0px;
}

.item-page img.pull-right {
	margin-left: 20px;
}

.item-page .article {
	clear: both;
}

/************ */


.btn.btn-navbar {
    background: none;
    font-size: 30px;
    float: left;
    -webit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-align: center;
/*SSS    display: inline-block; */
    border: none;
    margin: 0;
    padding: 10px 10px;
}


SSS.nav-collapse,
SSSnav .nav-collapse.collapse {
    overflow: hidden;
    width: 0;
    position: absolute;
    top: 38px;
	z-index: 11;
/*	height: 360px !important; */
}
SSS.nav-collapse {
    clear: both;
}

SSSnav .collapse {
	position: relative;
/*	width: 0; */
/*
	overflow: hidden;
	-webkit-transition: width .35s ease;
	-moz-transition: width .35s ease;
	-o-transition: width .35s ease;
	transition: width .35s ease;
*/
}
SSSnav .collapse.in {
	width: 100%;
	max-width: 414px;
}

.container {
	width: 100%;
}

/************ */


.contentbottom .hikashop_cart form {
	padding-top: 20px;
	border-top: 3px solid #1d1c41;

}

.navbar .btn-navbar .icon-bar {
	width: 25px;
	height: 4px;
}

.content {
	max-width: 800px;
}
.span12 .content {
	margin-left: auto;
	margin-right: auto;
}

.headmod {
	margin-top: 26px;
}
.mod-languages {
	text-align: right;
	padding-right: 20px;
}
.headmod form {
	margin: 20px 0px 0px 0px;
}
.headmod .search {
	padding-right: 25px;
	text-align: right;
}
.headmod form input {
	border-radius: 0;
}
.headmod > .moduletable {
	float: right;
	clear: both;
}
.btn-primary {
	background-color: #1d1c41;
}

.content table td {
	word-break: break-word;
}

.flexslider .slides img {
	max-width: none;
	height:100%;
/*	width: auto !important;*/
	object-fit: cover;
}

@media (max-width: 1199px) and (min-width: 980px){
	.topmenu .navbar .nav li > a{
		font-size: 18px;
		padding: 15px 10px;
	}

	.topmenu .navbar .nav > li > a.imgmenu{
		padding: 10px 10px;
		height: 28px;
	}

	div.menublock.fixed .topmenu .navbar .nav > li > a{
		padding: 10px 10px;
	}

	div.menublock.fixed .topmenu .navbar .nav > li > a.imgmenu{
		padding: 5px 10px;
	}
	.item-image {
		max-width: 70%;
	}
}

@media (max-width: 979px) and (min-width: 768px){
	.headmod form {
		margin-top: 40px;
    	}
	#login-form .input-small {
		width: inherit;
	}
	.topmenu .navbar .nav > li a{
		font-size: 115%;	
		padding: 20px 10px;
	}
	
	div.menublock.fixed .topmenu .navbar .nav > li a{
		padding: 10px 10px;
	}
	.item-image.pull-right {
		margin-left: 0;
		float: none;
	}
	.brandtext {
		padding-top: 20px;
	}
	header {
		margin-bottom: 5px;
	}
}

@media (max-width: 767px){
	.navbar .btn-navbar .icon-bar {
		width: 30px;
		height: 4px;
	}
	.topmenu .navbar .nav li ul {
		list-style: disc;
		display: block;
		position: inherit;
		border: 0;
		background: none;
		padding-top: 0;
	}

	.topmenu .navbar .nav > li li > a:before {
		content: "- ";
	}

	.headmod form {
		margin-top: 0px;
		margin-left: 0px;
	}
	.headmod > .moduletable {
		width: 48.936170208%;
		clear: none;
	}
	.headmod {
		margin-top: 8px;
	}

	.brand {
/*		text-align: center;*/
	}
	.brand img {
		max-height: inherit;
		width: 100%;
	}
	.brandtext {
		padding: 5px 5px 5px 10px;

	}
	.topmenu .navbar{
/*		text-align: center; */
	}
	.btn.btn-navbar{
		background: none;
		font-size: 30px;
		float: left;
		-webit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
		text-align: center;
		display: inline-block;
		border: none;
		margin: 0;
	}

	.navbar .btn-navbar .icon-bar{
		width: 30px;
		height: 4px;
	}
	.nav-collapse .nav {
		overflow-y: scroll;
		max-height: 100vh;
	}
	.topmenu .navbar .nav li{
		width: 100%;
		display: block;	
	}
	.topmenu .navbar .nav > li li > a {
		padding-left: 30px;
		color: white;
	}

	#sidebar {
		padding: 5px 10px;
	}
	.item-image.pull-right {
		margin-left: 0;
		float: none;
	}
	div.plan {
		text-align: left;
	}
	.footer .row-fluid [class*="span"] {
		min-height: auto;
	}
	.item-page img {
		float: none;
		margin-left: 0;
	}
	.item-page .popimage {
		display: block;
		width: 100%;
	}
	.body {
		padding-bottom: 145px;
		min-height: 825px;
	}
	.navbar-fixed-top {
		margin: 0;
		position: fixed;
	}
}
@media (max-width: 320px){
	.headmod > .moduletable {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 5px;
		clear: both;
	}
	.headmod .search {
		padding-right: 0;
		text-align: center;
	}	
	.mod-languages {
		text-align: center;
		padding-right: 0;
	}
	.brandtext {
		text-align: center;
	}
	nav.navigation {
		max-height: 90vh;
		overflow-y: scroll;
		border-bottom: 1px solid white;
	}
	.topmenu .navbar .nav li > a {
		padding: 4px 10px;
/*		color: red;*/
	}
}