@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@font-face {
    font-family: 'Conv_neuropol';
    src: url('../fonts/neuropol.eot');
    src: local('☺'), url('../fonts/neuropol.woff') format('woff'), url('../fonts/neuropol.ttf') format('truetype'), url('../fonts/neuropol.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Oswald-Regular';
    src: url('../fonts/Oswald-Regular.eot');
    src: local('☺'), url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.ttf') format('truetype'), url('../fonts/Oswald-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Oswald-Bold';
    src: url('../fonts/Oswald-Bold.eot');
    src: local('☺'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype'), url('../fonts/Oswald-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_OpenSansHebrewCondensed-Bold';
    src: url('../fonts/OpenSansHebrewCondensed-Bold.eot');
    src: local('☺'), url('../fonts/OpenSansHebrewCondensed-Bold.woff') format('woff'), url('../fonts/OpenSansHebrewCondensed-Bold.ttf') format('truetype'), url('../fonts/OpenSansHebrewCondensed-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_OpenSansHebrewCondensed-Regular';
    src: url('../fonts/OpenSansHebrewCondensed-Regular.eot');
    src: local('☺'), url('../fonts/OpenSansHebrewCondensed-Regular.woff') format('woff'), url('../fonts/OpenSansHebrewCondensed-Regular.ttf') format('truetype'), url('../fonts/OpenSansHebrewCondensed-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url(https://fonts.googleapis.com/css?family=Oswald:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@import url('https: //fonts.googleapis.com/css?family=Oswald:200, 300, 400, 500, 600, 700');
a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

label {
    font-weight: normal;
    margin: 0;
    display: block;
    margin-top: 10px;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.noBorder {
    border: 0;
}

.pad10 {
    padding: 10px;
}

.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.borderBottom {
    border-bottom: 1px #AAA solid;
}

.borderRadius {
    border-radius: 5px;
}

.borderRounded {
    border-radius: 500px;
}

.fullWidth {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.italic {
    font-style: italic;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.noBorder {
    border: 0 !important;
}

.gap10 {
    height: 10px;
    display: block;
}

.gap20 {
    height: 20px;
    display: block;
}

.gap30 {
    height: 30px;
    display: block;
}

.gap40 {
    height: 40px;
    display: block;
}

.gap50 {
    height: 50px;
    display: block;
}

.gap100 {
    height: 100px;
    display: block;
}

.color3AE {
    color: #258;
}

.inlineBlock {
    display: inline-block;
}

.displyBlock {
    display: block;
}

.displayInline {
    display: inline;
}

.border {
    margin: 10px 0;
    height: 0px;
    border-top: 1px #DDD solid;
}

.clearAfter:after,
.afterClear:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

.bg-grey {
    background: #F7F7F7;
}

.backgroundTransparent {
    background: transparent !important;
}

a:focus,
a:active {
    outline: none !important;
}

.posAbsolute {
    position: absolute;
}

.posRelative {
    position: relative;
}

.posFixed {
    position: fixed;
}

.posStatic {
    position: static;
}

i {
    font-size: inherit !important;
}

.heightAuto {
    height: auto !important;
}

.widthAuto {
    width: auto !important;
}

body {
    background: #fff;
    font-size: 12px;
    position: relative;
}

.bgFFF {
    background: #FFF !important;
}

.textFFF {
    color: #FFF;
}

.not-active {
    pointer-events: none;
}

/*********************************************************************************/

.btn-mrg-rgt {
    margin-right: 15px;
}

.btn-org {
    border: 2px solid #e54a36;
    color: #e54a36;
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
    border-radius: 30px;
    padding: 7px 35px;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}

.btn-org:hover {
    background: #e54a36;
    color: #fff;
}

.btn-get {
    background: #e54a36;
    color: #fff;
    font-size: 32px;
    font-family: 'Oxygen', sans-serif;
    border-radius: 30px;
    padding: 7px 40px;
    transition: all 0.5s ease 0s;
}

.btn-get:hover {
    background: #c4220d;
    color: #fff;
}

.btn-big-red {
    background: #e54a36;
    color: #fff;
    font-size: 32px;
    font-family: 'Oxygen', sans-serif;
    border-radius: 58px;
    padding: 7px 40px;
    transition: all 0.5s ease 0s;
    font-weight: 700;
}

.btn-big-red p {
    font-size: 20px;
    font-weight: normal;
}

.btn-big-red:hover {
    background: #c4220d;
    color: #fff;
}

.btn-whit {
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    font-family: 'Oxygen', sans-serif;
    border-radius: 30px;
    padding: 5px 20px;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}

.btn-whit:hover {
    background: #fff;
    color: #e54a36;
}

.btn-done {
    background: #e54a36;
    color: #fff;
    font-size: 14px;
    font-family: 'Oxygen', sans-serif;
    border-radius: 30px;
    padding: 7px 28px;
    transition: all 0.5s ease 0s;
}

.btn-done:hover {
    background: #c4220d;
    color: #fff;
}

.btn-draft {
    font-size: 14px;
    font-family: 'Oxygen', sans-serif;
    border-radius: 30px;
    padding: 7px 18px;
    transition: all 0.5s ease 0s;
}

.btn-sav {
    color: #ed8173;
    background: none;
    border: 1px solid #ed8173;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    border-radius: 30px;
    padding: 7px 15px;
    transition: all 0.5s ease 0s;
    cursor: inherit;
}

.btn-asv:hover {
    color: #ed8173 !important;
}

.savPrt .btn.focus,
.savPrt .btn:focus,
.savPrt .btn:hover {
    color: #ed8173;
}

.takebtn {
    background: #e54a36;
    color: #fff;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    border-radius: 3px;
    padding: 3px 23px;
    transition: all 0.5s ease 0s;
    font-weight: 700;
}

.takebtn:hover {
    background: #fff;
    color: #e54a36;
    border: 1px solid #e54a36;
}

.my {
    font-family: 'Roboto', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Oxygen', sans-serif;
}

/***************************** Header part ************************/

.tl-headerPrt {
    margin: 0 0 0 0;
}

.tl-headerPrt .tl-only-logo {
    margin: 20px 0 0 0;
}

.tl-only-logo-mobile {
    display: none;
}

.tl-headerPrt .tl-top-btnPrt {
    margin: 34px 0 0 0;
    text-align: right;
}

.tl-org-headerPrt {
    margin: 0 0 0 0;
    background: #e54a36;
    height: 80px;
}

.tl-org-headerPrt .tl-only-logo {
    margin: 20px 0 0 0;
}

.tl-only-logo-mobile {
    display: none;
}

.tl-org-headerPrt .tl-top-btnPrt {
    margin: 27px 0 0 0;
    text-align: right;
}

/***************************** Header part End ************************/

/****************** banner Part *******************/

.tl-bannerPart {
    margin: 20px 0 0 0;
    position: relative;
}

.tl-bannerPart img {
    width: 100%;
    margin: 0 auto;
}

.tl-bannerPart .tl-banr-inner-part {
    position: absolute;
    right: 240px;
    top: 45px;
    width: 32%;
}

.tl-bannerPart .tl-banr-inner-part h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 54px;
    transition: all 0.5s ease 0s;
}

.tl-bannerPart .tl-banr-inner-part h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 32px;
    margin-bottom: 25px;
    transition: all 0.5s ease 0s;
}

/****************** banner Part End *******************/

/******************** Smart Part    ****************/

.tl-smart-part {
    margin: 50px 0 0 0;
}

.tl-smart-part h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    color: #414141;
    font-weight: 300;
    text-align: center;
    margin-bottom: 45px;
}

.tl-smart-part .tl-three-ipart {
    border-bottom: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
    padding: 35px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #414141;
}

.tl-smart-part .tl-three-ipart .only-red-icon {
    text-align: center;
}

.tl-smart-part .tl-three-ipart h3 {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
}

.tl-smart-part .tl-three-ipart p {
    font-size: 15px;
    text-align: center;
    width: 72%;
    margin: 0 auto;
}

/******************** Smart Part End  ****************/

/******************** Get Paid Part   ****************/

.tl-get-paid-part {
    margin: 65px 0 0 0;
}

.tl-get-paid-part h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    color: #414141;
    font-weight: 300;
    text-align: center;
    width: 48%;
    margin: 0 auto 55px auto;
}

/******************** Get Paid Part End   ****************/

/****************** Testimonials Part *******************/

.tl-testimonials-Part {
    margin: 70px 0 0 0;
    background: #88ad47;
    padding: 70px 0;
}

.tl-testimonials-Part blockquote {
    border-left: 0;
}

.tl-testimonials-Part p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 32px;
    width: 58%;
}

.tl-testimonials-Part small {
    color: #ebffc8;
}

.tl-testimonials-Part .carousel-indicators {
    bottom: -70px;
    left: 35%;
}

.tl-testimonials-Part .cln {
    position: absolute;
    z-index: 999;
    display: inline-block;
    top: -33px;
    left: -14px;
    color: #acc67f;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 80px;
}

/****************** Testimonials Part End *******************/

/**************** Let’s Get  Part *******************/

.tl-letGet-Part {
    margin: 50px 0 70px 0;
}

.tl-letGet-Part h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #414141;
    font-weight: 300;
    text-align: center;
    width: 60%;
    margin: 0 auto 55px auto;
}

/**************** Let’s Get  Part End *******************/

/*********** footer Part ****************/

.tl-footer-Part {
    background: #393939;
    padding: 45px 0;
    margin: 0px 0 0 0;
}

.tl-footer-Part .lt-logo-footr {}

.tl-footer-Part .tl-copy-txt {
    font-size: 13px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #a0a0a0;
    margin-top: 20px;
}

/**************** footer part End ***********/

/**************Julia Summers Part  *******************/

.tl-julia-part {
    background: #cdcdcd;
    padding: 10px 0;
    margin: 0px 0 0 0;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 8px 6px -6px #555;
}

.tl-julia-part .tl-julia-picpart {
    font-family: 'Roboto', sans-serif;
    color: #393939;
}

.tl-julia-part .tl-julia-picpart img {
    border: 3px solid #e54a36;
}

.tl-julia-part .tl-julia-picpart p {
    font-weight: 700;
    font-size: 31px;
    margin: 24px 0 0 0;
}

.tl-julia-part .tl-julia-picpart small {
    font-size: 20px;
    font-weight: 300;
}

.tl-julia-part .tl-time-part {
    margin: 15px 0 0 0;
    font-family: 'Roboto', sans-serif;
    color: #393939;
}

.tl-julia-part .tl-time-part h2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 2px;
}

.tl-julia-part .tl-time-part p {
    font-size: 17px;
    font-weight: 300;
}

.brd-rgt {
    border-right: 2px solid #df6b5c;
}

/**************Julia Summers Part End  *******************/

.tl-bg-color {
    background: #e8e8e8;
    padding: 0px 0 40px 0;
}

/**************  my-items-menu Part  *******************/

.tl-my-items-menu-part {
    margin: 0px 0 0 0;
}

.tl-my-items-menu-part ul {
    margin: 0 0 0 0;
    padding: 0 0 14px 0;
    list-style: none;
    border-bottom: 2px solid #e54a36;
}

.tl-my-items-menu-part ul li {
    display: inline-block;
    margin-right: 50px;
}

.tl-my-items-menu-part ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    color: #414141;
    font-weight: 300;
    transition: all 0.5s ease 0s;
    padding: 15px 17px;
}

.tl-my-items-menu-part ul li a:hover {
    background: #e54a36;
    color: #fff;
}

.tl-my-items-menu-part ul li a.active {
    background: #e54a36;
    color: #fff;
    text-decoration: none;
}

.tl-my-items-menu-part ul li a:focus {
    background: #e54a36;
    color: #fff;
    text-decoration: none;
}

/**************  my-items-menu Part End  *******************/

/**************** Post Market Part ****************/

.brd-rgt01 {
    border-right: 1px solid #959595;
    padding-top: 10px;
    padding-bottom: 10px;
}

.padng-top {
    padding-top: 9px;
}

.tl-post-market-part {
    margin: 0 0 0 0;
}

.tl-post-market-part .tl-categories-part {
    margin: 20px 0 0 0;
}

.tl-post-market-part .tl-categories-part h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 700;
}

.tl-post-market-part .tl-categories-part .tl-categori-innr {
    margin: 20px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 300;
}

.tl-post-market-part .tl-categories-part .tl-categori-innr p {
    color: #414141;
    margin: 0 0 0 0;
}

.tl-post-market-part .tl-categories-part .tl-categori-innr .tl-cateri-selt {
    margin: 0 0 0 0;
}

.tl-post-market-part .tl-categories-part .tl-categori-innr .tl-cateri-selt select {
    border: 2px solid #e55947;
    background: #fff;
    border-radius: 30px;
    padding: 7px 12px;
    width: 100%;
}

.tl-post-market-part .tl-categories-part .tl-categori-innr .tl-cateri-selt .form-group {
    margin: 0 0 0 0;
}

.tl-post-market-part .tl-categories-part .tl-source-part {
    margin: 18px 0 0 0;
}

.tl-source-org-part {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.tl-source-org-part h4 {
    font-size: 18px;
    font-weight: 400;
}

.tl-source-org-part p {
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 0 0;
    text-align: center;
}

.tl-source-org-part span {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.tl-source-list-part {
    margin: 0 0 0 0;
}

.tl-source-list-part ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.tl-source-list-part ul li {
    padding: 12px;
    background: #fff;
    margin: 15px 0 0 0;
    color: #212121;
    font-family: 'Open Sans', sans-serif;
}

.tl-source-list-part ul li h4 {
    color: #e54a36;
    font-size: 16px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 37px;
    width: 134px;
}

.tl-source-list-part ul li .pic-dtls {
    font-size: 16px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    height: 61px;
    width: 134px;
    line-height: 20px;
}

/*.tl-source-list-part ul li .pic-dtls:before {content:"";height:61px; width:134px; position: absolute;  display: inline-block;}.tl-source-list-part ul li .pic-dtls:after {content: "\02026";box-sizing: content-box;text-overflow: -o-ellipsis-lastline;}*/

.tl-source-list-part ul li .source-rgt-part {
    font-size: 15px;
}

.tl-source-list-part ul li .source-rgt-part p {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin: 15px 0;
}

.tl-source-list-part ul li .source-rgt-part .cate-txt {
    padding-left: 63px;
    font-size: 15px;
    text-align: left;
    margin: 0 0 0 0;
}

.tl-list-pic img {
    width: 102px;
    height: 102px;
    border-radius: 0;
    border: none;
}

/**************** Post Market Part End ****************/

.tl-source-org-part .table {}

.tl-source-org-part .table thead {
    background: #e54a36;
}

.tl-source-org-part .table thead tr th {
    padding: 20px 25px;
    vertical-align: middle;
}

.tl-source-org-part .table thead tr {
    border-bottom: 15px solid #e8e8e8;
}

.tl-source-org-part .my-itemPage .table thead tr th {
    padding: 20px 15px;
    vertical-align: middle;
}

.tl-source-org-part .table tbody {}

.tl-source-org-part .table tbody tr {
    background: #fff;
    padding: 12px;
    border-bottom: 15px solid #e8e8e8;
}

.tl-source-org-part .table tbody tr td {
    vertical-align: middle;
}

.tl-source-org-part .my-itemPage .table tbody tr td {
    vertical-align: middle;
    padding: 2px;
}

.tl-source-org-part .my-itemPage .orgTxt {
    width: 320px;
}

.tl-source-org-part .my-itemPage .twotXt .pic-dtls {
    width: 320px;
}

.tl-source-org-part .my-itemPage .waitingTxt {
    border: none;
}

.tl-source-org-part .my-itemPage .wldTxt01 {
    border-right: 1px solid #dfdfdf;
    padding: 34px 9px 34px 10px;
}

.tl-source-org-part .orgTxt {
    color: #e54a36;
    font-size: 15px;
    margin-top: 5px;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    margin-bottom: 3px;
}

.tl-source-org-part .orgTxt a {
    color: #e54a36;
    font-size: 15px;
}

.tl-source-org-part .smlpicprt {
    float: left;
    width: 102px;
    margin-right: 4px;
}

.tl-source-org-part .twotXt {
    float: left;
    width: 75%;
    text-align: left;
}

.tl-source-org-part .twotXt .pic-dtls {
    font-size: 19px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    width: 170px;
    line-height: 23px;
    color: #212121;
    text-align: left;
}

.tl-source-org-part .cate-txt {
    padding-left: 2px;
    font-size: 15px;
    margin: 0 0 0 0;
    color: #212121;
    border-left: 1px solid #dfdfdf;
    padding: 40px 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-left: 0px;
}

.tl-source-org-part .wldTxt {
    font-size: 22px;
    font-weight: 400;
    padding: 34px 0;
    text-align: center;
    color: #212121;
    border-left: 1px solid #dfdfdf;
    width: 100%;
    display: inline-block;
}

.tl-source-org-part .wldTxt01 {
    font-size: 22px;
    font-weight: 400;
    padding: 34px 0;
    text-align: left;
    color: #212121;
    border-left: 1px solid #dfdfdf;
    width: 100%;
    display: inline-block;
    padding-left: 20px;
}

.mrgrgt {
    margin-right: 2px;
}

/******************* VoiceMarket Css *************************/

.btn-blue {
    border: 2px solid #277fd0;
    color: #277fd0;
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
    border-radius: 30px;
    padding: 7px 35px;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}

.btn-blue:hover {
    background: #277fd0;
    color: #fff;
}

.btn-get-blue {
    background: #277fd0;
    color: #fff;
    font-size: 32px;
    font-family: 'Oxygen', sans-serif;
    border-radius: 30px;
    padding: 7px 40px;
    transition: all 0.5s ease 0s;
}

.btn-get-blue:hover {
    background: #0067c6;
    color: #fff;
}

.btn-big-blue {
    background: #277fd0;
    color: #fff;
    font-size: 32px;
    font-family: 'Oxygen', sans-serif;
    border-radius: 58px;
    padding: 7px 40px;
    transition: all 0.5s ease 0s;
    font-weight: 700;
}

.btn-big-blue p {
    font-size: 20px;
    font-weight: normal;
}

.btn-big-blue:hover {
    background: #0067c6;
    color: #fff;
}

.tl-bannerPart .tl-banrVoice-inner-part {
    position: absolute;
    left: 105px;
    top: 64px;
    width: 32%;
}

.tl-bannerPart .tl-banrVoice-inner-part h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 54px;
    transition: all 0.5s ease 0s;
}

.tl-bannerPart .tl-banrVoice-inner-part h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 32px;
    margin-bottom: 60px;
    transition: all 0.5s ease 0s;
}

.tl-get-paid-part h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    color: #414141;
    font-weight: 300;
    text-align: center;
    width: 50%;
    margin: 0 auto 55px auto;
}

.tl-testimonials-voice {
    background: #4ab883;
}

/******************* VoiceMarket Css End *************************/

.validation-error {
    color: #ff0000;
}

/******************* Summarizing Css  Part *************************/

.margTop {
    margin-top: 82px;
}

.tl-gamingbar {
    background: #323232;
    height: 80px;
    padding: 19px 0 0 0;
}

.div_arrw {
    background: #323232;
    text-align: right;
}

.divider {
    border-right: 1px solid #bbbbbb;
}

.leftarw {
    display: inline-block;
    padding: 17px 8px 17px 0;
    cursor: pointer;
}

.tl-gamingbar .gamItemtxt {
    font-family: 'Oxygen', sans-serif;
}

.tl-gamingbar .gamItemtxt h3 {
    font-size: 15px;
    color: #ee3017;
    font-weight: 400;
    margin: 0 0 7px 0;
}

.tl-gamingbar .gamItemtxt h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 0 0;
}

.tl-gamingbar .tl-priceTxt {
    font-family: 'Oxygen', sans-serif;
}

.tl-gamingbar .tl-priceTxt h3 {
    font-size: 15px;
    color: #d7d7d7;
    font-weight: 400;
    margin: 0 0 7px 0;
    margin: 0 0 7px 0;
}

.tl-gamingbar .tl-priceTxt p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 0 0;
    margin: 0 0 0 0;
}

.tl-gamingbar .doneMrgn {
    margin-top: 7px;
}

.borgt {
    border-right: 1px solid #bbbbbb;
}

.yourSummaryfooter {
    background: #e54a36;
    padding: 15px 0 0 0;
    border-top: 1px solid #ce4230;
    position: relative;
}

.twoarrw {
    position: absolute;
    width: 160px;
    top: -55px;
    left: 50%;
}

.twoarrw .downarw {
    background: #e54a36;
    float: left;
    border-right: 1px solid #ce4230;
    border-bottom: 1px solid #ea6e5e;
    padding: 16px 30px;
    cursor: pointer;
}

.twoarrw .downarw i {
    font-size: 20px !important;
    color: #fff;
    display: inline-block;
}

.twoarrw .uparrw {
    background: #e54a36;
    float: left;
    border-left: 1px solid #ea6e5e;
    border-bottom: 1px solid #ea6e5e;
    padding: 16px 30px;
    cursor: pointer;
}

.twoarrw .uparrw i {
    font-size: 20px !important;
    color: #fff;
    display: inline-block;
}

.yourSummaryfooter h3 {
    font-size: 25px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.progrsPart .progress {
    margin-bottom: 3px;
    border-radius: 10px;
}

.progrsPart .progress .progress-bar {
    background: #474747;
    border-radius: 0 20px 20px 0;
}

.progrsPart p {
    color: #fff;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
}

.savPrt {
    margin-top: 140px;
}

.yourSummaryfooter .textarea {
    border-radius: 0;
    border: 1px solid #cfcfcf;
}

/******************* Summarizing Css  Part End *************************/

.navbar-fixed-bottom {
    position: fixed !important;
}

/****************** login part *****************/

.login_modal {}

.login_modal h4 {
    font-size: 30px;
    font-weight: normal !important;
    font-family: 'Open Sans', sans-serif;
}

.login_modal .login-tab ul.nav-tabs {
    display: none;
}

.login_modal .modal-header {
    background: none;
}

.login_modal .modal-header .modal-title {
    color: #212121;
    font-weight: bold;
}

.login_modal .modal-header .close {
    color: #000;
    font-size: 25px;
    opacity: 0.9;
}

.login_modal .modal-header .close span {
    color: #000;
}

.login_modal .modal-body {
    padding-right: 20px;
    padding-left: 107px;
}

.login_modal .modalNew {
    padding-right: 20px;
    padding-left: 94px;
}

.login_modal .modal-body .login-tab ul li a {
    color: #000;
}

.login_modal .modal-body .login-tab ul li.active a {
    color: #ff0066;
}

.login_modal .modal-body .input-group {
    width: 80%;
}

.login_modal .modal-body .input-group-addon {
    color: #212121;
    border: 0;
    background: none;
    padding: 0;
    width: 35%;
    font-size: 20px;
    vertical-align: top;
    padding-top: 9px;
}

.login_modal .modal-body .newaddon {
    width: 45%;
}

.login_modal .modal-body .input-group-addon label {
    text-align: left;
    margin: 0 0 0 0;
}

.login_modal .modal-body .bt-login {
    background: #e54a36;
    color: #fff;
    font-weight: bold;
    width: 80%;
}

.login_modal .modal-body .login-modal-footer {
    margin-top: 5px;
}

.login_modal .modal-body #RegistrationRegisterForm .bt-login {
    background: #e54a36;
    ;
    color: #fff;
    width: 80%;
    font-weight: bold;
}

.login_modal .modal-body #RegistrationRegisterForm .aprovTxt {
    font-size: 16px;
    color: #555;
}

.login_modal .modal-body #RegistrationRegisterForm .chkTxt label {
    margin: 0px 0 3px 0;
}

.login_modal .tl-forgotPrt {
    font-size: 15px;
    margin: 0 0 10px;
    width: 82%;
}

.login_modal .signuPrt {
    font-size: 15px;
    margin: 0 0 10px;
    width: 82%;
}

.login_modal .signuPrt01 {
    font-size: 15px;
    margin: 10px 0 10px;
    width: 82%;
    text-align: center;
}

.summrizeLogoFooter {
    background: #323232;
    width: 100%;
    padding: 10px 0;
    color: #707070;
    text-align: center;
}

.summrizeLogoFooter img {
    margin-right: 10px;
}

.chkBoxPrt {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    display: inline-block;
}

/****************** login part end *****************/

.ddl_stat {
    color: #000;
}

/**** Shared Item page ******/

.tl-sharedItem-page {
    margin: 0 0 0 0;
    background: #f2f2f2;
    min-height: 650px;
}

.tl-sharedItem-page .summurai-shared-logo {
    text-align: center;
}

.tl-sharedItem-page .summurai-shared-logo h3 {
    font-family: 'Conv_neuropol';
    color: #fff;
    background: #ff0066;
    padding: 30px 0px 15px 0px;
    font-size: 30px;
    width: 45%;
    margin: 0 auto;
}

.tl-sharedItem-page .summurai-shared-logo a {
    font-family: 'Conv_neuropol';
    color: #fff;
    background: #ff0066;
    padding: 25px 0px 10px 0px;
    font-size: 25px;
    width: 35%;
    margin: 0 auto;
    display: inline-block;
}

.tl-sharedItem-page .tl-shared-player-part {
    width: 92%;
    margin: 50px 0 0 0;
    background: #fff;
    padding: 15px 20px 15px 20px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
}

.tl-sharedItem-page .tl-shared-player-part .player-bannerPart {}

.tl-sharedItem-page .tl-shared-player-part .player-bannerPart img {
    width: 100%;
    height: auto;
}

.tl-sharedItem-page .tl-shared-player-part .tl-plyer-containPart {
    margin: -40px 0 0 0;
    overflow-y: auto;
    min-height: 270px;
    overflow-x: hidden
}

.player-bannerPart embed {
    width: 100%;
}

.tl-shared-player-part #sm2-container embed {
    width: 100%;
}

.tl-sharedItem-page .tl-shared-player-part .tl-plyer-containPart .uxTitle-pink {
    margin: 0 0 0 0;
    position: relative;
}

.tl-sharedItem-page .tl-shared-player-part .tl-plyer-containPart .uxTitle-pink .pinktxt-t {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #e90063;
    /* float:left; width:68%;*/
    line-height: 30px;
}

.tl-sharedItem-page .tl-shared-player-part .tl-plyer-containPart .uxTitle-pink .two-icon {
    float: right;
    width: 82px;
}

.tl-sharedItem-page .tl-shared-player-part .tl-plyer-containPart .uxTitle-pink .two-icon a {
    display: inline-block;
    text-align: center;
    padding: 1px 0 0 25px;
    width: 100%;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

.tl-sharedItem-page .tl-shared-player-part .tl-plyer-containPart .tl-player-details {
    color: #2d2d2d;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 8px;
    font-weight: 600;
    line-height: 28px;
}

.tl-sharedItem-page .tl-shared-player-part .tl-plyer-containPart .name-avtr {
    color: #2e75c1;
    margin: 8px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.tl-shared-player-part .tl-avatar-new {
    margin: 0 5px 0 0;
    position: relative;
    right: 10px;
    text-align: right;
    top: -37px;
}

.tl-shared-player-part .tl-avatar-new .tl-avatar-icon {
    border-radius: 50%;
    display: inline-block;
    height: 70px;
    width: 70px;
}

.tl-shared-player-part .tl-avatar-new .tl-avatar-icon img {
    border: 4px solid #454748;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part {
    margin: 0 0 0 0;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part h3 {
    color: #848c94;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    position: relative;
    padding-left: 33px;
    border-bottom: 2px solid #b2b6ba;
    padding-bottom: 15px;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part hr {
    border-color: #848c94;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part h3 span {
    display: inline-block;
    position: absolute;
    top: -4px;
    left: 0px;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-progressPart {
    margin: 0 0 0 0;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-progressPart .tl-value {
    color: #4a4c4e;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-progressPart .progress {
    height: 12px;
    background: #c0c3c5;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-progressPart .progress .progress-bar {
    background: #e90063;
    border-radius: 5px;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-big-btnpart {
    margin: 0 0 0px 0;
    text-align: center;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-big-btnpart ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-big-btnpart ul li {
    margin: 0 3px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-big-btnpart ul li a {
    display: inline-block;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-big-btnpart ul li a.lnk_play {
    background: url(../img/images/play_01.png) no-repeat 0 0;
    width: 80px;
    height: 80px;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-big-btnpart ul li a.lnk_pause {
    background: url(../img/images/stop_01.png) no-repeat 0 0;
    width: 80px;
    height: 80px;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-progressPart .tl-value span .player_loader {
    width: 25px;
    height: 25px;
    position: relative;
    top: -3px;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-big-btnpart ul li a.player__previous img {
    width: 50px;
    height: 50px;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-big-btnpart ul li a.back_15_sec img {
    width: 50px;
    height: 50px;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-big-btnpart ul li a.ply15_forward img {
    width: 50px;
    height: 50px;
}

.tl-shared-player-part .tl-plyer-containPart .tl-reading-part .tl-big-btnpart ul li a.player__next img {
    width: 50px;
    height: 50px;
}

.tl-sharedItem-page .tl-shared-foot {
    text-align: center;
    margin: 38px 0 10px 0;
}

.tl-sharedItem-page .tl-shared-foot p {
    color: #bfbcbc;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.tl-shared-foot-mobile {
    display: none;
}

.tl-sharedItem-page .tl-whats-next-part {
    margin: 199px 0 0 0px;
}

.tl-sharedItem-page .tl-whats-next-part h2 {
    color: #ff0066;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.tl-sharedItem-page .tl-whats-next-part .tl-whats-list {
    margin: 0 0 0 2px;
    border-bottom: 3px dotted #d0cece;
}

.tl-sharedItem-page .tl-whats-next-part .tl-whats-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tl-sharedItem-page .tl-whats-next-part .tl-whats-list ul li {
    margin: 0 0 10px 0;
    color: #908c8c;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.tl-sharedItem-page .tl-whats-next-part .tl-whats-list ul li a {
    color: #908c8c;
    font-size: 19px;
    font-weight: 600;
}

.tl-sharedItem-page .tl-whats-next-part .tl-whats-list ul li a i {
    margin-right: 6px;
    font-size: 22px !important;
}

.tl-sharedItem-page .tl-whats-next-part .tl-whats-list ul li:last-child a {
    color: #bcbcbc;
}

.tl-sharedItem-page .tl-whats-next-part .tl-whats-list ul li:last-child a:hover {
    color: #bcbcbc;
}

.tl-sharedItem-page .tl-whats-next-part .tl-whats-list ul li a:hover {
    color: #2e75c1;
}

.tl-shared-icon-part {
    margin: 0 0 0 0px;
    border-bottom: 3px dotted #d0cece;
    padding-bottom: 10px;
}

.tl-shared-icon-part h2 {
    color: #ff0066;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.tl-shared-icon-part a {
    display: inline-block;
    background: #767171;
    width: 50px;
    height: 50px;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.tl-shared-icon-part a i {
    color: #fff;
    font-size: 30px !important;
    line-height: 48px;
}

.tl-shared-icon-part a:hover {
    background: #fa1262;
}

/** 404 page **/

.error-page-logo {
    padding: 10px 10px;
    max-width: 250px;
    margin: 0 auto;
}

.page-not-found {
    font-family: "Conv_OpenSansHebrewCondensed-Bold", sans-serif;
}

.page-not-found .error-text {
    font-size: 8em;
    margin: 0;
    line-height: 1em;
}

.error-subtext h2 {
    font-size: 3em;
    margin: 0;
}

.error-subtext a {
    display: block;
    font-size: 2em;
}

.error-page-logo img {
    max-width: 100%;
    padding-left: 36px;
}

.summurai-error-logo {
    font-family: "Conv_neuropol", sans-serif;
    font-size: 2em;
    padding: 10px 10px;
}

@media screen and (max-width: 767px) {
    .tl-sharedItem-page .summurai-shared-logo h3 {
        width: 78%;
    }
    .tl-sharedItem-page .summurai-shared-logo a {
        width: 85%;
    }
    .tl-sharedItem-page .tl-whats-next-part {
        margin-top: 30px;
        margin-left: 0;
    }
    .tl-shared-icon-part {
        margin-left: 0;
    }
    .tl-shared-foot {
        display: none;
    }
    .tl-shared-foot-mobile {
        display: block;
    }
    .tl-shared-foot-mobile {
        text-align: center;
        margin: 30px 0 20px 0;
    }
    .tl-shared-foot-mobile p {
        color: #bfbcbc;
        font-size: 17px;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
    }
    .tl-sharedItem-page .tl-shared-player-part .tl-plyer-containPart {
        min-height: 310px;
    }
    .tl-sharedItem-page .tl-shared-player-part {
        width: 100%;
    }
    .tl-account-verified-page .verified-sometext h1 {
        font-size: 32px !important;
        font-weight: 700;
    }
    .tl-account-verified-page .verified-sometext {
        font-size: 22px !important;
    }
    .tl-account-verified-page .click-right-img {
        margin-top: 45px;
    }
    /** page 404 **/
    .summurai-error-logo {
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tl-sharedItem-page .tl-whats-next-part h2 {
        font-size: 25px;
    }
    .tl-shared-icon-part h2 {
        font-size: 25px;
    }
    .tl-shared-icon-part a {
        width: 40px;
        height: 40px;
    }
    .tl-shared-icon-part a i {
        font-size: 30px !important;
        line-height: 40px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .tl-sharedItem-page .summurai-shared-logo h3 {
        width: 60% !important;
    }
}

/**** Shared Item page End ****/

/**** account verified page ****/

.summurai-body {
    background: #f2f2f2;
}

.tl-account-verified-page {
    background: #f2f2f2;
    /*min-height:600px;*/
    position: relative;
}

.tl-extension-view {
    position: absolute;
    top: 40px;
    right: 90px;
    z-index: 100;
}

/*.tl-account-verified-page ul{ margin:0 auto 0 auto; padding:0; list-style:none; width:545px;}.tl-account-verified-page ul li{ margin:0 0 0 0; height:427px;background:#f2f2f2;}*/

.tl-account-verified-page .summurai-shared-logo {
    font-family: 'Conv_neuropol';
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 30px 0 0 0;
    margin-bottom: 45px;
}

.tl-account-verified-page .slider-main-div {
    margin: 0 auto 0 auto;
    padding: 0;
    list-style: none;
    width: 545px;
    position: relative;
    height: 500px;
}

.tl-account-verified-page .slider-main-div .click-right-img {
    text-align: center;
    margin: 0px 0 0 0;
    height: 60px;
}

.tl-account-verified-page .slider-main-div .verified-sometext {
    text-align: center;
    font-family: 'Oswald', sans-serif !important;
    color: #3b3838;
    margin-bottom: 20px;
}

.tl-account-verified-page .slider-main-div .item01 {
    height: 458px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
}

.tl-account-verified-page .slider-main-div .item02 {
    height: 458px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
}

.tl-account-verified-page .slider-main-div .item03 {
    height: 458px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
}

.tl-account-verified-page .slider-main-div .verified-sometext h1 {
    font-size: 35px;
    font-family: 'Conv_Oswald-Regular', sans-serif !important;
    font-weight: 600;
    color: #555;
}

.tl-account-verified-page .slider-main-div .verified-sometext p {
    font-size: 20px;
    margin: 0 0 0 0;
    font-family: "Roboto", sans-serif;
}

.tl-account-verified-page .slider-main-div .verified-sometext .message-text {
    font-size: 18px;
    margin: 0 0 0 0;
    /*text-transform:capitalize;*/
    font-family: 'Roboto', sans-serif;
}

.tl-account-verified-page .slider-main-div .tl-mobile-number-box {
    width: 360px;
    margin: 0 auto 0 auto;
    font-family: 'Roboto', sans-serif;
}

.tl-account-verified-page .slider-main-div .tl-mobile-number-box .input-group-addon {
    border: 0;
    padding: 0;
    background: url(../img/images/phone-icon.jpg) no-repeat 0 0;
    width: 35px;
    height: 32px;
}

/*.tl-account-verified-page .tl-mobile-number-box .input-group-addon i{ font-size:30px !important;}*/

.tl-account-verified-page .slider-main-div .tl-mobile-number-box .input-group {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 10px 7px;
    background: #fff;
}

.tl-account-verified-page .slider-main-div .tl-mobile-number-box .std-code {
    width: 20%;
    float: left;
    border: 0;
    border-right: 1px solid #353535;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
    padding: 2px 4px 4px 4px;
    font-size: 25px;
    color: #0070c0;
    z-index: 0;
}

.tl-account-verified-page .slider-main-div .tl-mobile-number-box .only-no {
    width: 75%;
    float: left;
    border: 0;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
    padding: 2px 4px 4px 10px;
    font-size: 25px;
    color: #0070c0;
    z-index: 0;
}

.tl-account-verified-page .slider-main-div .tl-we-will-text {
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    width: 355px;
    margin: 20px auto 0 auto;
    color: #453838;
}

.tl-account-verified-page .slider-main-div .tl-we-will-text span {
    color: #f42641;
}

.tl-account-verified-page .slider-main-div .tl-next-btn-part {
    text-align: center;
    margin: 40px 0 0 0;
}

.tl-account-verified-page .slider-main-div .tl-next-btn-part .next-btn {
    background: #FF0166;
    color: #fff;
    font-size: 28px;
    font-family: 'Conv_OpenSansHebrewCondensed-Bold';
    padding: 6px 70px;
    border-radius: 5px;
    outline: 0;
}

.tl-account-verified-page .slider-main-div .tl-cont-btn-part {
    text-align: center;
    margin: 216px 0 0 0;
}

.tl-account-verified-page .slider-main-div .tl-cont-btn-part .cont-btn {
    background: #FF0166;
    color: #fff;
    font-size: 28px;
    font-family: 'Conv_OpenSansHebrewCondensed-Bold';
    padding: 6px 30px;
    border-radius: 5px;
    outline: 0;
}

.tl-account-verified-page .tl-three-bult {
    text-align: center;
    margin: 15px 0 0 0;
    bottom: 10px;
    left: 48%;
    position: absolute;
}

.tl-account-verified-page .tl-three-bult a {
    display: inline-block;
}

.tl-account-verified-page .tl-three-bult a:hover i {
    color: #3b3838;
}

.tl-account-verified-page .tl-three-bult a.active i {
    color: #3b3838;
}

.tl-account-verified-page .tl-three-bult a i {
    font-size: 18px !important;
    color: #d0cece;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    .tl-account-verified-page .slider-main-div {
        width: 98%;
    }
    .tl-account-verified-page .verified-sometext h1 {
        font-size: 28px !important;
    }
    .tl-account-verified-page .slider-main-div .tl-mobile-number-box {
        width: 92%;
    }
    .tl-account-verified-page .slider-main-div .tl-we-will-text {
        width: 92%;
    }
    .tl-account-verified-page .tl-three-bult {
        bottom: -15px;
        left: 42%;
    }
    .tl-extension-view {
        right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 769px) and (max-width: 991px) {}

/**** account verified page End ****/

/******* Open the link from your mobile **************/

.open-the-link {
    margin: 0 0 0 0;
}

.open-the-link .summurai-shared-logo {
    font-family: 'Conv_neuropol';
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 30px 0 0 0;
    margin-bottom: 45px;
}

.open-the-link h1 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #3b3838;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.open-the-link p {
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #453838;
}

/******* Open the link from your mobile  End **************/

/*** Loader***/

#infscr-loading {
    height: 19px;
    left: 53%;
    position: absolute;
    width: 250px;
}

.followingBallsG {
    background-color: rgb(250, 18, 99);
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    animation-name: bounce_followingBallsG;
    -o-animation-name: bounce_followingBallsG;
    -ms-animation-name: bounce_followingBallsG;
    -webkit-animation-name: bounce_followingBallsG;
    -moz-animation-name: bounce_followingBallsG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#followingBallsG_1 {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
}

#followingBallsG_2 {
    animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    -ms-animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
}

#followingBallsG_3 {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}

#followingBallsG_4 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

@keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: rgb(250, 18, 99);
    }
    50% {
        left: 230px;
        background-color: rgb(255, 255, 255);
    }
    100% {
        left: 0px;
        background-color: rgb(250, 18, 99);
    }
}

@-o-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: rgb(250, 18, 99);
    }
    50% {
        left: 230px;
        background-color: rgb(255, 255, 255);
    }
    100% {
        left: 0px;
        background-color: rgb(250, 18, 99);
    }
}

@-ms-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: rgb(250, 18, 99);
    }
    50% {
        left: 230px;
        background-color: rgb(255, 255, 255);
    }
    100% {
        left: 0px;
        background-color: rgb(250, 18, 99);
    }
}

@-webkit-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: rgb(250, 18, 99);
    }
    50% {
        left: 230px;
        background-color: rgb(255, 255, 255);
    }
    100% {
        left: 0px;
        background-color: rgb(250, 18, 99);
    }
}

@-moz-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: rgb(250, 18, 99);
    }
    50% {
        left: 230px;
        background-color: rgb(255, 255, 255);
    }
    100% {
        left: 0px;
        background-color: rgb(250, 18, 99);
    }
}

/*** Loader***/

@media screen and (max-width: 480px) {
    .error-subtext h2 {
        font-size: 2em;
    }
    .error-page-logo {
        max-width: 230px;
    }
    .summurai-error-logo {
        font-size: 1.5em;
        padding-bottom: 0 !important;
    }
    .page-not-found .error-text {
        font-size: 5em;
        margin: 0;
        line-height: 1em;
    }
    .error-subtext a {
        font-size: 1.3em;
    }
}

.equalizer {
    margin: 0;
    padding: 0;
    position: relative;
}

ul.equalizer-color {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

ul.equalizer-color li {
    display: inline-block;
    vertical-align: top;
    height: 200px;
    width: 6.25%;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

ul.equalizer-color li span {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #fd005b;
}

ul.equalizer-border {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

ul.equalizer-border li {
    display: block;
    height: 6.25%;
    border-bottom: 1px solid #ddd;
}

ul.equalizer-border li:last-child {
    border: 0px;
}

.sm2_debug.high_performance.movieContainer.swf_timedout {
    position: absolute;
    right: 0.6%;
    top: 133px;
    width: 28.7%;
    z-index: 20;
    transform: translate(0, 0.6%);
    -webkit-transform: translate(0, 0.6%);
    -ms-transform: translate(0, 0.6%);
}

.sm2_debug.high_performance.movieContainer.swf_timedout embed {
    width: 100% !important;
}

/**** Shared Item Page New Popup ******/

.no-scroll {
    overflow-y: hidden;
}

.embeded-shared-item-body {
    overflow-y: hidden;
}

.over-lay {
    width: 100%;
    height: 100%;
    position: fixed;
    /*background:url(../images/tar.png) repeat 0 0;*/
    left: 0;
    top: 0;
    z-index: 10;
    color: #fff;
    display: none;
    opacity: 0.3;
    background: #000;
    cursor: pointer;
}

.over-lay-feed {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 14;
    color: #fff;
    display: none;
    opacity: 0.6;
    background: #000;
    cursor: pointer;
}

.sammy-popup-shadow {
    box-shadow: -6px 3px 12px #222;
}

.summy-shared-item-popup-dialog-box {
    margin: 0 0 0 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    z-index: 11;
    background: #fff;
    border-left: 4px solid #fc2a5f;
    box-shadow: -6px 3px 12px #222;
}

.summy-shared-item-popup-dialog-box .modal-inner-content {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.click-logo {
    position: absolute;
    top: 33px;
    left: -85px;
    box-shadow: -6px 3px 12px #222;
}

.summy-shared-item-popup-dialog-box .modal-inner-content .popup-top-part {
    margin: 0 0 0 0;
}

.summy-shared-item-popup-dialog-box .modal-inner-content .popup-top-part h2 {
    color: #ed1e79;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 0 0 0px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
}

.full-screen-click {
    margin: 0 0 0 0;
    text-align: right;
}

.full-screen-click i {
    font-size: 20px !important;
    color: #000;
}

.full-screen-click .full_screen {
    margin-right: 10px;
}

.full-screen-click .close {
    opacity: 0.9;
}

.summy-shared-item-popup-dialog-box .modal-inner-content .popup-top-part h1 {
    color: #2d2d2d;
    font-size: 25px;
    font-family: 'Conv_Oswald-Regular';
    margin: 7px 0 7px 0;
}

.summy-shared-item-popup-dialog-box .modal-inner-content .popup-top-part .post-text-top {
    font-size: 14px;
    color: #848487;
}

.summy-shared-item-popup-dialog-box .modal-inner-content .popup-top-part .post-text-top a {
    color: #848487;
}

.summy-shared-item-popup-dialog-box .modal-inner-content .popup-top-part .post-text-top a:hover {
    color: #358ed8;
    text-decoration: none;
}

.summy-shared-item-popup-dialog-box .modal-inner-content .popup-top-part .post-text-top a:focus {
    text-decoration: none;
}

.summy-shared-item-popup-dialog-box .modal-inner-content .popup-top-part .share-btn {
    text-align: right;
}

.summy-shared-item-popup-dialog-box .modal-inner-content .popup-top-part .share-btn .share-icon {
    position: relative;
    top: -4px;
}

.summy-shared-item-popup-dialog-box .modal-inner-content .popup-top-part .share-btn .share-icon img {
    width: 22px;
    height: 22px;
}

.summy-shared-item-popup-dialog-box .modal-inner-content .total-scroll-part {
    margin: 7px 0 0 0;
}

.summy-shared-item-popup-dialog-box .modal-inner-content .total-scroll-part .post-pic-box {}

.summy-shared-item-popup-dialog-box .modal-inner-content .total-scroll-part .post-pic-box img {
    width: 100%;
    height: 150px;
}

.popup-player-controll {}

.popup-player-controll .tl-progressPart {
    margin: 0 0 0 0;
}

.popup-player-controll .tl-progressPart .tl-value {
    color: #4a4c4e;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.popup-player-controll .tl-progressPart .progress {
    height: 12px;
    background: #c0c3c5;
    border-radius: 0;
}

.popup-player-controll .tl-progressPart .progress .progress-bar {
    background: #e90063;
    border-radius: 0px;
}

.popup-player-controll .tl-progressPart .tl-value span .player_loader {
    width: 25px;
    height: 25px;
    position: relative;
    top: -3px;
}

.tl-player-buttons-part {
    margin: -10px 0 0 0;
}

.tl-player-buttons-part .tl-big-btnpart {
    margin: 0 0 10px 0;
    text-align: center;
}

.tl-player-buttons-part .tl-big-btnpart ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.tl-player-buttons-part .tl-big-btnpart ul li {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.tl-player-buttons-part .tl-big-btnpart ul li a {
    display: inline-block;
}

.tl-player-buttons-part .tl-big-btnpart ul li a.lnk_play {
    background: url(../img/images/play_01.png) no-repeat 0 0;
    width: 80px;
    height: 80px;
}

.tl-player-buttons-part .tl-big-btnpart ul li a.lnk_pause {
    background: url(../img/images/stop_01.png) no-repeat 0 0;
    width: 80px;
    height: 80px;
}

.tl-player-buttons-part .tl-big-btnpart ul li a.player__previous img {
    width: 50px;
    height: 50px;
}

.tl-player-buttons-part .tl-big-btnpart ul li a.back_15_sec img {
    width: 50px;
    height: 50px;
}

.tl-player-buttons-part .tl-big-btnpart ul li a.ply15_forward img {
    width: 50px;
    height: 50px;
}

.tl-player-buttons-part .tl-big-btnpart ul li a.player__next img {
    width: 50px;
    height: 50px;
}

.not-active {
    pointer-events: none;
    opacity: 0.4;
}

.summy-shared-item-popup-dialog-box .detls-box-bg {
    margin-top: 10px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.summy-shared-item-popup-dialog-box .detls-box-bg .detls-text-box {
    color: #2d2d2d;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    margin: 0px 0 0 0;
    padding-right: 5px;
    padding-bottom: 0px;
    line-height: 26px;
    text-indent: 0px;
    /*overflow-y:auto;overflow-x:hidden;height:15%; position:absolute;*/
}

@media only screen and (min-width: 1366px) {}

@media only screen and (min-width: 1424px) {}

@media (min-width:1415px) and (max-width: 1920px) {}

.summy-shared-item-popup-dialog-box .detls-box-bg .detls-text-box::-webkit-scrollbar {
    background: transparent;
    width: 10px;
}

.summy-shared-item-popup-dialog-box .detls-box-bg .detls-text-box::-webkit-scrollbar-track {
    background: transparent;
}

.summy-shared-item-popup-dialog-box .detls-box-bg .detls-text-box::-webkit-scrollbar-thumb {
    background: #999;
}

.summy-shared-item-popup-dialog-box .detls-box-bg .detls-text-box::-moz-scrollbar {
    background: transparent !important;
    width: 10px;
}

.summy-shared-item-popup-dialog-box .detls-box-bg .detls-text-box::-moz-scrollbar-track {
    background: transparent !important;
}

.summy-shared-item-popup-dialog-box .detls-box-bg .detls-text-box::-moz-scrollbar-thumb {
    background: #999 !important;
    ;
}

.summy-shared-item-popup-dialog-box .detls-box-bg .detls-text-box::-ms-scrollbar {
    background: transparent;
    width: 10px;
}

.summy-shared-item-popup-dialog-box .detls-box-bg .detls-text-box::-ms-scrollbar-track {
    background: transparent;
}

.summy-shared-item-popup-dialog-box .detls-box-bg .detls-text-box::-ms-scrollbar-thumb {
    background: #999;
}

.summy-shared-item-popup-dialog-box .detls-box-bg .detls-text-box h2 {
    color: #2d2d2d;
    font-family: "Conv_Oswald-Regular";
    font-size: 25px;
    margin: 0 0 0px;
}

.popup-foot-text {
    width: 95.8%;
    text-align: center;
    background: #fff;
    color: #ec0061;
    padding: 15px 0;
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 111;
    border-top: 1px solid #a29d9d;
}

.popup-foot-text a {
    color: #ec0061;
    text-decoration: none;
}

.popup-foot-text a:focus {
    color: #ec0061;
    text-decoration: none;
}

.popup-foot-text a span {
    color: #8d8987;
}

.send-to-my-part {
    margin: 0 0 0 0;
    border-bottom: 1px solid #cfcdcd;
    padding-bottom: 10px;
}

.send-to-my-part .myphone-btn {
    background: #fa1262;
    border-radius: 0;
    color: #fff;
    font-size: 25px;
    text-align: center;
    width: 100%;
    font-family: 'Oswald', sans-serif;
}

.send-to-my-part .myphone-btn i {
    font-size: 15px !important;
    position: relative;
    top: -5px;
    top: -4px;
}

.full-page-shared-item-popup {
    margin: 0 0 0 0;
    width: 100%;
}

.full-page-shared-item-popup .popup-foot-text {
    width: 98.5%;
}

/*.full-page-shared-item-popup .sm2_debug.high_performance.movieContainer.swf_timedout{width:98.3% !important;}*/

.share-icon-popup .table tbody tr td a i img {
    width: auto;
}

.share-icon-popup {
    position: absolute;
    background: #ef005f;
    top: 35px;
    right: 16px;
    width: 230px;
    height: 119px;
    z-index: 11;
}

.share-icon-popup .share-box-arw:after {
    top: -24px;
    left: 88%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(239, 0, 95, 0);
    border-bottom-color: #ef005f;
    border-top-color: transparent;
    border-width: 12px;
}

.share-icon-popup .table {
    height: 100%;
    margin-bottom: 0;
}

.share-icon-popup .table tbody {}

.share-icon-popup .table tbody tr {}

.share-icon-popup .table tbody tr td {
    border: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.share-icon-popup .table tbody tr td a {
    color: #fff;
    font-size: 14px;
    font-family: "Conv_Oswald-Regular";
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 28px 0;
    transition: all 0.5s ease 0s;
}

.share-icon-popup .table tbody tr td a i {
    width: 100%;
    display: inline-block;
    margin-bottom: 3px;
}

.share-icon-popup .table tbody tr td a i img {
    opacity: 9;
    width: auto;
}

.share-icon-popup a:hover {
    background: #B8004A;
}

.share-icon-popup a:target {
    background: #B8004A;
}

.share-icon-popup a:active {
    background: #B8004A;
}

.share-icon-popup a.active {
    background: #B8004A;
}

.share-icon-popup a:focus {
    text-decoration: none;
    outline: none;
    background: #B8004A;
}

/****** Summy Shared Popup Mminimize New *******/

.shared-popup-minimize-shadow {
    box-shadow: -6px 3px 12px #222;
}

.shared-embed-footer-border {
    position: fixed;
    background: #3B3838;
    height: 6px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}

/*** Minimized Part ****/

.minimized-version-div {
    width: 24% !important;
    height: 64px !important;
    cursor: pointer;
}

.minimized-version-div .logo-width {
    width: 20% !important;
}

.minimized-version-div .title-width-full {
    width: 74%;
}

.minimized-version-div .title-width {
    width: 92% !important;
}

.minimized-version-div .arrow-width {
    width: 7% !important;
    padding: 0 0 !important;
}

.minimized-version-div .pic-logo img {
    width: 40px !important;
    max-height: 40px !important;
    min-height: 40px !important;
}

.minimized-version-div .three-btn-rgt {
    margin-top: 0 !important;
}

.minimized-version-div .three-btn-rgt .minimize_shared_icon {
    display: none;
}

.minimized-version-div .three-btn-rgt .close_mini_shared {
    display: none;
}

.minimized-version-div .three-btn-rgt .minimize-sml-arrow {
    display: block;
}

.minimized-version-div .three-btn-rgt .minimize-sml-arrow i {
    color: #000;
    font-size: 22px !important;
    margin-left: 0;
    position: relative;
    right: 5px;
    top: -2px;
}

.minimized-version-div .dtls-title h2 {
    font-size: 18px !important;
}

.minimized-version-div .rgt-title-part h2 {
    font-size: 18px !important;
}

.minimized-version-div .dtls-title {
    margin-top: 10px;
}

.minimized-version-div .power-text {
    display: none;
}

.minimized-version-div .pic-and-dtls-part {
    display: none;
}

.minimized-version-div .shared-popup-player-control-part {
    display: none;
}

.summy-shared-popup-minimize-sml .minimize-sml-arrow {
    display: none;
}

/**** Full popup part ****/

.summy-shared-popup-minimize-sml {
    background: #fff;
    /*border-top:6px solid #fd0060;*/
    display: block;
    height: 208px;
    right: 7%;
    margin: 0;
    position: fixed;
    bottom: 0;
    width: 562px;
    z-index: 12;
    padding: 0px 0px 0 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.summy-shared-popup-minimize-sml .progress-big {
    background: #fd0060;
    height: 6px;
    margin-bottom: 10px;
}

.summy-shared-popup-minimize-sml .progress-small {
    display: none;
}

.minimized-version-div .progress-big {
    display: none;
}

.minimized-version-div .progress-small {
    display: block;
}

.minimized-version-div .progress-small .progress {
    height: 6px;
    border-radius: 0;
    margin-bottom: 10px;
    background: #D0CECE;
}

.popup-minimize-play-part {
    padding: 0 10px 0 10px;
}

.popup-minimize-play-part .padding-left-no {
    padding-left: 0;
}

.popup-minimize-play-part .padding-right-no {
    padding-right: 0;
}

.popup-minimize-play-part .logo-width {
    width: 31.55%;
}

.popup-minimize-play-part {
    margin-bottom: 10px;
}

.popup-minimize-play-part .pic-logo {
    width: 150px;
}

.popup-minimize-play-part .pic-logo img {
    min-height: 150px;
    width: 150px;
    max-height: 150px;
}

.popup-minimize-play-part .power-text {
    text-align: center;
    margin: 4px 0 0 0;
}

.popup-minimize-play-part .power-text a {
    font-size: 12px;
    color: #555555;
}

.popup-minimize-play-part .power-text a span {
    color: #fd0060;
    margin-left: 3px;
}

.popup-minimize-play-part .dtls-title {}

.popup-minimize-play-part .dtls-title h2 {
    color: #323f51;
    font-family: "Conv_Oswald-Regular";
    font-size: 23px;
    margin: 0px 0;
    font-weight: 600;
}

.popup-minimize-play-part .title-width {
    width: 84%;
}

.popup-minimize-play-part .arrow-width {
    width: 15%;
    padding-left: 0;
}

.popup-minimize-play-part .dtls-title .three-btn-rgt {
    text-align: right;
    margin-top: 5px;
}

.popup-minimize-play-part .dtls-title .three-btn-rgt a {
    margin-left: 5px;
}

.popup-minimize-play-part .dtls-title .three-btn-rgt a img {
    width: 35%;
}

.popup-minimize-play-part .pic-and-progress-play-all-part {
    margin: 0 0 0 0;
}

.popup-minimize-play-part .pic-and-dtls-part {
    margin: 16px 0 0 0;
    float: left;
    width: 75%;
}

.popup-minimize-play-part .pic-and-dtls-part table tbody tr td {
    vertical-align: middle;
}

.popup-minimize-play-part .pic-and-dtls-part .sml-pic {
    /*width:31%; float:left;*/
}

.popup-minimize-play-part .pic-and-dtls-part .sml-pic img {
    width: 100%;
    height: 70px;
}

.popup-minimize-play-part .pic-and-dtls-part .dtls-text {
    /*margin-left:10px; float:left; width:66%;*/
}

.popup-minimize-play-part .pic-and-dtls-part .dtls-text h3 {
    margin: 0 0 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #4a90e2;
    display: inline-block;
    width: 98%;
    /*white-space:nowrap;*/
    text-overflow: ellipsis;
    height: 19px;
    overflow: hidden;
}

.popup-minimize-play-part .pic-and-dtls-part .dtls-text p {
    color: #323f51;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    max-height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    margin-top: -5px;
}

.shared-popup-player-control-part {
    margin: 2px 0 0 0;
}

.shared-popup-player-control-part .only-control {
    width: 100%;
}

.shared-popup-player-control-part .tl-progressPart {
    padding-top: 9px;
}

.shared-popup-player-control-part .tl-progressPart .progress {
    margin-bottom: 0;
    height: 8px;
}

.shared-popup-player-control-part .tl-progressPart .tl-value {}

.shared-popup-player-control-part .tl-progressPart .tl-value span {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.shared-popup-player-control-part .popup-player-controll .tl-progressPart .progress .progress-bar {
    background: #fd0060;
}

.pic-and-progress-play-all-part .only-play-part {
    float: right;
    width: 22%;
    border-left: 1px solid #c0c0c0;
    margin-top: 27px;
}

.pic-and-progress-play-all-part .only-play-part .sm-ply {
    text-align: center;
    margin-top: 0px;
}

.pic-and-progress-play-all-part .only-play-part .sm-ply a {
    display: inline-block;
    border-radius: 50%;
    background: #fd0060;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 73px;
    padding-left: 0px;
    transition: all 0.5s ease 0s;
}

.pic-and-progress-play-all-part .only-play-part .sm-ply a i {
    font-size: 22px !important;
    color: #fff;
}

.pic-and-progress-play-all-part .only-play-part .sm-ply a .fa-play {
    padding-left: 5px;
    margin-top: 22px;
}

.pic-and-progress-play-all-part .only-play-part .sm-ply a:hover {
    filter: brightness(85%)
}

.pic-and-progress-play-all-part .only-play-part p {
    margin: 4px 0 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    color: #3d89e3;
}

.summy-shared-popup-minimize-sml .share-love-part {
    margin: 0px 0 10px 0;
    border-top: 1px solid #555;
}

.summy-shared-popup-minimize-sml .share-love-part .share-love-width {
    width: 31.55%;
}

.summy-shared-popup-minimize-sml .share-love-part h2 {
    color: #323f51;
    font-family: "Conv_Oswald-Regular";
    font-size: 22px;
    margin: 21px 0 0 0;
    text-align: center;
    font-weight: 600;
}

.summy-shared-popup-minimize-sml .padding-left-no {
    padding-left: 0;
}

.social-list-popup {
    margin: 0px 0 0 0;
}

.social-list-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.social-list-popup ul li {
    display: inline-block;
    /*border-left:1px solid #d4d4d4;*/
    vertical-align: top;
    text-align: center;
    background: url("../img/images/li-divider.jpg") no-repeat left center;
    transition: all 0.5s ease 0s;
}

.social-list-popup ul li:hover+li {
    background: none !important;
}

.social-list-popup ul li:first-child {
    background: none;
}

.social-list-popup ul li:first-child a {
    width: 120px;
}

.social-list-popup ul li a {
    display: inline-block;
    padding-top: 11px;
    transition: all 0.5s ease 0s;
    width: 64px;
    height: 65px;
}

.social-list-popup ul li a:hover {
    /*background:#ff4400;*/
}

.social-list-popup ul li a .icon-p {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.social-list-popup ul li:hover a .icon-p {
    -webkit-filter: brightness(300%);
    filter: brightness(300%);
}

.social-list-popup ul li a .chk-ph-iocn {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.social-list-popup ul li:hover a .chk-ph-iocn {
    -webkit-filter: brightness(300%);
    filter: brightness(300%);
}

.social-list-popup ul li:first-child {
    border: 0;
    /*width:31%;*/
}

.social-list-popup ul li a span {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #555555;
    margin-top: 0px;
    display: inline-block;
}

.social-list-popup ul li:hover a span {
    color: #fff;
}

.social-list-popup ul li a .chk-ph-iocn {
    float: left;
    margin: 3px 0px 0 9px;
}

.social-list-popup ul li a .icon-p {
    margin-top: 5px;
}

.summy-shared-popup-minimize-sml .share-love-part .padding-right05 {
    padding-right: 5px;
}

/** New Design keep-me-posted **/

.minimized-version-div .keep-me-posted-part {
    display: none;
    background: none;
}

.keep-me-posted-part {
    margin: 6px 0 0 0;
    background: #efefef;
    padding: 9px 5px 9px 8px;
    width: 99%;
}

.keep-me-posted-part .fill-in-name-part {
    width: 100%;
}

.keep-me-posted-part .fill-in-name-part .form-group {
    margin-bottom: 5px;
}

.keep-me-posted-part .fill-in-name-part .form-group .control-label {
    padding-top: 0;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #2e3b4e;
    margin-top: 6px;
}

.keep-me-posted-part .fill-in-name-part .form-group .padding-lft-no {
    padding-left: 0;
}

.keep-me-posted-part .fill-in-name-part .form-group .form-control {
    padding: 0 5px;
    border: 0;
    border-radius: 0;
    color: #2e3b4e;
    height: 30px;
}

.keep-me-posted-part .fill-btn-part {
    margin: 0 0 0 0;
    text-align: right;
}

.keep-me-posted-part .fill-btn-part .btn-fill {
    background: #ff4400;
    font-family: "Conv_Oswald-Regular";
    font-size: 16px;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 4px 12px;
}

/** New design create-account **/

.minimized-version-div .started-create-account-part {
    display: none;
}

.started-create-account-part {
    margin: 6px 0 0 0;
    background: #efefef;
    padding: 10px 5px 10px 5px;
    width: 99%;
}

.started-create-account-part .fill-in-text-part {
    width: 70%;
    float: left;
    padding-top: 17px;
}

.started-create-account-part .fill-in-text-part table {}

.started-create-account-part .fill-in-text-part table tbody tr td {
    vertical-align: middle;
}

.started-create-account-part .fill-in-text-part .only-icon {}

.started-create-account-part .fill-in-text-part .only-text {
    color: #323f51;
    font-size: 14px;
    font-weight: bold;
}

.started-create-account-part .fill-btn-part {
    width: 27%;
    float: right;
}

.started-create-account-part .fill-btn-part .btn-fill {
    background: #ff4400;
    font-family: "Conv_Oswald-Regular";
    font-size: 21px;
    color: #fff;
    border: 0;
    border-radius: 0;
    height: 99px;
    width: 100%;
}

/**** Shared Item Page New Popup End ******/

/********** 2nd Shared Item Page New Popup *****/

.second-new-summy-shared-popup {
    background: #fff;
    /*border-top:6px solid #fd0060;*/
    display: block;
    height: 474px;
    right: 7%;
    margin: 0;
    position: fixed;
    bottom: 0;
    width: 400px;
    z-index: 12;
    padding: 0px 0px 0 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: -6px 3px 12px #222;
}

.second-new-summy-shared-popup .progress-big {
    background: #fd0060;
    height: 6px;
    margin-bottom: 10px;
}

.second-new-summy-shared-popup .popup-inner-part {
    padding: 0 10px 0px 10px;
}

.second-new-summy-shared-popup .popup-inner-part .logo-litle-part {
    margin: 0 0 0 0;
    position: relative;
    padding-right: 34px;
}

.second-new-summy-shared-popup .popup-inner-part .logo-litle-part .p-logo {
    width: 90px;
    float: left;
    margin-right: 10px;
}

.second-new-summy-shared-popup .popup-inner-part .logo-litle-part .p-logo img {
    width: 100%;
    height: 90px;
}

.second-new-summy-shared-popup .popup-inner-part .logo-litle-part .rgt-title-part {
    width: 69%;
    float: left;
}

.second-new-summy-shared-popup .popup-inner-part .logo-litle-part .rgt-title-part h2 {
    margin: 0 0 0 0;
    color: #323f51;
    font-family: "Conv_Oswald-Regular";
    font-size: 27px;
    font-weight: 600;
}

.second-new-summy-shared-popup .popup-inner-part .logo-litle-part .rgt-title-part p {
    font-size: 15px;
    color: #323f51;
    font-family: 'Lato', sans-serif;
    margin: 4px 0 0 0;
}

.second-new-summy-shared-popup .popup-inner-part .logo-litle-part .rgt-title-part p span {
    color: #4a90e2;
}

.second-new-summy-shared-popup .popup-inner-part .logo-litle-part .up-down-arrw-part {
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.second-new-summy-shared-popup .popup-inner-part .logo-litle-part .up-down-arrw-part a {
    font-size: 30px;
    color: #000;
    position: relative;
    top: -6px;
}

.second-new-summy-shared-popup .popup-inner-part .inner-banner-part {
    margin: 10px 0 0 0;
    position: relative;
}

.second-new-summy-shared-popup .popup-inner-part .inner-banner-part img {
    width: 100%;
    height: 190px;
}

.second-new-summy-shared-popup .popup-inner-part .inner-banner-part .sm-ply {
    text-align: center;
    margin-top: 0px;
    position: absolute;
    z-index: 10;
    top: 35%;
    left: 42%;
}

.second-new-summy-shared-popup .popup-inner-part .inner-banner-part .sm-ply a {
    display: inline-block;
    border-radius: 50%;
    background: #fd0060;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 73px;
    padding-left: 0px;
    transition: all 0.5s ease 0s;
}

.second-new-summy-shared-popup .popup-inner-part .inner-banner-part .sm-ply a i {
    font-size: 22px !important;
    color: #fff;
    margin-top: 22px;
}

.second-new-summy-shared-popup .popup-inner-part .inner-banner-part .sm-ply a .fa-play {
    padding-left: 5px;
}

.second-new-summy-shared-popup .popup-inner-part .inner-banner-part .sm-ply a:hover {
    filter: brightness(85%)
}

.second-new-summy-shared-popup .shared-popup-player-control-part {
    margin: 2px 0 0 0;
}

.second-new-summy-shared-popup .shared-popup-player-control-part .only-control {
    width: 100%;
}

.second-new-summy-shared-popup .shared-popup-player-control-part .tl-progressPart {
    padding-top: 0px;
}

.second-new-summy-shared-popup .shared-popup-player-control-part .tl-progressPart .progress {
    margin-bottom: 0;
    height: 8px;
    cursor: pointer;
}

.second-new-summy-shared-popup .shared-popup-player-control-part .tl-progressPart .tl-value {}

.second-new-summy-shared-popup .shared-popup-player-control-part .tl-progressPart .tl-value span {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.second-new-summy-shared-popup .shared-popup-player-control-part .popup-player-controll .tl-progressPart .progress .progress-bar {
    background: #fd0060;
}

.second-new-summy-shared-popup .popup-inner-part .power-text {
    margin: 12px 0 0 0;
}

.second-new-summy-shared-popup .popup-inner-part .power-text .powerby-text {}

.second-new-summy-shared-popup .popup-inner-part .power-text .powerby-text a {
    font-size: 17px;
    color: #323f51;
}

.second-new-summy-shared-popup .the-velocity-part {
    width: 170px;
    text-align: right;
}

.second-new-summy-shared-popup .the-velocity-part a {
    color: #323f51;
    font-size: 17px;
    margin-left: 5px;
}

.second-new-summy-shared-popup .the-velocity-part a:hover {
    text-decoration: none;
}

.second-new-summy-shared-popup .the-velocity-part a:focus {
    text-decoration: none;
    outline: none;
}

.second-new-summy-shared-popup .the-velocity-part a.active {
    color: #fd2879;
}

.second-new-summy-shared-popup .add-to-list-part {
    margin: 10px 0 0 0;
}

.second-new-summy-shared-popup .add-to-list-part table {}

.second-new-summy-shared-popup .add-to-list-part table tbody {}

.second-new-summy-shared-popup .add-to-list-part table tbody tr {}

.second-new-summy-shared-popup .add-to-list-part table tbody tr td {
    text-align: center;
    border: 1px solid #efefef;
    border-bottom: 0;
}

.second-new-summy-shared-popup .add-to-list-part table tbody tr td a {
    display: inline-block;
    width: 100%;
    padding: 18px 0 0 0;
}

.second-new-summy-shared-popup .add-to-list-part table tbody tr td:first-child {
    border-left: 0;
}

.second-new-summy-shared-popup .add-to-list-part table tbody tr td:last-child {
    border-right: 0;
}

.second-new-summy-shared-popup .add-to-list-part table tbody tr td i {}

.second-new-summy-shared-popup .add-to-list-part table tbody tr td p {
    color: #323f51;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin: 8px 0 4px 0;
}

.second-new-summy-shared-popup .progress-big {
    background: #fd0060;
    height: 6px;
    margin-bottom: 10px;
}

.second-new-summy-shared-popup .progress-small {
    display: none;
}

.second-new-summy-shared-popup .popup-inner-part .keep-me-posted-part {
    padding: 10px;
    width: 100%;
}

.second-new-summy-shared-popup .popup-inner-part .keep-me-posted-part .fill-in-name-part {}

.second-new-summy-shared-popup .popup-inner-part .keep-me-posted-part .fill-in-name-part .form-group {
    margin: 0 0 0 0;
    font-family: 'Lato', sans-serif;
}

.second-new-summy-shared-popup .popup-inner-part .keep-me-posted-part .fill-in-name-part .form-group label {
    font-size: 16px;
    color: #323f51;
    margin-bottom: 2px;
    font-family: 'Lato', sans-serif;
}

.second-new-summy-shared-popup .popup-inner-part .keep-me-posted-part .fill-in-name-part .form-group .form-control {
    height: 34px;
    box-shadow: none;
}

.second-new-summy-shared-popup .popup-inner-part .keep-me-posted-part .fill-in-name-part .form-group .phone-no {
    margin: 0 0 0 0;
}

.second-new-summy-shared-popup .popup-inner-part .keep-me-posted-part .fill-in-name-part .form-group .phone-no .only-std {
    background: #fff;
    height: 34px;
    width: 10%;
    font-size: 13px;
    color: #323f51;
    float: left;
    padding: 9px 0 0 0px;
    text-align: right;
}

.second-new-summy-shared-popup .popup-inner-part .keep-me-posted-part .fill-in-name-part .form-group .phone-no .type-no {
    width: 90%;
    float: left;
}

.second-new-summy-shared-popup .popup-inner-part .keep-me-posted-part .fill-btn-part {
    margin-top: 10px;
}

.second-new-summy-shared-popup .popup-inner-part .logo-litle-part .top_content_area h2 {
    font-family: 'Oswald', sans-serif;
}

.second-minimized-version-div {
    padding-bottom: 10px;
}

.second-minimized-version-div .popup-inner-part .logo-litle-part .p-logo {
    width: 45px;
}

.second-minimized-version-div .popup-inner-part .logo-litle-part .p-logo img {
    height: 45px;
}

.second-minimized-version-div .popup-inner-part .logo-litle-part .rgt-title-part {
    width: 80%;
}

.second-minimized-version-div .popup-inner-part .logo-litle-part .rgt-title-part h2 {
    font-size: 20px;
    margin-top: 9px;
}

.second-minimized-version-div .progress-big {
    display: none;
}

.second-minimized-version-div .progress-small {
    display: block;
}

.second-minimized-version-div .progress-small .progress {
    height: 6px;
    border-radius: 0;
    margin-bottom: 10px;
    background: #D0CECE;
}

.second-minimized-version-div .popup-inner-part .logo-litle-part .rgt-title-part p {
    display: none;
}

.second-minimized-version-div .popup-inner-part .inner-banner-part {
    display: none;
}

.second-minimized-version-div .popup-inner-part .shared-popup-player-control-part {
    display: none;
}

.second-minimized-version-div .popup-inner-part .power-text {
    display: none;
}

.second-minimized-version-div .popup-inner-part .add-to-list-part {
    display: none;
}

/********** 2nd Shared Item Page New Popup End *****/

/******* Shared Item Only Hebrew Supported Popup *******/

.summy-shared-hebrewSupported-popup {
    background: #fff;
    /*border-top:6px solid #fd0060;*/
    display: block;
    height: 208px;
    left: 7%;
    margin: 0;
    position: fixed;
    bottom: 0;
    width: 562px;
    z-index: 12;
    padding: 0px 0px 0 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.summy-shared-hebrewSupported-popup .progress-big {
    background: #fd0060;
    height: 6px;
    margin-bottom: 10px;
}

.summy-shared-hebrewSupported-popup .progress-small {
    display: none;
}

.minimized-version-div .progress-big {
    display: none;
}

.minimized-version-div .progress-small {
    display: block;
}

.minimized-version-div .progress-small .progress {
    height: 6px;
    border-radius: 0;
    margin-bottom: 10px;
    background: #D0CECE;
}

.minimized-version-div .only-title-width-h {
    width: 81.75% !important;
}

.minimized-version-div .only-title-width-h .arrow-width {
    width: 12% !important;
}

.minimized-version-div .only-title-width-h .title-width-new-h {
    width: 86% !important;
    padding-left: 0;
}

.minimized-version-div .logo-width-h {
    width: 14% !important;
}

.minimized-version-div .title-width-new-h {
    margin-top: 0;
    /*width: 115% !important;*/
}

.minimized-version-div .pic-logo-h {
    /*float:none !important;text-align:right;width:91px !important;*/
    width: auto !important;
}

.summy-shared-hebrewSupported-popup .minimize-sml-arrow {
    display: none;
}

.summy-shared-hebrewSupported-popup .dtls-title .three-btn-rgt a {
    margin-right: 5px;
    margin-left: 0;
}

.summy-shared-hebrewSupported-popup .arrow-width {
    padding-left: 15px;
    padding-right: 0;
}

.summy-shared-hebrewSupported-popup .only-title-width {
    padding-right: 0;
    width: 68.75%;
}

.summy-shared-hebrewSupported-popup .logo-width {
    padding-right: 0;
    width: 28.55%;
    padding-left: 0;
}

.summy-shared-hebrewSupported-popup .pic-logo {
    float: right;
}

.summy-shared-hebrewSupported-popup .pic-and-progress-play-all-part .only-play-part {
    float: left;
    width: 22%;
    border-right: 1px solid #c0c0c0;
    margin-top: 27px;
    border-left: 0;
}

.summy-shared-hebrewSupported-popup .dtls-title h2 {
    text-align: right;
}

.summy-shared-hebrewSupported-popup .dtls-title .padding-right-no {
    padding-right: 10px;
}

.summy-shared-hebrewSupported-popup .popup-minimize-play-part .pic-and-dtls-part {
    margin: 16px 0 0 0;
    float: right;
    width: 75%;
}

.summy-shared-hebrewSupported-popup .popup-minimize-play-part .pic-and-dtls-part .dtls-text {
    text-align: right;
}

.summy-shared-hebrewSupported-popup .share-love-part {
    margin: 0px 0 10px 0;
    border-top: 1px solid #555;
}

.summy-shared-hebrewSupported-popup .share-love-part .share-love-width {
    width: 31.55%;
}

.summy-shared-hebrewSupported-popup .share-love-part h2 {
    color: #323f51;
    font-family: 'Conv_OpenSansHebrewCondensed-Regular';
    font-size: 22px;
    margin: 21px 0 0 0;
    text-align: center;
    font-weight: 600;
}

.summy-shared-hebrewSupported-popup .share-love-part .padding-left-no {
    padding-right: 0;
}

.summy-shared-hebrewSupported-popup .social-list-popup {
    margin: 0px 0 0 0;
}

.summy-shared-hebrewSupported-popup .social-list-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li {
    display: inline-block;
    /*border-left:1px solid #d4d4d4;*/
    vertical-align: top;
    text-align: center;
    background: url("../img/images/li-divider.jpg") no-repeat left center;
    transition: all 0.5s ease 0s;
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li:hover+li {
    background: none !important;
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li:first-child {
    background: none;
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li:last-child a {
    width: 120px;
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li a {
    display: inline-block;
    padding-top: 11px;
    transition: all 0.5s ease 0s;
    width: 61px;
    height: 65px;
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li a:hover {
    /*background:#ff4400;*/
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li a .icon-p {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li:hover a .icon-p {
    -webkit-filter: brightness(300%);
    filter: brightness(300%);
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li a .chk-ph-iocn {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li:hover a .chk-ph-iocn {
    -webkit-filter: brightness(300%);
    filter: brightness(300%);
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li:last-child {
    border: 0;
    /*width:31%;*/
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li a span {
    font-family: 'Open Sans Hebrew', 'almoni-dl', tahoma;
    font-size: 18px;
    color: #555555;
    margin-top: 0px;
    display: inline-block;
    margin-top: 9px;
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li:hover a span {
    color: #fff;
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li a .chk-ph-iocn {
    float: right;
    margin: 1px 7px 0 0px;
}

.summy-shared-hebrewSupported-popup .social-list-popup ul li a .icon-p {
    margin-top: 5px;
}

.summy-shared-hebrewSupported-popup .power-text {
    text-align: center;
    margin: 4px 0 0 0;
    float: right;
    width: 92%;
}

.summy-shared-hebrewSupported-popup .title-width-new-h h2 {
    font-family: 'Open Sans Hebrew', 'almoni-dl', tahoma;
}

.summy-shared-hebrewSupported-popup .popup-minimize-play-part .pic-and-dtls-part h3 {
    font-family: 'Open Sans Hebrew', 'almoni-dl', tahoma;
}

.summy-shared-hebrewSupported-popup .popup-minimize-play-part .pic-and-dtls-part p {
    font-family: 'Open Sans Hebrew', 'almoni-dl', tahoma;
}

.summy-shared-hebrewSupported-popup .pic-and-progress-play-all-part .only-play-part p {
    margin-top: 18px;
}

.summy-shared-hebrewSupported-popup .pic-and-progress-play-all-part .only-play-part p a {
    font-family: 'Open Sans Hebrew', 'almoni-dl', tahoma;
    font-size: 17px;
}

.summy-shared-hebrewSupported-popup .power-text a {
    font-family: 'Open Sans Hebrew', 'almoni-dl', tahoma;
}

.summy-shared-hebrewSupported-popup .power-text a span {
    font-family: "Open Sans", sans-serif;
}

/*** Sml part ***/

.sml-hebrewSupported-popup {}

.sml-hebrewSupported-popup .only-title-width {
    width: 80.75% !important;
}

.sml-hebrewSupported-popup .dtls-title .three-btn-rgt a {
    margin-right: -12px !important;
    margin-left: 0;
}

.sml-hebrewSupported-popup .logo-width {
    width: 18% !important;
}

.sml-hebrewSupported-popup .pic-logo {
    float: none;
    width: auto;
    text-align: right;
    padding-right: 10px;
}

/******* Shared Item Only Hebrew Supported Popup *******/

/******* HEY YOU! feedback popup Part ******/

.summy-feedBack-popup {
    margin: 0 0 0 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}

.summy-feedBack-popup .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.summy-feedBack-popup .vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.summy-feedBack-popup .vertical-align-center .modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

.summy-feedBack-popup .modal-dialog {
    width: 800px;
    height: 500px;
}

.summy-feedBack-popup .modal-dialog .modal-content {
    border-radius: 0;
    position: relative;
}

.summy-feedBack-popup .modal-dialog .modal-content .error-top-msg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
}

.summy-feedBack-popup .up-logo-part {
    position: relative;
    margin: 0 0 0 0;
}

.summy-feedBack-popup .up-logo-part .only-logo {
    position: absolute;
    top: -5px;
    left: 25px;
}

.summy-feedBack-popup .up-logo-part .only-logo img {
    width: 50%;
}

.summy-feedBack-popup .up-logo-part .close {
    font-size: 28px;
    right: 14px;
    top: 10px;
    position: relative;
    opacity: 0.8;
}

.summy-feedBack-popup .vertical-align-center .modal-content .inner-heading {
    text-align: center;
    margin: 60px 0 0 0;
}

.summy-feedBack-popup .vertical-align-center .modal-content .inner-heading h1 {
    color: #323f51;
    font-family: 'Conv_Oswald-Bold';
    font-size: 38px;
}

.summy-feedBack-popup .vertical-align-center .modal-content .inner-heading p {
    color: #323f51;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}

.summy-feedBack-popup .vertical-align-center .modal-content .dialog-box {
    margin: 0 0 0 0;
}

.summy-feedBack-popup .vertical-align-center .modal-content .dialog-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.summy-feedBack-popup .vertical-align-center .modal-content .dialog-box ul li {
    background: #f9f9f9;
    border: solid 1px #e3e3e3;
    text-align: center;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    width: 250px;
    height: 180px;
    color: #323f51;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 15px;
    cursor: pointer;
}

.summy-feedBack-popup .vertical-align-center .modal-content .dialog-box ul li h2 {
    font-weight: bold;
    font-size: 30px;
}

.summy-feedBack-popup .vertical-align-center .modal-content .dialog-box ul li p {
    font-size: 18px;
}

.summy-feedBack-popup .vertical-align-center .modal-content .quest-text {
    color: #323f51;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 15px 0 0 0;
}

.summy-feedBack-popup .vertical-align-center .modal-content .question-part {
    position: absolute;
    top: 101px;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 0px 12px;
}

.summy-feedBack-popup .vertical-align-center .modal-content .question-part .inner-heading {
    margin: 10px 0 0 0;
}

.summy-feedBack-popup .vertical-align-center .modal-content .question-part .inner-heading h1 {
    margin: 0 0 15px 0;
}

.question-dialog-box {
    margin: 0 0 0 0;
}

.question-dialog-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.question-dialog-box ul li {
    text-align: center;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    color: #323f51;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 15px;
    vertical-align: top;
}

.question-dialog-box ul li h2 {
    font-weight: bold;
    font-size: 30px;
}

.question-dialog-box ul li p {
    font-size: 18px;
}

.question-dialog-box ul li .defChkbx:not(.default)>input {
    padding: 0;
    margin: 0;
    height: 10px;
    width: 10px;
    float: left;
    position: absolute;
    left: 0;
    opacity: 0;
}

.question-dialog-box ul li .defChkbx:not(.default)>label {
    color: #323f51;
    display: inline-block;
    cursor: pointer;
    background: #f9f9f9;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    text-shadow: none;
    border: solid 1px #e3e3e3;
}

.question-dialog-box ul li .defChkbx:not(.default)>input+label:hover {}

.question-dialog-box ul li .defChkbx:not(.default)>input:checked+label {
    background: #fe0060;
    text-shadow: none;
    color: #fff;
}

/*.tl-three-checkbox-part .defChkbx:not(.default) > input:hover + label, .defChkbx:not(.default) > input:focus + label,.tl-three-checkbox-part .defChkbx:not(.default) > input + label:hover, .defChkbx:not(.default) > input:focus + label{}*/

.question-dialog-box ul li .defChkbx:not(.default)>input+label {
    height: 180px;
    width: 250px;
    margin: 4px 0 0 0;
}

/* Checked styles */

.question-dialog-box ul li .defChkbx:not(.default)>input[type=radio]:checked+label {}

.question-dialog-box ul li .defChkbx:not(.default)>input[type=radio]:hover:checked+label,
.question-dialog-box ul li .defChkbx:not(.default)>input[type=radio]:focus:checked+label,
.question-dialog-box ul li .defChkbx:not(.default)>input[type=radio]:checked+label:hover,
.question-dialog-box ul li .defChkbx:not(.default)>input[type=radio]:focus:checked+label {}

.qs-section04 {}

.qs-section04 .question-dialog-box ul li {
    width: 200px;
}

.qs-section04 .question-dialog-box ul li .defChkbx:not(.default)>input+label {
    height: 180px;
    width: 200px;
    margin: 4px 0 0 0;
}

.qs-section05 {}

.qs-section05 .question-dialog-box ul li {
    width: 200px;
}

.qs-section05 .question-dialog-box ul li .defChkbx:not(.default)>input+label {
    height: 180px;
    width: 200px;
    margin: 4px 0 0 0;
}

.qs-section06 {}

.qs-section06 .question-dialog-box ul li {
    width: 200px;
}

.qs-section06 .question-dialog-box ul li .defChkbx:not(.default)>input+label {
    height: 180px;
    width: 200px;
    margin: 4px 0 0 0;
}

.active-next-part {
    margin: 0px 0 0 0;
    padding: 0 15px;
    position: absolute;
    width: 100%;
    bottom: 28px;
}

.active-next-part .pink-bullet {
    float: left;
    width: 48%;
}

.active-next-part .pink-bullet ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.active-next-part .pink-bullet ul li {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

.active-next-part .pink-bullet ul li.active {
    background: #fd0060;
    border: 1px solid #d60152;
}

.active-next-part .next-btn-part {
    float: right;
    width: 48%;
    text-align: right;
}

.active-next-part .next-btn-part a {
    background: #fd0060;
    padding: 12px 65px;
    color: #fff;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

.active-next-part .next-btn-part a:focus {
    text-decoration: none;
}

.no-hard-feel {
    position: absolute;
    top: 101px;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 0px 12px;
}

.no-hard-feel .inner-heading p {
    color: #323f51;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}

.no-hard-feel .hf-close-part {
    text-align: center;
    margin: 185px 0 0 0;
}

.no-hard-feel .hf-close-part .close-btn {
    background: #fd0060;
    padding: 12px 65px;
    color: #fff;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

.you-an-angel-part {
    position: absolute;
    top: 101px;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 0px 12px 28px 12px;
}

.you-an-angel-part .inner-heading {
    margin: 0 0 0 0 !important;
}

.you-an-angel-part .smiley-icon {
    text-align: center;
}

.you-an-angel-part .wanna-text {}

.you-an-angel-part .wanna-text p {
    text-align: center;
    color: #323f51;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}

.you-an-angel-part .name-email-part {
    padding: 0 100px;
}

.you-an-angel-part .name-email-part .only-name {
    float: left;
    width: 49%;
}

.you-an-angel-part .name-email-part .only-email {
    float: right;
    width: 49%;
}

.you-an-angel-part .name-email-part .form-group .form-control {
    background: #d8d8d8;
    color: #495565;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    height: 40px;
    border-radius: 0;
}

.you-an-angel-part .send-btn-part {
    text-align: center;
}

.you-an-angel-part .send-btn-part .btn-send {
    background: #fd0060;
    padding: 12px 65px;
    color: #fff;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    border-radius: 0;
}

/******* HEY YOU! feedback popup Part End ******/

/*********** New site panel popup *****/

.over-lay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    color: #fff;
    display: block;
    opacity: 0.3;
    background: #000;
    cursor: pointer;
}

.new-summy-shared-popup-part {
    width: 27%;
    height: 100%;
    background: #fff;
    bottom: 0;
    padding: 10px 20px 10px 20px;
    position: fixed;
    right: 0px;
    z-index: 1051;
    transition: all 0.5s ease 0s;
}

.only-bg-shadow {
    box-shadow: -10px 2px 20px 0 rgba(0, 0, 0, 0.5);
}

.new-summy-shared-popup-part .modal-header {
    padding: 0 0 9px 0;
}



.new-summy-shared-popup-part .modal-header .back-btn-eng {
    float: left;
    width: 70%;
    text-align: left;
}
.new-summy-shared-popup-part .modal-header .back-btn-eng button {
    background: none;
    border: 0;
    cursor: pointer;
    font-family: 'Assistant', sans-serif;
    color: #077ac6;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
}
.new-summy-shared-popup-part .modal-header .back-btn-eng button:focus {
    outline: none;
}
.new-summy-shared-popup-part .modal-header .back-btn-eng button img {
    margin-right: 5px;
    margin-top: -3px;
}
.rtl .new-summy-shared-popup-part .modal-header .back-btn-eng button img {
    margin-right: 0;
    margin-left: 5px;
}




.new-summy-shared-popup-part .modal-header .only-title {
    float: left;
    width: 70%;
    text-align: left;
}

.new-summy-shared-popup-part .modal-header .only-title a {
    font-family: 'Assistant', sans-serif;
    color: #878787;
    font-size: 18px;
    position: relative;
    top: 3px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.new-summy-shared-popup-part .modal-header .close-btn-part {
    float: right;
    width: 30%;
    text-align: right;
}

.new-summy-shared-popup-part .modal-header .close-btn-part a.two-arw {
    margin: 0 0 0 0;
    position: relative;
    top: 2px;
    background: url(../img/images/2arw.jpg) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    opacity: 0.5;
}

.new-summy-shared-popup-part .top-pop-pic {
    margin: 0 0 0 0;
    max-height: 220px;
    overflow: hidden;
}

.new-summy-shared-popup-part .top-pop-pic img {
    width: 100%;
    height: auto;
}

.new-summy-shared-popup-part .share-part {
    margin: 14px 0 0px 0;
    text-align: left;
}

.new-summy-shared-popup-part .share-part ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}

.new-summy-shared-popup-part .share-part ul li {
    display: inline-block;
    padding: 0 0;
    border: 0;
    box-shadow: none;
    background: none;
    /*width: 42.33%;*/
    padding: 0 2px;
    margin: 0;
    width: auto;
}

.new-summy-shared-popup-part .share-part ul li:first-child {
    /* float: left; */
    margin: 0;
    padding-left: 0;
}

.new-summy-shared-popup-part .share-part ul li .sha-btn {
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 20px;
    color: #192837;
    font-family: 'Assistant', sans-serif;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    box-shadow: 0px 0 3px 0 rgba(0, 0, 0, 0.20);
    transition: all 0.5s ease 0s;
}

.new-summy-shared-popup-part .share-part ul li .sha-btn:focus {
    outline: none;
}



.copy-facebook-share-part {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin: 15px 0 10px 0;
    padding: 8px 0;
}
.copy-facebook-share-part ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.copy-facebook-share-part ul li {
    box-shadow: none;
    display: inline-block;
    width: auto;
    margin: 0 0px 0 0;
    padding: 0 0 0 0;
    background: none;
    vertical-align: middle;
}
.rtl .copy-facebook-share-part ul li {
    margin: 0 0 0 0px;
}
.copy-facebook-share-part ul li .social-icons a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fd0060;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
}
.copy-facebook-share-part ul li .social-icons a i {
    font-size: 18px !important;
}
.copy-facebook-share-part ul li .copy-prt {}
.copy-facebook-share-part ul li .copy-prt a {
    color: #fff;
    font-weight: 600;
    font-family: 'Assistant', sans-serif;
    font-size: 14px;
    background: #fd0060;
    padding: 5px 12px;
    text-align: center;
    border-radius: 20px;
    width: 55px;
    display: inline-block;
}
.copy-facebook-share-part .link-text .only-link {
    font-size: 20px;
    font-family: 'Assistant', sans-serif;
    color: #323f51;
    font-weight: 600;
}
.rtl .copy-facebook-share-part .link-text .only-link {
    padding-right: 0px;
    text-align: right;
}
.boards-minimized-version .copy-facebook-share-part {
    display: none;
}








.new-summy-shared-popup-part .shows-the-article-name {
    margin: 5px 0 0 0;
}

.rtl .new-summy-shared-popup-part .shows-the-article-name {
    margin-top: 10px;
}

.new-summy-shared-popup-part .shows-the-article-name ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.new-summy-shared-popup-part .shows-the-article-name ul li {
    display: inline-block;
    padding: 0 0;
    margin: 0 0;
    border: 0;
    box-shadow: none;
    background: none;
    width: auto;
}

.new-summy-shared-popup-part .shows-the-article-name ul li a {
    color: #4a90e2;
    font-size: 18px;
    font-family: 'Assistant', sans-serif;
    padding-right: 10px;
    pointer-events: none;
}

.new-summy-shared-popup-part .shows-the-article-name ul li:last-child a {
    padding-left: 12px;
    border-left: 1px solid #4a90e2;
}

.rtl .new-summy-shared-popup-part .shows-the-article-name ul {
    text-align: right;
}

.rtl .new-summy-shared-popup-part .new-summy-shared-popup-part .shows-the-article-name ul li {
    margin-left: 3px !important;
}

.rtl .new-summy-shared-popup-part .shows-the-article-name ul li a {
    padding-left: 2px;
    padding-right: 0;
    font-family: 'Open Sans Hebrew', 'almoni-dl', tahoma;
    border-right: 0;
}

.rtl .new-summy-shared-popup-part .shows-the-article-name ul li:last-child a {
    border-left: 0;
    padding-left: 0px;
    padding-right: 10px;
    border-right: 1px solid #4a90e2;
}

.new-summy-shared-popup-part .shows-the-article-name ul li a.article-link {
    pointer-events: visible;
}

.new-summy-shared-popup-part .site-title {
    color: #323f51;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Assistant', sans-serif;
    line-height: 34px;
    margin: 2px 0 0 0;
    text-align: left;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
}

.new-summy-shared-popup-part .site-description {
    color: #495565;
    font-size: 15px;
    font-family: 'Assistant', sans-serif;
    text-align: left;
    font-weight: normal;
}

.new-summy-shared-popup-part .site-description p {
    color: #878787;
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.new-summy-shared-popup-part .popup-foot-part {
    width: 99%;
    background: #f6f6f6;
    color: #ec0061;
    padding: 10px;
    position: absolute;
    left: 1px;
    bottom: 0;
    z-index: 111;
    transition: all 0.5s ease 0s;
}

.new-summy-shared-popup-part .play-control-area {
    width: 100%;
}

.new-summy-shared-popup-part .popup-player-controll {}

.new-summy-shared-popup-part .popup-player-controll .tl-progressPart {
    margin: 0 0 0 0;
}

.new-summy-shared-popup-part .popup-player-controll .tl-progressPart .tl-value {
    color: #4a4c4e;
    font-size: 25px;
    /*font-family: 'Oswald', sans-serif;*/
    font-weight: 700;
    text-align: left;
    font-family: 'Conv_Oswald-Regular';
}

.new-summy-shared-popup-part .popup-player-controll .tl-progressPart .progress {
    height: 12px;
    background: #c0c3c5;
    border-radius: 0;
    cursor: pointer;
}

.new-summy-shared-popup-part .popup-player-controll .tl-progressPart .progress .progress-bar {
    background: #e90063;
    border-radius: 0px;
}

.new-summy-shared-popup-part .popup-player-controll .tl-progressPart .tl-value span .player_loader {
    width: 25px;
    height: 25px;
    position: relative;
    top: -3px;
}

.tl-player-buttons-part {
    margin: 10px 0 0 0;
}

.tl-player-buttons-part .tl-big-btnpart {
    margin: 0 0 10px 0;
    text-align: center;
}

.tl-player-buttons-part .tl-big-btnpart ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.tl-player-buttons-part .tl-big-btnpart ul li {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0;
    box-shadow: none;
    background: none;
}

.tl-player-buttons-part .tl-big-btnpart ul li button {
    display: inline-block;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

.tl-player-buttons-part .tl-big-btnpart ul li button:hover {
    opacity: 0.7;
}

.tl-player-buttons-part .tl-big-btnpart ul li button:focus {
    outline: none;
}

.tl-player-buttons-part .tl-big-btnpart ul li a:hover {
    opacity: 0.7;
}

.tl-player-buttons-part .tl-big-btnpart ul li button.lnk_play {
    background: url(../img/images/play_01.png) no-repeat 0 0;
    width: 80px;
    height: 80px;
}

.tl-player-buttons-part .tl-big-btnpart ul li button.lnk_pause {
    background: url(../img/images/stop_01.png) no-repeat 0 0;
    width: 80px;
    height: 80px;
}

.tl-player-buttons-part .tl-big-btnpart ul li button.player__previous img {
    width: 50px;
    height: 50px;
}

.tl-player-buttons-part .tl-big-btnpart ul li button.back_15_sec img {
    width: 50px;
    height: 50px;
}

.tl-player-buttons-part .tl-big-btnpart ul li button.ply15_forward img {
    width: 50px;
    height: 50px;
}

.tl-player-buttons-part .tl-big-btnpart ul li button.player__next img {
    width: 50px;
    height: 50px;
}

.tl-player-buttons-part .tl-big-btnpart ul li button.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.tl-player-buttons-part .tl-big-btnpart ul li a.open_lnk_play {
    background: url(../img/images/play_01.png) no-repeat 0 0;
    width: 80px;
    height: 80px;
    display: inline-block;
}

.tl-player-buttons-part .tl-big-btnpart ul li a.open_lnk_play:focus {
    outline: none;
}

.tl-player-buttons-part .tl-big-btnpart ul li a.lnk_pause {
    background: url(../img/images/stop_01.png) no-repeat 0 0;
    width: 80px;
    height: 80px;
    display: inline-block;
}

.tl-player-buttons-part .tl-big-btnpart ul li a.lnk_pause:focus {
    outline: none;
}

.not-active {
    pointer-events: none;
    opacity: 0.4;
}

.new-summy-shared-popup-part .auto-play-foot-part .auto-play-on {
    text-align: left;
    margin-top: 2px;
}

.rtl .new-summy-shared-popup-part .auto-play-foot-part .auto-play-on {
    text-align: right;
    margin-top: 3px;
}

.new-summy-shared-popup-part .auto-play-foot-part .auto-play-on a {
    color: #39404A;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Assistant', sans-serif;
    /*filter: contrast(300%);*/
}

.new-summy-shared-popup-part .auto-play-foot-part .auto-play-on a:hover {
    color: #2664ac;
}

.new-summy-shared-popup-part .auto-play-foot-part .auto-play-on a i {
    margin-right: 3px;
    color: #393f4a;
}

.new-summy-shared-popup-part .auto-play-foot-part .auto-play-on a:hover {
    color: #2664ac;
}

.new-summy-shared-popup-part .auto-play-foot-part {
    border-top: 1px solid #d8d8d8;
    padding-top: 5px;
}

.new-summy-shared-popup-part .velocity-all-part {
    position: relative;
    margin: 0 0 0 0;
}

.new-summy-shared-popup-part .auto-play-foot-part .the-velocity-part {
    width: 98%;
    float: right;
    text-align: right;
    padding: 3px 0 0 0;
}

.new-summy-shared-popup-part .auto-play-foot-part .the-velocity-part button.active {
    color: #fd2879;
}

.new-summy-shared-popup-part .auto-play-foot-part .the-velocity-part button {
    color: #c9c9c9;
    font-size: 16px;
    margin-left: 3px;
    border: 0;
    background: none;
    padding: 0;
    display: inline-block;
    cursor: pointer;
}

.new-summy-shared-popup-part .auto-play-foot-part .the-velocity-part button {
    color: #c9c9c9;
    font-size: 16px;
    margin-left: 3px;
    border: 0;
    background: none;
    padding: 0;
    display: inline-block;
    cursor: pointer;
}
.new-summy-shared-popup-part .auto-play-foot-part .the-velocity-part button:hover {
    text-decoration: none;
    color: #fd2879;
}
.new-summy-shared-popup-part .auto-play-foot-part .the-velocity-part button:focus{outline: none;}

.auto-play-foot-part .volume-all-div {
    position: absolute;
    background: #f6f6f6;
    width: 120px;
    height: 25px;
    right: 42px;
    top: 0;
    z-index: 1;
}

.rtl .auto-play-foot-part .volume-all-div {
    left: 57px;
    right: inherit;
    width: 90px;
}

.auto-play-foot-part .volume-control {
    position: relative;
    padding-top: 11px;
    width: 50%;
    float: right;
    margin-right: 33px;
}

.rtl .auto-play-foot-part .volume-control {
    margin-right: 0;
    margin-left: 33px;
    width: 73%;
}

.auto-play-foot-part .volume-control #player {
    width: 350px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    top: 80px;
}

.auto-play-foot-part .volume-control i {
    position: absolute;
    margin-top: -6px;
    color: #666;
}

.auto-play-foot-part .volume-control i.fa-volume-down {
    margin-left: -8px;
}

.auto-play-foot-part .volume-control i.fa-volume-up {
    /*margin-right: -8px;*/
    right: -29px;
    font-size: 18px !important;
}

.rtl .auto-play-foot-part .volume-control i.fa-volume-up {
    right: inherit;
    left: -28px;
}

.auto-play-foot-part .volume-control #volume {
    position: absolute;
    left: 24px;
    margin: 0 auto;
    height: 5px;
    width: 300px;
    background: #555;
    border-radius: 15px;
}

.auto-play-foot-part .volume-control .ui-slider-range-min {
    height: 5px;
    width: 300px;
    position: absolute;
    background: $primary-color;
    border: none;
    border-radius: 10px;
    outline: none;
}

.auto-play-foot-part .volume-control .ui-slider-handle {
    width: 11px;
    height: 11px;
    border-radius: 30px;
    background: #FFF;
    position: absolute;
    margin-left: -8px;
    margin-top: 0px;
    cursor: pointer;
    outline: none;
    border: 1px solid #dedede;
}

.auto-play-foot-part .volume-control .ui-widget-content {
    /* border: 1px solid #dddddd; */
    background: #ffffff;
    color: #333333;
    border-radius: 0px !important;
    border: 0;
}


.auto-play-foot-part .volume-control .ui-widget-content {
    background: #ff0069 !important;
}

.auto-play-foot-part .volume-control .ui-slider-range {
    background: #c0c3c5 !important;
    border-radius: 0px;
}

/*.auto-play-foot-part .volume-control .ui-corner-all{ border-radius:0px; }  */

.auto-play-foot-part .volume-control .ui-slider-horizontal {
    height: .4em;
}

.new-summy-shared-popup-part .mob-h {
    font-family: 'Oswald', sans-serif;
    color: #323e50;
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

/*****************/

.boards-minimized-version {
    transition: all 0.5s ease 0s;
    height: auto;
    box-shadow: none;
    padding-bottom: 30px;
    padding-top: 18px;
    -webkit-box-shadow: -5px -4px 14px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -5px -4px 14px -3px rgba(0, 0, 0, 0.75);
    box-shadow: -5px -4px 14px -3px rgba(0, 0, 0, 0.75);
}

.boards-minimized-version .modal-header .close-btn-part a.mazi-arw {
    margin: 0 0 0 0;
    position: relative;
    top: 1px !important;
    background: url(../img/images/mazi-arw.jpg) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    opacity: 0.5;
    z-index: 99;
}

.boards-minimized-version .mob-h {
    display: block;
    white-space: inherit;
    max-height: 52px;
    margin-top: 0px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
}

.rtl .boards-landing-popup-part .mob-h {
    font-family: 'Open Sans Hebrew', 'almoni-dl', tahoma;
    font-size: 20px;
    font-weight: bold;
    max-height: 58px;
    text-align: right;
}

.rtl .boards-minimized-version {
    -webkit-box-shadow: 6px -4px 14px -3px rgba(0, 0, 0, 0.75);
    /*padding-bottom: 10px;    */
    -moz-box-shadow: 6px -4px 14px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 6px -4px 14px -3px rgba(0, 0, 0, 0.75);
}

.articles-box-pack-list .boards-minimized-version {
    padding-bottom: 18px;
}

.articles-box-pack-list .boards-minimized-version .top-pop-pic {
    width: 133px;
}

.boards-minimized-version .site-title {
    display: none;
}

.boards-minimized-version .site-description {
    display: none;
}

.boards-minimized-version .middle_part_side {
    display: none;
}

.boards-minimized-version .share-part {
    display: none;
}

.boards-minimized-version .shows-the-article-name {
    display: none;
}

.boards-minimized-version .site-name {
    display: none;
}

.boards-minimized-version .popup-foot-part {
    padding: 0px 0 0px 0;
    left: 0px;
    width: 100%;
}

.boards-minimized-version .popup-foot-part .popup-player-controll .tl-progressPart .tl-value {
    display: none;
}

.boards-minimized-version .popup-foot-part .tl-player-buttons-part {
    display: none;
}

.boards-minimized-version .popup-foot-part .auto-play-foot-part {
    display: none;
}

.boards-minimized-version .show-faces-defined-part {
    display: none;
}

.boards-minimized-version .modal-header .only-title a {
    /*font-family: 'Conv_neuropol';*/
    color: #077ac6;
    font-size: 15px;
    position: relative;
    top: -8px !important;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-top: 6px;
    font-family: 'Lato', sans-serif;
}

.rtl .boards-minimized-version .modal-header .only-title a {
    top: -5px !important;
}

.boards-minimized-version .header-lft-rgt-prt {
    width: 65%;
    float: right;
}

.rtl .boards-minimized-version .header-lft-rgt-prt {
    float: left;
}

.boards-minimized-version .header-lft-rgt-prt .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
    height: 20px;
}

.boards-landing-popup-part .header-lft-rgt-prt h4 {
    display: none;
}

.boards-minimized-version .header-lft-rgt-prt h2 {
    color: #323f51;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Assistant', sans-serif;
    margin: 0;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 53px;
    display: block;
    text-align: left;
    margin-top: -3px;
}

.rtl .boards-minimized-version .header-lft-rgt-prt h2 {
    color: #323f51;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans Hebrew', 'almoni-dl', tahoma;
    margin: 0;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 53px;
    display: block;
    text-align: right;
}

.boards-minimized-version .top-pop-pic {
    float: left;
    width: auto;
    position: relative;
}

.boards-minimized-version .top-pop-pic:not(*:root) {
    width: 33%;
}

.rtl .boards-minimized-version .top-pop-pic {
    float: right;
    width: 100px;
}

.boards-minimized-version .top-pop-pic img {
    height: 75px;
}

.rtl .board-future-post .boards-minimized-version .top-pop-pic {
    float: right;
    width: 33%;
}

.boards-landing-popup-part .top-pop-pic .only-play-sml {
    display: none;
}

.boards-minimized-version .top-pop-pic .only-play-sml {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 44px;
}

/*.boards-minimized-version .top-pop-pic .only-play-sml a {    display: inline-block;    border-radius: 50%;    background: #39404a;    border: 1px solid #39404a;    width: 55px;    height: 55px;    text-align: center;    line-height: 57px;    padding-left: 5px;}.boards-minimized-version .top-pop-pic .only-play-sml a i {    font-size: 18px !important;    color: #fff;}*/

.boards-minimized-version .top-pop-pic .only-play-sml a.open_lnk_play {
    background: url(../img/images/n-ply.png) no-repeat 0 0;
    width: 44px;
    height: 44px;
    display: inline-block;
}

.boards-minimized-version .top-pop-pic .only-play-sml a.lnk_play {
    background: url(../img/images/n-ply.png) no-repeat 0 0;
    width: 44px;
    height: 44px;
    display: inline-block;
}

.boards-minimized-version .top-pop-pic .only-play-sml a.lnk_pause {
    background: url(../img/images/miz-p.png) no-repeat 0 0;
    width: 44px;
    height: 44px;
    display: inline-block;
}

.boards-minimized-version .modal-header .only-title {
    height: 20px;
}

.boards-minimized-version .modal-header .close-btn-part {
    position: relative;
    top: -2px;
}

.boards-minimized-version .popup-player-controll .tl-progressPart .progress {
    margin-bottom: 0px;
}

/***********/


/* Send to mobile  */

.new-summy-shared-popup-part .popup-Send-to-mobile-part {
    width: 100%;
    padding-right: 0px;
}

.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-mobile-text {
    color: #323f51;
    font-size: 28px;
    font-family: 'Assistant', sans-serif;
    font-weight: bold;
    text-align: left;
    margin-top: 12px;
}

.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-text {
    color: #5c7581;
    font-family: 'Assistant', sans-serif;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 20px;
}

.new-summy-shared-popup-part .popup-Send-to-mobile-part label {
    color: #5c7581;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin: 5px 0 2px 0;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .form-group {
    margin-bottom: 10px;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .form-group .form-control {
    background-color: #f8f8f8;
    border-radius: 0;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-to-mobile-inner-total-side-panel {
    position: relative;
    margin: 0 0 0 0;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-to-mobile-inner-total-side-panel .stap-02 {
    position: absolute;
    min-height: 470px;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-to-mobile-inner-total-side-panel .stap-04 {
    position: absolute;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-me-part {}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-me-part .system-chk-box {
    font-size: 15px;
    margin-left: 0px !important;
    color: #000;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-me-part .system-chk-box .control {
    cursor: pointer;
    display: block;
    font-size: 17px;
    margin-bottom: 0px;
    padding-left: 30px;
    position: relative;
    text-align: left;
    font-family: 'Assistant', sans-serif;
    margin-top: 6px;
    color: #5c7581;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-me-part .system-chk-box .control input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-me-part .system-chk-box .control__indicator {
    background: #fff none repeat scroll 0 0;
    height: 22px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 22px;
    border: 1px solid #e6e8ed;
    border-radius: 3px;
}
.control--radio .control__indicator {
    border-radius: 50%;
    border-radius: 5px;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-me-part .system-chk-box .control:hover input .control__indicator,
.control input:focus .control__indicator {
    background: #ccc none repeat scroll 0 0;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-me-part .system-chk-box .control input:checked ~ .control__indicator {
    background: #359be0;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-me-part .system-chk-box .control:hover input:checked:not([disabled]) .control__indicator,
.control input:checked:focus .control__indicator {
    background: #d7d7d7 none repeat scroll 0 0;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-me-part .system-chk-box .control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator::after {
    content: "";
    display: none;
    position: absolute;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-me-part .system-chk-box .control input:checked ~ .control__indicator::after {
    display: block;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-me-part .system-chk-box .control--checkbox .control__indicator::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 12px;
    left: 7px;
    top: 3px;
    width: 6px;
    -ms-transform: rotate(45deg));
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg));
    transform: rotate(45deg);
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-me-part .system-chk-box .control--checkbox input:disabled ~ .control__indicator::after {
    border-color: #7b7b7b;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .iagree-part {
    margin-top: 10px;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .submitForMobile {
    text-align: center;
    margin: 18px 0 0 0;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .submitForMobile .sign-btn {
    background: #fd0060;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Assistant', sans-serif;
    border-radius: 20px;
    padding: .5rem 1.30rem;
    cursor: pointer;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .submitForMobile .sign-btn:focus{outline: none;}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .tl-validation-text {
    font-family: 'Assistant', sans-serif;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    margin: -3px 0 0px 0;
    color: #cc0054;
    text-align: left;
    display: block;
}
.rtl .new-summy-shared-popup-part .popup-Send-to-mobile-part .tl-validation-text {
    text-align: right;
    font-family: 'Open Sans Hebrew', 'almoni-dl', tahoma;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .send-big-icon {
    text-align: center;
    margin: 40px 0 0 0;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .we-sent-text {
    text-align: center;
    font-family: 'Assistant', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #323f51;
}
.new-summy-shared-popup-part .popup-Send-to-mobile-part .option-text {
    text-align: center;
    color: #5c7581;
    font-family: 'Assistant', sans-serif;
    font-size: 17px;
    font-weight: normal;
    padding: 0 62px;
}


.boards-minimized-version .popup-Send-to-mobile-part {
    display: none;
}
/* Send to mobile end */












/*********** New site panel popup end *****/