* {
	padding: 0; margin: 0;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
}

html {
    background: #6d6e71 url(http://lancemedia.com.br/common/img/lancemedia-pattern.png) repeat 0 0;
    height: 100%;
    -webkit-animation: slide 35s linear infinite;
}

@-webkit-keyframes slide {
    from { background-position: 0 center; }
    to { background-position: 611px center; }
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: url(img/bg.png) no-repeat left top;
    overflow: hidden;
    height: 100%;
}

.container {
    z-index: 100;
    padding: 0 15px;
	margin: 0 auto;
}

a {
	color: #fff;
	text-decoration: none;

	transition-property: all;
	transition-duration: 0.5s;
}

a:hover {
	color: #f3cf3d;
	text-decoration: none;
}

.holder {
	position: absolute;
    padding: 0 15px;
	text-align: right;
	top: 42%; right: 200px;
	margin-top: -170px;
}

#logo {
  width: 400px;
  float: right;
    margin-bottom: 45px;
}

#logo img {
    max-width: 100%;
    text-align: right;
}

h2 {
    clear: both;
	font-size: 50px;
	color: #fff;
	letter-spacing: -2px;
	margin-bottom: 45px;
	font-weight: bold;
}

p {
	font-size: 30px;
	letter-spacing: -0.5px;
	color: #fff;
    margin-bottom: 30px;
}

.social-links a:first-child {
    margin-right: 10px;
}

.social-links {
    opacity: 0.8;
	padding-bottom: 20px;
}

.social-links a:hover {
    opacity: 1;
}

ul {
    list-style: none;
    margin-bottom: 45px;
}

ul li {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: -1px;
}

ul li .fa {
    display: block;
    float: right;
    font-size: 18px;
    text-align: center;
    margin-left: 10px;
    border-radius: 100%;
    padding: 8px 6px 6px 4px;
    color: #6d6e71;
    background: #f3cf3d;
    width: 32px; height: 32px;
}

@media (max-width: 1025px) {
    body {
        background-position: -400px -80px;
    }
	
	.holder {
		text-align: right;
		top: 42%; right: 80px;
		margin-top: -170px;
    }
    
    ul li .fa {
        display: none;
    }
}

@media (max-width: 991px) {
    .holder {
	    text-align: center;
	    top: 42%; right: auto;
        width: 100%;
    }
    body {
        background: none;
    }
    #logo {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .holder {
        position: static;
        padding: 0 15px;
        text-align: center;
        top: auto; left: auto;
        width: 100%;
        margin-top: 40px;
    }
    #logo {
        margin: 0 auto 30px;
    }
    
    #logo img {
        width: 100%;
        max-width: 400px;
    }
    
    h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    p {
	    font-size: 18px;
	    letter-spacing: normal;
        word-wrap: break-word;
    }
    
    ul li {
        font-size: 16px;
        letter-spacing: normal;
    }
}

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    } 40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	visibility: visible !important;
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}