body,
html {
	font-size: 100%;
	background-color: #ffffff;
}
.img-responsive {
	margin: auto;
	max-height: 350px;
}
/*VARIABLES*/
/* BASELINE */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4
{
	font-family:'Proxima Nova W01';  
	margin: 0;
}
h1,
.h1{
	font-weight: 100;
	text-transform: none;
}
h2,
.h2 {
	font-weight: 600;
	text-transform: none;
}
	
h3,
.h3 {
	font-weight: 600;
	text-transform: uppercase;
}
h4,
.h4 {
	font-weight: 400;
	text-transform: uppercase;
}

h1, .h1 {
	font-size: 2.815em;
	line-height: 1.0666667em;
	margin-bottom: 0.5333333em;
}

h2, .h2 {
	font-size: 1.5625em;
	line-height: 1.92em;
	margin-bottom: 0.96em;
}

h3, .h3, h4, .h4 {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
p,
blockquote {
  font-size: 1em;
  margin: 0 0 1.5em;
  line-height: 1.5em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
span,
a {
  font-size: 1em;
}
dl,
ol,
ul {
  font-size: 1em;
  margin: 0 0 1.5em;
  padding: 0;
}
dd,
dt,
li {
  line-height: 1.5em;
  margin: 0;
}

.size-2x {
	font-size: 200%;
}
.size-3x {
	font-size: 300%;
}
.size-4x {
	font-size:400%
}
.size-5x {
	font-size:500%
}

.size-6x {
	font-size:600%
}


p,
blockquote,
span,
dl,
ol,
ul,
dd,
dt,
li,
a {
  font-family: 'Proxima Nova W01';
  font-weight: 400;
}
/*COLORS*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
p,
blockquote,
span,
dl,
ol,
ul,
dd,
dt,
li, 
a{
  color: #434449;
}
.orange {
	color: #de8642;
}
.grey {
	color: #e6e6e6;
}
p a {
	color: #de8642;
}
a:hover, a:active, a:focus {
	color: #de8642;
	text-decoration: none;
}
p a:hover, p a:active, a:focus {
	text-decoration: underline;
}

hr.orange {
	width: 50%;
	margin: -10px auto 20px;
	border: 1px solid #f2a266;
}

::selection {
  background: #de8642;
  color: #f2f3f4;
}
::-moz-selection {
	background: #de8642;
	color: #f2f3f4;
}
/*BUTTONS*/
.btn, 
.content .typeform-share{
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 15px;
	font-size: 1em;
	line-height: 1.5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'Proxima Nova W01';
	font-weight: 600;
	border-radius: 2px;
	text-decoration: none;
	text-transform: uppercase;
	color: #f2f4f3;
	background-color: #6a6e72;
	border: 1px solid #6a6e72;
}

.btn:hover,
.btn:active,
.btn:focus{
	text-decoration: none;
	background-color: #de8642;
	border: 1px solid #de8642;
	color: #f2f4f3;
}

.socialicon{
  color: #6a6e72;
}
.socialicon:hover, .socialicon:active {
	color: #de8642;
}
/*TOP HEADER*/
#topHeader {
  padding: 40px 0;
}
#loginModal .modal-dialog {
	margin-top: 70px;
	border-radius: 2px;
}
#loginModal .modal-body{
	background-color: #f2f4f3;
}

#loginModal a {
	display: block;
	padding: 30px;
	border-radius: 2px;
	background-color: #e6e8e7;
}

#loginModal a:hover,
#loginModal a:focus, 
#loginModal a:active {
	background-color: #d9dbda;
}
/* Øseth Code */
.navbar {
	height: 70px;	
	line-height: 70px;
	text-transform: uppercase;
	border: 0px;
	background-color: #f2f4f3;
}
.navbar-collapse{
	max-height: none!important;			
}
.nav {
	margin-top: 14px;
}

.navbar-default .navbar-nav>li>a {
	color: #243949;
	letter-spacing: 2px;
	font-size: 0.8125em;
	padding: 10px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus		{
	color: #de8642;
	background-color: transparent;
}
@media screen and (min-width: 950px) and (max-width: 1199px){
	.navbar-header{
		width: 130px !important;		
	}
}
@media screen and (min-width: 768px) and (max-width: 949px){
	.navbar-header{
		width: 100px !important;		
	}
}
		
@media (min-width:768px) and (max-width: 991px) {
	.navbar > .container {
		width: 100%;
	}	
}


@media (max-width: 767px) {

	.navbar img {
		padding-left: 15px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.navbar {
		height: 100%;
		line-height: 100%;
	}
	
	.navbar-toggle {
		height: 40px;
		padding: 0px 10px;
		line-height: 40px;
	}
	
	.nav {
		margin-top: 10px;
	}
}
#language-picker .icon {
	font-size: 1.5em; 
	position: relative; 
	vertical-align: middle; 
	top: 1px;
}
#language-picker .dropdown-menu {
	min-width: 0px;
	background-color: #e7e7e7;
	border: 1px solid #e7e7e7;
	width: 100%;
	-webkit-box-shadow: none; 
	box-shadow: none; 
}

#language-picker .dropdown-menu a {
	text-align: center;
}
/* HOME */
#homeTitle {
	height: 450px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center 100px;
}

@media (max-width: 1199px) {
#homeTitle {
	height: 410px;
}
}

@media (max-width: 1199px) and (min-width:768px) {
.navbar-default .navbar-nav>li>a {
	letter-spacing: 0px;
}
.navbar-default > .container > .navbar-header {
	width: 150px !important;
}
.container > .navbar-header img {
	max-width: 100%;
	height: auto;
}
#homeTitle {
	height: 340px;
}
}
@media (max-width: 767px) {
#homeTitle {
	background-image: none !important;
	height: auto;
}
}

#usages {
	border: 1px #b8bcba solid;
	border-radius: 1px;	
	margin-bottom: 100px;
	margin-top: 20px;
}

.usage {
	height: 250px;
	padding: 15px;
	text-align: center;
	border-right: 1px #b8bcba solid;
}

.usage:last-child {
	border-right: none;	
}

.usage img {
	margin-bottom: 1em;	
}

.usage .btn {
	font-size: 1em;	
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	margin: auto;
	height: auto;
	padding: 6px 0px;
	width: 60%;
	text-align: center;
	cursor: pointer;	
}

@media (max-width: 991px) {
	#usages {
		border: none;
	}
	.usage {
		margin-bottom: 40px;
		border: 0.063em #cccccc solid!important;
	}
}
@media (max-width: 795px) {
  .navbar-default .navbar-nav>li>a {

      padding-right: 10px;
		}
}
section {
	margin-top: 40px;
	margin-bottom: 40px;
}
div.alternatebackground
{
	background-color: #f2f4f3;
}

/* FOOTER */

#footer {
	background-color: #f2f4f3;
	text-align: center;
	padding: 40px 0;
}
#footer p {
	margin-bottom: 0;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
