@font-face {
  font-family: FFMarkWebProBook;
  src: url("/static/fonts/FFMarkWebProBook.eot");
  src: url("/static/fonts/FFMarkWebProBook.eot?#iefix") format("embedded-opentype"), url("/static/fonts/FFMarkWebProBook.woff2") format("woff2"), url("/static/fonts/FFMarkWebProBook.woff") format("woff"), url("/static/fonts/FFMarkWebProBook.ttf") format("truetype");
}
@font-face {
  font-family: FFMarkWebProBold;
  src: url("/static/fonts/FFMarkWebProBold.eot");
  src: url("/static/fonts/FFMarkWebProBold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/FFMarkWebProBold.woff2") format("woff2"), url("/static/fonts/FFMarkWebProBold.woff") format("woff"), url("/static/fonts/FFMarkWebProBold.ttf") format("truetype");
}
body.app1 {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
  background: white;
  /** bmAlert
    * ------------------------ */
}
body.app1 a {
  color: black;
}
body.app1 a:hover {
  color: #4d1ca7;
  text-decoration: none;
  cursor: pointer;
}
body.app1 .primary-color {
  color: #4d1ca7;
}
body.app1 .secondary-color {
  color: #ff7800;
}
body.app1 .logo {
  display: inline-block;
  font-style: italic;
  color: #4d1ca7;
  transition: all ease 300ms;
}
body.app1 .logo div {
  display: block;
  font-size: 22px;
  font-weight: bolder;
  text-transform: uppercase;
}
body.app1 .logo div:first-letter {
  color: #ff7800;
}
body.app1 .logo span {
  display: block;
  font-size: 16px;
  font-weight: bolder;
  padding-left: 18px;
  text-transform: capitalize;
}
body.app1 .logo span:first-letter {
  color: #ff7800;
}
body.app1 .logo:hover {
  color: #ff7800 !important;
}
body.app1 #top-bar {
  background: #f2f2f2;
  line-height: 20px;
  padding: 8px 0;
  margin: 0;
  font-size: 14px;
}
body.app1 #top-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.app1 #top-bar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
body.app1 #top-bar ul li a {
  margin-right: 15px;
  color: black;
  letter-spacing: -0.5px;
}
body.app1 #top-bar ul li a:hover {
  color: #4d1ca7;
}
body.app1 #top-bar ul li a i.fa {
  margin-right: 0px;
  font-size: 14px;
  color: #4d1ca7;
}
body.app1 #header {
  border-bottom: 2px solid #4d1ca7;
  position: relative;
}
body.app1 #header .logo {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  top: 35px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  body.app1 #header .logo {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
body.app1 #header .navbar {
  margin: 0 0 0 20px;
  border: none;
  background: none;
  box-shadow: none;
  display: inline-block;
}
body.app1 #header .navbar ul.nav li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  padding: 25px 8px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: none;
  transition: all ease 300ms;
}
body.app1 #header .navbar ul.nav li a:hover {
  background: #ff7800;
  color: white;
}
@media (max-width: 767px) {
  body.app1 #header .navbar {
    display: block;
    background: #efefef;
  }
  body.app1 #header .navbar ul.nav li a {
    padding: 10px;
  }
}
body.app1 #header #header-btn {
  float: right;
  position: relative;
  top: 13px;
}
body.app1 #header #header-btn a {
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  background: #4d1ca7;
  border: none;
  transition: all ease 300ms;
}
body.app1 #header #header-btn a:hover {
  background: #ff7800;
}
@media (max-width: 767px) {
  body.app1 #header #header-btn {
    padding: 10px 0;
    top: 0;
    text-align: center;
    float: none;
  }
}
body.app1 #slider-wrapper {
  margin: -51px 0 0 0;
  background: #4d1ca7 url('/images/slider-bg.jpg') center center no-repeat;
  height: 320px;
  position: relative;
}
body.app1 #slider-wrapper .slider-box {
  width: 100%;
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
}
body.app1 #slider-wrapper .slider-title {
  display: block;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  color: white;
}
@media (max-width: 1199px) {
  body.app1 #slider-wrapper .slider-title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  body.app1 #slider-wrapper .slider-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  body.app1 #slider-wrapper .slider-title {
    font-size: 36px;
  }
}
body.app1 #slider-wrapper .slider-subtitle {
  display: block;
  text-align: center;
  color: white;
  margin: 10px 0 20px;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  body.app1 #slider-wrapper .slider-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  body.app1 #slider-wrapper .slider-subtitle {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  body.app1 #slider-wrapper .slider-subtitle {
    font-size: 16px;
  }
}
body.app1 #slider-wrapper .searchbox {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
  border-radius: 5px;
  border: 12px solid rgba(255, 255, 255, 0.27);
}
body.app1 #slider-wrapper .searchbox input,
body.app1 #slider-wrapper .searchbox select,
body.app1 #slider-wrapper .searchbox button {
  width: 25%;
  padding: 0;
  height: 60px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
body.app1 #slider-wrapper .searchbox input:focus,
body.app1 #slider-wrapper .searchbox select:focus,
body.app1 #slider-wrapper .searchbox button:focus {
  outline: none;
}
body.app1 #slider-wrapper .searchbox input {
  padding: 0 2%;
}
body.app1 #slider-wrapper .searchbox input[type="submit"] {
  width: 25%;
  background: #ff7800;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
body.app1 #slider-wrapper .searchbox input[type="submit"]:hover {
  background: #333;
}
body.app1 #slider-wrapper .searchbox em.invalid {
  position: absolute;
  left: 0px;
  font-size: 12px;
  bottom: -15px;
  color: #880000;
}
body.app1 #home-banner {
  margin: 10px 0;
}
body.app1 #home-banner .col {
  padding: 25px 0;
}
body.app1 #home-banner.type2 {
  margin: 0;
}
body.app1 #site-title {
  background: #4d1ca7;
  padding: 25px 0;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  color: white;
}
body.app1 .price-box {
  text-align: center;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 0;
  margin: 25px 0;
  border: 1px solid #ececec;
}
body.app1 .price-box h3 {
  font-size: 22px;
  line-height: 30px;
  height: 60px;
  font-weight: bold;
  margin: 0;
}
body.app1 .price-box .price-service {
  margin: 0px;
  padding: 15px;
}
body.app1 .price-box .price-service ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
body.app1 .price-box .price-service ul li {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
body.app1 .price-box .price-tbl {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #303030;
  background: #4d1ca7;
  color: #fff;
  padding: 15px 0;
}
body.app1 .price-box .price-tbl span {
  font-size: 12px;
  font-style: italic;
}
body.app1 .price-box .price-expired {
  color: #ff7800;
}
body.app1 .price-box .view-btn {
  margin-top: 10px;
}
body.app1 .price-box .view-btn a {
  background: #4d1ca7;
  border-color: #4d1ca7;
  color: white !important;
  padding: 10px 24px;
  text-transform: uppercase;
}
body.app1 .price-box .view-btn a:hover {
  text-decoration: none !important;
  background: #ff7800;
  border-color: #ff7800;
}
body.app1 .price-box:hover .price-tbl {
  background-color: #ff7800;
}
body.app1 .price-box.active {
  background: #f3f3f3;
  border-color: #4d1ca7;
}
body.app1 .price-box.active:hover {
  border-color: #ff7800;
}
body.app1 #content {
  padding: 50px 0;
}
body.app1 #content h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 25px;
  text-align: center;
  color: #656565;
}
body.app1 #content a {
  color: #4d1ca7;
}
body.app1 #content a:hover {
  color: #39157b;
  text-decoration: underline;
}
body.app1 #content .btn-next-to-order {
  background: #4d1ca7;
  border-color: #4d1ca7;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
}
body.app1 #content .btn-next-to-order:hover {
  text-decoration: none;
  color: white;
  background: #ff7800;
  border-color: #ff7800;
}
body.app1 #content .box-1 {
  width: 50%;
  padding: 30px;
  margin: 0 auto 30px;
  border: 1px solid #efefef;
  box-shadow: rgba(0, 0, 0, 0.168627) 0px 0px 8px 0px;
}
body.app1 #content .box-1 h1 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 25px;
  color: #656565;
}
body.app1 #content .box-1.size2 {
  width: 100%;
}
body.app1 #content .domainlist li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
  font-size: 16px;
}
body.app1 #content .domainlist li span {
  font-weight: lighter;
  font-size: 12px;
}
body.app1 #content .domainlist li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #ff7800;
  transition: 0.3s all ease;
}
body.app1 #content .domainlist li a:hover {
  text-decoration: none !important;
  color: #ff7800;
}
body.app1 #content ul.form {
  margin: 10px 0;
  padding: 0;
}
body.app1 #content ul.form li {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  position: relative;
}
body.app1 #content ul.form li em {
  color: red;
  float: left;
  margin-right: 6px;
}
body.app1 #content ul.form li em.invalid {
  position: absolute;
  left: 0px;
  font-size: 10px;
  bottom: -12px;
}
body.app1 #content ul.form li label {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
body.app1 #content ul.form li p.desc {
  margin: 2px 0;
  font-size: 11px;
  color: #9e9e9e;
  font-style: italic;
}
body.app1 #content ul.form li input:not([type="submit"]):not([type="checkbox"]),
body.app1 #content ul.form li select,
body.app1 #content ul.form li textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  height: 44px;
  letter-spacing: normal;
  line-height: 13px;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
}
body.app1 #content ul.form li input:not([type="submit"]):not([type="checkbox"]).invalid,
body.app1 #content ul.form li select.invalid,
body.app1 #content ul.form li textarea.invalid {
  border-color: red;
}
body.app1 #content ul.form li textarea {
  height: 120px;
}
body.app1 #content ul.form li input[type="submit"] {
  -webkit-box-shadow: none;
  border: none;
  background: #ff7800;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: white;
  margin: 0;
  padding: 12px 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}
body.app1 #content ul.form li input[type="submit"]:hover {
  background: #333;
  color: white;
}
body.app1 #content ul.form li .multiselect-box p {
  margin: 0;
}
body.app1 #content ul.form li .multiselect-box p input,
body.app1 #content ul.form li .multiselect-box p label {
  display: inline-block;
}
body.app1 #content ul.form li.inline-input input {
  width: 200px !important;
  display: inline-block !important;
}
body.app1 #content ul.form li.inline input {
  display: inline-block !important;
}
@media (min-width: 767px) {
  body.app1 #content ul.form li[class^="col"] {
    padding-right: 15px;
  }
  body.app1 #content ul.form li[class~="col-right"] {
    padding-left: 15px;
    padding-right: 0;
  }
  body.app1 #content ul.form li[class~="col-right"] .invalid {
    left: 15px;
  }
}
body.app1 #content ul.form li.clearfix {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
}
body.app1 #content ul.form li.mg1 input,
body.app1 #content ul.form li.mg1 select,
body.app1 #content ul.form li.mg1 textarea {
  margin: 3px 0 !important;
}
body.app1 #content ul.form li.w100 input,
body.app1 #content ul.form li.w100 select {
  width: 100px !important;
}
body.app1 #content ul.form li.w150 input,
body.app1 #content ul.form li.w150 select {
  width: 150px !important;
}
body.app1 #content ul.form li.w200 input,
body.app1 #content ul.form li.w200 select {
  width: 200px !important;
}
body.app1 #content ul.form li.w250 input,
body.app1 #content ul.form li.w250 select {
  width: 250px !important;
}
body.app1 #content ul.form li .radiobuttons-box2 .container {
  margin: 15px 0;
}
body.app1 #content ul.form li .radiobuttons-box2 .container .radiobutton {
  width: 100%;
  display: block;
  clear: both;
}
body.app1 #content ul.form li .radiobuttons-box2 .container .radiobutton input {
  display: inline-block !important;
  width: 30px;
}
body.app1 #content ul.form li .radiobuttons-box2 .container .radiobutton label {
  display: inline-block !important;
  top: -10px;
  position: relative;
  color: #666;
}
body.app1 #content ul.form li .radiobuttons-box2 .container .radiobutton span {
  position: relative;
  top: -10px;
  left: 20px;
  color: #4d1ca7;
}
body.app1 #content ul.form li .radiobuttons-box2 .container .description {
  position: relative;
  top: -10px;
  left: 30px;
  clear: both;
  font-size: 11px;
}
body.app1 #content ul.form li .bm-fileuploader input[type="button"] {
  border: 1px solid #4d1ca7;
  color: #4d1ca7;
  text-transform: uppercase;
}
body.app1 #content .bm-upload-list {
  padding: 20px 0 0 0;
}
body.app1 #content .file-schema1 {
  margin: 5px 5px 5px 0;
  display: inline-block;
  text-align: center;
  position: relative;
}
body.app1 #content .file-schema1 .file-schema1-img img {
  height: 150px;
  padding: 1px;
  border: 1px solid #ff7800;
  border-radius: 3px;
}
body.app1 #content .file-schema1 .file-schema1-title {
  font-size: 11px;
  line-height: 14px;
  padding: 4px;
  display: none;
}
body.app1 #content .file-schema1 .file-schema1-btns {
  width: 100%;
  padding-right: 10px;
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 10px;
  left: 0px;
  text-align: right;
}
body.app1 #content .file-schema1 .file-schema1-btns a {
  color: red;
}
body.app1 #content table.list {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border: 1px solid #eaeaea;
}
body.app1 #content table.list td,
body.app1 #content table.list th {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
body.app1 #content table.list td.center,
body.app1 #content table.list th.center {
  text-align: center;
}
body.app1 #content table.list td.right,
body.app1 #content table.list th.right {
  text-align: right;
}
body.app1 #content table.list td .fa,
body.app1 #content table.list th .fa {
  margin: 0 3px;
}
body.app1 #content table.list td .fa.text-info,
body.app1 #content table.list th .fa.text-info {
  color: #4d1ca7;
}
body.app1 #content table.list td .fa.text-info:hover,
body.app1 #content table.list th .fa.text-info:hover {
  color: #250d50;
}
body.app1 #content table.list td .fa.text-success,
body.app1 #content table.list th .fa.text-success {
  color: green;
}
body.app1 #content table.list td .fa.text-success:hover,
body.app1 #content table.list th .fa.text-success:hover {
  color: #001a00;
}
body.app1 #content table.list td .fa.text-danger,
body.app1 #content table.list th .fa.text-danger {
  color: red;
}
body.app1 #content table.list td .fa.text-danger:hover,
body.app1 #content table.list th .fa.text-danger:hover {
  color: #990000;
}
body.app1 #content table.list td .fa:hover,
body.app1 #content table.list th .fa:hover {
  text-decoration: none;
}
body.app1 #content table.list td .btn-primary,
body.app1 #content table.list th .btn-primary {
  background: #4d1ca7;
  border-color: #4d1ca7;
  color: white;
}
body.app1 #content table.list td .btn-primary:hover,
body.app1 #content table.list th .btn-primary:hover {
  background: #ff7800;
  border-color: #ff7800;
  text-decoration: none;
  transition: all ease 250ms;
}
body.app1 #content table.list tr:nth-child(2n+2) td {
  background: #f2f2f2;
}
body.app1 #content table.list th {
  text-align: center;
}
body.app1 #content table.list input {
  min-width: 40px;
  max-width: 100px;
  text-align: center;
  border: 1px solid #4d1ca7;
  line-height: 32px;
  padding: 0 10px;
}
body.app1 #content table.list tr.bold > * {
  font-weight: bold;
  font-size: 15px;
  color: #4d1ca7;
}
body.app1 #content .list-pager-string {
  margin: 0 auto;
  text-align: center;
}
body.app1 #content .list-pager-string > a {
  margin: 3px;
  padding: 3px 8px;
  border: 1px solid #4d1ca7;
  color: #4d1ca7;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
}
body.app1 #content .list-pager-string > a.pager-num-active,
body.app1 #content .list-pager-string > a:hover {
  background: #4d1ca7;
  color: white;
  text-decoration: none;
}
body.app1 #content .lister-order {
  margin: 25px 0 0;
}
body.app1 #content .lister-order a {
  margin: 0 5px;
  line-height: 38px;
}
body.app1 #content .lister-order a.list-order-link-active {
  color: #4d1ca7;
}
body.app1 #content .lister-order select {
  border: 1px solid #cccccc;
  box-shadow: none;
  color: #8e8e8e;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 7px 20px 7px 10px;
  height: 38px;
  line-height: 21px;
  outline-color: #8e8e8e;
  outline-style: none;
  outline-width: 0px;
  text-shadow: none;
  min-width: 100px;
}
body.app1 #content .lister-rows {
  font-size: 14px;
  text-align: right;
  margin: 20px 0 -20px;
  position: relative;
  top: -50px;
  pointer-events: none;
}
body.app1 #content #chart-wrapper {
  width: 760px;
}
body.app1 #content #chart-wrapper #chart_div {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
body.app1 .item h2 {
  font-size: 24px;
  font-weight: bold;
}
body.app1 .item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 15px;
}
body.app1 .item .item-created {
  color: #888888;
}
body.app1 .item .item-social {
  margin: 15px 0;
}
body.app1 .item .item-social .addthis_toolbox {
  width: 300px;
  display: inline-block;
}
body.app1 .item .item-social a.btn {
  float: left;
  margin-right: 15px;
  top: -1px;
  position: relative;
  color: white !important;
  background: #4d1ca7;
  border-color: #4d1ca7;
}
body.app1 .item .item-social a.btn:hover {
  background: #333;
  text-decoration: none !important;
}
body.app1 .item .item-img {
  margin-bottom: 30px;
}
body.app1 .item .item-img img {
  max-width: 100%;
}
body.app1 .item .item-data {
  padding: 0;
}
body.app1 .item .item-data li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
  font-size: 16px;
}
body.app1 .item .item-data li span {
  font-weight: bold;
}
body.app1 .item .item-data li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #ff7800;
  transition: 0.3s all ease;
}
body.app1 .item .item-user {
  padding: 40px 10px;
  background: #eee;
  position: relative;
  text-align: center;
}
body.app1 .item .item-user .item-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
  background: #4d1ca7;
  border-radius: 50px;
}
body.app1 .item .item-user .item-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 40px;
}
body.app1 .item .item-user .item-name {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 0;
}
body.app1 .item .item-price,
body.app1 .item .item-phone {
  background: #ff7800;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: white;
}
body.app1 .item .item-price .item-icon,
body.app1 .item .item-phone .item-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  border: 1px solid white;
  border-radius: 40px;
}
body.app1 .item .item-price .item-icon i.fa,
body.app1 .item .item-phone .item-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
}
body.app1 .item .item-price span,
body.app1 .item .item-phone span {
  position: relative;
  top: -12px;
  left: 5px;
}
body.app1 .item .item-price.item-phone,
body.app1 .item .item-phone.item-phone {
  background: #4d1ca7;
}
body.app1 .item .carousel-wrapper .carousel-inner .item {
  background: white;
}
body.app1 .item .carousel-wrapper .carousel-inner .item img {
  margin: 0 auto;
}
body.app1 .item .carousel-wrapper .carousel-control span {
  color: white;
}
body.app1 .item .carousel-wrapper .item-carousel-tmb {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
body.app1 .item .carousel-wrapper .item-carousel-tmb a {
  margin: 1px -1px;
  display: inline-block;
  opacity: 0.6;
}
body.app1 .item .carousel-wrapper .item-carousel-tmb a img {
  height: 74px !important;
}
body.app1 .item .carousel-wrapper .item-carousel-tmb a.active {
  opacity: 1;
}
body.app1 .item .carousel-wrapper .item-carousel-tmb a:first-child {
  margin-left: 0;
}
body.app1 .sidebar-search {
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.137255) 0px 0px 5px 0px;
  background: #f3f3f3;
}
body.app1 .sidebar-search .search-title {
  background: #4d1ca7;
  font-size: 22px;
  font-weight: bold;
  padding: 12px;
  color: white;
}
body.app1 .sidebar-search .search-content {
  padding: 0 15px;
}
body.app1 .sidebar-search .buttons input[type="submit"] {
  margin: 5px 0 !important;
  width: 100%;
}
body.app1 .sidebar-search label {
  font-weight: bold !important;
}
body.app1 .sidebar-links {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
body.app1 .sidebar-links li {
  margin: 20px 0;
}
body.app1 .sidebar-links li a {
  display: block;
  margin: 10px 0;
  padding: 8px 12px;
  color: #4d1ca7;
  border: 2px solid #4d1ca7;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
}
body.app1 .sidebar-links li a:hover {
  color: #ff7800 !important;
  text-decoration: none !important;
  border-color: #ff7800;
}
body.app1 .list-box {
  position: relative;
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.137255) 0px 0px 5px 0px;
  background: #f3f3f3;
  padding: 15px 15px 10px 15px;
  margin: 15px 0;
}
body.app1 .list-box.extra1 {
  /* background:lighten(@second-color, 40%); */
}
body.app1 .list-box.extra2 {
  background: #ede6fb;
  border-color: #4d1ca7;
}
body.app1 .list-box .list-img {
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  position: relative;
  border: 2px solid white;
  border-radius: 2px;
}
body.app1 .list-box .list-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 300ms;
}
@media (max-width: 767px) {
  body.app1 .list-box .list-img {
    padding-top: 0;
  }
  body.app1 .list-box .list-img img {
    top: 0;
    left: 0;
    position: relative;
    height: auto;
    transform: none !important;
  }
}
body.app1 .list-box .list-address {
  margin: 6px 0;
  font-size: 12px;
}
body.app1 .list-box a.list-title {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: bolder !important;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
body.app1 .list-box a.list-title:hover {
  color: #ff7800 !important;
  text-decoration: none !important;
}
body.app1 .list-box .list-price {
  text-align: right;
  font-size: 18px;
  font-weight: bolder !important;
  color: #ff7800;
  letter-spacing: -1px;
}
body.app1 .list-box .list-desc {
  margin: 10px 0;
  line-height: 20px;
}
body.app1 .list-box .list-btns a.btn {
  background: #ff7800;
  border: none;
  color: white !important;
  text-transform: uppercase;
}
body.app1 .list-box .list-btns a.btn:hover {
  text-decoration: none !important;
  background: #333;
}
body.app1 .list-box:hover {
  border-color: #ff7800;
}
body.app1 .list-box:hover .list-img img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
body.app1 .lister-order {
  background: #eee;
  padding: 12px 20px;
}
body.app1 .lister-pages {
  margin: 25px 0;
}
body.app1 .lister-counter {
  color: #9e9e9e;
  font-size: 12px;
  line-height: 38px;
}
body.app1 .banner {
  text-align: center;
}
body.app1 #home-categories {
  background: #f7f7f7;
  padding: 50px 0;
}
body.app1 #home-categories h1 {
  margin-bottom: 50px;
}
body.app1 #home-categories .category-box {
  position: relative;
  border: 1px solid #e8e5e5;
  border-radius: 5px;
  background: white;
  padding: 15px 15px 20px;
  margin: 25px 0;
}
body.app1 #home-categories .category-box .category-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -50px;
  background: #4d1ca7;
  transform: translateX(-50%);
  border-radius: 50px;
}
body.app1 #home-categories .category-box .category-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 40px;
}
body.app1 #home-categories .category-box .category-title {
  text-align: center;
  height: 50px;
  margin: 0 0 10px;
  overflow: hidden;
  background: #4d1ca7;
  position: relative;
  border-radius: 3px;
}
body.app1 #home-categories .category-box .category-title a {
  max-height: 40px;
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
body.app1 #home-categories .category-box ul.category-links {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 120px;
}
body.app1 #home-categories .category-box ul.category-links li {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
body.app1 #home-categories .category-box ul.category-links li a {
  color: #888888;
  font-size: 14px;
  line-height: 20px;
}
body.app1 #home-categories .category-box ul.category-links li a:hover {
  color: #ff7800;
  text-decoration: none;
}
body.app1 #home-categories .category-box .category-link {
  text-align: center;
  margin: 10px 0 0 0;
}
body.app1 #home-categories .category-box .category-link a {
  font-weight: bold;
  color: #333;
}
body.app1 #home-categories .category-box .category-link a:hover {
  color: #ff7800;
}
body.app1 #home-categories .category-box:hover {
  border-color: #ff7800;
}
body.app1 #home-categories .category-box:hover .category-icon {
  background: #ff7800;
}
body.app1 #home-categories .category-box:hover .category-title a {
  color: #ff7800;
  text-decoration: none;
}
body.app1 .list-1:not(.lightSlider-list) {
  margin: 50px 0;
}
body.app1 .list-1:not(.lightSlider-list) .box {
  margin: 20px 0;
  background: #f2f2f2;
  border-radius: 5px;
  /* border:1px solid #f2f2f2; */
  position: relative;
}
body.app1 .list-1:not(.lightSlider-list) .box .box-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  background: white;
  border-radius: 5px;
}
body.app1 .list-1:not(.lightSlider-list) .box .box-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 300ms;
}
body.app1 .list-1:not(.lightSlider-list) .box .box-img:hover img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
@media (max-width: 1199px) {
  body.app1 .list-1:not(.lightSlider-list) .box .box-img {
    height: 140px;
  }
}
@media (max-width: 991px) {
  body.app1 .list-1:not(.lightSlider-list) .box .box-img {
    height: 230px;
  }
}
@media (max-width: 767px) {
  body.app1 .list-1:not(.lightSlider-list) .box .box-img {
    height: auto !important;
  }
  body.app1 .list-1:not(.lightSlider-list) .box .box-img img {
    position: relative;
    transform: none;
    left: 0px;
    top: 0px;
    height: auto;
  }
  body.app1 .list-1:not(.lightSlider-list) .box .box-img:hover img {
    transform: none;
  }
}
body.app1 .list-1:not(.lightSlider-list) .box .box-price {
  border: 1px solid white;
  background: #4d1ca7;
  color: white;
  position: absolute;
  top: 135px;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  body.app1 .list-1:not(.lightSlider-list) .box .box-price {
    top: 95px;
  }
}
@media (max-width: 991px) {
  body.app1 .list-1:not(.lightSlider-list) .box .box-price {
    top: 185px;
  }
}
@media (max-width: 767px) {
  body.app1 .list-1:not(.lightSlider-list) .box .box-price {
    top: 15px !important;
  }
}
body.app1 .list-1:not(.lightSlider-list) .box .box-title {
  margin-top: 5px;
  height: 84px;
  overflow: hidden;
  position: relative;
}
body.app1 .list-1:not(.lightSlider-list) .box .box-title a {
  display: block;
  width: 90%;
  font-size: 16px;
  line-height: 19px;
  color: #4d1ca7;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
body.app1 .list-1:not(.lightSlider-list) .box .box-title a:hover {
  color: #333 !important;
  text-decoration: none !important;
}
body.app1 .list-1:not(.lightSlider-list) .box .box-data {
  border-top: 1px solid #e0e0e0;
  padding: 4px 15px;
  line-height: 20px;
  font-size: 13px;
}
body.app1 .list-1:not(.lightSlider-list) .box .box-data .box-address {
  display: block;
  height: 20px;
  overflow: hidden;
}
body.app1 .list-1:not(.lightSlider-list) .box .box-data .box-expire {
  display: block;
  height: 20px;
  overflow: hidden;
}
body.app1 .list-1:not(.lightSlider-list) a.btn-primary {
  line-height: 30px;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
  background: #ff7800;
  border: none;
  transition: all ease 300ms;
}
body.app1 .list-1:not(.lightSlider-list) a.btn-primary:hover {
  background: #ff7800;
  text-decoration: none !important;
}
body.app1 .lightSlider-list.list-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.app1 .lightSlider-list.list-1 .box {
  margin: 15px 0;
  padding: 0 5px;
}
body.app1 .lightSlider-list.list-1 .box > div {
  padding: 5px;
  border: 2px solid transparent;
  border-bottom-color: #e7e7e7;
}
body.app1 .lightSlider-list.list-1 .box .image {
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding-top: 60%;
  position: relative;
}
body.app1 .lightSlider-list.list-1 .box .image img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity ease 300ms;
}
body.app1 .lightSlider-list.list-1 .box .image .discount {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 6px 12px;
  background: #fb2400;
  font-size: 14px;
  line-height: 21px;
}
body.app1 .lightSlider-list.list-1 .box .image .title {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  color: white;
}
body.app1 .lightSlider-list.list-1 .box .title {
  height: 23px;
  overflow: hidden;
  margin: 8px 0;
  font-size: 18px;
  line-height: 21px;
  font-family: FFMarkWebProBold;
  color: #282b40;
  letter-spacing: -0.5px;
}
body.app1 .lightSlider-list.list-1 .box .subtitle {
  height: 20px;
  overflow: hidden;
  margin: 8px 0;
  font-size: 16px;
  line-height: 18px;
  color: #93959f;
  letter-spacing: -0.5px;
}
body.app1 .lightSlider-list.list-1 .box .subtitle.secondary-color {
  color: #ff7800;
}
body.app1 .lightSlider-list.list-1 .box .data1 {
  height: 40px;
  overflow: hidden;
  margin: 16px 0 20px 0;
  font-size: 12px;
  line-height: 16px;
  color: #282b40;
  font-family: FFMarkWebProBook;
}
body.app1 .lightSlider-list.list-1 .box .data1 ul,
body.app1 .lightSlider-list.list-1 .box .data1 li {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: circle;
}
body.app1 .lightSlider-list.list-1 .box .data1 li {
  margin: 5px 0;
}
body.app1 .lightSlider-list.list-1 .box .data2 {
  height: 15px;
  overflow: hidden;
  margin: 5px 0 0 0;
  font-size: 10px;
  line-height: 14px;
  color: #93959f;
  font-family: FFMarkWebProBook;
}
body.app1 .lightSlider-list.list-1 .box .price {
  height: 22px;
  overflow: hidden;
  font-size: 18px;
  line-height: 21px;
  font-family: FFMarkWebProBold;
  color: #282b40;
}
body.app1 .lightSlider-list.list-1 .box .price strike {
  color: #93959f;
  font-family: FFMarkWebProBook;
  margin-left: 8px;
}
body.app1 .lightSlider-list.list-1 .box:hover {
  text-decoration: none !important;
}
body.app1 .lightSlider-list.list-1 .box:hover .image img {
  opacity: 0.8;
}
body.app1 .lightSlider-list.list-1 .box:hover > div {
  border-bottom-color: #4d1ca7;
}
@media (max-width: 767px) {
  body.app1 .lightSlider-list.list-1 .box .image {
    height: auto;
    padding-top: 0 !important;
  }
  body.app1 .lightSlider-list.list-1 .box .image img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
}
body.app1 .lightSlider-list.list-1 .box.type2 > div {
  border-color: #dbccf6;
  background: #faf7fe;
}
body.app1 .lightSlider-list.list-1.slider-2 .box .image {
  padding-top: 100%;
}
body.app1 .lightSlider-list.list-1.slider-2 .box .image img {
  width: 100% !important;
  min-height: 100% !important;
}
body.app1 .lightSlider-app .lSPrev,
body.app1 .lightSlider-app .lSNext {
  /*top:40% !important;*/
  opacity: 1 !important;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.9);
  background-image: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
body.app1 .lightSlider-app .lSPrev:hover,
body.app1 .lightSlider-app .lSNext:hover {
  background: white;
}
body.app1 .lightSlider-app .lSPrev:after,
body.app1 .lightSlider-app .lSNext:after {
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translateX(-50%) translateY(-50%);
  color: #4d1ca7;
}
body.app1 .lightSlider-app .lSPrev.lSPrev:after,
body.app1 .lightSlider-app .lSNext.lSPrev:after {
  content: "\f053";
  text-indent: -3px;
}
body.app1 .lightSlider-app .lSPrev.lSNext:after,
body.app1 .lightSlider-app .lSNext.lSNext:after {
  content: "\f054";
  text-indent: 3px;
}
@media (max-width: 767px) {
  body.app1 .lightSlider-app .lightSlider-list.list-1 .box .image {
    width: 100%;
    padding-top: 60% !important;
    position: relative;
  }
  body.app1 .lightSlider-app .lightSlider-list.list-1 .box .image img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity ease 300ms;
  }
}
body.app1 #promotion {
  text-align: center;
}
body.app1 #promotion .promo-icon {
  display: inline-block;
  margin: 30px 0 20px;
  width: 124px;
  height: 124px;
  border: 1px solid white;
  border-radius: 124px;
  text-align: center;
  position: relative;
  box-shadow: 0 7px 16px 0px rgba(0, 0, 0, 0.17);
}
body.app1 #promotion .promo-icon img {
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
body.app1 #promotion .promo-title {
  font-size: 18px;
  color: #3f3d59;
  font-weight: bold;
}
body.app1 #promotion .promo-desc {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
}
body.app1 #footer {
  margin-top: 20px;
  background: black url(/images/footer-bg.jpg) center center repeat-y;
  min-height: 300px;
  color: #b3b3b3;
}
body.app1 #footer * {
  color: inherit;
}
body.app1 #footer > .container > .row {
  padding-top: 30px;
}
body.app1 #footer .logo a div,
body.app1 #footer .logo a span {
  color: white;
}
body.app1 #footer .logo a:hover {
  color: #ff7800;
}
body.app1 #footer .footer-title {
  margin: 30px 0 30px;
  font-size: 18px;
  line-break: 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
body.app1 #footer p {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 24px;
}
body.app1 #footer .copyright {
  margin-top: 20px;
  border-top: 1px solid #b3b3b3;
  padding: 15px 0;
}
body.app1 #footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.app1 #footer ul li {
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
body.app1 #footer ul li a {
  display: block;
  position: relative;
  padding-left: 20px;
}
body.app1 #footer ul li a:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  transition: 0.3s all ease;
}
body.app1 #footer ul li a:hover {
  color: #ff7800;
}
body.app1 #footer ul li a:hover:before {
  color: #b3b3b3;
}
body.app1 #footer ul.cols2 li {
  width: 50%;
  float: left;
}
body.app1 #bm_alert {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.app1 #bm_alert p.bm_alert_hide {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 0 2px #FFF;
  line-height: 20px;
  cursor: pointer;
}
body.app1 #bm_alert p.bm_alert_pic {
  display: none;
}
body.app1 #bm_alert div {
  display: none;
  padding: 15px 20px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #656565;
  font-size: 15px;
  color: black;
}
body.app1 #bm_alert div.notify {
  background: rgba(223, 240, 216, 0.95);
  border-color: #d6e9c6;
  color: #3c763d;
}
body.app1 #bm_alert div.error {
  background: rgba(242, 222, 222, 0.95);
  border-color: #ebccd1;
  color: #a94442;
}
body.app2 {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
  background: white;
  /** bmAlert
    * ------------------------ */
}
body.app2 a {
  color: black;
}
body.app2 a:hover {
  color: #1d5bbe;
  text-decoration: none;
  cursor: pointer;
}
body.app2 .primary-color {
  color: #1d5bbe;
}
body.app2 .secondary-color {
  color: #c1d154;
}
body.app2 .logo {
  display: inline-block;
  font-style: italic;
  color: #1d5bbe;
  transition: all ease 300ms;
}
body.app2 .logo div {
  display: block;
  font-size: 22px;
  font-weight: bolder;
  text-transform: uppercase;
}
body.app2 .logo div:first-letter {
  color: #c1d154;
}
body.app2 .logo span {
  display: block;
  font-size: 16px;
  font-weight: bolder;
  padding-left: 18px;
  text-transform: capitalize;
}
body.app2 .logo span:first-letter {
  color: #c1d154;
}
body.app2 .logo:hover {
  color: #c1d154 !important;
}
body.app2 #top-bar {
  background: #f2f2f2;
  line-height: 20px;
  padding: 8px 0;
  margin: 0;
  font-size: 14px;
}
body.app2 #top-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.app2 #top-bar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
body.app2 #top-bar ul li a {
  margin-right: 15px;
  color: black;
  letter-spacing: -0.5px;
}
body.app2 #top-bar ul li a:hover {
  color: #1d5bbe;
}
body.app2 #top-bar ul li a i.fa {
  margin-right: 0px;
  font-size: 14px;
  color: #1d5bbe;
}
body.app2 #header {
  border-bottom: 2px solid #1d5bbe;
  position: relative;
}
body.app2 #header .logo {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  top: 35px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  body.app2 #header .logo {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
body.app2 #header .navbar {
  margin: 0 0 0 20px;
  border: none;
  background: none;
  box-shadow: none;
  display: inline-block;
}
body.app2 #header .navbar ul.nav li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  padding: 25px 8px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: none;
  transition: all ease 300ms;
}
body.app2 #header .navbar ul.nav li a:hover {
  background: #c1d154;
  color: white;
}
@media (max-width: 767px) {
  body.app2 #header .navbar {
    display: block;
    background: #efefef;
  }
  body.app2 #header .navbar ul.nav li a {
    padding: 10px;
  }
}
body.app2 #header #header-btn {
  float: right;
  position: relative;
  top: 13px;
}
body.app2 #header #header-btn a {
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  background: #1d5bbe;
  border: none;
  transition: all ease 300ms;
}
body.app2 #header #header-btn a:hover {
  background: #c1d154;
}
@media (max-width: 767px) {
  body.app2 #header #header-btn {
    padding: 10px 0;
    top: 0;
    text-align: center;
    float: none;
  }
}
body.app2 #slider-wrapper {
  margin: -51px 0 0 0;
  background: #1d5bbe url('/images/slider-bg.jpg') center center no-repeat;
  height: 320px;
  position: relative;
}
body.app2 #slider-wrapper .slider-box {
  width: 100%;
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
}
body.app2 #slider-wrapper .slider-title {
  display: block;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  color: white;
}
@media (max-width: 1199px) {
  body.app2 #slider-wrapper .slider-title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  body.app2 #slider-wrapper .slider-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  body.app2 #slider-wrapper .slider-title {
    font-size: 36px;
  }
}
body.app2 #slider-wrapper .slider-subtitle {
  display: block;
  text-align: center;
  color: white;
  margin: 10px 0 20px;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  body.app2 #slider-wrapper .slider-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  body.app2 #slider-wrapper .slider-subtitle {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  body.app2 #slider-wrapper .slider-subtitle {
    font-size: 16px;
  }
}
body.app2 #slider-wrapper .searchbox {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
  border-radius: 5px;
  border: 12px solid rgba(255, 255, 255, 0.27);
}
body.app2 #slider-wrapper .searchbox input,
body.app2 #slider-wrapper .searchbox select,
body.app2 #slider-wrapper .searchbox button {
  width: 25%;
  padding: 0;
  height: 60px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
body.app2 #slider-wrapper .searchbox input:focus,
body.app2 #slider-wrapper .searchbox select:focus,
body.app2 #slider-wrapper .searchbox button:focus {
  outline: none;
}
body.app2 #slider-wrapper .searchbox input {
  padding: 0 2%;
}
body.app2 #slider-wrapper .searchbox input[type="submit"] {
  width: 25%;
  background: #c1d154;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
body.app2 #slider-wrapper .searchbox input[type="submit"]:hover {
  background: #333;
}
body.app2 #slider-wrapper .searchbox em.invalid {
  position: absolute;
  left: 0px;
  font-size: 12px;
  bottom: -15px;
  color: #880000;
}
body.app2 #home-banner {
  margin: 10px 0;
}
body.app2 #home-banner .col {
  padding: 25px 0;
}
body.app2 #home-banner.type2 {
  margin: 0;
}
body.app2 #site-title {
  background: #1d5bbe;
  padding: 25px 0;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  color: white;
}
body.app2 .price-box {
  text-align: center;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 0;
  margin: 25px 0;
  border: 1px solid #ececec;
}
body.app2 .price-box h3 {
  font-size: 22px;
  line-height: 30px;
  height: 60px;
  font-weight: bold;
  margin: 0;
}
body.app2 .price-box .price-service {
  margin: 0px;
  padding: 15px;
}
body.app2 .price-box .price-service ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
body.app2 .price-box .price-service ul li {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
body.app2 .price-box .price-tbl {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #303030;
  background: #1d5bbe;
  color: #fff;
  padding: 15px 0;
}
body.app2 .price-box .price-tbl span {
  font-size: 12px;
  font-style: italic;
}
body.app2 .price-box .price-expired {
  color: #c1d154;
}
body.app2 .price-box .view-btn {
  margin-top: 10px;
}
body.app2 .price-box .view-btn a {
  background: #1d5bbe;
  border-color: #1d5bbe;
  color: white !important;
  padding: 10px 24px;
  text-transform: uppercase;
}
body.app2 .price-box .view-btn a:hover {
  text-decoration: none !important;
  background: #c1d154;
  border-color: #c1d154;
}
body.app2 .price-box:hover .price-tbl {
  background-color: #c1d154;
}
body.app2 .price-box.active {
  background: #f3f3f3;
  border-color: #1d5bbe;
}
body.app2 .price-box.active:hover {
  border-color: #c1d154;
}
body.app2 #content {
  padding: 50px 0;
}
body.app2 #content h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 25px;
  text-align: center;
  color: #656565;
}
body.app2 #content a {
  color: #1d5bbe;
}
body.app2 #content a:hover {
  color: #164692;
  text-decoration: underline;
}
body.app2 #content .btn-next-to-order {
  background: #1d5bbe;
  border-color: #1d5bbe;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
}
body.app2 #content .btn-next-to-order:hover {
  text-decoration: none;
  color: white;
  background: #c1d154;
  border-color: #c1d154;
}
body.app2 #content .box-1 {
  width: 50%;
  padding: 30px;
  margin: 0 auto 30px;
  border: 1px solid #efefef;
  box-shadow: rgba(0, 0, 0, 0.168627) 0px 0px 8px 0px;
}
body.app2 #content .box-1 h1 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 25px;
  color: #656565;
}
body.app2 #content .box-1.size2 {
  width: 100%;
}
body.app2 #content .domainlist li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
  font-size: 16px;
}
body.app2 #content .domainlist li span {
  font-weight: lighter;
  font-size: 12px;
}
body.app2 #content .domainlist li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #c1d154;
  transition: 0.3s all ease;
}
body.app2 #content .domainlist li a:hover {
  text-decoration: none !important;
  color: #c1d154;
}
body.app2 #content ul.form {
  margin: 10px 0;
  padding: 0;
}
body.app2 #content ul.form li {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  position: relative;
}
body.app2 #content ul.form li em {
  color: red;
  float: left;
  margin-right: 6px;
}
body.app2 #content ul.form li em.invalid {
  position: absolute;
  left: 0px;
  font-size: 10px;
  bottom: -12px;
}
body.app2 #content ul.form li label {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
body.app2 #content ul.form li p.desc {
  margin: 2px 0;
  font-size: 11px;
  color: #9e9e9e;
  font-style: italic;
}
body.app2 #content ul.form li input:not([type="submit"]):not([type="checkbox"]),
body.app2 #content ul.form li select,
body.app2 #content ul.form li textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  height: 44px;
  letter-spacing: normal;
  line-height: 13px;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
}
body.app2 #content ul.form li input:not([type="submit"]):not([type="checkbox"]).invalid,
body.app2 #content ul.form li select.invalid,
body.app2 #content ul.form li textarea.invalid {
  border-color: red;
}
body.app2 #content ul.form li textarea {
  height: 120px;
}
body.app2 #content ul.form li input[type="submit"] {
  -webkit-box-shadow: none;
  border: none;
  background: #c1d154;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: white;
  margin: 0;
  padding: 12px 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}
body.app2 #content ul.form li input[type="submit"]:hover {
  background: #333;
  color: white;
}
body.app2 #content ul.form li .multiselect-box p {
  margin: 0;
}
body.app2 #content ul.form li .multiselect-box p input,
body.app2 #content ul.form li .multiselect-box p label {
  display: inline-block;
}
body.app2 #content ul.form li.inline-input input {
  width: 200px !important;
  display: inline-block !important;
}
body.app2 #content ul.form li.inline input {
  display: inline-block !important;
}
@media (min-width: 767px) {
  body.app2 #content ul.form li[class^="col"] {
    padding-right: 15px;
  }
  body.app2 #content ul.form li[class~="col-right"] {
    padding-left: 15px;
    padding-right: 0;
  }
  body.app2 #content ul.form li[class~="col-right"] .invalid {
    left: 15px;
  }
}
body.app2 #content ul.form li.clearfix {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
}
body.app2 #content ul.form li.mg1 input,
body.app2 #content ul.form li.mg1 select,
body.app2 #content ul.form li.mg1 textarea {
  margin: 3px 0 !important;
}
body.app2 #content ul.form li.w100 input,
body.app2 #content ul.form li.w100 select {
  width: 100px !important;
}
body.app2 #content ul.form li.w150 input,
body.app2 #content ul.form li.w150 select {
  width: 150px !important;
}
body.app2 #content ul.form li.w200 input,
body.app2 #content ul.form li.w200 select {
  width: 200px !important;
}
body.app2 #content ul.form li.w250 input,
body.app2 #content ul.form li.w250 select {
  width: 250px !important;
}
body.app2 #content ul.form li .radiobuttons-box2 .container {
  margin: 15px 0;
}
body.app2 #content ul.form li .radiobuttons-box2 .container .radiobutton {
  width: 100%;
  display: block;
  clear: both;
}
body.app2 #content ul.form li .radiobuttons-box2 .container .radiobutton input {
  display: inline-block !important;
  width: 30px;
}
body.app2 #content ul.form li .radiobuttons-box2 .container .radiobutton label {
  display: inline-block !important;
  top: -10px;
  position: relative;
  color: #666;
}
body.app2 #content ul.form li .radiobuttons-box2 .container .radiobutton span {
  position: relative;
  top: -10px;
  left: 20px;
  color: #1d5bbe;
}
body.app2 #content ul.form li .radiobuttons-box2 .container .description {
  position: relative;
  top: -10px;
  left: 30px;
  clear: both;
  font-size: 11px;
}
body.app2 #content ul.form li .bm-fileuploader input[type="button"] {
  border: 1px solid #1d5bbe;
  color: #1d5bbe;
  text-transform: uppercase;
}
body.app2 #content .bm-upload-list {
  padding: 20px 0 0 0;
}
body.app2 #content .file-schema1 {
  margin: 5px 5px 5px 0;
  display: inline-block;
  text-align: center;
  position: relative;
}
body.app2 #content .file-schema1 .file-schema1-img img {
  height: 150px;
  padding: 1px;
  border: 1px solid #c1d154;
  border-radius: 3px;
}
body.app2 #content .file-schema1 .file-schema1-title {
  font-size: 11px;
  line-height: 14px;
  padding: 4px;
  display: none;
}
body.app2 #content .file-schema1 .file-schema1-btns {
  width: 100%;
  padding-right: 10px;
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 10px;
  left: 0px;
  text-align: right;
}
body.app2 #content .file-schema1 .file-schema1-btns a {
  color: red;
}
body.app2 #content table.list {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border: 1px solid #eaeaea;
}
body.app2 #content table.list td,
body.app2 #content table.list th {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
body.app2 #content table.list td.center,
body.app2 #content table.list th.center {
  text-align: center;
}
body.app2 #content table.list td.right,
body.app2 #content table.list th.right {
  text-align: right;
}
body.app2 #content table.list td .fa,
body.app2 #content table.list th .fa {
  margin: 0 3px;
}
body.app2 #content table.list td .fa.text-info,
body.app2 #content table.list th .fa.text-info {
  color: #1d5bbe;
}
body.app2 #content table.list td .fa.text-info:hover,
body.app2 #content table.list th .fa.text-info:hover {
  color: #0f3166;
}
body.app2 #content table.list td .fa.text-success,
body.app2 #content table.list th .fa.text-success {
  color: green;
}
body.app2 #content table.list td .fa.text-success:hover,
body.app2 #content table.list th .fa.text-success:hover {
  color: #001a00;
}
body.app2 #content table.list td .fa.text-danger,
body.app2 #content table.list th .fa.text-danger {
  color: red;
}
body.app2 #content table.list td .fa.text-danger:hover,
body.app2 #content table.list th .fa.text-danger:hover {
  color: #990000;
}
body.app2 #content table.list td .fa:hover,
body.app2 #content table.list th .fa:hover {
  text-decoration: none;
}
body.app2 #content table.list td .btn-primary,
body.app2 #content table.list th .btn-primary {
  background: #1d5bbe;
  border-color: #1d5bbe;
  color: white;
}
body.app2 #content table.list td .btn-primary:hover,
body.app2 #content table.list th .btn-primary:hover {
  background: #c1d154;
  border-color: #c1d154;
  text-decoration: none;
  transition: all ease 250ms;
}
body.app2 #content table.list tr:nth-child(2n+2) td {
  background: #f2f2f2;
}
body.app2 #content table.list th {
  text-align: center;
}
body.app2 #content table.list input {
  min-width: 40px;
  max-width: 100px;
  text-align: center;
  border: 1px solid #1d5bbe;
  line-height: 32px;
  padding: 0 10px;
}
body.app2 #content table.list tr.bold > * {
  font-weight: bold;
  font-size: 15px;
  color: #1d5bbe;
}
body.app2 #content .list-pager-string {
  margin: 0 auto;
  text-align: center;
}
body.app2 #content .list-pager-string > a {
  margin: 3px;
  padding: 3px 8px;
  border: 1px solid #1d5bbe;
  color: #1d5bbe;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
}
body.app2 #content .list-pager-string > a.pager-num-active,
body.app2 #content .list-pager-string > a:hover {
  background: #1d5bbe;
  color: white;
  text-decoration: none;
}
body.app2 #content .lister-order {
  margin: 25px 0 0;
}
body.app2 #content .lister-order a {
  margin: 0 5px;
  line-height: 38px;
}
body.app2 #content .lister-order a.list-order-link-active {
  color: #1d5bbe;
}
body.app2 #content .lister-order select {
  border: 1px solid #cccccc;
  box-shadow: none;
  color: #8e8e8e;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 7px 20px 7px 10px;
  height: 38px;
  line-height: 21px;
  outline-color: #8e8e8e;
  outline-style: none;
  outline-width: 0px;
  text-shadow: none;
  min-width: 100px;
}
body.app2 #content .lister-rows {
  font-size: 14px;
  text-align: right;
  margin: 20px 0 -20px;
  position: relative;
  top: -50px;
  pointer-events: none;
}
body.app2 #content #chart-wrapper {
  width: 760px;
}
body.app2 #content #chart-wrapper #chart_div {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
body.app2 .item h2 {
  font-size: 24px;
  font-weight: bold;
}
body.app2 .item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 15px;
}
body.app2 .item .item-created {
  color: #888888;
}
body.app2 .item .item-social {
  margin: 15px 0;
}
body.app2 .item .item-social .addthis_toolbox {
  width: 300px;
  display: inline-block;
}
body.app2 .item .item-social a.btn {
  float: left;
  margin-right: 15px;
  top: -1px;
  position: relative;
  color: white !important;
  background: #1d5bbe;
  border-color: #1d5bbe;
}
body.app2 .item .item-social a.btn:hover {
  background: #333;
  text-decoration: none !important;
}
body.app2 .item .item-img {
  margin-bottom: 30px;
}
body.app2 .item .item-img img {
  max-width: 100%;
}
body.app2 .item .item-data {
  padding: 0;
}
body.app2 .item .item-data li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
  font-size: 16px;
}
body.app2 .item .item-data li span {
  font-weight: bold;
}
body.app2 .item .item-data li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #c1d154;
  transition: 0.3s all ease;
}
body.app2 .item .item-user {
  padding: 40px 10px;
  background: #eee;
  position: relative;
  text-align: center;
}
body.app2 .item .item-user .item-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
  background: #1d5bbe;
  border-radius: 50px;
}
body.app2 .item .item-user .item-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 40px;
}
body.app2 .item .item-user .item-name {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 0;
}
body.app2 .item .item-price,
body.app2 .item .item-phone {
  background: #c1d154;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: white;
}
body.app2 .item .item-price .item-icon,
body.app2 .item .item-phone .item-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  border: 1px solid white;
  border-radius: 40px;
}
body.app2 .item .item-price .item-icon i.fa,
body.app2 .item .item-phone .item-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
}
body.app2 .item .item-price span,
body.app2 .item .item-phone span {
  position: relative;
  top: -12px;
  left: 5px;
}
body.app2 .item .item-price.item-phone,
body.app2 .item .item-phone.item-phone {
  background: #1d5bbe;
}
body.app2 .item .carousel-wrapper .carousel-inner .item {
  background: white;
}
body.app2 .item .carousel-wrapper .carousel-inner .item img {
  margin: 0 auto;
}
body.app2 .item .carousel-wrapper .carousel-control span {
  color: white;
}
body.app2 .item .carousel-wrapper .item-carousel-tmb {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
body.app2 .item .carousel-wrapper .item-carousel-tmb a {
  margin: 1px -1px;
  display: inline-block;
  opacity: 0.6;
}
body.app2 .item .carousel-wrapper .item-carousel-tmb a img {
  height: 74px !important;
}
body.app2 .item .carousel-wrapper .item-carousel-tmb a.active {
  opacity: 1;
}
body.app2 .item .carousel-wrapper .item-carousel-tmb a:first-child {
  margin-left: 0;
}
body.app2 .sidebar-search {
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.137255) 0px 0px 5px 0px;
  background: #f3f3f3;
}
body.app2 .sidebar-search .search-title {
  background: #1d5bbe;
  font-size: 22px;
  font-weight: bold;
  padding: 12px;
  color: white;
}
body.app2 .sidebar-search .search-content {
  padding: 0 15px;
}
body.app2 .sidebar-search .buttons input[type="submit"] {
  margin: 5px 0 !important;
  width: 100%;
}
body.app2 .sidebar-search label {
  font-weight: bold !important;
}
body.app2 .sidebar-links {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
body.app2 .sidebar-links li {
  margin: 20px 0;
}
body.app2 .sidebar-links li a {
  display: block;
  margin: 10px 0;
  padding: 8px 12px;
  color: #1d5bbe;
  border: 2px solid #1d5bbe;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
}
body.app2 .sidebar-links li a:hover {
  color: #c1d154 !important;
  text-decoration: none !important;
  border-color: #c1d154;
}
body.app2 .list-box {
  position: relative;
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.137255) 0px 0px 5px 0px;
  background: #f3f3f3;
  padding: 15px 15px 10px 15px;
  margin: 15px 0;
}
body.app2 .list-box.extra1 {
  /* background:lighten(@second-color, 40%); */
}
body.app2 .list-box.extra2 {
  background: #fafcfe;
  border-color: #1d5bbe;
}
body.app2 .list-box .list-img {
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  position: relative;
  border: 2px solid white;
  border-radius: 2px;
}
body.app2 .list-box .list-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 300ms;
}
@media (max-width: 767px) {
  body.app2 .list-box .list-img {
    padding-top: 0;
  }
  body.app2 .list-box .list-img img {
    top: 0;
    left: 0;
    position: relative;
    height: auto;
    transform: none !important;
  }
}
body.app2 .list-box .list-address {
  margin: 6px 0;
  font-size: 12px;
}
body.app2 .list-box a.list-title {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: bolder !important;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
body.app2 .list-box a.list-title:hover {
  color: #c1d154 !important;
  text-decoration: none !important;
}
body.app2 .list-box .list-price {
  text-align: right;
  font-size: 18px;
  font-weight: bolder !important;
  color: #c1d154;
  letter-spacing: -1px;
}
body.app2 .list-box .list-desc {
  margin: 10px 0;
  line-height: 20px;
}
body.app2 .list-box .list-btns a.btn {
  background: #c1d154;
  border: none;
  color: white !important;
  text-transform: uppercase;
}
body.app2 .list-box .list-btns a.btn:hover {
  text-decoration: none !important;
  background: #333;
}
body.app2 .list-box:hover {
  border-color: #c1d154;
}
body.app2 .list-box:hover .list-img img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
body.app2 .lister-order {
  background: #eee;
  padding: 12px 20px;
}
body.app2 .lister-pages {
  margin: 25px 0;
}
body.app2 .lister-counter {
  color: #9e9e9e;
  font-size: 12px;
  line-height: 38px;
}
body.app2 .banner {
  text-align: center;
}
body.app2 #home-categories {
  background: #f7f7f7;
  padding: 50px 0;
}
body.app2 #home-categories h1 {
  margin-bottom: 50px;
}
body.app2 #home-categories .category-box {
  position: relative;
  border: 1px solid #e8e5e5;
  border-radius: 5px;
  background: white;
  padding: 15px 15px 20px;
  margin: 25px 0;
}
body.app2 #home-categories .category-box .category-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -50px;
  background: #1d5bbe;
  transform: translateX(-50%);
  border-radius: 50px;
}
body.app2 #home-categories .category-box .category-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 40px;
}
body.app2 #home-categories .category-box .category-title {
  text-align: center;
  height: 50px;
  margin: 0 0 10px;
  overflow: hidden;
  background: #1d5bbe;
  position: relative;
  border-radius: 3px;
}
body.app2 #home-categories .category-box .category-title a {
  max-height: 40px;
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
body.app2 #home-categories .category-box ul.category-links {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 120px;
}
body.app2 #home-categories .category-box ul.category-links li {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
body.app2 #home-categories .category-box ul.category-links li a {
  color: #888888;
  font-size: 14px;
  line-height: 20px;
}
body.app2 #home-categories .category-box ul.category-links li a:hover {
  color: #c1d154;
  text-decoration: none;
}
body.app2 #home-categories .category-box .category-link {
  text-align: center;
  margin: 10px 0 0 0;
}
body.app2 #home-categories .category-box .category-link a {
  font-weight: bold;
  color: #333;
}
body.app2 #home-categories .category-box .category-link a:hover {
  color: #c1d154;
}
body.app2 #home-categories .category-box:hover {
  border-color: #c1d154;
}
body.app2 #home-categories .category-box:hover .category-icon {
  background: #c1d154;
}
body.app2 #home-categories .category-box:hover .category-title a {
  color: #c1d154;
  text-decoration: none;
}
body.app2 .list-1:not(.lightSlider-list) {
  margin: 50px 0;
}
body.app2 .list-1:not(.lightSlider-list) .box {
  margin: 20px 0;
  background: #f2f2f2;
  border-radius: 5px;
  /* border:1px solid #f2f2f2; */
  position: relative;
}
body.app2 .list-1:not(.lightSlider-list) .box .box-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  background: white;
  border-radius: 5px;
}
body.app2 .list-1:not(.lightSlider-list) .box .box-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 300ms;
}
body.app2 .list-1:not(.lightSlider-list) .box .box-img:hover img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
@media (max-width: 1199px) {
  body.app2 .list-1:not(.lightSlider-list) .box .box-img {
    height: 140px;
  }
}
@media (max-width: 991px) {
  body.app2 .list-1:not(.lightSlider-list) .box .box-img {
    height: 230px;
  }
}
@media (max-width: 767px) {
  body.app2 .list-1:not(.lightSlider-list) .box .box-img {
    height: auto !important;
  }
  body.app2 .list-1:not(.lightSlider-list) .box .box-img img {
    position: relative;
    transform: none;
    left: 0px;
    top: 0px;
    height: auto;
  }
  body.app2 .list-1:not(.lightSlider-list) .box .box-img:hover img {
    transform: none;
  }
}
body.app2 .list-1:not(.lightSlider-list) .box .box-price {
  border: 1px solid white;
  background: #1d5bbe;
  color: white;
  position: absolute;
  top: 135px;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  body.app2 .list-1:not(.lightSlider-list) .box .box-price {
    top: 95px;
  }
}
@media (max-width: 991px) {
  body.app2 .list-1:not(.lightSlider-list) .box .box-price {
    top: 185px;
  }
}
@media (max-width: 767px) {
  body.app2 .list-1:not(.lightSlider-list) .box .box-price {
    top: 15px !important;
  }
}
body.app2 .list-1:not(.lightSlider-list) .box .box-title {
  margin-top: 5px;
  height: 84px;
  overflow: hidden;
  position: relative;
}
body.app2 .list-1:not(.lightSlider-list) .box .box-title a {
  display: block;
  width: 90%;
  font-size: 16px;
  line-height: 19px;
  color: #1d5bbe;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
body.app2 .list-1:not(.lightSlider-list) .box .box-title a:hover {
  color: #333 !important;
  text-decoration: none !important;
}
body.app2 .list-1:not(.lightSlider-list) .box .box-data {
  border-top: 1px solid #e0e0e0;
  padding: 4px 15px;
  line-height: 20px;
  font-size: 13px;
}
body.app2 .list-1:not(.lightSlider-list) .box .box-data .box-address {
  display: block;
  height: 20px;
  overflow: hidden;
}
body.app2 .list-1:not(.lightSlider-list) .box .box-data .box-expire {
  display: block;
  height: 20px;
  overflow: hidden;
}
body.app2 .list-1:not(.lightSlider-list) a.btn-primary {
  line-height: 30px;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
  background: #c1d154;
  border: none;
  transition: all ease 300ms;
}
body.app2 .list-1:not(.lightSlider-list) a.btn-primary:hover {
  background: #c1d154;
  text-decoration: none !important;
}
body.app2 .lightSlider-list.list-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.app2 .lightSlider-list.list-1 .box {
  margin: 15px 0;
  padding: 0 5px;
}
body.app2 .lightSlider-list.list-1 .box > div {
  padding: 5px;
  border: 2px solid transparent;
  border-bottom-color: #e7e7e7;
}
body.app2 .lightSlider-list.list-1 .box .image {
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding-top: 60%;
  position: relative;
}
body.app2 .lightSlider-list.list-1 .box .image img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity ease 300ms;
}
body.app2 .lightSlider-list.list-1 .box .image .discount {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 6px 12px;
  background: #fb2400;
  font-size: 14px;
  line-height: 21px;
}
body.app2 .lightSlider-list.list-1 .box .image .title {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  color: white;
}
body.app2 .lightSlider-list.list-1 .box .title {
  height: 23px;
  overflow: hidden;
  margin: 8px 0;
  font-size: 18px;
  line-height: 21px;
  font-family: FFMarkWebProBold;
  color: #282b40;
  letter-spacing: -0.5px;
}
body.app2 .lightSlider-list.list-1 .box .subtitle {
  height: 20px;
  overflow: hidden;
  margin: 8px 0;
  font-size: 16px;
  line-height: 18px;
  color: #93959f;
  letter-spacing: -0.5px;
}
body.app2 .lightSlider-list.list-1 .box .subtitle.secondary-color {
  color: #c1d154;
}
body.app2 .lightSlider-list.list-1 .box .data1 {
  height: 40px;
  overflow: hidden;
  margin: 16px 0 20px 0;
  font-size: 12px;
  line-height: 16px;
  color: #282b40;
  font-family: FFMarkWebProBook;
}
body.app2 .lightSlider-list.list-1 .box .data1 ul,
body.app2 .lightSlider-list.list-1 .box .data1 li {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: circle;
}
body.app2 .lightSlider-list.list-1 .box .data1 li {
  margin: 5px 0;
}
body.app2 .lightSlider-list.list-1 .box .data2 {
  height: 15px;
  overflow: hidden;
  margin: 5px 0 0 0;
  font-size: 10px;
  line-height: 14px;
  color: #93959f;
  font-family: FFMarkWebProBook;
}
body.app2 .lightSlider-list.list-1 .box .price {
  height: 22px;
  overflow: hidden;
  font-size: 18px;
  line-height: 21px;
  font-family: FFMarkWebProBold;
  color: #282b40;
}
body.app2 .lightSlider-list.list-1 .box .price strike {
  color: #93959f;
  font-family: FFMarkWebProBook;
  margin-left: 8px;
}
body.app2 .lightSlider-list.list-1 .box:hover {
  text-decoration: none !important;
}
body.app2 .lightSlider-list.list-1 .box:hover .image img {
  opacity: 0.8;
}
body.app2 .lightSlider-list.list-1 .box:hover > div {
  border-bottom-color: #1d5bbe;
}
@media (max-width: 767px) {
  body.app2 .lightSlider-list.list-1 .box .image {
    height: auto;
    padding-top: 0 !important;
  }
  body.app2 .lightSlider-list.list-1 .box .image img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
}
body.app2 .lightSlider-list.list-1 .box.type2 > div {
  border-color: #e0eafa;
  background: #ffffff;
}
body.app2 .lightSlider-list.list-1.slider-2 .box .image {
  padding-top: 100%;
}
body.app2 .lightSlider-list.list-1.slider-2 .box .image img {
  width: 100% !important;
  min-height: 100% !important;
}
body.app2 .lightSlider-app .lSPrev,
body.app2 .lightSlider-app .lSNext {
  /*top:40% !important;*/
  opacity: 1 !important;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.9);
  background-image: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
body.app2 .lightSlider-app .lSPrev:hover,
body.app2 .lightSlider-app .lSNext:hover {
  background: white;
}
body.app2 .lightSlider-app .lSPrev:after,
body.app2 .lightSlider-app .lSNext:after {
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translateX(-50%) translateY(-50%);
  color: #1d5bbe;
}
body.app2 .lightSlider-app .lSPrev.lSPrev:after,
body.app2 .lightSlider-app .lSNext.lSPrev:after {
  content: "\f053";
  text-indent: -3px;
}
body.app2 .lightSlider-app .lSPrev.lSNext:after,
body.app2 .lightSlider-app .lSNext.lSNext:after {
  content: "\f054";
  text-indent: 3px;
}
@media (max-width: 767px) {
  body.app2 .lightSlider-app .lightSlider-list.list-1 .box .image {
    width: 100%;
    padding-top: 60% !important;
    position: relative;
  }
  body.app2 .lightSlider-app .lightSlider-list.list-1 .box .image img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity ease 300ms;
  }
}
body.app2 #promotion {
  text-align: center;
}
body.app2 #promotion .promo-icon {
  display: inline-block;
  margin: 30px 0 20px;
  width: 124px;
  height: 124px;
  border: 1px solid white;
  border-radius: 124px;
  text-align: center;
  position: relative;
  box-shadow: 0 7px 16px 0px rgba(0, 0, 0, 0.17);
}
body.app2 #promotion .promo-icon img {
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
body.app2 #promotion .promo-title {
  font-size: 18px;
  color: #3f3d59;
  font-weight: bold;
}
body.app2 #promotion .promo-desc {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
}
body.app2 #footer {
  margin-top: 20px;
  background: black url(/images/footer-bg.jpg) center center repeat-y;
  min-height: 300px;
  color: #b3b3b3;
}
body.app2 #footer * {
  color: inherit;
}
body.app2 #footer > .container > .row {
  padding-top: 30px;
}
body.app2 #footer .logo a div,
body.app2 #footer .logo a span {
  color: white;
}
body.app2 #footer .logo a:hover {
  color: #c1d154;
}
body.app2 #footer .footer-title {
  margin: 30px 0 30px;
  font-size: 18px;
  line-break: 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
body.app2 #footer p {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 24px;
}
body.app2 #footer .copyright {
  margin-top: 20px;
  border-top: 1px solid #b3b3b3;
  padding: 15px 0;
}
body.app2 #footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.app2 #footer ul li {
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
body.app2 #footer ul li a {
  display: block;
  position: relative;
  padding-left: 20px;
}
body.app2 #footer ul li a:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  transition: 0.3s all ease;
}
body.app2 #footer ul li a:hover {
  color: #c1d154;
}
body.app2 #footer ul li a:hover:before {
  color: #b3b3b3;
}
body.app2 #footer ul.cols2 li {
  width: 50%;
  float: left;
}
body.app2 #bm_alert {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.app2 #bm_alert p.bm_alert_hide {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 0 2px #FFF;
  line-height: 20px;
  cursor: pointer;
}
body.app2 #bm_alert p.bm_alert_pic {
  display: none;
}
body.app2 #bm_alert div {
  display: none;
  padding: 15px 20px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #656565;
  font-size: 15px;
  color: black;
}
body.app2 #bm_alert div.notify {
  background: rgba(223, 240, 216, 0.95);
  border-color: #d6e9c6;
  color: #3c763d;
}
body.app2 #bm_alert div.error {
  background: rgba(242, 222, 222, 0.95);
  border-color: #ebccd1;
  color: #a94442;
}
body.app3 {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
  background: white;
  /** bmAlert
    * ------------------------ */
}
body.app3 a {
  color: black;
}
body.app3 a:hover {
  color: #1d5bbe;
  text-decoration: none;
  cursor: pointer;
}
body.app3 .primary-color {
  color: #1d5bbe;
}
body.app3 .secondary-color {
  color: #ff7800;
}
body.app3 .logo {
  display: inline-block;
  font-style: italic;
  color: #1d5bbe;
  transition: all ease 300ms;
}
body.app3 .logo div {
  display: block;
  font-size: 22px;
  font-weight: bolder;
  text-transform: uppercase;
}
body.app3 .logo div:first-letter {
  color: #ff7800;
}
body.app3 .logo span {
  display: block;
  font-size: 16px;
  font-weight: bolder;
  padding-left: 18px;
  text-transform: capitalize;
}
body.app3 .logo span:first-letter {
  color: #ff7800;
}
body.app3 .logo:hover {
  color: #ff7800 !important;
}
body.app3 #top-bar {
  background: #f2f2f2;
  line-height: 20px;
  padding: 8px 0;
  margin: 0;
  font-size: 14px;
}
body.app3 #top-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.app3 #top-bar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
body.app3 #top-bar ul li a {
  margin-right: 15px;
  color: black;
  letter-spacing: -0.5px;
}
body.app3 #top-bar ul li a:hover {
  color: #1d5bbe;
}
body.app3 #top-bar ul li a i.fa {
  margin-right: 0px;
  font-size: 14px;
  color: #1d5bbe;
}
body.app3 #header {
  border-bottom: 2px solid #1d5bbe;
  position: relative;
}
body.app3 #header .logo {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  top: 35px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  body.app3 #header .logo {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
body.app3 #header .navbar {
  margin: 0 0 0 20px;
  border: none;
  background: none;
  box-shadow: none;
  display: inline-block;
}
body.app3 #header .navbar ul.nav li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  padding: 25px 8px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: none;
  transition: all ease 300ms;
}
body.app3 #header .navbar ul.nav li a:hover {
  background: #ff7800;
  color: white;
}
@media (max-width: 767px) {
  body.app3 #header .navbar {
    display: block;
    background: #efefef;
  }
  body.app3 #header .navbar ul.nav li a {
    padding: 10px;
  }
}
body.app3 #header #header-btn {
  float: right;
  position: relative;
  top: 13px;
}
body.app3 #header #header-btn a {
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  background: #1d5bbe;
  border: none;
  transition: all ease 300ms;
}
body.app3 #header #header-btn a:hover {
  background: #ff7800;
}
@media (max-width: 767px) {
  body.app3 #header #header-btn {
    padding: 10px 0;
    top: 0;
    text-align: center;
    float: none;
  }
}
body.app3 #slider-wrapper {
  margin: -51px 0 0 0;
  background: #1d5bbe url('/images/slider-bg.jpg') center center no-repeat;
  height: 320px;
  position: relative;
}
body.app3 #slider-wrapper .slider-box {
  width: 100%;
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
}
body.app3 #slider-wrapper .slider-title {
  display: block;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  color: white;
}
@media (max-width: 1199px) {
  body.app3 #slider-wrapper .slider-title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  body.app3 #slider-wrapper .slider-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  body.app3 #slider-wrapper .slider-title {
    font-size: 36px;
  }
}
body.app3 #slider-wrapper .slider-subtitle {
  display: block;
  text-align: center;
  color: white;
  margin: 10px 0 20px;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  body.app3 #slider-wrapper .slider-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  body.app3 #slider-wrapper .slider-subtitle {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  body.app3 #slider-wrapper .slider-subtitle {
    font-size: 16px;
  }
}
body.app3 #slider-wrapper .searchbox {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
  border-radius: 5px;
  border: 12px solid rgba(255, 255, 255, 0.27);
}
body.app3 #slider-wrapper .searchbox input,
body.app3 #slider-wrapper .searchbox select,
body.app3 #slider-wrapper .searchbox button {
  width: 25%;
  padding: 0;
  height: 60px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
body.app3 #slider-wrapper .searchbox input:focus,
body.app3 #slider-wrapper .searchbox select:focus,
body.app3 #slider-wrapper .searchbox button:focus {
  outline: none;
}
body.app3 #slider-wrapper .searchbox input {
  padding: 0 2%;
}
body.app3 #slider-wrapper .searchbox input[type="submit"] {
  width: 25%;
  background: #ff7800;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
body.app3 #slider-wrapper .searchbox input[type="submit"]:hover {
  background: #333;
}
body.app3 #slider-wrapper .searchbox em.invalid {
  position: absolute;
  left: 0px;
  font-size: 12px;
  bottom: -15px;
  color: #880000;
}
body.app3 #home-banner {
  margin: 10px 0;
}
body.app3 #home-banner .col {
  padding: 25px 0;
}
body.app3 #home-banner.type2 {
  margin: 0;
}
body.app3 #site-title {
  background: #1d5bbe;
  padding: 25px 0;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  color: white;
}
body.app3 .price-box {
  text-align: center;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 0;
  margin: 25px 0;
  border: 1px solid #ececec;
}
body.app3 .price-box h3 {
  font-size: 22px;
  line-height: 30px;
  height: 60px;
  font-weight: bold;
  margin: 0;
}
body.app3 .price-box .price-service {
  margin: 0px;
  padding: 15px;
}
body.app3 .price-box .price-service ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
body.app3 .price-box .price-service ul li {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
body.app3 .price-box .price-tbl {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #303030;
  background: #1d5bbe;
  color: #fff;
  padding: 15px 0;
}
body.app3 .price-box .price-tbl span {
  font-size: 12px;
  font-style: italic;
}
body.app3 .price-box .price-expired {
  color: #ff7800;
}
body.app3 .price-box .view-btn {
  margin-top: 10px;
}
body.app3 .price-box .view-btn a {
  background: #1d5bbe;
  border-color: #1d5bbe;
  color: white !important;
  padding: 10px 24px;
  text-transform: uppercase;
}
body.app3 .price-box .view-btn a:hover {
  text-decoration: none !important;
  background: #ff7800;
  border-color: #ff7800;
}
body.app3 .price-box:hover .price-tbl {
  background-color: #ff7800;
}
body.app3 .price-box.active {
  background: #f3f3f3;
  border-color: #1d5bbe;
}
body.app3 .price-box.active:hover {
  border-color: #ff7800;
}
body.app3 #content {
  padding: 50px 0;
}
body.app3 #content h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 25px;
  text-align: center;
  color: #656565;
}
body.app3 #content a {
  color: #1d5bbe;
}
body.app3 #content a:hover {
  color: #164692;
  text-decoration: underline;
}
body.app3 #content .btn-next-to-order {
  background: #1d5bbe;
  border-color: #1d5bbe;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
}
body.app3 #content .btn-next-to-order:hover {
  text-decoration: none;
  color: white;
  background: #ff7800;
  border-color: #ff7800;
}
body.app3 #content .box-1 {
  width: 50%;
  padding: 30px;
  margin: 0 auto 30px;
  border: 1px solid #efefef;
  box-shadow: rgba(0, 0, 0, 0.168627) 0px 0px 8px 0px;
}
body.app3 #content .box-1 h1 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 25px;
  color: #656565;
}
body.app3 #content .box-1.size2 {
  width: 100%;
}
body.app3 #content .domainlist li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
  font-size: 16px;
}
body.app3 #content .domainlist li span {
  font-weight: lighter;
  font-size: 12px;
}
body.app3 #content .domainlist li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #ff7800;
  transition: 0.3s all ease;
}
body.app3 #content .domainlist li a:hover {
  text-decoration: none !important;
  color: #ff7800;
}
body.app3 #content ul.form {
  margin: 10px 0;
  padding: 0;
}
body.app3 #content ul.form li {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  position: relative;
}
body.app3 #content ul.form li em {
  color: red;
  float: left;
  margin-right: 6px;
}
body.app3 #content ul.form li em.invalid {
  position: absolute;
  left: 0px;
  font-size: 10px;
  bottom: -12px;
}
body.app3 #content ul.form li label {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
body.app3 #content ul.form li p.desc {
  margin: 2px 0;
  font-size: 11px;
  color: #9e9e9e;
  font-style: italic;
}
body.app3 #content ul.form li input:not([type="submit"]):not([type="checkbox"]),
body.app3 #content ul.form li select,
body.app3 #content ul.form li textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  height: 44px;
  letter-spacing: normal;
  line-height: 13px;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
}
body.app3 #content ul.form li input:not([type="submit"]):not([type="checkbox"]).invalid,
body.app3 #content ul.form li select.invalid,
body.app3 #content ul.form li textarea.invalid {
  border-color: red;
}
body.app3 #content ul.form li textarea {
  height: 120px;
}
body.app3 #content ul.form li input[type="submit"] {
  -webkit-box-shadow: none;
  border: none;
  background: #ff7800;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: white;
  margin: 0;
  padding: 12px 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}
body.app3 #content ul.form li input[type="submit"]:hover {
  background: #333;
  color: white;
}
body.app3 #content ul.form li .multiselect-box p {
  margin: 0;
}
body.app3 #content ul.form li .multiselect-box p input,
body.app3 #content ul.form li .multiselect-box p label {
  display: inline-block;
}
body.app3 #content ul.form li.inline-input input {
  width: 200px !important;
  display: inline-block !important;
}
body.app3 #content ul.form li.inline input {
  display: inline-block !important;
}
@media (min-width: 767px) {
  body.app3 #content ul.form li[class^="col"] {
    padding-right: 15px;
  }
  body.app3 #content ul.form li[class~="col-right"] {
    padding-left: 15px;
    padding-right: 0;
  }
  body.app3 #content ul.form li[class~="col-right"] .invalid {
    left: 15px;
  }
}
body.app3 #content ul.form li.clearfix {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
}
body.app3 #content ul.form li.mg1 input,
body.app3 #content ul.form li.mg1 select,
body.app3 #content ul.form li.mg1 textarea {
  margin: 3px 0 !important;
}
body.app3 #content ul.form li.w100 input,
body.app3 #content ul.form li.w100 select {
  width: 100px !important;
}
body.app3 #content ul.form li.w150 input,
body.app3 #content ul.form li.w150 select {
  width: 150px !important;
}
body.app3 #content ul.form li.w200 input,
body.app3 #content ul.form li.w200 select {
  width: 200px !important;
}
body.app3 #content ul.form li.w250 input,
body.app3 #content ul.form li.w250 select {
  width: 250px !important;
}
body.app3 #content ul.form li .radiobuttons-box2 .container {
  margin: 15px 0;
}
body.app3 #content ul.form li .radiobuttons-box2 .container .radiobutton {
  width: 100%;
  display: block;
  clear: both;
}
body.app3 #content ul.form li .radiobuttons-box2 .container .radiobutton input {
  display: inline-block !important;
  width: 30px;
}
body.app3 #content ul.form li .radiobuttons-box2 .container .radiobutton label {
  display: inline-block !important;
  top: -10px;
  position: relative;
  color: #666;
}
body.app3 #content ul.form li .radiobuttons-box2 .container .radiobutton span {
  position: relative;
  top: -10px;
  left: 20px;
  color: #1d5bbe;
}
body.app3 #content ul.form li .radiobuttons-box2 .container .description {
  position: relative;
  top: -10px;
  left: 30px;
  clear: both;
  font-size: 11px;
}
body.app3 #content ul.form li .bm-fileuploader input[type="button"] {
  border: 1px solid #1d5bbe;
  color: #1d5bbe;
  text-transform: uppercase;
}
body.app3 #content .bm-upload-list {
  padding: 20px 0 0 0;
}
body.app3 #content .file-schema1 {
  margin: 5px 5px 5px 0;
  display: inline-block;
  text-align: center;
  position: relative;
}
body.app3 #content .file-schema1 .file-schema1-img img {
  height: 150px;
  padding: 1px;
  border: 1px solid #ff7800;
  border-radius: 3px;
}
body.app3 #content .file-schema1 .file-schema1-title {
  font-size: 11px;
  line-height: 14px;
  padding: 4px;
  display: none;
}
body.app3 #content .file-schema1 .file-schema1-btns {
  width: 100%;
  padding-right: 10px;
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 10px;
  left: 0px;
  text-align: right;
}
body.app3 #content .file-schema1 .file-schema1-btns a {
  color: red;
}
body.app3 #content table.list {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border: 1px solid #eaeaea;
}
body.app3 #content table.list td,
body.app3 #content table.list th {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
body.app3 #content table.list td.center,
body.app3 #content table.list th.center {
  text-align: center;
}
body.app3 #content table.list td.right,
body.app3 #content table.list th.right {
  text-align: right;
}
body.app3 #content table.list td .fa,
body.app3 #content table.list th .fa {
  margin: 0 3px;
}
body.app3 #content table.list td .fa.text-info,
body.app3 #content table.list th .fa.text-info {
  color: #1d5bbe;
}
body.app3 #content table.list td .fa.text-info:hover,
body.app3 #content table.list th .fa.text-info:hover {
  color: #0f3166;
}
body.app3 #content table.list td .fa.text-success,
body.app3 #content table.list th .fa.text-success {
  color: green;
}
body.app3 #content table.list td .fa.text-success:hover,
body.app3 #content table.list th .fa.text-success:hover {
  color: #001a00;
}
body.app3 #content table.list td .fa.text-danger,
body.app3 #content table.list th .fa.text-danger {
  color: red;
}
body.app3 #content table.list td .fa.text-danger:hover,
body.app3 #content table.list th .fa.text-danger:hover {
  color: #990000;
}
body.app3 #content table.list td .fa:hover,
body.app3 #content table.list th .fa:hover {
  text-decoration: none;
}
body.app3 #content table.list td .btn-primary,
body.app3 #content table.list th .btn-primary {
  background: #1d5bbe;
  border-color: #1d5bbe;
  color: white;
}
body.app3 #content table.list td .btn-primary:hover,
body.app3 #content table.list th .btn-primary:hover {
  background: #ff7800;
  border-color: #ff7800;
  text-decoration: none;
  transition: all ease 250ms;
}
body.app3 #content table.list tr:nth-child(2n+2) td {
  background: #f2f2f2;
}
body.app3 #content table.list th {
  text-align: center;
}
body.app3 #content table.list input {
  min-width: 40px;
  max-width: 100px;
  text-align: center;
  border: 1px solid #1d5bbe;
  line-height: 32px;
  padding: 0 10px;
}
body.app3 #content table.list tr.bold > * {
  font-weight: bold;
  font-size: 15px;
  color: #1d5bbe;
}
body.app3 #content .list-pager-string {
  margin: 0 auto;
  text-align: center;
}
body.app3 #content .list-pager-string > a {
  margin: 3px;
  padding: 3px 8px;
  border: 1px solid #1d5bbe;
  color: #1d5bbe;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
}
body.app3 #content .list-pager-string > a.pager-num-active,
body.app3 #content .list-pager-string > a:hover {
  background: #1d5bbe;
  color: white;
  text-decoration: none;
}
body.app3 #content .lister-order {
  margin: 25px 0 0;
}
body.app3 #content .lister-order a {
  margin: 0 5px;
  line-height: 38px;
}
body.app3 #content .lister-order a.list-order-link-active {
  color: #1d5bbe;
}
body.app3 #content .lister-order select {
  border: 1px solid #cccccc;
  box-shadow: none;
  color: #8e8e8e;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 7px 20px 7px 10px;
  height: 38px;
  line-height: 21px;
  outline-color: #8e8e8e;
  outline-style: none;
  outline-width: 0px;
  text-shadow: none;
  min-width: 100px;
}
body.app3 #content .lister-rows {
  font-size: 14px;
  text-align: right;
  margin: 20px 0 -20px;
  position: relative;
  top: -50px;
  pointer-events: none;
}
body.app3 #content #chart-wrapper {
  width: 760px;
}
body.app3 #content #chart-wrapper #chart_div {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
body.app3 .item h2 {
  font-size: 24px;
  font-weight: bold;
}
body.app3 .item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 15px;
}
body.app3 .item .item-created {
  color: #888888;
}
body.app3 .item .item-social {
  margin: 15px 0;
}
body.app3 .item .item-social .addthis_toolbox {
  width: 300px;
  display: inline-block;
}
body.app3 .item .item-social a.btn {
  float: left;
  margin-right: 15px;
  top: -1px;
  position: relative;
  color: white !important;
  background: #1d5bbe;
  border-color: #1d5bbe;
}
body.app3 .item .item-social a.btn:hover {
  background: #333;
  text-decoration: none !important;
}
body.app3 .item .item-img {
  margin-bottom: 30px;
}
body.app3 .item .item-img img {
  max-width: 100%;
}
body.app3 .item .item-data {
  padding: 0;
}
body.app3 .item .item-data li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
  font-size: 16px;
}
body.app3 .item .item-data li span {
  font-weight: bold;
}
body.app3 .item .item-data li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #ff7800;
  transition: 0.3s all ease;
}
body.app3 .item .item-user {
  padding: 40px 10px;
  background: #eee;
  position: relative;
  text-align: center;
}
body.app3 .item .item-user .item-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
  background: #1d5bbe;
  border-radius: 50px;
}
body.app3 .item .item-user .item-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 40px;
}
body.app3 .item .item-user .item-name {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 0;
}
body.app3 .item .item-price,
body.app3 .item .item-phone {
  background: #ff7800;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: white;
}
body.app3 .item .item-price .item-icon,
body.app3 .item .item-phone .item-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  border: 1px solid white;
  border-radius: 40px;
}
body.app3 .item .item-price .item-icon i.fa,
body.app3 .item .item-phone .item-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
}
body.app3 .item .item-price span,
body.app3 .item .item-phone span {
  position: relative;
  top: -12px;
  left: 5px;
}
body.app3 .item .item-price.item-phone,
body.app3 .item .item-phone.item-phone {
  background: #1d5bbe;
}
body.app3 .item .carousel-wrapper .carousel-inner .item {
  background: white;
}
body.app3 .item .carousel-wrapper .carousel-inner .item img {
  margin: 0 auto;
}
body.app3 .item .carousel-wrapper .carousel-control span {
  color: white;
}
body.app3 .item .carousel-wrapper .item-carousel-tmb {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
body.app3 .item .carousel-wrapper .item-carousel-tmb a {
  margin: 1px -1px;
  display: inline-block;
  opacity: 0.6;
}
body.app3 .item .carousel-wrapper .item-carousel-tmb a img {
  height: 74px !important;
}
body.app3 .item .carousel-wrapper .item-carousel-tmb a.active {
  opacity: 1;
}
body.app3 .item .carousel-wrapper .item-carousel-tmb a:first-child {
  margin-left: 0;
}
body.app3 .sidebar-search {
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.137255) 0px 0px 5px 0px;
  background: #f3f3f3;
}
body.app3 .sidebar-search .search-title {
  background: #1d5bbe;
  font-size: 22px;
  font-weight: bold;
  padding: 12px;
  color: white;
}
body.app3 .sidebar-search .search-content {
  padding: 0 15px;
}
body.app3 .sidebar-search .buttons input[type="submit"] {
  margin: 5px 0 !important;
  width: 100%;
}
body.app3 .sidebar-search label {
  font-weight: bold !important;
}
body.app3 .sidebar-links {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
body.app3 .sidebar-links li {
  margin: 20px 0;
}
body.app3 .sidebar-links li a {
  display: block;
  margin: 10px 0;
  padding: 8px 12px;
  color: #1d5bbe;
  border: 2px solid #1d5bbe;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
}
body.app3 .sidebar-links li a:hover {
  color: #ff7800 !important;
  text-decoration: none !important;
  border-color: #ff7800;
}
body.app3 .list-box {
  position: relative;
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.137255) 0px 0px 5px 0px;
  background: #f3f3f3;
  padding: 15px 15px 10px 15px;
  margin: 15px 0;
}
body.app3 .list-box.extra1 {
  /* background:lighten(@second-color, 40%); */
}
body.app3 .list-box.extra2 {
  background: #fafcfe;
  border-color: #1d5bbe;
}
body.app3 .list-box .list-img {
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  position: relative;
  border: 2px solid white;
  border-radius: 2px;
}
body.app3 .list-box .list-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 300ms;
}
@media (max-width: 767px) {
  body.app3 .list-box .list-img {
    padding-top: 0;
  }
  body.app3 .list-box .list-img img {
    top: 0;
    left: 0;
    position: relative;
    height: auto;
    transform: none !important;
  }
}
body.app3 .list-box .list-address {
  margin: 6px 0;
  font-size: 12px;
}
body.app3 .list-box a.list-title {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: bolder !important;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
body.app3 .list-box a.list-title:hover {
  color: #ff7800 !important;
  text-decoration: none !important;
}
body.app3 .list-box .list-price {
  text-align: right;
  font-size: 18px;
  font-weight: bolder !important;
  color: #ff7800;
  letter-spacing: -1px;
}
body.app3 .list-box .list-desc {
  margin: 10px 0;
  line-height: 20px;
}
body.app3 .list-box .list-btns a.btn {
  background: #ff7800;
  border: none;
  color: white !important;
  text-transform: uppercase;
}
body.app3 .list-box .list-btns a.btn:hover {
  text-decoration: none !important;
  background: #333;
}
body.app3 .list-box:hover {
  border-color: #ff7800;
}
body.app3 .list-box:hover .list-img img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
body.app3 .lister-order {
  background: #eee;
  padding: 12px 20px;
}
body.app3 .lister-pages {
  margin: 25px 0;
}
body.app3 .lister-counter {
  color: #9e9e9e;
  font-size: 12px;
  line-height: 38px;
}
body.app3 .banner {
  text-align: center;
}
body.app3 #home-categories {
  background: #f7f7f7;
  padding: 50px 0;
}
body.app3 #home-categories h1 {
  margin-bottom: 50px;
}
body.app3 #home-categories .category-box {
  position: relative;
  border: 1px solid #e8e5e5;
  border-radius: 5px;
  background: white;
  padding: 15px 15px 20px;
  margin: 25px 0;
}
body.app3 #home-categories .category-box .category-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -50px;
  background: #1d5bbe;
  transform: translateX(-50%);
  border-radius: 50px;
}
body.app3 #home-categories .category-box .category-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 40px;
}
body.app3 #home-categories .category-box .category-title {
  text-align: center;
  height: 50px;
  margin: 0 0 10px;
  overflow: hidden;
  background: #1d5bbe;
  position: relative;
  border-radius: 3px;
}
body.app3 #home-categories .category-box .category-title a {
  max-height: 40px;
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
body.app3 #home-categories .category-box ul.category-links {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 120px;
}
body.app3 #home-categories .category-box ul.category-links li {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
body.app3 #home-categories .category-box ul.category-links li a {
  color: #888888;
  font-size: 14px;
  line-height: 20px;
}
body.app3 #home-categories .category-box ul.category-links li a:hover {
  color: #ff7800;
  text-decoration: none;
}
body.app3 #home-categories .category-box .category-link {
  text-align: center;
  margin: 10px 0 0 0;
}
body.app3 #home-categories .category-box .category-link a {
  font-weight: bold;
  color: #333;
}
body.app3 #home-categories .category-box .category-link a:hover {
  color: #ff7800;
}
body.app3 #home-categories .category-box:hover {
  border-color: #ff7800;
}
body.app3 #home-categories .category-box:hover .category-icon {
  background: #ff7800;
}
body.app3 #home-categories .category-box:hover .category-title a {
  color: #ff7800;
  text-decoration: none;
}
body.app3 .list-1:not(.lightSlider-list) {
  margin: 50px 0;
}
body.app3 .list-1:not(.lightSlider-list) .box {
  margin: 20px 0;
  background: #f2f2f2;
  border-radius: 5px;
  /* border:1px solid #f2f2f2; */
  position: relative;
}
body.app3 .list-1:not(.lightSlider-list) .box .box-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  background: white;
  border-radius: 5px;
}
body.app3 .list-1:not(.lightSlider-list) .box .box-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 300ms;
}
body.app3 .list-1:not(.lightSlider-list) .box .box-img:hover img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
@media (max-width: 1199px) {
  body.app3 .list-1:not(.lightSlider-list) .box .box-img {
    height: 140px;
  }
}
@media (max-width: 991px) {
  body.app3 .list-1:not(.lightSlider-list) .box .box-img {
    height: 230px;
  }
}
@media (max-width: 767px) {
  body.app3 .list-1:not(.lightSlider-list) .box .box-img {
    height: auto !important;
  }
  body.app3 .list-1:not(.lightSlider-list) .box .box-img img {
    position: relative;
    transform: none;
    left: 0px;
    top: 0px;
    height: auto;
  }
  body.app3 .list-1:not(.lightSlider-list) .box .box-img:hover img {
    transform: none;
  }
}
body.app3 .list-1:not(.lightSlider-list) .box .box-price {
  border: 1px solid white;
  background: #1d5bbe;
  color: white;
  position: absolute;
  top: 135px;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  body.app3 .list-1:not(.lightSlider-list) .box .box-price {
    top: 95px;
  }
}
@media (max-width: 991px) {
  body.app3 .list-1:not(.lightSlider-list) .box .box-price {
    top: 185px;
  }
}
@media (max-width: 767px) {
  body.app3 .list-1:not(.lightSlider-list) .box .box-price {
    top: 15px !important;
  }
}
body.app3 .list-1:not(.lightSlider-list) .box .box-title {
  margin-top: 5px;
  height: 84px;
  overflow: hidden;
  position: relative;
}
body.app3 .list-1:not(.lightSlider-list) .box .box-title a {
  display: block;
  width: 90%;
  font-size: 16px;
  line-height: 19px;
  color: #1d5bbe;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
body.app3 .list-1:not(.lightSlider-list) .box .box-title a:hover {
  color: #333 !important;
  text-decoration: none !important;
}
body.app3 .list-1:not(.lightSlider-list) .box .box-data {
  border-top: 1px solid #e0e0e0;
  padding: 4px 15px;
  line-height: 20px;
  font-size: 13px;
}
body.app3 .list-1:not(.lightSlider-list) .box .box-data .box-address {
  display: block;
  height: 20px;
  overflow: hidden;
}
body.app3 .list-1:not(.lightSlider-list) .box .box-data .box-expire {
  display: block;
  height: 20px;
  overflow: hidden;
}
body.app3 .list-1:not(.lightSlider-list) a.btn-primary {
  line-height: 30px;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
  background: #ff7800;
  border: none;
  transition: all ease 300ms;
}
body.app3 .list-1:not(.lightSlider-list) a.btn-primary:hover {
  background: #ff7800;
  text-decoration: none !important;
}
body.app3 .lightSlider-list.list-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.app3 .lightSlider-list.list-1 .box {
  margin: 15px 0;
  padding: 0 5px;
}
body.app3 .lightSlider-list.list-1 .box > div {
  padding: 5px;
  border: 2px solid transparent;
  border-bottom-color: #e7e7e7;
}
body.app3 .lightSlider-list.list-1 .box .image {
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding-top: 60%;
  position: relative;
}
body.app3 .lightSlider-list.list-1 .box .image img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity ease 300ms;
}
body.app3 .lightSlider-list.list-1 .box .image .discount {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 6px 12px;
  background: #fb2400;
  font-size: 14px;
  line-height: 21px;
}
body.app3 .lightSlider-list.list-1 .box .image .title {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  color: white;
}
body.app3 .lightSlider-list.list-1 .box .title {
  height: 23px;
  overflow: hidden;
  margin: 8px 0;
  font-size: 18px;
  line-height: 21px;
  font-family: FFMarkWebProBold;
  color: #282b40;
  letter-spacing: -0.5px;
}
body.app3 .lightSlider-list.list-1 .box .subtitle {
  height: 20px;
  overflow: hidden;
  margin: 8px 0;
  font-size: 16px;
  line-height: 18px;
  color: #93959f;
  letter-spacing: -0.5px;
}
body.app3 .lightSlider-list.list-1 .box .subtitle.secondary-color {
  color: #ff7800;
}
body.app3 .lightSlider-list.list-1 .box .data1 {
  height: 40px;
  overflow: hidden;
  margin: 16px 0 20px 0;
  font-size: 12px;
  line-height: 16px;
  color: #282b40;
  font-family: FFMarkWebProBook;
}
body.app3 .lightSlider-list.list-1 .box .data1 ul,
body.app3 .lightSlider-list.list-1 .box .data1 li {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: circle;
}
body.app3 .lightSlider-list.list-1 .box .data1 li {
  margin: 5px 0;
}
body.app3 .lightSlider-list.list-1 .box .data2 {
  height: 15px;
  overflow: hidden;
  margin: 5px 0 0 0;
  font-size: 10px;
  line-height: 14px;
  color: #93959f;
  font-family: FFMarkWebProBook;
}
body.app3 .lightSlider-list.list-1 .box .price {
  height: 22px;
  overflow: hidden;
  font-size: 18px;
  line-height: 21px;
  font-family: FFMarkWebProBold;
  color: #282b40;
}
body.app3 .lightSlider-list.list-1 .box .price strike {
  color: #93959f;
  font-family: FFMarkWebProBook;
  margin-left: 8px;
}
body.app3 .lightSlider-list.list-1 .box:hover {
  text-decoration: none !important;
}
body.app3 .lightSlider-list.list-1 .box:hover .image img {
  opacity: 0.8;
}
body.app3 .lightSlider-list.list-1 .box:hover > div {
  border-bottom-color: #1d5bbe;
}
@media (max-width: 767px) {
  body.app3 .lightSlider-list.list-1 .box .image {
    height: auto;
    padding-top: 0 !important;
  }
  body.app3 .lightSlider-list.list-1 .box .image img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
}
body.app3 .lightSlider-list.list-1 .box.type2 > div {
  border-color: #e0eafa;
  background: #ffffff;
}
body.app3 .lightSlider-list.list-1.slider-2 .box .image {
  padding-top: 100%;
}
body.app3 .lightSlider-list.list-1.slider-2 .box .image img {
  width: 100% !important;
  min-height: 100% !important;
}
body.app3 .lightSlider-app .lSPrev,
body.app3 .lightSlider-app .lSNext {
  /*top:40% !important;*/
  opacity: 1 !important;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.9);
  background-image: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
body.app3 .lightSlider-app .lSPrev:hover,
body.app3 .lightSlider-app .lSNext:hover {
  background: white;
}
body.app3 .lightSlider-app .lSPrev:after,
body.app3 .lightSlider-app .lSNext:after {
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translateX(-50%) translateY(-50%);
  color: #1d5bbe;
}
body.app3 .lightSlider-app .lSPrev.lSPrev:after,
body.app3 .lightSlider-app .lSNext.lSPrev:after {
  content: "\f053";
  text-indent: -3px;
}
body.app3 .lightSlider-app .lSPrev.lSNext:after,
body.app3 .lightSlider-app .lSNext.lSNext:after {
  content: "\f054";
  text-indent: 3px;
}
@media (max-width: 767px) {
  body.app3 .lightSlider-app .lightSlider-list.list-1 .box .image {
    width: 100%;
    padding-top: 60% !important;
    position: relative;
  }
  body.app3 .lightSlider-app .lightSlider-list.list-1 .box .image img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity ease 300ms;
  }
}
body.app3 #promotion {
  text-align: center;
}
body.app3 #promotion .promo-icon {
  display: inline-block;
  margin: 30px 0 20px;
  width: 124px;
  height: 124px;
  border: 1px solid white;
  border-radius: 124px;
  text-align: center;
  position: relative;
  box-shadow: 0 7px 16px 0px rgba(0, 0, 0, 0.17);
}
body.app3 #promotion .promo-icon img {
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
body.app3 #promotion .promo-title {
  font-size: 18px;
  color: #3f3d59;
  font-weight: bold;
}
body.app3 #promotion .promo-desc {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
}
body.app3 #footer {
  margin-top: 20px;
  background: black url(/images/footer-bg.jpg) center center repeat-y;
  min-height: 300px;
  color: #b3b3b3;
}
body.app3 #footer * {
  color: inherit;
}
body.app3 #footer > .container > .row {
  padding-top: 30px;
}
body.app3 #footer .logo a div,
body.app3 #footer .logo a span {
  color: white;
}
body.app3 #footer .logo a:hover {
  color: #ff7800;
}
body.app3 #footer .footer-title {
  margin: 30px 0 30px;
  font-size: 18px;
  line-break: 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
body.app3 #footer p {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 24px;
}
body.app3 #footer .copyright {
  margin-top: 20px;
  border-top: 1px solid #b3b3b3;
  padding: 15px 0;
}
body.app3 #footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.app3 #footer ul li {
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
body.app3 #footer ul li a {
  display: block;
  position: relative;
  padding-left: 20px;
}
body.app3 #footer ul li a:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  transition: 0.3s all ease;
}
body.app3 #footer ul li a:hover {
  color: #ff7800;
}
body.app3 #footer ul li a:hover:before {
  color: #b3b3b3;
}
body.app3 #footer ul.cols2 li {
  width: 50%;
  float: left;
}
body.app3 #bm_alert {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.app3 #bm_alert p.bm_alert_hide {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 0 2px #FFF;
  line-height: 20px;
  cursor: pointer;
}
body.app3 #bm_alert p.bm_alert_pic {
  display: none;
}
body.app3 #bm_alert div {
  display: none;
  padding: 15px 20px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #656565;
  font-size: 15px;
  color: black;
}
body.app3 #bm_alert div.notify {
  background: rgba(223, 240, 216, 0.95);
  border-color: #d6e9c6;
  color: #3c763d;
}
body.app3 #bm_alert div.error {
  background: rgba(242, 222, 222, 0.95);
  border-color: #ebccd1;
  color: #a94442;
}
body.app4 {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
  background: white;
  /** bmAlert
    * ------------------------ */
}
body.app4 a {
  color: black;
}
body.app4 a:hover {
  color: #4d1ca7;
  text-decoration: none;
  cursor: pointer;
}
body.app4 .primary-color {
  color: #4d1ca7;
}
body.app4 .secondary-color {
  color: #c1d154;
}
body.app4 .logo {
  display: inline-block;
  font-style: italic;
  color: #4d1ca7;
  transition: all ease 300ms;
}
body.app4 .logo div {
  display: block;
  font-size: 22px;
  font-weight: bolder;
  text-transform: uppercase;
}
body.app4 .logo div:first-letter {
  color: #c1d154;
}
body.app4 .logo span {
  display: block;
  font-size: 16px;
  font-weight: bolder;
  padding-left: 18px;
  text-transform: capitalize;
}
body.app4 .logo span:first-letter {
  color: #c1d154;
}
body.app4 .logo:hover {
  color: #c1d154 !important;
}
body.app4 #top-bar {
  background: #f2f2f2;
  line-height: 20px;
  padding: 8px 0;
  margin: 0;
  font-size: 14px;
}
body.app4 #top-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.app4 #top-bar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
body.app4 #top-bar ul li a {
  margin-right: 15px;
  color: black;
  letter-spacing: -0.5px;
}
body.app4 #top-bar ul li a:hover {
  color: #4d1ca7;
}
body.app4 #top-bar ul li a i.fa {
  margin-right: 0px;
  font-size: 14px;
  color: #4d1ca7;
}
body.app4 #header {
  border-bottom: 2px solid #4d1ca7;
  position: relative;
}
body.app4 #header .logo {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  top: 35px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  body.app4 #header .logo {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
body.app4 #header .navbar {
  margin: 0 0 0 20px;
  border: none;
  background: none;
  box-shadow: none;
  display: inline-block;
}
body.app4 #header .navbar ul.nav li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  padding: 25px 8px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: none;
  transition: all ease 300ms;
}
body.app4 #header .navbar ul.nav li a:hover {
  background: #c1d154;
  color: white;
}
@media (max-width: 767px) {
  body.app4 #header .navbar {
    display: block;
    background: #efefef;
  }
  body.app4 #header .navbar ul.nav li a {
    padding: 10px;
  }
}
body.app4 #header #header-btn {
  float: right;
  position: relative;
  top: 13px;
}
body.app4 #header #header-btn a {
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  background: #4d1ca7;
  border: none;
  transition: all ease 300ms;
}
body.app4 #header #header-btn a:hover {
  background: #c1d154;
}
@media (max-width: 767px) {
  body.app4 #header #header-btn {
    padding: 10px 0;
    top: 0;
    text-align: center;
    float: none;
  }
}
body.app4 #slider-wrapper {
  margin: -51px 0 0 0;
  background: #4d1ca7 url('/images/slider-bg.jpg') center center no-repeat;
  height: 320px;
  position: relative;
}
body.app4 #slider-wrapper .slider-box {
  width: 100%;
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
}
body.app4 #slider-wrapper .slider-title {
  display: block;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  color: white;
}
@media (max-width: 1199px) {
  body.app4 #slider-wrapper .slider-title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  body.app4 #slider-wrapper .slider-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  body.app4 #slider-wrapper .slider-title {
    font-size: 36px;
  }
}
body.app4 #slider-wrapper .slider-subtitle {
  display: block;
  text-align: center;
  color: white;
  margin: 10px 0 20px;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  body.app4 #slider-wrapper .slider-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  body.app4 #slider-wrapper .slider-subtitle {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  body.app4 #slider-wrapper .slider-subtitle {
    font-size: 16px;
  }
}
body.app4 #slider-wrapper .searchbox {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
  border-radius: 5px;
  border: 12px solid rgba(255, 255, 255, 0.27);
}
body.app4 #slider-wrapper .searchbox input,
body.app4 #slider-wrapper .searchbox select,
body.app4 #slider-wrapper .searchbox button {
  width: 25%;
  padding: 0;
  height: 60px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
body.app4 #slider-wrapper .searchbox input:focus,
body.app4 #slider-wrapper .searchbox select:focus,
body.app4 #slider-wrapper .searchbox button:focus {
  outline: none;
}
body.app4 #slider-wrapper .searchbox input {
  padding: 0 2%;
}
body.app4 #slider-wrapper .searchbox input[type="submit"] {
  width: 25%;
  background: #c1d154;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
body.app4 #slider-wrapper .searchbox input[type="submit"]:hover {
  background: #333;
}
body.app4 #slider-wrapper .searchbox em.invalid {
  position: absolute;
  left: 0px;
  font-size: 12px;
  bottom: -15px;
  color: #880000;
}
body.app4 #home-banner {
  margin: 10px 0;
}
body.app4 #home-banner .col {
  padding: 25px 0;
}
body.app4 #home-banner.type2 {
  margin: 0;
}
body.app4 #site-title {
  background: #4d1ca7;
  padding: 25px 0;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  color: white;
}
body.app4 .price-box {
  text-align: center;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 0;
  margin: 25px 0;
  border: 1px solid #ececec;
}
body.app4 .price-box h3 {
  font-size: 22px;
  line-height: 30px;
  height: 60px;
  font-weight: bold;
  margin: 0;
}
body.app4 .price-box .price-service {
  margin: 0px;
  padding: 15px;
}
body.app4 .price-box .price-service ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
body.app4 .price-box .price-service ul li {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
body.app4 .price-box .price-tbl {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #303030;
  background: #4d1ca7;
  color: #fff;
  padding: 15px 0;
}
body.app4 .price-box .price-tbl span {
  font-size: 12px;
  font-style: italic;
}
body.app4 .price-box .price-expired {
  color: #c1d154;
}
body.app4 .price-box .view-btn {
  margin-top: 10px;
}
body.app4 .price-box .view-btn a {
  background: #4d1ca7;
  border-color: #4d1ca7;
  color: white !important;
  padding: 10px 24px;
  text-transform: uppercase;
}
body.app4 .price-box .view-btn a:hover {
  text-decoration: none !important;
  background: #c1d154;
  border-color: #c1d154;
}
body.app4 .price-box:hover .price-tbl {
  background-color: #c1d154;
}
body.app4 .price-box.active {
  background: #f3f3f3;
  border-color: #4d1ca7;
}
body.app4 .price-box.active:hover {
  border-color: #c1d154;
}
body.app4 #content {
  padding: 50px 0;
}
body.app4 #content h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 25px;
  text-align: center;
  color: #656565;
}
body.app4 #content a {
  color: #4d1ca7;
}
body.app4 #content a:hover {
  color: #39157b;
  text-decoration: underline;
}
body.app4 #content .btn-next-to-order {
  background: #4d1ca7;
  border-color: #4d1ca7;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
}
body.app4 #content .btn-next-to-order:hover {
  text-decoration: none;
  color: white;
  background: #c1d154;
  border-color: #c1d154;
}
body.app4 #content .box-1 {
  width: 50%;
  padding: 30px;
  margin: 0 auto 30px;
  border: 1px solid #efefef;
  box-shadow: rgba(0, 0, 0, 0.168627) 0px 0px 8px 0px;
}
body.app4 #content .box-1 h1 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 25px;
  color: #656565;
}
body.app4 #content .box-1.size2 {
  width: 100%;
}
body.app4 #content .domainlist li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
  font-size: 16px;
}
body.app4 #content .domainlist li span {
  font-weight: lighter;
  font-size: 12px;
}
body.app4 #content .domainlist li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #c1d154;
  transition: 0.3s all ease;
}
body.app4 #content .domainlist li a:hover {
  text-decoration: none !important;
  color: #c1d154;
}
body.app4 #content ul.form {
  margin: 10px 0;
  padding: 0;
}
body.app4 #content ul.form li {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  position: relative;
}
body.app4 #content ul.form li em {
  color: red;
  float: left;
  margin-right: 6px;
}
body.app4 #content ul.form li em.invalid {
  position: absolute;
  left: 0px;
  font-size: 10px;
  bottom: -12px;
}
body.app4 #content ul.form li label {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
body.app4 #content ul.form li p.desc {
  margin: 2px 0;
  font-size: 11px;
  color: #9e9e9e;
  font-style: italic;
}
body.app4 #content ul.form li input:not([type="submit"]):not([type="checkbox"]),
body.app4 #content ul.form li select,
body.app4 #content ul.form li textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  height: 44px;
  letter-spacing: normal;
  line-height: 13px;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
}
body.app4 #content ul.form li input:not([type="submit"]):not([type="checkbox"]).invalid,
body.app4 #content ul.form li select.invalid,
body.app4 #content ul.form li textarea.invalid {
  border-color: red;
}
body.app4 #content ul.form li textarea {
  height: 120px;
}
body.app4 #content ul.form li input[type="submit"] {
  -webkit-box-shadow: none;
  border: none;
  background: #c1d154;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: white;
  margin: 0;
  padding: 12px 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}
body.app4 #content ul.form li input[type="submit"]:hover {
  background: #333;
  color: white;
}
body.app4 #content ul.form li .multiselect-box p {
  margin: 0;
}
body.app4 #content ul.form li .multiselect-box p input,
body.app4 #content ul.form li .multiselect-box p label {
  display: inline-block;
}
body.app4 #content ul.form li.inline-input input {
  width: 200px !important;
  display: inline-block !important;
}
body.app4 #content ul.form li.inline input {
  display: inline-block !important;
}
@media (min-width: 767px) {
  body.app4 #content ul.form li[class^="col"] {
    padding-right: 15px;
  }
  body.app4 #content ul.form li[class~="col-right"] {
    padding-left: 15px;
    padding-right: 0;
  }
  body.app4 #content ul.form li[class~="col-right"] .invalid {
    left: 15px;
  }
}
body.app4 #content ul.form li.clearfix {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
}
body.app4 #content ul.form li.mg1 input,
body.app4 #content ul.form li.mg1 select,
body.app4 #content ul.form li.mg1 textarea {
  margin: 3px 0 !important;
}
body.app4 #content ul.form li.w100 input,
body.app4 #content ul.form li.w100 select {
  width: 100px !important;
}
body.app4 #content ul.form li.w150 input,
body.app4 #content ul.form li.w150 select {
  width: 150px !important;
}
body.app4 #content ul.form li.w200 input,
body.app4 #content ul.form li.w200 select {
  width: 200px !important;
}
body.app4 #content ul.form li.w250 input,
body.app4 #content ul.form li.w250 select {
  width: 250px !important;
}
body.app4 #content ul.form li .radiobuttons-box2 .container {
  margin: 15px 0;
}
body.app4 #content ul.form li .radiobuttons-box2 .container .radiobutton {
  width: 100%;
  display: block;
  clear: both;
}
body.app4 #content ul.form li .radiobuttons-box2 .container .radiobutton input {
  display: inline-block !important;
  width: 30px;
}
body.app4 #content ul.form li .radiobuttons-box2 .container .radiobutton label {
  display: inline-block !important;
  top: -10px;
  position: relative;
  color: #666;
}
body.app4 #content ul.form li .radiobuttons-box2 .container .radiobutton span {
  position: relative;
  top: -10px;
  left: 20px;
  color: #4d1ca7;
}
body.app4 #content ul.form li .radiobuttons-box2 .container .description {
  position: relative;
  top: -10px;
  left: 30px;
  clear: both;
  font-size: 11px;
}
body.app4 #content ul.form li .bm-fileuploader input[type="button"] {
  border: 1px solid #4d1ca7;
  color: #4d1ca7;
  text-transform: uppercase;
}
body.app4 #content .bm-upload-list {
  padding: 20px 0 0 0;
}
body.app4 #content .file-schema1 {
  margin: 5px 5px 5px 0;
  display: inline-block;
  text-align: center;
  position: relative;
}
body.app4 #content .file-schema1 .file-schema1-img img {
  height: 150px;
  padding: 1px;
  border: 1px solid #c1d154;
  border-radius: 3px;
}
body.app4 #content .file-schema1 .file-schema1-title {
  font-size: 11px;
  line-height: 14px;
  padding: 4px;
  display: none;
}
body.app4 #content .file-schema1 .file-schema1-btns {
  width: 100%;
  padding-right: 10px;
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 10px;
  left: 0px;
  text-align: right;
}
body.app4 #content .file-schema1 .file-schema1-btns a {
  color: red;
}
body.app4 #content table.list {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border: 1px solid #eaeaea;
}
body.app4 #content table.list td,
body.app4 #content table.list th {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
body.app4 #content table.list td.center,
body.app4 #content table.list th.center {
  text-align: center;
}
body.app4 #content table.list td.right,
body.app4 #content table.list th.right {
  text-align: right;
}
body.app4 #content table.list td .fa,
body.app4 #content table.list th .fa {
  margin: 0 3px;
}
body.app4 #content table.list td .fa.text-info,
body.app4 #content table.list th .fa.text-info {
  color: #4d1ca7;
}
body.app4 #content table.list td .fa.text-info:hover,
body.app4 #content table.list th .fa.text-info:hover {
  color: #250d50;
}
body.app4 #content table.list td .fa.text-success,
body.app4 #content table.list th .fa.text-success {
  color: green;
}
body.app4 #content table.list td .fa.text-success:hover,
body.app4 #content table.list th .fa.text-success:hover {
  color: #001a00;
}
body.app4 #content table.list td .fa.text-danger,
body.app4 #content table.list th .fa.text-danger {
  color: red;
}
body.app4 #content table.list td .fa.text-danger:hover,
body.app4 #content table.list th .fa.text-danger:hover {
  color: #990000;
}
body.app4 #content table.list td .fa:hover,
body.app4 #content table.list th .fa:hover {
  text-decoration: none;
}
body.app4 #content table.list td .btn-primary,
body.app4 #content table.list th .btn-primary {
  background: #4d1ca7;
  border-color: #4d1ca7;
  color: white;
}
body.app4 #content table.list td .btn-primary:hover,
body.app4 #content table.list th .btn-primary:hover {
  background: #c1d154;
  border-color: #c1d154;
  text-decoration: none;
  transition: all ease 250ms;
}
body.app4 #content table.list tr:nth-child(2n+2) td {
  background: #f2f2f2;
}
body.app4 #content table.list th {
  text-align: center;
}
body.app4 #content table.list input {
  min-width: 40px;
  max-width: 100px;
  text-align: center;
  border: 1px solid #4d1ca7;
  line-height: 32px;
  padding: 0 10px;
}
body.app4 #content table.list tr.bold > * {
  font-weight: bold;
  font-size: 15px;
  color: #4d1ca7;
}
body.app4 #content .list-pager-string {
  margin: 0 auto;
  text-align: center;
}
body.app4 #content .list-pager-string > a {
  margin: 3px;
  padding: 3px 8px;
  border: 1px solid #4d1ca7;
  color: #4d1ca7;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
}
body.app4 #content .list-pager-string > a.pager-num-active,
body.app4 #content .list-pager-string > a:hover {
  background: #4d1ca7;
  color: white;
  text-decoration: none;
}
body.app4 #content .lister-order {
  margin: 25px 0 0;
}
body.app4 #content .lister-order a {
  margin: 0 5px;
  line-height: 38px;
}
body.app4 #content .lister-order a.list-order-link-active {
  color: #4d1ca7;
}
body.app4 #content .lister-order select {
  border: 1px solid #cccccc;
  box-shadow: none;
  color: #8e8e8e;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 7px 20px 7px 10px;
  height: 38px;
  line-height: 21px;
  outline-color: #8e8e8e;
  outline-style: none;
  outline-width: 0px;
  text-shadow: none;
  min-width: 100px;
}
body.app4 #content .lister-rows {
  font-size: 14px;
  text-align: right;
  margin: 20px 0 -20px;
  position: relative;
  top: -50px;
  pointer-events: none;
}
body.app4 #content #chart-wrapper {
  width: 760px;
}
body.app4 #content #chart-wrapper #chart_div {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
body.app4 .item h2 {
  font-size: 24px;
  font-weight: bold;
}
body.app4 .item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 15px;
}
body.app4 .item .item-created {
  color: #888888;
}
body.app4 .item .item-social {
  margin: 15px 0;
}
body.app4 .item .item-social .addthis_toolbox {
  width: 300px;
  display: inline-block;
}
body.app4 .item .item-social a.btn {
  float: left;
  margin-right: 15px;
  top: -1px;
  position: relative;
  color: white !important;
  background: #4d1ca7;
  border-color: #4d1ca7;
}
body.app4 .item .item-social a.btn:hover {
  background: #333;
  text-decoration: none !important;
}
body.app4 .item .item-img {
  margin-bottom: 30px;
}
body.app4 .item .item-img img {
  max-width: 100%;
}
body.app4 .item .item-data {
  padding: 0;
}
body.app4 .item .item-data li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
  font-size: 16px;
}
body.app4 .item .item-data li span {
  font-weight: bold;
}
body.app4 .item .item-data li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #c1d154;
  transition: 0.3s all ease;
}
body.app4 .item .item-user {
  padding: 40px 10px;
  background: #eee;
  position: relative;
  text-align: center;
}
body.app4 .item .item-user .item-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
  background: #4d1ca7;
  border-radius: 50px;
}
body.app4 .item .item-user .item-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 40px;
}
body.app4 .item .item-user .item-name {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 0;
}
body.app4 .item .item-price,
body.app4 .item .item-phone {
  background: #c1d154;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: white;
}
body.app4 .item .item-price .item-icon,
body.app4 .item .item-phone .item-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  border: 1px solid white;
  border-radius: 40px;
}
body.app4 .item .item-price .item-icon i.fa,
body.app4 .item .item-phone .item-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
}
body.app4 .item .item-price span,
body.app4 .item .item-phone span {
  position: relative;
  top: -12px;
  left: 5px;
}
body.app4 .item .item-price.item-phone,
body.app4 .item .item-phone.item-phone {
  background: #4d1ca7;
}
body.app4 .item .carousel-wrapper .carousel-inner .item {
  background: white;
}
body.app4 .item .carousel-wrapper .carousel-inner .item img {
  margin: 0 auto;
}
body.app4 .item .carousel-wrapper .carousel-control span {
  color: white;
}
body.app4 .item .carousel-wrapper .item-carousel-tmb {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
body.app4 .item .carousel-wrapper .item-carousel-tmb a {
  margin: 1px -1px;
  display: inline-block;
  opacity: 0.6;
}
body.app4 .item .carousel-wrapper .item-carousel-tmb a img {
  height: 74px !important;
}
body.app4 .item .carousel-wrapper .item-carousel-tmb a.active {
  opacity: 1;
}
body.app4 .item .carousel-wrapper .item-carousel-tmb a:first-child {
  margin-left: 0;
}
body.app4 .sidebar-search {
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.137255) 0px 0px 5px 0px;
  background: #f3f3f3;
}
body.app4 .sidebar-search .search-title {
  background: #4d1ca7;
  font-size: 22px;
  font-weight: bold;
  padding: 12px;
  color: white;
}
body.app4 .sidebar-search .search-content {
  padding: 0 15px;
}
body.app4 .sidebar-search .buttons input[type="submit"] {
  margin: 5px 0 !important;
  width: 100%;
}
body.app4 .sidebar-search label {
  font-weight: bold !important;
}
body.app4 .sidebar-links {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
body.app4 .sidebar-links li {
  margin: 20px 0;
}
body.app4 .sidebar-links li a {
  display: block;
  margin: 10px 0;
  padding: 8px 12px;
  color: #4d1ca7;
  border: 2px solid #4d1ca7;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
}
body.app4 .sidebar-links li a:hover {
  color: #c1d154 !important;
  text-decoration: none !important;
  border-color: #c1d154;
}
body.app4 .list-box {
  position: relative;
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.137255) 0px 0px 5px 0px;
  background: #f3f3f3;
  padding: 15px 15px 10px 15px;
  margin: 15px 0;
}
body.app4 .list-box.extra1 {
  /* background:lighten(@second-color, 40%); */
}
body.app4 .list-box.extra2 {
  background: #ede6fb;
  border-color: #4d1ca7;
}
body.app4 .list-box .list-img {
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  position: relative;
  border: 2px solid white;
  border-radius: 2px;
}
body.app4 .list-box .list-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 300ms;
}
@media (max-width: 767px) {
  body.app4 .list-box .list-img {
    padding-top: 0;
  }
  body.app4 .list-box .list-img img {
    top: 0;
    left: 0;
    position: relative;
    height: auto;
    transform: none !important;
  }
}
body.app4 .list-box .list-address {
  margin: 6px 0;
  font-size: 12px;
}
body.app4 .list-box a.list-title {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: bolder !important;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
body.app4 .list-box a.list-title:hover {
  color: #c1d154 !important;
  text-decoration: none !important;
}
body.app4 .list-box .list-price {
  text-align: right;
  font-size: 18px;
  font-weight: bolder !important;
  color: #c1d154;
  letter-spacing: -1px;
}
body.app4 .list-box .list-desc {
  margin: 10px 0;
  line-height: 20px;
}
body.app4 .list-box .list-btns a.btn {
  background: #c1d154;
  border: none;
  color: white !important;
  text-transform: uppercase;
}
body.app4 .list-box .list-btns a.btn:hover {
  text-decoration: none !important;
  background: #333;
}
body.app4 .list-box:hover {
  border-color: #c1d154;
}
body.app4 .list-box:hover .list-img img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
body.app4 .lister-order {
  background: #eee;
  padding: 12px 20px;
}
body.app4 .lister-pages {
  margin: 25px 0;
}
body.app4 .lister-counter {
  color: #9e9e9e;
  font-size: 12px;
  line-height: 38px;
}
body.app4 .banner {
  text-align: center;
}
body.app4 #home-categories {
  background: #f7f7f7;
  padding: 50px 0;
}
body.app4 #home-categories h1 {
  margin-bottom: 50px;
}
body.app4 #home-categories .category-box {
  position: relative;
  border: 1px solid #e8e5e5;
  border-radius: 5px;
  background: white;
  padding: 15px 15px 20px;
  margin: 25px 0;
}
body.app4 #home-categories .category-box .category-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -50px;
  background: #4d1ca7;
  transform: translateX(-50%);
  border-radius: 50px;
}
body.app4 #home-categories .category-box .category-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 40px;
}
body.app4 #home-categories .category-box .category-title {
  text-align: center;
  height: 50px;
  margin: 0 0 10px;
  overflow: hidden;
  background: #4d1ca7;
  position: relative;
  border-radius: 3px;
}
body.app4 #home-categories .category-box .category-title a {
  max-height: 40px;
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
body.app4 #home-categories .category-box ul.category-links {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 120px;
}
body.app4 #home-categories .category-box ul.category-links li {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
body.app4 #home-categories .category-box ul.category-links li a {
  color: #888888;
  font-size: 14px;
  line-height: 20px;
}
body.app4 #home-categories .category-box ul.category-links li a:hover {
  color: #c1d154;
  text-decoration: none;
}
body.app4 #home-categories .category-box .category-link {
  text-align: center;
  margin: 10px 0 0 0;
}
body.app4 #home-categories .category-box .category-link a {
  font-weight: bold;
  color: #333;
}
body.app4 #home-categories .category-box .category-link a:hover {
  color: #c1d154;
}
body.app4 #home-categories .category-box:hover {
  border-color: #c1d154;
}
body.app4 #home-categories .category-box:hover .category-icon {
  background: #c1d154;
}
body.app4 #home-categories .category-box:hover .category-title a {
  color: #c1d154;
  text-decoration: none;
}
body.app4 .list-1:not(.lightSlider-list) {
  margin: 50px 0;
}
body.app4 .list-1:not(.lightSlider-list) .box {
  margin: 20px 0;
  background: #f2f2f2;
  border-radius: 5px;
  /* border:1px solid #f2f2f2; */
  position: relative;
}
body.app4 .list-1:not(.lightSlider-list) .box .box-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  background: white;
  border-radius: 5px;
}
body.app4 .list-1:not(.lightSlider-list) .box .box-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 300ms;
}
body.app4 .list-1:not(.lightSlider-list) .box .box-img:hover img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
@media (max-width: 1199px) {
  body.app4 .list-1:not(.lightSlider-list) .box .box-img {
    height: 140px;
  }
}
@media (max-width: 991px) {
  body.app4 .list-1:not(.lightSlider-list) .box .box-img {
    height: 230px;
  }
}
@media (max-width: 767px) {
  body.app4 .list-1:not(.lightSlider-list) .box .box-img {
    height: auto !important;
  }
  body.app4 .list-1:not(.lightSlider-list) .box .box-img img {
    position: relative;
    transform: none;
    left: 0px;
    top: 0px;
    height: auto;
  }
  body.app4 .list-1:not(.lightSlider-list) .box .box-img:hover img {
    transform: none;
  }
}
body.app4 .list-1:not(.lightSlider-list) .box .box-price {
  border: 1px solid white;
  background: #4d1ca7;
  color: white;
  position: absolute;
  top: 135px;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  body.app4 .list-1:not(.lightSlider-list) .box .box-price {
    top: 95px;
  }
}
@media (max-width: 991px) {
  body.app4 .list-1:not(.lightSlider-list) .box .box-price {
    top: 185px;
  }
}
@media (max-width: 767px) {
  body.app4 .list-1:not(.lightSlider-list) .box .box-price {
    top: 15px !important;
  }
}
body.app4 .list-1:not(.lightSlider-list) .box .box-title {
  margin-top: 5px;
  height: 84px;
  overflow: hidden;
  position: relative;
}
body.app4 .list-1:not(.lightSlider-list) .box .box-title a {
  display: block;
  width: 90%;
  font-size: 16px;
  line-height: 19px;
  color: #4d1ca7;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
body.app4 .list-1:not(.lightSlider-list) .box .box-title a:hover {
  color: #333 !important;
  text-decoration: none !important;
}
body.app4 .list-1:not(.lightSlider-list) .box .box-data {
  border-top: 1px solid #e0e0e0;
  padding: 4px 15px;
  line-height: 20px;
  font-size: 13px;
}
body.app4 .list-1:not(.lightSlider-list) .box .box-data .box-address {
  display: block;
  height: 20px;
  overflow: hidden;
}
body.app4 .list-1:not(.lightSlider-list) .box .box-data .box-expire {
  display: block;
  height: 20px;
  overflow: hidden;
}
body.app4 .list-1:not(.lightSlider-list) a.btn-primary {
  line-height: 30px;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
  background: #c1d154;
  border: none;
  transition: all ease 300ms;
}
body.app4 .list-1:not(.lightSlider-list) a.btn-primary:hover {
  background: #c1d154;
  text-decoration: none !important;
}
body.app4 .lightSlider-list.list-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.app4 .lightSlider-list.list-1 .box {
  margin: 15px 0;
  padding: 0 5px;
}
body.app4 .lightSlider-list.list-1 .box > div {
  padding: 5px;
  border: 2px solid transparent;
  border-bottom-color: #e7e7e7;
}
body.app4 .lightSlider-list.list-1 .box .image {
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding-top: 60%;
  position: relative;
}
body.app4 .lightSlider-list.list-1 .box .image img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity ease 300ms;
}
body.app4 .lightSlider-list.list-1 .box .image .discount {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 6px 12px;
  background: #fb2400;
  font-size: 14px;
  line-height: 21px;
}
body.app4 .lightSlider-list.list-1 .box .image .title {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  color: white;
}
body.app4 .lightSlider-list.list-1 .box .title {
  height: 23px;
  overflow: hidden;
  margin: 8px 0;
  font-size: 18px;
  line-height: 21px;
  font-family: FFMarkWebProBold;
  color: #282b40;
  letter-spacing: -0.5px;
}
body.app4 .lightSlider-list.list-1 .box .subtitle {
  height: 20px;
  overflow: hidden;
  margin: 8px 0;
  font-size: 16px;
  line-height: 18px;
  color: #93959f;
  letter-spacing: -0.5px;
}
body.app4 .lightSlider-list.list-1 .box .subtitle.secondary-color {
  color: #c1d154;
}
body.app4 .lightSlider-list.list-1 .box .data1 {
  height: 40px;
  overflow: hidden;
  margin: 16px 0 20px 0;
  font-size: 12px;
  line-height: 16px;
  color: #282b40;
  font-family: FFMarkWebProBook;
}
body.app4 .lightSlider-list.list-1 .box .data1 ul,
body.app4 .lightSlider-list.list-1 .box .data1 li {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: circle;
}
body.app4 .lightSlider-list.list-1 .box .data1 li {
  margin: 5px 0;
}
body.app4 .lightSlider-list.list-1 .box .data2 {
  height: 15px;
  overflow: hidden;
  margin: 5px 0 0 0;
  font-size: 10px;
  line-height: 14px;
  color: #93959f;
  font-family: FFMarkWebProBook;
}
body.app4 .lightSlider-list.list-1 .box .price {
  height: 22px;
  overflow: hidden;
  font-size: 18px;
  line-height: 21px;
  font-family: FFMarkWebProBold;
  color: #282b40;
}
body.app4 .lightSlider-list.list-1 .box .price strike {
  color: #93959f;
  font-family: FFMarkWebProBook;
  margin-left: 8px;
}
body.app4 .lightSlider-list.list-1 .box:hover {
  text-decoration: none !important;
}
body.app4 .lightSlider-list.list-1 .box:hover .image img {
  opacity: 0.8;
}
body.app4 .lightSlider-list.list-1 .box:hover > div {
  border-bottom-color: #4d1ca7;
}
@media (max-width: 767px) {
  body.app4 .lightSlider-list.list-1 .box .image {
    height: auto;
    padding-top: 0 !important;
  }
  body.app4 .lightSlider-list.list-1 .box .image img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
}
body.app4 .lightSlider-list.list-1 .box.type2 > div {
  border-color: #dbccf6;
  background: #faf7fe;
}
body.app4 .lightSlider-list.list-1.slider-2 .box .image {
  padding-top: 100%;
}
body.app4 .lightSlider-list.list-1.slider-2 .box .image img {
  width: 100% !important;
  min-height: 100% !important;
}
body.app4 .lightSlider-app .lSPrev,
body.app4 .lightSlider-app .lSNext {
  /*top:40% !important;*/
  opacity: 1 !important;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.9);
  background-image: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
body.app4 .lightSlider-app .lSPrev:hover,
body.app4 .lightSlider-app .lSNext:hover {
  background: white;
}
body.app4 .lightSlider-app .lSPrev:after,
body.app4 .lightSlider-app .lSNext:after {
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translateX(-50%) translateY(-50%);
  color: #4d1ca7;
}
body.app4 .lightSlider-app .lSPrev.lSPrev:after,
body.app4 .lightSlider-app .lSNext.lSPrev:after {
  content: "\f053";
  text-indent: -3px;
}
body.app4 .lightSlider-app .lSPrev.lSNext:after,
body.app4 .lightSlider-app .lSNext.lSNext:after {
  content: "\f054";
  text-indent: 3px;
}
@media (max-width: 767px) {
  body.app4 .lightSlider-app .lightSlider-list.list-1 .box .image {
    width: 100%;
    padding-top: 60% !important;
    position: relative;
  }
  body.app4 .lightSlider-app .lightSlider-list.list-1 .box .image img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity ease 300ms;
  }
}
body.app4 #promotion {
  text-align: center;
}
body.app4 #promotion .promo-icon {
  display: inline-block;
  margin: 30px 0 20px;
  width: 124px;
  height: 124px;
  border: 1px solid white;
  border-radius: 124px;
  text-align: center;
  position: relative;
  box-shadow: 0 7px 16px 0px rgba(0, 0, 0, 0.17);
}
body.app4 #promotion .promo-icon img {
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
body.app4 #promotion .promo-title {
  font-size: 18px;
  color: #3f3d59;
  font-weight: bold;
}
body.app4 #promotion .promo-desc {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
}
body.app4 #footer {
  margin-top: 20px;
  background: black url(/images/footer-bg.jpg) center center repeat-y;
  min-height: 300px;
  color: #b3b3b3;
}
body.app4 #footer * {
  color: inherit;
}
body.app4 #footer > .container > .row {
  padding-top: 30px;
}
body.app4 #footer .logo a div,
body.app4 #footer .logo a span {
  color: white;
}
body.app4 #footer .logo a:hover {
  color: #c1d154;
}
body.app4 #footer .footer-title {
  margin: 30px 0 30px;
  font-size: 18px;
  line-break: 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
body.app4 #footer p {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 24px;
}
body.app4 #footer .copyright {
  margin-top: 20px;
  border-top: 1px solid #b3b3b3;
  padding: 15px 0;
}
body.app4 #footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.app4 #footer ul li {
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
body.app4 #footer ul li a {
  display: block;
  position: relative;
  padding-left: 20px;
}
body.app4 #footer ul li a:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  transition: 0.3s all ease;
}
body.app4 #footer ul li a:hover {
  color: #c1d154;
}
body.app4 #footer ul li a:hover:before {
  color: #b3b3b3;
}
body.app4 #footer ul.cols2 li {
  width: 50%;
  float: left;
}
body.app4 #bm_alert {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.app4 #bm_alert p.bm_alert_hide {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 0 2px #FFF;
  line-height: 20px;
  cursor: pointer;
}
body.app4 #bm_alert p.bm_alert_pic {
  display: none;
}
body.app4 #bm_alert div {
  display: none;
  padding: 15px 20px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #656565;
  font-size: 15px;
  color: black;
}
body.app4 #bm_alert div.notify {
  background: rgba(223, 240, 216, 0.95);
  border-color: #d6e9c6;
  color: #3c763d;
}
body.app4 #bm_alert div.error {
  background: rgba(242, 222, 222, 0.95);
  border-color: #ebccd1;
  color: #a94442;
}
body.app5 {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
  background: white;
  /** bmAlert
    * ------------------------ */
}
body.app5 a {
  color: black;
}
body.app5 a:hover {
  color: #4d1ca7;
  text-decoration: none;
  cursor: pointer;
}
body.app5 .primary-color {
  color: #4d1ca7;
}
body.app5 .secondary-color {
  color: #1e90ff;
}
body.app5 .logo {
  display: inline-block;
  font-style: italic;
  color: #4d1ca7;
  transition: all ease 300ms;
}
body.app5 .logo div {
  display: block;
  font-size: 22px;
  font-weight: bolder;
  text-transform: uppercase;
}
body.app5 .logo div:first-letter {
  color: #1e90ff;
}
body.app5 .logo span {
  display: block;
  font-size: 16px;
  font-weight: bolder;
  padding-left: 18px;
  text-transform: capitalize;
}
body.app5 .logo span:first-letter {
  color: #1e90ff;
}
body.app5 .logo:hover {
  color: #1e90ff !important;
}
body.app5 #top-bar {
  background: #f2f2f2;
  line-height: 20px;
  padding: 8px 0;
  margin: 0;
  font-size: 14px;
}
body.app5 #top-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.app5 #top-bar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
body.app5 #top-bar ul li a {
  margin-right: 15px;
  color: black;
  letter-spacing: -0.5px;
}
body.app5 #top-bar ul li a:hover {
  color: #4d1ca7;
}
body.app5 #top-bar ul li a i.fa {
  margin-right: 0px;
  font-size: 14px;
  color: #4d1ca7;
}
body.app5 #header {
  border-bottom: 2px solid #4d1ca7;
  position: relative;
}
body.app5 #header .logo {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  top: 35px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  body.app5 #header .logo {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
body.app5 #header .navbar {
  margin: 0 0 0 20px;
  border: none;
  background: none;
  box-shadow: none;
  display: inline-block;
}
body.app5 #header .navbar ul.nav li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  padding: 25px 8px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: none;
  transition: all ease 300ms;
}
body.app5 #header .navbar ul.nav li a:hover {
  background: #1e90ff;
  color: white;
}
@media (max-width: 767px) {
  body.app5 #header .navbar {
    display: block;
    background: #efefef;
  }
  body.app5 #header .navbar ul.nav li a {
    padding: 10px;
  }
}
body.app5 #header #header-btn {
  float: right;
  position: relative;
  top: 13px;
}
body.app5 #header #header-btn a {
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  background: #4d1ca7;
  border: none;
  transition: all ease 300ms;
}
body.app5 #header #header-btn a:hover {
  background: #1e90ff;
}
@media (max-width: 767px) {
  body.app5 #header #header-btn {
    padding: 10px 0;
    top: 0;
    text-align: center;
    float: none;
  }
}
body.app5 #slider-wrapper {
  margin: -51px 0 0 0;
  background: #4d1ca7 url('/images/slider-bg.jpg') center center no-repeat;
  height: 320px;
  position: relative;
}
body.app5 #slider-wrapper .slider-box {
  width: 100%;
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
}
body.app5 #slider-wrapper .slider-title {
  display: block;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  color: white;
}
@media (max-width: 1199px) {
  body.app5 #slider-wrapper .slider-title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  body.app5 #slider-wrapper .slider-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  body.app5 #slider-wrapper .slider-title {
    font-size: 36px;
  }
}
body.app5 #slider-wrapper .slider-subtitle {
  display: block;
  text-align: center;
  color: white;
  margin: 10px 0 20px;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  body.app5 #slider-wrapper .slider-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  body.app5 #slider-wrapper .slider-subtitle {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  body.app5 #slider-wrapper .slider-subtitle {
    font-size: 16px;
  }
}
body.app5 #slider-wrapper .searchbox {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
  border-radius: 5px;
  border: 12px solid rgba(255, 255, 255, 0.27);
}
body.app5 #slider-wrapper .searchbox input,
body.app5 #slider-wrapper .searchbox select,
body.app5 #slider-wrapper .searchbox button {
  width: 25%;
  padding: 0;
  height: 60px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
body.app5 #slider-wrapper .searchbox input:focus,
body.app5 #slider-wrapper .searchbox select:focus,
body.app5 #slider-wrapper .searchbox button:focus {
  outline: none;
}
body.app5 #slider-wrapper .searchbox input {
  padding: 0 2%;
}
body.app5 #slider-wrapper .searchbox input[type="submit"] {
  width: 25%;
  background: #1e90ff;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
body.app5 #slider-wrapper .searchbox input[type="submit"]:hover {
  background: #333;
}
body.app5 #slider-wrapper .searchbox em.invalid {
  position: absolute;
  left: 0px;
  font-size: 12px;
  bottom: -15px;
  color: #880000;
}
body.app5 #home-banner {
  margin: 10px 0;
}
body.app5 #home-banner .col {
  padding: 25px 0;
}
body.app5 #home-banner.type2 {
  margin: 0;
}
body.app5 #site-title {
  background: #4d1ca7;
  padding: 25px 0;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  color: white;
}
body.app5 .price-box {
  text-align: center;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 0;
  margin: 25px 0;
  border: 1px solid #ececec;
}
body.app5 .price-box h3 {
  font-size: 22px;
  line-height: 30px;
  height: 60px;
  font-weight: bold;
  margin: 0;
}
body.app5 .price-box .price-service {
  margin: 0px;
  padding: 15px;
}
body.app5 .price-box .price-service ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
body.app5 .price-box .price-service ul li {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
body.app5 .price-box .price-tbl {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #303030;
  background: #4d1ca7;
  color: #fff;
  padding: 15px 0;
}
body.app5 .price-box .price-tbl span {
  font-size: 12px;
  font-style: italic;
}
body.app5 .price-box .price-expired {
  color: #1e90ff;
}
body.app5 .price-box .view-btn {
  margin-top: 10px;
}
body.app5 .price-box .view-btn a {
  background: #4d1ca7;
  border-color: #4d1ca7;
  color: white !important;
  padding: 10px 24px;
  text-transform: uppercase;
}
body.app5 .price-box .view-btn a:hover {
  text-decoration: none !important;
  background: #1e90ff;
  border-color: #1e90ff;
}
body.app5 .price-box:hover .price-tbl {
  background-color: #1e90ff;
}
body.app5 .price-box.active {
  background: #f3f3f3;
  border-color: #4d1ca7;
}
body.app5 .price-box.active:hover {
  border-color: #1e90ff;
}
body.app5 #content {
  padding: 50px 0;
}
body.app5 #content h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 25px;
  text-align: center;
  color: #656565;
}
body.app5 #content a {
  color: #4d1ca7;
}
body.app5 #content a:hover {
  color: #39157b;
  text-decoration: underline;
}
body.app5 #content .btn-next-to-order {
  background: #4d1ca7;
  border-color: #4d1ca7;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
}
body.app5 #content .btn-next-to-order:hover {
  text-decoration: none;
  color: white;
  background: #1e90ff;
  border-color: #1e90ff;
}
body.app5 #content .box-1 {
  width: 50%;
  padding: 30px;
  margin: 0 auto 30px;
  border: 1px solid #efefef;
  box-shadow: rgba(0, 0, 0, 0.168627) 0px 0px 8px 0px;
}
body.app5 #content .box-1 h1 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 25px;
  color: #656565;
}
body.app5 #content .box-1.size2 {
  width: 100%;
}
body.app5 #content .domainlist li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
  font-size: 16px;
}
body.app5 #content .domainlist li span {
  font-weight: lighter;
  font-size: 12px;
}
body.app5 #content .domainlist li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #1e90ff;
  transition: 0.3s all ease;
}
body.app5 #content .domainlist li a:hover {
  text-decoration: none !important;
  color: #1e90ff;
}
body.app5 #content ul.form {
  margin: 10px 0;
  padding: 0;
}
body.app5 #content ul.form li {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  position: relative;
}
body.app5 #content ul.form li em {
  color: red;
  float: left;
  margin-right: 6px;
}
body.app5 #content ul.form li em.invalid {
  position: absolute;
  left: 0px;
  font-size: 10px;
  bottom: -12px;
}
body.app5 #content ul.form li label {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
body.app5 #content ul.form li p.desc {
  margin: 2px 0;
  font-size: 11px;
  color: #9e9e9e;
  font-style: italic;
}
body.app5 #content ul.form li input:not([type="submit"]):not([type="checkbox"]),
body.app5 #content ul.form li select,
body.app5 #content ul.form li textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  height: 44px;
  letter-spacing: normal;
  line-height: 13px;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
}
body.app5 #content ul.form li input:not([type="submit"]):not([type="checkbox"]).invalid,
body.app5 #content ul.form li select.invalid,
body.app5 #content ul.form li textarea.invalid {
  border-color: red;
}
body.app5 #content ul.form li textarea {
  height: 120px;
}
body.app5 #content ul.form li input[type="submit"] {
  -webkit-box-shadow: none;
  border: none;
  background: #1e90ff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: white;
  margin: 0;
  padding: 12px 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}
body.app5 #content ul.form li input[type="submit"]:hover {
  background: #333;
  color: white;
}
body.app5 #content ul.form li .multiselect-box p {
  margin: 0;
}
body.app5 #content ul.form li .multiselect-box p input,
body.app5 #content ul.form li .multiselect-box p label {
  display: inline-block;
}
body.app5 #content ul.form li.inline-input input {
  width: 200px !important;
  display: inline-block !important;
}
body.app5 #content ul.form li.inline input {
  display: inline-block !important;
}
@media (min-width: 767px) {
  body.app5 #content ul.form li[class^="col"] {
    padding-right: 15px;
  }
  body.app5 #content ul.form li[class~="col-right"] {
    padding-left: 15px;
    padding-right: 0;
  }
  body.app5 #content ul.form li[class~="col-right"] .invalid {
    left: 15px;
  }
}
body.app5 #content ul.form li.clearfix {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
}
body.app5 #content ul.form li.mg1 input,
body.app5 #content ul.form li.mg1 select,
body.app5 #content ul.form li.mg1 textarea {
  margin: 3px 0 !important;
}
body.app5 #content ul.form li.w100 input,
body.app5 #content ul.form li.w100 select {
  width: 100px !important;
}
body.app5 #content ul.form li.w150 input,
body.app5 #content ul.form li.w150 select {
  width: 150px !important;
}
body.app5 #content ul.form li.w200 input,
body.app5 #content ul.form li.w200 select {
  width: 200px !important;
}
body.app5 #content ul.form li.w250 input,
body.app5 #content ul.form li.w250 select {
  width: 250px !important;
}
body.app5 #content ul.form li .radiobuttons-box2 .container {
  margin: 15px 0;
}
body.app5 #content ul.form li .radiobuttons-box2 .container .radiobutton {
  width: 100%;
  display: block;
  clear: both;
}
body.app5 #content ul.form li .radiobuttons-box2 .container .radiobutton input {
  display: inline-block !important;
  width: 30px;
}
body.app5 #content ul.form li .radiobuttons-box2 .container .radiobutton label {
  display: inline-block !important;
  top: -10px;
  position: relative;
  color: #666;
}
body.app5 #content ul.form li .radiobuttons-box2 .container .radiobutton span {
  position: relative;
  top: -10px;
  left: 20px;
  color: #4d1ca7;
}
body.app5 #content ul.form li .radiobuttons-box2 .container .description {
  position: relative;
  top: -10px;
  left: 30px;
  clear: both;
  font-size: 11px;
}
body.app5 #content ul.form li .bm-fileuploader input[type="button"] {
  border: 1px solid #4d1ca7;
  color: #4d1ca7;
  text-transform: uppercase;
}
body.app5 #content .bm-upload-list {
  padding: 20px 0 0 0;
}
body.app5 #content .file-schema1 {
  margin: 5px 5px 5px 0;
  display: inline-block;
  text-align: center;
  position: relative;
}
body.app5 #content .file-schema1 .file-schema1-img img {
  height: 150px;
  padding: 1px;
  border: 1px solid #1e90ff;
  border-radius: 3px;
}
body.app5 #content .file-schema1 .file-schema1-title {
  font-size: 11px;
  line-height: 14px;
  padding: 4px;
  display: none;
}
body.app5 #content .file-schema1 .file-schema1-btns {
  width: 100%;
  padding-right: 10px;
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 10px;
  left: 0px;
  text-align: right;
}
body.app5 #content .file-schema1 .file-schema1-btns a {
  color: red;
}
body.app5 #content table.list {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border: 1px solid #eaeaea;
}
body.app5 #content table.list td,
body.app5 #content table.list th {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
body.app5 #content table.list td.center,
body.app5 #content table.list th.center {
  text-align: center;
}
body.app5 #content table.list td.right,
body.app5 #content table.list th.right {
  text-align: right;
}
body.app5 #content table.list td .fa,
body.app5 #content table.list th .fa {
  margin: 0 3px;
}
body.app5 #content table.list td .fa.text-info,
body.app5 #content table.list th .fa.text-info {
  color: #4d1ca7;
}
body.app5 #content table.list td .fa.text-info:hover,
body.app5 #content table.list th .fa.text-info:hover {
  color: #250d50;
}
body.app5 #content table.list td .fa.text-success,
body.app5 #content table.list th .fa.text-success {
  color: green;
}
body.app5 #content table.list td .fa.text-success:hover,
body.app5 #content table.list th .fa.text-success:hover {
  color: #001a00;
}
body.app5 #content table.list td .fa.text-danger,
body.app5 #content table.list th .fa.text-danger {
  color: red;
}
body.app5 #content table.list td .fa.text-danger:hover,
body.app5 #content table.list th .fa.text-danger:hover {
  color: #990000;
}
body.app5 #content table.list td .fa:hover,
body.app5 #content table.list th .fa:hover {
  text-decoration: none;
}
body.app5 #content table.list td .btn-primary,
body.app5 #content table.list th .btn-primary {
  background: #4d1ca7;
  border-color: #4d1ca7;
  color: white;
}
body.app5 #content table.list td .btn-primary:hover,
body.app5 #content table.list th .btn-primary:hover {
  background: #1e90ff;
  border-color: #1e90ff;
  text-decoration: none;
  transition: all ease 250ms;
}
body.app5 #content table.list tr:nth-child(2n+2) td {
  background: #f2f2f2;
}
body.app5 #content table.list th {
  text-align: center;
}
body.app5 #content table.list input {
  min-width: 40px;
  max-width: 100px;
  text-align: center;
  border: 1px solid #4d1ca7;
  line-height: 32px;
  padding: 0 10px;
}
body.app5 #content table.list tr.bold > * {
  font-weight: bold;
  font-size: 15px;
  color: #4d1ca7;
}
body.app5 #content .list-pager-string {
  margin: 0 auto;
  text-align: center;
}
body.app5 #content .list-pager-string > a {
  margin: 3px;
  padding: 3px 8px;
  border: 1px solid #4d1ca7;
  color: #4d1ca7;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
}
body.app5 #content .list-pager-string > a.pager-num-active,
body.app5 #content .list-pager-string > a:hover {
  background: #4d1ca7;
  color: white;
  text-decoration: none;
}
body.app5 #content .lister-order {
  margin: 25px 0 0;
}
body.app5 #content .lister-order a {
  margin: 0 5px;
  line-height: 38px;
}
body.app5 #content .lister-order a.list-order-link-active {
  color: #4d1ca7;
}
body.app5 #content .lister-order select {
  border: 1px solid #cccccc;
  box-shadow: none;
  color: #8e8e8e;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 7px 20px 7px 10px;
  height: 38px;
  line-height: 21px;
  outline-color: #8e8e8e;
  outline-style: none;
  outline-width: 0px;
  text-shadow: none;
  min-width: 100px;
}
body.app5 #content .lister-rows {
  font-size: 14px;
  text-align: right;
  margin: 20px 0 -20px;
  position: relative;
  top: -50px;
  pointer-events: none;
}
body.app5 #content #chart-wrapper {
  width: 760px;
}
body.app5 #content #chart-wrapper #chart_div {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
body.app5 .item h2 {
  font-size: 24px;
  font-weight: bold;
}
body.app5 .item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 15px;
}
body.app5 .item .item-created {
  color: #888888;
}
body.app5 .item .item-social {
  margin: 15px 0;
}
body.app5 .item .item-social .addthis_toolbox {
  width: 300px;
  display: inline-block;
}
body.app5 .item .item-social a.btn {
  float: left;
  margin-right: 15px;
  top: -1px;
  position: relative;
  color: white !important;
  background: #4d1ca7;
  border-color: #4d1ca7;
}
body.app5 .item .item-social a.btn:hover {
  background: #333;
  text-decoration: none !important;
}
body.app5 .item .item-img {
  margin-bottom: 30px;
}
body.app5 .item .item-img img {
  max-width: 100%;
}
body.app5 .item .item-data {
  padding: 0;
}
body.app5 .item .item-data li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
  font-size: 16px;
}
body.app5 .item .item-data li span {
  font-weight: bold;
}
body.app5 .item .item-data li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #1e90ff;
  transition: 0.3s all ease;
}
body.app5 .item .item-user {
  padding: 40px 10px;
  background: #eee;
  position: relative;
  text-align: center;
}
body.app5 .item .item-user .item-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
  background: #4d1ca7;
  border-radius: 50px;
}
body.app5 .item .item-user .item-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 40px;
}
body.app5 .item .item-user .item-name {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 0;
}
body.app5 .item .item-price,
body.app5 .item .item-phone {
  background: #1e90ff;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: white;
}
body.app5 .item .item-price .item-icon,
body.app5 .item .item-phone .item-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  border: 1px solid white;
  border-radius: 40px;
}
body.app5 .item .item-price .item-icon i.fa,
body.app5 .item .item-phone .item-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
}
body.app5 .item .item-price span,
body.app5 .item .item-phone span {
  position: relative;
  top: -12px;
  left: 5px;
}
body.app5 .item .item-price.item-phone,
body.app5 .item .item-phone.item-phone {
  background: #4d1ca7;
}
body.app5 .item .carousel-wrapper .carousel-inner .item {
  background: white;
}
body.app5 .item .carousel-wrapper .carousel-inner .item img {
  margin: 0 auto;
}
body.app5 .item .carousel-wrapper .carousel-control span {
  color: white;
}
body.app5 .item .carousel-wrapper .item-carousel-tmb {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
body.app5 .item .carousel-wrapper .item-carousel-tmb a {
  margin: 1px -1px;
  display: inline-block;
  opacity: 0.6;
}
body.app5 .item .carousel-wrapper .item-carousel-tmb a img {
  height: 74px !important;
}
body.app5 .item .carousel-wrapper .item-carousel-tmb a.active {
  opacity: 1;
}
body.app5 .item .carousel-wrapper .item-carousel-tmb a:first-child {
  margin-left: 0;
}
body.app5 .sidebar-search {
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.137255) 0px 0px 5px 0px;
  background: #f3f3f3;
}
body.app5 .sidebar-search .search-title {
  background: #4d1ca7;
  font-size: 22px;
  font-weight: bold;
  padding: 12px;
  color: white;
}
body.app5 .sidebar-search .search-content {
  padding: 0 15px;
}
body.app5 .sidebar-search .buttons input[type="submit"] {
  margin: 5px 0 !important;
  width: 100%;
}
body.app5 .sidebar-search label {
  font-weight: bold !important;
}
body.app5 .sidebar-links {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
body.app5 .sidebar-links li {
  margin: 20px 0;
}
body.app5 .sidebar-links li a {
  display: block;
  margin: 10px 0;
  padding: 8px 12px;
  color: #4d1ca7;
  border: 2px solid #4d1ca7;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
}
body.app5 .sidebar-links li a:hover {
  color: #1e90ff !important;
  text-decoration: none !important;
  border-color: #1e90ff;
}
body.app5 .list-box {
  position: relative;
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.137255) 0px 0px 5px 0px;
  background: #f3f3f3;
  padding: 15px 15px 10px 15px;
  margin: 15px 0;
}
body.app5 .list-box.extra1 {
  /* background:lighten(@second-color, 40%); */
}
body.app5 .list-box.extra2 {
  background: #ede6fb;
  border-color: #4d1ca7;
}
body.app5 .list-box .list-img {
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  position: relative;
  border: 2px solid white;
  border-radius: 2px;
}
body.app5 .list-box .list-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 300ms;
}
@media (max-width: 767px) {
  body.app5 .list-box .list-img {
    padding-top: 0;
  }
  body.app5 .list-box .list-img img {
    top: 0;
    left: 0;
    position: relative;
    height: auto;
    transform: none !important;
  }
}
body.app5 .list-box .list-address {
  margin: 6px 0;
  font-size: 12px;
}
body.app5 .list-box a.list-title {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: bolder !important;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
body.app5 .list-box a.list-title:hover {
  color: #1e90ff !important;
  text-decoration: none !important;
}
body.app5 .list-box .list-price {
  text-align: right;
  font-size: 18px;
  font-weight: bolder !important;
  color: #1e90ff;
  letter-spacing: -1px;
}
body.app5 .list-box .list-desc {
  margin: 10px 0;
  line-height: 20px;
}
body.app5 .list-box .list-btns a.btn {
  background: #1e90ff;
  border: none;
  color: white !important;
  text-transform: uppercase;
}
body.app5 .list-box .list-btns a.btn:hover {
  text-decoration: none !important;
  background: #333;
}
body.app5 .list-box:hover {
  border-color: #1e90ff;
}
body.app5 .list-box:hover .list-img img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
body.app5 .lister-order {
  background: #eee;
  padding: 12px 20px;
}
body.app5 .lister-pages {
  margin: 25px 0;
}
body.app5 .lister-counter {
  color: #9e9e9e;
  font-size: 12px;
  line-height: 38px;
}
body.app5 .banner {
  text-align: center;
}
body.app5 #home-categories {
  background: #f7f7f7;
  padding: 50px 0;
}
body.app5 #home-categories h1 {
  margin-bottom: 50px;
}
body.app5 #home-categories .category-box {
  position: relative;
  border: 1px solid #e8e5e5;
  border-radius: 5px;
  background: white;
  padding: 15px 15px 20px;
  margin: 25px 0;
}
body.app5 #home-categories .category-box .category-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -50px;
  background: #4d1ca7;
  transform: translateX(-50%);
  border-radius: 50px;
}
body.app5 #home-categories .category-box .category-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 40px;
}
body.app5 #home-categories .category-box .category-title {
  text-align: center;
  height: 50px;
  margin: 0 0 10px;
  overflow: hidden;
  background: #4d1ca7;
  position: relative;
  border-radius: 3px;
}
body.app5 #home-categories .category-box .category-title a {
  max-height: 40px;
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
body.app5 #home-categories .category-box ul.category-links {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 120px;
}
body.app5 #home-categories .category-box ul.category-links li {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
body.app5 #home-categories .category-box ul.category-links li a {
  color: #888888;
  font-size: 14px;
  line-height: 20px;
}
body.app5 #home-categories .category-box ul.category-links li a:hover {
  color: #1e90ff;
  text-decoration: none;
}
body.app5 #home-categories .category-box .category-link {
  text-align: center;
  margin: 10px 0 0 0;
}
body.app5 #home-categories .category-box .category-link a {
  font-weight: bold;
  color: #333;
}
body.app5 #home-categories .category-box .category-link a:hover {
  color: #1e90ff;
}
body.app5 #home-categories .category-box:hover {
  border-color: #1e90ff;
}
body.app5 #home-categories .category-box:hover .category-icon {
  background: #1e90ff;
}
body.app5 #home-categories .category-box:hover .category-title a {
  color: #1e90ff;
  text-decoration: none;
}
body.app5 .list-1:not(.lightSlider-list) {
  margin: 50px 0;
}
body.app5 .list-1:not(.lightSlider-list) .box {
  margin: 20px 0;
  background: #f2f2f2;
  border-radius: 5px;
  /* border:1px solid #f2f2f2; */
  position: relative;
}
body.app5 .list-1:not(.lightSlider-list) .box .box-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  background: white;
  border-radius: 5px;
}
body.app5 .list-1:not(.lightSlider-list) .box .box-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 300ms;
}
body.app5 .list-1:not(.lightSlider-list) .box .box-img:hover img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
@media (max-width: 1199px) {
  body.app5 .list-1:not(.lightSlider-list) .box .box-img {
    height: 140px;
  }
}
@media (max-width: 991px) {
  body.app5 .list-1:not(.lightSlider-list) .box .box-img {
    height: 230px;
  }
}
@media (max-width: 767px) {
  body.app5 .list-1:not(.lightSlider-list) .box .box-img {
    height: auto !important;
  }
  body.app5 .list-1:not(.lightSlider-list) .box .box-img img {
    position: relative;
    transform: none;
    left: 0px;
    top: 0px;
    height: auto;
  }
  body.app5 .list-1:not(.lightSlider-list) .box .box-img:hover img {
    transform: none;
  }
}
body.app5 .list-1:not(.lightSlider-list) .box .box-price {
  border: 1px solid white;
  background: #4d1ca7;
  color: white;
  position: absolute;
  top: 135px;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  body.app5 .list-1:not(.lightSlider-list) .box .box-price {
    top: 95px;
  }
}
@media (max-width: 991px) {
  body.app5 .list-1:not(.lightSlider-list) .box .box-price {
    top: 185px;
  }
}
@media (max-width: 767px) {
  body.app5 .list-1:not(.lightSlider-list) .box .box-price {
    top: 15px !important;
  }
}
body.app5 .list-1:not(.lightSlider-list) .box .box-title {
  margin-top: 5px;
  height: 84px;
  overflow: hidden;
  position: relative;
}
body.app5 .list-1:not(.lightSlider-list) .box .box-title a {
  display: block;
  width: 90%;
  font-size: 16px;
  line-height: 19px;
  color: #4d1ca7;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
body.app5 .list-1:not(.lightSlider-list) .box .box-title a:hover {
  color: #333 !important;
  text-decoration: none !important;
}
body.app5 .list-1:not(.lightSlider-list) .box .box-data {
  border-top: 1px solid #e0e0e0;
  padding: 4px 15px;
  line-height: 20px;
  font-size: 13px;
}
body.app5 .list-1:not(.lightSlider-list) .box .box-data .box-address {
  display: block;
  height: 20px;
  overflow: hidden;
}
body.app5 .list-1:not(.lightSlider-list) .box .box-data .box-expire {
  display: block;
  height: 20px;
  overflow: hidden;
}
body.app5 .list-1:not(.lightSlider-list) a.btn-primary {
  line-height: 30px;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
  background: #1e90ff;
  border: none;
  transition: all ease 300ms;
}
body.app5 .list-1:not(.lightSlider-list) a.btn-primary:hover {
  background: #1e90ff;
  text-decoration: none !important;
}
body.app5 .lightSlider-list.list-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.app5 .lightSlider-list.list-1 .box {
  margin: 15px 0;
  padding: 0 5px;
}
body.app5 .lightSlider-list.list-1 .box > div {
  padding: 5px;
  border: 2px solid transparent;
  border-bottom-color: #e7e7e7;
}
body.app5 .lightSlider-list.list-1 .box .image {
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding-top: 60%;
  position: relative;
}
body.app5 .lightSlider-list.list-1 .box .image img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity ease 300ms;
}
body.app5 .lightSlider-list.list-1 .box .image .discount {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 6px 12px;
  background: #fb2400;
  font-size: 14px;
  line-height: 21px;
}
body.app5 .lightSlider-list.list-1 .box .image .title {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  color: white;
}
body.app5 .lightSlider-list.list-1 .box .title {
  height: 23px;
  overflow: hidden;
  margin: 8px 0;
  font-size: 18px;
  line-height: 21px;
  font-family: FFMarkWebProBold;
  color: #282b40;
  letter-spacing: -0.5px;
}
body.app5 .lightSlider-list.list-1 .box .subtitle {
  height: 20px;
  overflow: hidden;
  margin: 8px 0;
  font-size: 16px;
  line-height: 18px;
  color: #93959f;
  letter-spacing: -0.5px;
}
body.app5 .lightSlider-list.list-1 .box .subtitle.secondary-color {
  color: #1e90ff;
}
body.app5 .lightSlider-list.list-1 .box .data1 {
  height: 40px;
  overflow: hidden;
  margin: 16px 0 20px 0;
  font-size: 12px;
  line-height: 16px;
  color: #282b40;
  font-family: FFMarkWebProBook;
}
body.app5 .lightSlider-list.list-1 .box .data1 ul,
body.app5 .lightSlider-list.list-1 .box .data1 li {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: circle;
}
body.app5 .lightSlider-list.list-1 .box .data1 li {
  margin: 5px 0;
}
body.app5 .lightSlider-list.list-1 .box .data2 {
  height: 15px;
  overflow: hidden;
  margin: 5px 0 0 0;
  font-size: 10px;
  line-height: 14px;
  color: #93959f;
  font-family: FFMarkWebProBook;
}
body.app5 .lightSlider-list.list-1 .box .price {
  height: 22px;
  overflow: hidden;
  font-size: 18px;
  line-height: 21px;
  font-family: FFMarkWebProBold;
  color: #282b40;
}
body.app5 .lightSlider-list.list-1 .box .price strike {
  color: #93959f;
  font-family: FFMarkWebProBook;
  margin-left: 8px;
}
body.app5 .lightSlider-list.list-1 .box:hover {
  text-decoration: none !important;
}
body.app5 .lightSlider-list.list-1 .box:hover .image img {
  opacity: 0.8;
}
body.app5 .lightSlider-list.list-1 .box:hover > div {
  border-bottom-color: #4d1ca7;
}
@media (max-width: 767px) {
  body.app5 .lightSlider-list.list-1 .box .image {
    height: auto;
    padding-top: 0 !important;
  }
  body.app5 .lightSlider-list.list-1 .box .image img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
}
body.app5 .lightSlider-list.list-1 .box.type2 > div {
  border-color: #dbccf6;
  background: #faf7fe;
}
body.app5 .lightSlider-list.list-1.slider-2 .box .image {
  padding-top: 100%;
}
body.app5 .lightSlider-list.list-1.slider-2 .box .image img {
  width: 100% !important;
  min-height: 100% !important;
}
body.app5 .lightSlider-app .lSPrev,
body.app5 .lightSlider-app .lSNext {
  /*top:40% !important;*/
  opacity: 1 !important;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.9);
  background-image: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
body.app5 .lightSlider-app .lSPrev:hover,
body.app5 .lightSlider-app .lSNext:hover {
  background: white;
}
body.app5 .lightSlider-app .lSPrev:after,
body.app5 .lightSlider-app .lSNext:after {
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translateX(-50%) translateY(-50%);
  color: #4d1ca7;
}
body.app5 .lightSlider-app .lSPrev.lSPrev:after,
body.app5 .lightSlider-app .lSNext.lSPrev:after {
  content: "\f053";
  text-indent: -3px;
}
body.app5 .lightSlider-app .lSPrev.lSNext:after,
body.app5 .lightSlider-app .lSNext.lSNext:after {
  content: "\f054";
  text-indent: 3px;
}
@media (max-width: 767px) {
  body.app5 .lightSlider-app .lightSlider-list.list-1 .box .image {
    width: 100%;
    padding-top: 60% !important;
    position: relative;
  }
  body.app5 .lightSlider-app .lightSlider-list.list-1 .box .image img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity ease 300ms;
  }
}
body.app5 #promotion {
  text-align: center;
}
body.app5 #promotion .promo-icon {
  display: inline-block;
  margin: 30px 0 20px;
  width: 124px;
  height: 124px;
  border: 1px solid white;
  border-radius: 124px;
  text-align: center;
  position: relative;
  box-shadow: 0 7px 16px 0px rgba(0, 0, 0, 0.17);
}
body.app5 #promotion .promo-icon img {
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
body.app5 #promotion .promo-title {
  font-size: 18px;
  color: #3f3d59;
  font-weight: bold;
}
body.app5 #promotion .promo-desc {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
}
body.app5 #footer {
  margin-top: 20px;
  background: black url(/images/footer-bg.jpg) center center repeat-y;
  min-height: 300px;
  color: #b3b3b3;
}
body.app5 #footer * {
  color: inherit;
}
body.app5 #footer > .container > .row {
  padding-top: 30px;
}
body.app5 #footer .logo a div,
body.app5 #footer .logo a span {
  color: white;
}
body.app5 #footer .logo a:hover {
  color: #1e90ff;
}
body.app5 #footer .footer-title {
  margin: 30px 0 30px;
  font-size: 18px;
  line-break: 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
body.app5 #footer p {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 24px;
}
body.app5 #footer .copyright {
  margin-top: 20px;
  border-top: 1px solid #b3b3b3;
  padding: 15px 0;
}
body.app5 #footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.app5 #footer ul li {
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
body.app5 #footer ul li a {
  display: block;
  position: relative;
  padding-left: 20px;
}
body.app5 #footer ul li a:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  transition: 0.3s all ease;
}
body.app5 #footer ul li a:hover {
  color: #1e90ff;
}
body.app5 #footer ul li a:hover:before {
  color: #b3b3b3;
}
body.app5 #footer ul.cols2 li {
  width: 50%;
  float: left;
}
body.app5 #bm_alert {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.app5 #bm_alert p.bm_alert_hide {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 0 2px #FFF;
  line-height: 20px;
  cursor: pointer;
}
body.app5 #bm_alert p.bm_alert_pic {
  display: none;
}
body.app5 #bm_alert div {
  display: none;
  padding: 15px 20px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #656565;
  font-size: 15px;
  color: black;
}
body.app5 #bm_alert div.notify {
  background: rgba(223, 240, 216, 0.95);
  border-color: #d6e9c6;
  color: #3c763d;
}
body.app5 #bm_alert div.error {
  background: rgba(242, 222, 222, 0.95);
  border-color: #ebccd1;
  color: #a94442;
}
body.app6 {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
  background: white;
  /** bmAlert
    * ------------------------ */
}
body.app6 a {
  color: black;
}
body.app6 a:hover {
  color: #1d5bbe;
  text-decoration: none;
  cursor: pointer;
}
body.app6 .primary-color {
  color: #1d5bbe;
}
body.app6 .secondary-color {
  color: #1e90ff;
}
body.app6 .logo {
  display: inline-block;
  font-style: italic;
  color: #1d5bbe;
  transition: all ease 300ms;
}
body.app6 .logo div {
  display: block;
  font-size: 22px;
  font-weight: bolder;
  text-transform: uppercase;
}
body.app6 .logo div:first-letter {
  color: #1e90ff;
}
body.app6 .logo span {
  display: block;
  font-size: 16px;
  font-weight: bolder;
  padding-left: 18px;
  text-transform: capitalize;
}
body.app6 .logo span:first-letter {
  color: #1e90ff;
}
body.app6 .logo:hover {
  color: #1e90ff !important;
}
body.app6 #top-bar {
  background: #f2f2f2;
  line-height: 20px;
  padding: 8px 0;
  margin: 0;
  font-size: 14px;
}
body.app6 #top-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.app6 #top-bar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
body.app6 #top-bar ul li a {
  margin-right: 15px;
  color: black;
  letter-spacing: -0.5px;
}
body.app6 #top-bar ul li a:hover {
  color: #1d5bbe;
}
body.app6 #top-bar ul li a i.fa {
  margin-right: 0px;
  font-size: 14px;
  color: #1d5bbe;
}
body.app6 #header {
  border-bottom: 2px solid #1d5bbe;
  position: relative;
}
body.app6 #header .logo {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  top: 35px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  body.app6 #header .logo {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
body.app6 #header .navbar {
  margin: 0 0 0 20px;
  border: none;
  background: none;
  box-shadow: none;
  display: inline-block;
}
body.app6 #header .navbar ul.nav li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  padding: 25px 8px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: none;
  transition: all ease 300ms;
}
body.app6 #header .navbar ul.nav li a:hover {
  background: #1e90ff;
  color: white;
}
@media (max-width: 767px) {
  body.app6 #header .navbar {
    display: block;
    background: #efefef;
  }
  body.app6 #header .navbar ul.nav li a {
    padding: 10px;
  }
}
body.app6 #header #header-btn {
  float: right;
  position: relative;
  top: 13px;
}
body.app6 #header #header-btn a {
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  background: #1d5bbe;
  border: none;
  transition: all ease 300ms;
}
body.app6 #header #header-btn a:hover {
  background: #1e90ff;
}
@media (max-width: 767px) {
  body.app6 #header #header-btn {
    padding: 10px 0;
    top: 0;
    text-align: center;
    float: none;
  }
}
body.app6 #slider-wrapper {
  margin: -51px 0 0 0;
  background: #1d5bbe url('/images/slider-bg.jpg') center center no-repeat;
  height: 320px;
  position: relative;
}
body.app6 #slider-wrapper .slider-box {
  width: 100%;
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
}
body.app6 #slider-wrapper .slider-title {
  display: block;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  color: white;
}
@media (max-width: 1199px) {
  body.app6 #slider-wrapper .slider-title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  body.app6 #slider-wrapper .slider-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  body.app6 #slider-wrapper .slider-title {
    font-size: 36px;
  }
}
body.app6 #slider-wrapper .slider-subtitle {
  display: block;
  text-align: center;
  color: white;
  margin: 10px 0 20px;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  body.app6 #slider-wrapper .slider-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  body.app6 #slider-wrapper .slider-subtitle {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  body.app6 #slider-wrapper .slider-subtitle {
    font-size: 16px;
  }
}
body.app6 #slider-wrapper .searchbox {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
  border-radius: 5px;
  border: 12px solid rgba(255, 255, 255, 0.27);
}
body.app6 #slider-wrapper .searchbox input,
body.app6 #slider-wrapper .searchbox select,
body.app6 #slider-wrapper .searchbox button {
  width: 25%;
  padding: 0;
  height: 60px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
body.app6 #slider-wrapper .searchbox input:focus,
body.app6 #slider-wrapper .searchbox select:focus,
body.app6 #slider-wrapper .searchbox button:focus {
  outline: none;
}
body.app6 #slider-wrapper .searchbox input {
  padding: 0 2%;
}
body.app6 #slider-wrapper .searchbox input[type="submit"] {
  width: 25%;
  background: #1e90ff;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
body.app6 #slider-wrapper .searchbox input[type="submit"]:hover {
  background: #333;
}
body.app6 #slider-wrapper .searchbox em.invalid {
  position: absolute;
  left: 0px;
  font-size: 12px;
  bottom: -15px;
  color: #880000;
}
body.app6 #home-banner {
  margin: 10px 0;
}
body.app6 #home-banner .col {
  padding: 25px 0;
}
body.app6 #home-banner.type2 {
  margin: 0;
}
body.app6 #site-title {
  background: #1d5bbe;
  padding: 25px 0;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  color: white;
}
body.app6 .price-box {
  text-align: center;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 0;
  margin: 25px 0;
  border: 1px solid #ececec;
}
body.app6 .price-box h3 {
  font-size: 22px;
  line-height: 30px;
  height: 60px;
  font-weight: bold;
  margin: 0;
}
body.app6 .price-box .price-service {
  margin: 0px;
  padding: 15px;
}
body.app6 .price-box .price-service ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
body.app6 .price-box .price-service ul li {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
body.app6 .price-box .price-tbl {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #303030;
  background: #1d5bbe;
  color: #fff;
  padding: 15px 0;
}
body.app6 .price-box .price-tbl span {
  font-size: 12px;
  font-style: italic;
}
body.app6 .price-box .price-expired {
  color: #1e90ff;
}
body.app6 .price-box .view-btn {
  margin-top: 10px;
}
body.app6 .price-box .view-btn a {
  background: #1d5bbe;
  border-color: #1d5bbe;
  color: white !important;
  padding: 10px 24px;
  text-transform: uppercase;
}
body.app6 .price-box .view-btn a:hover {
  text-decoration: none !important;
  background: #1e90ff;
  border-color: #1e90ff;
}
body.app6 .price-box:hover .price-tbl {
  background-color: #1e90ff;
}
body.app6 .price-box.active {
  background: #f3f3f3;
  border-color: #1d5bbe;
}
body.app6 .price-box.active:hover {
  border-color: #1e90ff;
}
body.app6 #content {
  padding: 50px 0;
}
body.app6 #content h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 25px;
  text-align: center;
  color: #656565;
}
body.app6 #content a {
  color: #1d5bbe;
}
body.app6 #content a:hover {
  color: #164692;
  text-decoration: underline;
}
body.app6 #content .btn-next-to-order {
  background: #1d5bbe;
  border-color: #1d5bbe;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
}
body.app6 #content .btn-next-to-order:hover {
  text-decoration: none;
  color: white;
  background: #1e90ff;
  border-color: #1e90ff;
}
body.app6 #content .box-1 {
  width: 50%;
  padding: 30px;
  margin: 0 auto 30px;
  border: 1px solid #efefef;
  box-shadow: rgba(0, 0, 0, 0.168627) 0px 0px 8px 0px;
}
body.app6 #content .box-1 h1 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 25px;
  color: #656565;
}
body.app6 #content .box-1.size2 {
  width: 100%;
}
body.app6 #content .domainlist li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
  font-size: 16px;
}
body.app6 #content .domainlist li span {
  font-weight: lighter;
  font-size: 12px;
}
body.app6 #content .domainlist li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #1e90ff;
  transition: 0.3s all ease;
}
body.app6 #content .domainlist li a:hover {
  text-decoration: none !important;
  color: #1e90ff;
}
body.app6 #content ul.form {
  margin: 10px 0;
  padding: 0;
}
body.app6 #content ul.form li {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  position: relative;
}
body.app6 #content ul.form li em {
  color: red;
  float: left;
  margin-right: 6px;
}
body.app6 #content ul.form li em.invalid {
  position: absolute;
  left: 0px;
  font-size: 10px;
  bottom: -12px;
}
body.app6 #content ul.form li label {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
body.app6 #content ul.form li p.desc {
  margin: 2px 0;
  font-size: 11px;
  color: #9e9e9e;
  font-style: italic;
}
body.app6 #content ul.form li input:not([type="submit"]):not([type="checkbox"]),
body.app6 #content ul.form li select,
body.app6 #content ul.form li textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  height: 44px;
  letter-spacing: normal;
  line-height: 13px;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
}
body.app6 #content ul.form li input:not([type="submit"]):not([type="checkbox"]).invalid,
body.app6 #content ul.form li select.invalid,
body.app6 #content ul.form li textarea.invalid {
  border-color: red;
}
body.app6 #content ul.form li textarea {
  height: 120px;
}
body.app6 #content ul.form li input[type="submit"] {
  -webkit-box-shadow: none;
  border: none;
  background: #1e90ff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: white;
  margin: 0;
  padding: 12px 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}
body.app6 #content ul.form li input[type="submit"]:hover {
  background: #333;
  color: white;
}
body.app6 #content ul.form li .multiselect-box p {
  margin: 0;
}
body.app6 #content ul.form li .multiselect-box p input,
body.app6 #content ul.form li .multiselect-box p label {
  display: inline-block;
}
body.app6 #content ul.form li.inline-input input {
  width: 200px !important;
  display: inline-block !important;
}
body.app6 #content ul.form li.inline input {
  display: inline-block !important;
}
@media (min-width: 767px) {
  body.app6 #content ul.form li[class^="col"] {
    padding-right: 15px;
  }
  body.app6 #content ul.form li[class~="col-right"] {
    padding-left: 15px;
    padding-right: 0;
  }
  body.app6 #content ul.form li[class~="col-right"] .invalid {
    left: 15px;
  }
}
body.app6 #content ul.form li.clearfix {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
}
body.app6 #content ul.form li.mg1 input,
body.app6 #content ul.form li.mg1 select,
body.app6 #content ul.form li.mg1 textarea {
  margin: 3px 0 !important;
}
body.app6 #content ul.form li.w100 input,
body.app6 #content ul.form li.w100 select {
  width: 100px !important;
}
body.app6 #content ul.form li.w150 input,
body.app6 #content ul.form li.w150 select {
  width: 150px !important;
}
body.app6 #content ul.form li.w200 input,
body.app6 #content ul.form li.w200 select {
  width: 200px !important;
}
body.app6 #content ul.form li.w250 input,
body.app6 #content ul.form li.w250 select {
  width: 250px !important;
}
body.app6 #content ul.form li .radiobuttons-box2 .container {
  margin: 15px 0;
}
body.app6 #content ul.form li .radiobuttons-box2 .container .radiobutton {
  width: 100%;
  display: block;
  clear: both;
}
body.app6 #content ul.form li .radiobuttons-box2 .container .radiobutton input {
  display: inline-block !important;
  width: 30px;
}
body.app6 #content ul.form li .radiobuttons-box2 .container .radiobutton label {
  display: inline-block !important;
  top: -10px;
  position: relative;
  color: #666;
}
body.app6 #content ul.form li .radiobuttons-box2 .container .radiobutton span {
  position: relative;
  top: -10px;
  left: 20px;
  color: #1d5bbe;
}
body.app6 #content ul.form li .radiobuttons-box2 .container .description {
  position: relative;
  top: -10px;
  left: 30px;
  clear: both;
  font-size: 11px;
}
body.app6 #content ul.form li .bm-fileuploader input[type="button"] {
  border: 1px solid #1d5bbe;
  color: #1d5bbe;
  text-transform: uppercase;
}
body.app6 #content .bm-upload-list {
  padding: 20px 0 0 0;
}
body.app6 #content .file-schema1 {
  margin: 5px 5px 5px 0;
  display: inline-block;
  text-align: center;
  position: relative;
}
body.app6 #content .file-schema1 .file-schema1-img img {
  height: 150px;
  padding: 1px;
  border: 1px solid #1e90ff;
  border-radius: 3px;
}
body.app6 #content .file-schema1 .file-schema1-title {
  font-size: 11px;
  line-height: 14px;
  padding: 4px;
  display: none;
}
body.app6 #content .file-schema1 .file-schema1-btns {
  width: 100%;
  padding-right: 10px;
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 10px;
  left: 0px;
  text-align: right;
}
body.app6 #content .file-schema1 .file-schema1-btns a {
  color: red;
}
body.app6 #content table.list {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border: 1px solid #eaeaea;
}
body.app6 #content table.list td,
body.app6 #content table.list th {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
body.app6 #content table.list td.center,
body.app6 #content table.list th.center {
  text-align: center;
}
body.app6 #content table.list td.right,
body.app6 #content table.list th.right {
  text-align: right;
}
body.app6 #content table.list td .fa,
body.app6 #content table.list th .fa {
  margin: 0 3px;
}
body.app6 #content table.list td .fa.text-info,
body.app6 #content table.list th .fa.text-info {
  color: #1d5bbe;
}
body.app6 #content table.list td .fa.text-info:hover,
body.app6 #content table.list th .fa.text-info:hover {
  color: #0f3166;
}
body.app6 #content table.list td .fa.text-success,
body.app6 #content table.list th .fa.text-success {
  color: green;
}
body.app6 #content table.list td .fa.text-success:hover,
body.app6 #content table.list th .fa.text-success:hover {
  color: #001a00;
}
body.app6 #content table.list td .fa.text-danger,
body.app6 #content table.list th .fa.text-danger {
  color: red;
}
body.app6 #content table.list td .fa.text-danger:hover,
body.app6 #content table.list th .fa.text-danger:hover {
  color: #990000;
}
body.app6 #content table.list td .fa:hover,
body.app6 #content table.list th .fa:hover {
  text-decoration: none;
}
body.app6 #content table.list td .btn-primary,
body.app6 #content table.list th .btn-primary {
  background: #1d5bbe;
  border-color: #1d5bbe;
  color: white;
}
body.app6 #content table.list td .btn-primary:hover,
body.app6 #content table.list th .btn-primary:hover {
  background: #1e90ff;
  border-color: #1e90ff;
  text-decoration: none;
  transition: all ease 250ms;
}
body.app6 #content table.list tr:nth-child(2n+2) td {
  background: #f2f2f2;
}
body.app6 #content table.list th {
  text-align: center;
}
body.app6 #content table.list input {
  min-width: 40px;
  max-width: 100px;
  text-align: center;
  border: 1px solid #1d5bbe;
  line-height: 32px;
  padding: 0 10px;
}
body.app6 #content table.list tr.bold > * {
  font-weight: bold;
  font-size: 15px;
  color: #1d5bbe;
}
body.app6 #content .list-pager-string {
  margin: 0 auto;
  text-align: center;
}
body.app6 #content .list-pager-string > a {
  margin: 3px;
  padding: 3px 8px;
  border: 1px solid #1d5bbe;
  color: #1d5bbe;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
}
body.app6 #content .list-pager-string > a.pager-num-active,
body.app6 #content .list-pager-string > a:hover {
  background: #1d5bbe;
  color: white;
  text-decoration: none;
}
body.app6 #content .lister-order {
  margin: 25px 0 0;
}
body.app6 #content .lister-order a {
  margin: 0 5px;
  line-height: 38px;
}
body.app6 #content .lister-order a.list-order-link-active {
  color: #1d5bbe;
}
body.app6 #content .lister-order select {
  border: 1px solid #cccccc;
  box-shadow: none;
  color: #8e8e8e;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 7px 20px 7px 10px;
  height: 38px;
  line-height: 21px;
  outline-color: #8e8e8e;
  outline-style: none;
  outline-width: 0px;
  text-shadow: none;
  min-width: 100px;
}
body.app6 #content .lister-rows {
  font-size: 14px;
  text-align: right;
  margin: 20px 0 -20px;
  position: relative;
  top: -50px;
  pointer-events: none;
}
body.app6 #content #chart-wrapper {
  width: 760px;
}
body.app6 #content #chart-wrapper #chart_div {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
body.app6 .item h2 {
  font-size: 24px;
  font-weight: bold;
}
body.app6 .item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 15px;
}
body.app6 .item .item-created {
  color: #888888;
}
body.app6 .item .item-social {
  margin: 15px 0;
}
body.app6 .item .item-social .addthis_toolbox {
  width: 300px;
  display: inline-block;
}
body.app6 .item .item-social a.btn {
  float: left;
  margin-right: 15px;
  top: -1px;
  position: relative;
  color: white !important;
  background: #1d5bbe;
  border-color: #1d5bbe;
}
body.app6 .item .item-social a.btn:hover {
  background: #333;
  text-decoration: none !important;
}
body.app6 .item .item-img {
  margin-bottom: 30px;
}
body.app6 .item .item-img img {
  max-width: 100%;
}
body.app6 .item .item-data {
  padding: 0;
}
body.app6 .item .item-data li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
  font-size: 16px;
}
body.app6 .item .item-data li span {
  font-weight: bold;
}
body.app6 .item .item-data li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #1e90ff;
  transition: 0.3s all ease;
}
body.app6 .item .item-user {
  padding: 40px 10px;
  background: #eee;
  position: relative;
  text-align: center;
}
body.app6 .item .item-user .item-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
  background: #1d5bbe;
  border-radius: 50px;
}
body.app6 .item .item-user .item-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 40px;
}
body.app6 .item .item-user .item-name {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 0;
}
body.app6 .item .item-price,
body.app6 .item .item-phone {
  background: #1e90ff;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: white;
}
body.app6 .item .item-price .item-icon,
body.app6 .item .item-phone .item-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  border: 1px solid white;
  border-radius: 40px;
}
body.app6 .item .item-price .item-icon i.fa,
body.app6 .item .item-phone .item-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
}
body.app6 .item .item-price span,
body.app6 .item .item-phone span {
  position: relative;
  top: -12px;
  left: 5px;
}
body.app6 .item .item-price.item-phone,
body.app6 .item .item-phone.item-phone {
  background: #1d5bbe;
}
body.app6 .item .carousel-wrapper .carousel-inner .item {
  background: white;
}
body.app6 .item .carousel-wrapper .carousel-inner .item img {
  margin: 0 auto;
}
body.app6 .item .carousel-wrapper .carousel-control span {
  color: white;
}
body.app6 .item .carousel-wrapper .item-carousel-tmb {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
body.app6 .item .carousel-wrapper .item-carousel-tmb a {
  margin: 1px -1px;
  display: inline-block;
  opacity: 0.6;
}
body.app6 .item .carousel-wrapper .item-carousel-tmb a img {
  height: 74px !important;
}
body.app6 .item .carousel-wrapper .item-carousel-tmb a.active {
  opacity: 1;
}
body.app6 .item .carousel-wrapper .item-carousel-tmb a:first-child {
  margin-left: 0;
}
body.app6 .sidebar-search {
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.137255) 0px 0px 5px 0px;
  background: #f3f3f3;
}
body.app6 .sidebar-search .search-title {
  background: #1d5bbe;
  font-size: 22px;
  font-weight: bold;
  padding: 12px;
  color: white;
}
body.app6 .sidebar-search .search-content {
  padding: 0 15px;
}
body.app6 .sidebar-search .buttons input[type="submit"] {
  margin: 5px 0 !important;
  width: 100%;
}
body.app6 .sidebar-search label {
  font-weight: bold !important;
}
body.app6 .sidebar-links {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
body.app6 .sidebar-links li {
  margin: 20px 0;
}
body.app6 .sidebar-links li a {
  display: block;
  margin: 10px 0;
  padding: 8px 12px;
  color: #1d5bbe;
  border: 2px solid #1d5bbe;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
}
body.app6 .sidebar-links li a:hover {
  color: #1e90ff !important;
  text-decoration: none !important;
  border-color: #1e90ff;
}
body.app6 .list-box {
  position: relative;
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.137255) 0px 0px 5px 0px;
  background: #f3f3f3;
  padding: 15px 15px 10px 15px;
  margin: 15px 0;
}
body.app6 .list-box.extra1 {
  /* background:lighten(@second-color, 40%); */
}
body.app6 .list-box.extra2 {
  background: #fafcfe;
  border-color: #1d5bbe;
}
body.app6 .list-box .list-img {
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  position: relative;
  border: 2px solid white;
  border-radius: 2px;
}
body.app6 .list-box .list-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 300ms;
}
@media (max-width: 767px) {
  body.app6 .list-box .list-img {
    padding-top: 0;
  }
  body.app6 .list-box .list-img img {
    top: 0;
    left: 0;
    position: relative;
    height: auto;
    transform: none !important;
  }
}
body.app6 .list-box .list-address {
  margin: 6px 0;
  font-size: 12px;
}
body.app6 .list-box a.list-title {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: bolder !important;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
body.app6 .list-box a.list-title:hover {
  color: #1e90ff !important;
  text-decoration: none !important;
}
body.app6 .list-box .list-price {
  text-align: right;
  font-size: 18px;
  font-weight: bolder !important;
  color: #1e90ff;
  letter-spacing: -1px;
}
body.app6 .list-box .list-desc {
  margin: 10px 0;
  line-height: 20px;
}
body.app6 .list-box .list-btns a.btn {
  background: #1e90ff;
  border: none;
  color: white !important;
  text-transform: uppercase;
}
body.app6 .list-box .list-btns a.btn:hover {
  text-decoration: none !important;
  background: #333;
}
body.app6 .list-box:hover {
  border-color: #1e90ff;
}
body.app6 .list-box:hover .list-img img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
body.app6 .lister-order {
  background: #eee;
  padding: 12px 20px;
}
body.app6 .lister-pages {
  margin: 25px 0;
}
body.app6 .lister-counter {
  color: #9e9e9e;
  font-size: 12px;
  line-height: 38px;
}
body.app6 .banner {
  text-align: center;
}
body.app6 #home-categories {
  background: #f7f7f7;
  padding: 50px 0;
}
body.app6 #home-categories h1 {
  margin-bottom: 50px;
}
body.app6 #home-categories .category-box {
  position: relative;
  border: 1px solid #e8e5e5;
  border-radius: 5px;
  background: white;
  padding: 15px 15px 20px;
  margin: 25px 0;
}
body.app6 #home-categories .category-box .category-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -50px;
  background: #1d5bbe;
  transform: translateX(-50%);
  border-radius: 50px;
}
body.app6 #home-categories .category-box .category-icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 40px;
}
body.app6 #home-categories .category-box .category-title {
  text-align: center;
  height: 50px;
  margin: 0 0 10px;
  overflow: hidden;
  background: #1d5bbe;
  position: relative;
  border-radius: 3px;
}
body.app6 #home-categories .category-box .category-title a {
  max-height: 40px;
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
body.app6 #home-categories .category-box ul.category-links {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 120px;
}
body.app6 #home-categories .category-box ul.category-links li {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
body.app6 #home-categories .category-box ul.category-links li a {
  color: #888888;
  font-size: 14px;
  line-height: 20px;
}
body.app6 #home-categories .category-box ul.category-links li a:hover {
  color: #1e90ff;
  text-decoration: none;
}
body.app6 #home-categories .category-box .category-link {
  text-align: center;
  margin: 10px 0 0 0;
}
body.app6 #home-categories .category-box .category-link a {
  font-weight: bold;
  color: #333;
}
body.app6 #home-categories .category-box .category-link a:hover {
  color: #1e90ff;
}
body.app6 #home-categories .category-box:hover {
  border-color: #1e90ff;
}
body.app6 #home-categories .category-box:hover .category-icon {
  background: #1e90ff;
}
body.app6 #home-categories .category-box:hover .category-title a {
  color: #1e90ff;
  text-decoration: none;
}
body.app6 .list-1:not(.lightSlider-list) {
  margin: 50px 0;
}
body.app6 .list-1:not(.lightSlider-list) .box {
  margin: 20px 0;
  background: #f2f2f2;
  border-radius: 5px;
  /* border:1px solid #f2f2f2; */
  position: relative;
}
body.app6 .list-1:not(.lightSlider-list) .box .box-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  background: white;
  border-radius: 5px;
}
body.app6 .list-1:not(.lightSlider-list) .box .box-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 300ms;
}
body.app6 .list-1:not(.lightSlider-list) .box .box-img:hover img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
@media (max-width: 1199px) {
  body.app6 .list-1:not(.lightSlider-list) .box .box-img {
    height: 140px;
  }
}
@media (max-width: 991px) {
  body.app6 .list-1:not(.lightSlider-list) .box .box-img {
    height: 230px;
  }
}
@media (max-width: 767px) {
  body.app6 .list-1:not(.lightSlider-list) .box .box-img {
    height: auto !important;
  }
  body.app6 .list-1:not(.lightSlider-list) .box .box-img img {
    position: relative;
    transform: none;
    left: 0px;
    top: 0px;
    height: auto;
  }
  body.app6 .list-1:not(.lightSlider-list) .box .box-img:hover img {
    transform: none;
  }
}
body.app6 .list-1:not(.lightSlider-list) .box .box-price {
  border: 1px solid white;
  background: #1d5bbe;
  color: white;
  position: absolute;
  top: 135px;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  body.app6 .list-1:not(.lightSlider-list) .box .box-price {
    top: 95px;
  }
}
@media (max-width: 991px) {
  body.app6 .list-1:not(.lightSlider-list) .box .box-price {
    top: 185px;
  }
}
@media (max-width: 767px) {
  body.app6 .list-1:not(.lightSlider-list) .box .box-price {
    top: 15px !important;
  }
}
body.app6 .list-1:not(.lightSlider-list) .box .box-title {
  margin-top: 5px;
  height: 84px;
  overflow: hidden;
  position: relative;
}
body.app6 .list-1:not(.lightSlider-list) .box .box-title a {
  display: block;
  width: 90%;
  font-size: 16px;
  line-height: 19px;
  color: #1d5bbe;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
body.app6 .list-1:not(.lightSlider-list) .box .box-title a:hover {
  color: #333 !important;
  text-decoration: none !important;
}
body.app6 .list-1:not(.lightSlider-list) .box .box-data {
  border-top: 1px solid #e0e0e0;
  padding: 4px 15px;
  line-height: 20px;
  font-size: 13px;
}
body.app6 .list-1:not(.lightSlider-list) .box .box-data .box-address {
  display: block;
  height: 20px;
  overflow: hidden;
}
body.app6 .list-1:not(.lightSlider-list) .box .box-data .box-expire {
  display: block;
  height: 20px;
  overflow: hidden;
}
body.app6 .list-1:not(.lightSlider-list) a.btn-primary {
  line-height: 30px;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
  background: #1e90ff;
  border: none;
  transition: all ease 300ms;
}
body.app6 .list-1:not(.lightSlider-list) a.btn-primary:hover {
  background: #1e90ff;
  text-decoration: none !important;
}
body.app6 .lightSlider-list.list-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.app6 .lightSlider-list.list-1 .box {
  margin: 15px 0;
  padding: 0 5px;
}
body.app6 .lightSlider-list.list-1 .box > div {
  padding: 5px;
  border: 2px solid transparent;
  border-bottom-color: #e7e7e7;
}
body.app6 .lightSlider-list.list-1 .box .image {
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding-top: 60%;
  position: relative;
}
body.app6 .lightSlider-list.list-1 .box .image img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity ease 300ms;
}
body.app6 .lightSlider-list.list-1 .box .image .discount {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 6px 12px;
  background: #fb2400;
  font-size: 14px;
  line-height: 21px;
}
body.app6 .lightSlider-list.list-1 .box .image .title {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  color: white;
}
body.app6 .lightSlider-list.list-1 .box .title {
  height: 23px;
  overflow: hidden;
  margin: 8px 0;
  font-size: 18px;
  line-height: 21px;
  font-family: FFMarkWebProBold;
  color: #282b40;
  letter-spacing: -0.5px;
}
body.app6 .lightSlider-list.list-1 .box .subtitle {
  height: 20px;
  overflow: hidden;
  margin: 8px 0;
  font-size: 16px;
  line-height: 18px;
  color: #93959f;
  letter-spacing: -0.5px;
}
body.app6 .lightSlider-list.list-1 .box .subtitle.secondary-color {
  color: #1e90ff;
}
body.app6 .lightSlider-list.list-1 .box .data1 {
  height: 40px;
  overflow: hidden;
  margin: 16px 0 20px 0;
  font-size: 12px;
  line-height: 16px;
  color: #282b40;
  font-family: FFMarkWebProBook;
}
body.app6 .lightSlider-list.list-1 .box .data1 ul,
body.app6 .lightSlider-list.list-1 .box .data1 li {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: circle;
}
body.app6 .lightSlider-list.list-1 .box .data1 li {
  margin: 5px 0;
}
body.app6 .lightSlider-list.list-1 .box .data2 {
  height: 15px;
  overflow: hidden;
  margin: 5px 0 0 0;
  font-size: 10px;
  line-height: 14px;
  color: #93959f;
  font-family: FFMarkWebProBook;
}
body.app6 .lightSlider-list.list-1 .box .price {
  height: 22px;
  overflow: hidden;
  font-size: 18px;
  line-height: 21px;
  font-family: FFMarkWebProBold;
  color: #282b40;
}
body.app6 .lightSlider-list.list-1 .box .price strike {
  color: #93959f;
  font-family: FFMarkWebProBook;
  margin-left: 8px;
}
body.app6 .lightSlider-list.list-1 .box:hover {
  text-decoration: none !important;
}
body.app6 .lightSlider-list.list-1 .box:hover .image img {
  opacity: 0.8;
}
body.app6 .lightSlider-list.list-1 .box:hover > div {
  border-bottom-color: #1d5bbe;
}
@media (max-width: 767px) {
  body.app6 .lightSlider-list.list-1 .box .image {
    height: auto;
    padding-top: 0 !important;
  }
  body.app6 .lightSlider-list.list-1 .box .image img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
}
body.app6 .lightSlider-list.list-1 .box.type2 > div {
  border-color: #e0eafa;
  background: #ffffff;
}
body.app6 .lightSlider-list.list-1.slider-2 .box .image {
  padding-top: 100%;
}
body.app6 .lightSlider-list.list-1.slider-2 .box .image img {
  width: 100% !important;
  min-height: 100% !important;
}
body.app6 .lightSlider-app .lSPrev,
body.app6 .lightSlider-app .lSNext {
  /*top:40% !important;*/
  opacity: 1 !important;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.9);
  background-image: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
body.app6 .lightSlider-app .lSPrev:hover,
body.app6 .lightSlider-app .lSNext:hover {
  background: white;
}
body.app6 .lightSlider-app .lSPrev:after,
body.app6 .lightSlider-app .lSNext:after {
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translateX(-50%) translateY(-50%);
  color: #1d5bbe;
}
body.app6 .lightSlider-app .lSPrev.lSPrev:after,
body.app6 .lightSlider-app .lSNext.lSPrev:after {
  content: "\f053";
  text-indent: -3px;
}
body.app6 .lightSlider-app .lSPrev.lSNext:after,
body.app6 .lightSlider-app .lSNext.lSNext:after {
  content: "\f054";
  text-indent: 3px;
}
@media (max-width: 767px) {
  body.app6 .lightSlider-app .lightSlider-list.list-1 .box .image {
    width: 100%;
    padding-top: 60% !important;
    position: relative;
  }
  body.app6 .lightSlider-app .lightSlider-list.list-1 .box .image img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity ease 300ms;
  }
}
body.app6 #promotion {
  text-align: center;
}
body.app6 #promotion .promo-icon {
  display: inline-block;
  margin: 30px 0 20px;
  width: 124px;
  height: 124px;
  border: 1px solid white;
  border-radius: 124px;
  text-align: center;
  position: relative;
  box-shadow: 0 7px 16px 0px rgba(0, 0, 0, 0.17);
}
body.app6 #promotion .promo-icon img {
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
body.app6 #promotion .promo-title {
  font-size: 18px;
  color: #3f3d59;
  font-weight: bold;
}
body.app6 #promotion .promo-desc {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
}
body.app6 #footer {
  margin-top: 20px;
  background: black url(/images/footer-bg.jpg) center center repeat-y;
  min-height: 300px;
  color: #b3b3b3;
}
body.app6 #footer * {
  color: inherit;
}
body.app6 #footer > .container > .row {
  padding-top: 30px;
}
body.app6 #footer .logo a div,
body.app6 #footer .logo a span {
  color: white;
}
body.app6 #footer .logo a:hover {
  color: #1e90ff;
}
body.app6 #footer .footer-title {
  margin: 30px 0 30px;
  font-size: 18px;
  line-break: 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
body.app6 #footer p {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 24px;
}
body.app6 #footer .copyright {
  margin-top: 20px;
  border-top: 1px solid #b3b3b3;
  padding: 15px 0;
}
body.app6 #footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.app6 #footer ul li {
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
body.app6 #footer ul li a {
  display: block;
  position: relative;
  padding-left: 20px;
}
body.app6 #footer ul li a:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  transition: 0.3s all ease;
}
body.app6 #footer ul li a:hover {
  color: #1e90ff;
}
body.app6 #footer ul li a:hover:before {
  color: #b3b3b3;
}
body.app6 #footer ul.cols2 li {
  width: 50%;
  float: left;
}
body.app6 #bm_alert {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.app6 #bm_alert p.bm_alert_hide {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 0 2px #FFF;
  line-height: 20px;
  cursor: pointer;
}
body.app6 #bm_alert p.bm_alert_pic {
  display: none;
}
body.app6 #bm_alert div {
  display: none;
  padding: 15px 20px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #656565;
  font-size: 15px;
  color: black;
}
body.app6 #bm_alert div.notify {
  background: rgba(223, 240, 216, 0.95);
  border-color: #d6e9c6;
  color: #3c763d;
}
body.app6 #bm_alert div.error {
  background: rgba(242, 222, 222, 0.95);
  border-color: #ebccd1;
  color: #a94442;
}
