/* CSS Document */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input[type=text],input[type=button],input[type=submit],input[type=password],select{vertical-align:middle}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
margin:0;
padding:0;
color: #000000;
line-height: 1.500;
}

.mx_logged_in body {
    padding-top:0 !important;
}

html.mx_logged_in {
    margin-top: 52px !important;
}

body, p, td, td p {
font-family: 'Raleway', sans-serif;
font-size: 18px;
}

h1, h2, h3, h4, h5, h6, p {
margin-bottom:25px;
}

h1 {
font-size:24px;
text-transform: uppercase;
color:#EA1D9B;
}

h3 {
font-size:18px;
font-weight:normal;
text-transform: uppercase;
}

a {
color:#EA1D9B;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a:active, a:focus { 
outline: 0; 
} 

input[type=text],input[type=button],input[type=submit],input[type=password] {
-webkit-appearance: none;
}

input[type=text],input[type=button],input[type=submit],input[type=password], textarea {
font-family: 'Raleway', sans-serif;
font-size: 18px;
padding:5px;
}

input[type=submit] {
background-color:#EA1D9B;
color:#FFFFFF;
text-transform:uppercase;
border:none;
font-size:24px;
padding:5px 15px;
cursor:pointer;
}

#content img[style*="left"], #content img[align="left"] { margin: 0 20px 10px 0; }
#content img[style*="right"], #content img[align="right"] { margin: 0 0 10px 20px; }

#content img {
max-width:100%;
height:auto;
}

#headerwrapper {
width:100%;
height:70px;
}

#header {
width:100%;
max-width:1800px;
height:auto;
margin:0 auto;
padding:0 20px;
position:relative;
}

#logo {
float:left;
z-index:4;
position:relative;
}

#logo img {
display:block;
width:100%;
height:auto;
margin-bottom:-160px;
}

#social {
float:right;
}

#social a img{
margin-top:7px;
margin-left:7px;
}

#mobile-nav {
position:absolute;
right:20px;
color: #FFFFFF;
background-color:#EA1D9B;
background-image:url(../layout/bars.gif);
background-size:cover;
height:80px;
width:70px;
margin-top:10%;
cursor: auto;
pointer-events:none;
z-index:4;
}

#sfeer {
width:100%;
height:auto;
z-index:1;
position:relative;
border-top: solid 24px #000000;
}

#sfeer img {
display:block;
width:100%;
height:auto;
}

#contentwrapper {
width:100%;
height:auto;
}

#content {
width:100%;
max-width:1800px;
height:auto;
margin:0 auto;
padding: 25px 22% 25px 18%;
}

#asideheader {
width:100%;
height: auto;
text-align:center;
color:#FFFFFF;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(234, 29, 155) transparent;
/* RGBa with 0.6 opacity */
background: rgba(234, 29, 155, 0.6);
font-size: 30px;
line-height:38px;
}

#asidewrapper {
width:100%;
height: auto;
background-color:#000000;
}

#aside {
width:100%;
max-width:1800px;
height:auto;
margin:0 auto;
padding:0 30px;
color:#FFFFFF;
}

#footerwrapper {
width:100%;
height: auto;
background-color:#000000;
margin-top: 15px;
}

#footer {
width:100%;
max-width:1800px;
height:auto;
margin:0 auto;
padding:25px 20px;
color:#FFFFFF;
font-size:16px;
text-align:center;
}

#footer a {
color:#FFFFFF;
}

.clear {
clear:both;
}

@media screen and (min-width: 1800px) {

#content {
padding: 25px 396px 25px 324px;
}

} /* end mediaquery */

@media screen and (max-width: 1240px) {

#content {
padding: 25px 280px 25px 20px;
}

} /* end mediaquery */

@media screen and (max-width: 1023px) {

#social a{
display:none;
}

#mobile-nav {
position:relative;
right:inherit;
display:inline-block;
float:left;
margin-top:15px;
margin-bottom:15px;
cursor:pointer;
pointer-events: auto;
}

#content {
padding: 25px 20px 25px 20px;
}

} /* end mediaquery */

@media screen and (max-width: 650px) {

#footerwrapper {
background-color:#A4146D;
margin-top: 0;
border-bottom:solid 40px #000000;
}

#logo img {
width:175px;
}

} /* end mediaquery */