/* !Colors */
/* !PRIMARY STYLES */
html, body {
  font: 12px "Roboto", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  background: white;
  color: black;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  font-smooth: always;
  font-smoothing: antialiased;
  width: 100%; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

input, textarea {
  font: 1.4rem "Roboto", Helvetica, Arial, sans-serif; }

.fonts {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-family: 'Pacifico', cursive;
  font-family: 'Nunito', sans-serif; }

@media screen and (max-width: 1200px) {
  html {
    font-size: 10px; } }
@media screen and (max-width: 992px) {
  html {
    font-size: 9px; } }
@media screen and (max-width: 768px) {
  html {
    font-size: 8px; } }
@media screen and (max-width: 480px) {
  html {
    font-size: 8px; } }
/* !HYPER STYLES */
a {
  color: #003388;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #000d22;
    text-decoration: none; }

h1 {
  font-family: 'Roboto Condenced', sans-serif;
  color: white;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-animation: titleAppear 0.5s ease-in backwards;
          animation: titleAppear 0.5s ease-in backwards; }

h2 {
  font-family: 'Roboto Condenced', sans-serif;
  color: #003388;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px; }

ul.atgList, ul {
  list-style: disc;
  font-size: 1.2rem; }
  ul.atgList li, ul li {
    padding-left: 1em;
    text-indent: -.7em; }

p {
  clear: both;
  margin-bottom: 10px;
  font-size: 1.4rem;
  /* We are usually use this for comments */ }
  p:last-child {
    margin-bottom: 0px; }
  p .comment {
    color: gray;
    font-size: 1.1rem; }

q {
  font-size: 1.6rem;
  display: block;
  width: 70%;
  padding: 5px;
  margin: 10px auto;
  background-color: #362D12;
  text-align: left;
  font-style: italic; }
  q span {
    display: block;
    text-align: right;
    font-size: 1.2rem;
    color: #666; }

sup {
  vertical-align: super;
  font-size: smaller; }

::-moz-selection {
  background: #CFB56F;
  color: #000;
  text-shadow: none; }

::selection {
  background: #CFB56F;
  color: #000;
  text-shadow: none; }

/* !ANIMATIONS */
@-webkit-keyframes ht {
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); } }
h1 {
  -webkit-transition: all 0.3s ease-in;
  -webkit-transform: translateX(0px); }

.post:hover h1 {
  -webkit-transform: translateX(20px);
  color: black; }

/* !LOADER ANIMATION */
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.loader {
  position: relative;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  border-right: 5px solid rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-left: 5px solid #99AAAA;
  -webkit-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear; }
  .loader, .loader:after {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 20px;
    height: 20px; }

/* !FORM STYLES */
label {
  clear: both;
  display: block;
  float: left;
  width: 100px;
  padding: 5px 0 0;
  text-align: left; }
  label .error {
    clear: none;
    width: 150px;
    font-size: 1.4rem;
    padding-bottom: 10px; }

input, textarea {
  width: 250px;
  float: left;
  margin: 0px 10px 10px 0px;
  padding: 5px;
  border-width: 1px;
  border-color: #836f39;
  border-style: solid;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
  input:focus, textarea:focus {
    outline: none;
    border-color: #836f39;
    -webkit-box-shadow: 0 0 5px #836f39;
            box-shadow: 0 0 5px #836f39; }
  input.error, textarea.error {
    border-color: red;
    -webkit-box-shadow: 0 0 5px red;
            box-shadow: 0 0 5px red; }

select {
  margin-left: 10px;
  float: left; }

form {
  width: 550px;
  margin: 10px 0 0; }
  form .radioGroup {
    width: 250px;
    padding-top: 5px;
    margin-left: 10px;
    float: left; }
    form .radioGroup input {
      clear: both;
      width: 20px;
      height: 25px;
      float: left; }
    form .radioGroup div {
      height: 22px;
      padding-top: 3px;
      float: left; }
  form .submit {
    width: auto;
    color: black;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 1px #836f39 solid;
    background-color: transparent;
    color: #836f39;
    -webkit-transition: all .1s ease-in;
            transition: all .1s ease-in; }
    form .submit:hover {
      background-color: #836f39;
      color: white;
      cursor: pointer; }
  form .note {
    width: 500px;
    float: left; }
  form .read {
    clear: both; }

::-webkit-input-placeholder {
  color: #CCC; }

:-moz-placeholder {
  color: #CCC; }

:-o-placeholder {
  color: #CCC; }

:-ms-placeholder {
  color: #CCC; }

/* !GLOBAL STYLES */
button, a.button {
  color: #003388;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 5px 10px;
  border: 2px #003388 solid;
  background: transparent;
  -webkit-transition: all .1s ease-in;
          transition: all .1s ease-in;
  white-space: nowrap;
  /* text-transform: uppercase; */ }
  button:hover, button:focus, a.button:hover, a.button:focus {
    cursor: pointer;
    color: white;
    background: #003388;
    /* Old browsers */ }
  button:active, a.button:active {
    background: #003388;
    /* Old browsers */ }

.mejs-container button {
  -webkit-transition: none;
          transition: none; }

div.message {
  color: black;
  font-weight: 400;
  font-size: 1.4rem;
  width: 50%;
  padding: 5px 10px 5px 30px;
  margin: 10px 0;
  background-color: #a2c5ff;
  position: relative;
  border: 1px #003388 solid;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all .1s ease-in;
          transition: all .1s ease-in;
  -webkit-animation: boxIn 200ms ease-in both;
          animation: boxIn 200ms ease-in both; }
  div.message.I {
    background-color: #ceff99;
    border-color: #00b3ff; }
  div.message.D {
    background-color: #ffee99;
    border-color: #FF9900; }
  div.message.E {
    background-color: #ff5959;
    border-color: #ff0000; }
  div.message img {
    width: 20px;
    margin: 0 0 -5px 0px; }
  div.message .icon {
    margin-left: -26px;
    margin-right: 5px; }
  @media screen and (max-width: 768px) {
    div.message {
      width: 100%; } }

.arrowDown {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-animation: pointDown 1s infinite ease-in backwards;
          animation: pointDown 1s infinite ease-in backwards;
  -webkit-transition: all 200ms ease-out;
          transition: all 200ms ease-out; }
  .arrowDown:hover, .arrowDown:focus {
    border-color: black;
    border-width: 2px;
    cursor: pointer; }

.scrollToAnchor {
  cursor: pointer; }

/* !COMMON LAYOUT */
nav {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  min-width: 100vw;
  width: 100vw;
  min-height: 50px;
  text-align: center;
  font-size: 1.1rem;
  -webkit-animation: menuAppear 0.5s ease-out forwards;
          animation: menuAppear 0.5s ease-out forwards; }
  nav li {
    display: inline-block;
    width: 30%;
    height: 30px;
    font-size: 1.6rem;
    margin: 10px 0px 0px;
    padding: 10px 0px 30px 10px;
    color: black;
    /* 		border-bottom: 5px solid white; */
    text-align: left;
    -webkit-transition: all 500ms ease-out;
            transition: all 500ms ease-out; }
    nav li:hover {
      color: #362D12; }

header {
  width: 100%;
  padding: 10px;
  background-color: #CCC;
  background: url(/images_page/header_back.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }
  header .container {
    min-width: 820px;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    position: relative; }

footer {
  width: 100%;
  min-height: 10px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0px 5px 1px 0px;
  color: white;
  text-align: right;
  font-weight: thin;
  font-size: 1.1rem; }

/* !GENERAL SECTION */
section {
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  overflow: auto; }
  section .container {
    width: 100%;
    position: relative;
    padding: 50px 20% 10px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    margin: 0; }
    section .container::-webkit-scrollbar {
      display: none; }
  section article {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    section article.fill {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 10px 10px 10px 30px;
      border-top: 4px #394A83 solid; }
      section article.fill h1 {
        color: black; }
    @media screen and (max-width: 992px) {
      section article {
        width: 100%;
        margin-bottom: 30px; } }
  section form {
    width: 100%; }
    section form label {
      float: none;
      display: inline-block;
      font-size: 1.4rem;
      width: 40%;
      padding: 6px 5px 0px; }
      section form label.half {
        width: 20%; }
    section form input {
      float: none;
      display: inline-block;
      width: 60%;
      margin-right: 0; }
      section form input.half {
        width: 30%; }
    section form select {
      float: none;
      display: inline-block;
      margin-bottom: 10px; }
    section form input[type=file] {
      width: 35%; }
    section form input[type=submit] {
      -webkit-appearance: none;
      border: 2px #003388 solid;
      -webkit-border-radius: 0px;
              border-radius: 0px; }
    section form .radiogroup {
      display: inline-block;
      width: 60%;
      margin: 0 0px 10px 0;
      font-size: 1.4rem; }
      section form .radiogroup input {
        width: auto;
        margin: 0 5px 0 0;
        float: none; }
  section .comments {
    padding-bottom: 50px; }
    section .comments:last-child {
      padding-bottom: 0px; }

.comments .write, .comments .read {
  display: none; }

/* !LAYOUT STYLES */
