/*
#################################################
 RESET
#################################################
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body,
html {
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b,
strong {
    font-weight: bold;
}


/* = Fonts
----------------------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'cera_problack';
    src: url('../fonts/cera-pro-black-webfont.woff2') format('woff2'), url('../fonts/cera-pro-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ceraprobold';
    src: url('../fonts/cera-pro-bold-webfont.woff2') format('woff2'), url('../fonts/cera-pro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cera_promedium_italic';
    src: url('../fonts/cera-pro-medium-italic-webfont.woff2') format('woff2'), url('../fonts/cera-pro-medium-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cera_promedium';
    src: url('../fonts/cera-pro-medium-webfont.woff2') format('woff2'), url('../fonts/cera-pro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ceraproregular';
    src: url('../fonts/cera-pro-webfont.woff2') format('woff2'), url('../fonts/cera-pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* = Clearing
----------------------------------------------------------------------------------------------------------------- */

.inner,
.main,
.cols,
.menu {
    zoom: 1;
}

.inner:after,
.main:after,
.col:after,
.menu:after,
header:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}


/* = Helpers
----------------------------------------------------------------------------------------------------------------- */

.hide {
    display: none;
}

.hideText {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}


/* = Base
----------------------------------------------------------------------------------------------------------------- */

body {
    font-size: 15px;
    font-family: 'ceraproregular';
    color: #231f20;
}

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

a:hover {
    color: #006fa6;
}


/* = Typography
----------------------------------------------------------------------------------------------------------------- */

h1,
p.big {
    font-family: 'cera_problack';
    font-size: 22px;
    text-transform: uppercase;
    padding: 40px 0 5px;
}

p.big.or {
    padding: 5px 0;
}

p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.footer p {
    font-size: 11px;
    color: #6d6e70;
}


/* = Layout
----------------------------------------------------------------------------------------------------------------- */

.row {
    clear: both;
    display: block;
    overflow: hidden;
}

.col-6 {
    position: relative;
    float: left;
    display: inline-block;
    width: 48%;
    margin-left: 4%;
}

.col-6:nth-child(2n+1) {
    margin-left: 0;
}

.main-left {
    display: inline-block;
}

.main-left p {
    font-size: 13px;
    margin: 12px 0 12px 0;
    font-weight: bold;
}

.secondary-right {
    float: right;
    width: 41%;
}

.btn-wrap {
    text-align: center;
    margin: 30px 0 10px 0;
}

.inner {
    width: 92%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
}

.logo {
    background: url(../img/logo_bytalk.png) no-repeat center center;
    width: 83px;
    height: 87px;
    display: inline-block;
}

.footer {
    max-width: 300px;
    margin: 0 auto;
}

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


/* = Content
----------------------------------------------------------------------------------------------------------------- */

#content {
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    #content {
        display: inline-block;
        width: 50%;
        float: left;
        padding: 80px 0;
    }
    #bg {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        background-position: right top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #home #bg {
        /*background-image: url(../img/bg_natal_v2.jpg);*/
        background-image: url(../img/bg_home.jpg);
    }
    #signup2 #bg {
        /*background-image: url(../img/bg_natal_v2.jpg);*/
        background-image: url(../img/bg_signup2.jpg);
    }
    #signup3 #bg {
        /*background-image: url(../img/bg_natal_v2.jpg);*/
        background-image: url(../img/bg_signup3.jpg);
    }
    #signup4 #bg {
        /*background-image: url(../img/bg_natal_v2.jpg);*/
        background-image: url(../img/bg_signup4.jpg);
    }
    #signup5 #bg {
        /*background-image: url(../img/bg_natal_v2.jpg);*/
        background-image: url(../img/bg_signup5.jpg);
    }
}

ul.signin_group {
    list-style: none;
    margin: 10px 0 20px;
    padding: 0;
}

ul.signin_group li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

ul.signin_group li a {
    display: block;
    width: 100%;
    border-radius: 5px;
    line-height: 44px;
    color: #fff;
    font-family: 'cera_problack';
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

ul.signin_group li a.gplus {
    background: #d55139 url(../img/icon_gplus.png) no-repeat 20px center;
}

ul.signin_group li a.gplus:hover {
    background-color: #bf4832;
}

ul.signin_group li a.linkedin {
    background: #006fa6 url(../img/icon_linkedin.png) no-repeat 20px center;
}

ul.signin_group li a.linkedin:hover {
    background-color: #025e8c;
}

ul.signin_group li a.microsoft {
    background: #0e77c4 url(../img/icon_microsoft.png) no-repeat 20px center;
}

ul.signin_group li a.microsoft:hover {
    background-color: #0d68ab;
}

.phone-wrapper {
    padding: 50px 0;
}

.phone-wrapper span {
    padding: 5px;
    border: 1px solid #bbbcbf;
    border-radius: 5px;
    font-size: 38px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.phone-wrapper .country-code {
    font-family: 'ceraproregular';
    padding-left: 45px;
}

.phone-wrapper .country-code.pt {
    background: url(../img/flag_pt.png) no-repeat 10px center;
}

.phone-wrapper .phone-number {
    font-family: 'cera_problack';
}

.info {
    max-width: 300px;
    margin: 0 auto;
}

#content img.success {
    max-width: 100%;
    height: auto;
    padding: 40px 0 0;
    margin: 0 auto;
}


/* = Forms
----------------------------------------------------------------------------------------------------------------- */

.form {
    display: block;
    overflow: hidden;
    margin: 30px 0 10px;
}

input,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    outline-style: none;
    outline: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input.text:focus,
.select:focus {
    border-color: #231f20;
    outline: none;
}

.select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline-style: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fff url(../img/icon_select.png) no-repeat 97% center;
    border: 1px solid #c7c8ca;
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 13px;
    color: #231f20;
}

input.text,
a.next {
    display: block;
    border: 1px solid #c7c8ca;
    border-radius: 5px;
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 13px;
}

input.next,
a.next {
    background: #bbbcbf;
    border: 1px solid #bbbcbf;
    color: #fff;
    text-align: center;
    font-size: 15px;
    border-radius: 22px;
    text-transform: uppercase;
    font-family: 'cera_problack';
    cursor: pointer;
    line-height: 40px;
    height: 44px;
    border: none;
    width: 100%;
    max-width: 120px;
}

input.next:hover,
a.next {
    background: #d55139;
    cursor: pointer;
}

input.next.disabled {
    background: #bbbcbf;
}

label.error {
    margin-bottom: 10px;
    display: block;
}

.next-wrapper {
    display: block;
    width: 28%;
    margin: 20px auto;
}

.promo-error-code {
    display: block;
    width: 100%;
    position: relative;
    margin: 20px 0 0 0;
}

@media (max-width: 413px) {

    .main-left {
        display: block;
        width: 100%;
    }

    .secondary-right {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

}