/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#CMS Tags
	#Site Styles
	#Bands
	#Page Styles
	#Menus
	#Select Menu
	#Flexslider Styles
	#Media Queries
	#Import Fonts/


/* #CMS Tags
================================================== */

.editable {}
.editable-text {}
.repeatable {}


/* #Site Styles
================================================== */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font: 13px/21px "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #3b4e6e;
	color: #454545;
}
img {
	max-width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Georgia';	
}
h1.logo a {
	width: 319px;
	background-image:url(../images/logo-easynetbooking.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 112px;
	display: block;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
	}
h2 {
	font-size: 26px;
	color: #2a434c;
	background: url(../images/band-diagonallines.png) repeat-x 0px 7px;
	margin: 0 0 21px 0;
	padding-left: 0px;
	line-height: 28px;
}
h2 span {
	background:#FFF;
	padding:0 14px 0 0;
}
h3 {
	background:url(../images/arrow-dotted.png) no-repeat top left;
	font-size: 20px;
	color: #BB8F43;
	letter-spacing: -0.06em;
	padding: 3px 0 0 35px;
}

p {
	font-size: 13px;
}
p strong {
	font-weight: 600;
	color: #202326;
}
p.ingress {
	font-size:15px;
}

a, a:visited {
	color: #bb923f;
	text-decoration: none;
}

.rb10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.rb5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.rb3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.rb2 {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* #Bands
================================================== */
.band-top {
	background:url(../images/top-stripes.png) top center no-repeat;
}
.band-content {
	background:#ffffff;
}
.band-grey {
	background:#fafafa;
}
.band-bottom {
	background:#5c6d87;
}

/* #Page Styles
================================================== */

.shadow {
	padding-top:20px;
	background:url(../images/shadow.png) no-repeat top center;
	background-size:100% 20px;
}
.topmenu {
	margin-top:14px;
	height:38px;
	}
.flag {
	width: 16px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	float: right;
	margin-left: 38px;
	
	}
.flag.no {
	background: url(../images/no.png) no-repeat left center;
}
.flag.uk {
	background: url(../images/gb.png) no-repeat left center;
}
.mobilelanguage{
	text-align: center;
	margin-bottom: 14px;
	display:none;
	}
.mobilelanguage a {
	display:inline-block;
	width:40px;
	height:25px;
	margin-right:10px;
	background:#000;
}
.mobilelanguage a.uk {
	background: url(../images/uk-color.gif) no-repeat;
}
.mobilelanguage a.uk.active{
	background: url(../images/uk-bw.gif) no-repeat;
}
.mobilelanguage a.no {
	background: url(../images/no-color.gif) no-repeat;
}
.mobilelanguage a.no.active{
	background: url(../images/no-bw.gif) no-repeat;
}
.button-demo {
	display: inline-block;
	float: right;
	font-size: 11px;
	background: url(../images/button-demo.png) left center no-repeat;
	height: 38px;
	line-height: 38px;
	padding-left: 40px;
	text-transform: uppercase;
}

p.list-title {
	color: #2a434c;
	margin: 0 0 7px 0;
	font-family: georgia;
	font-size: 16px;
}
.content li {
	margin: 0 0 0 16px;
	padding: 0;
	line-height: 21px;
	list-style: square outside;
	color: #454545;
}
.stroke {
	border:5px solid #cdcdcd;
}
.bottom-ragged {
	background:url(../images/bottom-ragged.png) no-repeat bottom center;
	margin:0 auto;
	padding-bottom:35px;
}
.frontbox {
	padding:0;
}
.referansebox {
margin-bottom: 20px;
}
.referansebox h3, h4 {
	color:#bb923f;
	font-family:'Open Sans';
	text-transform:uppercase;
	font-size:14px;
	margin:0;
}
.referansebox p {
	color:#888888;
}

.bottom p, .bottom p a {
	color: #F0F2F4;
	font-size: 12px;
	text-decoration:none;
}
.bottom p.title {
	border-bottom: 1px solid #748399;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 0 7px 0;
}
.bottom p span.pdf {
	background-color: #FFFCFC;
	color: #FA0321;
	padding: 0px 3px;
	margin-right: 7px;
	font-size: 10px;
	font-weight: 600;
	border: 1px solid white;
}
.grey, .bottom, .content, .footer {
	padding:28px 0 7px 0;
}
.bottom {
	padding-top:14px;
}

.footer p, .footer p a {
	color: #93A3B6;
	font-size: 12px;
}
.mobile {
	display:none;
	color:red;
}

/* #Menus
================================================== */

ul.nav {
	float:left;
	margin:0;
}

.nav li {
	float: left;
}

.nav li a {
	text-transform: uppercase;
	color: #eeeeee;
	font: 12px/28px "Open Sans", Arial;
	display: block;
	height: 28px;
	text-decoration: none;
	padding: 0 10px;
	margin: 10px 10px 0 0;
}

.nav li a:hover {
	color: #bb923f;
}

.nav li a.active {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#a20616;
}

.nav li a:hover.active {
	color:#eeeeee;
}

/* #Select menu
======================================================*/
.menu select {
    display: none;
	width:100%;
    margin: 0 auto 20px auto;
    background: transparent url(../images/dropdown-arrow.png) no-repeat right center;
	background-color: #FFF;
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	max-width: 100%;
	padding: 7px 10px;
	line-height: 20px;
	background-size: 30px 28px;
	-webkit-appearance: none;
}


/* FlexSlider Styles
==================================================*/
.flexslider-wrapper {
	padding-bottom: 20px;
	/* [disabled]margin-bottom: 14px; */
	background: url(../images/shadow.png) no-repeat bottom center;
	background-size: 100% 20px;
    display:none;
}

.flexslider {
	border: 5px solid #586884;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.flexslider .slides {
	position:relative;
}

.flexslider .slides img {
	padding: 0px;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.flex-control-nav li {
	display: inline;
	margin: 0 3px;	
}

.flex-control-nav li a {
	display:inline-block;
	width: 14px;
	height: 14px;
	border:1px solid #ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #f0f2f4;
	cursor:pointer;
	/*Remove text*/
	font: 0/0 a;
    text-shadow: none;
    color: transparent;	
}

.flex-control-nav li a.active {
	background: #3b4e6e;
}

.flexslider .slides li {
	position:relative;
	margin:0;
}

p.flex-caption {
	position:absolute;
	width:250px;
	bottom:0;
	left:0;
	background-color:#000;
	color:#fff;
	padding:15px;
	margin:0 0 6px 6px;
	display:none;
}
.sliderbanner {
	position: absolute;
	display: block;
	z-index: 99;
	right: 0;
	top: 0;
	height: 100%;
	width: 37%;
	background: url(../images/slidertext_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 45px 20px 0 50px;
}
.sliderbanner p.title {
	color: #BB923F;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}
.sliderbanner p {
	font-size:14px;
	color:#3b4e6e;
}



/* #Fancybox Gallery
================================================== */

.screenshots {
	border:2px solid #5c6d87;
	background:#000;
	position:relative;
	padding-bottom:15px;
	max-height:180px;
	overflow:hidden;
	margin-bottom:20px !important;
}
.screenshots h5 {
	position:absolute;
	padding:6px;
	padding-top:8px;
	bottom:0;
	left:0;
	text-transform: uppercase;
	background:#3B4E6E;
	width:100%;
	color:#fff;
	text-align:center;
	font: 12px/20px "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.sliderbanner {padding-top:25px;}
		.sliderbanner p.title {margin-top:0px;margin-bottom:14px;font-size:16px}
		.sliderbanner p {font-size:13px;}
		.nav li a {margin-right:5px;}
        .screenshots {max-height:150px;}
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		/*HIDE*/
		ul.nav, .button-demo, .sliderbanner, .flag {display:none;}
		/*SHOW*/
		div.menu select, .mobile, .mobilelanguage {display:block;}
		/*OTHER*/
		h1.logo a {margin:0;width:100%;background-position: center center;}	
		h2 {font-size:20px}
		h3 {font-size:16px;line-height:24px}
		.topmenu {height:0;margin-top:0;}
        .screenshots {max-height:2000px;}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
	}


/* #Import Fonts
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600);
