/*
Theme Name: Tenweb Demo
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
*/

@font-face {
  font-family: 'demo-icons';
  src:  url('fonts/demo-icons.eot?k80hrq');
  src:  url('fonts/demo-icons.eot?k80hrq#iefix') format('embedded-opentype'),
  url('fonts/demo-icons.ttf?k80hrq') format('truetype'),
  url('fonts/demo-icons.woff?k80hrq') format('woff'),
  url('fonts/demo-icons.svg?k80hrq#demo-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.demo-icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'demo-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.demo-iconsArrow_demo:before {
  content: "\e906";
}
.demo-iconsWEB_logo:before {
  content: "\e900";
  color: #fff;
}
.demo-iconsTablet:before {
  content: "\e901";
  color: #414852;
}
.demo-iconsMobile:before {
  content: "\e902";
  color: #414852;
}
.demo-iconsMenu:before {
  content: "\e903";
  color: #414852;
}
.demo-iconsclose:before {
  content: "\e904";
}
.demo-iconsArrow:before {
  content: "\e905";
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-backface-visibility: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  /*overflow-y: scroll;*/
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

body:not(.page-template-plugin-page) #main{
  padding-top:57px;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem;
}
button,
input {
  line-height: normal;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Buttons */

input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}

.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

.bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%; /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}

/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#nav-above {
  padding: 24px 0;
  padding: 1.714285714rem 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
  margin: 48px 0;
  margin: 3.428571429rem 0;
}
.tenweb_featured_post {
  position: relative;
}
/* Author profiles */
.author .archive-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.author-info {
  border-top: 1px solid #ededed;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  overflow: hidden;
}
.author-description p {
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.author.archive .author-info {
  border-top: 0;
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
  margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
  font-size: 87.5%;
}
body {
  font-size: 14px;
  font-size: 1rem;
  font-family: Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #444;
}
body.custom-font-enabled {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
  outline: none;
  color: #21759b;
}


/* Assistive text */
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  height: auto;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.contaner {
  margin:0 auto;
  max-width: 1100px !important;
}
.site-content {
  margin: 24px 0 0;
  margin: 1.714285714rem 0 0;
}
.widget-area {
  margin: 24px 0 0;
  margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
  padding: 21px 0
}
.site-header h1,
.site-header h2 {
  text-align: center;
}
.site-header h1 a,
.site-header h2 a {
  color: #515151;
  display: inline-block;
  text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
  color: #21759b;
}
.site-header h1 {
  font-size: 24px;
  font-size: 1.714285714rem;
  line-height: 1.285714286;
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.site-header h2 {
  font-weight: normal;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.header-image {
  margin-top: 24px;
  margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  text-align: center;
}
.main-navigation li {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.42857143;
}
.main-navigation a {
  color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
  color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
  display: inline-block;
}

/* Banner */
section[role="banner"] {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  word-wrap: break-word;
}
.widget-area .widget h3 {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.widget-area .widget p {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul,
.widget-area .textwidget ol {
  list-style: disc outside;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li > ul,
.widget-area .textwidget li > ol {
  margin-bottom: 0;
}
.widget-area .textwidget ol {
  list-style: decimal;
}
.widget-area .textwidget li {
  margin-left: 36px;
  margin-left: 2.571428571rem;
}
.widget-area .widget a {
  color: #757575;
}
.widget-area .widget a:hover {
  color: #21759b;
}
.widget-area .widget a:visited {
  color: #9f9f9f;
}
.widget-area #s {
  width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
  clear: both;
}
.entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
  font-weight: 600;
  color: #323A45;
  text-align: left;
  line-height: 27px;
  font-size: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-format {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-weight: normal;
}
.entry-header .comments-link {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.comments-link a,
.entry-meta a {
  color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
  color: #21759b;
}
article.sticky .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 3.692307692;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin: 24px 0;
  margin: 1.714285714rem 0;
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
  font-size: 18px;
  font-size: 1.285714286rem;
  line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
  color: #9f9f9f;
}
.entry-content .more-link {
  white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
  list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
  list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
  margin: 0 0 0 36px;
  margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  padding: 24px;
  padding: 1.714285714rem;
  font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
}
.entry-content pre,
.comment-content pre {
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
  padding: 24px;
  padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
  margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  width: 100%;
}
.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  font-size: 1.142857143rem;
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.site-content article {
  margin-bottom: 20px;
  padding-bottom: 24px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.page-links {
  clear: both;
  line-height: 1.714285714;
}
footer.entry-meta {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.single-author .entry-meta .by-author {
  display: none;
}
.mu_register h2 {
  color: #757575;
  font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  padding-bottom: 22px;
  padding-bottom: 1.571428571rem;
  border-bottom: 1px solid #ededed;
}
.archive-meta {
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin-top: 22px;
  margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
  max-width: 400px;
}

.attachment .entry-content .mejs-container {
  margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
  overflow: hidden;
}
.image-attachment div.attachment {
  text-align: center;
}
.image-attachment div.attachment p {
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.image-attachment .entry-caption {
  margin-top: 8px;
  margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
  text-decoration: none;
  color: #4d525a;
}
article.format-aside h1 a:hover {
  color: #2e3542;
}
article.format-aside .aside {
  padding: 24px 24px 0;
  padding: 1.714285714rem;
  background: #d2e0f9;
  border-left: 22px solid #a8bfe8;
}
article.format-aside p {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
  margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  font-weight: normal;
}
article.format-image footer h2 {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}
article.format-image footer a h2 {
  font-weight: normal;
}

/* Link posts */
article.format-link header {
  padding: 0 10px;
  padding: 0 0.714285714rem;
  float: right;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #848484;
  background-color: #ebebeb;
  border-radius: 3px;
}
article.format-link .entry-content {
  max-width: 80%;
  float: left;
}
article.format-link .entry-content a {
  font-size: 22px;
  font-size: 1.571428571rem;
  line-height: 1.090909091;
  text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 24px;
  padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
  display: block;
  padding: 24px 24px 0;
  padding: 1.714285714rem 1.714285714rem 0;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.6;
  font-style: normal;
  color: #6a6a6a;
  background: #efefef;
}

/* Status posts */
.format-status .entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
  display: inline-block;
}
.format-status .entry-header h1 {
  font-size: 15px;
  font-size: 1.071428571rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}
.format-status .entry-header h2 {
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  line-height: 2;
  margin: 0;
}
.format-status .entry-header header a {
  color: #757575;
}
.format-status .entry-header header a:hover {
  color: #21759b;
}
.format-status .entry-header img {
  float: left;
  margin-right: 21px;
  margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
  font-weight: normal;
}
.comments-area article {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.comments-area article header {
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
  overflow: hidden;
  position: relative;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 85px;
  margin-left: 6.071428571rem;
}
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.42857143;
}
.comments-area cite b {
  font-weight: normal;
}
.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.857142857rem;
  color: #5e5e5e;
}
.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}
.comments-area article header a:hover {
  color: #21759b;
}
.comments-area article header cite a {
  color: #444;
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  padding: 0.428571429rem 0.857142857rem;
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  margin-left: 0.357142857rem;
  padding: 2px 5px;
  padding: 0.142857143rem 0.357142857rem;
  font-size: 10px;
  font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
  font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #21759b;
}
.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
  margin-top: 48px;
  margin-top: 3.428571429rem;
}
#respond h3#reply-title {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.714285714rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.857142857rem;
}
#respond form {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
#respond form p {
  margin: 11px 0;
  margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
#respond form label {
  display: block;
  line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  padding: 10px;
  padding: 0.714285714rem;
  width: 100%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #5e5e5e;
}
.required {
  color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.template-front-page .site-content article {
  border: 0;
  margin-bottom: 0;
}
.template-front-page .widget-area {
  clear: both;
  float: none;
  width: auto;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
  margin: 8px 0 0;
  margin: 0.571428571rem 0 0;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.714285714;
  list-style-type: square;
  list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
  color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
  color: #21759b;
}
.template-front-page .widget-area .widget_text img {
  float: left;
  margin: 8px 24px 8px 0;
  margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
.widget_rss li {
  margin: 12px 0;
  margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #aaa;
  font-size: 11px;
  font-size: 0.785714286rem;
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}
#wp-calendar #next {
  padding-right: 24px;
  padding-right: 1.714285714rem;
  text-align: right;
}
.widget_search label {
  display: block;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.widget_twitter li {
  list-style-type: none;
}
.widget_twitter .timesince {
  display: block;
  text-align: right;
}
.tagcloud ul {
  list-style-type: none;
}

.tagcloud ul li {
  display: inline-block;
}

.widget-area .widget.widget_tag_cloud li {
  line-height: 1;
}
.template-front-page .widget-area .widget.widget_tag_cloud li {
  margin: 0;
}

.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-6 .gallery-icon img,
.widget-area .gallery-columns-7 .gallery-icon img,
.widget-area .gallery-columns-8 .gallery-icon img,
.widget-area .gallery-columns-9 .gallery-icon img {
  height: auto;
  max-width: 80%;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

#masthead{
  background:#323A45;
  color:#ffffff;
}

.info_footer,. menu-toggle{
  font-family: "Open Sans";
  font-weight: 400;
}

.menu-toggle {
  font-weight: 600;
  width: 155px;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  /*padding-left: 40px;*/
  position: relative;
  top: 8px;
}
.menu-toggle i:before {
  color: #fff;
}
.menu-toggle i{
  margin-right: 20px;
  top: 1px;
  font-size: 16px;
}
.theme-demo-menu-header .menu-toggle i:before {
  color: #000000;
}
div#get-started {
  position: relative;
  top:2px;
  width: 155px;
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 15px;
  font-weight: 300;
}
div#get-started:hover {
  background-color:#fff ;
}
div#get-started:hover a{
  color: #323A45 ;
}
div#get-started a {
  padding: 8px 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
div#site_logo {
  float: left;
  width: calc(100% - 326px);
  text-align: center;
}
.plugin-wp-info .wporg-ratings {
  color: #ffb900;
  position: relative;
  top: 5px;
}

.fixed_desktop #theme_demo_menu>div:last-child {
  padding: 77px 0 15px 0 !important;
}
.plugin-wp-info .plugin-wp-logo {
  float: left;
  width: 180px;
  height: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: transparent;
  background-image: url(../images/plugin_icon_bg.svg);
  background-size: contain;
}
.plugin-wp-info .plugin-wp-logo img {
  max-height: 75px;
  max-width: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.plugin-wp-info .plugin-wp-info-cont {
  width: calc(100% - 210px);
  float: left;
  position: relative;
  top: 19px;
}
.plugin-wp-info h3.pst_title {
  color: #323A45;
  text-align: left;
  position: relative;
  top: -3px;
  line-height: 54px;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 12px;
}

.pst_title,.info_header{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#plugin-page-header .plugins-responsive-text,.plugins-current-view-text{
  font-weight: 400;
}
#get-started a{
  font-weight: 300;
}

.plugin-wp-info span.info_footer {
  font-size: 18px;
  display: block;
  line-height: 25px;
}
.plugin-wp-info .wp-reviews {
  float: left;
  width: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin-right: 30px;
}
.plugin-wp-info span.info_header {
  color: #323A45;
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
}
.plugin-wp-info span.info_header b{
  font-weight: 800;
}
.plugin-wp-info .wporg-ratings span.dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin: 0 1px;
  position: relative;
  top: 16px;
}
.plugin-wp-info .wp-download {
  float: left;
  width: calc(100% - 210px);
  text-align: left;
}
.plugin-info {
  max-width: 100%;
  text-align: center;
  margin: 0 auto 50px;
}
.plugin-info .plugin-wp-info.clear{
  width: 680px;
  margin: 0 auto ;
}
.pugin_desc {
  font-size: 30px;
  color: #323A45;
  line-height: 42px;
  font-weight: 300;
}

.free_plugin_support,
.admin_demo_url,
.see_all_feature{
  margin-right: 30px;
}

.pugin_url {
  color: #4B7EFC;
  font-size: 18px;
  margin-top: 11px;
  display: inline-block;
  text-decoration: none;
  padding-right: 16px;
  position: relative;
}
.pugin_url:hover{
  color: rgba(55, 123, 241, 0.7);
}



#colophon, #footer {
  position: relative;
  width: 100%;
  padding-top: 15px;
  margin-top: 50px;
}
#section_7 {
  border-top: 1px solid rgba(0,0,0,.1);
  background: #fff;
}
#section_7 .container {
  padding-top: 50px;
  border-bottom: 1px solid rgba(50,58,69,.05);
  padding-bottom: 60px;
}
#section_7 .content-right {
  width: calc(100% - 325px);
  float: left;
}
#section_7 .content-left {
  width: 265px;
  float: left;
  margin-right: 60px;
  font-size: 14px;
  line-height: 24px;
}
#section_7 .footer_logo {
  width: 129px;
  line-height: 0;
  margin-bottom: 30px;
}
#section_7 .footer_menu {
  font-size: 0;
}
@media only screen and (min-width: 1231px) {
  #section_7 .footer_menu {
    display: flex;
    justify-content: space-between;
  }
}
.footer_widget_nav_menu {
  vertical-align: top;
  display: inline-block;
  margin-right: 80px;
}
.footer_widget_nav_menu:last-child {
  margin-right: 0;
}
.widget_theme_10webfeaturedpost {
  width: 375px;
  margin-right: 0;
  font-size: 14px;
  line-height: 24px;
}
.footer_widget_nav_menu .widget-title {
  color: #323a45;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}
.footer_widget_nav_menu ul {
  line-height: 1.6;
  font-weight: 300;
}
.footer_menu li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 30px;
}
#section_7 .footer_menu li a {
  font-weight: 400;
  font-size: 16px;
  color: #323a45;
  line-height: 22px;
  text-decoration: none;
}
#section_7 .container,
#section_8 .container {
  max-width: 1260px !important;
}
#section_7 .content-left p {
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 1550px){
  .fixed_desktop #section_7 .container,
  .fixed_desktop #section_8 .container {
    width: 1172px;
  }
  .fixed_desktop #section_7 .content-left {
    margin-right: 50px;
  }
  .fixed_desktop #section_7 .content-right {
    width: calc(100% - 315px);
  }
  .fixed_desktop .footer_widget_nav_menu {
    margin-right: 35px;
  }
  .fixed_desktop .widget_theme_10webfeaturedpost {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1460px){
  .fixed_desktop   #section_7 .container {
    border-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .fixed_desktop   #section_7 .container,
  .fixed_desktop   #section_8 .container {
    width: calc(100% - 40px);
  }
  .fixed_desktop   #section_7 .footer_logo {
    margin-bottom: 20px;
  }
  .fixed_desktop   #section_7 .content-left, .fixed_desktop   #section_7 .content-right {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .fixed_desktop   .footer_widget_nav_menu {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .fixed_desktop   .footer_widget_nav_menu:first-child h3 {
    border-top: 1px solid rgba(50,58,69,.05);
  }
  .fixed_desktop   .footer_widget_nav_menu>div {
    display: none;
    padding: 18px 0;
    border-bottom: 1px solid rgba(50,58,69,.05);
  }
  .fixed_desktop   .footer_menu ul {
    width: 100%;
  }
  .fixed_desktop   .footer_menu li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 26px;
  }
  .fixed_desktop   #section_8 .container {
    padding: 20px 0 40px;
  }
  .fixed_desktop   .footer-copyright-title, .fixed_desktop   .widget_theme_10webfeaturedpost {
    display: none;
  }
  .fixed_desktop   #section_8 .social_icons {
    float: none!important;
    padding-bottom: 15px;
  }
  .fixed_desktop   .footer_widget_nav_menu h3 {
    padding: 20px 0;
    cursor: pointer;
    margin: 0!important;
    border-bottom: 1px solid rgba(50,58,69,.05);
    position: relative;
  }
  .fixed_desktop   .footer_widget_nav_menu h3:after {
    content: '';
    width: 10px;
    top: 27px;
    background: url(../images/menu-arrow.svg) no-repeat;
    height: 8px;
    background-size: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
  }
  .fixed_desktop   .footer_widget_nav_menu h3.active:after {
    content: '';
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }
  .fixed_desktop   #section_7 .content-left{
    margin-bottom: 20px;
  }
  .fixed_desktop   #section_8 .social_icons {
    float: none!important;
    padding-bottom: 15px;
  }
  .fixed_desktop   #section_8 .content-left, .fixed_desktop   #section_8 .content-right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .fixed_desktop  #section_7 .footer_menu {
    display: block;
  }
}
#section_8 .container {
  padding: 15px 0 51px;
}
#section_8 .content-right {
  width: 375px;
  float: right;
  max-width: 100%;
}
#section_8 .content-left {
  width: 600px;
  max-width: 100%;
  float: left;
  line-height: 20px;
}
@media only screen and (max-width: 1300px){
  #section_7 .container,
  #section_8 .container {
    width: 1172px;
  }
  #section_7 .content-left {
    margin-right: 50px;
  }
  #section_7 .content-right {
    width: calc(100% - 315px);
  }
  .footer_widget_nav_menu {
    margin-right: 56px;
  }
  .widget_theme_10webfeaturedpost {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1230px){

  #section_7 .container {
    border-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }
  #section_7 .container,
  #section_8 .container {
    width: calc(100% - 40px);
  }
  #section_7 .footer_logo {
    margin-bottom: 20px;
  }
  #section_7 .content-left, #section_7 .content-right {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .footer_widget_nav_menu {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .footer_widget_nav_menu:first-child h3 {
    border-top: 1px solid rgba(50,58,69,.05);
  }
  .footer_widget_nav_menu>div {
    display: none;
    padding: 18px 0;
    border-bottom: 1px solid rgba(50,58,69,.05);
  }
  .footer_menu ul {
    width: 100%;
  }
  .footer_menu li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 26px;
  }
  #section_8 .container {
    padding: 20px 0 40px;
  }
  .footer-copyright-title, .widget_theme_10webfeaturedpost {
    display: none;
  }
  #section_8 .social_icons {
    float: none!important;
    padding-bottom: 15px;
  }
  .footer_widget_nav_menu h3 {
    padding: 20px 0;
    cursor: pointer;
    margin: 0!important;
    border-bottom: 1px solid rgba(50,58,69,.05);
    position: relative;
  }
  .footer_widget_nav_menu h3:after {
    content: '';
    width: 10px;
    top: 27px;
    background: url(../images/menu-arrow.svg) no-repeat;
    height: 8px;
    background-size: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
  }
  .footer_widget_nav_menu h3.active:after {
    content: '';
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }
  #section_7 .content-left{
    margin-bottom: 20px;
  }
  #section_8 .social_icons {
    float: none!important;
    padding-bottom: 15px;
  }
  #section_8 .content-left, #section_8 .content-right {
    width: 100%;
    float: none;
    text-align: center;
  }

}

.copyright_info {
  font-size: 14px;
}
#privacy-policy, #terms-of-services, #report-abuse {
  padding: 0 6px 0 6px;
  position: relative;
  text-decoration: underline;
}
.copyright_info a {
  color: #323A45;
  text-decoration: none;
}
#terms-of-services:after,
#privacy-policy:after {
   content: "";
   width: 3px;
   height: 3px;
   background: #323A45;
   position: absolute;
   right: -3px;
   top: 10px;
   border-radius: 3px;
}
.footer-copyright-title {
  font-size: 18px;
  font-weight: 700;
  float: left;
  padding-top: 6px;
}
#section_8 .social_icons {
  float: right;
}
#section_8 .social_icons li {
  margin-right: 21px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
#section_8 .social_icons li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: .65;
}
#section_8 .social_icons li a.tw {
  background-image: url(../images/t.svg);
}
#section_8 .social_icons li a.yt {
  background-image: url(../images/y.svg);
}
#section_8 .social_icons li a.fb {
  background-image: url(../images/fb.svg);
}
#section_8 .social_icons li a.in{
  background-image:url(../images/in.png);
}
#section_8 .social_icons li a.instagram{
  background-image:url(../images/instagram.svg);
}
#section_8 .social_icons li a:hover {
  opacity: 1;
}
.footer_menu li:last-child {
  margin-bottom: 0;
}
.widget_theme_10webfeaturedpost img {
  max-width: 100%;
  box-shadow: 0 5px 20px rgba(229,230,232,.1);
  border-radius: 10px;
  margin-bottom: 15px;
  height: auto;
}
@media only screen and (min-width: 1620px){
  #section_7 .container {
    max-width: 1600px!important;
  }
  #section_8 .container {
    max-width: 1600px!important;
  }
  #section_7 .content-left {
    width: 242px;
    margin-right: 177px;
  }
  #section_7 .content-right {
    width: calc(100% - 419px);
  }
  .footer_widget_nav_menu {
    margin-right: 164px;
  }
  .widget_theme_10webfeaturedpost {
    margin-right: 0;
  }
  .fixed_desktop .footer_widget_nav_menu {
    margin-right: 80px;
  }
  .fixed_desktop .widget_theme_10webfeaturedpost {
    margin-right: 0;
  }
  .fixed_desktop #section_7 .content-left {
    margin-right: 95px;
  }
  .fixed_desktop #section_7 .content-right {
    width: calc(100% - 342px);
  }
}
#footer {
  margin-top: 15px;
}

aside h3 {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  margin: 0px;
  letter-spacing: 2px;
}
.container{
  /*max-width: 1231px;*/
  margin:0 auto;
}
.container:not(.clear){
  padding: 0 60px;
}
.fixed .container{
  padding: 0 60px;
}
#section_7 .container {
  padding-top: 50px;
  border-bottom: 1px solid rgba(50,58,69,.05);
  padding-bottom: 100px;
}

.plugins-view,
.plugin-current-view {
  min-width: 155px;
  float: left;
  margin: 0 5px 13px;
  text-align: center;
  background: #F2F2F2;
  border-radius: 15px;
}
.plugin-current-view span,
#plugin-page-header .plugins-view a{
  color: #323A45;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 9px 0px;
  display: block;
}
.plugin-current-view span{
  cursor:pointer;
  position:relative;
  /*padding: 9px 26px 9px 4px;*/
}

.plugins-current-view-icon{
  right: 15px;
  position: absolute;
  font-size: 6px;
  top: 11px;
}

.plugin_url_icon {
  transform: rotateZ(-90deg);
  -moz-transform:rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
  position: absolute;
  font-size: 6px;
  top: 8px;
  right: 0;
}

.plugin-current-view.active .plugins-current-view-icon{
  -webkit-transform:  rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}
.plugins-view.current {
  background: #377BF1;
}
.plugins-view.current a{
  color: #ffffff !important;
}
.plugins-view:hover{
  background:#E5E2E2;
}
.plugins-view.current:hover{
  opacity:0.8;
  background: #377BF1;
}
.fixed .see_all_featur_fixed a:hover{
  opacity:0.8;
}
.plugins-view.current:hover a,
.plugin-current-view:hover a{
  color: #ffffff;
}
.plugins-view:hover a{
  color: #323A45;
}
.theme_demo_logo{
  background-image: url(../images/LOGO_10WEB_DEMO.svg);
  background-repeat: no-repeat;
  width: 214px;
  height: 35px;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
.plugins-views.clear {
  width: 1005px;
  padding-right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
}
.plugins-views-responsive.clear {
  display: table;
  width: 100%;
  margin-bottom: 12px;
}
.plugins-responsive {
  width: 145px;
  text-align: center;
  padding-left: 15px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.plugins-responsive:before {
  content:"";
  left: 0;
  top: 50%;
  position: absolute;
  background:#F2F2F2;
  width:1px;
  height:50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plugins-responsive .plugins-responsive-logo{;
  cursor: pointer;
}
.plugins-responsive-mob {
  width: 41px;
  float: left;
  margin-right: 27px;
}
.plugins-responsive-mob .plugins-responsive-logo {
  height: 38px;
  width: 22px;
  margin:0 auto;
  font-size: 30px;
  opacity: 1;
}
.plugins-responsive-mob .plugins-responsive-logo:hover{
  opacity: 0.7;
}
.plugins-responsive-tab {
  width: 53px;
  float: left;
}
.plugins-responsive-tab  .plugins-responsive-logo{
  height: 38px;
  font-size: 30px;
  opacity: 1;
}
.plugins-responsive-tab  .plugins-responsive-logo:hover{
  opacity: 0.7;
}
.plugins-responsive-text{
  font-size:12px;
  line-height:13px;
  display:inline-block;
  color:#414852;
  margin-top: 7px;
}
.responsive{
  display:none;
}
.button{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  padding: 9px 0;
  border-radius: 15px;
}
a.button.buy_now {
  width: 250px;
  padding: 16px 0;
  border-radius: 30px;
  font-size: 20px;
  line-height: 28px;
  background: #4786FF;
  color: #ffffff;
  margin-top: 30px;
}
a.button.buy_now:hover {
  background: #3077FF;
}
.fixed #demo_admin {
  margin-right: 10px;
}
.see_all_featur_fixed #demo_admin a{
  color: #323A45;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 14px 0 12px !important;
  width: 206px !important;
}

.see_all_featur_fixed a {
  background: #377BF1;
  color: #ffffff;
  width: 155px;
}
#masthead.fixed{
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}

div#plugin-page-header {
  background: transparent;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
}

div#plugin-page-header.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 999;
  padding: 4px 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  margin-top: 0 !important;
  top: 0;
  background: #FFFFFF;
}
div#plugin-page-header.fixed .see_all_featur_fixed a {
  font-size: 16px;
  line-height: 22px;
  width: 208px;
  padding: 15px 0 13px;
  border-radius: 25px;
}
.fixed .plugins-views-responsive.clear {
  width: 292px;
  float: left;
  margin-top: 17px;
}
.fixed .see_all_featur_fixed{
  margin-top: 10px;
  float: right;
}

.fixed .plugin-info{
  float: left;
  margin: 0;
}

.fixed .responsive{
  display:block;
}
.fixed .plugins-responsive-text,
.fixed .plugin-wp-logo:not(.responsive),
.fixed .pugin_url,
.fixed .pugin_desc,
.fixed .plugin-wp-info h3.pst_title{
  display:none;
}
.fixed .plugin-wp-info .plugin-wp-logo {
  width: 70px;
  height: 70px;
  position: relative;
  top: 0;
}
.fixed .plugin-wp-info span.info_header {
  font-size: 22px;
  line-height: 30px;
}
.fixed .plugin-wp-info span.info_footer {
  font-size: 14px;
  line-height: 16px;
}
.fixed .buy_now_container {
  display: none;
}
.fixed .plugin-wp-info .wporg-ratings span.dashicons {
  font-size: 12px;
  width: 12px;
  height: 12px;
  margin: 0;
  top: 7px;
}
.fixed .plugin-wp-info .plugin-wp-logo img {
  max-height: 30px;
  max-width: 30px;
}
.fixed .plugin-wp-info .wp-reviews {
  width: 98px;
  border-right: 0;
  text-align: center;
  margin-right: 14px;
  padding-top: 7px;
}
.fixed .plugin-wp-info .plugin-wp-info-cont {
  width: 100%;
  float: none;
  top: 0;
}
.fixed .plugin-wp-info .wp-download {
  width: 120px;
  text-align: center;
  margin-left: 14px;
  padding-top: 7px;
}
.fixed .plugins-responsive-mob .plugins-responsive-logo {
  height: 30px;
  width: 17px;
  margin: 0 auto;
}

.fixed .plugins-responsive-mob {
  width: 17px;
  margin-right: 31px;
}
.fixed .plugins-responsive-tab {
  width: 42px;
}
.fixed .plugins-responsive-tab .plugins-responsive-logo {
  height: 30px;
}
.fixed .plugins-responsive-tab .plugins-responsive-logo:hover {

}
.fixed .plugins-responsive {
  width: 111px;
  padding-left: 20px;
}
.fixed .plugins-responsive:before {
  content:none;
}
.fixed .plugins-views.clear {
  width: 181px;
  padding-right: 0;
  position: relative;
  display: block;
}
.plugin-current-view {
  width: 100%;
  float: none;
  margin: 0;
}
.fixed .plugins-view {
  width: 100%;
  float: none;
  margin: 0;
  border-radius:0;
}
.fixed .plugin-view-container {
  background: #f2f2f2;
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 38px;
  border-radius: 12px;
  display:none;
}
.fixed .plugin-wp-info.clear {
  max-width: 100%;
  margin: 0 auto 0;
  width: 320px;
}

#plugin-page-header.fixed + .entry-content{
  padding-top: 150px;
  margin-top: 230px;
}
ul#top-nav-list{
  width: 268px;
}
#theme_demo_menu{
  position: fixed;
  top: 0;
  left: -268px;
  width: 268px;
  z-index: 99999;
  -webkit-transition: left .2s;
  -moz-transition: left .2s;
  transition: left .2s;
  height: 100%;
  overflow-y: auto;
}

#theme_demo_menu.active{
  left: 0;
}
#theme_demo_menu>div:last-child {
  padding: 61px 0 15px 0;
}
div#theme_demo_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.7);
  height: 100%;
  z-index: 999999;
  display:none;
}
div#theme_demo_overlay.active {
  display:block;
}
div#theme_demo_overlay.overlay_active.active {
  display:block !important;
}
#theme_demo_menu .menu-toggle{
  float:none;
}
#theme_demo_menu .theme-demo-menu-header {
  height: 77px;
  padding: 22px 0 23px 60px;
  position: absolute;
  background: #fff;
  z-index: 1;
  width: calc(100% - 7px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
  border-right: 1px solid rgba(0,0,0,0.05) !important;
}
#theme_demo_menu .menu_content_img{
  width: 70px;
  height: 70px;
  border-radius: 17px;
  position: relative;
  float: left;
  background-color: transparent;
  background-image: url(../images/plugin_icon_bg.svg);
  background-size: contain;
}
#theme_demo_menu .menu_content_img img{
  max-height: 43px;
  max-width: 43px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#theme_demo_menu .menu_content {
  float: left;
  width: calc(100% - 67px);
  padding: 8px 0 20px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#theme_demo_menu .menu_content span.info_header {
  color: #323A45;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
}
#theme_demo_menu .menu_content span.info_footer {
  font-size: 12px;
  display: none;
  margin-left: 9px;
  color: #9c9c9c;
}
#theme_demo_menu .menu_content .wporg-ratings span.dashicons {
  font-size: 14px;
  width: 14px;
  height: 14px;
}
#theme_demo_menu .menu_content .wporg-ratings {
  color: #ffb900;
  position: relative;
  top: 5px;
}
#theme_demo_menu .menu_content_title {
  font-size: 16px;
  line-height: 22px;
  color: #323A45;
  font-weight: 600;
  margin-bottom: 3px;
}
#theme_demo_menu .menu_content_container.clear {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding-bottom: 3px;
}
#theme_demo_overlay iframe{
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 12px;
}
#demo_responsive_iframe {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  /*	overflow: hidden;*/
}
.responsive-iframe .container{
  margin: 0;
}
#theme_demo_overlay .iframe_mobile{
  width:377px;
  height:632px;
  border-radius: 12px;
}
#theme_demo_overlay .iframe_tablet{
  width:1024px;
  height:668px;
  border-radius: 12px;
}
#theme_demo_menu{
  overflow: hidden;
}
#demo_responsive_iframe iframe::-webkit-scrollbar-track
{
  border-radius: 5px;
}
ul#top-nav-list::-webkit-scrollbar-track{
  background-color: #F5F5F5;
}

.responsive-iframe::-webkit-scrollbar{
  width: 0px;
  background-color: #F5F5F5;
}

#demo_responsive_iframe iframe::-webkit-scrollbar,
ul#top-nav-list::-webkit-scrollbar
{
  width: 7px;
  background-color: #F5F5F5;
}

#demo_responsive_iframe iframe::-webkit-scrollbar-thumb
{
  border-radius: 5px;
}
ul#top-nav-list::-webkit-scrollbar-thumb
{
  background-color: #a7a8ad;
}

/*iframe*/
body.responsive-iframe #masthead,
body.responsive-iframe #plugin-page-header,
body.responsive-iframe #colophon,
body.responsive-iframe #plugin-reviews,
body.responsive-iframe #tenweb-bf
{
  display: none;
}
div#close_iframe {
  width: 30px;
  height: 30px;
  top: 20px;
  right: 40px;
  position: absolute;
  font-size: 30px;
  cursor: pointer;

}
div#close_iframe{
  color: #9B9B9B;
}
div#close_iframe:hover {
  color:#D3D0D0 ;
}
ul#top-nav-list{
  overflow: auto;
  height: calc(100% - 77px);
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
}

#top-nav-list li:last-child .menu_content{
  border-bottom:0;
}
.fixed .plugins-view:first-child {
  border-radius:12px 12px 0 0;
}
.fixed .plugins-view:last-child {
  border-radius: 0 0 12px 12px;
}
.plugin-view-container::-webkit-scrollbar{
  width: 0px;
  background-color: #cc0000;
  box-sizing: border-box;
}
.plugin-view-container::-webkit-scrollbar-thumb
{
  background-color: #a7a8ad;
}

.plugin-view-container{
  z-index: 999999999999999;
}
.fixed .plugin-info {
  width: calc(100% - 722px);
}
.plugins_menu{
  font-weight: 600;
}
ul.plugins-view-subpages {
  text-align: center;
  list-style: none;
  font-size: 0;
  margin: 20px 0;
}
ul.plugins-view-subpages li {
  display:inline-block;
  margin: 0 5px 13px;
}
ul.plugins-view-subpages li a {
  padding: 6px 20px 4px;
  text-align: center;
  background: #F2F2F2;
  border-radius: 15px;
  color: #323A45;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
ul.plugins-view-subpages li.current a:visited,
ul.plugins-view-subpages li.current a {
  background: #377BF1;
  color:#ffffff;
}
ul.plugins-view-subpages li a:visited {
  color: #323A45;
}
ul.plugins-view-subpages li a:hover {
  background: #E5E2E2;
}

ul.plugins-view-subpages li.current a:hover {
  background: #377BF1;
  opacity: 0.8;
}
.wd_bs_rater .wd_bs_rater_stars_list li {
  margin-left: 0;
}

@media only screen and (min-width: 1900px){
  .fixed .plugin-wp-info.clear {
    width: 363px;
  }

  .container:not(.clear) {
    padding: 0 45px !important;
  }
  .fixed .container{
    padding: 0 45px !important;
  }
  .fixed .see_all_featur_fixed{
    width:320px;
  }
}
@media only screen and (min-width: 1620px){
  .fixed .plugin-wp-info.clear {
    width: 317px;
  }

  /*	.container {
      max-width: 1800px !important;
    }*/
  .fixed .see_all_featur_fixed {
    width: 430px;
  }
  #footer #footer_top {
    padding-bottom: 40px;
  }
  .footer_copyright {
    padding: 40px 0 30px 0;
  }
  aside h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #demo_admin {
    display: none !important;
  }
  .fixed .plugin-info {
    width: calc(100% - 501px);
  }
  .fixed .see_all_featur_fixed{
    width:155px;
  }
  div#plugin-page-header.fixed .see_all_featur_fixed a {
    font-size: 14px;
    width: 150px;
  }
}
@media only screen and (max-width: 1125px){
  .pugin_desc {
    font-size: 30px;
    line-height: 49px;
  }
  .plugin-wp-info .plugin-wp-logo {
    width: 140px;
    height: 140px;
  }
  .plugin-wp-info .plugin-wp-logo img {
    max-height: 53px;
    max-width: 53px;
  }
  .plugin-info .plugin-wp-info.clear {
    width: 490px;
  }
  .fixed .plugin-info .plugin-wp-info.clear {
    width: 316px;
  }
  .plugin-wp-info h3.pst_title {
    line-height: 45px;
    font-size: 35px;
  }
  .plugin-wp-info span.info_header {
    font-size: 28px;
    line-height: 40px;
  }
  .plugin-wp-info .wporg-ratings span.dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    top: 12px;
  }
  .plugin-wp-info span.info_footer {
    font-size: 14px;
    line-height: 12px;
  }
  .plugin-wp-info .wp-reviews {
    width: 140px;
  }
  .plugin-wp-info .plugin-wp-info-cont {
    width: calc(100% - 140px);
  }
}
@media only screen and (min-width: 1025px){
  #plugin-page-header:not(.fixed) .plugin-view-container {
    display:block !important;
  }
}
@media only screen and (max-width: 1025px){
  .fixed .plugin-info{
    width:calc(100% - 397px);
  }

  .fixed .see_all_featur_fixed{
    width:155px;
  }
  .fixed .plugins-views.clear{
    width: 163px;
  }
  .fixed .plugin-info{
    width:calc(100% - 397px);
  }
  .fixed .plugin-wp-info .plugin-wp-info-cont {
    margin: 0 auto;
  }
  .container {
    max-width: 95%;
  }
  #footer_logo .theme_10web_logo {
    margin: 0 auto;
  }
  #footer_logo, footer .phone-menu-block {
    float: none;
  }
  #footer #footer_top,
  .footer_copyright {
    text-align: center;
  }
  .plugins-views.clear {
    width: 181px;
    padding-right: 0;
    position: relative;
  }
  .plugin-current-view {
    width: 100%;
    float: none;
    margin: 0;
    display:block;
  }
  .plugins-view {
    width: 100%;
    float: none;
    margin: 0;
    border-radius:0;
  }
  .plugins-view:first-child {
    border-radius:15px 15px 0 0;
  }
  .plugins-view:last-child {
    border-radius: 0 0 15px 15px;
  }
  .plugin-view-container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 31px;
    border-radius: 15px;
    display:none;
  }
  .plugins-responsive .plugins-responsive-tab,
  .plugins-responsive-text {
    display: none;
  }
  .plugins-responsive:before{
    content:none;
  }
  .plugins-responsive-mob {
    width: 17px;
    margin-right: 0;
  }
  .plugins-responsive-mob .plugins-responsive-logo {
    height: 30px;
    width: 17px;
    margin: 0 auto;
    background-position: 0 -101px;
    background-size: 157px;
  }
  .fixed .plugins-responsive {
    width: 37px;
    padding-left: 20px;
  }
  .fixed .plugins-views-responsive.clear {
    width: 175px;
  }
  .plugins-responsive {
    width: 23px;
  }
  .fixed_desktop .fixed .plugin-wp-info .wp-download,
  .fixed_desktop .fixed .plugin-wp-info .wp-reviews{
    display: none;
  }
  .fixed_desktop .fixed .plugin-wp-info .plugin-wp-logo {
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (min-width: 1024px){
  /* #plugin-page-header:not(.fixed) .plugin-view-container.clear {
     display: block !important;
   }*/
}
@media only screen and (max-width: 960px){
  .fixed .see_all_featur_fixed{
    width:155px;
  }
  .fixed .plugins-responsive-mob{
    margin-right: 0;
  }


  .fixed .plugin-wp-info .plugin-wp-logo{
    float: none;
    margin: auto;
  }
  #main .shortcode_container{
    padding: 0;
  }
  .container:not(.clear){
    padding: 0 10px;
  }
  .fixed .container{
    padding: 0 10px;
  }
  .fixed .wp-reviews,
  .fixed .wp-download{
    display: none;
  }
  div#plugin-page-header.fixed .see_all_featur_fixed a {
    font-size: 12px;
    width: 140px;
    line-height: 17px;
    padding: 7px 0 6px;
  }
  .fixed .see_all_featur_fixed {
    margin-top: 20px;
  }
  #plugin-reviews .slick-prev, #plugin-reviews .slick-next {
    display: none !important;
  }
}


@media only screen and (max-width: 767px){
  #footer_bottom_links{
    display: block;
    margin-top: 10px;
  }
  .copyright_info {
    font-size: 12px;
    line-height: 17px;
  }
  .fixed .plugin-info{
    width:calc(100% - 378px);
  }

  .fixed_desktop .fixed .plugin-info{
    display:none;
  }

  .fixed .plugin-wp-info .plugin-wp-logo{
    width: 50px !important;
    height: 50px !important;
    border-radius: 11px !important;
    margin-top: 6px;
  }
  div#plugin-page-header.fixed{
    padding: 0;
  }
  .pugin_desc{
    padding: 10px;
  }
  #main .shortcode_container{
    padding: 0;
  }
  .container:not(.clear){
    padding: 0 10px;
  }
  .fixed .container{
    padding: 0 10px;
  }

  #theme_demo_menu {
    width: 270px;
    left: -270px;
  }
  ul#top-nav-list {
    width: 270px;
    height: calc(100% - 60px);
  }
  #theme_demo_menu .menu_content_img img {
    max-height: 25px;
    max-width: 25px;
  }
  #theme_demo_menu .menu_content_img {
    width: 60px;
    height: 60px;
    border-radius: 7px;
  }
  #theme_demo_menu .menu_content {
    width: calc(100% - 42px);
    padding: 0px 0 11px 12px;
  }
  #theme_demo_menu .menu_content_title {
    font-size: 14px;
    margin-bottom: 1px;
    line-height: 20px;
  }
  #theme_demo_menu .menu_content span.info_header {
    font-size: 14px;
    line-height: 20px;
  }
  #theme_demo_menu .menu_content .wporg-ratings {
    top: 2px;
  }
  #theme_demo_menu .menu_content span.info_footer {
    font-size: 11px;
  }
  .fixed .plugin-wp-info .plugin-wp-info-cont {
    width: 100%;
  }
  .container {
    max-width: 100%;
  }

  #masthead .menu-toggle {
    overflow: hidden;
  }
  #masthead .menu-toggle .plugins_menu{
    display: none;
  }
  div#site_logo {
    width: calc(100% - -20px);
  }
  .fixed .plugins-views-responsive.clear {
    width: 115px;
  }
  .fixed .see_all_featur_fixed{
    width: 140px;
  }
  .fixed .see_all_featur_fixed a {
    background: #377BF1;
    color: #fff;
    width: 100%;
    font-size: 11px;
    padding: 9px 10px;
    margin-right: 25px;
  }
  .fixed .see_all_featur_fixed{
    margin-right: 20px;
  }
  .fixed .plugins-views.clear{
    width: 185px;
  }


  .fixed .plugin-info {
    width: calc(100% - 378px);
  }
  .fixed .plugins-views-responsive.clear{
    margin: 16px 0 15px;
  }
  .fixed .see_all_featur_fixed{
    margin-top: 15px;
  }

  .fixed .wp-reviews,
  .plugins-responsive,
  .fixed .wp-download,
  #get-started {
    display: none;
  }
  .site-header {
    padding: 17px 0;
  }
  #theme_demo_menu .theme-demo-menu-header {
    height: 60px;
    padding: 19px 0 17px 10px;
  }

  .fixed_desktop ul#top-nav-list {
    padding-top: 0;
  }
  .menu-toggle {
    top: 4px;
  }

  .theme_demo_logo {
    width: 153px;
    height: 26px;
    background-position: center;
    background-size: cover;
  }
  div#site_logo{
    float: none;
  }
  .fixed .plugin-wp-info .plugin-wp-logo img {
    max-height: 22px;
    max-width: 22px;
  }
  .plugins-view, .plugin-current-view {
    min-width: auto;
  }
  .plugin-current-view span, .plugins-view a {
    font-size: 11px;
  }
  .plugin-current-view span {
    /*padding: 9px 15px 9px 4px;*/
  }
  a.button.buy_now {
    width: 155px;
    padding: 10px 0;
    font-size: 15px!important;
  }
  .fixed_desktop #theme_demo_menu>div:last-child {
    padding: 60px 0 15px 0 !important;
  }
}

@media only screen and (max-width: 600px){
  .fixed .plugin-info{
    width:calc(100% - 284px);
  }


  .fixed .plugins-views-responsive.clear {
    margin-top: 12px;
  }
  .fixed .see_all_featur_fixed {
    /*width: 95px;  */
    margin-top: 12px;
  }
  .fixed .plugins-views.clear{
    width: 100% !important;
  }

  /**/

  .fixed .plugins-views-responsive.clear {
    width: 140px;
    margin-top: 12px;
  }
  .fixed .see_all_featur_fixed {
    margin-right: 0;
  }
  .plugin-wp-info .wp-reviews{
    text-align: center;
  }
  .container:not(.clear){
    padding: 0 10px;
  }
  .fixed .container{
    padding: 0 10px;
  }
  #main .shortcode_container{
    padding: 0;
  }
  .plugin-info .plugin-wp-logo {
    float: none;
    margin: 0 auto;
  }
  .plugin-wp-info .plugin-wp-info-cont {
    width: 100%;
    float: none;
    text-align: center;
  }
  .plugin-wp-info  h3.pst_title, .plugin-wp-info  .plugin_content p {
    text-align: center !important;
  }
  .plugin-wp-info.clear {
    max-width: 100%;
  }
  .plugin-wp-info .plugin-wp-logo {
    width: 110px;
    height: 110px;
  }
  .plugin-wp-info .plugin-wp-logo img {
    max-height: 38px;
    max-width: 38px;
  }
  .plugin-info {
    margin: 0 auto 17px;
  }
  .plugin-wp-info h3.pst_title {
    line-height: 40px;
    font-size: 32px;
  }
  .plugin-wp-info-cont > .clear{
    width: 293px;
    margin: 0 auto 20px;
  }
  .fixed .plugin-wp-info-cont > .clear{
    width: auto;
    margin: 0 auto;
  }
  .fixed .plugin-current-view span{
    color: #323A45;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 0px 9px;
  }
  .plugin-wp-info .wp-reviews,
  .plugin-wp-info .wp-download {
    width: 135px;
  }
  .plugin-wp-info .wp-reviews{
    margin-right: 20px;
  }
  .plugin-wp-info span.info_header {
    font-size: 24px;
    line-height: 35px;
  }
  .pugin_desc {
    font-size: 21px;
    line-height: 30px;
  }
  .pugin_url {
    font-size: 16px;
    padding-right: 11px;
    margin-right: 10px;
  }
  .plugin_url_icon {
    top: 7px;
  }
}


@media only screen and (max-width: 400px){
  .fixed .plugin-info{
    display: none;
  }
}
#theme_demo_menu li.menu-item:hover{
  background-color: rgba(224, 224, 224, 0.3);
}
#theme_demo_menu li.menu-item{
  padding-top:6px;
}
#theme_demo_menu li.menu-item a{
  display: block;
  padding-left: 10px;
}
.ratings_from{
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  font-style: italic;
}
.fixed .ratings_about{
  display: none !important;
}
.wp_org{
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  opacity: 0.5;
  text-decoration: none;
  color: #323A45;
}
.ratings_about{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 13px;
}
.bwg_comments input[type="submit"], .bwg_ecommerce_panel input[type="button"]{
  background: none repeat scroll 0 0 #377BF1 !important;
  color: #fff !important;
}

/*REVIEWS*/
div#plugin-reviews {
  text-align: center;
  width: 980px;
  margin: 100px auto 20px;
  max-width: 100%;
}
#plugin-reviews h2{
  color: #323A45;
  font-size:26px;
  line-height: 30px;
  margin-bottom:20px;
  font-weight: 600;
}
#plugin-reviews h3{
  color: #323A45;
  font-size:18px;
  line-height: 21px;
  margin:0;
  font-weight: 400;
  display: inline-block;
}
#plugin-reviews .wporg-ratings{
  color: #ffb900;
  display: inline-block;
  position: relative;
  top: -1px;
  left: 5px;
}
#plugin-reviews .plugin-review:focus{
  outline:none;
}
#plugin-reviews  .wporg-ratings span.dashicons {
  font-size: 14px;
  width: 14px;
  height: 14px;
}
#plugin-reviews  .plugin-review-header.clear {
  display: inline-block;
}
#plugin-reviews  .plugin-review-author {
  font-size:14px;
  margin-top:5px;
  margin-bottom:15px;
  color:#323A45;
}
#plugin-reviews  .plugin-review-author span {
  font-style:italic;
  color:#323A45;
}
#plugin-reviews  .plugin-review-text {
  color:#323A45;
  font-size:18px;
  line-height: 24px;
  font-weight: 300;
  white-space: pre-wrap;
}
#plugin-reviews .slick-prev, #plugin-reviews .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: transparent url(../images/review_arrow.svg) no-repeat;
  speak: none;

  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  width: 49px;
  height: 80px;
}
#plugin-reviews .slick-prev:hover, #plugin-reviews .slick-next:hover {
  opacity: .8;
}
#plugin-reviews .slick-prev {
  left: -60px;
}
#plugin-reviews .slick-next {
  right: -60px;
}

.plugin-review-see-all a{
  color: #377BF1;
  font-size: 16px;
  margin-top: 11px;
  display: inline-block;
  text-decoration: none;
  padding-right: 14px;
  position: relative;
}

.tenweb_download_slider_wrapper{
  text-align: center;
  margin-bottom: 1px;
}

.tenweb_download_slider{
  background-image: url(../images/slider_download.svg);
  background-repeat: no-repeat;
  width: 115px;
  height: 16px;
  background-size: 115px;
  background-position: center;
  padding: 8px 0;
  cursor: pointer;
  display: inline-block;
}
#plugin-reviews .slick-prev {
  -webkit-transform: rotateY(180deg) translateY(0);
  -moz-transform: rotateY(180deg) translateY(0);
  transform: rotateY(180deg) translateY(0);
}
@media screen and (min-width: 1620px){
  #plugin-reviews .slick-next {
    right: -240px;
  }
  #plugin-reviews .slick-prev {
    left: -240px;
  }
  #theme_demo_menu .theme-demo-menu-header {
    padding: 22px 0 23px 45px;
  }
}

.tenweb_download_slider:hover{
  opacity: 0.8;
}
@media screen and (max-width:1279px) {
  #plugin-reviews h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
.tenweb-demo-product-slider-wd .plugins-views-responsive{
  margin-bottom: -5px !important;
}

.tenweb-demo-product-wd-facebook-feed #page #main .container.shortcode_container .ffwd_masonry_thumb_desc{
  padding-top: 3px !important;
}
div#plugin-reviews .container {
  padding: 50px 0 125px;
  text-align: center;
}
div#plugin-reviews *{
  color:#323A45;
}
#plugin-reviews h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: 800;
}
#plugin-reviews .reviews_info {
  font-size: 22px;
  line-height: 30px;
  font-weight: 200;
  margin-bottom: 20px;
}
#plugin-reviews .wporg-ratings span.twtf {
  font-size: 32px;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  color: #F8C332;
}
#plugin-reviews .plugin-review-text {
  line-height: 30px;
}
#plugin-reviews .wporg-ratings span.dashicons  {
  width: 32px;
  height: 32px;
  margin: 0 5px;
  background-image: url(../images/star.svg);
  background-size: contain;
}
#plugin-reviews .plugin-review-see-all a {
  color:#323A45;
  font-size: 16px;
  margin-top: 11px;
  display: inline-block;
  text-decoration: none;
  padding-right: 14px;
  position: relative;
}
#plugin-reviews .plugin-review-see-all a .plugin_url_icon {
  top: 6px;
}
.reviews-container {
  margin-top: 40px;
}
.plugin-review-user-image {
  width: 66px;
  height: 66px;
  overflow: hidden;
  border-radius: 40px;
  float: left;
  margin-right: 25px;
  border: 5px solid #E5E6E8;
}
#plugin-reviews ul.slick-dots {
  margin-top: 40px;
}
#plugin-reviews  .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:before {
  font-size: 22px;
  width: 8px;
  height: 8px;
  content: '•';
  text-align: center;
  opacity: .2;
  color: #323a45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}

#plugin-reviews  .slick-dots li button {
  font-size: 0;
  line-height: 1;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
  padding: 0;
}
.plugin-review-user-image div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.plugin-review-user {
  float: left;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  font-weight: 200;
  width: calc(100% - 101px);
}
#plugin-reviews .plugin-review-user h3{
  font-size: 30px;
  line-height: 41px;
  font-weight: 600;
  margin-bottom: 10px;
}
#plugin-reviews .plugin-review-author{
  margin:0;
  font-size: 16px;
  opacity: 0.7;
}
#plugin-reviews .user-info > .clear {
  display: inline-block;
  margin-top: 35px;
}
@media only screen and (min-width: 1620px){
  div#plugin-reviews {
    width: 1120px;
  }
}



.wd_buttons_right div{
  display: inline-block;
}

body.error404 #get-started{
  display:none;
}


.fixed_desktop #page{
  margin-left: 267px;
  width: calc(100% - 268px);
}
/*  #page{
     transition: all .2s;
     -webkit-transition: all .2s;
     -moz-transition: all .2s;
   }*/
html, body{
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.fixed_desktop #theme_demo_overlay{
  display: none !important;
}
.fixed_desktop #theme_demo_menu {
  top: 0;
  width: 268px;
}
.fixed_desktop.fixed_menu #theme_demo_menu {
  top: 0 !important;
}
.fixed_desktop ul#top-nav-list{
  width: 268px;
}
.fixed_desktop div#plugin-page-header.fixed{
  width: calc(100% - 268px) !important;
  right: 0 !important;
  left: unset !important;
}
#theme_demo_menu .menu_content {
  padding: 8px 0 14px 7px !important;
  width: calc(100% - 70px);
}
.fixed_desktop .general_mega_sale.left .mega_deal{
  left: 267px;
}
.fixed_desktop div#site_logo{
  padding-left: 238px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fixed_desktop div#plugin-page-header.fixed{
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
  box-shadow: none;
}

.fixed_desktop #theme_demo_menu .menu_content_img{
  border-radius: 10px;
}
.fixed_desktop #theme_demo_menu .menu_content_img img{
  max-height: 34px;
  max-width: 34px;
}

ul#top-nav-list::-webkit-scrollbar-thumb
{
  background-color: #ffffff;
}
ul#top-nav-list::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.fixed_desktop #theme_demo_menu:hover ul#top-nav-list::-webkit-scrollbar-thumb{
  background-color: #a7a8ad;
}
.fixed_desktop #theme_demo_menu:hover ul#top-nav-list::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.fixed_desktop #theme_demo_menu li.menu-item{
  border-right: 1px solid rgba(0,0,0,0.05) !important;
}
.tenweb-demo-product-slider-wd #plugin-page-header.fixed + .entry-content {
  /*padding-top: 70px;*/
}
.widget_theme_10webfeaturedpost a {
  color: #323A45;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tenweb-demo-product-slider-wd .entry-content{
  padding: 22px 60px 0;
}
.responsive-iframe .fm-form-container {
  width: 95%;
  margin: 20px auto 0;
}
.fixed + .fixed_container {
  height: 489px;
}
@media only screen and (max-width: 1025px){
  .fixed + .fixed_container {
    height: 400px;
  }
}
@media only screen and (max-width: 600px){
  .fixed + .fixed_container {
    height: 442px;
  }
}
@media only screen and (max-width: 410px){
  .fixed + .fixed_container {
    height: 499px;
  }
}
@media screen and (max-width: 767px){
  .tenweb-demo-product-slider-wd .entry-content{
    padding: 22px 0 0;
  }
  .fm-form-container {
    width: 95% !important;
    margin: 20px auto 0;
  }
}
@media (min-width: 1025px) and (max-width: 1420px){
  .fixed_desktop div#plugin-page-header.fixed .wp-reviews{
    display: none !important;
  }
  .fixed_desktop div#plugin-page-header.fixed .wp-download{
    display: none !important;
  }
  .fixed_desktop .fixed .plugin-wp-info .plugin-wp-logo{
    margin: 0 auto !important;
    float: none !important;
  }
  .fixed_desktop #footer_logo .theme_10web_logo {
    margin: 0 auto;
  }
  .fixed_desktop #footer_logo, footer .phone-menu-block{
    float: none;
  }
}
@media screen and (max-width: 1024px){
  .fixed_desktop div#site_logo{
    padding-left: 0;
  }
}
@media screen and (max-width: 767px){
  .fixed_desktop #page{
    margin-left: 0;
    width: 100%;
  }
  .fixed_desktop div#plugin-page-header.fixed {
    width: 100% !important;
  }
  #plugin-reviews .wporg-ratings span.dashicons {
    height: 18px;
    width: 18px;
    margin: 0 3px;
  }
  #plugin-reviews h2 {
    font-size: 28px;
    line-height: 36px;
  }
  #plugin-reviews .reviews_info {
    font-size: 16px;
    line-height: 22px;
  }
  #plugin-reviews .wporg-ratings span.twtf {
    font-size: 18px;
    width: 18px;
    margin: 0 3px;
  }
  div#plugin-reviews .reviews-container {
    width: 100%;
    max-width: 100%;
    padding: 30px 0 50px;
  }
  #plugin-reviews .user-info > .clear {
    margin-top: 30px;
    width: 272px;
  }
  .plugin-review-user-image {
    width: 52px;
    height: 52px;
    border-radius: 27px;
    margin-right: 13px;
    border: 0;
  }
  #plugin-reviews .plugin-review-user h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 5px;
  }
  ul.slick-dots {
    margin-top: 30px;
  }
  div#plugin-reviews{
    background-image: none !important;
  }
  div#plugin-reviews .container {
    padding: 0;
  }
  #product_pricing .container {
    padding: 0 0 50px !important;
  }
  #plugin-reviews .slick-next,  #plugin-reviews .slick-prev {
    display: none;
  }
  div#plugin-reviews .reviews-container {
    width: 100%;
    max-width: 95%;
    padding: 30px 0 50px;
    margin: 10px auto 0;
  }
  #plugin-reviews .plugin-review-text {
    line-height: 26px;
    font-size: 16px;
  }
  .reviews-container {
    margin-top: 10px;
  }
}

@media screen and (max-height: 803px){
  .tenweb-demo-product-slider-wd div#plugin-page-header.fixed{
    display: none !important;
  }

}
@media only screen and (max-width: 1230px) {
  #section_8 .content-right {
    width: 375px;
    float: none;
    max-width: 100%;
    margin: 0 auto;
  }
  #section_7 .container {
    padding-top: 40px;
    border-bottom: 0;
    padding-bottom: 0;
  }
}


.plugin-review-user.no_image {
  float: none;
  text-align: center;
  width: 100%;
  padding-bottom: 2px;
}
.ui-datepicker-calendar td {
  line-height: 34px;
}
.ui-datepicker-calendar td a {
  display: inline-block !important;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 21px;
}

.vertical-middle {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#video_container {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  display: none;
}
#video_container .iframe-container-latest{
  width: 1200px;
  border: 0;
  border-radius: 20px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
  height: auto;
  padding: 0 !important;
}
#video_container .iframe-container-latest iframe {
  max-width: 100%;
}
#video_container > div {
  padding: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
#video_container .close_embed {
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#video_container .close_embed.mobile  {
  display: none;
}

@media screen and (max-width:1440px){
  #video_container .iframe-container-latest,
  #video_container .iframe-container-latest iframe{
    width: 996px;
    height:560px;
  }
}
@media screen and (max-width:1150px) {
  #video_container .iframe-container-latest iframe,
  #video_container .iframe-container-latest {
    width: 800px;
    height: 450px;
  }
}
@media screen and (max-width: 900px) {
  #video_container .iframe-container-latest iframe,
  #video_container .iframe-container-latest {
    width: 660px;
    height: 371px;
  }
}
@media screen and (max-width: 767px) {
  #video_container .iframe-container-latest iframe,
  #video_container .iframe-container-latest {
    width: 600px;
    height: 338px;
  }
  #video_container > div {
    padding: 0;
    width: 100%;
  }
  #video_container .close_embed.mobile {
    display: block;
    margin: 0;
    left: auto;
    right: 10px;
    top: 10px;
    -webkit-transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  #video_container .close_embed.screen  {
    display: none;
  }
}
@media screen and (max-width: 620px){
  #video_container .iframe-container-latest iframe,
  #video_container .iframe-container-latest {
    height:300px;
  }
  #video_container .iframe-container-latest iframe,
  #video_container .iframe-container-latest {
    width: 423px;
    height: 238px;
  }
}
@media screen and (max-width: 440px){
  #video_container .iframe-container-latest iframe,
  #video_container .iframe-container-latest {
    width: 100%;
  }
  #video_container .iframe-container-latest {
    border-radius: 0;
  }
  #video_container {
    background: rgb(0, 0, 0);
  }
}

#ask_question .tenweb_contact_svg_container{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDojZmZmO30uYntmaWxsOiM0Nzg2ZmY7c3Ryb2tlOiM0Nzg2ZmY7c3Ryb2tlLXdpZHRoOjAuNXB4O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjQgLTY0KSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik03NCw2NEExMCwxMCwwLDEsMCw4NCw3NCwxMCwxMCwwLDAsMCw3NCw2NFoiLz48cGF0aCBjbGFzcz0iYiIgZD0iTTM1OC4wNjMsMjc2LjkwOGEzLjg3LDMuODcsMCwwLDAtNC45ODIsMCwzLjA0MywzLjA0MywwLDAsMC0xLjA4LDIuMzA2di4xN2EuMTc5LjE3OSwwLDAsMCwuMTc5LjE3OWgxLjA3MWEuMTc5LjE3OSwwLDAsMCwuMTc5LS4xNzl2LS4xN2EyLjE3OSwyLjE3OSwwLDAsMSw0LjI4NiwwLDEuODA3LDEuODA3LDAsMCwxLTEuMjUyLDEuNjIzLDIuNSwyLjUsMCwwLDAtMS4xNjMuOTEzLDIuNTU1LDIuNTU1LDAsMCwwLS40NDQsMS40NDl2LjQ4YS4xNzkuMTc5LDAsMCwwLC4xNzkuMTc5SDM1Ni4xYS4xNzkuMTc5LDAsMCwwLC4xNzktLjE3OXYtLjUwN2ExLjA3OSwxLjA3OSwwLDAsMSwuNjktMSwzLjIyMiwzLjIyMiwwLDAsMCwyLjE2Ny0yLjk1OCwzLjAzMywzLjAzMywwLDAsMC0xLjA3OC0yLjMwNlptLTMuMzg0LDkuMjdhLjg5My44OTMsMCwxLDAsLjg5My0uODkzQS44OTMuODkzLDAsMCwwLDM1NC42NzksMjg2LjE3OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODEuNTcxIC0yMDcuNTUpIi8+PC9nPjwvc3ZnPg==);
}


#ask_question{
  background-color: #4786FF;
  padding: 12px 24px;
  border-radius: 25px;
  color: #FFF;
  fill: #FFF;
  position: fixed;
  right: 20px;
  bottom: 10px;
  text-decoration: none;
  z-index: 99999;
/*  display: none;*/
}

#ask_question span{
  color: #FFFFFF;
  fill: #FFFFFF;
}

#ask_question .tenweb_contact_svg_container{
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
}

#ask_question .tenweb_contact_us_text{
  margin-left: 7px;
  font-size: 17px;
  line-height: 23px;
  text-align: left;
  font-weight: 600;
  position: relative;
  top: -1px;
}
.tenweb_contact_us_scrollbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  background-color: #323a45b3;
  -webkit-transition: transform 0s;
  -moz-transition: transform 0s;
  transition: transform 0s;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  transform: translateY(150%);
}
.tenweb_contact_us_scrollbox_content {
  display: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 15px;
  box-shadow: 0 0 0.42857rem 0 rgba(0,0,0,.2);
  position: absolute;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  transform: translateY(150%);
}
.tenweb_contact_us_scrollbox_content.step1 {
  max-width: 790px;
  max-height: 413px;
}
.tenweb_contact_us_scrollbox_content.step2 {
  max-width: 900px;
  max-height: 578px;
}
.tenweb_contact_us_scrollbox_content.active {
  display: block;
}
.tenweb_contact_us_scrollbox.active,
.tenweb_contact_us_scrollbox.active .tenweb_contact_us_scrollbox_content {
  transform: translateY(0);
}
.tenweb_contact_us_scrollbox-header h5 {
  padding: 10px 30px 5px 20px;
  text-align: left;
  color: #323A45;
  font-size: 22px;
  line-height: 40px;
  font-weight: 800;
}
.tenweb_contact_us_scrollbox_content.step2 .tenweb_contact_us_scrollbox-header h5 {
  padding: 10px 30px 0 50px;
}
span.tenweb_contact_us_scrollbox-minimize {
  position: absolute;
  cursor: pointer !important;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  right: 20px;
  top: 15px;
  font-size: 14px;
  color: #323A4530;
}
span.tenweb_contact_us_scrollbox-minimize:hover {
  background: rgba(255,255,255,.1);
}
span.tenweb_contact_us_scrollbox-minimize:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 2px;
  left: 4px;
  top: 9px;
  background: #ffffff;
}

.tenweb_contact_us_scrollbox-questions {
  padding: 0 20px;
}
#tenweb_contact_us_scrollbox_plugin,
#tenweb_contact_us_scrollbox_plugin *,
#tenweb_contact_us_scrollbox_zendesk,
#tenweb_contact_us_scrollbox_zendesk * {
  cursor: pointer;
}
.tenweb_contact_us_scrollbox-questions>div {
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 5px 20px #E5E6E8CC;
  border-radius: 10px;
  height: 150px;
  margin: 10px 0 20px 0;
  text-align: center;
  color: #323A45;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  display: flex;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.tenweb_contact_us_scrollbox-questions>div:hover {
  border: 1px solid #4786FF;
}
.tenweb_contact_us_scrollbox-questions>div div:nth-child(2) {
  flex: 2;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-self: center;
  position: relative;
  left: -20px;
}
.tenweb_contact_us_scrollbox-questions>div a {
  color: #323A45;
  max-width: 280px;
}
.tenweb_contact_us_scrollbox-questions>div .img_icon {
  width: 100px;
  height: 100px;
  align-self: baseline;
  background-size: 100%;
  background-repeat: no-repeat;
}
.tenweb_contact_us_scrollbox-questions>div#tenweb_contact_us_scrollbox_plugin .img_icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgdmlld0JveD0iMCAwIDEyMCAxMjAiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiNmZmY7fS5ie2ZpbGw6I2QxYTAxNjt9LmN7ZmlsbDojZTVlNWU1O30uZHtmaWxsOiNmOGMzMzI7fS5le2ZpbHRlcjp1cmwoI2MpO30uZntmaWx0ZXI6dXJsKCNhKTt9PC9zdHlsZT48ZmlsdGVyIGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48ZmVPZmZzZXQgZHk9IjUiIGlucHV0PSJTb3VyY2VBbHBoYSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEwIiByZXN1bHQ9ImIiLz48ZmVGbG9vZCBmbG9vZC1jb2xvcj0iI2U1ZTZlOCIgZmxvb2Qtb3BhY2l0eT0iMC44Ii8+PGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJiIi8+PGZlQ29tcG9zaXRlIGluPSJTb3VyY2VHcmFwaGljIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYyIgeD0iMzkuNTc4IiB5PSIzMy44MTkiIHdpZHRoPSI0MC44NDQiIGhlaWdodD0iMzkuMjc4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBkeT0iMyIgaW5wdXQ9IlNvdXJjZUFscGhhIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMyIgcmVzdWx0PSJkIi8+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMC4yMzkiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9ImQiLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4MyAtMzI5KSI+PGcgY2xhc3M9ImYiIHRyYW5zZm9ybT0ibWF0cml4KDEsIDAsIDAsIDEsIDU4MywgMzI5KSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik0zMCw2MGMyOS43NjksMCwzMC0xMy40MzEsMzAtMzBTNTkuNzY5LDAsMzAsMCwwLDEzLjQzMSwwLDMwLC4yMzEsNjAsMzAsNjBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMCAyNSkiLz48L2c+PHBhdGggY2xhc3M9ImIiIGQ9Ik0zMi4xMzYsMTEuMDUyLDI3LjYyLDE0LjI4NCwxNy4wNjIsMjEuODA2YTEuNSwxLjUsMCwwLDEtMS43OTMsMEw0Ljc3NywxNC4yODQuMjYxLDExLjA1Miw0Ljc3Nyw3LjgxOSwxNC42LjgyNSwxNS4zMzUuM2ExLjUsMS41LDAsMCwxLDEuNzkzLDBsLjczLjUyOEwyMi41NzMsNC4xOSwyNC45LDUuODM5LDI3LjYyLDcuODE5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjI2LjgwMiAzNjcuMTI1KSIvPjxnIGNsYXNzPSJlIiB0cmFuc2Zvcm09Im1hdHJpeCgxLCAwLCAwLCAxLCA1ODMsIDMyOSkiPjxwYXRoIGNsYXNzPSJhIiBkPSJNOTQuMTU4LDE3LjE1MnY5LjM2OUw4My42LDM0LjA0MmExLjUsMS41LDAsMCwxLTEuNzkzLDBMNzEuMzE0LDI2LjUyMVYxNC4zODFhMS4zMjgsMS4zMjgsMCwwLDEsMS4zMjgtMS4zMkg4OS45NzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjIuNzQgMjYuNzYpIi8+PC9nPjxwYXRoIGNsYXNzPSJjIiBkPSJNMzY1Ljk3NCwxNi4xYTEuMDQ2LDEuMDQ2LDAsMCwwLDEuMDYyLDEuMDU2aDMuMDU1bC00LjExNy00LjA5MVYxNi4xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjg0LjMzMSAzNTUuNzU4KSIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNMjYuODc1LDIwLjc3OEg1YTUuMDA2LDUuMDA2LDAsMCwxLTUtNVYwSC4wNjNMNC41MTUsMy4xODhsMTAuNDkyLDcuNTIxYTEuNSwxLjUsMCwwLDAsMS43OTQsMEwyNy4zNTksMy4xODgsMzEuODEyLDBoLjA2M1YxNS43NzlBNS4wMDYsNS4wMDYsMCwwLDEsMjYuODc1LDIwLjc3OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYyNy4wNjMgMzc4LjIyMSkiLz48L2c+PC9zdmc+);
}
.tenweb_contact_us_scrollbox-questions>div#tenweb_contact_us_scrollbox_zendesk .img_icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgdmlld0JveD0iMCAwIDEyMCAxMjAiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiNmZmY7fS5ie2ZpbGw6I2Y4YzMzMjt9LmN7ZmlsbDojZGZhYTE4O30uZHtmaWxsOnJnYmEoMCwwLDAsMC4xKTt9LmV7ZmlsdGVyOnVybCgjYyk7fS5me2ZpbHRlcjp1cmwoI2EpO308L3N0eWxlPjxmaWx0ZXIgaWQ9ImEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBkeT0iNSIgaW5wdXQ9IlNvdXJjZUFscGhhIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTAiIHJlc3VsdD0iYiIvPjxmZUZsb29kIGZsb29kLWNvbG9yPSIjZTVlNmU4IiBmbG9vZC1vcGFjaXR5PSIwLjgiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9ImIiLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48ZmlsdGVyIGlkPSJjIiB4PSIzMi45OTkiIHk9IjM2LjM5OSIgd2lkdGg9IjUwLjQ1OSIgaGVpZ2h0PSIzOC4xMzUiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PGZlT2Zmc2V0IGR5PSIzIiBpbnB1dD0iU291cmNlQWxwaGEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzIiByZXN1bHQ9ImQiLz48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwLjE2MSIvPjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iZCIvPjxmZUNvbXBvc2l0ZSBpbj0iU291cmNlR3JhcGhpYyIvPjwvZmlsdGVyPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIwIC02NDM5KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUwIDY0NjQpIj48ZyBjbGFzcz0iZiIgdHJhbnNmb3JtPSJtYXRyaXgoMSwgMCwgMCwgMSwgLTMwLCAtMjUpIj48cGF0aCBjbGFzcz0iYSIgZD0iTTMwLDYwYzI5Ljc2OSwwLDMwLTEzLjQzMSwzMC0zMFM1OS43NjksMCwzMCwwLDAsMTMuNDMxLDAsMzAsLjIzMSw2MCwzMCw2MFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwIDI1KSIvPjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMS45OTkgMTUuNTk5KSI+PHBhdGggY2xhc3M9ImIiIGQ9Ik01LjUzMSwyNy4zODYuMTg0LDEzLjYwN2EyLjY3OCwyLjY3OCwwLDAsMSwxLjU1Mi0zLjQ2OEwyNi45NzcuNDg3YTIuNzExLDIuNzExLDAsMCwxLDMuNSwxLjU0bDUuMzQ4LDEzLjc3OWEyLjY3OCwyLjY3OCwwLDAsMS0xLjU1MiwzLjQ3TDkuMDI4LDI4LjkyNmEyLjcxMiwyLjcxMiwwLDAsMS0zLjUtMS41NFptMCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMDEgLTAuMzA2KSIvPjxwYXRoIGNsYXNzPSJjIiBkPSJNNjIuNDYzLDEwMS45NjEsMzIuMiwxMTMuNmwyLjAxNiw1LjE5MiwzMC4yNjYtMTEuNjM4Wm0wLDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMC4wNjMgLTk1LjI3NSkiLz48ZyBjbGFzcz0iZSIgdHJhbnNmb3JtPSJtYXRyaXgoMSwgMCwgMCwgMSwgLTQyLCAtNDAuNikiPjxwYXRoIGNsYXNzPSJhIiBkPSJNMCwxNy43NTFWMi45ODVBMi43LDIuNywwLDAsMSwyLjcuM0gyOS43NTRhMi43LDIuNywwLDAsMSwyLjcsMi42ODVWMTcuNzUxYTIuNywyLjcsMCwwLDEtMi43LDIuNjg1SDIuN0EyLjcsMi43LDAsMCwxLDAsMTcuNzUxWm0wLDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyIDQyLjEpIi8+PC9nPjxwYXRoIGNsYXNzPSJkIiBkPSJNNDAuODMyLDE2My42MDloNS40MXYxLjM0MmgtNS40MVptMCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzguMTE0IC0xNDYuMjA0KSIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNNDAuODMyLDE2My42MDloNS40MXYxLjM0MmgtNS40MVptMCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzEuMDkyIC0xNDYuMjA0KSIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNNDAuODMyLDE2My42MDloNS40MXYxLjM0MmgtNS40MVptMCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQuMDY5IC0xNDYuMjA0KSIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNNDAuODMyLDE2My42MDloNS40MXYxLjM0MmgtNS40MVptMCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYuOTggLTE0Ni4yMDQpIi8+PHBhdGggY2xhc3M9ImIiIGQ9Ik00MC44MzIsNDUuNDI0VjQyLjJhMS4wNzgsMS4wNzgsMCwwLDEsMS4wODItMS4wNzRINDUuMTZBMS4wNzgsMS4wNzgsMCwwLDEsNDYuMjQyLDQyLjJ2My4yMjFBMS4wNzgsMS4wNzgsMCwwLDEsNDUuMTYsNDYuNUg0MS45MTRhMS4wNzgsMS4wNzgsMCwwLDEtMS4wODItMS4wNzRabTAsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM4LjEyNiAtMzYuNjQ0KSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
}
.tenweb_contact_us_scrollbox-plugin_arrow {
  font-size: 14px;
  padding: 20px;
}
.tenweb_contact_us_scrollbox-questions>div .tenweb_contact_us_scrollbox-plugin_arrow:before {
  color: #323A4530;
}

.tenweb_contact_us_scrollbox-header .twtf-question {
  cursor: help;
  padding-left: 2px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.tenweb_contact_us_scrollbox-header .twtf-back-arrow {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 20px;
  left: 25px;
}
.tenweb_contact_us_scrollbox-header .sub {
  color: #323A45;
  font-size: 16px;
  line-height: 20px;
  margin-left: 50px;
}
.tenweb_contact_us_scrollbox-tab-underline {
  display: block;
  border: 1px solid #323A450D;
  margin: 8px 57px;
}
.tenweb_contact_us_scrollbox-tab-container {
  padding: 25px;
  text-align: center;
}
.tenweb_contact_us_scrollbox-tab {
  padding: 7px 30px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #323A4532;
}
.tenweb_contact_us_scrollbox-tab.active {
  border-bottom: 2px solid #4786FF;
  color: #4786FF;
}
.tenweb_contact_us_scrollbox-tab-content {
  display: none;
  text-align: center;
  color: #323A45;
  padding: 0 130px;
}
.tenweb_contact_us_scrollbox-tab-content.yes {
  padding: 60px 190px;
}
.tenweb_contact_us_scrollbox-tab-content.active {
  display: block;
}
.tenweb_contact_us_scrollbox-tab-content .content-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 800;
}
.tenweb_contact_us_scrollbox-tab-content .content-description {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
.tenweb_contact_us_scrollbox-tab-content .content-description a {
  color: #4786FF;
}
.tenweb_contact_us_scrollbox-tab-content .content-description .img_icon {
  background-image: url(../images/plugin/pointer.png);
  width: 40px;
  height: 40px;
  background-size: 100%;
  display: inline-block;
  margin: -17px -10px;
}
.tenweb_contact_us_scrollbox-tab-content.yes .img_icon {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-size: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTgwIiBoZWlnaHQ9IjE4MCIgdmlld0JveD0iMCAwIDE4MCAxODAiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiNmZmY7fS5ie2ZpbGw6I2Y4YzMzMjt9LmN7ZmlsbDojOTg5Y2EyO30uZHtmaWx0ZXI6dXJsKCNlKTt9LmV7ZmlsdGVyOnVybCgjYyk7fS5me2ZpbHRlcjp1cmwoI2EpO308L3N0eWxlPjxmaWx0ZXIgaWQ9ImEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBkeT0iNSIgaW5wdXQ9IlNvdXJjZUFscGhhIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTAiIHJlc3VsdD0iYiIvPjxmZUZsb29kIGZsb29kLWNvbG9yPSIjZTVlNmU4IiBmbG9vZC1vcGFjaXR5PSIwLjgiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9ImIiLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48ZmlsdGVyIGlkPSJjIiB4PSI1MS4zOTgiIHk9IjQ5LjM5OSIgd2lkdGg9Ijc3LjIiIGhlaWdodD0iNzUuNzE2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBkeT0iMyIgaW5wdXQ9IlNvdXJjZUFscGhhIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMyIgcmVzdWx0PSJkIi8+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMC4wNzEiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9ImQiLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48ZmlsdGVyIGlkPSJlIiB4PSI4OC40IiB5PSI4MSIgd2lkdGg9IjUxLjg3MiIgaGVpZ2h0PSI1MS44NzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PGZlT2Zmc2V0IGR5PSIzIiBpbnB1dD0iU291cmNlQWxwaGEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzIiByZXN1bHQ9ImYiLz48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwLjE2MSIvPjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iZiIvPjxmZUNvbXBvc2l0ZSBpbj0iU291cmNlR3JhcGhpYyIvPjwvZmlsdGVyPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQyIC0xOTY3KSI+PGcgY2xhc3M9ImYiIHRyYW5zZm9ybT0ibWF0cml4KDEsIDAsIDAsIDEsIDI0MiwgMTk2NykiPjxwYXRoIGNsYXNzPSJhIiBkPSJNNjAsMTIwYzU5LjUzOCwwLDYwLTI2Ljg2Miw2MC02MFMxMTkuNTM4LDAsNjAsMCwwLDI2Ljg2MiwwLDYwLC40NjIsMTIwLDYwLDEyMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwIDI1KSIvPjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDIuMzk5IDIwMjIuNCkiPjxnIGNsYXNzPSJlIiB0cmFuc2Zvcm09Im1hdHJpeCgxLCAwLCAwLCAxLCAtNjAuNCwgLTU1LjQpIj48cGF0aCBjbGFzcz0iYiIgZD0iTS05MTc1LjQtNDYyNi4zdi0xMC45MTNjMC04LjE2MSw2LjY0MS0xMC4xNTMsMTQuNzEtMTAuMTUzYTIzLjgwNywyMy44MDcsMCwwLDAsMTIuNjIxLDQuMDc4LDIyLjE4NywyMi4xODcsMCwwLDAsMTIuNjIxLTQuMDc4YzYuMTY3LDAsMTcuMDY1LDEuMTM4LDE5LjI0OCw1LjQwOWgtNS42ODFjLTEyLjMzNSwwLTEwLjMsOS4yLTEyLDIxLjE2Mi0uNTcxLDAtMTMuNTIxLjA5NC0xNC4xODUuMDk0LS41MTIuMDEzLTEuMDIxLjAxOS0xLjUzMy4wMTlBNjIsNjIsMCwwLDEtOTE3NS40LTQ2MjYuM1ptMTMuMjg5LTM2LjYyN2MwLTguNTQxLDYuMjYxLTE1LjQ3LDE0LjA0Mi0xNS40N3MxNC4wNDcsNi45MjksMTQuMDQ3LDE1LjQ3LTYuMjY2LDE1LjQ2Ny0xNC4wNDcsMTUuNDY3Uy05MTYyLjExMS00NjU0LjM5MS05MTYyLjExMS00NjYyLjkzMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkyMzUuOCA0NzMzLjgpIi8+PC9nPjwvZz48ZyBjbGFzcz0iZCIgdHJhbnNmb3JtPSJtYXRyaXgoMSwgMCwgMCwgMSwgMjQyLCAxOTY3KSI+PGNpcmNsZSBjbGFzcz0iYSIgY3g9IjE2LjkzNiIgY3k9IjE2LjkzNiIgcj0iMTYuOTM2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5Ny40IDg3KSIvPjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNDguNCAyMDYyLjkpIj48cGF0aCBjbGFzcz0iYyIgZD0iTTE1MS4zMjcuNmEyLjA0MywyLjA0MywwLDAsMSwwLDIuODg5bC0uOTYuOTYtMi44ODktMi44ODkuOTYtLjk2YTIuMDQ0LDIuMDQ0LDAsMCwxLDIuODg5LDBabS0xNC40NCwxMS41NTNMMTM1LjkyNSwxNmwzLjg1LS45NkwxNDkuNCw1LjQxMmwtMi44ODktMi44ODlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM1LjkyNSAtMC4wMDEpIi8+PC9nPjwvZz48L3N2Zz4=);
}

.tenweb_contact_us_scrollbox_content .info span.info_tooltip {
  position: absolute;
  background: #fff;
  padding: 15px;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0px 5px 20px #E5E6E866;
  border-radius: 15px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 200;
  width: 304px;
  right: 108px;
  top: 85px;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: -webkit-transform .2s;
  -moz-transition: -moz-transform .2s;
  transition: transform .2s;
  visibility: hidden;
  z-index: 1;
}
.tenweb_contact_us_scrollbox_content .info:hover span.info_tooltip {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: visible;
}
.tenweb_contact_us_scrollbox_content .info:hover .twtf-question {
  color: #4786FF;
}
.tenweb_contact_us_scrollbox_video_image {
  border-radius: 15px;
  box-shadow: 0 5px 20px #E5E6E866;
  max-width: 100%;
  width: 502px;
  height: 283px;
  margin: 0 auto;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}
.tenweb_contact_us_scrollbox_content .tenweb_contact_us_scrollbox_video_image a.watch-video.plugin-link {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MSIgaGVpZ2h0PSI3MC45OTkiIHZpZXdCb3g9IjAgMCA3MSA3MC45OTkiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiNmZmY7c3Ryb2tlOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTUuNDY3IC04MTkuNDY3KSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik0zNSw3MEEzNS4wMDksMzUuMDA5LDAsMCwxLDIxLjM3NywyLjc1YTM1LjAwOSwzNS4wMDksMCwwLDEsMjcuMjQ3LDY0LjVBMzQuNzgxLDM0Ljc4MSwwLDAsMSwzNSw3MFpNMjYuMDIyLDIwLjA4NGEuOTY2Ljk2NiwwLDAsMC0uOTY1Ljk2NVY1MC4wNTRhLjk2OC45NjgsMCwwLDAsLjk2Ni45NjUuOTUyLjk1MiwwLDAsMCwuNTQ0LS4xNjlsMjEuMjctMTQuNWEuOTY4Ljk2OCwwLDAsMCwwLTEuNmwtMjEuMjctMTQuNUEuOTUzLjk1MywwLDAsMCwyNi4wMjIsMjAuMDg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTE1Ljk2NyA4MTkuOTY3KSIvPjwvZz48L3N2Zz4=);
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1023px) {
  .tenweb_contact_us_scrollbox_content.step1,
  .tenweb_contact_us_scrollbox_content.step2 {
    max-width: 728px;
  }
  .tenweb_contact_us_scrollbox-tab-content {
    padding: 0 60px;
  }
  .tenweb_contact_us_scrollbox-questions>div {
    font-size: 20px;
  }
  .tenweb_contact_us_scrollbox-tab-content.yes {
    padding: 60px 110px;
  }
  .tenweb_contact_us_scrollbox-header h5 {
    font-size: 18px;
  }
  .tenweb_contact_us_scrollbox-header .sub {
    font-size: 15px;
  }
  .tenweb_contact_us_scrollbox-tab-content .content-title {
    font-size: 18px;
  }
  .tenweb_contact_us_scrollbox-tab-content .content-description {
    font-size: 16px;
  }
  .tenweb_contact_us_scrollbox_content .info span.info_tooltip {
    right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .tenweb_contact_us_scrollbox {
    margin: 0;
  }
  .tenweb_contact_us_scrollbox .tenweb_contact_us_scrollbox_content {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }
  .tenweb_contact_us_scrollbox-header h5 {
    font-size: 15px;
    max-width: 190px;
    line-height: 19px;
  }
  .tenweb_contact_us_scrollbox-questions>div {
    font-size: 15px;
    line-height: 22px;
  }
  .tenweb_contact_us_scrollbox-questions>div .img_icon {
    width: 70px;
    height: 70px;
  }
  .tenweb_contact_us_scrollbox-plugin_arrow {
    font-size: 10px;
    padding: 20px 10px;
  }
  .tenweb_contact_us_scrollbox-header .twtf-back-arrow {
    padding-right: 0;
    font-size: 15px;
  }
  .tenweb_contact_us_scrollbox-header .twtf-question {
    padding-left: 0;
    font-size: 16px;
  }
  .tenweb_contact_us_scrollbox_content.step2 .tenweb_contact_us_scrollbox-header h5 {
    padding: 10px 0 5px 40px;
    max-width: 200px;
  }
  .tenweb_contact_us_scrollbox-header .twtf-back-arrow {
    top: 11px;
    left: 20px;
  }
  span.tenweb_contact_us_scrollbox-minimize {
    top: 8px;
  }
  .tenweb_contact_us_scrollbox-header .sub {
    margin-left: 40px;
  }
  .tenweb_contact_us_scrollbox-tab-underline {
    margin: 8px 10px;
  }
  .tenweb_contact_us_scrollbox-tab-container {
    padding: 20px 0 0 0;
  }
  .tenweb_contact_us_scrollbox-tab-content,
  .tenweb_contact_us_scrollbox-tab-content.yes {
    padding: 15px;
  }
  .tenweb_contact_us_scrollbox_content .info:hover span.info_tooltip {
    right: 15px;
    top: 120px;
    width: 260px;
  }
  .tenweb_contact_us_scrollbox_video_image {
    width: 290px;
    height: 164px;
  }
}
