html, body {
    margin: 0;
}

body {
    padding-top: 83px;    /* navbar offset; also makes #anchors work */
}

* {
    outline: medium none;
    -webkit-font-smoothing: subpixel-antialiased;
}

div {
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: center top; 
}

body {
    min-width: 800px;
    font: 15px/20px "PT Sans",Arial,Helvetica,sans-serif;
}

h2 {
    margin: 20px 0px 15px;
    font: 400 38px/1 "Segoe UI","Trebuchet MS",Arial,sans-serif;    
}

h3 {
    margin: 20px 0px 15px;
    font: 400 26px/1 "Segoe UI","Trebuchet MS",Arial,sans-serif;    
}

.sectionLight {
    background: white; /*#F9F1DA; //#ffffff;*/
    height: 360px;
    color: #2D4447;    
    position: relative;
    z-index: 1;
}

.sectionDark {
    background: #EAF7F0; /*#E6E6FA; //#f9f9f9;*/
    height: 360px;
    color: #2D4447;
    box-shadow: 0px 0px 3px #888888;
    position: relative;
    z-index: 2;
}

.innerWrapper {    
    max-width: 1100px; /*1000px*/
    margin-left: auto;
    margin-right: auto;
    padding: 4px 20px 20px;
    height: auto;
    overflow: hidden;
}

.noOverflow {
    overflow: hidden;
}

.fillContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.absolute {
    position: absolute;
    left: 0px;
    top: 0px;
}

.centerVer {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Elements that need to be centered, even if wider than the screen. */
/* Also specify "width" and "height" for the element, and make sure common.js is loaded. */
.center {  
    position:relative;
    left:50%;
}

.centerIn {
    margin-left: auto;
    margin-right: auto;
}

.centerText {
    text-align: center;
}

.floatLeft {
    float:left;
}

.floatRight {
    float:right;
}

.clearBoth { 
    clear: both; 
}

.localFrame {
    position: relative;
}

.inlineBlock {
    display: inline-block;
}

/* Fades elements in and out as the user scrolls */
/* Also specify "width", "height" and "background(-image)" for the element. */
.fade {  
}

/* Elements that rotate with the scrollbar */
/* Also specify "width", "height" and "background(-image)" for the element */
.rot {  
}

.button {
    display: inline-block;
    padding: 9px 25px;
    margin: 7px 10px 22px;
    font: 14px/18px "Segoe UI","Trebuchet MS",Arial,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    text-shadow: 0px 1px 0px #ffffff;
    text-align: center;
    font-weight: 600;
    border: 1px solid #9DBA60;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    /*background: linear-gradient(to bottom, #C6F997 0%, #72A529 100%) repeat scroll 0% 0% transparent;*/
    background: linear-gradient(to bottom, #D1E990 0%, #AAD75D 100%) repeat scroll 0% 0% transparent;    
}

.button:hover {
    background: linear-gradient(to bottom, #D9F288 0%, #77B025 100%) repeat scroll 0% 0% transparent;
    text-shadow: 0px 0px 3px #ffffff;
}

/* Slide-div on mouse hover (container of 'card' + 'content') */

.sliderRight-container {  
    position: fixed;
    z-index: 200;
    top: 20%;
    right: -600px;   /* The = content.width */
    width: 640px;
    transition: all 0.4s ease-out;
}

.sliderRight-card {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 100px; 
}

.sliderRight-content {
    position: absolute;
    top: 0px;
    left: 40px;
    width: 600px;
    height: 500px; 
}

.sliderRight-container:hover {
    right: 0px;
}

.messageFormContainer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.input-label {
    margin-top: 16px;
    margin-bottom: 4px;
}

input, textarea, .inputTextArea {
    float: none;
    padding: 2px 4px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    min-width: 200px;    
    outline: medium none;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0.3);
    box-sizing: border-box !important;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.inputTextArea {
    min-height: 100px;
}

.inputTextBox {
    width: 80%;
    max-width: 400px;
}

.padTop {
    margin-top: 20px;
}

#navbarTop {
    margin-top:0px;
    margin-left:0px;
    top: 0;
    width:100%;
    position:fixed;
    z-index:500;
    background-image: url(../img/Header3-b.png); 
    opacity: 0.98;
    height: 91px;
}

#navbarTop .innerWrapper {
    min-width: 800px;
    max-width: 98%;
    margin-left: 2%;
    margin-right: 2%;
    height: auto;
    position: relative;
    padding: 0;
    overflow: visible;
}

#navbarTop ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

#navbarTop ul.right {
    float: right;
    font-family: Verdana;
    /* font-size: 18px;
    color: #0A90C5; */
}

/* #navbarTop ul li a.contactRight {
    color: antiquewhite;
} */

#navbarTop ul.right1 {
    float:right;
	margin-right: -6px;
}

#navbarTop ul li {
    display: inline;
}

#navbarTop ul li a {
    text-decoration: none;
    padding: 0.2em 1em;
    color:#000000;
	font-size: 11px;
}

#navbarTop ul li a:hover {
    color:#666666;
}

#navbarTop-links {
    width: 100%;
    position: absolute;
    margin: 0;
    top: 0px;    
}

#navbarTop-links .innerWrapper ul {
    margin-left: 5px;
}

#navbarTop-contactLinks {
    height: 28px;
    padding-top: 9px;
    padding-left: 5px;
}

#navbarTop-siteLinks {
    height: 32px;
    padding-top: 14px; 
    padding-left: 5px;
    /* border: 1px solid red; */
}

#navbarTop-contactLinks ul.icons{
    margin-top: -2px;
    margin-left: 4px;
}

#navbarTop-contactLinks ul li a {
    /*color:#ffffff;*/
	/*color: #0A90C5;*/
}

#navbarTop-contactLinks ul li a:hover {
    color:#dddddd;    
}

#navbarTop-contactLinks ul li img {
    position: relative;
	margin-top: -6px;
	width: 24px;
    height: 24px;
}

#navbarTop-contactLinks ul li img:hover {
    opacity: 0.867;
}

#navbarTop-siteLinks ul li {
	/*border: 1px solid lightblue;*/ 
    padding: 3px;
    cursor: pointer;
}

/* #navbarTop-siteLinks ul li.shadow {
    color: #131313;
    background-color: #e7e5e4;
    border-radius: 5px;
    letter-spacing: .05em; 
    text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181, -7px 14px 1px #868585, -8px 16px 1px #8b8a89, -9px 18px 1px #8f8e8d, -10px 20px 1px #949392, -11px 22px 1px #999897, -12px 24px 1px #9e9c9c, -13px 26px 1px #a3a1a1, -14px 28px 1px #a8a6a6, -15px 30px 1px #adabab, -16px 32px 1px #b2b1b0, -17px 34px 1px #b7b6b5, -18px 36px 1px #bcbbba, -19px 38px 1px #c1bfbf, -20px 40px 1px #c6c4c4, -21px 42px 1px #cbc9c8, -22px 44px 1px #cfcdcd, -23px 46px 1px #d4d2d1, -24px 48px 1px #d8d6d5, -25px 50px 1px #dbdad9, -26px 52px 1px #dfdddc, -27px 54px 1px #e2e0df, -28px 56px 1px #e4e3e2;
}

#navbarTop-siteLinks ul li.shadow1 {
    color: #131313;
    background-color: white;
    border-radius: 5px;
} */

#navbarTop-siteLinks ul li:hover {
	background-color: #D1D1D1;
}

#navbarTop-siteLinks ul li a {
    color:#000000;
    font-family: Verdana;
    font-size: 11px;
}

#navbarTop-siteLinks ul li a:hover {
    /*color:#81C000;*/
    color: #0A90C5;
    font-size: 12px;
}

#navbarTop-siteLinks ul li a.currentLink {
    color:#81C000;
}

#logo {
    position: absolute;
    margin-left: -9px;
    margin-top: -79px;
    width: 148px;
    height: 202px;
    background: url(../img/NorthIng-Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#content {
    height: auto;
    width: auto;
    /*background: rgba(0, 255, 255, 1);*/
    /*margin-top: 83px;*/
}


#section-contactUs h3.prompt{
    position: relative;
    top: 0px;
    left: 7px;
}

#section-contactUs img.prompt{
    position: relative;
    top: 5px;
    left: 2px;
}

#section-contactUs p.prompt{
    position: relative;
    top: 0px;
    left: 3px;
}

#section-contactUs p.prompt img.prompt{
    position: relative;
    top: 2px;
    left: 2px;
}

.viewerGuide {
  font-size: 80%;
}

.viewerGuide a {
    font-size: 120%;
    text-decoration: none;
    color: #4C9300;
}

.viewerGuide a:hover {
    text-decoration: underline;
    opacity: 0.76;
}

/* The Footer  section ===================================================== */
#section-footer {
    /*position:absolute;
    bottom: 0;
    left: 0;*/
    height: auto;
    color: #DBDBDB;
    background-color: #599675;
    border-top: 4px solid #74757E;
    box-shadow: none;
}

#section-footer .innerWrapper {
    padding: 22px 20px 18px;
}

#section-footer .innerWrapper * {
    margin: 0px;
}

#copyright {
    font-size: 12px;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}

#copyright * {
    display: inline-block;
}



/* Sweet alert style modifications ==================== */ 
.sweet-alert {
  
}

.sweet-alert button {
  background: linear-gradient(to bottom, #D1E990 0%, #AAD75D 100%) repeat scroll 0% 0% transparent;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px #ffffff;
  text-align: center;
  font-weight: 600;
  border: 1px solid #9DBA60;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font: 14px/18px "Segoe UI","Trebuchet MS",Arial,sans-serif;
  padding: 9px 34px;
  margin: 26px 5px 10px 5px;
  cursor: pointer;  
}

.sweet-alert button:hover {
  background: linear-gradient(to bottom, #D9F288 0%, #77B025 100%) repeat scroll 0% 0% transparent;
  text-shadow: 0px 0px 3px #ffffff;
}

.title {
    background-image: url(../img/Backgrounds/b7.jpg); /*url(../img/Back7.jpg);*/
    opacity: 0.85;
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 30px;
	width: 100%;
	height: 110px;
	font-size: 100px;
	text-align: center;
	color: #0A90C5;
}

.mainDescription {
	text-align: center;
    min-width: 700px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: 36px; 
	color: #0A90C5;
}

.mainLogo {
	margin: auto;
	margin-top: -20px;
    width: 195px;
}

.object {
	max-width: 98%;
	height: 99%;
	margin-right: auto;
	margin-left: auto;
}

.textL {
	position: absolute;
	left: 0px;
	width: 50%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 70px 30px;
	vertical-align: center;
	padding-left: 45px;
}

.imageR {
	position: absolute;
	right: 0px;
	width: 40%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.imageCenter {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.textR {
	position: absolute;
	right: 0px;
	width: 50%;
	height: 60%;
	margin-right: auto;
	margin-left: auto;
	padding: 70px 30px;
}

.imageL {
	position: absolute;
	left: 0px;
	width: 40%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.top {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 14px;
}

.buttonEn {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border:none;
}

.buttonIs {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border:none;
}

.langImg {
    margin: 0;
}

span:lang(en){
    display:none;
}


#section-footer .innerWrapper a,
#section-footer .innerWrapper a:visited {
 color: #e1ca9c;
}
