/* STYLES FROM fonts/fonts.css?ver=1581523424 */
/** Generated by TT on 2015.01.29 **/

/* Webfont: MinionPro-Disp */
@font-face {
    font-family: 'MinionProDisp';
    src: url('../fonts/MinionPro-Disp.eot'); /* IE9 Compat Modes */
    src: url('../fonts/MinionPro-Disp.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/MinionPro-Disp.woff') format('woff'), /* Modern Browsers */
         url('../fonts/MinionPro-Disp.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/MinionPro-Disp.svg#MinionPro-Disp') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: MinionPro-Italic */
@font-face {
    font-family: 'MinionProDisp';
    src: url('../fonts/MinionPro-Italic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/MinionPro-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/MinionPro-Italic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/MinionPro-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/MinionPro-Italic.svg#MinionPro-Italic') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'DMinionProDisp';
    src: url('../fonts/MinionPro-Italic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/MinionPro-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/MinionPro-Italic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/MinionPro-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/MinionPro-Italic.svg#MinionPro-Italic') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: MinionPro-Cn */
@font-face {
    font-family: 'MinionProCond';
    src: url('../fonts/MinionPro-Cn.eot'); /* IE9 Compat Modes */
    src: url('../fonts/MinionPro-Cn.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/MinionPro-Cn.woff') format('woff'), /* Modern Browsers */
         url('../fonts/MinionPro-Cn.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/MinionPro-Cn.svg#MinionPro-Cn') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: MinionPro-CnIt */
@font-face {
    font-family: 'MinionProCond';
    src: url('../fonts/MinionPro-CnIt.eot'); /* IE9 Compat Modes */
    src: url('../fonts/MinionPro-CnIt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/MinionPro-CnIt.woff') format('woff'), /* Modern Browsers */
         url('../fonts/MinionPro-CnIt.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/MinionPro-CnIt.svg#MinionPro-CnIt') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'DMinionProCond';
    src: url('../fonts/MinionPro-CnIt.eot'); /* IE9 Compat Modes */
    src: url('../fonts/MinionPro-CnIt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/MinionPro-CnIt.woff') format('woff'), /* Modern Browsers */
         url('../fonts/MinionPro-CnIt.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/MinionPro-CnIt.svg#MinionPro-CnIt') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* STYLES FROM css/jquery.lightbox.css?ver=1581523420 */
/* Preload images */
body:after {
  content: url(../images/lightbox-btn-close.png) url(../images/lightbox-btn-loading.gif) url(../images/lightbox-btn-prev.png) url(../images/lightbox-btn-next.png);
  display: none;
}

/* http://stackoverflow.com/questions/8701754/just-disable-scroll-not-hide-it */
body.lb-disable-scrolling {
  overflow: hidden;
}


.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #EFEFEF;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit !important; /* to fix if other css having img { max-width: 100%} its affect the Auto resize of lightbox preview */ 
  max-height: none;
  /* border-radius: 3px; */

  /* Image border */
  border: 10px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  /* border-radius: 4px; */

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox-btn-loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 45%;
  left: 10px;
  float: left;
  background: url(../images/lightbox-btn-prev.png) left 10px top 48% no-repeat;
/*
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
*/
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 45%;
  right: 10px;
  float: right;
  background: url(../images/lightbox-btn-next.png) right 10px top 48% no-repeat;
/*
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
*/
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  background-color: white;
  *zoom: 1;
  width: 100%;
/*
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
*/
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 10px;
  color: #333333;
}

.lb-data .lb-details {
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #333333;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 44px;
  height: 44px;
  background: url(../images/lightbox-btn-close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/* STYLES FROM css/page.css?ver=1587455598 */
body {
	margin: 0;
}
* {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

body {
	font-family: Arial, Helvetica, sans-serif; /*  Verdana */
	font-size: 13px;
}

/* PAGE SETUP */
body {
	background-color: #FFFFFF;
}

html, body {
	min-height: 100%;
}

#stage, #scene, #page {
  /* height: 100%; */
}

html {
  overflow-y: scroll;
}

#stage, #page {
  background-image: url(../images/header_overlay.png);
  background-repeat: no-repeat;
  background-position: top center;
}

#scene {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#page {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#fstage {
  height: 115px;
  background-image: url(../images/footer_overlay.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

#footer {
  width: 960px;
  height: 115px;
  background-image: url(../images/footer_overlay.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-left: auto;
  margin-right: auto;
}

#mstage {
  background-color: #FFFFFF;
  min-height: 480px;
}
#main {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

body, #scene {
  background-image: url(../images/HRSMN_Layer_O2.png); 
  background-repeat: no-repeat;
  background-position: top center;
}

#page {

}

#scene, #main, #footer {
  padding: 0px 10px 0px 10px;
}

.space {
	width: 24px !important;
	height: 24px !important;

}

.floated, .inside {
  height: 28px;
  /* border: 1px #ccc solid; */
  /* text-align: center; */
  float: right;
  vertical-align: middle;
  display: table-cell;  

}

.inside { 
  float: none;
  border: none;
  margin: 0;
}


.block h1 {
  line-height: 1.1em;
  letter-spacing: 0.05em;
}

.block p {
  line-height: 1.4em;
}

.block {
  margin-bottom: 28px;
}

#main-content {
  float:left; 
  width:320px; 
  width:640px; 
  margin-left:36px; 
  margin-top:62px; 
  margin-bottom:36px; 
}

#main-column {
  float:left; 
  width:160px; 
  margin-left:88px; 
  margin-top:62px; 
  margin-bottom:36px;
}

.icon_block {
  float:left; 
  width:80px; 
  height:80px; 
  text-align:center;
}

.icon {
   margin-top: 9px;
}

.form-submit {
	background-color: #004F1F;
	color: white;
	border: 0px;
	padding: 5px;
	cursor: pointer;
}

.form-reset {
	background-color: #CCCCCC;
	color: white;
	border: 0px;
	padding: 5px;
	cursor: pointer;
}



/* STYLES FROM css/navigation.css?ver=1581523420 */
/* NAVIGATION DESIGN SETUP */

#nav {
    font-family: 'Trebuchet MS',Sans-Serif; 
    font-size: 15px;
    /* font-size: 1.11em; */

    letter-spacing: 0.1em;
    letter-spacing: 1px;
    color:#333333;
}

#ext-nav {
    font-family: 'Trebuchet MS',Sans-Serif; 
    font-size: 13px;

    letter-spacing: 0.1em;
    letter-spacing: 1px;
    color:#004f1f;
}

#ext-nav a {
    text-decoration: none;
}

#ext-nav a.on {
/*    font-weight: bold; */
    text-decoration: underline;
}

#language {
    font-family: 'Trebuchet MS',Sans-Serif; 
    font-size:13px; 

    letter-spacing: 0.1em;
    letter-spacing: 1px;
    line-height:0.9em;
}

#language a {
    text-decoration: none;
}

#language a.on {
    background-color:#9b6c5b;
    color:#FFFFFF;
}

#nav {
}

#nav #row_first {
    clear:both;
}

#nav #row_second {
    clear:both;
}
#nav #row_third {
    clear:both;
}
#nav #row_fourth {
    clear:both;
}

#nav a:focus { 
    outline: 0px; 
} 

#nav ul, #nav li {
    list-style:none;
    padding:0 0 0 0;
    margin:0 0 0 0;
}

#nav a {
    padding:0 0 0 0;
    margin:0 0 0 0;

/*    line-height:0.9em; */
}

#nav a {
    padding: 9px 9px 0px 9px;
    height: 27px; /* 36px - 9px */
}

#nav #first {
    margin: 0 24px 0 24px;
}

#nav #second {
    margin: 0 24px 0 24px;
}

#first li, #second li, #third li, #fourth li {
    float: left;
}

#first a, #second a, #third a, #fourth a {

}

#nav a.last {
    color: #FF0000;
    margin:0px;
}

/* hack */
html>body #nav a {
    display: inline-block;
}

/* HYPERLINK COLORS */
#nav, #nav a {
    color: #6e7071;
}

#nav a {
    text-decoration: none;
}

#nav a:hover {
    color: #FFFFFF;
    background-color: #CCCCCC;
}

#nav a.on, #nav a.on:hover {
    color: #ffffff;
    background-color: #004F1F;
}

#nav a span.bull {
    color: #FFD100;
}

#row_first {
    position: absolute;
    top: 0px;
    background-color: #FAF9EE;
    width: 100%;
    height: 36px;
}

#row_second {
    position: absolute;
    top: 36px;
    background-color: #FAF9EE;
    background-color: #004F1F;

    width: 100%;
    height: 36px;
}

#row_second #nav a {
    color: #FFFFFF;
}

#nav, #nav a {
    color: #a1a4a6;
}


/* STYLES FROM css/format.css?ver=1581523420 */
h1, h2, h3, h4, h5, h6 {
  font-family: 'DMinionProDisp';
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  /* text-transform: uppercase; */
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
  font-weight: bold;
}

h6 {
  font-size: 14px;
  font-weight: bold;
}



/* INLINE STYLES 5 */

<!--


body, #scene {
  background-image: url(../upload/header/w_headerpng.png); 
}

-->



/* STYLES FROM elements/style.css?ver=1581523424 */
/*
	Elements 2.0.0
	http://dayside.net/
	Author Martin Horwath
	Copyright 2015 All rights reserved.
*/

/*  Layout
------------------------------------------------------------------- */

/* Floats */

.left {
	float: left;
}
.right {
	float: right;
}

.clear, .clearer { 
	clear: both;
}
.clearer {
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/*  Basic Setup
------------------------------------------------------------------- */

/* Columns DEFINITION */

.col.c1 {
	margin-left: 0%;
	width: 100%;
}

.col.c2 {
	margin-left: 2%;
	width: 49%;
}

.col.c3 {
	margin-left: 2%;
	width: 32%;
}

.col.c4 {
	margin-left: 1.33333333%;
	width: 24%;
}

.col.c5 {
	margin-left: 1%;
	width: 19.2%;
}

/* Columns SETTINGS */

.col.first {
	margin-left: 0px;
}
.col.last {
	margin-right: 0px;
}

/* Columns VARIANTS */

.r_one .col.c2.c_1 {
	width: 32%;
}
.r_one .col.c2.c_2 {
	width: 66%;
}
.r_two .col.c2.c_1 {
	width: 66%;
}
.r_two .col.c2.c_2 {
	width: 32%;
}

/* OTHER REWORK */

.row {
	margin-bottom: 0px;
}

.item {
	margin-bottom: 0px;
}

/*
.item > :first-child, .item div > :first-child { margin-top: 0 !important; }
.item > :last-child, .item div > :last-child  { margin-bottom: 0 !important; }
*/

/* */
 .block > :first-child, .block div > :first-child { margin-top: 0 !important; }
 .block > :last-child, .block div > :last-child  { margin-bottom: 0 !important; }
/* */

 /* COL SPECIFIC */
.col.c3 {
	margin-left: 20px;
	width: 300px;
}

.c3 .block .inner {
    padding: 0 20px 0 20px;
}


