/**
 * main styles
 */
html, body {
    text-align: center;
    background-color: #051487;
    font-family: tahoma, arial, sans-serif;
    font-size: 14px;
    color: #fff;
    background-image: url(../../images/back-dark.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}
body {
    padding-top: 15px;
}
.container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: underline;
}
.spacer {
    overflow: hidden;
    height: 1px;
    clear: both;
}
.message {
    padding: 5px 10px;
    background-color: #060;
    margin-bottom: 15px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
}
.error {
    padding: 5px 10px;
    background-color: #f00;
    margin-bottom: 15px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
}
/**
 * header & menu
 */
#header {
    margin-bottom: 15px;
    position: relative;
}
#contact {
    position: absolute;
    right: 40px;
    top: 66px;
    font-size: 14px;
}
#social {
    position: absolute;
    right: 0;
    top: 10px;
}
#social li {
    display: inline-block;
    margin-left: 5px;
}
#social img {
    width: 30px;
    height: 30px;
}
#header-prods {
    position: absolute;
    top: -15px;
    right: 40px;
}
#menu {
    height: 40px;
    background-image: url(../../images/menu-bg.jpg);
    background-repeat: repeat-x;
    font-size: 15px;
    margin-bottom: 15px;
    z-index: 102;
}
#menu ul li {
    float: left;
    border-right: 1px solid #0075DF;
    position: relative;
    z-index: 103;
}
#menu ul li a {
    display: block;
    line-height: 40px;
    padding-left: 14px;
    padding-right: 14px;
}
#menu ul li a:hover {
    text-decoration: none;
    background-color: #222;
}
#menu ul li:hover {
    background-color: #222;
}
#menu ul li a.subs {
    background-image: url(../../images/arrow.png);
    background-repeat: no-repeat;
    background-position: top right;
}
#menu ul li ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 250px;
    background-color: #222;
}
#menu ul li:hover ul {
    display: block;
}
#menu ul li ul li {
    float: none;
    border-right: none;
}
#menu ul li ul li a {
    line-height: 35px;
    font-size: 13px;
}
#menu ul li ul li a:hover {
    background-color: #004A8B;
}
#menu ul li ul li ul, #menu ul li:hover ul li ul {
    display: none;
    top: 0px;
    left: 250px;
}
#menu ul li:hover ul li:hover ul {
    display: block;
}
/**
 * homepage banner
 */
.banner {
    margin-bottom: 15px;
}
.section {
    float: left;
    margin-right: 23px;
    width: 205px;
    text-align: center;
}
.section a {
    display: block;
    margin-bottom: 5px;
}
.section small {
    font-size: 11px;
}
/**
 * news
 */
.news {
    background-color: #027;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    margin-bottom: 15px;
}
.news h3 {
    font-size: 17px;
    float: left;
    line-height: 38px;
    margin-right: 15px;
}
.news a {
    font-size: 12px;
}
/**
 * content
 */
.content {
    min-height: 400px;
}
.content p {
    margin-bottom: 15px;
    font-size: 13px;
}
.content h1 {
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: bold;
}
.content h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.content strong {
    font-weight: bold;
}
.product {
    width: 600px;
}
.product a {
    font-weight: bold;
    font-size: 15px;
}
.product img {
    float: left;
    margin-right: 10px;
}
.product p {
    font-size: 12px;
}
.paging li {
    float: left;
    margin-right: 5px;
}
.paging a {
    display: block;
    padding: 4px 8px;
    border: 1px solid #fff;
}
.paging a:hover {
    text-decoration: none;
    color: #c33;
}
.paging a.active {
    font-weight: bold;
    border-color: #c33 !important;
    color: #c33 !important;
}
fieldset span {
    display: block;
    float: left;
}
fieldset label {
    font-weight: bold;
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}
fieldset input, fieldset select, fieldset textarea {
    padding: 4px;
}
/**
 * footer
 */
#footer {
    background-color: #C20505;
    padding: 10px;
    font-size: 11px;
    margin-bottom: 10px;
}
#subfooter {
    padding: 0px 10px;
    font-size: 10px;
    text-align: right;
    margin-bottom: 15px;
}
/**
 * content box
 */
.content-box {
    position: relative;
    padding: 5px;
}
.content-bg-tl, .content-bg-tr, .content-bg-bl, .content-bg-br {
    position: absolute;    
    width: 10px;
    height: 10px;
}
.content-bg-tl {
    top: 0px;
    left: 0px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.content-bg-tr {
    top: 0px;
    right: 0px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.content-bg-bl {
    bottom: 0px;
    left: 0px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.content-bg-br {
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.content-area {
    width: 100%;
    height: 100%;
    background-image: url(../../images/content-bg.png);
}
.blog {
  margin-bottom: 20px;
  margin-right: 200px;
}
.blog h2 {
  margin-bottom: 3px;
}
.blog h4 {
  margin-bottom: 10px;
  font-size: 11px;
}
.blog div p:last-child {
  margin-bottom: 5px;
}
.blog img {
  max-width: 100%;
}
.blog .article a {
  color: yellow;
}

#toolkit-container {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 120;
}
#toolkits {
  margin: 0 auto;
  width: 300px;
  max-width: 80%;
  text-align: left;
  background-color: #004A8B;
  padding: 20px;
  border-radius: 5px;
  display: none;
  position: relative;
}
#toolkits h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
#toolkits p {
  font-size: 13px;
}
#toolkits p.small {
  font-size: 11px;
  padding-top: 10px;
}
#toolkits fieldset {
  margin-top: 10px;
}
#toolkits fieldset label {
  margin-top: 10px;
}
label.left {
  display: inline-block;
}
fieldset .check {
  position: relative;
  margin-top: 8px;
}
fieldset .check input {
  position: absolute;
  top: 3px;
}
fieldset input.full {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 8px;
  border: 1px solid #fff;
}
fieldset .check label {
  display: inline-block;
  padding-left: 20px;
  margin-top: 0 !important;
  cursor: pointer;
}
fieldset .contact-req {
  position: relative;
  margin: 15px 0;
}
fieldset .contact-req input {
  position: absolute;
  top: 3px;
}
fieldset .contact-req label {
  display: block;
  padding-left: 20px;
}
#toolkits button {
  border: 1px solid #eee;
  background-color: #eee;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
#toolkits button:hover {
  border: 1px solid #fff;
  background-color: #fff;
}
#toolkit-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 18px;
}
.slides_container {
    margin: auto;
}
