.site-main .row{
    margin:0;
}

.btn{
    text-decoration:none;
}
.btn-vote, .btn-action{
    margin:1em;
    padding: 10px 32px;
    font-size:20pt;
}
.vid_trigger .video-layer{
    position:relative;
    z-index:150;
}
.vid_trigger{
    position:relative;
    display:block;
    margin:.5em  auto 0;
}
.vid_trigger img{
    opacity: 1;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
    border-radius:12px;
    overflow:hidden;
}
.vid_trigger:hover img{
    opacity:0
}
.vid_trigger:hover .play-button {
    opacity:1;
    z-index:151;
}
.vid_trigger .play-button {
    width:445px;
    height:225px;
    background:url(/img/action_top_hover.png) no-repeat;
    position:absolute;
    left:0;
    top:0;
    z-index:100;
    opacity: 0;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out
}
.homevideo {
    position:absolute;
    z-index:100;
    overflow:hidden;
    top:0;
    left:0;
}

/* Hide Play button + controls on iOS */


.homevideo  video {
    max-height:300px;
    height:100%;
    max-width: 445px;
    width:100%;
    border-radius:12px;
}
video::-webkit-media-controls {
    display:none !important;
}

.featured {
    margin: 1em 0;
}

.bage {
    float: right;
    margin-top: 14px;
}

.topline .container{
    padding-left:0;
    padding-right:0;
    display: flex;
    align-items: center;
}
.topline {
    background: #F7f7f7;
    color:#212121;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

    position: relative;
    z-index: 150;

    -webkit-transition: All 0.8s;
    -moz-transition:  All 0.8s;
    transition:  All  0.8s;
}

.topline li {
    list-style: none;
}
.topline-row.animate-header {
    top: -100px;
    position: fixed;
    -webkit-transition: top .4s;
    -moz-transition: top .4s;
    -ms-transition: top .4s;
    -o-transition: top .4s;
    transition: top .4s;
}
.header-fixed.topline-row {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

a[rel="author"] {
    display: block;
    overflow: hidden;
    text-indent: -2000px;
    height: 1px;
}

h1,
h2,
h3 {
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}
body {
    background: #f7f7f7;
    text-align: center;
    font-weight:normal;
    color: #1F1F1F;
}

ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}
:focus {
    outline: 0;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #5f5f5f;
    text-decoration:underline;
}
br.clear {
    margin: 0;
    padding: 0;
}

h1, h2, .h1, .h2 {
    margin-bottom: 30px;
}
h3, .h3, h4, .h4 {
    margin-bottom: 10px;
}

p {
    padding-bottom: 5px;
}
strong {
    font-weight: 700;
}
cite,
em,
i {
    font-style: italic;
}
pre,
code {
    margin-bottom: 10px;
}
sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: .8em;
}
sub {
    top: .3em;
}
dl {
    margin: 0 0 1.5em;
}
dd {
    margin-left: 1.5em;
}
blockquote {
    color: #666;
    background: #e6e6e6;
    font-style: italic;
    border: 1px solid #dcdcdc;
    margin: 1.5em;
    padding: 1em;
}
blockquote p {
    padding-bottom: 0;
}
input[type=text],
input.text,
input.title,
textarea,
select {
    background-color: #fff;
    border: 1px solid #bbb;
    color: #4e4e4e;
    margin: 0;
    padding: 2px;
}
input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
    color: #3e3e3e;
    border-color: #969696;
}
textarea {
    padding: 4px;
}
small{
    font-size:9pt;

}
.align_left {
    text-align: left !important;
}
.align_right {
    text-align: right !important;
}
img#about-image {
    float: left;
    margin: 3px 8px 8px 0;
}
.clearfix:after {
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.container {
    text-align: left;
}
@media(max-width:800px){

    header .buttons .btn{
        padding: .5em 1em;
        margin-bottom:.2em;
    }
}
header .fline {
    margin-top: 1em;
}
.buttons {
    overflow: hidden;
    margin: 10px 0 0 0;
}
#content .container {
    position: relative;
}
#content {
    background-color: #F9f9f9;
    padding-bottom: 2em;
}
#content-left p {
    font-size: 14px;
}
#content-left {} #services {
    background: url(images/vertical_bg.png) repeat-y 336px 0;
}

#services .even {
    margin-left: 1px;
    width: 215px;
}

.entry {
    background: url(images/horizontal_sep.png) bottom left repeat-x;
    padding: 20px 10px 12px 13px;
}

.post a {
    text-decoration: underline;
}
.entry ul {
    list-style-type: disc;
    margin: 10px 0 10px 30px;
}
.entry ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 10px 0 10px 2px;
}
.entry ul li ul,
.entry ul li ol {
    margin: 2px 0 2px 20px;
}
.entry ol li ul,
.entry ol li ol {
    margin: 2px 0 2px 35px;
}

#footer a {
    text-shadow: none!important;
    color: #aaa;
}
#footer-top {
    background:#181818;
}
#footer {
    text-shadow: -1px -1px 1px #000;
    color: #fff;
    overflow: hidden;
    padding: 3em 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    
}

@media screen and (max-width: 991px){
    .navbar-header {
        display: flex;
        float: right;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .navbar-header .search-box {
        display: flex;
        width: auto;
        border: none;
        margin: 0;
        min-height: 0;
        line-height: 0;
    }

    .navbar-header .search-box .search-icon {
        display: inline-block;
        line-height: 0;
        cursor: pointer;
        padding: 5px;
    }
    .navbar-header .search-box .search-form,
    .navbar-header .search-box .search-dismis {
        display: none;
    }
    #footer {
        flex-flow: column nowrap;
        text-align: center;
    }
    .subfooter{
        flex-flow: column nowrap;
        text-align: center;
    }
}
.subfooter{
    color:#fff;
    padding: 2em 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
#footer .copy-block{
    color:#fff;
}
#footer .news-div {
    float: left;
}
#footer .widget:first-child {
    padding-left: 0;
}
#footer .widget {
    min-height: 320px;
    padding-bottom: 10px;
    padding-left: 20px;
    background: none;
}

#footer .widget ul li:last-child{
    padding-bottom: 0;
}
#footer .widget ul li{
    padding-bottom: 14px;
}

#footer .widget ul li a{
    font-size: 14px;
    text-decoration: none;
    padding: 0;
}

div.post .new-post .aligncenter,
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}
img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.p_title {
    border-bottom: 2px groove #fff;
    padding: 60px 0;
    margin-bottom: .5em;
}

td {
    vertical-align: middle;
}

@media(min-width:800px)
{
    .logo-container{
        margin-left:0;
        padding-left:0;
    }
}

@media (max-width: 767px) {
    #footer .widget {
        padding-bottom: 20px;
    }

    #footer .widget ul li{
        padding-bottom: 10px;
    }

    .p_title {
        padding: 30px 0;
    }
}

/*-------------------------------
        15. tables
-------------------------------*/

table.blue {
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
    border: solid 2px #048ECF;
    border-collapse: collapse;
    margin-bottom: 34px;
    text-align: center;
    line-height: 20px;
    border-top: none;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}
table.blue th {
    border-left: #ddd 1px inset;
    background-color: #048ECF;
    padding: 10px 5px;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    text-shadow: none;
    text-align: center;
}
table.blue th a {
    color: #f7f7f7;
}
table.blue th:first-child {
    border-left: none;
}
table.blue tbody tr {
    background-color: #f4f4f4;
}
table.blue tbody tr:nth-child(even) {
    background-color: #eaeaea;
}
table.blue tbody tr:hover {
    background-color: #e2e2e2;
}
table.blue td {
    border-left: #ddd 1px inset;
    border-top: #ddd 1px inset;
    padding: 9px 4px 10px 4px;
    font-weight: lighter;
    line-height: 20px;
    color: #4e4e4e;
}
table.blue tbody tr:first-child {
    padding-top: 10px;
}
table.blue tr:last-child td {
    border-bottom: none;
}
table.blue tbody tr td:first-child {
    border-left: none;
}
table.blue tbody tr:first-child td {
    border-top: none;
}

table.blue tr td {
    max-width: 100px;
}

table.green {
    border-color: #38bd2a;
}
table.green th {
    background-color: #38bd2a;
}

.dwn_cnt {
    text-shadow: none;
    padding: 5em 0;
}
.dwn_cnt_l {} .dwn_cnt_l p:first-child {
    margin-top: 8%;
}
.dwn_cnt_l p {
    padding-bottom: 16px;
    font-weight: 500
}
.dwn_cnt_l h4 a {
    color: #ea2e49;
}
.dwn_cnt_l h4 {
    font-size: 38px;
    letter-spacing: 0;
    word-spacing: 4px;
    color: #69a741;
    margin: -10px 0 0;
}
.dwn_cnt_r .bx-viewport {
    min-height: 265px;
}

.clear {
    clear: botch;
}

.dwn_b h4 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 1em;
}
.dwn_b {
    margin: 0;
    padding: 2em 0;
    background: #fff;
}
.dwn_b li img {
    position: absolute;
    top: 5px;
    left: 5px;
}
.dwn_b .col-md-7 p a {
    text-decoration: underline;
}
.dwn_b .col-md-7 ul li {
    font-size: 16px;
    padding: 3px 0 3px 24px;
    margin-bottom: .3em;
    background: url(images/sprite.png) no-repeat 0 5px;
}

.dwn_b img:hover {
    opacity: .7
}
.dwn_b .row:last-child {
    border: none;
}
.dwn_b .row {
    padding: 3em 0;
    margin-bottom: 3em 0;
    border-bottom: 1px solid #e2e2e2;
}
.dwn_b .col-md-7 p {
    text-shadow: none;
    color: #333;
    font-size: 16px;
    line-height: 19px;
}

/*--------------------*/

.ssblock2 {
    position: relative;
}
.ssblock2 .bx-controls {
    display: none;
}

.ssblock2 h4 {
    font-size: 24px;
    letter-spacing: 0;
    color: #545350;
    margin-bottom: 0;
}
.ssblock2 .sblocktp {
    display: block;
    position: absolute;
    top: -10px;
    left: -12px;
    background: url(images/f2.png) no-repeat left top;
    width: 250px;
    height: 30px;
}
.ssblock2 ul li h6,
.ssblock2 ul li .ctitle {
    margin: 0!important;
    padding: 0!important;
    color: #1a5076;
    display: inline!important;
    position: relative!important;
}
.ssblock2 ul li h6 {
    font-size: 12px;
    color: #de2c46;
    line-height: 13px;
    top: -18px;
}
.ssblock2 ul li .ctitle {
    font-size: 11px;
    line-height: 11px;
}
.ssblock2 ul li br {
    display: none;
}
.ssblock2 ul li a {
    display: none;
}
.ssblock2 ul li {
    border-radius: 6px;
    padding: 6px 6px 10px 6px;
    margin: 32px 0 0;
    position: relative;
    min-height: 25px;
    background: #fff;
    max-width: 100%;
    width: 100%!important;
}
.ssblock2 ul li i {
    position: absolute;
    bottom: -2px;
    right: 4px;
    font-size: 12px;
    color: #c0c0c0;;
}
.ssblock2 ul li > span {
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 9px;
    color: #999;
}
.ssblock2 ul li p {
    line-height: 14px;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.ssblock2 ul {
    list-style: none;
    margin: -13px 0 0;
    padding: 0;
    text-shadow: none;
}
/*---- landin-page ------------*/

.land_box ul.uleft,
.land_box ul.uright {
    width: 40%;
    display: block;
}
.land_box ul.uleft {
    float: left;
    width: 41%;
    border-right: 1px solid #e0e0e0;
}
.land_box ul.uright {
    float: left;
}
.land_box ul {
    display: block;
    width: 100%;
}
.land_box > .subpages-page-list > li {
    list-style: none;
}
.land_box > ul > li {
    list-style: url(images/sprite.png);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin: 14px;
}
.land_box ul.wr li {
    list-style: url(images/info.gif);
}
.land_box p,
.land_box_nobar p {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
    text-align: justify;
}
.land_box_nobar {
    border: none!important;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.support-1:nth-child(even)  .land_box > h2 span{
    background: #f7f7f7;
}

.support-1:nth-child(odd)  .land_box > h2 span{
    background: #fff;
}

.content-row:nth-child(even), .addon-1:nth-child(even) {
    background-color: #f7f7f7;
}

.land_box > h2 span {
    background: #f9f9f9;
    padding: 0 12px
}
.land_box .su-row {
    padding: 0 16px;
    border-radius: 8px;
}
.land_box .su-row .su-column-inner p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500
}
.land_box .su-row .su-column-inner h3 {
    margin-top: 90px;
}
.land_box .su-row h3.left span {
    padding: 0 0 0 12px;
}
.land_box .su-row h3 span {
    background: #f1f2f4;
    padding: 0 12px 0 0
}
.land_box .su-row h3.left {
    text-align: right;
}
.land_box .su-row h3 {
    text-align: left;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500!important;
    background: url(images/d.png) repeat-x 19px;
}
.land_box > h2 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500!important;
    background: url(images/d.png) repeat-x 19px;
}
.land_box {
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.land_box .greenblock {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    padding-top: 16px;
    padding-bottom: 16px;
    border: none;
    margin: 32px auto;
}
.land_faq h3 {
    font-weight: 300!important;
}
.land_faq h3:before {
    font-weight: 600!important;
    content: "Q";
    color: #1074A5;
    padding-right: 12px;
}
.land_faq h3 + p {
    padding: 0 6px 6px 32px;
    margin-bottom: 18px
}

.support-1 .land_row {
    width: 100%;
    padding: 16px;
    text-align: center
}

.land_row {
    width: 100%;
    padding: 16px;
    text-align: center;
    font-size:24px;
    border:1px solid #e2e2e2;
    margin:1em 0;
    border-radius:6px;
    background-color:#fff;
}

.item-div a {
    display: none!important;
}
.testimonials {} .rssSummary a {} .rssSummary b {
    font-size: 17px;
    font-weight: 400!important;
}
.rssSummary {
    text-shadow: none!important;
    color: #222;
    background: #fff url(images/quote.png) no-repeat 98% 20%;
    position: relative;
    min-height: 33px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .05);
    border-radius: 3px;
    width: 100%;
    margin: 0 auto 1em;
    padding: 0 18px 18px;
}
.rssSummary span .ctitle {
    font-size: 24px;
    display: inline;
    font-weight: normal;
    letter-spacing: 0!important;
}
.rssSummary i {
    clear: left;
    display: block;
    text-align: right;
    font-size: 16px;
}
.rssSummary > span {
    display: block;
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 21pt;
    padding-top: 21pt;
    font-style: normal;
}
.feedback-row h1 + p {
    color: #333;
    text-align: center;
    padding-bottom: 24pt;
    width: 75%;
    margin: 0 auto;
}
.feedback-row h1 {
    text-align: center;
    text-transform: uppercase;
    padding: 24pt;
}
.feedback-row {
    background: #f7f7f7;
    padding: 24pt 0;
}
.big-button {
    background: #e2e2e2;
    padding: 24pt 0;
}
.btn-feedback {
    width: 100%;
    text-align: center;
    margin-bottom: 24pt;
}

.img_imprt {
    margin: 18% auto 0!important;
}

.grey:before {
    color: #383935;
}
.cstm:before {
    color: #91bd09;
}

.su_list h5 {
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: 0px;
    padding: 0;
}

.su-spacer {
    height: 20px
}

.quote_box {
    color: black;
    padding: 10px 15px;
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
.yellow {
    border-left: 3px solid #FFC200;
    background: #FFF9D2;
}
.grey {
    border-left: 3px solid #444;
    background: #e2e2e2;
}
.button.green{
    border-left:none;	

}
.quote_box.green {
    border-left: 3px solid #09b500;
    background: #D3F7CA!important;
}
.quote_box.blue {
    border-left: 3px solid #3b5998;
    background: #a3d9ff;
}
.quote_box.red {
    border-left: 3px solid #e25415;
    background: #ffeee7;
}

/*----------------------*/

@media(max-width:740px){
    .rtcl_items > div{
        padding-bottom:.3em;
    }
    .rtcl_items {

        align-items: center;
        flex-direction: column; 
    }
}
.rtcl_items .fa-home {
    margin-right:6px;
}
.rtcl_items {
    padding: 1em .1em;
    border-radius: 24px;
    background: #f0f0f0;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    text-align: center;

    display: flex;
    align-items: center;
}
#spr_container {
    color: #333;
}

@media (max-width: 550px) {
    .dwn_b li {
        margin: 1em auto;
    }
    .dwn_b li img {
        float: none;
        display: block;
        margin: 0 auto;
        position: relative;
        max-width: 50%!important;
    }
    .dwn_b li h3 {
        margin: 0 auto 1em;
        text-align: center;
    }
    .dwn_b li p {
        margin: 0;
    }
}

.buttons .btn:first-child {
    margin-right: 1em;
}
.buttons .btn {
    padding: .5em 3em;
}

@media (max-width: 850px) {
    .container {
        padding-left: 15px;
    }
    .p_title {
        text-align: center;
    }

    img {
        max-width: 100%;
        height: auto;
    }
    table {
        overflow-x: auto;
        display: block;
        width: 100%;
    }

    .buttons {
        overflow: hidden;
        margin: 1em 0;
    }
}
@media (max-width: 1000px) {
    header > .container {
        background: none;
    }

    .box {
        display: none;
    }
}

/*404*/

.neeez {
    margin: 2em 0 1.5em;
    padding-left: 1em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #e2e2e2;
}
.col-md-5 .h2 {
    font-size: 24px;
}
.no-results .col-md-5 {
    padding-left: 3em;
}
.no-results .well-lg p {
    font-size: 14px;
}
.no-results .well-lg img {
    margin-left: 15px;
}
.no-results .well-lg {
    margin-top: 2em;
}
.neez-border {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 1em;
    margin-left: -1em;
    background: rgba(255, 255, 255, .3)
}
@media(min-width:1024px) {
    .no-found {
        background-color: #f2ede9;
        background-image: url(images/stand_1280.jpg);
        background-repeat: no-repeat;
        background-position: right top;
    }
}
@media(max-width:1024px) {
    .no-found {
        background-image: url(images/stand_1024.jpg);
        background-repeat: no-repeat;
        background-position: right top;
    }
}
@media(max-width:800px) {
    .no-found {
        background-color: #f2ede9;
        background-image: url(images/stand_800.jpg);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: contain;
    }
}
@media(max-width:630px) {
    .no-found {
        background-color: #f2ede9;
        background-image: url(images/stand_620.jpg);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: contain;
    }
}
.no-results {
    margin: 2em 0;
}
.code_links .glyphicon {
    padding-right: .4em
}
.code_links {
    margin: 1em 0;
}
.code_links a {
    font-size: 14px;
    color: #71b02f;
    text-decoration: underline;
}
.code_input input {
    width: 100%;
    padding: .2em .3em;
    font-size: 14px;
    text-align: center;
    margin: .2em 0;
}
.ul-list li {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: .5em;
}
.ul-list {
    list-style-image: url(images/sprite.png);
    margin-left: 2em;
    margin-top: 1em
}
/*
* Features List
*/

.modal-dialog {
    width: 768px!important;
    margin: 5% auto!important;
    z-index:2000;
}

@media(max-width:860px) {
    .modal-dialog {
        width: 90%!important;
        margin: 5% auto!important;
    }
    .media-body {
        padding: 0 1em;
    }
}

/*---------------------*/

/*-----suport-center----*/

.support-1 .h1{
    text-align: center;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    color: #333;
    display: block;
}
.support-1 .no-robot {
    margin: .5em auto;
}
.prepaid{
    margin:4% auto 0!important;
}

.support-1 img{
    display:block;
    margin:1% auto;
}
.support-1 p{
    padding-bottom:18px;
}

.addi-services .col-md-4 .prod_price{
    text-align:left;		
}


.addi-services .col-md-4 .btn{
    margin-left:1em;
}
.addi-services .col-md-4 .img-responsive{
    margin: 1em 1em 1.5em 1em
}

.support-1 h5{

    color:#333; 
    text-align:left;
}

.support-1 h4{
    color:#333;
    text-align:center;
}
.support-1 h3{
    color:#333;
}
.support-1 h2{
    color:#333;
}
.support-1:nth-child(odd) {
    background:#fff;
}
.support-1 ul.list li{
    padding: 3px 0 3px 24px;
    margin-bottom: .3em;
    background: url(/img/sprite.png) no-repeat 0 5px;
}
.support-1 ul.req-list li{
    padding: 3px 0 3px 24px;
    margin-bottom: .3em;
    background: url(/img/mouse54.png) no-repeat 0 5px;
}

.support-1 {
    padding:60px 0;
}

.support-header {
    padding:60px 0;
    background:#fff;
}

@media (max-width: 767px) {
    .support-1 {
        padding:30px 0;
    }

    .support-header {
        padding:30px 0;
    }
}

.support-header p{
    line-height:22px;
    text-align:center;
}
.support-header h2{
    color: #333;
    padding-bottom: 16pt;
}
.support-header h1{
    text-align:center;
    margin-bottom: 0;
}

/*-----end suport-center----*/

/*----reviews----*/
.review  .testimonial_group .full-testimonial .rr_review_name{
    padding-right:1%;
}
.review  .testimonial_group .full-testimonial{
    padding: 8px 0 8px 15px;
}
.review   .testimonial_group .full-testimonial .rr_date{
    font-size:10pt;
}
.review   .rr_review_text{
    font-size:15px;
}
.review   .rr_review_name{
    font-size:14px;
}
.review   .drop_cap{
    left:-35px!important;
}
.review .stars{
    font-size:16pt!important;
}
.review   .drop_cap{
    display:none;
}
.review   h3.rr_title{
    padding:0;
    margin:0!important;
}
.review h3{
    color: #333;

}

.review .rev{
    padding:2em 0;
}
.review{ 
    padding:2em 0;
}

@media(min-width: 992px) {
    .contact-page{
        padding-left:4.9em;
    }
}


.contactpage{
    border-right:1px solid #e2e2e2;
    padding-right:4em;
}

.support-1 .btn img {
    display:inline;
}

.add-rev{
    background-color:#f7f7f7;
    padding:2em 0 2em;
}

.table>thead>tr>th{
    border-bottom:1px solid #9E9E9E;
    font-size:12pt;
    padding:1em;
}

/*card*/

.card {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    position: relative;
}

@media(max-width:770px){

    #navbar-collapse-header{
        background-color:#f0f0f0;
        width:100%;
    }

    .primary-navbar .btn-tryforfree{
        border:none;
        margin-right:0;
    }

    .primary-navbar .btn-buynow{
        border:none;
        margin-left:0;
    }
    .primary-navbar {
        margin: 30px 0 0 0!important;
        border: none;
        border-radius: 0;
        color: #212121;
        font-size: 12pt;
        position: relative;
        width:100%;
        top: 0!important;
        transform: translateY(0)!important;
        background: none!important;
    }


    #navbar-collapse-header .navbar-nav>li>.dropdown-menu{
        position:relative;
        width:100%;
    }
    #navbar-collapse-header {
        margin: 0;
        padding:0 0 15px;
        border: none;
        border-radius: 0;
        color: #212121;
        font-size: 12pt;
        position: absolute;
        top:45px;
        left:0;
        z-index:1000;
    }
}

.nav-container{  
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height:105px;
    z-index:10000;
}
.primary-navbar{
    margin:0;
    border:none;
    border-radius:0;
    color:#212121;
    font-size:14px;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    min-height: auto!important;
    height:auto;
    top: 50%;
    transform: translateY(-50%);
    background:none!important;
}
.dropdown.open .dropdown-menu {
    display: block;
    border:1px solid #e2e2e2;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-transition: All 0.8s;
    -moz-transition: All 0.8s;
    transition: All 0.8s;
}

.navbar-nav .caret{
    border-top: 3px dashed;
    border-top: 3px solid \9;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.navbar-nav>li{
    position:relative;
}
.navbar-nav>li>a{
    color:#212121!important;
    padding: 8px;
    text-decoration:none;   
    font-size:14px;
}
.dropdown-menu{
    padding:0;
    z-index:1000;
}

ul.nav li li a{
    padding:1em 2em 1em 2em!important; ;
    border-bottom:1px solid #eee;

    text-decoration:none;
}
.btn-buynow a:hover, .btn-buynow.active a{
    background-color:#F1F8E9!important
}

.btn-tryforfree a:hover, .btn-tryforfree.active a{
    background-color:#FFFDE7!important
}
.btn-tryforfree{
    border:1px solid #ec971f;

    margin-right:5px;

    border-radius:3px;
}

.btn-buynow{
    border:1px solid #449d44;
    border-radius:3px;
    margin-left:5px
}

.collapse {
    height: auto;
    width: auto;
}

.collapse.height {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;

}

.collapse.width {
    position: relative;
    width: 0;height: auto;
    overflow: hidden;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.collapse.in.width {
    width: 80%;
}

.collapse.in.height {
    height: auto;
}

@media(max-width:720px){
    .bg-half-layer .layer-content .h1{
        margin-bottom:0;
        color:#212121;
        line-height:20px!important;
        font-size:18px!important;
        text-align:center;
    }

    .bg-half-layer.layer-content {
        text-align:center;
    }
    .bg-half-layer .layer-content .h4{
        display:none;
    }

    .bg-half-layer .btn-call {
        margin-bottom:2em;
    }
}

.bg-half-layer img{
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
}
.bg-half-layer .layer-content p{
    font-size:12pt;
    line-height:16pt;
}
.bg-half-layer .layer-content .h1 {
    margin-bottom: 10px;
    color: #212121;
    font-size: 40px;
    line-height: 52px;
}

@media (max-width: 767px) {
    .bg-half-layer .layer-content .h1 {
        font-size: 33px;
        line-height: 42px;
    }
}

.bg-half-layer .layer-content .h4{
    line-height:24px;
}
.bg-half-layer .layer-content {
    position:relative;
    z-index:100;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background: none!important;
}

.bg-half-layer .btn-call {
    margin-top:30px	;
}

.bg-half-layer{
    position:relative;
    z-index:2;
    overflow:hidden;
    background-color:#d0d2ba;
    display:flex;
    align-content: center;
    justify-content: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*----------------------------*/


@media(max-width:720px){
    .bg-layer .layer-content .h1{
        margin-bottom:0;
        font-weight:bold;
        color:#212121;
        line-height:20px!important;
        font-size:18px!important;
        text-align:center;
    }

    .bg-layer .layer-content {
        text-align:center;
    }
    .bg-layer .layer-content .h4{
        display:none;
    }

    .bg-layer .btn-call {
        margin-bottom:2em;
    }
    .action-banner a{
        font-size:14pt;
    }

}


.bg-layer img{
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;

}
.bg-layer .layer-content p{
    font-size:16px;
    line-height:22px;
}

.bg-layer .layer-content h2{
    color:#212121;
}

.bg-layer .layer-content .h1{
    margin-bottom:10px;
    font-weight:bold;
    color:#212121;
    line-height:38px;
}
.bg-layer .layer-content .h4{
    line-height:24px;
}
.bg-layer .layer-content {
    position:relative;
    z-index:100;
    background: none!important;
    text-align:center;
}
.bg-layer .spooky-position {
    font-size: 11pt;
    padding-top: 10px;
}


.bg-layer .btn-call:hover {	
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.bg-layer .btn-call {
    position:relative;
    min-width:245px;
    height:58px;
    margin-top:10px	;
    border-radius:0!important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.bg-layer .btn-call .glyphicon{
    font-size:28px;
    position:absolute;
    top:12px;
    left:10px;
}
.bg-layer .btn-call .bigger{
    font-size:18px;
    text-align:left;
    text-transform:uppercase;
    position:absolute;
    left:42px;
    top:8px;
}

.bg-layer .btn-call .smaller{
    font-size:14px;
    text-align:left;
    position:absolute;
    left:42px;
    top:30px;
}

.bg-layer{
    position:relative;
    z-index:2;
    overflow:hidden;
    background-color:#d0d2ba;
    display:flex;
    align-items: center;
    justify-content: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.row-features p{
    margin-bottom:1em;
}
.row-features img{
    max-width:356px;
}
.row-features .col-md-5 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.row-features .col-md-5 span{
    display:block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.row-features{
    padding:3em 0;
}

.current-menu-ancestor{
    background:#eee
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #212121;
    text-decoration: none;
    background-color: #eee;
    outline: 0;
}

#b_13a0d8d8_316:nth-child(2){
    left:90%!important;
}

/*--footer-soc---*/

.socialIcons {
    font-size: 18px;
    line-height:50px;
    padding:0;
    margin:0 0 0 10px;
    float:right;
}
.socialIcons li {
    display: inline-block;
    float: none;
    text-align: center;
    line-height: 30px;
    margin:0 5px 0 0;
}
.socialIcons li a {
    color: #000;
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    display:flex;
    align-items: center;
    justify-content: center;
    text-decoration:none;   

}
.socialIcons li a:hover {
    color: #fff!important;
}
.socialIcons li a.fb:hover {
    background: #3c599f;
}
.socialIcons li a.twitter:hover {
    background: #00aced;
}
.socialIcons li a.google:hover {
    background: #d85131;
}
.socialIcons li a.linkedin:hover {
    background: #017eb4;
}
.socialIcons li a.pinterest:hover {
    background: #d20003;
}
.socialIcons li a.youtube:hover {
    background: #c8312b;
}

/*----colors------*/

.red{
    background:#de4c45;
}
.green{
    background:#65a832;
}
.yellow{
    background:#f9a706;
}
.pink{
    background:#f996a6;
}
.blue{
    background:#019db4;
}

/*----- end colors ----*/

.h-hdr .row .col-md-4{
    padding:2em 1em;
}
.h-hdr .row .col-md-4 h3{
    text-align:center;
    padding-bottom:.5em;
}
.h-hdr .row .col-md-4 p{
    font-size:16px;
    line-height:22px;
}
.h-hdr h1{
    text-align:center;
}
.h-hdr{
    padding:60px 0;
    background:#fff;
}

.btn-default{
    border:1px solid #e2e2e2;
    border-radius: 4px;
    color: #9561B4;
    background: transparent;
}

.lead-list li {
    padding-bottom:.7em;
}
.lead-list li .fa{
    margin-right:7px;
}
.lead-header{
    font-size:40px;
    line-height:56px;
    font-weight:bold;
    color:#fff;
    margin-bottom:.2em;
}
.lead-list{
    margin-left:0;
    font-size:16px;
    font-weight:400;
    color:#fff;
}


@media(max-width:667px) {
    .bg-layer .layer-content h1{
        font-size: 16px;
        line-height: 22px;
        color: #212121;
        PADDING:0;
    }
    .bg-layer .layer-content h1{
        font-size: 18pt;
        line-height: 20pt;	
    }
}
@media(max-width:765px) {

    .bg-layer .layer-content h1{
        font-size: 16px;
        line-height: 22px;
        color: #212121;
    }
    .bg-layer .layer-content h1{
        font-size: 22pt;
        line-height: 26pt;	
    }
}
@media(max-width:1000px) {
    .btn-tryforfree{
        display: block;
        clear: both;
    }
}

@media(max-width:1280px) {
    .cart-item, .phones-item{
        float:right!important;
    }
}

.subpages-page-list li:before{
    content: "\f0f6";
    margin-right:6px;
    font: normal normal normal 14px/1 FontAwesome;
}

.subpages-page-list li .children{

    margin-top:10px
}
.subpages-page-list li{
    display: block;
    width: 100%;

    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding: 3px 0 3px 24px;
    margin-bottom: .3em;
}


/*----*/


.mag-loader {
    height:65px;
    width: 100%;
    text-align: center;
}
.mag-loader svg{
    display: none;
    width: 200px;
    height: 65px;
    margin: 1em auto; 
    text-align:center;
}
.mag-page-listing > div:first-child{
    display: none;
}


.mag-first-post .support-1{

    background:#f7f7f7!important;
}
.mag-first-post {
    background:#f7f7f7;
    padding:3em 0;
}

.mag-list-first-row h2{
    color: #1F1F1F;
}
.mag-list-first-row ul li{
    padding: 3px 0 3px 24px;
    background: url(/i/sprite.png) no-repeat 0 5px;
    list-style:none;
}

.mag-date{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    color:#1F1F1F;
    font-weight: bold;
}

.mag-list-row a:hover h3{
    color:#000!important;
}
.mag-list-row a:hover{
    text-decoration:none;
}
.mag-list-row .col-md-10 .understrap-read-more-link{
    display:none;
}
.mag-list-row .col-md-2 a{
    width:150px;
    height: 150px;
    display: inline-block;
}
.overflow_hide:hover img{
    transform: scale(1.1);
}
.overflow_hide{
    overflow:hidden;
    width:150px;
    height: 150px;
    display: block;
    position: relative;
}
.mag-list-row a img{
    margin: 0 auto;
    position: absolute;
    top:0;
    left:0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: 5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    height: auto;
    max-height: 100%;
}
.mag-list-row a{
    text-decoration: none;

}

.mag-list-row{
    padding:3em 0;
}

.mag-list-row:nth-child(even){
    background-color: #fff;
}

.mag-eof{
    border: 1px solid #e2e2e2;
    padding: 1em;
    font-size: 16px;
}

.changelog h2{
    color: #fff;
}
.changelog{
    background-color: #666!important;
    color: #fff;
    padding: 3em 0;
}

figure{
    max-width:1024px;
    height:auto;
    width:auto;
    overflow-x:hidden;
}

figure figcaption{
    text-align: center;
    color:#777    ;
    font-size:14px;
    padding:1em 0;
}

.f-addon-box:hover  .card-wrapper {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background:#fff;
}
@media(max-width:760px){
    .addi-services .col-md-4{
        margin-bottom: 2em;
    }
}
.addi-services {
    margin: 4em auto 2em;
}
.addi-services  .card-wrapper:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background: #f9F9F9;
}

.addi-services .card-wrapper{
    font-size: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.04);
    transition: all 0.2s ease-in-out;
    background: #F7F7F7;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.addi-services h5 {
    text-align: center!important;
    padding-bottom: 1em;
}

.addi-services img {
    margin: 0 auto 1em!important;
}

.f-addon-box .card-wrapper{
    font-size: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.2s ease-in-out;
    background:#f9f9f9;
    padding: 15pt 5pt 5pt 15pt;
    min-height:600px;
}

.emo .fa{
    margin:0 6px;
}

.addon-1 li ul li{
    background: none;
    margin: 0 0 0 1em;
    padding: 0;	
    list-style:disc;
}
.addon-1 li {
    padding: 3px 0 3px 24px;
    margin-bottom: .3em;
    background: url(/img/sprite.png) no-repeat 0 5px;
}
.addon-1 q {
    text-align: right;
    display: block;
    width: 100%;
    font-style: italic;
}
.addon-1 h2,
.addon-1 .h1 {
    color: #333;
}
@media(min-width:1280px) {
    .adn-globe {
        margin-left: 20%
    }
    .adn-check {
        margin-left: 20%;
    }
}


.addon-1 .rel-link:hover {} .addon-1 .rel-link {
    font-size: 14px;
    padding: .5em 1em;
    margin-right: 1em;
    margin-top: 1em;
    border-radius: 3px;
}
.addon-1 .container {

    padding-left:0;
}
.addon-1 q small{
    font-size:14px;
    line-height:19px!important;
}
.addon-1 {
    padding: 4em 0 4em;
    background: #fff;
}

.adn-req {
    position: relative;
    z-index: 200;
    background:#f7f7f7;
    padding:45px 0;
}
/*--------end-addons------*/
/*--------front-addons------*/

.f-addon-heading h1 {
    text-align: center;
}
.f-addon-heading {
    padding: 3em 0 2em;
}
.f-addon-box .hr{
    border-bottom:1px solid #e2e2e2;
    margin:4em 0;
}
.f-addon-box .container{
}

.f-addon-box {
    padding: 2em 0;

}

.f-addon-box:hover  .card-wrapper {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background:#fff;
}

.addi-services{
    margin:4em 0 6em;
}

.addi-services  .card-wrapper:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background: #f9F9F9;
}

.addi-services .card-wrapper{
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.04);
    transition: all 0.2s ease-in-out;
    background: #F7F7F7;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.addi-services h5 {
    text-align: center!important;
    padding-bottom: 1em;
    line-height:16px;
}

.f-addon-box .card-wrapper{
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.2s ease-in-out;
    background:#f9f9f9;
    padding: 15pt 5pt 5pt 15pt;
    min-height:600px;
}

.f-addon-box .f-addon-box-cnt .f-addon-img-wrp img{
    margin-right:15px;
}
.f-addon-box .f-addon-box-cnt .f-addon-text-heading {
    padding: 1em 0 0;
}

.f-addon-box .f-addon-box-cnt .f-addon-button .col-sm-5{
    padding-left:0;
    padding-right:0;
}

.f-addon-box .f-addon-box-cnt .f-addon-button .btn-warning {
    margin-right:15px;
}
.f-addon-box .f-addon-box-cnt .f-addon-button .btn-success {
    margin-right:-15px;
}
@media(max-width:818px){
    .f-addon-box .f-addon-box-cnt .f-addon-button .btn {
        display:block;
        width:100%!important;
        float:none!important;
        font-size:14px;
        margin:1em auto;	
    }
}
@media(max-width:1280px){
    .f-addon-box .f-addon-box-cnt .f-addon-button .btn {
        display:block;
        width:75%!important;
        float:right;
        font-size:14px;
    }
}
.f-addon-box .f-addon-box-cnt .f-addon-button .btn {
    display:block;
    width:85%;
    float:right;
}

.f-addon-box .f-addon-box-cnt .f-addon-button {
    padding: 1em 0;
}

.f-addon-box .f-addon-box-cnt .f-addon-meta {
    padding: .7em 20px 0 0;
    margin: .5em 15px 0 0;
    border-top:1px solid #e2e2e2;
}

.f-addon-box .f-addon-box-cnt #spr_container{
    text-align:left;
}
.f-addon-box .f-addon-box-cnt .f-addon-meta div img{
    padding-left:3px;
}

.f-addon-box .f-addon-box-cnt .f-addon-meta div {
    font-size: 10pt;
    line-height: 13pt;
    min-height: 50px;
    padding: 0 7px 0 0 ;
}

.f-addon-box .f-addon-box-cnt .f-addon-price span {
    color: #555;
    text-decoration: line-through;
    font-size: 16px;
    padding-left: 1em;
}
.f-addon-box .f-addon-box-cnt .f-addon-price {
    color: #e31e24;
    font-size: 24px;
    line-height: 33px;
}
.f-addon-box .f-addon-box-cnt h3 {
    font-size: 24px;
    line-height: 33px;
    padding: .2em 0 .4em;
    margin: 0;
    color: #555;
}
.f-addon-box .f-addon-box-cnt .addon-ref li img {
    margin-right: 3px;
    margin-bottom: 2px;
}
.f-addon-box .f-addon-box-cnt .addon-ref ul {
    margin-bottom: 15px;
}
.f-addon-box .f-addon-box-cnt .addon-ref {
    font-size: 11pt;
    padding: 0 15px;
    color: #555;
}
.f-addon-box .f-addon-box-cnt h2 {
    color: #333;
    padding: .3em 0 .1em;
    margin: 0;
}

.adn-ftr{
    padding:2em 0;
    font-size:14px;
}

/*--------end-front-addons------*/

a.header-cart .fa {
    margin-right: 5px;
}

.form-row.place-order.support-1 .btn, .form-row.place-order.support-1 .button{
    margin:.5em;
    display: flex;
    align-items: center;
}

@media(max-width:768px){
    .form-row.place-order.support-1 .btn, .form-row.place-order.support-1 .button{
        margin:0;
        display: flex;
        align-items: center;
    }

    .woocommerce-checkout #payment div.form-row {
        padding: 1em;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
}

.woocommerce-loop-product__title{
    text-align: center;
    font-size:16px;
    line-height: 22px;
    color:#333;
}


.col-md-9.row-payment-details {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

@media(max-width: 850px) {
    .col-md-9.row-payment-details {
        align-items:flex-start
    }
}

.form-row.place-order.support-1 {
    display: flex;
    flex-direction: row
}

.row-payment-details #payment img {
    display: inline-block;
    margin: -2px 1em 0 .5em!important
}

.row-payment-details #payment #place_order {
    padding: 1em 2em;
    font-size: 16px
}

.container.banners-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    flex-wrap: wrap
}

.row-payment-details #payment {
    background: none;
    display: flex;
    justify-content: flex-end
}

.wc-gateway-ppec-cancel{
    border: 1px solid #e2e2e2;
}

/*--search--block---*/

li.cart-item.item-search .search-button {
    cursor: pointer;
}

li.cart-item.item-search .search-button:hover {
    opacity: .7;
}

li.cart-item.item-search {
    padding: 0 10px 0 5px;
}

.search-box .search-input {
    background: none;
    border: none;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 5px;
}

.search-form {
    width: 100%;
}

.search-dismis:hover {
    opacity: .7;
}

.search-dismis {
    cursor: pointer;
}

.search-box {
    display: none;
    flex-direction: row;
    width: 90%;
    border-bottom: 1px solid #c4c4c4;
    min-height: 33px;
    align-items: center;
    margin: 37px 40px 0;
    justify-content: space-between;
}

@media(max-width: 1199px) {
    .search-box {
        width: 69%;
        margin: 55px 40px 0;
    }
}

@media(max-width: 991px) {
    .search-box {
        width: 78%;
    }
}
/*--search--page---*/

.search-page .row-search p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.search-page .row-search {
    padding: 80px 0;
    background-color: #fafafa;
}

.search-page h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 31px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.search-page h1 span {
    font-weight: bold;
    font-size: 40px;
    padding-top: 20px;
}

.search-listing {
    background: #fff;
    padding-top: 50px;
}

.search-page .search-post p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.search-page .search-post a h3 {
    font-size: 24px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #000000;
}

.search-page .search-post {
    margin-bottom: 50px;
}

.not-found h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
}

.not-found p .fa {
    margin-right: 3px;
}

.not-found p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.not-found {
    margin: 100px 0;
}

.grey-box {
    background-color: #F2F2F2;
    margin-top: 50px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grey-box .search-box {
    display: flex;
    margin: 0;
    max-width: 730px;

}
.post-row{
    padding:80px 0;
}
@media (max-width: 1000px) {

    .post-row{
        padding:40px 0;
    }

    .grey-box {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .grey-box .search-box {
        max-width: 600px;
    }
}

@media (max-width: 700px) {
    .grey-box .search-box {
        max-width: 300px;
    }

    .not-found h2 {

        font-size: 26px;
        line-height: 32px;
    }

    .search-page h1 span {
        font-size: 26px;
        line-height: 32px;
        padding-top: 0;
    }

    .search-page h1 span {
        font-size: 26px;
        line-height: 32px;
        padding-top: 0;
    }

    .search-page h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .search-page .row-search {
        padding: 40px 0;
        background-color: #fafafa;
    }

    .search-page .row-search p {
        font-size: 14px;
        line-height: 24px;
    }

    .search-page .search-post a h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .search-page .search-post p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
    }

    .search-listing {
        background: #fff;
        padding-top: 40px;
    }

    .search-page .search-post {
        margin-bottom: 20px;
    }
}

@media (max-width: 400px) {
    .grey-box .search-box {
        max-width: 256px;
    }
}


.cc-phones {
  position: relative;
  font-size: 10pt;
  color: #333; }
  .cc-phones .flag {
    width: 16px;
    height: 16px; }
  .cc-phones .phones {
    display: none;
    position: absolute;
    max-width: 160px;
    width: 100%;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
    border-radius: 0 0 3px 3px; }
  .cc-phones .main-phone, .cc-phones .phone-item {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 160px;
    padding: .2em .4em; }
    .cc-phones .main-phone .flag, .cc-phones .phone-item .flag {
      float: left;
      margin-right: 6px; }
    .cc-phones .main-phone .spear, .cc-phones .phone-item .spear {
      float: right;
      margin-left: auto; }
      .cc-phones .main-phone .spear path, .cc-phones .phone-item .spear path {
        fill: #333 !important; }

.cc-item {
  min-width: 140px;
  vertical-align: middle; }

.cc-phones .flag {
  background: url(images/flags16.png) no-repeat; }
.cc-phones .us {
  background-position: 0 -3664px; }



.crowdin_wall {
    max-width: 1280px;
    margin:0 auto;
}
.crowdin_wall ul li{
    padding:1rem;
	list-style:none;
}
.crowdin_wall ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
        margin-left:0;
        padding-left:0;
}
.crwd-sprite {
    background-image: url(flags/sprite_32.png);
    background-repeat: no-repeat;
    display: block;
    margin:.5rem auto;
    
}


.crwd-sprite-af {
    width: 32px;
    height: 32px;
    background-position: -5px -5px;
}

.crwd-sprite-ar {
    width: 32px;
    height: 32px;
    background-position: -47px -5px;
}

.crwd-sprite-bg {
    width: 32px;
    height: 32px;
    background-position: -89px -5px;
}

.crwd-sprite-bs {
    width: 32px;
    height: 32px;
    background-position: -131px -5px;
}

.crwd-sprite-ca {
    width: 32px;
    height: 32px;
    background-position: -173px -5px;
}

.crwd-sprite-cs {
    width: 32px;
    height: 32px;
    background-position: -215px -5px;
}

.crwd-sprite-da {
    width: 32px;
    height: 32px;
    background-position: -5px -47px;
}

.crwd-sprite-de {
    width: 32px;
    height: 32px;
    background-position: -47px -47px;
}

.crwd-sprite-el {
    width: 32px;
    height: 32px;
    background-position: -89px -47px;
}

.crwd-sprite-es-ES {
    width: 32px;
    height: 32px;
    background-position: -131px -47px;
}

.crwd-sprite-et {
    width: 32px;
    height: 32px;
    background-position: -173px -47px;
}

.crwd-sprite-fa {
    width: 32px;
    height: 32px;
    background-position: -215px -47px;
}

.crwd-sprite-fi {
    width: 32px;
    height: 32px;
    background-position: -5px -89px;
}

.crwd-sprite-fil {
    width: 32px;
    height: 32px;
    background-position: -47px -89px;
}

.crwd-sprite-fr {
    width: 32px;
    height: 32px;
    background-position: -89px -89px;
}

.crwd-sprite-he {
    width: 32px;
    height: 32px;
    background-position: -131px -89px;
}

.crwd-sprite-hr {
    width: 32px;
    height: 32px;
    background-position: -173px -89px;
}

.crwd-sprite-hu {
    width: 32px;
    height: 32px;
    background-position: -215px -89px;
}

.crwd-sprite-hy-AM {
    width: 32px;
    height: 32px;
    background-position: -5px -131px;
}

.crwd-sprite-id {
    width: 32px;
    height: 32px;
    background-position: -47px -131px;
}

.crwd-sprite-it {
    width: 32px;
    height: 32px;
    background-position: -89px -131px;
}

.crwd-sprite-ja {
    width: 32px;
    height: 32px;
    background-position: -131px -131px;
}

.crwd-sprite-lt {
    width: 32px;
    height: 32px;
    background-position: -173px -131px;
}

.crwd-sprite-lv {
    width: 32px;
    height: 32px;
    background-position: -215px -131px;
}

.crwd-sprite-mk {
    width: 32px;
    height: 32px;
    background-position: -5px -173px;
}

.crwd-sprite-nl {
    width: 32px;
    height: 32px;
    background-position: -47px -173px;
}

.crwd-sprite-no {
    width: 32px;
    height: 32px;
    background-position: -89px -173px;
}

.crwd-sprite-pl {
    width: 32px;
    height: 32px;
    background-position: -131px -173px;
}

.crwd-sprite-pt-BR {
    width: 32px;
    height: 32px;
    background-position: -173px -173px;
}

.crwd-sprite-pt-PT {
    width: 32px;
    height: 32px;
    background-position: -215px -173px;
}

.crwd-sprite-ro {
    width: 32px;
    height: 32px;
    background-position: -5px -215px;
}

.crwd-sprite-ru {
    width: 32px;
    height: 32px;
    background-position: -47px -215px;
}

.crwd-sprite-sk {
    width: 32px;
    height: 32px;
    background-position: -89px -215px;
}

.crwd-sprite-sl {
    width: 32px;
    height: 32px;
    background-position: -131px -215px;
}

.crwd-sprite-sq {
    width: 32px;
    height: 32px;
    background-position: -173px -215px;
}

.crwd-sprite-sr-CS {
    width: 32px;
    height: 32px;
    background-position: -215px -215px;
}

.crwd-sprite-sv-SE {
    width: 32px;
    height: 32px;
    background-position: -257px -5px;
}

.crwd-sprite-te {
    width: 32px;
    height: 32px;
    background-position: -257px -47px;
}

.crwd-sprite-tr {
    width: 32px;
    height: 32px;
    background-position: -257px -89px;
}

.crwd-sprite-uk {
    width: 32px;
    height: 32px;
    background-position: -257px -131px;
}

.crwd-sprite-vi {
    width: 32px;
    height: 32px;
    background-position: -257px -173px;
}

.crwd-sprite-zh-CN {
    width: 32px;
    height: 32px;
    background-position: -257px -215px;
}

.crwd-sprite-zh-TW {
    width: 32px;
    height: 32px;
    background-position: -5px -257px;
}


.lang-title{
    display: block;
    text-align: center;
    font-weight:bold;
}
.lang-progres{
    
    text-align: center;
    display: block;
}