/* ***************************************** ************** ***************************************** */
/* *****************************************      Fonts     ***************************************** */

@font-face {
    font-family: 'newcastle';
    src: url('fonts/Newcastle-Basic-Clean-webfont.eot');
    src: url('fonts/Newcastle-Basic-Clean-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/Newcastle-Basic-Clean-webfont.woff2') format('woff2'),
         url('fonts/Newcastle-Basic-Clean-webfont.woff') format('woff'),
         url('fonts/Newcastle-Basic-Clean-webfont.ttf') format('truetype'),
         url('fonts/Newcastle-Basic-Clean-webfont.svg#newcastlebasic_clean') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('fonts/Montserrat-Light-webfont.eot');
    src: url('fonts/Montserrat-Light-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Light-webfont.woff2') format('woff2'),
         url('fonts/Montserrat-Light-webfont.woff') format('woff'),
         url('fonts/Montserrat-Light-webfont.ttf') format('truetype'),
         url('fonts/Montserrat-Light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/Montserrat-Regular-webfont.eot');
    src: url('fonts/Montserrat-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Regular-webfont.woff2') format('woff2'),
         url('fonts/Montserrat-Regular-webfont.woff') format('woff'),
         url('fonts/Montserrat-Regular-webfont.ttf') format('truetype'),
         url('fonts/Montserrat-Regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('fonts/Montserrat-Bold-webfont.eot');
    src: url('fonts/Montserrat-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Bold-webfont.woff2') format('woff2'),
         url('fonts/Montserrat-Bold-webfont.woff') format('woff'),
         url('fonts/Montserrat-Bold-webfont.ttf') format('truetype'),
         url('fonts/Montserrat-Bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ***************************************** ************** ***************************************** */
/* *****************************************     General    ***************************************** */

html {
	width: 100%;
    height: 100%;
}

body {
	background-color: #e2262d;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;

}

.page {
	width: 100%;
    max-width: 800px;
	height:100%;
	min-height: 100%;
    margin: auto;
}

.panel {
	width: 100%;
	height: 100%;
	min-height: 100%;
	vertical-align: middle;
}

.content {
	width: 80%;
	/*height: 80%;*/
    margin: auto;
	margin-top: 10%;
	margin-left: 10%;
	margin-right: 10%;
      
}

#panel__content{
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

h1, h2, h3, h4, h5, p {
	color: #9f0312;
	margin: 0;
	padding: 0;
}



/* ***************************************** ************** ***************************************** */
/* *****************************************     Panel 1    ***************************************** */

#title-main {
	display: block;
	font-family: newcastle;
	font-size: 1.25em;
	letter-spacing:-0.10em;
	line-height:1.8em;
	text-transform: capitalize;
}

#logo-main {
	display: block;
	height: 120px;
	width: auto;
	margin-top: 10%;
    margin-bottom: 8%;
}

#logo-word {
    width: 100%;
    height: auto;
}

#intro {
	display: block;
	margin-top: 12%;
}

#intro p {
	display: block;
	font-family: montserratlight;
	font-size: 1.7em;
	letter-spacing:0em;
	line-height:1em;
	padding-bottom: 20px;
	margin: 0;
}
#next-page {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    background: rgba(256,256,256,0.9);
    border-radius: 10px;
    margin-top: 8%;
}
#next-page:hover {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    background: rgba(256,256,256,1);
    border-radius: 10px;
    margin-top: 8%;
}

#next-page h3 {
    height: 100%;
    width: 100%;
    display: block;
    font-family: montserratbold;
    letter-spacing:0.02em;
    font-size: 1.2em;
    line-height:50px;
    color: #e2262d;
    text-align: center;
}


/* ***************************************** ************** ***************************************** */
/* *****************************************     Panel 2    ***************************************** */

#head {
    display: block;
    width: 100%;
}

#options-logo {
    display: inline-block;
}

#options-logo img {
    display: inline-block;
    height: 90px;
    width: auto;
}

#head h2 {
    display: inline-block;
    font-family: montserratlight;
    font-size: 1.6em;
    letter-spacing:0em;
    line-height:1em;
    margin: 0;
    float: right;
    margin-right: 2%;
}

.clearfix {
    clear: both;
}

/* *****************************************     Options    ***************************************** */


#options {
    position: relative;
    display: block;
    height: 16px;
    margin-top: 15%;
}

.arrow {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0;
    position: relative;

    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;


}

.arrow.active{
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
}

#options h4 {
    display: inline-block;
    font-family: montserratbold;
    color:#ffffff;
    font-size: 16px;
    line-height: 10px;
    letter-spacing:0.05em;
    position: relative;
    margin: 0;
    top: -3px;
    padding: 0;
    padding-left: 3%;
}

#option-panel {
    position: relative;
    display: none;
    height: 40px;
    margin-top: 4%
}

#button-box, #text-box {
    position: relative;
    display: inline-block;
    width: 100%;
    position: absolute;
}

#button-box {
    top: 5px;
}

#text-box {
    left: 10%;
}

#box1, #box2 {
    width: 50%;
    display: inline-block;
}

#box2 {
    display: inline-block;
    position: absolute;
}

#text1, #text2 {
    width: 50%;
    display: inline-block;
}

#text1 {
    margin-top: 5px;
}

#text2 {
    display: inline-block;
    position: absolute;
}

/* *****************************************    Password     ***************************************** */


#password-panel {
    margin-top: 6%;
    display: none;
    position: relative;
}

#label-number, #label-symbol {
    position: relative;
    font-family: montserratbold;
    letter-spacing:0.01em;
    font-size: 1em;
    line-height:1em;
    color: #9f0312;
}


#button-password {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    background: rgba(256,256,256,0.9);
    border-radius: 10px;
    margin-top: 8%;
}
#button-password:hover {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    background: rgba(256,256,256,1);
    border-radius: 10px;
    margin-top: 8%;
}

#button-password h3 {
    height: 100%;
    width: 100%;
    display: block;
    font-family: montserratbold;
    letter-spacing:0.02em;
    font-size: 1.2em;
    line-height:50px;
    color: #e2262d;
    text-align: center;
}

#password {
    height: 50px;
    background-color: #f65d62;
}

#password-panel p {
    display: inline-block;
    font-family: montserratlight;
    letter-spacing: 0em;
    font-size: 1.2em;
    line-height:50px;
    text-align: left;
    margin-left: 13px;
}

#speaker-link {
    display: inline-block;
    float: right;
    height: 30px;
    width: auto;
    margin-right: 10px;
    margin-top: 10px;
}

#speaker {
    float: right;
    height: 30px;
    width: auto;
}

/* *****************************************    Social    ***************************************** */

#social-button {
    display: block;
    float: right;
    height: 25px;
    margin-top: 20px;
}

#social {
    display: none;
    position: fixed;
    /*float: left;*/
    width: 80%;
    left: 10%;
    height: 235px;
    top: 60%;
    background-color: #ffffff;
    border-radius: 10px;
    z-index: 999;
}

h5 {
    display: block;
    position: absolute;
    font-family: montserratbold;
    color: #e2262d;
    font-size: 16px;
    letter-spacing:0em;
    line-height:15px;
    position: relative;
    margin-top: 15px;
    margin-left: 15px;
}

#cancel-social, #cancel-privacy {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    height: 15px;
    width: auto;
}

#twitter, #tumblr, #facebook {
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -15px;
}

#twitter {
    left: 12%;
}

#tumblr {
    left: 0;
    right: 0;
    margin-left:auto;
    margin-right:auto;
}

#facebook {
    right: 12%;
}

a.twitter-share-button,
a.twitter-mention-button,
a.twitter-hashtag-button {
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -15px;
    background-image: url("img/twitter.png");
}
 
/* Color Highlight for keyboard navigation */
a.twitter-share-button:focus,
a.twitter-mention-button:focus,
a.twitter-hashtag-button:focus {
  outline: none;
  border-color: #0089cb;
}


/* *****************************************     Privacy     ***************************************** */

#privacy-policy {
    display: none;
    position: fixed;
    float: left;
    width: 80%;
    left: 10%;
    height: 30%;
    top: 60%;
    background-color: #ffffff;
    border-radius: 10px;
    z-index: 999;
}

#privacy-policy > h5 {
    letter-spacing:-0.05em;
}

#privacy-policy > p {
    display: block;
    font-family: montserratregular;
    letter-spacing:-0.05em;
    font-size: .5em;
    text-align: left;
    color: #000000;
    width: 80%;
    margin-left: 10%;
    margin-top: 5px;
}

#privacy-policy > #subtitle {
    color: #e2262d;
    padding-top: 20px;
}

/* *****************************************     Premium    ***************************************** */

#premium {
    position: relative;
    width: 100%;
    height: 60px;
}

#premium > img {
    display: inline-block;
    position: relative;
    float: right;
    height: 32px;
}

#premium > p {
    display: inline-block;
    font-family: montserratlight;
    letter-spacing:-0.05em;
    font-size: 1.1em;
    line-height: 16px;
    text-align: left;
}


/* *****************************************     Footer     ***************************************** */

.footer__block{
    position: fixed;
    display: block;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 120px;
}

#footer {
    position: absolute;
    display: relative;
    width: 100%;
    height: 60px;
    border-top: 2px #9f0312 solid;
}

#footer > a {
    display: inline-block;
    position: relative;
    height: 24px;
    width: 24px;
    margin-top: 13px;
    margin-right: 6px;
    width: auto;
    letter-spacing:-0.01em;

}

#footer img {
    height: 24px;
    width: 24px;
}

#footer > p {
    display: inline-block;
    font-family: montserratbold;
    color: #9f0312;
    font-size: 12px;
    letter-spacing:-0.055em;
    line-height: 12px;
    position: relative;
    margin-top: 13px;
}

#privacy-policy-button {
    text-decoration: none;
    color: #9f0312;;
}

#next-page, #options, #options-toggle, #speaker, #social-button, #button-password, #privacy-policy-button , #cancel-social, #copy-button, #social-button-link{
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .content {
        width: 80%;
        height: auto;
        margin-top: 5%;
        margin-left: 10%;
        margin-right: 10%;
    }

    #title-main {
        font-size: 1.1em;
    }

    #logo-main {
        height: 120px;
    }

    #intro p {
        font-size: 1.6em;
    }

 /*   #next-page {
    height: 60px;
    width: auto;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 4%;
    background: url('img/arrow.png') no-repeat center center;
}
#next-page:hover {
    display: block;
    position: relative;
    height: 60px;
    width: auto;
    margin: auto;
    margin-top: 4%;
    background: url('img/arrow.png') no-repeat center center;
}
#next-page h3 {
    display: none;
} */

    #copy-button > img:nth-child(1), #copy-button > h4 {
        display: none;
    }

    #premium {
        height: 50px;
    }

    #premium > img {
        height: 28px;
    }

    #premium > p {
        line-height: 14px;

    }

    .footer__block {
        height: 100px;
    }

    #footer {
        height: 50px;
    }

    #footer > a {
        height: 20px;
        width: 20px;
        margin-top: 13px;
        margin-right: 6px;
        width: auto;
    }

    #footer img {
        height: 20px;
        width: 20px;
    }

    #footer > p {
        font-size: 9px;
        line-height: 10px;
        margin-top: 13px;
    }
    #social {
    height: 220px;
    top: 62%;
}


}

@media screen and (max-width: 350px) {
    #title-main {
        font-size: 1em;
    }

    #logo-main {
        height: 90px;
    }

    #intro > p {
        font-size: 1.3em;
    }

    #head > h2 {
        font-size: 1.3em;
    }

    #social-button {
        margin-top: 15px;
    }

    #button-password {
        margin-top: 15px;
    }

    #button-password h3 {
        font-size: 1em;
    }

    #label-number, #label-symbol {
        font-size: 0.8em;
        line-height: 1.2em;
    }

    .footer__block {
        height: 90px;
    }

    #premium {
        height: 40px;
    }

    #premium > img {
        height: 24px;
    }

    #premium > p {
        font-size: 0.9em;
        line-height: 12px;

    }

    #options > img {
        height: 14px;
    }

}



@media screen and (max-height: 660px)  {


    #title-main:after {
        font-size: .9em;
    }

    #logo-main {
        height: 70px;
        margin-bottom: 5%;
        margin-top: 5%;
    }

    #intro {
        margin-top: 8%;
    }

    #social-button {
        margin-top: 10px;
    }

    #button-password {
        margin-top: 10px;
    }

    #intro p {
        font-size: 1.1em;
    }

    #premium {
        display: none;
    }

    .footer__block {
        height: 50px;
    }

    #privacy-policy > #subtitle {
    padding-top: 10px;
    }



}

