@font-face {
	font-family: 'FontAwesome';
	src: url('../../../fonts/fontawesome-webfont.eot');
	src: url('../../../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../../../fonts/fontawesome-webfont.woff2') format('woff2'), url('../../../fonts/fontawesome-webfont.woff') format('woff'), url('../../../fonts/fontawesome-webfont.ttf') format('truetype'), url('../../../fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
  }
/***********
	GENERAL
************/
html, body, div, span, h1, h2, h3, h4, h5, h6, ul, li, a, p, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	list-style: none;
}

html.mm-wrapper_opened {
	overflow: auto !important;
}

body {
	overflow-x: hidden;
	overflow-y: auto;
	font-family: "Roboto" , sans-serif;
	-webkit-font-smoothing: antialiased;
}

.site {
	background: #eee;
}

h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 26.4px;
	color: #282828;
}

h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	color: #282828;
}

h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	color: #282828;
}

p {
	max-width: 700px;
	text-align: justify;
	color: #3b3b3b;
	margin: 0 auto;
}

p, a {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	color: #3b3b3b;
}

small {
	font-size: smaller;
}

a:link, a:visited, a:hover, a:active {
	color: inherit;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

body:before {
	content: 	url('../images/clock.png')
				url('../images/marker.png')
				url('../images/question.png')
				url('../images/next.png')
				url('../images/next2.png')
				url('../images/prev.png')
				url('../images/prev2.png')
				url('../images/down.png')
				url('../images/down2.png')
				url('../images/iconmonstr-facebook-1.svg')
				url('../images/iconmonstr-facebook-2.svg')
				url('../images/iconmonstr-youtube-1.svg')
				url('../images/iconmonstr-youtube-2.svg');
	display: none;
}

.hover:hover, .hover:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}


a, button, input[type="submit"] {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

button,
input[type="submit"],
select,
a.linkbutton {
    border: none;
    outline: none;
    cursor: pointer;
	font-size: 14px;
	font-weight: 700;
}

iframe {
	width: 100%;
}

.flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flex.even {
	justify-content: space-between;
	align-items: start;
	position: relative;
}

.ribbon {
    background: none repeat scroll 0 0 #222;
    border: 1px solid #eddbb0;
    border-radius: 2px;
    line-height: 1em;
    position: absolute;
    left: -7px;
    top: -7px;
    /*z-index: 10;*/
    margin: 0;
    padding: 0.4em 10px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.2em;
    /*text-transform: uppercase;*/
}
.ribbon::after {
    border-color: transparent #dab65d transparent transparent;
    border-style: solid;
    border-width: 0 5px 4px 0;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 0;
    z-index: 100;
}

/***********
	HEADER
************/
header {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #222;
	z-index: 999;
}
	
.logo {
	float: left;
	height: 42px;
	margin: 0 20px;
	padding: 10.5px 0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

nav {
	float: right;
	padding: 19px 0;
	margin-right: 20px;
}

#menu > li {
	position: relative;
	float: left;
	text-align: center;
}

#menu li a,
#menu li span {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	cursor: pointer;
	padding: 0 10px;
}

#menu ul {
	position: absolute;
	left: 0;
	background: #222;
	text-align: left;
	padding: 10px 0;
	display: none; 
	list-style: none;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#menu ul li {
	position: relative;
	display: inline-block;
	width: 175px;
}

#menu ul li a {
	line-height: 25px;
	font-weight: 400;
	font-size: 14px;
	padding-top: 10px;
}

#menu .line {
	height: 25px;
	margin: 0 10px;
	border-left: 1px solid #fff;
}

#menu #language ul {
	text-align: right;
	margin: 0 0 0 10px; 
	left: auto;
	right: 0;
}

#menu #language ul li {
	width: auto ;
}

#menu #language .globe,
#mmenu #language .globe {
	background: url('../images/globe.png') center no-repeat;
	width: 20px;
	height: 25px;
	padding-bottom: 2px;
	margin-top: -2px;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

#mmenu #language .globe {
	float: left;
	margin-right: 15px;
}

#menu li:hover > a,
#menu li:hover > span {
	color: #666;
}

#menu > li:hover ul {
	display: block;
}

#menu li:hover > span > .globe,
#mmenu li:hover .globe,
#hamburger:hover  {
	opacity: 0.4;
}

.currentpage > a,
.currentpage > span,
.currentlang > a,
.currentlang > span {
	color: #666 !important;
}

#mmenu {
	--mm-color-background: #222;
	--mm-color-border: #222;
}

#mmenu a {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
}

#mmenu a:hover {
	color: #666;
}

.mm-listitem_selected a {
	color: #666 !important;
}

#hamburger {
	display: none;
}


/***********
	INFO
************/
.banner {
	background: #222;
}

.banner .container {
	padding: 0;
}

.banner .container > div {
	position: relative;
	max-width: 320px;
	padding: 30px 40px;
}

.banner .image {
	position: absolute;
	width: 60px;
	top: 50%;
	float: left;
	margin-top: -20px;
	text-align: center;
}

.banner .text {
	margin: 0 0 0 70px;
}

.banner .time {
	color: #38a9ff;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}

.banner h1 {
	line-height: 40px;
	color: #fff;
	padding: 0 !important;
}

.banner p, .banner a {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #fff;
}

.banner .readmore {
	background: url('../images/right.png') center right/7px 14px no-repeat;
	display: inline-block;
	font-weight: 500;
	padding-right: 14px;
	margin: 10px 0 0 0;
}

.banner .small {
	display: block;
	margin-top: 5px;
}



/***********
	NEWS
************/
.news {
	padding: 30px 0;
	background: #eee;
}

.news p {
	text-align: left;
	margin-top: 20px;
}


.news .container {
	align-items: flex-start;
}

.news .container > div {
	width: calc(50% - 30px);
}

.news .heading {
	position: relative;
}

.news .newselement {
	position: relative;
	padding: 20px 20px 60px 20px;
	margin: 20px 10px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0,.25);
}

.news .article {
	background-color: #eee;
	margin-top: 20px;
}

.news .description {
	padding: 20px;
}

.news #praediken .article {
	overflow: visible;
}

.news .article > a {
	position: relative;
	display: block;
}

.news .article > div {
	position: relative;
	display: block;
}

#nyt .article, #praediken .article {
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(0, 0, 0,.25);
}

#nyt img {
	width: 100%;
}

#praediken .iframe {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.20%;
	margin-bottom: 5px;
	overflow: hidden; 
}

#kalender iframe {
	width: calc(100% + 40px);
	margin-left: -20px;
}

.news .readmore {
	position: absolute;
	bottom: 20px;
}

.news .readmore a {
	background: url('../images/right2.png') center right/7px 16px no-repeat;
	font-weight: 500;
	color: #282828;
	padding-right: 14px;
}

.news .filter {
	position: absolute;
	top: 0;
	right: 0;
}

.news .filter p {
	float: left;
	margin-right: 5px;
	margin-top: auto;
}

.news select {
	float: right;
	background-color: #eee;
	color: #282828;
	padding: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0,.25)
}

.news select option {
	background-color: #eee;
	color: #282828;
	padding: 5px;
	right: 0;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0,.25)
}

.tags {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.tags .tag {
	margin-left: 5px;
}

.tags .tag.basic {
	border-bottom: 1px solid #c14444;
}

.tags .tag.sela {
	border-bottom: 1px solid #2e6da4;
}



/***********
	GRENE
************/
.productSliderWrap, .grene {
	width: 100%;
	background-color: #eee;
	padding: 30px 0;
}

.productSliderWrap .title, .grene .title {
	text-align: center;
	max-width: 700px;
	padding: 20px 40px;
	margin: 0 auto;
}

.productSliderWrap h1, .grene h1 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 20px;
}

.grene .article h2 {
	text-align: center;
	padding-bottom: 20px;
}

.grene a {
	display: block;
	max-width: 400px; /*calc(100% / 3 - 20px); */
	margin: 20px 10px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0,.25)
}

.grene img {
	width: 100%
}

.grene .article {
	padding: 20px;
}



/***********
	BREAK - CAFÉ OG OMTALE
************/
.break {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	padding: 50px 0;
}

.break h1 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 40px;
	line-height: 50px;
}

.break h1, .break h3, .break p {
	color: #fff;
}

.break a {
	margin-bottom: 0 !important;
}

.break .flex {
	padding-bottom: 15px;
}

.break .person img {
	border: 5px solid #eee;
}

.person h3 {
	text-align: left;
	padding-bottom: 10px;
}



/***********
	newsletter
************/

.newsletter {
	text-align: center;
	padding: 50px 0;
}

.newsletter h1,
.newsletter p {
	padding-bottom: 20px;
	text-align: center;
}

.newsletter input[type="email"] {
	padding: 12px 20px;
    display: inline-block;
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    box-sizing: border-box;
}

.newsletter input[type="submit"] {
	background-color: #222;
	color: #fff;
	text-transform: uppercase;
    padding: 12px;
	margin: 0 5px;
}

.newsletter input[type="submit"]:hover {
	background: #bbb;
}	

/***********
	FOOTER
************/
footer {
	width: 100%;
	color: #fff;
	background-color: #222;
	padding: 60px 0 40px 0;
}

#social {
	margin-bottom: 60px;
}

#social > div {
	display: table;
	margin: 0 auto
}

#social a {
	display: inline-block;
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 10px;
	background: rgba(255, 255, 255, 0.4); 
}
/*
#social .facebook {
	background: rgba(255, 255, 255, 0.4) url('../images/iconmonstr-facebook-1.svg') center/50% no-repeat;
}

#social .youtube {
	background: rgba(255, 255, 255, 0.4) url('../images/iconmonstr-youtube-1.svg') center/50% no-repeat;
}

#social .facebook:hover {
	background: #597ac7 url('../images/iconmonstr-facebook-2.svg') center/50% no-repeat;
}

#social .youtube:hover {
	background: #ff3635 url('../images/iconmonstr-youtube-2.svg') center/50% no-repeat;
}
*/
footer .links ul {
	max-width: 800px;
	margin: 0 auto;
}

footer .links li {
	float: left;
	width: calc(100% / 3 - 40px);
	padding: 0 20px;
}

footer .links li div {
	color: #666;
}

footer .links h3 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 10px 0;
}

footer .links a {
	font-size: 14px;
}

footer .links a:hover {
	color: #999;
}

footer > div > p {
	color: #666;
	padding: 0 0 10px 0;
	margin-top: 80px;
	font-size: 14px;
	text-align: center;
}



/***********
	COOKIE
************/
#cookieConsent {
	position: fixed;
	background: #222;
	max-width: 450px;
	right: 0;
	bottom: 50px;
	padding: 10px;
	margin: 0;
	box-shadow: 15px 8px 0px 0px rgba(0, 0, 0,.5);
}

#cookieConsent h2 {
	color: #fff;
	padding-bottom: 10px;
}

#cookieConsent p {
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	text-align: left;
	margin: 0;
	padding: 0 20px 0 0;
}

#cookieConsent a {
	background: url(../images/right.png) center right/7px 16px no-repeat;
	color: #fff;
	font-weight: 500;
	padding-right: 14px;
}
#cookieConsent .cookieConsentOK{
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
}

#cookieConsent .close{
	position: absolute;
	background: url(../images/default-skin.png) 0 -44px/264px 88px no-repeat;
	width: 44px;
	height: 44px;
	font-size: 15px; 
    color: #fff;
    right: 0;
	top: 0;
	cursor: pointer;
}



/***********
	YOUTUBE PLAYER
************/
.youtube-player iframe {
	position: absolute;
	width: 100% !important;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
}

.youtube-player img {
	position: absolute;
	display: block;
	height: auto;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 !important;
	margin: auto;
	max-width: 100%;
	border: none;
	cursor: pointer;
}

.youtube-player .play {
	position: absolute;
	background: url('../images/youtube-play.png') no-repeat;
	height: 48px;
	width: 68px;
	left: 50%;
	top: 50%;
	margin-left: -34px;
	margin-top: -24px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.youtube-player img:hover + .play,
.youtube-player .play:hover {
	background: url('../images/youtube-play2.png') no-repeat;
}

/*Comment, news*/
.news-box{
    text-align: left;
}
.cmt_subject_deselected:before,
.news_subject_deselected:before,
.condition_subject_deselected:before{
    content: "\f0da";
    font-family: FontAwesome;
}
.cmt_subject_selected:before,
.news_subject_selected:before,
.condition_subject_selected:before{
    content:  "\f0d7";
    font-family: FontAwesome;
}
#content{margin: auto;}

.gradient-hidden-content {
    height: 170px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
}

.gradient-hidden-content::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    bottom: 0;
    content: " ";
    display: block;
    height: 110px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1000;
}
.gradient-hidden-content.showing::after {
    display: none;
}

.show-hidden-button{
    background: #fff;
    text-align: center;
    height: 50px;
}

.show-hidden-button .sh-btn{
    color: #a0a3a6;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
}
#show-more-button:after{
    content: "\f103";
    font-family: FontAwesome;
}
#hidden-button{
    display: none;
}
#hidden-button:after{
    content: "\f102";
    font-family: FontAwesome;
}

.vp_table_wrap{
    position: fixed;
    top: 0;
    z-index: 1000;
    overflow: auto;
    max-height: 100%;
    height: 1000px;
    width: 100%;
    display: none;
}

.vp_invisible_table_wrap{
	display: none;
	background: #ffffff;
	box-shadow: 5px 5px 14px #888888;
	overflow: scroll;
	margin: 0 auto;
}

.vp_table_wrap{
	display: none;
	height: fit-content;
    max-height: 100%;
    width: max-content;
    background: #eee;
    overflow: auto;
}

.vp_table{
	margin: 0 auto;
	overflow: auto;
    background: #eee;
}
thead.vp_fixed_thead{
	position: sticky;
	top: 0;
	/*z-index: 5*/
}

thead.vp_fixed_thead > tr:first-child{
	background: #cacaca;
	text-align: center;
	text-transform: capitalize;
	text-transform: uppercase;
	height: 50px;
}

thead.vp_fixed_thead > tr:nth-child(2){
	background: #dadada;
}


tfoot.vp_fixed_tfoot{
	position: sticky;
	bottom: 0;
	/*z-index: 5*/
}

tfoot.vp_fixed_tfoot > tr:first-child{
	background: #cacaca;
	text-align: center;
}

tfoot.vp_fixed_tfoot .flex_form{
	display: flex;
}
@layer { 
	tfoot.vp_fixed_tfoot .flex_submit_btn{
		width: fit-content !important;
	}
}

.vp_table th,.vp_table td, .vp_invisible_table th, .vp_invisible_table td {
  	border: 1px solid black;
    padding: 5px;
}


.vp_table td.img_link {/*wrap-hack*/
  max-width: 500px;
}
.vp_table td span {
  word-wrap: break-word; /*old browsers*/
  overflow-wrap: break-word;
}


/* https://codepen.io/team/pierbridge/pen/obLZRW
* {box-sizing: border-box;}
table {
	border-collapse: collapse;
	width: 1000px;
	table-layout: fixed;
}
td,th {
	padding: 5px;
	min-width: 200px;
	border-right: 1px solid #ccc
}
thead tr {
	background: #888;
	color: #eee;
	display: block;
	position: relative;
}
tbody {
	display: block;
	height: 200px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
tbody tr:nth-child(even) {
	background: #ddd;
}
*/

/*from style/common.css*/


a.remove_item{color: #000;}
.remove_item{cursor: pointer;}
.shop-icon{
    color: #fff;
    padding: 2px 4px;
    cursor: pointer;
    display: inline-block;
    float: right;
}
#cart-icon a{color: #fff;}
#content #cart-and-wish{
    overflow: hidden;
    max-width: 300px;
    float: right;
    margin-right: 10px;
}
#content #cart-and-wish .wish-icon{
    background: #F0A59F;
    float: left;
}
#content #cart-and-wish .cart-icon{
    background: #308517;
    margin-left: 10px;
}
.wish-icon:before{
    content:  "\f004";
    font-family: FontAwesome;
}
.cart-icon:before{
    content:  "\f07a";
    font-family: FontAwesome;
}
.add_to_wish_list:before{
    content: "\f004";
    font-family: FontAwesome;
}

.add_to_wish_list{
    /*position: absolute;
    bottom: 10px; left: 10px;*/
    background: #F0A59F;
    margin-bottom: 5px;
}
.add_to_cart:before, .add_to_cart_from_wish:before{
    content:  "\f07a";
    font-family: FontAwesome;
}
.add_to_cart, .add_to_cart_from_wish{
    background: #308517;
}
.not_in_stock{
    background: #cacaca;
    cursor: default;
}

.not_in_stock:before{
    content: "\f00d";
    font-family: FontAwesome;
}
.viewer_box .add_to_cart{
    position: absolute;
    bottom: 10px; right: 10px;
}
.btn{
    background: #0099ff;
    border: none;
    padding: 5px;
    color: #fff;
}
#checkout_btn:after, #order_btn:after{
    content:  "\f054";
    font-family: FontAwesome;
}
#update_btn:before{
    content:  "\f021";
    font-family: FontAwesome;
}
#back_btn:before, #reset_btn:before{
    content:  "\f053";
    font-family: FontAwesome;
}
#forwards_btn:after{
    content:  "\f054";
    font-family: FontAwesome;
}
.price{
    text-align: right;
    font-weight: bold;
    font-size: 25px;
    padding: 15px 0 7px 0;
}
.share-wish-list{
/*    background: #636363;
    float: none !important;*/
}
.share-wish-list:before{
    content: "\f003";
    font-family: FontAwesome;
}
.continue_shopping{
    background: #E0E4EA;
    padding: 7px 10px;
    cursor: pointer;
    display: inline-block;
}
.continue_shopping:before{
    content: "\f100";
    font-family: FontAwesome;
}
#cart td,#cart th{padding: 5px;}
.condition_subject{
    margin: 10px 0;
    cursor: pointer;
    font-weight: bold;
}

.condition_text{
    padding-bottom: 20px;
}

.condition_text .readmore{
    text-decoration: underline;
}

/*
.cmt_subject_deselected:before,
.news_subject_deselected:before,
.condition_subject_deselected:before{
    content: "\f0da";
    font-family: FontAwesome;
}
.cmt_subject_selected:before,
.news_subject_selected:before,
.condition_subject_selected:before{
    content:  "\f0d7";
    font-family: FontAwesome;
}
#content{margin: auto;}

.gradient-hidden-content {
    height: 170px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
}

.gradient-hidden-content::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    bottom: 0;
    content: " ";
    display: block;
    height: 110px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1000;
}
.gradient-hidden-content.showing::after {
    display: none;
}

.show-hidden-button{
    background: #fff;
    text-align: center;
    height: 50px;
}

.show-hidden-button .sh-btn{
    color: #a0a3a6;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
}
#show-more-button:after{
    content: "\f103";
    font-family: FontAwesome;
}
#hidden-button{
    display: none;
}
#hidden-button:after{
    content: "\f102";
    font-family: FontAwesome;
}
*/
#call-out {
    background: gray;
}
#call-out > .call-out-inner > .call-out-text > .content_text{
    font-size: 20px !important;
    color: #fff;
}
#call-out > .call-out-inner > .call-out-text > .content_text input{
    color: #000;
}

#call-out > .call-out-inner > .call-out-text > .content_text > a, 
#call-out > .call-out-inner > .call-out-text > .content_text > b,
#call-out > .call-out-inner > .call-out-text > .content_text > i{
    font-size: 20px !important;
}

#call-out > .call-out-inner > .call-out-text > .content_text > h1{
    font-size: 50px !important;
}

#call-out > .call-out-inner > .call-out-text > .content_text > h2{
    font-size: 40px !important;
}

.viewer .viewer_shortcut{
    background: #dadada;
}
.viewer .viewer_shortcut li .description{
    font-size: 20px;
}

#popup .popup_description{
    position: absolute;
    left: 0; top: 10%;
    background: rgba(0, 0, 0, 0.45);
    padding: 7px;
    color: #fff;
    font-size: 20px;
}
.msg{
    background-color: #ffebe8;
    border: 1px solid #dd3c10;
    margin-top: 10px;
    padding: 7px;
    visibility: hidden;
}
.alert_msg{
    float: left;
    background-color: #ffebe8;
    border: 1px solid #dd3c10;
    padding: 7px;
    color: #CC0000;
    margin: 10px 0;
}
.alert_msg:before{
    content: "\f00d";
    font-family: FontAwesome;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0;}
      to { opacity: 1;}
}

@keyframes fadeIn {
    from { opacity: 0;}
      to { opacity: 1;}
}
/*.viewer .viewer_shortcut.scale-in{
    opacity: 0;
    transform: scale(0.5);
    transition: transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57) 0s, opacity 0.6s ease-out 0s;
}
.viewer .viewer_shortcut.scale-in.in{
    opacity: 1;
    transform: scale(1);
}
.viewer .viewer_shortcut.d2{
    transition-delay: 0.4s;
}*/
img{
    /*opacity: 0;*/
    /*transition: all 0.6s ease-out 0s;*/
    -webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s;
}
