/* normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}





body {
  margin: 0;
  
  background: -webkit-linear-gradient(217deg,  #F0FFFF, #FFD801,  #D00703 , #0000A0);
  background:  linear-gradient(233deg, #F0FFFF, #FFD801,  #D00703 , #0000A0); 

  
    width: 100%;
  height: 100vh;
  background-size: cover;
  background-blend-mode: hard-light;
  -webkit-animation: hue-rotate 3s linear infinite;
          animation: hue-rotate 3s linear infinite;
		  
-moz-animation:	hue-rotate 8s linear infinite;	  
		  
}



@-webkit-keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}


body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

  a,
  a:visited {
    text-decoration: none;
  }
  
  
  
h1 a{ text-decoration: none;}

.overlay-logo a{
    text-decoration: none;
	 background: transparent;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
abbr[title] {
  border-bottom: 1px dotted;
}


strong {
  font-weight: bold;
  font-size: 25px;
  color: #50EBEC;
  /*color: #FFD801; */
}



b
{
  font-weight: bold;
  font-size: 23px;
  
  color: #C60000;
  
}


dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 1.9em;
  color: white;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  clear: both;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: none;
	background: transparent;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  link {
    display: none;
}
  
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: white;
  color: black;
  font-size: 17px;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  line-height: 1.57143;
}

a{
 
 
    text-decoration: none;
   
     display: none;
}



input,
button,
select,
textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}


figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  padding: 4px;
  max-width: 100%;
  height: auto;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: white;
  line-height: 1.57143;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 80%;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
}

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  border: 0;
  background-color: transparent;
  color: transparent;
  text-shadow: none;
  font: 0/0 a;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}


.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes reloadtxt {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes reloadtxt {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideLeftIn {
  from {
    -webkit-transform: translateX(100%);
  }
}

@keyframes slideLeftIn {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes slideLeftOut {
  to {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes slideLeftOut {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


html {
  font-size: 100%;
}

body {
  font-size: 1.09em;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h6 {
  margin: 0;
font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  }



h1 {
  font-size: 28px;
   color: #00FF00; /*#AF0000;*/
   font-weight: bold;
   
   font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}


/*
h3 {

  font-size: 24px;
  color: #AF0000;
  font-weight:bold;
}


/*
h2 {
  font-weight: 400;
  line-height: 1.2;
}
*/

h3, h4 {
  font-weight: 400;
  line-height: 1.4;
}
/*
h3 {
  margin: 15px 0 100px 0;
}

p {
  margin: 0;
  font-weight: 400;
}

*/
strong {
  font-weight: 400;
font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}



/* Space out content a bit */
body {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
}
.container {
  max-width: 1000px;
}

.logo {
  left: 10%;
  display: inline-block;
  padding-top: 40px;
  width: 100%;
  border: none;
  text-align: center;
}

.logo:hover {
  border: none;
}

.header .container {
  margin: 0 auto;
}

.nav {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 15px;
  text-decoration: none;
}
.nav a {
  display: block;
  border-bottom: none;
  padding: 5px 0;
}

.nav a.active {
  border-bottom: none;
  color: #000;
}

.tag-role .on-role, .tag-vision .on-vision, .tag-products .on-products, .tag-clients .on-clients {
  border-bottom: none;
  color: #000;
}

.intro .typewriter {
  display: inline-block;
  margin-bottom: 35px;
  height: 105px;
}
.intro .reload {
  position: relative;
  outline: none;
  border: none;
  border-bottom: none;
  background: none;
  cursor: pointer;
}
.intro .reload img {
  margin-top: -3px;
}

.quick-contact {
  clear: both;
  margin-top: 100px;
  width: 100%;
  overflow: hidden;
}

.quick-contact-label {
  display: block;
  font-weight: 300;
  font-size: 25px;
}

.job-list {
  margin-bottom: 100px;
}

.team-list li {
  margin-bottom: 35px;
}
.team-list li span {
  display: block;
}

.btn {
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.btn-success {
  padding: 2px 20px;
  height: 40px;
  background-color: #00c5a2;
  color: #fff;
}
.btn-success:hover {
  background-color: #297d58;
}
.btn-success:focus, .btn-success:active {
  outline: none;
}

.quick-contact-fieldset {
  display: block;
  margin: 0;
  padding: 7px;
  width: 440px;
  height: 54px;
  border: none;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.quick-contact-fieldset input {
  padding: 0 10px;
  width: 300px;
  outline: none;
  border: none;
  background: none;
  color: #888888;
  font-size: 25px;
  line-height: 45px;
}

.detail-page {
  padding: 110px 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.detail-page h3 {
  margin-top: 0;
  margin-bottom: 45px;
}
.detail-page .container {
  height: 100%;
}
.detail-page .highlight h2, .detail-page .highlight h4, .detail-page .highlight a, .detail-page .highlight p {
  color: #fff;
}

.villain-article {
  background-color: #ff7c54;
}
.villain-article hr {
  border-color: #ff7c54;
}
.villain-article h2 {
  color: #fff;
}
.villain-article h4, .villain-article a, .villain-article p {
  color: #000;
}
.villain-article a {
  border-color: #ffa488;
}
.villain-article .back-btn {
  color: #fff;
}

.villain-article .back-btn:hover {
  border-color: #000;
  color: #000;
}

.villain-article .back-btn:active {
  color: #fff;
}

.missions-article {
  background-color: #00c5a2;
}
.missions-article hr {
  border-color: #00c5a2;
}
.missions-article h2 {
  color: #fff;
}
.missions-article h4, .missions-article a, .missions-article p {
  color: #000;
}
.missions-article a {
  border-color: #4dd7be;
}
.missions-article .back-btn {
  color: #fff;
}

.missions-article .back-btn:hover {
  border-color: #000;
  color: #000;
}

.missions-article .back-btn:active {
  color: #fff;
}

.back-btn {
  position: relative;
  top: -50px;
  left: 0;
  display: inline-block;
  line-height: 1;
}

.st-menu-open {
  overflow: hidden;
}

.st-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.st-pannel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  transition: all .5s ease-in-out;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.section-block {
  margin-bottom: 35px;
}

.loading {
  text-align: center;
}
.loading .loader {
  margin: 0 auto;
}

.next-article {
  margin-top: 10px;
  color: #888888;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: scroll;
  width: 100%;
}

.overlay-title {
  text-align: left;
  margin-top: 230px;
}

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

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

:-ms-input-placeholder {
  color: #888;
}



.tag-role .content h4 + ul {
  display: inline-block;
  float: left;
  width: 50%;
}


@media (min-width: 1170px) {
  .team-list {
    width: 1000px;
  }
}

.reset-padding-left {
  margin-top: 35px;
}

.typewriter-sub .sex:first-child {
  text-transform: capitalize;
}

code {
  padding: 5px 10px;
  border: 1px solid #dddbcc;
  border-radius: 2px;
  background: #f1f0ea;
  white-space: pre-wrap;
  font-size: 0.85em;
  font-family: Inconsolata,monospace;
}

.color-swatch {
  margin-left: 10px;
}

.color-swatch:before {
  display: inline-block;
  margin: -3px 10px 0 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  content: '';
  vertical-align: middle;
}

.text-color.color-swatch:before {
  background-color: #000;
}

.link-color.color-swatch:before {
  background-color: #888;
}

.link-hover-color {
  border-bottom: 1px solid #000;
}

.link-hover-color.color-swatch:before {
  background-color: #000;
}

.link-active-color.color-swatch:before {
  background-color: #000;
}

.villains-color.color-swatch:before {
  background-color: #ff7c54;
}

.missions-color.color-swatch:before {
  background-color: #00c5a2;
}

::selection {
  color: #fff;
  background: #00c5a2;
}

::-moz-selection {
  color: #fff;
  background: #00c5a2;
}

.form-input {
  position: relative;
}

.form-input .parsley-errors-list {
  position: absolute;
  top: 30px;
  left: 0;
  color: #ff7c54;
}



.detail-page.product {
  background-color: #00c5a2;
}

.detail-page.product h2 {
  color: #fff;
}

.detail-page.product hr {
  border-color: #00c5a2;
}

.detail-page.product .back-btn {
  color: #fff;
}
.detail-page.product .back-btn:hover, .detail-page.product .back-btn:active {

}


.detail-page.color-bg {
  background-color: #00c5a2;
}

.detail-page.color-bg h2 {
  color: #fff;
}

.detail-page.color-bg hr {
  border-color: #00c5a2;
}

.detail-page.color-bg a {
  color: #fff;
}

.detail-page.color-bg a:hover {
  color: #000;
}

.detail-page.color-bg .back-btn {
  color: #fff;
}
.detail-page.color-bg .back-btn:hover, .detail-page.color-bg .back-btn:active {
  color: #000;
}


.landing-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}


.landing-overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-size: cover;
}

.skip {
  position: fixed;
  top: 80%;
  left: calc(50% - 37px);
  z-index: 1000;
}

/***********************************************/


.overlay-logo a{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: black;
  background: url('../images/seablue.jpg');

background-repeat: no-repeat;
  		  
  background-position: -300px center;
  background-size: cover;
  
  background-color: transparent; 
  
}  

/*************************
.overlay-logo a:link {
overflow:hidden;

  text-indent:-666em;
    text-decoration: none;
	cursor: pointer;
	
}
*****/



a {
overflow:hidden;

  text-indent:-666em;
    text-decoration: none;
	cursor: pointer;
	background: transparent;
}






.overlay-logo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: black;
  background: url('../images/concer3.jpg');

background-repeat: no-repeat;
  		  
  background-position:  center;
  background-size: cover;
  
  background-color: black; 
  }






.overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}

.client-logo-list li{
  padding-bottom: 20px;

}

.client-logo-list li:last-child h4 {
  margin-top: 40px;
  margin-left: 33px;
}

.logo-format {
  padding-top: 40px;
}

.first-landing {
  /*overflow: hidden;*/
}


@media (min-width: 992px) {
  .logo {
    position: fixed;
    margin-top: 80px;
    padding: 0;
    width: 60px;
  }
  .back-btn {
    position: fixed;
    top: 125px;
    left: 10%;
  }
  .nav {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: left;
  }
  .nav a {
    display: inline;
    margin-right: 20px;
    border-bottom: 1px solid #dbdbdb;
    padding: 0;
  }
  .nav a:hover {
    border-bottom: 1px solid #000;
  }
  .footer p {
    display: block;
  }
  .footer .copyright {
    margin-top: 110px;
    text-align: left;
  }
  .reset-padding-left {
    padding-left: 0;
    margin-top: 0;
  }
  .overlay-title {
    text-align: left;
    margin-top: 230px;
  }
  .overlay-logo {
    background-position: center center;
  }
}

@media (max-width: 767px) and (min-width: 992px){
  .overlay-logo {
    background-position: center;
  }
}

@media (max-width: 767px) {
  .overlay-title {
    margin-top: 130px;
  }
  
h1 {
  
  font-size: 20px;
  color: white;
}  

h2 {
  font-size: 17px;
    color: RED;
   font-weight: bold;
}


.overlay-logo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
 
 background: url('../images/concer3.jpg');
 background-color: black;
 background-position:  center;
 
  background-size: cover;
  background-repeat: no-repeat;
  }


  
 
b
{
  font-weight: bold;
  font-size: 17.5px;
  color: #E41B17;
  
}

strong
{
	color: #FFD801; 
	font-size: 17.5px;
}
  

  
}





@media (max-width: 320px) {
  .overlay-title {
    margin-top: 130px;
  }
  



.overlay-logo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
 
 background: url('../images/concer3.jpg');
 background-color: black;
 background-position: center;
 
  background-size: cover;
  background-repeat: no-repeat;
  }


  
  

  
}

