body {
    background-image:url('../img/nature.png');
    background-repeat:no-repeat;
    background-position: top left;
    background-size: cover;
	height:101%;
}

body, form, label, table, a {
     font-family: 'Montserrat', arial, sans-serif; 
}

h1, h1 a, #nav li a, .heading, #banner-full {
     font-family: 'Montserrat', arial, sans-serif; 
	    font-weight: bold;
}

h2, h2 a, a {
     font-family: 'Montserrat', arial, sans-serif; 
	    /* font-weight: normal; */
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	color: orange;
	font-weight: 600;
}


/*CSS3 Hover Effects*/
.hover-effect {
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.hover-effect-kenburn {
   position:relative;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.hover-effect-kenburn:hover {
   -webkit-transform: scale(0.7) rotate(5deg);
   -moz-transform: scale(0.7) rotate(5deg);
   -o-transform: scale(0.7) rotate(5deg);
   -ms-transform: scale(0.7) rotate(5deg);
   transform: scale(0.7) rotate(5deg);
}


div#cookieChoiceInfo a {
        color: #FFFFFF;
}

/*
a {
  color: #00BD2D;
  text-decoration: none;

  &:hover,
  &:focus {
    color: #eee;
    text-decoration: underline;
  }

h3.div {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
} 
*/
  
h3 {
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}

a:hover, a:focus {
	color: #09AD62;
} 

a {
	color: #09AD62;
	text-decoration: none;
	font-weight: 500;
} 

ol.breadcrumb a {
	color: #A5A5A5;
}

.btn-primary {
	color: #fff;
	background-color: #F29934;
	border-color: #d58512;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #d58512;    
}
    
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #d58512;
	border-color: #d58512;
}
 
.btn-primary:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #d58512;  
} 

/* 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #fff;
	background-color: #d58512;
	border-color: #d58512;
}
*/

.breadcrumb {
	background-color: #DDDDDD;
}

.panel-default>.panel-heading {
	background-color: #ECECEC;
}

.grey {
    color: rgba(220, 220, 220, 0.5);
}
    

/* .panel-heading {
padding: 2px 10px 2px;
} */

header.carousel {
	height: 32%;
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
	}
}

.navbar {
    min-height: 50px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 7px 7px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-inverse .container{
	background-color: #222;
}

.navbar-inverse {
	background-color: #222;
	border-color: #eee;
	border: 0px;
}

.pagination-centered {
  text-align: center;
}

.thumbs {
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn {
font-weight: bold;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #aaa;
}

tr.table-altrow {
background: #f1f2f8;
}

.img-right {
	float: right;
	margin-left: 10px;
}

.backtotop {
    position: absolute;
    top: 15px;
    right: 35px;
}

.buildNumber {
    font-size: 12px;
    color: rgba(200, 200, 200, 0.4);
    font-weight: 700;
}

a.anchor{display: block; position: relative; top: -60px; visibility: hidden;}


.bottomspace {
	margin-bottom: 15px;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space100 {
	margin-bottom: 100px;
}

.space200 {
	margin-bottom: 200px;
}

.danger {
	color: red;
}

.success {
	color: green;
}

.new {
	color: #56A1D3;
}

.upgrade {
	color: #4caf50;
}

.bugid {
color: green;
}

pre {
color: #093;
line-height: 20px;
}

code {
color: #008299;
line-height: 15px;
}

th.param-heading {
	font-size: 14px;
	padding-right: 10px;
}
th {
  padding: 0 12px 0 0;
}

td {
  font-size: 13px;
  line-height: 24px;
}

footer {
	margin: 5px 0;
	color: #333;
/* 	background-color: #333; */
}

/*
inspired from http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: translateZ(0);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.counter {
    font-size: 10px;
    padding-top: 2px;
    padding-right: 5px;    
    white-space:nowrap;
}

	.icon {
		text-decoration: none;
/*		border-bottom: none; */
		position: relative;
	}

	.icon:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
	}

	.icon > .label {
		display: none;
	}

	.icon.major {
		background: #666;
		border-radius: 100%;
		color: #ffffff;
		cursor: default;
		display: inline-block;
		height: 5.5em;
		line-height: 5.5em;
		margin: 0 0 2em 0;
		width: 5.5em;
	}

	.icon.major:before {
		font-size: 2.5em;
	}

	.icon.major.accent1 {
		background: #666;
		color: #ffffff;
	}

	.icon.major.accent2 {
		background: #82a8e0;
		color: #ffffff;
	}

	.icon.major.accent3 {
		background: #91d4b0;
		color: #ffffff;
	}

	.icon.major.accent4 {
		background: #e88792;
		color: #ffffff;
	}

	.icon.major.accent5 {
		background: #e695b9;
		color: #ffffff;
	}
			
	.page-header {
		border-bottom: 1px solid #ddd;
	}		
		
	.breadcrumb > .active {
		font-weight: 700;
	}
	