* {
  font-family: 'Roboto', sans-serif;
}
html,
body,
.fullscreen {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #878c94;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}
body ::selection {
  background-color: #65a1de;
  color: #ffffff;
}
body ::-moz-selection {
  background-color: #f7f7f7;
  color: #35404f;
}
.content {
  padding: 20px 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}
.content .title-header {
  padding-bottom: 0;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 20px;
}
.content .title-header .title {
  margin-bottom: 10px;
  margin-top: -5px;
}
@media (min-width: 767px) {
  .content .title-header .form-horizontal div[class^="col-"] {
    padding-right: 0;
  }
}
.fullscreen {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 0px;
}
.section.fullscreen {
  padding: 0px;
}
.middle {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 70px 0;
}
@media (min-width: 767px) {
  .display-table {
    display: table;
    width: 100%;
  }
  .vertical-align {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .container-fluid.padding {
    padding: 0 60px;
  }
}
.grid-space-0 div[class^="col-"] {
  padding: 0;
  margin: 0;
}
.grid-space-5 div[class*="col-"] {
  padding: 5px;
  margin-bottom: 5px;
}
.grid-space-10 div[class*="col-"] {
  padding: 10px;
  margin-bottom: 10px;
}
.toggleSettings {
  position: fixed;
  height: auto;
  background: #35404f;
  color: #ffffff;
  width: 240px;
  overflow: auto;
  top: 160px;
  right: 0px;
  margin-right: -240px;
  z-index: 9999;
  padding: 20px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
@media (max-width: 480px) {
  .toggleSettings {
    max-height: 250px;
  }
}
.toggleSettings a {
  float: left;
  margin: 1%;
}
.toggleSettings a.color {
  width: 31.33333%;
  height: 40px;
  display: block;
  cursor: pointer;
}
.toggleSettings a.homePage {
  width: 48%;
  height: auto;
}
.toggleSettings .themeColors {
  padding: 20px 0;
  overflow: hidden;
  clear: both;
}
.toggleButtonSettings {
  position: fixed;
  width: 50px;
  height: 60px;
  line-height: 60px;
  font-size: 1.5em;
  text-align: center;
  top: 200px;
  right: 0px;
  background: #35404f;
  color: #ffffff;
  z-index: 9999;
  cursor: pointer;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace .pace-progress {
  background: #65a1de;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 1.0;
  -webkit-box-shadow: 0 0 10px #65a1de, 0 0 5px #65a1de;
  -moz-box-shadow: 0 0 10px #65a1de, 0 0 5px #65a1de;
  -ms-box-shadow: 0 0 10px #65a1de, 0 0 5px #65a1de;
  box-shadow: 0 0 10px #65a1de, 0 0 5px #65a1de;
  -ms-transform: rotate(3deg) translate(0px,-4px);
  -webkit-transform: rotate(3deg) translate(0px,-4px);
  transform: rotate(3deg) translate(0px,-4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #65a1de;
  border-left-color: #65a1de;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
.pace-inactive {
  display: none;
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#back-to-top {
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  right: 20px;
  background-color: #262d37;
  width: 50px;
  height: 35px;
  display: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-align: center;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
#back-to-top i {
  color: #f7f7f7;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#back-to-top:hover {
  background-color: #65a1de;
}
.column-4 div[class^="col-"]:nth-child(4n+1) {
  clear: left;
}
@media (min-width: 480px) and (max-width: 991px) {
  .column-4 div[class^="col-"]:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .column-3 div[class^="col-"]:nth-child(2n+1) {
    clear: left;
  }
}
.topBar {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-size: 13px;
}
.topBar ul {
  margin: 0;
}
.topBar ul li {
  line-height: 42px;
}
.topBar ul li a {
  display: block;
}
.topBar ul.topBarNav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.topBar ul.topBarNav li {
  position: relative;
  display: inline-block;
  margin-right: -4px;
  border-right: 1px solid rgba(0,0,0,0.08);
}
.topBar ul.topBarNav li:last-child {
  border-right: none;
}
.topBar ul.topBarNav li a {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}
.topBar ul.topBarNav li ul {
  background-color: #ffffff;
  position: absolute;
  top: 42px;
  left: auto;
  right: 4px;
  margin: 0;
  margin-top: 10px;
  margin-right: -4px;
  padding: 0;
  list-style-type: none;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.08);
  -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.08);
  box-shadow: 0 1px 5px rgba(0,0,0,0.08);
}
.topBar ul.topBarNav li ul li {
  display: block;
  line-height: 30px;
  width: 100%;
  border: none;
}
.topBar ul.topBarNav li ul li a {
  background-color: inherit;
}
.topBar ul.topBarNav li ul li a:hover,
.topBar ul.topBarNav li ul li a:active,
.topBar ul.topBarNav li ul li a:focus {
  background-color: rgba(0,0,0,0.02);
}
.topBar ul.topBarNav li ul li.active a {
  background-color: rgba(0,0,0,0.02);
  color: #35404f;
}
.topBar ul.topBarNav li ul li.divider {
  height: 1px;
  background-color: rgba(0,0,0,0.05);
}
.topBar ul.topBarNav li ul.w-100 {
  width: 100px;
}
.topBar ul.topBarNav li ul.w-150 {
  width: 150px;
}
.topBar ul.topBarNav li ul.w-200 {
  width: 200px;
}
.topBar ul.topBarNav li ul.w-250 {
  width: 250px;
}
.topBar ul.topBarNav li ul.w-300 {
  width: 300px;
}
.topBar ul.topBarNav li ul.cart {
  background-color: #ffffff;
  padding: 0;
}
.topBar ul.topBarNav li ul.cart p {
  margin: 0;
}
.topBar ul.topBarNav li ul.cart .cart-items {
  padding: 10px;
  height: 200px;
  overflow: auto;
}
.topBar ul.topBarNav li ul.cart .cart-items .items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.topBar ul.topBarNav li ul.cart .cart-items .items li {
  overflow: hidden;
  clear: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.topBar ul.topBarNav li ul.cart .cart-items .items li .product-image {
  width: 60px;
  float: left;
}
.topBar ul.topBarNav li ul.cart .cart-items .items li .product-image img {
  width: 100%;
}
.topBar ul.topBarNav li ul.cart .cart-items .items li a {
  margin: 0;
  padding: 0;
  line-height: normal;
  background-color: transparent;
  display: inline;
}
.topBar ul.topBarNav li ul.cart .cart-items .items li .product-details {
  position: relative;
  margin-left: 60px;
  padding: 0 15px 0 10px;
}
.topBar ul.topBarNav li ul.cart .cart-items .items li .product-details .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  line-height: normal;
}
.topBar ul.topBarNav li ul.cart .cart-items .items li .product-details .product-name {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.topBar ul.topBarNav li ul.cart .cart-items .items li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.topBar ul.topBarNav li ul.cart .cart-footer {
  overflow: hidden;
  background-color: rgba(0,0,0,0.02);
}
.topBar ul.topBarNav li ul.cart .cart-footer a {
  text-align: center;
  padding: 10px 20px;
  margin: 0;
  background-color: transparent;
}
.topBar ul.topBarNav li.linkdown:hover ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
@media (max-width: 767px) {
  .topBar ul.topBarNav > li > a .mr-5 {
    margin-right: 0;
  }
}
.topBar a {
  color: #878c94;
}
.topBar a:hover,
.topBar a:active,
.topBar a:focus {
  color: #35404f;
}
.topBar.inverse {
  background-color: #35404f;
}
.topBar.inverse a {
  color: #878c94;
}
.topBar.inverse a:hover,
.topBar.inverse a:active,
.topBar.inverse a:focus {
  color: #65a1de;
}
.topBar.inverse ul.topBarNav li {
  border-color: rgba(255,255,255,0.08);
}
.topBar.inverse ul.topBarNav li a:hover,
.topBar.inverse ul.topBarNav li a:active,
.topBar.inverse ul.topBarNav li a:focus {
  color: #f7f7f7;
}
.topBar.inverse ul.topBarNav li ul li a:hover,
.topBar.inverse ul.topBarNav li ul li a:active,
.topBar.inverse ul.topBarNav li ul li a:focus {
  color: #35404f;
}
.middleBar {
  padding: 10px 0 0 0;
  margin: 0;
}
.middleBar .header-items {
  text-align: right;
}
@media (max-width: 767px) {
  .middleBar .header-items {
    text-align: center;
  }
}
.middleBar .header-items .header-item {
  display: inline-block;
}
.middleBar .header-items .header-item a {
  position: relative;
  display: block;
  border: 1px solid rgba(0,0,0,0.08);
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  color: #35404f;
}
.middleBar .header-items .header-item a sub {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #65a1de;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  font-size: 9px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.middleBar .header-items .header-item a:hover {
  background-color: #65a1de;
  color: #ffffff;
}
.middleBar .header-items .header-item a:hover sub {
  bottom: 5px;
  right: 5px;
  visibility: hidden;
  opacity: 0;
}
.yamm {
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  -ms-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  min-height: 72px;
}
@media (min-width: 767px) {
  .yamm {
    min-height: 70px;
  }
}
.yamm .navbar-brand {
  height: 70px;
  font-size: 20px;
  line-height: 40px;
  margin-right: 25px;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.yamm .yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.yamm .navbar-nav > li {
  margin: 0 2px;
}
.yamm .navbar-nav > li > a {
  color: #35404f;
  font-weight: 400;
}
@media (min-width: 767px) {
  .yamm .navbar-nav > li > a {
    border-bottom: 2px solid transparent;
  }
}
@media (min-width: 767px) {
  .yamm .navbar-nav > li > a:hover {
    border-bottom: 2px solid #65a1de;
  }
}
@media (min-width: 767px) {
  .yamm .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 50px;
  }
}
.yamm .navbar-nav > li.active > a {
  background-color: transparent;
  color: #35404f;
  font-weight: 400;
}
@media (min-width: 767px) {
  .yamm .navbar-nav > li.active > a {
    border-bottom: 2px solid #65a1de;
  }
}
.yamm .navbar-nav > li.active > a:hover,
.yamm .navbar-nav > li.active > a:active,
.yamm .navbar-nav > li.active > a:focus {
  background-color: transparent;
  font-weight: 400;
}
@media (min-width: 767px) {
  .yamm .navbar-nav > li.active > a:hover,
  .yamm .navbar-nav > li.active > a:active,
  .yamm .navbar-nav > li.active > a:focus {
    border-bottom: 2px solid #65a1de;
  }
}
@media (min-width: 767px) {
  .yamm .navbar-nav > li.dropdown.open > a {
    background-color: transparent;
    border-color: transparent;
  }
  .yamm .navbar-nav > li.dropdown.open > a:hover {
    background-color: transparent;
    border-color: #65a1de;
  }
  .yamm .navbar-nav > li.dropdown.active.open > a {
    border-color: #65a1de;
  }
  .yamm .navbar-nav > li.dropdown.active.open > a:hover {
    border-color: #65a1de;
  }
}
@media (max-width: 767px) {
  .yamm .navbar-nav > li.dropdown.open > a {
    color: #65a1de;
    background-color: transparent;
  }
  .yamm .navbar-nav > li.dropdown.open .dropdown-menu > .active > a {
    color: #65a1de;
    background-color: transparent;
  }
  .yamm .navbar-nav > li.dropdown.active.open > a {
    color: #65a1de;
    background-color: transparent;
  }
}
.yamm .navbar-nav > li.left .dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}
@media (min-width: 767px) {
  .yamm .navbar-nav > li.right .dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
  }
}
.yamm .nav .open > a {
  background-color: transparent;
}
.yamm .nav .open > a:hover,
.yamm .nav .open > a:active,
.yamm .nav .open > a:focus {
  background-color: transparent;
}
.yamm li .dropdown-menu {
  padding: 0;
  font-size: 14px;
  background-color: #ffffff;
  color: #878c94;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.08);
  -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.08);
  box-shadow: 0 1px 5px rgba(0,0,0,0.08);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
@media (min-width: 767px) {
  .yamm li .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
  }
}
.yamm li .dropdown-menu .divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: rgba(0,0,0,0.05);
}
.yamm li .dropdown-menu li a {
  padding-top: 8px;
  padding-bottom: 8px;
  clear: both;
  font-weight: 400;
  color: #878c94;
}
.yamm li .dropdown-menu li a:hover,
.yamm li .dropdown-menu li a:active,
.yamm li .dropdown-menu li a:focus {
  background-color: rgba(0,0,0,0.02);
  color: #35404f;
}
.yamm li .dropdown-menu li.active > a {
  background-color: rgba(0,0,0,0.02);
}
.yamm li .dropdown-menu .yamm-content {
  padding: 20px 30px;
}
.yamm li .dropdown-menu .yamm-content a {
  padding: 0;
}
.yamm li .dropdown-menu .yamm-content a:hover {
  background-color: transparent;
}
.yamm li .dropdown-menu .yamm-content ul {
  list-style-type: none;
}
.yamm li .dropdown-menu .yamm-content ul li.title {
  margin: 5px 0;
}
.yamm li .dropdown-menu .yamm-content ul li a {
  padding: 7px 0;
  display: block;
  line-height: normal;
}
.yamm li .dropdown-menu .yamm-content ul li a:hover,
.yamm li .dropdown-menu .yamm-content ul li a:active,
.yamm li .dropdown-menu .yamm-content ul li a:focus {
  background-color: transparent;
  color: #35404f;
}
.yamm li .dropdown-menu .yamm-content ul li.active a {
  background-color: transparent;
  color: #35404f;
}
@media (min-width: 767px) {
  .yamm li:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
}
.yamm li:hover > a:after {
  border-left-color: #878c94;
}
.yamm .dropdown-submenu {
  position: relative;
}
@media (min-width: 767px) {
  .yamm .dropdown-submenu > .dropdown-menu {
    margin-top: -6px;
    margin-left: -1px;
  }
}
@media (max-width: 767px) {
  .yamm .dropdown-submenu > .dropdown-menu {
    margin-left: 5px;
  }
}
.yamm .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #dedede;
  margin-top: 5px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .yamm .navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top-color: rgba(0,0,0,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
  }
  .yamm .navbar-toggle {
    background-color: #35404f;
    border-color: #35404f;
    margin-top: 18px;
  }
  .yamm .navbar-toggle:hover,
  .yamm .navbar-toggle:active,
  .yamm .navbar-toggle:focus {
    background-color: #65a1de;
    border-color: #65a1de;
  }
  .yamm .navbar-toggle .icon-bar {
    background-color: #f7f7f7;
  }
}
@media (max-width: 767px) {
  .yamm div[class^="col-"] {
    margin-bottom: 20px;
  }
  .yamm div[class^="col-"]:last-child {
    margin-bottom: 0;
  }
}
.navbar-vertical .nav {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  -ms-box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}
@media (min-width: 767px) {
  .navbar-vertical .nav .open .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}
.navbar-vertical .nav .open a {
  border-color: white;
}
.navbar-vertical .nav .open a:hover,
.navbar-vertical .nav .open a:active,
.navbar-vertical .nav .open a:focus {
  border-color: white;
}
.navbar-vertical .nav li {
  margin: 0;
}
.navbar-vertical .nav li.header {
  background-color: white;
  padding: 16px 13px;
  color: #ffffff;
}
.navbar-vertical .nav li.header h6 {
  margin: 0;
  color: #35404f;
  text-shadow: 0 1px 0 rgba(255,255,255,0.35);
}
.navbar-vertical .nav li a {
  background-color: #ffffff;
  border-bottom: 1px solid white;
  color: #878c94;
  text-shadow: 0 1px 0 rgba(255,255,255,0.35);
  padding: 10px 13px;
  font-size: 14px;
}
.navbar-vertical .nav li a:hover,
.navbar-vertical .nav li a:active,
.navbar-vertical .nav li a:focus {
  background-color: white;
  color: #35404f;
}
.navbar-vertical .nav li a i {
  font-size: 16px;
  margin-top: 2px;
}
.navbar-vertical .nav li .dropdown-menu {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.08);
  -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.08);
  box-shadow: 0 1px 5px rgba(0,0,0,0.08);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}
@media (min-width: 767px) {
  .navbar-vertical .nav li .dropdown-menu {
    top: 0;
    left: 100%;
  }
}
.navbar-vertical .nav li .dropdown-menu li a {
  background-color: #ffffff;
  border-color: white;
  font-size: 14px;
  color: #878c94;
}
.navbar-vertical .nav li .dropdown-menu li a:hover,
.navbar-vertical .nav li .dropdown-menu li a:active,
.navbar-vertical .nav li .dropdown-menu li a:focus {
  background-color: white;
  color: #35404f;
}
.navbar-vertical .nav li .dropdown-menu li.divider {
  background-color: white;
}
@media (min-width: 767px) {
  .navbar-vertical .nav li:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}
.swiper-container {
  width: 100%;
  height: 700px;
  position: relative;
}
.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: inherit;
}
.swiper-container .swiper-slide .slider-content {
  display: table;
  height: 100%;
}
.swiper-container .swiper-slide .slider-content .box {
  display: table-cell;
  vertical-align: middle;
  padding: 0 80px 0 150px;
}
.swiper-container .swiper-slide .big-title {
  font-size: 5em;
}
@media (max-width: 767px) {
  .swiper-container .swiper-slide .big-title {
    font-size: 4em;
  }
}
.swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background-color: #f7f7f7;
  opacity: 1;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #65a1de;
}
.blog .blog-title {
  margin-bottom: 5px;
}
.blog .blog-content .blog-meta {
  border-top: 1px solid rgba(0,0,0,0.04);
  border-bottom: 1px solid rgba(0,0,0,0.04);
  margin: 20px 0;
  padding: 5px 0;
}
.blog .blog-content .blog-meta ul li {
  margin: 0;
}
@media (min-width: 767px) {
  .blog .blog-content .blog-meta .meta-info {
    float: left;
  }
}
.blog .blog-content .blog-description {
  clear: both;
  margin-bottom: 20px;
}
.comments {
  margin: 20px 0;
}
.comments .comment-image {
  width: 100px;
  float: left;
  border: 1px solid rgba(0,0,0,0.02);
}
@media (max-width: 767px) {
  .comments .comment-image {
    width: 100%;
  }
}
.comments .comment-content {
  margin-left: 105px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.08);
}
.comments .comment-content .comment-content-head .comment-title {
  float: left;
}
.comments .comment-content .comment-content-head .comment-meta {
  text-align: right;
}
@media (max-width: 767px) {
  .comments .comment-content {
    margin-left: 0px;
  }
}
.footer {
  padding: 50px 0 20px 0;
  background-color: #35404f;
  color: #878c94;
}
.footer hr {
  background-color: rgba(255,255,255,0.1);
}
.footer hr.no-border {
  background-color: transparent;
}
.footer .title {
  color: #f7f7f7;
}
.footer a {
  color: #878c94;
}
.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #65a1de;
}
.footer.light {
  background-color: #ffffff;
  border-top: 1px solid #eaeaea;
}
.footer.light hr.no-border {
  background-color: transparent;
}
.footer.light .title {
  color: #35404f;
}
.footer.light a:hover,
.footer.light a:active,
.footer.light a:focus {
  color: #65a1de;
}
.alt-font {
  font-family: 'Dosis', sans-serif;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
}
blockquote {
  font-size: 18px;
  border-color: #65a1de;
  padding: 20px 40px;
  text-align: left;
}
.thin {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', serif;
  font-weight: bold;
  color: #35404f;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}
em {
  font-family: 'Roboto', serif;
}
a {
  color: #35404f;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:active,
a:focus {
  color: #65a1de;
  text-decoration: none;
}
.text-sm {
  font-size: 14px;
}
.text-xs {
  font-size: 12px;
}
.box-shadow {
  -webkit-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  -ms-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
}
.list {
  padding-left: 19px;
}
.list li {
  line-height: 30px;
  margin-bottom: 5px;
}
.list.list-unstyled {
  margin: 0;
  padding: 0;
}
.alt-list li {
  list-style: none;
  position: relative;
  padding-left: 8px;
}
.alt-list li i:first-child {
  position: absolute;
  left: -18px;
  top: 10px;
  width: 20px;
  height: 20px;
  line-height: 15px;
  font-size: 11px;
  text-align: center;
}
.list-inline {
  padding: 0px;
}
.list-inline.alt-list li {
  margin-right: 18px;
}
.list-inline.alt-list li:last-child {
  margin-right: 0;
}
dl dt {
  margin-bottom: 5px;
  color: #35404f;
}
dl dd {
  margin-bottom: 10px;
}
.dl-horizontal dt,
.dl-horizontal dd {
  margin-bottom: 10px;
  text-align: left;
}
.dropcap {
  float: left;
  font-size: 26px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 5px 15px 0 0;
}
.title-wrap {
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
  text-align: center;
}
.title-wrap .title.lines {
  display: inline-block;
  padding: 0 25px;
  position: relative;
}
.title-wrap .title.lines:before,
.title-wrap .title.lines:after {
  background-color: rgba(0,0,0,0.08);
  content: " ";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 500%;
}
.title-wrap .title.lines:before {
  right: 100%;
}
.title-wrap .title.lines:after {
  left: 100%;
}
.title-wrap .subtitle {
  color: #878c94;
  font-weight: 400;
  margin: 0;
}
.title-wrap label {
  font-weight: 400;
  font-size: 18px;
  font-family: 'Roboto', serif;
}
.subtitle {
  margin-bottom: 25px;
}
hr {
  position: relative;
  border-color: rgba(0,0,0,0.1);
}
hr.no-border {
  border-color: transparent;
}
.spacer-5 {
  margin: 5px auto;
}
.spacer-10 {
  margin: 10px auto;
}
.spacer-20 {
  margin: 20px auto;
}
.spacer-30 {
  margin: 30px auto;
}
.spacer-40 {
  margin: 40px auto;
}
.spacer-50 {
  margin: 50px auto;
}
.spacer-60 {
  margin: 60px auto;
}
.spacer-70 {
  margin: 70px auto;
}
.spacer-80 {
  margin: 80px auto;
}
.spacer-90 {
  margin: 90px auto;
}
.spacer-100 {
  margin: 100px auto;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.primary-background {
  background-color: #65a1de;
  color: #ffffff;
}
.white-background {
  background-color: #ffffff;
}
.light-background {
  background-color: #f7f7f7;
  color: #35404f;
}
.gray-background {
  background-color: #878c94;
  color: #ffffff;
}
.dark-background {
  background-color: #35404f;
  color: #ffffff;
}
.success-background {
  background-color: #5ed35e;
  color: #ffffff;
}
.info-background {
  background-color: #64d5f6;
  color: #ffffff;
}
.warning-background {
  background-color: #fcbe66;
  color: #ffffff;
}
.danger-background {
  background-color: #e55e5a;
  color: #ffffff;
}
.text-primary {
  color: #65a1de;
}
.text-dark {
  color: #35404f;
}
.text-gray {
  color: #878c94;
}
.text-light {
  color: #f7f7f7;
}
.text-white {
  color: #ffffff;
}
.text-success {
  color: #5ed35e;
}
.text-info {
  color: #64d5f6;
}
.text-warning {
  color: #fcbe66;
}
.text-danger {
  color: #e55e5a;
}
.label-default {
  background-color: rgba(0,0,0,0.1);
  color: #35404f;
}
.label-primary {
  background-color: #65a1de;
  color: #ffffff;
}
.label-warning {
  background-color: #fcbe66;
  color: #ffffff;
}
.label-info {
  background-color: #64d5f6;
  color: #ffffff;
}
.label-success {
  background-color: #5ed35e;
  color: #ffffff;
}
.label-danger {
  background-color: #e55e5a;
  color: #ffffff;
}
.round {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.semi-circle {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.tooltip .tooltip-inner {
  padding: 4px 7px;
  background-color: rgba(0,0,0,0.8);
  z-index: 9999;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(0,0,0,0.8);
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgba(0,0,0,0.8);
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(0,0,0,0.8);
}
.tooltip.left .tooltip-arrow {
  border-left-color: rgba(0,0,0,0.8);
}
.section {
  position: relative;
  padding: 70px 0;
}
.section-medium {
  position: relative;
  padding: 140px 0;
}
.section-big {
  position: relative;
  padding: 280px 0;
}
.white-backgorund {
  background-color: #ffffff;
}
.light-backgorund {
  background-color: #f7f7f7;
}
.image-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #f7f7f7;
}
.image-background.fixed {
  background-attachment: fixed;
}
.layer-white::before {
  content: ' ';
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.layer-dark::before {
  content: ' ';
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure {
  position: relative;
  overflow: hidden;
}
figure img {
  width: 100%;
}
figure figcaption {
  color: #878c94;
  font-size: 13px;
  padding: 5px 0;
}
figure.zoom-in img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
figure.zoom-in:hover img {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
figure.zoom-out img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
figure.zoom-out:hover img {
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.btn {
  padding-left: 23px;
  padding-right: 23px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.btn.round {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.btn.semi-circle {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.btn.btn-default {
  color: #ffffff;
  background-color: #65a1de;
  border: 1px solid #65a1de;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
  color: #ffffff;
  background-color: #0bc6c4;
  border: 1px solid #0bc6c4;
}
.btn.btn-dark {
  color: #ffffff;
  background-color: #35404f;
  border: 1px solid #35404f;
}
.btn.btn-dark:hover,
.btn.btn-dark:active,
.btn.btn-dark:focus {
  color: #ffffff;
  background-color: #2b3440;
  border: 1px solid #2b3440;
}
.btn.btn-gray {
  color: #ffffff;
  background-color: #878c94;
  border: 1px solid #878c94;
}
.btn.btn-gray:hover,
.btn.btn-gray:active,
.btn.btn-gray:focus {
  color: #ffffff;
  background-color: #7a7f88;
  border: 1px solid #7a7f88;
}
.btn.btn-light {
  color: #35404f;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}
.btn.btn-light:hover,
.btn.btn-light:active,
.btn.btn-light:focus {
  color: #35404f;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-success {
  color: #ffffff;
  background-color: #5ed35e;
  border: 1px solid #5ed35e;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus {
  color: #ffffff;
  background-color: #4ace4a;
  border: 1px solid #4ace4a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-info {
  color: #ffffff;
  background-color: #64d5f6;
  border: 1px solid #64d5f6;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus {
  color: #ffffff;
  background-color: #4ccef5;
  border: 1px solid #4ccef5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-warning {
  color: #ffffff;
  background-color: #fcbe66;
  border: 1px solid #fcbe66;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning:focus {
  color: #ffffff;
  background-color: #fcb34d;
  border: 1px solid #fcb34d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-danger {
  color: #ffffff;
  background-color: #e55e5a;
  border: 1px solid #e55e5a;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger:focus {
  color: #ffffff;
  background-color: #e24944;
  border: 1px solid #e24944;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-default-outline {
  color: #65a1de;
  background-color: transparent;
  border: 1px solid #65a1de;
}
.btn.btn-default-outline:hover,
.btn.btn-default-outline:active,
.btn.btn-default-outline:focus {
  color: #ffffff;
  background-color: #65a1de;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-dark-outline {
  color: #35404f;
  background-color: transparent;
  border: 1px solid #35404f;
}
.btn.btn-dark-outline:hover,
.btn.btn-dark-outline:active,
.btn.btn-dark-outline:focus {
  color: #ffffff;
  background-color: #35404f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-gray-outline {
  color: #878c94;
  background-color: transparent;
  border: 1px solid #878c94;
}
.btn.btn-gray-outline:hover,
.btn.btn-gray-outline:active,
.btn.btn-gray-outline:focus {
  color: #ffffff;
  background-color: #878c94;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-light-outline {
  color: #878c94;
  background-color: transparent;
  border: 1px solid #f7f7f7;
}
.btn.btn-light-outline:hover,
.btn.btn-light-outline:active,
.btn.btn-light-outline:focus {
  color: #35404f;
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-success-outline {
  color: #5ed35e;
  background-color: transparent;
  border: 1px solid #5ed35e;
}
.btn.btn-success-outline:hover,
.btn.btn-success-outline:active,
.btn.btn-success-outline:focus {
  color: #ffffff;
  background-color: #5ed35e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-info-outline {
  color: #64d5f6;
  background-color: transparent;
  border: 1px solid #64d5f6;
}
.btn.btn-info-outline:hover,
.btn.btn-info-outline:active,
.btn.btn-info-outline:focus {
  color: #ffffff;
  background-color: #64d5f6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-warning-outline {
  color: #fcbe66;
  background-color: transparent;
  border: 1px solid #fcbe66;
}
.btn.btn-warning-outline:hover,
.btn.btn-warning-outline:active,
.btn.btn-warning-outline:focus {
  color: #ffffff;
  background-color: #fcbe66;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-danger-outline {
  color: #e55e5a;
  background-color: transparent;
  border: 1px solid #e55e5a;
}
.btn.btn-danger-outline:hover,
.btn.btn-danger-outline:active,
.btn.btn-danger-outline:focus {
  color: #ffffff;
  background-color: #e55e5a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-dark-outline-transparent {
  color: #35404f;
  background-color: transparent;
  border: 1px solid rgba(0,0,0,0.2);
}
.btn.btn-dark-outline-transparent:hover,
.btn.btn-dark-outline-transparent:active,
.btn.btn-dark-outline-transparent:focus {
  color: #35404f;
  background-color: rgba(0,0,0,0.2);
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-light-outline-transparent {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.2);
}
.btn.btn-light-outline-transparent:hover,
.btn.btn-light-outline-transparent:active,
.btn.btn-light-outline-transparent:focus {
  color: #ffffff;
  background-color: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
}
.btn.btn-facebook:hover,
.btn.btn-facebook:active,
.btn.btn-facebook:focus {
  color: #ffffff;
  background-color: #4264aa;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-twitter {
  color: #ffffff;
  background-color: #1da1f2;
}
.btn.btn-twitter:hover,
.btn.btn-twitter:active,
.btn.btn-twitter:focus {
  color: #ffffff;
  background-color: #35abf3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-google-plus {
  color: #ffffff;
  background-color: #d44032;
}
.btn.btn-google-plus:hover,
.btn.btn-google-plus:active,
.btn.btn-google-plus:focus {
  color: #ffffff;
  background-color: #d85447;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-linkedin {
  color: #ffffff;
  background-color: #1b85bd;
}
.btn.btn-linkedin:hover,
.btn.btn-linkedin:active,
.btn.btn-linkedin:focus {
  color: #ffffff;
  background-color: #1e95d3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-pinterest {
  color: #ffffff;
  background-color: #bd081c;
}
.btn.btn-pinterest:hover,
.btn.btn-pinterest:active,
.btn.btn-pinterest:focus {
  color: #ffffff;
  background-color: #d50920;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-behance {
  color: #ffffff;
  background-color: #1769ff;
}
.btn.btn-behance:hover,
.btn.btn-behance:active,
.btn.btn-behance:focus {
  color: #ffffff;
  background-color: #3179ff;
  opacity: .9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-dribbble {
  color: #ffffff;
  background-color: #e14984;
}
.btn.btn-dribbble:hover,
.btn.btn-dribbble:active,
.btn.btn-dribbble:focus {
  color: #ffffff;
  background-color: #e55f93;
  opacity: .9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-instagram {
  color: #ffffff;
  background-color: #f4b97a;
}
.btn.btn-instagram:hover,
.btn.btn-instagram:active,
.btn.btn-instagram:focus {
  color: #ffffff;
  background-color: #f6c592;
  opacity: .9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn-app-store,
.btn-google-play,
.btn-windows,
.btn-amazon {
  display: inline-block;
  width: 130px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.btn-app-store {
  background-image: url(../img/market_logo/app-store.png);
}
.btn-google-play {
  background-image: url(../img/market_logo/google-play.png);
}
.btn-windows {
  width: 160px;
  background-image: url(../img/market_logo/windows.png);
}
.btn-amazon {
  background-image: url(../img/market_logo/amazon.png);
}
.alert-success {
  background-color: #5ed35e;
  border: none;
  color: #ffffff;
}
.alert-success .close {
  text-shadow: none;
  opacity: .4;
}
.alert-success .close:hover {
  color: #ffffff;
  opacity: 1;
}
.alert-info {
  background-color: #64d5f6;
  border: none;
  color: #ffffff;
}
.alert-info .close {
  text-shadow: none;
  opacity: .4;
}
.alert-info .close:hover {
  color: #ffffff;
  opacity: 1;
}
.alert-warning {
  background-color: #fcbe66;
  border: none;
  color: #ffffff;
}
.alert-warning .close {
  text-shadow: none;
  opacity: .4;
}
.alert-warning .close:hover {
  color: #ffffff;
  opacity: 1;
}
.alert-danger {
  background-color: #e55e5a;
  border: none;
  color: #ffffff;
}
.alert-danger .close {
  text-shadow: none;
  opacity: .4;
}
.alert-danger .close:hover {
  color: #ffffff;
  opacity: .9;
}
.table thead tr th {
  color: #35404f;
  padding: 18px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-color: rgba(0,0,0,0.02);
}
.table thead tr.active th {
  background-color: rgba(240,240,240,0.5);
}
.table thead tr.active td {
  background-color: rgba(240,240,240,0.5);
}
.table thead tr.success th {
  background-color: #5ed35e;
  color: #ffffff;
}
.table thead tr.success td {
  background-color: #5ed35e;
  color: #ffffff;
}
.table thead tr.info th {
  background-color: #64d5f6;
  color: #ffffff;
}
.table thead tr.info td {
  background-color: #64d5f6;
  color: #ffffff;
}
.table thead tr.warning th {
  background-color: #fcbe66;
  color: #ffffff;
}
.table thead tr.warning td {
  background-color: #fcbe66;
  color: #ffffff;
}
.table thead tr.danger th {
  background-color: #e55e5a;
  color: #ffffff;
}
.table thead tr.danger td {
  background-color: #e55e5a;
  color: #ffffff;
}
.table tbody tr th {
  color: #35404f;
  padding: 18px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-color: rgba(0,0,0,0.02);
}
.table tbody tr td {
  padding: 18px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-color: rgba(0,0,0,0.02);
}
.table tbody tr.active th {
  background-color: rgba(240,240,240,0.5);
}
.table tbody tr.active td {
  background-color: rgba(240,240,240,0.5);
}
.table tbody tr.success th {
  background-color: #5ed35e;
  color: #ffffff;
}
.table tbody tr.success td {
  background-color: #5ed35e;
  color: #ffffff;
}
.table tbody tr.info th {
  background-color: #64d5f6;
  color: #ffffff;
}
.table tbody tr.info td {
  background-color: #64d5f6;
  color: #ffffff;
}
.table tbody tr.warning th {
  background-color: #fcbe66;
  color: #ffffff;
}
.table tbody tr.warning td {
  background-color: #fcbe66;
  color: #ffffff;
}
.table tbody tr.danger th {
  background-color: #e55e5a;
  color: #ffffff;
}
.table tbody tr.danger td {
  background-color: #e55e5a;
  color: #ffffff;
}
.table.table-bordered {
  border-color: rgba(0,0,0,0.02);
}
.table.table-bordered thead tr th {
  border-color: rgba(0,0,0,0.02);
}
.table.table-bordered tbody tr th {
  border-color: rgba(0,0,0,0.02);
}
.table.table-bordered tbody tr td {
  border-color: rgba(0,0,0,0.02);
}
.table.no-border td,
.table.no-border th {
  border: none;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,0.03);
}
.table.table-hover tbody tr:hover {
  background-color: rgba(0,0,0,0.03);
}
.pagination li a {
  border: none;
  background-color: transparent;
  color: #878c94;
  margin-left: 12px;
  margin-bottom: 7px;
  padding: 0px;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
  color: #35404f;
  background-color: transparent;
}
.pagination li.active a {
  background-color: transparent;
  color: #65a1de;
}
.pagination li.active a:hover,
.pagination li.active a:active,
.pagination li.active a:focus {
  background-color: transparent;
  color: #65a1de;
}
.pagination li.disabled a {
  background-color: transparent;
  color: #878c94;
}
.pagination li.disabled a:hover,
.pagination li.disabled a:active,
.pagination li.disabled a:focus {
  background-color: transparent;
  color: #35404f;
}
.pager li a {
  background-color: transparent;
  color: #878c94;
  border: none;
  margin-left: 7px;
  padding: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
  background-color: transparent;
  color: #35404f;
}
.pager li.disabled a {
  background-color: transparent;
  color: #878c94;
}
.pager li.disabled a:hover,
.pager li.disabled a:active,
.pager li.disabled a:focus {
  background-color: transparent;
  color: #878c94;
}
.quote {
  position: relative;
  padding: 0 20px;
}
.quote .quote-mark {
  font-size: 6em;
  line-height: 0;
  position: absolute;
  left: -15px;
  top: 35px;
  color: #65a1de;
}
.quote p {
  font-style: italic;
}
.quote .quote-author {
  clear: both;
  display: table;
  margin-top: 20px;
  margin-left: 20px;
}
.quote .quote-author .author-img {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  margin-right: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 10px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0 2px 10px;
  -ms-box-shadow: rgba(0,0,0,0.2) 0 2px 10px;
  box-shadow: rgba(0,0,0,0.2) 0 2px 10px;
}
.quote .quote-author .author-name {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
.has-success .checkbox-input,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox-input label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #5ed35e;
}
.has-success .form-control {
  border-color: #5ed35e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:hover,
.has-success .form-control:active,
.has-success .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-color: #5ed35e;
}
.has-warning .checkbox-input,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox-input label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #fcbe66;
}
.has-warning .form-control {
  border-color: #fcbe66;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:hover,
.has-warning .form-control:active,
.has-warning .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-color: #fcbe66;
}
.has-error .checkbox-input,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox-input label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #e55e5a;
}
.has-error .form-control {
  border-color: #e55e5a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:hover,
.has-error .form-control:active,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-color: #e55e5a;
}
.checkbox-input {
  padding-left: 5px;
}
.checkbox-input label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  font-weight: 400;
}
.checkbox-input label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #878c94;
  border-radius: 0px;
  background-color: #ffffff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -ms-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox-input label::after {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #878c94;
  text-align: center;
}
.checkbox-input.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #65a1de;
  border-color: #65a1de;
}
.checkbox-input.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-input.checkbox-primary label::before {
  border: 1px solid #65a1de;
}
.checkbox-input.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5ed35e;
  border-color: #5ed35e;
}
.checkbox-input.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-input.checkbox-success label::before {
  border: 1px solid #5ed35e;
}
.checkbox-input.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #64d5f6;
  border-color: #64d5f6;
}
.checkbox-input.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-input.checkbox-info label::before {
  border: 1px solid #64d5f6;
}
.checkbox-input.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #fcbe66;
  border-color: #fcbe66;
}
.checkbox-input.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-input.checkbox-warning label::before {
  border: 1px solid #fcbe66;
}
.checkbox-input.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #e55e5a;
  border-color: #e55e5a;
}
.checkbox-input.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-input.checkbox-danger label::before {
  border: 1px solid #e55e5a;
}
.checkbox-input.checkbox-inline {
  margin-top: 0;
  padding-left: 20px;
}
.radio-input {
  padding-left: 5px;
}
.radio-input label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  font-weight: 400;
}
.radio-input label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #878c94;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  -ms-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio-input label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #878c94;
  -ms-transform: scale(0,0);
  -webkit-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transition: transform 0.1s cubic-bezier(0.8,-0.33,0.2,1.33);
  -moz-transition: transform 0.1s cubic-bezier(0.8,-0.33,0.2,1.33);
  -ms-transition: transform 0.1s cubic-bezier(0.8,-0.33,0.2,1.33);
  -o-transition: transform 0.1s cubic-bezier(0.8,-0.33,0.2,1.33);
  transition: transform 0.1s cubic-bezier(0.8,-0.33,0.2,1.33);
}
.radio-input input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio-input input[type="radio"]:focus + label::before {
  outline: none;
}
.radio-input input[type="radio"]:checked + label::after {
  -ms-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
.radio-input input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio-input input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio-input.radio-inline {
  margin-top: 0;
  padding-left: 20px;
}
.radio-input.radio-primary input[type="radio"]:checked + label::before {
  border-color: #65a1de;
}
.radio-input.radio-primary input[type="radio"]:checked + label::after {
  background-color: #65a1de;
}
.radio-input.radio-primary label::before {
  border: 1px solid #65a1de;
}
.radio-input.radio-success input[type="radio"]:checked + label::before {
  border-color: #5ed35e;
}
.radio-input.radio-success input[type="radio"]:checked + label::after {
  background-color: #5ed35e;
}
.radio-input.radio-success label::before {
  border: 1px solid #5ed35e;
}
.radio-input.radio-info input[type="radio"]:checked + label::before {
  border-color: #64d5f6;
}
.radio-input.radio-info input[type="radio"]:checked + label::after {
  background-color: #64d5f6;
}
.radio-input.radio-info label::before {
  border: 1px solid #64d5f6;
}
.radio-input.radio-warning input[type="radio"]:checked + label::before {
  border-color: #fcbe66;
}
.radio-input.radio-warning input[type="radio"]:checked + label::after {
  background-color: #fcbe66;
}
.radio-input.radio-warning label::before {
  border: 1px solid #fcbe66;
}
.radio-input.radio-danger input[type="radio"]:checked + label::before {
  border-color: #e55e5a;
}
.radio-input.radio-danger input[type="radio"]:checked + label::after {
  background-color: #e55e5a;
}
.radio-input.radio-danger label::before {
  border: 1px solid #e55e5a;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
.member {
  padding: 0 10px;
  text-align: center;
  margin-bottom: 30px;
}
.member.zoom-in img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.member.zoom-in:hover img {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.member figure {
  -webkit-box-shadow: rgba(0,0,0,0.1) 0 5px 7px;
  -moz-box-shadow: rgba(0,0,0,0.1) 0 5px 7px;
  -ms-box-shadow: rgba(0,0,0,0.1) 0 5px 7px;
  box-shadow: rgba(0,0,0,0.1) 0 5px 7px;
}
.member figure .social-icons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9;
}
.member figure::after {
  content: ' ';
  position: absolute;
  background-color: rgba(255,255,255,0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.member:hover figure .social-icons {
  bottom: 10px;
  visibility: visible;
  opacity: 1;
}
.member:hover figure::after {
  visibility: visible;
  opacity: 1;
}
.member .member-content {
  margin: 0;
  padding: 10px 0;
}
.member .member-content h5 {
  font-size: 20px;
  margin: 0 0 10px 0;
}
.member .member-content h6 {
  font-size: 16px;
  margin: 0;
  color: #878c94;
}
.member2 {
  padding: 0 10px;
  text-align: center;
  margin-bottom: 30px;
}
.member2 figure {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0 7px 20px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0 7px 20px;
  -ms-box-shadow: rgba(0,0,0,0.2) 0 7px 20px;
  box-shadow: rgba(0,0,0,0.2) 0 7px 20px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.member2:hover figure {
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.nav-tabs.style1 {
  border-bottom: 2px solid rgba(0,0,0,0.04);
}
.nav-tabs.style1 li {
  float: none;
  display: inline-block;
  margin-bottom: -2px;
}
.nav-tabs.style1 li a {
  color: #878c94;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-bottom: 2px solid transparent;
}
.nav-tabs.style1 li a:hover,
.nav-tabs.style1 li a:active,
.nav-tabs.style1 li a:focus {
  color: #35404f;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs.style1 li.active a {
  color: #35404f;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #35404f;
}
.nav-tabs.style1 li.active a:hover,
.nav-tabs.style1 li.active a:active,
.nav-tabs.style1 li.active a:focus {
  color: #35404f;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #35404f;
}
.nav-tabs.style2.tabs-left {
  border-right: 1px solid transparent;
}
.nav-tabs.style2.tabs-right {
  border-left: 1px solid transparent;
}
.nav-tabs.style2 li {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.nav-tabs.style2 li a {
  color: #878c94;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.style2 li a:hover,
.nav-tabs.style2 li a:active,
.nav-tabs.style2 li a:focus {
  color: #35404f;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs.style2 li.active a {
  color: #35404f;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.nav-tabs.style2 li.active a:hover,
.nav-tabs.style2 li.active a:active,
.nav-tabs.style2 li.active a:focus {
  color: #35404f;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.tab-content {
  padding: 20px 0;
}
.tab-content.style2 {
  padding: 20px 20px;
  border: 1px solid rgba(0,0,0,0.08);
}
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.accordion.panel-group .panel,
.toggle.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.accordion.style1 .panel,
.toggle.style1 .panel {
  border: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.accordion.style1 .panel .panel-heading,
.toggle.style1 .panel .panel-heading {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
.accordion.style1 .panel .panel-heading a,
.toggle.style1 .panel .panel-heading a {
  display: block;
  text-decoration: none;
  outline: 0;
  padding: 5px 0;
  position: relative;
  padding-left: 30px;
  color: #35404f;
}
.accordion.style1 .panel .panel-heading .panel-title a::before,
.toggle.style1 .panel .panel-heading .panel-title a::before {
  font-family: FontAwesome;
  content: "\f056";
  display: block;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  color: #65a1de;
}
.accordion.style1 .panel .panel-heading .panel-title a.collapsed,
.toggle.style1 .panel .panel-heading .panel-title a.collapsed {
  color: #878c94;
}
.accordion.style1 .panel .panel-heading .panel-title a.collapsed::before,
.toggle.style1 .panel .panel-heading .panel-title a.collapsed::before {
  content: "\f055";
  color: #878c94;
}
.accordion.style1 .panel .panel-body,
.toggle.style1 .panel .panel-body {
  border-top: none !important;
  background-color: transparent;
}
.accordion.style2 .panel,
.toggle.style2 .panel {
  border-color: rgba(0,0,0,0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.accordion.style2 .panel .panel-heading,
.toggle.style2 .panel .panel-heading {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background-color: rgba(0,0,0,0.08);
}
.accordion.style2 .panel .panel-heading a,
.toggle.style2 .panel .panel-heading a {
  display: block;
  text-decoration: none;
  outline: 0;
  padding: 15px 15px;
  position: relative;
  background-color: rgba(0,0,0,0.06);
  color: #35404f;
}
.accordion.style2 .panel .panel-heading .panel-title a.collapsed,
.toggle.style2 .panel .panel-heading .panel-title a.collapsed {
  color: #878c94;
}
.accordion.style2 .panel .panel-body,
.toggle.style2 .panel .panel-body {
  background-color: #ffffff;
}
.accordion.style3 .panel,
.toggle.style3 .panel {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.accordion.style3 .panel .panel-heading,
.toggle.style3 .panel .panel-heading {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 0;
}
.accordion.style3 .panel .panel-heading a,
.toggle.style3 .panel .panel-heading a {
  display: block;
  text-decoration: none;
  outline: 0;
  padding: 15px 10px 15px 0;
  position: relative;
  color: #65a1de;
}
.accordion.style3 .panel .panel-heading .panel-title a::after,
.toggle.style3 .panel .panel-heading .panel-title a::after {
  font-family: FontAwesome;
  content: "\f107";
  display: block;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #65a1de;
}
.accordion.style3 .panel .panel-heading .panel-title a.collapsed,
.toggle.style3 .panel .panel-heading .panel-title a.collapsed {
  color: #878c94;
}
.accordion.style3 .panel .panel-heading .panel-title a.collapsed::after,
.toggle.style3 .panel .panel-heading .panel-title a.collapsed::after {
  content: "\f105";
  color: #878c94;
}
.accordion.style3 .panel .panel-body,
.toggle.style3 .panel .panel-body {
  border-top: none !important;
  background-color: transparent;
}
.nav-pills.style1 {
  display: inline-block;
}
@media (max-width: 767px) {
  .nav-pills.style1 {
    display: block;
  }
}
.nav-pills.style1 li {
  margin-left: -1px;
  border: 1px solid rgba(0,0,0,0.06);
  border-left-color: rgba(0,0,0,0.04);
  border-right-color: rgba(0,0,0,0.04);
}
@media (max-width: 767px) {
  .nav-pills.style1 li {
    float: none;
  }
}
.nav-pills.style1 li:last-child {
  border-right-color: rgba(0,0,0,0.06);
}
.nav-pills.style1 li:first-child {
  border-left-color: rgba(0,0,0,0.06);
}
.nav-pills.style1 li a {
  background-color: rgba(0,0,0,0.04);
  padding: 15px 50px;
  color: #35404f;
  font-weight: 500;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.nav-pills.style1 li a:hover,
.nav-pills.style1 li a:active,
.nav-pills.style1 li a:focus {
  background-color: transparent;
}
.nav-pills.style1 li.active {
  position: relative;
}
.nav-pills.style1 li.active a {
  background-color: transparent;
  color: #35404f;
}
.nav-pills.style1 li.active a .icon {
  opacity: .3;
}
.nav-pills.style1 li.active a:hover,
.nav-pills.style1 li.active a:active,
.nav-pills.style1 li.active a:focus {
  background-color: transparent;
}
.nav-pills.style2 li a {
  font-size: 20px;
  background-color: rgba(0,0,0,0.04);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 20px 20px;
  color: #35404f;
}
.nav-pills.style2 li a .icon {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  font-size: 30px;
  opacity: .1;
}
.nav-pills.style2 li a:hover,
.nav-pills.style2 li a:active,
.nav-pills.style2 li a:focus {
  background-color: rgba(0,0,0,0.06);
}
.nav-pills.style2 li.active {
  position: relative;
}
.nav-pills.style2 li.active a {
  background-color: #65a1de;
  color: #ffffff;
}
.nav-pills.style2 li.active a .icon {
  opacity: .3;
}
.nav-pills.style2 li.active a:hover,
.nav-pills.style2 li.active a:active,
.nav-pills.style2 li.active a:focus {
  background-color: #65a1de;
}
@media (min-width: 767px) {
  .nav-pills.style2 li.active a:after,
  .nav-pills.style2 li.active a:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav-pills.style2 li.active a:after {
    border-color: transparent;
    border-top-color: #65a1de;
    border-width: 8px;
  }
  .nav-pills.style2 li.active a:before {
    border-color: transparent;
    border-top-color: #65a1de;
    border-width: 12px;
    opacity: .2;
  }
}
.home-slide.carousel .item {
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-slide.carousel .item .item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.5));
}
@media screen and (min-width: 768px) {
  .home-slide.carousel .item .carousel-caption {
    right: 15%;
    left: 15%;
    padding-bottom: 40px;
  }
}
.home-slide.carousel .carousel-indicators li {
  margin: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: none;
}
.home-slide.carousel .carousel-indicators li.active {
  background-color: #65a1de;
}
@media screen and (min-width: 768px) {
  .home-slide.carousel .carousel-indicators {
    bottom: 0px;
  }
}
.owl-carousel {
  position: relative;
}
.owl-carousel .item {
  margin-left: 4px;
  margin-right: 4px;
}
.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}
.owl-carousel.owl-theme .owl-nav div {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  display: inline-block;
  text-align: center;
  zoom: 1;
  padding: 0;
  width: 30px;
  height: 70px;
  line-height: 70px;
  font-size: 70px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev {
  position: absolute;
  left: 0px;
  color: #35404f;
}
.owl-carousel.owl-theme .owl-nav div.owl-next {
  position: absolute;
  right: 0px;
  color: #35404f;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
  background-color: rgba(0,0,0,0.08);
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #65a1de;
}
.owl-carousel.owl-theme.slider .owl-nav div.owl-prev {
  position: absolute;
  left: 30px;
  color: #ffffff;
}
.owl-carousel.owl-theme.slider .owl-nav div.owl-next {
  position: absolute;
  right: 30px;
  color: #ffffff;
}
.owl-carousel.owl-theme.slider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.owl-carousel.owl-theme.slider .owl-dots .owl-dot span {
  background-color: #f7f7f7;
}
.owl-carousel.owl-theme.slider .owl-dots .owl-dot.active span {
  background-color: #65a1de;
}
.owl-carousel:hover.owl-theme .owl-nav div {
  opacity: 0.6;
  visibility: visible;
  background-color: transparent;
}
.owl-carousel:hover.owl-theme .owl-nav div.owl-prev {
  position: absolute;
  left: -10px;
}
.owl-carousel:hover.owl-theme .owl-nav div.owl-next {
  position: absolute;
  right: -10px;
}
.owl-carousel:hover.owl-theme.slider .owl-nav div {
  opacity: 0.6;
  visibility: visible;
  background-color: transparent;
}
.owl-carousel:hover.owl-theme.slider .owl-nav div.owl-prev {
  position: absolute;
  left: 20px;
}
.owl-carousel:hover.owl-theme.slider .owl-nav div.owl-next {
  position: absolute;
  right: 20px;
}
.product-slider {
  width: 100%;
}
.product-slider .carousel-inner {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
}
.product-slider .carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
.product-slider .carousel-control.left {
  left: 0;
  right: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
.product-slider .carousel-control .fa-angle-left,
.product-slider .carousel-control .fa-angle-right,
.product-slider .carousel-control .icon-next,
.product-slider .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  display: inline-block;
  font-size: 30px;
}
.product-slider .carousel-control .fa-angle-right,
.product-slider .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
@media screen and (min-width: 767px) {
  .product-slider .carousel-control .fa-angle-left,
  .product-slider .carousel-control .fa-angle-right,
  .product-slider .carousel-control .icon-next,
  .product-slider .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    font-size: 60px;
  }
}
@media screen and (min-width: 767px) {
  .product-slider .carousel-control .fa-angle-right,
  .product-slider .carousel-control .icon-next {
    margin-right: -10px;
  }
  .product-slider .carousel-control .fa-angle-left,
  .product-slider .carousel-control .icon-next {
    margin-left: -10px;
  }
}
.product-slider .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.product-slider .carousel-indicators li {
  border-color: rgba(0,0,0,0.08);
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
}
.product-slider .carousel-indicators li img {
  display: block;
  opacity: 0.5;
  height: auto;
  width: 64px;
}
.product-slider .carousel-indicators li:hover img {
  opacity: 0.75;
}
.product-slider .carousel-indicators li.active img {
  opacity: 1;
}
.box-info {
  text-align: center;
}
@media (max-width: 991px) and (min-width: 767px) {
  .box-info {
    margin-bottom: 30px;
  }
}
.box-info a {
  color: #878c94;
}
.box-info a .box-info-inner {
  padding: 15px 20px;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.box-info a .box-info-inner h6 {
  margin: 0 10px;
  display: inline-block;
  color: #35404f;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.box-info a .box-info-inner i {
  color: #878c94;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.box-info a:hover,
.box-info a:active,
.box-info a:focus {
  text-decoration: none;
  color: #ffffff;
}
.box-info a:hover .box-info-inner,
.box-info a:active .box-info-inner,
.box-info a:focus .box-info-inner {
  background-color: #65a1de;
  border: 1px solid #65a1de;
}
.box-info a:hover .box-info-inner h6,
.box-info a:active .box-info-inner h6,
.box-info a:focus .box-info-inner h6 {
  color: #ffffff;
}
.box-info a:hover .box-info-inner i,
.box-info a:active .box-info-inner i,
.box-info a:focus .box-info-inner i {
  color: #ffffff;
}
@media (max-width: 991px) and (min-width: 767px) {
  .box-banner {
    margin-bottom: 30px;
  }
}
.box-banner figure {
  position: relative;
}
.box-banner figure figcaption {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
}
.box-banner figure figcaption.box-top {
  top: 20px;
}
.box-banner figure figcaption.box-middle {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.box-banner figure figcaption.box-bottom {
  bottom: 20px;
}
.box-banner figure figcaption .banner-content {
  position: relative;
  z-index: 9;
}
.box-banner figure figcaption .banner-content .title {
  font-weight: 800;
  margin: 10px 0;
  text-transform: uppercase;
}
.box-banner figure figcaption .banner-content .subtitle {
  margin: 10px 0;
}
.box-banner figure img {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.box-banner figure:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255,255,255,0.5);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.box-banner figure:hover:after {
  background-color: rgba(255,255,255,0.6);
}
.box-banner figure:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 991px) and (min-width: 767px) {
  .grid-space-0 .box-banner {
    margin: 0;
  }
}
@media (min-width: 767px) {
  .grid-space-1 div[class*="col-"] {
    padding: 0 1px;
  }
}
.box-banner-wide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 50px;
}
.box-banner-wide h1,
.box-banner-wide h2,
.box-banner-wide h3,
.box-banner-wide h4,
.box-banner-wide h5,
.box-banner-wide h6 {
  font-weight: 800;
}
.countdown {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.countdown li {
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  width: 70px;
  padding: 7px 0;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 1px;
  -webkit-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  -ms-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
}
.countdown li span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  color: #35404f;
}
.countdown li p {
  margin: 0;
  font-size: 14px;
}
.countdown-coming-soon {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.countdown-coming-soon li {
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  width: 100px;
  padding: 7px 0;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 1px;
  -webkit-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  -ms-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
}
.countdown-coming-soon li span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  color: #35404f;
}
.countdown-coming-soon li p {
  margin: 0;
  font-size: 14px;
  color: #878c94;
}
.box-banner-img {
  position: relative;
}
.box-banner-img a:after {
  content: ' ';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 0px;
  height: 0px;
  background-color: rgba(255,255,255,0);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  visibility: hidden;
  opacity: 1;
}
.box-banner-img:hover a:after {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 0;
  background-color: rgba(255,255,255,0.4);
}
#box-banner-popup {
  display: none;
}
#box-banner-popup .alert {
  background: #64d5f6;
}
@media (max-width: 991px) and (min-width: 767px) {
  .icon-boxes {
    margin-bottom: 30px;
  }
}
.icon-boxes.style1 {
  position: relative;
}
.icon-boxes.style1 .icon {
  font-size: 42px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icon-boxes.style1 .box-content {
  margin-left: 70px;
}
.icon-boxes.style1 h1,
.icon-boxes.style1 h2,
.icon-boxes.style1 h3,
.icon-boxes.style1 h4,
.icon-boxes.style1 h5,
.icon-boxes.style1 h6 {
  margin: 5px 0;
}
.icon-boxes.style1:hover .icon {
  top: -5px;
}
.icon-boxes.style2 {
  text-align: center;
  padding: 10px;
}
.icon-boxes.style2 .icon {
  font-size: 42px;
}
.icon-boxes.style2 h1,
.icon-boxes.style2 h2,
.icon-boxes.style2 h3,
.icon-boxes.style2 h4,
.icon-boxes.style2 h5,
.icon-boxes.style2 h6 {
  margin: 5px 0;
}
.thumbnail {
  padding: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.thumbnail.store {
  margin-bottom: 20px;
  border: none;
}
.thumbnail.store .header {
  position: relative;
}
.thumbnail.store .header .badges {
  font-size: 12px;
}
.thumbnail.store .header .badges .product-badge {
  padding: 2px 10px;
  position: absolute;
  z-index: 99;
}
.thumbnail.store .header .badges .product-badge.top {
  top: 10px;
}
.thumbnail.store .header .badges .product-badge.right {
  right: 10px;
}
.thumbnail.store .header .badges .product-badge.bottom {
  bottom: 10px;
}
.thumbnail.store .header .badges .product-badge.left {
  left: 10px;
}
.thumbnail.store .header figure img.front {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.thumbnail.store .header figure img.back {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail.store .header figure.layer::after {
  content: ' ';
  position: absolute;
  background-color: rgba(255,255,255,0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.thumbnail.store .header figure.zoom-in img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.thumbnail.store .header .countdown-product {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  background-color: rgba(0,0,0,0.4);
  display: table;
}
.thumbnail.store .header .countdown-product li {
  display: table-cell;
  border-right: 1px solid rgba(255,255,255,0.2);
  color: #ffffff;
  text-align: center;
}
.thumbnail.store .header .countdown-product li p {
  margin-bottom: 0;
}
.thumbnail.store .header .countdown-product li:last-child {
  border-right: none;
}
.thumbnail.store:hover .countdown-product {
  visibility: hidden;
}
.thumbnail.store .caption {
  padding: 5px 0;
  color: #878c94;
}
.thumbnail.store .caption h6 {
  margin-bottom: 5px;
}
.thumbnail.store .caption .price {
  margin: 0 0 5px 0;
}
.thumbnail.store .caption .price .amount {
  font-size: 20px;
  font-family: 'Dosis', sans-serif;
}
.thumbnail.store .caption .price .amount.off {
  text-decoration: line-through;
  margin-right: 10px;
  font-size: 14px;
}
.thumbnail.store:hover .header figure img.front {
  visibility: hidden;
  opacity: 0;
}
.thumbnail.store:hover .header figure img.back {
  visibility: visible;
  opacity: 1;
}
.thumbnail.store:hover .header figure::after {
  visibility: visible;
  opacity: 1;
}
.thumbnail.store:hover .header figure.zoom-in img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.thumbnail.store.style1 .header {
  border: 1px solid rgba(0,0,0,0.03);
}
.thumbnail.store.style1 .header .icons {
  position: absolute;
  top: 45%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail.store.style1 .header .icons .icon {
  background-color: #ffffff;
  width: 60px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  -webkit-box-shadow: rgba(0,0,0,0.04) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.04) 0 1px 3px;
  -ms-box-shadow: rgba(0,0,0,0.04) 0 1px 3px;
  box-shadow: rgba(0,0,0,0.04) 0 1px 3px;
}
.thumbnail.store.style1:hover .header .icons {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.thumbnail.store.style2 {
  border: 1px solid rgba(0,0,0,0.08);
}
.thumbnail.store.style2 .icons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  text-align: center;
  height: 0px;
  display: table;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 99;
}
.thumbnail.store.style2 .icons .icon {
  padding: 0 5px;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.thumbnail.store.style2 .icons .icon:hover,
.thumbnail.store.style2 .icons .icon:active,
.thumbnail.store.style2 .icons .icon:focus {
  color: #65a1de;
}
.thumbnail.store.style2 .icons .icon:last-child {
  border: none;
}
.thumbnail.store.style2 .caption {
  padding: 5px 10px;
}
.thumbnail.store.style2:hover .icons {
  height: 40px;
  background-color: rgba(0,0,0,0.5);
  visibility: visible;
  opacity: 1;
}
.thumbnail.store.style3 {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.thumbnail.store.style3 .header {
  border: 1px solid rgba(0,0,0,0.03);
}
.thumbnail.store.style3 .header .icons {
  position: absolute;
  top: 45%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail.store.style3 .header .icons .icon {
  background-color: #35404f;
  color: #ffffff;
  width: 60px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  -webkit-box-shadow: rgba(0,0,0,0.04) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.04) 0 1px 3px;
  -ms-box-shadow: rgba(0,0,0,0.04) 0 1px 3px;
  box-shadow: rgba(0,0,0,0.04) 0 1px 3px;
}
.thumbnail.store.style3 .caption {
  padding-left: 20px;
  padding-right: 20px;
}
.thumbnail.store.style3:hover .header .icons {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.thumbnail.blog {
  border: none;
}
.thumbnail.blog .header {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  overflow: hidden;
}
.thumbnail.blog .header .meta {
  font-size: 14px;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  padding: 7px 0;
  background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.5));
  text-align: center;
  display: table;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 99;
}
.thumbnail.blog .header .meta span {
  padding: 0 5px;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.thumbnail.blog .header .meta span:last-child {
  border: none;
}
.thumbnail.blog .caption {
  padding: 10px 0;
}
.thumbnail.blog .caption .author-category {
  margin-bottom: 5px;
}
.thumbnail.blog:hover .header .meta {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.social-icons {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 10px;
}
.social-icons li a {
  display: block;
  margin-left: 10px;
  color: #35404f;
}
.social-icons li a:hover,
.social-icons li a:active,
.social-icons li a:focus {
  color: #35404f;
}
.social-icons li.facebook a {
  color: inherit;
}
.social-icons li.facebook a:hover,
.social-icons li.facebook a:active,
.social-icons li.facebook a:focus {
  color: #3b5998;
}
.social-icons li.linkedin a {
  color: inherit;
}
.social-icons li.linkedin a:hover,
.social-icons li.linkedin a:active,
.social-icons li.linkedin a:focus {
  color: #1b85bd;
}
.social-icons li.flickr a {
  color: inherit;
}
.social-icons li.flickr a:hover,
.social-icons li.flickr a:active,
.social-icons li.flickr a:focus {
  color: #ff0084;
}
.social-icons li.skype a {
  color: inherit;
}
.social-icons li.skype a:hover,
.social-icons li.skype a:active,
.social-icons li.skype a:focus {
  color: #01aef2;
}
.social-icons li.tumblr a {
  color: inherit;
}
.social-icons li.tumblr a:hover,
.social-icons li.tumblr a:active,
.social-icons li.tumblr a:focus {
  color: #34465e;
}
.social-icons li.vimeo a {
  color: inherit;
}
.social-icons li.vimeo a:hover,
.social-icons li.vimeo a:active,
.social-icons li.vimeo a:focus {
  color: #0491bc;
}
.social-icons li.soundcloud a {
  color: inherit;
}
.social-icons li.soundcloud a:hover,
.social-icons li.soundcloud a:active,
.social-icons li.soundcloud a:focus {
  color: #fe531b;
}
.social-icons li.yahoo a {
  color: inherit;
}
.social-icons li.yahoo a:hover,
.social-icons li.yahoo a:active,
.social-icons li.yahoo a:focus {
  color: #572c73;
}
.social-icons li.dropbox a {
  color: inherit;
}
.social-icons li.dropbox a:hover,
.social-icons li.dropbox a:active,
.social-icons li.dropbox a:focus {
  color: #0089d1;
}
.social-icons li.joomla a {
  color: inherit;
}
.social-icons li.joomla a:hover,
.social-icons li.joomla a:active,
.social-icons li.joomla a:focus {
  color: #0266bb;
}
.social-icons li.wordpress a {
  color: inherit;
}
.social-icons li.wordpress a:hover,
.social-icons li.wordpress a:active,
.social-icons li.wordpress a:focus {
  color: #464646;
}
.social-icons li.vine a {
  color: inherit;
}
.social-icons li.vine a:hover,
.social-icons li.vine a:active,
.social-icons li.vine a:focus {
  color: #00a478;
}
.social-icons li.xing a {
  color: inherit;
}
.social-icons li.xing a:hover,
.social-icons li.xing a:active,
.social-icons li.xing a:focus {
  color: #126567;
}
.social-icons li.stumbleupon a {
  color: inherit;
}
.social-icons li.stumbleupon a:hover,
.social-icons li.stumbleupon a:active,
.social-icons li.stumbleupon a:focus {
  color: #f74425;
}
.social-icons li.foursquare a {
  color: inherit;
}
.social-icons li.foursquare a:hover,
.social-icons li.foursquare a:active,
.social-icons li.foursquare a:focus {
  color: #0072b1;
}
.social-icons li.twitter a {
  color: inherit;
}
.social-icons li.twitter a:hover,
.social-icons li.twitter a:active,
.social-icons li.twitter a:focus {
  color: #1da1f2;
}
.social-icons li.instagram a {
  color: inherit;
}
.social-icons li.instagram a:hover,
.social-icons li.instagram a:active,
.social-icons li.instagram a:focus {
  color: #f4b97a;
}
.social-icons li.youtube a {
  color: inherit;
}
.social-icons li.youtube a:hover,
.social-icons li.youtube a:active,
.social-icons li.youtube a:focus {
  color: #cc181e;
}
.social-icons li.dribbble a {
  color: inherit;
}
.social-icons li.dribbble a:hover,
.social-icons li.dribbble a:active,
.social-icons li.dribbble a:focus {
  color: #e14984;
}
.social-icons li.behance a {
  color: inherit;
}
.social-icons li.behance a:hover,
.social-icons li.behance a:active,
.social-icons li.behance a:focus {
  color: #1769ff;
}
.social-icons li.pinterest a {
  color: inherit;
}
.social-icons li.pinterest a:hover,
.social-icons li.pinterest a:active,
.social-icons li.pinterest a:focus {
  color: #bd081c;
}
.social-icons li.google-plus a {
  color: inherit;
}
.social-icons li.google-plus a:hover,
.social-icons li.google-plus a:active,
.social-icons li.google-plus a:focus {
  color: #d44032;
}
.social-icons.style1 li.facebook a {
  color: #3b5998;
}
.social-icons.style1 li.twitter a {
  color: #1da1f2;
}
.social-icons.style1 li.linkedin a {
  color: #1b85bd;
}
.social-icons.style1 li.flickr a {
  color: #ff0084;
}
.social-icons.style1 li.skype a {
  color: #01aef2;
}
.social-icons.style1 li.tumblr a {
  color: #34465e;
}
.social-icons.style1 li.vimeo a {
  color: #0491bc;
}
.social-icons.style1 li.soundcloud a {
  color: #fe531b;
}
.social-icons.style1 li.yahoo a {
  color: #572c73;
}
.social-icons.style1 li.dropbox a {
  color: #0089d1;
}
.social-icons.style1 li.joomla a {
  color: #0266bb;
}
.social-icons.style1 li.wordpress a {
  color: #464646;
}
.social-icons.style1 li.vine a {
  color: #00a478;
}
.social-icons.style1 li.xing a {
  color: #126567;
}
.social-icons.style1 li.stumbleupon a {
  color: #f74425;
}
.social-icons.style1 li.foursquare a {
  color: #0072b1;
}
.social-icons.style1 li.instagram a {
  color: #f4b97a;
}
.social-icons.style1 li.youtube a {
  color: #cc181e;
}
.social-icons.style1 li.dribbble a {
  color: #e14984;
}
.social-icons.style1 li.behance a {
  color: #1769ff;
}
.social-icons.style1 li.pinterest a {
  color: #bd081c;
}
.social-icons.style1 li.google-plus a {
  color: #d44032;
}
.social-icons.style2 li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}
.social-icons.style2 li a:hover,
.social-icons.style2 li a:active,
.social-icons.style2 li a:focus {
  color: #ffffff;
}
.social-icons.style2 li.facebook a {
  background-color: #3b5998;
}
.social-icons.style2 li.twitter a {
  background-color: #1da1f2;
}
.social-icons.style2 li.dribbble a {
  background-color: #e14984;
}
.social-icons.style2 li.linkedin a {
  background-color: #1b85bd;
}
.social-icons.style2 li.youtube a {
  background-color: #cc181e;
}
.social-icons.style2 li.behance a {
  background-color: #1769ff;
}
.social-icons.style2 li.google-plus a {
  background-color: #d44032;
}
.social-icons.style2 li.flickr a {
  background-color: #ff0084;
}
.social-icons.style2 li.skype a {
  background-color: #01aef2;
}
.social-icons.style2 li.tumblr a {
  background-color: #34465e;
}
.social-icons.style2 li.vimeo a {
  background-color: #0491bc;
}
.social-icons.style2 li.instagram a {
  background-color: #f4b97a;
}
.social-icons.style2 li.pinterest a {
  background-color: #bd081c;
}
.social-icons.style2 li.soundcloud a {
  background-color: #fe531b;
}
.social-icons.style2 li.yahoo a {
  background-color: #572c73;
}
.social-icons.style2 li.dropbox a {
  background-color: #0089d1;
}
.social-icons.style2 li.joomla a {
  background-color: #0266bb;
}
.social-icons.style2 li.wordpress a {
  background-color: #464646;
}
.social-icons.style2 li.vine a {
  background-color: #00a478;
}
.social-icons.style2 li.xing a {
  background-color: #126567;
}
.social-icons.style2 li.stumbleupon a {
  background-color: #f74425;
}
.social-icons.style2 li.foursquare a {
  background-color: #0072b1;
}
.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.panel .panel-heading {
  padding: 15px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.panel .panel-heading a:hover,
.panel .panel-heading a:focus,
.panel .panel-heading a:active {
  color: #ffffff;
}
.panel .panel-footer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: rgba(0,0,0,0.08);
  border-color: rgba(0,0,0,0.1);
}
.panel.panel-default {
  border-color: rgba(0,0,0,0.2);
}
.panel.panel-default .panel-heading {
  background-color: rgba(0,0,0,0.08);
  border-color: rgba(0,0,0,0.1);
}
.panel.panel-default .panel-heading a:hover,
.panel.panel-default .panel-heading a:focus,
.panel.panel-default .panel-heading a:active {
  color: #35404f;
}
.panel.panel-primary {
  border-color: #65a1de;
}
.panel.panel-primary .panel-heading {
  background-color: #65a1de;
  border-color: #65a1de;
}
.panel.panel-success {
  border-color: #5ed35e;
}
.panel.panel-success .panel-heading {
  background-color: #5ed35e;
  border-color: #5ed35e;
  color: #ffffff;
}
.panel.panel-info {
  border-color: #64d5f6;
}
.panel.panel-info .panel-heading {
  background-color: #64d5f6;
  border-color: #64d5f6;
  color: #ffffff;
}
.panel.panel-warning {
  border-color: #fcbe66;
}
.panel.panel-warning .panel-heading {
  background-color: #fcbe66;
  border-color: #fcbe66;
  color: #ffffff;
}
.panel.panel-danger {
  border-color: #e55e5a;
}
.panel.panel-danger .panel-heading {
  background-color: #e55e5a;
  border-color: #e55e5a;
  color: #ffffff;
}
.navbar-default {
  margin: 0;
}
.breadcrumbs {
  margin: 0;
  background-color: #f7f7f7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 12px 0;
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 14px;
}
.breadcrumbs ul li:after {
  font-family: "FontAwesome";
  content: '\f105';
  margin: 0 4px 0 8px;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: red;
  background: transparent url("../img/loading.gif") top left no-repeat;
  border: none;
}
.rating-container .rating {
  cursor: default;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.rating-container .star {
  display: inline-block;
  margin: 0 3px;
  text-align: center;
}
.rating-container .empty-stars {
  color: rgba(0,0,0,0.1);
}
.rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #fcbe66;
  white-space: nowrap;
  overflow: hidden;
}
.rating-disabled .rating {
  cursor: not-allowed;
}
.rating-rtl {
  float: right;
}
.rating-rtl .filled-stars {
  left: auto;
  right: 0;
  -ms-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
  -webkit-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
  transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
}
.rating-rtl.is-star .filled-stars {
  right: 0.06em;
}
.rating-rtl.is-heart .empty-stars {
  margin-right: 0.07em;
}
.rating-animate .filled-stars {
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.rating-xl {
  font-size: 3em;
}
.rating-lg {
  font-size: 2.5em;
}
.rating-md {
  font-size: 2em;
}
.rating-sm {
  font-size: 1.5em;
}
.rating-xs {
  font-size: 1.2em;
}
.rating-container .clear-rating {
  color: rgba(0,0,0,0.1);
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
  padding-right: 5px;
}
.rating-container .caption {
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
  margin-top: -0.6em;
  margin-left: 5px;
  margin-right: 0;
}
.clear-rating-active {
  cursor: pointer !important;
}
.clear-rating-active:hover {
  color: #e55e5a;
}
.rating-rtl .caption {
  margin-right: 5px;
  margin-left: 0;
}
@media print {
  .rating-container .clear-rating {
    display: none;
  }
}
.modal-content {
  position: relative;
  background-color: #f7f7f7;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #878c94;
}
.modal-content .modal-header {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.modal-content .modal-header button.close {
  position: absolute;
  top: -14px;
  right: -14px;
  background-color: #35404f;
  width: 28px;
  height: 28px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.modal-content .modal-header button.close:hover,
.modal-content .modal-header button.close:active,
.modal-content .modal-header button.close:focus {
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal-content .modal-footer {
  padding: 15px 20px;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.account .modal-content {
  background-color: #ffffff;
}
.account .modal-content .modal-body {
  overflow: hidden;
  padding: 0px;
}
.account .modal-content .modal-body .display-table {
  margin-left: 0px;
}
.account .modal-content .modal-body .inner-content {
  padding: 100px 40px;
  position: relative;
}
.account .modal-content .modal-body .inner-content .or {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: -35px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 999;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.account .modal-content .modal-body .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-shadow: none;
  font-weight: 400;
  z-index: 999;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.news-widgets h6 a {
  color: #64d5f6 !important;
}
.widget {
  margin-bottom: 30px;
}
.widget ul li {
  line-height: 18px;
  margin-bottom: 15px;
}
.widget ul li:last-child {
  margin-bottom: 0;
}
.widget ul li .checkbox-input .color {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 3px;
}
.widget ul li a {
  color: #878c94;
}
.widget ul li a:hover,
.widget ul li a:active,
.widget ul li a:focus {
  color: #35404f;
}
.widget ul li.active a {
  color: #35404f;
}
.widget .price-range .ui-range-values {
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  color: #35404f;
}
.widget .price-range .ui-range-values .ui-range-value-min {
  display: inline-block;
  width: 45%;
}
.widget .price-range .ui-range-values .ui-range-value-max {
  display: inline-block;
  width: 45%;
}
.widget .price-range .ui-range-slider {
  margin-bottom: 15px;
}
.widget .items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget .items li {
  overflow: hidden;
  clear: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.widget .items li .product-image {
  width: 60px;
  float: left;
}
.widget .items li .product-image img {
  width: 100%;
}
.widget .items li .product-details {
  position: relative;
  margin-left: 60px;
  padding: 0 15px 0 10px;
}
.widget .items li .product-details .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
}
.widget .items li .product-details .product-name {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.widget .items li .product-details .rate {
  margin-top: 3px;
  font-size: 12px;
}
.widget .items li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget .tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget .tags li {
  display: inline-block;
  margin-bottom: 5px;
}
.widget .panel-title {
  position: relative;
}
.widget .panel-title a::before {
  font-family: FontAwesome;
  content: "\f107";
  display: block;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget .panel-title a.collapsed::before {
  content: "\f105";
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -ms-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
  -ms-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.noUi-horizontal {
  height: 8px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -7px;
}
.noUi-target {
  background-color: rgba(0,0,0,0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.noUi-connect {
  background: #35404f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 450ms;
  -moz-transition: background 450ms;
  -ms-transition: background 450ms;
  -o-transition: background 450ms;
  transition: background 450ms;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  border: 2px solid #35404f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.noUi-active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.shop-category {
  position: relative;
  padding: 0;
  text-align: center;
  height: 350px;
  overflow: hidden;
}
.shop-category .category-img {
  position: absolute;
  top: 50%;
  left: -75%;
  text-align: right;
  width: 100%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.shop-category .category-img img {
  height: 350px;
}
.shop-category .category-name {
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  width: 75%;
  padding: 10px 30px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-category .category-name .title {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-category:hover .category-img {
  left: 0;
}
.shop-category:hover .category-name {
  width: 100%;
  color: #f7f7f7;
}
.shop-category:hover .category-name .title {
  color: #ffffff;
}
.shop-category:hover:after {
  content: " ";
  background-color: #65a1de;
  opacity: .9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.shop-category:after {
  content: " ";
  background-color: rgba(12,212,210,0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cat-item {
  position: relative;
}
.cat-item .cat-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.cat-item .cat-title h6 {
  margin: 0;
  font-weight: normal;
}
.cat-item .cat-title a {
  display: block;
  background-color: rgba(0,0,0,0.4);
  padding: 12px 0;
  color: #ffffff;
}
.cat-item-style2 {
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.cat-item-style2 .title {
  border-top: 1px solid #f7f7f7;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}
.map {
  position: relative;
  width: 100%;
  height: 520px;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.cg-15 {
  column-gap: 15px;
}
.m-0 {
  margin: 0 !important;
}
.mt-30 {
  margin-top: 30px;
}
.ml-auto {
  margin-left: auto;
}
.fw-600 {
  font-weight: 600;
}
.mt-auto {
  margin-top: auto;
}
article.blog {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 0 20px #0000000a;
  padding: 30px;
}
article.blog.help {
  min-height: 455px;
}
.blog-widget {
  border-radius: 20px;
  padding: 0px 25px 0px 0px;
}
.w-100 {
  width: 100%;
}
@media (min-width: 991px) {
  .text-md-right {
    text-align: right;
  }
  .mt-md-5 {
    margin-top: 5px;
  }
  .ml-md-5 {
    margin-left: 5px;
  }
  .w-md-fit {
    width: fit-content;
  }
}
#galerie-1,
#galerie-2,
#galerie-3,
#galerie-4 {
  display: flex;
  column-gap: 1.5rem;
  margin: 1.5rem 0;
}
body {
  color: #545454;
}
input,
textarea {
  font-size: 16px !important;
}
.bucket-icon {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
}
.bucket-icon svg {
  fill: currentColor;
}
.bucket-icon.large {
  width: 1.5rem;
  height: 1.5rem;
}
.bucket-icon-em {
  width: 1em;
  height: 1em;
}
.cart-quantity-input {
  width: 40px;
}
.nux-test {
  display: none;
}
.product-badge-big {
  padding: 8px 14px !important;
  font-size: 1.4rem;
}
.product-preview-title {
  height: 6rem;
  overflow: hidden;
}
.product-preview-brief-desc {
  height: 6.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.product-preview-image {
  position: relative;
  height: 300px;
  background-color: #fff;
}
.product-preview-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-preview-image img {
  position: absolute !important;
  left: 50%;
  top: 50% !important;
  max-height: 100% !important;
  width: auto !important;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.lg-backdrop {
  background-color: rgba(0,0,0,0.8);
}
.lg-object.lg-image {
  max-height: 80%;
  max-height: 90%;
}
.owl-carousel.column-5-autoplay .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 650px) {
  .owl-nav div {
    opacity: 0.6 !important;
    visibility: visible !important;
    background-color: transparent !important;
  }
}
.product-slider img {
  max-height: 300px;
  max-width: 100%;
  width: auto !important;
  margin: auto;
}
.product-slider .item {
  cursor: pointer;
}
.product-slider-thumb img {
  max-height: 80px;
  max-width: 100%;
  width: auto !important;
  margin: auto;
}
.product-slider-thumb .item {
  cursor: pointer;
}
.owl-prev.disabled,
.owl-next.disabled {
  opacity: 0.2 !important;
}
.zoomContainer:first-of-type {
  display: block !important;
}
.my-pager a,
.my-pager strong,
.my-pager .pager > span {
  padding: 5px 10px;
  background: #b0daef;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  margin-bottom: 10px;
  display: inline-block;
}
.my-pager a:hover,
.my-pager strong:hover,
.my-pager .pager > span:hover {
  background: #86C6E6;
}
.my-pager strong,
.my-pager .pager > span {
  background: #86C6E6;
  font-weight: 500;
  text-wrap: nowrap;
}
.thumbnail.store .caption .price {
  height: 20px;
}
.amount-small {
  font-size: 14px !important;
}
.captcha {
  display: none;
}
.is-invalid {
  background-color: #ffefef;
}
.is-invalid + .is-invalid {
  background-color: inherit;
  color: #ff0000;
}
.nav-pills.style2 li a {
  font-size: 1.4rem;
  padding: 10px;
}
.table-custom th,
.table-custom td {
  padding: 6px !important;
  border: 1px solid #ddd !important;
}
.comp {
  position: relative;
  padding-right: 2px;
  -webkit-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
  cursor: ew-resize;
}
.table-compare thead tr th,
.table-compare thead tr td {
  padding: 8px;
  border: 1px solid #ececec;
  color: inherit;
  text-align: center;
  border: 0;
}
@media (min-width: 768px) {
  .table-compare thead tr th,
  .table-compare thead tr td {
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.table-compare tbody tr th,
.table-compare tfoot tr th {
  color: inherit;
  padding: 4px 8px;
  border: 1px solid #ececec;
  background-color: #f8f8f8;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 300;
  width: 80px;
  white-space: initial !important;
}
@media (min-width: 768px) {
  .table-compare tbody tr th,
  .table-compare tfoot tr th {
    width: 160px;
    white-space: nowrap !important;
  }
}
.table-compare tbody tr td,
.table-compare tfoot tr td {
  color: inherit;
  padding: 4px 8px;
  border: 1px solid #ececec;
  text-align: center;
  vertical-align: middle;
}
.table-compare tbody tr td img,
.table-compare tfoot tr td img {
  width: 150px;
}
.table-compare tbody tr:not(.no-hover):hover,
.table-compare tfoot tr:not(.no-hover):hover {
  background-color: #f8f8f8 !important;
}
.comp-section th {
  text-align: right;
  background-color: #65a1de80 !important;
  color: #fff !important;
}
.comp-fixed {
  position: relative;
}
.comp-item-desc {
  padding: 10px;
  white-space: initial;
}
.footer {
  background-color: #333;
  color: #fff;
}
.footer a {
  color: #fff;
}
@media (max-width: 767px) {
  .yamm .navbar-collapse .nav {
    padding: 0 15px;
  }
  .table-responsive {
    border: 0;
  }
}
@media (min-width: 991px) {
  .my-profile-nav {
    text-align: left !important;
  }
}
.nav-more-text {
  display: none;
  position: absolute;
  right: 0;
  top: 9px;
  color: #86C6E6;
  font-weight: 900;
  transform: rotate(17deg);
  font-size: 12px;
}
@media (min-width: 768px) {
  .nav-more-text {
    display: block;
  }
}
.topBar.inverse {
  background-color: #005B87;
}
.topBar.inverse a {
  color: #333;
}
.topBar ul.topBarNav li ul.cart .cart-items {
  height: auto;
  max-height: 340px;
  overflow: auto;
}
.topBar ul.topBarNav li a:focus {
  outline: none;
}
.topBar ul.topBarNav li a:focus + ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
@media (max-width: 992px) {
  .yamm .navbar-nav > li > a {
    padding: 10px;
  }
}
.nav-categories-header {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  -ms-box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  background: #fff;
  font-family: 'Roboto', serif;
  font-weight: bold;
  color: #35404f;
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  text-align: left;
}
.nav-categories-header i {
  margin-top: 4px;
}
.nav-categories-item {
  position: relative;
}
.nav-categories-item i {
  position: absolute;
  right: 5px;
  top: 12px;
}
.section:first-of-type {
  padding: 20px 0 70px;
}
.section-small {
  padding: 20px 0 !important;
}
.section-shadow {
  -webkit-box-shadow: inset 0 0 15px #ccc;
  -moz-box-shadow: inset 0 0 15px #ccc;
  box-shadow: inset 0 0 15px #ccc;
}
.section-shadow-inherit {
  -webkit-box-shadow: inset 0 0 15px;
  -moz-box-shadow: inset 0 0 15px;
  box-shadow: inset 0 0 15px;
}
.subcategory {
  height: 80px;
  background-color: #fff;
}
.subcategory img {
  position: absolute;
  left: 25px;
  top: 40px;
  margin-top: -30px;
}
.subcategory .caption {
  position: relative;
  width: calc(100% - 80px);
  text-align: left;
  display: block;
  float: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-helper {
  position: absolute;
  z-index: 1009;
  width: 100%;
  text-align: left;
}
.search-helper-input + .fa-spin {
  display: none;
  position: absolute;
  top: 15px;
  right: 70px;
  z-index: 9;
}
.my-badges {
  font-size: 12px;
}
.my-badges .product-badge {
  padding: 2px 10px;
  position: absolute;
  z-index: 99;
}
.my-badges .product-badge.top {
  top: 10px;
}
.my-badges .product-badge.right {
  right: 10px;
}
.my-badges .product-badge.bottom {
  bottom: 10px;
}
.my-badges .product-badge.left {
  left: 10px;
}
.slider-main-hp.mobile .text {
  text-align: center;
  padding: 15px;
  background: #ffffff;
}
.slider-main-hp:not(.mobile) .text {
  position: absolute;
  left: 4px;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  background: rgba(255,255,255,0.8);
}
.search-addon {
  background-color: #005B87;
  padding: 0;
  border-color: #005B87;
}
.search-addon button {
  height: 42px;
  border: 0;
  padding: 0 20px;
  color: #fff;
  background: transparent;
}
.card {
  padding: 15px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 4px;
}
.iframe-responsive {
  max-width: 100%;
  width: 800px;
  min-height: 500px;
  margin: auto;
  display: block;
}
.modal-content .modal-header button.close {
  background-color: transparent;
  border-radius: 0;
  top: 0;
  right: 0;
}
#cookies {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #86C6E6;
  color: #fff;
  z-index: 9999;
  padding: 15px;
}
#cookies span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 2.5;
  border-radius: 3px;
}
#cookies button {
  float: right;
}
.cms-custom-form input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cms-custom-form input[type=submit] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.inside-images-max-100p img {
  max-width: 100%;
  height: auto !important;
}
.my-profile {
  padding: 0px 30px 40px 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.profile-buttons {
  display: inline-grid;
  margin-top: 15px;
}
.profile p {
  margin: 0;
}
.profile tr {
  border-bottom: 1px solid #E8E8E8;
}
.profile th {
  font-weight: 500;
  padding: 0px 10px;
}
.profile td {
  padding: 10px 10px;
  height: 45px;
}
.profile h2 {
  color: #005B87;
  font-weight: 400;
  font-size: 23px;
}
.profile h3 {
  color: #005B87;
  font-weight: 600;
  font-size: 24px;
}
.profile .btn {
  border-radius: 5px;
  font-weight: 500;
  padding: 12px 30px;
}
.profile .btn-primary {
  background: #005B87;
}
.profile .btn-danger {
  background: #E2574C;
}
.profile table {
  min-width: 775px;
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
}
.text-white {
  color: white !important;
}
.profile a {
  color: #65a1de;
}
.my-profile-nav {
  text-align: center;
}
.my-profile label {
  font-weight: 500;
}
.my-profile legend {
  color: #005b87;
  font-weight: 600;
  border: 0;
}
.my-profile .form-control:focus {
  border-color: #005b87;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px #005b871c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px #005b871c;
}
.my-profile .bold {
  font-weight: 500;
}
.my-profile .addToCart button {
  border: 0;
  background: none;
}
@media (max-width: 767px) {
  .mt-n10 {
    margin-top: -1rem !important;
  }
}
.text-strike {
  text-decoration: line-through;
}
.hover-underline:hover {
  text-decoration: underline;
}
.w-50 {
  width: 50%;
}
.pr {
  position: relative;
}
@media (max-width: 768px) {
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .line-clamp-2 p {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .ws-xs-inherit {
    white-space: inherit !important;
  }
}
@media (min-width: 480px) {
  .pull-xxs-left {
    float: left;
  }
}
@media (min-width: 480px) {
  .pull-xxs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }
}
@media (min-width: 768px) {
  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }
}
@media (min-width: 992px) {
  .pull-md-right {
    float: right;
  }
}
.text-center-imp {
  text-align: center !important;
}
.clr-blue {
  color: #86C6E6;
}
.clr-yellow {
  color: #FFDB31;
}
.yellow-background {
  background-color: #FFDB31;
}
.white-background-imp {
  background-color: #ffffff !important;
}
.td-lt {
  text-decoration: line-through;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.ws-nowrap {
  white-space: nowrap;
}
.alert-small {
  padding: 5px 15px;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.tt-u {
  text-transform: uppercase;
}
.nav-shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  -ms-box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}
.w-200p {
  width: 200px;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pt-10-imp {
  padding-top: 10px !important;
}
.pb-0-imp {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.p-0 {
  padding: 0px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.p-35 {
  padding: 35px;
}
.p-40 {
  padding: 40px;
}
.p-45 {
  padding: 45px;
}
.p-50 {
  padding: 50px;
}
.p-55 {
  padding: 55px;
}
.p-60 {
  padding: 60px;
}
.p-70 {
  padding: 70px;
}
.p-80 {
  padding: 80px;
}
.p-90 {
  padding: 90px;
}
.p-100 {
  padding: 100px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-25 {
  margin: 25px;
}
.m-30 {
  margin: 30px;
}
.m-35 {
  margin: 35px;
}
.m-40 {
  margin: 40px;
}
.m-45 {
  margin: 45px;
}
.m-50 {
  margin: 50px;
}
.m-55 {
  margin: 55px;
}
.m-60 {
  margin: 60px;
}
.m-70 {
  margin: 70px;
}
.m-80 {
  margin: 80px;
}
.m-90 {
  margin: 90px;
}
.m-100 {
  margin: 100px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.h-5 {
  height: 5px;
}
.h-10 {
  height: 10px;
}
.h-15 {
  height: 15px;
}
.h-20 {
  height: 20px;
}
.h-25 {
  height: 25px;
}
.h-30 {
  height: 30px;
}
.h-35 {
  height: 35px;
}
.h-40 {
  height: 40px;
}
.h-45 {
  height: 45px;
}
.h-50 {
  height: 50px;
}
.h-55 {
  height: 55px;
}
.h-60 {
  height: 60px;
}
.h-70 {
  height: 70px;
}
.h-80 {
  height: 80px;
}
.h-90 {
  height: 90px;
}
.h-100 {
  height: 100px;
}
.stock.text-right {
  min-height: 22px;
}
.thumbnail.store {
  min-height: 603px;
}
.youtube-frame {
  max-width: 800px !important;
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}
div[data-service="youtube"] {
  display: block;
  width: 800px;
  min-height: 150px;
  min-width: 300px;
  font-family: inherit;
  position: relative;
  background-color: #0b1016;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.font-weight-normal {
  font-weight: 400;
}
.box-shadow-none {
  box-shadow: none !important;
}
.shadow-box {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-right: 10px;
}
.h-20 {
  height: 20px;
}
@media (max-width: 767px) {
  .input-skladem {
    margin-right: 0;
    display: flex;
  }
  .input-skladem input {
    width: fit-content;
  }
}
#trade-terms p {
  padding-left: 1rem;
  text-indent: -3rem;
}
#trade-terms p.ml-20 {
  padding-left: 5rem;
  text-indent: -2rem;
}
.complaints,
td,
th {
  padding: 10px;
  border: 1px solid #dfdfdf;
}
#trade-terms li::marker {
  font-weight: bold;
  font-size: 120%;
}
#vocabulary-header {
  margin-bottom: -8rem;
}
#search {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#searchInput {
  padding: 8px 30px 8px 10px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  flex: 1;
  width: 100%;
}
#searchIcon {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #888;
  cursor: pointer;
  transform: translateY(-50%);
}
#index {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.letter,
.letterDetail {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  font-size: 2.1rem;
  color: #005B87;
  font-weight: bold;
  cursor: pointer;
}
.term,
.term-detail {
  justify-content: center;
  margin-top: 10rem;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.term-definition,
.term-definition-detail {
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
#dictionary {
  diplay: flex;
  flex-wrap: wrap;
}
.nav-css-2024 li a {
  display: block;
  border-bottom: 1px solid white;
  color: #878c94;
  text-shadow: 0 1px 0 rgba(255,255,255,0.35);
  padding: 10px 5px 10px 13px !important;
  font-size: 14px;
}
.nav-css-2024 ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-css-2024 li.active {
  display: block;
  background: #f9f9f9;
  border-left: 2px solid #86C6E6;
}
.nav-css-2024 li.active a {
  color: #86C6E6 !important;
}
.nav-css-2024 .nav-item-2024 {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-css-2024 > ul >li >ul > li {
  display: block !important;
}
.nav-css-2024 > ul > li > ul > li > ul > li {
  display: none;
}
.nav-css-2024 > ul > li > ul > li > ul > li > a {
  border-left: 1px solid #ccc;
}
.nav-css-2024 > ul > li > ul > li > ul {
  padding-left: 10px;
}
.nav-css-2024 > ul > li > ul > li > ul > li > ul > li {
  display: none;
}
.nav-css-2024 > ul > li > ul > li > ul > li > ul > li > a {
  border-left: 1px solid #ccc;
}
.nav-css-2024 > ul > li > ul > li > ul > li > ul {
  padding-left: 10px;
}
.nav-css-2024 > ul > li > ul > li > ul > li > ul > li > ul > li {
  display: none;
}
.nav-css-2024 > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  border-left: 1px solid #ccc;
}
.nav-css-2024 > ul > li > ul > li > ul > li > ul > li > ul {
  padding-left: 10px;
}
.nav-css-2024 > ul >li >ul > li.active + li > ul > li {
  display: block !important;
}
.nav-css-2024 > ul >li >ul > li > ul > li.active + li > ul > li {
  display: block !important;
}
.nav-css-2024 > ul >li >ul > li > ul > li > ul > li.active + li > ul > li {
  display: block !important;
}
.nav-css-2024 .active-child > ul > li {
  display: block !important;
}
.nav-css-2024 li.active a {
  border-left: 0;
}
.nav-css-2024 > ul > li > ul > li:last-child {
  display: none !important;
}
.vycentrovani-obrazku {
  display: flex;
  justify-content: center;
}
.blog-nav-item {
  display: block;
  padding: 16px 8px;
  border-bottom: 1px solid #c3c3c3;
  font-size: 16px;
}
.blog-nav-item.active {
  background: #efefef;
}
.blog-nav-item.active:hover {
  color: #35404f;
}
.justify-content-end {
  justify-content: end;
}

/* cache data: 0.0032930374145508 */