/* here you can put your own css to customize and override the theme */


/* Logo */
.page-header.navbar .menu-toggler.sidebar-toggler{
	margin: 14px 0 0;
}
.page-header.navbar .menu-toggler.responsive-toggler{
	margin: 14px 6px 0 6px;
}
/* Page breadcrumb */
/* RWD */
@media only screen and (max-width: 450px){
	.page-bar {
		margin-bottom: 5px;
	}
}

/* Dropdown Menu START */
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-menu.norway-dropdown-menu {
    width:auto;
}
.navbar-nav .open .dropdown-menu.norway-dropdown-menu{
	border-width: 0px;
}
.page-header.navbar .top-menu .navbar-nav > li:nth-last-child(2) .dropdown-menu {
	margin-right: -52px;
}
.page-header.navbar .top-menu .navbar-nav > li:nth-last-child(2) .dropdown-menu:after,
.page-header.navbar .top-menu .navbar-nav > li:nth-last-child(2) .dropdown-menu:before {
	margin-right: 52px;
}
.page-header.navbar .top-menu .navbar-nav > li:nth-last-child(3) .dropdown-menu {
	margin-right: -93px;
}
.page-header.navbar .top-menu .navbar-nav > li:nth-last-child(3) .dropdown-menu:after,
.page-header.navbar .top-menu .navbar-nav > li:nth-last-child(3) .dropdown-menu:before {
	margin-right: 93px;
}
/* Sub Menu */
.norway-submenu {
	margin-right:20px;
}
.norway-hidden-menu {
	display: none;
}
.norway-hidden-menu > a {
	margin-left:10px;
}
/* Dropdown Menu END */
/* Language Menu START */
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user.norway-dorpdown-lang a.dropdown-toggle,
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user.norway-dorpdown-status a.dropdown-toggle {
    background-color: rgba(0, 0, 0, 0) !important;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user.norway-dorpdown-status a.dropdown-toggle {
	pointer-events: none;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user.norway-dorpdown-lang ul.dropdown-menu {
    width:auto;
}
/* Language Menu END */
/* Logout Button START */
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user a.dropdown-toggle.norway-logout{
	background-color: rgba(0, 0, 0, 0) !important;
	padding-right:6px;
	padding-left:6px;
}
/* Logout Button END */

/* Shopping Cart START */
.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .norway-cart {
	float: left;
	margin: 0 6px 6px 0;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .norway-cart img {
	height: 40px;
	width: 40px;
	-webkit-border-radius: 1% !important;
	-moz-border-radius: 1% !important;
	-ms-border-radius: 1% !important;
	-o-border-radius: 1% !important;
	border-radius: 1% !important;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject .norway-item {
	color: #888;
	font-size: 13px;
	font-weight: 400;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject .norway-price {
	color: #888;
	font-size: 13px;
	font-weight: 400;
	float: right;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .norway-desc {
	color: #AAA;
	display: block !important;
	font-size: 12px;
	line-height: 1.3;
	margin-left: 46px;
}
/* Shopping Cart END */

/* Title START */
@media (max-width: 480px){
	.page-content-wrapper .page-content .page-title small {
		display: inline;
		margin-left:3px;
		clear: both;
	}
}
/* Title END */

/* Fix CSS: Typeahead, radio, checkbox */
.form-group.form-md-line-input :first-child.control-label,
.form-group.form-md-radios :first-child.control-label {
	margin-top: -30px; }
.form-group.form-md-radios,
.form-group.form-md-checkboxes {
	padding-bottom:15px;
}

.form-group.form-md-line-input :first-child.control-label {
	top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #888888;
	opacity: 1 ;
	filter: alpha(opacity=100);
}
.form-md-radios,
.form-group.form-md-checkboxes {
    padding-top: 6;
}

/* portlet action btn */
.portlet .portlet-title .actions a.btn.btn-outline{
	padding:5px 13px;
	font-size: 0.8em;
}

div.md-checkbox.norway-trems{
	margin-right:3px;
}

/* checkout step line */
.step-line.norway-step-line div.mt-step-col.first{
	padding-left:2px;
}
.step-line.norway-step-line div.mt-step-col.last{
	padding-right:2px;
}
.mt-element-step .step-line .mt-step-col {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}  
/* screen > 450px */
@media screen and (min-width: 450px){
	.mt-element-step .step-line .mt-step-number {
	  font-size: 26px;
	  border-radius: 50% !important;
	  display: inline-block;
	  margin: auto;
	  padding: 9px;
	  margin-bottom: 5px;
	  border: 2px solid;
	  border-color: #e5e5e5;
	  position: relative;
	  z-index: 5;
	  height: 60px;
	  width: 60px;
	  text-align: center;
	}
	  .mt-element-step .step-line .mt-step-number > i {
	    position: relative;
	    top: 50%;
	    transform: translateY(-120%);
	}

	.mt-element-step .step-line .mt-step-title {
	  font-size: 14px;
	}
	.mt-element-step .step-line .mt-step-title:after {
	    content: '';
	    height: 3px;
	    width: 50%;
	    position: absolute;
	    background-color: #e5e5e5;
	    top: 35px;
	    left: 50%;
	    z-index: 4;
	}
	  .mt-element-step .step-line .mt-step-title:before {
	    content: '';
	    height: 3px;
	    width: 50%;
	    position: absolute;
	    background-color: #e5e5e5;
	    top: 35px;
	    right: 50%;
	    z-index: 4;
	}
}
/* screen < 450px */
@media screen and (max-width: 449px){
	.mt-element-step .step-line .mt-step-number {
	  font-size: 17px;
	  border-radius: 50% !important;
	  display: inline-block;
	  margin: auto;
	  padding: 9px;
	  margin-bottom: 5px;
	  border: 1px solid;
	  border-color: #e5e5e5;
	  position: relative;
	  z-index: 5;
	  height: 40px;
	  width: 40px;
	  text-align: center; }
	  .mt-element-step .step-line .mt-step-number > i {
	    position: relative;
	    top: 75%;
	    left: -3%;
	    transform: translateY(-120%);
	}

	.mt-element-step .step-line .mt-step-title {
	  font-size: 14px;
	}
	.mt-element-step .step-line .mt-step-title:after {
	    content: '';
	    height: 2px;
	    width: 50%;
	    position: absolute;
	    background-color: #e5e5e5;
	    top: 25px;
	    left: 50%;
	    z-index: 4;
	}
	  .mt-element-step .step-line .mt-step-title:before {
	    content: '';
	    height: 3px;
	    width: 50%;
	    position: absolute;
	    background-color: #e5e5e5;
	    top: 25px;
	    right: 50%;
	    z-index: 4;
	}
}

.page-title {
  padding: 0px;
  font-size: 28px;
  letter-spacing: -1px;
  display: block;
  color: #666;
  margin: 0px 0px 15px 0px;
  font-weight: 300;
  /* subtitle */ }
  .page-title small {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #aaa; }
  .page-content-white .page-title,
  .page-container-bg-solid .page-title {
    color: #666;
    margin-bottom: 30px;
    margin-top: 0px; }
    .page-content-white .page-title small,
    .page-container-bg-solid .page-title small {
      color: #666; }
  .page-content-white .page-title {
    margin: 25px 0;
    font-size: 24px; }


/* color change */
.norway-flicker {
	animation-timing-function: ease;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
}

.norway-flicker-default {
	animation-name: nf-default;
} @keyframes nf-default {
  0% { color: #d64635; }
  50% { color: #c5c5c5; }
  100% { color: #d64635; }
}

.norway-flicker-darkblue {
	animation-name: nf-darkblue;
} @keyframes nf-darkblue {
  0% { color: #d64635; }
  50% { color: #36c6d3; }
  100% { color: #d64635; }
}

.norway-flicker-blue {
	animation-name: nf-blue;
} @keyframes nf-blue {
  0% { color: #d64635; }
  50% { color: #b6d0e7; }
  100% { color: #d64635; }
}

.norway-flicker-grey {
	animation-name: nf-grey;
} @keyframes nf-grey {
  0% { color: #d64635; }
  50% { color: #31c7b2; }
  100% { color: #d64635; }
}

.norway-flicker-light {
	animation-name: nf-light;
} @keyframes nf-light {
  0% { color: #d64635; }
  50% { color: #3FD5C0; }
  100% { color: #d64635; }
}

.norway-flicker-light2 {
	animation-name: nf-light2;
} @keyframes nf-light2 {
  0% { color: #d64635; }
  50% { color: #3FD5C0; }
  100% { color: #d64635; }
}
