@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("https://www.palassets.com/fonts/Roboto/Roboto-Regular.woff");
}
@font-face {
	font-family:"Roboto";
	font-style:normal;
	font-weight:500;
	src:url("https://www.palassets.com/fonts/Roboto/Roboto-Medium.woff");
}
@font-face {
	font-family:"Roboto";
	font-style:normal;
	font-weight:700;
	src:url("https://www.palassets.com/fonts/Roboto/Roboto-Bold.woff");
}
html {
    margin: 0;
    padding: 0
}
body {
    background: #e0e0e0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
    padding: 0
}
body, div, span, iframe, article, aside, canvas, details, embed, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, strong, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, summary, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.hide {
    display: none
}
.show {
    display: inline-block
}
strong {
    font-weight: 500
}
.underline {
    text-decoration: underline
}
#landingpage {
    max-width: 980px;
    width: 100%;
    height: 644px;
    margin: 0 auto;
    background: url("https://www.palassets.com/reg/imgs/landing_pagc185/hi-hello-bg.png") no-repeat center top;
    padding: 0 50px
}
#landingpage .header {
    position: relative;
    display: inline-block;
    width: 100%
}
#landingpage .header .pt-livechat-logo {
    margin: 41px 42px 0 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 130px;
    float: right
}
#landingpage .header .pt-livechat-logo .pt-logo {
    display: inline-block;
    vertical-align: middle;
    background: transparent url("https://www.palassets.com/sprites/paltalk_logo_white.svg") no-repeat 0 0;
    background-size: contain;
    height: 33px;
    width: 130px;
    margin-bottom: 0
}
#landingpage .header .pt-livechat-logo span {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
#landingpage .middle-content {
    margin-top: 253px;
    text-align: center;
    width: 100%
}
#landingpage .middle-content h2 {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 56px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    margin: 0 0 20px
}
#landingpage .middle-content span {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin: 5px 0 0 2px
}
#landingpage .button {
    display: block;
    margin: 20px auto 0;
    text-align: center
}
#landingpage .button .btn-talk {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-align: center;
    background: #f76652;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    width: 242px;
    height: 24px;
    padding: 12px 0;
    border-radius: 48px;
    text-decoration: none
}
#landingpage .button .btn-talk:hover {
    background: #ee5a46
}
#landingpage .button .btn-talk:active {
    background: #e4452f
}
#landingpage #footer {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    margin: 38px 4px 0 0
}
#landingpage #footer ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}
#landingpage #footer ul li a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline
}
#landingpage #footer ul li a:hover {
    color: #1895d2
}
#landingpage #footer ul li:first-child::before {
    content: "";
    margin-right: 0;
    padding-left: 0
}
#landingpage #footer ul li::before {
    color: #c4c4c4;
    content: "|";
    margin-right: 6px;
    padding-left: 3px
}
#landingpage #footer p {
    display: block;
    margin: 10px 0 0 4px
}