/*-----------------------------------------------------------------------------
Midipixel - Main Stylesheet
Author: Werther Azevedo
-----------------------------------------------------------------------------*/

body{
    --main-color: #121623;
    --main-analogous: #16213a;
    --main-an-brighter: #2b3554;
    --main-monochrome: #02081B;
    --secondary-color: #f40b45;
    --tertiary-color: #d9bc77;
    --design-color: #e42c2c;
    --audio-color: #3dbf7d;
}

/* =General
-----------------------------------------------------------------------------*/

body, html{
    height: 100%;
}

body {
	background: var(--main-color);
	color: #ced6f1;
	font-family: Dosis, sans-serif;
	font-weight: 400;
	font-size: 1.75em;
}

a, a:link, a:visited {
	color: var(--secondary-color);
}

p a:link{
    text-decoration: underline;
}

a:hover {
	color: #fff;
}

ul {
	list-style: none;
	padding: 0;
}

.clear {
	clear: both;
}

.strike {
	text-decoration: line-through;
}

p {
	margin: 0 0 2rem 0;
	letter-spacing: .4px;
}

.languageMenu p {
    margin: 0;
    font-style: 1em;
    text-align: center;
}

.languageMenu{
    text-align: center;
}

.languageMenu li {
	display: inline-block;
	font-size: .8em;
}

.languageMenu li:first-child {
	margin-right: 6px;
	padding-right: 10px;
}

.languageMenu li a{
    color: #fff;
}

.languageMenu .locale-en .en a, .languageMenu .locale-pt .pt a{
    color: var(--tertiary-color);
    font-weight: bold;
}

.emoji{
    font: Verdana, sans-serif;
}

.mainContainer{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mainContent{
    flex: 1 0 auto;
}


/* =Header
-----------------------------------------------------------------------------*/
.headerLogo {
	text-align: center;
    margin-bottom: 2rem;
}

.headerLogo img {
	width: 40%;
    max-width: 230px;
}

.mainHeader {
	background: url(../images/bg_header.png);
	padding: 2rem 0 0.5rem 0;
	text-align: center;
	margin-bottom: 2rem;
}

.headerContent {
    position: relative;
    z-index: 20;
    margin-bottom: 2.5rem;
}

.headerContent nav{
    margin-bottom: 0;
}

.mainHeader nav ul {
	width: 100%;
	vertical-align: middle;
}

.mainHeader nav li {
	display: inline-block;
	font-family: Dosis, sans-serif;
	margin: 0 3% 0 3%;
}

.mainHeader li a {
	color: #fff;
	font-size: 1em;
	transition: all ease-out .2s;
	display: inline-block;
}

.mainHeader li a:hover {
	color: var(--secondary-color);
	text-decoration: none;
}

#home .navHome a, #apps .navApps a, #games .navGames a, #about .navAbout a, #music .navMusic a, #pt .pt a, #en .en a {
	font-weight: bold;
	color: var(--secondary-color);
}

.mainHeader .languageMenu{
    display: none;
}

.highlightArea {
    text-align: left;
    background: rgba(1, 13, 39, 0.4);
    border-bottom: 3px solid #0C172F;
    position: relative;
	padding: 1rem 0 0 0;
}

.highlightArea .imgContainer{
    height: 20rem;
    width: 100%;
    overflow: hidden;
    text-align: right;
    margin-left: 10px;
}

.highlightArea .highlightImg{
    max-width: 500px;
}

#home .highlightImg{
    margin-right: -110px;
}

.highlightContent > * {
    text-shadow: 2px 1px 2px #0A1429;
}

.highlightContent h1 {
	font: 2.2em/1 Abel, Dosis, sans-serif;
	color: #f40b45;
	margin: 0 0 1rem 0;
	padding-top: 1rem;
    position: relative;
    z-index: 10;
}

.highlightContent h5 {
	font: 1.3em Abel, Dosis, sans-serif;
	margin: 0 0 1rem 0;
	padding: 1rem 0;
    border-top: 2px solid #050D24;
}

.highlightContent p {
	background: rgba(48, 32, 13, .83);
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .headerLogo{
        flex: 1.7;
        margin-bottom: 0;
        text-align: left;
    }

    .headerContent{
        display: flex;
        align-items: center;
    }

    .headerContent nav{
        flex: 4;
        margin-bottom: 0;
    }

    .headerContent nav ul{
        margin-bottom: 0;
    }

    .highlightContent{
        min-height: 200px;
    }

    .highlightArea{
	    padding: 3rem 0;
    }

    .highlightContent h5{
        line-height: 1.6;
        width: 60%;
        margin: 0;
    	padding: 0;
        border-top: none;
    }

    .headerLogo img{
        width: 80%
    }

	.mainHeader {
		padding: 2em 0 0.5em 0;
	}

    .mainHeader li a{
        font-size: 1.1em;
    }

    .mainHeader .languageMenu{
        display: block;
        flex: 1;
        text-align: right;
        font-size: 1.5rem;
    }

    .mainHeader .languageMenu section {
    	margin: 0;
        padding: 0.5rem;
        display: inline-block;
        background: rgba(13, 24, 50, 0.5);
    }

    .mainHeader .languageMenu ul {
    	margin: 0;
    }

    .mainHeader .languageMenu li{
        margin: 0 4px;
    }

    .highlightArea .imgContainer{
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 5;
        width: 40%;
        /*background-image: linear-gradient(to right, rgba(18, 22, 35, 0) 50%, rgba(18, 22, 35, 1) 51%);*/
        margin-bottom: -14px;
        height: auto;
        text-align: right;
    }

    .highlightArea .highlightImg{
        max-width: 712px;
    }

}

.no-gutters{
    margin-left: 0;
    margin-right: 0;
}

/* =Footer
-----------------------------------------------------------------------------*/
.mainFooter {
	background: var(--main-monochrome);
	padding: 2em 0 1em 0;
	font-size: 1.6rem;
    margin-top: 2em;
    flex-shrink: 0;
}

.mainFooter h4 {
	color: var(--secondary-color);
	font: 1.4em Abel, sans-serif;
	text-align: left;
}

.mainFooter .corporate {
	text-align: center;
	margin-bottom: 2em;
}

.mainFooter .corporate a[property='email'] {
	margin-bottom: .5em;
	text-decoration: underline;
}

.mainFooter .corporate a[property='email']:hover {
	color: #fff;
}

.footerLogo {
	width: 98%;
	max-width: 140px;
	margin-bottom: 1em;
}

.socialLinks ul {
	padding: 0;
	max-width: 230px;
	margin: auto;
	text-align: center;
}

.socialLinks li {
	display: inline-block;
	width: 4em;
	height: 4em;
	margin: 0 15px 0 0;
}

.socialLinks li:last-child {
	margin-right: 0;
}

.socialLinks li a {
	color: #fff;
	display: block;
	text-align: center;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	background-image: linear-gradient(to bottom left, var(--main-monochrome), var(--main-monochrome) 50%, var(--main-analogous) 51%);
}

.socialLinks li a:hover {
	background-image: linear-gradient(to bottom left, #f40b45, #f40b45 50%, #f40b45 51%);
}

.socialLinks li a strong {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.socialLinks .facebook{
    background: url(../images/ic_facebook.svg) no-repeat center center;
    background-size: 26%;
}

.socialLinks .twitter{
    background: url(../images/ic_twitter.svg) no-repeat center center;
    background-size: 50%;
}

.socialLinks .mastodon{
    background: url(../images/ic_mastodon.svg) no-repeat center center;
    background-size: 50%;
}

.socialLinks .instagram{
    background: url(../images/ic_instagram.svg) no-repeat center center;
    background-size: 60%;
}

.socialLinks .music{
    background: url(../images/ic_music.svg) no-repeat center center;
    background-size: 60%;
}

.mainFooter .languageMenu{
    margin-bottom: 2.5rem;
}

.mainFooter .languageMenu p{
    margin-bottom: 0.5rem;
}

.mainFooter .languageMenu li{
    font-size: 1.1em;
}

@media (min-width: 768px) {
	.socialLinks ul {
	    float: right;
        margin-top: 1rem;
        max-width: 100%;
	}

    .mainFooter .languageMenu{
        display: none;
    }

}

/* =Components
-----------------------------------------------------------------------------*/
/* Titles */

.pageTitle {
	margin-bottom: 2.5rem;
}

.generic_title {
	min-height: 3.8rem;
	display: table;
	width: 100%;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
	font: normal 2.4rem Abel, sans-serif;
	text-transform: uppercase;
	color: #f40b45;
}

.titleMain, .titleSub {
    font-size: 1.1em;
    min-height: 4rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.titleMain > *, .titleSub > * {
    line-height: 1;
}

.pageTitle h1, .pageTitle h2, .pageTitle h3 {
    margin: 0;
}

.pageTitle strong {
	font-weight: normal;
}

.titleSub {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.titleSub time {
	text-align: right;
	font-size: 1.3rem;
    align-self: flex-start;
}

.titleMain {
	border-bottom: 1px solid #f40b45;
	width: 100%;
}

.pageTitle .titleMain strong {
	text-transform: uppercase;
	color: #f40b45;
}

.pageTitle a.backLink{
	font: 400 1.7rem Dosis, sans-serif;
}

.sectionTitle {
	color: var(--tertiary-color);
	font: 2.2rem Abel, Dosis, sans-serif;
	margin: 0 0 1.5rem 0;
}

.sectionSubtitle {
	color: #d9bc77;
	font: 1.6rem Abel, Dosis, sans-serif;
}

@media (min-width: 768px) {
	.pageTitle .titleMain {
		text-align: right;
	}

	.pageTitle .titleMain, .pageTitle .titleSub {
        font-size: 2.4rem;
	}

    .titleSub time {
        align-self: center;
    }

    .pageTitle .titleDescription{
        font-size: 2rem;
    }
}

/* Category Tags and Icons */
.tagDesign {
	color: #e42c2c;
}

.tagDev {
	color: #4395b1;
}

.tagAudio {
	color: #3dbf7d;
}

.catDesign {
	background: url(../images/ic_design.png) no-repeat bottom left;
	padding-left: 30px;
	color: #e42c2c;
	line-height: 12px;
	padding-top: 10px;
}

.catDev {
	background: url(../images/ic_dev.png) no-repeat 0 0;
	padding-left: 30px;
	color: #4395b1;
	line-height: 12px;
	padding-top: 10px;
}

.catAudio {
	background: url(../images/ic_audio.png) no-repeat 0 0;
	padding-left: 30px;
	color: #3dbf7d;
}

/* Back Link */

a.backLink {
	text-decoration: underline;
	background: url(../images/seta_esq.svg) no-repeat left center;
	padding-left: 12px;
	text-transform: capitalize;
    padding-bottom: 2px;
}

a.backLink:hover {
	color: #fff;
}

/* =Project Details
-----------------------------------------------------------------------------*/
.projectDetails .titleMain {
	border-bottom: none;
	margin-bottom: 1rem;
}

.projectPoster img {
	width: 100%;
	display: block;
	margin-bottom: 3rem;
}

.projectDescription {
	line-height: 2.7rem;
}

.projectDescription h3{
    color: var(--tertiary-color);
    font-size: 2rem;
}

.projectDescription ul{
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.projectDescription a {
	text-decoration: underline;
}

.projectDescription p {
	margin-bottom: 2.5rem;
	font-size: 1.7rem;
}

.projectCategories dl dt {
	float: left;
	margin-bottom: 2rem;
	width: 3.5rem;
}

.projectCategories dl dt img {
	width: 100%;
}

.projectCategories dl dd {
	float: left;
	padding-left: 1.5rem;
	padding-top: 3px;
	margin-right: 1.5rem;
}

.projectDescriptionText {
	clear: both;
}

.projectMedia h2{
    clear: both;
}

.mediaList li {
	margin-bottom: 2rem;
	text-align: center;
    overflow: hidden;
    background: rgba(0,0,0,0.2);
	transition: all ease-out .2s;
    border: 3px solid var(--main-color);
}

.mediaList li:nth-child(odd) {
	clear: left;
}

.mediaList img, .videoList .videoThumb {
	max-width: 100%;
    padding: 4px;
    background: rgba(0,0,0,0.2);
}

.mediaList li:hover{
    transform: scale(1.1);
}

.mediaList img{
	min-height: 3em;
    max-height: 12rem;
    height: 100%;
}

.videoThumb{
    min-height: 6em;
}

.videoList .videoThumb {
	background: #000;
	text-align: center;
	position: relative;
    display: flex;
    align-items: center;

}

.videoLink {
	position: relative;
	text-align: center;
}

.videoThumb .glightbox{
    width: 100%;
}

.videoThumb img {
	opacity: .3;
	max-height: 150px;
    display: inline;
    border: none;
}

.videoButton {
    position: absolute;
    top: 0;
    display: block;
    background: url(../images/ic_video.svg) no-repeat center center;
    width: 100%;
    height: 100%;
    left: 0;
    background-size: 40%;
    opacity: .3;
}

.videoButton:hover {
	cursor: pointer;
}

.detailLink {
	background: url(../images/ic_details.svg) no-repeat left center;
	padding-left: 25px;
	text-decoration: underline;
}

a.detailLink:hover {
	color: #fff;
}

.projectVideo {
	width: 100%;
}

.customLightbox .featherlight-content {
	background: #050202;
}

.customLightbox .featherlight-next span, .customLightbox .featherlight-previous span {
	color: #050202;
	text-shadow: none;
}

.audioPlayer .playlist{
    border: 1px solid #464d65;
}

.audioPlayer .playlist li {
    padding: 2rem;
    border-bottom: 1px dotted #464d65;
    font-size: 0.9em;
}

.audioPlayer .playlist li:hover {
    background: #0a0d17;
}

.audioPlayer .playlist li:last-child{
    border: none;
}

.audioPlayer .playlist li.active a{
    font-weight: bold;
    color: #fff;
}

.audioPlayer audio{
    width: 100%;
    background: #fff;
    border: 2px solid #464d65;
}

.projectSummary h4{
    color: var(--tertiary-color);
    background: var(--main-color);
}

.projectSummary ul{
    list-style-position: outside;
    display: flex;
    flex-wrap: wrap;
    border: none;
}

.projectSummary ul li{
    white-space: nowrap;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.9em;
}

.projectSummary ul li::before {
    content: "\25A0";
    color: var(--secondary-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 0.8em;
    margin-right: 0.5rem;
    position: relative;
    top: -3px;
}

@media (min-width: 768px) {
	.projectDetails .titleMain {
		border-bottom: 1px solid #f40b45;
		margin-bottom: 0;
	}

    .projectPoster img{
    	margin-bottom: 3rem;
    }

    .projectPoster{
        order: 2;
    }

    .projectSummary{
        /*min-height: 70%;*/
        padding: 0 0 0 2rem;
        border-left: 1px solid var(--tertiary-color);
    }

    .projectSummary ul{
        display: block;
    }

    .audioProject .projectMedia{
        float: right;
    }
}


/* =Projects List
-----------------------------------------------------------------------------*/
.projectList > li {
	margin-bottom: 4rem;
    background-image: linear-gradient(to bottom, #0e111b, #121623);
}

.pageTitle .categoryTagline{
    text-transform: none;
    font-style: italic;
    font-size: 1.8rem;
}

.categoryDescription{
    padding: 1.5rem 1.5rem 0.1rem 1.5rem;
    background: rgba(198, 182, 220, 0.1);
    margin-bottom: 2rem;
}

.projectImg {
	/*border: 1px solid var(--main-analogous);*/
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	padding: 2px;
	margin-bottom: 2rem;
	transition: all ease-out .2s;
}

.projectImg:hover {
	background: rgba(0, 0, 0, 0.3);
}

.projectImg img {
	width: 100%;
}

.projectTitle{
    background: var(--main-color);
    border-bottom: 1px dotted var(--main-an-brighter);
    margin-bottom: 1.5em;
}

.projectTitle .sectionTitle{
    color: var(--tertiary-color);
}

.projectTitle .extra_info{
    color: #c5cad5;
    font-size: 0.8em;
}

.projectTitle .extra_info::before{
    content: '▪';
    position: relative;
    top: -1px;
    color: #ca5e5e;
    margin: 0 0.4em;
}

.projectTitle .category{
    color: var(--secondary-color);
    font-size: 0.9em;
}

.projectTitle .category:after {
    content: ' //';
    color: #4693e2;
    font-weight: normal;
}

.projectData h2 {
	margin-top: 0;
}

.projectData .sectionTitle {
	margin-bottom: 1rem;
}

.projectData .projectDescription {
	padding-bottom: 2rem;
    text-align: right;
}

.projectData .projectDescription p{
    text-align: left;
}

@media (min-width: 768px) {
    .projectData{
        padding-left: 2rem;
        padding-right: 2rem;
    }

	.projectData .projectDescription {
		padding-bottom: 0;
		border-bottom: none;
	}

    .projectList > li {
    	margin-bottom: 2rem;
        padding-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .projectList > li:last-child{
        border: none;
    }

    .projectImg{
        margin-left: 1rem;
        text-align: center;
    }

    .projectImg img{
        max-width: 300px;
    }
}

/* =About
-----------------------------------------------------------------------------*/
.company {
	margin-bottom: 1rem;
}

.company h6 {
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 5px;
}

.companyDescription {
	padding-bottom: 2rem;
}

.companyDescription p {
	line-height: 2.7rem;
}

.about h2 {
	margin-top: 0;
	margin-bottom: 3rem;
}

.about h2 strong {
	display: block;
	font-size: 1.8rem;
	font-weight: normal;
	color: #fff;
}

.about h3 {
    font-size: 2.1rem;
	color: #d9bc77;
    margin-top: 0;
}

.about h4 {
	color: #d9bc77;
	font-size: 1.8rem;
}

.about .description {
	margin-bottom: 1rem;
	line-height: 2.7rem;
}

.about ul {
	padding-bottom: 1rem;
}

.about li {
	margin-bottom: 1rem;
}

.about li a {
	text-decoration: underline;
	padding-right: 5px;
}

.about .social {
	clear: both;
	padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.about .social li {
	margin-right: 5%;
	margin-bottom: 2rem;
    line-height: 1.2;
}

.about .social li.twitter{
    background: url(../images/ic_twitter.svg) no-repeat left center;
    background-size: 20px;
    padding-left: 20px;
}

.about .social li.mastodon{
    background: url(../images/ic_mastodon.svg) no-repeat left center;
    background-size: 20px;
    padding-left: 20px;
}

.about .social li.linkedIn{
    background: url(../images/ic_linkedin.svg) no-repeat left 2px;
    background-size: 16px;
    padding-left: 18px;
}

.about .social li.instagram{
    background: url(../images/ic_instagram.svg) no-repeat left 2px;
    background-size: 22px;
    padding-left: 20px;
    line-height: 1.3;
}

.about .social li a {
	display: inline-block;
	padding-left: 5px;
}


.pictures img{
    width: 100%;
    margin-bottom: 5px;
}

.contactForm {
	margin: 0;
}

.contactForm fieldset label {
    display: block;
	text-transform: uppercase;
	font-weight: 400;
	color: #e3ddda;
}

.contactForm fieldset input, .contactForm fieldset textarea {
	margin-bottom: 1em;
	border: none;
	background: #fff;
	color: #130b0a;
	padding-right: .5em;
	padding-left: .5em;
    width: 100%;
}

.contactForm fieldset textarea {
	padding: 1em .5em;
}

.contactForm button {
	border: 1px solid #930e2f;
	background-image: linear-gradient(to top, #8c0a2a 0%, #b90f39 100%);
	box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, .2);
	padding: .5em 1em;
	text-transform: uppercase;
	min-width: 28%;
	transition: all ease-out .2s;
}

.pictures .colorize{
    filter: sepia(100%) hue-rotate(190deg) saturate(1);
}

.contactTitle{
    margin-top: 2em;
}

@media (min-width: 768px) {
    .contactForm {
    	text-align: right;
    	margin: 0;
    }

    .contactForm fieldset * {
    	float: left;
    }

    .contactForm fieldset label {
    	width: 30%;
    	padding-right: 5%;
        display: inline;
        text-align: right;
    }

    .contactForm fieldset input, .contactForm fieldset textarea{
    	width: 70%;
    }
}

/* =Blog Home
-----------------------------------------------------------------------------*/
.postList > li {
	margin-bottom: 3rem;
}

.postImg {
	border: 1px solid #493727;
	background: #000;
	width: 100%;
	padding: 2px;
	margin-bottom: 2rem;
	transition: all ease-out .2s;
}

.postImg:hover {
	border: 1px solid #fff;
}

.postImg img {
	width: 100%;
}

.postImg {
	max-height: 120px;
	overflow: hidden;
}

.postData p {
	line-height: 2.7rem;
}

.postData h2 {
	margin: 0;
}

.postData h3 {
	margin: 0 0 1rem 0;
}

/* =Discography
-----------------------------------------------------------------------------*/

.oi{
    --main-color: #121623;
    --main-analogous: #16213a;
    --main-an-brighter: #2b3554;
    --main-monochrome: #02081B;
    --secondary-color: #f40b45;
    --tertiary-color: #d9bc77;
    --design-color: #e42c2c;
    --audio-color: #3dbf7d;
}

.discography{
    margin-top: 2rem;
}

.discography li{
    margin-bottom: 2rem;
}

.discography li img{
    width: 100%;
}

.discography .album_info{
    background: var(--main-analogous);
    padding: 1rem;
    font-size: 2rem;
    border-top: 1px solid var(--main-monochrome);
}

.discography .album_info h5{
    font-size: 2rem;
}

@media (min-width: 768px) {
    .discography li{
        min-height: 340px;
    }

    .discography .album_info{
        font-size: 1.5rem;
        min-height: 125px;
    }

    .discography .album_info h5{
        font-size: 1.8rem;
    }
}



/* =Home
-----------------------------------------------------------------------------*/
.expertise .contentBox {
	background: #050202;
	background: linear-gradient(135deg, transparent 30px, #050202 30px) no-repeat;
	background-position: top left;
	padding: 2rem 10%;
	margin: 0 auto;
	min-height: 275px;
}

.expertise {
	padding-top: 10px;
}

.expertise h2 {
	font-size: 2.3rem;
	min-height: 50px;
	display: table-cell;
	vertical-align: bottom;
}

.expertiseText {
	margin: 1.5rem 0;
}

.designExpertise h2 {
	background: url(../images/ic_design_home.png) no-repeat left bottom;
	color: #e42c2c;
	padding: 15px 0 0 55px;
}

.designExpertise .detailLink {
	color: #e42c2c;
	background-image: url(../images/design_details.svg);
}

.devExpertise h2 {
	background: url(../images/ic_dev_home.png) no-repeat left bottom;
	color: #4395b1;
	padding: 15px 0 0 50px;
}

.devExpertise .detailLink {
	color: #4395b1;
	background-image: url(../images/dev_details.svg);
}

.audioExpertise h2 {
	background: url(../images/ic_audio_home.png) no-repeat left bottom;
	color: #3dbf7d;
	padding: 15px 0 0 45px;
}

.audioExpertise .detailLink {
	color: #3dbf7d;
	background-image: url(../images/audio_details.svg);
}

@media (min-width: 768px) {
	.expertiseList {
		position: relative;
		top: -100px;
		min-height: 260px;
	}

	.expertise {
		overflow: visible;
		height: 100px;
		background: linear-gradient(135deg, transparent 30px, #221311 30px) no-repeat;
		background-position: top left;
		width: 90%;
		margin: 0 auto;
	}

	.expertise .contentBox {
		width: 93%;
		padding: 2rem 15%;
		margin: 0 auto;
	}

	.designExpertise {
		float: right;
	}

	.audioExpertise {
		float: left;
	}

	.expertiseText {
		min-height: 160px;
	}

	.designBG {
		background: linear-gradient(135deg, transparent 30px, #e42c2c 30px) no-repeat;
	}

	.devBG {
		background: linear-gradient(135deg, transparent 30px, #4395b1 30px) no-repeat;
	}

	.audioBG {
		background: linear-gradient(135deg, transparent 30px, #3dbf7d 30px) no-repeat;
	}
}

.latestContent h3 {
	min-height: 3.8rem;
	display: table;
	width: 100%;
	color: #fff;
	margin-bottom: 1em;
	font: normal 2.4rem Abel, sans-serif;
	text-transform: uppercase;
	color: #f40b45;
}

.latestContent figure img {
	width: 100%;
}

.latestContent article {
	line-height: 1.8;
}

.linkMoreGames {
	padding-top: 2em;
}

/* =Message Sent
-----------------------------------------------------------------------------*/
.successMsg {
	min-height: 400px;
}

.successMsg p {
	line-height: 2.7rem;
}

.successMsg .titleMain {
	border-bottom: none;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.successMsg .titleMain {
		border-bottom: 1px solid #f40b45;
		margin-bottom: 0;
	}
}
