@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

@font-face {
   font-family: 'Optima';
   src: url(OPTIMA.TTF)format('truetype');
    }

@font-face {
   font-family: 'Optima-Bold';
   src: url(OPTIMA-bold.TTF)format('truetype');
    }

body {
  font-family: 'Open Sans', sans-serif;
  color: #666;
    background: url(../imgs/bg.png) #630a30;
    background-repeat: repeat;
    margin: 0;
}

.clearfix{
    clear: both;
}

.footercopy{
    text-align: center;
       margin-top: 15px;
}
    .footercopy p{
    color: #f0f0f0;
        font-size: 12px;
}

.optima{
   font-family: 'Optima' !important;
    }


/* STRUCTURE */
a {
	color: #f5f5f5;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
	color: #eed575;
}

strong {
    font-weight: 800;
}

.subtitle{
   text-decoration: underline;
    text-align: center !important;
}

#dom_overlay_container, #animation_container, #canvas{
    width: 100% !important;
    height: -webkit-fill-available !important;
}

.parpadea {

  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}


#animation_container{
   position: fixed;
    z-index: -999;
}
.titlebig{
    font-size: 1.7em;
    font-weight: 800;
    text-align: center;
    padding: 12px 0;
    width: 100%;
    color: #fff;
}

.fixed{
    position: fixed;
    z-index: -999;
}
.bg{
    width: 100%;
    height: -webkit-fill-available;

}

.bluefoot{
    color:#095ba6 !important;

}

.or{
   font-size: 2em;
    text-align: center !important;
    font-weight: 300 !important;
    margin: 10px 0 !important;
}

.lineee{
   height: 2px;
    background: #fff;
    margin-bottom: 10px;
    margin-right: 8%;
    margin-left: 8%;
}

.lineee2{
   height: 2px;
    background: #fff;
    margin-bottom: 10px;
    margin-right: 22%;
    margin-left: 22%;
}

.biggi{
   font-size: 1.9em;
}

.line4{
   height: 3px;
    background: #fff;
    margin-bottom: 10px;
    margin-right: 38%;
    margin-left: 38%;
}

.line5{
   height: 3px;
    background: #fff;
    margin-bottom: 10px;
    margin-right: 41%;
    margin-left: 41%;
}
.lineee22{
   height: 2px;
    background: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 22%;
    margin-left: 22%;
}

.goldy{
    color: #8a5e00;
    text-decoration: none !important;
}

.goldy:hover{
    color: #000;
    text-decoration: none !important;
    border-bottom: none !important;
}

.lineee222{
   height: 2px;
    background: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 12%;
    margin-left: 12%;
}
.lineee5{
   height: 2px;
    background: #fff;
    margin-bottom: 25px;
    margin-top: 25px;
}

.italic{
   font-style: italic !important;
}

#pagewrap {
	padding: 5px;
	width: 960px;
	margin: 20px auto;
}

header {
	padding: 0 15px;
    border-bottom: 2px solid #111;
}

.header, .footer {
	text-align: center;
}
.footer {
	border-top: 2px solid #111;
}

.header img{
	margin: 10px 0 10px 12px;
}

.header h2{
	margin-top: 0;
    color: #e1e1e1;
}

.header h2 span{
    color: #eed575;
}

#content {
	width: 290px;
	float: left;
	padding: 5px 15px;
}

#middle {
	width: 294px; /* Account for margins + border values */
	float: left;
	padding: 5px 15px;
	margin: 0px 5px 5px 5px;
}

#sidebar {
	width: 270px;
	padding: 5px 15px;
	float: left;
}
footer {
	clear: both;
	padding: 0 15px;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {

	#pagewrap {
		width: 94%;
	}
	#content {
		width: 41%;
		padding: 1% 4%;
	}
	#middle {
		width: 41%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}

	#sidebar {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}

	header, footer {
		padding: 1% 4%;
	}
}

/* for 700px or less */
@media screen and (max-width: 600px) {

	#content {
		width: auto;
		float: none;
	}

	#middle {
		width: auto;
		float: none;
		margin-left: 0px;
	}

	#sidebar {
		width: auto;
		float: none;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	header {
		height: auto;
	}
	h1 {
		font-size: 2em;
	}
	#sidebar {
		display: none;
	}

}

.block1, .block2, .block3{
    border: 2px solid #eed575;
}
.block1:hover, .block2:hover, .block3:hover{
    border-color: #fff;
}

.block1 {
    width: 100%;
    height: 120px;
    background: #111;
    text-align: center;
}



header .capitals {
color: #3cb352 !important;
    font-size: 1.2em;
}

.marg {
    margin-top: 30px !important;
}

.block1 a{
    color: #eed575;
}


.block1 h1{
    color: #eed575;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #3cb352;
    width: 90%;
    margin: 0 auto 15px;
    text-transform: uppercase;
    font-size: 1.4em;
}


.block1 span{
    color: #e1e1e1;
    font-size: 1.1em;
    text-transform: uppercase;
}

.block2 {
    width: 70%;
    background: #111;
    border-radius: 15px;
    height: 240px;
    text-align: center;
    margin-top: 39px;
    margin-left: 15%;
    margin-right: 15%;
}

.block2 a{
    color: #fc902d;
}

.block2 .bigger{
    color: #fc902d;
    font-size: 1.6em;
    padding-bottom: 15px;
    border-bottom: 2px solid #ccc;
    width: 90%;
    margin: 0 auto 15px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    background: #111;
    position: relative;
}

.block2 .bigger a{
    text-align: center;
    margin-left: -90px;
}

.block2 span{
    color: #3cb352;
    font-size: 1.5em;
}
.block3 span{
    color: #eed575;
    font-size: 1.4em;
}

.block3 {
    width: 80%;
    background: #111;
    border-radius: 15px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
}

.block3 a{
    color: #3cb352;
}
.block3 .bigger{
    color: #3cb352;
    font-size: 2em;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e1e1e1;
    width: 70%;
    margin: 0 auto 15px;
    font-weight: 700;

}

.block3 span{
    color: #fc902d;
    font-size: 1.15em;
}
.bigger2{
    font-size: 2.8em !important;
    font-weight: 800;
    color: #056cb6;
}

.rrr{
    font-size: 2.2em !important;
    color: #fc902d !important;
}

.rrr2{
    font-size: 1.4em !important;
    color: #fc902d !important;
}

.linered{
    width: 50% !important;
}

.lineblue{
}

.linegreen{
    width: 68% !important;
}

.space{
    height: 40px;
}
section img {
    margin: 25px 0;

}

aside img {
    margin: 25px 0;

}

footer h4{
    float: left;
}

.world{
    margin: 0 auto;
     text-align: center;
    height: 135px;
    background: #111;
    border-radius: 20px;
}
.earth{
    position: absolute;
    text-align: center;
}
.earth img{
    width: 189px !important;
    height: auto !important;
    margin: 0 10px;
}

.circle{
    border:solid #eed575;
    border-width: 2px 2px 0px;
    background: #111;
    float: left;
    top: -32px;
    left: 10px;
    position: relative;
    height:100px;
     width:184px;
     border-radius: 184px 184px 0 0;
     -moz-border-radius: 184px 184px 0 0;
     -webkit-border-radius: 184px 184px 0 0;
}

.circle:hover{
    border-color: #fff;
}

.block2:hover > .circle{
    border-color: #fff;
}
.link1, .link3{
    width: 20%;
}


.link6 {
    width: 16.5%;
    color: #fff;
    font-size: 0.8em;
    font-weight: 300;
}

.h4bigger{
    font-size: 16px;
}

.link11, .link33{
    width: 30%;
}

.link11, .link33, .link22{
    font-size: 14px;
    line-height: 2.4;
    color: #3cb352;
}

.link11 a, .link33 a, .link22 a{
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eed575;
}

.link2{
    width: 60%;
}

.link22{
    width: 40%;
}

.bottomtext{
    color: #ccc;
    text-align: center;
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

.bottomtext3{
    color: #ccc;
    text-align: center;
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

#middle p{
    font-weight: 900;
    color: #eed575;
    font-size: 21px;
    margin-top: 13px;
    text-align: center;
    text-transform: uppercase;
}

.bottomtext h2 {
    text-transform: uppercase;
    margin-top: 10px;
}

.bottomtext3 h2 {
    text-transform: none;
    margin-top: 10px;
}

.bottomtext2{
    color: #ccc;
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}

.bottomtext2 p{
    font-weight: 900;
    color: #eed575;
    font-size: 22px;
    text-transform: uppercase;
}

.bottomtext2 span{
   font-style: italic;
}

.toptext3 p{
    font-weight: 900;
    color: #eed575;
    font-size: 26px;
    margin-bottom: 0px;
}

.toptext3{
    color: #ccc;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
}
.marginsides{
    margin-right: 30%;
    margin-left: 30%;
}

footer a {
    color: #eed575;
}

footer a:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.footerp {
    margin-top: 80px;
    font-size: 13px;
}

header, #content, #middle, #sidebar {
	margin-bottom: 5px;
}

#content img, #middle img, #sidebar img{
	width: 100%;
    height: auto;
}
.centered{
	text-align: center !important;
}

.bold{
    font-weight: bold !important;
}

.mission-top span{
	font-size: 1.5em;
    font-weight: bold;
    color: #eed575;
}
video{
	border-radius: 20px;
    margin-left: 0px;
}

.blackbg{
	background: #000 !important;
}

.line-bottom-mission{
    border-bottom: 2px solid #fff;
    line-height: 2;
}
.line-trough{
    background:#fff;
    height: 2px;
    width: 21%;
    float: left;
    margin-top: 1em;
    margin-left: 6.5%;
}
.line-trough2{
    background:#fff;
    height: 2px;
    width: 20%;
    float: right;
    margin-top: 1em;
    margin-right: 8%;
}
.mission-top{
    margin: 1% 35% 3%;
    width: 30%;

}
.hover-content:hover{
  border-color:#e1e1e1;
  box-shadow: 1px 2px 3px #e1e1e1;
}
.mision-click-viq:hover{
  text-decoration: underline;
  text-shadow: 1px 1px 2px #e1e1e1;
}
.collection {
    width: 100%;
    height: 90px;
    background: #000;
    text-align: center;
    margin: 30px 0;
    padding-top: 10px;
    border: 2px solid #eed575;
}
.collection a:hover {
    color: #e1e1e1;
}
.collection span {
color: #66bcd6;
}

.collection a {
color: #eed575;
}

.collection h1{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 1.1em;
    text-transform: uppercase;
}

.noline{
    border-bottom: 0 !important;
}

.green{
    color: #3cb352 !important;
}

.gold{
    color:#eed575 !important;
}
.bannertop{
    background: #eed575;
    border-radius: 15px;
    border: 3px solid #000;
    padding: 10px;
    text-align: center;
}

.bannertop p{
    color: #000;
    margin: 6px;
}

.line-top{
    height: 2px;
    width: 36%;
    margin: 0 32%;
    background: #111;
    text-align: center;
}

.line-down{
    height: 2px;
    background: #111;
}

.texttop{
    color: #333;
    font-weight: 600;
    font-size: 1.5em;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}
.texttop span{
    font-weight: 900;
    font-size: 1.3em;
    color: #000;
}

.textbottom{
    width: 80%;
    padding: 0 10%;
    color: #333;
    font-weight: bold;
    font-size: 1.3em;
}

b{
	font-weight: 700;
}

.collection:hover > .collection h1 a{
    color: #eed575;
}

.link30{
    float: left;
    width: 30%;
    text-align: center;
}

.link40{
    float: left;
    width: 40%;
    text-align: center;
}

.bodytext{
    border: 2px solid #eed575;
    width: 96%;
    background: #000;
    color: #fff;
    padding: 2%;
    text-align: justify;
    font-size: 1.3em;
}

.linebottom {
    height: 2px;
    width: 70%;
    margin: 0 15%;
    background: #eed575;
}
.bttitle{
    text-align: center;
}
.bodytext h3{
    color: #eed575;
}

.bodytext h4{
    text-align: center !important;
}

.bodytext2{
    border: 2px solid #eed575;
    width: 96%;
    background: #000;
    color: #fff;
    padding: 2%;
    text-align: center;
    font-size: 1.3em;
}
.light-blue{
    color: #66bcd6 !important;
}

.face-boy{
    float: right;
    margin-top: -70px;
    z-index: 9999;
    position: relative;
}

.uppertop{
    text-transform: uppercase;
}
.red{
    color: #cc0202 !important;
}
.bodytext2 h3{
    color: #eed575;
}

.bodytext2 h4{
    text-align: center !important;
}

.silq{
    height: 170px;

}

.top1{
    width: 25%;
    margin-right: 4%;
    float: left;
}

.top2{
    margin-top: 18px;
    width: 45%;
    float: left;
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 800;
    background: #eed575;
    border: 2px solid #111;
    padding: 1.2%;
    color: #111;
}

.top3{
    width: 25%;
    float: left;
}

.top1 img{
    width: 100%;
    height: auto;
}
