/*
* {
   outline: 1px solid red !important;
}
*/
body, html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Times New Roman";
  font-size: 16px;
  background-color: #fff;
  color: #000;
}

hr {
    border: none;
    height: 2px;
    color: #CC6633; /* old IE */
    background-color: #CC6633; /* Modern Browsers */
    margin-top: 5px;
    margin-bottom: 5px;
}

/*
 *
 * Common
 * 
 */

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.left-text {
  text-align: left;
}

.center-text {
  text-align: center;
}

.right-text {
  text-align: right;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.item-orange {
  color: #CC6633;
}

.item-arte-blue {
  color: #336699;
}

.item-black {
  color: #000000;
}

.item-bgc-grey {
  background-color: #F0F0F0;
}

.item-bgc-white {
  background-color: #FFFFFF;
}

.item-TV {
  color: #CC6633;
  font-size: 13px;
}

.item-bold-18 {
  font-size: 18px;
  font-weight: bold;
}

.item-normal-18 {
  font-size: 18px;
  font-weight: normal;
}

.item-bold-24 {
  font-size: 24px;
  font-weight: bold;
}

/*
 *
 * Header
 *
 */

.header_logo {
  margin: 15px auto;
}

.header_title h1{
  font-size: 48px;
}

.header_design {
  color: #369;
}

.header_title h4 {
  font-size: 1.5em;
}

/*
 *
 * Page Summary
 *
 */

.main-body {
  position: relative;
}

/*
 *
 * Top Level Navigation
 *
 */

.menu {
  position: relative;
  z-index: 2;
}

.nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav a {
  text-decoration: none;
  padding: 14px 0px 14px;
}

.nav a:hover {
  text-decoration: underline;
}

nav {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 1.5; 
  width: 200px;
}

.menu-item {
  background: #fff;
  width: 200px; 
  display: inline-block;
  position: absolute;
}

/*Menu Header Styles*/
.menu-item h4 {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin: 0px;
  background: #fff;
}

.menu-item h4:hover {  
  background: #95B8DB;
}

.menu-item h4 a {
  color: black;
  display: block;
  text-decoration: none;
  width: 200px;
  padding-left: 15px;
}

/*ul Styles*/
.menu-item ul {
  background: #fff;
  font-size: 14px;
  height: 0px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
  margin: 0;
  
  /*Animation*/
  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
          transition: height 1s ease;
}

.menu-item:hover ul {
  height: auto;
}

.menu-item ul a {
  margin-left: 25px;
  text-decoration: none;
  color: black;
  display: block;
  width: 200px;
}

.menu-item li {
  background: #95B8DB;
  border-bottom: 1px solid #eee;
}

.menu-item li:hover {
  background: #eee;
}

.feature-row {
  position: relative;
  top:62px;
}

.feature-row {
  text-align: center;
}

.feature-row img {
  margin: auto;
}

.hrmain-body, .items3, .items4, .page-summary, .page-info, .page-info-category, .page-body, .page-body-header, .otherlinks, .page-footer, .page-copyright, .page-item-body {
  position: relative;
  top: 84px;  
}

.top-pagination {
  position: relative;
  top: 55px;
  text-align: right;
  font-weight: normal;  
}

.bottom-pagination {
  position: relative;
  top: 80px;
  text-align: right;  
  font-weight: normal;
}

.items3, .items4 {
  text-align: center;
}

items3-heading {
  margin: 15px;
  font-weight: bold;
}

.items3-image img, .items4-image img {
  height: 250px;
  margin: auto;
}

.items3-footer, .items4-footer {
  margin: 15px;
}

.page-summary {
  border-width: 2px; 
  border-style: solid;
  border-color: #CC6633;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 15px 0px 15px;
  font-weight: normal;
}

.page-summary a {
  color: #000000;
}

.page-info {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 10px 0px 10px;
}

.page-info-category {
  padding-top: 5px;
  padding-bottom: 10px;
  margin: 15px 0px 5px;
  font-weight: normal;
}

.page-info-category a, .page-summary a, .page-body a, .page-body-header a {
  color: #000;
  text-decoration: underline;
}

.page-body img, .page-body-header img {
   margin: auto;
   text-align: center;
}

.page-body-header {
  margin-bottom: 10px;
}

.page-info-category hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
    
.otherlinks {
  text-align: left;
}

.otitle {
  padding: 5px 0 0 15px;
  font-weight: bold;
}

.olinks {
  padding: 5px 0 0 25px;
  font-weight: normal;
}

.olinks img, svg {
  vertical-align: baseline;
}

.page-footer {
  text-align: center; 
  line-height: normal;
  padding: 15px 10px;
}

.page-copyright {
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;  
}

.crystal-chart div {
  height: 170px;
}

.crystal-chart p {
  text-align: center;
  height: 100px;
}

/*
 *
 * Contact page
 *
 */

.tablecontainer {
  max-width: 500px; 
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

/*
 *
 * Item page
 *
 */

.page-item-body a {
  color: #CC6633;
  text-decoration: underline;
}

ul.thumbnails-carousel {
 padding: 5px 0 0 0;
 margin: 0;
 list-style-type: none;
 text-align: center;
}

ul.thumbnails-carousel .center {
 display: inline-block;
}

ul.thumbnails-carousel li {
 margin-right: 5px;
 float: left;
 cursor: pointer;
}

.controls-background-reset {
 background: none !important;
}

.active-thumbnail {
 opacity: 0.4;
}

.indicators-fix {
 bottom: 70px;
}
