@charset "utf-8";@media screen {
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}
}@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	100% {opacity: 1;}
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media screen {
.bounce {
  -moz-animation: bounce 2s 3;
  -webkit-animation: bounce 2s 3;
  animation: bounce 2s 3;
}

}@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@media screen {
.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

}@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen {
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

}@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen {
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

}@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@media screen {
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

}@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@media screen {
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

}@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen {
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

}@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen {
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

}@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@media screen {
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

}@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@media screen {
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

}@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@media screen {
.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}

}@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

@media screen {
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

}@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

@media screen {
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

}@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

@media screen {
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

}@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

@media screen {
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

}@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

@media screen {
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

}@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

@media screen {
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

}@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

@media screen {
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

}@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

@media screen {
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

}@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	
	70% {
		-o-transform: scale(.9);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

@media screen {
.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}

}@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}
	
	80% {
		-moz-transform: translateY(10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}
	
	80% {
		-o-transform: translateY(10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	
	80% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@media screen {
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

}@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@media screen {
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

}@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}
	
	80% {
		-moz-transform: translateX(-10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}
	
	80% {
		-o-transform: translateX(-10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	
	80% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

@media screen {
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

}@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}
	
	80% {
		-moz-transform: translateX(10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}
	
	80% {
		-o-transform: translateX(10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	
	80% {
		transform: translateX(10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

@media screen {
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

}@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}	
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}
	
	25% {
		-moz-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}	
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
	}
	
	25% {
		-o-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}	
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	
	25% {
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		transform: scale(.3);
	}	
}

@media screen {
.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}

}@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

@media screen {
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

}@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

@media screen {
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

}@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes bounceOutLeft {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

@media screen {
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

}@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes bounceOutRight {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

@media screen {
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

}@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

@media screen {
.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}

}@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

@media screen {
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

}@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

@media screen {
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

}@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

@media screen {
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

}@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

@media screen {
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

}@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

@media screen {
.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}

}@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-transform-origin: left bottom;
		-transform: rotate(-90deg);
		opacity: 0;
	}
}

@media screen {
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

}@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

@media screen {
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

}@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

@media screen {
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

}@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@media screen {
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}



}@-webkit-keyframes smothIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3); 
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale(1); 
	}
}

@-moz-keyframes smothIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3); 
	}
	
	100% {
		opacity: 1;
		-moz-transform: scale(1); 
	}
}

@-o-keyframes smothIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3); 
	}
	
	100% {
		opacity: 1;
		-o-transform: scale(1); 
	}
}

@keyframes smothIn {
	0% {
		opacity: 0;
		transform: scale(.3); 
	}
	
	100% {
		opacity: 1;
		transform: scale(1); 
	}
}

@media screen {
.smothIn {
	-webkit-animation-name: smothIn;
	-moz-animation-name: smothIn;
	-o-animation-name: smothIn;
	animation-name: smothIn;
}
}
@media screen {
/*
*
* @package: JoostrapBackbone
* Note:
* The below CSS is implemented across all JoostrapBackbone templates as a single file repository.  Need to fix or tweak across all templates - update here !!
*
*/
/* maintain brand layout */
.navbar-brand {
	height:auto;
}
a.navbar-brand {
	/*padding-left: 0;*/
}
.navbar-collapse.collapse {
	padding-left: 0;
}
/* start menu dropdowns / hover / multiple depth */
#menu {
	width:100%;
}

.dropdown-menu .sub-menu {
	left:100%;
	position:absolute;
	top:0;
	visibility:hidden;
	margin-top:-1px;
}

.dropdown-menu li:hover .sub-menu {
	visibility:visible;
}

.dropdown:hover .dropdown-menu {
	display:block;
}

.dropdown-menu li:hover ul {
	visibility:none;
}

.dropdown:hover .dropdown-menu ul {
	display:none;
}

.nav-tabs .dropdown-menu,.nav-pills .dropdown-menu,.navbar .dropdown-menu {
	margin-top:0;
}

.navbar .sub-menu:before {
	border-bottom:7px solid transparent;
	border-left:none;
	border-right:7px solid rgba(0,0,0,0.2);
	border-top:7px solid transparent;
	left:-7px;
	top:10px;
}

.navbar .sub-menu:after {
	border-top:6px solid transparent;
	border-left:none;
	border-right:6px solid #fff;
	border-bottom:6px solid transparent;
	left:10px;
	top:11px;
	left:-6px;
}

.dropdown-submenu {
	position:relative;
}

.nav-justified>.dropdown>ul.nav-child.dropdown-menu {
	margin-top:0;
	margin-left:0;
	top:auto;
	left:0;
	width:100%;
}

.nav-justified>.dropdown .dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
}

.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px;
	-moz-border-radius:0 6px 6px;
	border-radius:0 6px 6px;
}

.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:#ccc; */
	margin-top:5px;
	margin-right:-10px;
}

.dropdown-submenu:hover>a:after {
/* border-left-color:#fff; */
}

.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;
}

/*
ul li.dropdown-submenu:hover ul.dropdown-menu {
	display:block!important;
}

ul li.dropdown-submenu:hover ul ul.dropdown-menu {
	display:none!important;
}

ul li.dropdown-submenu ul li.dropdown-submenu:hover ul.dropdown-menu {
	display:block!important;
}
*/
/* multi-level menu behaviour fix */
.navbar-collapse ul li.dropdown-submenu:hover ul.dropdown-menu {
	display:none;
}

.navbar-collapse ul li:hover > ul {
	display:block!important;
}

/* end - multi-level menu behaviour fix */
ul li.dropdown-submenu .caret {
	margin-left:5px;
	vertical-align:middle;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
}

.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {
/* background-color:#16A085; */
/* color:#FFF; */
	outline:0 none;
	text-decoration:none;
}

.icons .pull-right>.dropdown-menu,#isotope-container .pull-right>.dropdown-menu {
	min-width:115px;
}

.nav>li span.separator, .nav>li>span.nav-header {
	display:block;
	line-height:20px;
	padding:15px;
}
/* limit images in menu to a reasonable size. */
.nav > li > a > img, .nav>li.deeper.parent >span>img{
	max-height: 24px;
}

.navbar-toggle .icon-bar {
	background-color:#a9a9a9;
}

#mm-sidebar #panel-overview a.fa {
text-decoration: none;
}
#mm-sidebar .mm-current .mm-list > li {
	width:100%;
}

/* stop overflow of non-contained absolutely positioned elements from overflowing outside the page area when pushed by things like the off-canvas nav */
#page {
	overflow: hidden;
}
/* end - stop overflow of non-contained absolutely positioned elements from overflowing outside the page area when pushed by things like the off-canvas nav */


}@media screen and (max-width: 768px){
	.caret {
		display:none;
	}
}

@media screen {
/* end menu dropdowns / hover / multiple depth */
/* start tweaks for using FontAwesome Icons in the Menus */
.navbar-nav>li a.fa:before {
	margin-right:5px;
}

/* end tweaks for usinf FontAwesome Icons in the Menus */
/* start FA &/or Glyph icons on the mail, email and edit front-end dropdown menu */
.icons > .btn-group ul.dropdown-menu > li.fa,.icons > .btn-group ul.dropdown-menu > li > a,.portfolio-item > .btn-group ul.dropdown-menu > li.fa,.portfolio-item > .btn-group ul.dropdown-menu > li > a {
	display:inline-block;
	width:68px;
	text-align:center;
	padding:3px 0;
}

.icons > .btn-group ul.dropdown-menu > li:before,.portfolio-item > .btn-group ul.dropdown-menu > li:before {
	display:inline;
	padding-left:10px;
	color:initial;
}

/* end FA &/or Glyph icons on the mail, email and edit front-end dropdown menu */
/* search module improved layout */
.search-module {
	padding: 10px 0 5px 10px;
	line-height:21px;
}
.search-module input.button {
	vertical-align:middle;
}
/* end - search module improved layout */
/* remove bootstrap style carat from breadcrumbs */
ul.breadcrumb span.divider {
    display: none;
}
/* end - remove bootstrap style carat from breadcrumbs */
/* start - mailto-window */
#mailto-window {
	width:95%;
	padding-left:5%;
}

#mailto-window input {
	width:100%;
	border-radius:4px;
}

.mailto-close > a,#pop-print.btn > a,#mailto-window button {
/*background-color:#fff;*/
/*border-color:#ccc;*/
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
}

.mailto-close > a:hover,#pop-print.btn > a:hover,#mailto-window button:hover {
/*background-color:#e6e6e6;*/
/*border-color:#adadad;*/
}

/* end - mailto-window */
/* responsive image fixups */
img {
	max-width: 100%;
	width: auto   9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.item-image img {
   width: 100%;
   padding-bottom: 20px;
}
/* end - responsive image fixups */
/* start isotope change */
div.joostrap-portfolio div.portfolio-nav div.joostrap ul#filters.option-set.clearfix.dropdown-menu {
	position:relative;
	top:0;
	left:0;
	z-index:995;
	display:block;
	float:left;
	width:100%;
	padding:5px 0;
	margin:2px 0 0;
	list-style:none;
	font-size:14px;
	background-color:transparent;
	border:none;
	border:none;
	border-radius:0;
	-webkit-box-shadow:0;
	box-shadow:none;
	background-clip:inherit;
}

div.joostrap-portfolio div.portfolio-nav div.joostrap ul#filters.option-set.clearfix.dropdown-menu.dropdown-menu>li>a {
	color:inherit;
}

div.joostrap-portfolio div.portfolio-nav div.joostrap {
	float:left!important;
	margin-right:10px;
	margin-bottom:20px;
}

div.joostrap-portfolio div.portfolio-nav div.joostrap ul#filters.option-set li.btn {
	margin-bottom:5px;
}

div.portfolio-nav div.joostrap a.btn {
	display:none;
}

div.joostrap-portfolio div.portfolio-nav div.joostrap ul#filters.option-set li.btn a:hover {
	background-color:transparent;
}

div.joostrap-portfolio div.portfolio-nav div.joostrap ul#filters.option-set li.btn a.selected {
	color:#fff;
}

/* end isotope change */
/* start - isotope breakpoints and responsiveness */
.isotope {
	display:block;
	position:relative;
	width:100%;
	height:100%;
}

.isotope-item {
	z-index:2;
}

.isotope-hidden.isotope-item {
	pointer-events:none;
	z-index:1;
}

.isotope,.isotope .isotope-item {
	-webkit-transition-duration:.8s;
	-moz-transition-duration:.8s;
	-ms-transition-duration:.8s;
	-o-transition-duration:.8s;
	transition-duration:.8s;
}

.isotope {
	-webkit-transition-property:height,width;
	-moz-transition-property:height,width;
	-ms-transition-property:height,width;
	-o-transition-property:height,width;
	transition-property:height,width;
}

.isotope .isotope-item {
	-webkit-transition-property:-webkit-transform,opacity;
	-moz-transition-property:-moz-transform,opacity;
	-ms-transition-property:-ms-transform,opacity;
	-o-transition-property:-o-transform,opacity;
	transition-property:transform,opacity;
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
	-webkit-transition-duration:0;
	-moz-transition-duration:0;
	-ms-transition-duration:0;
	-o-transition-duration:0;
	transition-duration:0;
}

.isotope.infinite-scrolling {
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}

.portfolio-element {
	float:left;
	overflow:hidden;
	position:relative;
	margin:0;
	display:block;
}

.portfolio-element .portfolio-item {
	margin:10px;
	padding:2px;
	display:block;
}

#isotope-container .col-md-2,#isotope-container .col-md-4,#isotope-container .col-md-6 {
	margin:0;
	padding:0;
}

#isotope-container .col-md-3 {
/*margin-left: 1.5%;*/
}

#isotope-container .col-md-12 {
	margin-left:0;
}

div#isotope-container.clearfix div.col-md-3 {
	width:24%;
}

div#isotope-container.clearfix div.col-md-4 {
	width:33%;
}

.portfolio-element {
	float:left;
	overflow:hidden;
	position:relative;
	margin:0;
	display:block;
}

.portfolio-element .portfolio-item {
	margin:10px;
	padding:2px;
	display:block;
}

#isotope-container .col-md-2,#isotope-container .col-md-4,#isotope-container .col-md-6 {
	margin:0;
	padding:0;
}

#isotope-container .col-md-3 {
/*margin-left: 1.5%;*/
}

#isotope-container .col-md-12 {
	margin-left:0;
}

div#isotope-container.clearfix div.col-md-3 {
	width:24%;
}

div#isotope-container.clearfix div.col-md-4 {
	width:33%;
}

.portfolio-nav .joostrap.btn-group a.btn {
	border:1px solid #eaeaea;
	border-bottom:1px solid #d8d8d8;
	padding:8px 15px;
	text-align:left;
	min-width:150px;
	background:#f5f5f5;
	background:-moz-linear-gradient(top,#fff 0%,#f7f7f7 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f7f7f7));
	background:-webkit-linear-gradient(top,#fff 0%,#f7f7f7 100%);
	background:-o-linear-gradient(top,#fff 0%,#f7f7f7 100%);
	background:-ms-linear-gradient(top,#fff 0%,#f7f7f7 100%);
	background:linear-gradient(to bottom,#fff 0%,#f7f7f7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f7f7f7',GradientType=0);
}

.portfolio-nav .joostrap.btn-group.open a.btn,.portfolio-nav .joostrap.btn-group a.btn:hover {
	border-bottom:1px solid #c2c2c2;
}

.portfolio-nav .joostrap.btn-group a.btn:focus,.portfolio-nav .joostrap.btn-group.open a.btn {
	background:#f8f8f8;
}

.portfolio-nav .joostrap.btn-group a span {
	position:absolute;
	right:15px;
}

.portfolio-nav ul.dropdown-menu {
	padding:0;
	border:1px solid #e2e2e2;
	-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
}

.portfolio-nav ul.dropdown-menu li {
	min-width:180px;
}

.portfolio-item .page-header {
	border:0;
	margin:0;
	padding:0;
}

#isotope-container .col-md-2 .page-header,#isotope-container .col-md-3 .page-header,#isotope-container .col-md-4 .page-header,#isotope-container .col-md-6 .page-header {
	border-bottom:1px solid #eaeaea;
}

.portfolio-item .page-header h3 {
	margin-top:8px;
}

.col-md-4 .portfolio-item .page-header h3,.col-md-3 .portfolio-item .page-header h3,.col-md-2 .portfolio-item .page-header h3 {
	font-size:18px;
}

.portfolio-item .joostrap.btn-group a.btn {
	vertical-align:middle;
	border:0;
	margin:0;
	padding:0;
	opacity:.8;
}

.portfolio-item .joostrap.btn-group a.btn:hover,.portfolio-item .joostrap.btn-group a.btn:focus {
	opacity:1;
	background:none;
}

.portfolio-item dl.article-info {
	font-size:11px;
	display:block;
	float:none;
}

.portfolio-item dl.article-info dd {
	float:left;
	float:none;
}

.portfolio-item .readmore {
	display:block;
	float:left;
}
/*media queries isotope*/

}@media screen and (max-width: 980px){
	div#isotope-container.clearfix div.col-md-4 {
		width:50%;
	}

	div#isotope-container.clearfix div.col-md-3 {
		width:50%;
	}
}

@media screen and (max-width: 768px){
	#isotope-container .col-md-2,#isotope-container .col-md-3,#isotope-container .col-md-4,#isotope-container .col-md-6 {
		margin-left:0!important;
	}
}

@media screen and (max-width: 480px){
	div#isotope-container.clearfix div.col-md-4,div#isotope-container.clearfix div.col-md-3 {
		width:100%;
	}
}

@media screen {
/* end - isotope breakpoints and responsiveness */
/* start - stop some badly coded extensions overfloweing the containing elements */
.container {
	max-width:100%;
}

/* end - stop some badly coded extensions overfloweing the containing elements */
/* start - fix extra row padding throwing things out*/
.row {
/*	margin-left:inherit; */
/*	margin-right:inherit; */
}

/* end - fix extra row padding throwing things out*/
/* start - multi-column article containment */
#content-area .items-row .item {
	overflow-x:hidden;
	max-width:100%;
}

/* end - multi-column article containment */
/* start - blog image layout tweaks */
#content-area .items-row .item[class*='column-'] p {
	clear:both;
}

.pull-left.item-image {
	margin-right:10px;
}

.pull-right.item-image {
	margin-left:10px;
}

img.caption {
	max-width:100%;
}

/* end - blog image layout tweaks */
/* start - tag tweaks */
.tags span {
	padding-right:5px;
}

/* end - tag tweaks */
/* start pagination fix-up */
.pagination {
	width:100%;
}

.pagination li {
	display:inline-block;
	padding:inherit;
}

/* end pagination fix-up */
/* start frontend edit */
div#jform_catid_chzn.chzn-container,div#jform_catid_chzn.chzn-container div.chzn-drop,div#jform_state_chzn.chzn-container,div#jform_state_chzn.chzn-container div.chzn-drop,div#jform_featured_chzn.chzn-container,div#jform_featured_chzn.chzn-container div.chzn-
drop,div#jform_access_chzn.chzn-container,div#jform_access_chzn.chzn-container
div.chzn-drop,div#jform_metadata_tags_chzn.chzn-container,div#jform_metadata_tags_chzn.chzn-container div.chzn-drop,div#jform_language_chzn.chzn-
container,div#jform_language_chzn.chzn-container div.chzn-drop,div#jform_language_chzn.chzn-container,div#jform_tags_chzn.chzn-container {
	width:280px!important;
}

div#jform_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
	padding:0;
}

ul.manager.thumbnails li {
	display:inline-block;
}

a.modal-button.btn,div.btn-toolbar a.btn,form#imageForm.form-vertical div.well div.row
div.pull-right button.btn.btn-primary,form#adminForm.form-inline fieldset.filter
div.btn-toolbar div.btn-group button.btn.hasTooltip,body.contentpane button {
	display:inline-block;
	padding:6px 12px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:400;
	line-height:1.428571429;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	border:1px solid rgba(0,0,0,0);
	border-radius:4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
/*color:#FFF;*/
/*background-color:#1085DE;*/
/*border-color:#1085DE;*/
}
div.edit.item-page {
	margin-top:30px;
}
a.btn.modal_jform_contenthistory {
	padding:10px;
}
form#adminForm li>a, form#adminForm label.hasTooltip, form#adminForm input.hasTooltip, form#adminForm .chzn-container {
	display: inline-block !important;
}
/* end frontend edit */
/* some from layout tweaks */
#contact-form .col-md-6 {
	padding-left:0;
	padding-right:0;
}
#contact-form input, #contact-form textarea {
	width:100%;
}
input#modlgn-remember {
	margin-left: 20px;
	margin-top: 6px;
}
#login-form .control-group input.input-sm {
	width: 100%;
}
/* form#login-form ul {
	padding-left: 0px;
}
form#login-form li {
	list-style: none;
} */
span.input-group-addon {
	padding: 0 15px;
	min-width: 100px !important;
}

}@media screen and (min-width: 991px){
	#contact-form .col-md-6 .name-input {
		padding-right:15px;
	}
}

@media screen {
#contact-form #jform_captcha {
	padding-bottom:15px;
}

/* end - some contact from layout tweaks */
a.btn.btn-primary.btn-sm {
	margin-top:-3px;
}

a.btn.dropdown-toggle {
/*	background-color:#444; */
}

/* fix modal layering */
.modal {
	position:fixed;
	z-index:1050;
}

/* end - fix modal layering */
/* revolution slider tweaks */
#slider div.module-content > div {
/* shadow element fix */
	position:inherit!important;
}

.revolution .fullwidthbanner-container {
	width:100%!important;
}

/* end - revolution slider tweaks */
/* start back to top */
a.go-top {
	color:#FFF;
}

.go-top {
	position:fixed;
	bottom:2em;
	right:2em;
	text-decoration:none;
	color:#FFF;
	background-color:rgba(0,0,0,0.3);
	font-size:12px;
	padding:1em;
	display:none;
	z-index:9999;
}

/* end back to top */
/* social icons default styling */
ul.social-icons {
	list-style-type:none;
	margin:0 20px 0 0;
	padding:0;
}

ul.social-icons li {
	padding:0;
	margin:2px;
	float:left;
	display:inline-block;
}

ul.social-icons li a {
	background-image:url(../../../../../../templates/jooswatch-v3-5/images/social-icons.png);
	background-repeat:no-repeat;
	background-size:270px 60px;
	float:left;
	display:block;
	opacity:.4;
	width:30px;
	height:30px;
	-webkit-transition:background 180ms ease-in-out;
	-moz-transition:background 180ms ease-in-out;
	-ms-transition:background 180ms ease-in-out;
	-o-transition:background 180ms ease-in-out;
	transition:background 180ms ease-in-out;
}

ul.social-icons li.icon_facebook a {
	background-position:0 -30px;
}

ul.social-icons li.icon_twitter a {
	background-position:-30px -30px;
}

ul.social-icons li.icon_pinterest a {
	background-position:-60px -30px;
}

ul.social-icons li.icon_dribbble a {
	background-position:-90px -30px;
}

ul.social-icons li.icon_in a {
	background-position:-120px -30px;
}

ul.social-icons li.icon_flickr a {
	background-position:-150px -30px;
}

ul.social-icons li.icon_youtube a {
	background-position:-180px -30px;
}

ul.social-icons li.icon_vimeo a {
	background-position:-210px -30px;
}

ul.social-icons li.icon_googleplus a {
	background-position:-240px -30px;
}

ul.social-icons li.icon_facebook a:hover {
	background-position:0 0;
}

ul.social-icons li.icon_twitter a:hover {
	background-position:-30px 0;
}

ul.social-icons li.icon_pinterest a:hover {
	background-position:-60px 0;
}

ul.social-icons li.icon_dribbble a:hover {
	background-position:-90px 0;
}

ul.social-icons li.icon_in a:hover {
	background-position:-120px 0;
}

ul.social-icons li.icon_flickr a:hover {
	background-position:-150px 0;
}

ul.social-icons li.icon_youtube a:hover {
	background-position:-180px 0;
}

ul.social-icons li.icon_vimeo a:hover {
	background-position:-210px 0;
}

ul.social-icons li.icon_googleplus a:hover {
	background-position:-240px 0;
}
/* bit of vertical alignment if social icons are in the footer */
.footer ul.social-icons {
	margin: 23px;
}
/* end - social icons default styling */
/* start - joostrap menu module for secondary menu usage - styling at breakpoint */

}@media screen and (max-width: 980px){
	#menu .container {
	/*	padding:20px; */
	/* overflow:hidden; -- this was causing issues with sub-menus breaking out of containers in which menus are placed  */
	}

	#menu .nav.menu.navbar-nav > li {
	/*float:none;*/
	/* removed as causing menu on base to go vertical below 980px */
		border:0;
		background:none;
		padding:0;
	/*	border-top:1px solid #ddd; */
	}
}
@media screen {
/* end - joostrap menu module for secondary menu usage - styling at breakpoint  */
}
@media screen {
#mc_embed_signup .inputbox {
    display: block;
    width: 90%;
    margin: 10px 0 10px 0;
    padding: 8px 12px;
    box-shadow: none;
    background: #f9f9f9;
    border: 0;
    font-weight: 300;
}
.boldmenu {
	text-transform: uppercase;
	font-weight: 700 !important;
}
#contact-form input[type="text"],#contact-form input[type="email"], #contact-form textarea {
    display: block;
    margin: 10px 0 0;
    padding: 8px 12px;
    box-shadow: none;
    background: #f9f9f9;
    border: 0;
    font-weight: 300;
}
#contact-form textarea {
  resize: none;
}
#contact-form label {
  font-weight: bold;
}
#contact-form legend {
  font-size: 1.1em;
}
#contact-form input[type="checkbox"] {
  display: inline-block;
  width: 1em;
}

/* ###### SOCIALA IKONER ##### */

.socialawesome i {
  font-size: 80px;
  color: #404040;
}

.facebook i:hover {
  color: #3b5998;
  transition: all 0.2s ease-in 0s;
-webkit-transition: all 0.2s ease-in 0s;
}
.twitter i:hover {
  color: #4099FF;
  transition: all 0.2s ease-in 0s;
-webkit-transition: all 0.2s ease-in 0s;
}
.instagram i:hover {
  color: #9b6954;
  background: -webkit-linear-gradient(#9b6954, #ded1c1);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 transition: all 0.2s ease-in 0s;
-webkit-transition: all 0.2s ease-in 0s;
}

/* ###### PARALLAX HEADERS ###### */
.parallaxwrapper {
  position: relative;
  width: 100%;
  height:500px;
  overflow: hidden;
}

}@media screen and (max-width: 768px){
.parallaxbg {
  height: 300px !important;
}
.parallaxwrapper {
  height: 200px;
}
.parallaxtext h1 {
  font-size: 20px !important;
  }
}
@media screen {
.parallaxbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 650px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
      background-position: 50% 50%;

}
.parallaxtext {
  position: absolute;
  left: 10%;
  bottom: 10%;
}
.parallaxtext h1, .parallaxtext p {
    text-align: left;
    margin: 0;
    padding: 1em 0;
    color: #ffffff;
    font-size: 50px;
  }
  /* ###### PAGINATION BLOG ###### */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #808080;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus,
.pagination > li > span:focus {
    color: #abb3be;
    background-color: #eeeeee;
    border-color: #dddddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #808080;
    border-color: #808080;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover,
.pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
/* ###### RESPONSIVE VIDEO CONTAINER ###### */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ###### Strapline PADDING etc. ###### */
#strapline {
    padding-bottom: 50px;

}
#strapline2 {

    padding-bottom: 50px;
            background: #EBECED;
}

.dropdown-menu>.active>a:hover{
	color:#000;
}
a.btn-default.btn {
	letter-spacing: 0px;
}
#strapline2 img:hover, #strapline img:hover {
-webkit-transform: scale(0.97);
-moz-transform: scale(0.97);
transform: scale(0.97);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#strapline2 img, #strapline img {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

.highlightrubbe {
    font-size: 18px;
    padding-top: 20px;
padding-bottom: 20px;
}
blockquote {
    font-size:16px;
}
.mm-list a.mm-subopen {
z-index: 1 !important;
}
.mm-list a.mm-subopen + span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}
.blog {
    margin-top: 50px;
}
.blockq {
    margin-top: 50px;
    margin-bottom: 50px;
}
.tjanstrubrikbg {
background: #fff;
z-index: 500;
float: left;
margin-top: -80px;
width: 102%;
}

.tjanstrubrikbg h1 {
    background: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.tjansttext {
position: absolute;
bottom: 20px;
right: 40px;
z-index: 1;
background: #ffffff;
padding:1px 1px 1px 1px;
}
.itemid-232 .btn-default, .itemid-232 .btn {
  margin-bottom: 0px !important;
}
.tjanstbild {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    max-width: 100%;
    margin-top: 100px;
}
.tjanstknapp {
  text-align: right;
}
.tbleft {
        background-position: left !important;
}
.tbright {
        background-position: right;
}
.presentationstextbg {
    margin-top: 100px;
    background: #3E3E3B;
    width: 100%;
}
.presentationstext {
    padding-top: 50px;
    padding-bottom: 100px;
    min-height: 400px;
    color: white;
}


}@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media screen {
.arrowbg {
    z-index:499;
    position:absolute;
    margin-top:-100px;
    margin-left: -100px;
    left: 50%;
}
.arrow {
    z-index:500;
position:absolute;
    margin-top:-50px;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=");
  background-size: contain;
}
.page-header {
    margin: 42px 0 15px;
    padding-bottom: 0px;
    border:0px;
}
/* ###### BODY ###### */
body {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	background-color: #fff;
	font-weight: 300;
  margin: 0
}
/* ###### LOGOTYPE ###### */
.navbar-brand {
    padding: 0px;
}
.navbar-brand img {
	margin-top: 15px;
	margin-bottom: 0px;
    max-width: 250px;

}

}@media screen and (max-width: 768px){
    .navbar-brand img {
    max-width: 150px !important;

}
    div.navbar-toggle.navbar-btn.pull-right.visible-xs {
	margin-top: 15px !important;
    margin-right: 0px !important;
}
}
@media screen {
/* ###### MENY ###### */
.nav>li>span.nav-header {
    line-height: 22px;
}
.navbar-inverse .navbar-toggle:hover {
    background-color: white;
}
.navbar-nav>li {
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #808080;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #808080;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #ccc;
    background-color: #ffffff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #000000;
}
.navbar-nav {
    padding-top: 15px;
}
.navbar-nav>li>a {
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.navbar-inverse {
	background: #ffffff;
    color: #00000;
}

}@media screen and (min-width: 800px){

.navbar-nav {
    float: right;
    margin: 0;
}
.nav>li {
    height: 45px;
}
}
@media screen {
.dropdown-menu {
    font-size: 14px;
    line-height:2,75;
    font-weight:300;
}
.dropdown-menu > li > a:hover {
    background-color: #EEE !important;
    color:#000;
}
 .nav > li > a:hover, .nav > li > a:focus {
    background-color: #ffffff !important;
	color:#808080 !important;
	transition: all 0.1s ease-in 0s;
    -webkit-transition: all 0.1s ease-in 0s;
}

h1, h2, h3, h4, h5, h6 {
	color: #1f1f1f;
	margin: 10px 0;
	letter-spacing: 0;
	font-weight: 300;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #1f1f1f;
}
div.navbar-toggle.navbar-btn.pull-right.visible-xs {
	border:0px !important;
	margin-top: 25px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #808080;
}

ul.breadcrumb {
	margin-top:16px;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
		vertical-align: top;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
}
.small-logos {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
        transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.small-logos:hover {
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
#footer {
	background:#EBECED;
}
#footer1 {
    margin-bottom:50px;
}
#above-content {
    	margin-top:50px;
    background: hotpink;
}
.frontpagetitle {
	margin-top: 100px;
	margin-bottom: 50px;
}
div.headline {
	margin-top: 50px;
}
div.pull-left {
	margin:0px 15px 15px 0;
}
a {
    color: #808080;
}
a:hover {
    color: #000;
    text-decoration:none;
}
.bildrubrik {
	width:100%;
	height:400px;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 50px;
    color: #fff;
   /* box-shadow: 0px 10px 5px #888888; */
    text-shadow: 2px 2px 4px #000000;
    position: relative;
}

}@media screen and (min-width: 600px){
.bildrubriktextrubbe {
    font-size: 100px;
    line-height: 130px;
    }
.bildrubriktext {
    font-size: 30px;
    line-height: 30px;
}
}
@media screen and (max-width: 599px){
.bildrubriktextrubbe {
    font-size: 60px;
    line-height: 60px;
    }
.bildrubriktext {
    font-size: 30px;
    line-height: 30px;
}
}
@media screen {
/*
.btn-primary {
    color: #ffffff;
    background-color: #808080;
    border-color: #808080;
    margin-bottom: 10px;
}
.btn-default {
    color: #ffffff;
    background-color: #808080;
    border-color: #808080;
    margin-bottom: 10px;
}
*/
.btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 3px;
  color: #000000 !important;
  font-size: 16px !important;
  padding: 10px 20px 10px 20px !important;
  border: solid #000000 1px !important;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.4) !important;
}

.btn:hover {
  background: #000000 !important;
  text-decoration: none;
  color: #ffffff !important;
}
.btnlight {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 3px;
  color: #efefef !important;
  font-size: 16px !important;
  padding: 10px 20px 10px 20px !important;
  border: solid #efefef 1px !important;
  text-decoration: none;
  background: transparent !important;
}

.btnlight:hover {
  background: #efefef !important;
  text-decoration: none;
  color: #000000 !important;
}
.ba-caption {
display: none;
}
#k2Container {
	margin-top: 50px;
}
.footertext {
    font-size: 13px;
    padding: 30px 0px 30px 0px;
}
.rubrikboxbg {
    height: 500px;
    background: #EBECED;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: -1;
}
.rubrikbox {
    margin-top: 150px;
    height: 500px;
    border: 1px;
    width: 100%;
    position: relative;
    font-size: 60px;
}
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translateX(-30%);
      transform: translateX(-30%); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }
.mm-menu.mm-vertical .mm-list > li.mm-opened.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }
  html.mm-opened .mm-page {
    box-sizing: border-box;
    position: relative; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative; }
  .mm-buttonbar:after {
    content: '';
    display: block;
    clear: both; }
  .mm-buttonbar > * {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-buttonbar > a {
    text-decoration: none; }
  .mm-buttonbar > input {
    position: absolute;
    left: -1000px;
    top: -1000px; }
  .mm-buttonbar > input:checked + label {
    border-color: transparent  !important; }
  .mm-buttonbar > *:first-child,
  .mm-buttonbar > input:first-child + * {
    border-left: none; }
  .mm-buttonbar.mm-buttonbar-2 > * {
    width: 50%; }
  .mm-buttonbar.mm-buttonbar-3 > * {
    width: 33.33%; }
  .mm-buttonbar.mm-buttonbar-4 > * {
    width: 25%; }
  .mm-buttonbar.mm-buttonbar-5 > * {
    width: 20%; }

.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px; }

.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px; }
  .mm-footer .mm-buttonbar > * {
    border-left: none; }

.mm-list > li > .mm-buttonbar {
  margin: 10px 20px; }

.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333; }
  .mm-menu .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: #333333; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0; }

.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px; }

.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header .mm-title,
  .mm-header .mm-prev,
  .mm-header .mm-next {
    padding-top: 30px; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative; }
  .mm-header .mm-prev,
  .mm-header .mm-next {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
  .mm-header .mm-prev {
    padding-left: 20px;
    padding-right: 10px;
    left: 0; }
  .mm-header .mm-next {
    padding-left: 10px;
    padding-right: 20px;
    right: 0; }
  .mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-header [href].mm-prev:before {
    border-right: none;
    border-bottom: none;
    margin-left: 2px;
    margin-right: 5px; }
  .mm-header [href].mm-next:after {
    border-top: none;
    border-left: none;
    margin-left: 5px;
    margin-right: -2px; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px; }
  .mm-menu.mm-hassearch .mm-header .mm-title,
  .mm-menu.mm-hassearch .mm-header .mm-prev,
  .mm-menu.mm-hassearch .mm-header .mm-next {
    padding-top: 20px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px; }
  .mm-menu.mm-hasheader > .mm-panel.mm-list {
    padding-top: 60px; }
  .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }
  .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
    padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header .mm-prev:before,
  .mm-menu .mm-header .mm-next:after {
    border-color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu labels addon CSS
*/
.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px; }
.mm-list > li.mm-collapsed {
  display: none; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px; }
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0; }

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0; }

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0; }

.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.mm-search {
  padding: 10px; }
  .mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0; }
  .mm-menu .mm-noresultsmsg:after {
    border: none !important; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px; }
  .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px; }
  .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
    padding-top: 0; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 1; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

label.mm-toggle, label.mm-check {
  right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px; }

label.mm-check + a,
label.mm-check + span {
  margin-right: 50px; }

a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px; }

a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px; }

a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px; }

em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px; }

em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px; }

em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu label.mm-toggle:before {
    background: #333333; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-page,
html.mm-front #mm-blocker {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }
/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header .mm-title,
  .mm-header .mm-prev,
  .mm-header .mm-next {
    padding-top: 30px; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative; }
  .mm-header .mm-prev,
  .mm-header .mm-next {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
  .mm-header .mm-prev {
    padding-left: 20px;
    padding-right: 10px;
    left: 0; }
  .mm-header .mm-next {
    padding-left: 10px;
    padding-right: 20px;
    right: 0; }
  .mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-header [href].mm-prev:before {
    border-right: none;
    border-bottom: none;
    margin-left: 2px;
    margin-right: 5px; }
  .mm-header [href].mm-next:after {
    border-top: none;
    border-left: none;
    margin-left: 5px;
    margin-right: -2px; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px; }
  .mm-menu.mm-hassearch .mm-header .mm-title,
  .mm-menu.mm-hassearch .mm-header .mm-prev,
  .mm-menu.mm-hassearch .mm-header .mm-next {
    padding-top: 20px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px; }
  .mm-menu.mm-hasheader > .mm-panel.mm-list {
    padding-top: 60px; }
  .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }
  .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
    padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header .mm-prev:before,
  .mm-menu .mm-header .mm-next:after {
    border-color: rgba(255, 255, 255, 0.3); }
input [type=email] {
    display: block;
    width: 90%;
    margin: 10px 0 10px 0;
    padding: 8px 12px;
    box-shadow: none;
    background: #f9f9f9;
    border: 0;
    font-weight: 300;
}
a:active,
a:focus {
  outline: 0;
}
img {
  border: none;
}
body.contentpane #k2Container {
  padding: 16px;
}

.k2Padding {
  padding: 4px;
}

.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

.even {
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.odd {
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #eee;
}

div.k2FeedIcon {
  margin: 10px 0 20px;
}
.userBlock .k2FeedIcon {
  padding: 0;
}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
}
div.k2FeedIcon a i {
  padding-right: 10px;
}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: block;
}

.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  float: none;
}
.itemRatingForm ul {
  float: left;
  clear: both;
}
.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
  clear: left;
}
div.itemRatingForm .formLogLoading {
  background: url(http://www.ottossonphoto.com/images/system/loading.gif) no-repeat left center;
  height: 25px;
  padding: 0;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: transparent url(http://www.ottossonphoto.com/images/system/transparent_star.gif) left -1000px repeat-x;
}
.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
  transition: none;
}
.itemRatingList a:hover {
  background-position: left bottom;
}
.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}
span.siteRoot {
  display: none;
}

.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}
.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}

.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: #fff !important;
}
#recaptcha_table {
  border-color: #ccc !important;
}
#recaptcha_response_field {
  border-color: #ccc !important;
  background-color: #fff !important;
}

.k2ArchivesBlock ul {
  list-style: none;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.k2ArchivesBlock {
  padding-bottom: 10px;
}
.clearList {
  display: none;
  float: none;
  clear: both;
}

.lastItem {
  border: none;
}

.k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 0;
  padding: 0;
  margin: 2px 10px 4px 0;
}

a.k2ReadMore {
  background: #808080;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  border: 2;
}
a.k2ReadMore:hover {
  border-color: #808080;
  border-color: #808080;
  background:#000;
}

div.k2Pagination {
  padding: 0;
  margin: 24px 0 4px 0;
  text-align: left;
  color: #999;
}
div.k2Pagination .counter {
  margin-left: 10px;
}

div.k2Pagination ul {
  text-align: center;
}
div.k2Pagination ul li {
  display: inline;
}

div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  background: none;
}

.featured-div {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  background: url(http://www.ottossonphoto.com/images/system/featuredItem.png) no-repeat 100% 0;
}

a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 4px auto 16px;
  padding: 4px;
  background: #F7FAFE;
  border: 1px solid #ccc;
  text-align: center;
  color: #555;
  font-size: 13px;
}
a.itemPrintThisPage:hover {
  background: #eee;
  text-decoration: none;
}
div.itemView {
  padding: 8px 0 24px 0;
  margin: 20px 0;
  border-bottom: 0;
  position: relative;
}

span.itemEditLink {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
div.itemHeader {

  padding: 0;
}
div.itemImageBlock div.itemDateCreated,
div.catItemImageBlock div.itemDateCreated,
div.tagItemImageBlock div.itemDateCreated,
div.userItemImageBlock div.itemDateCreated {
  display: block;
  color: #eee;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 0;
  float: left;
}
div.itemImageBlock div.itemDateCreated .dayno,
div.catItemImageBlock div.itemDateCreated .dayno,
div.tagItemImageBlock div.itemDateCreated .dayno,
div.userItemImageBlock div.itemDateCreated .dayno {
  background: #000;
  font-size: 30px;
  line-height: 29px;
  padding: 9px 6px 10px;
  margin: 0;
  float: left;
  color: #fff;
  font-weight: 600;
}
div.itemImageBlock div.itemDateCreated .month-year,
div.catItemImageBlock div.itemDateCreated .month-year,
div.tagItemImageBlock div.itemDateCreated .month-year,
div.userItemImageBlock div.itemDateCreated .month-year {
  background: #808080;
  color: #fff;
  margin: 0;
  padding: 5px;
  float: left;
  line-height: 19px;
  text-transform: none;
  font-weight: 600;
}
div.itemHeader h2.itemTitle {
/*  font-family: 'Hind', sans-serif; */
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  padding: 0 60px 0 0;
  margin: 0 0 20px;
  overflow: hidden;
  text-transform: none;
  color: #333333;
}
@media screen and (max-width: 767px) {
  div.itemHeader h2.itemTitle {
    font-size: 26px;
  }
}
div.itemHeader h2.itemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

div.itemHeader span.itemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}
div.itemToolbar {
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  position: absolute;
  top: 32px;
  right: 0;
}
.top-tools {
  margin-left: 20px;
}
div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
div.itemToolbar ul li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  background: none;
  font-size: 12px;
}
div.itemToolbar ul > li:first-child {
  border: none;
}
div.itemToolbar .btn-default:hover,
div.itemToolbar .btn-default:focus,
div.itemToolbar .btn-default:active {
  background: none;
}

div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}
div.itemToolbar ul li a img {
  vertical-align: middle;
}
div.itemToolbar .btn-group > .dropdown-toggle {
  padding: 2px 5px;
}
div.itemToolbar .dropdown-menu li {
  text-align: left;
  display: list-item;
  padding: 0;
  border: 0;
}
div.itemToolbar .dropdown-menu li a {
  font-size: 14px;
}
div.itemRatingBlock {
  padding: 0;
  margin: 10px 0 0;
}
div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #888;
}
div.itemBody {
  padding: 0;
  margin: 0 10px;
}
div.itemImageBlock {
  padding: 0;
  margin: 0;
  position: relative;
}
span.itemImage {
  display: block;
  text-align: center;
  margin: 0 0 30px;
}
span.itemImage img {
  border: none;
  padding: 0px;
  width: 100% !important;
}
span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}
span.itemImage a.modal {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
  display: block;
  margin: 0;
  position: relative;
  top: auto;
  left: 0px;
  right: 0;
  width: auto;
  z-index: 10;
  overflow: hidden;
}
#sbox-window {
  height: auto !important;
}
span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
}
.mn-itemText {
  overflow: hidden;
  padding: 0;
}
div.itemIntroText {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  padding: 0;
}
div.itemFullText {
  line-height: 1.8;
  margin-top: 25px;
  font-weight: 300;
}
div.itemFullText h3 {
  margin: 0;
  padding: 16px 0 4px 0;
}
div.itemExtraFields {
  margin: 10px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 0;
}
div.itemExtraFields h3 {
  margin: 0 0 8px;
  padding: 0 0 8px 0;
  line-height: normal !important;
  border-bottom: 1px solid #eee;
}
div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.itemExtraFields ul li {
  display: block;
  margin-bottom: 10px;
  padding: 5px 0;
  clear: both;
  float: left;
}
div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  width: 20%;
}
div.itemExtraFields ul li span.itemExtraFieldsValue {
  padding-left: 30px;
}
div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 0;
  border-top: none;
  color: #999;
  font-size: 12px;
}
span.itemHits {
  float: left;
}
div.itemSocialSharing {
  padding: 20px 0 0;
  margin: 0 0 10px;
}
div.itemTwitterButton {
  float: left;
  margin: 0 24px 0 0;
}
div.itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 200px;
}
div.itemGooglePlusOneButton {
  float: left;
  width: 100px;
}
div.itemLinks {
  margin: 16px 0;
  padding: 0;
}
div.itemCategory {
  display: inline;
  padding: 0px;
  border: none;
}
div.itemCategory span {
  font-weight: normal;
  color: inherit;
  padding: 0;
  font-weight: 300;
}
div.itemTagsBlock {
  padding: 0;
  border-bottom: 0;
  margin: 25px 0 10px;
}
div.itemTagsBlock span {
  font-weight: normal;
  color: #888;
  padding: 0 4px 0 0;
}
div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
  text-align: center;
  color: #808c9c;
}
div.itemTagsBlock ul.itemTags li a {
  background: #fff;
  border: 1px solid #808080;
  color: #808080;
  font-size: 15px !important;
  display: inline-block;
  margin: 0 0 8px;
  padding: 6px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
div.itemTagsBlock ul.itemTags li a:hover,
div.itemTagsBlock ul.itemTags li a:focus {
  padding: 6px;
  background: #808080;
  color: #fff;
  text-decoration: none;
}
div.itemAttachmentsBlock {
  padding: 0;
  border-bottom: none;
}
div.itemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.itemAttachmentsBlock ul.itemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemAttachmentsBlock ul.itemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

div.itemAuthorBlock {
  background: #f9f9f9;
  border: 0;
  padding: 15px;
  margin: 20px 0;
}
div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 0;
  margin: 0 15px 0 0;
  max-width: 100px;
}
div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName {
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
  font-weight: 300;
}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {
/*  font-family: Georgia, "Times New Roman", Times, serif; */
  font-size: 16px;
}
div.itemAuthorBlock div.itemAuthorDetails p {
  line-height: 24px;
  color: #888;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: 300;
  color: #555;
  border-right: 1px solid #ccc;
  padding: 0 8px 0 0;
  margin: 0 4px 0 0;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: 300;
  color: #555;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: 300;
}

div.itemAuthorLatest {
  margin-bottom: 16px;
  padding: 8px 2%;
  overflow: hidden;
  width: 50%;
}
div.itemAuthorLatest h3 {
  margin: 0 0 15px;
  line-height: normal;
  font-weight: 300;
}
div.itemAuthorLatest ul {
  margin: 0;
  padding: 0;
}
div.itemAuthorLatest ul li {
  list-style: none;
  padding: 8px 0;
}
div.itemAuthorLatest ul li a {
  font-weight: 300;
  color: #333333;
}
div.itemAuthorLatest ul li a:hover {
  color: #abb3be;
}

div.itemRelated {
  margin-bottom: 16px;
  padding: 8px 2%;
  float: left;
  width: 50%;
}

div.itemRelated h3 {
  margin: 0 0 15px;
  line-height: normal;
  font-weight: 300;
}
div.itemRelated ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.itemRelated ul li {
  padding: 8px 0;
  float: left;
  width: 100%;
}
div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 0 4px 4px 0;
  background: #fff;
}

div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
a.itemRelTitle {
  font-weight: 300;
  color: #333333;
}
a.itemRelTitle:hover,
a.itemRelTitle:focus {
  color: #abb3be;
}
div.itemRelCat {
  margin: 5px 0 0;
  font-size: 12px;
}
div.itemRelAuthor {
  margin: 5px 0 0;
  font-size: 12px;
}
img.itemRelImg {
  max-width: 140px !important;
  float: left;
  margin: 0 10px 0 0;
}
div.itemRelIntrotext {
  margin: 5px 0 0;
  font-size: 12px;
}
div.itemRelFulltext {
  margin: 0;
  font-size: 12px;
}

div.itemVideoBlock {
  margin: 0 0 20px 0;
  padding: 0;
  background: none;
}
div.itemVideoBlock div.itemVideoEmbedded {
  position: relative;
  padding-bottom: 55.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
div.itemVideoBlock div.itemVideoEmbedded iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}
div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 60%;
}
div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
  width: 35%;
  text-align: right;
}
div.itemVideoBlock h3 {
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 0;
  font-size: 32.2px;
  font-weight: 300;
}

div.itemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

div.itemNavigation {
  padding: 20px 2%;
  margin: 0 0 24px 0;
  border: 0;
  background: #f9f9f9;
  color: #888;
}
div.itemNavigation span.itemNavigationTitle {
  color: #999;
}
div.itemNavigation a.itemPrevious {
  padding: 0 12px;
  color: #333333;
}
div.itemNavigation a.itemNext {
  padding: 0 12px;
  color: #333333;
}

div.itemComments {
  background: none;
  border: 0;
  padding: 0 0 30px;
  margin: 0 0 10px;
}
div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
div.itemComments ul.itemCommentsList li {
  padding: 12px 5px;
  margin: 0;
  border-bottom: 0;
}
div.itemComments ul.itemCommentsList li.authorResponse {
  background: none;
}
div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 10px 4px 0;
  padding: 4px;
  background: #fff;
  border: 0;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ccc;
  font-weight: normal;
  font-size: 12px;
  color: #888;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: normal;
  font-size: 12px;
  color: #888;
}
div.itemComments ul.itemCommentsList li span.item-comment-text {
  padding: 10px;
  display: block;
  margin: 4px 5px 5px 68px;
  border: 1px solid #e8e8e8;
  position: relative;
  background: #fff;
}
div.itemComments ul.itemCommentsList li span .left-arrow {
  background: url(http://www.ottossonphoto.com/images/arrow-left.png) no-repeat 0 0;
  position: absolute;
  left: -6px;
  width: 6px;
  height: 10px;
}
div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}
div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: none;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
  text-align: right;
  padding: 0 20px 0 0;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a {
  left: 0;
  margin: 0 10px 0 0;
  position: relative;
  right: 0;
  top: auto;
  width: auto;
  z-index: 10;
  background: none;
  box-shadow: none;
  border: 0;
  text-decoration: none;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: none;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a i {
  margin: 0 3px 0 0;
}
div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(http://www.ottossonphoto.com/images/system/searchLoader.gif) no-repeat 100% 50%;
}
div.itemCommentsPagination {
  padding: 4px;
  margin: 30px 0 25px;
  text-align: center;
}
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}
div.itemCommentsForm h3 {
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 0;
  font-size: 32.2px;
  font-weight: 300;
}
h3.itemCommentsCounter {
  border-bottom: 0;
  margin: 10px 0 0;
  padding: 0 0 15px;
  font-size: 32.2px;
  font-weight: 300;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  padding: 10px 0;
  border-top: 0;
  font-size: 12px;
  color: #888;
}
div.itemCommentsForm form {
  margin: 0;
}
div.itemCommentsForm form label.formComment {
  display: block;
  margin: 12px 0 0 2px;
  font-size: 12px;
  color: #888;
  line-height: 12px;
}
div.itemCommentsForm form label.formName {
  display: block;
  margin: 12px 0 0 2px;
  font-size: 12px;
  color: #888;
  line-height: 12px;
}
div.itemCommentsForm form label.formEmail {
  display: block;
  margin: 12px 0 0 2px;
  line-height: 12px;
  font-size: 12px;
  color: #888;
}
div.itemCommentsForm form label.formUrl {
  display: block;
  margin: 12px 0 0 2px;
  font-size: 12px;
  color: #888;
  line-height: 12px;
}
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 12px 0 0 2px;
  font-size: 12px;
  color: #888;
  line-height: 12px;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 100%;
  height: 160px;
  margin: 10px 0 0;
  box-shadow: none;
  background: #f9f9f9;
  border: 0;
  font-weight: 300;
}
div.itemCommentsForm form input.inputbox {
  display: block;
  width: 90%;
  margin: 10px 0 0;
  padding: 8px 12px;
  box-shadow: none;
  background: #f9f9f9;
  border: 0;
  font-weight: 300;
}
div.itemCommentsForm form input#submitCommentButton {
  margin: 20px 10px 10px 0;
  padding: 8px 15px;
  display: inline;
/*  background: #5b6675; */
  color: #fff;
  border: 0;
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  outline: none;
}
div.itemCommentsForm form input#submitCommentButton:hover,
div.itemCommentsForm form input#submitCommentButton:focus {
/*  background: #9da6b3; */
/*  color: #333333; */
	color:#fff;
	background: #000;
}
div.itemCommentsForm form span#formLog {
  padding: 0 0 0 20px;
  margin: 0;
  font-weight: bold;
  color: #CF1919;
}
div.itemCommentsForm form .formLogLoading {
  background: url(http://www.ottossonphoto.com/images/system/loading.gif) no-repeat left center;
}
.itemCommentsFormName,
.itemCommentsFormEmail,
.itemCommentsFormUrl {
  width: 30%;
  margin: 0 12px 0 0;
  min-width: 200px;
  float: left;
}

div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 96%;
  margin: 0 auto;
}
div.k2ReportCommentFormContainer blockquote {
  width: 95.5%;
  background: none;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 0 8px 0;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #aaa;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: left;
  padding: 5px 10px 0 0;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #aaa;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: right;
  padding: 5px 10px 0 0;
}
div.k2ReportCommentFormContainer blockquote span.theComment {
  font-family: inherit;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  padding: 0 4px;
}
div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: normal;
}
div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 98%;
}
div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px;
}
div.k2ReportCommentFormContainer form span#formLog {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: #CF1919;
}
div.k2ReportCommentFormContainer form .formLogLoading {
  background: url(http://www.ottossonphoto.com/images/system/loading.gif) no-repeat left center;
}

div.itemBackToTop {
  text-align: right;
}
div.itemBackToTop a {
  text-decoration: none;
}
div.itemBackToTop a:hover {
  text-decoration: none;
}

.itemListView .componentheading {
  margin: 0 0 30px;
}

span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px solid #eee;
  text-align: right;
}
div.itemListCategory h3 {
  color: #888;
  font-weight: 300;
}
span.itemEditLink a.modal,
span.catItemAddLink a.modal,
span.catItemEditLink a.modal {
  left: 0px;
  width: auto;
  z-index: 10;
  position: relative;
  margin: 0;
  top: auto;
  right: 0;
  transition: none;
  display: inline-block;
  overflow: hidden;
  background: #808c9c;
  border: 0;
  outline: none;
}
span.itemEditLink a.modal:hover,
span.catItemAddLink a.modal:hover,
span.catItemEditLink a.modal:hover,
span.itemEditLink a.modal:focus,
span.catItemAddLink a.modal:focus,
span.catItemEditLink a.modal:focus {
  background: #667383;
}

.moduleItemImage img {
  width: 100%;
}
.mod_k2_content_minitek .moduleItemImage img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mod_k2_content_minitek .moduleItemImage img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mod_k2_content_minitek .moduleItemImage {
  overflow: hidden;
}
div.subCategory .subcatOverlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  width: 100%;
  z-index: 1;
}
div.subCategory .subcatOverlay:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
div.subCategory .subcatOverlay:hover h2 {
  bottom: 40%;
  background: none;
}
div.subCategory .subcatOverlay > h2 {
  -moz-box-sizing: border-box;
  color: #FFFFFF;
  display: block;
  font-size: 25px;
  line-height: 50px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-indent: 0 !important;
  left: 0;
  bottom: 40%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  width: 100%;
}

div#itemListLinks {
  background: none;
  border: 0;
  margin: 8px 0;
  padding: 8px;
}
div#itemListLinks h4 {
  font-weight: 300;
}
div#itemListLinks h3 {
  font-weight: 600;
}
div#itemListLinks .catItemImageBlock {
  width: 250px;
}
div.itemContainer {
  float: left;
  width: 100%;
}

div.catItemView {
  margin: 10px;
  border-bottom: 0;
  padding: 0;
}

div.groupSecondary .catItemImageBlock img,
div.groupSecondary .catItemImageBlock {
  float: left;
}
div.groupSecondary .catItemHeader {
  overflow: hidden;
  padding: 0 25px;
}
div.groupLinks {
  padding: 0;
  margin: 0;
}
.groupLinks h3 a {
  text-decoration: none;
}

span.catItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.catItemEditLink a {
  color: #fff !important;
}
div.catItemHeader span.catItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.catItemHeader h3.catItemTitle {
/*  font-family: 'Hind', sans-serif; */
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 20px;
  padding: 0;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  div.catItemHeader h3.catItemTitle {
    font-size: 22px !important;
  }
}
div.catItemHeader h3.catItemTitle a {
  color: #000000;
}
div.catItemHeader h3.catItemTitle a:hover,
div.catItemHeader h3.catItemTitle a:focus {
  color: #808080;
}
div.catItemHeader h3.catItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

div.catItemHeader .itemDate {
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
  font-weight: 300;
}
div.catItemHeader span.catItemAuthor {
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
  font-weight: 300;
}
div.catItemHeader span.catItemAuthor a {
  font-weight: 300;
}
div.catItemRatingBlock {
  padding: 0;
  margin: 10px 0 0;
}
div.catItemRatingBlock .itemRatingLog {
  clear: none;
}
div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
div.catItemBody {
  padding: 0 0 10px;
  margin: 0;
}
div.catItemImageBlock {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
}
span.catItemImage {
  display: block;
  text-align: left;
  margin: 0 0 8px 0;
}
span.catItemImage img {
  border: 0;
  padding: 0;
  max-width: 100%;
  width: 100% !important;
}
div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
  padding: 0;
  font-weight: 300;
}
.groupSecondary div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
  padding: 0 25px;
  overflow: hidden;
}
div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 10px 0 15px;
  padding: 0;
  border: 0;
  clear: both;
}
div.catItemExtraFields h4,
div.genericItemExtraFields h4 {
  margin: 0 0 10px;
  padding: 0 0 5px;
  line-height: normal !important;
  border-bottom: 1px solid #eee;
}
div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: block;
  clear: both;
  padding: 4px 0;
}
div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: normal;
  margin: 0 4px 0 0;
  width: 30%;
}
div.catItemLinks {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 12px;
  color: #888;
}
div.catItemLinks a {
  font-weight: 600;
}
div.catItemHitsBlock {
  padding: 0;
  border: 0;
  display: inline;
}
span.catItemHits {
  font-weight: 300;
}
div.catItemCategory {
  margin: 0 8px 0 0;
  border: 0;
  display: inline;
  position: absolute;
  top: 15px;
  left: 10px;
  padding: 0;
  text-transform: uppercase;
  line-height: 19px;
}
div.catItemCategory span {
  font-weight: normal;
  color: #fff;
  background: #5b6675;
  padding: 4px 10px;
}
div.catItemCategory a {
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  /*color: #333333;*/
  /*background: #5b6675;*/
  padding: 4px 10px;
  font-weight: 300;
}
div.catItemCategory a:hover,
div.catItemCategory a:focus {
  background: #ffffff;
}
div.catItemTagsBlock {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
}
div.catItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
  color: #5b6675;
}
div.catItemTagsBlock ul.catItemTags li a {
  border: 1px solid #808080;
  padding: 5px;
  color: #808080;
}
div.catItemTagsBlock ul.catItemTags li a:hover {
  background: #808080;
  color: #fff;
}
div.catItemAttachmentsBlock {
  padding: 4px;
  margin: 0 0 10px;
  border-bottom: 1px solid #eee;
}
div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

div.catItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 0;
  background: transparent;
}
div.catItemVideoBlock h3 {
  line-height: 1;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}

div.catItemVideoBlock span.catItemVideo {
  display: block;
}

div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

div.catItemCommentsLink {
  display: inline;
  margin: 0;
  border: 0;
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 4px 7px;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  line-height: 19px;
}
div.catItemCommentsLink:hover,
div.catItemCommentsLink:focus {
  background: #fff;
}
@media screen and (max-width: 992px) {
  div.catItemCommentsLink {
    bottom: 11px;
    left: 10px;
    top: inherit;
    right: inherit;
  }
}
div.catItemCommentsLink a {
  color: #333;
  font-weight: 300;
}

div.catItemReadMore {
  display: inline;
}

span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 10px;
  margin: 0;
  color: #999;
  border: 0;
  font-size: 12px;
}

div.userBlock {
  background: none;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0 0 35px;
  padding: 10px;
  clear: both;
}
.userItemAddLink a {
  left: 0px;
  width: auto;
  z-index: 10;
  position: relative;
  margin: 0;
  top: auto;
  right: 0;
}
span.userItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
span.userItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  color: #fff !important;
}
div.userBlock img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: none;
  margin: 0 15px 0 0;
  width: 100px !important;
}
div.userBlock h2 {
  font-size: 30.8px;
  font-weight: 300;
  margin: 0 0 20px;
}
div.userBlock div.userDescription {
  padding: 4px 0;
}
div.userBlock div.userAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
span.userURL {
  font-weight: 400;
  color: #555;
  display: block;
}
span.userEmail {
  font-weight: 400;
  color: #555;
  display: block;
}

div.userItemView {
  margin: 0 0 35px;
  padding-bottom: 20px;
  border-bottom: 0;
}

div.userItemViewUnpublished {
  opacity: 0.9;
  border: 4px dashed #ccc;
  background: #fffff2;
  padding: 8px;
  margin: 8px 0;
}
span.userItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.userItemEditLink a {
  left: 0px;
  width: auto;
  z-index: 10;
  position: relative;
  margin: 0;
  top: auto;
  right: 0;
  color: #fff !important;
}
div.userItemHeader {
  padding: 0;
}
div.userItemHeader span.userItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.userItemHeader h3.userItemTitle {
/*  font-family: 'Hind', sans-serif; */
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 20px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  div.userItemHeader h3.userItemTitle {
    font-size: 22px !important;
  }
}
div.userItemHeader h3.userItemTitle a {
  color: #808c9c;
  text-decoration: none;
}
div.userItemHeader h3.userItemTitle a:hover {
  color: #abb3be;
  text-decoration: none;
}
div.userItemHeader h3.userItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

div.userItemBody {
  padding: 0 0 10px;
  margin: 0;
}
div.userItemImageBlock {
  padding: 0;
  margin: 0 0 20px;
  float: none;
  overflow: hidden;
  position: relative;
}
span.userItemImage {
  display: block;
  text-align: center;
  margin: 0;
}
span.userItemImage img {
  border: none;
  padding: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  width: 100% !important;
}
div.userItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
  padding: 0;
}
div.userItemLinks {
  margin: 0 0 20px;
  padding: 0px;
  display: block;
  font-size: 12px;
  color: #888;
}
div.userItemLinks .itemDate {
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
}
div.userItemCategory {
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
  border-bottom: none;
  display: inline;
}
div.userItemCategory span {
  font-weight: normal;
  color: inherit;
  padding: 0;
}
div.userItemTagsBlock {
  padding: 0;
  margin: 0 0 30px;
  border-bottom: none;
}
div.userItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.userItemTagsBlock ul.userItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.userItemTagsBlock ul.userItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
  color: #808c9c;
}
div.userItemTagsBlock ul.userItemTags li a {
  padding: 6px;
  border: 1px solid #5b6675;
  color: #5b6675;
}
div.userItemTagsBlock ul.userItemTags li a:hover,
div.userItemTagsBlock ul.userItemTags li a:focus {
  background: #5b6675;
  color: #fff;
}

div.userItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 0;
}

div.userItemReadMore {
  display: inline;
}

.tagView .k2FeedIcon,
.genericView .k2FeedIcon {
  float: none;
  width: auto;
}
div.tagView .componentheading {
  padding-bottom: 30px;
}
.tagItemLinks {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  font-size: 12px;
  color: #888;
}
.tagItemLinks .itemDate {
  border: 0 none;
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}
div.tagItemView {
  padding: 0 0 20px 0;
  margin: 0 0 35px;
  border-bottom: 0;
}

div.tagItemHeader {
  padding: 0;
}
div.tagItemHeader span.tagItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.tagItemHeader h2.tagItemTitle {
  font-family: inherit;
  font-size: 32.2px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  margin: 0 0 20px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  div.tagItemHeader h2.tagItemTitle {
    font-size: 22px !important;
  }
}
div.tagItemHeader h2.tagItemTitle a {
  color: #808c9c;
}
div.tagItemHeader h2.tagItemTitle a:hover {
  color: #abb3be;
}
div.tagItemBody {
  padding: 0 0 10px;
  margin: 0;
}
div.tagItemImageBlock {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  float: none;
}
span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0;
}
span.tagItemImage img {
  border: none;
  padding: 0;
  width: 100% !important;
}
div.tagItemIntroText,
.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0;
  line-height: 1.8;
}
div.tagItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border: 0;
  font-size: 12px;
}
div.tagItemCategory span {
  font-weight: normal;
  color: inherit;
  padding: 0;
}

div.tagItemReadMore {
  display: inline;
}

div.genericItemView {
  padding: 20px 0;
  margin: 0 0 35px;
  border-bottom: 0;
}

div.genericItemHeader {
  padding: 0;
}
div.genericItemHeader span.genericItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.genericItemHeader h2.genericItemTitle {
  font-family: inherit;
  font-size: 32.2px;
  font-weight: 600;
  line-height: 40px;
  padding: 0;
  margin: 0 0 20px;
  text-transform: none;
}
.genericItemTitle a {
  color: #808c9c;
}
.genericItemTitle a:hover {
  color: #abb3be;
  text-decoration: none;
}
div.genericItemBody {
  padding: 8px 0;
  margin: 0;
}
div.genericItemImageBlock {
  padding: 0;
  margin: 0 0 20px;
  float: left;
  overflow: hidden;
  position: relative;
}
div.itemImageBlock div.itemDate {
  display: block;
  padding: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  float: left;
  z-index: 10;
}
span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0;
}
span.genericItemImage img {
  border: none;
  padding: 0px;
  width: 100% !important;
}
div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
  padding: 0;
}
.genericItemLinks {
  color: #888888;
  display: block;
  font-size: 12px;
  margin: 0 0 20px;
  padding: 0;
}
.genericItemLinks .itemDate {
  border: 0 none;
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}
div.genericItemCategory {
  border: 0 none;
  display: inline;
  font-size: 12px;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}
div.genericItemCategory span {
  font-weight: normal;
  color: #555;
  padding: 0;
  font-size: 12px;
}

div.genericItemReadMore {
  display: inline;
}

div#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}
div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999;
}

#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}
#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}

div.latestItemsContainer {
  float: left;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  div.latestItemsContainer {
    width: 100% !important;
  }
}

div.latestItemsCategory {
  background: none;
  border: 0;
  margin: 0 8px;
  padding: 0;
}
div.latestItemsCategoryImage {
  text-align: center;
}
div.latestItemsCategoryImage img {
  background: #fff;
  padding: 0;
  border: 0;
  margin: 0 0 10px;
}
div.latestItemsCategory p {
  margin: 15px 0 10px;
}

div.latestItemsUser {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 8px 8px 0;
  padding: 8px;
  clear: both;
}
div.latestItemsUser img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0;
}
div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
span.latestItemsUserURL {
  font-weight: bold;
  color: #555;
  display: block;
}
span.latestItemsUserEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

div.latestItemList {
  padding: 0;
  margin: 0 8px;
}

div.latestItemHeader {
  width: 100%;
}
.latestItemTitle {
  margin: 0;
  margin-top: 15px;
}
.latestItemTitle a {
  padding: 10px 0;
  color: #808c9c;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}
.latestItemTitle a:hover,
.latestItemTitle a:focus {
  color: #abb3be;
}
div.latestItemHeader h3.latestItemTitle {
/*  font-family: Georgia, "Times New Roman", Times, serif; */
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0 0 20px;
}
span.latestItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.latestItemBody {
  padding: 0;
  margin: 0;
}
div.latestItemsCategoryTitle {
  margin: 0 8px;
  text-align: center;
}
div.latestItemsCategoryTitle h2 {
  margin: 0;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  z-index: 999;
}
div.latestItemsCategoryTitle h2 a {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  color: #fff;
  padding: 15px 8px;
  display: block;
  text-decoration: none;
  background: #5b6675;
}
div.latestItemsCategoryTitle h2 a:hover,
div.latestItemsCategoryTitle h2 a:focus {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  color: #fff;
  text-decoration: none;
  background: #333333;
}
div.latestItemImageBlock {
  padding: 0;
  margin: 0 0 10px;
  float: none;
  position: relative;
}
span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0;
  overflow: hidden;
}
span.latestItemImage img {
  border: 0;
  padding: 0;
  width: 100%;
}
div.latestItemIntroText {
  font-size: 90%;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 0;
}
div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.latestItemCategory {
  padding: 4px;
  border-bottom: 1px solid #eee;
}
div.latestItemCategory span {
  font-weight: normal;
  color: #555;
  padding: 0 4px 0 0;
}
div.latestItemTagsBlock {
  padding: 4px;
  border-bottom: 1px solid #eee;
}
div.latestItemTagsBlock span {
  font-weight: normal;
  color: #555;
  padding: 0 4px 0 0;
}
div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.latestItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(http://www.ottossonphoto.com/images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}

div.latestItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.latestItemReadMore {
  display: block;
  margin: 0 0 20px;
}

h2.latestItemTitleList {
  font-size: 14px;
  padding: 0;
  margin: 0 0 7px;
  font-family: inherit;
  border: 0;
  line-height: normal;
  font-weight: 300;
}
h2.latestItemTitleList a {
  color: #333333;
}
h2.latestItemTitleList a:hover,
h2.latestItemTitleList a:focus {
  color: #abb3be;
}

.k2AccountPage table tr td label {
  white-space: nowrap;
}
img.k2AccountPageImage {
  border: 4px solid #ddd;
  margin: 10px 0;
  padding: 0;
  display: block;
}
.k2AccountPage div.k2AccountPageNotice {
  padding: 8px;
}
.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #ccc;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}
.k2AccountPage th.k2ProfileHeading {
  text-align: left;
  font-size: 18px;
  padding: 8px;
  background: #f6f6f6;
}
.k2AccountPage td#userAdminParams {
  padding: 0;
  margin: 0;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #666;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  width: 140px;
}

div.k2LatestCommentsBlock ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.k2LatestCommentsBlock ul li {
  padding: 10px 0;
  border: 0;
}
div.k2LatestCommentsBlock ul li a.lcAvatar img {
  margin: 0 10px 4px 0;
}
div.k2LatestCommentsBlock ul li a.lcComment {
  display: block;
  margin: 0 0 0 66px;
  padding: 10px;
  border: 1px solid #e7e7e7;
  position: relative;
  text-decoration: none;
  background: #fff;
  font-weight: 300;
  color: #333333;
}
div.k2LatestCommentsBlock ul li a {
  font-weight: 300;
}
div.k2LatestCommentsBlock ul li span.lcComment {

}
div.k2LatestCommentsBlock ul li span.lcComment .left-arrow {
  position: absolute;
  left: -6px;
  width: 6px;
  height: 10px;
  background: url(http://www.ottossonphoto.com/images/arrow-left.png) no-repeat 0 0;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
  font-size: 12px;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #666;
  font-size: 12px;
}

div.k2TopCommentersBlock ul {
  margin: 0;
  list-style: none;
}
div.k2TopCommentersBlock ul li {
  padding: 10px 0;
}
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {
  color: #999;
}

.moduleItemInfo {
  color: #777;
  padding-top: 10px;
}
div.moduleItemContent {
  overflow: hidden;
}
div.moduleItemBlock a.k2Avatar {
  margin: 4px 15px 0 0;
}
div.moduleItemBlock .moduleAttachments span.icon-download {
  display: inline;
  font-size: 90%;
}
div.moduleItemInfo .moduleItemDateCreated,
div.moduleItemInfo .moduleItemComments,
div.moduleItemInfo .moduleItemAuthor,
div.moduleItemInfo .moduleItemCategory {
  float: left;
  margin: 0 5px 5px 0 !important;
  font-size: 13px;
  line-height: 1;
}
.moduleItemDateCreated i {
  margin: 0 5px 0 0;
}
.moduleItemIntrotext {
    padding-top: 10px;
}
div.k2ItemsBlock > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.k2ItemsBlock > ul > li {
  padding: 10px 0;
  background: none;
  border: 0;
  font-size: 12px;
}
div.k2ItemsBlock a.moduleItemImage {
  margin: 0 15px 15px 0;
}
.big-titles .moduleItemTitle {
  font-size: 19px !important;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
  padding: 15px 0;
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
div.k2ItemsBlock ul li a.moduleItemTitle:hover {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  color: #808080;
}
div.k2ItemsBlock ul li div.moduleItemAuthor > a {
  float: left;
  margin: 0 10px 0 0;
}
div.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {
  border: 0;
  padding: 0;
  margin: 0;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 0 0 0px;
  line-height: 18px;
  color: #777;
  font-weight: 300;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
}
div.k2ItemsBlock ul li div.moduleItemExtraFields {
  margin: 0 0 5px;
}
div.moduleItemExtraFields ul {
  font-size: 90%;
  margin-left: 15px;
}
div.moduleItemExtraFields ul li h4 {
  font-size: 100%;
}
div.moduleItemExtraFields .moduleItemExtraFieldsTitle {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0;
  text-transform: uppercase;
}
div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 6px 0 0;
  width: 30%;
}
div.k2ItemsBlock ul li div.moduleItemTags {
  font-size: 85%;
}
div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  border: 0;
  padding: 0;
  margin: 0 0 0 5px;
  text-decoration: none;
}
div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  font-size: 10px;
  text-transform: uppercase;
}
div.k2ItemsBlock ul li a.moduleItemReadMore {
  text-transform: uppercase;
}

.mod_k2_content_minitek .moduleItemImage {
  float: left;
  margin: 0 15px 0 0;
}
.mod_k2_content_minitek .moduleItemTitle {
  font-size: 22px;
padding-top: 20px;
padding-bottom: 20px;
}
.mod_k2_content_minitek2 li {
  width: 50%;
  float: left;
  padding: 15px !important;
}
.mod_k2_content_minitek3 li {
  width: 33.3%;
  float: left;
  padding: 15px !important;
  margin-bottom: 40px;
}

div.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0;
}
div.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}
div.k2LoginBlock fieldset.input p label {
  display: block;
}
div.k2LoginBlock fieldset.input p input {
  display: block;
}
div.k2LoginBlock fieldset.input p#form-login-remember label,
div.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}
div.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #ccc;
}
div.k2UserBlock div.k2UserBlockDetails span.ubName {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.k2UserBlockActions li a {
  left: 0px;
  width: auto;
  z-index: 10;
  position: relative;
  margin: 0;
  top: auto;
  right: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

div.k2ArchivesBlock ul {
  padding-left: 0 !important;
}

div.k2AuthorsListBlock ul {
  list-style: none;
  margin: 0;
}
div.k2AuthorsListBlock ul li {
  padding: 10px 0;
  float: left;
  width: 100%;
}
div.k2AuthorsListBlock ul li + li {
  border-top: 1px solid #eee;
}
div.k2AuthorsListBlock ul li a.abAuthorName {
  margin-left: 10px;
}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  display: block;
  clear: both;
}

div.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999;
}
div.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px;
}

table.calendar tr td.calendarDateEmpty {
  background: none;
}
table.calendar tr td.calendarToday {
  color: #808c9c;
}
table.calendar tr td.calendarTodayLinked a,
table.calendar tr td.calendarDateLinked a {
  color: #808c9c;
}
table.calendar tr td.calendarTodayLinked a:hover,
table.calendar tr td.calendarDateLinked a:hover {
  background: #808c9c;
  color: #fff;
}

div.k2CategorySelectBlock form select {
  width: auto;
}

div.k2CategoriesListBlock ul {
  margin: 0 0 0 12px;
  list-style: none;
}
div.k2CategoriesListBlock ul.level0 {
  padding-left: 0;
}
div.k2CategoriesListBlock ul li {
  padding: 4px 0;
}
div.k2CategoriesListBlock ul li a:hover,
div.k2CategoriesListBlock ul li a:focus {
  background: #808c9c;
  color: #fff;
  padding: 8px 10px;
}
div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}
div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: 300;
  color: #808c9c;
}

div.k2SearchBlock {
  position: relative;
}
div.k2SearchBlock form {
  margin: 0;
}
div.k2SearchBlock form input.inputbox {
  width: 70%;
  margin: 0;
}
div.k2SearchBlock form input.button {
  padding: 6px;
}
div.k2SearchBlock form input.k2SearchLoading {
  background: url(http://www.ottossonphoto.com/images/system/searchLoader.gif) no-repeat 100% 50%;
}
div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  border: 1px solid #ccc;
  margin-top: -1px;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  display: block;
  padding: 1px 2px;
  border-top: 1px dotted #eee;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0;
}

div.k2TagCloudBlock {
  padding: 8px 0;
}
div.k2TagCloudBlock a {
  padding: 6px;
  margin: 3px 4px;
  float: left;
  display: block;
  background: #fff;
  color: #404040;
  border: 1px solid #404040;
  border-radius: 3px;
  font-size: 14px !important;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  font-weight: 300;
}
div.k2TagCloudBlock a:hover {
  padding: 6px;
  float: left;
  display: block;
  background: #404040;
  color: #fff;
  text-decoration: none;
}

div.k2UsersBlock > ul {
  margin: 0;
  list-style: none;
}
div.k2UsersBlock > ul > li {
  padding: 10px 0;
}
div.k2UsersBlock ul li h3 {
  font-size: 16px;
}
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(http://www.ottossonphoto.com/images/fugue/feed.png) no-repeat 50% 50%;
}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
  display: none;
}
a.ubUserURL,
a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(http://www.ottossonphoto.com/images/fugue/globe.png) no-repeat 50% 50%;
}
a.ubUserURL span,
a.ubUserURL:hover span {
  display: none;
}
span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(http://www.ottossonphoto.com/images/fugue/mail.png) no-repeat 50% 50%;
  overflow: hidden;
}
span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
div.k2UsersBlock ul li h3 {
  clear: both;
  margin: 8px 0 0 0;
  padding: 0;
}

.k2-left-tools {

  padding: 4px 0;
  margin: 0 0 20px 0;

  font-size: 13px;
}
.k2-left-tools ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.k2-left-tools ul li {
  margin-bottom: 12px;
  display: inline;
  color: #888;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  font-weight: 300;
}
.k2-left-tools .itemHits {
  display: inline;
}
.k2-left-tools a#fontDecrease span,
.k2-left-tools a#fontIncrease span {
  display: none;
}
.k2-left-tools ul li a#fontDecrease {
  margin: 0 0 0 2px;
  color: #666666;
  text-decoration: none;
}
.k2-left-tools ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  background: url(http://www.ottossonphoto.com/images/system/font_decrease.gif) no-repeat;
}
.k2-left-tools ul li a#fontIncrease {
  margin: 0 0 0 2px;
  color: #666666;
  text-decoration: none;
}
.k2-left-tools ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  background: url(http://www.ottossonphoto.com/images/system/font_increase.gif) no-repeat;
}
.k2-left-tools ul li a#fontDecrease span,
.k2-left-tools ul li a#fontIncrease span {

}

.itemIsFeatured .itemToolbar {
  right: 20px;
}

.article-divider {
  height: 1px;
  margin: 26px 0 19px;
  overflow: hidden;
  width: 85px;
  background-color: rgba(0, 0, 0, 0.25);
}
table.calendar {
  width: 100%;
}
.latestView .componentheading {
  padding: 0;
  text-transform: none;
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 300;
  color: #333333;
  margin-bottom: 40px;
}

div.k2CategoriesListBlock ul,
div.k2ArchivesBlock ul {
  margin: 0;
  padding: 0 0 10px 5px;
  border: 0;
}
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li {
  padding: 0;
}
div.k2CategoriesListBlock ul li a,
div.k2ArchivesBlock ul li a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
div.k2CategoriesListBlock ul li a:hover,
div.k2ArchivesBlock ul li a:hover {
  background: #EEE;
  color: #000000;
  padding: 8px 10px;
}
div.k2CategoriesListBlock ul li a span.catTitle,
div.k2ArchivesBlock ul li a span.catTitle {
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 480px) {
  .itemRelated,
  .itemAuthorLatest {
    width: 100% !important;
  }
}

.mnk2-3 div.catItemHeader h3.catItemTitle {
  font-size: 16px;
  line-height: 21px;
}
.mnk2-3 div.catItemHeader h3.catItemTitle {
  margin: 0 0 10px;
}
.mnk2-3 div.catItemLinks {
  margin: 0 0 10px 0;
}
.mnk2-3 div.catItemImageBlock {
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  div.itemContainer {
    width: 100% !important;
  }
}

.mnk2-1 div.catItemHeader h3.catItemTitle {
  font-size: 24px;
  line-height: 21px;
}
.mnk2-1 div.catItemHeader h3.catItemTitle {
  margin: 0 0 10px;
}
.mnk2-1 div.catItemLinks {
  margin: 0 0 10px 0;
}
.mnk2-1 div.catItemImageBlock {
  margin: 0 0 10px;
}
@media (max-width: 1379px) {
  .mnk2-1 div.catItemImageBlock {
    float: none !important;
    margin: 0 0 20px;
  }
}
.mnk2-1 div.catItemImageBlock {
  float: left;
}
.mnk2-1 div.catItemHeader,
.mnk2-1 div.catItemIntroText {
  /* overflow: hidden; */
  /* padding-left: 15px; */
  font-weight: 300;
}
@media (max-width: 1379px) {
  .mnk2-1 div.catItemHeader,
  .mnk2-1 div.catItemIntroText {
    padding-left: 0;
  }
}
.mnk2-1 div.catItemIntroText {
  line-height: 1.5;
  font-weight: 300;
}

.mnk2-2 .catItemImageBlock {
  position: relative;
  overflow: hidden;
}
.mnk2-2 .catItemImage {
  margin: 0;
}
.mnk2-2 .catItemImage > a:hover:after {
  font-size: 110px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.mnk2-2 .catItemDetails {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  color: #eee;
  padding: 12px 15px;
}
.mnk2-2 .catItemTitle {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.mnk2-2 .catItemTitle a {
  color: #fff;
}
.mnk2-2 .catItemTitle a:hover,
.mnk2-2 .catItemTitle a:focus {
  color: #cccccc;
}
.mnk2-2 .catItemIntroText-outer {
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  margin: 0;
  margin: 0 0 5px;
}
.mnk2-2 .itemDate {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .mnk2-2 .itemDate {
    display: none;
  }
}
.mnk2-2 div.catItemReadMore {
  float: right;
}
.mnk2-2 div.catItemReadMore a {
  color: #fff;
}
.mnk2-2 div.catItemReadMore a:hover,
.mnk2-2 div.catItemReadMore afocus {
  text-decoration: underline;
}
#k2Container.mn-k2-category {
  padding: 0;



}
#k2Container.mn-k2-category .itemListCategoriesBlock {
  margin: 0;


}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListCategory {
  background: none;
  border: none;
  margin: 0 0 15px;
  padding: 0;
  margin-left: 10px;
  border-bottom: 1px solid #EAEAEA;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListCategory img {
  float: left;
  display: block;
  background: #fff;
  padding: 0px;
  border: 0;
  margin: 0 15px 10px 0;
  width: auto !important;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListCategory h2 {
  padding: 0;
  text-transform: none;
  margin: 0 0 20px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 991px) {
  #k2Container.mn-k2-category .itemListCategoriesBlock .itemListCategory h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListCategory p {
  line-height: 1.8;
  margin: 0;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories {
  margin: 0;
  padding: 10px;
  background: none;
  border: 1px solid #5b6675;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  #k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories {
    padding: 0;
  }
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer {
  float: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer {
    width: 100% !important;
  }
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory {
  background: #fff;
  position: relative;
  padding: 0;
  border: 0;
  margin: 5px;
  height: auto !important;
  color: #fff;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage {
  position: relative;
  overflow: hidden;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage img {
  background: #fff;
  padding: 0px;
  border: none;
  margin: 0;
  width: 100%;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage .subCategoryImage-hoverbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transform: scale(0.1);
  opacity: 0;
  font-size: 50px;
  color: #333333;
  overflow: hidden;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage .subCategoryImage-hoverbox div h2 p {
  padding: 8px 0;
  margin: auto;
  width: 60%;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 100;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  #k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage .subCategoryImage-hoverbox div h2 p {
    padding: 15px;
    width: auto;
  }
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage:hover .subCategoryImage-hoverbox,
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage:focus .subCategoryImage-hoverbox {
  opacity: 1;
  top: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform-origin: top right;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory h2 {
  padding: 15px;
  margin: 0;
  font-size: 30px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory h2 {
    text-align: center;
    font-size: 18px;
  }
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory h2 a {
  display: block;
  padding: 15px 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  color: #abb3be;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCatDescription {
  padding: 0 15px;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryMore {
  margin-top: 15px;
  color: #abb3be;
  padding: 0 15px;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryMore:hover,
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategoryMore:focus {
  color: #fff;
}
#k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory:hover h2 a {
  color: #5b6675;
  padding-left: 25px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  #k2Container.mn-k2-category .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory:hover h2 a {
    padding-left: 15px;
  }
}
.view-item .t3-mainbody .t3-content .mn-portfolio {
  margin-top: 0;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemAuthorLatest {
  width: auto;
  padding: 10px 0;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemList {
  padding-top: 25px;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody {
  margin: 0;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemImage {
  margin-bottom: 0;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header {
  border-bottom: 2px solid #5b6675;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header {
    border-bottom: 0px solid #5b6675;
  }
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemTitle {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  border-right: 2px solid #5b6675;
  margin: 0;
  padding: 15px;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemTitle {
    border-right: 0px solid #5b6675;
    border-bottom: 2px solid #5b6675;
    text-align: right;
  }
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemCategory {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  text-align: right;
  padding: 15px;
  display: block;
}
@media screen and (max-width: 991px) {
  .view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemCategory {
    border-bottom: 2px solid #5b6675;
  }
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemCategory span {
  font-weight: 500;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemCategory a {
  color: #5b6675;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemCategory a:hover,
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-portfolio-header .itemCategory a:focus {
  color: #abb3be;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .mn-itemText {
  text-align: justify;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemTagsBlock .tag-title {
  padding: 15px 15px 15px 0;
  font-size: 25px;
  font-weight: 800;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemTagsBlock ul li a {
  background: transparent;
  border: 2px solid #5b6675;
  color: #333333;
  font-size: 18px !important;
  font-weight: 500;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemTagsBlock ul li a:hover,
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemTagsBlock ul li a:focus {
  background: #5b6675;
  color: #fff;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated {
  width: auto !important;
  padding: 25px 0;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated h3 {
  font-size: 25px;
  font-weight: 800;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li {
  width: 50%;
  border-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li {
    width: 100%;
  }
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li.even {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li.even {
    padding: 0;
  }
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li.odd {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li.odd {
    padding: 0;
  }
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li a.itemRelTitle {
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  display: inline-block;
  padding: 10px 0;
  vertical-align: top;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li a.itemRelTitle:hover,
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li a.itemRelTitle:focus {
  color: #abb3be;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li a.itemRelTitle i {
  margin-right: 10px;
  font-size: 25px;
}
.view-item .t3-mainbody .t3-content .mn-portfolio .itemBody .itemRelated ul li .itemRelImg {
  max-width: 100% !important;
  width: 100% !important;
}

.mn-blog .itemBody {
  margin: 0;
}
.mn-blog .mn-blog-left {
  height: 100%;
  padding: 0;
}
.mn-blog .mn-blog-left .itemImage {
  margin-bottom: 0;
  border-top: 2px solid #abb3be;
  border-bottom: 2px solid #abb3be;
}
.mn-blog .mn-blog-right {
  border-left: 2px solid #abb3be;
  border-top: 2px solid #abb3be;
  padding: 40px;
}
.mn-blog .mn-off {
  border-top: 2px solid #abb3be;
  display: inline-block;
  width: 100%;
}