/* General */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	font-size: 14px;
	font-family: Arial,sans-serif;
	color: #333;
	padding: 0px 0 0;
	margin: 0px;
	background: #fff;
	overflow-x: hidden;
	height: 100%;
}

#wrap {
	min-height: 100%;
	/*padding-bottom:90px;*/
	position:relative;
}

a {
    color: #87d25c;
}

a:focus {
    color: #87d25c;
    text-decoration: underline;
}

a:focus, a:hover {
    color: #87d25c;
    text-decoration: underline;
}

hr{
	margin-top:10px;
}

/* Boostrap overrides */

.navbar-default {
    border-radius: 0;
    background-color: #75b450;
    border-color: #87d25c;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #fff;
}

.navbar-default .navbar-text a{
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #87d25c;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #87d25c;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #75b450;
}

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

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
    padding: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.btn-primary {
	color: #fff;
	background-color: #75b450;
	border-color: #75b450; 
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #75b450;
	border-color: #87d25c;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	background-image: none; 
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	background-color: #87d25c;
	border-color: #75b450; 
}
.btn-primary .badge {
	color: #87d25c;
	background-color: #fff;
}

/*Pagination*/
.pagination>li>a, .pagination>li>span{
	color: #75b450
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #75b450;
    border-color: #75b450;
}

/* Boostrap end overrides */

header, nav {
	display: block;
}

header#header {
    margin-bottom: 20px;
}

.container-fluid {
	padding-left:0px;
	padding-right:0px;
}

div#navigation {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: 20px;
}

nav#navigation-top {
    float: right;
    margin-top: 10px;
}

nav#navigation-bottom {
    float: right;
    clear: both;
    margin-top: 61px;
}

li#nav-top-login-li a {
    padding-top: 10px !important;
}

li#nav-top-language-li a {
    padding-top: 10px !important;
}

div#logo {
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.carousel-caption-big {
     position: absolute;
    font-size: 57px;
    color: #292929;
    top: 50%;
    text-align: center;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.carousel {
    position: relative;
}

.carousel-indicators {
	display: none;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img { width:100%; }

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img
{
	display: inline-block;
}

div#main-content-top {
    text-align: center;
}

#main-content-top h2 {
    font-size: 60px;
    padding-bottom: 0px;
    color: #404040;
    margin-top: 50px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

#main-content-top h3 {
    font-size: 32px;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #404040;
}

div#main-content-top-splitter {
    background: #639500;
    height: 2px;
    width: 136px;
    margin: 0 auto;
}

div#main-content-pricing-splitter {
    background: #639500;
    height: 2px;
    width: 136px;
    margin: 0 auto;
}

.pricing_container {
    background: #494b54;
    width: 282px;
    display: inline-block;
    margin-right: 43px;
}

div#pricing-containers {
    margin: 45px 0px 0px 0px;
    text-align: center;
    margin-bottom: 45px;
}

.pricing_container_header {
    text-align: center;
    padding-top: 20px;
    font-size: 39px;
    color: #fff;
}

.pricing_container_price_pr_month {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 14px;
}

.pricing_container_price_pr_year {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 7px;
}

.pricing_container_buy {
    text-align: center;
    border-radius: 27px;
    background: #FFFFFF;
    width: 200px;
    padding: 10px;
    margin: 40px auto;
    font-size: 20px;
    text-transform: uppercase;
}

.pricing_container_more_info {
    width: 100%;
    background: #d3d7c8;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    margin-top: 65px;
}

.pricing_container_hide_info {
    width: 100%;
    background: #d3d7c8;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 2px solid #FFFFFF;
    margin-top: 65px;
}

.pricing_container_more_info a, .pricing_container_more_info a:hover {
    color: #494b54;
    font-size: 22px;
    text-decoration:none;
}

.pricing_container_hide_info a, .pricing_container_hide_info a:hover {
    color: #494b54;
    font-size: 22px;
    text-decoration:none;
}

.pricing_container_options_container {
    width: 100%;
    background: #d3d7c8;
    height: 100px;
    padding: 10px;
}

table.pricing_container_options_table {
    width: 100%;
}

.pricing_container_options_table td {
    color: #494b54;
    font-weight: bold;
    text-align: left;
}

.pricing_container_options_table td:last-child {
    text-align: right;
}

.pricing_container:last-child {
    margin-right: 0px;
}


div#main-content-bottom {
    text-align: center;
}

#main-content-bottom h2 {
    font-size: 60px;
    padding-bottom: 0px;
    color: #404040;
    margin-top: 50px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

#main-content-bottom h3 {
    font-size: 32px;
    margin-bottom: 21px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #404040;
}

div#main-content-bottom-splitter {
    background: #639500;
    height: 2px;
    width: 136px;
    margin: 0 auto;
}

.list-icons-and-text-container {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}

div#main-content-list-items {
    margin-bottom: 54px;
    margin-top: 88px;
}

.list-text-container {
    color: #669700;
    font-size: 29px;
    margin-top: 12px;
}

.list-icons-and-text-container:first-child {
    /*padding-left: 0px;*/
}

.list-icons-and-text-container:last-child {
    /*padding-right: 57px;*/
}


div#start-up-container {
    text-align: center;
    padding-top: 50px;
    background: #d3d7c8;
    padding-bottom: 50px;
    margin-top: 100px;
}

#start-up-container h2 {
    font-size: 60px;
    padding-bottom: 0px;
    color: #404040;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-top: 0px;
}

div#start-up-button {
    padding: 10px;
    background: #639500;
    border-radius: 34px;
    width: 200px;
    margin: 30px auto;
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

footer {
    /*
    position:fixed;
    */
    position:absolute;
    bottom:0px;
    background: #ccc;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid #e7e7e7;
    padding: 20px;
    color: #5a5959;
}

footer p{
    margin-bottom:0!important;
}

.footer-container {
    width: 314px;
    display: inline-block;
    color: #494b54;
    text-transform: uppercase;
    padding-top: 13px;
    vertical-align: top;
}

#start-up-button a {
    color: #fff;
}

.btn-qms-blue {
    color: #fff;
    background-color: #75b450;
    border-color: #75b450;
}
.btn-qms-blue:active, .btn-qms-blue:hover, .btn-qms-blue:focus  {
    color: #fff;
    background-color: #75b450;
    border-color: #75b450;
}

div#login-container label {
    margin-bottom: 9px;
}

div#login-container input {
    margin-top: 5px;
}

div#forgot-password-container label {
    margin-bottom: 9px;
}

div#forgot-password-container input {
    margin-top: 5px;
}

div#create-user-container {
    margin: 30px auto;
    width: 500px;
    margin-bottom: 0px;
}

#nav-top-search-li a {
    padding-left: 20px !important;
}

#nav-top-mail-li a {
    /* padding-left: 15px !important; */
    /* padding-right: 16px !important; */
    padding-right: 17px !important;
}

.pricing_container_buy a {
    color: #0C0C0C;
}

footer ul {
    list-style: none;
    margin: 0px;
    text-align: left;
    padding: 0px;
}

h2.footer-container-headline {
    text-align: left;
}

footer ul li {
    margin-bottom: 4px;
}

#main-content-banner-tour {
	text-align:center;
}

#main-content-banner-tour img {
	max-width:100%;
	height:auto;
}

.green-banner-container {
     text-align: center;
     padding-top: 15px;
     background: #d3d7c8;
     padding-bottom: 67px;
     margin-top: 60px;
}

#email_container {
	width: 200px;
	display: inline-block;
}

#sign_up_btn {
	vertical-align: top;
}

.main-content-prices-container {
	width: 900px;
	margin:auto;
	margin-top: 40px;
}

.price_text_page {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20%;
	margin-right: 20%;
	min-height: 400px;
}

#site-navigation-toggle {
    display: none;
    background-color: #616669;
}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px)
{
	#site-navigation-toggle {
	    display: block;
	    height: 44px;
	    margin-top: 16px;
	}

	.site-navigation-toggle {
	    position: relative;
	    float: right;
	    padding: 6px 10px;
	    margin-top: 8px;
	    margin-right: 15px;
	    margin-bottom: 8px;
	    background-color: rgba(0, 0, 0, 0);
	    background-image: none;
	    border: 1px solid rgba(0, 0, 0, 0);
	    border-radius: 4px;
	    cursor: pointer;
	}
	
	#site-navigation-toggle .icon-bar {
	    background-color: #FFF;
	    display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	}
	
	#navigation-bottom li {
		width: 100%;
		text-align: left;
    	background-color: #7F8386;
    	margin: 0px !important;
	    color: #FFF;
	    font-size: 14px;
	    float: none !important;
	}
	

}

@media screen and (max-width: 600px)
{
	.carousel-caption-big-inner div {
		font-size: 28px !important;
	    display: block !important;
	}
	.carousel-caption-big-inner img {
		margin-top: 0px;
	    width: 133px;
	}
}

@media screen and (max-width: 1235px) and (max-height: 1024px)
{
	.carousel-caption-big-inner div {
		font-size: 23px !important;
		display: inline-block;
	}
	
	.carousel-caption-big {
		font-size:40px;
	}
	.pricing_container {
	    background: #494b54;
	    width: 236px;
	    display: inline-block;
	    margin-right: 15px;
	}
	.footer-container {
	    width: 245px;
	}
	#footer-logo {
		width: 230px;
	}
	#footer-tablet-logo {
   		width: 139px;
	}
	nav#navigation-bottom {
	    float: right;
	    clear: both;
	    margin-top: 0px;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img { height:110px; }
	.carousel {
		position: inherit;
	}
	div#logo {
		margin-top: 20px;
		margin-left: 0px;
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.list-icons-and-text-container {
	    padding-bottom: 20px;
	}
	div#navigation {
		display: block;
		float: none;
		margin-right: 0px;
	}
	nav#navigation-top {
		float: none;
	}
	nav#navigation-bottom {
		float: none;
	}
    
    #flag {
		margin-right:0px !important;
		margin-top:10px;
	}
	
	#dk_flag_id, #gb_flag_id {
	    width: 28px !important;
	    vertical-align: top;
	    height: 17px;
	}
	
	.main-content-prices-container {
		width: 98%;
		margin:auto;
		margin-top: 30px;
	}
	
	.price_text_page {
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 10%;
		margin-right: 10%;
		min-height: 400px;
	}
}

#flag {
	margin-right:15px;
}

#dk_flag_id, #gb_flag_id {
    width: 19px;
    vertical-align: top;
    margin-top: 10px;
}

.product_registration_table {
	border-collapse: collapse;
}
.product_registration_table tr td {
	border: 1px solid grey;
	width: 100px;
	padding: 10px;
	text-align: center;
}
.product_registration_table tr td:first-child {
	width: 350px;
	text-align: left;
}
.product_registration_table tr:first-child {
	background: grey;
	color: #fff;
	font-weight: bold;
}
/** wiki page **/
.wiki table tr td {
	padding: 7px;
	padding-left: 10px;
}
.wiki table tr:first-child {
	font-weight: bold;
}

/** validation **/
.validation-invalid {
	font-size: .8em;
    color: #777;
    /*float: right;*/
    width: 244px;
    text-align: right;
    display: block;
}
.invalid-input-field {
	background: #FEDEDE;
	border-color: #FB4848;
}
.form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
}

#campaign_code_container {
	-khtml-opacity:.70; 
	-moz-opacity:.70; 
	-ms-filter:”alpha(opacity=70)”;
	filter:alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
	opacity:.70; 
}
.btn-override{	
	cursor:auto !important;
	height:32px;
	padding:3px 8px !important;
}
.front-categories-box{
	border: 1px solid #ccc;
	height:200px;
	padding:5px 10px 10px;
	border-radius:15px;
}
.front-categories-box-title{
	text-align:center;
	border-bottom:1px solid #ccc;
	display:block;
}
.front-categories-box-inside{
	overflow-y:auto;
	height:80%;
}
.nomargin, .nomargin p{
	margin:0!important;
}

/*Printing options*/
.show_on_print{
	display: none;
}
@media print {
   .show_on_print {
       display: block;
   }
   
   .hide_on_print {
       display: none;
   }
}


/*Content*/
#content_text_pages{
	/*margin-left: 5%;margin-right: 5%;*/
	min-height: 600px;
	margin-bottom: 15px;
}

.well{
	padding: 1em;
}

.articles{

}

ul.articles > li{
	margin-bottom:10px;
}

.article-content{
	min-height:157px;
}

.article-content p{
	text-align:justify;
}

.articles h4{
	margin-bottom: 0;
	margin-top: 0;
	font-size: 15px;
    font-weight: bold;
}


/*Blog Widget*/
.blog-widget {
    margin-top: 24px;
}

.panel-primary {
    border-color: #75b450;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #75b450;
    border-color: #75b450;
}

/*

.blog-widget .blog-widget-title {
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

.blog-widget-related-articles{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.blog-widget-related-articles > li {
    margin-top: 3px;
    margin-bottom: 5px;
}

.blog-widget-related-articles > li.parent{
    margin-top: -6px;
}

.blog-widget-related-articles > li a{
    color:#777;
    text-decoration:none;
}

.blog-widget-related-articles > li > div.widget_content {
    padding: 5px 10px;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 14px;
    background: #f5f5f5;
    border: 1px solid #eee;
}

.blog-widget-related-articles > li > div.widget_content:hover{
    border: 1px solid #5cb85c;
}

.blog-widget-related-articles > li > div.widget_content.parent{
    color: #000;
}

.blog-widget-related-articles > li > div.widget_content.current{
    border: 1px solid #5cb85c;
}

.blog-widget-related-articles > li > div.widget_content .details {
    display: block;
    color: #777;
    font-size: 12px;
}

.blog-widget-related-articles > li > div.widget_content .title {
    display: block;
    font-weight: bold;
}

.blog-widget-related-articles > li > div.widget_content.parent .title{
    color: #5cb85c;
}

.blog-widget-related-articles > li > div.widget_content a:hover{
    text-decoration:underline;
}

.blog-widget-related-articles > li > div.widget_content .details .date {
    margin-right: 10px;
}

.blog-widget-related-articles > li > div.widget_content .details .date, .blog-widget-related-articles > li > a .details .tags {
    float: left;
}

.blog-widget-related-articles > li > div.widget_content:after {
    content: "";
    display: table;
    clear: both;
}

.blog-widget-related-articles > li > div.widget_content > p {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0;
    font-style: italic;
    clear: both;
}

*/

#main_container{
	padding-bottom:61px;
}

/*Article*/
.article-single{

}

h2.article-title{
	font-size:18px;
}

h2.article-title a:hover{
	text-decoration:none;
}

/*Article list*/
.articles_list .header{
	color: #5cb85c;
    cursor: pointer;
    border-bottom: 2px solid #ddd;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.articles_list ul{
	padding-left: 30px;
}


/**Comments*/
#article_comments_container h3{
	font-weight: 400;
    border-top: 2px solid #165ca9;
    padding-top: 10px;
    margin-top: 15px;
    font-size:20px;
}

#article_comments_container .media{
	border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    margin-top: 15px;
}

#article_comments_container .media:last-child{
	border-bottom: none;
}



/*Search*/
.search_articles{
	list-style-type: none;
    margin: 0;
    padding: 0;
}


.search_articles > li{
	border-bottom: 1px dashed #ccc;
    padding: 10px 0 0;
}

.search_articles > li:last-child{
	border-bottom: none;
}

.search_articles > li  .title{
	font-weight:bold;
}

.search_articles > li  .title:visited{
	/*color: #609;*/
}

.search_articles > li .external_link{
	font-size: 12px;
	color: #239169;
	margin: 2px 0;
    display: block;
}

.search_articles > li .teaser{
	font-size: 12px;
}

/**/
#login_section{
	margin-top:15px;
	width:100%;
}

#login_section .btn-group{
	float:right;
}

#search_form_box{
	margin-top: 22px;
	clear: both;
	float: right;
	width: 100%;
}

#search_form_box #searchElementTop{
    width:60%;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #87d25c;
    border-color: #87d25c;
}