/* CSS reset style starts */
body,h1,h2,h3,h3,h4,h5,h6,p,ul,ul li,ol,ol li,dl,dt,dd,figure { margin:0; padding:0; font-family: "GothamBook"; font-size:15px; -webkit-text-size-adjust:none; 
    -webkit-appearance:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display:block; }
img { border:0; outline:none; }
a { display:inline-block; }
a,a:hover,a:active,a:focus,a:link,a:visited { outline:none; border:none;text-decoration: none; transition-duration: 250ms; transition-property: color,background-color,border-color; }
a:hover { outline:none; border:none; text-decoration:none; }
ul { list-style-type:none; }
/* CSS reset style ends */

/* Global style starts */
@font-face {
    font-family: "GothamRndLight";
    font-style: normal;
    font-weight: normal;
    src: url('fonts/gothamrnd-light-webfont.eot');
    src: url('fonts/gothamrnd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamrnd-light-webfont.woff') format('woff'),
         url('fonts/gothamrnd-light-webfont.ttf') format('truetype'),
         url('fonts/gothamrnd-light-webfont.svg#GothamRndLight') format('svg');
}
@font-face {
    font-family: "GothamBook";
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Book.woff') format('woff'),
         url('fonts/Gotham-Book.ttf') format('truetype'),
         url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
}
@font-face {
    font-family: "v-scriptregular";
    font-style: normal;
    font-weight: normal;
    src: url('fonts/v-script-regular-webfont.eot');
    src: url('fonts/v-script-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/v-script-regular-webfont.woff') format('woff'),
         url('fonts/v-script-regular-webfont.ttf') format('truetype'),
         url('fonts/v-script-regular-webfont.svg#Gotham-Book') format('svg');
}

body{
    background-color: #fff;
    font-family: 'GothamRndLight';
    color:#333;
}

img{
    /* Responsive images (ensure images don't scale beyond their parents) */
        max-width:100%;
    /* Part 1: Set a maxium relative to the parent */
        width:auto\9;
    /* IE7-8 need help adjusting responsive images */
        height:auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
        vertical-align:middle;
        border:0;
        -ms-interpolation-mode:bicubic;
}
header{
    z-index: 951;
    position: relative;
    background-color: #FFF;
    /*box-shadow: 0 -1px 0 #F2F3F4 inset;*/
    overflow: hidden;
}
.logo{
    float: left;
    margin: 10px 0;
}
.logo img{
    width: auto;
    height: 36px;
}
.login-btn{    
    color: #FFF;
    background: #404042;
    width: 90px;
    padding:20px 0;
    font-size: 13px;
    text-align: center;
    display: block;
    float: right;
    transition-duration: 250ms;
    transition-property: color,background-color,border-color;
    font-family: "GothamBook";
    text-decoration: none;
}
.login-btn:hover{
    background: #C00;
}
.container{
    max-width: 984px;
    padding: 0 10px;
    margin: 0 auto;
}
.content{
    padding: 40px 30px;
    line-height: 20px;
    background-image: linear-gradient(to left top,#5A245A 0,#C00 100%);
    color: #fff;
}
.sub-title{    
    font-weight: bold;
    font-size: 18px;
}
.content h1{
    font-family: 'v-scriptregular';
    font-size: 80px;
    font-weight: 400;
    text-transform: lowercase;
    color: #FFF;
    padding: 24px 20px;
    letter-spacing: -.08em;
    margin: 0 0 15px -20px;
}
.content p{
    margin: 0 0 10px;
    font-family: 'aktiv-grotesk', '-apple-system', 'BlinkMacSystemFont', Helvetica, Arial, sans-serif;
}
.content p:last-child{
    margin: 0;
}
.footer{
    font-size: 13px;
    color: #FFF;
    background-color: #404042;
    padding: 50px 20px;
    /*margin: 2px 0 0;*/
}

h2{
    font-size: 13px;
    margin: 0 0 20px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-family: "GothamBook";
}
.footer-links{
    margin: 0;
    width: 100%;
}
.footer-links a{
    color: #CCC;
    font-size: 13px;
}
.footer-links a:hover, .footer-links a:focus{
    color: #FFF;
    text-decoration: underline;
}
.footer-links>li:not(:first-child) {
    margin-top: 54px;
}
.footer-links>li>ul>li{
    margin-top: 8px;
}
.nav-footer-social li {
    display: inline-block;
    margin-top: 0;
    margin-right: 20px;
}
.icon{
    width: 25px;
    height: 25px;
    display: block;
}
.social-facebook{
    background: url('../images/virgin-facebook.png') no-repeat;
}
.social-twitter{
    background: url('../images/virgin-twitter.png') no-repeat;
}
.social-youtube{
    background: url('../images/virgin-youtube.png') no-repeat;
}
.social-vblog{
    background: url('../images/virgin-vblog.png') no-repeat;
}
.social-facebook:hover{
    background: url('../images/virgin-facebook-w.png') no-repeat;
}
.social-twitter:hover{
    background: url('../images/virgin-twitter-w.png') no-repeat;
}
.social-youtube:hover{
    background: url('../images/virgin-youtube-w.png') no-repeat;
}
.social-vblog:hover{
    background: url('../images/virgin-vblog-w.png') no-repeat;
}
footer p {
    font-size: 10px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #505253;
}
@media (min-width:768px){
    .logo{
        margin: 20px 0;
    }
    .logo img{
        height: 50px;
    }
    .login-btn{ 
        padding: 37px 0;
        width: 140px;
    }
    .footer-links{
        overflow: hidden;
    }
    .footer-links>li, .footer-links>li:not(:first-child){
        width: 33.33%;
        float: left;
       margin: 0;
    }
}