/*
	Theme Name: September Management
	Theme URI: http://lou-madhu.co.uk/hello/
	Description: Theme for Bon Jovi Sign-Up Microsite
	Author: Lawrie Malen @ Very New Media & Lou Madhu @ UMG
	Author URI: http://www.verynewmedia.com/
*/

.transition,
.transition:hover,
a,
a:hover {
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

html {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
}

/*
	MAIN PAGE ELEMENTS
*/

.site {
	width: 100%;
    min-height: 100vh;
}

.logo {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.logo img {
    width: 100%;
    height: auto;
    display: block;
}

.artists a{
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	line-height: normal;
	padding: 10px 0;
}

.artists {
    /*position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    text-align: center;
    padding: 87px 20px 0 20px;
    max-height: 100vh;
    min-height: 85vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.footer{
	background: #1d1d1b;
	padding: 20px 0;
    display: table;
    clear: both;
    width: 100%;
    color: #fff;
}

.footer .foot{
	list-style-type: none;
	padding: 0;
}

.footer .foot li{
	margin-top: 10px;
}

.footer .foot li a{
	color: #ffffff;
	text-decoration: none;
}

.col-2{
	float: left;
    width: 50%;
    padding: 0 50px;
}

.col-2:first-child{
	border-right: 1px solid #fff;
}

.img-footer img{
	max-width: 50%;
    display: block;
    margin: 0 auto;
}

.redes-sociais{
	position: fixed;
	right: 5%;
	top: 2%;
}

.redes-sociais .redes{
    list-style-type: none;
    padding: 0;
}

.redes-sociais .redes li{
	display: inline-block;
	margin-left: 15px; 
}

.redes-sociais .redes li:first-child{
	margin-left: 0;
}

.copyrights{
	text-align: center;
}

.copyrights .copy{
    list-style-type: none;
    padding: 0;
    font-size: 12px;
}

.copyrights .copy li{
	display: inline-block;
	margin-left: 50px;
	text-transform: uppercase;
}

.copyrights .copy li:first-child{
	margin-left: 0;
}

.content{
	max-width: 60%;
	margin: 60px auto;
}

.content .title{
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	margin-bottom: 50px;
}

/*
	RE-USABLES
*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}


.aligncenter {
	text-align: center;
}

img.alignleft {
	float: left;
	margin: 0px 0px 10px 10px;
}

img.alignright {
	float: right;
	margin: 0px 10px 10px 0px;
}

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

/*
	ELEMENTS
*/

img {
	border: 0px;
}

h1, h2, h3, h4, h5 {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
	margin: 0px;
}

h1 {
	font-size: 2.500em;
}

h2 {
	font-size: 1.438em;
}

h3 {
	font-size: 1.125em;
}

h4 {
	font-size: 1.125em;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
}

a {
	color: #000000;
    text-decoration: none;
    display: inline-block;
}

a:hover {
	color: #000000;
}

@media screen and (max-width: 600px) {
    .col-2 {
        width: 100%;
    }

    .col-2:first-child{
    	border-right: 0;
		/*border-bottom: 1px solid #fff;*/
	}

    .footer .foot{
    	text-align: center;
    }

    .redes-sociais {
	    position: relative;
	    text-align: center;
		right: 0;
		top: 0;
	}

	.artists {
		padding-top: 20px;
	}

	.logo {
		margin-bottom: 30px;
	}

	.copyrights .copy li {
	    display: block;
	    margin-left: 0;
	    text-transform: uppercase;
	    text-align: center;
	    margin-top: 10px;
	}

	.content {
	    max-width: 80%;
	}
}