article, aside, blockquote, dialog, figure, footer, header, hgroup, hr, nav, section {
    display: block;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, ul, var, video {
    font: inherit;
    -webkit-font-smoothing: antialiased;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1;
}
strong {
    font-weight: 700;
    color: #737373;
}
nav ul {
    list-style: none;
}
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
ul ul {
    list-style: circle;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: none;
}
ins {
    text-decoration: underline;
}
del {
    text-decoration: line-through;
}
mark {
    background: 0 0;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
button, input[type=button], input[type=submit] {
    margin: 0;
    padding: 0;
}
a img, input, select {
    vertical-align: middle;
}
img {
    max-width: 100%}
:active, :focus {
    outline: 0;
    -moz-outline-style: none;
}
.clear {
    clear: both;
}
.center { text-align: center; }
.input-groups {
    display: table!important;
}
.input-groups.prepend div, .input-groups.prepend input[type=text] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}
.input-groups.prepend span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.input-groups.append input[type=text] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
.input-groups.append span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.input-groups .input-append {
    position: relative;
    z-index: 1;
}
.input-groups .btn-append, .input-groups .input-append, .input-groups .input-prepend {
    width: 1%;
    vertical-align: middle;
}
.input-groups .btn-append, .input-groups .input-append, .input-groups .input-prepend, .input-groups input {
    display: table-cell!important;
}
.input-groups .input-append, .input-groups .input-prepend {
    background-color: #F4F4F4;
    border: 1px solid #D4D4D4;
    margin: 0;
    padding: .45em .75em .15em;
    color: rgba(0, 0, 0, .6);
    line-height: 1.65em;
    font-size: 12.75px;
    white-space: nowrap;
    display: table-cell!important;
    width: 1%;
    vertical-align: middle;
}
.blocks-2:after, .blocks-3:after, .blocks-4:after, .blocks-5:after, .blocks-6:after, .blocks-7:after, .navbar ul:after, .navbar:after, .units-container:after, .units-row:after {
    content: "";
    display: table;
    clear: both;
}
.text-centered {
    text-align: center;
}
.text-right {
    text-align: right;
}
.last {
    margin-right: 0!important;
}
.end {
    margin-bottom: 0!important;
}
.units-row, .video-wrapper {
    margin-bottom: 1.618em;
}
.normal {
    font-weight: 400;
}
.bold {
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.left, .alignleft {
    float: left;
}
.right, .alignright {
    float: right;
}
.video-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.video-wrapper embed, .video-wrapper iframe, .video-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
@media only screen and (max-width:767px) {
    .left, .right {
    float: none;
}
}
.units-container {
    padding-top: 1px;
    margin-top: -1px;
}
.unit-100, .width-100 {
    width: 100%}
.unit-90, .width-90 {
    width: 90%}
.unit-80, .width-80 {
    width: 80%}
.unit-75, .width-75 {
    width: 75%}
.unit-70, .width-70 {
    width: 70%}
.unit-66, .width-66 {
    width: 66.6%}
.unit-65, .width-65 {
    width: 65%}
.unit-60, .width-60 {
    width: 60%}
.unit-55, .width-55 {
    width: 55%}
.unit-50, .width-50 {
    width: 50%}
.unit-45, .width-45 {
    width: 45%}
.entry-content img {
    width: 100%!important;
    height: inherit;
}
.unit-40, .width-40 {
    width: 40%}
.unit-35, .width-35 {
    width: 35%}
.unit-33, .width-33 {
    width: 33.3%}
.unit-30, .width-30 {
    width: 30%}
.unit-25, .width-25 {
    width: 25%}
.unit-20, .width-20 {
    width: 20%}
.unit-15, .width-15 {
    width: 15%}
.unit-10, .width-10 {
    width: 10%}
input.unit-100, input.width-100 {
    width: 98.6%}
textarea.unit-100, textarea.width-100 {
    width: 98.8%}
select.unit-100, select.width-100 {
    width: 99.4%}
.units-row .unit-10, .units-row .unit-15, .units-row .unit-20, .units-row .unit-25, .units-row .unit-30, .units-row .unit-33, .units-row .unit-35, .units-row .unit-40, .units-row .unit-45, .units-row .unit-50, .units-row .unit-55, .units-row .unit-60, .units-row .unit-65, .units-row .unit-66, .units-row .unit-70, .units-row .unit-75, .units-row .unit-80, .units-row .unit-90 {
    float: left;
    margin-left: 3%}
.units-row .unit-10:first-child, .units-row .unit-15:first-child, .units-row .unit-20:first-child, .units-row .unit-25:first-child, .units-row .unit-30:first-child, .units-row .unit-33:first-child, .units-row .unit-35:first-child, .units-row .unit-40:first-child, .units-row .unit-45:first-child, .units-row .unit-50:first-child, .units-row .unit-55:first-child, .units-row .unit-60:first-child, .units-row .unit-65:first-child, .units-row .unit-66:first-child, .units-row .unit-70:first-child, .units-row .unit-75:first-child, .units-row .unit-80:first-child, .units-row .unit-90:first-child {
    margin-left: 0;
}
.units-row .unit-90 {
    width: 89.7%}
.units-row .unit-80 {
    width: 79.4%}
.units-row .unit-75 {
    width: 74.25%}
.units-row .unit-70 {
    width: 69.1%}
.units-row .unit-65, .units-row .unit-66 {
    width: 65.66666666666666%}
.units-row .unit-60 {
    width: 58.800000000000004%}
.units-row .unit-55 {
    width: 53.5%}
.units-row .unit-50 {
    width: 48.5%}
.units-row .unit-45 {
    width: 43.5%}
.units-row .unit-40 {
    width: 38.2%}
.units-row .unit-33, .units-row .unit-35 {
    width: 31.333333333333332%}
.units-row .unit-30 {
    width: 27.9%}
.units-row .unit-25 {
    width: 22.75%}
.units-row .unit-20 {
    width: 17.6%}
.units-row .unit-15 {
    width: 12.4%}
.units-row .unit-10 {
    width: 7%}
.unit-push-10, .unit-push-15, .unit-push-20, .unit-push-25, .unit-push-30, .unit-push-33, .unit-push-35, .unit-push-40, .unit-push-50, .unit-push-60, .unit-push-65, .unit-push-66, .unit-push-70, .unit-push-75, .unit-push-80, .unit-push-90 {
    position: relative;
}
.unit-push-90 {
    left: 92.7%}
.unit-push-80 {
    left: 82.4%}
.unit-push-75 {
    left: 77.25%}
.unit-push-70 {
    left: 72.1%}
.unit-push-65, .unit-push-66 {
    left: 68.66666666666666%}
.unit-push-60 {
    left: 61.800000000000004%}
.unit-push-50 {
    left: 51.5%}
.unit-push-40 {
    left: 41.2%}
.unit-push-33, .unit-push-35 {
    left: 34.33333333333333%}
.unit-push-30 {
    left: 30.9%}
.unit-push-25 {
    left: 25.75%}
.unit-push-20 {
    left: 20.6%}
.unit-push-15 {
    left: 15.45%}
.unit-push-10 {
    left: 10.3%}
.units-row .unit-push-right {
    float: right;
}
.centered, .unit-centered {
    float: none!important;
    margin: 0 auto!important;
}
.unit-padding, .units-padding .unit-10, .units-padding .unit-100, .units-padding .unit-15, .units-padding .unit-20, .units-padding .unit-25, .units-padding .unit-30, .units-padding .unit-33, .units-padding .unit-35, .units-padding .unit-40, .units-padding .unit-45, .units-padding .unit-50, .units-padding .unit-55, .units-padding .unit-60, .units-padding .unit-65, .units-padding .unit-66, .units-padding .unit-70, .units-padding .unit-75, .units-padding .unit-80, .units-padding .unit-90 {
    padding: 1.618em;
}
.units-split .unit-10, .units-split .unit-15, .units-split .unit-20, .units-split .unit-25, .units-split .unit-30, .units-split .unit-33, .units-split .unit-35, .units-split .unit-40, .units-split .unit-45, .units-split .unit-50, .units-split .unit-55, .units-split .unit-60, .units-split .unit-65, .units-split .unit-66, .units-split .unit-70, .units-split .unit-75, .units-split .unit-80, .units-split .unit-90 {
    margin-left: 0;
}
.units-split .unit-90 {
    width: 90%}
.units-split .unit-80 {
    width: 80%}
.units-split .unit-75 {
    width: 75%}
.units-split .unit-70 {
    width: 70%}
.units-split .unit-66 {
    width: 66.6%}
.units-split .unit-65 {
    width: 65%}
.units-split .unit-60 {
    width: 60%}
.units-split .unit-55 {
    width: 55%}
.units-split .unit-50 {
    width: 50%}
.units-split .unit-45 {
    width: 45%}
.units-split .unit-40 {
    width: 40%}
.units-split .unit-35 {
    width: 35%}
.units-split .unit-33 {
    width: 33.3%}
.units-split .unit-30 {
    width: 30%}
.units-split .unit-25 {
    width: 25%}
.units-split .unit-20 {
    width: 20%}
.units-split .unit-15 {
    width: 15%}
.units-split .unit-10 {
    width: 10%}
@media only screen and (max-width:767px) {
    .mobile-width-100 {
    width: 100%}
.units-row .unit-10, .units-row .unit-15, .units-row .unit-20, .units-row .unit-25, .units-row .unit-30, .units-row .unit-33, .units-row .unit-35, .units-row .unit-40, .units-row .unit-45, .units-row .unit-50, .units-row .unit-55, .units-row .unit-60, .units-row .unit-65, .units-row .unit-66, .units-row .unit-70, .units-row .unit-75, .units-row .unit-80, .units-row .unit-90 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 1.618em;
}
.unit-push-10, .unit-push-15, .unit-push-20, .unit-push-25, .unit-push-30, .unit-push-33, .unit-push-35, .unit-push-40, .unit-push-50, .unit-push-60, .unit-push-65, .unit-push-66, .unit-push-70, .unit-push-75, .unit-push-80, .unit-push-90 {
    left: 0;
}
.units-row .unit-push-right {
    float: none;
}
.units-mobile-50 .unit-10, .units-mobile-50 .unit-15, .units-mobile-50 .unit-20, .units-mobile-50 .unit-25, .units-mobile-50 .unit-30, .units-mobile-50 .unit-33, .units-mobile-50 .unit-35, .units-mobile-50 .unit-40, .units-mobile-50 .unit-45, .units-mobile-50 .unit-50, .units-mobile-50 .unit-60, .units-mobile-50 .unit-65, .units-mobile-50 .unit-66, .units-mobile-50 .unit-70, .units-mobile-50 .unit-75, .units-mobile-50 .unit-80, .units-mobile-50 .unit-90 {
    float: left;
    margin-left: 3%;
    width: 48.5%}
.units-mobile-50 .unit-10:first-child, .units-mobile-50 .unit-15:first-child, .units-mobile-50 .unit-20:first-child, .units-mobile-50 .unit-25:first-child, .units-mobile-50 .unit-30:first-child, .units-mobile-50 .unit-33:first-child, .units-mobile-50 .unit-35:first-child, .units-mobile-50 .unit-40:first-child, .units-mobile-50 .unit-45:first-child, .units-mobile-50 .unit-50:first-child, .units-mobile-50 .unit-60:first-child, .units-mobile-50 .unit-65:first-child, .units-mobile-50 .unit-66:first-child, .units-mobile-50 .unit-70:first-child, .units-mobile-50 .unit-75:first-child, .units-mobile-50 .unit-80:first-child, .units-mobile-50 .unit-90:first-child {
    margin-left: 0;
}
}
.blocks-2, .blocks-3, .blocks-4, .blocks-5, .blocks-6, .blocks-7 {
    padding-left: 0;
    list-style: none;
    margin-left: -3%}
.blocks-2 li, .blocks-3 li, .blocks-4 li, .blocks-5 li, .blocks-6 li, .blocks-7 li {
    height: auto;
    float: left;
    margin-bottom: 1.618em;
    margin-left: 3%}
.blocks-2>li {
    width: 47%}
.blocks-3>li {
    width: 30.333333333333332%}
.blocks-4>li {
    width: 22%}
.blocks-5>li {
    width: 17%}
.blocks-6>li {
    width: 13.666666666666666%}
.blocks-7>li {
    width: 11.28%}
.block-first {
    clear: both;
}
@media only screen and (max-width:767px) {
    .blocks-2, .blocks-3, .blocks-4, .blocks-5, .blocks-6, .blocks-7 {
    margin-left: 0;
    margin-bottom: 1.618em;
}
.blocks-2>li, .blocks-3>li, .blocks-4>li, .blocks-5>li, .blocks-6>li, .blocks-7>li {
    float: none;
    margin-left: 0;
    width: 100%}
.blocks-mobile-33>li, .blocks-mobile-50>li {
    float: left;
    margin-left: 3%}
.blocks-mobile-33, .blocks-mobile-50 {
    margin-left: -3%}
.blocks-mobile-50>li {
    width: 47%}
.blocks-mobile-33>li {
    width: 30.333333333333332%}
}
.navbar {
    font-size: 105%;
    margin-bottom: 1.65em;
}
.navbar.navbar-left {
    float: left;
}
.navbar.navbar-right {
    float: right;
}
.navbar ul {
    list-style: none;
    margin: 0;
}
.navbar>li {
    float: left;
    margin-right: 1.65em;
}
.navbar.navbar-right li {
    margin-right: 0;
    margin-left: 1.65em;
}
.navbar a, .navbar span {
    display: block;
    text-decoration: none;
}
.navbar a:hover {
    color: #de2c3b;
    text-decoration: underline;
}
.navbar span, .navbar>li.active a {
    text-decoration: none;
    cursor: text;
    color: rgba(0, 0, 0, .4);
}
.navigation-toggle {
    display: none;
    text-transform: uppercase;
    position: relative;
    color: #0f0f0f;
    background-color: #fff;
}
.navigation-toggle:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -12px;
    left: 10px;
    content: "\2630";
    font-size: 24px;
    line-height: 1;
}
.navigation-toggle.navigation-toggle-black {
    background-color: #0f0f0f;
    color: #fff;
}
.navigation-toggle.navigation-toggle-show {
    margin-bottom: 1.65em;
}
.navigation-toggle span {
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: block;
    padding: 10px 20px 10px 40px;
}
.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}
.navbar-pills a, .navbar-pills span {
    padding: .825em 1.65em;
}
.navbar-pills a:hover {
    color: #0f0f0f;
    background: #eee;
}
.navbar-pills li.active a, .navbar-pills span {
    text-decoration: none;
    cursor: text;
    color: rgba(0, 0, 0, .4);
    background: #eee;
}
.navbar-pills li {
    margin-right: 1px;
}
.navbar-pills.navbar-right li {
    margin-left: 1px;
}
ul.fullwidth {
    width: 100%}
ul.fullwidth>li {
    float: none!important;
    margin: 0;
    display: table-cell;
    width: 1%;
    text-align: center;
}
.nav a, .nav span, .slicknav_btn, .slicknav_menu .slicknav_menutxt, .slicknav_nav .slicknav_row, .slicknav_nav a, .slicknav_nav li, .slicknav_nav ul, ul.fullwidth>li a, ul.fullwidth>li span {
    display: block;
}
.nav {
    margin-bottom: 1.65em;
}
.nav ul {
    list-style: none;
    margin: 0;
}
.nav ul li ul {
    margin-left: 2em;
    font-size: .95em;
}
.nav a, .nav span {
    padding: .5em 0;
}
.nav a {
    color: #0f0f0f;
    text-decoration: none;
}
.nav a:hover {
    color: #de2c3b;
    text-decoration: underline;
}
.nav li.active a, .nav span {
    text-decoration: none;
    cursor: text;
    color: rgba(0, 0, 0, .4);
}
.nav i.fa {
    width: 1.65em;
}
.nav-stacked li {
    margin-bottom: 1px;
}
.nav-stacked a, .nav-stacked span {
    padding: .6em .7em;
}
.nav-stacked a {
    background: #f6f6f6;
}
.nav-stacked a:hover {
    color: #000;
    background: #eee;
}
.nav-stacked li.active a, .nav-stacked span {
    background: #fff;
    text-decoration: none;
    cursor: text;
    color: rgba(0, 0, 0, .3);
}
.nav-stats li {
    position: relative;
}
.nav-stats a, .nav-stats span {
    padding-right: 50px;
}
.nav-stats .badge, .nav-stats sup {
    position: absolute;
    top: 50%;
    right: 0;
}
.nav-stats sup {
    color: rgba(0, 0, 0, .4);
}
.nav-stats .badge {
    margin-top: -8px;
}
@media only screen and (max-width:767px) {
    .navbar.navbar-left, .navbar.navbar-left li, .navbar.navbar-right, .navbar.navbar-right li, .navbar>li {
    float: none;
    text-align: left;
    width: auto;
}
.navbar.navbar-right li, .navbar>li {
    margin-left: 0;
    margin-right: 0;
}
ul.fullwidth, ul.fullwidth>li {
    width: auto;
}
ul.fullwidth>li {
    display: block;
}
.units-mobile-50ul.fullwidth>li {
    float: left!important;
    text-align: center;
    width: 50%;
    display: block;
}
}
.slicknav_btn {
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    bottom: 13.5px;
    right: 10px;
    text-decoration: none;
}
body, header .wrapper {
    position: relative;
}
.slicknav_menu .slicknav_menutxt {
    line-height: 1.188em;
    float: left;
    color: #FFF;
    font-weight: 700;
    text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon {
    float: left;
    margin: .188em 0 0 .438em;
}
#faq section#contact a.btn, .calltoaction a.btn {
    /*float: right;*/
}
.slicknav_menu .slicknav_no-text {
    margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 28px;
    height: 4px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #ECECEC;
}
body, html {
    width: 100%;
    height: 100%
}
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 4px;
}
.slicknav_nav li:last-child {
    padding-bottom: 5px;
}
.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em;
}
.slicknav_nav .slicknav_item {
    cursor: pointer;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    display: inline;
}
.slicknav_menu:after, .slicknav_menu:before {
    content: " ";
    display: table;
}
.slicknav_menu:after {
    clear: both;
}
.slicknav_menu {
    font-size: 16px;
    background: #4c4c4c;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    display: none;
}
.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: .875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}
.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_parent ul .slicknav_row {
    padding: 10px 10px;
}
.slicknav_nav .slicknav_row {
    /*padding: 5px 10px;*/
    margin: 2px 5px;
}
.slicknav_nav a, .slicknav_nav a:visited {
    padding: 12px;
    margin: 2px 5px;
    text-decoration: none;
    color: #FFF;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}
#features section p, div.wrapper {
    margin-right: auto;
    max-width: 100%}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff;
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}
body {
    color: #686868;
    background: #fff;
    */font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
	overflow:auto!important;
	font:normal 14px  'Open Sans',Arial, sans-serif !important;
}
a, a:visited {
    color: #fff;
    text-decoration: none;
    transition: color .2s linear, background-color .2s linear, border .2s linear;
    -webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 15px;
}
h1 {
    font-size: 3em;
}
h2 {
    /*font-size: 2.5em;*/
    font-size: 28px;
    line-height: 1.15em;
}
h3 {
    font-size: 1.8em;
    line-height: 1.15em;
}
p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #677171;
    line-height: 1.44em;
}
p.bubble {
    padding: 15px 22px;
    border-radius: 10px;
    background-color: #49D0AD;
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
    position: relative;
    width: 25%;
    float: right;
    margin: 0 0 25px 25px;
}
p.bubble strong {
    color: #fff;
    display: block;
}
p.bubble:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #49d0ac transparent transparent transparent;
    position: absolute;
    top: 100%;
    right: 30px;
}
p.bubble.info {
    background: #333;
    width: 30%;
    margin-left: 30px;
}
p.bubble.info:after {
    /*background: #333;*/
    top: 50%;
    margin-top: -10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #333333 transparent transparent;
    right: 100%;
}


p+h2, p+h3, p+h4, p+p, p+ul, ul+p {
    margin-top: 15px;
}
.btn, a.btn, button, input[type=submit] {
    -webkit-appearance: none;
    max-width: 100%;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    background: #f71b72;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    font-size: .9em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    letter-spacing: .9px;
}
.btn:hover, a.btn:hover, button:hover, input[type=submit]:hover {
    background-color: #fb297c;
}
.btn.grey, a.btn.grey, button.grey, input[type=submit].grey {
    background: #555;
}
.btn.grey:hover, a.btn.grey:hover, button.grey:hover, input[type=submit].grey:hover {
    background-color: #494949;
}
.btn.white, a.btn.white, button.white, input[type=submit].white {
    background: #fff;
    color: #666;
}
.btn.white:hover, a.btn.white:hover, button.white:hover, input[type=submit].white:hover {
    background-color: #EFEFEF;
}
div.wrapper {
    width: 1100px;
    margin-left: auto;
    padding: 0 10px;
}
div.content a {
    color: #49d0ad;
}
input[type=text], input[type=number], 
input[type=password], input[type=email], 
input[type=tel], input[type=url], 
input[type=date], input[type=time],
select, textarea {
    display: block;
    width: 100%;
    /*width: 350px;*/
    height: 42px;
    line-height: 42px;
    padding: 3px 15px;
    border: none;
    border-radius: 2px;
    font-size: 1.1em;
}
textarea {
    width: 100%;
    height: 170px;
    line-height: 1.5em;
    padding: 15px;
}
#big-video-wrap {
    display: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}
.video-js {
    color: #000;
}
header {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    padding: 5px 0;
    z-index: 1000;
}
header .logo {
        height: 76px;
    background-image: url(../img/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin: -10px 0;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    background-size: contain;
    opacity: .9;
    transition: opacity .2s linear;
    width:180px;
}
header .logo:hover {
    opacity: 1;
    /*background-image: url(/assets/img/logo-text-green.svg);*/
}
header nav.mobile {
    display: none;
}
header nav ul {
    list-style: none;
    text-align: right;
}
header nav ul li {
    display: inline-block;
}
header nav ul li a, header nav ul li a:visited {
    display: block;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: .85em;
    opacity: .95;
    position: relative;
}
header nav > ul > li > a:hover, header nav > ul > li.active > a {
    /*color: #49D0AD;*/
    background-color: rgba(0, 0, 0, 0.06);
}
header nav ul li.register {
    margin-left: 9px;
}
header nav ul li.register a {
    border: 2px solid rgba(255, 255, 255, .5);
    background: 0 0;
    border-radius: 4.5px;
}
header nav ul li.register+li.register a {
    background-color: #f71b72;
    border: 2px solid #f71b72;
    color: #fff;
}
header nav ul li.register a:hover {
    border: 2px solid #fff;
    color: #fff;
}
header nav ul li.register+li.register a:hover {
    background-color: #f71b72;
    border: 2px solid #f71b72;
    color: #fff;
}
header nav ul li.dropdown>a:after {
    content: '';
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 15px;
    border-color: transparent transparent rgba(255, 255, 255, .9);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    margin-top: -10px;
}
header nav ul li.dropdown:hover>a:after {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
header nav ul li.dropdown .dropdowncont {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    padding-top: 13px;
    top: 100%;
    width: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    margin-top: -10px;
}
header nav ul li.dropdown:hover .dropdowncont {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
header nav ul li.dropdown .dropdowncont .inner {
    background: rgba(255, 255, 255, .85);
    padding: 20px;
}
header nav ul li.dropdown .dropdowncont .inner li {
    margin-bottom: 0;
    display: block;
    text-align: left;
}
header nav ul li.dropdown .dropdowncont .inner li.title {
    color: #333;
    margin-bottom: 10px;
}
header nav ul li.dropdown .dropdowncont .inner li a {
    text-align: left;
    color: #555;
    white-space: nowrap;
    padding: 8px 0;
    text-transform: capitalize;
}
/*#contact section,*/ #home section.features, #home section.logos h3, #home section.stats .stat, #home section.tierone {
    text-align: center;
}
header nav ul li.dropdown .dropdowncont .inner li a:hover {
    color: #49D0AD;
    cursor: pointer;
}
header.scroll {
    transition: background-color .2s linear;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    background-color: rgba(0, 0, 0, .8);
    top: 0;
}
header.scroll .logo {
    background-image: url(../img/logo.png);
    width:180px;
}
header.scroll nav ul li a, header.scroll nav ul li a:visited {
    color: #999;
}
header.scroll nav ul li a:hover, header.scroll nav ul li.active a {
    color: #49D0AD;
}
header.scroll nav ul li.register a, header.scroll nav ul li.register a:visited {
    color: #fff;
}
header.scroll nav ul li.register a {
    border: 2px solid #49D0AD;
    background: #49D0AD;
}
header.scroll nav ul li.register a:hover {
    border: 2px solid #3DC09E;
    background: #3DC09E;
}
section, section.hero {
    background-size: cover;
}
header.scroll .slicknav_menu .slicknav_icon-bar {
    background-color: #999;
}
section {
    padding: 35px 0;
}
section ul, section ol {
    margin-left: 18px;
}
section ul li, section ol li {
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.44em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
section.hero {
    position: relative;
    max-height: 800px;
    background-color: #49D0AD;
    overflow: auto;
    /*background-image: url(../img/hero-city.png);*/
    background-position: bottom -40px center;
    background-repeat: repeat-x;
    background-size: initial;
    text-align: center;
}
/*section.hero:not(#homehero) {
    -moz-filter: contrast(1.1) grayscale(100%) brightness(1.2);
    -webkit-filter: contrast(1.1) grayscale(100%) brightness(1.2);
    filter: contrast(1.1) grayscale(100%) brightness(1.2);
    position: relative;
}*/
#about section .about {
    font-size: 1.3em;
}
#about section .about p.intro {
    margin-bottom: 15px;
}
#about section .about a {
    color: #49D0AD;
}
#about section .about .text p:nth-child(2) {
    padding-right: 30px;
}
#about section .about .man  {
    height: 350px;
}
section.hero h2 {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6em;
    letter-spacing: .4px;
    font-weight: 300;
}
section.hero h1 {
    color: #fff;
    width: 60%;
    font-weight: 700;
    font-size: 3em;
    /*margin-bottom: 95px;*/
    text-align: center;
    width: 100%;
}
section.hero .buttons a {
    margin-right: 5px;
    font-size: 1.3em;
}
section.hero .buttons a.white {
    background-color: #f71b72;
    color: #fff;
}
section.hero .buttons+p {
    color: #fff;
    margin-top: 20px;
}
body#home {
    background: #000;
}
#home section {
    z-index: 10;
    position: relative;
}
#home section+section {
    background: #fff;
}
@keyframes animatedBackground {
    from { left: 0; right: 0; }
    to { left: 100%; right: -100%; }
}
@-webkit-keyframes animatedBackground {
    from { left: 0; right: 0; }
    to { left: 100%; right: -100%; }
}
@-ms-keyframes animatedBackground {
    from { left: 0; right: 0; }
    to { left: 100%; right: -100%; }
}
@-moz-keyframes animatedBackground {
    from { left: 0; right: 0; }
    to { left: 100%; right: -100%; }
}
.ctaclouds {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.calltoaction .wrapper {
    position: relative;
    z-index: 1;
}
.ctaclouds:before,
.ctaclouds:after,
section.hero:before,
section.hero:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, .2);*/
    background-image: url(../img/clouds.png);
    background-position: center;

    background-size: 100%;
    opacity: .3;
    content: '';

    animation: animatedBackground 30s alternate-reverse infinite;
    -ms-animation: animatedBackground 30s alternate-reverse infinite;
    -moz-animation: animatedBackground 30s alternate-reverse infinite;
    -webkit-animation: animatedBackground 30s alternate-reverse infinite;

    display: none;
}
.ctaclouds:after,
section.hero:after {
    /*display: none;*/
    /*margin-left: -100%;*/
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.ctaclouds:before,
.ctaclouds:after {
    opacity: .1;
}


body#home .video-js .vjs-tech {
    position: absolute!important;
}
#home section.whitelabel .imaccont, .hero .wrapper {
    position: relative;
}
body#home section.hero#homehero {
    text-align: center;
    min-height: 430px;
    background-color: #0074c7;
    overflow: hidden;
    /*background-image: url(../img/hero-city.png);*/
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: initial;
    padding: 0px;
    height: 75px;
    min-height: 20px;
}

body#home section.hero#homehero p.title.small {
    text-align: center !important;
}
body#home section.hero#homehero .buttons,
body#home section.hero#homehero h1,
body#home section.hero#homehero h2 {
    /*text-align: left;*/
    /*max-width: 500px;*/
    line-height: 1.1em;
}
body#home section.hero#homehero h1 {
    margin-bottom: 25px;
}
body#home section.hero#homehero h2 {
    margin-bottom: 15px;
}

body#home section.hero#homehero1 {
    text-align: center;
    min-height: 430px;
    /*background-color: #0074c7;*/
    background:url(../img/bg-home.jpg);
    overflow: hidden;
    /*background-image: url(../img/hero-city.png);*/
    background-position: bottom center;
    /*background-repeat: no-repeat;
    background-size: cover;*/
    background-repeat: repeat-x;
    background-size: initial;
}

body#home section.hero#homehero1 p.title.small {
    text-align: center !important;
}
body#home section.hero#homehero .buttons,
body#home section.hero#homehero h1,
body#home section.hero#homehero h2 {
    /*text-align: left;*/
    /*max-width: 500px;*/
    line-height: 1.1em;
}
body#home section.hero#homehero1 h1 {
    margin-bottom: 25px;
}
body#home section.hero#homehero1 h2 {
    margin-bottom: 15px;
}

body#home #homehero .man {
    display: none;
    position: absolute;
    right: 160px;
    bottom: -300px;
    background-image: url('../img/man-new-3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
/*    -webkit-animation: manSignal 2s linear infinite;
    -moz-animation: manSignal 2s linear infinite;
    animation: manSignal 2s linear infinite;*/

}
body#home #homehero .man img {
    /*visibility: hidden;*/
}

@media (max-width:800px){
header .logo {
    height: 40px;
    width: auto;
    background-image: url(../img/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin: 8px 0 0 0;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    background-size: contain;
    opacity: .9;
    transition: opacity .2s linear;
}
header.scroll .logo {
    background-image: url(../img/logo.png);
    margin-top: 8px;
    height: 40px;
    width: auto;
}
}

@-webkit-keyframes manSignal {
    0% {
        background-image: url('../img/man-new.png');
    }
    1% {
        background-image: url('../img/man-new-0.png');
    }
    25% {
        background-image: url('../img/man-new-1.png');
    }
    50% {
        background-image: url('../img/man-new-2.png');
    }
    75% {
        background-image: url('../img/man-new-3.png');
    }
}

@-moz-keyframes manSignal {
    0% {
        background-image: url('../img/man-new.png');
    }
    1% {
        background-image: url('../img/man-new-0.png');
    }
    25% {
        background-image: url('../img/man-new-1.png');
    }
    50% {
        background-image: url('../img/man-new-2.png');
    }
    75% {
        background-image: url('../img/man-new-3.png');
    }
}

@keyframes manSignal {
    0% {
        background-image: url('../img/man-new.png');
    }
    1% {
        background-image: url('../img/man-new-0.png');
    }
    25% {
        background-image: url('../img/man-new-1.png');
    }
    50% {
        background-image: url('../img/man-new-2.png');
    }
    75% {
        background-image: url('../img/man-new-3.png');
    }
}


.hero .wrapper {
    z-index: 9;
}



.clouds {
    bottom: 200px;
    left: 0;
    /*padding-top: 50px;*/
    position: absolute;
    right: 0;
    top: 0;
    /*z-index: -1;*/
    display: none;
}

/* KEYFRAMES */

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

/* ANIMATIONS */

.x1 {
    top: 10%;
    left: 70%;
    position: absolute;
    -webkit-animation: animateCloud 85s linear infinite;
    -moz-animation: animateCloud 85s linear infinite;
    animation: animateCloud 85s linear infinite;

    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    transform: scale(0.65);
}

.x2 {
    top: 30%;
    left: 120%;
    position: absolute;
    -webkit-animation: animateCloud 70s linear infinite;
    -moz-animation: animateCloud 70s linear infinite;
    animation: animateCloud 70s linear infinite;

    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x3 {
    top: 50%;
    left: 100%;
    position: absolute;
    -webkit-animation: animateCloud 80s linear infinite;
    -moz-animation: animateCloud 80s linear infinite;
    animation: animateCloud 80s linear infinite;

    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.x4 {
    top: 80%;
    left: 70%;
    position: absolute;
    -webkit-animation: animateCloud 68s linear infinite;
    -moz-animation: animateCloud 68s linear infinite;
    animation: animateCloud 68s linear infinite;

    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x5 {
    top: 90%;
    left: 140%;
    position: absolute;
    -webkit-animation: animateCloud 65s linear infinite;
    -moz-animation: animateCloud 65s linear infinite;
    animation: animateCloud 65s linear infinite;

    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    transform: scale(0.55);
}

.clouds_two .x1 {
    left: 20%;
}
.clouds_two .x2 {
    left: 70%;
}
.clouds_two .x3 {
    left: 50%;
}
.clouds_two .x4 {
    left: 20%;
}
.clouds_two .x5 {
    left: 90%;
}

/* OBJECTS */

.cloud {
    background: #fff;
    background: -moz-linear-gradient(top,  #fff 5%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fff), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
    background: -o-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
    background: -ms-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
    background: linear-gradient(top,  #fff 5%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;

/*    -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
*/
    height: 120px;
    position: relative;
    width: 350px;
    opacity: .4;
}

.cloud:after, .cloud:before {
    background: #fff;
    content: '';
    position: absolute;
    z-indeX: -1;
}

.cloud:after {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;

    height: 100px;
    left: 50px;
    top: -50px;
    width: 100px;
}

.cloud:before {
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;

    width: 180px;
    height: 180px;
    right: 50px;
    top: -90px;
}

body#dev ul.plugins li {
    background-color: #f8f8f8;
    padding: 40px;
}

body#dev ul.plugins li a {
    color: #7b7b7b;
    text-align: center;
    display: inline-block;
}

body#dev ul.plugins li a i.fa {
    font-size: 5.5em;
    margin-bottom: 20px;
}

body#team ul.team li {
    /*margin-top: 40px;*/
}
body#team ul.team li div {
    position: relative;
    border-radius: 0 0 10% 10%;
    overflow: hidden;
}
body#team ul.team li div img {
    display: block;
    /*transition: opacity 0.2s linear 0s;*/
    width: 100%;
    height: auto;
}
/*body#team ul.team li div:hover img {
    opacity: 0.8;
}*/
body#team ul.team li div.inner {
    margin: 13px 0 0 0;
    text-align: left;
}

body#team ul.team li div.inner h3 {
    color: #333;
    font-size: 1.9em;
    margin-bottom: 0;
}
body#team ul.team li div.inner h4 {
    color: #A0A0A0;
    margin-bottom: 0;
    margin-top: 5px;
}
#home section.features {
    /*background-image: url(/assets/img/greenpoly.png);*/
    /*background-size: cover;*/
    background-color: #fff;
    padding-bottom: 85px;
    padding-top: 50px;
}


#home section.features div.icon {
    margin: 0 auto;
    /*padding: 30px;*/
    border-radius: 50%;
    /*border: 15px solid #F9F9F9;*/
    /*background-color: #efefef;*/
}
#home section.features div.icon img {
    /*display: block;*/
    border-radius: 50%;
    height: auto;
}
#home section.features h3 {
    font-size: 1.3em;
    color: #49D0AD;
    margin-top: 20px;
}
#home section.features p {
    font-size: 1.2em;
    color: #717171;
}
#home section.logos {
/*    background-image: url(/assets/img/whitepoly.jpg);
    background-size: cover;*/
    background-color: #fff;
}
#home section.logos h2 {
    margin-bottom: 35px;
    color: #000;
    font-size: 2em;
    text-align: center;
}
#home section.logos .wrapper div {
    height: 115px;
    line-height: 115px;
    text-align: center;
}
#home section.logos .wrapper div img {
    display: inline-block;
    vertical-align: middle;
    max-height: 110px;
}

#home section.reasons {
    display: none;
    background-color: #f4f4f4;
    padding: 20px;
}
#home section.reasons img.stats  {
    display: block;
    width: 80%;
}
#home section.reasons img.man  {
    display: block;
    position: absolute;
    right: 60px;
    top: -20px;
}

#home section.whitelabel {
    display: none;
}
#home section.whitelabel a.btn {
    margin-top: 26px;
}
#home section.whitelabel h3 {
    font-size: 1.7em;
}
#home section.whitelabel p {
    font-size: 1.2em;
}
#home section.whitelabel .imac {
    border-radius: 20px;
    overflow: hidden;
    padding: 37px 35px 35px;
    background-color: #ECECEC;
    border: 2px solid #ECECEC;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#home section.whitelabel .imac .camera {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ECECEC;
    position: absolute;
    margin-left: -15px;
    left: 50%;
    top: 11px;
}
#home section.whitelabel .imac img {
    position: relative;
    z-index: 95;
    border: 1px solid rgba(0, 0, 0, .04);
}
#home section.whitelabel .imac .reflection {
    width: 1070px;
    height: 240px;
    background: rgba(255, 255, 255, .06);
    position: absolute;
    top: -30px;
    left: -210px;
    transform: rotate(209deg);
    z-index: 96;
}
#home section.whitelabel .imac .reflection+.reflection {
    background: rgba(255, 255, 255, .24);
    z-index: 94;
}
#home section.stats {
    /*display: none;*/
    /*background-image: url(/assets/img/greenpoly.png);
    background-size: cover;*/
    background-color: #f4f4f4;
}
#home section.stats .stat p:first-child {
    font-size: 5em;
    color: #fff;
    display: inline-block;
    padding: 10px 24px 4px 24px;
    border-radius: 14px;
    background: #49d0ad;
    position: relative;
    margin-bottom: 25px;
    font-family: 'Montserrat', serif;
    line-height: 1em;
}
#home section.stats .stat p:first-child:after {
    content: '';
    display: block;
    /* width: 10px; */
    /* height: 10px; */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #49d0ad rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}
#home section.stats .stat:nth-child(1) h3:after { left: 30%; }
#home section.stats .stat:nth-child(2) h3:after { left: 50%; }
#home section.stats .stat:nth-child(3) h3:after { left: 70%; }

#home section.stats .stat p {
    font-size: 1.4em;
    color: #555;
}

#home section.tierone {
    display: none;
}


#home section.testimonial {
    padding: 60px 0 40px 0;
    background-color: #333333;
    overflow: hidden;
}
#home section.testimonial .trustpilot-widget {
    margin-bottom: 40px;
}
#home section.testimonial img {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 12px solid #484848;
}
#home section.testimonial .text {
    padding: 13px 0px 0 30;
    position: relative;
    color: #fff;
    text-align: center;

}

#blog section.hero {
    /*height: 450px;*/
    /*min-height: 450px;*/
}
#home section.testimonial blockquote {
    font-size: 24px;
    margin-bottom: 20px;
    /* font-style: italic; */
    color: #fff;
    /*padding-right: 62px;*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.44em;
}
#home section.testimonial .fa.fa-quote-left,
#home section.testimonial .fa.fa-quote-right {
    color: #49D0AD;
    font-size: 60px;
    display: none;
}
#home section.testimonial .fa.fa-quote-left {
    float: left;
    margin-right: 26px;
    margin-bottom: 2px;
}
#home section.testimonial .fa.fa-quote-right {
    float: right;
    margin-right: -60px;
    margin-top: -22px;
}

#home section.testimonial .client {
    font-size: 1.1em;
    margin-top: 20px;
}
#home section.testimonial .client a {
    color: #49D0AD;
}
#home section.testimonial .client cite {
    color: #A1A1A1;
}
.calltoaction {
    background-color: #778899 !important;
    color: #fff;
    padding: 60px 0;
    text-align: center;
    position: relative;
}
/*.calltoaction .ctaclouds {
    opacity: 0.15;
    bottom: 100px;
}*/
.calltoaction p {
    text-align: left;
    color: #fff;
    font-size: 2em;
}
.calltoaction h3 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 2.1em;
    line-height: 1.44em;
    margin-bottom: 25px;
    padding: 0 10px
}
.calltoaction a.btn {
    font-size: 1.2em;
    height: 47px;
    line-height: 47px;
    color: #fff !important;
}
.calltoaction .man {
    position: relative;
}
.calltoaction .man img {
    display: block;
    position: absolute;
    top: -78px;
    width: 320px;
    left: 18%;
    z-index: 30;
    height: auto;
}

section.mediapack {
    background: #808080;
    padding: 25px 0;
    color: #fff;
}
section.mediapack .wrapper {
    position: relative;
}
section.mediapack .brochure {
    display: block;
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 130px;
    -moz-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);

    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
section.mediapack:hover .brochure {
    bottom: -60px;
}
section.mediapack h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.5em;
    margin-top: 0;
    line-height: 1.1em;
    padding-left: 160px;
}
section.mediapack input[type="email"] {
    margin-bottom: 0;
    padding: 0 20px;
}
section.mediapack input[type="email"].error {
    background-color: #ffe3e3;
}
#blog section.mediapack a.btn,
section.mediapack a.btn,
section.mediapack button {
    margin-bottom: 0;
    background-color: #5A5A5A;
    width: 100%;
    padding: 0;
    color: #fff;
}
section.mediapack button i.fa {
    display: none;
}
section.mediapack button.sent i.fa {
    display: block;
}

section.mediapack button.sent span {
    display: none;
}

#home section.why h2 {
    color: #343434;
    text-align: center;
}
#home section.why h2 + p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.3em;
}

#home section.why .row1 .info:first-child p {
    padding-right: 60px;
}
#home section.why .row1 .info:last-child h3 {
    text-align: right;
}
#home section.why .row1 .info:last-child p {
    padding-left: 50px;
    text-align: right;
}
#home section.why .row2 .info:first-child p {
    padding-right: 130px;
}
#home section.why .row2 .info:last-child h3 {
    /*padding-left: 80px;*/
    text-align: right;
}
#home section.why .row2 .info:last-child p {
    padding-left: 120px;
    text-align: right;
}

#home section.why .info h3 {
    color: #49D0AD;
}
#home section.why .info p {
    line-height: 1.44em;
}

#home section.why .info img {
    display: none;
}
#home section.why img.man {
    position: absolute;
    bottom: -130px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


#contact section.hero {
    /*background-image: url(/assets/img/contact-hero2.jpg);*/
    position: relative;
}
#contact section.hero h2 {
    margin-top: 40px;
}
#contact section.hero h1 {
    width: 100%;
}
#contact section#contact p, #contact section#contactform p {
    /*width: 800px;*/
    /*max-width: 100%;*/
    /*margin: 20px auto 0;*/
    line-height: 1.44em;
}
#contact section#contact {
    display: none;
}
#contact section#contact .social {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.65em;
}
#contact section#contact .social a {
    display: block;
    color: #999;
}
#contact section#contact .social a i {
    width: 20px;
    color: #ddd;
    text-align: right;
    margin-right: 5px;
}
#contact section#contact .social .address {
    color: #888;
}
#contact section#contact span {
    color: #ddd;
    display: inline-block;
    margin-top: 6px;
}
#blog section a, #faq section#questions .questions a {
    color: #49d0ad;
}
#blog section a.btn, #faq section#questions .questions a.btn {
    color: #fff;
}
#blog section a.btn.more-link {
    margin-top: 20px;
    height: 45px;
    line-height: 45px;
}
#features section#realtime .stats img.responsive, body#blog section#blog .wrapper .comments-link, body#blog section#blog .wrapper .edit-link, body#blog section#blog time.updated {
    display: none;
}
#contact section#contactform {
    /*background-image: url(/assets/img/whitepoly.jpg);*/
    background-color: #F3F3F3;
}
#contact section#contactform form {
    /*width: 600px;*/
    /*max-width: 100%;*/
    margin-top: 40px;
}
#contact section#contactform .man {
    text-align: center;
}
#contact section#contactform .man img {
    max-width: 270px;
    display: inline-block;
}
#faq section.hero h1, #legal section.hero h1, #pricing section.hero h1, body#blog section.hero h1 {
    width: 100%}
body#blog section {
    text-align: center;
}
body#blog section#blog {
    text-align: left;
    position: relative;
    background: #fff;
}
#faq section.hero, #legal section.hero, #pricing section {
    text-align: center;
}
body#blog section#blog .wrapper main article {
    margin-bottom: 40px;
    /*background: #F9F9F9;*/
}
body#blog section#blog .wrapper .mainimage {
    display: block;
    max-height: 364px;
    overflow: hidden;
    margin-bottom: 30px;
}
body#blog section#blog .wrapper .entry-title {
    margin-bottom: 16px;
    font-size: 2.4em;
    margin-top: 20px;
    color: #404040;
}
body#blog section#blog .wrapper .entry-title a {
    color: #404040;
}
body#blog section#blog .wrapper .entry-content {
    margin-bottom: 0;
}
body#blog section#blog .wrapper .entry-meta {
    margin-bottom: 20px;
}
body#blog section#blog .wrapper .entry-content p {
    line-height: 1.44em;
}
body#blog.home.blog.group-blog section#blog .wrapper .entry-content p a {
    display: none;
}
body#blog section#blog .wrapper .widget-area ul {
    list-style: none;
    margin: 0 0 20px;
}
body#blog section#blog .wrapper .entry-header,
body#blog section#blog .wrapper .entry-content {
    /*padding: 0 20px;*/
}
body#blog section#blog .wrapper .entry-footer {
    /*padding: 0 20px 20px 20px;*/
}
body#blog section#blog .paging-navigation h1 {
    display: none;
}
#blog .entry-footer {
    margin-top: 10px;
}
#blog section.hero {
    /*background-image: url(/assets/img/blog.jpg);*/
    position: relative;
/*    -moz-filter: contrast(1.1) grayscale(100%) brightness(1.2);
    -webkit-filter: contrast(1.1) grayscale(100%) brightness(1.2);
    filter: contrast(1.1) grayscale(100%) brightness(1.2);*/
}

#blog #secondary .signup {
    padding: 23px;
    background: #F7F7F7;
    margin-bottom: 25px;
}
#blog #secondary .signup h3 {
    color: #8C8C8C;
    font-size: 1.4em;
    margin-bottom: 17px;
}
#blog #secondary .signup input {
    margin-bottom: 15px;
}
#blog #secondary .signup input[type="submit"] {
    margin-bottom: 0;
    margin-top: 5px;
}

#legal section.hero {
    /*background-image: url(/assets/img/legal-hero.jpg);*/
    position: relative;
}
#legal h3 {
    font-size: 1.1em;
}
#faq section.hero {
    /*background-image: url(/assets/img/faq-hero4.jpg);*/
    position: relative;
}
#faq section.hero h2 {
    margin-top: 100px;
}
#faq section#questions {
    /*background-image: url(/assets/img/whitepoly.jpg);*/
    background-size: cover;
}
#faq section#questions .questions {
    list-style: none;
    font-size: 1.1em;
}
#faq section#questions .questions h4 {
    font-size: 1.4em;
}
#faq section#questions .questions a {
    display: block;
    margin-bottom: 5px;
}
#faq section#questions .questions li {
    margin-bottom: 50px;
}
#faq section#questions .questions li p {
    color: #818181;
}
#faq section#questions h3 {
    font-size: 1.3em;
}
#faq section#questions a {
    color: #3DC5A2;
}


#faq section#contact {
    background-color: #49D0AD;
    color: #fff;
    padding: 40px 0;
}
#faq section#contact p {
    color: #FFF;
    font-size: 1.6em;
    margin-top: 7px;
}
#pricing section.hero {
    /*height: 500px;*/
    position: relative;
}
#pricing section.hero h2 {
    margin-top: 50px;
}
#pricing section .priceholder {
    width: 350px;
    max-width: 100%;
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -175px;
    background: #757575;
    padding: 5px 20px 20px;
    color: #FFF;
    text-align: center;
    border-top: 10px #6D6D6D solid;
}
#pricing section .priceholder a {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

#pricing section .priceholder p {
    font-size: 104px;
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
    vertical-align: middle;
    font-family: Montserrat, sans-serif;

}
#pricing section .priceholder span {
    text-align: left;
    padding-left: 4px;
}
#pricing section .currency {
    position: relative;
}
#pricing section .flag {
    position: absolute;
    right: calc(100% + 10px);
    width: 40px;
    top: 14px;
}
/*#pricing section .priceholder h3+span {
    display: inline-block;
    font-size: 1em;
    text-align: left;
    margin-left: 10px;
    margin-top: 15px;
    vertical-align: middle;
    color: #fff;
}*/
#pricing section#signup {
    position: relative;
    /*background-image: url(/assets/img/whitepoly.jpg);*/
    background-size: cover;
    background-color: #f5f5f5;
}
#pricing section#signup p.bulk {
    margin-top: 140px;
    color: #A9A9A9;
}
#pricing section#signup p.bulk a {
    color: #49D0AD;
}
#pricing section#signup h2 {
    margin-top: 0;
    font-size: 2em;
    color: #545454;
}
#pricing section#signup h2+p {
    color: #898a8a;
}
#pricing section#signup form {
    width: 960px;
    max-width: 100%;
    margin: 30px auto 0;
}
#pricing section#signup form input[type=text], #pricing section#signup form input[type=password], #pricing section#signup form input[type=email], #pricing section#signup form input[type=tel] {
    margin-bottom: 0;
}
#pricing section#signup form input[type=submit] {
    width: 100%;
    /*background-color: #49d0ad;*/
    padding: 0 10px;
    margin-bottom: 0;
}
#features section {
    text-align: center;
}
#features section p {
    width: 700px;
    margin-left: auto;
}
#features section.hero {
    /*background-image: url(/assets/img/girl.jpg);*/
    /*height: 600px;*/
}
#features section.hero .homeoverlay {
    /*background-color: rgba(0, 0, 0, 0);*/
}
/*#features section.hero h2 {
    text-align: right;
}
#features section.hero h1 {
    width: 50%;
    text-align: right;
    margin-left: auto;
}*/
#features section#links {
    padding: 0;
    background: #F5F5F5;
}
#features section#links a {
    display: block;
    padding: 20px 0;
    text-align: center;
    color: #888;
    background: #EAEAEA;
}
#features section#links a:hover {
    background: #DFDFDF;
}
#features section#simple {
    position: relative;
    background-color: #FFF;
    /*background-image: url(/assets/img/greenpoly.png);*/
    /*background-size: cover;*/
    text-align: left;
    overflow: hidden;
}
#features section#simple h3, #features section#simple p {
    /*color: #49D0AD;*/
    margin-bottom: 33px;
}
#features section#simple .macbook {
    position: relative;
}
#features section#simple .macbook img {
    margin: -90px 0 -110px 0;
}
#features section#simple .macbook .screenshot {
    width: 73%;
    margin-left: -36.5%;
    top: 0;
    margin-top: 3.7%;
    height: 76.7%;
    background-size: 130%;
    position: absolute;
    left: 50%;
    overflow: hidden;
    background-position: -79px 0;
}
#features section#simple .macbook .screenshot img {
    position: relative;
    top: 0;
}
#features section#pricing {
    position: relative;
    /*background-image: url(/assets/img/pricing-bg-new.jpg);*/
    /*background-image: url(/assets/img/pricing-bg-flat.jpg);*/
    padding-bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #49D0AD;
}
#features section#pricing div.animbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/pricing-bg-flat.jpg);
    padding-bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 4;
}
#features section#pricing .ctaclouds:before,
#features section#pricing .ctaclouds:after {
    opacity: .3;
}
#features section#pricing .wrapper {
    position: relative;
    z-index: 5;
}
#features section#pricing h3 {
    color: #fff;
}
#features section#pricing p {
    color: #fff;
}
#features section#pricing .globecont {
    max-width: 100%;
    width: 700px;
    margin: 50px auto 0;
}
#features section#pricing .globe {
    position: relative;
    padding-bottom: 47%;
    height: 0;
    overflow: hidden;
    max-width: 100%}
#features section#pricing .globe .point {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 36px;
    text-align: center;
    border-radius: 2.5px;
    color: #fff;
    background-color: #f71b72;
    z-index: 10;
    font-size: 1.2em;
}
#features section#pricing .globe .point span {
    z-index: 10;
    position: relative;
    height: 36px;
    line-height: 36px;
}
#features section#pricing .globe .point .triangle {
    width: 28px;
    height: 28px;
    background-color: #f71b72;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9;
}
#features section#pricing .globe .point.big, #features section#pricing .globe .point:hover {
    width: 48px;
    height: 44px;
    margin-top: -13px;
    margin-left: -4px;
    transition: all .15s linear;
}
#features section#pricing .globe .point.big .triangle, #features section#pricing .globe .point:hover .triangle {
    width: 34px;
    height: 34px;
    bottom: -17px;
    margin-left: -17px;
    transition: all .15s linear;
}
#features section#pricing .globe .point.big span, #features section#pricing .globe .point:hover span {
    font-size: 1.2em;
    height: 44px;
    line-height: 44px;
    transition: all .15s linear;
}
#features section#pricing .globe .point.uk {
    top: 65%;
    left: 39%}
#features section#pricing .globe .point.sweden {
    top: 50%;
    left: 49%}
#features section#pricing .globe .point.russia {
    top: 29%;
    left: 84%}
#features section#pricing .globe .point.kazakhstan {
    top: 71%;
    left: 87%}
#features section#pricing .globe .point.iceland {
    top: 37%;
    left: 29%}
#features section#pricing .globe .point.greenland {
    top: 25%;
    left: 20%}
#features section#pricing .globe .point.canada {
    top: 67%;
    left: 4%}
#features section#pricing .globe .point.poland {
    top: 77%;
    left: 54%}
#features section#realtime {
    padding-bottom: 0;
    overflow: hidden;
}
#features section#realtime h3 {
    color: #000;
}
#features section#realtime .wrapper {
    position: relative;
}
#features section#realtime .man {
    position: absolute;
    bottom: -140px;
    right: 40px;
}
#features section#realtime .stats {
    width: 800px;
    margin: 50px auto 0 0;
    max-width: 100%;
    overflow: hidden;
    height: 444px;
    position: relative;
    z-index: 10;
}
#industry section.hero h1 {
    text-align: left;
    max-width: 600px;
}
#industry section.hero h2 {
    text-align: left;
    margin-top: 100px;
}
#industry section.hero .man {
    position: absolute;
    right: 100px;
    top: -85px;
    /*background-image: url('../img/man-new-3.png');*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#industry section.hero .man img {
    display: block;
    max-height: 385px;
}
#industry .signup {
    padding: 30px;
    background: #F7F7F7;
    margin-right: 25px;
}
#industry section.industry .signup h3 {
    color: #8C8C8C;
    font-size: 1.4em;
    margin-bottom: 17px;
}
#industry .signup input {
    margin-bottom: 15px;
    height: 41px;
    line-height: 41px;
}
#industry .signup input[type="submit"] {
    margin-bottom: 0;
    margin-top: 5px;
}

#features section#realtime .stats .screenshot {
    width: 648px;
    height: 378.5px;
    background-image: url(../img/stats-ss.jpg);
    background-size: cover;
    position: absolute;
    top: 64px;
    left: 50%;
    margin-left: -324px;
    background-position: 0;
}
#features section#realtime .stats .screenshot:before {
    content: '';
    position: absolute;
    width: 130%;
    height: 120%;
    background: #fff;
    opacity: 0.2;
    left: -300px;
    top: -170px;
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.24+0,1+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.24) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.24) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0.24) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#industry section#industries, #industry section.industry {
    /*background-image: url(/assets/img/greypoly.png);*/
    /*background-size: cover;*/
    padding: 50px 0;
    position: relative;
    z-index: 10;
    background: #fff;
}
#features section#realtime .stats .screenshot #graph-canvas {
    width: 128px;
    height: 128px;
    position: absolute;
    left: 70px;
    top: 19px;
}
#features section#realtime .stats .screenshot #sendperc {
    position: absolute;
    left: 221.6px;
    top: 46px;
    font-size: 9px;
    color: #666;
}
#features section#realtime .stats .screenshot #sendcount {
    position: absolute;
    left: 221.6px;
    top: 57px;
    font-size: 6px;
    color: #ADADAD;
}
#features section#realtime .stats .screenshot .sent {
    position: absolute;
    left: 436px;
    top: 226px;
    font-size: 0.5em;
    color: #666;
}
#features section#realtime .stats .screenshot .sent#sent2 {
    top: 248px;
}
#features section#realtime .stats .screenshot .sent#sent3 {
    top: 271px;
}
#features section#responsive {
    /*background-image: url(/assets/img/responsive-bg.jpg);*/
    text-align: left;
    overflow: hidden;
    padding: 90px 0;
    min-height: 464px;
    background: #fff;
}
#features section#responsive .responsives {
    position: relative;
    height: 100%}
#features section#responsive .responsives .ipad {
    border-radius: 20px;
    overflow: hidden;
    padding: 50px 40px 40px;
    background-color: #ECECEC;
    border: 2px solid #E1E1E1;
    position: absolute;
    top: -10px;
    left: 0;
    width: 80%;
    z-index: 30;
}
#features section#responsive .responsives .ipad:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: #fff;
    opacity: 0.2;
    left: -170px;
    top: -110px;
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

#features section#responsive .responsives .ipad img {
    border-radius: 3px;
    overflow: hidden;
    border: 1.5px solid #333;
}
#features section#responsive .responsives .iphone {
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 10px;
    background-color: #ECECEC;
    border: 2px solid #E1E1E1;
    position: absolute;
    top: 85px;
    right: 70px;
    z-index: 999;
    width: 40%;
}
#features section#responsive .responsives .iphone:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: #fff;
    opacity: 0.2;
    left: -190px;
    top: -220px;
    -moz-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
#features section#responsive .responsives .iphone img {
    border-radius: 3px;
    overflow: hidden;
    border: 1.5px solid #444;
}
#features section#ukrefund {
    text-align: left;
    overflow: hidden;
    padding: 70px 0 80px;
    min-height: 404px;
    background-color: #49D0AD;
    /*background-image: url(/assets/img/greenpoly.png);*/
    background-size: cover;
    position: relative;
}
#features section#ukrefund .bunting {
    position: absolute;
    right: -40px;
    top: 36px;
    display: block;
    z-index: 10;
    -moz-transform: rotate(28deg);
    -webkit-transform: rotate(28deg);
    transform: rotate(15deg);
}
#industry section.hero, #sub section.hero {
    text-align: center;
    height: 450px;
    min-height: 450px;
}
#features section#ukrefund .map {
    position: relative;
}
#features section#ukrefund .map img {
    position: absolute;
    top: -179px;
    right: 10px;
    width: 77%;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(23deg);
}
#industry section.hero h1, #sub section.hero h1 {
    width: 100%}
#features section#ukrefund h3, #features section#ukrefund p {
    color: #fff;
}
#sub section.hero {
    position: relative;
}
#industry section.hero {
    position: relative;
}
#industry section.industry h2 {
    font-size: 2em;
    margin-top: 20px;
    line-height: 1.2em;
}
#industry section.industry h3 {
    font-size: 1.6em;
    margin-bottom: 11px;
}
#iphone-info .phone, #iphone-info .phone.send {
    background-size: 100% auto;
    top: 0;
    width: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}
#industries section#industries li a {
    display: block;
}
#industries section#industries li:hover h3 {
    color: #49D0AD;
}
#industries section#industries li .icon {
    font-size: 3.1em;
    text-align: center;
    color: #49D0AD;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
#industries section#industries li:hover .icon {
    color: #C3C3C3;
}
#industries section#industries li h3 {
    margin-bottom: 4px;
    color: #000;
    font-size: 1.3em;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
#industries section#industries li p {
    height: 42px;
    overflow: hidden;
}
#iphone-info {
    position: relative;
    min-height: 340px;
    overflow: hidden;
}
#iphone-info:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+3,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 3%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 3%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 3%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 100%;
    bottom: 0px;
    left: 0;
    position: absolute;
    z-index: 10;
    content: '';
    height: 30%;
    border-bottom: 40px solid #fff;
}
#iphone-info .phone {
    background-image: url(../img/iphone6flat.png);
    height: 630px;
    right: 40px;
    position: absolute;
}
#iphone-info .phone.send {
    background-image: url(../img/iphone-full.html);
    height: 640px;
    left: 40px;
    position: absolute;
}
#iphone-info .phone #uidate.ui, #iphone-info .phone #uifrom.ui, #iphone-info .phone #uitime.ui {
    height: 25px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    width: 100px;
}
#iphone-info .phone .ui {
    font-family: "Helvetica Neue", "Helvetica Neue Light", HelveticaNeue-Light, Helvetica, Montserrat, Arial, "Lucida Grande", sans-serif;
    position: absolute;
}
#iphone-info .phone #uitime.ui {
    color: #000;
    font-size: 0.1em;
    font-weight: 500;
    top: 72px;
}
#iphone-info .phone #uifrom.ui {
    color: #000;
    font-size: .75em;
    font-weight: 500;
    top: 93px;
}
#iphone-info .phone #uidate.ui {
    color: #bcbcbf;
    font-size: .6em;
    top: 138px;
}
#iphone-info .phone #uimessage.ui {
    background-color: #2b9ffd;
    border-radius: 15px;
    border-right: 4px solid #fff;
    color: #fff;
    font-size: 0.75em;
    line-height: 1.25em;
    max-height: 295px;
    max-width: 179px;
    min-height: 16px;
    min-width: 16px;
    padding: 9px 13px;
    right: 36px;
    text-align: left;
    top: 160px;
}
.phone-message {
    display: inline-block;
    max-height: 295px;
    overflow-y: hidden;
}
.phone-message a {
    color: #fff;
    text-decoration: underline;
}
#iphone-info .phone #uimessage.ui span.speech {
    background-image: url(../img/iphone-msg-speech.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -1px;
    height: 14px;
    position: absolute;
    right: -8px;
    width: 20px;
}

#reviews section.hero+section {
    background-color: #F5F5F5;
}
#reviews ul.reviews {
    list-style: none;
}
#reviews ul.reviews li {
    font-family: 'Helvetica Neue';
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 25px;
    padding: 20px;
}
#reviews ul.reviews li img.userimage {
    border-radius: 50%;
    height: 73px;
    width: 73px;
    margin-top: -36px;
    display: block;
    margin-bottom: 15px;
}
#reviews ul.reviews li h4 {
    font-weight: 500;
}
#reviews ul.reviews li p.message {
    font-size: .95em;
    line-height: 1.44em;
}
#reviews ul.reviews li .date {
    float: right;
    font-size: 0.85em;
    color: #C3C3C3;
}
#reviews ul.reviews li .rating {
    margin-bottom: 10px;
}
#reviews ul.reviews li .rating span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 2px;
    background-color: #C8C8C8;
    padding: 3px;
}
#reviews ul.reviews li .rating span img {
    display: block;
}

#reviews ul.reviews li .rating.stars_1 span:nth-child(1) {
    background-color: #e22027;
}
#reviews ul.reviews li .rating.stars_2 span:nth-child(1),
#reviews ul.reviews li .rating.stars_2 span:nth-child(2) {
    background-color: #f47324;
}
#reviews ul.reviews li .rating.stars_3 span:nth-child(1),
#reviews ul.reviews li .rating.stars_3 span:nth-child(2),
#reviews ul.reviews li .rating.stars_3 span:nth-child(3) {
    background-color: #f8cc18;
}
#reviews ul.reviews li .rating.stars_4 span:nth-child(1),
#reviews ul.reviews li .rating.stars_4 span:nth-child(2),
#reviews ul.reviews li .rating.stars_4 span:nth-child(3),
#reviews ul.reviews li .rating.stars_4 span:nth-child(4) {
    background-color: #73b143;
}
#reviews ul.reviews li .rating.stars_5 span:nth-child(1),
#reviews ul.reviews li .rating.stars_5 span:nth-child(2),
#reviews ul.reviews li .rating.stars_5 span:nth-child(3),
#reviews ul.reviews li .rating.stars_5 span:nth-child(4),
#reviews ul.reviews li .rating.stars_5 span:nth-child(5) {
    background-color: #007f4e;
}

footer {
    background-color: #444;
    /*background-image: url(/assets/img/headerbgdark.jpg);*/
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 40;
    color: #ffffff;
}
footer .copyright {
    font-size: .9em;
    background: rgba(0, 0, 0, 0.03);
    padding: 30px 30px 55px 30px;
}
footer .copyright .wrapper {
    padding: 0;
}
footer .social {
    text-align: center;
}
footer .social a {
    display: inline-block;
    /*width: 35px;*/
    /*height: 35px;*/
    /*line-height: 35px;*/
    /*background: #ffffff;*/
    /*border-radius: 50%;*/
    text-align: center;
    color: #ffffff;
    font-size: 1.2em;
    margin: 0 10px;
}
footer .social a:first-child {
    margin-left: 0;
}
footer .social a:last-child {
    margin-right: 0;
}
body#home footer {
    /*margin-top: -187px;*/
}
footer .logo {
    /*max-width: 190px;*/
    margin-bottom: 18px;
    width:100%;
}
footer .wrapper {
    padding: 50px 0 25px 0;
}
footer ul {
    list-style: none;
}
footer ul li {
    list-style: none;
    display: block;
    font-size: .9em;
    padding: 0 0 13px;
}
footer ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
footer ul li.title {
    margin-bottom: 5px;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
}
footer ul li a, footer ul li a:visited {
    /*text-transform: uppercase;*/
    /*font-size: .9em;*/
    color: #fff;
}
footer ul li a:hover {
    color: #fff;
}
footer p {
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 3px;
    margin-top: 0;
}
@media only screen and (max-width:1100px) {
    div.wrapper, footer .wrapper, header .wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
header nav ul li a, header nav ul li a:visited {
    padding: 10px 6px;
}
}
@media only screen and (max-width:1024px) {

    #home section.features {
        font-size: 0.8em;
    }
    #home section.features div.icon {
        margin: 8px;
        padding: 30px;
        border: 5px solid #F9F9F9;
    }

    section.mediapack h2 {
        font-size: 1.3em;
    }
    section.mediapack .brochure {
        left: 40px;
    }
    #features section#realtime .man {
        right: -10px;
    }

}
@media only screen and (max-width:980px) {

    #features section#realtime .man {
        display: none;
    }
    #features section#realtime .stats {
        margin: 50px auto 0 auto;
    }
    #features section#simple {
        text-align: center;
    }
    #features section#simple .macbook {
        display: none;
    }
    #features section#simple .unit-30 {
        float: none;
        width: 100%;
    }

}
@media only screen and (max-width:900px) {
    header .unit-70, header nav {
        display: none;
    }
    header {
        top: 0;
        padding-top: 0;
    }
    header .unit-30 {
        width: 100%!important;
    }
    .slicknav_menu {
        display: block;
    }
    #features section#simple .macbook .screenshot img {
        top: 0!important;
    }
    #features section.hero h1, #features section.hero h2 {
        text-align: center;
        width: 100%}
    section.hero h1 {
        font-size: 38px;
    }
    section.hero h2 {
        margin-top: 50px;
    }
    section.hero#homehero h1 {
        font-size: 2em;
        margin-bottom: 30px;
    }
    section.hero#homehero .buttons a {
        margin-bottom: 7.5px;
    }

    body#home section.hero#homehero .buttons, body#home section.hero#homehero h1, body#home section.hero#homehero h2 {
        /*max-width: 50%;*/
    }
    html body#home #homehero .man {
        width: 280px;
        bottom: inherit;
        top: 20px;
        right: 50px;
    }
    html body#home #homehero {
        min-height: 0 !important;
    }
    .calltoaction .man img {
        top: 0px;
    }


}
@media only screen and (max-width:768px) {

    .calltoaction .man {
        position: static;
    }
    .calltoaction .man img {
        top: inherit;
        bottom: 0;
        left: 10px;
    }
    #industry section.hero h1,
    #sub section.hero h1,
    #industry section.hero h2,
    #sub section.hero h2 {
        text-align: center;
        max-width: 100%;
    }
    #industry section.hero h2 {
        margin-top: 40px;
    }
    #industry section.hero, #sub section.hero {
        height: auto;
    }
    #industry section.hero .man {
        position: static;
        margin-bottom: -100px;
        text-align: center;
        margin-top: 30px
    }
    #industry section.hero .man img {
        display: inline-block;
        max-height: 300px;
    }
    #features section#responsive .responsives .ipad {
        padding: 30px 15px 20px;
    }

    .slicknav_menu ul.industries {
        margin-left: 0 !important
    }
    .slicknav_menu ul.industries li a {
        padding: 2px 5px;
    }
    .slicknav_menu ul.industries li {
        width: 50%;
        float: left;
        margin-bottom: 0;
        height: 36px;
        line-height: 1.2em;
        text-align: center;

        display: inline-flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;

        padding: 0 !important;
    }

}
@media only screen and (max-width:767px) {

    #features section#responsive {
        text-align: center;
    }
    #features section#ukrefund {
        padding-top: 110px !important;
    }
    #features section#ukrefund .bunting {
        left: 50%;
        width: 70%;
        top: -50px;
        z-index: 10;
        -moz-transform: rotate(28deg);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #features section#ukrefund h3, #features section#ukrefund p {
        position: relative;
        z-index: 15;
    }
    #features section#ukrefund .map {
        opacity: .3;
    }

    section.mediapack .brochure {
        display: none;
    }
    section.mediapack h2 {
        padding: 0;
        text-align: center;
        margin-bottom: 20px !important;
    }
    .calltoaction .man {
        display: none;
    }
    #home section.why {
        text-align: center;
    }
    #home section.why .info h3,
    #home section.why .info h2,
    #home section.why .info p {
        padding: 0 !important;
        text-align: center !important;
    }
    #home section.why img.man {
        position: static;
        -webkit-transform: none;
        transform: none;
        display: inline-block;
        margin-bottom: -220px;
    }
    #home section.testimonial .item {
        text-align: center;
    }
    #home section.testimonial img {
        max-width: 200px;
        display: inline-block;
    }
    #home section.testimonial p {
        width: 100%;
        padding: 0 70px;
    }
    footer .copyright,
    footer .copyright p {
        text-align: center;
    }
    #home section.features div.icon {
        border: none;
        text-align: center;
        margin: 0;
        padding: 0;
        display: inline-block;
    }
    #home section.features-home-first img
    {
        margin-top: 12px;

    }

    #home section.features h3 {
        font-size: 1.5em;
        margin-bottom: 8px;
        margin-top: 0px;
    }
    #home section.features p {
        font-size: 1.3em;
    }
    #home section.features div.icon img {
        display: inline-block;
        width: 130px;

    }

    #home section.features div.unit-25
    {
        margin-bottom: 30px;
    }

    #features section#realtime .stats {
        height: auto;
    }
    #features section#realtime .stats img {
        display: none;
    }
    #features section#realtime .stats img.responsive {
        display: block;
    }
    #features section#realtime .stats .screenshot {
        display: none;
    }
    #features section.hero {
        height: 360px;
    }
    #features section#responsive {
        position: relative;
        padding-top: 50px;
        padding-bottom: 300px;
    }
    #features section#responsive .text p {
        /*color: #fff;*/
    }
    #features section#responsive .responsives {
        position: absolute;
        top: 240px;
    }
    #features section#ukrefund {
        text-align: center;
        padding: 70px 21px 60px;
        min-height: inherit;
    }
    #features section#ukrefund .map img {
        opacity: .5;
        left: 16%;
        top: -260px;
    }
    #pricing section#signup {
        position: relative;
        padding-right: 20px;
        padding-left: 20px;
    }
    #faq section#contact p {
        text-align: center;
    }
    #faq section#contact a.btn {
        float: none;
        margin: 0 auto;
        display: block;
        max-width: 100%;
        width: 300px;
    }
    #contact section.hero h2 {
        margin-top: 70px;
    }
    #home section.logos .wrapper div {
        width: 50%;
        height: 164px;
        line-height: 144px;
        float: right;
        margin: 0;
        padding: 10px;
        text-align: center;
    }
    #home section.logos h3 {
        padding: 0 10px;
    }
    #home section.logos .wrapper div img {
        max-height: 100%}
    #home section.whitelabel {
        padding-bottom: 0;
    }
    #home section.whitelabel .imaccont {
        position: relative;
        overflow: hidden;
    }
    #home section.whitelabel .imaccont .imac {
        position: relative;
    }
    /*
    #home section.testimonial .unit-30 {
        margin-bottom: 0;
    }
    #home section.testimonial p {
        font-size: 1.3em;
    }
    #home section.testimonial .text .triangle {
        border-width: 20px 30px 20px 0;
        border-color: transparent #EDEDED transparent transparent;
        position: absolute;
        left: 50%;
        top: -35px;
        transform: rotate(90deg);
        margin-left: -20px;
    }*/
    section.calltoaction {
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }
    section.calltoaction a.btn {
        display: block;
        float: none;
    }

    #features section#simple .macbook img {
        display: none;
    }

    #iphone-info .phone {
        right: 50%;
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    footer .logo {
        max-width: 200px;
        margin: 0 auto 20px auto;
        display: block;
    }
    footer ul li {
        text-align: center;
    }

    #pricing section.hero h2 {
        margin-top: 60px;
    }
    #pricing section .priceholder span.permessage {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px;
        white-space: nowrap;
        text-align: center;
    }
    #pricing section .priceholder h3 {
        font-size: 5.8em;
    }
    #pricing section .priceholder span br {
        display: none;
    }
    #pricing section .currency {
        margin-bottom: 0;
        margin-left: 55px;
        width: calc(100% - 55px);
    }
    #pricing section .flag {
        right: calc(100% + 14px);
    }
    #pricing section#signup p.bulk {
        margin-top: 40px;
    }
    #contact section#contactform .man img {
        margin-bottom: -320px;
    }
    p.bubble.info,
    p.bubble {
        float: none;
        display: block;
        width: 100%;
        margin: 25px 0;
    }
    p.bubble + p.bubble:after {
        right: inherit;
        left: 20px;
    }
    p.bubble + p.bubble + p.bubble:after {
        right: 30px;
        left: inherit;
    }
}

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

    #features section#ukrefund .bunting {
        top: -30px;
    }

}
@media only screen and (max-width:600px) {

    #features section#ukrefund .bunting {
        top: -20px;
    }

    body#home section.hero#homehero .buttons, body#home section.hero#homehero h1, body#home section.hero#homehero h2, html body#home #homehero .man {
        width: 100%;
        max-width: 100%;
    }
    html body#home #homehero .man {
        /*display: block;*/
        position: static;
        background-size: contain;
        text-align: center;
        max-width: 310px;
        margin: 20px auto -180px auto;
    }
    html body#home #homehero .man img {
        display: inline-block;
    }

    #features section#responsive .responsives {
        top: 320px;
    }
}

@media only screen and (max-width:450px) {
    header .logo {
        display: inline-block;
        min-width: 220px;
    }
    #home section.logos .wrapper div {
        height: 153px;
        line-height: 133px;
    }
    section.calltoaction {
        padding-left: 20px;
        padding-right: 20px;
    }
    #home section.testimonial .fa.fa-quote-left, #home section.testimonial .fa.fa-quote-right {
            display: none;
    }
    #home section.testimonial p {
        padding: 0 30px;
        font-size: 1.3em;
    }

    #features section#ukrefund .bunting {
        top: -25px;
        width: 100%;
    }
    #reviews ul.reviews li .date {
        display: block;
        float: none;
        margin-bottom: 10px;
    }
}


/*!
Video.js Default Styles (http://videojs.com)
Version 4.11.4
Create your own skin at http://designer.videojs.com
*/.vjs-default-skin {
    color: #ccc;
}
@font-face {
    font-family: VideoJS;
    src: url(../f/3/vjs.html);
    src: url(../f/3/vjsd41d.html?#iefix) format('embedded-opentype'), url(../f/3/vjs-2.html) format('woff'), url(../f/3/vjs-3.html) format('truetype'), url(../f/3/vjs-4.html#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
}
.vjs-default-skin .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    background-color: #333;
    background-color: rgba(51, 51, 51, .9);
}
.vjs-default-skin .vjs-slider:focus {
    -webkit-box-shadow: 0 0 2em #fff;
    -moz-box-shadow: 0 0 2em #fff;
    box-shadow: 0 0 2em #fff;
}
.vjs-default-skin .vjs-slider-handle {
    position: absolute;
    left: 0;
    top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
    content: "\e009";
    font-family: VideoJS;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    text-shadow: 0 0 1em #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.vjs-default-skin .vjs-control-bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, .7);
}
.vjs-default-skin .vjs-play-progress, .vjs-default-skin .vjs-volume-level {
    background: url(data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 #66a8cc;
}
.vjs-default-skin.vjs-has-started .vjs-control-bar {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s, opacity .1s;
    -moz-transition: visibility .1s, opacity .1s;
    -o-transition: visibility .1s, opacity .1s;
    transition: visibility .1s, opacity .1s;
}
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar, .vjs-default-skin.vjs-error .vjs-control-bar, .vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
    display: none;
}
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
}
@media \0screen {
    .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar : before { content: ""; }
}
.vjs-default-skin .vjs-control {
    outline: 0;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 3em;
    width: 4em;
}
.vjs-default-skin .vjs-control:before {
    font-family: VideoJS;
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.vjs-default-skin .vjs-control:focus:before, .vjs-default-skin .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff;
}
.vjs-default-skin .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.vjs-default-skin .vjs-play-control {
    width: 5em;
    cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
    content: "\e001"}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
    content: "\e002"}
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
    width: 4em;
    left: -2em;
    list-style: none;
}
.vjs-default-skin .vjs-mute-control, .vjs-default-skin .vjs-volume-menu-button {
    cursor: pointer;
    float: right;
}
.vjs-default-skin .vjs-mute-control:before, .vjs-default-skin .vjs-volume-menu-button:before {
    content: "\e006"}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\e003"}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\e004"}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\e005"}
.vjs-default-skin .vjs-volume-control {
    width: 5em;
    float: right;
}
.vjs-default-skin .vjs-volume-bar {
    width: 5em;
    height: .6em;
    margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: .5em;
    width: 100%}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
    width: .5em;
    height: .5em;
    left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
    font-size: .9em;
    top: -.2em;
    left: -.2em;
    width: 1em;
    height: 1em;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
    height: 0;
    width: 0;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing, .vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu {
    border-top-color: rgba(7, 40, 50, .5);
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content, .vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content {
    height: 2.9em;
    width: 10em;
}
.vjs-default-skin .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    font-size: .3em;
    height: 1em;
    top: -1em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.vjs-default-skin:hover .vjs-progress-control {
    font-size: .9em;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.vjs-default-skin .vjs-progress-holder {
    height: 100%}
.vjs-default-skin .vjs-progress-holder .vjs-load-progress, .vjs-default-skin .vjs-progress-holder .vjs-load-progress div, .vjs-default-skin .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0;
}
.vjs-default-skin .vjs-load-progress {
    background: #646464;
    background: rgba(255, 255, 255, .2);
}
.vjs-default-skin .vjs-load-progress div {
    background: #787878;
    background: rgba(255, 255, 255, .1);
}
.vjs-default-skin .vjs-seek-handle {
    width: 1.5em;
    height: 100%}
.vjs-default-skin .vjs-seek-handle:before {
    padding-top: .1em;
}
.vjs-default-skin.vjs-live .vjs-progress-control, .vjs-default-skin.vjs-live .vjs-time-controls, .vjs-default-skin.vjs-live .vjs-time-divider {
    display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
    display: block;
}
.vjs-default-skin .vjs-live-display {
    display: none;
    font-size: 1em;
    line-height: 3em;
}
.vjs-default-skin .vjs-time-controls {
    font-size: 1em;
    line-height: 3em;
}
.vjs-default-skin .vjs-current-time, .vjs-default-skin .vjs-duration {
    float: left;
}
.vjs-default-skin .vjs-remaining-time {
    display: none;
    float: left;
}
.vjs-time-divider {
    float: left;
    line-height: 3em;
}
.vjs-default-skin .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer;
    float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
    content: "\e000"}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\e00b"}
.vjs-default-skin .vjs-big-play-button {
    left: .5em;
    top: .5em;
    font-size: 3em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 4em;
    height: 2.6em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, .7);
    border: .1em solid #3b4249;
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    border-radius: .8em;
    -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, .25);
    -moz-box-shadow: 0 0 1em rgba(255, 255, 255, .25);
    box-shadow: 0 0 1em rgba(255, 255, 255, .25);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button, .vjs-default-skin.vjs-has-started .vjs-big-play-button, .vjs-default-skin.vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-error-display {
    display: none;
}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -2.1em;
    top: 50%;
    margin-top: -1.4000000000000001em;
}
.vjs-default-skin .vjs-big-play-button:focus, .vjs-default-skin:hover .vjs-big-play-button {
    outline: 0;
    border-color: #fff;
    background-color: #505050;
    background-color: rgba(50, 50, 50, .75);
    -webkit-box-shadow: 0 0 3em #fff;
    -moz-box-shadow: 0 0 3em #fff;
    box-shadow: 0 0 3em #fff;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
    content: "\e001";
    font-family: VideoJS;
    line-height: 2.6em;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%}
.vjs-error .vjs-error-display {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
.vjs-error .vjs-error-display:before {
    content: 'X';
    font-family: Arial;
    font-size: 4em;
    color: #666;
    line-height: 1;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.5em;
    width: 100%}
.vjs-error-display div {
    position: absolute;
    bottom: 1em;
    right: 0;
    left: 0;
    font-size: 1.4em;
    text-align: center;
    padding: 3px;
    background: #000;
    background: rgba(0, 0, 0, .5);
}
.vjs-error-display a, .vjs-error-display a:visited {
    color: #F4A460;
}
.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -.5em;
    margin-top: -.5em;
    opacity: .75;
}
.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
    display: block;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}
.vjs-error .vjs-loading-spinner {
    display: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
    content: "\e01e";
    font-family: VideoJS;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    text-shadow: 0 0 .1em #000;
}
.video-js, .vjs-no-js {
    font-family: Arial, sans-serif;
}
@-moz-keyframes spin {
    0% {
    -moz-transform: rotate(0);
}
100% {
    -moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
    0% {
    -webkit-transform: rotate(0);
}
100% {
    -webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
    0% {
    -o-transform: rotate(0);
}
100% {
    -o-transform: rotate(359deg);
}
}
@keyframes spin {
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(359deg);
}
}
.vjs-default-skin .vjs-menu-button {
    float: right;
    cursor: pointer;
}
.vjs-default-skin .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin-bottom: 3em;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 1.55em solid #000;
    border-top-color: rgba(7, 40, 50, .5);
}
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 1.5em;
    max-height: 15em;
    overflow: auto;
    left: -5em;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, .7);
    -webkit-box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2);
    -moz-box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2);
    box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2);
}
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing, .vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu {
    display: block;
}
.vjs-default-skin .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: .3em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
    background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover, .vjs-default-skin .vjs-menu-button ul li:focus, .vjs-default-skin .vjs-menu-button ul li:hover {
    outline: 0;
    color: #111;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em;
    font-weight: 700;
    cursor: default;
}
.vjs-default-skin .vjs-subtitles-button:before {
    content: "\e00c"}
.vjs-default-skin .vjs-captions-button:before {
    content: "\e008"}
.vjs-default-skin .vjs-chapters-button:before {
    content: "\e00c"}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
    width: 24em;
    left: -12em;
}
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before, .vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}
.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.video-js:-moz-full-screen {
    position: absolute;
}
body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}
.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
}
.video-js:-webkit-full-screen {
    width: 100%!important;
    height: 100%!important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}
.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%}
.video-js.vjs-has-started .vjs-poster {
    display: none;
}
.video-js.vjs-audio.vjs-has-started .vjs-poster {
    display: block;
}
.video-js.vjs-controls-disabled .vjs-poster, .video-js.vjs-using-native-controls .vjs-poster {
    display: none;
}
.video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 1em;
    right: 1em;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
}
.video-js .vjs-text-track {
    display: none;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
}
.video-js .vjs-subtitles {
    color: #fff;
}
.video-js .vjs-captions {
    color: #fc6;
}
.vjs-tt-cue {
    display: block;
}
.video-js.vjs-fullscreen .vjs-text-track {
    font-size: 3em;
}
.vjs-default-skin .vjs-hidden {
    display: none;
}
.vjs-lock-showing {
    display: block!important;
    opacity: 1;
    visibility: visible;
}
.vjs-no-js {
    padding: 20px;
    color: #ccc;
    background-color: #333;
    font-size: 18px;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto;
}
.vjs-no-js a, .vjs-no-js a:visited {
    color: #F4A460;
}
.caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    display: inline-block;
    height: 0;
    margin-left: 0;
    padding-bottom: 2px;
    vertical-align: middle;
    width: 0;
}
/*#about section.hero, #team section.hero, #reviews section.hero, #help section.hero, #service section.hero, #legal section.hero, #dev section.hero {
    text-align: center;
    height: 450px;
    min-height: 450px;
    position: relative;
}
#about section.hero h2, #team section.hero h2, #reviews section.hero h2, #help section.hero h2, #service section.hero h2, #legal section.hero h2, #dev section.hero h2 {
    margin-top: 100px;
}
#about section.hero h1, #team section.hero h1, #reviews section.hero h1, #help section.hero h1, #service section.hero h1, #legal section.hero h1, #dev section.hero h1 {
    width: 100%;
}
*/

.register-select{
    height: 41px;
    line-height: 41px;
    background-color: white;
    margin-bottom: 10px;
}

.register-select-blog{
    background-color: white;
    margin-bottom: 10px;
}

p.title{
    color: #fff;
    font-weight: 700;
    font-size: 3em;
    margin: 0px 0 5px;
    text-align: center;
    width: 100%;
}

p.title.small{
    color: #fff;
    margin-top: 50px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6em;
    letter-spacing: .4px;
    font-weight: 300;
}

#home p.title.small{
    text-align: left;
}

#industries p.title.small{
    margin: 5px 0 10px;
}

#industries p.title{
    margin-bottom: 0px;
}
div#secondary .signup p{
    color: #8C8C8C;
    font-size: 1.4em;
    margin-bottom: 17px;
    line-height: 1.15em;
    text-align: center;
    font-weight: 400
}

div#secondary .signup p span{
    font-weight: 600;
}

.calltoaction p{
    text-transform: uppercase;
    color: #FFF;
    font-size: 2.1em;
    line-height: 1.44em;
    margin-bottom: 25px;
    padding: 0 10px;
    font-weight: 500;
    text-align: center;
}

aside.widget p.widget-title{
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1.05em;
}

section.mediapack p{
    color: #fff;
    margin-bottom: 0;
    font-size: 1.5em;
    margin-top: 0;
    line-height: 1.1em;
    padding-left: 160px;
    width: auto;
}

#features section.mediapack p{
    width: 52%;
}

section.industry .signup p{
    color: #8C8C8C;
    font-size: 1.4em;
    margin-bottom: 17px;
    line-height: 1.15em;
    text-align: center;
    font-weight: 400
}

section.industry .signup p span{
    font-weight: 600;
}

p.screen-reader-text {
    display: none;
}

#blog main article h2{
    font-size: 1.8em;
    line-height: 1.15em;
}

#blog main article p+h2{
    margin: 15px 0 5px;
}

#pricing .pricing a {
    color: #f71b72;
    display: inline-block;
    border-bottom: 1px dashed #f71b72;
}
#pricing .pricing-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    table-layout: fixed;
    width: 950px;
    max-width: 100%;
    margin: 40px auto 0 auto;
}
#pricing .pricing-table strong {
    font-weight: 500;
    color: #a0a0a0;
}
#pricing .pricing-table span {
    color: #49d0ad;
}
#pricing .pricing-table thead {
}
#pricing .pricing-table tbody {
}
#pricing .pricing-table th {
    padding: 20px 10px;
    background-color: #49d0ad;
    color: #fff;
    vertical-align: middle;
    /*border-bottom: 5px solid #fff;*/
}
#pricing .pricing-table th:first-child {
    border-radius: 5px 0 0 0;
}
#pricing .pricing-table th:last-child {
    border-radius: 0 5px 0 0;
}
#pricing .pricing-table tr:last-child td:first-child {
    /*border-radius: 0 0 0 5px;*/
}
#pricing .pricing-table tr:last-child td:last-child {
    /*border-radius: 0 0 5px 0;*/
}
#pricing .pricing-table td {
    padding: 17px 20px;
    vertical-align: middle;
    text-align: center;
    background-color: rgb(243, 243, 243);
    line-height: 1.34em;
}

#pricing .refunds {
    width: 940px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 0 0 5px 5px;
}

#pricing .points {
    width: 900px;
    max-width: 100%;
    margin: 60px auto 0 auto;
    text-align: center;
    font-size: 1.15em;
}
#pricing .points:after {
    clear: both;
    display: table;
    content: '';
}
#pricing .points span {
    /*float: left;*/
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    /*background-color: #eee;*/
    /*color: #49d0ad;*/
}
#pricing .points span:after {
    content: '+';
    position: absolute;
    top: 4px;
    left: 100%;
    font-size: 1.7em;
    z-index: 10;
    margin-left: -6px;
    opacity: .2
}
#pricing .points span:last-child:after {
    display: none;
}

#pricing .extras {
    position: relative;
    padding: 40px 0;
    background-color: #efefef;
}
#pricing .extras:after {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e6e6;
    content: '';
    display: none;
}
#pricing .extras .extra {
    padding: 22px 30px 25px 30px;
    z-index: 10;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}
#pricing .extras .extra h3 {
    font-size: 1.3em;
}
#pricing .extras .extra p {
    margin-bottom: 18px;
    font-size: 0.95em;
    color: #696969;
}
#pricing .extras .extra .btn {
    background-color: #49d0ad;
}
#pricing .extras .extra .price {
    font-size: 1.6em;
    color: #777777;
    margin-bottom: 20px;
}
#pricing .extras .extra .price span {
    font-size: 0.6em;
    color: #a2a2a2;
}


.mfp-hide {
    display: none;
}
.white-popup {
    position: relative;
    background: #f71b72;
    padding: 20px;
    width: auto;
    max-width: 850px;
    margin: 20px auto;
    text-align: center;
    color: white;
}

.mfp-wrap {
    position: fixed !important;
    top: 0 !important;
}

#subscribe-popop {
    max-width: 610px;
    padding: 30px;
}
#subscribe-popop h2 {
    font-size: 2.2em;
    margin-bottom: 25px;
    color: white;
}
#subscribe-popop p {
    color: #eee;
    margin-bottom: 20px;
    font-size: 1.2em;
}
#subscribe-popop span {
    color: #ccc;
}
#subscribe-popop strong {
    color: #ccc;
    display: inline-block;
    padding: 2px 5px;
    border: 1px dashed #fff;
    border-radius: 2px;
}
#subscribe-popop .buttons {
    margin-top: 30px;
}
#subscribe-popop small {
    display: block;
    padding-top: 30px;
    font-size: 0.7em;
}

.btn-pink,
.submit.btn-pink
{
    background-color: #F71B72 !important;
}

select,
select.pawn
{
    padding: 2px 5px !important;
}

body .pawn
{
    border-radius: 5px !important;
}

input:focus,
select:focus,
textarea:focus
{
    border-color:#ACCFE8 !important;
}

.upload_container button#close,
.upload_container button#close2
{
    background: transparent;
    color: #333;
    float: right;
    margin: -41px -27px 0 0;
    font-size: 14px;
    font-weight: bold;
}

/*
input:invalid,
select:invalid,
textarea:invalid {
  border-color: #F00 !important;
  background: #ffdddd;
}

input:required:valid,
select:required:valid,
textarea:required:valid
{
    border-color: #999 !important;
    background: #FFF;
}
*/

div.buttons{padding-top:15px;}

@media only screen and (max-width:550px) {
    #subscribe-popop {
        padding: 17px;
    }
}


@media all and (max-width:1124px) and (min-width:768px) {
    .mcont div.incont1
    {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        /*padding: 0 1%;*/
        float: none !important;
    }

    .mcont div.incont2
    {
        width: 29%;
    }
}

@media (max-width: 830px)
{
    #home section.features
    {
        padding-top: 15px;
    }

     #home section.features-home-first
    {
        padding-top: 40px;
    }

    .mcont div.incont1
    {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 1%;
        float: none !important;
    }

    .mcont div.rcate
    {
    	padding: 12px !important;
    }

    .page .mcont div.incont1
    {
    	width: 90%;
    }

    .incontt{width:100% !important;}

    .mcont div.incont2
    {
        display: block;
        float: none;
        margin: auto;        
    }

    .leftt img
    {
        display: inline-block !important;
    }

    input[type=text], input[type=password], input[type=email], input[type=tel], input[type=url], select, textarea
    {
        width: 100%;
    }

    
    .hide-mobile,
    div.review-box{display: none;}

    body#home section.hero#homehero {
        height: 54px;
        box-shadow: 1px 0px 18px #333;
    }

    .footer-pad-less{margin-bottom:16px !important;}

    section img{margin-bottom: 15px;}
}