/***********************************************************************
  _reset.scss
************************************************************************/
html {
  color: black;
  background: white;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

html {
  background: #efefef;
  height: 100%;
}

body {
  font: normal 0.8em/1.5 Arial, sans-serif;
  color: #565656;
  min-height: 100%;
  position: relative;
}

a {
  color: #1e3883;
  text-decoration: none;
}
a:hover {
  color: #14265a;
  text-decoration: underline;
}

p, ul, ol, table {
  margin-bottom: 1em;
}

h1, h2, h3 {
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin: 1em 0 0.5em;
  line-height: 1.1;
  color: #565656;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

li {
  margin-bottom: 0.5em;
  margin-left: 1.5em;
}

hr {
  margin: 1em 0;
  height: 1px;
  background: #ddd;
  border: none;
}

small {
  font-size: smaller;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

img {
  border: none;
}
img[align=left] {
  margin-right: 1em;
  margin-bottom: 1em;
}
img[align=right] {
  margin-left: 1em;
  margin-bottom: 1em;
}

.clearfix, .clear {
  height: 0;
  clear: both;
}

input[type=submit], .button {
  background-color: #1e3883;
  color: #e7e7e7;
  text-shadow: 0 -1px 0 #333333;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4B5F9B', endColorstr='#FF1E3883',GradientType=0 );
  background-image: -webkit-linear-gradient(top, #4b5f9b 0%, #1e3883 100%);
  background-image: -moz-linear-gradient(top, #4b5f9b 0%, #1e3883 100%);
  background-image: -ms-linear-gradient(top, #4b5f9b 0%, #1e3883 100%);
  background-image: -o-linear-gradient(top, #4b5f9b 0%, #1e3883 100%);
  background-image: linear-gradient(top, #4b5f9b 0%, #1e3883 100%);
  font-weight: bold;
  border: 1px solid #192f6e;
  border-color: #1e3883 #192f6e #14265a;
  padding: 5px 1.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
input[type=submit]:active, .button:active, input[type=submit]:hover, .button:hover, input[type=submit]:focus, .button:focus {
  border-color: #14265a;
  background-image: none;
  outline: none;
}
input[type=submit]:active, .button:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}

input[type=text], input[type=password], input[type=email], input[type=search], textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  width: 75%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=search]:focus, textarea:focus {
  border-color: #1e3883;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(30, 56, 131, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(30, 56, 131, 0.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(30, 56, 131, 0.6);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(30, 56, 131, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(30, 56, 131, 0.6);
  outline: none;
}

input {
  font-size: 100%;
}
input[type=search] {
  -webkit-appearance: none;
}

textarea {
  /* width: $main-width - (4 * $page-padding); */
  min-height: 100px;
  -moz-resize: vertical;
  resize: vertical;
}

input.error, textarea.error {
  border-color: red;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

label.error {
  color: red;
}

.ccms_form_element, .aforms_field {
  margin-bottom: 1em;
}
.ccms_form_element label, .aforms_field label {
  display: block;
}
.ccms_form_element div label, .aforms_field div label {
  display: inline;
  margin-right: 2em;
}

fieldset {
  border: none;
}

::-moz-selection, ::selection {
  text-shadow: none !important;
  background: #1e3883 !important;
  color: #fff;
}

.clearfix, .clear {
  height: 0;
  clear: both;
}

.menu li {
  list-style: none;
  margin-left: 0;
}

.header {
  position: relative;
  background-color: #1e3883;
  background-color: rgba(30, 56, 131, 0.9);
  margin-bottom: 30px;
}

.header-inside {
  *zoom: 1;
}
.header-inside:before, .header-inside:after {
  content: " ";
  display: table;
}
.header-inside:after {
  clear: both;
}

.top-inside {
  padding: 20px 0;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.top-inside a {
  display: block;
  line-height: 1;
}
.top-inside strong {
  display: block;
  padding: 0.7em 0;
}
.top-inside.logo-desc {
  font-style: italic;
  font-weight: normal;
  font-size: 80%;
  margin-top: 10px;
  color: #fff;
}
@media only screen and (max-width: 699px) {
  .top-inside {
    width: auto;
    padding: 20px 40px;
  }
  .top-inside a, .top-inside img {
    width: 100%;
  }
}

.logo {
  font-weight: bold;
  font-size: 150%;
}

.top-right {
  position: absolute;
  top: 40px;
  right: 40px;
}

.nav {
  background-color: #4b5f9b;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 699px) {
  .nav {
    background-color: transparent;
  }
}

.nav-inside {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
}
.nav-inside:before, .nav-inside:after {
  content: " ";
  display: table;
}
.nav-inside:after {
  clear: both;
}
.nav-inside .nav-left {
  float: left;
}
.nav-inside .nav-right {
  float: right;
}
.nav-inside .menu {
  *zoom: 1;
  margin-bottom: 0;
}
.nav-inside .menu:before, .nav-inside .menu:after {
  content: " ";
  display: table;
}
.nav-inside .menu:after {
  clear: both;
}
.nav-inside .menu li {
  float: left;
  margin-bottom: 0;
  position: relative;
}
.nav-inside .menu li a {
  padding: 13px 40px;
  display: block;
  color: #d9d9d9;
  font-weight: bold;
}
.nav-inside .menu li a:hover {
  text-decoration: none;
  color: white;
}
.nav-inside .menu li ul {
  display: none;
  position: absolute;
  width: 250px;
  overflow: hidden;
}
.nav-inside .menu li ul li {
  width: 100%;
}
.nav-inside .menu li ul li a {
  padding: 7px 40px;
  display: block;
  border: 1px solid #e5e5e5;
  border-top-width: 0;
  color: #1e3883;
  text-align: left;
  background: #fff;
  text-shadow: none;
}
.nav-inside .menu li ul li a:hover {
  background: #f5f5f5;
  color: #14265a;
  text-decoration: none;
  text-shadow: none;
}
.nav-inside .menu li ul li.active a {
  background: #1e3883;
  color: #fff;
  border-color: #1e3883 #192f6e;
}
.nav-inside .menu li.active a {
  text-decoration: none;
  color: white;
}
.nav-inside .menu li.active li a {
  color: #1e3883;
}
.nav-inside .menu li:hover ul {
  display: block;
}
.nav-inside .mod-languages {
  padding: 13px 40px;
}
@media only screen and (max-width: 699px) {
  .nav-inside {
    width: 100%;
  }
  .nav-inside .nav-left, .nav-inside .nav-right {
    float: none;
  }
  .nav-inside .menu li {
    float: none;
    display: block;
  }
  .nav-inside .menu li a {
    background-color: #1e3883;
    border-top: 1px solid #284aac;
    border-bottom: 1px solid #14265a;
  }
  .nav-inside .menu li ul {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .nav-inside .menu li ul li a {
    background: white;
    border-bottom: 1px solid #ddd;
    padding: 13px 40px;
    text-shadow: none;
  }
  .nav-inside .menu li ul li a:hover {
    text-shadow: none;
  }
  .nav-inside .menu li ul li.active > a {
    background: #ddd;
    border-color: #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #1e3883;
    text-shadow: none;
  }
  .nav-inside .menu li ul li.active > a:hover {
    text-shadow: none;
  }
  .nav-inside .menu li ul li:last-child {
    border-bottom: 0;
  }
}
.nav-inside .responsive-nav {
  position: relative;
}
.nav-inside .responsive-nav .toggle {
  padding: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 11px;
  background: transparent url("../images/nav-toggle.png") no-repeat top left;
  height: 25px;
  width: 25px;
  z-index: 100;
  display: none;
}
.nav-inside .responsive-small li {
  display: none;
}
.nav-inside .responsive-small li.active {
  display: block;
}
.nav-inside .responsive-small .toggle {
  display: block;
}
.nav-inside .expanded li {
  display: block;
}
.nav-inside .expanded .toggle {
  background-position: bottom left;
}

.banner {
  margin: 0 auto 40px;
  width: 1000px;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  z-index: 50;
}
@media only screen and (max-width: 699px) {
  .banner {
    padding: 0;
    border: none;
    width: 100%;
  }
}

.banner-inside {
  overflow: hidden;
  max-height: 300px;
  position: relative;
  *zoom: 1;
}
.banner-inside:before, .banner-inside:after {
  content: " ";
  display: table;
}
.banner-inside:after {
  clear: both;
}
.banner-inside #slider {
  max-height: 300px;
}
.banner-inside #slider li {
  margin: 0;
}
.banner-inside img {
  width: 1000px;
}
@media only screen and (max-width: 699px) {
  .banner-inside {
    max-height: 200px;
  }
  .banner-inside #slider {
    max-height: 200px;
  }
  .banner-inside img {
    width: 100%;
  }
}
.banner-inside .banneritem {
  float: left;
}
.banner-inside ul {
  margin: 0;
  padding: 0;
}

.breadcrumbs {
  padding: 7px 40px;
  background: white;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333;
  margin-bottom: 40px;
  text-align: left;
}
.breadcrumbs .showHere {
  font-weight: bold;
  color: #1e3883;
}
.breadcrumbs .seperator {
  color: #ccc;
}
@media only screen and (max-width: 699px) {
  .breadcrumbs {
    display: none;
  }
}

.content {
  padding-bottom: 290px;
}

.content-inside {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
}
.content-inside:before, .content-inside:after {
  content: " ";
  display: table;
}
.content-inside:after {
  clear: both;
}
@media only screen and (max-width: 699px) {
  .content-inside {
    width: 100%;
  }
}

.left {
  width: 300px;
  min-height: 300px;
  float: left;
}

.left-inside {
  padding-right: 40px;
}

.main {
  width: 400px;
  float: left;
}
.main.wide {
  width: 700px;
}
.main.full {
  width: 1000px;
  float: none;
}
@media only screen and (max-width: 699px) {
  .main {
    width: 100% !important;
    float: none;
  }
}

.main-inside {
  padding: 7px 40px;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  *zoom: 1;
}
.main-inside:before, .main-inside:after {
  content: " ";
  display: table;
}
.main-inside:after {
  clear: both;
}
.main-inside h3 {
  margin-top: 1.25em;
}

.right {
  width: 300px;
  min-height: 300px;
  float: right;
}

.right-inside {
  padding-left: 40px;
}
.right-inside .moduletable.contact {
  background: rgba(255, 255, 255, 0.9);
  padding: 2.5em 40px;
}
.right-inside .moduletable.contact h3 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.right-inside img {
  max-width: 100%;
}

.sidebar {
  /* .menu {
    overflow: hidden;
    margin-bottom: $page-padding;

    li {
      margin-bottom: 1px;

      a {
        padding: 7px $page-padding;
        display: block;
        background: white;
        background: white(0.9);
        color: $highlight-color;
        text-align: left;

        &:hover {
          background: #f5f5f5;
          color: darken($highlight-color, 10%);
          text-decoration: none;
        }
      }

      &.active a {
        background: $highlight-color;
        color: #fff;
        border-color: $highlight-color darken($highlight-color, 5%);
      }
    }
  } */
}
.sidebar .mod-languages ul {
  background-color: #f5f5f5;
  color: #999;
  padding: 7px 40px;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 699px) {
  .sidebar {
    float: none;
    display: none;
  }
}

.moduletable {
  margin-bottom: 20px;
}
.moduletable h3 {
  margin-top: 0;
}

.footer {
  text-align: center;
  background: #e5e5e5;
  background: rgba(0, 0, 0, 0.1);
  height: 250px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.footer-inside {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
@media only screen and (max-width: 699px) {
  .footer-inside {
    width: auto;
  }
}

.footer-tabs {
  *zoom: 1;
}
.footer-tabs:before, .footer-tabs:after {
  content: " ";
  display: table;
}
.footer-tabs:after {
  clear: both;
}
@media only screen and (max-width: 699px) {
  .footer-tabs {
    width: 100%;
  }
}
.footer-tabs .moduletable {
  width: 306.66667px;
  float: left;
  text-align: left;
}
@media only screen and (max-width: 699px) {
  .footer-tabs .moduletable {
    float: none;
    width: 100%;
  }
}

.galery_img {
  float: left;
  width: 32%;
  margin-bottom: 1em;
}
.galery_img a {
  display: block;
  line-height: 1;
  width: 90%;
}
.galery_img img {
  width: 100%;
  padding: 5px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
}

.search input {
  display: inline-block;
  vertical-align: top;
}
.search input[type=search] {
  margin-right: 5px;
}

/*
.chronoform, a[href*="faboba.com"] {
  display: none !important;
}
*/
.errorboxheader {
  margin-top: 100px;
}

#system-message, .notice {
  padding: 7px 40px;
  border: 1px solid #f9f0c3;
  background-color: #fcf8e3;
  color: #333333;
  margin-bottom: 1em;
}
#system-message dt, .notice dt {
  font-weight: bold;
}
