@charset "UTF-8";
/* CSS Document */

/*FONTS*/
@font-face {
    font-family: 'LiberationSerifRegular';
    src: url('fonts/LiberationSerif-Regular-webfont.eot');
    src: url('fonts/LiberationSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/LiberationSerif-Regular-webfont.woff') format('woff'),
         url('fonts/LiberationSerif-Regular-webfont.ttf') format('truetype'),
         url('fonts/LiberationSerif-Regular-webfont.svg#LiberationSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LiberationSerifItalic';
    src: url('fonts/LiberationSerif-Italic-webfont.eot');
    src: url('fonts/LiberationSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/LiberationSerif-Italic-webfont.woff') format('woff'),
         url('fonts/LiberationSerif-Italic-webfont.ttf') format('truetype'),
         url('fonts/LiberationSerif-Italic-webfont.svg#LiberationSerifItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LiberationSerifBold';
    src: url('fonts/LiberationSerif-Bold-webfont.eot');
    src: url('fonts/LiberationSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/LiberationSerif-Bold-webfont.woff') format('woff'),
         url('fonts/LiberationSerif-Bold-webfont.ttf') format('truetype'),
         url('fonts/LiberationSerif-Bold-webfont.svg#LiberationSerifBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LiberationSerifBoldItalic';
    src: url('fonts/LiberationSerif-BoldItalic-webfont.eot');
    src: url('fonts/LiberationSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/LiberationSerif-BoldItalic-webfont.woff') format('woff'),
         url('fonts/LiberationSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/LiberationSerif-BoldItalic-webfont.svg#LiberationSerifBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
}
html, body {
}
	
#header {
	width: 100%;
	height:100px;
	background: #fff;
	}	

#header_inner{
	width:95%;
	margin: 0 auto;
}	

#logo {
	float: left;
    padding-top: 15px;
    width: 300px;
}
#logo img {
	width: 100%;
}	
	
#nav {
	float:right;
	padding-top:50px;
	text-align:right;
	font-family: 'Open Sans', sans-serif;
	}	
#nav_inner {
	float:right;
	font-size:1em;
	font-weight:500;
	width:auto;
	}		

#nav a{
	padding-left: 15px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: color background 0.25s ease-in-out;
	-moz-transition: color background 0.25s ease-in-out;
	-o-transition: color background 0.25s ease-in-out;
	transition: color background 0.25s ease-in-out;
	color:#002337;
	outline: none;
	text-decoration:none;
	}	
#nav a:hover{
	color:#3e9ed2;
	}	
	


/* Navigation */

.web-nav {
  display:block;
  visibility:visible;
}

.nav-mobile {
	display: none;
	visibility:hidden;
	}

.menu-link { display: none;}
.menu { 
  float: left;
  -webkit-transition: all 0.3s ease;  
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.menu ul { 
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-table;
}
.menu > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
}
.menu ul li { 
	padding: 0px; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #02082f;
	text-transform:uppercase;
	letter-spacing:0.03em;
	}
.menu > ul > li { 
	display: inline-block; 
	}
.menu ul li a { 
	display: block; 
	text-decoration: none; 
	color: #02082f; 
	font-size: .9em; }
.menu ul li a:hover {
	background-color: #1b62e1;
	color: #fff;}	
.menu ul li > a { 
   height:18px; 
   padding: 19px 12px; 
   }
.menu ul ul { 
  display: none; 
  position: absolute; 
  top:100%;
  width: 100%;
  background-color: #f4f4f4;
  border: 1px solid #CCC;
}
.menu ul li:hover > ul { display: block; }
.menu ul ul > li { position: relative; }
.menu ul ul > li a { padding: 5px 15px 5px 10px; height: auto; background-color: #f4f4f4; }
.menu ul ul > li a:hover { background-color: #1b62e1; color: #fff; }
.menu ul ul ul { position: absolute; left: 100%; top:0; }	

.container {
	position:relative;
}
			
html .innner{
	width: 100%;
}	
	
h1 {
	color: #00295d;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    margin: 0;
    padding: 20px 0px 10px 0;
    display: block;
    clear: both;
}

h1 a{
	color:#3e9ed2;
	text-decoration:none;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

h1 a:hover{
	color:#002337;
	text-decoration:none;
}	

h2 {
	color:#002337;
	font-family: 'Raleway', sans-serif;
	font-size:1.07em;
	margin: 0;
	padding-bottom:5px;
	display:block;
	font-weight:normal;
	clear:both;
	font-style:normal;
	line-height:150%;
}

.page_title{
	color:#0085d2;
	font-family: 'LiberationSerifRegular', Times, serif;
	font-size:2.6em;
	margin: 0;
	padding:40px 0px 10px 0px;
	display:inline-block;
	font-weight:normal;
	text-align:left;
	float: left;
	width: 100%;
	line-height: 120%;
}	
#content_inner {
	display: block;
    background: white;
    padding: 30px 50px 50px 50px;
    text-align: left;
    max-width: 1024px;
    margin: 0 auto;
    float: none;
    box-sizing: border-box;
}

#content_inner .page_title img{
	padding:0 3px 0 0;
	float:left;
}

#content {
	font-family: 'Open Sans', sans-serif;
	color:#636363;
	font-size:1em;
	margin: 0;
	padding:0;
	display:block;
	line-height:160%;
	text-align:left;
}

#content_inner p, #content_inner ul li{
	font-family: 'Open Sans', sans-serif;
	color: #636363;
    font-size: 1em;
    margin: 0;
    padding: 0;
    line-height: 150%;
}
#content_inner ul {
	display: block;
	clear: both;
}
#content_inner ul li {
	list-style: disc outside;
	color:#636363;
	padding: 5px 0px;
}
#content_inner a{
	color:#3e9ed2;
	text-decoration:none;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

#content_inner a:hover{
	color:#002337;
	text-decoration:none;
}

#content a{
	color:#3e9ed2;
	text-decoration:none;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

#content a:hover{
	color:#002337;
	text-decoration:none;
}

#content_inner img{
	float: left;
	padding: 0px 10px 20px 0px;
}

.wrapper {
	height: auto;
}

.building {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
	background-image: url(imgs/norwegian_rose.png);
	background-repeat: repeat;
	padding-bottom:20px;
}

.wrapper_inner {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
	background: #eee;
	padding-bottom:20px;
}	

.footer {
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
    color: #7d7d7d;
    font-size: 0.9em;
    opacity: 1;
    width: 100%;
    line-height: 160%;
    max-width: 1024px;
    background: white;
    padding: 50px;
	border-top:1px solid #eee;
	text-align: center;
	box-sizing: border-box;
	}
.footer img {
	width: auto;
	padding: 5px;
}
.footer a{
	text-decoration:underline;
	color:#7d7d7d;
	font-size:0.89em;
}
.footer a:hover{
	text-decoration:underline;
}
.footer a .fa-facebook-square, .footer a .fa-instagram  {
	font-size: 2.3em;
	text-decoration: none;
	margin: 10px 3px;
}
.footer a:hover .fa-facebook-square, .footer a:hover .fa-instagram  {
	font-size: 2.3em;
	text-decoration: none;
	margin: 10px 3px;
	color: #3e9ed2;
}
.footer .fa-facebook-square:hover, .footer .fa-instagram:hover  {
	cursor: pointer;
}
#contact {
	width: 100%;
	}	
.contact_left {
	float: left;
	}
.contact_right {
	float: right;
		}		
	
#style label{
	padding-right:10px;
	padding-top:7px;
	}	
#style label {
	font-family: 'Open Sans', sans-serif;
	color:#002337;
	font-size:1.07em;
	margin: 0;
	padding:0;
	display:block;
	line-height:150%;
}
	
#style input{
	width:100%;
	height:25px;
	margin: 0 0 20px 0;
	}
#style textarea{
	width:100%;
	height:120px;
	margin-bottom:10px;
	}
		
#style tr{
	padding-bottom:5px;
	}			
#style form table tr td {
	float: left;
	width: 100%;
}

.mybutton	{
	background-image:url(images/submit_btn.jpg);
	cursor:pointer;
	color:#fff;
	width:80px;
	margin-top:10px;
	margin-right:310px;
	height:40px;
	font-size:1em;
	float:right;
	margin-top:110px;
	border:none;
	}

.mybutton2	{
	background-color:#3e9ed2;
	cursor:pointer;
	color:#fff;
	width:80px;
	margin-top:10px;
	margin-right:188px;
	height:40px;
	font-size:1.3em;
	float:right;
	border:none;
}
.banner {
	width: 100%;
    height: 430px;
    padding: 0;
    z-index: 0;
    margin: -10px 0 0 0;
}
#slideshow { 
    margin: 0px auto; 
    position: relative; 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
.banner-image {
	max-width: 1024px;
	height: 430px;
}	
.banner-image img {
	width: 100%;
	height: auto;
}

/* Homepage */
.home #content, .home #content .page_title,  .home #content p{
	text-align: center;
}
.home #content p {
	padding: 0 40px;
	font-size: 1.1em;
}
.home #content{
	width: 100%;
	background-image:url(imgs/home_bg.jpg);
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:repeat;
	display: inline-block;
	min-height: 700px;
	height: 100%;
	box-sizing: border-box;

}
.home #content .page {
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	border-radius: 3px;
	padding: 20px;
	margin: 350px auto 50px auto;
	width: 50%;
	max-width: 1024px;
}
/* Homepage New */
body.homepage #nav a{
	color: #fff;
}
body.homepage #nav a:hover{
	color: #fff;
	opacity: 0.7;
}
body.homepage #header {
	background: transparent;
    z-index: 99;
    position: relative;
}
.home-content {
	background: url(imgs/home-bg-new.jpg) no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-height: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: -100px 0 0 0;
	border-bottom: 3px solid #f79400;
}
.home-content .top {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-clip: content-box;
	padding: 120px 55px 0px 150px;
    width: 56%;
    height: 100%;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.03em;
    transform: skewX(-7deg);
    margin: 0 0 0 -100px;
    line-height: 140%;
    box-sizing: border-box;
    box-shadow: 3px 0px 10px rgba(0,0,0,0.2);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f56ad+0,00b5ed+100&0.7+0,0.7+100 */
	background: -moz-linear-gradient(top, rgba(6,67,142,0.7) 0%, rgba(0,143,187,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(6,67,142,0.7) 0%,rgba(0,143,187,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(6,67,142,0.7) 0%,rgba(0,143,187,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30f56ad', endColorstr='#b300b5ed',GradientType=0 ); /* IE6-9 */
}
.home-content-text {
	transform: skewX(7deg);
	padding: 20px;
}
.home-content .top h1 {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	font-family: 'LiberationSerifRegular', Times, serif;
	font-size:3.8em;
	padding:0px 0px 20px 0px;
	color:#fff;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	line-height: 90%;
}
.home-content .top p {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	font-family: 'Open Sans', sans-serif;
	padding: 0px 0px 25px 0px;
	font-weight: 600;
	font-size: 0.96em;
}
.home-content .top p.intro {
	font-family: 'LiberationSerifRegular', Times, serif;
	font-size:1.5em;
	line-height: 130%;
	padding: 0 0 35px 0;
}
.home-content .top a.button {
	font-family: 'Open Sans', sans-serif;
	background: #f79400;
	border-radius: 50px;
	padding: 10px 20px;
	color: #fff;
	float: left;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8em;
}
.home-content .top a.button:hover {
	background: #da6f00;
}
.boxes {
	margin: -240px auto 0 auto;
    text-align: center;
    position: relative;
}
.boxes > div {
	background: rgba(255,255,255,0.9);
    width: 30%;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 3px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
    margin: 10px 10px 10px 10px;
    vertical-align: top;
    text-align: center;
    height: 155px;
    border: 3px solid #008abb;
}
.boxes > div h1 {
	font-family: 'LiberationSerifRegular', Times, serif;
	font-size: 1.8em;
	padding: 0 0 10px 0;
}
.boxes > div p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.87em;
	line-height: 160%;
	padding: 0px 0px 20px 0px;
	color: #666;
}
.boxes > div a.button {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	border-radius: 50px;
	padding: 10px 20px;
	border: 2px solid #008bb9;
	color: #008bb9;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8em;
	display: inline-block;
}
.boxes > div a.button:hover {
	background: #008bb9;
	color: #fff;
	border: 2px solid #008bb9;
}
body.homepage .footer {
	margin: 43px auto 0 auto;
}
/* Devices */
@media (max-width: 1100px) {
  .home-content .top {
		width: 100%;
	}
}
@media (max-width: 780px) {
	.home-content .top {
		width: 100%;
	}
}

@media (max-width: 940px) {
	.home-content .top {
		width: 90%;
		transform: skewX(0deg);
		margin: 120px auto 10px auto;
		padding: 10px;
		text-transform: center;
		height: auto;
	}
	.boxes {
		margin: 0 auto;
	}
	.home-content .top .home-content-text {
		transform: skewX(0deg);
		padding: 20px 20px 40px 20px;
		text-align: center;
	}
	.home-content .top a.button {
		float: none;
	}
	.home-content .top h1 {
		padding: 0 0 20px; 0;
		font-size: 3.3em;
	}
	.boxes > div {
		width: 80%;
		margin: 20px 0px;
	}
	.home #content .page	{
		box-shadow: none;
		padding: 0px;
		margin: 300px auto 30px auto;
		width: auto;
	}
	.home #content {
		background-size: contain;
		-webkit-background-size: contain;
   	 	-moz-background-size: contain;
    	-o-background-size: contain;
    	background-repeat: no-repeat;
    	box-sizing: border-box;
	}
	#header {
		height: 90px;
		z-index: 99;
		position: relative;
	}
	#header_inner {
		width:100%;
	}
	#logo {
		padding-top: 10px;
		padding-left: 5px;
		width: 200px;
	}
	#logo img {
		float: left;
		width: 100%;
		height: auto;
	}
	.nav-web {
		display: none;
		visibility:hidden;
		}
	.nav-mobile {
		display: block;
		visibility: visible;
		}
	.nav-mobile {
		display: block;
		visibility: visible;
		padding-top: 35px;
		}	
	.example-header .container { 
		width: 100%; 
		}
	a.menu-link { 
		display: block; 
		color: #050c3c; 
		float: right; 
		text-decoration: none; 
		padding: 10px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		border: none;
		text-transform:uppercase;
		font-family: 'Raleway', sans-serif;
		font-weight: 600;
		font-size: 25px;
		}
	.menu { 
		clear: both; 
		min-width: inherit; 
		float: none; 
		}
	.menu, .menu > ul ul { 
		overflow: hidden; 
		max-height: 0; 
		background-color: #fff; 
		}
	.menu > li > ul.sub-menu { 
		padding: 0px; 
		border: none; 
		}
	.menu.active, .menu > ul ul.active { 
		max-height: 55em; 
		}
	.menu ul {
	   display: inline; }
	.menu > ul { 
	   border-top: 1px solid #808080; 
	}
	.menu li, .menu > ul > li { 
	display: block; 
	}
	.menu li a { 
	   color: #000; 
	   display: block; 
	   padding: 0.8em; 
	   border-bottom: 1px solid #808080;
	    position: relative; 
		}
	.menu li.has-submenu > a:after {
	   content: '+';
	   position: absolute;
	   top: 0;
	   right: 0;
	   display: block;
	   font-size: 1.5em;
	   padding: 0.55em 0.5em;
	}
	.menu li.has-submenu > a.active:after {
    content: "-";
	}
	.menu ul ul > li a { 
	   background-color: #e4e4e4; 
	   height:18px; 
	   padding: 19px 18px 19px 30px;
	}
	.menu ul ul, .menu ul ul ul { 
	   display: inherit; 
	   position: relative; 
	   left: auto; 
	   top:auto; 
	   border:none; 
	}
	.banner-image {
		height: 185px;
	}
	.banner {
		height: 185px;
		overflow: hidden;
    	position: relative;
	}
	#content {
		width: 85%;
		padding: 25px;
	}
	#slideshow > div img{ 
    width: 100%;
	}
	#content_inner {
		padding: 20px;
	}
}				
	