html, body {
      margin: 0!important;
      padding: 0!important;
      width: 100%!important;
      height: 100%!important;
      font-family: 'Quicksand', sans-serif;
}

body{ background-color: #F8F8F8; position: relative!important; }
.body-no-scroll{ overflow-y: hidden!important; overflow-x: hidden!important;}
 
header{ 
    width: 100%;
    max-width: 100%;
    height: 108px;
    background-size: cover;
}

nav {
      position: fixed;
      width: 100%;
      line-height: 60px;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.02), 0 5px 5px 0 rgba(0, 0, 0, 0.02);
      z-index: 98!important;
}

nav ul, nav .mob_menu_icon {
      line-height: 60px;
      list-style: none;
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 40px;
      transition: 1s;
      background: white!important;
      z-index: 98!important;
}

.mob_menu_icon{ display: none; padding-top: 5px!important; padding-bottom: 5px!important; 
background: #00B4DB;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.07), 0 9px 26px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
}

nav.black ul {
    background: #00B4DB;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.07), 0 9px 26px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
}

nav ul li {
      display: inline-block;
      padding: 16px 10px;
}

nav ul li a {
      text-decoration: none;
      color: #fff;
      font-size: 15px;
      font-weight: 700; 
      transition: all 0.5s ease;
      padding: 0px;
}

nav.black ul li a {
      color: #535353;
}
      
nav ul li a:hover { 
     text-decoration: none!important; color: #0095DD!important;
}


/* Header */

#header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1040;
}

.container-fluid{ max-width: 1400px; }
.logo {
    float: left;
    height: 60px;
    width: 90px;
}
.logo img{ width: auto; max-width: 100%; height: auto; max-height: 60px; float: left; }
.logo.expanded {
    width: 200px;
}
.logo a {
    display: block;
    width: 70px;
    height: 60px;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.logo.expanded a {
    width: 200px;
}
.logo a span {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.logo.expanded a span {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.logo a span.marker {
    font-size: 29px;
    position: absolute;
    display: block;
    width: 19px;
    height: 28px;
    top: 15px;
    left: 21px;
}
.logo.expanded a span.marker {
    color: #fff;
    left: 20px;
}
.no-touch .logo a:hover span.marker {
    color: rgba(255, 255, 255, 0);
    top: 10px;
    text-decoration: none;
}
.no-touch .logo.expanded a:hover span.marker {
    color: rgba(255, 255, 255, 1);
    top: 15px;
    text-decoration: none;
}
.logo a span.logoText {
    color: #fff;
    position: absolute;
    font-size: 14px;
    top: -40px;
    left: 13px;
}
.logo.expanded a span.logoText {
    top: 20px;
    left: 54px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="number"] {
    -moz-appearance: textfield;
}

.feild_error{border: 1px solid red!important; outline: 0!important; float: left;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 12px rgba(102, 175, 233, 0.6)!important;
          box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 12px rgba(102, 175, 233, 0.6)!important;
}

.form-control{ border-radius: 0px!important; height: 40px; }
.form-control:focus{ box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 26px 0 rgba(0, 0, 0, 0.07); }
.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}

*::-webkit-input-placeholder {
    color: #B1B1B1!important;
    opacity: 1!important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #B1B1B1!important;
    opacity: 1!important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #B1B1B1!important;
    opacity: 1!important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #B1B1B1!important;
    opacity: 1!important;
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #B1B1B1!important;
    opacity: 1!important;
}
*::placeholder {
    /* modern browser */
    color: #B1B1B1!important;
    opacity: 1!important;
}

.brand-color{ color: #00D500!important; }
.brand-bg-color{ background-color: #00D500!important; }
.brand-border-color{ border: 1px solid #00D500!important; }

.form-group{ margin-top: 15px!important; }
.label{ text-align: left; float: left; width: 100%; margin-bottom: 0px!important; padding-bottom: 6px!important; font-size: 14px!important; padding-left: 0px!important; color: #005F8C; font-weight: 600!important; }
.pointer{ cursor: pointer!important; }
.disabled{ cursor: not-allowed!important; }
.break-words{ word-break: break-all; word-wrap: break-word; }

.logo {
    position: fixed;
    top: 0;
    left: 15px;
    margin-top: 16px;
}
      
.menu-icon {
    line-height: 60px;
    width: 60px; 
    float: right;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    border: 2px solid #F4F4F4;
    cursor: pointer;
    color: #fff;
    display: none;  
}

#mob-menu{
  float: left; overflow-y: auto;
  position: fixed; z-index: 999999999999999999!important; top: 0; right: 0; bottom: 0; width: 100%; max-width: 315px; display: none;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
  background: #00B4DB;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#closeMenu{ position: relative; z-index: 100!important; width: 50px; }
#close-mob-menu{ float: left; cursor: pointer; width: 100%; text-align: right; padding-top: 20px; padding-right: 20px; } 
#mob-menu-list ul{ float: left; width: 100%; list-style: none; padding-left: 15px!important; padding-right: 15px!important; box-sizing: border-box; }
#mob-menu-list ul li{ padding: 20px; padding-left: 0px; font-weight: 700; color: white!important; float: left; width: 100%; border-bottom: 1px solid #E9E9E9; box-sizing: border-box; }
#mob-menu-list ul li a{ color: white!important; text-decoration: none!important; }

#more_menu{ display: none; width: 300px; right: 0; top: 0; bottom: 0; z-index: 99; overflow-y: auto; }
#side_menu_cont ul { margin: 0px!important; padding: 0px!important; }
#side_menu_cont li { list-style: none; }
#side_menu_cont li:hover{  }
#side_menu_cont li a{ width: 100%; float: left; color: white; padding: 14px; padding-left: 25px; cursor: pointer; font-weight: bold; font-size: 15px; color: white; }
#side_menu_cont li a:hover{ background-color: white!important; color: black!important; }


.w-100 { min-width: 100%!important; max-width: 100%!important; }
.mw-50prcnt{ min-width: 50%!important; max-width: 50%!important; }
.mw-60{ min-width: 60px!important; }
.mw-80{ min-width: 80px!important; }
.mw-100{ min-width: 100px!important; }
.mw-120{ min-width: 120px!important; }
.mw-130{ min-width: 130px!important; }
.mw-150{ min-width: 150px!important; }
.mw-200{ min-width: 200px!important; }
.hidden-body { display: none; }
.centered-text{ text-align: center!important; }

.relative{ position: relative; }
.absolute{ position: absolute; }
.fixed{ position: fixed; }

.trunicate{ overflow: hidden; text-overflow:ellipsis; white-space:nowrap; }
.no-deco{ text-decoration: none!important; }
.no-radius{ border-radius: 0px!important; }

.text_center{text-align: center!important;} .text_left{text-align: left;} .text_right{text-align: right;} .float_none{ float: none; margin-left: auto; margin-right: auto; }
.fright{float: right;} .fleft{float: left!important;} .no_radius{border-radius: 0px!important;}
.dsply-inln-blck{ display: inline-block!important; }

.white{ color: white!important; }
.red{ color: red!important; }
.green{ color: green!important; }
.bg-white{ background-color: white!important; }
.bg-grey{ background-color: #F8F8F8!important; }
.deepGrey{ color: #366D6D; }

.fw-500{ font-weight: 500!important; }
.fw-600{ font-weight: 600!important; }
.fw-bold{ font-weight: bold!important; }

.fs-10{ font-size: 10px!important; }
.fs-11{ font-size: 11px!important; }
.fs-12{ font-size: 12px!important; }
.fs-13{ font-size: 13px!important; }
.fs-14{ font-size: 14px!important; }
.fs-15{ font-size: 15px!important; }
.fs-16{ font-size: 16px!important; }
.fs-17{ font-size: 17px!important; }
.fs-18{ font-size: 18px!important; }
.fs-19{ font-size: 19px!important; }
.fs-20{ font-size: 20px!important; }
.fs-22{ font-size: 22px!important; }
.fs-25{ font-size: 25px!important; }
.fs-28{ font-size: 28px!important; }
.fs-30{ font-size: 30px!important; }


.padding-0_0,.padding_0_0{ padding-left:0px; padding-right:0px;}
.padding-5_0,.padding_5_0{  padding-left:5px!important; padding-right:0px!important; }
.padding-0_5,.padding_0_5{  padding-left:0px!important; padding-right:5px!important; }
.padding-3{  padding-left:3px; padding-right:3px; }
.padding-5_5,.padding_5_5{  padding-left:5px; padding-right:5px; }
.padding-10{ padding-right:10px; padding-left:10px;}

.padding_10_0{ padding-left:10px; padding-right:0px;}
.padding_0_15{ padding-left:0px; padding-right:15px;}
.padding_15_0{ padding-left:15px; padding-right:0px;}
.padding_15_15{ padding-left:15px; padding-right:15px;}

.p-0{ padding: 0px!important; }
.p-5{ padding: 5px!important; }
.p-7{ padding: 7px!important; }
.p-8{ padding: 8px!important; }
.p-9{ padding: 9px!important; }
.p-10{ padding: 10px!important; }
.p-11{ padding: 11px!important; }
.p-12{ padding: 12px!important; }
.p-15{ padding: 15px!important; }
.p-20{ padding: 20px!important; }
.p-25{ padding: 25px!important; }
.p-30{ padding: 30px!important; }
.p-35{ padding: 35px!important; }
.p-40{ padding: 40px!important; }
.p-45{ padding: 45px!important; }

.pt-5 { padding-top: 5px!important; }
.pb-5 { padding-bottom: 5px!important; }
.pt-15 { padding-top: 15px!important; }
.pb-15 { padding-bottom: 15px!important; }
.pb-20{ padding-bottom: 20px!important; }
.pt-20{ padding-top: 20px!important; }
.pb-30{ padding-bottom: 30px!important; }
.pt-30{ padding-top: 30px!important; }

.pt-2 { padding-top: 2px!important; }
.pb-2 { padding-bottom: 2px!important; }
.pt-5 { padding-top: 5px!important; }
.pb-5 { padding-bottom: 5px!important; }
.pt-10 { padding-top: 10px!important; }
.pb-10 { padding-bottom: 10px!important; }
.pt-15 { padding-top: 15px!important; }
.pb-15 { padding-bottom: 15px!important; }
.pt-25 { padding-top: 25px!important; }
.pb-25 { padding-bottom: 25px!important; }
.pt-30{ padding-top: 30px!important; }
.pb-30{ padding-bottom: 30px!important; }
.pt-50{ padding-top: 50px; }
.pb-50{ padding-bottom: 50px; }
.pt-70{ padding-top: 70px; }
.pb-70{ padding-bottom: 70px; }
.pt-80{ padding-top: 80px; }
.pb-80{ padding-bottom: 80px; }

.pl-0{ padding-left: 0px!important; }
.pr-0{ padding-right: 0px!important; }
.pl-5{ padding-left: 5px!important; }
.pr-5{ padding-right: 5px!important; }
.pl-10{ padding-left: 10px!important; }
.pr-10{ padding-right: 10px!important; }
.pl-15{ padding-left: 15px!important; }
.pr-15{ padding-right: 15px!important; }
.pl-20{ padding-left: 20px!important; }
.pr-20{ padding-right: 20px!important; }
.pl-25{ padding-left: 25px!important; }
.pr-25{ padding-right: 25px!important; }

.mt--15{ margin-top: -15px!important; }
.mt--5{ margin-top: -5px!important; }
.mt--3{ margin-top: -3px!important; }
.mt--2{ margin-top: -2px!important; } 
.mt-0{ margin-top: 0px!important; }
.mb-0{ margin-bottom: 0px!important; }
.mt-2{ margin-top: 2px!important; }
.mt-3{ margin-top: 3px!important; }
.mt-4{ margin-top: 4px!important; }
.mt-5{ margin-top: 5px!important; }
.mb-5{ margin-bottom: 5px!important; }
.mt-10{ margin-top: 10px!important; }
.mb-10{ margin-bottom: 10px!important; }
.mt-15{ margin-top: 15px!important; }
.mb-15{ margin-bottom: 15px!important; }
.mt-20 { margin-top: 20px!important; }
.mb-20 { margin-bottom: 20px!important; }
.mt-25 { margin-top: 25px!important; }
.mb-25 { margin-bottom: 25px!important; }
.mt-30 { margin-top: 30px!important; }
.mb-30 { margin-bottom: 30px!important; }
.mt-35 { margin-top: 35px!important; }
.mb-35 { margin-bottom: 35px!important; }
.mt-40 { margin-top: 40px!important; }
.mb-40 { margin-bottom: 40px!important; }
.mt-45 { margin-top: 45px!important; }
.mb-45 { margin-bottom: 45px!important; }
.mt-50 { margin-top: 50px; }
.mb-50 { margin-bottom: 50px!important; }
.mt-60 { margin-top: 60px; }
.mb-60 { margin-bottom: 60px; }
.mt-70 { margin-top: 70px; }
.mb-70 { margin-bottom: 70px; }
.mt-100 { margin-top: 100px; } 
.mb-100 { margin-bottom: 100px; } 

.mr-2 { margin-right: 2px!important; }
.mr-3 { margin-right: 3px!important; }
.mr-4 { margin-right: 4px!important; }
.mr-5 { margin-right: 5px!important; }
.mr-10 { margin-right: 10px!important; }
.ml-5 { margin-left: 5px!important; }
.ml-10 { margin-left: 10px!important; }
.mr-15 { margin-right: 15px!important; }
.ml-15 { margin-left: 15px!important; }

#page_loader{
  width: 100%; border-radius: 0px; position: fixed; 
  text-align: center;  display: none; z-index: 100;
  background-color: rgba(0,0,0,0.5);
  /**top: -moz-calc(50% - 50px); top: -webkit-calc(50% - 50px); top: calc(50% - 50px); pointer-events: none;**/
  top: 0; left: 0; right: 0; bottom: 0; 
}

#page_loader img{ 
    margin: auto; position: fixed; top: -moz-calc(50% - 40px); top: -webkit-calc(50% - 40px); top: calc(50% - 40px);
    left: -moz-calc(50% - 40px); left: -webkit-calc(50% - 40px); left: calc(50% - 40px);  
}

/** notifications **/
/** notifications **/
.alert {
    border: 0;
    border-radius: 0;
    color: white!important;
    text-transform: none!important;
    z-index: 101!important; /** more than #page_loader **/
}

.container .alert {
    border-radius: 4px;
}

.navbar .alert {
    border-radius: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 85px;
    width: 100%;
    z-index: 3;
}

.navbar:not(.navbar-transparent) .alert {
    top: 70px;
}

.alert span[data-notify="icon"] {
    font-size: 20px;
    display: block;
    left: 15px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.alert button.close {
    position: absolute;
    right: 10px;
    top: 40%;
    margin-top: -16px!important;
    z-index: 1033;
    background-color: transparent;
    display: block;
    border-radius: 50%;
    opacity: 1!important;
    line-height: 11px;
    width: 25px;
    height: 25px;
    outline: 0 !important;
    text-align: center;
    padding: 3px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    border: 0px;
    color: white!important;
}

.alert button.close:hover {
    opacity: .55;
}

.alert .close ~ span {
    display: block;
    max-width: 89%;
}

.alert[data-notify="container"] {
    padding: 10px 10px 10px 20px;
    border-radius: 4px;
}

.alert.alert-with-icon {
    padding-left: 65px;
}

.alert-info {
    background-color: #63d8f1;
}

.alert-success {
    background-color: #00CA00;
}

.alert-warning {
    background-color: #ffbc67;
}

.alert-danger {
    background-color: #fc727a;
    color: white!important; text-transform: none!important;
}

.card .alert {
    border-radius: 4px;
    position: relative;
}

.card .alert.alert-with-icon {
    padding-left: 48px;
}
.alert span { color: white!important; }
/** notifications **/
/** notifications **/


                 
/* tr-pagination */
/* tr-pagination */

.tr-section {
    float: left; width: 100%; 
	margin-bottom: 10px!important;
	overflow: hidden!important;
	background-color: #fff!important;  
}
.tr-pagination.tr-section {
	margin-top: 10px!important;
}

.pagination {
	margin: 0;
	width: 100%; 
	display: block;
}

.pagination li {
	font-size: 16px!important;
	display: inline-block;
}

.pagination>li>a, 
.pagination>li>span {
	border: 0;
	color: #363636;
	border-radius: 0;
	padding: 15px 15px;
	display: block;
	float: none;
    font-size: 16px!important;
	position: relative;
	background-color: transparent;
}

.pagination>li>a:before,
.pagination>li>a:after {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	background-color: #326bf3!important;
}

.pagination>li>a:before {
	top: 0!important;
}

.pagination>li>a:after {
	bottom: 0!important;
}

.pagination>li>a:hover:before,
.pagination>li>a:hover:after {
	opacity: 1!important; 
}
 
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover,
.pagination>li>a:focus, .pagination>li>a:hover, 
.pagination>li>span:focus, .pagination>li>span:hover {
	color: #326bf3!important;
	background-color: transparent!important; 
}

.ellipse {
background: none;
border: none;
border-radius: 0;
box-shadow: none;
font-weight: bold;
cursor: default!important;
}
.pagination li{ float: left; }
.pagination li.disabled{ color: #DFDFDF!important; cursor: not-allowed!important; }

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  
	.pagination li {
		font-size: 16px;
	}
	.pagination > li > a, 
	.pagination > li > span {
		padding: 15px 4px;
	}
 }
 
 
/* xs */
@media (max-width: 767px) { 
	.pagination li {
		font-size: 16px;
	}
	.pagination > li > a, 
	.pagination > li > span {
		padding: 15px 4px;
	}
}    
/* tr-pagination */
/* tr-pagination */ 


#resendTokenCont{ display: none; }
.backToLogin{ top: 10px; left: 10px; font-size: 14px; }

.light_shadow { box-shadow: 0 0 35px rgba(0, 0, 0, 0.1); }
.main-container { width: 100%; padding-top: 35px; padding-bottom: 50px; min-height: 450px; float: left; }

.screen, .big_screen {
  display: block;
  float: ;
  height: 350px;
  overflow: hidden;
  position: relative;
  border-radius: 1px;
  margin: 0 auto; cursor: pointer;
}

.big_screen { height: 550px;}

.screen img, .big_screen img {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0;
}

/* Footer */

.home-footer {
    background-color: #333;
    color: #fff;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-header {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 20px;
    color: #c6e4e3;
}
.footer-nav {
    font-weight: 500;
    font-size: 16px;
    color: white;
    margin: 0;
    padding: 0 0 20px 0;
    list-style-type: none;
}
.footer-nav li {
    line-height: 13px;
    padding-right: 20px;
    display: inline-block;
}
.footer-nav li a {
    color: #fff;
    text-decoration: none!important;
}
.no-touch .footer-nav li a:hover {
    color: #999;
}
.footer-nav li.footer-phone {
    font-size: 20px;
    line-height: 20px;
}
.footer-nav li.footer-address {
    padding-bottom: 15px;
}
.footer-nav li.footer-address p {
    line-height: 13px;
    margin: 0 0 5px;
}
.copyright {
    text-align: center;
    color: #999;
    font-size: 12px;
    padding-top: 20px;
}

#more_menu{ display: non; width: 300px; right: 0; top: 0; bottom: 0; z-index: 9999999999999999999; overflow-y: auto; background-color: white; }
#side_menu_cont ul { margin: 0px!important; padding: 0px!important; }
#side_menu_cont li { list-style: none; }
#side_menu_cont li:hover{  }
#side_menu_cont li a{ width: 100%; float: left; color: #6A6A6A; padding: 14px; text-decoration: none; padding-left: 25px; cursor: pointer; font-weight: bold; font-size: 15px; }
#side_menu_cont li a:hover{ background-color: white!important; color: black!important; }

.dash_card{ background-color: white; min-height: 250px; }
.dash_card_hdr{ border-bottom: 1px solid #EAEAEA; padding-top: 10px!important;padding-bottom: 10px!important;  }
.info-list{ padding: 15px; padding-top: 9px; padding-bottom: 9px; font-size: 14px; word-break: break-all; word-wrap: break-word; }
.dash_min_card{ background-color: white; }

.theme_list{ background-color: white; cursor: pointer; }
.theme_list_nm{ float: left; width: 100%;  border-top: none; background-color: white; font-weight: 600; color: #444444; padding: 12px; }

.login-modal-full-overlay, .signup-modal-full-overlay, .forgot-password-modal-full-overlay, .search-modal-full-overlay, .getinfo-modal-full-overlay{
    position: fixed; top: 0; display: non; bottom: 0; overflow-y: auto; background-color: white; z-index: 99999999999!important;
}
.close_prices_cont{ position: absolute; right: 10px; top: 10px; color: red; cursor: pointer; }

.nav-tabs {
    margin-bottom: 1.5rem;
    border-bottom: 0;
}

.nav-tabs a {
    border-bottom: 4px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
    border-top: 0px!important;
}

.nav-tabs a.active {
    border-color: transparent;
    border-bottom-color: #00D500!important;
    font-weight: bold;
    background-color: white!important;
}

.features-list {
    padding-top: 10px;
    padding-bottom: 35px;
}

.features-list .name-features-list {
    padding: 0 15px 0;
}

.features-list .name-features-list .line-name {
    width: 80px;
    padding-bottom: 20px;
    border-top: 2px solid #00D500;
    float: left;
}

.features-list .features-item {
    padding: 5px 15px 10px;
    font-size: 17px;
    line-height: 26px;
}

.features-list .features-item .name-features-item {
    font-size: 17px;
    font-weight: 700;
}

.features-list .name-features-list {
    padding: 0 15px 0;
    width:  100%; 
}

.features-list .name-features-list .row-bottom-line {
    padding: 20px 0 0;
    border-bottom: 1px solid #c5c5c5;
    margin: 0 0 40px;
}

#faq-page .container {
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
}

#faq-page {
    padding: 0;
}

#faq-search {
    background: #f7f7f7;
    padding: 80px 0;
}

#faq-search input {
    height: 50px;
    width: 550px;
    padding: 0 20px;
    border: 1px solid #dadada;
}

#faq-search button {
    width: 180px;
    margin-left: 12px;
}

#fag-categories {
    flex-shrink: 0;
    width: 280px;
}

#fag-categories .inner {
    position: sticky;
    top: 100px;
}

.block-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 2px solid #f3f3f3;
}
#fag-categories ul {
    margin: 0;
    padding: 0;
}

#fag-categories li {
    margin: 9px;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    list-style: none;
    cursor: pointer;
}

li.mixitup-control-active {
    color: #f57f17;
}

#faq-content {
    padding-left: 40px;
}

.cat-name {
    font-weight: 500;
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 50px;
}

.question {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}

.answer {
    font-weight: 300;
    line-height: 140.62%;
    padding-bottom: 25px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 40px;
}

.arrowIcon{ display: none; }



.content {
    max-width: 100%;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.section {
    padding-top: 26px;
}

.paper {
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 30px;
    position: relative;
    z-index: 3;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    display: block;
    outline: none;
    text-decoration: none!important;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
    -webkit-transition: border .15s linear, background-color .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
    transition: border .15s linear, background-color .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
    -o-transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
}

.paper__large {
    padding: 60px;
}

.collection {
    position: relative;
    padding-left: 150px;
}

.collection__photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.collection__photo svg, .collection__photo i {
    stroke: #818a97;    
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 48px;
    color: #818a97;
    -webkit-transition: stroke .1s linear;
    -o-transition: stroke .1s linear;
    transition: stroke .1s linear;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
}

.paper .c__primary {
    transition: -webkit-filter .15s;
}

.article a, .c__primary {
    color: #f57f17;
}

a.paper:hover .c__primary{-webkit-filter:brightness(80%);filter:brightness(80%)}
.highlight_match {
    font-weight: bold;
}
.t__h3 {
    margin: -5px 0 2px;
    font-size: 18px;
}

.paper__preview {
    margin: 5px 0 11px;
    text-decoration: none;
    display: block;
    max-width: 630px;
    line-height: 1.4;
    color: #565867;
}

.avatar {
    font-size: 13px;
    color: #8f919d;
    margin-top: 4px;
}

.avatar__info, .avatar__photo {
    line-height: 1.4;
}
.avatar__photo {
    margin-right: 10px;
    float: left;
}

.avatar__image {
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px white;
    box-shadow: 0 0 0 2px white;
    position: relative;
    z-index: 4;
}
img, video, svg {
    max-width: 100%;
}

.avatar__info, .avatar__photo {
    line-height: 1.4;
}

.c__darker {
    color: #4f5e6b;
}

.g__space+.g__space {
    margin-top: 16px;
}

.section__bg>* {
    position: relative;
    z-index: 1;
}


.section__bg {
    padding-top: 0;
    padding-bottom: 26px;
    position: relative;
}

.section__bg:before {
    content: ' ';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ebeef1;
    border-radius: 4px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    z-index: 0;
}

.collection__headline, .paper__stack.animation__clicked {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.breadcrumb {
    position: relative;
    z-index: 11;
    background-color: transparent; padding: 0px;
}
.link__arrow {
    position: relative;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    color: #8f919d;
    margin: 0 7px 7px 0;
    padding-right: 16px;
    font-weight: 500;
}
.link__arrow i {
    content: ' ';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -5px;
    right: 0;
    width: 7px;
    height: 12px;
    font-size: 12px;
    color: #acb8c2;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAqUlEQ…+DPwBG498/OfkjF34rRv1vfuReIauDl5WlLitejy3VnAHtSsjA994UIwAAAABJRU5ErkJggg==) no-repeat;
    background-size: 100%;
}

.link__arrow a {
    color: #4f5e6b;
    text-decoration: none;
}

.paper__article-preview+.paper__article-preview {
    margin-top: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.paper__article-preview:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
} 
.paper__article-preview {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
    border: 1px solid #d4dadf;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.pa4 {
    padding: 20px;
}
.shadowbox--rounded {
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
    background: white;
}
.shadowbox {
    -moz-box-shadow: 0 8px 80px -12px hsla(0,0%,92.2%,.8);
    -ms-box-shadow: 0 8px 80px -12px hsla(0,0%,92.2%,.8);
    box-shadow: 0 8px 80px -12px hsla(0,0%,92.2%,.8);
    padding: 2.2rem;
}
.shadowbox h3{ line-height: 1; margin: 0 0 1rem; }
.shadowbox img{ margin-top: -7px!important; }
.ml2 { margin-left: 2px; }

.download-button--wrapper {
    display: inline-block;
    line-height: 1.2;
    margin: 1em 0;
    text-shadow: none;
    font-size: 1.2rem;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}

.download-button--full .button {
    background-color: #00D500;
    color: #fff;
    -moz-box-shadow: 0 12px 32px -12px rgba(0,84,222,.6);
    -ms-box-shadow: 0 12px 32px -12px rgba(0,84,222,.6);
    box-shadow: 0 12px 32px -12px rgba(0,84,222,.6);
}
.download-button--rounded .button {
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
}
.download-button--wrapper .button {
    padding: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.download-info{
    width: 100%; text-align: center; font-size: 14px; margin-top: 10px;  height: 10px;
}

.starrr { display: inline-block; }
.starrr a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none; 
}

.big_star a{ font-size: 25px!important; }

