/* Import Fonts */
@import url(https://fonts.googleapis.com/css?family=Coustard|Open+Sans);

body {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	line-height: 21px !important;
	font-weight:400 !important;
	-webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
	color: #777 !important;
	background: #000 !important;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Coustard', serif !important;
	color:#fff !important;
	font-weight: normal !important;
	letter-spacing: 1px !important;
}
h1{font-size: 35px !important; line-height: 70px !important; padding: 0; margin: 0;}
h5{font-size: 28px !important; line-height: 35px !important; padding: 0; margin: 0; color: #b7b7b7 !important;}

a {
	color: #D8D8D8 !important;
	text-decoration:none !important;
	font-weight: normal !important;
	text-shadow: 2px 2px 4px #000000;
}
a:hover {text-decoration:underline;}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content { 
	/*float:left;*/
	/*margin:40px;*/
	/*left: 30px;*/
	position:absolute;
	/*top:200px;*/
	/*width:600px;*/
	z-index:999;
	-webkit-font-smoothing:antialiased;
}

#logo {
	font-family: 'Coustard', serif;
	font-size: 49px;
	border-left: unset;
	color:white !important;

}
.main-nav{
	position:fixed;
	bottom: 23px;
	/*left:210px;*/
	z-index:1010;
}
.main-nav ul li { 
	list-style: none !important;
	display: inline !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	border-left: 1px solid #b7b7b7;
	font-size:18px;
}
.main-nav ul li a.active {color: #1e99e4 !important;}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: #393939;
	padding:100px 10px 5px 10px;
	margin: 1px;
	opacity: 1;
}
.social-nav ul li:hover {background-color: #787878;}

button.full-screen{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:30px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left {
	right:95px;
}
/**/
.global-overlay {
    position: fixed;
    top: 0;
    /*left: -100vw;*/
    height: 100%;
    overflow: visible;
    width: 100%;
    /* opacity: 0; */
    opacity: 1;
    /*transform: translateX(100%);*/
}
.overlay {
    overflow: hidden;
    top: 0;
    background: url(../images/gt.png);/*gt.png*/
    background-repeat: repeat;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    border-right: 1px solid #15171e;
}
.overlay2 {
    /*background: rgba(0,0,0,0.1);*/
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    background: url(../images/overlay.svg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.parrafos{
	color:#D2D2D2;
}
.parrafos2{
	font-size: 11px;
}
.numero{
	font-size: 40px;
	color:#1e99e4;
}
.listaHor{
	float: left;
	list-style: none;
	text-align: center;
	padding-right:10px;
	padding-left:10px;
	padding-top: 10px;
}
.listaHor>b{
	font-size: 12px;
	color:#dad6d6;
}
.listaHor:hover
{
	background-color: rgba(255,255,255,0.2);
	cursor: default;
}
/**/

@media screen and (min-width:600px) {
  
}
@media screen and (max-width:599px) {
  .main-nav{
	background-color: rgba(0,0,0,0.5) !important;
	width:100% !important;
	padding-top: 25px;
	}
}

.tbrd{
	border-top:unset !important;
}