// BUTTON GROUPS
// -------------

.btn-info:hover ul.dropdown-menu{
    display: block;    
}

.btn-info ul.dropdown-menu{
    margin-top: 0px; 
    border-radius: 0;  
}

#mainNavigation .active .btn {background: #FFF; color: #083c70;}
#mainNavigation .btn {background: #303030}
#mainNavigation .btn {text-align: left;}
#mainNavigation .btn strong {font-size: 20px; display: block; font-weight: 200; margin: 0 ;}
#mainNavigation .btn span {font-size: 12px; display: block;}
#mainNavigation .btn-group {margin: 0 0 0 10px; padding: 0;}
#mainNavigation .btn-group > .primSplit {padding: 30px 50px 30px 30px; margin-right: 1px;}
#mainNavigation .btn-group.active > .primSplit:hover {background: #f5f5f5;}
#mainNavigation .btn-group > .primSplit:hover {background: #383838;}

#mainNavigation .btn-group > .secSplit {padding: 60px 15px 0; height: 30px; border: 0;}
.btn-group.open .dropdown-toggle.secSplit {background: #f5f5f5 !important; box-shadow: none; color: #083c70;}


// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match
.btn-group > .btn:first-child {
  margin-left: 0;
     -webkit-border-top-left-radius: 0px;
         -moz-border-radius-topleft: 0px;
             border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
          border-bottom-left-radius: 0px;
}

.dropdown-menu {
	width: 100%;
	border-radius: 0;
	background: #f5f5f5;

	border: 0;
}

.dropdown-menu a {
	padding: 10px 30px;
	
}

.topNavMob {list-style: none; padding: 0; margin: 0;}
.topNavMob li {width: 50%; float: left;}
.topNavMob li a {text-align: center; display: block; padding: 15px 20px; color: #FFF; background: #333; font-size: 18px; font-weight: bold; }
.topNavMob li a.current {color: #333; background: #FFF;} 


@media (max-width: 979px) {
#mainNavigation .btn span {display: none;}
#mainNavigation .btn-group > .primSplit {padding: 20px; height: 40px; line-height: 40px;}
#mainNavigation .btn-group > .secSplit {padding: 40px 15px 20px; height: 40px; border: 0; line-height: 40px;}

}

// Angular UI bootstrap datepickers
.responsive-datepicker {
  position: relative;
}
.responsive-datepicker .dropdown-menu {
   left: auto !important;
   right: 0px;
 }

/*-------------------------------- Firmafon widget justeringer ------------------------------------*/
.Firmafon-external-css-logo{
	display:none;
}

.Firmafon-external-css-opening-hours-container table{
	margin-bottom:0 !important;
}

.Firmafon-external-css-widget-container a {
	color:#0088cc !important;
}

.Firmafon-external-css-widget-container a:hover {
	color:#005580 !important;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */



/*-------------------------------- Redesign Feb. 2015 justeringer ------------------------------------*/


.special-container.bg-white {
	background:linear-gradient(
      rgba(255, 255, 255, 0.9), 
      rgba(255, 255, 255, 0.9)
    );
}

.special-container.bg-green {
	background:rgba(122, 196, 160, 1);
}

.special-container.bg-orange {
	background:linear-gradient(
      rgba(240, 156, 64, 0.95), 
      rgba(240, 156, 64, 0.95)
    );
}

.special-container.bg-red {
	background:linear-gradient(
      rgba(239, 72, 64, 0.95), 
      rgba(239, 72, 64, 0.95)
    );
}

.special-container.bg-light-blue {
    background: #3fbfef;
}

.special-container.bg-dark-blue {
	background:rgba(27, 125, 162, 1);
}

.special-container.bg-light-grey {
	background:linear-gradient(
      rgba(27, 125, 162, 0.95), 
      rgba(27, 125, 162, 0.95) 
    ),
    url('https://www.emaerket.dk/external-files/images/bg.jpg');
	background-size:cover;
	background-position-y: 1700px;
}


.special-container, .special-container-sm{
	position:relative;
	padding:0 10px;
}


a{
	color:#2C83B7;
}

.banner p{
	color:#fff;
}

#banner-slider .slider-title{
	color:#fff;
}

.navbar{
    background: url('https://www.emaerket.dk/external-files/website-images/forside-slider-1920x979.jpg') #ccc;
	background-size:cover;
	background-position-y:-245px;
	background-repeat:no-repeat;
}

#mainNavigation .btn-group > .primSplit:hover{
	background:#383838;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

#applicationForm .sidebarAppForm .showPrice{
	background:#2C83B7;
}

.coWorkerBox .info{
	background: #2C83B7;
}

.meshim_widget_components_chatWindow_NewChatForm .content, .meshim_widget_components_chatWindow_NewChatForm .container{
	background:#2C83B7 !important;
}

.meshim_widget_components_chatButton_Button .favicon{
	background:#26729F;
}


.icon-information{
	color:#2C83B7;
}

#mf3{
	max-width:120px;
}

#mainNavigation .btn{
	background:#333;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#mainNavigation .active .btn{
	color:#2c83b7;
}

.navbar .nav > li > a{
	text-shadow:none;
}

.navbar-search .search-query{
	border:1px solid #fff;
}

.navbar-search .search-query{
	box-shadow:none;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	box-shadow:none;
}

.footer-newsletter{
	background:#1892AF;
}

.btn-success{
	border-image:none;
	border:1px solid #333;
	background-color:#333;
	background-image:none;
}


.btn-primary{
	border-image:none;
	border:2px solid #fff;
	color:#fff;
	background:transparent;
	text-shadow:none;
}

.btn-primary:hover{
	background:#fff;
	color:#85C8C7;
}

#mf78 .btn-primary:hover{
	background:#fff;
	color:#D5C8E3;
}

.btn{
	box-shadow:none;
}

.btn-emaerk, .btn-emaerk:hover, .btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover{
	text-shadow:none;
}

footer{
	background:#303030;
}


.categoryHeader{
	background-color:#1892AF;
}

.btn-group > .dropdown-toggle{
	box-shadow:none;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled]{
	background-color:#383838;
	border-image:none;
	border:1px solid #383838;
}

.navbar .nav > li > a:hover{
	color:#DADADA;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover{
	background:#2c83b7;
}

.leftMenu ul.lv2 li{
	list-style:none;
}

#mainNavigation .btn-group > .primSplit{
	padding:10px 30px;
}

.pageBeltsSearch{
	/*background:url('https://www.emaerket.dk/external-files/website-images/buying-online-2000x1148.jpg');*/
	background-repeat:no-repeat;
	background-position:100px;
	background:#333;
	margin-bottom:20px;
	padding-bottom:80px;
}

.pageBeltsSearch > .hero-mask{
	background:#333 !important;
}

.pageBeltsSearch .formSearchBelt #hero-search{
	border:2px solid #565656;
	line-height:49px;
}

.pageBeltsSearch .formSearchBelt button[type="button"]{
	height:51px;
}

.pageBeltsSearch .container{
	padding:0;
	height:auto;
	overflow:inherit;
}

/* hide forbruger menu */
#mainNavigation .btn-group:first-child{
	display:none;
}

.accordion-heading .accordion-toggle{
	background:#00AA9E;
}

.topNavMob li a{
	background:#333;
	text-decoration:none;
}

.topNavMob li a.current{
	color:#333;
}

.topNavMob li:first-child{
	display:none;
}

.pageBeltsSearch .span12{
	margin:0 auto;
	float:none;
}

.factBox[style], .textBox[style]{
	background:#f09c40 !important;
}

.factBox h3, .textBox h3, .factBox p, .textBox p{
	color:#fff;
}

.factBox a:link, .textBox a:link, .factBox a:visited, .textBox a:visited{
	color:#fff;
}

.accordion-heading .accordion-toggle{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pageBeltsSearch .results #results-shops li a{
	color:#2C83B7;
}


 
/*------------- Bælter på B2B redesign Feb. 2015 --------------*/


.green-btn{
	padding:10px 20px;
	background:rgba(122, 196, 160, 1);
	border:2px solid rgba(122, 196, 160, 1);
	color:#fff;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:inline-block;
	border-radius: 5px;
	margin:10px 0;
}

.green-btn:hover{
	padding:10px 20px;
	background:rgba(116, 187, 152, 1);
	border:2px solid rgba(116, 187, 152, 1);
	color:#fff;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:inline-block;
	border-radius: 5px;
	margin:10px ;
}

.ghost-btn, .ghost-btn:active{
	padding:12px 15px;
	background:transparent;
	border:1px solid #fff;
	color:#fff;
	text-decoration:none;
	-webkit-border-radius:25px;
	-moz-border-radius: 2px;
	display:inline-block;
	border-radius: 2px;
	margin:10px 0;
	text-transform: uppercase;
}

.ghost-btn:hover{
	background:#fff;
	border:1px solid #fff;
	text-decoration:none;
}

.ghost-btn-sm{
	padding:5px 10px;
	background:transparent;
	border:2px solid #fff;
	color:#fff;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:inline-block;
	border-radius: 5px;
	margin:10px 0;
}

.ghost-btn-sm:hover{
	padding:5px 10px;
	background:#fff;
	border:2px solid #fff;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:inline-block;
	border-radius: 5px;
	margin:10px 0;
}

.ghost-btn-dark{
	padding:10px 20px;
	background:transparent;
	border:2px solid #2c83b7;
	color:#2c83b7;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:inline-block;
	border-radius: 5px;
	margin:10px 0;
	text-align:center;
}

.ghost-btn-dark:hover{
	background:#2c83b7;
	color:#fff;
	text-decoration:none;
}

.ghost-btn-dark:active{
	background:#26729F;
	border:2px solid #26729F;
}

.ghost-btn-orange{
	padding:10px 20px;
	background:#f09c40;
	border:2px solid #f09c40;
	color:#fff;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:inline-block;
	border-radius: 5px;
	text-align:center;
}

.ghost-btn-orange:hover{
	background:#E9983F;
	color:#fff;
	text-decoration:none;
	border:2px solid #E9983F;
}

.ghost-btn-orange:active{
	background:#E9983F;
	border:2px solid #E9983F;
}

.ghost-btn-green{
	padding:10px 20px;
	background:#fff;
	border:2px solid rgba(122, 196, 160, 1);
	color:rgba(122, 196, 160, 1);
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:inline-block;
	border-radius: 5px;
	text-align:center;
}

.ghost-btn-green:hover{
	background:rgba(122, 196, 160, 1);
	color:#fff;
	text-decoration:none;
	border:2px solid rgba(122, 196, 160, 1);
}

.full-btn-green{
	padding:15px 30px;
	background:rgba(122, 196, 160, 1);
	border:2px solid rgba(122, 196, 160, 1);
	color:#fff;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:inline-block;
	border-radius: 5px;
	text-align:center;
	font-size:1.5em;
}

.full-btn-green:hover{
	background:rgba(114, 184, 150, 1);
	color:#fff;
	text-decoration:none;
	border:2px solid rgba(114, 184, 150, 1);
}

.full-btn-orange{
	padding:10px 20px;
	background:#f09c40;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:inline-block;
	border-radius: 5px;
	text-align:center;
	color:#fff;
	margin:0 5px;
}

.full-btn-orange:hover{
	background:#E19643;
	text-decoration:none;
	color:#fff;
}

.full-btn-light-blue{
	padding:10px 20px;
	background:#2c83b7;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:inline-block;
	border-radius: 5px;
	text-align:center;
	color:#3FBFEF;
	margin:0 5px;
}

.full-btn-light-blue:hover{
	background:#fff;
	text-decoration:none;
	color:#3FBFEF;
}

.full-btn-white{
	text-decoration:none;
}


.full-btn-dark-blue{
	background:#2C83B7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	border: 2px solid #2c83b7;
}

.full-btn-dark-blue:hover{
	background:#26729F;
	text-decoration:none;
	color:#fff;

}

.full-btn-dark-blue-equal-width{
	background:#2C83B7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	padding:10px 0;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	width:100%;
}

.full-btn-dark-blue-equal-width:hover{
	background:#26729F;
	text-decoration:none;
	color:#fff;
}


a i{
	margin-right:10px;
}


.font-green .ghost-btn:hover{
	background:#fff;
	color:#7FC6A3;
	text-decoration:none;
}

.font-dark-green .ghost-btn:hover{
	background:#fff;
	color:rgba(29, 115, 73, 1);
	text-decoration:none;
}

.font-orange .ghost-btn:hover{
	background:#fff;
	color:#F09C40;
	text-decoration:none;
}

.font-red .ghost-btn:hover{
	background:#fff;
	color:#ef4840;
	text-decoration:none;
}

.font-light-blue .ghost-btn:hover{
	background:#fff;
	color:#3fbfef;
	text-decoration:none;
}

.font-dark-blue .ghost-btn:hover{
	background:#fff;
	color:#1B7DA2;
	text-decoration:none;
}

.intro-headline{
	font-weight:300;
	color:#646464;
	margin:20px 0;
}

.txt-white{
	color:#fff;
}

.pointer-txt{
	font-size:18px;
	color:#2c83b7;
}

.line-break{
	display:block;
}

.msg-pointer{
	font-size:34px;
	color:#2c83b7;
}

.msg-container{
	text-align:center;
	padding:50px 0;
}

.msg-txt, .msg-icon{
	max-width:24%;
	min-width:250px;
	display:inline-block;
	vertical-align:middle;
	margin:0 15px;
}

.msg-txt{
	text-align:left;
}

.msg-title{
	margin-bottom:10px;
	font-size:30px;
	line-height:36px;
}

.msg{
	font-size:17px;
	line-height:24px;
}

.msg ul{
	text-align:left;
}

.msg-icon span{
	font-size:230px;
}


.top-banner-certificate{
	max-width:120px;
}

.special-container .headline, .special-container-sm .headline{
	margin:30px auto 20px auto;
	max-width:800px;
	text-align:center;
	font-weight:500;
	font-size:44px;
	line-height:44px;
}

.row{
	clear:both;
	padding:20px 0;
	overflow:auto;
}

.special-container .row{
	padding:20px 0 20px 0;
	text-align:center;
	margin-left:0;
}


.special-container-sm h2{
	font-size:20px;
	line-height:23px;
}

.special-container-sm p{
	font-size:15px;
	line-height:20px;
}

.special-container-sm .msg-icon span{
	font-size:180px;
	vertical-align:top;
}

.special-container-sm .msg-container{
	text-align:center;
	padding:30px 0;
}

.lg-icon{
	font-size:200px;
}

.icon-adjust{
	position:absolute;
	top:2px;
	left:3px;
}

.fa-gavel.icon-adjust{
	top:0;
	left:-4px;
}

.icon-question-sign:before{
	color:#2c83b7;
}

.icon-ok-sign:before{
	color:#4fefa6;
}

.hide{
	display:none;
}

.green{
	color:rgba(122, 196, 160, 1);
}
.orange{
	color:#f09c40;
}

.light-blue{
	color:#3FBFEF;
}

.dark-blue{
	color:#2C83B7;
}

.white{
	color:#fff;
}

.bold{
	font-weight:bold;
}

.cases-container{
	padding:0 10px;
	margin:30px 0;
}

.cases{
	text-align:center;
	margin:20px 0;
	display:inline-block;
	width:49%;
}

.header-icon, .guide i{
	margin-bottom:10px;
	font-size:40px;
}

.cases a:link, .cases a:visited{
	border:1px solid #3FBFEF;
	color:#3FBFEF;
	background:#fff;
	text-shadow:none;
}

.cases a:hover{
	color:#fff;
	background:#3FBFEF;
	text-shadow:none;
}

.guide{
	display:inline-block;
	text-align:center;
	width:45%;
}

.big-icon .fa-lg{
	font-size:7em;
}

.teaser-container .fa-lg, .teaser-container-third .fa-lg{
	font-size:4em;
}

.teaser-container h3{
	margin-bottom:10px;
}

.teaser-container i{
	color:#1B7DA2;
}

.teaser-container{
	width:24%;
	display:inline-block;
	padding:20px;
	box-sizing:border-box;
	vertical-align:top;
}

.teaser-container-third{
	width:33%;
	display:inline-block;
	padding:20px 60px;

	box-sizing:border-box;
	vertical-align:top;
}

.teasers-container{
	margin:10px auto;
	padding:0 10px;
}

.teasers h3{
	margin-bottom:15px;
}

.outer{
	max-width: 560px;
	margin:0 auto;
}

.aspect-ratio {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 51%;
}

.aspect-ratio iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; 
	top: 0;
}

.member-headline{
	font-size:16px;
	margin-bottom:40px;
	color:#646464;
	display:inline-block;
}

.fa-stack .fa-binoculars{
	font-size:.8em;
}

.fa-stack .fa-sitemap{
	font-size:.9em;
}

.member-headline .fa{
	margin:0 10px;
}

.guide-container{
	text-align:left;
}

.guides{
	display:inline-block;
	width:40%;
	margin:5px 4%;
}


.lawyers img{
	max-width:560px;
	width:100%;
}

.icon-left{
	float:left;
	margin-right:10px;
	color:rgba(122, 196, 160, 1);
}

.icon-left i{
	color:rgba(122, 196, 160, 1);
}

.txt-right{
	display:inline;
}

.bg-green{
	background:rgba(122, 196, 160, 1);
}

.bg-light-blue{
	background:#3FBFEF;
}

.bg-light-grey{
	background:#E6E6E6;
}

.bg-orange{
	background:#f09c40;
}

.bg-petroleum-blue{
	background:#1892AF;
}

.bg-dark-green{
	background:rgba(29, 115, 73, 1);
}

.bg-dark-blue{
	background:#2c83b7;
}

.bg-red{
	background:rgba(207,43,43,.5);
}

.bg-white{
	background:#fff;
}

.dark-red{
	color:rgba(108,11,11,1);
}

.dark-green{
	color:#3B785A;
}

.dark-orange{
	color:#975D1C;
}

.dark-blue{
	color:#2C83B7;
}

.dark-grey{
	color:#303030;
}

.new-brand-msg-container{
	max-width:700px;
	padding:40px 0;
	text-align:center;
	margin:0 auto;
	color:#fff;
}

.new-brand-msg-container h3{
	margin-bottom:5px;
}

.new-brand-msg{
	margin:20px 0;
	background:#303030;
}

.banner-divider{
	height:20px;
}

.subpage-belt{
	padding:20px;
	position:relative;
}

.subpage-belt p{
	line-height:1.4em;
}


.col-fourth{
	width:22%;
	display:inline-block;
	text-align:center;
	margin:0 1%;
	vertical-align:top;
	position:relative;
	padding-top:20px;
}

.col-fourth .fa-lg{
	font-size:3em;
}

.col-third{
	width:25%;
	padding:0 3%;
	display:inline-block;
	margin-bottom:20px;
	vertical-align:top;
}

.col-third .fa-lg{
	font-size:3em;
}


.left-icon{
	font-size:4em;
	float:left;
	margin-right:20px;
}

.left-icon-overflow{
	position: absolute;
	left: -75px;
	top: 3px;
	font-size:4em;
}

.icon-txt{
	padding:15px 80px;
	font-family:inherit;
	display:block;
}

.txt-enhanced{
	font-size:2em;
}

.btn-enhanced{
	font-size:1.5em;
	padding:15px 30px;
}

.extra-margin h1{
	margin-top:40px;
}

.extra-margin h2{
	margin:27px;
}

.law-guides{
	margin:30px 0;
}

.half-width{
	width:49%;
	display:inline-block;
	vertical-align:text-bottom;
}

.large-icon{
	font-size:175px;
}

.block-spacer{
	margin:40px 0;
}

.flip img{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.inline-el{
	display:inline-block;
	vertical-align:middle;
}

.inline-el h3{
	margin-bottom:10px;
}

.certificate-info{
	vertical-align:middle;
}

.certificate-info ul{
	font-size:1.2em;
}

.certificate-info li{
	line-height:1.5em;
}

.circle-base {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

.circle-150{
	width:150px;
	height:150px;
	line-height:150px;
	font-size:60px;
	margin:10px auto;
}

.circle-100{
	width:100px;
	height:100px;
	line-height:100px;
	font-size:60px;
	margin:10px auto;
}

.step h1{
	margin-bottom:5px;
}

.border-end{
	border-bottom:10px solid #2c83b7;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #2c83b7;
	margin:0 auto;
}


.triangle{
    border-color:#303030 rgba(122, 196, 160, 0) rgba(122, 196, 160, 0) #303030;
    border-style: solid; 
    border-width: 50px; 
    width: 0px; /* real width is 100px; */
    height: 0px; /* same as width */
    line-height: 0px;
	position:absolute;
	left:0;
	top:0;
}


.triangle-text{
    font-size: 20px;
    position: absolute;
    top: 25px; /* 50 - something related to line heigth */
    left: -38px; /* 50 - 142/2 - something related to line height */
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	width: 142px; /* base width -> (100^2 + 100^2)^1/2 */
    text-align: center;
	color:#fff;
}

.triangle-sm{
    border-color:#303030 rgba(122, 196, 160, 0) rgba(122, 196, 160, 0) #303030;
    border-style: solid; 
    border-width: 30px; 
    width: 0px; /* real width is 100px; */
    height: 0px; /* same as width */
    line-height: 0px;
	position:absolute;
	left:0;
	top:0;
}


.triangle-text-sm{
    font-size: 12px;
    position: absolute;
    top: 13px; /* 50 - something related to line heigth */
    left: -49px; /* 50 - 142/2 - something related to line height */
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);   
	width: 142px; /* base width -> (100^2 + 100^2)^1/2 */
    text-align: center;
	color:#fff;
}

.wide-btn{
	width:225px;
}

.bg-light-blue a:hover{
	color:#3FBFEF;
}

.bg-orange a:hover{
	color:#f09c40;
}

.bg-petroleum-blue a:hover{
	color:#1892AF;
}

.bg-dark-blue a:hover{
	color:#2c83b7;
}

.bg-green a:hover{
	color:rgba(122, 196, 160, 1);
}

.col-dbl-link{
	width:188px;
	display:inline-block;
	vertical-align:top;
}

a.underline{
	color:#fff;
}

a.underline:hover{
	color:#fff;
	text-decoration:underline;
}

.uppercase{
	text-transform:uppercase;
	margin:0 10px 5px 0;
}

.no-margin{
	margin:0;
}

.well.sml-btm-margin{
	margin-bottom:5px;
}

.line-through{
	text-decoration:line-through;
}

.teaser-container-third h3{
	font-size:24px;
	line-height:30px;
	margin-bottom:5px;
}

.qoutation{
	font-size: 90px;
	color: rgb(27, 125, 162);
	top: 28px;
	position: relative;
}

.col-1{
	width:100%;
	float:left;
}

.col-2{
	width:30%;
	float:left;
	padding:5px 10%;
}
 
.col-3{
	 width:20%;
	 float:left;
	 margin-left:10%;
}

.col-3 a, .col-4 a{
	color:#1892AF;
}

.col-4{
	 width:20%;
	 float:left;
	 margin-left:4%;
}

.col-4 h2{
	font-size:125%;
}

.col-4 img{
	max-width:50%;
	display:block;
	margin:0 auto 10px auto;
	border:0;
}

.col-4 > .icon-heading{
	text-align:center;
	font-size:130%;
	font-weight:900;
	text-transform:uppercase;
	font-family:inherit;
	display:block;
}

.read-more-paragraph{
	text-align:center;
	bottom:10px;
	margin:0 0 5px 0;
	left:0;
	right:0;
	position:absolute;
}

.read-more-paragraph a{
	background: rgba(51, 51, 51, 1);
    padding: 8px 10px;
    display: inline-block;
    color: white;
    text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.read-more-paragraph a:hover{
	background: rgba(51, 51, 51,.9);
}

.read-more-paragraph a:active{
	background: rgba(51, 51, 51,.8);
}

.usp-txt-box{
	min-height:105px;
	line-height:21px;
	padding:0 20px;
}

.usp-box{
	background:#FFF6EC;
	min-height:375px;
	position:relative;
}

.row-wrapper{
	margin:0 auto;
	overflow:auto;
}

.row-wrapper .col-4:nth-child(4){
	 margin-right:0;
}

.caps{
	text-transform:uppercase;
}

.two-box{
	color:#fff;
	min-height:100%;
}

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.flexbox .col-2 {
  flex: 1;
  padding:50px 10% 50px 10%;
}

.txt-center{
	text-align:center;
}

.fup-box{
	max-width:500px;
	margin:0 auto;
}

.fup-box p{
	color:#CACACA;
}

.row h1, .row h2, .row h3{
	margin-top:0;
}

.full-btn-blue, .full-btn-blue:active{
	text-decoration:none;
	padding:10px 15px;
	background:#1892AF;
	color:#fff;
	display:inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:10px;
}

.full-btn-blue:hover{
	background:#1CA5C6;
	color:#fff;
	text-decoration:none;
}

.full-btn-turquoise, .full-btn-turquoise:active{
	text-decoration:none;
	padding:10px 15px;
	background:#A9D8D2;
	color:#00A99D;
	display:inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:10px;
}

.full-btn-turquoise:hover{
	background:#96BFBA;
	color:#fff;
	text-decoration:none;
}

.flexbox-heading{
	padding-top:20px;
}

.clear{
	clear:both;
}

.contact-img{
	margin-left:20px;
}

.search-intro-txt{
	max-width:450px;
	margin:0 auto;
	font-size:16px;
	line-height:22px;
}

.search-intro-container{
	/*background:linear-gradient( rgba(0,0,0,.8), rgba(0,0,0,.8) ), url('https://www.emaerket.dk/external-files/website-images/buying-online-2000x1148.jpg');*/
	background-size:cover;
	background-position:0px -225px;
	background-repeat:no-repeat;
	position:relative;
	background:#333;
	color:#fff;
	padding-top:100px;
}

.row.fup{
	background:linear-gradient( rgba(73,9,10,.8), rgba(73,9,10,.8) ), url('https://www.emaerket.dk/external-files/website-images/forside-slider-1920x979.jpg');
	position:relative;
	background-position:0px -662px;
	padding:50px 0;
}

.row.fup a:hover{
	color:rgba(73,9,10,1);
}

.row h2, .row h3{
	line-height:125%;
	margin-bottom:10px;
}

.row.fup h2, .row.fup p, .row.fup a{
	position:relative;
}

.pad-top-btm{
	margin:40px 0;
}

.btn-spacing, .btn-spacing:active{
	margin-right:10px;
}

.presserum-contact{
	width:50%;
	float:left;
}

.contact-box { /* Firmafon erstatning */
	padding:20px;
	border:1px solid #ddd;
	text-align:center;
	max-width:265px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0 auto;
} 

.contact-box h1{
	margin:0 auto;
	font-size:2.4em;
}

.contact-box a{
	text-decoration:none;
} 

.contact-box table{
	width:100%;
} 

.contact-box table tr>td{
	width:50%;
	border: 1px solid #ddd;
} 

.call-open{
	color:green;
}

.contact-box-bold{
	font-weight:bold;
}

.row.who-are-we{
	padding:0;
	background:url('https://www.emaerket.dk/external-files/website-images/forside-slider-1920x979.jpg');
	background-position-y:438px;
}

.two-box.bg-petroleum-blue{
	background:rgba(24, 146, 175, 0.8);
}

.two-box.bg-orange{
	background:rgba(240, 156, 64, 0.8);
}

.caution-txt{
	color:red;
}

.no-break{
	white-space:nowrap;
}

/* emaerket.dk/fup ----------- */

.lp-overview{
	font-family:verdana;
	font-size:12px;
	padding:0;
	max-width:870px;
}

.lp-article{
	margin:10px 0;
	overflow:hidden;
	position:relative;
	padding:20px 40px;
	background:#F1F1F1;
}

.lp-article-container{
	margin-top:15px;
}

.lp-overview h1, .lp-overview p{
	margin-bottom:15px;	
}

.lp-overview h2{
	font-size:20px;	
}

.lp-article-img{
	margin-right:30px;
	width:150px;
	height:150px;
	position:relative;
	vertical-align:middle;
	display:inline-block;
}

.lp-article-text{
	display: inline-block;
	position: relative;
	width: 586px;
	vertical-align: middle;
}

.lp-intro{
	margin-bottom:30px;
}

.lp-article-btn:link, .lp-article-btn:visited{
	background:#00AA9E;
	color:#fff;
	text-transform:uppercase;
	padding:7px 12px;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
	margin-top:5px;
	font-weight:bold;
}

.lp-article-btn:hover{
	background:#00C4B1;
}

.fup-video{
	position:relative;
	margin-top:20px;
	display:block;
	margin:auto;
}




/* Media queries ----------- */




@media only screen 
and (max-width : 1199px) {
/* Styles */
	.guide{
		display:block;
		text-align:center;
		width:auto;
	}
	
		
	.icon-txt{
		padding:10px;
		font-family:inherit;
		display:block;
	}
	
	.hide-m{
		display:none;
	}
	
	.teaser-container{
		width:48%;
	}
	
	.col-4{
		width: 35%;
		float: left;
		margin:0 0 5% 10%;
	}
	
	.col-4:nth-child(3){
		clear:left;
	}
	
	.col-4 img{
		max-width:40%;
		display:block;
		margin:0 auto;
	}
	
	.lp-article-text{
		display: inline-block;
		position: relative;
		width: 416px;
		vertical-align: middle;
	}
	
	.usp-box{
		min-height:340px;
	}
	

}

@media only screen 
and (max-width : 989px) {
/* Styles */
	.hooray-icon{
		display:none;
	}
	
	.col-fourth{
		width:44%;
	}
	
	.circle-150{
		width:100px;
		height:100px;
		line-height:100px;
		font-size:40px;
		margin:10px auto;
	}
	
	
	.teaser-container-third{
		width:100%;
	}
	
	.navbar{
		background-position-y:-95px;
	}
	
	.lp-article-text{
		display: inline-block;
		position: relative;
		width: 254px;
		vertical-align: middle;
	}

}


@media only screen 
and (max-width : 767px) {
/* Styles */
	#mf0 img{
	max-width:90px;
	margin-left:5px;
	}
	
	.special-container .headline{
		margin:30px auto 20px auto;
		max-width:600px;
		text-align:center;
		font-weight:500;
		font-size:34px;
		line-height:34px;
	}
	
	.input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"]{
		width:155px;
	}
	
	h2{
		font-size:18px;
		line-height:26px;
	}
	
	.contact-img{
		display:none;
	}
	
	.search-intro-container{
		/*background:url('https://www.emaerket.dk/external-files/website-images/buying-online-2000x1148.jpg');*/
		background-size:cover;
		background-position:0px -107px;
		background-repeat:no-repeat;
		position:relative;
	}
	
	.row-fluid [class*="span"]{
		min-height:0;
	}
	
	
	.lp-article-img{
		display:none;
	}
	
	.lp-article{
		margin:10px 0;
		overflow:hidden;
		position:relative;
		padding:0;
	}
	
	.lp-article-text{
		background: #EAEAEA;
    	padding: 20px;
		width:auto;
		display:inherit;
	}
	
	.lp-article-btn:link, .lp-article-btn:visited{
		background:#00AA9E;
		color:#fff;
		text-transform:uppercase;
		padding:7px 12px;
		text-decoration:none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		display:block;
		text-align:center;
		margin-top:5px;
	}
	
	.lp-article-btn:hover{
		background:#00C4B1;
	}
	
	.lp-article-container{
		background:none;
		padding:0;
		margin-top:0;
	}

}

@media only screen 
and (max-width : 680px) {
/* Styles */
	.teaser-container{
		width:auto;
		padding:0 20px;
		margin:20px 0;
	}
	
	
	.msg-icon span{
		font-size:150px;
	}
	
	.guides{
		width:100%;
		margin:5px auto;
	}
	
	.col-third{
		width:50%;
		margin:0 auto 20px auto;
		display:block;
	}
	
	.flexbox{
		display:block;
	}
	
	.col-2{
		width:90%;
		padding:5px 5% 10px 5%;
		float:left;
	}
		
	.col-3{
		width:90%;
		float:left;
		margin:5px 5%;
	}
	
	.col-4{
		width: 90%;
		float: left;
		margin: 5%;
	}
	
	.col-4 img{
		max-width:150px;
	}
	
	.read-more-paragraph{
		margin-top:10px;
	}
	
	.usp-box{
		min-height:0;
	}
	
	.usp-txt-box {
		min-height: 160px;
		line-height: 21px;
		padding: 0 20px;
	}
	

}


@media only screen 
and (max-width : 480px) {
/* Styles */

	.col-fourth{
		width:100%;
		margin:10px 0;
	}
	
	.subpage-belt h1{
		font-size:28px;
		line-height:36px;
	}
	
	article h1{
		font-size:24px;
		line-height:30px;
	}
	
	.special-container .headline{
		font-size:30px;
		line-height:34px;
	}
	
	.msg-container{
		padding:20px 0;
	}
	
	.msg-title{
		font-size:24px;
		line-height:30px;
	}
	
	.search-intro-container{
		/*background:url('https://www.emaerket.dk/external-files/website-images/buying-online-500x347.jpg');*/
		background-position:0px -130px;
		background-repeat:no-repeat;
		position:relative;
	}
	
	.row.fup{
		background:linear-gradient( rgba(73,9,10,.8), rgba(73,9,10,.8) ), url('https://www.emaerket.dk/external-files/website-images/forside-slider-1920x979.jpg');
		position:relative;
		background-position:-458px -662px;
		padding:20px;
	}
	
	.pad-top-btm{
		margin:0;
	}
	
	.inline-el{
		margin-bottom:10px;
	}
	
	.navbar{
		background-position-y:-27px;
	}
	
	.topNavMob li a{
		font-size:13px;
	}
	
	.row-fluid [class*="span"]{
		min-height:0;
	}
	 
	.fup-video{
		margin-top:20px;
		display:block;
		width:100%;
		height:auto;
	}	
	

}

@media only screen 
and (max-width : 340px) {
	
	.usp-box{
		min-height:390px;
	}
	
	.usp-txt-box {
		min-height: 150px;
		line-height: 21px;
		padding: 0 20px;
	}
}