.outfit {
  font-family: 'outfit' !important
}

div.follow-up-subscriptions {
  margin: 1em 0 2em 0
}

.fue-subscriptions-message.hidden {
  display: none
}

ul.follow-up-lists {
  margin: 0 0 1.618em 1em
}

ul.follow-up-lists li {
  list-style: none
}

.fue-error {
  border-left: 3px solid #A10000;
  color: #A10000;
  padding: 0 1.618em;
  background: #FFF0EE
}

.fue-success {
  border-left: 3px solid #00AB00;
  color: #00AB00;
  padding: 0 1.618em;
  background: #F0FFF3
}

.fue-error p,
.fue-success p {
  padding: 10px 0
}



.whatsappme {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  color: #262626;
  transform: scale3d(0, 0, 0);
  transition: transform .3s ease-in-out;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none
}

.whatsappme svg path {
  fill: currentColor !important
}

.whatsappme.whatsappme--show {
  transform: scale3d(1, 1, 1);
  transition: transform .5s cubic-bezier(.18, .89, .32, 1.28)
}

.whatsappme__button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: 8px;
  right: 8px;
  height: 60px;
  min-width: 60px;
  max-width: 95vw;
  background-color: #25d366;
  color: #fff;
  border-radius: 30px;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
  cursor: pointer;
  transition: background-color .2s linear;
  -webkit-tap-highlight-color: transparent
}

.whatsappme__button:hover {
  background-color: #128c7e;
  transition: background-color 1.5s linear
}

.whatsappme--dialog .whatsappme__button {
  background-color: #128c7e;
  transition: background-color .2s linear
}

.whatsappme--dialog .whatsappme__button:hover {
  background-color: #075e54
}

.whatsappme__button:active {
  background-color: #075e54;
  transition: none
}

@supports (-webkit-overflow-scrolling:touch) {
  .whatsappme--dialog .whatsappme__button {
    background-color: #34b7f1
  }

  .whatsappme--dialog .whatsappme__button:hover,
  .whatsappme__button:active {
    background-color: #228bb9
  }
}

.whatsappme__button svg {
  width: 36px;
  height: 36px;
  margin: 12px 12px
}

.whatsappme__button .whatsappme__button__send {
  margin: 12px 11px 12px 13px
}

.whatsappme__button__image {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0
}

.whatsappme__button__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.whatsappme--show .whatsappme__button__image {
  animation: wame_image_loop 20s linear 5s infinite normal both
}

.whatsappme--image .whatsappme__button__image {
  opacity: 1;
  animation: none
}

.whatsappme__button__sendtext {
  padding: 0;
  max-width: 0;
  font-weight: 600;
  line-height: 60px;
  white-space: nowrap;
  opacity: 0;
  overflow: hidden;
  transition: none
}

.whatsappme--dialog .whatsappme__button__sendtext {
  padding: 0 4px 0 24px;
  max-width: 200px;
  opacity: 1;
  transition: max-width .2s linear, opacity .4s ease-out .2s
}

.whatsappme__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: #e82c0c;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  box-shadow: none;
  opacity: 0;
  pointer-events: none
}

.whatsappme__badge.whatsappme__badge--in {
  animation: wame_badge_in .5s cubic-bezier(.27, .9, .41, 1.28) 1 both
}

.whatsappme__badge.whatsappme__badge--out {
  animation: wame_badge_out .4s cubic-bezier(.215, .61, .355, 1) 1 both
}

.whatsappme--dialog .whatsappme__button {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3)
}

.whatsappme .whatsappme__button__send path {
  fill: none !important;
  stroke: #fff !important;
  animation: wame_plain 6s 0s ease-in-out infinite
}

.whatsappme .whatsappme__button__send path.wame_chat {
  animation-name: wame_chat
}

.whatsappme__tooltip {
  position: absolute;
  top: 14px;
  right: 76px;
  max-width: calc(100vw - 105px);
  height: 32px;
  padding: 0 14px;
  border: none;
  border-radius: 16px;
  background: #fff;
  color: #075e54;
  line-height: 31px;
  white-space: nowrap;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
  opacity: 0
}

.whatsappme__tooltip::after {
  font: normal normal 400 20px/1em WAmeIcons;
  content: '\e900';
  position: absolute;
  top: 6px;
  right: -12px;
  color: #fff;
  text-align: right;
  text-shadow: 2px 1px 3px rgba(0, 0, 0, .4)
}

.whatsappme__tooltip div {
  overflow: hidden;
  text-overflow: ellipsis
}

.whatsappme--tooltip .whatsappme__tooltip {
  animation: wame_tootlip 20s linear 5s 1 normal both
}

.whatsappme--dialog .whatsappme__button__send,
.whatsappme__button__open {
  display: block
}

.whatsappme--dialog .whatsappme__button__image,
.whatsappme--dialog .whatsappme__button__open,
.whatsappme--dialog .whatsappme__tooltip,
.whatsappme__button__send {
  display: none
}

.whatsappme__box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: calc(100vw - 40px);
  max-width: 400px;
  min-height: 280px;
  padding-bottom: 60px;
  border-radius: 32px;
  background: #ede4dd url(../../../plugins/creame-whatsapp-me/public/images/background.webp) center repeat-y;
  background-size: 100% auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
  overflow: hidden;
  transform: scale3d(0, 0, 0);
  opacity: 0;
  transition: opacity .4s ease-out, transform 0s linear .3s
}

.nowebp .whatsappme__box {
  background-image: url(../../../plugins/creame-whatsapp-me/public/images/background.png)
}

.whatsappme--dialog .whatsappme__box {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity .2s ease-out, transform 0s linear
}

.whatsappme__header {
  float: none;
  display: block;
  position: static;
  width: 100%;
  height: 70px;
  padding: 0 26px;
  margin: 0;
  background-color: #2e8c7d;
  color: rgba(255, 255, 255, .5)
}

.whatsappme__header svg {
  width: 120px;
  height: 100%
}

.whatsappme__close {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 18px;
  right: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  opacity: .4;
  cursor: pointer;
  transition: opacity .3s ease-out;
  -webkit-tap-highlight-color: transparent
}

.whatsappme__close:hover {
  opacity: .6
}

.whatsappme__close svg {
  display: block;
  width: 12px;
  height: 12px;
  margin: auto
}

.whatsappme__message {
  position: relative;
  min-height: 80px;
  padding: 20px 2px 20px 0;
  margin: 34px 26px;
  border-radius: 32px;
  background-color: #fff;
  color: #4a4a4a;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3)
}

.whatsappme__message:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 30px;
  left: -18px;
  width: 18px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA1CAYAAADlE3NNAAAEr0lEQVRo3t2aT0gjVxzHf++9mcn8zWhW6bpELWzcogFNaRar7a4tBNy2WATbHpacpdZ6redeZE+9CL02B1ktXsRD/xwsilhoSwsqag/xYK09hCQlmCiTf28vGRnGmZhE183MFx5vmGQy7zO/P/P7PYLAHUIAQCqDAwDPxMREG3IpHL+zs/MZcgkYAgAMAIwOl8lkYm6xGgYAFgAEAGgZHx9/vVwun7nJJTkAEAGgdW9v73NKKXWLSzIA4AEAGQDazs/P/3ALnNEl1a2trY9oRW6wmu6SEgC0ZrPZn9wCp2dIHgCU1dXVtymlZafDIatEksvlfqYGueG9xgOAcnBw8JSa5GR3vIi1aDTaUSwWj5wOZ3RHPUN6U6nUN9RCTnZHDwDI+/v745TSkpPhrOpHcWlpqbdcLieojZwGpseZMDo66svn87/RKnIaGAsAfCAQ8J6dnX1Pr5DjwABAzmazMVqDHAd2enr6La1RjgGLRCJqLpeL0TrUjFDGrMgCAD8/P38vn8//QutUs1pLT/fC5ubmQKFQOKANqNmspbuhBwDEZDL5BaX0lDaoZoK62NxZXFzs1DRthV5TrxrKGFue/v5+KZ1Of1kul5P0BtQUUAAgxOPx9wuFwl/0BvWq3O8C6vDw8F1N036gL0G3ZaVLUEdHRxFN036kL1E3DWMHxAEAPzc3dyedTk+XSqUdegu6CRijy5mBPLOzs2oikfhU07RFSmmG3qKuaxkdxuhy/MzMjDeRSHyiadrz2wYyClUBMh9bzRfAu7u7PX6//z1RFB9zHBcBALUZKoRqUMgEgyvHeHt7+353d/cjQRBGWJZ9jBDqaMYKHKpYBAEAXltbawsGg2FFUd7iOO4hIeQhQuiOEzpdOzCSTCaftLS0fEUIGXbiHiBjU5njVCr1sc/nW6wkDcduS1u1HKRUKv2KMR4ABwvbAWKMA+BwYbsasFgs/uMWuEtxd3x8/J3b4C4Ag8Hg83g8/iyfz//n5IRi1eZzla00HgA8oijyDMNwlFJCCGH0axiGQQAAXq+XyLLMeL1eRlEURpZlRpIkhud5oigK297eLvl8Prm1tVVSFEWSJEkWRVESBMGrqupriqLcFQThLsaYu612n6vUip4KMFv5HJssjhooEi5laoZh0NjYWNvw8PC9np6ejkAg8MDv9w+oqnrfxsNqhgNTh2wE1MGYChyyWGA9RYJVFWTM3MhwjMPhsDw9PT0QDocHOjs731RV9Y1rv+cMlb4Oiy3garWW1b2sPMfceZgHmZqa6pycnPywr6/vA47jfPXAWbU0xOCOqE44u2K8Wl9oBUfMa+rq6hIWFhbGBwcHn9pBohogcRWwRiCRTUiACQ6ZYpxY9JAkFAopy8vLM4FAYKyRrgA1GGf1JperLGgEM4cNG4vF3olGo18TQkT9JsRmAdQw66NsGlbn7Ibdd0um2XzOblz6/ZWVlX8JIb8PDQ090gFJDU+e2sBeZ1hBU9NcqvIQzDMFALq+vp7GGP85MjLyBCHE1tPO1LP4eq4FG/hqnlGyeSiwsbHxfygUOu7t7Y00059JUY3ZHFm8k1lT0cGfnJw8c0ojepWFzd6CMpnM3y8AJPEkZ9khO4IAAAAASUVORK5CYII=);
  background-size: 100%
}

.whatsappme__message__wrap {
  max-height: calc(100vh - 270px);
  padding: 0 20px 0 22px;
  overflow: auto
}

.whatsappme__message__wrap::-webkit-scrollbar {
  width: 5px;
  background: rgba(0, 0, 0, 0)
}

.whatsappme__message__wrap::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0)
}

.whatsappme__message__wrap:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .2)
}

.whatsappme__message a {
  text-decoration: underline;
  color: #2e8c7d
}

.whatsappme__copy {
  position: absolute;
  bottom: 9px;
  left: 28px;
  color: #2e8c7d;
  font-size: 11px;
  letter-spacing: .2px;
  line-height: 16px;
  opacity: .4;
  transition: opacity .25s
}

.whatsappme__copy:hover {
  opacity: .8;
  transition: opacity .5s ease-out .5s
}

.whatsappme__copy a,
.whatsappme__copy a:active,
.whatsappme__copy a:hover {
  color: inherit;
  text-decoration: none
}

.whatsappme__copy svg {
  width: 40px;
  height: 10px;
  vertical-align: inherit
}

.whatsappme--left {
  right: auto;
  left: 20px
}

.whatsappme--left .whatsappme__button {
  right: auto;
  left: 8px;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.whatsappme--left.whatsappme--dialog .whatsappme__button__sendtext {
  padding: 0 24px 0 4px
}

.whatsappme--left .whatsappme__tooltip {
  right: auto;
  left: 76px
}

.whatsappme--left .whatsappme__tooltip::after {
  content: '\e901';
  left: -12px;
  right: auto;
  text-align: left;
  text-shadow: -2px 1px 3px rgba(0, 0, 0, .4)
}

.whatsappme--left .whatsappme__box {
  right: auto;
  left: 0
}

.whatsappme--left .whatsappme__copy {
  left: auto;
  right: 28px;
  text-align: right
}

[dir=rtl] .whatsappme__close {
  right: auto;
  left: 24px
}

[dir=rtl] .whatsappme__message:before {
  left: auto;
  right: -18px;
  transform: rotateY(180deg)
}

[dir=rtl] .whatsappme__button {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

[dir=rtl] .whatsappme--left .whatsappme__button {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row
}

@media (max-width:480px),
(orientation:landscape) and (max-width:767px) {
  .whatsappme {
    bottom: 6px;
    right: 6px
  }

  .whatsappme--left {
    right: auto;
    left: 6px
  }

  .whatsappme__box {
    width: calc(100vw - 12px);
    min-height: 0
  }

  .whatsappme__header {
    height: 55px
  }

  .whatsappme__close {
    top: 13px;
    width: 28px;
    height: 28px
  }

  .whatsappme__message {
    padding: 16px 0;
    margin: 15px 21px 20px;
    line-height: 24px
  }

  .whatsappme__message__wrap {
    max-height: calc(100vh - 194px);
    padding: 0 14px
  }
}

@media (max-width:360px) {
  .whatsappme__copy {
    width: 70px
  }
}

@keyframes wame_badge_in {
  from {
    opacity: 0;
    transform: translateY(50px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes wame_badge_out {
  from {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(-20px)
  }
}

@keyframes wame_plain {

  45%,
  5% {
    stroke-dashoffset: 0
  }

  100%,
  50% {
    stroke-dashoffset: 1096.67
  }
}

@keyframes wame_chat {
  50% {
    stroke-dashoffset: 1019.22
  }

  55%,
  95% {
    stroke-dashoffset: 0
  }
}

@keyframes wame_image_loop {
  0% {
    opacity: 0
  }

  20%,
  3% {
    opacity: 1
  }

  100%,
  23% {
    opacity: 0
  }
}

@keyframes wame_tootlip {
  0% {
    opacity: 0;
    transform: scaleY(0)
  }

  1%,
  20% {
    opacity: 1;
    transform: scaleY(1)
  }

  100%,
  23% {
    opacity: 0;
    transform: scaleY(1)
  }
}

.mc4wp-form input[name^="_mc4wp_honey"] {
  display: none !important
}

.mc4wp-form-basic,
.mc4wp-form-theme {
  margin: 1em 0
}

.mc4wp-form-basic,
.mc4wp-form-basic input,
.mc4wp-form-basic label,
.mc4wp-form-theme,
.mc4wp-form-theme input,
.mc4wp-form-theme label {
  width: auto;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: auto;
  height: auto;
  vertical-align: baseline;
  line-height: normal
}

.mc4wp-form-basic:after,
.mc4wp-form-theme:after {
  content: "";
  display: table;
  clear: both
}

.mc4wp-form-basic label,
.mc4wp-form-theme label {
  font-weight: 700;
  margin-bottom: 6px;
  display: block
}

.mc4wp-form-basic input.placeholdersjs,
.mc4wp-form-theme input.placeholdersjs {
  color: #aaa !important
}

.mc4wp-form-basic input[type=text],
.mc4wp-form-basic input[type=email],
.mc4wp-form-basic input[type=tel],
.mc4wp-form-basic input[type=url],
.mc4wp-form-basic input[type=date],
.mc4wp-form-basic select,
.mc4wp-form-basic textarea,
.mc4wp-form-theme input[type=text],
.mc4wp-form-theme input[type=email],
.mc4wp-form-theme input[type=tel],
.mc4wp-form-theme input[type=url],
.mc4wp-form-theme input[type=date],
.mc4wp-form-theme select,
.mc4wp-form-theme textarea {
  min-height: 32px;
  width: 100%;
  max-width: 480px
}

.mc4wp-form-basic input[type=number],
.mc4wp-form-theme input[type=number] {
  min-width: 40px
}

.mc4wp-form-basic input[type=checkbox],
.mc4wp-form-basic input[type=radio],
.mc4wp-form-theme input[type=checkbox],
.mc4wp-form-theme input[type=radio] {
  position: relative;
  margin: 0 6px 0 0;
  padding: 0;
  height: 13px;
  width: 13px;
  display: inline-block;
  border: 0
}

.mc4wp-form-basic input[type=checkbox],
.mc4wp-form-theme input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox
}

.mc4wp-form-basic input[type=radio],
.mc4wp-form-theme input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio
}

.mc4wp-form-basic button,
.mc4wp-form-basic input[type=submit],
.mc4wp-form-basic input[type=button],
.mc4wp-form-theme button,
.mc4wp-form-theme input[type=submit],
.mc4wp-form-theme input[type=button] {
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.mc4wp-form-basic label>span,
.mc4wp-form-basic li>label,
.mc4wp-form-theme label>span,
.mc4wp-form-theme li>label {
  font-weight: 400
}

.mc4wp-form-basic .mc4wp-alert,
.mc4wp-form-theme .mc4wp-alert {
  color: #c09853;
  clear: both
}

.mc4wp-form-basic .mc4wp-success,
.mc4wp-form-theme .mc4wp-success {
  color: #468847
}

.mc4wp-form-basic .mc4wp-notice,
.mc4wp-form-theme .mc4wp-notice {
  color: #3a87ad
}

.mc4wp-form-basic .mc4wp-error,
.mc4wp-form-theme .mc4wp-error {
  color: #CD5C5C
}

.rtl .mc4wp-form-reset input[type=checkbox],
.rtl .mc4wp-form-reset input[type=radio] {
  margin: 0 0 0 6px
}

.mc4wp-form-3101 label,
.mc4wp-form-3101 input,
.mc4wp-form-3101 textarea,
.mc4wp-form-3101 select,
.mc4wp-form-3101 button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mc4wp-form-3101 {
  display: block;
  border-color: #ae1b2d;
  padding: 20px;
  background-color: #ae1b2d !important;
  color: #ffffff !important;
  text-align: left;
  width: 100%;
  max-width: 300px !important;
  background-repeat: repeat
}

.mc4wp-form-3101 label {
  vertical-align: top;
  margin-bottom: 6px;
  width: 300px;
  font-size: 11px;
  display: inline-block;
  font-style: normal;
  font-weight: 400
}

.mc4wp-form-3101 input[type='text'],
.mc4wp-form-3101 input[type='email'],
.mc4wp-form-3101 input[type='url'],
.mc4wp-form-3101 input[type='tel'],
.mc4wp-form-3101 input[type='number'],
.mc4wp-form-3101 input[type='date'],
.mc4wp-form-3101 select,
.mc4wp-form-3101 textarea {
  vertical-align: top;
  margin-bottom: 6px;
  padding: 6px 12px;
  width: 100%;
  max-width: 300px;
  border-color: #ffffff !important;
  border-width: 3px;
  border-style: solid;
  display: block;
  height: 50px
}

.mc4wp-form-3101 input[type='radio'],
.mc4wp-form-3101 input[type='checkbox'] {
  margin-right: 6px;
  display: inline-block
}

.mc4wp-form-3101 input[type='submit'],
.mc4wp-form-3101 input[type='button'],
.mc4wp-form-3101 input[type='reset'],
.mc4wp-form-3101 button {
  vertical-align: top;
  text-shadow: none;
  padding: 6px 12px;
  cursor: pointer;
  text-align: center;
  line-height: normal;
  display: inline-block;
  background: none;
  filter: none;
  background-color: #0e763c !important;
  color: #ffffff !important;
  font-size: 12px !important;
  width: 100%;
  max-width: 300px;
  height: 50px;
  -webkit-appearance: none
}

.mc4wp-form-3101 input[type='submit']:focus,
.mc4wp-form-3101 input[type='button']:focus,
.mc4wp-form-3101 input[type='reset']:focus,
.mc4wp-form-3101 button:focus,
.mc4wp-form-3101 input[type='submit']:hover,
.mc4wp-form-3101 input[type='button']:hover,
.mc4wp-form-3101 input[type='reset']:hover,
.mc4wp-form-3101 button:hover {
  background: none;
  filter: none;
  background-color: #006228 !important
}

.mc4wp-form-3101 .mc4wp-success p {
  color: #81d742
}

.mc4wp-form-3101 .mc4wp-notice p {
  color: #ee2
}

.mc4wp-form-3101 .mc4wp-error p {
  color: #d33
}

.mc4wp-form-10476 label,
.mc4wp-form-10476 input,
.mc4wp-form-10476 textarea,
.mc4wp-form-10476 select,
.mc4wp-form-10476 button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mc4wp-form-10476 {
  display: block;
  border-color: #105897;
  padding: 20px;
  background-color: #969696 !important;
  color: #ffffff !important;
  text-align: left;
  width: 100%;
  max-width: 300px !important;
  background-repeat: no-repeat
}

.mc4wp-form-10476 label {
  vertical-align: top;
  margin-bottom: 6px;
  width: 300px;
  font-size: 11px;
  display: inline-block;
  font-style: normal;
  font-weight: 400
}

.mc4wp-form-10476 input[type='text'],
.mc4wp-form-10476 input[type='email'],
.mc4wp-form-10476 input[type='url'],
.mc4wp-form-10476 input[type='tel'],
.mc4wp-form-10476 input[type='number'],
.mc4wp-form-10476 input[type='date'],
.mc4wp-form-10476 select,
.mc4wp-form-10476 textarea {
  vertical-align: top;
  margin-bottom: 6px;
  padding: 6px 12px;
  width: 100%;
  max-width: 300px;
  border-color: #ffffff !important;
  border-width: 3px;
  border-style: solid;
  display: block;
  height: 50px
}

.mc4wp-form-10476 input[type='radio'],
.mc4wp-form-10476 input[type='checkbox'] {
  margin-right: 6px;
  display: inline-block
}

.mc4wp-form-10476 input[type='submit'],
.mc4wp-form-10476 input[type='button'],
.mc4wp-form-10476 input[type='reset'],
.mc4wp-form-10476 button {
  vertical-align: top;
  text-shadow: none;
  padding: 6px 12px;
  cursor: pointer;
  text-align: center;
  line-height: normal;
  display: inline-block;
  background: none;
  filter: none;
  background-color: #0e763c !important;
  color: #ffffff !important;
  font-size: 12px !important;
  width: 100%;
  max-width: 300px;
  height: 50px;
  -webkit-appearance: none
}

.mc4wp-form-10476 input[type='submit']:focus,
.mc4wp-form-10476 input[type='button']:focus,
.mc4wp-form-10476 input[type='reset']:focus,
.mc4wp-form-10476 button:focus,
.mc4wp-form-10476 input[type='submit']:hover,
.mc4wp-form-10476 input[type='button']:hover,
.mc4wp-form-10476 input[type='reset']:hover,
.mc4wp-form-10476 button:hover {
  background: none;
  filter: none;
  background-color: #006228 !important
}

.mc4wp-form-10476 .mc4wp-success p {
  color: #81d742
}

.mc4wp-form-10476 .mc4wp-notice p {
  color: #ee2
}

.mc4wp-form-10476 .mc4wp-error p {
  color: #d33
}

.mc4wp-form-6959 label,
.mc4wp-form-6959 input,
.mc4wp-form-6959 textarea,
.mc4wp-form-6959 select,
.mc4wp-form-6959 button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mc4wp-form-6959 {
  display: block;
  border-color: #ae1b2d;
  padding: 20px;
  background-color: #9b9b9b !important;
  color: #ffffff !important;
  text-align: left;
  width: 100%;
  max-width: 300px !important;
  background-repeat: repeat
}

.mc4wp-form-6959 label {
  vertical-align: top;
  margin-bottom: 6px;
  width: 300px;
  font-size: 11px;
  display: inline-block;
  font-style: normal;
  font-weight: 400
}

.mc4wp-form-6959 input[type='text'],
.mc4wp-form-6959 input[type='email'],
.mc4wp-form-6959 input[type='url'],
.mc4wp-form-6959 input[type='tel'],
.mc4wp-form-6959 input[type='number'],
.mc4wp-form-6959 input[type='date'],
.mc4wp-form-6959 select,
.mc4wp-form-6959 textarea {
  vertical-align: top;
  margin-bottom: 6px;
  padding: 6px 12px;
  width: 100%;
  max-width: 300px;
  border-color: #ffffff !important;
  border-width: 3px;
  border-style: solid;
  display: block;
  height: 50px
}

.mc4wp-form-6959 input[type='radio'],
.mc4wp-form-6959 input[type='checkbox'] {
  margin-right: 6px;
  display: inline-block
}

.mc4wp-form-6959 input[type='submit'],
.mc4wp-form-6959 input[type='button'],
.mc4wp-form-6959 input[type='reset'],
.mc4wp-form-6959 button {
  vertical-align: top;
  text-shadow: none;
  padding: 6px 12px;
  cursor: pointer;
  text-align: center;
  line-height: normal;
  display: inline-block;
  background: none;
  filter: none;
  background-color: #0e763c !important;
  color: #ffffff !important;
  font-size: 12px !important;
  width: 100%;
  max-width: 300px;
  height: 50px;
  -webkit-appearance: none
}

.mc4wp-form-6959 input[type='submit']:focus,
.mc4wp-form-6959 input[type='button']:focus,
.mc4wp-form-6959 input[type='reset']:focus,
.mc4wp-form-6959 button:focus,
.mc4wp-form-6959 input[type='submit']:hover,
.mc4wp-form-6959 input[type='button']:hover,
.mc4wp-form-6959 input[type='reset']:hover,
.mc4wp-form-6959 button:hover {
  background: none;
  filter: none;
  background-color: #006228 !important
}

.mc4wp-form-6959 .mc4wp-success p {
  color: #81d742
}

.mc4wp-form-6959 .mc4wp-notice p {
  color: #ee2
}

.mc4wp-form-6959 .mc4wp-error p {
  color: #d33
}

.mc4wp-form-6920 label,
.mc4wp-form-6920 input,
.mc4wp-form-6920 textarea,
.mc4wp-form-6920 select,
.mc4wp-form-6920 button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mc4wp-form-6920 {
  display: block;
  border-color: #ae1b2d;
  padding: 20px;
  background-color: #ae1b2d !important;
  color: #f2f2f2 !important;
  text-align: left;
  width: 100%;
  max-width: 400px !important;
  background-repeat: repeat
}

.mc4wp-form-6920 label {
  vertical-align: top;
  margin-bottom: 6px;
  width: 300px;
  color: #f2f2f2;
  font-size: 11px;
  display: inline-block;
  font-style: normal;
  font-weight: 400
}

.mc4wp-form-6920 input[type='text'],
.mc4wp-form-6920 input[type='email'],
.mc4wp-form-6920 input[type='url'],
.mc4wp-form-6920 input[type='tel'],
.mc4wp-form-6920 input[type='number'],
.mc4wp-form-6920 input[type='date'],
.mc4wp-form-6920 select,
.mc4wp-form-6920 textarea {
  vertical-align: top;
  margin-bottom: 6px;
  padding: 6px 12px;
  width: 100%;
  max-width: 300px;
  border-color: #fcfcfc !important;
  border-width: 1px;
  border-style: solid;
  display: block;
  height: 50px
}

.mc4wp-form-6920 input[type='text']:focus,
.mc4wp-form-6920 input[type='email']:focus,
.mc4wp-form-6920 input[type='url']:focus,
.mc4wp-form-6920 input[type='tel']:focus,
.mc4wp-form-6920 input[type='number']:focus,
.mc4wp-form-6920 input[type='date']:focus,
.mc4wp-form-6920 select:focus,
.mc4wp-form-6920 textarea:focus {
  outline: 2px solid #9e9e9e
}

.mc4wp-form-6920 input[type='radio'],
.mc4wp-form-6920 input[type='checkbox'] {
  margin-right: 6px;
  display: inline-block
}

.mc4wp-form-6920 input[type='submit'],
.mc4wp-form-6920 input[type='button'],
.mc4wp-form-6920 input[type='reset'],
.mc4wp-form-6920 button {
  vertical-align: top;
  text-shadow: none;
  padding: 6px 12px;
  cursor: pointer;
  text-align: center;
  line-height: normal;
  display: inline-block;
  background: none;
  filter: none;
  background-color: #0e763c !important;
  color: #ffffff !important;
  font-size: 12px !important;
  width: 100%;
  max-width: 300px;
  height: 50px;
  -webkit-appearance: none
}

.mc4wp-form-6920 input[type='submit']:focus,
.mc4wp-form-6920 input[type='button']:focus,
.mc4wp-form-6920 input[type='reset']:focus,
.mc4wp-form-6920 button:focus,
.mc4wp-form-6920 input[type='submit']:hover,
.mc4wp-form-6920 input[type='button']:hover,
.mc4wp-form-6920 input[type='reset']:hover,
.mc4wp-form-6920 button:hover {
  background: none;
  filter: none;
  background-color: #006228 !important
}

.mc4wp-form-6920 .mc4wp-success p {
  color: #81d742
}

.mc4wp-form-6920 .mc4wp-notice p {
  color: #ee2
}

.mc4wp-form-6920 .mc4wp-error p {
  color: #d33
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url(../../../plugins/wp-review-pro/public/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url('../../../plugins/wp-review-pro/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url(../../../plugins/wp-review-pro/public/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../../../plugins/wp-review-pro/public/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../../../plugins/wp-review-pro/public/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url('../../../plugins/wp-review-pro/public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: 400;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #CCC
}

.mfp-preloader a:hover {
  color: #FFF
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  border-radius: 0
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 28px;
  height: 28px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 22px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.review-list li:after,
.wp-reviews-list .item:after,
.wp-reviews-list .reviews-pagination:after,
.wpr-businesses:after,
[data-ui-tabs] .ui-tabs-nav:after,
[data-wp-review-tabs] .tab-titles:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both
}

.review-wrapper {
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  clear: both;
  box-sizing: border-box
}

.review-wrapper .review-list {
  margin: 0;
  list-style: none;
  padding: 0;
  clear: both;
  box-sizing: border-box
}

.review-wrapper .review-list li {
  margin: 0;
  list-style: none
}

.review-wrapper li:after {
  content: '';
  display: block;
  clear: both
}

.review-wrapper .review-desc li:after {
  display: none
}

.review-wrapper .review-total-wrapper h5 {
  font-family: inherit
}

.review-title {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
  font-family: inherit
}

.review-price {
  float: right
}

.review-links {
  list-style: none;
  padding: 15px 15px 8px;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid;
  box-sizing: border-box
}

.review-links li {
  display: inline-block;
  margin-bottom: 10px
}

.review-links li a {
  display: block;
  padding: 4px 10px;
  margin: 0 10px 0 0;
  border: 1px solid;
  border-radius: 5px;
  outline: 0
}

.review-links li:last-child a {
  margin-right: 0
}

.review-links .review-links:not(:last-child) a {
  margin-right: 10px
}

.article .review-links {
  margin: 0;
  padding: 15px 15px 8px
}

.entry-content .review-wrapper li:last-child a {
  margin-right: 0
}

.wpr-error {
  background: #f9ada7;
  padding: 10px;
  margin: 10px 0
}

.review-list li {
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 15px;
  position: relative;
  list-style: none !important
}

.review-list li:nth-child(even) {
  background-color: #fafafa
}

.review-list li:last-child {
  border-bottom: 1px solid #e7e7e7
}

.wp_review_comment .review-list,
.widefat .column-comment ul.review-list {
  margin: 0;
  padding: 0
}

.wp_review_comment .review-list li,
.wp-review-comment-form .review-list li {
  padding: 10px;
  margin: 0;
  background: #f9f9f9;
  border-bottom: 1px solid #e7e7e7
}

.review-summary-title {
  margin-bottom: 5px
}

.review-desc {
  padding: 10px 15px;
  box-sizing: border-box
}

.review-desc p:last-child {
  margin-bottom: 0
}

.review-pros-cons {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px 30px;
  clear: both;
  box-sizing: border-box
}

.review-pros-cons .review-pros {
  flex: 0 0 50%;
  padding-right: 10px;
  box-sizing: border-box
}

.review-pros-cons .review-pros p:last-of-type {
  margin-bottom: 0
}

.review-pros-cons .review-cons {
  flex: 0 0 50%;
  padding-left: 10px;
  box-sizing: border-box
}

.review-pros-cons .review-cons p:last-of-type {
  margin-bottom: 0
}

.review-pros-cons .review-pros .mb-5 strong:before,
.review-pros-cons .review-cons .mb-5 strong:before {
  content: "\f164";
  font-family: "FontAwesome";
  font-weight: 400;
  margin-right: 5px;
  opacity: .7
}

.review-pros-cons .review-cons .mb-5 strong:before {
  content: "\f165"
}

.review-pros-cons ul,
.review-pros-cons ol {
  margin: 0;
  margin-left: 0;
  padding: 0;
  list-style: none
}

.review-pros-cons li {
  list-style-type: none !important
}

.review-pros-cons .review-pros ul li:before,
.review-pros-cons .review-cons ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  opacity: .4;
  margin-right: 7px
}

.review-pros-cons .review-cons ul li:before {
  content: "\f00d"
}

.wp_review_comment .review-pros-cons {
  padding-left: 0;
  padding-right: 0
}

textarea#wp_review_comment_pros,
textarea#wp_review_comment_cons {
  height: 100px
}

.wp-review-comment-form-qualifier label {
  display: block
}

.wp-review-comment-form-qualifier select {
  display: block;
  width: 100%
}

#review .review-desc ul,
#review .review-desc ol {
  margin: 0;
  margin-left: 0;
  padding: 0
}

.review-result-wrapper {
  white-space: nowrap;
  position: relative
}

.review-star .review-result-wrapper {
  display: inline-block
}

.review-star .review-result-wrapper img.wp-review-image {
  max-width: 20px;
  max-height: 20px;
  display: inline-block;
  opacity: .6
}

.wp-review-usercomment-rating-star .review-result-wrapper img {
  opacity: .6
}

.wp-review-usercomment-rating-star .review-result-wrapper .review-result img {
  opacity: 1
}

.review-star .wpr-count {
  margin-left: 3px;
  vertical-align: top
}

.review-circle .review-result-wrapper {
  height: 100%
}

.review-result-wrapper i,
.review-result-wrapper img.wp-review-image {
  font-style: normal;
  font-size: 16px;
  padding: 0;
  line-height: inherit
}

.reviewed-item {
  display: inline-block;
  padding: 10px 15px;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  box-sizing: border-box
}

.reviewed-item .review-links {
  border: 0;
  background: transparent !important
}

.reviewed-item .review-links li {
  margin: 0
}

.reviewed-item .reviewed-item-data img {
  vertical-align: top
}

.reviewed-item-image {
  float: right;
  max-width: 40%;
  margin-left: 15px
}

.rtl .reviewed-item-image {
  float: left;
  margin-left: 0;
  margin-right: 15px
}

.reviewed-item-data-label {
  display: inline-block
}

.reviewed-item-data p:last-of-type {
  margin-bottom: 0
}

.review-result {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap
}

.rtl .review-result {
  left: auto;
  right: 0
}

.review-total-wrapper {
  float: right;
  padding-right: 0;
  clear: both;
  position: relative;
  box-sizing: border-box;
  padding: 10px 15px 20px 15px
}

.review-embed-code {
  clear: both;
  padding: 7px 15px 15px;
  font-size: 14px;
  box-sizing: border-box
}

.review-embed-code #wp_review_embed_code {
  font-size: 14px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 0;
  background: rgba(0, 0, 0, .05)
}

.rtl .review-total-wrapper {
  float: left
}

.review-total-wrapper span.review-total-box {
  border: 0;
  display: block;
  font-size: 40px;
  font-weight: 700;
  text-align: right;
  margin: 0;
  padding: 35px 0 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden
}

.circle-point span.review-total-box {
  height: 180px
}

.review-total-wrapper span.review-total-box small {
  font-size: 12px;
  display: block
}

.percentage-icon {
  font-size: 22px;
  position: relative;
  top: -14px
}

.review-total-star {
  position: relative;
  margin-top: 5px;
  margin: 0 auto;
  float: right
}

.review-star.review-total {
  position: relative
}

.wp-review-loading-msg,
.wp-review-loading .review-result-wrapper {
  display: none
}

.wp-review-loading .wp-review-loading-msg {
  display: block
}

.review-total {
  z-index: 99
}

.rtl .review-total {
  left: auto;
  right: 0
}

.review-star,
.wp-review-user-feature-rating-star {
  position: relative;
  margin-top: 5px;
  margin: 0 auto;
  display: inline-block
}

.postbox .review-star {
  position: relative;
  right: auto;
  top: auto
}

.review-list .review-star,
.user-review-area .review-star,
.review-total-circle .review-star,
.wp-review-point-type .review-total-circle .review-star,
.wp-review-percentage-type .review-total-circle .review-star,
.review-list .wp-review-user-feature-rating-star {
  float: right
}

.rtl .review-list .review-star,
.rtl .user-review-area .review-star,
.rtl .review-total-circle .review-star,
.rtl .wp-review-point-type .review-total-circle .review-star,
.rtl .wp-review-percentage-type .review-total-circle .review-star {
  float: left;
  margin-right: 10px;
  margin-left: 0
}

.circle-point .review-list li {
  padding: 14px 15px
}

.review-point .review-result-wrapper,
.review-percentage .review-result-wrapper {
  background: rgba(0, 0, 0, .1);
  width: 100%;
  height: 22px
}

.review-point .review-result-wrapper {
  background-color: rgba(0, 0, 0, .1)
}

.wp-review-point-type .review-result,
.wp-review-percentage-type .review-result,
.review-total-point .review-result {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px
}

.rtl .wp-review-point-type .review-result,
.rtl .wp-review-percentage-type .review-result,
.rtl .review-total-point .review-result {
  left: auto;
  right: 0
}

.review-total-star.allowed-to-rate .review-result-wrapper {
  background: none
}

.wp-review-point-type .review-total-point .review-result-wrapper {
  background: none
}

.review-total-percentage.allowed-to-rate.has-not-rated-yet,
.review-total-point.allowed-to-rate.has-not-rated-yet {
  float: none;
  cursor: pointer
}

.review-percentage .review-result-wrapper,
.review-point .review-result-wrapper {
  position: relative;
  width: 100%
}

.review-percentage .review-result,
.review-point .review-result {
  background: currentColor;
  height: 22px
}

.wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper,
.wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper,
.wp-review-comment-rating.wp-review-comment-rating-percentage .review-result-wrapper,
.wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper {
  cursor: pointer
}

.wp-review-user-rating.wp-review-user-rating-point.has-rated .review-result-wrapper,
.wp-review-user-rating.wp-review-user-rating-percentage.has-rated .review-result-wrapper {
  cursor: default
}

.wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper:hover .review-result,
.wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper:hover .review-result,
.wp-review-comment-rating.wp-review-comment-rating-percentage .review-result-wrapper:hover .review-result,
.wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper:hover .review-result {
  display: block;
  transition: none
}

.review-point,
.review-percentage {
  position: relative;
  clear: both
}

.wp-review-your-rating {
  position: absolute;
  top: 102%;
  left: 45%;
  margin-left: -20px;
  font-size: 12px;
  line-height: 18px;
  background: #f0f0f0;
  color: #444;
  pointer-events: none;
  z-index: 999;
  display: none;
  white-space: nowrap;
  padding: 2px 4px
}

.rtl .wp-review-your-rating {
  left: auto;
  right: 45%
}

.column-wp_review_rating .wp-review-circle-rating {
  box-shadow: none
}

.review-point:hover .wp-review-your-rating,
.review-percentage:hover .wp-review-your-rating {
  display: block
}

.review-result-text {
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 16px;
  line-height: 22px;
  display: none
}

.rtl .review-result-text {
  left: auto;
  right: 4px
}

.wp-review-usercomment-rating .review-result-text,
.wp-admin .review-result-text {
  display: block
}

.review-total-circle.allowed-to-rate.has-not-rated-yet .review-result-wrapper {
  cursor: pointer
}

.wp-review-user-rating-circle .review-result-wrapper {
  text-align: right
}

.wp-review-user-rating.wp-review-user-rating-circle.wp-review-input-set {
  float: right
}

.wp-review-circle-type .user-total-wrapper {
  overflow: hidden;
  margin-top: 3px
}

.review-wrapper .wp-review-circle-rating {
  padding: 0;
  width: auto;
  display: inline
}

.user-review-area .review-circle {
  float: right;
  height: 32px
}

.review-list .review-circle {
  float: right;
  margin-top: -4px
}

.wp-review-circle-type .review-total-wrapper>.review-total-box {
  display: none
}

.review-circle.review-total {
  height: 100px;
  width: 100px
}

.review-list .review-thumbs,
.user-review-area .review-thumbs,
.review-list .wp-review-user-feature-rating-thumbs,
.user-review-area .wp-review-user-feature-rating-thumbs {
  float: right
}

.review-thumbs,
.wp-review-user-feature-rating-thumbs {
  display: inline-block
}

.review-thumbs .review-result-wrapper,
.wp-review-user-feature-rating-thumbs .review-result-wrapper {
  font-size: unset;
  height: unset
}

.review-thumbs .wpr-thumbs-button,
.wp-review-user-feature-rating-thumbs .wpr-thumbs-button {
  display: inline-block;
  text-decoration: none;
  border: 0;
  text-align: right;
  float: right
}

.review-thumbs .wpr-thumbs-button.wpr-thumbs-up-button .wpr-thumbs-icon,
.wp-review-user-feature-rating-thumbs .wpr-thumbs-button.wpr-thumbs-up-button .wpr-thumbs-icon {
  border-radius: 4px 0 0 4px;
  border-right: 0
}

.review-thumbs .wpr-thumbs-button.wpr-thumbs-down-button,
.wp-review-user-feature-rating-thumbs .wpr-thumbs-button.wpr-thumbs-down-button {
  text-align: left
}

.review-thumbs .wpr-thumbs-button.wpr-thumbs-down-button .wpr-thumbs-icon,
.wp-review-user-feature-rating-thumbs .wpr-thumbs-button.wpr-thumbs-down-button .wpr-thumbs-icon {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  border-radius: 0 4px 4px 0
}

.review-thumbs .wpr-thumbs-button .wpr-thumbs-icon,
.wp-review-user-feature-rating-thumbs .wpr-thumbs-button .wpr-thumbs-icon {
  border: 1px solid rgba(0, 0, 0, .1);
  background: rgba(255, 255, 255, .3);
  padding: 0 10px;
  color: #333;
  border-radius: 4px;
  float: right;
  margin-left: 5px
}

.rating-thumbs-output .wpr-thumbs-button {
  min-width: 80px
}

.latestPost-review-wrapper .rating-thumbs-output .wpr-thumbs-button {
  min-width: auto
}

.entry-content .review-wrapper h1,
.entry-content .review-wrapper h2,
.entry-content .review-wrapper h3,
.entry-content .review-wrapper h4,
.entry-content .review-wrapper h5,
.entry-content .review-wrapper h6 {
  margin: 0
}

.entry-content .review-summary-title,
#content .review-summary-title,
.entry-content .reviewed-item p,
#content .reviewed-item p {
  margin-bottom: 5px
}

#content .review-desc p:last-child {
  margin-bottom: 0
}

#review .review-desc ul {
  margin: 0;
  margin-left: 20px;
  padding-left: 0
}

.review-total-only {
  padding: 3px 8px;
  background: #fff;
  display: inline-block;
  border-radius: 3px
}

.review-total-only .percentage-icon {
  font-size: inherit;
  top: 0
}

.review-total-only .review-type-star {
  font-size: 12px;
  padding: 3px 6px
}

.review-total-only .review-total-star {
  font-size: 12px;
  margin: 0
}

.review-result-wrapper .review-result i,
.review-result-wrapper .review-result img.wp-review-image {
  opacity: 1;
  filter: alpha(opacity=100)
}

.wp-review-box-float-left {
  margin-right: 20px
}

.wp-review-box-float-right {
  margin-left: 20px
}

.wpr-user-features-rating {
  clear: both
}

.wpr-user-features-rating .user-review-title {
  padding: 10px 15px;
  margin: 0;
  font-weight: 700
}

.wpr-user-features-rating .user-total-wrapper {
  margin: 0;
  display: inline-block
}

.wpr-user-features-rating .wp-review-user-feature-rating-circle+span {
  display: inline-block;
  margin-top: 10px
}

.wpr-user-features-rating .wp-review-user-feature-rating-circle .review-result-wrapper {
  height: 50px
}

.user-review-area {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 15px;
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  box-sizing: border-box
}

.user-review-area .wp-review-user-rating-star {
  float: right
}

.wp-review-user-rating .review-star .review-result-wrapper:hover span img {
  opacity: 1
}

.wp-review-user-rating .review-star .review-result-wrapper:hover span:hover~span img {
  opacity: .6
}

.review-total-star.allowed-to-rate {
  float: right;
  margin: 0
}

.user-review-title {
  margin: 15px 15px 10px;
  padding: 0;
  font-family: inherit
}

.user-total-wrapper .user-review-title {
  font-weight: 700;
  margin: 0
}

.wp-review-user-rating .review-result-wrapper span {
  cursor: pointer;
  padding: 0 0 0 4px
}

.wp-review-user-rating .review-result-wrapper span img.wp-review-image {
  opacity: .6
}

.wp-review-user-rating .review-result-wrapper span:hover i,
.wp-review-user-rating .review-result-wrapper span:hover img.wp-review-image,
.wp-review-user-rating .review-result-wrapper span.active i,
.wp-review-user-rating .review-result-wrapper span.active img.wp-review-image {
  opacity: 1 !important
}

.wp-review-user-rating .review-result-wrapper .review-result {
  letter-spacing: -2px
}

.wp-review-user-rating .review-result-wrapper .review-result i,
.wp-review-user-rating .review-result-wrapper .review-result img.wp-review-image {
  padding-left: 4px
}

.wp-review-user-rating.has-rated .review-result-wrapper:hover .review-result {
  display: block
}

.wp-review-user-rating .review-result-wrapper:hover .review-result,
.wp-review-user-rating.wp-review-loading .review-result-wrapper,
.wp-review-user-rating.wp-review-loading .wp-review-your-rating {
  display: none
}

.wp-review-user-rating .review-list li {
  border-top: 1px solid
}

.wpr-rating-accept-btn {
  width: 100%;
  float: right;
  border-radius: 0;
  padding: 14px;
  border: 0;
  color: #fff;
  font-size: inherit;
  cursor: pointer
}

.wpr-rating-accept-btn[disabled] {
  cursor: not-allowed
}

.wp-review-rating-input.review-point .review-result-wrapper,
.wp-review-rating-input.review-percentage .review-result-wrapper,
.wp-review-rating-input.review-circle canvas {
  cursor: pointer
}

.wp-review-comment-form-rating {
  margin-bottom: 15px
}

.wp-review-comment-form-rating .review-list li {
  padding: 10px;
  background: #f9f9f9
}

.wp-review-comment-form-rating .user-review-title {
  margin: 0;
  margin-bottom: 10px
}

.wp-review-comment-form-rating .features-rating-list {
  margin: 0;
  padding: 0
}

.wp-review-comment-field {
  margin-bottom: 10px
}

.review-total-star-comments {
  position: relative;
  display: inline-block
}

.wp-review-comment-title {
  font-size: 18px
}

.comment-text-inner {
  clear: both
}

.comment .review-thumbs .wpr-thumbs-button {
  min-width: auto
}

.comment .review-thumbs .wpr-thumbs-button .wpr-thumbs-icon {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 2px
}

.comment .review-list li {
  margin-bottom: 0
}

.wp-review-comment-rating .review-result-wrapper span {
  cursor: pointer;
  padding-left: 4px
}

.wp-review-comment-rating .review-result-wrapper span i,
.wp-review-comment-rating .review-result-wrapper span img.wp-review-image {
  opacity: .6
}

.wp-review-comment-rating .review-result-wrapper span:hover i,
.wp-review-comment-rating .review-result-wrapper span.active i,
.wp-review-comment-rating .review-result-wrapper span:hover img.wp-review-image,
.wp-review-comment-rating .review-result-wrapper span.active img.wp-review-image {
  opacity: 1 !important;
  color: #FFB300
}

.wp-review-comment-rating .review-result-wrapper span:hover~span i {
  opacity: 1;
  color: currentColor
}

.wp-review-comment-rating .review-result-wrapper:hover .review-result {
  display: none
}

.wp-review-comment-rating .review-result-wrapper .review-result {
  letter-spacing: -1.9px
}

.wp-review-comment-rating .review-result-wrapper .review-result i,
.wp-review-comment-rating .review-result-wrapper .review-result img.wp-review-image {
  padding-left: 4px
}

.wp-review-comment-rating .review-result-wrapper:hover span img {
  opacity: 1
}

.wp-review-comment-rating .review-result-wrapper:hover span:hover~span img {
  opacity: .6
}

.wpr-comment-features-rating .wp-review-user-feature-rating-circle {
  height: 50px
}

.wpr-comment-features-rating .review-list .review-circle {
  margin-top: 0;
  height: 50px
}

.wpr-comment-features-rating li .wp-review-user-feature-rating-circle+span {
  margin-top: 14px;
  display: inline-block
}

.rtl .wp-review-comment-rating .review-result-wrapper span i {
  float: right
}

.wp-review-feedback {
  margin-top: 10px
}

.wp-review-feedback .review-btn {
  display: inline-block;
  text-decoration: none;
  background: #eee;
  padding: 3px 9px;
  color: #333;
  border-radius: 4px;
  font-size: 14px
}

.wp-review-feedback .review-btn.voted,
.wp-review-feedback .review-btn.voted~a {
  cursor: default
}

.wp-review-feedback .review-btn:hover,
.wp-review-feedback .review-btn.voted {
  text-decoration: none;
  background: #81C784;
  color: #fff !important
}

.wp-review-feedback .review-btn:nth-child(2) {
  margin-left: 5px
}

.rtl .wp-review-feedback .review-btn:nth-child(2) {
  margin-left: auto;
  margin-right: 5px
}

.wp-review-feedback .review-btn:nth-child(2):hover,
.wp-review-feedback .review-btn.voted:nth-child(2) {
  text-decoration: none;
  background-color: #E57373;
  color: #fff !important
}

.wp-review-comment-form-title {
  clear: both;
  margin-bottom: 15px
}

.wp-review-comment-form-author label,
.wp-review-comment-form-email label,
.wp-review-comment-form-url label {
  padding-left: 0 !important;
  margin-left: 0 !important
}

.wp-review-comment-rating-circle-wrapper .review-comment-field-msg {
  vertical-align: middle;
  margin-right: 0
}

.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner {
  display: inline-block;
  vertical-align: middle
}

.wp-review-comment-rating .review-result-wrapper a {
  text-decoration: none;
  border: none
}

.wp-review-comment-rating-star .review-total-star {
  float: none
}

.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner,
.wp-review-comment-rating-star-wrapper .wp-review-comment-field-inner {
  display: inline-block
}

.wp-review-comment-form .wp-review-comment-field-inner {
  display: block
}

.wp-review-comment-form .user-review-title {
  margin: 0 0 10px
}

.wp-review-comment-form .wpr-comment-features-rating>ul {
  margin: 0
}

#comments .wp-review-comment-qualifier,
#comments .wp-review-usercomment-image {
  margin-bottom: 15px
}

#comments .wp-review-usercomment-image img {
  float: left !important;
  max-width: 100%
}

.wp-review-usercomment-rating,
#comments .wp-review-usercomment-rating {
  margin-bottom: 15px
}

.wp-review-usercomment-rating ul,
.wp-review-usercomment-rating ol,
#comments .wp-review-usercomment-rating ul,
#comments .wp-review-usercomment-rating ol {
  margin: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none
}

.wp-review-usercomment-rating li,
#comments .wp-review-usercomment-rating li {
  display: block;
  margin-bottom: 15px
}

.wp-review-usercomment-rating .review-star,
#comments .wp-review-usercomment-rating .review-star {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block
}

.wp-review-comment-rating-star {
  display: inline-block
}

form.wp-review-comment-form input,
#commentform.wp-review-comment-form input,
#commentform.wp-review-comment-form select {
  width: 100%;
  max-width: 100%;
  height: 44px;
  font-size: 16px;
  padding-left: 2.5%;
  box-sizing: border-box
}

.rtl form.wp-review-comment-form input,
.rtl #commentform.wp-review-comment-form input {
  padding-left: auto;
  padding-right: 2.5%
}

form.wp-review-comment-form textarea,
#commentform.wp-review-comment-form textarea {
  width: 100%;
  background: rgba(0, 0, 0, .035);
  border: 1px solid rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .31);
  max-width: 100%;
  font-size: 16px;
  padding-left: 2.5%;
  box-sizing: border-box
}

.rtl form.wp-review-comment-form textarea,
.rtl #commentform.wp-review-comment-form textarea {
  padding-left: auto;
  padding-right: 2.5%
}

form.wp-review-comment-form>div,
#commentform.wp-review-comment-form>div {
  width: 100%;
  margin-bottom: 10px;
  float: left
}

.rtl form.wp-review-comment-form>div,
.rtl #commentform.wp-review-comment-form>div {
  float: right
}

.wp-review-thumbnail-wrapper {
  position: relative
}

.wp-review-on-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 2px 4px
}

.wp-review-on-thumbnail.review-type-star .review-total-star {
  margin: 0
}

.review-type-circle.latestPost-review-wrapper,
.review-type-circle.wp-review-on-thumbnail {
  height: 44px
}

.latestPost-review-wrapper .wp-review-circle-rating,
.wp-review-on-thumbnail .wp-review-circle-rating {
  font-size: 11px !important
}

.review-type-circle.review-total-only,
.review-type-circle.wp-review-show-total {
  padding-top: 6px;
  height: 32px
}

.latestPost-review-wrapper {
  padding: 2px 8px;
  background: #444;
  color: #fff
}

.review-type-star.latestPost-review-wrapper .review-result-wrapper {
  color: #fff !important
}

.review-type-star.latestPost-review-wrapper .review-result-wrapper i,
.review-type-star.latestPost-review-wrapper .review-result-wrapper img.wp-review-image {
  opacity: .6
}

.review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result {
  color: #fff !important
}

.review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result i,
.review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result img.wp-review-image {
  opacity: 1
}

.review-type-thumbs.latestPost-review-wrapper {
  padding: 8px;
  line-height: 1
}

.review-type-thumbs.latestPost-review-wrapper .rating-wrapper {
  vertical-align: middle
}

.review-type-thumbs.latestPost-review-wrapper .rating-wrapper .review-result-wrapper {
  line-height: 23px
}

.review-type-thumbs.latestPost-review-wrapper .wpr-thumbs-icon {
  line-height: 20px;
  font-size: 10px
}

.review-type-thumbs.latestPost-review-wrapper .wpr-thumbs-icon i {
  font-size: 10px;
  color: #fff !important
}

.review-type-thumbs.latestPost-review-wrapper .wpr-thumbs-icon.wpr-thumbs-down-icon i {
  opacity: .7
}

.widget .wp-review-show-total .review-star,
.widget .wp-review-user-rating .review-star {
  position: relative;
  top: 0;
  right: 0
}

.review-wrapper .review-result {
  transition: width 2s ease
}

.review-wrapper.delay-animation .review-result {
  width: 0% !important;
  transition: none
}

.animate-spin {
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  display: inline-block
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@media screen and (max-width:600px) {

  #review.review-wrapper .user-review-area .review-percentage,
  #review.review-wrapper .user-review-area .review-point {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 10px
  }

  .user-review-area .user-total-wrapper {
    width: 100%;
    max-width: 100%
  }
}

@media screen and (max-width:480px) {
  .review-total-wrapper {
    text-align: right
  }

  .user-review-area .user-total-wrapper {
    max-width: 60%;
    line-height: 1.2
  }

  .user-review-area .user-total-wrapper .user-review-title {
    margin-top: 0 !important
  }

  .review-price {
    float: none
  }

  .review-wrapper .review-title {
    font-size: 16px
  }

  .review-total-wrapper span.review-total-box {
    padding: 10px 0 20px;
    text-align: right;
    padding-left: 10px
  }

  .reviewed-item-image {
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px 0;
    float: left
  }

  .rtl .review-total-wrapper span.review-total-box {
    padding: 10px 0 20px;
    text-align: right;
    padding-left: 0;
    padding-right: 10px
  }

  .review-total-star.allowed-to-rate {
    position: relative;
    right: auto;
    left: 0;
    float: left
  }

  .rtl .review-total-star.allowed-to-rate {
    right: 0;
    left: auto;
    float: right
  }

  .review-pros-cons .review-pros,
  .review-pros-cons .review-cons {
    flex: 0 0 100%;
    padding: 0
  }

  .review-pros-cons .review-pros p:last-child,
  .review-pros-cons .review-cons p:last-child {
    margin-bottom: 0
  }

  .review-pros-cons .review-pros {
    padding-bottom: 20px
  }
}

.rtl .review-total-box {
  unicode-bidi: isolate-override
}

.rtl .wp-review-user-rating-total {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate
}

.rtl .wp-review-user-rating-total+small {
  unicode-bidi: plaintext
}

.rtl .review-links li a {
  margin: 0 0 0 10px
}

.stacktable {
  width: 100%
}

.st-head-row {
  padding-top: 1em
}

.st-head-row.st-head-row-main {
  background: #292929;
  color: #fff
}

.st-head-row.st-head-row {
  border-color: #ccc
}

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%
}

.st-val {
  width: 49%;
  padding-left: 1%
}

.stacktable.large-only {
  display: table
}

.stacktable.small-only {
  display: none
}

@media (max-width:800px) {
  .stacktable.large-only {
    display: none
  }

  .stacktable.small-only {
    display: table
  }
}

.comparison-table {
  border-collapse: collapse;
  font-size: 14px
}

.comparison-table td,
.comparison-table th {
  border: 1px solid #ccc;
  padding: 10px 15px;
  vertical-align: top
}

.comparison-table th {
  border-color: #000;
  text-align: left
}

.comparison-table tr {
  background: #f9f9f9
}

.comparison-table tr:nth-child(even) {
  background: #fff
}

.comparison-table thead tr {
  background: #292929;
  color: #fff
}

.comparison-table .review-link {
  display: block;
  line-height: 32px;
  padding: 0 10px;
  text-decoration: none;
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
  border: 1px solid;
  border-color: #9c7e31 #90742d #786025;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset;
  background: #f0c14b;
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #111
}

.comparison-table .product-col {
  text-align: center;
  width: 25%
}

.comparison-table .features-col {
  width: 32%
}

.comparison-table .review-total-col {
  width: 10%
}

.comparison-table .product-title {
  text-decoration: none;
  color: inherit;
  box-shadow: none
}

.comparison-table .product-title img {
  box-shadow: none;
  width: 100%;
  margin-bottom: 5px
}

.comparison-table .product-title p {
  margin: 0
}

.comparison-table .review-items {
  list-style: none;
  margin: 0
}

.comparison-table .review-items li:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both
}

.comparison-table .review-star {
  display: block
}

.comparison-table .review-percentage .review-result,
.comparison-table .review-point .review-result {
  height: 100%
}

.comparison-table .review-total-only {
  background: transparent !important;
  color: inherit !important;
  padding: 0
}

.comparison-table .features-col .review-thumbs+span {
  display: block;
  width: 100%
}

.comparison-table .features-col .rating-thumbs-output .wpr-thumbs-button {
  width: 100%;
  text-align: left
}

.comparison-table .features-col .rating-thumbs-output .wpr-thumbs-button .wpr-thumbs-icon {
  float: left;
  margin: 0 5px 5px 0;
  border-right: 1px solid rgba(0, 0, 0, .1) !important;
  border-radius: 4px !important
}

.wp-reviews-list {
  position: relative;
  border: 1px solid #e4e4e4;
  background-color: #fff
}

.wp-reviews-list * {
  box-sizing: border-box
}

.wp-reviews-list ul {
  list-style-type: none
}

.wp-reviews-list .item {
  padding: 10px 15px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 0;
  position: relative;
  list-style-type: none;
  margin: 0
}

.wp-reviews-list .item:last-child {
  border: none
}

.wp-reviews-list img {
  max-width: 100%;
  height: auto
}

.wp-reviews-list a {
  color: #444
}

.wp-reviews-list .thumb_small {
  float: left;
  margin-right: 12px;
  padding-top: 2px;
  width: 65px;
  height: 65px;
  overflow: hidden
}

.wp-reviews-list .thumb_large {
  float: none;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 4px;
  position: relative
}

.wp-reviews-list .entry-title {
  font-weight: 700;
  margin: 0;
  padding: 0;
  overflow: hidden
}

.wp-reviews-list .entry-title span {
  font-weight: 400
}

.wp-reviews-list .entry-title a {
  display: block
}

.wp-reviews-list .postmeta {
  color: #999;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 400;
  float: right
}

.wp-reviews-list .review-count {
  float: left
}

.wp-reviews-list .review-total-only {
  display: inline-block;
  font-weight: 400;
  background: #eee
}

.wp-reviews-list .wp-post-image {
  margin: 0 !important
}

.wp-reviews-list .loading {
  min-height: 120px
}

.wp-reviews-list .loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .8);
  z-index: 11
}

.wp-reviews-list .loading:after {
  content: "";
  margin: 0 auto 3em auto;
  font-size: 10px;
  position: absolute;
  top: 45%;
  left: 49%;
  z-index: 12;
  text-indent: -9999em;
  border-top: .4em solid rgba(0, 0, 0, .2);
  border-right: .4em solid rgba(0, 0, 0, .2);
  border-bottom: .4em solid rgba(0, 0, 0, .2);
  border-left: .4em solid #000;
  -webkit-animation: load8 0.5s infinite linear;
  animation: load8 0.5s infinite linear;
  border-radius: 50%;
  width: 2em;
  height: 2em
}

.wp-reviews-list .reviews-pagination {
  padding-bottom: 15px
}

.wp-reviews-list .reviews-pagination a {
  margin: 0 15px
}

.wp-reviews-list .reviews-pagination .next {
  float: right
}

.wpr-businesses .business {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px
}

.wpr-businesses .business:last-of-type {
  margin-bottom: 0
}

.wpr-businesses .business-image {
  flex: 0 0 90px;
  border-right: 1px solid #ccc
}

.wpr-businesses .business-image a,
.wpr-businesses .business-image img {
  box-shadow: none;
  border: 0
}

.wpr-businesses .business-image img {
  display: block
}

.wpr-businesses .business-data {
  flex: auto;
  padding: 5px 5px 5px 10px;
  background: #fff
}

.wpr-businesses .business-name {
  font-weight: 700;
  color: #D32323;
  margin-bottom: 8px
}

.wpr-businesses .business-name a,
.wpr-businesses .business-name a:hover,
.wpr-businesses .business-name a:focus {
  color: inherit !important;
  text-decoration: none;
  box-shadow: none;
  border: 0
}

.wpr-businesses .review-count {
  color: #777;
  font-size: .8em;
  display: block
}

.wpr-businesses .yelp-logo {
  width: 50px;
  float: right;
  margin-top: 5px
}

.widget .widget_wp_review_yelp_business .business {
  background: #fff
}

.widget .wpr-place-reviews {
  background: #fff;
  border: 1px solid #e4e4e4
}

.widget .wpr-place-reviews .place-review {
  padding: 10px 15px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 0
}

.widget .wpr-place-reviews .place-review:last-of-type {
  border-bottom: 0
}

.widget .wpr-place-reviews .place-review:last-of-type+img {
  display: none
}

.wpr-place-reviews .place-name {
  font-weight: 700
}

.wpr-place-reviews .place-review {
  padding: 1em 0;
  border-top: 1px solid #ddd
}

.wpr-place-reviews .review-image {
  float: left;
  max-width: 62px;
  margin-right: 10px
}

.wpr-place-reviews .review-data {
  margin-bottom: 5px
}

.wpr-place-reviews .review-data .reviewer-name {
  margin-top: -2px;
  margin-bottom: 4px;
  font-weight: 700
}

.wpr-place-reviews .review-data .reviewer-name a {
  border: 0
}

.wpr-place-reviews .review-rating {
  color: #999;
  font-size: .8em
}

.wpr-place-reviews .review-text {
  overflow: hidden
}

[data-ui-tabs] .ui-tabs-nav {
  list-style: none;
  padding: 0 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin: 10px 0
}

[data-ui-tabs] .ui-tabs-nav li {
  float: left;
  margin: 0;
  list-style-type: none
}

[data-ui-tabs] .ui-tabs-nav a {
  box-shadow: none;
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, .15);
  outline: 0;
  float: left;
  border: 0;
  color: inherit
}

[data-ui-tabs] .ui-tabs-nav .ui-state-active a {
  background-color: rgba(255, 255, 255, .45)
}

[data-wp-review-tabs] .tab-titles {
  list-style: none;
  padding: 0 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin: 10px 0
}

[data-wp-review-tabs] .tab-title {
  float: left;
  margin: 0;
  list-style-type: none
}

[data-wp-review-tabs] .tab-title button {
  box-shadow: none;
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, .15);
  outline: 0;
  float: left;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-size: inherit
}

[data-wp-review-tabs] .tab-title.active a {
  background-color: rgba(255, 255, 255, .45)
}

.wpr-embed-page {
  background-color: #fff
}

.wp-review-user-feature-rating-circle {
  float: right
}

.wp-review-user-feature-rating-circle .wp-review-circle-rating-send {
  display: none
}

.wp_review_tab_widget_content {
  position: relative;
  border: 1px solid #E4E4E4
}

.wp_review_tab_widget_content img {
  max-width: 100%;
  height: auto
}

.wp_review_tab_widget_content a {
  color: #444
}

.wp_review_tab_widget_content ul.wp-review-tabs li {
  list-style: none;
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0
}

.wp_review_tab_widget_content ul.has-1-tabs li {
  width: 100%;
  float: none;
  margin: 0 auto
}

.wp_review_tab_widget_content ul.has-3-tabs li {
  width: 33.33%
}

.wp_review_tab_widget_content ul.has-4-tabs li {
  width: 50%
}

.wp_review_tab_widget_content .tab_title a {
  display: block;
  background: #f0f0f0;
  border-left: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding: 2px 0 4px;
  line-height: 2.4;
  text-decoration: none;
  position: relative;
  font-weight: 700
}

.wp_review_tab_widget_content .tab_title:first-child a {
  margin-left: 0;
  border-left: 0
}

.wp_review_tab_widget_content .tab_title.selected a {
  background: #fff;
  border-bottom: 1px solid #fff
}

.wp_review_tab_widget_content .inside {
  background: #fff
}

.wp_review_tab_widget_content .tab-content li,
.widget .wp_review_tab_widget_content .tab-content li {
  list-style-type: none;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 15px 15px;
  border-bottom: 1px solid #E4E4E4;
  text-align: left;
  color: #444;
  background: none;
  position: relative
}

.wp_review_tab_widget_content .tab-content li:last-child {
  border: none;
  margin-bottom: 0
}

.wp_review_tab_thumb_small {
  float: left;
  margin-right: 12px;
  padding-top: 4px;
  width: 65px;
  height: 65px;
  overflow: hidden
}

.wp_review_tab_thumb_large {
  float: none;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 4px;
  position: relative
}

.wp_review_tab_widget_content .entry-title {
  font-weight: 700;
  margin: 0;
  padding: 0
}

.wp_review_tab_widget_content .entry-title span {
  color: #999
}

.wp_review_tab_widget_content .wp-review-tab-postmeta {
  color: #999;
  font-size: 13px;
  float: right;
  margin-top: 5px
}

.wp_review_tab_widget_content .wp-post-image {
  margin: 0 !important
}

.wp_review_tab_widget_content .wp-review-tab-pagination {
  margin: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 15px;
  float: left
}

.wp_review_tab_widget_content .wp-review-tab-pagination a {
  margin: 0 15px
}

.wp-review-tab-pagination a.next {
  float: right
}

.wp-review-tab-loading {
  min-height: 120px
}

.wp-review-tab-loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .8);
  z-index: 11
}

.clear {
  clear: both
}

.wp-review-tab-loading:after {
  content: "";
  margin: 0 auto 3em auto;
  font-size: 10px;
  position: absolute;
  top: 45%;
  left: 49%;
  z-index: 12;
  text-indent: -9999em;
  border-top: .4em solid rgba(0, 0, 0, .2);
  border-right: .4em solid rgba(0, 0, 0, .2);
  border-bottom: .4em solid rgba(0, 0, 0, .2);
  border-left: .4em solid #000;
  -webkit-animation: load8 0.5s infinite linear;
  animation: load8 0.5s infinite linear;
  border-radius: 50%;
  width: 2em;
  height: 2em
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.review-total-only.small-thumb {
  font-size: 13px;
  font-weight: 700;
  padding: 1px 4px;
  float: left;
  box-sizing: border-box;
  margin-top: 3px
}

.review-total-only.large-thumb {
  position: absolute;
  top: 10px;
  right: 15px;
  border-radius: 0
}

.wp_review_tab_widget_content .has-4-tabs .tab_title.selected a {
  border-bottom: 1px solid #E4E4E4
}

.wp_review_tab_widget_content .has-4-tabs .tab_title:nth-child(3) a {
  border-left: 0
}

.title-right {
  overflow: hidden
}

.review-list li:after,
.wp-reviews-list .item:after,
.wp-reviews-list .reviews-pagination:after,
.wpr-businesses:after,
[data-ui-tabs] .ui-tabs-nav:after,
[data-wp-review-tabs] .tab-titles:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both
}

.hello-bar {
  padding-top: 5px;
  padding-bottom: 5px;
  background-size: cover;
  position: relative;
  z-index: 1000;
  overflow: hidden
}

.hello-bar--floating {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000
}

.hello-bar__text {
  float: left;
  margin-top: 10px
}

.hello-bar--bottom {
  bottom: 0;
  top: auto
}

.hello-bar__container {
  margin: 0 auto;
  padding: 0 20px
}

.hello-bar__button {
  padding: 5px 15px;
  text-decoration: none;
  box-shadow: none;
  float: right;
  border-radius: 3px;
  margin: 5px 0
}

.hello-bar__right {
  float: right
}

.hello-bar__right>div {
  display: inline-block
}

.hello-bar__price {
  margin-right: 10px;
  margin-top: 10px
}

.hello-bar__star-rating {
  margin-right: 10px
}

.hello-bar__star-rating .review-result-wrapper i,
.hello-bar__star-rating .review-result-wrapper img.wp-review-image {
  opacity: .6
}

.hello-bar__star-rating .review-result-wrapper .review-result i,
.hello-bar__star-rating .review-result-wrapper .review-result img.wp-review-image {
  opacity: 1
}

body.has-hello-bar {
  transition: padding-top 0.3s ease
}

body.admin-bar .hello-bar--top.hello-bar--floating {
  top: 46px
}

@media screen and (min-width:48.9375em) {
  body.admin-bar .hello-bar--top.hello-bar--floating {
    top: 32px
  }
}

@media screen and (max-width:600px) {

  .hello-bar__text,
  .hello-bar__right {
    width: 100%
  }
}

.wp-review-product-rating {
  margin-bottom: 10px
}

.wp-review-comment-form-photo {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  clear: both;
  margin-right: 0;
  margin-left: 0
}

.wp-review-comment-form-photo p {
  margin-bottom: 0
}

.wp-review-comment-form-photo {
  position: relative
}

.wp-review-comment-form-photo a {
  position: absolute;
  top: 0;
  right: 0
}

.wp-review-comment-form-photo #wp_review_comment_attachment_url {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.wp-review-comment-form-photo input {
  margin-top: 8px
}

.wp-review-comment-form-photo input.input-file {
  padding-left: 0
}

.wp-review-comment-form-photo .hide {
  display: none
}

#comments .wp-review-usercomment-image {
  display: block;
  float: left;
  width: 100%
}

.wp_review_comments_template #comments .is_verified {
  color: #b75c21;
  font-weight: 700
}

#commentform.wp-review-comment-form .comment-form-cookies-consent input {
  width: auto;
  height: auto
}

#commentform.wp-review-comment-form .comment-form-cookies-consent label {
  margin-left: 8px
}

body.rtl .hello-bar__container .hello-bar__text {
  float: right
}

body.rtl .hello-bar__container .hello-bar__right {
  float: left
}

body.rtl .hello-bar__container .hello-bar__right .hello-bar__price,
body.rtl .hello-bar__container .hello-bar__right .hello-bar__star-rating {
  margin-right: 0;
  margin-left: 10px
}

body.rtl .hello-bar__container .hello-bar__right .hello-bar__button {
  float: left
}

body.rtl .review-wrapper .review-star .wpr-count {
  margin-left: 0;
  margin-right: 3px
}

body.rtl .review-wrapper .review-total-wrapper span.review-total-box {
  text-align: left
}

body.rtl .review-wrapper .review-pros-cons .review-pros {
  padding-right: 0;
  padding-left: 10px
}

body.rtl .review-wrapper .review-pros-cons .review-cons {
  padding-left: 0;
  padding-right: 10px
}

body.rtl .review-wrapper .user-review-area .wp-review-user-rating-star {
  float: left
}

body.rtl .wp-review-comment-form-photo a {
  right: auto;
  left: 0
}

body.rtl .review-pros-cons .review-pros {
  padding-right: 0;
  padding-left: 10px
}

body.rtl .review-pros-cons .review-cons {
  padding-right: 10px;
  padding-left: 0
}

body.rtl #comments .wp-review-usercomment-image img {
  float: right !important
}

body.rtl .wpr-businesses .business-data {
  padding-right: 10px;
  padding-left: 5px
}

body.rtl .wp-reviews-list .thumb_small {
  float: right;
  margin-right: 0;
  margin-left: 12px
}

body.rtl .wp-reviews-list .review-count {
  float: right
}

body.rtl .wp-reviews-list .postmeta {
  float: left
}

body.rtl .wp-reviews-list .reviews-pagination .next {
  float: left
}

body.rtl .review-total-only.large-thumb {
  right: auto;
  left: 15px
}

body.rtl .wpr-place-reviews .review-image {
  float: right;
  margin-right: 0;
  margin-left: 10px
}

.review-star .review-result-wrapper span i,
.review-star .review-result-wrapper:hover span i,
.review-star .review-result-wrapper span img.wp-review-image,
.review-star .review-result-wrapper:hover span img.wp-review-image {
  transition: all 0.1s linear
}

@charset "UTF-8";

/*!
Theme Name: Eduma
Theme URI: http://educationwp.thimpress.com/
Author: ThimPress
Author URI: https://thimpress.com
Description: Premium WordPress LMS theme.
Version: 3.5.3
License: Split License
License URI: https://help.market.envato.com/hc/en-us/articles/202501064-What-is-Split-Licensing-and-the-GPL-
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: eduma
Domain Path: /languages/
*/
.btn,
.owl-controls,
.single_portfolio_info_close i {
  -webkit-user-select: none
}

.countdown-descr,
.countdown-period,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

.thim-ralated-course .owl-carousel .owl-wrapper-outer,
button {
  overflow: visible
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page,
[role=button] {
  cursor: pointer
}

.mfp-arrow,
.owl-controls,
html {
  -webkit-tap-highlight-color: transparent
}

body,
figure {
  margin: 0
}

.img-thumbnail,
.table,
label {
  max-width: 100%
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
  max-height: 340px
}

.mfp-title,
pre {
  word-wrap: break-word
}

.is-countdown {
  border: 1px solid #ccc;
  background-color: #eee
}

.countdown-rtl {
  direction: rtl
}

.countdown-holding span {
  color: #888
}

.countdown-row {
  clear: both;
  width: 100%;
  padding: 0 2px;
  text-align: center
}

.countdown-show1 .countdown-section {
  width: 98%
}

.countdown-show2 .countdown-section {
  width: 48%
}

.countdown-show3 .countdown-section {
  width: 32.5%
}

.countdown-show4 .countdown-section {
  width: 24.5%
}

.countdown-show5 .countdown-section {
  width: 19.5%
}

.countdown-show6 .countdown-section {
  width: 16.25%
}

.countdown-show7 .countdown-section {
  width: 14%
}

.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center
}

.countdown-amount {
  font-size: 200%
}

.countdown-descr {
  width: 100%
}

.owl-controls {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.sr-only,
svg:not(:root) {
  overflow: hidden
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

b,
optgroup,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  margin: .67em 0
}

mark {
  background: #ff0
}

.btn,
.form-control,
.navbar-toggle {
  background-image: none
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0;
  vertical-align: middle
}

hr {
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px
}

pre,
textarea {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a:focus {
  outline-offset: -2px
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  height: auto
}

.img-circle {
  border-radius: 50%
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%
}

.h1,
h1 {
  font-size: 36px
}

.h2,
h2 {
  font-size: 30px
}

.h3,
h3 {
  font-size: 24px
}

.h4,
h4 {
  font-size: 18px
}

.h5,
h5 {
  font-size: 14px
}

.h6,
h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4
}

dt,
kbd kbd,
label {
  font-weight: 700
}

@media (min-width:768px) {
  .lead {
    font-size: 21px
  }
}

.small,
small {
  font-size: 85%
}

.mark,
mark {
  background-color: #fcf8e3;
  padding: .2em
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.initialism,
.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #777
}

.text-primary {
  color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090
}

.text-success {
  color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c
}

.text-info {
  color: #31708f
}

a.text-info:focus,
a.text-info:hover {
  color: #245269
}

.text-warning {
  color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c
}

.text-danger {
  color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534
}

.bg-primary {
  color: #fff;
  background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090
}

.bg-success {
  background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3
}

.bg-info {
  background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee
}

.bg-warning {
  background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5
}

.bg-danger {
  background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9
}

pre code,
table {
  background-color: transparent
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

dl,
ol,
ul {
  margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

address,
dl {
  margin-bottom: 20px
}

ol,
ul {
  margin-bottom: 10px
}

.list-inline {
  margin-left: -5px
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}

dd,
dt {
  line-height: 1.42857
}

dd {
  margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table
}

.dl-horizontal dd:after {
  clear: both
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px
  }

  .container {
    width: 750px
  }
}

.clear,
.clear-after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777
}

.initialism {
  font-size: 90%
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777
}

legend,
pre {
  color: #333
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%
}

.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''
}

.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before {
  content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after {
  content: '\00A0 \2014'
}

.blockquote-reverse small:before,
blockquote.pull-right small:before {
  content: ''
}

.blockquote-reverse small:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014'
}

address {
  font-style: normal;
  line-height: 1.42857
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0
}

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px
}

.pre-scrollable {
  overflow-y: scroll
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-1 {
  width: 8.33333%
}

.col-xs-2 {
  width: 16.66667%
}

.col-xs-3 {
  width: 25%
}

.col-xs-4 {
  width: 33.33333%
}

.col-xs-5 {
  width: 41.66667%
}

.col-xs-6 {
  width: 50%
}

.col-xs-7 {
  width: 58.33333%
}

.col-xs-8 {
  width: 66.66667%
}

.col-xs-9 {
  width: 75%
}

.col-xs-10 {
  width: 83.33333%
}

.col-xs-11 {
  width: 91.66667%
}

.col-xs-12 {
  width: 100%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-pull-1 {
  right: 8.33333%
}

.col-xs-pull-2 {
  right: 16.66667%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-4 {
  right: 33.33333%
}

.col-xs-pull-5 {
  right: 41.66667%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-7 {
  right: 58.33333%
}

.col-xs-pull-8 {
  right: 66.66667%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-10 {
  right: 83.33333%
}

.col-xs-pull-11 {
  right: 91.66667%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-push-1 {
  left: 8.33333%
}

.col-xs-push-2 {
  left: 16.66667%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-4 {
  left: 33.33333%
}

.col-xs-push-5 {
  left: 41.66667%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-7 {
  left: 58.33333%
}

.col-xs-push-8 {
  left: 66.66667%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-10 {
  left: 83.33333%
}

.col-xs-push-11 {
  left: 91.66667%
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-offset-0 {
  margin-left: 0
}

.col-xs-offset-1 {
  margin-left: 8.33333%
}

.col-xs-offset-2 {
  margin-left: 16.66667%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-4 {
  margin-left: 33.33333%
}

.col-xs-offset-5 {
  margin-left: 41.66667%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-7 {
  margin-left: 58.33333%
}

.col-xs-offset-8 {
  margin-left: 66.66667%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-10 {
  margin-left: 83.33333%
}

.col-xs-offset-11 {
  margin-left: 91.66667%
}

.col-xs-offset-12 {
  margin-left: 100%
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-1 {
    width: 8.33333%
  }

  .col-sm-2 {
    width: 16.66667%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-4 {
    width: 33.33333%
  }

  .col-sm-5 {
    width: 41.66667%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-7 {
    width: 58.33333%
  }

  .col-sm-8 {
    width: 66.66667%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-10 {
    width: 83.33333%
  }

  .col-sm-11 {
    width: 91.66667%
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-pull-1 {
    right: 8.33333%
  }

  .col-sm-pull-2 {
    right: 16.66667%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-4 {
    right: 33.33333%
  }

  .col-sm-pull-5 {
    right: 41.66667%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-7 {
    right: 58.33333%
  }

  .col-sm-pull-8 {
    right: 66.66667%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-10 {
    right: 83.33333%
  }

  .col-sm-pull-11 {
    right: 91.66667%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-push-1 {
    left: 8.33333%
  }

  .col-sm-push-2 {
    left: 16.66667%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-4 {
    left: 33.33333%
  }

  .col-sm-push-5 {
    left: 41.66667%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-7 {
    left: 58.33333%
  }

  .col-sm-push-8 {
    left: 66.66667%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-10 {
    left: 83.33333%
  }

  .col-sm-push-11 {
    left: 91.66667%
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-1 {
    width: 8.33333%
  }

  .col-md-2 {
    width: 16.66667%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-4 {
    width: 33.33333%
  }

  .col-md-5 {
    width: 41.66667%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-7 {
    width: 58.33333%
  }

  .col-md-8 {
    width: 66.66667%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-10 {
    width: 83.33333%
  }

  .col-md-11 {
    width: 91.66667%
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-pull-1 {
    right: 8.33333%
  }

  .col-md-pull-2 {
    right: 16.66667%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-4 {
    right: 33.33333%
  }

  .col-md-pull-5 {
    right: 41.66667%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-7 {
    right: 58.33333%
  }

  .col-md-pull-8 {
    right: 66.66667%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-10 {
    right: 83.33333%
  }

  .col-md-pull-11 {
    right: 91.66667%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-push-1 {
    left: 8.33333%
  }

  .col-md-push-2 {
    left: 16.66667%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-4 {
    left: 33.33333%
  }

  .col-md-push-5 {
    left: 41.66667%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-7 {
    left: 58.33333%
  }

  .col-md-push-8 {
    left: 66.66667%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-10 {
    left: 83.33333%
  }

  .col-md-push-11 {
    left: 91.66667%
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-offset-0 {
    margin-left: 0
  }

  .col-md-offset-1 {
    margin-left: 8.33333%
  }

  .col-md-offset-2 {
    margin-left: 16.66667%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-4 {
    margin-left: 33.33333%
  }

  .col-md-offset-5 {
    margin-left: 41.66667%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-7 {
    margin-left: 58.33333%
  }

  .col-md-offset-8 {
    margin-left: 66.66667%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-10 {
    margin-left: 83.33333%
  }

  .col-md-offset-11 {
    margin-left: 91.66667%
  }

  .col-md-offset-12 {
    margin-left: 100%
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left
  }

  .col-lg-1 {
    width: 8.33333%
  }

  .col-lg-2 {
    width: 16.66667%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-4 {
    width: 33.33333%
  }

  .col-lg-5 {
    width: 41.66667%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-7 {
    width: 58.33333%
  }

  .col-lg-8 {
    width: 66.66667%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-10 {
    width: 83.33333%
  }

  .col-lg-11 {
    width: 91.66667%
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-pull-1 {
    right: 8.33333%
  }

  .col-lg-pull-2 {
    right: 16.66667%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-4 {
    right: 33.33333%
  }

  .col-lg-pull-5 {
    right: 41.66667%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-7 {
    right: 58.33333%
  }

  .col-lg-pull-8 {
    right: 66.66667%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-10 {
    right: 83.33333%
  }

  .col-lg-pull-11 {
    right: 91.66667%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-push-1 {
    left: 8.33333%
  }

  .col-lg-push-2 {
    left: 16.66667%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-4 {
    left: 33.33333%
  }

  .col-lg-push-5 {
    left: 41.66667%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-7 {
    left: 58.33333%
  }

  .col-lg-push-8 {
    left: 66.66667%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-10 {
    left: 83.33333%
  }

  .col-lg-push-11 {
    left: 91.66667%
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777
}

.table {
  width: 100%;
  margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc
}

.table-responsive {
  overflow-x: auto;
  min-height: .01%
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
  }
}

fieldset,
legend {
  padding: 0;
  border: 0
}

fieldset {
  margin: 0;
  min-width: 0
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  margin-bottom: 5px
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
  margin-top: 1px\9;
  line-height: normal
}

.form-control,
output {
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  display: block
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

output {
  padding-top: 7px
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, 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
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px
  }

  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px
  }

  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px
  }
}

.form-group {
  margin-bottom: 15px
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0
}

.form-group-sm .form-control,
.input-sm {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px
}

.input-sm {
  height: 30px;
  line-height: 1.5
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto
}

.form-group-sm .form-control {
  height: 30px;
  line-height: 1.5
}

.form-group-lg .form-control,
.input-lg {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}

.input-lg {
  height: 46px;
  line-height: 1.33333
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto
}

.form-group-lg .form-control {
  height: 46px;
  line-height: 1.33333
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 42.5px
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
  top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

.btn,
.nav {
  margin-bottom: 0
}

@media (min-width:768px) {

  .form-inline .form-control-static,
  .form-inline .form-group {
    display: inline-block
  }

  .form-inline .control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }

  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px
  }
}

.btn-block,
.nav-justified,
.nav-tabs.nav-justified,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link:hover,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-reply-link:hover,
.learn-press .message a:hover,
.message a:hover,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link:hover,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-reply-link:hover,
.woocommerce .comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link:hover,
.woocommerce .comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-reply-link:hover {
  text-decoration: underline
}

.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover,
.nav>li>a:focus,
.nav>li>a:hover,
.navbar-brand:focus,
.navbar-brand:hover,
a,
a:focus,
a:hover,
input:focus,
textarea:focus {
  text-decoration: none
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px
}

.btn-sm,
.btn-xs {
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-sm {
  padding: 5px 10px
}

.btn-xs {
  padding: 1px 5px
}

.btn-block {
  display: block
}

.btn-block+.btn-block {
  margin-top: 5px
}

.nav {
  padding-left: 0;
  list-style: none
}

.nav:after,
.nav:before {
  content: " ";
  display: table
}

.nav>li,
.nav>li>a {
  display: block;
  position: relative
}

.nav:after {
  clear: both
}

.nav>li>a {
  padding: 10px 15px
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.gallery-columns-1 .gallery-item,
img {
  max-width: 100%
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}

.nav-pills>li {
  float: left
}

.nav-justified>li,
.nav-stacked>li,
.nav-tabs.nav-justified>li {
  float: none
}

.nav-pills>li>a {
  border-radius: 4px
}

.nav-pills>li+li {
  margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width:768px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0
  }

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
  content: " ";
  display: table
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch
}

.clear-after,
.gallery-caption:before,
.gallery:after {
  content: ""
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }

  .navbar-header {
    float: left
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-collapse.in {
    overflow-y: visible
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}

.wrapper-container,
body,
body.thim-body-load-overlay {
  overflow-x: hidden
}

@media (max-device-width:480px) and (orientation:landscape) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px
}

.navbar-brand>img {
  display: block
}

@media (min-width:768px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }

  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-static-top {
    border-radius: 0
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none
  }
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }

  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin: 8px -15px
}

@media (min-width:768px) {

  .navbar-form .form-control-static,
  .navbar-form .form-group {
    display: inline-block
  }

  .navbar-form .control-label,
  .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto
  }

  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }

  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px
  }

  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }

  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #e7e7e7;
  color: #555
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #090909;
  color: #fff
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}

.clear-after {
  display: block
}

* {
  margin: 0;
  padding: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit
}

p {
  margin-bottom: 20px
}

p:last-child {
  margin-bottom: 0
}

hr {
  border: none;
  background: rgba(0, 0, 0, .1);
  height: 1px;
  margin: 20px 0
}

code {
  white-space: normal
}

mark {
  background-color: #ff0;
  color: #000
}

.alert {
  border-radius: 2px
}

a:focus,
input:focus,
textarea:focus {
  outline: 0;
  box-shadow: none
}

.post.sticky .content-inner {
  border-bottom: none !important
}

.post.sticky .entry-content {
  padding: 30px 15px;
  background: rgba(0, 0, 0, .04);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09)
}

.alignleft {
  float: left
}

.alignright {
  float: right
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.sticky .entry-date {
  display: none
}

@media (max-width:767px) {

  .alignleft,
  .alignright {
    float: none
  }
}

img {
  height: auto
}

blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0
}

blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px
}

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px
}

.gallery-caption,
.gallery_content_area_wrap,
.mfp-container {
  -webkit-box-sizing: border-box
}

.gallery {
  margin-bottom: 20px
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px)
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px)
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px)
}

#learn-press-course-lesson iframe,
.course-summary iframe,
figure {
  max-width: 100%
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left
}

.gallery-caption {
  background-color: rgba(0, 0, 0, .7);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%
}

.breadcrumb,
.mfp-arrow:focus,
.mfp-arrow:hover {
  background: 0 0
}

#back-to-top,
.text-center {
  text-align: center
}

.gallery-caption:before {
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.gallery-item:hover .gallery-caption {
  opacity: 1
}

.gallery:after {
  display: block;
  clear: both
}

.collapse,
h1.title {
  display: none
}

.bypostauthor>article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px
}

dd,
table {
  margin-bottom: 24px
}

ol,
ul {
  margin-left: 25px
}

ol {
  list-style: decimal;
  margin-left: 15px
}

ul.square {
  list-style: square
}

ul.circle {
  list-style: circle
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 4px 0 5px 30px
}

ol ol li,
ol ul li,
ul ol li,
ul ul li {
  margin-bottom: 6px
}

td,
th {
  padding: 4px 6px
}

table,
td,
tr {
  border: 1px solid #ccc
}

td,
th {
  border-width: 0 1px 1px 0
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

caption,
td,
th {
  font-weight: 400;
  text-align: left
}

th {
  font-weight: 700
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.wpb_start_animation.wpb_top-to-bottom {
  -webkit-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -moz-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -o-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  opacity: 1
}

.wpb_start_animation.wpb_bottom-to-top {
  -webkit-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -moz-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -o-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  opacity: 1
}

.wpb_start_animation.wpb_left-to-right {
  -webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -moz-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -o-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  opacity: 1
}

.wpb_start_animation.wpb_right-to-left {
  -webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -moz-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -o-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  opacity: 1
}

.wpb_start_animation.wpb_appear {
  -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -moz-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -o-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

@-webkit-keyframes wpb_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1
  }
}

@-moz-keyframes wpb_ttb {
  0% {
    -moz-transform: translate(0, -10%);
    opacity: 0
  }

  100% {
    -moz-transform: translate(0, 0);
    opacity: 1
  }
}

@-o-keyframes wpb_ttb {
  0% {
    -o-transform: translate(0, -10%);
    opacity: 0
  }

  100% {
    -o-transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes wpb_ttb {
  0% {
    transform: translate(0, -10%);
    opacity: 0
  }

  100% {
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes wpb_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1
  }
}

@-moz-keyframes wpb_btt {
  0% {
    -moz-transform: translate(0, 10%);
    opacity: 0
  }

  100% {
    -moz-transform: translate(0, 0);
    opacity: 1
  }
}

@-o-keyframes wpb_btt {
  0% {
    -o-transform: translate(0, 10%);
    opacity: 0
  }

  100% {
    -o-transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes wpb_btt {
  0% {
    transform: translate(0, 10%);
    opacity: 0
  }

  100% {
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes wpb_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1
  }
}

@-moz-keyframes wpb_ltr {
  0% {
    -moz-transform: translate(-10%, 0);
    opacity: 0
  }

  100% {
    -moz-transform: translate(0, 0);
    opacity: 1
  }
}

@-o-keyframes wpb_ltr {
  0% {
    -o-transform: translate(-10%, 0);
    opacity: 0
  }

  100% {
    -o-transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes wpb_ltr {
  0% {
    transform: translate(-10%, 0);
    opacity: 0
  }

  100% {
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes wpb_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1
  }
}

@-moz-keyframes wpb_rtl {
  0% {
    -moz-transform: translate(10%, 0);
    opacity: 0
  }

  100% {
    -moz-transform: translate(0, 0);
    opacity: 1
  }
}

@-o-keyframes wpb_rtl {
  0% {
    -o-transform: translate(10%, 0);
    opacity: 0
  }

  100% {
    -o-transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes wpb_rtl {
  0% {
    transform: translate(10%, 0);
    opacity: 0
  }

  100% {
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes wpb_appear {
  0% {
    -webkit-transform: scale(.5);
    opacity: .1
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1
  }
}

@-moz-keyframes wpb_appear {
  0% {
    -moz-transform: scale(.5);
    opacity: .1
  }

  100% {
    -moz-transform: scale(1);
    opacity: 1
  }
}

@-o-keyframes wpb_appear {
  0% {
    -o-transform: scale(.5);
    opacity: .1
  }

  100% {
    -o-transform: scale(1);
    opacity: 1
  }
}

@keyframes wpb_appear {
  0% {
    transform: scale(.5);
    opacity: .1
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

@keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce
}

@-webkit-keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@keyframes pulse {

  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(.75);
    transform: scaleX(1.25) scaleY(.75)
  }

  40% {
    -webkit-transform: scaleX(.75) scaleY(1.25);
    transform: scaleX(.75) scaleY(1.25)
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(.85);
    transform: scaleX(1.15) scaleY(.85)
  }
}

@keyframes rubberBand {

  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(.75);
    -ms-transform: scaleX(1.25) scaleY(.75);
    transform: scaleX(1.25) scaleY(.75)
  }

  40% {
    -webkit-transform: scaleX(.75) scaleY(1.25);
    -ms-transform: scaleX(.75) scaleY(1.25);
    transform: scaleX(.75) scaleY(1.25)
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(.85);
    -ms-transform: scaleX(1.15) scaleY(.85);
    transform: scaleX(1.15) scaleY(.85)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  10%,
  20% {
    -webkit-transform: scale(.9) rotate(-3deg);
    transform: scale(.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg)
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }

  10%,
  20% {
    -webkit-transform: scale(.9) rotate(-3deg);
    -ms-transform: scale(.9) rotate(-3deg);
    transform: scale(.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg)
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg)
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg)
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg)
  }
}

@keyframes wobble {

  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg)
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg)
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
}

.flipInY {
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    -ms-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }

  100% {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }

  100% {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@keyframes bounce {

  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@-webkit-keyframes moveDown {

  0%,
  100% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
  }

  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes moveDown {

  0%,
  100% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
  }

  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@media (min-width:1400px) {
  body.size_wide .container {
    width: 1355px;
    max-width: 100%
  }

  .margin-top-collection {
    margin-top: -103px
  }

  .feature-icon-box:after {
    right: 125px
  }
}

.collapse {
  visibility: hidden
}

.collapse.in {
  display: block;
  visibility: visible
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -moz-transition-duration: .35s;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

a {
  color: #337ab7
}

a:focus,
a:hover {
  color: #23527c
}

body #tp_style_selector.show {
  z-index: 9999999
}

body .cp-affilate-link {
  display: none
}

body.body-grad-layout {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.tp-table {
  display: table;
  width: 100%
}

button {
  border-radius: 0
}

button,
input,
select,
textarea {
  border: 1px solid #eee;
  padding: 5px 10px;
  box-shadow: none;
  text-shadow: none
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  box-shadow: none
}

input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder {
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=text]:-moz-placeholder {
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=text]::-moz-placeholder {
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder {
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

input[type=email]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder {
  outline: 0;
  box-shadow: none
}

input[type=email]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder {
  outline: 0;
  box-shadow: none
}

input[type=email]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder {
  outline: 0;
  box-shadow: none
}

input[type=email]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder {
  outline: 0;
  box-shadow: none
}

button,
input[type=submit] {
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  border: 0
}

button.btn:active:focus,
button.btn:focus,
button:focus {
  outline: 0;
  box-shadow: none
}

#back-to-top {
  position: fixed;
  bottom: 14px;
  right: 14px;
  display: block;
  width: 32px;
  height: 32px;
  background: #333;
  color: #fff;
  z-index: 997;
  cursor: pointer;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all ease-in-out .3s;
  -khtml-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  visibility: visible
}

#back-to-top i {
  line-height: 32px;
  font-size: 10px
}

#back-to-top.active {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.learn-press .message,
.message {
  color: #31708f;
  margin: 0 0 40px;
  border: 0;
  border-radius: 0;
  line-height: 20px;
  padding: 10px 15px;
  font-size: 13px;
  background: #d9edf7
}

.learn-press .message.message-success,
.message.message-success {
  color: #3c763d;
  background: #dff0d8
}

.learn-press .message.message-error,
.message.message-error {
  color: #a94442;
  background: #f2dede
}

.learn-press .message.message-info,
.message.message-info {
  color: #31708f;
  background: #d9edf7
}

.learn-press .message.message-warning,
.message.message-warning {
  color: #8a6d3b;
  background: #fcf8e3
}

.message-error,
.message-info,
.message-success,
.message-warning {
  margin: 0 0 40px;
  border: 0;
  border-radius: 0;
  line-height: 20px;
  padding: 10px 15px;
  font-size: 13px
}

.mfp-content .message-error,
.mfp-content .message-info,
.mfp-content .message-success,
.mfp-content .message-warning {
  margin-top: 15px
}

.message-success {
  color: #3c763d;
  background: #dff0d8
}

.message-error {
  color: #a94442;
  background: #f2dede
}

.message-info {
  color: #31708f;
  background: #d9edf7
}

.message-warning {
  color: #8a6d3b;
  background: #fcf8e3
}

body .pagination {
  text-align: left
}

.learn-press-pagination,
.loop-pagination,
.pagination {
  text-align: left;
  display: inline-block;
  width: 100%;
  margin: 60px 0 0;
  border-top: 0;
  padding-top: 0
}

.learn-press-pagination .woocommerce-page,
.loop-pagination .woocommerce-page,
.pagination .woocommerce-page,
.woocommerce .learn-press-pagination,
.woocommerce .loop-pagination,
.woocommerce .pagination {
  margin-top: 0
}

.learn-press-pagination ul,
.loop-pagination ul,
.pagination ul {
  margin: 0;
  padding: 0;
  display: block
}

.learn-press-pagination li,
.loop-pagination li,
.pagination li {
  display: inline-block;
  zoom: 1;
  list-style: none;
  margin-right: 6px
}

.learn-press-pagination li .page-numbers,
.loop-pagination li .page-numbers,
.pagination li .page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #111;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700
}

.learn-press-pagination li .page-numbers.next,
.learn-press-pagination li .page-numbers.prev,
.loop-pagination li .page-numbers.next,
.loop-pagination li .page-numbers.prev,
.pagination li .page-numbers.next,
.pagination li .page-numbers.prev {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0
}

.learn-press-pagination li .page-numbers.next:before,
.loop-pagination li .page-numbers.next:before,
.pagination li .page-numbers.next:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  font-size: 15px
}

.learn-press-pagination li .page-numbers.prev:before,
.loop-pagination li .page-numbers.prev:before,
.pagination li .page-numbers.prev:before {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  font-size: 15px
}

body.single .loop-pagination {
  margin-top: 30px
}

.loop-pagination .page-number {
  width: 40px;
  height: 40px;
  border: 1px solid #111;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  margin-right: 5px
}

.loop-pagination a .page-number {
  border-color: #111;
  background: 0 0
}

.col-1-1,
.col-1-2,
.col-1-3,
.col-1-4,
.col-1-5,
.col-1-6,
.col-2-3,
.col-2-5,
.col-3-4,
.col-3-5,
.col-4-5,
.col-5-6 {
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 15px
}

.col-1-1 {
  width: 100%
}

.col-1-2 {
  width: 50%
}

.col-1-3 {
  width: 33.33333333%
}

.col-2-3 {
  width: 66.66666666%
}

.col-1-4 {
  width: 25%
}

.col-3-4 {
  width: 75%
}

.col-1-5 {
  width: 20%
}

.col-4-5 {
  width: 80%
}

.col-1-6 {
  width: 16.66666666%
}

.col-5-6 {
  width: 83.33333333%
}

.col-2-5 {
  width: 40%
}

.col-3-5 {
  width: 60%
}

@media (max-width:767px) {

  .col-1-1,
  .col-1-2,
  .col-1-3,
  .col-1-4,
  .col-1-5,
  .col-1-6,
  .col-2-3,
  .col-2-5,
  .col-3-4,
  .col-3-5,
  .col-4-5,
  .col-5-6 {
    width: 50%
  }
}

@media (max-width:380px) {

  .col-1-1,
  .col-1-2,
  .col-1-3,
  .col-1-4,
  .col-1-5,
  .col-1-6,
  .col-2-3,
  .col-2-5,
  .col-3-4,
  .col-3-5,
  .col-4-5,
  .col-5-6 {
    width: 100%
  }
}

.lcr-sidebar .page-container .page-contents {
  float: right
}

.lcr-sidebar .page-container #secondary {
  float: left
}

.left-sidebar .page-container .page-contents {
  float: right
}

.left-sidebar .page-container #secondary {
  float: left
}

.lrc-sidebar .page-container,
.lrc-sidebar .page-container .page-contents {
  float: right
}

.lrc-sidebar .page-container #secondary {
  float: left
}

.page-container {
  padding: 0
}

.page-container:after,
.page-sidebar:after {
  display: block;
  content: "";
  clear: both
}

@media (max-width:767px) {

  .left-sidebar .page-container #secondary,
  .left-sidebar .page-container .page-contents,
  .lrc-sidebar .page-container,
  .lrc-sidebar .page-container #secondary,
  .lrc-sidebar .page-container .page-contents {
    float: none
  }
}

.tp-caption.thim-slider-heading {
  font-size: 100px;
  margin: 0 !important
}

.tp-caption.thim-slider-sub-heading {
  font-size: 24px
}

.tp-caption.thim-slider-button {
  transition: all .3s !important;
  white-space: nowrap !important
}

.have_scroll_bottom .scroll_slider_tab .to_bottom i,
.thim-click-to-bottom {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite
}

.have_scroll_bottom .scroll_slider_tab .to_bottom svg,
.thim-click-to-bottom {
  margin-bottom: 20px
}

.parallax_effect {
  position: relative
}

.parallax_effect:before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: rgba(50, 58, 69, .2)
}

.parallax_effect>.panel-grid-cell {
  position: relative;
  z-index: 1
}

.comments-area,
.woocommerce #content .comments-area,
.woocommerce .comments-area {
  margin-top: 15px
}

.comments-area input,
.comments-area textarea,
.woocommerce #content .comments-area input,
.woocommerce #content .comments-area textarea,
.woocommerce .comments-area input,
.woocommerce .comments-area textarea {
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.comments-area .comment-list,
.woocommerce #content .comments-area .comment-list,
.woocommerce .comments-area .comment-list {
  margin: 0
}

.comments-area .comment-list .comment-list-inner .comments-title,
.woocommerce #content .comments-area .comment-list .comment-list-inner .comments-title,
.woocommerce .comments-area .comment-list .comment-list-inner .comments-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 0 22px;
  margin-bottom: 60px;
  margin-top: 50px;
  position: relative;
  line-height: 30px
}

.comments-area .comment-list .comment-list-inner .comments-title:before,
.woocommerce #content .comments-area .comment-list .comment-list-inner .comments-title:before,
.woocommerce .comments-area .comment-list .comment-list-inner .comments-title:before {
  content: '';
  width: 35px;
  height: 1px;
  background: #000;
  bottom: 0;
  position: absolute;
  left: 0
}

.comments-area .comment-list .comment-list-inner .comment-author.meta,
.woocommerce #content .comments-area .comment-list .comment-list-inner .comment-author.meta,
.woocommerce .comments-area .comment-list .comment-list-inner .comment-author.meta {
  color: #b3b3b3
}

.comments-area .comment-list .comment-list-inner .comment-author.meta strong,
.woocommerce #content .comments-area .comment-list .comment-list-inner .comment-author.meta strong,
.woocommerce .comments-area .comment-list .comment-list-inner .comment-author.meta strong {
  color: #000
}

.comments-area .comment-list .comment-list-inner>li,
.woocommerce #content .comments-area .comment-list .comment-list-inner>li,
.woocommerce .comments-area .comment-list .comment-list-inner>li {
  list-style: none;
  margin-bottom: 25px
}

.comments-area .comment-list .comment-list-inner li,
.woocommerce #content .comments-area .comment-list .comment-list-inner li,
.woocommerce .comments-area .comment-list .comment-list-inner li {
  margin: 0
}

.comments-area .comment-list .comment-list-inner li .wrapper-comment,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .wrapper-comment,
.woocommerce .comments-area .comment-list .comment-list-inner li .wrapper-comment {
  overflow: hidden;
  padding: 45px 0;
  border-top: 1px solid #eee
}

.comments-area .comment-list .comment-list-inner li .avatar,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .avatar,
.woocommerce .comments-area .comment-list .comment-list-inner li .avatar {
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px
}

.comments-area .comment-list .comment-list-inner li .comment-right,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .comment-right,
.woocommerce .comments-area .comment-list .comment-list-inner li .comment-right {
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  float: left
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .author,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .comment-extra-info .author,
.woocommerce .comments-area .comment-list .comment-list-inner li .comment-extra-info .author {
  font-size: 15px;
  font-weight: 700
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .author .author-name,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .author a,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .comment-extra-info .author .author-name,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .comment-extra-info .author a,
.woocommerce .comments-area .comment-list .comment-list-inner li .comment-extra-info .author .author-name,
.woocommerce .comments-area .comment-list .comment-list-inner li .comment-extra-info .author a {
  text-transform: capitalize
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .date,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .comment-extra-info .date,
.woocommerce .comments-area .comment-list .comment-list-inner li .comment-extra-info .date {
  font-size: 13px;
  font-weight: 400;
  color: #ccc
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .author,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .date,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .comment-extra-info .author,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .comment-extra-info .date,
.woocommerce .comments-area .comment-list .comment-list-inner li .comment-extra-info .author,
.woocommerce .comments-area .comment-list .comment-list-inner li .comment-extra-info .date {
  float: none;
  display: inline-block;
  margin-right: 15px
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-reply-link,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-reply-link,
.woocommerce .comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link,
.woocommerce .comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-reply-link {
  display: inline-block;
  float: right;
  font-weight: 400;
  font-size: 13px
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link,
.woocommerce .comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link {
  margin-left: 15px
}

.comments-area .comment-list .comment-list-inner li .content-comment,
.woocommerce #content .comments-area .comment-list .comment-list-inner li .content-comment,
.woocommerce .comments-area .comment-list .comment-list-inner li .content-comment {
  padding: 15px 30px 0 0
}

.comments-area .comment-list .comment-list-inner .children,
.woocommerce #content .comments-area .comment-list .comment-list-inner .children,
.woocommerce .comments-area .comment-list .comment-list-inner .children {
  margin: 0 0 0 100px
}

.comments-area .comment-list .comment-list-inner .children li,
.woocommerce #content .comments-area .comment-list .comment-list-inner .children li,
.woocommerce .comments-area .comment-list .comment-list-inner .children li {
  list-style: none
}

.comments-area .comment-list .comment-list-inner .comment-form-author,
.comments-area .comment-list .comment-list-inner .comment-form-email,
.comments-area .comment-list .comment-list-inner .comment-form-url,
.woocommerce #content .comments-area .comment-list .comment-list-inner .comment-form-author,
.woocommerce #content .comments-area .comment-list .comment-list-inner .comment-form-email,
.woocommerce #content .comments-area .comment-list .comment-list-inner .comment-form-url,
.woocommerce .comments-area .comment-list .comment-list-inner .comment-form-author,
.woocommerce .comments-area .comment-list .comment-list-inner .comment-form-email,
.woocommerce .comments-area .comment-list .comment-list-inner .comment-form-url {
  width: 100%;
  display: block
}

.comments-area .comment-list .comment-list-inner .comment-form-author input,
.comments-area .comment-list .comment-list-inner .comment-form-email input,
.comments-area .comment-list .comment-list-inner .comment-form-url input,
.woocommerce #content .comments-area .comment-list .comment-list-inner .comment-form-author input,
.woocommerce #content .comments-area .comment-list .comment-list-inner .comment-form-email input,
.woocommerce #content .comments-area .comment-list .comment-list-inner .comment-form-url input,
.woocommerce .comments-area .comment-list .comment-list-inner .comment-form-author input,
.woocommerce .comments-area .comment-list .comment-list-inner .comment-form-email input,
.woocommerce .comments-area .comment-list .comment-list-inner .comment-form-url input {
  width: 100%;
  line-height: 30px;
  padding: 4px 15px;
  min-height: 40px;
  display: inline-block;
  border: 1px solid #e3e6e6
}

.comments-area .comment-list .comment-list-inner .comment-form-author input.invalid,
.comments-area .comment-list .comment-list-inner .comment-form-email input.invalid,
.comments-area .comment-list .comment-list-inner .comment-form-url input.invalid,
.woocommerce #content .comments-area .comment-list .comment-list-inner .comment-form-author input.invalid,
.woocommerce #content .comments-area .comment-list .comment-list-inner .comment-form-email input.invalid,
.woocommerce #content .comments-area .comment-list .comment-list-inner .comment-form-url input.invalid,
.woocommerce .comments-area .comment-list .comment-list-inner .comment-form-author input.invalid,
.woocommerce .comments-area .comment-list .comment-list-inner .comment-form-email input.invalid,
.woocommerce .comments-area .comment-list .comment-list-inner .comment-form-url input.invalid {
  border-color: red
}

.comments-area .comment-list .comment-list-inner textarea,
.woocommerce #content .comments-area .comment-list .comment-list-inner textarea,
.woocommerce .comments-area .comment-list .comment-list-inner textarea {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #e3e6e6
}

.comments-area .comment-list .comment-list-inner textarea.invalid,
.woocommerce #content .comments-area .comment-list .comment-list-inner textarea.invalid,
.woocommerce .comments-area .comment-list .comment-list-inner textarea.invalid {
  border-color: red
}

.comments-area .comment-list .comment-list-inner .form-submit input#submit,
.woocommerce #content .comments-area .comment-list .comment-list-inner .form-submit input#submit,
.woocommerce .comments-area .comment-list .comment-list-inner .form-submit input#submit {
  text-shadow: none;
  box-shadow: none;
  border: none;
  line-height: 30px;
  padding: 5px 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px
}

#respond.comment-respond .comment-reply-title {
  font-weight: 700;
  padding: 15px 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 25px
}

#respond.comment-respond .comment-notes {
  color: #999;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 55px
}

#respond.comment-respond .comment-notes:before {
  content: '';
  width: 35px;
  height: 1px;
  background: #000;
  bottom: 0;
  position: absolute;
  left: 0
}

#respond.comment-respond .comment-form .comment-form-author,
#respond.comment-respond .comment-form .comment-form-email,
#respond.comment-respond .comment-form .comment-form-url {
  width: 31%;
  display: inline-block;
  margin-bottom: 30px;
  float: left
}

#respond.comment-respond .comment-form .comment-form-author input,
#respond.comment-respond .comment-form .comment-form-email input,
#respond.comment-respond .comment-form .comment-form-url input {
  width: 100%;
  line-height: 30px;
  padding: 4px 15px;
  min-height: 40px;
  display: inline-block;
  border: 1px solid #e3e6e6
}

#respond.comment-respond .comment-form .comment-form-author input.invalid,
#respond.comment-respond .comment-form .comment-form-email input.invalid,
#respond.comment-respond .comment-form .comment-form-url input.invalid {
  border-color: red
}

#respond.comment-respond .comment-form .comment-form-author,
#respond.comment-respond .comment-form .comment-form-email {
  margin-right: 3.5%
}

#respond.comment-respond .comment-form textarea {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #e3e6e6
}

#respond.comment-respond .comment-form textarea.invalid {
  border-color: red
}

#respond.comment-respond .comment-form .form-submit input#submit {
  text-shadow: none;
  box-shadow: none;
  border: none;
  line-height: 30px;
  padding: 5px 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px
}

#respond.comment-respond #cancel-comment-reply-link {
  text-transform: none
}

.flexslider {
  position: relative
}

.flexslider li {
  list-style: none
}

.flexslider .flex-direction-nav {
  margin: 0
}

.flexslider .flex-direction-nav a {
  position: absolute;
  z-index: 9;
  top: 50%;
  cursor: pointer;
  width: 31px;
  margin: -16px 0 0;
  height: 32px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.flexslider .flex-direction-nav .flex-prev {
  left: -36px;
  opacity: 0
}

.flexslider .flex-direction-nav .flex-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 31px;
  display: inline-block
}

.flexslider .flex-direction-nav .flex-next {
  right: -36px;
  opacity: 0
}

.flexslider .flex-direction-nav .flex-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 31px;
  display: inline-block
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: .8;
  left: 5px
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: .8;
  right: 5px
}

.site-content {
  padding: 60px 15px 100px
}

.site-content.no-padding-top {
  padding-top: 0;
  padding-bottom: 0
}

.overlay-black,
.overlay-primary {
  position: relative
}

.overlay-black:before,
.overlay-primary:before {
  background: rgba(45, 51, 57, .95);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0
}

.overlay-black>div,
.overlay-primary>div {
  position: relative;
  z-index: 2
}

.overlay-black .thim-widget-courses-searching .courses-searching button:hover {
  background: #181818
}

.list-info {
  margin-top: 35px;
  margin-left: 0
}

.list-info li {
  font-size: 16px;
  list-style: none;
  display: inline-block;
  padding: 0 20px
}

.list-info li i {
  margin-right: 5px
}

.list-info li a {
  color: inherit
}

.custom-images {
  margin-top: -18px;
  position: relative;
  margin-bottom: -7px
}

.smicon-box:after,
.smicon-box:before {
  clear: both;
  display: table-cell;
  content: ""
}

.style_heading_2_out .breadcrumbs-wrapper .bbp-breadcrumb .bbp-breadcrumb-sep,
.top_site_main.style_heading_2 .page-title-wrapper h1:before,
.top_site_main.style_heading_2 .page-title-wrapper h2:before {
  display: none
}

.custom-readmore {
  padding-top: 20px;
  padding-bottom: 20px
}

.top_site_main {
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: rgba(45, 51, 57, .95);
  min-height: 235px
}

.top_site_main.top_site_overlay {
  padding-top: 140px
}

.top_site_main>.overlay-top-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5)
}

.top_site_main .page-title-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: left;
  position: relative;
  z-index: 1
}

.top_site_main .page-title-wrapper .banner-wrapper {
  overflow: hidden
}

.top_site_main .page-title-wrapper h1,
.top_site_main .page-title-wrapper h2 {
  color: inherit;
  margin: 0;
  line-height: 54px;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  padding-left: 25px;
  position: relative
}

.top_site_main .page-title-wrapper h1:before,
.top_site_main .page-title-wrapper h2:before {
  content: '';
  width: 3px;
  line-height: 54px;
  bottom: 0;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 22px
}

.top_site_main .banner-description {
  font-style: italic
}

.btn-border,
.btn-primary {
  font-style: normal
}

.top_site_main.style_heading_2 .page-title-wrapper {
  text-align: center;
  padding-bottom: 140px;
  position: relative
}

.top_site_main.style_heading_2 .page-title-wrapper h1 {
  font-size: 58px;
  text-transform: none;
  font-weight: 300;
  line-height: 70px
}

.top_site_main.style_heading_2 .page-title-wrapper h2 {
  text-transform: none;
  font-weight: 300
}

.top_site_main.style_heading_2 .page-title-wrapper .banner-description {
  font-size: 18px;
  font-weight: 200;
  font-style: normal;
  margin-top: 15px;
  color: #ccc !important
}

.top_site_main.style_heading_2 .overlay-top-header {
  opacity: .8
}

#breadcrumbs {
  font-size: 12px
}

.style_heading_2_out {
  position: relative
}

.style_heading_2_out .breadcrumbs-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #ccc;
  z-index: 1
}

.style_heading_2_out .breadcrumbs-wrapper .bbp-breadcrumb {
  border-top: 1px solid rgba(255, 255, 255, .1);
  background-color: transparent;
  border-bottom: none
}

.style_heading_2_out .breadcrumbs-wrapper .bbp-breadcrumb a,
.style_heading_2_out .breadcrumbs-wrapper .bbp-breadcrumb span {
  color: #ccc
}

.style_heading_2_out .breadcrumbs-wrapper .bbp-breadcrumb a:after {
  content: "/";
  background: 0 0;
  margin-left: 5px;
  color: #ccc;
  display: inline-block
}

.style_heading_2_out .breadcrumbs-wrapper .bbp-breadcrumb a:hover {
  color: #fff
}

.style_heading_2_out .breadcrumbs-wrapper #breadcrumbs {
  border-bottom: none;
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.style_heading_2_out .breadcrumbs-wrapper #breadcrumbs li {
  color: #ccc
}

.style_heading_2_out .breadcrumbs-wrapper #breadcrumbs li span {
  color: #ccc;
  font-size: 14px
}

.style_heading_2_out .breadcrumbs-wrapper #breadcrumbs li a {
  margin-right: 5px;
  color: #ccc
}

.style_heading_2_out .breadcrumbs-wrapper #breadcrumbs li a:after {
  content: "/";
  background: 0 0;
  margin-left: 5px;
  color: #ccc
}

.style_heading_2_out .breadcrumbs-wrapper #breadcrumbs li a:hover span {
  color: #FFF
}

.breadcrumbs-wrapper #breadcrumbs,
.breadcrumbs-wrapper .thim-breadcrumbs,
.breadcrumbs-wrapper .woocommerce-breadcrumb {
  padding: 13px 0;
  margin: 0;
  border-bottom: 1px solid #eee
}

.breadcrumbs-wrapper #breadcrumbs li,
.breadcrumbs-wrapper .thim-breadcrumbs li,
.breadcrumbs-wrapper .woocommerce-breadcrumb li {
  line-height: 25px;
  display: inline-block;
  list-style: none;
  font-size: 12px
}

.breadcrumbs-wrapper #breadcrumbs li span,
.breadcrumbs-wrapper .thim-breadcrumbs li span,
.breadcrumbs-wrapper .woocommerce-breadcrumb li span {
  margin: 0
}

.breadcrumbs-wrapper #breadcrumbs li:last-child span,
.breadcrumbs-wrapper .thim-breadcrumbs li:last-child span,
.breadcrumbs-wrapper .woocommerce-breadcrumb li:last-child span {
  margin-right: 0
}

.breadcrumbs-wrapper #breadcrumbs a,
.breadcrumbs-wrapper .thim-breadcrumbs a,
.breadcrumbs-wrapper .woocommerce-breadcrumb a {
  line-height: 25px;
  display: inline-block;
  margin-right: 15px
}

.breadcrumbs-wrapper #breadcrumbs a:after,
.breadcrumbs-wrapper .thim-breadcrumbs a:after,
.breadcrumbs-wrapper .woocommerce-breadcrumb a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #eee;
  display: inline-block;
  margin: 0 0 0 15px;
  line-height: 25px
}

.breadcrumbs-wrapper.button-list-gird #breadcrumbs,
.breadcrumbs-wrapper.button-list-gird .display,
.breadcrumbs-wrapper.button-list-gird .thim-breadcrumbs,
.breadcrumbs-wrapper.button-list-gird .woocommerce-breadcrumb {
  width: 50%;
  display: inline-block;
  vertical-align: middle
}

.breadcrumbs-wrapper.button-list-gird .display {
  text-align: right
}

.breadcrumbs-wrapper.button-list-gird .display a,
.breadcrumbs-wrapper.button-list-gird .display a i {
  color: #728592;
  margin-left: 20px
}

.btn-primary a {
  color: #fff !important
}

.btn-primary:hover {
  background-color: #323945;
  border-color: #323945
}

.btn-border {
  color: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 10px
}

.slider-desc .btn {
  font-size: 16px;
  padding: 8px 20px;
  font-weight: 700;
  margin-top: 20px
}

input[type=checkbox],
input[type=radio] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  box-shadow: 0;
  outline: 0
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 14px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00c';
  margin: 0
}

input[type=radio] {
  border-radius: 50%;
  line-height: 10px;
  font-size: 14px
}

input[type=radio]:checked:before {
  content: '\2022';
  text-indent: -9999px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 24px;
  width: 6px;
  height: 6px;
  margin: 4px;
  line-height: 16px;
  background: #ffb606
}

.article__parallax,
.background-left,
.bg-top-norepeat,
.custom-search,
.full-width {
  background-repeat: no-repeat !important
}

input[type=checkbox]:checked:before {
  content: '\f00c';
  margin: 0
}

.thim-bg-overlay-70:before,
.thim-bg-overlay:before {
  content: "";
  bottom: 0;
  right: 0
}

.full-width {
  background-position: 140% 100%
}

.full-width>.panel-grid-cell {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px
}

.full-width>.panel-grid-cell .icon-box-title {
  font-style: inherit;
  margin-top: 0
}

.background-left {
  background-position: center left
}

.bg-top-norepeat {
  background-position: top left
}

#course-landing.one-courses-page .course-curriculum {
  margin: 0;
  padding-top: 80px;
  padding-bottom: 80px
}

#course-landing.one-courses-page .course-curriculum .course-curriculum-title,
#course-landing.one-courses-page .course-curriculum ul.curriculum-sections .section {
  padding-left: 0
}

.content-landing .box .box-home span {
  text-align: center;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: #fff;
  margin-top: -40px;
  margin-left: -40px;
  border: 1px solid #fff;
  border-radius: 100%;
  line-height: 80px;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite
}

.content-landing .box .box-home:hover span {
  visibility: visible;
  -moz-animation-name: bounce;
  animation-name: bounce
}

.navigation .tm-table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  display: table
}

.quiz-result {
  margin-top: 20px;
  float: left;
  margin-right: -300px;
  width: 100%
}

.quiz-result .quiz-result-mark {
  float: left;
  width: 150px;
  height: 150px;
  background-color: #F5F5F5;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
  line-height: 1
}

.quiz-result .quiz-result-mark .quiz-mark {
  font-size: 60px;
  display: block
}

.quiz-result .quiz-result-mark .quiz-mark small {
  font-size: 20px
}

.quiz-result .quiz-result-summary {
  float: left;
  margin-left: 30px
}

.quiz-result .quiz-result-summary .quiz-result-field {
  margin: 0;
  font-size: 14px
}

.quiz-result .quiz-result-summary .quiz-result-field>label {
  width: 100px;
  display: inline-block
}

.quiz-result .quiz-result-summary .quiz-result-field.correct {
  color: #06c
}

.quiz-result .quiz-result-summary .quiz-result-field.wrong {
  color: #BC0B0B
}

.quiz-result .quiz-result-summary .quiz-result-field.empty {
  color: #869791
}

.article__parallax {
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover
}

.thim-bg-overlay {
  position: relative
}

.thim-bg-overlay:before {
  position: absolute;
  background: rgba(0, 0, 0, .6);
  left: 0;
  top: 0;
  z-index: 0
}

.thim-bg-overlay-70,
.thim-bg-overlay>.panel-grid-cell {
  position: relative
}

.thim-bg-overlay-70:before {
  position: absolute;
  background: rgba(0, 0, 0, .7);
  left: 0;
  display: block;
  top: 0;
  z-index: 0
}

.thim-bg-overlay-70>.panel-grid-cell {
  position: relative
}

.thim-get-100s {
  padding-top: 181px
}

.thim-get-100s .get-100s {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0
}

.thim-get-100s h2 {
  color: #fff;
  font-size: 72px;
  line-height: 75px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 2px 0 10px
}

.thim-best-industry {
  margin: -263px -2px 120px;
  position: relative
}

.thim-register-form-top {
  margin-top: -605px
}

.mo-openid-app-icons {
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  display: block !important
}

.mo-openid-app-icons:after {
  content: '';
  position: absolute;
  max-width: 520px;
  border-bottom: 1px solid #eee;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.mo-openid-app-icons>p {
  font-weight: 700;
  font-size: 24px;
  text-align: center
}

.mo-openid-app-icons .btn-block {
  line-height: 18px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  margin: 0 20px;
  font-size: 15px;
  color: #fff
}

.mo-openid-app-icons .btn-block .fa {
  left: 0;
  width: 40px;
  border-right: 1px solid #fff;
  font-size: 16px;
  line-height: 30px
}

.thim-slider-one-course-heading {
  margin: 0 !important
}

.thim-slider-one-course-desc {
  text-align: center
}

.thim-join-the-elite-group {
  position: relative
}

.thim-join-the-elite-group:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #ffb606;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-opacity: .6;
  -khtml-opacity: .6;
  -moz-opacity: .6;
  -ms-opacity: .6;
  -o-opacity: .6;
  opacity: .6
}

.thim-bg-overlay-color-half:before,
.thim-join-the-elite-group.thim-dark:before {
  filter: alpha(opacity=50);
  -webkit-opacity: .5;
  -moz-opacity: .5;
  -ms-opacity: .5;
  -o-opacity: .5
}

.thim-join-the-elite-group>div {
  position: relative;
  z-index: 2
}

.thim-join-the-elite-group .sc_heading {
  margin-bottom: 3px;
  padding: 137px 0 0
}

.thim-join-the-elite-group .sc_heading .sub-heading {
  font-size: 18px
}

.thim-join-the-elite-group .thim-widget-button {
  text-align: center;
  padding-bottom: 110px;
  margin-top: -5px
}

.thim-join-the-elite-group.thim-dark:before {
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: .5;
  opacity: .5;
  display: block;
  z-index: 1
}

.thim-what-it-about-desc {
  max-width: 820px;
  margin: auto auto 67px;
  text-align: center
}

.thim-what-it-about-desc .description {
  font-size: 18px;
  line-height: 30px;
  padding: 17px 0 10px
}

.thim-what-it-about-desc .button {
  margin-bottom: 30px
}

.thim-what-it-about-desc .button .thim-button {
  line-height: 30px;
  padding: 10px 25px;
  border: 0;
  box-shadow: none;
  color: #333;
  background: #ffb606;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  font-size: 13px
}

.thim-what-it-about-desc .thim-login-link {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px
}

.thim-what-it-about-desc .thim-login-link a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #ffb606
}

.site-main .lpr_quiz,
.thim-widget-carousel-post .thim-gallery-show {
  display: none
}

#toolbar a:hover,
.course-content .course-content-lesson-nav a:hover,
.thim-gallery-message .link:hover {
  text-decoration: underline
}

.thim-hello-there .sc_heading {
  padding-top: 17px
}

.thim-hello-there .readmore {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 15px
}

.thim-hello-there .readmore a {
  color: #fff
}

.thim-hello-there .readmore a:hover {
  color: #fff;
  text-decoration: underline
}

#cptch_input {
  padding-left: 5px !important;
  padding-right: 5px !important
}

.thim-buy-now {
  max-width: 1170px;
  margin: auto;
  padding: 42px 35px
}

.thim-buy-now .thim-widget-button {
  padding: 13px 0;
  text-align: right
}

.thim-buy-now .thim-widget-button .widget-button {
  border-color: #fff;
  background: #fff;
  color: #333
}

.thim-buy-now .thim-widget-button .widget-button.normal {
  line-height: 30px;
  height: 40px;
  padding: 5px 30px
}

.thim-buy-now .thim-widget-button .widget-button:hover {
  color: #333
}

.thim-buy-now-desc {
  position: relative;
  padding-left: 20px
}

.thim-buy-now-desc:before {
  width: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  content: '';
  background: #ffb606
}

.thim-buy-now-desc .heading {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 3px 0 6px
}

.thim-buy-now-desc .description {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  padding-bottom: 2px
}

.owl-carousel .owl-item {
  cursor: -webkit-grabbing
}

.thim-col-5 {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px
}

.thim-widget-gallery-posts .wrapper-filter-controls {
  text-align: center
}

.thim-widget-gallery-posts .wrapper-filter-controls ul {
  margin: -10px auto 60px;
  display: inline-block;
  border-bottom: 1px solid #eee;
  padding: 0 10px
}

.thim-widget-gallery-posts .wrapper-filter-controls li {
  list-style: none;
  display: inline-block
}

.thim-widget-gallery-posts .wrapper-filter-controls a {
  display: inline-block;
  border-bottom: 2px solid transparent;
  margin: 0 8px -2px;
  padding: 5px 8px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700
}

.thim-widget-gallery-posts .wrapper-gallery-filter>.thim-col-5,
.thim-widget-gallery-posts .wrapper-gallery-filter>[class*=col-sm-] {
  padding-bottom: 30px
}

.thim-widget-gallery-posts .wrapper-gallery-filter.isotope-layout .item_gallery {
  float: left;
  width: 16.66667%;
  margin: 5px 0
}

.thim-widget-gallery-posts .wrapper-gallery-filter.isotope-layout .item_gallery .thim-gallery-popup {
  overflow: hidden;
  color: #fff
}

.thim-widget-gallery-posts .wrapper-gallery-filter.isotope-layout .item_gallery .thim-gallery-popup img {
  max-width: none;
  width: auto
}

.thim-widget-gallery-posts .wrapper-gallery-filter.isotope-layout .item_gallery .thim-gallery-popup:after,
.thim-widget-gallery-posts .wrapper-gallery-filter.isotope-layout .item_gallery .thim-gallery-popup:before {
  display: none
}

.thim-widget-gallery-posts .wrapper-gallery-filter.isotope-layout .item_gallery .thim-gallery-popup .info_post {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(53, 56, 102, .75);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -khtml-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 9;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  display: table;
  width: 100%;
  height: 100%
}

.thim-widget-gallery-posts .wrapper-gallery-filter.isotope-layout .item_gallery .thim-gallery-popup .info_post .inner-info {
  display: table-cell;
  vertical-align: middle
}

.thim-widget-gallery-posts .wrapper-gallery-filter.isotope-layout .item_gallery .thim-gallery-popup .info_post i {
  -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all .4s ease-in-out;
  -khtml-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-size: 30px;
  display: block;
  margin-bottom: 8px
}

.thim-widget-gallery-posts .wrapper-gallery-filter.isotope-layout .item_gallery .thim-gallery-popup .info_post:before {
  display: table-cell;
  content: "";
  vertical-align: middle
}

.thim-widget-gallery-posts .wrapper-gallery-filter.isotope-layout .item_gallery .thim-gallery-popup:hover .info_post {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.thim-widget-gallery-posts .wrapper-gallery-filter.isotope-layout .item_gallery .thim-gallery-popup:hover .info_post i {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.thim-widget-gallery-posts .wrapper-gallery-filter.isotope-layout .item_gallery .thim-gallery-popup.loading .info_post i {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.thim-widget-gallery-posts .wrapper-gallery-filter.isotope-layout .item_gallery .thim-gallery-popup.loading .info_post i:before {
  content: "\f110";
  font-family: FontAwesome
}

.thim-widget-gallery-posts .thim-gallery-show {
  display: none
}

.thim-widget-gallery-posts .thim-gallery-popup {
  display: block;
  position: relative
}

.thim-widget-gallery-posts .thim-gallery-popup>img {
  width: 100%
}

.thim-widget-gallery-posts .thim-gallery-popup:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, .3);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all .4s ease-in-out;
  -khtml-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 9
}

.thim-widget-gallery-posts .thim-gallery-popup:hover:before {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.thim-widget-gallery-posts .thim-gallery-popup:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  width: 31px;
  height: 30px;
  line-height: 30px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #fff;
  font-size: 30px;
  z-index: 10;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all .4s ease-in-out;
  -khtml-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.thim-widget-gallery-posts .thim-gallery-popup:hover:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.thim-widget-gallery-posts .thim-gallery-popup.loading:after {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: "\f110";
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

body .box-title {
  text-align: inherit
}

body #tp_style_selector {
  z-index: 999
}

body #tp_style_selector .box-title {
  text-align: center
}

.owl-controls .owl-pagination {
  display: block;
  text-align: center
}

.thim-widget-gallery-images .owl-controls .owl-pagination {
  margin-top: 25px
}

.owl-controls .owl-pagination .owl-page {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #82888d;
  display: inline-block;
  margin: 0 5px
}

.thim-gallery-message {
  padding: 40px 20px;
  background: #fff
}

.thim-button-down {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  z-index: 990;
  bottom: 30px;
  color: #999;
  text-align: center
}

.thim-bg-border-top:before,
.thim-bg-overlay-green:before,
.thim-bg-pattern:after {
  left: 0;
  top: 0;
  content: ''
}

.thim-button-down:active,
.thim-button-down:focus,
.thim-button-down:hover {
  color: #999
}

.landing-image .image-link {
  display: block;
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, .26);
  -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, .26);
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, .26)
}

.landing-image .image-link .image {
  width: 100%;
  height: 100%;
  -webkit-transition: all 2s ease-in-out;
  -khtml-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  background-position: top center;
  background-repeat: no-repeat
}

.form_developer_course .content label,
.grad-slider .custom.tparrows {
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s
}

.landing-image .image-link:hover .image {
  background-position: bottom center
}

.landing-image .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 30px;
  margin: 20px 0
}

.thim-select-demo {
  max-width: 540px;
  margin: auto
}

.thim-select-demo .sc_heading .sub-heading {
  line-height: 24px;
  margin-top: 3px
}

.thim-top-landing .sc_heading {
  margin-bottom: 0;
  padding-bottom: 0
}

.thim-top-landing .sc_heading .sub-heading {
  max-width: 650px;
  margin: 23px auto auto;
  font-size: 18px;
  line-height: 24px
}

.navigation .menu-right ul li>.thim-widget-button {
  padding: 0
}

.thim-support-service .panel-grid-cell .so-panel:first-child {
  margin-bottom: 0 !important
}

.thim-support-service .sc_heading {
  margin-bottom: 0;
  padding-bottom: 0
}

.page-template-homepage .message[class*=message-] {
  display: none
}

.thim-color-white {
  color: #fff
}

.thim-bg-overlay-green {
  position: relative
}

.thim-bg-overlay-green:before {
  position: absolute;
  background: #a0bd2c;
  right: 0;
  bottom: 0;
  z-index: -2
}

.thim-bg-pattern {
  position: relative
}

.thim-bg-pattern:after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../../../themes/eduma/images/bg_pattem.jpg) top left;
  z-index: -1;
  display: block;
  filter: alpha(opacity=5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  -webkit-opacity: .05;
  -khtml-opacity: .05;
  -moz-opacity: .05;
  -ms-opacity: .05;
  -o-opacity: .05;
  opacity: .05
}

.thim-bg-pattern.thim-bg-overlay-color:before,
.thim-bg-pattern.thim-bg-overlay-green:before {
  z-index: -2
}

.thim-bg-green {
  background: #9bba1f
}

.thim-bg-red {
  background: #d43a3b
}

.thim-bg-yellow {
  background: #ffbc1b
}

.thim-bg-border-top {
  position: relative
}

.thim-bg-border-top:before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 248px 248px 0 0;
  border-color: #007bff transparent transparent
}

.thim-bg-border-top.thim-bg-green:before {
  border-color: #96b41c transparent transparent
}

.thim-bg-border-top.thim-bg-red:before {
  border-color: #cd3536 transparent transparent
}

.thim-bg-border-top.thim-bg-yellow:before {
  border-color: #fab716 transparent transparent
}

.thim-row-bg-border-top {
  margin-top: -130px;
  position: relative
}

.thim-border-left-lastchild>.panel-grid-cell:last-child {
  position: relative;
  padding-left: 30px
}

.thim-border-left-lastchild>.panel-grid-cell:last-child:before {
  position: absolute;
  content: '';
  left: -15px;
  top: 52px;
  bottom: 0;
  width: 1px;
  height: auto;
  background: #eee
}

.thim-no-margin-top {
  margin-top: 0
}

.thim-margin-top-10 {
  margin-top: 10px
}

.thim-margin-top-20 {
  margin-top: 20px
}

.thim-margin-top-30 {
  margin-top: 30px
}

.thim-margin-top-40 {
  margin-top: 40px
}

.thim-margin-top-50 {
  margin-top: 50px
}

.thim-margin-top-60 {
  margin-top: 60px
}

.thim-margin-top-70 {
  margin-top: 70px
}

.thim-margin-top-80 {
  margin-top: 80px
}

.thim-margin-top-90 {
  margin-top: 90px
}

.thim-margin-top-100 {
  margin-top: 100px
}

.thim-no-margin-bottom {
  margin-bottom: 0
}

.thim-margin-bottom-10 {
  margin-bottom: 10px
}

.thim-margin-bottom-20 {
  margin-bottom: 20px
}

.thim-margin-bottom-30 {
  margin-bottom: 30px
}

.thim-margin-bottom-40 {
  margin-bottom: 40px
}

.thim-margin-bottom-50 {
  margin-bottom: 50px
}

.thim-margin-bottom-60 {
  margin-bottom: 60px
}

.thim-margin-bottom-70 {
  margin-bottom: 70px
}

.thim-margin-bottom-80 {
  margin-bottom: 80px
}

.thim-margin-bottom-90 {
  margin-bottom: 90px
}

.thim-margin-bottom-100 {
  margin-bottom: 100px
}

.thim-text-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  padding-left: 32px;
  position: relative;
  margin: 0 0 12px;
  text-transform: uppercase
}

.thim-text-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px
}

#main-home-content>p {
  margin: 0
}

.owl-controls .owl-next,
.owl-controls .owl-prev {
  background: 0 0;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  border: 1px solid #111;
  width: 30px;
  text-align: center;
  line-height: 28px
}

iframe[name=google_conversion_frame] {
  height: 0 !important;
  overflow: hidden;
  position: absolute;
  z-index: -1
}

body img::-moz-selection {
  background: 0 0
}

body img::selection {
  background: 0 0
}

.cp-modal-popup-container .cp-blank .cp-row>.col-lg-12 {
  padding-left: 0;
  padding-right: 0
}

input.cptch_input {
  padding-left: 10px !important;
  padding-right: 10px !important
}

.owl-controls .owl-next i,
.owl-controls .owl-prev i {
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
  color: #333;
  font-size: 8px;
  display: block
}

.owl-controls .owl-prev {
  margin-left: 0
}

.post-password-form {
  margin-top: 150px;
  min-height: 100px;
  text-align: center;
  padding: 50px 0
}

.post-password-form input[name=post_password] {
  line-height: 28px
}

.mo-openid-app-icons a.btn-block {
  cursor: pointer
}

.thim-border-bottom,
.thim-border-top {
  border-top: 1px solid #eee
}

::-moz-selection {
  color: #fff !important
}

::selection {
  color: #fff !important
}

.loop-pagination li .page-numbers.current,
.loop-pagination li .page-numbers:hover,
.pagination li .page-numbers.current,
.pagination li .page-numbers:hover {
  border: 1px solid #ffb606
}

.thim-bg-overlay-color {
  position: relative
}

.thim-bg-overlay-color:before {
  position: absolute;
  background: #ffb606;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  top: 0;
  z-index: 0;
  filter: alpha(opacity=92);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
  -webkit-opacity: .92;
  -khtml-opacity: .92;
  -moz-opacity: .92;
  -ms-opacity: .92;
  -o-opacity: .92;
  opacity: .92
}

.footer-bottom .thim-widget-icon-box:before,
.thim-bg-overlay-color-half:before {
  content: '';
  background: #ffb606;
  left: 0;
  right: 0;
  -khtml-opacity: .5;
  top: 0;
  bottom: 0
}

.thim-bg-overlay-color-half,
.thim-bg-overlay-color>.panel-grid-cell {
  position: relative
}

.thim-bg-overlay-color-half:before {
  position: absolute;
  display: block;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5
}

.thim-bg-overlay-color-half.vc_row:before {
  display: block
}

.footer-bottom .thim-widget-icon-box,
.thim-bg-overlay-color-half>div {
  position: relative
}

.footer-bottom .thim-widget-icon-box:before {
  position: absolute;
  z-index: 2;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: .5;
  -moz-opacity: .5;
  -ms-opacity: .5;
  -o-opacity: .5;
  opacity: .5
}

.footer-bottom .thim-widget-icon-box>.wrapper-box-icon {
  position: relative
}

.thim-bg-black {
  background-color: #000
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a,
.woocommerce-page .button {
  color: #fff;
  background: #111
}

.width-navigation-left .navbar-nav {
  text-align: left
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
  margin-bottom: 15px
}

.woocommerce-page .cart_totals h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400
}

.portfolio_container .wapper_portfolio .portfolio_column .style06 li,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style06 li,
body input[type=checkbox]:checked:before {
  background: 0 0 !important
}

.learn-press #finish-course {
  margin-bottom: 30px
}

aside .woof_container_size .woof_list li input[type=radio] {
  border: 2px solid #ffb606
}

@media (min-width:769px) {
  .site-header.header_v2 .navbar-nav li>.sub-menu.mega-sub-menu {
    right: 0;
    width: auto
  }

  .site-header.header_v2 .navbar-nav>li {
    position: static
  }

  .navigation .navbar-nav>li .sub-menu li>a,
  .navigation .navbar-nav>li .sub-menu li>span {
    border-bottom: 1px solid #eee
  }

  .navigation .navbar-nav>li .sub-menu>li:last-child>a,
  .navigation .navbar-nav>li .sub-menu>li:last-child>span {
    border-bottom: 0
  }

  .navigation .navbar-nav>li .sub-menu.megacol>li:last-child>a,
  .navigation .navbar-nav>li .sub-menu.megacol>li:last-child>span {
    border-bottom: 1px solid #eee
  }

  .navigation .navbar-nav>li .sub-menu .sub-menu {
    left: calc(100% + 30px);
    margin-top: 0;
    padding: 8px 30px;
    min-width: 300px
  }
}

footer#colophon .footer .thim-social a:hover {
  color: #fff !important
}

footer#colophon .copyright-area .copyright-content {
  border-top: 1px solid #222
}

.woocommerce div.product .woocommerce-tabs .tabs .active a,
.woocommerce-page div.product .woocommerce-tabs .tabs .active a {
  border-bottom: 2px solid #ffb606
}

form.lp-checkout .logged-in {
  border-left: 3px solid #ffb606
}

.width-logo>a {
  display: inline-block
}

#logged_in_user {
  display: none
}

.thim-search-light-style>.panel-grid-cell,
.thim-search-light-style>.wpb_column.vc_column_container {
  max-width: 810px;
  margin: 0 auto
}

.wpb-js-composer .vc_tta.vc_general ul.vc_tta-tabs-list {
  display: flex
}

.thim_overlay_gradient .textwidget p,
.thim_overlay_gradient_2 .textwidget p {
  margin-bottom: 0
}

.thim_overlay_gradient .rev_slider li .slotholder,
.thim_overlay_gradient_2 .rev_slider li .slotholder {
  position: relative
}

.thim_overlay_gradient .rev_slider li .slotholder:before,
.thim_overlay_gradient_2 .rev_slider li .slotholder:before {
  background: #6020d2;
  background: -moz-linear-gradient(left, #6020d2 0, #2e67f5 100%);
  background: -webkit-linear-gradient(left, #6020d2 0, #2e67f5 100%);
  background: linear-gradient(to right, #6020d2 0, #2e67f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6020d2', endColorstr='#2e67f5', GradientType=1);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=46);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=46)";
  -webkit-opacity: .46;
  -khtml-opacity: .46;
  -moz-opacity: .46;
  -ms-opacity: .46;
  -o-opacity: .46;
  opacity: .46
}

.thim_overlay_gradient .rev_slider li .slotholder:after,
.thim_overlay_gradient_2 .rev_slider li .slotholder:after {
  position: absolute;
  height: 200px;
  width: 100%;
  content: "";
  bottom: 0;
  opacity: .5;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0, #000 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#000000', GradientType=0)
}

.thim_image_overlay_bottom,
.thim_overlay_gradient_2 .rev_slider li .slotholder {
  position: relative
}

.thim_overlay_gradient .rev_slider li .thim-slider-button:hover,
.thim_overlay_gradient_2 .rev_slider li .thim-slider-button:hover {
  color: #fff !important;
  background: #6020d2;
  background: -moz-linear-gradient(left, #6020d2 0, #2e67f5 100%);
  background: -webkit-linear-gradient(left, #6020d2 0, #2e67f5 100%);
  background: linear-gradient(to right, #6020d2 0, #2e67f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6020d2', endColorstr='#2e67f5', GradientType=1)
}

.thim_overlay_gradient_2 .rev_slider li .slotholder:before {
  background: #6a11cb;
  background: -moz-linear-gradient(left, #6a11cb 0, #2575fc 100%);
  background: -webkit-linear-gradient(left, #6a11cb 0, #2575fc 100%);
  background: linear-gradient(to right, #6a11cb 0, #2575fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a11cb', endColorstr='#2575fc', GradientType=1);
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -webkit-opacity: .9;
  -khtml-opacity: .9;
  -moz-opacity: .9;
  -ms-opacity: .9;
  -o-opacity: .9;
  opacity: .9
}

.thim_bg_left,
.thim_bg_right {
  background-position-y: 65px
}

.thim_image_overlay_bottom:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 200px;
  background-image: url(../../../themes/eduma/images/bg_slider_edtech.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 7
}

.thim_image_overlay_bottom>div {
  position: relative;
  z-index: 5
}

.rev_slider .tp-tabs.hebe {
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.rev_slider .tp-tabs.hebe .tp-tab-mask {
  width: 1392px !important;
  left: auto !important;
  margin: 0 auto;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
  max-width: 100% !important;
  bottom: auto;
  top: auto
}

.rev_slider .tp-tabs.hebe .tp-tab-mask .tp-tabs-inner-wrapper {
  width: 100% !important
}

.rev_slider .tp-tabs.hebe .tp-tab-desc {
  font-weight: 300
}

.rev_slider .tp-tabs.hebe .tp-tab {
  position: inherit;
  padding: 45px 10px 45px 45px;
  display: table-cell;
  width: 25% !important;
  left: unset !important;
  opacity: 1;
  border-top: 4px solid transparent
}

.rev_slider .tp-tabs.hebe .tp-tab:before {
  content: "1";
  border: 1px solid;
  position: absolute;
  border-radius: 100%;
  left: 0;
  margin-top: -15px;
  top: 50%;
  color: #aaa;
  width: 30px;
  line-height: 30px;
  text-align: center
}

.rev_slider .tp-tabs.hebe .tp-tab>div {
  display: table-cell;
  line-height: 20px;
  color: #aaa;
  vertical-align: middle
}

.rev_slider .tp-tabs.hebe .tp-tab:hover:before,
.rev_slider .tp-tabs.hebe .tp-tab:hover>div {
  color: #fff
}

.rev_slider .tp-tabs.hebe .tp-tab.selected {
  border-top: 4px solid #FFF
}

.rev_slider .tp-tabs.hebe .tp-tab.selected:before,
.rev_slider .tp-tabs.hebe .tp-tab.selected>div {
  color: #FFF
}

.rev_slider .tp-tabs.hebe .tp-tab:nth-child(2):before {
  content: "2"
}

.rev_slider .tp-tabs.hebe .tp-tab:nth-child(3):before {
  content: "3"
}

.rev_slider .tp-tabs.hebe .tp-tab:nth-child(4):before {
  content: "4"
}

.rev_slider .tp-tabs.hebe .tp-tab:nth-child(5):before {
  content: "5"
}

.thim_overlay_dark_30:before,
.thim_overlay_dark_60:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: ""
}

.thim_bg_right {
  background-position-x: right !important;
  background-repeat: no-repeat !important
}

.thim_bg_left,
.thim_bg_left_bottom {
  background-position-x: left !important;
  background-repeat: no-repeat !important
}

.thim_bg_left_bottom {
  background-position-y: bottom
}

.thim_overlay_dark_30,
.thim_overlay_dark_30>.panel-grid-cell {
  position: relative
}

.thim_overlay_dark_30:before {
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  display: block
}

.thim_overlay_dark_60,
.thim_overlay_dark_60>.panel-grid-cell {
  position: relative
}

.thim_overlay_dark_60:before {
  background-color: rgba(0, 0, 0, .6);
  position: absolute
}

.button_normal_gradient {
  display: inline-block;
  border-radius: 25px;
  border: 1px solid;
  padding: 0 30px;
  margin-top: 30px;
  line-height: 40px
}

.button_normal_gradient i {
  position: relative;
  top: 2px
}

.button_normal_gradient:hover {
  color: #fff
}

.bg_left {
  background-repeat: no-repeat !important
}

.image_box_group .panel-layout>.panel-grid>.panel-grid-cell {
  width: 50%;
  width: calc(50% - (.5 * 50px)) !important
}

.thim_border_bottom {
  border-bottom: 1px solid #eee
}

.thim-style-content-new-1.blog .post-formats-wrapper img {
  width: 100%
}

.thim-style-content-new-1 .mc4wp-form .mc4wp-response {
  left: 30px;
  font-size: 14px;
  bottom: 10px;
  text-align: center;
  right: 30px
}

.thim-style-content-new-1 .sc_heading .title {
  font-weight: 400;
  text-transform: none
}

.thim-style-content-new-1 .sc_heading .sub-heading {
  font-weight: 300
}

.thim-style-content-new-1 .thim-about-us-quote p {
  font-weight: 200;
  font-style: italic
}

.thim-style-content-new-1 .counter-box.about-us .display-percentage {
  font-weight: 400
}

.thim-style-content-new-1 .counter-box.about-us .text_number {
  font-weight: 300
}

.thim-style-content-new-1 .thim-text-title {
  font-weight: 400
}

.thim-style-content-new-1 .mo-openid-app-icons>p {
  font-weight: 300;
  font-size: 22px
}

.thim-style-content-new-1 #thim-popup-login.has-shortcode .thim-login .title {
  font-size: 22px;
  font-weight: 300
}

.thim-style-content-new-1 #thim-popup-login .thim-login-container a {
  font-weight: 300
}

.thim-style-content-new-1 #thim-popup-login .thim-login-container .thim-login .link-bottom {
  font-weight: 300;
  font-size: 16px
}

.thim-style-content-new-1 #thim-popup-login .mo-openid-app-icons>p,
.thim-style-content-new-1 .thim-login .title {
  font-weight: 300;
  font-size: 22px
}

.thim-style-content-new-1 .thim-login form#loginform p.login-remember label,
.thim-style-content-new-1 .thim-login form#registerform p.login-remember label,
.thim-style-content-new-1 .thim-login form#resetpassform p.login-remember label {
  font-size: 16px;
  font-weight: 300
}

.thim-style-content-new-1 .thim-login form#loginform input[type=email],
.thim-style-content-new-1 .thim-login form#loginform input[type=password],
.thim-style-content-new-1 .thim-login form#loginform input[type=text],
.thim-style-content-new-1 .thim-login form#registerform input[type=email],
.thim-style-content-new-1 .thim-login form#registerform input[type=password],
.thim-style-content-new-1 .thim-login form#registerform input[type=text],
.thim-style-content-new-1 .thim-login form#resetpassform input[type=email],
.thim-style-content-new-1 .thim-login form#resetpassform input[type=password],
.thim-style-content-new-1 .thim-login form#resetpassform input[type=text] {
  font-weight: 300
}

.thim-style-content-new-1 .thim-login form#loginform input[type=submit],
.thim-style-content-new-1 .thim-login form#registerform input[type=submit],
.thim-style-content-new-1 .thim-login form#resetpassform input[type=submit] {
  font-size: 16px;
  font-weight: 400;
  text-transform: none
}

.thim-style-content-new-1 .thim-login form#loginform a.lost-pass-link,
.thim-style-content-new-1 .thim-login form#registerform a.lost-pass-link,
.thim-style-content-new-1 .thim-login form#resetpassform a.lost-pass-link {
  font-size: 16px;
  font-weight: 300
}

.thim-style-content-new-1 .pmpro-has-access .pmpro_btn,
.thim-style-content-new-1 .pmpro-has-access a.pmpro_btn {
  font-weight: 300;
  font-size: 13px;
  text-transform: none
}

.thim-style-content-new-1 .thim-widget-courses-searching .courses-searching input[type=text] {
  font-size: 16px
}

.thim-style-content-new-1 .menu-right a.widget-button.small.very-rounded:after {
  display: none
}

.thim-style-content-new-1 a.widget-button.small {
  line-height: 40px;
  padding: 0 30px;
  text-transform: none
}

.thim-style-content-new-1 a.widget-button.small.very-rounded {
  border-radius: 25px
}

.thim-style-content-new-1 a.widget-button.small.very-rounded:after {
  content: "\e87a";
  font-family: Linearicons;
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle
}

.thim-style-content-new-1 .thim-widget-gallery-posts .wrapper-filter-controls a {
  text-transform: none;
  font-weight: 300;
  font-size: 16px
}

.thim-style-content-new-1 .thim-list-event .item-event .event-wrapper {
  width: calc(100% - 400px);
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  padding-left: 80px;
  padding-right: 80px
}

.thim-style-content-new-1 .thim-list-event .item-event .event-wrapper .title {
  font-size: 28px;
  font-weight: 400
}

.thim-style-content-new-1 .thim-list-event .item-event .event-wrapper .meta {
  font-size: 16px;
  font-weight: 300
}

.thim-style-content-new-1 .thim-list-event .item-event .time-from {
  width: 130px;
  margin-right: 0
}

.thim-style-content-new-1 .thim-list-event .item-event .time-from .date {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px
}

.thim-style-content-new-1 .thim-list-event .item-event .time-from .month {
  font-size: 16px;
  font-weight: 400;
  color: #999
}

.thim-style-content-new-1 .widget-area.sidebar-events .event_register_area .info-event {
  margin-left: 0
}

.thim-style-content-new-1 .list-tab-event .nav-tabs li a {
  font-size: 16px;
  font-weight: 400
}

.thim-style-content-new-1 .tp_single_event .entry-title h1 {
  font-size: 28px;
  font-weight: 400
}

.thim-style-content-new-1 .widget-area.sidebar-events .book-title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: none
}

.thim-style-content-new-1 .event_auth_button {
  font-weight: 400;
  text-transform: none;
  line-height: 40px;
  padding: 0 30px;
  display: block;
  border-radius: 25px
}

.thim-style-content-new-1 .tp-event-organizers .title {
  font-size: 22px;
  font-weight: 400;
  text-transform: none
}

.thim-style-content-new-1 footer#colophon .copyright-area .text-copyright a {
  font-weight: 400
}

.thim_vc_footer_column .vc_col-sm-3 {
  width: 22%
}

.thim_vc_footer_column .vc_col-sm-3:last-child {
  width: 34%
}

.select2-container--default .select2-selection--single {
  border-color: #eee;
  border-radius: 0;
  height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  width: 30px
}

.maintenance_mode {
  height: 100%
}

.maintenance_mode body {
  height: 100%;
  display: table;
  width: 100%
}

.maintenance_mode body .maintenance-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.maintenance_mode body .maintenance-wrap #coming-soon-counter {
  margin-top: 60px
}

.thim_countdown_newletter_box {
  width: 435px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 7px solid rgba(0, 0, 0, .25)
}

.thim_countdown_newletter_box>.panel-layout,
.thim_countdown_newletter_box>.wpb_column {
  background-color: #fff;
  padding: 45px 30px 0
}

.thim_countdown_newletter_box .form_developer_course .content {
  padding-left: 0;
  padding-right: 0
}

.thim-bg-overlay-75 {
  position: relative;
  clear: both
}

.thim-bg-overlay-75:before {
  content: '';
  position: absolute;
  background: rgba(17, 17, 17, .75);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0
}

.thim-bg-overlay-75.vc_row:before {
  z-index: 1;
  display: block
}

.thim-bg-overlay-75>.panel-grid-cell,
.thim-bg-overlay-75>.wpb_column {
  position: relative;
  z-index: 1
}

.thim-border-left-event {
  position: relative
}

.thim-border-left-event:before {
  position: absolute;
  left: -45px;
  top: 50px;
  bottom: 0;
  width: 1px;
  content: "";
  background-color: rgba(124, 124, 124, .2)
}

.grad-slider .custom.tparrows {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: rgba(235, 235, 235, .1);
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

#masthead,
#masthead .navigation {
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -khtml-transition: all .5s ease-in-out
}

.grad-slider .custom.tparrows:before {
  line-height: 80px;
  font-family: Ionicons;
  font-size: 40px;
  color: #afafaf
}

.grad-slider .custom.tparrows:hover:before {
  color: #fff
}

.grad-slider .custom.tparrows.tp-leftarrow:before {
  content: "\f3d2"
}

.grad-slider .custom.tparrows.tp-rightarrow:before {
  content: "\f3d3"
}

.body-grad-layout #back-to-top {
  width: 60px;
  line-height: 60px;
  height: 60px;
  bottom: 65px;
  right: 55px
}

.body-grad-layout #back-to-top i {
  font-family: Ionicons;
  font-size: 30px;
  line-height: 60px;
  color: #fff
}

.body-grad-layout #back-to-top i:before {
  content: "\f3d7"
}

.body-grad-layout .vc_row .sc_heading strong {
  font-weight: 600
}

.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .assignment-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .quiz-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .assignment-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .lesson-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .quiz-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .assignment-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .quiz-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .assignment-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .quiz-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-header,
.body-grad-layout #learn-press-course-description .thim-course-info ul li .value,
.body-grad-layout #respond.comment-respond .comment-reply-title,
.body-grad-layout #tab-course-description .thim-course-info ul li .value,
.body-grad-layout #tab-course-review .course-rating .detailed-rating .stars>div.key,
.body-grad-layout #tab-course-review .course-rating>h3,
.body-grad-layout #tab-overview .thim-course-info ul li .value,
.body-grad-layout #tab-re.widget-titleviews .course-rating>h3,
.body-grad-layout #tab-reviews .course-rating .detailed-rating .stars>div.key,
.body-grad-layout .entry-navigation-post .next-post .title,
.body-grad-layout .entry-navigation-post .prev-post .title,
.body-grad-layout .entry-tag-share .post-tag,
.body-grad-layout .learn-press .course-meta .value,
.body-grad-layout .learn-press .course-payment .course-price,
.body-grad-layout .learn-press .course-tabs .nav-tabs li a,
.body-grad-layout .learn-press .entry-title,
.body-grad-layout .learn-press .thim-course-landing-button .course-price,
.body-grad-layout .learn-press-pagination li .page-numbers,
.body-grad-layout .list-tab-event .nav-tabs li a,
.body-grad-layout .loop-pagination li .page-numbers,
.body-grad-layout .pagination li .page-numbers,
.body-grad-layout .product-grid .product__title .price,
.body-grad-layout .product-grid .product__title a.title,
.body-grad-layout .related-archive .single-title,
.body-grad-layout .sc_heading .title,
.body-grad-layout .share-post .single-title,
.body-grad-layout .thim-about-author .author-bio .name,
.body-grad-layout .thim-course-grid .course-item .thim-course-content .course-meta>div.course-price .value,
.body-grad-layout .thim-course-grid .course-item .thim-course-content .course-title,
.body-grad-layout .thim-course-megamenu .course-title,
.body-grad-layout .thim-list-event .item-event .event-wrapper .meta,
.body-grad-layout .thim-list-event .item-event .event-wrapper .title,
.body-grad-layout .thim-list-event .item-event .time-from .date,
.body-grad-layout .thim-widget-gallery-posts .wrapper-filter-controls a,
.body-grad-layout .thim-widget-icon-box .wrapper-box-icon.contact_info .heading__primary,
.body-grad-layout .top_site_main .page-title-wrapper h1,
.body-grad-layout .top_site_main .page-title-wrapper h2,
.body-grad-layout .tp-event-info .tp-info-box .heading,
.body-grad-layout .tp-event-organizers .title,
.body-grad-layout .tp_single_event .entry-title h1,
.body-grad-layout .widget-area .thim-course-list-sidebar .course-price,
.body-grad-layout .widget-area .thim-course-list-sidebar .thim-course-content .course-title,
.body-grad-layout .widget-area aside .widget-title,
.body-grad-layout .widget-area.sidebar-events .book-title,
.body-grad-layout .widget-area.sidebar-events .widget_book-event ul li .value,
.body-grad-layout .woocommerce div.product .product_title,
.body-grad-layout .woocommerce div.product .related-products>h2,
.body-grad-layout .woocommerce div.product .upsells-products>h2,
.body-grad-layout .woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li a,
.body-grad-layout .woocommerce div.product p.price ins,
.body-grad-layout .woocommerce div.product span.price ins,
.body-grad-layout .woocommerce-page div.product .product_title,
.body-grad-layout .woocommerce-page div.product .related-products>h2,
.body-grad-layout .woocommerce-page div.product .upsells-products>h2,
.body-grad-layout .woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li a,
.body-grad-layout article .entry-header .date-meta,
.body-grad-layout article .entry-header .entry-meta li a,
.body-grad-layout article .entry-header .entry-meta li span,
.body-grad-layout article .entry-header .entry-meta li span.value,
.body-grad-layout article .entry-header .entry-title {
  font-weight: 500
}

.body-grad-layout .learn-press .course-meta label,
.body-grad-layout .widget-area aside.widget ul li a {
  font-weight: 400
}

.body-grad-layout .thim-course-grid .course-item .thim-course-content .course-author .value {
  font-weight: 300
}

.body-grad-layout .learn-press .course-meta>div .value {
  line-height: 24px
}

.body-grad-layout .course-meta .course-review .review-stars-rated {
  margin-right: 5px
}

.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .assignment-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .index,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .quiz-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .assignment-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .index,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .lesson-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .meta,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .quiz-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .assignment-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .index,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .quiz-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .assignment-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .index,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .quiz-title,
.body-grad-layout #learn-press-course-curriculum ul.curriculum-sections .section-header,
.body-grad-layout #learn-press-course-description .thim-course-info ul li,
.body-grad-layout #tab-course-description .thim-course-info ul li,
.body-grad-layout #tab-overview .thim-course-info ul li,
.body-grad-layout .add-review .review-stars-rated .review-stars>li span,
.body-grad-layout .breadcrumbs-wrapper #breadcrumbs li,
.body-grad-layout .breadcrumbs-wrapper .thim-breadcrumbs li,
.body-grad-layout .breadcrumbs-wrapper .woocommerce-breadcrumb li,
.body-grad-layout .course-review .review-stars-rated .review-stars>li span,
.body-grad-layout .learn-press .course-meta .value,
.body-grad-layout .learn-press .course-meta label,
.body-grad-layout .learn-press .course-tabs .nav-tabs li a,
.body-grad-layout .learn-press-pagination li .page-numbers,
.body-grad-layout .list-tab-event .nav-tabs li a,
.body-grad-layout .loop-pagination li .page-numbers,
.body-grad-layout .pagination li .page-numbers,
.body-grad-layout .rating-box .review-stars-rated .review-stars>li span,
.body-grad-layout .search-form label .search-field,
.body-grad-layout .switch-layout-container .course-index,
.body-grad-layout .switch-layout-container .courses-searching form input[type=text],
.body-grad-layout .thim-course-grid .course-item .thim-course-content .course-author .value,
.body-grad-layout .thim-course-grid .course-item .thim-course-content .course-meta>div.course-price .value,
.body-grad-layout .thim-product-switch-wrap .woocommerce-result-count,
.body-grad-layout .thim-product-switch-wrap form.woocommerce-ordering select,
.body-grad-layout .thim-widget-gallery-posts .wrapper-filter-controls a,
.body-grad-layout .tp-event-info .tp-info-box .heading,
.body-grad-layout .tp-event-info .tp-info-box p,
.body-grad-layout .widget-area .thim-course-list-sidebar .course-price,
.body-grad-layout .widget-area .thim-course-list-sidebar .thim-course-content .course-title,
.body-grad-layout .widget-area aside.widget ul li a,
.body-grad-layout .wpcf7-form input[type=date],
.body-grad-layout .wpcf7-form input[type=email],
.body-grad-layout .wpcf7-form input[type=number],
.body-grad-layout .wpcf7-form input[type=tel],
.body-grad-layout .wpcf7-form input[type=text],
.body-grad-layout .wpcf7-form select,
.body-grad-layout .wpcf7-form textarea,
.body-grad-layout button,
.body-grad-layout input[type=submit] {
  font-size: 16px
}

.body-grad-layout article .entry-header .entry-meta li a,
.body-grad-layout article .entry-header .entry-meta li span,
.body-grad-layout article .entry-header .entry-meta li span.value {
  font-size: 14px
}

.body-grad-layout .learn-press-pagination li .page-numbers.next,
.body-grad-layout .learn-press-pagination li .page-numbers.prev,
.body-grad-layout .loop-pagination li .page-numbers.next,
.body-grad-layout .loop-pagination li .page-numbers.prev,
.body-grad-layout .pagination li .page-numbers.next,
.body-grad-layout .pagination li .page-numbers.prev {
  font-size: 0
}

.body-grad-layout .lp-single-course .learn-press .course-thumbnail img,
.body-grad-layout article .post-formats-wrapper img {
  width: 100%
}

.body-grad-layout .toolbar .widget_shopping_cart {
  float: right;
  width: 48px;
  border-left: 1px solid rgba(183, 183, 183, .1)
}

.body-grad-layout .toolbar .widget_shopping_cart .minicart_hover .cart-items-number {
  text-align: center;
  color: #aeaeae !important
}

.body-grad-layout .toolbar .widget_shopping_cart .minicart_hover .cart-items-number:hover {
  color: #fff !important
}

.body-grad-layout .toolbar .widget_shopping_cart .minicart_hover .cart-items-number i {
  margin-right: 15px
}

.body-grad-layout .toolbar .widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
  bottom: 21px;
  left: 21px
}

.row_relative.vc_row {
  position: relative;
  overflow: hidden
}

.row_relative.vc_row[data-vc-full-width] {
  overflow: visible
}

.tp-preview-images {
  right: 296px
}

#tp_style_selector {
  width: 296px
}

#tp_style_selector .style-toggle {
  left: -50px
}

.tp_style_selector_container {
  width: 100%;
  overflow-x: hidden
}

.tp_style_selector_container .tp-chameleon-demos-wrapper {
  width: 294px;
  padding-bottom: 0
}

.tp_style_selector_container .tp_chameleon_demos:after {
  clear: both;
  content: "";
  display: table
}

.tp_demo {
  width: 142px
}

.tp_demo:last-child {
  overflow: visible
}

.tp_demo:last-child span {
  width: 284px !important
}

.tp_demo:first-child {
  width: 284px
}

.cssload-loader-style-1 {
  margin: auto;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px
}

.cssload-loader-style-1 .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}

.cssload-loader-style-1 .cssload-inner.cssload-one {
  left: 0;
  top: 0;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000;
  border-bottom-color: #ffb606
}

.cssload-loader-style-1 .cssload-inner.cssload-two {
  right: 0;
  top: 0;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000;
  border-right-color: #ffb606
}

.cssload-loader-style-1 .cssload-inner.cssload-three {
  right: 0;
  bottom: 0;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000;
  border-top-color: #ffb606
}

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
  }

  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
  }
}

@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
  }

  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
  }
}

@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
  }

  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
  }
}

@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
  }
}

@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
  }

  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
  }
}

@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
  }

  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
  }
}

@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
  }

  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
  }
}

@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
  }

  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
  }
}

@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
  }

  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
  }
}

@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
  }

  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
  }
}

@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
  }

  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
  }
}

@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
  }

  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
  }
}

@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
  }

  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
  }
}

@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
  }
}

@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
  }

  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
  }
}

.cssload-loader-style-2 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border: 7px solid #ffb606;
  animation: cssload-loader 2.3s infinite ease;
  -o-animation: cssload-loader 2.3s infinite ease;
  -ms-animation: cssload-loader 2.3s infinite ease;
  -webkit-animation: cssload-loader 2.3s infinite ease;
  -moz-animation: cssload-loader 2.3s infinite ease
}

.cssload-loader-style-2 .cssload-loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #ffb606;
  animation: cssload-loader-inner 2.3s infinite ease-in;
  -o-animation: cssload-loader-inner 2.3s infinite ease-in;
  -ms-animation: cssload-loader-inner 2.3s infinite ease-in;
  -webkit-animation: cssload-loader-inner 2.3s infinite ease-in;
  -moz-animation: cssload-loader-inner 2.3s infinite ease-in
}

@keyframes cssload-loader {
  0% {
    transform: rotate(0)
  }

  25%,
  50% {
    transform: rotate(180deg)
  }

  100%,
  75% {
    transform: rotate(360deg)
  }
}

@-o-keyframes cssload-loader {
  0% {
    transform: rotate(0)
  }

  25%,
  50% {
    transform: rotate(180deg)
  }

  100%,
  75% {
    transform: rotate(360deg)
  }
}

@-ms-keyframes cssload-loader {
  0% {
    transform: rotate(0)
  }

  25%,
  50% {
    transform: rotate(180deg)
  }

  100%,
  75% {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes cssload-loader {
  0% {
    transform: rotate(0)
  }

  25%,
  50% {
    transform: rotate(180deg)
  }

  100%,
  75% {
    transform: rotate(360deg)
  }
}

@-moz-keyframes cssload-loader {
  0% {
    transform: rotate(0)
  }

  25%,
  50% {
    transform: rotate(180deg)
  }

  100%,
  75% {
    transform: rotate(360deg)
  }
}

@keyframes cssload-loader-inner {

  0%,
  100%,
  25% {
    height: 0%
  }

  50%,
  75% {
    height: 100%
  }
}

@-o-keyframes cssload-loader-inner {

  0%,
  100%,
  25% {
    height: 0%
  }

  50%,
  75% {
    height: 100%
  }
}

@-ms-keyframes cssload-loader-inner {

  0%,
  100%,
  25% {
    height: 0%
  }

  50%,
  75% {
    height: 100%
  }
}

@-webkit-keyframes cssload-loader-inner {

  0%,
  100%,
  25% {
    height: 0%
  }

  50%,
  75% {
    height: 100%
  }
}

@-moz-keyframes cssload-loader-inner {

  0%,
  100%,
  25% {
    height: 0%
  }

  50%,
  75% {
    height: 100%
  }
}

.sk-folding-cube {
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  background: #ffb606
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1
  }

  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0
  }
}

@keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1
  }

  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0
  }
}

.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}

.sk-wave .sk-rect {
  background-color: #ffb606;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-double-bounce,
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  top: 50%;
  margin: 40px auto;
  position: absolute
}

.sk-wave .sk-rect1 {
  animation-delay: -1.2s
}

.sk-wave .sk-rect2 {
  animation-delay: -1.1s
}

.sk-wave .sk-rect3 {
  animation-delay: -1s
}

.sk-wave .sk-rect4 {
  animation-delay: -.9s
}

.sk-wave .sk-rect5 {
  animation-delay: -.8s
}

@keyframes sk-waveStretchDelay {

  0%,
  100%,
  40% {
    transform: scaleY(.4)
  }

  20% {
    transform: scaleY(1)
  }
}

.sk-rotating-plane {
  background-color: #ffb606;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
  transform: translate(0, -50%)
}

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0)
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

.sk-double-bounce {
  transform: translate(0, -50%)
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffb606;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-chasing-dots .sk-child,
.sk-spinner-pulse,
.sk-three-bounce .sk-child {
  border-radius: 100%;
  background-color: #ffb606
}

.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1s
}

@keyframes sk-doubleBounce {

  0%,
  100% {
    transform: scale(0)
  }

  50% {
    transform: scale(1)
  }
}

.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}

.sk-wandering-cubes .sk-cube {
  background-color: #ffb606;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both
}

.sk-chasing-dots,
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  top: 50%;
  margin: 40px auto;
  position: absolute
}

.sk-wandering-cubes .sk-cube2 {
  animation-delay: -.9s
}

@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0)
  }

  25% {
    transform: translateX(30px) rotate(-90deg) scale(.5)
  }

  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg)
  }

  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg)
  }

  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
  }

  100% {
    transform: rotate(-360deg)
  }
}

.sk-spinner-pulse {
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
  transform: translate(0, -50%)
}

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1);
    opacity: 0
  }
}

.sk-chasing-dots {
  transform: translate(0, -50%);
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s
}

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes sk-chasingDotsBounce {

  0%,
  100% {
    transform: scale(0)
  }

  50% {
    transform: scale(1)
  }
}

.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.sk-three-bounce .sk-bounce1 {
  animation-delay: -.32s
}

.sk-three-bounce .sk-bounce2 {
  animation-delay: -.16s
}

@keyframes sk-three-bounce {

  0%,
  100%,
  80% {
    transform: scale(0)
  }

  40% {
    transform: scale(1)
  }
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #ffb606;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
  animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
  animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
  animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
  animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
  animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
  animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0ms
}

.sk-cube-grid .sk-cube8 {
  animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
  animation-delay: .2s
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  100%,
  70% {
    transform: scale3D(1, 1, 1)
  }

  35% {
    transform: scale3D(0, 0, 1)
  }
}

.thim-image-box .title,
div#preload>img {
  -webkit-transform: translate(-50%, -50%)
}

body.thim-body-preload {
  overflow-x: hidden
}

body.thim-body-preload>:not(#preload) {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0
}

div#preload {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  display: flex;
  align-content: center;
  justify-content: center
}

div#preload>img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%)
}

.thim-loading-container {
  position: absolute;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff
}

.cssload-container,
.thim-loading {
  position: absolute;
  top: 50%;
  left: 50%
}

.cssload-container {
  display: block;
  width: 97px;
  margin-top: -10px;
  margin-left: -48px
}

.cssload-loading i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: #ffb606
}

.cssload-loading i:first-child {
  opacity: 0;
  animation: cssload-loading-ani2 .58s linear infinite;
  -o-animation: cssload-loading-ani2 .58s linear infinite;
  -ms-animation: cssload-loading-ani2 .58s linear infinite;
  -webkit-animation: cssload-loading-ani2 .58s linear infinite;
  -moz-animation: cssload-loading-ani2 .58s linear infinite;
  transform: translate(-19px);
  -o-transform: translate(-19px);
  -ms-transform: translate(-19px);
  -webkit-transform: translate(-19px);
  -moz-transform: translate(-19px)
}

.cssload-loading i:nth-child(2),
.cssload-loading i:nth-child(3) {
  animation: cssload-loading-ani3 .58s linear infinite;
  -o-animation: cssload-loading-ani3 .58s linear infinite;
  -ms-animation: cssload-loading-ani3 .58s linear infinite;
  -webkit-animation: cssload-loading-ani3 .58s linear infinite;
  -moz-animation: cssload-loading-ani3 .58s linear infinite
}

.cssload-loading i:last-child {
  animation: cssload-loading-ani1 .58s linear infinite;
  -o-animation: cssload-loading-ani1 .58s linear infinite;
  -ms-animation: cssload-loading-ani1 .58s linear infinite;
  -webkit-animation: cssload-loading-ani1 .58s linear infinite;
  -moz-animation: cssload-loading-ani1 .58s linear infinite
}

@keyframes cssload-loading-ani1 {
  100% {
    transform: translate(39px);
    opacity: 0
  }
}

@-o-keyframes cssload-loading-ani1 {
  100% {
    -o-transform: translate(39px);
    opacity: 0
  }
}

@-ms-keyframes cssload-loading-ani1 {
  100% {
    -ms-transform: translate(39px);
    opacity: 0
  }
}

@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    opacity: 0
  }
}

@-moz-keyframes cssload-loading-ani1 {
  100% {
    -moz-transform: translate(39px);
    opacity: 0
  }
}

@keyframes cssload-loading-ani2 {
  100% {
    transform: translate(19px);
    opacity: 1
  }
}

@-o-keyframes cssload-loading-ani2 {
  100% {
    -o-transform: translate(19px);
    opacity: 1
  }
}

@-ms-keyframes cssload-loading-ani2 {
  100% {
    -ms-transform: translate(19px);
    opacity: 1
  }
}

@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    opacity: 1
  }
}

@-moz-keyframes cssload-loading-ani2 {
  100% {
    -moz-transform: translate(19px);
    opacity: 1
  }
}

@keyframes cssload-loading-ani3 {
  100% {
    transform: translate(19px)
  }
}

@-o-keyframes cssload-loading-ani3 {
  100% {
    -o-transform: translate(19px)
  }
}

@-ms-keyframes cssload-loading-ani3 {
  100% {
    -ms-transform: translate(19px)
  }
}

@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px)
  }
}

@-moz-keyframes cssload-loading-ani3 {
  100% {
    -moz-transform: translate(19px)
  }
}

.thim-loading {
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #e4e4e4;
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  margin-left: -30px;
  margin-top: -30px;
  -webkit-animation: spin .6s infinite linear;
  -moz-animation: spin .6s infinite linear;
  -ms-animation: spin .6s infinite linear;
  -o-animation: spin .6s infinite linear;
  animation: spin .6s infinite linear
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-o-keyframes spin {
  from {
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

#toolbar {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  font-weight: 700
}

.thim-demo-university-4 #toolbar {
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0
}

.thim-demo-university-4 #toolbar .menu li {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px
}

.thim-demo-university-4 #toolbar .widget {
  display: inline-block;
  float: right;
  padding: 0
}

.thim-demo-university-4 #toolbar .widget_login-popup .thim-link-login {
  line-height: 45px;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  padding: 0 15px
}

.thim-demo-university-4 #toolbar .widget_login-popup .thim-link-login a {
  padding: 5px 0;
  line-height: 35px
}

.thim-demo-university-4 #toolbar .widget_login-popup .thim-link-login a.profile {
  display: none
}

.thim-demo-university-4 #toolbar .widget_login-popup .thim-link-login a.login:before,
.thim-demo-university-4 #toolbar .widget_login-popup .thim-link-login a.logout:before {
  content: '\f007';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 8px
}

.thim-demo-university-4 #toolbar .widget_login-popup .thim-link-login a.login {
  line-height: 35px;
  height: 45px;
  width: 15px;
  display: block;
  overflow: hidden;
  white-space: nowrap
}

.thim-demo-university-4 #toolbar .widget_login-popup .thim-link-login a.login:before {
  width: 15px;
  text-align: center;
  margin-right: 0
}

.thim-demo-university-4 #toolbar .widget_search .search-form {
  line-height: 45px;
  padding: 0
}

.thim-demo-university-4 #toolbar .widget_search .search-form:after {
  height: 45px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  z-index: 0;
  right: 0;
  left: auto
}

.thim-demo-university-4 #toolbar .widget_search .search-form label .search-field {
  width: 45px;
  position: relative;
  top: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 0 0 45px;
  cursor: pointer
}

.thim-demo-university-4 #toolbar .widget_search .search-form label .search-field:focus {
  cursor: text;
  padding-left: 15px;
  padding-right: 40px;
  background: 0 0
}

.thim-demo-university-4 #toolbar .widget_search .search-form label .search-field::-webkit-input-placeholder {
  color: transparent
}

.thim-demo-university-4 #toolbar .widget_search .search-form label .search-field::-moz-placeholder {
  color: transparent
}

.thim-demo-university-4 #toolbar .widget_search .search-form label .search-field:-ms-input-placeholder {
  color: transparent
}

.thim-demo-university-4 #toolbar .widget_search .search-form label .search-field:-moz-placeholder {
  color: transparent
}

.header_v3 #toolbar {
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 5px
}

#toolbar .widget_polylang .screen-reader-text {
  display: none
}

#toolbar .widget_login-menu,
#toolbar .widget_login-popup {
  float: right
}

#toolbar .widget_login-menu .thim-link-login,
#toolbar .widget_login-popup .thim-link-login {
  line-height: 30px
}

#toolbar .widget_login-menu .thim-link-login a,
#toolbar .widget_login-popup .thim-link-login a {
  padding: 0 12px;
  line-height: 20px;
  display: inline-block
}

#toolbar .widget_login-menu .thim-link-login a:last-child,
#toolbar .widget_login-popup .thim-link-login a:last-child {
  padding-right: 0
}

#toolbar .widget_login-menu .thim-link-login a:first-child,
#toolbar .widget_login-popup .thim-link-login a:first-child {
  padding-left: 0
}

#toolbar .widget_login-menu .thim-link-login a:first-child:not(:last-child),
#toolbar .widget_login-popup .thim-link-login a:first-child:not(:last-child) {
  border-right: 1px solid #212121
}

#toolbar .thim-language {
  float: right;
  margin-right: 10px
}

#toolbar .widget_search {
  float: right;
  padding: 5px 0 5px 18px
}

#toolbar .widget_search .search-form {
  padding-left: 42px;
  padding-right: 62px;
  line-height: 20px;
  border-left: 1px solid #444
}

#toolbar .widget_search .search-form:after {
  left: 18px;
  top: 0;
  line-height: 16px;
  height: 16px;
  font-size: 14px;
  width: 20px
}

#toolbar .widget_search .search-form label .search-field {
  background: 0 0;
  border: none;
  line-height: 30px;
  height: 30px;
  padding: 0;
  font-size: 13px;
  width: 62px;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 999
}

#toolbar .widget_search .search-form label .search-field:focus {
  width: 200px;
  padding: 0 10px;
  background: #444
}

#toolbar .widget_search .search-form .search-submit {
  text-indent: -9999px;
  display: none;
  background: #344
}

#toolbar .menu {
  display: inline-block;
  margin: 0
}

#toolbar .menu li {
  display: inline-block;
  list-style: none;
  padding-right: 40px;
  position: relative
}

#toolbar .menu li .sub-menu {
  margin: 0;
  padding: 5px 15px 10px;
  position: absolute;
  top: auto;
  left: -15px;
  min-width: 200px;
  display: none;
  overflow: hidden
}

#toolbar .menu li .sub-menu li {
  display: block;
  padding: 0;
  margin: 0
}

#toolbar .menu li .sub-menu[class*=tc-columns-] {
  padding: 15px 30px 20px
}

#toolbar .menu li:hover .sub-menu {
  z-index: 9999
}

.thim-language {
  line-height: 30px;
  position: relative
}

.thim-language ul {
  margin: 0;
  min-width: 130px;
  position: absolute;
  padding: 5px 20px;
  left: -20px;
  z-index: 99;
  background: #2B2B2B;
  display: none
}

.thim-language ul li {
  list-style: none
}

.thim-language .lang-item {
  line-height: 20px;
  display: inline-block
}

.thim-language .lang-item.active {
  padding-right: 12px;
  border-right: 1px solid #212121
}

.thim-language .lang-item.active:after {
  content: "\f107";
  display: inline-block;
  padding-left: 5px;
  line-height: 18px;
  font-family: FontAwesome;
  vertical-align: bottom
}

.thim-language .lang-item img {
  max-height: 10px;
  width: auto;
  margin-right: 7px
}

.thim-language .list-lang .lang-item {
  display: block;
  line-height: 24px
}

.thim-have-any-question {
  float: left;
  line-height: 30px
}

.thim-have-any-question p {
  display: inline-block
}

.thim-have-any-question .email,
.thim-have-any-question .mobile {
  display: inline-block;
  margin-left: 11px;
  line-height: 30px
}

.thim-have-any-question .email .fa,
.thim-have-any-question .mobile .fa {
  margin-right: 7px
}

.header_v3 .thim-widget-link {
  overflow: hidden;
  border-right: 1px solid #f5f5f5;
  padding: 0 30px 19px 15px
}

.header_v3 .thim-widget-link:hover {
  background: #f5f5f5
}

.header_v3 .thim-widget-link .title {
  font-weight: 500;
  font-size: 15px;
  margin-top: 19px;
  margin-bottom: 2px
}

.header_v3 .thim-widget-link .desc {
  font-size: 11px;
  color: #999;
  line-height: 1.2
}

.header_v3 .thim-widget-button {
  margin-top: 25px;
  margin-right: 0;
  margin-left: 30px
}

.header_v3 #toolbar a:hover {
  text-decoration: none;
  color: #ccc
}

.header_v3_container {
  padding-bottom: 0
}

.header_v5 #toolbar {
  padding-bottom: 0;
  padding-top: 0;
  font-weight: 300;
  line-height: 40px
}

.header_v5 #toolbar .header_full {
  padding-right: 0
}

.header_v5 #toolbar .thim-have-any-question {
  line-height: 40px
}

.header_v5 #toolbar .thim-have-any-question .mobile {
  margin-left: 0;
  margin-right: 15px
}

.header_v5 #toolbar .thim-have-any-question .mobile a:hover {
  color: #fff
}

.header_v5 #toolbar .thim-have-any-question a {
  text-decoration: none
}

.header_v5 #toolbar .widget_nav_menu {
  float: right
}

.header_v5 #toolbar .menu li {
  padding-right: 30px
}

.header_v5 #toolbar .menu li a {
  text-decoration: none;
  text-transform: uppercase
}

.header_v5 #toolbar .widget_courses-searching {
  float: right;
  width: 48px;
  border-left: 1px solid rgba(183, 183, 183, .1)
}

.header_v5 #toolbar .widget_login-menu .thim-link-login a,
.header_v5 #toolbar .widget_login-popup .thim-link-login a {
  line-height: 40px;
  width: 48px;
  border-left: 1px solid rgba(183, 183, 183, .1);
  padding: 0;
  text-align: center
}

.header_v5 #toolbar .widget_login-menu .thim-link-login a:first-child:not(:last-child),
.header_v5 #toolbar .widget_login-popup .thim-link-login a:first-child:not(:last-child) {
  border-right: none
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none
}

#masthead {
  padding: 0;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

#masthead .navigation {
  padding-top: 25px;
  padding-bottom: 5px;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

#masthead.affix.menu-hidden {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%)
}

.wrapper-container.mobile-menu-open #masthead.affix.menu-hidden {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0)
}

body.thim-popup-active #masthead,
body.thim-popup-active #masthead.affix.menu-hidden,
body.thim-search-active #masthead,
body.thim-search-active #masthead.affix.menu-hidden {
  transform: none
}

#masthead.header_v3 .width-logo {
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: 0
}

#masthead.header_v4 .navigation .width-navigation .navbar-nav>li>a:after,
#masthead.header_v4 .navigation .width-navigation .navbar-nav>li>span:after,
body.home-page #masthead.header_v4 .navigation .width-navigation .navbar-nav>li>a:after,
body.home-page #masthead.header_v4 .navigation .width-navigation .navbar-nav>li>span:after {
  top: 10px
}

#masthead.header_v3 .header_v3_container {
  padding-left: 185px;
  position: relative
}

#masthead.header_v3 .toolbar-container {
  padding-left: 200px;
  width: 1285px
}

#masthead.header_v3 .toolbar-container .thim-link-login .login,
#masthead.header_v3 .toolbar-container .thim-link-login .logout {
  display: inline-block
}

#masthead.header_v3 .toolbar-container .thim-link-login .login:before,
#masthead.header_v3 .toolbar-container .thim-link-login .logout:before {
  content: '\f007';
  margin-right: 7px;
  display: inline-block;
  font-family: FontAwesome
}

#masthead.header_v3 .toolbar-container .thim-link-login .profile {
  display: none
}

#masthead.header_v3 .toolbar-container .widget {
  display: inline-block
}

#masthead.header_v4 #magic-line {
  display: none !important
}

#masthead.header_v4 .navigation {
  padding-bottom: 0;
  padding-top: 32px
}

#masthead.header_v4 .navigation .width-logo,
#masthead.header_v4 .navigation .width-navigation {
  float: left;
  width: auto
}

#masthead.header_v4 .navigation .width-logo {
  margin-right: 30px
}

#masthead.header_v4 .navigation .width-logo img {
  margin-bottom: 32px
}

#masthead.header_v4 .navigation .width-navigation .navbar-nav>li>a,
#masthead.header_v4 .navigation .width-navigation .navbar-nav>li>span {
  font-weight: 300;
  text-transform: none;
  padding-top: 12px
}

#masthead.header_v4 .navigation .menu-right {
  float: right
}

#masthead.header_v4 .navigation .menu-right ul li>div {
  padding: 0
}

#masthead.header_v4 .navigation .menu-right ul li.widget_shopping_cart {
  margin-right: 25px
}

#masthead.header_v4 .navigation .menu-right ul li.widget_shopping_cart .minicart_hover .cart-items-number {
  font-size: 21px
}

#masthead.header_v4 .navigation .menu-right ul li.widget_shopping_cart .minicart_hover .cart-items-number .fa:before {
  content: "\e74d";
  font-family: Linearicons
}

#masthead.header_v4 .navigation .menu-right ul li.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
  background-color: #fff
}

#masthead.header_v4 .navigation .menu-right .thim-link-login .thim-widget-login-popup-base {
  padding-right: 0
}

#masthead.header_v4 .navigation .menu-right .thim-link-login .login,
#masthead.header_v4 .navigation .menu-right .thim-link-login .logout,
#masthead.header_v4 .navigation .menu-right .thim-link-login .profile {
  background: 0 0;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 3px;
  padding-left: 0
}

#masthead.header_v4 .navigation .menu-right .thim-link-login .login:before,
#masthead.header_v4 .navigation .menu-right .thim-link-login .logout:before,
#masthead.header_v4 .navigation .menu-right .thim-link-login .profile:before {
  content: "\e71e";
  font-family: Linearicons;
  margin-right: 10px
}

#masthead.header_v4 .navigation .menu-right .widget_courses-searching .search-toggle {
  border: 1px solid rgba(255, 255, 255, .6);
  width: 40px;
  line-height: 35px;
  border-radius: 100%
}

#masthead.header_v4 .navigation .menu-right .widget_courses-searching .search-toggle:hover {
  background: #fff;
  color: #333;
  border-color: #fff
}

#masthead.header_v4 .navigation .menu-right .thim-widget-button {
  margin-left: 10px
}

#masthead.header_v4 .navigation .menu-right .thim-widget-button .widget-button {
  background: 0 0
}

#masthead.header_v4 .navigation .menu-right .thim-widget-button .widget-button.very-rounded {
  border-radius: 25px
}

#masthead.header_v4 .navigation .menu-right .thim-widget-button .widget-button.small {
  line-height: 40px;
  padding-right: 30px;
  padding-left: 30px
}

#masthead.header_v4 .navigation .menu-right .woocommerce .widget_shopping_cart_content {
  padding: 10px 20px
}

#masthead.header_v4 .navigation .menu-right .woocommerce .widget_shopping_cart_content ul.cart_list li a {
  font-weight: 400;
  margin-bottom: 5px
}

#masthead.header_v4 .navigation .menu-right .woocommerce .widget_shopping_cart_content .buttons {
  margin-bottom: 15px
}

#masthead.header_v4 .navbar-nav {
  text-align: left
}

#masthead.header_v4 .navbar-nav li.tc-menu-layout-builder .sub-menu .widget-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: none
}

#masthead.header_v4 .thim-course-megamenu .course-title {
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

#masthead.header_v4 .thim-course-megamenu .course-meta>div {
  display: inline-block;
  padding-left: 0
}

#masthead.header_v4 .thim-course-megamenu .course-price .value {
  font-size: 16px;
  font-weight: 400
}

#masthead.header_v4 .thim-course-megamenu .course-readmore {
  font-weight: 300;
  font-size: 13px;
  text-transform: none
}

#masthead.header_v4.affix .navbar-nav li .sub-menu {
  margin-top: 0
}

#masthead.header_v4.affix .navigation .tm-table {
  border: none
}

#masthead.header_v4.affix .navigation .menu-right ul li.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
  border: 1px solid
}

#masthead.header_v4.affix .navigation .menu-right ul li.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number span {
  line-height: 15px;
  display: block
}

#masthead.header_v4.affix .navigation .menu-right .widget_courses-searching .search-toggle {
  border-color: #333
}

#masthead.header_v5 .navigation {
  padding-top: 0;
  padding-bottom: 0
}

#masthead.header_v5 .width-logo>a {
  margin-top: -40px;
  text-align: center
}

#masthead.header_v5 .width-logo>a img {
  margin-top: 12px;
  margin-bottom: 15px
}

#masthead.header_v4.affix .navigation .width-logo img,
.navigation .width-logo img,
.navigation .width-navigation img {
  margin-bottom: 20px
}

body.home-page #masthead.header_v4 .navigation .tm-table {
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

body.home-page #masthead.header_v4 .navigation .width-logo img {
  -webkit-transition: all .5s ease-in-out;
  -khtml-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

#masthead.header_v4.affix .navigation {
  padding-top: 20px
}

#masthead.header_v4.affix .navigation .tm-table {
  border-bottom: none
}

#masthead.header_v4.affix .navigation .width-navigation .navbar-nav>li>a,
#masthead.header_v4.affix .navigation .width-navigation .navbar-nav>li>span {
  padding-bottom: 25px
}

.navigation .navbar-nav li .sub-menu li,
.navigation .width-logo,
.navigation .width-navigation {
  padding: 0
}

#masthead.header_v4.affix .navigation .menu-right .widget_courses-searching .search-toggle:hover {
  border-color: #333
}

.navigation .navbar-nav li .sub-menu li a,
.navigation .navbar-nav li .sub-menu li>.tc-menu-inner,
.navigation .navbar-nav li .sub-menu li>span.disable_link {
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 8px 0;
  display: block
}

.navigation .navbar-nav li .sub-menu li.menu-item-has-children>.tc-menu-inner:after,
.navigation .navbar-nav li .sub-menu li.menu-item-has-children>a:after,
.navigation .navbar-nav li .sub-menu li.menu-item-has-children>span.disable_link:after {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
  line-height: 25px;
  display: none
}

.navigation .navbar-nav li>.sub-menu {
  margin-left: 0
}

.navigation .menu-right {
  padding-left: 0
}

.navigation .menu-right ul {
  margin: 0;
  list-style: none;
  line-height: 20px
}

.navigation .menu-right ul li {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle
}

.navigation .menu-right ul li:last-child>div {
  padding-right: 0
}

.navigation .menu-right ul li:last-child>div.minicart_hover {
  padding-right: 15px
}

.navigation .menu-right ul li>div {
  padding: 11px 10px 29px
}

.navigation .menu-right ul li>div.minicart_hover {
  padding-right: 25px
}

.navigation .menu-right ul li .search-form {
  position: relative;
  height: 60px;
  width: 50px
}

.navigation .menu-right ul li .search-form label {
  margin: 0
}

.navigation .menu-right ul li .search-form:after {
  width: 30px;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 5px;
  display: inline-block
}

.site-header .sticky-logo,
.site-header.affix .no-sticky-logo {
  display: none
}

.navigation .menu-right ul li .search-form .search-field {
  width: 200px;
  position: absolute;
  right: 0;
  bottom: -35px;
  height: 35px;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden
}

.navigation .menu-right ul li .search-form:hover .search-field {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible
}

.site-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0
}

.site-header .header_full {
  padding-left: 30px;
  padding-right: 30px
}

.site-header.sticky-header {
  position: fixed
}

.site-header .navbar-nav>li>.tc-menu-inner,
.site-header .navbar-nav>li>a,
.site-header .navbar-nav>li>span.disable_link {
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.site-header.affix {
  box-shadow: 0 1px 5px -2px rgba(42, 42, 42, .4)
}

.site-header.affix .navbar-nav>li>.tc-menu-inner,
.site-header.affix .navbar-nav>li>a,
.site-header.affix .navbar-nav>li>span.disable_link {
  padding: 11px 20px 29px;
  line-height: 20px;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.site-header.affix .navbar-nav>li>.tc-menu-inner.icon-toggle,
.site-header.affix .navbar-nav>li>a.icon-toggle,
.site-header.affix .navbar-nav>li>span.disable_link.icon-toggle {
  padding: 0
}

.site-header.affix .sticky-logo {
  display: inline-block
}

.site-header .navbar-nav {
  text-align: right
}

.site-header .navbar-nav>li {
  float: none;
  display: inline-block;
  zoom: 1;
  max-height: 60px
}

.site-header.header_v5>.header_full {
  padding-left: 0;
  padding-right: 0
}

.site-header.header_v5 .navbar-nav {
  text-align: center;
  display: flex
}

.site-header.header_v5 .navbar-nav #magic-line,
.tc-menu-column-hide-title .tc-megamenu-title {
  display: none !important
}

.site-header.header_v5 .navbar-nav li {
  width: 100%
}

.site-header.header_v5 a.widget-button.normal.very-rounded {
  border-radius: 25px;
  height: 40px;
  padding: 0 30px
}

@media (min-width:992px) {

  #toolbar .menu li .sub-menu.tc-columns-2,
  .navbar-nav li.multicolumn .submenu_columns_2 {
    width: 466px
  }

  .widget_area aside ul li a,
  .widget_area aside ul li span {
    padding: 10px 25px 10px 0
  }

  .widget_area .widget_recent_entries li {
    padding-bottom: 0;
    margin-bottom: 0
  }

  .drop_to_right>.sub-menu {
    left: auto;
    right: 12px
  }

  .drop_to_center.standard>.sub-menu {
    left: 50%
  }

  .mobile-logo-custom .no-sticky-logo-mobile,
  .mobile-logo-custom .sticky-logo-mobile {
    display: none
  }

  #toolbar .menu li[class*=layout-default] .sub-menu {
    overflow: visible
  }

  #toolbar .menu li[class*=layout-default] .sub-menu .sub-menu {
    left: 100%;
    top: 0
  }

  #toolbar .menu li .sub-menu[class*=tc-columns-]>ul>li a.tc-megamenu-title {
    font-weight: 600
  }

  #toolbar .menu li .sub-menu[class*=tc-columns-]>ul>li .sub-menu {
    display: block !important;
    position: relative
  }

  #toolbar .menu li .sub-menu.tc-columns-3 {
    width: 750px
  }

  #toolbar .menu li .sub-menu.tc-columns-4 {
    width: 932px
  }

  #toolbar .menu li .sub-menu.tc-columns-5 {
    width: 1165px
  }
}

@media only screen and (min-width:769px) and (max-width:1200px) {
  .navbar-nav li.multicolumn .submenu_columns_1 {
    width: 194px
  }

  .navbar-nav li.multicolumn .submenu_columns_2 {
    width: 388px
  }

  .navbar-nav li.multicolumn .submenu_columns_3 {
    width: 582px
  }

  .navbar-nav li.multicolumn .submenu_columns_4 {
    width: 776px
  }

  .navbar-nav li.multicolumn .submenu_columns_5 {
    width: 970px
  }

  .navbar-nav li.dropdown_full_width [class*=submenu_columns].sub-menu {
    width: 100%
  }

  .navbar-nav li.drop_to_center .submenu_columns_1 {
    left: -55px
  }

  .navbar-nav li.drop_to_center .submenu_columns_2 {
    left: -152px
  }

  .navbar-nav li.drop_to_center .submenu_columns_3 {
    left: -252px
  }

  .navbar-nav li.drop_to_center .submenu_columns_4 {
    left: -347px
  }

  .navbar-nav li.drop_to_center .submenu_columns_5 {
    left: -450px
  }
}

.mega-sub-menu[class*=tc-columns-]>.row>li:before {
  display: none
}

@media (max-width:991px) {

  .navbar-nav>li>.tc-menu-inner,
  .navbar-nav>li>a,
  .navbar-nav>li>span.disable_link {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px
  }

  #masthead.affix-top {
    top: 0;
    position: absolute
  }

  .navigation .width-logo {
    text-align: left;
    padding-left: 15px
  }

  body.admin-bar .site-header {
    top: 0
  }

  body.admin-bar .site-header.sticky-header {
    top: 46px
  }
}

@media (max-width:1024px) {
  .tc-megamenu-wrapper>.vc_row {
    display: block !important;
    margin-bottom: 0 !important
  }

  .navigation .navbar-nav>li.menu-item-has-children>a:after,
  .navigation .navbar-nav>li.menu-item-has-children>span:not(.icon-toggle):after,
  .tc-megamenu-wrapper>.vc_row .wpb_wrapper>div:not(.vc_wp_custommenu),
  .tc-menu-layout-builder>.sub-menu,
  .tc-menu-layout-builder>.sub-menu .widget:not(.widget_nav_menu) {
    display: none
  }

  .tc-megamenu-wrapper>.vc_row .wpb_column {
    width: 100% !important;
    padding: 0 !important
  }

  .tc-megamenu-wrapper>.vc_row .wpb_wrapper .vc_wp_custommenu {
    margin-bottom: 0
  }

  .tc-menu-layout-builder>.sub-menu .widget.widget_nav_menu ul.menu {
    border-left: 1px solid #777
  }

  .tc-menu-layout-builder>.sub-menu .widget.widget_nav_menu ul.menu>li:before {
    left: 0
  }

  .tc-menu-layout-builder>.sub-menu .panel-grid-cell {
    margin-bottom: 0 !important;
    padding-right: 0 !important
  }

  .menu-mobile-effect.navbar-toggle {
    float: right;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    vertical-align: middle;
    width: 30px;
    height: 28px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -14px 0 0
  }

  .mobile-menu-container .sub-menu.mega-sub-menu .thim-megamenu-row>.panel-grid-cell:after,
  .mobile-menu-container .sub-menu.mega-sub-menu:before,
  .mobile-menu-container .sub-menu.mega-sub-menu>.row>li:before {
    display: none
  }

  .menu-mobile-effect.navbar-toggle span.icon-bar {
    width: 22px;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 6px;
    background: #111;
    -webkit-transition: all .3s ease-in-out;
    -khtml-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }

  .menu-mobile-effect.navbar-toggle span.icon-bar:nth-child(2) {
    top: 13px
  }

  .menu-mobile-effect.navbar-toggle span.icon-bar:nth-child(3) {
    top: 20px
  }

  .mobile-menu-open .menu-mobile-effect.navbar-toggle span.icon-bar {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 13px
  }

  .mobile-menu-open .menu-mobile-effect.navbar-toggle span.icon-bar:nth-child(2) {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
  }

  .mobile-menu-open .menu-mobile-effect.navbar-toggle span.icon-bar:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 13px
  }

  .wrapper-container {
    position: relative;
    overflow: hidden
  }

  .wrapper-container.mobile-menu-open {
    overflow: hidden;
    height: 100vh !important;
    margin-top: 0 !important
  }

  body.admin-bar .wrapper-container.mobile-menu-open {
    height: calc(100vh - 46px) !important;
    height: -webkit-calc(100vh - 46px) !important;
    height: -moz-calc(100vh - 46px) !important
  }

  .wrapper-container.mobile-menu-open .content-pusher {
    -webkit-transform: translate(-300px, 0) !important;
    -moz-transform: translate(-300px, 0) !important;
    -ms-transform: translate(-300px, 0) !important;
    -o-transform: translate(-300px, 0) !important;
    transform: translate(-300px, 0) !important
  }

  .wrapper-container.mobile-menu-open .content-pusher:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
  }

  .wrapper-container.mobile-menu-open .mobile-effect.mobile-menu-container {
    visibility: visible;
    box-shadow: 0 1px 5px -2px rgba(42, 42, 42, .4)
  }

  .content-pusher {
    right: 0;
    position: relative;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 100%
  }

  .content-pusher:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .2);
    content: '';
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
    transition: opacity .5s, width .1s .5s, height .1s .5s;
    z-index: 9
  }

  .mobile-menu-container {
    right: 0;
    position: absolute;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    visibility: hidden;
    top: 0;
    z-index: 99999;
    width: 300px;
    height: 100%;
    overflow: auto;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }

  .mobile-menu-container>.nav {
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px
  }

  .mobile-menu-container .tc-menu-column-hide-title .sub-menu.mega-sub-menu {
    margin-left: 0
  }

  .mobile-menu-container .tc-menu-column-hide-title .sub-menu .sub-menu {
    margin-left: 15px
  }

  .mobile-menu-container .sub-menu {
    background-image: none !important;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    display: none;
    margin-left: 15px
  }

  .mobile-menu-container .sub-menu.mega-sub-menu {
    margin-left: 30px
  }

  .mobile-menu-container .sub-menu.mega-sub-menu .sub-menu:before {
    top: 0
  }

  .mobile-menu-container .sub-menu.mega-sub-menu>.row {
    margin: 0
  }

  .mobile-menu-container .sub-menu.mega-sub-menu>.row>li {
    margin: 0;
    padding: 0
  }

  .mobile-menu-container .sub-menu.mega-sub-menu .widget-title {
    color: #777;
    text-transform: none;
    margin-top: 3px;
    font-weight: 400
  }

  .mobile-menu-container .sub-menu.mega-sub-menu ul {
    margin-left: 0
  }

  .mobile-menu-container .sub-menu li ul,
  .mobile-menu-container ul li.current-menu-parent .sub-menu {
    display: block
  }

  .mobile-menu-container ul,
  .mobile-menu-container ul li {
    float: none
  }

  .mobile-menu-container ul li.disable_link {
    margin-left: 20px
  }

  .mobile-menu-container ul li .icon-toggle {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 20px;
    top: -6px
  }

  .navbar-nav li,
  .sub-menu {
    position: relative
  }

  .mobile-menu-container ul li .icon-toggle:after,
  .mobile-menu-container ul li .icon-toggle:before {
    display: none
  }

  .mobile-menu-container ul li .icon-toggle .fa {
    line-height: 30px;
    vertical-align: middle
  }

  .mobile-menu-container ul li.menu-right ul {
    margin-left: 15px
  }

  .mobile-menu-container ul li.menu-right ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: 15px
  }

  .mobile-menu-container ul li.menu-right ul li.widget_login-menu .thim-widget-login-menu {
    padding-bottom: 5px
  }

  .mobile-menu-container ul li.menu-right ul li.widget_login-menu .thim-widget-login-menu a {
    padding: 10px 24px
  }

  .mobile-menu-container ul li.menu-right ul li.widget_courses-searching {
    display: none
  }

  .mobile-menu-container ul li a {
    display: block;
    outline: 0;
    -webkit-transition: background .3s, box-shadow .3s;
    transition: background .3s, box-shadow .3s
  }

  .mobile-menu-container ul li a :focus,
  .mobile-menu-container ul li a:hover {
    background: 0 0
  }

  .navbar-nav {
    margin: 0
  }

  .navbar-nav li {
    list-style: none
  }

  .site-header .navbar-nav {
    float: none;
    padding-right: 60px
  }

  .site-header .navbar-nav>li {
    display: none
  }

  .site-header .navbar-nav>li.menu-right {
    display: inline-block
  }

  .navbar-nav .sub-menu li:before,
  .navbar-nav .sub-menu:before {
    content: '';
    position: absolute;
    display: block
  }

  .sub-menu li {
    width: 100%;
    border: none !important
  }

  .sub-menu li a,
  .sub-menu li span {
    padding-left: 25px !important
  }

  .navbar-nav .sub-menu:before {
    width: 1px;
    height: 100%;
    left: 2px;
    top: 1px
  }

  .navbar-nav .sub-menu li {
    margin-top: 9px
  }

  .navbar-nav .sub-menu li:before {
    width: 7px;
    height: 1px;
    left: 3px;
    top: 10px;
    padding: 0
  }

  .navbar-nav .sub-menu .sub-menu {
    margin-left: 20px
  }

  .nav>li>span {
    padding: 10px 15px;
    display: block
  }

  .site-header .navigation {
    padding: 10px 0
  }

  .mobile-menu-container ul li span.icon-toggle {
    cursor: pointer
  }
}

@media (min-width:1025px) {

  .nav>li>a:focus,
  .nav>li>a:hover,
  .navbar-nav>li>span:hover {
    background: 0 0
  }

  .navbar-nav li .sub-menu li a,
  .navbar-nav li:hover>.sub-menu li a {
    text-decoration: none
  }

  .admin-bar .site-header {
    top: 32px
  }

  .mobile-menu-container {
    display: none
  }

  .navigation {
    position: relative
  }

  .navigation .tm-table {
    display: table;
    table-layout: fixed;
    max-width: none;
    width: auto;
    min-width: 100%
  }

  .navigation nav {
    position: static
  }

  .navbar-nav>li.multicolumn [class*=submenu_columns] .sub-menu {
    position: static !important;
    display: block !important;
    width: auto;
    border: none;
    box-shadow: 0 0 0;
    padding: 0
  }

  .navbar-nav li .sub-menu.megacol>li .sub-menu a,
  .navbar-nav li .sub-menu.megacol>li .sub-menu span,
  .navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu a,
  .navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu span {
    border: 0
  }

  .navbar-nav a i.fa {
    margin-right: 5px
  }

  .navbar-nav [class*=submenu_columns]>aside,
  .navbar-nav>li.multicolumn [class*=submenu_columns]>li {
    float: left
  }

  .navbar-nav>li.multicolumn [class*=submenu_columns]>aside {
    padding: 15px
  }

  .submenu-widget {
    padding: 10px
  }

  .navbar-nav .submenu_columns_2>aside,
  .navbar-nav .submenu_columns_2>li {
    width: 50%
  }

  .navbar-nav .submenu_columns_3>aside,
  .navbar-nav .submenu_columns_3>li {
    width: 33.33333%
  }

  .navbar-nav .submenu_columns_4>aside,
  .navbar-nav .submenu_columns_4>li {
    width: 25%
  }

  .navbar-nav .submenu_columns_5>aside,
  .navbar-nav .submenu_columns_5>li {
    width: 20%
  }

  .navbar-nav .dropdown_full_width {
    position: static
  }

  .navbar-nav li.multicolumn .submenu_columns_1 {
    width: 233px
  }

  .navbar-nav li.multicolumn .submenu_columns_1 li {
    width: 100%
  }

  .navbar-nav li.multicolumn .submenu_columns_2 {
    width: 466px
  }

  .navbar-nav li.multicolumn .submenu_columns_3 {
    width: 750px
  }

  .navbar-nav li.multicolumn .submenu_columns_4 {
    width: 932px
  }

  .navbar-nav li.multicolumn .submenu_columns_5 {
    width: 1165px
  }

  .navbar-nav li.drop_to_center .submenu_columns_1 {
    left: -80px
  }

  .navbar-nav li.drop_to_center .submenu_columns_2 {
    left: -191px
  }

  .navbar-nav li.drop_to_center .submenu_columns_3 {
    left: -310px
  }

  .navbar-nav li.drop_to_center .submenu_columns_4 {
    left: -425px
  }

  .navbar-nav li.drop_to_center .submenu_columns_5 {
    left: -545px
  }

  .navbar-nav li.widget_area>.submenu-widget {
    min-width: 800px;
    width: auto
  }

  .navbar-nav li.dropdown_full_width .megacol {
    left: 15px;
    right: 15px;
    width: auto
  }

  .navbar-nav [class*=submenu_columns] aside {
    float: left;
    text-align: left
  }

  .navbar-nav>li>.sub-menu.multicolumn>li,
  .navbar-nav>li>.sub-menu.submenu-widget>li {
    float: left;
    padding: 15px 0
  }

  .navbar-nav,
  .navbar-nav>li>.sub-menu.multicolumn.submenu_columns_1>li,
  .navbar-nav>li>.sub-menu.submenu-widget.submenu_columns_1>li {
    float: none
  }

  .navbar-nav>li>.sub-menu.submenu-widget .thim-widget-course-categories li,
  nav .navbar-collapse {
    padding-right: 0;
    padding-left: 0
  }

  .navbar-nav>li>.sub-menu.submenu-widget>li {
    padding: 0
  }

  nav ul,
  nav ul li,
  nav ul ul,
  nav ul ul li,
  nav ul ul ul,
  nav ul ul ul li {
    margin: 0
  }

  .navbar-nav li span {
    display: block
  }

  .navbar-nav li.tc-menu-layout-builder .sub-menu {
    padding-top: 23px;
    padding-bottom: 15px;
    min-width: 800px;
    width: auto
  }

  .navbar-nav li.tc-menu-layout-builder .sub-menu .widget-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-align: left
  }

  .navbar-nav li .sub-menu {
    display: none;
    position: absolute;
    left: -10px;
    top: auto;
    margin-top: 5px;
    z-index: 9999
  }

  .navbar-nav li .sub-menu li {
    list-style: none;
    text-align: left;
    position: relative
  }

  .navbar-nav li .sub-menu.submenu_columns_5>li {
    width: 20%
  }

  .navbar-nav li .sub-menu.submenu_columns_4>li {
    width: 25%
  }

  .navbar-nav li .sub-menu.submenu_columns_3>li {
    width: 33.33%
  }

  .navbar-nav li .sub-menu.submenu_columns_2>li {
    width: 50%
  }

  .navbar-nav li .sub-menu.tc-columns-5 {
    width: 1165px
  }

  .navbar-nav li .sub-menu.tc-columns-5>ul>li {
    width: 20%
  }

  .navbar-nav li .sub-menu.tc-columns-4 {
    width: 1000px
  }

  .navbar-nav li .sub-menu.tc-columns-4>ul>li {
    width: 25%
  }

  .navbar-nav li .sub-menu.tc-columns-3 {
    width: 750px
  }

  .navbar-nav li .sub-menu.tc-columns-3>ul>li {
    width: 33.33%
  }

  .navbar-nav li .sub-menu.tc-columns-2 {
    width: 500px
  }

  .navbar-nav li .sub-menu.tc-columns-2>ul>li {
    width: 50%
  }

  .navbar-nav li .sub-menu.tc-columns-1 {
    width: 250px
  }

  .navbar-nav li .sub-menu.tc-columns-1>ul>li {
    width: 100%
  }

  .navbar-nav li .sub-menu[class*=tc-columns-] {
    padding: 15px 30px 20px
  }

  .navbar-nav li .sub-menu[class*=tc-columns-]>ul {
    margin: 0
  }

  .navbar-nav li .sub-menu[class*=tc-columns-]>ul>li {
    float: left
  }

  .navbar-nav li .sub-menu[class*=tc-columns-]>ul>li:first-child>.sub-menu {
    padding-right: 30px;
    padding-left: 0
  }

  .navbar-nav li .sub-menu[class*=tc-columns-]>ul>li:last-child>.sub-menu:before {
    display: none
  }

  .navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu {
    display: block !important;
    opacity: 1 !important;
    margin-top: 10px;
    top: auto;
    left: 0;
    right: auto;
    min-width: 0;
    padding: 0 0 0 30px;
    position: relative;
    overflow: hidden
  }

  .navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu li {
    padding-left: 0
  }

  .navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu:before {
    right: 0;
    bottom: 5px;
    top: 15px;
    content: '';
    width: 1px;
    height: auto;
    background: #eee;
    position: absolute
  }

  .navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu li>a,
  .navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu li>span {
    padding: 8px 0
  }

  .navbar-nav li .sub-menu.megacol {
    padding-bottom: 20px
  }

  .navbar-nav li .sub-menu.megacol>li .sub-menu {
    display: block !important;
    opacity: 1 !important;
    margin-top: 10px;
    top: auto
  }

  .navbar-nav li .sub-menu.megacol>li .sub-menu li {
    padding-left: 0
  }

  .navbar-nav li .sub-menu.megacol.submenu_columns_3 .sub-menu {
    min-width: 0;
    padding-left: 30px
  }

  .navbar-nav li .sub-menu.megacol.submenu_columns_3 .sub-menu:before {
    right: 0;
    bottom: 5px;
    top: 15px;
    content: '';
    width: 1px;
    height: auto;
    background: #eee;
    position: absolute
  }

  .navbar-nav li .sub-menu.megacol.submenu_columns_3 .sub-menu li>a,
  .navbar-nav li .sub-menu.megacol.submenu_columns_3 .sub-menu li>span {
    padding: 8px 0
  }

  .navbar-nav li .sub-menu.megacol.submenu_columns_3 li:first-child>.sub-menu {
    padding-left: 0
  }

  .navbar-nav li .sub-menu.megacol.submenu_columns_3 li:last-child>.sub-menu:before {
    display: none
  }

  .navbar-nav li .sub-menu {
    min-width: 260px;
    margin-left: 0
  }

  .navbar-nav li .sub-menu li {
    width: 100%
  }

  .navbar-nav li .sub-menu .sub-menu {
    right: calc(100% + 30px);
    right: -webkit-calc(100% + 30px);
    right: -moz-calc(100% + 30px);
    left: auto;
    top: 0;
    padding: 15px 30px
  }

  .navbar-nav li .sub-menu li:hover .sub-menu {
    height: auto;
    z-index: 999
  }

  .navbar-nav li.multicolumn .megacol>li>a:hover,
  .navbar-nav li.multicolumn .megacol>li>span:hover {
    background: 0 0
  }

  .navbar-nav li.multicolumn .megacol .sub-menu {
    background: 0 0;
    display: block !important
  }

  .navbar-nav li.multicolumn .megacol .sub-menu .tc-menu-inner,
  .navbar-nav li.multicolumn .megacol .sub-menu a,
  .navbar-nav li.multicolumn .megacol .sub-menu span.disable_link {
    padding: 5px 0;
    display: block
  }

  .navbar-nav>li {
    vertical-align: middle;
    display: inline-block;
    float: none
  }

  .navbar-nav>li>.tc-menu-inner,
  .navbar-nav>li>a,
  .navbar-nav>li>span.disable_link {
    padding: 11px 20px 29px;
    display: inline-block;
    position: relative;
    line-height: 20px
  }

  .navbar-nav>li>.tc-menu-inner.icon-toggle,
  .navbar-nav>li>a.icon-toggle,
  .navbar-nav>li>span.disable_link.icon-toggle {
    padding: 0
  }

  .navbar-nav>li>.tc-menu-inner>span,
  .navbar-nav>li>a>span,
  .navbar-nav>li>span.disable_link>span {
    line-height: 20px
  }

  .nav>li>.sub-menu {
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .3);
    padding: 15px 30px
  }

  .nav>li>.sub-menu .menu-category-description {
    text-align: justify
  }

  .nav>li.widget_area>.sub-menu {
    padding-top: 23px;
    padding-bottom: 15px
  }

  .nav>li.widget_area>.sub-menu aside {
    padding: 15px
  }

  .nav>li.multicolumn>.sub-menu .sub-menu,
  .nav>li.widget_area>.sub-menu .sub-menu {
    box-shadow: 0 0 0
  }

  .navigation .navbar-nav>li>a,
  .navigation .navbar-nav>li>span {
    text-transform: uppercase;
    position: relative;
    padding: 11px 20px 29px
  }

  .navigation .navbar-nav>li>a.icon-toggle,
  .navigation .navbar-nav>li>span.icon-toggle {
    padding: 0;
    position: absolute;
    top: 9px;
    right: 6px;
    margin: 0;
    line-height: 24px
  }

  .navigation .navbar-nav>li.menu-item-has-children>a:after,
  .navigation .navbar-nav>li.menu-item-has-children>span:not(.icon-toggle):after,
  .navigation .navbar-nav>li.tc-menu-layout-builder>a:after,
  .navigation .navbar-nav>li.tc-menu-layout-builder>span:not(.icon-toggle):after,
  .navigation .navbar-nav>li.widget_area>a:after,
  .navigation .navbar-nav>li.widget_area>span:not(.icon-toggle):after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    padding: 0;
    position: absolute;
    top: 8px;
    right: 6px;
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400
  }

  .navigation .navbar-nav>li.menu-item-has-children .icon-toggle,
  .navigation .navbar-nav>li.tc-menu-layout-builder .icon-toggle,
  .navigation .navbar-nav>li.widget_area .icon-toggle {
    display: none
  }

  .navigation .navbar-nav>li.menu-item-has-children:last-child>.sub-menu,
  .navigation .navbar-nav>li.menu-item-has-children:nth-last-child(2)>.sub-menu,
  .navigation .navbar-nav>li.tc-menu-layout-builder:last-child>.sub-menu,
  .navigation .navbar-nav>li.tc-menu-layout-builder:nth-last-child(2)>.sub-menu,
  .navigation .navbar-nav>li.widget_area:last-child>.sub-menu,
  .navigation .navbar-nav>li.widget_area:nth-last-child(2)>.sub-menu {
    right: 0;
    left: auto
  }

  .navigation .navbar-nav>li:not(.menu-item-has-children):last-child>a,
  .navigation .navbar-nav>li:not(.menu-item-has-children):last-child>span {
    padding-right: 0
  }

  .navigation .navbar-nav>li:not(.menu-item-has-children):last-child>a:before,
  .navigation .navbar-nav>li:not(.menu-item-has-children):last-child>span:before {
    right: 0
  }

  .header_v5 .navigation .navbar-nav>li {
    max-height: none;
    border-right: 1px solid #f0f0f0
  }

  .header_v5 .navigation .navbar-nav>li>a,
  .header_v5 .navigation .navbar-nav>li>span {
    line-height: 70px !important;
    padding: 0 25px !important
  }

  .header_v5 .navigation .navbar-nav>li>a:after,
  .header_v5 .navigation .navbar-nav>li>span:after {
    top: 22px !important;
    right: 10px !important
  }

  .header_v5 .navigation .navbar-nav>li .sub-menu {
    margin-top: 0;
    left: 0
  }

  .header_v5 .navigation .navbar-nav>li.menu-right {
    margin-left: 30px;
    padding: 15px 0
  }

  .header_v5 .navigation .navbar-nav>li:last-child {
    border-right: none
  }

  .header_v5 .navbar-nav li.tc-menu-layout-builder .sub-menu .widget-title {
    font-weight: 500
  }
}

.menu-main-menu>.menu ul li {
  display: inline-block;
  list-style: none;
  padding: 10px 15px
}

#magic-line {
  position: absolute;
  height: 2px;
  z-index: 99999;
  bottom: 26px
}

.thim-mobile-login {
  padding: 20px 20px 0;
  display: none
}

.thim-mobile-login a {
  color: #fff;
  font-size: 13px;
  font-weight: 400
}

.thim-mobile-login .thim-link-login a {
  padding: 0 12px;
  line-height: 20px;
  display: inline-block
}

.thim-mobile-login .thim-link-login a:first-child {
  border-right: 1px solid #3e3d3d;
  padding-left: 0
}

.thim-mobile-login .thim-link-login a:last-child {
  padding-right: 0
}

.menu-right .thim-link-login {
  overflow: hidden
}

.menu-right .thim-link-login .profile,
.menu-right .thim-link-login .profile:hover {
  color: #fff;
  background-color: transparent
}

.menu-right .thim-link-login .register {
  display: none
}

.menu-right .thim-link-login a {
  font-size: 13px;
  font-weight: 700;
  border: 0;
  padding: 6px 20px;
  line-height: 20px;
  display: inline-block;
  float: left
}

.menu-right ul li>div.thim-widget-login-menu,
.menu-right ul li>div.thim-widget-login-popup {
  padding-top: 5px;
  padding-bottom: 23px
}

.tc-menu-layout-builder .widget-title,
.widget_area .submenu-widget .widget-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-align: left
}

.tc-menu-layout-builder .course-item .course-thumbnail,
.tc-menu-layout-builder .single-image,
.widget_area .submenu-widget .course-item .course-thumbnail,
.widget_area .submenu-widget .single-image {
  padding-top: 8px;
  padding-bottom: 8px
}

.tc-menu-layout-builder .course-item .course-thumbnail a,
.widget_area .submenu-widget .course-item .course-thumbnail a {
  padding-bottom: 6px;
  padding-top: 3px;
  display: block
}

.site-header.header_v2 .navigation .navbar-nav>li:first-child>a:before,
.site-header.header_v2 .navigation .navbar-nav>li:first-child>span:before,
.thim-megamenu-row>.panel-grid-cell:last-child:after {
  display: none
}

.thim-megamenu-row>.panel-grid-cell {
  padding-right: 30px !important;
  position: relative
}

.thim-megamenu-row>.panel-grid-cell:after {
  content: '';
  top: 7px;
  bottom: 5px;
  width: 1px;
  position: absolute;
  background: #eee;
  right: 1px;
  min-height: 360px
}

.thim-megamenu-row>.panel-grid-cell:first-child {
  padding-left: 0 !important
}

.thim-megamenu-row>.panel-grid-cell:last-child {
  padding-right: 0 !important
}

.site-header.header_v2#masthead .navigation {
  padding-top: 20px
}

.site-header.header_v2 .navigation .width-logo img,
.site-header.header_v2 .navigation .width-navigation img {
  margin-bottom: 0
}

.site-header.header_v2 .width-navigation {
  width: 100%;
  bottom: -35px;
  margin-top: -15px;
  position: relative
}

.site-header.header_v2 .navbar-nav {
  text-align: left
}

.site-header.header_v2 .navbar-nav>li>.sub-menu {
  margin-top: 0;
  left: auto
}

.site-header.header_v2 .navbar-nav li .sub-menu.tc-megamenu-wrapper {
  left: 0
}

.site-header.header_v2 .navbar-nav li.dropdown_full_width .megacol,
.site-header.header_v2 .navbar-nav li.dropdown_full_width .sub-menu {
  left: 0;
  right: 0
}

.site-header.header_v2 .navbar-nav #magic-line {
  background: #fff;
  bottom: 15px !important
}

.site-header.header_v2 .navigation .navbar-nav>li>a,
.site-header.header_v2 .navigation .navbar-nav>li>span {
  padding: 15px 26px 15px 30px;
  line-height: 30px
}

.site-header.header_v2 .navigation .navbar-nav>li>a:before,
.site-header.header_v2 .navigation .navbar-nav>li>span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background: #f2ac03
}

.site-header.header_v2 .navigation .navbar-nav>li>a:after,
.site-header.header_v2 .navigation .navbar-nav>li>span:after {
  top: 17px;
  right: 11px
}

.site-header.header_v2 .navigation .menu-right ul li>div {
  padding-top: 15px;
  padding-bottom: 15px
}

.site-header.header_v2 .menu-right {
  float: right
}

.site-header.header_v2 #toolbar {
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative
}

.site-header.header_v2 #toolbar:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  max-width: 1170px;
  margin: auto;
  background: #212121
}

#masthead.affix.menu-hidden.header_v2 {
  -webkit-transform: translate(0, -120%);
  -moz-transform: translate(0, -120%);
  -ms-transform: translate(0, -120%);
  -o-transform: translate(0, -120%)
}

.menu-right .thim-social {
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 22px
}

.menu-right .thim-social li {
  height: 24px
}

.menu-right .thim-social li:last-child a {
  margin-right: 0
}

.menu-right .thim-social a {
  color: #fff !important;
  border-color: #fff;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 12px
}

.menu-right .thim-social a .fa {
  margin: 0;
  line-height: 22px
}

.header-top-menu {
  text-align: right;
  overflow: hidden
}

.header-top-menu li {
  list-style: none;
  padding: 0;
  margin: 0
}

.header-top-menu .search-form {
  line-height: 34px;
  padding: 0;
  margin: 0;
  border: 0;
  width: 270px;
  background: #1f1f1f;
  display: inline-block
}

.header-top-menu .search-form label .search-field {
  height: 34px;
  line-height: 32px;
  color: #ddd;
  font-style: italic;
  padding-right: 40px;
  background: #1f1f1f;
  border: 1px solid #1f1f1f
}

.header-top-menu .search-form label .search-field:focus {
  border: 1px solid #484848
}

.header-top-menu .search-form .search-submit {
  height: 34px;
  line-height: 34px;
  color: transparent;
  background: 0 0
}

.header-top-menu .search-form .search-submit:hover {
  color: transparent;
  background: 0 0
}

.header-top-menu .search-form:after {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #ddd
}

.menu-main-menu li .sub-menu:not(.megacol) li.menu-item-has-children:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: -15px;
  top: 0;
  line-height: 32px
}

.wrapper-container.mobile-menu-open {
  z-index: 999999999
}

a.thim-create-menu {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4653ff !important;
  line-height: 25px;
  float: right
}

a.thim-create-menu:hover {
  text-decoration: underline !important
}

footer#colophon .copyright-area .text-copyright a:hover,
footer#colophon .copyright-area ul li a:hover {
  text-decoration: underline
}

.navbar-nav>li>.submenu-widget .thim-megamenu-row .widget_single-images img {
  margin-bottom: 10px
}

.navbar-nav>li>.tc-menu-inner span.tc-icon {
  margin-right: 7px;
  display: inline-block
}

.navbar-nav>li .sub-menu span.tc-icon {
  display: inline-block
}

.sidebar-header .so-panel {
  margin-bottom: 0 !important
}

.sidebar-header .widget_nav_menu {
  display: none;
  position: absolute;
  background-color: #fff;
  top: calc(100% - 0px);
  padding: 10px 25px;
  margin-left: 0
}

.sidebar-header .widget_nav_menu ul {
  margin-bottom: 0;
  margin-left: 0
}

.sidebar-header .widget_nav_menu ul li {
  list-style: none;
  position: relative
}

.sidebar-header .widget_nav_menu ul li a {
  padding: 8px 0;
  display: block;
  color: #999
}

.sidebar-header .widget_nav_menu ul li a:hover {
  color: #333
}

.sidebar-header .widget_nav_menu ul li .sub-menu {
  position: absolute;
  left: 100%;
  display: none;
  background-color: #fff;
  width: 200px;
  top: 0;
  padding-left: 40px;
  margin: 0
}

.sidebar-header .widget_nav_menu ul li .sub-menu li {
  margin: 0
}

.sidebar-header .panel-grid-cell:hover .widget_nav_menu,
.sidebar-header .vc_column-inner .vc_column-inner:hover .widget_nav_menu,
.sidebar-header .widget_nav_menu ul li:hover>.sub-menu {
  display: block
}

footer#colophon {
  font-size: 13px
}

footer#colophon.has-thim-course-menu {
  margin-bottom: 60px
}

footer#colophon .footer {
  padding-top: 25px;
  padding-bottom: 0
}

footer#colophon .footer .widget_siteorigin-panels-builder:not(.thim-footer-one-course) {
  padding-top: 55px;
  padding-bottom: 55px
}

footer#colophon .footer .widget-title {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
  margin: -13px 0 17px
}

footer#colophon .footer .row aside {
  padding: 20px 15px
}

footer#colophon .footer ul {
  margin: 0
}

footer#colophon .footer ul li {
  margin-bottom: 5px;
  line-height: 30px;
  list-style: none
}

footer#colophon .footer ul li:last-child {
  margin-bottom: 0
}

footer#colophon .footer .child,
footer#colophon .footer .sub-menu {
  margin-left: 20px;
  margin-top: 20px
}

footer#colophon .thim-footer-location {
  font-size: 15px
}

footer#colophon .thim-footer-location img {
  margin-bottom: 35px
}

footer#colophon .thim-footer-location p {
  margin-bottom: 0
}

footer#colophon .thim-footer-location .info {
  margin-bottom: 17px;
  line-height: 20px
}

footer#colophon .thim-footer-location .info .fa {
  margin-right: 20px
}

footer#colophon .thim-footer-location .social {
  margin-top: 27px
}

footer#colophon .thim-footer-location .social a {
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #999;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer
}

footer#colophon .thim-footer-location .social a .fa {
  display: block;
  line-height: 30px
}

footer#colophon .copyright-area .copyright-content {
  padding-top: 30px;
  padding-bottom: 30px
}

footer#colophon .copyright-area .text-copyright,
footer#colophon .copyright-area .text-copyright a {
  line-height: 30px
}

footer#colophon .copyright-area ul {
  margin: 0
}

footer#colophon .copyright-area ul li {
  display: inline-block;
  list-style: none;
  line-height: 30px;
  margin-left: 15px
}

footer#colophon .copyright-area ul li a {
  line-height: 30px
}

footer#colophon.has-footer-bottom {
  margin-bottom: 450px
}

footer#colophon .thim-social {
  margin: -20px 0 0
}

footer#colophon.white_background {
  font-size: 16px
}

footer#colophon.white_background .footer .widget-title {
  font-size: 16px;
  font-weight: 500
}

footer#colophon.thim-footer-new-eduma p {
  margin-bottom: 20px;
  line-height: 32px
}

footer#colophon.thim-footer-new-eduma .thim-footer-location .info {
  margin-bottom: 6px;
  line-height: 26px;
  display: inline-block;
  margin-top: 6px
}

footer#colophon.thim-footer-new-eduma .thim-footer-location .info .fa {
  margin-bottom: 7px;
  float: left;
  margin-top: 5px
}

footer#colophon.thim-footer-new-eduma .copyright-area .copyright-content {
  text-align: center;
  font-size: 16px;
  font-weight: 300
}

footer#colophon.thim-footer-new-eduma .copyright-area .copyright-content a {
  text-decoration: none
}

.blog-switch-layout.blog-grid article .author .author_name a:hover,
.page-404-content a:hover,
.thim-footer-info-3 .copyright-text a:hover,
article .entry-header .entry-meta li a:hover {
  text-decoration: underline
}

footer#colophon.thim-footer-new-eduma .copyright-area .copyright-content a:hover {
  color: #fff
}

footer#colophon.thim-footer-new-eduma .footer {
  padding-top: 85px;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 75px
}

footer#colophon.thim-footer-new-eduma .footer .widget-title {
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
  line-height: 22px;
  margin-bottom: 25px
}

footer#colophon.thim-footer-new-eduma .footer .widget-title:after {
  background-color: rgba(138, 138, 145, .5);
  width: 40px;
  content: "";
  height: 1px;
  display: block;
  margin-top: 15px
}

footer#colophon.thim-footer-new-eduma .footer ul li {
  line-height: 35px
}

footer#colophon.thim-footer-new-eduma .copyright-area p {
  margin-bottom: 0
}

footer#colophon .menu_two_column .menu li {
  display: inline-block;
  width: 49%
}

.footer-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0
}

.footer-bottom .footer_bottom_widget,
.footer-bottom .thim-widget-icon-box {
  z-index: 1
}

.wrapper-container.mobile-menu-open .footer-bottom {
  position: relative
}

.footer-bottom .sc_heading {
  margin-bottom: 0;
  padding: 133px 0 14px
}

.footer-bottom .sc_heading .title {
  font-size: 36px;
  margin-bottom: 13px;
  line-height: 40px
}

.footer-bottom .sc_heading .sub-heading {
  font-size: 20px
}

.footer-bottom .sc_heading .line {
  display: none
}

.footer-bottom .thim-widget-button {
  text-align: center;
  padding-bottom: 140px
}

.footer-bottom .thim-widget-button .widget-button {
  line-height: 38px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  background: 0 0;
  padding: 5px 25px;
  height: 50px;
  border: 1px solid #111
}

.footer-bottom .thim-widget-button .widget-button:hover {
  background: #111;
  color: #fff
}

body #wrapper-container #main-content {
  position: relative;
  z-index: 1
}

.thim-footer-info>div {
  display: inline-block;
  margin-right: 50px;
  padding: 10px 0
}

.thim-footer-info>div .fa {
  margin-right: 10px
}

.thim-footer-info>div:last-child {
  margin-right: 0
}

.thim-footer-info>div.info-phone {
  color: #fff
}

.thim-footer-info>div.info-phone .fa {
  color: inherit
}

.thim-footer-info>div.info-social {
  font-size: 16px
}

.thim-footer-info>div.info-social .fa {
  margin-right: 30px
}

.thim-footer-info>div.info-social .fa:last-child {
  margin-right: 0
}

footer#colophon {
  background-repeat: no-repeat
}

footer#colophon .footer aside.thim-footer-one-course {
  padding-top: 30px;
  padding-bottom: 55px
}

footer#colophon .footer .thim-footer-one-course ul.menu {
  text-align: right;
  padding: 10px 0
}

footer#colophon .footer .thim-footer-one-course ul.menu li {
  display: inline-block;
  margin-left: 18px
}

footer#colophon .footer .thim-footer-one-course ul.menu li a {
  color: #fff
}

footer#colophon .footer .thim-footer-one-course ul.menu li a:hover {
  text-decoration: underline;
  color: #fff
}

footer#colophon .footer .thim-footer-one-course ul.menu li:first-child {
  margin-left: 0
}

footer#colophon .footer .thim_footer_second {
  border-top: 1px solid #eee
}

footer#colophon .footer .thim_footer_second ul li {
  margin-bottom: 0
}

footer#colophon .footer .thim_footer_second .widget_nav_menu ul li {
  display: inline-block;
  margin-bottom: 0;
  line-height: 38px;
  padding-right: 38px
}

footer#colophon .footer .thim_footer_second .widget_nav_menu ul li .sub-menu {
  display: none
}

footer#colophon .footer .thim_footer_second .thim-social {
  margin-top: 0
}

footer#colophon .footer .thim_footer_second .thim-social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-color: #eee;
  display: block;
  color: #777;
  margin-right: 0;
  margin-left: 10px
}

footer#colophon .footer .thim_footer_second .thim-social li a i {
  line-height: 40px
}

footer#colophon .mc4wp-form {
  margin-top: 10px;
  max-width: 425px
}

footer#colophon .mc4wp-form.focus-input:after {
  color: #fff
}

footer#colophon .mc4wp-form:after {
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  content: '\f1d9';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  line-height: 40px;
  color: #555;
  font-family: FontAwesome;
  font-size: 13px
}

footer#colophon .mc4wp-form input[type=email],
footer#colophon .mc4wp-form input[type=text] {
  background: #323232;
  border: 0;
  border-radius: 3px;
  color: #555;
  font-size: 13px;
  font-weight: 100
}

footer#colophon .mc4wp-form input[type=email]::-webkit-input-placeholder,
footer#colophon .mc4wp-form input[type=text]::-webkit-input-placeholder {
  color: #555
}

footer#colophon .mc4wp-form input[type=email]:-moz-placeholder,
footer#colophon .mc4wp-form input[type=text]:-moz-placeholder {
  color: #555
}

footer#colophon .mc4wp-form input[type=email]::-moz-placeholder,
footer#colophon .mc4wp-form input[type=text]::-moz-placeholder {
  color: #555
}

footer#colophon .mc4wp-form input[type=email]:-ms-input-placeholder,
footer#colophon .mc4wp-form input[type=text]:-ms-input-placeholder {
  color: #555
}

footer#colophon .mc4wp-form input[type=email]:focus::-webkit-input-placeholder,
footer#colophon .mc4wp-form input[type=text]:focus::-webkit-input-placeholder {
  color: transparent
}

footer#colophon .mc4wp-form input[type=email]:focus:-moz-placeholder,
footer#colophon .mc4wp-form input[type=text]:focus:-moz-placeholder {
  color: transparent
}

footer#colophon .mc4wp-form input[type=email]:focus::-moz-placeholder,
footer#colophon .mc4wp-form input[type=text]:focus::-moz-placeholder {
  color: transparent
}

footer#colophon .mc4wp-form input[type=email]:focus:-ms-input-placeholder,
footer#colophon .mc4wp-form input[type=text]:focus:-ms-input-placeholder {
  color: transparent
}

footer#colophon .mc4wp-form input[type=submit] {
  display: none
}

.thim-demo-university-3 footer#colophon,
footer#colophon.thim-footer-university-3 {
  line-height: 1.7
}

.thim-demo-university-3 footer#colophon.footer-bg-image,
footer#colophon.thim-footer-university-3.footer-bg-image {
  background-size: calc(50% - 145px) 100%;
  background-size: -webkit-calc(50% - 145px) 100%;
  background-size: -moz-calc(50% - 145px) 100%
}

.thim-demo-university-3 footer#colophon .menu-item a:hover,
footer#colophon.thim-footer-university-3 .menu-item a:hover {
  color: #ccc !important
}

.thim-demo-university-3 footer#colophon .widget_siteorigin-panels-builder,
footer#colophon.thim-footer-university-3 .widget_siteorigin-panels-builder {
  padding-top: 50px
}

.thim-demo-university-3 footer#colophon .footer,
footer#colophon.thim-footer-university-3 .footer {
  padding-top: 0
}

.thim-demo-university-3 footer#colophon .widget-title,
footer#colophon.thim-footer-university-3 .widget-title {
  margin-top: 27px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500
}

.thim-demo-university-3 footer#colophon .thim-social,
footer#colophon.thim-footer-university-3 .thim-social {
  margin-top: -10px
}

.thim-demo-university-3 footer#colophon ul li,
footer#colophon.thim-footer-university-3 ul li {
  margin-bottom: 4px
}

.thim-footer-info-3 {
  padding-right: 100px
}

.thim-footer-info-3 .heading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.15
}

.thim-footer-info-3 .line {
  display: block;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 1px 0 19px;
  overflow: hidden;
  height: 1px
}

.thim-footer-info-3 .line:after {
  content: '';
  width: 30px;
  height: 1px;
  left: 0;
  right: 0;
  background: #444;
  position: absolute;
  margin: auto
}

.thim-footer-info-3 .copyright-text {
  font-size: 12px
}

.footer#colophon .thim-footer-info-3 .copyright-text a {
  color: #116887
}

.footer#colophon .thim-footer-info-3 .copyright-text a:hover {
  color: #116887 !important
}

body .page-content-inner .no-results.not-found .page-header {
  margin: 0 0 9px
}

body .page-content-inner .control-panel {
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: right
}

body .page-content-inner .control-panel .control-btn>a {
  margin-right: 30px
}

body .page-content-inner .control-panel .control-btn>a>span {
  margin-right: 10px
}

body .page-content-inner .control-panel .control-btn>a:last-child,
body .page-content-inner .control-panel .control-btn>a>span:last-child {
  margin-right: 0
}

body .page-content-inner.scroll .loop-pagination {
  display: none
}

body .blog-content .desc_cat {
  margin-bottom: 15px
}

body .blog-content article:after {
  content: "";
  clear: both;
  display: block
}

body .blog-content article .content-inner {
  display: inline-block;
  width: 100%;
  padding-bottom: 100px
}

body .blog-content article:last-child .content-inner {
  padding-bottom: 0
}

article .post-formats-wrapper {
  overflow: hidden;
  margin-bottom: 30px
}

article .post-formats-wrapper img {
  transition: all .3s ease-in-out 0s
}

article .related-archive .post-formats-wrapper img {
  width: 100%
}

article .entry-header {
  padding-bottom: 0;
  margin-bottom: 23px;
  overflow: hidden
}

article .entry-header .date-meta {
  font-size: 72px;
  font-weight: 700;
  height: 82px;
  width: 110px;
  float: left;
  line-height: 72px
}

article .entry-header .date-meta i {
  font-size: 13px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: 20px;
  margin-top: 3px
}

article .entry-header .entry-contain {
  position: relative;
  padding-left: 30px;
  width: calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  float: right
}

article .entry-header .entry-contain:before {
  content: '';
  position: absolute;
  width: 1px;
  top: 4px;
  left: 0;
  bottom: 5px;
  background: #eee
}

article .entry-header .entry-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  margin: 0 0 7px
}

article .entry-header .entry-title a {
  display: block;
  width: 100%;
  overflow: hidden
}

article .entry-header .entry-meta {
  margin: 0
}

article .entry-header .entry-meta li {
  border-right: 1px solid #eee;
  padding-right: 23px;
  margin-right: 20px;
  list-style: none;
  display: inline-block;
  line-height: 18px;
  margin-top: 10px
}

article .entry-header .entry-meta li:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0
}

article .entry-header .entry-meta li span {
  color: #ccc;
  font-size: 12px;
  font-weight: 700;
  display: block;
  line-height: 18px
}

article .entry-header .entry-meta li a,
article .entry-header .entry-meta li span.value {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  color: #7a7a7a
}

article .entry-summary {
  clear: both
}

article .readmore {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 23px
}

article .readmore a {
  display: inline-block;
  line-height: 30px;
  padding: 5px 25px;
  border: 0
}

.blog-switch-layout .post-index {
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  color: #999;
  margin-left: 15px
}

.blog-switch-layout article {
  padding-left: 15px;
  padding-right: 15px
}

.blog-switch-layout article .entry-header .entry-contain {
  width: 100%;
  float: none;
  padding-left: 0
}

.blog-switch-layout article .entry-header .entry-contain:before {
  display: none
}

.blog-switch-layout.blog-list article {
  float: none;
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0;
  margin: 0 15px;
  width: auto
}

.blog-switch-layout.blog-list article:first-child {
  padding-top: 0
}

.blog-switch-layout.blog-list article .content-inner {
  padding: 0;
  display: block
}

.blog-switch-layout.blog-list article .content-inner .post-formats-wrapper {
  margin: 0 30px 0 0
}

.blog-switch-layout.blog-list article .entry-content>.author,
.blog-switch-layout.blog-list article .entry-grid-meta {
  display: none
}

.blog-switch-layout.blog-list article .post-formats-wrapper {
  width: 270px;
  float: left
}

.blog-switch-layout.blog-list article .entry-content {
  float: right;
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px)
}

.blog-switch-layout.blog-list article .entry-content .entry-summary {
  clear: inherit
}

.blog-switch-layout.blog-grid article.blog-grid-2:nth-child(2n+1),
.blog-switch-layout.blog-grid article.blog-grid-3:nth-child(3n+1),
.blog-switch-layout.blog-grid article.blog-grid-4:nth-child(4n+1) {
  clear: both
}

.blog-switch-layout.blog-list article.format-standard:not(.has-post-thumbnail) .entry-content {
  float: none;
  width: 100%
}

.blog-switch-layout.blog-list article.format-audio .post-formats-wrapper,
.blog-switch-layout.blog-list article.format-video .post-formats-wrapper {
  position: relative;
  min-height: 270px
}

.blog-switch-layout.blog-list article.format-audio .post-formats-wrapper iframe,
.blog-switch-layout.blog-list article.format-video .post-formats-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.blog-switch-layout.blog-grid article {
  border: 1px solid #eee;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0
}

.blog-switch-layout.blog-grid article.blog-grid-2 {
  float: left;
  width: calc(50% - 30px);
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 30px)
}

.blog-switch-layout.blog-grid article.blog-grid-3 {
  float: left;
  width: calc(33.33% - 30px);
  width: -webkit-calc(33.33% - 30px);
  width: -moz-calc(33.33% - 30px)
}

.blog-switch-layout.blog-grid article.blog-grid-4 {
  float: left;
  width: calc(25% - 30px);
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px)
}

.blog-switch-layout.blog-grid article .entry-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  margin: 11px 0 22px;
  height: 50px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  text-align: center
}

.blog-switch-layout.blog-grid article .post-formats-wrapper {
  margin: 0
}

.blog-switch-layout.blog-grid article .entry-meta,
.blog-switch-layout.blog-grid article .entry-summary,
.blog-switch-layout.blog-grid article .readmore {
  display: none
}

.blog-switch-layout.blog-grid article .entry-content {
  padding: 0 20px;
  margin: 0;
  border: 0
}

.blog-switch-layout.blog-grid article .content-inner {
  padding: 0
}

.blog-switch-layout.blog-grid article .entry-header {
  margin-bottom: 0
}

.blog-switch-layout.blog-grid article .author {
  text-align: center
}

.blog-switch-layout.blog-grid article .author img {
  margin-top: -28px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  z-index: 3
}

.blog-switch-layout.blog-grid article .author .author_name {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 7px;
  display: block
}

.blog-switch-layout.blog-grid article .author .author_name a {
  color: #7a7a7a
}

.blog-switch-layout.blog-grid article .entry-grid-meta {
  overflow: hidden;
  position: relative;
  padding: 14px 0 10px;
  line-height: 30px;
  display: block;
  margin: 0
}

.blog-switch-layout.blog-grid article .entry-grid-meta:before {
  content: '';
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
  z-index: 10
}

.blog-switch-layout.blog-grid article .entry-grid-meta:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  height: 1px;
  width: 100%;
  background: #e5e5e5
}

.blog-switch-layout.blog-grid article .entry-grid-meta>div {
  font-size: 14px;
  color: #ccc;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
  display: inline-block
}

.blog-switch-layout.blog-grid article .entry-grid-meta>div.comments {
  float: right
}

.blog-switch-layout.blog-grid article .entry-grid-meta>div i {
  display: inline-block;
  margin-right: 4px;
  line-height: 30px;
  font-size: 13px;
  vertical-align: top
}

.blog-switch-layout.blog-grid article.has-post-thumbnail .entry-content {
  border-top: 0
}

.blog-switch-layout.blog-grid article.format-audio .post-formats-wrapper,
.blog-switch-layout.blog-grid article.format-video .post-formats-wrapper {
  position: relative;
  min-height: 138px;
  width: 100%
}

.blog-switch-layout.blog-grid article.format-audio .post-formats-wrapper iframe,
.blog-switch-layout.blog-grid article.format-video .post-formats-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.blog-switch-layout.blog-grid article.format-gallery .post-formats-wrapper {
  position: relative;
  min-height: 28px
}

.blog-switch-layout.blog-grid article.format-standard:not(.has-post-thumbnail) .author img {
  margin-top: 20px
}

.thim-style-content-new-1 article .entry-header .entry-title {
  font-size: 26px;
  font-weight: 300
}

.thim-style-content-new-1 article .entry-header .date-meta {
  font-weight: 300
}

.thim-style-content-new-1 article .entry-header .date-meta i {
  font-weight: 400
}

.thim-style-content-new-1 article .entry-header .entry-meta li {
  margin-top: 5px
}

.thim-style-content-new-1 article .entry-header .entry-meta li span {
  font-size: 13px;
  font-weight: 300;
  text-transform: none
}

.thim-style-content-new-1 article .entry-header .entry-meta li span a {
  margin-top: 5px;
  font-weight: 300;
  font-size: 16px;
  text-transform: none
}

.thim-style-content-new-1 article .entry-header .entry-meta li span.value {
  font-size: 16px;
  margin-top: 5px
}

.thim-style-content-new-1 article .entry-header .entry-meta li a {
  margin-top: 5px;
  font-weight: 300;
  font-size: 16px;
  text-transform: none
}

.thim-style-content-new-1 article .readmore a {
  background: 0 0;
  border: 1px solid;
  border-radius: 25px;
  padding: 0 30px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 300;
  text-transform: none
}

.thim-style-content-new-1 article .readmore a:hover {
  color: #fff
}

.thim-style-content-new-1 .entry-tag-share .post-tag {
  font-weight: 300
}

.thim-style-content-new-1 .entry-tag-share .post-tag span {
  font-weight: 300;
  font-size: 16px
}

.thim-style-content-new-1 .entry-navigation-post .prev-post {
  text-align: left
}

.thim-style-content-new-1 .entry-navigation-post .next-post {
  text-align: right
}

.thim-style-content-new-1 .entry-navigation-post .next-post .title,
.thim-style-content-new-1 .entry-navigation-post .prev-post .title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px
}

.thim-style-content-new-1 .entry-navigation-post .next-post .date,
.thim-style-content-new-1 .entry-navigation-post .prev-post .date {
  font-size: 13px;
  font-weight: 300;
  font-style: italic
}

.thim-style-content-new-1.single-post .page-content article .post-formats-wrapper {
  text-align: left
}

.thim-style-content-new-1.single-post .page-content article .entry-header .entry-title {
  margin-bottom: 5px
}

.thim-style-content-new-1 .related-archive .single-title,
.thim-style-content-new-1 .share-post .single-title {
  margin-bottom: 40px;
  text-transform: none;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 300
}

.thim-style-content-new-1 .related-archive ul.archived-posts>li h5 {
  line-height: 20px;
  margin-top: 15px;
  font-size: 16px;
  text-transform: none;
  font-weight: 300
}

.thim-style-content-new-1 .related-archive ul.archived-posts .date {
  font-weight: 300;
  font-size: 13px;
  font-style: italic
}

.thim-style-content-new-1 #respond.comment-respond .comment-reply-title {
  font-weight: 300;
  font-size: 22px;
  text-transform: none
}

.thim-style-content-new-1 #respond.comment-respond .comment-form .form-submit input#submit {
  font-size: 16px;
  font-weight: 300;
  border-radius: 25px;
  padding: 0 30px;
  line-height: 40px;
  text-transform: none
}

@media (max-width:1200px) {
  .blog-switch-layout.blog-list .entry-category {
    display: none
  }
}

@media (max-width:768px) {
  .blog-switch-layout.blog-grid article[class*=blog-grid-] {
    width: calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px)
  }

  .blog-switch-layout.blog-grid article[class*=blog-grid-] .post-image img {
    width: 100%
  }

  .blog-switch-layout.blog-grid article[class*=blog-grid-]:nth-child(3n+1),
  .blog-switch-layout.blog-grid article[class*=blog-grid-]:nth-child(4n+1) {
    clear: inherit
  }

  .blog-switch-layout.blog-grid article[class*=blog-grid-]:nth-child(2n+1) {
    clear: both
  }

  .blog-switch-layout.blog-list article .content-inner .post-formats-wrapper {
    margin: 0 0 30px
  }

  .blog-switch-layout.blog-list article .entry-content {
    width: 100%;
    clear: both
  }
}

@media (max-width:480px) {
  .blog-switch-layout.blog-grid article[class*=blog-grid-] {
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px)
  }
}

.related-archive {
  padding: 75px 0 0
}

.related-archive .flexslider {
  overflow: hidden
}

.related-archive .archived-posts {
  margin-left: -15px;
  margin-right: -15px
}

.related-archive .archived-posts .owl-carousel .owl-item .post {
  padding-right: 15px;
  padding-left: 15px
}

.related-archive .archived-posts .owl-carousel .owl-item .post h5 {
  margin-bottom: 0
}

.related-archive ul.archived-posts {
  margin: 0 -10px
}

.related-archive ul.archived-posts li {
  list-style: none
}

.related-archive ul.archived-posts>li {
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  width: 33.333%
}

.related-archive ul.archived-posts>li.format-video .post-formats-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0
}

.related-archive ul.archived-posts>li.format-video .post-formats-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.related-archive ul.archived-posts>li .post-formats-wrapper {
  margin-bottom: 6px !important
}

.related-archive ul.archived-posts>li h5 {
  margin: 0;
  line-height: 34px
}

.related-archive ul.archived-posts>li h5 a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.related-archive ul.archived-posts .date {
  color: #ccc;
  font-size: 12px;
  font-weight: 700
}

.related-archive ul.archived-posts:after {
  clear: both;
  content: "";
  display: table
}

.related-archive .single-title,
.share-post .single-title {
  font-weight: 700;
  padding: 15px 0 22px;
  text-transform: uppercase;
  margin: 0 0 60px;
  font-size: 18px;
  position: relative;
  line-height: 30px
}

.related-archive .single-title:before,
.share-post .single-title:before {
  content: '';
  width: 35px;
  height: 1px;
  background: #000;
  bottom: 0;
  position: absolute;
  left: 0
}

.tm-single-nav {
  position: fixed;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  background: rgba(0, 0, 0, .2);
  padding: 20px 15px;
  z-index: 9
}

.tm-single-nav:hover {
  background: rgba(0, 0, 0, .9)
}

.tm-single-nav:hover .post-entry {
  width: auto
}

.tm-single-nav i {
  font-size: 28px;
  color: #fff;
  position: absolute;
  height: 28px;
  line-height: 28px;
  top: 50%;
  margin-top: -14px
}

.tm-single-nav .post-entry {
  display: block;
  overflow: hidden;
  width: 0;
  height: 100%
}

.tm-single-nav .post-entry .post-entry-inner {
  display: table;
  width: 200px;
  height: 100%
}

.tm-single-nav .post-entry .post-entry-inner .post-entry-content {
  display: table-cell;
  vertical-align: middle
}

.tm-single-nav .post-entry .post-entry-inner h3 {
  color: #fff;
  display: table-cell;
  vertical-align: middle
}

.tm-single-nav .post-entry .post-entry-inner .img {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  height: 60px
}

.tm-single-nav .post-entry .post-entry-inner .img img {
  display: block
}

.tm-single-nav.post-next {
  right: 0;
  text-align: right;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px
}

.tm-single-nav.post-next i {
  right: 10px
}

.tm-single-nav.post-next .post-entry .post-entry-inner {
  margin: 0 20px 0 0
}

.tm-single-nav.post-next .post-entry .post-entry-inner h3 {
  padding-left: 10px;
  text-align: left
}

.tm-single-nav.post-prev {
  left: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0
}

.tm-single-nav.post-prev i {
  left: 10px
}

.tm-single-nav.post-prev .post-entry .post-entry-inner {
  margin: 0 0 0 20px
}

.tm-single-nav.post-prev .post-entry .post-entry-inner h3 {
  padding-right: 10px;
  text-align: left
}

.page .page-content article .post-formats-wrapper,
.single-post .page-content article .post-formats-wrapper {
  margin-bottom: 25px;
  text-align: center
}

.page .page-content article .post-formats-wrapper iframe,
.single-post .page-content article .post-formats-wrapper iframe {
  width: 100%
}

.page .page-content article .page-content-inner .entry-header,
.single-post .page-content article .page-content-inner .entry-header {
  margin-bottom: 25px
}

.page .page-content article .page-content-inner .entry-content .pmpro_content_message a,
.single-post .page-content article .page-content-inner .entry-content .pmpro_content_message a {
  border-radius: 0;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  border: 0;
  display: inline-block;
  margin-top: 5px
}

.page .page-content article.format-quote blockquote,
.single-post .page-content article.format-quote blockquote {
  font-style: italic;
  font-weight: 300;
  padding-left: 50px;
  position: relative;
  border-left: none
}

.page .page-content article.format-quote blockquote:before,
.single-post .page-content article.format-quote blockquote:before {
  content: '\201C';
  font-size: 100px;
  font-weight: 400;
  line-height: .8;
  padding-right: 25px;
  position: absolute;
  left: -15px;
  top: -3px
}

.page .page-content article.format-quote blockquote cite,
.single-post .page-content article.format-quote blockquote cite {
  display: block;
  font-size: 16px
}

.single article .entry-header .entry-title {
  margin-bottom: 13px
}

.flexslider ul {
  margin: 0
}

.entry-tag-share {
  margin: 80px 0 50px
}

.entry-tag-share .post-tag {
  font-weight: 700;
  line-height: 25px
}

.thim-social-share li>div a,
.thim-social-share li>div a i {
  line-height: 28px;
  display: inline-block;
  vertical-align: middle
}

.entry-tag-share .post-tag span {
  color: #666;
  margin-right: 5px;
  font-weight: 400
}

.entry-tag-share .thim-social-share {
  float: right
}

.thim-social-share {
  margin: 30px 0 0;
  float: left;
  overflow: hidden
}

.thim-social-share li {
  margin-right: 15px;
  display: inline-block;
  list-style: none
}

.thim-social-share li:last-child {
  margin-right: 0
}

.thim-social-share li>div a {
  color: #999;
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  cursor: pointer
}

.thim-social-share li>div a:hover {
  color: #fff
}

.thim-social-share li>div.facebook-social a:hover {
  border-color: #3b5998;
  background-color: #3b5998
}

.thim-social-share li>div.googleplus-social a:hover {
  border-color: #dd4b39;
  background-color: #dd4b39
}

.thim-social-share li>div.twitter-social a:hover {
  border-color: #00aced;
  background-color: #00aced
}

.thim-social-share li>div.pinterest-social a:hover {
  border-color: #cb2027;
  background-color: #cb2027
}

.thim-social-share li>div.linkedin-social a:hover {
  border-color: #0077b5;
  background-color: #0077b5
}

.woocommerce .thim-social-share {
  float: none;
  margin-top: 10px
}

.single-tp_event .thim-social-share {
  float: none;
  text-align: center;
  margin-top: 40px;
  display: inline-block
}

.thim-about-author {
  padding: 30px 30px 40px;
  overflow: hidden;
  border: 1px solid #eee
}

#tab-co-instructors .thim-about-author,
#tab-course-instructor .thim-about-author {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px
}

#tab-co-instructors .thim-about-author:last-child,
#tab-course-instructor .thim-about-author:last-child {
  border-bottom: 0;
  margin-bottom: 0
}

.thim-about-author .author-avatar {
  float: left;
  overflow: hidden;
  margin-right: 30px;
  max-width: 100%;
  margin-bottom: 22px
}

.thim-about-author .author-avatar img {
  border-radius: 50%
}

.thim-about-author .author-bio {
  float: right;
  width: calc(100% - 140px);
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px)
}

.thim-about-author .author-bio .name {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  margin: 12px 0 2px;
  text-transform: capitalize
}

.thim-about-author .author-bio .job {
  color: #999;
  font-size: 13px;
  line-height: 20px;
  margin: 0
}

.thim-about-author .author-bio .thim-author-social {
  margin: 15px 0 0
}

.thim-about-author .author-description {
  font-size: 15px;
  margin: 18px 0 24px;
  clear: both
}

.thim-author-social li {
  display: inline-block;
  list-style: none;
  margin-right: 5px
}

.thim-author-social li:last-child {
  margin-right: 0
}

.thim-author-social li a {
  width: 32px;
  height: 32px;
  border: 1px solid #305891;
  border-radius: 50%;
  line-height: 30px;
  display: inline-block;
  color: #305891;
  font-size: 16px;
  text-align: center
}

.thim-author-social li a:hover {
  background: #305891;
  color: #fff
}

.thim-author-social li a.facebook {
  color: #3b5998;
  border-color: #3b5998
}

.thim-author-social li a.facebook:hover {
  background: #3b5998;
  color: #fff
}

.thim-author-social li a.twitter {
  color: #00aced;
  border-color: #00aced
}

.thim-author-social li a.twitter:hover {
  background: #00aced;
  color: #fff
}

.thim-author-social li a.google-plus {
  color: #dd4b39;
  border-color: #dd4b39
}

.thim-author-social li a.google-plus:hover {
  background: #dd4b39;
  color: #fff
}

.thim-author-social li a.youtube {
  color: #b00;
  border-color: #b00
}

.thim-author-social li a.youtube:hover {
  background: #b00;
  color: #fff
}

.thim-author-social li a.linkedin {
  color: #007bb5;
  border-color: #007bb5
}

.thim-author-social li a.linkedin:hover {
  background: #007bb5;
  color: #fff
}

.thim-author-social li a .fa {
  vertical-align: middle
}

.entry-navigation-post {
  border: 1px solid #eee;
  margin-top: 20px;
  overflow: hidden;
  position: relative
}

.entry-navigation-post:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #eee
}

.entry-navigation-post .next-post,
.entry-navigation-post .prev-post {
  width: 50%;
  float: left;
  padding: 10px 30px 25px
}

.entry-navigation-post .next-post .heading,
.entry-navigation-post .prev-post .heading {
  line-height: 26px;
  margin-bottom: 10px
}

.entry-navigation-post .next-post .title,
.entry-navigation-post .prev-post .title {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  line-height: 22px
}

.entry-navigation-post .next-post .date,
.entry-navigation-post .prev-post .date {
  color: #ccc;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px
}

.entry-navigation-post .prev-post {
  text-align: right
}

.search-results .content-archive article .content-inner {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e1e8ed;
  padding: 20px 0
}

.search-results .content-archive article .content-inner .post-formats-wrapper {
  float: left;
  margin-right: 20px
}

.search-results .content-archive article .content-inner .entry-content header h3 {
  margin: 0 0 10px
}

.search-results .content-archive article:first-child .content-inner {
  padding-top: 0
}

.search-results .content-archive article:last-child .content-inner {
  border-bottom: none
}

.search-results .content-archive article:after {
  content: "";
  clear: both;
  display: block
}

.thim-contact-faqs {
  max-width: 585px;
  margin: 72px auto 100px
}

.thim-contact-faqs h4 {
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 34px;
  line-height: 30px
}

.page-404-content {
  text-align: center;
  padding: 80px 90px
}

.page-404-content h2 {
  text-transform: uppercase;
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  margin-top: 40px
}

.thim-apply-as-intructor {
  max-width: 770px;
  clear: both;
  margin: auto;
  text-align: center
}

body .become-teacher-form {
  margin-bottom: 100px;
  text-align: center;
  border: 1px solid #eee
}

body .become-teacher-form .teacher-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  line-height: 40px;
  padding: 16px 0;
  margin: 0
}

body .become-teacher-form .message.message-info {
  margin-bottom: 0
}

body .become-teacher-form.block-fields ul li input {
  pointer-events: none
}

body .become-teacher-form ul {
  margin: 0
}

body .become-teacher-form ul li {
  list-style: none
}

body .become-teacher-form ul li label {
  display: none
}

body .become-teacher-form ul li input {
  width: 330px;
  max-width: 100%;
  margin: auto auto 10px;
  box-shadow: none;
  border: 1px solid #eee;
  line-height: 30px;
  height: 40px;
  padding: 5px 10px;
  text-align: center;
  color: #999
}

body .become-teacher-form button[type=submit] {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  border: 0;
  line-height: 30px;
  height: 40px;
  padding: 5px 25px;
  box-shadow: none
}

body .become-teacher-form form {
  padding: 60px 20px 80px
}

body .become-teacher-form:not(.allow) form {
  padding: 45px 20px 56px
}

body .become-teacher-form:not(.allow) button[type=submit],
body .become-teacher-form:not(.allow) button[type=submit]:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  -ms-opacity: .7;
  -o-opacity: .7;
  opacity: .7;
  background: #ccc !important;
  color: #666 !important
}

body .become-teacher-form:not(.allow) [disabled=disabled] {
  cursor: not-allowed
}

.thim-about-us-quote {
  text-align: center;
  max-width: 715px;
  margin: 72px auto auto
}

.thim-about-us-quote p {
  color: #999;
  font-size: 30px;
  font-weight: 400;
  line-height: 48px
}

.thim-about-us-quote .agency {
  line-height: 25px
}

.thim-about-us-quote hr {
  width: 110px;
  margin: 52px auto 38px;
  height: 1px
}

.rev_slider_wrapper .tp-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #82888d
}

.rev_slider_wrapper .tp-bullet.selected {
  border-color: #ffb606;
  background: #ffb606
}

.home-content .widget-title,
.site-main .widget-title {
  text-transform: uppercase;
  line-height: 30px;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 7px
}

.widget-area .widget_categories .screen-reader-text {
  display: block
}

.thim-style-content-new-1 .widget-area aside.widget:after,
.thim-style-content-new-1 .widget-area aside.widget:before,
.widget-area aside.widget_single-images:after,
.widget-area aside.widget_single-images:before {
  display: none
}

.widget-area select {
  max-width: 100%;
  height: 30px;
  border: 1px solid #eee;
  line-height: 30px
}

.widget-area aside {
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 50px;
  position: relative
}

.widget-area aside:after,
.widget-area aside:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0
}

.widget-area aside ul li {
  list-style: none
}

.widget-area aside:after {
  bottom: 0;
  width: 1px;
  background: #e5e5e5
}

.widget-area aside:before {
  width: 3px;
  height: 36px;
  z-index: 3
}

.widget-area aside .widget-title {
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700
}

.widget-area aside.widget_single-images {
  padding: 0
}

.widget-area aside.widget .widget-title {
  margin-bottom: 8px
}

.widget-area aside.widget ul {
  margin: 0
}

.widget-area aside.widget ul li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  line-height: 20px;
  font-weight: 400;
  font-size: 13px
}

.widget-area aside.widget ul li a {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase
}

.widget-area aside.widget ul li ul {
  padding-left: 20px
}

.widget-area aside.widget ul li ul li:first-child {
  padding-top: 10px
}

.widget-area aside.widget ul li ul li:last-child {
  padding-bottom: 0
}

.widget-area aside.widget.widget_courses .widget-title,
.widget-area aside.widget.widget_list-post .widget-title {
  margin-bottom: 20px
}

.thim-style-content-new-1 .navigation .menu-right .widget_courses-searching .search-toggle .fa-search {
  padding-top: 13px
}

.thim-style-content-new-1 .navigation .menu-right .widget_courses-searching .search-toggle .fa-search:before {
  content: "\e922";
  font-family: Linearicons
}

.thim-style-content-new-1 .widget-area aside.widget {
  padding: 0
}

.thim-style-content-new-1 .widget-area aside.widget .widget-title {
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
  line-height: 22px;
  margin-bottom: 32px
}

.thim-style-content-new-1 .widget-area aside.widget ul li a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: grey;
  padding: 2px 0;
  display: block;
  line-height: 24px
}

.thim-style-content-new-1 .widget-area aside.widget ul li:first-child,
.thim-style-content-new-1 .widget-area aside.widget ul li:first-child a {
  padding-top: 0
}

.widget_rss .rsswidget {
  font-weight: 700
}

.widget_rss .rss-date {
  display: block;
  font-style: italic;
  font-size: 90%
}

.widget_rss cite {
  color: #000;
  font-weight: 700
}

#secondary .thim-widget-courses {
  padding-top: 0;
  padding-bottom: 0
}

.thim-global-locations {
  margin-top: -230px;
  margin-bottom: 50px;
  position: relative
}

.site-main .widget_text .widget-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  padding-left: 32px;
  position: relative;
  margin-bottom: 12px
}

.site-main .widget_text .widget-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px
}

.thim-col-2 {
  width: 50%;
  float: left
}

.nav-tabs>li:focus {
  outline: 0
}

.thim-carousel-wrapper.gallery-img .owl-item {
  text-align: center
}

.mc4wp-form .mc4wp-form-fields .form_developer_course input[type=email],
.mc4wp-form .mc4wp-form-fields .form_developer_course input[type=text] {
  font-size: 18px;
  color: #333;
  padding: 0;
  font-weight: 400;
  border: none;
  position: relative;
  z-index: 1;
  background-color: #FFF
}

.mc4wp-form .mc4wp-form-fields .form_developer_course input[type=email]::-moz-placeholder,
.mc4wp-form .mc4wp-form-fields .form_developer_course input[type=text]::-moz-placeholder {
  color: #ccc;
  font-weight: 200;
  opacity: 1
}

.mc4wp-form .mc4wp-form-fields .form_developer_course input[type=email]:-ms-input-placeholder,
.mc4wp-form .mc4wp-form-fields .form_developer_course input[type=text]:-ms-input-placeholder {
  color: #ccc;
  font-weight: 200
}

.mc4wp-form .mc4wp-form-fields .form_developer_course input[type=email]::-webkit-input-placeholder,
.mc4wp-form .mc4wp-form-fields .form_developer_course input[type=text]::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 200
}

.mc4wp-form .mc4wp-form-fields .newsletter-grad label {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  margin-right: 30px;
  color: #fff;
  text-transform: uppercase
}

.mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=email],
.mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=text] {
  display: inline-block;
  width: 450px;
  vertical-align: middle;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  font-size: 16px;
  border-color: rgba(255, 255, 255, .5)
}

.mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=email]::-moz-placeholder,
.mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=text]::-moz-placeholder {
  font-style: italic
}

.mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=email]:-ms-input-placeholder,
.mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=text]:-ms-input-placeholder {
  font-style: italic
}

.mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=email]::-webkit-input-placeholder,
.mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=text]::-webkit-input-placeholder {
  font-style: italic
}

.mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=email]:focus,
.mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=text]:focus {
  border-color: #fff
}

.mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=submit] {
  display: inline-block;
  color: #202020;
  font-weight: 400;
  vertical-align: middle;
  font-size: 16px;
  padding: 14px 25px;
  text-transform: uppercase;
  background-color: #fff
}

.mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=submit]:hover {
  color: #fff !important;
  background-color: #383866
}

.form_developer_course {
  background-color: #FFF;
  max-width: 434px
}

.form_developer_course .head_form {
  padding: 40px 30px 115px;
  background-image: url(../../../themes/eduma/images/bg_song2.png);
  background-repeat: no-repeat;
  background-position: bottom center
}

.form_developer_course .head_form h2 {
  margin: 0;
  color: #FFF;
  line-height: 45px;
  font-size: 38px;
  font-weight: 500
}

.form_developer_course .head_form h4 {
  margin: 0;
  color: #FFF;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase
}

.form_developer_course .content {
  padding: 0 30px 55px
}

.form_developer_course .content .field_item {
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  padding-top: 25px
}

.form_developer_course .content .submit_row {
  margin-top: 50px
}

.form_developer_course .content .submit_row button[type=submit] {
  width: 100%;
  border-radius: 25px;
  padding: 0;
  text-transform: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300
}

.form_developer_course .content .submit_row button[type=submit] i {
  display: inline-block;
  vertical-align: middle
}

.form_developer_course .content label {
  position: absolute;
  width: 100%;
  line-height: 40px;
  color: #ccc;
  font-size: 0;
  font-weight: 300;
  -webkit-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.form_developer_course .content .yikes-easy-mc-form>label {
  position: relative;
  padding-top: 20px
}

.form_developer_course .content .yikes-easy-mc-form>label>input[type=email],
.form_developer_course .content .yikes-easy-mc-form>label>input[type=text] {
  font-size: 18px;
  color: #333;
  padding: 0;
  font-weight: 400;
  border: none;
  position: relative;
  z-index: 1;
  background-color: #FFF
}

.img_position .vc_column-inner .thim-widget-single-images img,
.img_position .widget_single-images img {
  position: absolute
}

.img_position .vc_column-inner .thim-widget-single-images:nth-child(1) img,
.img_position .widget_single-images:nth-child(1) img {
  top: 50px;
  z-index: 2
}

.form_developer_course .content .yikes-easy-mc-form>label>input[type=email]::-moz-placeholder,
.form_developer_course .content .yikes-easy-mc-form>label>input[type=text]::-moz-placeholder {
  color: #ccc;
  font-weight: 200;
  opacity: 1
}

.form_developer_course .content .yikes-easy-mc-form>label>input[type=email]:-ms-input-placeholder,
.form_developer_course .content .yikes-easy-mc-form>label>input[type=text]:-ms-input-placeholder {
  color: #ccc;
  font-weight: 200
}

.form_developer_course .content .yikes-easy-mc-form>label>input[type=email]::-webkit-input-placeholder,
.form_developer_course .content .yikes-easy-mc-form>label>input[type=text]::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 200
}

.form_developer_course .content .yikes-easy-mc-form>label>span {
  position: absolute;
  width: 100%;
  line-height: 40px;
  color: #ccc;
  font-size: 0;
  font-weight: 300;
  -webkit-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.form_developer_course .content .yikes-easy-mc-form>button[type=submit] {
  width: 100%;
  border-radius: 25px;
  padding: 0;
  text-transform: none;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 300
}

.form_developer_course .content .yikes-easy-mc-form>button[type=submit]>span:after {
  content: "\e944";
  font-family: linearicons;
  vertical-align: middle;
  margin-left: 5px
}

.form_developer_course .content .yikes-easy-mc-form>button[type=submit]:hover {
  color: #fff
}

.box_counteradius {
  padding-top: 150px
}

.box_counteradius h2 {
  line-height: 80px;
  color: #FFF;
  margin: 10px 0 0;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 700
}

.box_counteradius h4 {
  color: #FFF;
  margin: 0;
  font-size: 28px;
  font-weight: 300
}

.box_counteradius_2 h2 {
  line-height: 36px;
  margin: 10px 0 0;
  font-size: 36px;
  font-weight: 500
}

.box_counteradius_2 h4 {
  margin: 0;
  font-size: 16px;
  color: #999;
  font-weight: 300;
  text-transform: uppercase
}

.img_position .vc_column-inner .thim-widget-single-images:nth-child(2) img {
  bottom: -60px;
  right: 0
}

.thim_bg_gradient:before,
.thim_footer_bottom_courses:before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a42d8', endColorstr='#507ff7', GradientType=1);
  top: 0;
  left: 0;
  height: 100%
}

.img_position .widget_single-images:nth-child(2) img {
  bottom: -60px;
  right: calc(50% - 20px)
}

.thim-style-content-new-1 .thim_footer_bottom_courses a.widget-button.small.very-rounded:after {
  display: none
}

.thim_footer_bottom_courses {
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  position: relative
}

.thim_footer_bottom_courses:before {
  background: #7a42d8;
  background: -moz-linear-gradient(left, #7a42d8 0, #507ff7 100%);
  background: -webkit-linear-gradient(left, #7a42d8 0, #507ff7 100%);
  background: linear-gradient(to right, #7a42d8 0, #507ff7 100%);
  position: absolute;
  width: 100%;
  display: block !important;
  opacity: .8
}

.thim_bg_gradient,
.thim_footer_bottom_courses>.panel-grid-cell {
  position: relative
}

.thim_footer_bottom_courses .textwidget h4,
.thim_footer_bottom_courses .wpb_text_column h4 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 35px
}

.thim_footer_bottom_courses .textwidget h2,
.thim_footer_bottom_courses .wpb_text_column h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: #fff
}

.thim_footer_bottom_courses a.widget-button.small {
  line-height: 50px;
  padding: 0 60px
}

.thim_footer_bottom_courses a.widget-button.small.very-rounded {
  border-radius: 25px
}

.thim_footer_bottom_courses.vc_row>.vc_col-sm-6:last-child {
  width: 60%
}

.thim_footer_bottom_courses.vc_row>.vc_col-sm-6:first-child {
  width: 40%
}

.thim_bg_gradient {
  background-repeat: no-repeat !important
}

.thim_bg_gradient:before {
  background: #7a42d8;
  background: -moz-linear-gradient(left, #7a42d8 0, #507ff7 100%);
  background: -webkit-linear-gradient(left, #7a42d8 0, #507ff7 100%);
  background: linear-gradient(to right, #7a42d8 0, #507ff7 100%);
  position: absolute;
  width: 100%;
  display: block;
  z-index: -1
}

.app_section .textwidget p,
.app_section .wpb_text_column p {
  color: #ccc;
  font-weight: 300;
  font-size: 16px
}

.app_section .textwidget img,
.app_section .wpb_text_column img {
  margin-top: 15px
}

.footer_newsletter .sc_heading {
  margin-bottom: 0
}

.footer_newsletter .sc_heading .title {
  text-transform: none;
  margin-bottom: 18px
}

.footer_newsletter .sc_heading .sub-heading {
  font-size: 20px;
  font-weight: 200
}

.footer_newsletter .form_developer_course {
  background-color: transparent;
  text-align: center;
  max-width: inherit
}

.footer_newsletter .form_developer_course .head_form {
  display: none
}

.footer_newsletter .form_developer_course .content {
  padding: 0
}

.footer_newsletter .form_developer_course .content .yikes-easy-mc-form,
.thim-carousel-course-categories-tabs .content_items .item_content .content {
  padding-top: 30px
}

.footer_newsletter .form_developer_course .content .field_item {
  display: inline-block;
  text-align: left
}

.footer_newsletter .form_developer_course .content .field_item.field_name {
  display: none
}

.footer_newsletter .form_developer_course .content .submit_row {
  display: inline-block;
  margin-left: 15px;
  margin-top: 35px;
  width: 160px
}

.footer_newsletter .form_developer_course .content .submit_row button[type=submit] {
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
  border: 1px solid;
  color: #FFF;
  font-weight: 200
}

.footer_newsletter .form_developer_course .content .submit_row button[type=submit]:hover {
  background-color: #fff;
  color: #333;
  border-color: #fff
}

.footer_newsletter .form_developer_course .content input[type=email],
.footer_newsletter .form_developer_course .content input[type=text] {
  background-color: transparent;
  width: 375px;
  max-width: 100%;
  color: #FFF;
  font-weight: 300
}

.footer_newsletter .form_developer_course .content .yikes-easy-mc-form>label {
  position: relative;
  padding-top: 0;
  display: inline-block;
  width: auto
}

.footer_newsletter .form_developer_course .content .yikes-easy-mc-form>label>input[type=email],
.footer_newsletter .form_developer_course .content .yikes-easy-mc-form>label>input[type=text] {
  background-color: transparent;
  width: 375px;
  max-width: 100%;
  color: #FFF;
  font-weight: 300;
  border-bottom: 1px solid #ccc
}

.footer_newsletter .form_developer_course .content .yikes-easy-mc-form>label>input[type=email]::-moz-placeholder,
.footer_newsletter .form_developer_course .content .yikes-easy-mc-form>label>input[type=text]::-moz-placeholder {
  color: #ccc;
  font-weight: 200;
  opacity: 1
}

.footer_newsletter .form_developer_course .content .yikes-easy-mc-form>label>input[type=email]:-ms-input-placeholder,
.footer_newsletter .form_developer_course .content .yikes-easy-mc-form>label>input[type=text]:-ms-input-placeholder {
  color: #ccc;
  font-weight: 200
}

.footer_newsletter .form_developer_course .content .yikes-easy-mc-form>label>input[type=email]::-webkit-input-placeholder,
.footer_newsletter .form_developer_course .content .yikes-easy-mc-form>label>input[type=text]::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 200
}

.footer_newsletter .form_developer_course .content .yikes-easy-mc-form>label>span {
  position: absolute;
  width: 100%;
  line-height: 40px;
  color: #ccc;
  font-size: 0;
  font-weight: 300;
  left: 0;
  text-align: left;
  -webkit-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.thim-carousel-course-categories-tabs .content_items .item_content,
.thim-image-box>a:before {
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s
}

.footer_newsletter .form_developer_course .content .yikes-easy-mc-form>button[type=submit] {
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
  border: 1px solid;
  color: #FFF;
  font-weight: 200;
  display: inline-block;
  width: auto;
  margin-top: 0
}

.footer_newsletter .form_developer_course .content .yikes-easy-mc-form>button[type=submit]:hover {
  background-color: #fff;
  color: #333;
  border-color: #fff
}

.footer_newsletter .form_developer_course .content .yikes-easy-mc-form>button[type=submit]>span:after {
  content: "\e944";
  font-family: linearicons;
  vertical-align: middle;
  margin-left: 5px
}

.custom-text-1 ul li:before,
.menu_faqs .menu li:before {
  content: "•";
  vertical-align: middle
}

.have_scroll_bottom {
  position: relative
}

.have_scroll_bottom .scroll_slider_tab {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right
}

.have_scroll_bottom .scroll_slider_tab .to_bottom {
  width: 60px;
  text-align: center;
  position: absolute;
  top: -105px;
  margin-left: -50px;
  padding: 12px 0;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, .2)
}

.have_scroll_bottom .scroll_slider_tab .to_bottom i {
  font-family: Linearicons;
  display: block;
  font-style: inherit;
  color: #fff;
  line-height: 7px;
  font-size: 12px
}

.have_scroll_bottom .scroll_slider_tab .to_bottom i.icon2 {
  opacity: .5
}

.have_scroll_bottom .rev_slider .tp-tabs.hebe .tp-tab-mask .tp-tabs-inner-wrapper {
  padding-right: 70px
}

.masonry_layout .thim-widget-gallery-posts .item_post {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px
}

.custom-text-1 {
  margin-top: -12px;
  padding-right: 20px;
  margin-bottom: -10px
}

.custom-text-1 p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 30px
}

.custom-text-1 ul {
  margin-left: 0;
  margin-top: 10px;
  display: inline-block
}

.custom-text-1 ul li {
  font-weight: 400;
  margin-bottom: 10px;
  color: #292929;
  list-style: none;
  font-size: 18px
}

.custom-text-1 ul li:before {
  color: #2ec4b6;
  margin-right: 15px;
  font-size: 26px;
  display: inline-block
}

.custom-text-2 {
  text-align: center;
  padding: 0 100px;
  margin-top: -45px
}

.custom-text-2 p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 30px;
  color: #aeaeae
}

.custom-text-2 img {
  margin-top: 15px
}

.menu_faqs .menu {
  margin: 0
}

.menu_faqs .menu li {
  list-style: none;
  padding-bottom: 15px
}

.menu_faqs .menu li a {
  color: #9f9f9f;
  font-size: 18px;
  font-weight: 400
}

.menu_faqs .menu li:before {
  color: #2ec4b6;
  margin-right: 15px;
  font-size: 26px;
  display: inline-block
}

.box_heading_custom:after,
.thim-image-box>a:before,
.working_hours li:after {
  content: ""
}

.working_hours {
  margin: 0
}

.working_hours li {
  list-style: none;
  color: #9f9f9f;
  font-size: 18px;
  border-bottom: 1px solid rgba(124, 124, 124, .2);
  font-weight: 400;
  padding-bottom: 25px;
  padding-top: 25px
}

.working_hours li span {
  float: right;
  color: #fff
}

.working_hours li:after {
  display: table;
  clear: both
}

.working_hours li:first-child {
  padding-top: 0
}

.working_hours li:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.box_heading_custom .column_heading {
  float: left;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid rgba(124, 124, 124, .2)
}

.box_heading_custom .column_heading:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  font-weight: 300
}

.box_heading_custom .column_1 {
  text-transform: uppercase;
  font-size: 16px;
  color: #7c7c7c
}

.box_heading_custom .column_1 p {
  margin-bottom: 0
}

.box_heading_custom .column_1 .heading {
  font-weight: 600;
  font-size: 35px;
  text-transform: none;
  color: #202020;
  line-height: 50px
}

.box_heading_custom .column_2 {
  font-size: 22px;
  font-weight: 300;
  color: #202020;
  text-align: center;
  text-transform: uppercase
}

.box_heading_custom .column_2 .day {
  font-size: 60px;
  font-weight: 600;
  display: block;
  line-height: 50px
}

.box_heading_custom .column_3 {
  width: calc(100% - 505px);
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.box_heading_custom:after {
  clear: both;
  display: table
}

.this-bottom-grad {
  text-align: center
}

.this-bottom-grad .thim-widget-social,
.this-bottom-grad .widget_social,
.this-bottom-grad .widget_text,
.this-bottom-grad .wpb_text_column {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important
}

.thim-image-box {
  position: relative;
  display: inline-block
}

.thim-image-box>a {
  display: block
}

.thim-image-box>a:before {
  position: absolute;
  background-color: rgba(17, 17, 17, .55);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -khtml-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.thim-image-box .title {
  position: absolute;
  display: inline-block;
  z-index: 2;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%)
}

.thim-image-box .title h3 {
  display: inline-block;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px
}

.thim-image-box .title h3 a {
  color: #fff;
  text-transform: uppercase
}

.thim-image-box:hover>a:before {
  background-color: rgba(53, 56, 102, .8)
}

.header_v5 #thim-popup-login .mo-openid-app-icons>p,
.header_v5 #thim-popup-login.has-shortcode .thim-login .title {
  font-size: 22px;
  font-weight: 600
}

.thim-widget-accordion .widget-title {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 46px;
  text-transform: none
}

.thim-widget-accordion .widget-title:after {
  content: '';
  width: 35px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background: #333;
  position: absolute;
  bottom: 0
}

.thim-widget-accordion .panel-title {
  border: 1px solid #e5e5e5;
  line-height: 30px;
  margin: 0;
  padding-left: 25px
}

.thim-widget-accordion .panel-title a {
  line-height: 30px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0 10px 0 15px;
  position: relative;
  color: #666
}

.thim-widget-accordion .panel-title a:before {
  width: 5px;
  height: 5px;
  content: '';
  background: #666;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
  margin: auto
}

.thim-widget-accordion .panel-title a:after {
  content: '\f0d7';
  color: #ffb606;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 30px;
  height: 30px;
  float: right;
  top: 0;
  position: absolute;
  right: 10px
}

.thim-widget-accordion .panel-title a.collapsed:after {
  content: '\f0da';
  color: #333
}

.thim-widget-accordion .panel-collapse {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 0
}

.thim-widget-accordion .panel-collapse .panel-body {
  padding: 13px 25px 23px
}

.thim-widget-accordion .panel-collapse p {
  margin-bottom: 5px
}

.thim-widget-accordion .panel-default {
  margin-bottom: 6px
}

.collapse-heading {
  margin: 0;
  position: relative;
  text-align: center
}

.collapse-heading a {
  padding: 13px;
  display: block;
  text-decoration: none
}

.counter-box.number-left .view-more:hover,
.thim-list-event.layout-2 .view-all:hover,
.thim-university-top-icon .thim-widget-icon-box .heading__primary a:hover,
.thim-widget-icon-box .wrapper-box-icon.contact_info a:hover,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .smicon-read:hover,
.wrapper-box-icon.overlay .smicon-read:hover {
  text-decoration: underline
}

.collapse-heading a.collapsed:after {
  content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  right: 15px;
  margin-top: 2px
}

.collapse-heading h4 {
  margin: 0;
  font-weight: 700
}

.collapse-body {
  padding: 1.5em 2em;
  font-style: italic
}

.thim-widget-collapse .accordion-section {
  margin-bottom: 10px
}

.counter-group:after,
.counter-group:before {
  content: " ";
  display: table
}

.thim-widget-countdown-box .text-center .counter-group {
  text-align: center
}

.counter-group:after {
  clear: both
}

.counter-group .counter-block {
  display: inline-block;
  margin-right: 30px;
  border: 1px solid #fff;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50%
}

.counter-group .counter-block:last-child {
  margin-right: 0
}

.color-black .counter-group .counter-block {
  border-color: #000
}

.counter-group .counter-block .counter {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  height: 50px;
  width: 60px;
  overflow: hidden;
  display: block;
  color: #fff;
  margin: 14px 20px 0
}

.color-black .counter-group .counter-block .counter {
  color: #000
}

.counter-group .counter-block .counter .number {
  padding: 1%;
  width: 46%;
  height: 98%;
  position: absolute;
  background: 0 0;
  font-size: inherit;
  font-family: inherit;
  top: -10000px
}

.counter-group .counter-block .counter .number.tens {
  left: 0
}

.counter-group .counter-block .counter .number.units {
  left: 50%
}

.counter-group .counter-block .counter .number.hundreds {
  display: none
}

.counter-group .counter-block .counter .number.show {
  top: 0;
  z-index: 2
}

.counter-group .counter-block .counter .number.show.hundreds {
  top: -100%
}

.counter-group .counter-block .counter .number.hidden-down {
  top: 100%
}

.counter-group .counter-block .counter .number.hidden-up {
  top: -100%;
  z-index: 100
}

.counter-group .counter-block .counter.with-hundreds {
  margin: 14px 6px 0;
  width: 85px
}

.counter-group .counter-block .counter.with-hundreds .number {
  width: 30.66%
}

.counter-group .counter-block .counter.with-hundreds .number.tens {
  left: 33.33%
}

.counter-group .counter-block .counter.with-hundreds .number.units {
  left: 66.66%
}

.counter-group .counter-block .counter.with-hundreds .number.hundreds {
  display: block;
  left: 0
}

.counter-group .counter-block .counter-caption {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  color: #fff;
  text-align: center
}

.color-black .counter-group .counter-block .counter-caption {
  color: #000
}

.ClassyCountdown-wrapper>div {
  display: inline-block;
  width: calc(25% - 30px);
  margin: 10px;
  position: relative
}

.ClassyCountdown-wrapper>div:before {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  content: "";
  border: 1px solid #fff;
  border-radius: 50%
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
  width: 100%;
  position: absolute;
  line-height: 30px;
  top: 50%;
  text-align: center;
  left: 0;
  display: block
}

.ClassyCountdown-wrapper .ClassyCountdown-value>div {
  font-size: 50px !important;
  font-weight: 300 !important
}

.ClassyCountdown-wrapper .ClassyCountdown-value span {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 20px;
  color: #bbb
}

.thim_countdown_pie.style_white_wide {
  max-width: 600px
}

.thim_countdown_pie.style_black_wide .ClassyCountdown-wrapper>div {
  width: calc(25% - 20px)
}

.thim_countdown_pie.style_black_wide .ClassyCountdown-wrapper>div:before {
  display: none
}

.thim_countdown_pie.style_black_wide .ClassyCountdown-wrapper .ClassyCountdown-value {
  line-height: 13px;
  margin-top: -15px !important
}

.thim_countdown_pie.style_black_wide .ClassyCountdown-wrapper .ClassyCountdown-value>div {
  font-size: 28px !important
}

.thim_countdown_pie.style_black_wide .ClassyCountdown-wrapper .ClassyCountdown-value span {
  font-size: 10px !important;
  color: grey
}

.counter-box {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .3);
  margin: 20px -15px
}

.counter-box.number-left {
  margin: 0;
  border-right: 0;
  overflow: hidden;
  padding: 61px 0
}

.counter-box.number-left .display-percentage {
  width: 135px;
  float: left;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 68px;
  line-height: 68px;
  margin-top: -10px;
  text-align: right
}

.counter-box.number-left .counter-content-container {
  text-align: left;
  float: right;
  padding-left: 20px;
  padding-right: 60px;
  margin-left: 20px;
  width: calc(100% - 155px);
  width: -webkit-calc(100% - 155px);
  width: -moz-calc(100% - 155px);
  border-left: 1px solid #d89a06
}

.counter-box.number-left .counter-box-content {
  font-size: 24px;
  margin-top: -7px;
  padding-bottom: 13px
}

.counter-box.number-left .view-more {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  display: block;
  margin-bottom: -1px
}

.counter-box.number-left .view-more .fa {
  font-size: 11px;
  margin-left: 8px
}

.thim-no-border .counter-box {
  border: 0
}

.counter-box .display-percentage {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: block;
  margin: 0;
  padding-top: 12px
}

.counter-box .icon-counter-box {
  color: #fff;
  font-size: 30px
}

.counter-box .counter-box-content {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  color: #fff;
  padding-bottom: 10px
}

.counter-box.about-us {
  border-right: 1px solid #eee;
  margin: 0 -15px 10px
}

.thim-no-border .counter-box.about-us {
  border: 0
}

.counter-box.about-us .display-percentage {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  margin: 0;
  padding-top: 12px
}

.counter-box.about-us .counter-box-content {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  color: #666;
  padding-bottom: 10px
}

.counter-box.text-gradient {
  text-align: left;
  margin: 20px 0 0
}

.counter-box.text-gradient .counter-box-content {
  font-size: 16px;
  text-transform: uppercase;
  color: grey;
  font-weight: 400
}

.counter-box.text-gradient .wrap-percentage {
  font-size: 50px;
  line-height: 50px
}

.counter-box.text-gradient .wrap-percentage .display-percentage {
  background: -webkit-linear-gradient(#6020d2, #2e67f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 50px;
  font-weight: 700
}

.counter-box.text-gradient .wrap-percentage .text_number {
  display: inline-block;
  background: -webkit-linear-gradient(#6020d2, #2e67f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700
}

.counter-box.text-gradient .wrap-percentage .counter-box-content {
  font-weight: 300
}

.home-grad .counter-box .display-percentage,
.home-grad .counter-box .text_number {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  display: inline-block
}

.home-grad .counter-box {
  border-right: none;
  position: relative;
  margin: 0
}

.home-grad .counter-box:after {
  position: absolute;
  right: 0;
  width: 1px;
  top: 6px;
  height: calc(100% - 12px);
  content: "";
  background-color: rgba(255, 255, 255, .1);
  -ms-transform: rotate(22deg);
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg)
}

.home-grad .counter-box .display-percentage {
  padding: 0
}

.home-grad .counter-box .counter-box-content {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 0;
  color: #aeaeae;
  text-transform: none
}

.home-grad.last .counter-box:after {
  display: none
}

.thim-carousel-course-categories {
  overflow: hidden;
  width: 100%
}

.thim-carousel-course-categories .item {
  position: relative;
  display: inline-block;
  padding: 0 10px
}

.thim-carousel-course-categories .item .image {
  overflow: hidden
}

.thim-carousel-course-categories .item .image img {
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  -khtml-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.thim-carousel-course-categories .item .image a {
  display: block
}

.thim-carousel-course-categories .item .image a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  background: rgba(0, 0, 0, .4);
  z-index: 2
}

.thim-carousel-course-categories .item:hover .image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05)
}

.thim-carousel-course-categories .item .title {
  z-index: 3;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  line-height: 25px;
  text-overflow: ellipsis;
  left: 10px;
  right: 10px;
  padding: 0 10px;
  margin: 0;
  white-space: nowrap;
  color: #fff
}

.thim-carousel-course-categories .item .title a {
  color: #fff;
  display: inline-block;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap
}

.thim-carousel-course-categories .thim-course-slider {
  margin: 0 -10px;
  width: auto;
  white-space: nowrap
}

.thim-carousel-course-categories .thim-course-slider .owl-buttons .owl-next,
.thim-carousel-course-categories .thim-course-slider .owl-buttons .owl-prev {
  font-size: 8px;
  background: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 10px;
  width: 35px;
  text-align: center;
  max-height: 100px;
  border: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-10px, 0);
  -moz-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0)
}

.thim-carousel-course-categories .thim-course-slider .owl-buttons .owl-next .fa,
.thim-carousel-course-categories .thim-course-slider .owl-buttons .owl-prev .fa {
  width: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
  height: 30px;
  line-height: 30px;
  left: 0
}

.thim-carousel-course-categories .thim-course-slider .owl-buttons .owl-next {
  left: auto;
  right: 10px;
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0)
}

.thim-carousel-course-categories .thim-course-slider:hover .owl-buttons .owl-next,
.thim-carousel-course-categories .thim-course-slider:hover .owl-buttons .owl-prev {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.thim-carousel-course-categories .thim-course-slider:hover .owl-buttons .owl-next .fa,
.thim-carousel-course-categories .thim-course-slider:hover .owl-buttons .owl-prev .fa {
  right: 0;
  left: auto
}

.thim-carousel-course-categories-tabs .thim-course-slider {
  margin-bottom: 45px;
  position: relative
}

.thim-carousel-course-categories-tabs .thim-course-slider:after {
  border-bottom: 1px solid #EEE;
  position: absolute;
  content: "";
  bottom: 15px;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: -1
}

.thim-carousel-course-categories-tabs .thim-course-slider .item {
  text-align: center;
  position: relative;
  height: 150px;
  cursor: pointer;
  margin-bottom: 15px;
  z-index: 3;
  border-bottom: 1px solid #EEE
}

.thim-carousel-course-categories-tabs .thim-course-slider .item .icon {
  font-size: 60px
}

.thim-carousel-course-categories-tabs .thim-course-slider .item .title {
  font-size: 16px;
  max-width: 110px;
  margin: 15px auto
}

.thim-carousel-course-categories-tabs .thim-course-slider .item .title a {
  text-transform: uppercase;
  color: #333
}

.thim-carousel-course-categories-tabs .thim-course-slider .item.active:after {
  position: absolute;
  bottom: -11px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  content: "";
  background-color: #fff;
  left: 50%;
  border-right: 1px solid #2575fc;
  border-bottom: 1px solid #2575fc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2
}

.thim-carousel-course-categories-tabs .content_items {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto
}

.thim-carousel-course-categories-tabs .content_items .item_content {
  display: none;
  font-size: 16px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  color: grey;
  -khtml-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.thim-carousel-course-categories-tabs .content_items .item_content .fleft {
  float: left;
  margin-right: 50px
}

.thim-carousel-course-categories-tabs .content_items .item_content .content h4 {
  font-weight: 500
}

.thim-carousel-course-categories-tabs .content_items .item_content.active {
  display: block
}

.thim-carousel-course-categories-tabs .content_items .item_content .view_all_courses {
  display: inline-block;
  border-radius: 25px;
  border: 1px solid;
  padding: 0 30px;
  margin-top: 30px;
  line-height: 40px;
  -webkit-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.thim-list-event.layout-3 .time-from .date,
.thim-list-event.layout-3 .time-from .date:after {
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out
}

.thim-carousel-course-categories-tabs .content_items .item_content .view_all_courses i {
  position: relative;
  top: 2px
}

.thim-carousel-course-categories-tabs .content_items .item_content .view_all_courses:hover {
  color: #FFF
}

.thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  border-color: #ccc;
  border-radius: 50%;
  box-shadow: 6px 4px 18px rgba(0, 0, 0, .08)
}

.thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div i {
  line-height: 40px;
  color: #ccc
}

.thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div i:before {
  font-family: Linearicons;
  font-size: 16px
}

.thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div i.fa-chevron-left:before {
  content: "\e93b"
}

.thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div i.fa-chevron-right:before {
  content: "\e93c"
}

.thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div.owl-prev {
  right: 100%
}

.thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div.owl-next {
  left: 100%
}

.thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div:hover i {
  color: #FFF
}

.widget-area .thim-course-list-sidebar .lpr_course {
  clear: both;
  margin-bottom: 30px;
  overflow: hidden
}

.widget-area .thim-course-list-sidebar .lpr_course:last-child {
  margin-bottom: 0
}

.widget-area .thim-course-list-sidebar .lpr_course:not(.has-post-thumbnail) .thim-course-content {
  width: 100%;
  float: none
}

.widget-area .thim-course-list-sidebar .lpr_course.has-post-thumbnail {
  padding-top: 0 !important
}

.widget-area .thim-course-list-sidebar .course-thumbnail {
  float: left;
  width: 100px;
  margin-right: 20px;
  height: 85px;
  overflow: hidden
}

.widget-area .thim-course-list-sidebar .course-thumbnail img {
  width: 100%;
  margin-top: -8px
}

.widget-area .thim-course-list-sidebar .thim-course-content {
  width: calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  float: right
}

.widget-area .thim-course-list-sidebar .thim-course-content .course-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin: -4px 0 14px;
  text-transform: none
}

.widget-area .thim-course-list-sidebar .course-price {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px
}

.widget-area .thim-course-list-sidebar .course-price label {
  display: none
}

.widget-area .thim-course-list-sidebar .course-price .value {
  color: #f24c0a
}

.widget-area .thim-course-list-sidebar .course-price .value.free-course {
  color: #00d637
}

.thim-style-content-new-1 .widget-area .thim-course-list-sidebar .thim-course-content .course-title {
  font-size: 16px;
  font-weight: 400
}

.thim-style-content-new-1 .widget-area .thim-course-list-sidebar .course-price {
  font-size: 16px;
  font-weight: 500
}

.thim-style-content-new-1 .widget-area .thim-course-list-sidebar .course-price .course-origin-price {
  font-weight: 300;
  font-size: 14px
}

.thim-style-content-new-1 .widget-area .thim-course-list-sidebar .course-price .value {
  color: #2575fc
}

.thim-style-content-new-1 .widget-area .thim-course-list-sidebar .course-price .value.free-course {
  color: #00d637
}

.thim-list-event {
  position: relative;
  margin-bottom: 10px
}

.thim-list-event .view-all {
  border: 1px solid #111;
  color: #333;
  position: absolute;
  top: -96px;
  right: 0;
  line-height: 34px;
  height: 36px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700
}

.thim-list-event .item-event {
  overflow: hidden;
  border-top: 1px solid #eee;
  padding: 50px 0 60px
}

.thim-list-event .item-event .time-from {
  float: left;
  width: 80px;
  margin-right: 100px;
  text-align: center
}

.thim-list-event .item-event .time-from .date {
  font-size: 72px;
  font-weight: 700;
  line-height: 73px;
  margin-top: 0
}

.thim-list-event .item-event .time-from .month {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 25px
}

.thim-list-event .item-event .event-wrapper {
  float: left;
  width: calc(100% - 450px);
  width: -webkit-calc(100% - 450px);
  width: -moz-calc(100% - 450px);
  color: #999;
  padding: 0 117px;
  position: relative
}

.thim-list-event .item-event .event-wrapper:before {
  content: '';
  height: 52px;
  width: 1px;
  background: #eee;
  top: 10px;
  left: 0;
  position: absolute
}

.thim-list-event .item-event .event-wrapper .title {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 3px;
  line-height: 36px
}

.thim-list-event .item-event .event-wrapper .meta {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #999;
  line-height: 25px
}

.thim-list-event .item-event .event-wrapper .meta div {
  display: inline-block;
  line-height: 25px;
  margin-right: 19px
}

.thim-list-event .item-event .event-wrapper .meta div .fa {
  margin-right: 2px;
  font-size: 13px;
  font-weight: 400
}

.thim-list-event .item-event .event-wrapper .meta div:last-child {
  margin-right: 0
}

.thim-list-event .item-event .event-wrapper .description {
  margin-top: 25px
}

.thim-list-event .item-event .image {
  width: 270px;
  float: right;
  margin-top: 10px
}

.thim-list-event .item-event .image img {
  width: 100%
}

.thim-list-event .item-event:first-child {
  border-top: none;
  padding-top: 0
}

.thim-list-event.layout-2 {
  margin-bottom: 0
}

.thim-list-event.layout-2 .time-from {
  width: 48px;
  margin-right: 0;
  border: 1px solid #ffb606;
  text-align: center
}

.thim-list-event.layout-2 .time-from .date {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 6px 0 -8px
}

.thim-list-event.layout-2 .time-from .month {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase
}

.thim-list-event.layout-2 .event-wrapper {
  width: calc(100% - 63px);
  width: -webkit-calc(100% - 63px);
  width: -moz-calc(100% - 63px);
  padding: 0;
  float: right
}

.thim-list-event.layout-2 .event-wrapper .title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px
}

.thim-list-event.layout-2 .event-wrapper:before {
  display: none
}

.thim-list-event.layout-2 .event-wrapper .meta,
.thim-list-event.layout-2 .event-wrapper .meta div {
  line-height: 20px
}

.thim-list-event.layout-2 .item-event {
  padding: 25px 0;
  border: 0;
  border-bottom: 1px solid #eee
}

.thim-list-event.layout-2 .item-event:first-child {
  padding-top: 0
}

.thim-list-event.layout-2 .view-all {
  position: relative;
  border: 0;
  line-height: 25px;
  top: auto;
  right: auto;
  padding: 0;
  display: inline-block;
  height: auto;
  margin-top: 23px;
  text-transform: uppercase
}

.thim-list-event.layout-2.has-year .time-from .month {
  text-transform: none;
  font-weight: 500;
  font-size: 12px
}

.thim-list-event.layout-2.layout-4 .item-event {
  border-color: rgba(124, 124, 124, .2);
  padding-bottom: 40px;
  padding-top: 40px
}

.thim-list-event.layout-2.layout-4 .item-event:first-child {
  padding-top: 0
}

.thim-list-event.layout-2.layout-4 .item-event:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.thim-list-event.layout-2.layout-4 .time-from {
  width: 95px;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #2ec4b6;
  padding: 14px 0
}

.thim-list-event.layout-2.layout-4 .time-from .date {
  font-weight: 400;
  font-size: 35px;
  margin: 0;
  line-height: 46px
}

.thim-list-event.layout-2.layout-4 .time-from .month {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300
}

.thim-list-event.layout-2.layout-4 .event-wrapper {
  width: calc(100% - 125px);
  width: -webkit-calc(100% - 125px);
  width: -moz-calc(100% - 125px)
}

.thim-list-event.layout-2.layout-4 .event-wrapper .title {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px
}

.thim-list-event.layout-2.layout-4 .event-wrapper .title a {
  color: #fff
}

.thim-list-event.layout-2.layout-4 .event-wrapper .meta {
  color: #aeaeae
}

.thim-list-event.layout-2.layout-4 .event-wrapper .meta>div {
  font-size: 16px;
  font-weight: 300;
  text-transform: none
}

.thim-list-event.layout-2.layout-4 .event-wrapper .meta>div i {
  margin-right: 5px
}

.thim-list-event.layout-3 {
  margin: 0 -15px;
  position: static;
  overflow: hidden
}

.thim-list-event.layout-3 .time-from {
  width: auto;
  border: none;
  margin-right: 0;
  text-align: center;
  padding-right: 25px
}

.thim-list-event.layout-3 .time-from .date {
  line-height: 35px;
  height: 65px;
  width: 65px;
  text-align: center;
  padding: 15px 0;
  border: 1px solid rgba(255, 255, 255, .2);
  font-size: 32px;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  position: relative;
  transition: all .3s ease-in-out
}

.thim-list-event.layout-3 .time-from .date:after {
  content: '';
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, .2);
  width: 25px;
  right: -15px;
  position: absolute;
  margin-top: -1px;
  display: block;
  transition: all .3s ease-in-out
}

.thim-list-event.layout-3 .time-from .month,
.wrapper-box-icon:not(.background-video):not(.contact_info):not(.overlay) .smicon-box .icon .fa {
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out
}

.thim-list-event.layout-3 .time-from .month {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  text-transform: uppercase;
  margin-top: 7px;
  color: rgba(255, 255, 255, .5);
  transition: all .3s ease-in-out
}

.thim-list-event.layout-3 .event-wrapper {
  width: calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  padding: 0 30px 0 0;
  float: right
}

.thim-list-event.layout-3 .event-wrapper .title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 8px;
  margin-top: 15px
}

.thim-list-event.layout-3 .event-wrapper .title a,
.thim-list-event.layout-3 .event-wrapper .title a:hover {
  color: #fff
}

.thim-list-event.layout-3 .event-wrapper:before {
  display: none
}

.thim-list-event.layout-3 .event-wrapper .location {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
  line-height: 1.75
}

.thim-list-event.layout-3 .item-event {
  padding: 0 15px;
  border: 0
}

.thim-list-event.layout-3 .item-event:hover .time-from .date {
  border-color: #fff;
  color: #fff
}

.thim-list-event.layout-3 .item-event:hover .time-from .date:after {
  background: #fff
}

.thim-list-event.layout-3 .item-event:hover .month {
  color: #fff
}

.thim-list-event.layout-3 .view-all {
  position: absolute;
  border: 0;
  line-height: 25px;
  top: 50px;
  right: 0;
  padding: 0;
  display: inline-block;
  height: auto;
  margin-top: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400
}

.thim-list-event.layout-3 .view-all:hover {
  color: #d6dce2;
  text-decoration: none
}

.thim-list-event.layout-3 .read-more {
  display: inline-block;
  color: rgba(255, 255, 255, .6);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 11px
}

.event-countdown h2,
.layout_demo_1 .thim-list-event .item-event .event-wrapper .description,
.layout_demo_1.col_1_2 .thim-list-event .item-event .event-wrapper:before,
.layout_demo_1.col_1_2 .thim-list-event .item-event .image {
  display: none
}

.thim-list-event.layout-3 .read-more:hover {
  color: #fff
}

.list-event-layout-3 {
  position: relative;
  padding-top: 42px;
  padding-bottom: 45px
}

.list-event-layout-3 .widget-title {
  margin-bottom: 29px;
  color: #fff;
  padding-left: 30px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600
}

.list-tab-event .thim-list-event {
  margin-bottom: -60px
}

.list-tab-event .nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #eee
}

.list-tab-event .nav-tabs li {
  background: 0 0;
  border-radius: 0;
  margin: 0;
  min-width: 250px;
  text-align: center;
  border: 0;
  position: relative
}

.list-tab-event .nav-tabs li a {
  border-radius: 0;
  margin-right: 3px;
  border: 1px solid #eee !important;
  border-bottom: 0 !important;
  font-size: 13px;
  font-weight: 700;
  background: #f9f9f9;
  line-height: 29px
}

.list-tab-event .nav-tabs li.active,
.list-tab-event .nav-tabs li.active a {
  background: #fff
}

.list-tab-event .nav-tabs li a .fa {
  font-size: 13px;
  vertical-align: middle;
  line-height: 29px;
  margin-right: 8px
}

.list-tab-event .nav-tabs li:last-child a {
  margin-right: 0
}

.list-tab-event .nav-tabs li:last-child.active:after,
.list-tab-event .nav-tabs li:last-child.active:before {
  right: 0
}

.list-tab-event .nav-tabs li.active:after,
.list-tab-event .nav-tabs li.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  z-index: 10
}

.list-tab-event .nav-tabs li.active:before {
  top: 0;
  height: 4px
}

.list-tab-event .nav-tabs li.active:after {
  bottom: -1px;
  height: 1px;
  background: #fff
}

.list-tab-event .tab-content {
  border: 0;
  border-top: 0;
  padding: 60px 0 0
}

.layout_demo_1.col_1_2 .thim-list-event .item-event {
  padding-bottom: 40px
}

.layout_demo_1.col_1_2 .thim-list-event .item-event .time-from {
  width: 125px;
  text-align: center;
  margin-right: 30px
}

.layout_demo_1.col_1_2 .thim-list-event .item-event .time-from .month {
  font-size: 14px
}

.layout_demo_1.col_1_2 .thim-list-event .item-event .event-wrapper {
  width: calc(100% - 160px);
  width: -webkit-calc(100% - 160px);
  width: -moz-calc(100% - 160px);
  padding-left: 0
}

.layout_demo_1.col_1_2 .thim-list-event .item-event .event-wrapper .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px
}

.layout_demo_1 .thim-list-event .item-event {
  padding-bottom: 50px;
  border-top: none;
  padding-top: 0
}

.layout_demo_1 .thim-list-event .item-event .time-from {
  float: left;
  width: 160px;
  margin-right: 72px;
  text-align: left
}

.layout_demo_1 .thim-list-event .item-event .time-from .month {
  font-size: 16px;
  font-weight: 500;
  color: #999
}

.layout_demo_1 .thim-list-event .item-event .time-from .date {
  font-size: 50px;
  line-height: 50px;
  margin-top: 15px;
  font-weight: 300;
  position: relative
}

.layout_demo_1 .thim-list-event .item-event .time-from .date:after {
  position: absolute;
  right: 0;
  height: 75px;
  content: "";
  width: 1px;
  background-color: #EEE
}

.layout_demo_1 .thim-list-event .item-event .image {
  float: left;
  width: 320px;
  margin-top: 0
}

.layout_demo_1 .thim-list-event .item-event .event-wrapper {
  width: calc(100% - 552px);
  width: -webkit-calc(100% - 552px);
  width: -moz-calc(100% - 552px);
  padding-left: 45px;
  padding-right: 0;
  padding-top: 10px
}

.layout_demo_1 .thim-list-event .item-event .event-wrapper .title {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 44px
}

.layout_demo_1 .thim-list-event .item-event .event-wrapper .meta {
  font-size: 16px;
  font-weight: 400;
  text-transform: none
}

.layout_demo_1 .thim-list-event .item-event .event-wrapper .meta .time .fa:before {
  content: "\e8ea"
}

.layout_demo_1 .thim-list-event .item-event .event-wrapper .meta .location .fa:before {
  content: "\e77a"
}

.layout_demo_1 .thim-list-event .item-event .event-wrapper .meta div .fa {
  font-size: 18px
}

.layout_demo_1 .thim-list-event .item-event .event-wrapper .meta div .fa:before {
  font-family: Linearicons;
  font-size: 18px
}

.event-countdown .event-countdown .tp_event_counter {
  background: 0 0;
  border: 0;
  padding: 0;
  text-align: left;
  margin-top: 40px
}

.event-countdown .event-countdown .tp_event_counter .countdown-row {
  overflow: hidden;
  text-align: left;
  display: inline-block;
  margin: auto;
  padding: 0;
  width: auto;
  clear: inherit
}

.event-countdown .event-countdown .tp_event_counter .countdown-row .countdown-section {
  width: 110px;
  height: 110px;
  background: 0 0;
  border-radius: 50%;
  display: inline-block;
  border: 5px solid #FFF;
  margin: 0 15px;
  padding: 0;
  text-align: center
}

.event-countdown .event-countdown .tp_event_counter .countdown-row .countdown-section:first-child {
  margin-left: 0
}

.event-countdown .event-countdown .tp_event_counter .countdown-row .countdown-section:last-child {
  margin-right: 0
}

.event-countdown .event-countdown .tp_event_counter .countdown-row .countdown-section .countdown-amount {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  height: 50px;
  color: #fff;
  margin: 15px 0 0;
  text-align: center;
  display: block;
  width: 100%
}

.event-countdown .event-countdown .tp_event_counter .countdown-row .countdown-section .countdown-period {
  color: #bbb;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%
}

a.widget-button {
  display: inline-block
}

a.widget-button.position-after .fa {
  margin-left: 8px
}

a.widget-button.normal {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 10px 40px
}

a.widget-button.normal.very-rounded {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px
}

a.widget-button.normal.tiny-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

a.widget-button.medium {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 40px
}

a.widget-button.medium.very-rounded {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px
}

a.widget-button.medium.tiny-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

a.widget-button.large {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 44px
}

.thim-widget-button .widget-button,
.thim-widget-button .widget-button.normal {
  line-height: 38px;
  padding: 5px 25px;
  height: 50px
}

a.widget-button.large.very-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

a.widget-button.large.tiny-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

a.widget-button.small.very-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

a.widget-button.small.tiny-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

a.widget-button.no-border {
  border: none !important
}

a.widget-button:hover {
  background: #111;
  color: #fff
}

.thim-widget-button .widget-button {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #111;
  border: 1px solid #111
}

.thim-widget-button .widget-button:hover {
  background: 0 0;
  color: #333
}

.thim-widget-button .widget-button.normal.no-border {
  line-height: 40px
}

.thim-widget-button .widget-button.small {
  height: 40px;
  padding: 0 25px;
  line-height: 36px;
  background: 0 0
}

.thim-widget-button .widget-button.small.no-border {
  line-height: 40px
}

.thim-top-landing .thim-widget-button {
  text-align: center
}

#masthead.header_v4 .navigation .menu-right .thim-widget-button .widget-button.small {
  border-color: rgba(255, 255, 255, .6) !important
}

.thim-widget-gallery-images {
  overflow: hidden
}

.thim-widget-gallery-images .owl-next,
.thim-widget-gallery-images .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
  -khtml-transition: all .5s cubic-bezier(.215, .61, .355, 1);
  -moz-transition: all .5s cubic-bezier(.215, .61, .355, 1);
  -ms-transition: all .5s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .5s cubic-bezier(.215, .61, .355, 1);
  transition: all .5s cubic-bezier(.215, .61, .355, 1)
}

.thim-widget-gallery-images .owl-prev {
  left: -100px;
  right: auto
}

.thim-widget-gallery-images .owl-next {
  right: -100px;
  left: auto
}

.thim-widget-gallery-images:hover .owl-prev {
  left: 10px
}

.thim-widget-gallery-images:hover .owl-next {
  right: 10px
}

.thim-widget-gallery-images .gallery-img.not_have_color .item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  -webkit-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.thim-widget-gallery-images .gallery-img.not_have_color .item:hover img {
  -webkit-filter: inherit;
  filter: inherit;
  opacity: 1
}

.opacity_25 .thim-widget-gallery-images .gallery-img.not_have_color .item img {
  opacity: .25
}

.opacity_25 .thim-widget-gallery-images .gallery-img.not_have_color .item:hover img {
  opacity: 1
}

.have_border_top .thim-widget-gallery-images {
  position: relative;
  overflow: inherit
}

.have_border_top .thim-widget-gallery-images:before {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #EEE;
  content: ""
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  -khtml-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item,
.thim-gallery-images-default .item {
  float: left
}

#google-map {
  height: 450px;
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .06)
}

.contact-map {
  margin: 0
}

#google-map .captionMap img {
  width: 60px;
  margin-bottom: 5px;
  margin-right: 13px;
  float: left;
  margin-top: 0
}

#google-map img {
  max-width: none
}

#google-map .captionMap {
  background: #000;
  background: rgba(0, 0, 0, .8);
  background: -webkit-linear-gradient(rgba(0, 0, 0, .6), #000);
  background: -moz-linear-gradient(rgba(0, 0, 0, .6), #000);
  background: -o-linear-gradient(rgba(0, 0, 0, .6), #000);
  background: -ms-linear-gradient(rgba(0, 0, 0, .6), #000);
  background: linear-gradient(rgba(0, 0, 0, .6), #000);
  border-radius: 4px;
  z-index: 1;
  top: 5px;
  color: #fff;
  padding: 12px;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  text-shadow: #000 0 1px 1px;
  width: 254px
}

#google-map .captionMap span {
  font-weight: 700;
  display: block;
  padding-top: 5px
}

.sc_heading {
  position: relative;
  margin: 0 0 30px;
  padding-top: 42px;
  padding-bottom: 19px
}

.sc_heading .title {
  text-transform: uppercase;
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 2px
}

.sc_heading .sub-heading {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
  color: #999
}

.sc_heading .line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #333;
  width: 35px
}

.sc_heading.text-left .line {
  left: 0;
  right: auto
}

.sc_heading.text-center .line {
  right: 0;
  margin: auto
}

.sc_heading.text-right {
  right: 0;
  left: auto
}

.sc_heading.clone_title .title {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  display: inline-block
}

.sc_heading.clone_title .clone {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  width: 100%;
  opacity: .05;
  position: absolute;
  bottom: 22px;
  color: #333;
  text-transform: capitalize;
  left: 10px
}

.icon-box-title,
.thim-widget-icon-box {
  position: relative
}

.sc_heading.clone_title.text-center .clone {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0)
}

.wrapper-title-icon:after {
  clear: both;
  content: "";
  display: table
}

.iconbox-left .boxes-icon {
  float: left;
  margin-right: 15px
}

.iconbox-left .boxes-icon .icon-images {
  text-align: left
}

.iconbox-left .content-inner {
  float: left
}

.smicon-read {
  margin-top: 15px;
  padding: 5px 30px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  font-weight: 700;
  color: #2C3339
}

.smicon-read i {
  font-size: 12px;
  margin-left: 5px
}

.iconbox-right .boxes-icon {
  float: right;
  margin-left: 15px
}

.iconbox-right .content-inner {
  float: left
}

.inner-icon {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  table-layout: fixed
}

.inner-icon .icon,
.wapper_portfolio.standard.effects_zoom_02 .mask-content {
  display: table-cell;
  vertical-align: middle
}

.inner-icon .icon {
  -webkit-transition: background .2s, color .2s;
  -moz-transition: background .2s, color .2s;
  transition: background .2s, color .2s
}

.iconbox-hover .thim-widget-icon-box,
.iconbox-hover:hover .thim-widget-icon-box {
  transition: background-color .5s ease
}

.circle {
  border-radius: 50%
}

.text-center .boxes-icon {
  margin: 0 auto
}

.icon-top .icon-box-title {
  margin-top: 20px
}

.icon-top .boxes-icon {
  overflow: hidden;
  display: inline-block
}

.icon-box-title {
  margin-top: 0;
  margin-bottom: 10px
}

.boxes-icon {
  color: #333;
  border-width: 2px;
  border-style: solid;
  border-color: transparent
}

.iconbox-hover:hover .thim-widget-icon-box .boxes-icon i,
.iconbox-hover:hover .thim-widget-icon-box .desc-icon-box p,
.iconbox-hover:hover .thim-widget-icon-box .icon-box-title {
  color: #fff !important
}

.iconbox-hover .thim-widget-icon-box {
  background-color: #fff !important;
  padding-top: 60px;
  padding-bottom: 100px
}

.iconbox-hover .thim-widget-icon-box .content-inner {
  padding-left: 60px;
  padding-right: 60px
}

.iconbox-hover:hover .thim-widget-icon-box .boxes-icon {
  border-color: #fff !important
}

.iconbox-hover:hover .thim-widget-icon-box .smicon-read {
  background-color: #fff;
  border-color: #fff !important
}

.iconbox-hover:hover .line-bottom {
  background-color: #fff
}

.icon-box-title .line-bottom {
  width: 90px;
  background-color: #202020;
  height: 1px;
  display: block;
  margin: 20px auto 30px
}

.text-center .icon-box-title .line-bottom {
  margin: 20px auto 30px
}

.text-left .icon-box-title .line-bottom {
  margin: 20px auto 30px 0
}

.text-right .icon-box-title .line-bottom {
  margin: 20px 0 30px auto
}

.thim-widget-icon-box .wrapper-box-icon {
  position: relative;
  z-index: 9
}

.thim-widget-icon-box .wrapper-box-icon.background-video {
  min-height: 450px
}

.thim-widget-icon-box .wrapper-box-icon.background-video .content-inner {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%)
}

.thim-widget-icon-box .wrapper-box-icon.background-video .desc-icon-box p {
  margin: 16px 0 35px
}

.thim-widget-icon-box .wrapper-box-icon.contact_info .smicon-box {
  margin: 15px 0
}

.thim-widget-icon-box .wrapper-box-icon.contact_info .smicon-box:after {
  display: table
}

.thim-widget-icon-box .wrapper-box-icon.contact_info .boxes-icon {
  border: 0
}

.thim-widget-icon-box .wrapper-box-icon.contact_info .heading__primary {
  text-transform: none;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  margin: 0
}

.thim-widget-icon-box .wrapper-box-icon.contact_info .desc-icon-box p {
  line-height: 25px;
  margin: 0;
  color: inherit
}

.thim-widget-icon-box .wrapper-box-icon.contact_info a {
  color: inherit
}

.thim-widget-icon-box video {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  max-height: 1000%;
  max-width: 1000%;
  width: auto;
  height: auto;
  top: 0;
  left: 0
}

.thim-widget-icon-box .wrapper-box-icon.background-video .heading__primary {
  text-transform: uppercase
}

.thim-widget-icon-box .desc-icon-box p {
  line-height: 26px
}

.thim-widget-icon-box .bg-video-play {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 7px solid #333;
  display: block;
  margin: 0 auto;
  line-height: 90px;
  cursor: pointer;
  background: 0 0;
  color: #333;
  text-align: center
}

.thim-widget-icon-box .bg-video-play:before {
  font: normal normal normal 40px/1 FontAwesome;
  content: "\f04b";
  margin-left: 11px
}

.thim-widget-icon-box .bg-video-play.bg-pause {
  line-height: 90px
}

.thim-widget-icon-box .bg-video-play.bg-pause:before {
  content: "\f04c";
  font-size: 36px;
  margin-left: 0
}

.thim-widget-icon-box .heading__primary {
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 4px;
  margin-bottom: 15px
}

.thim-widget-icon-box .line-heading {
  display: block;
  width: 40px;
  height: 1px
}

.thim-widget-icon-box .desc-icon-box p {
  color: #999;
  margin: 0 0 23px
}

.thim-widget-icon-box .boxes-icon {
  border: 0
}

.thim-widget-icon-box .boxes-icon.circle {
  border: 1px solid #eee
}

.thim-widget-icon-box .wrapper-box-icon.circle .iconbox-top .content-inner {
  padding-left: 15px;
  padding-right: 15px
}

.thim-widget-icon-box .wrapper-box-icon.circle .content-inner {
  padding-left: 15px;
  padding-right: 50px
}

.thim-widget-icon-box .wrapper-box-icon.circle .heading__primary {
  margin-top: 0;
  margin-bottom: 6px
}

.thim-widget-icon-box .wrapper-box-icon.circle .desc-icon-box p {
  margin-bottom: 17px
}

.thim-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .smicon-read {
  border: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 0;
  text-transform: uppercase
}

.thim-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .smicon-read .fa {
  display: none
}

.thim-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .desc-icon-box {
  margin-top: 12px;
  padding-right: 0
}

.thim-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) p {
  margin-bottom: 16px
}

.thim-widget-icon-box .image_box {
  border: 1px solid #eee;
  padding: 35px 25px;
  box-shadow: 6px 4px 18px rgba(0, 0, 0, .08);
  margin-bottom: 40px;
  -webkit-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.wrapper-box-icon.overlay,
.wrapper-box-icon.overlay .icon.icomoon {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s
}

.thim-widget-icon-box .image_box .icon.icon-images {
  background-image: url(../../../themes/eduma/images/bg_icon.png);
  height: 120px;
  background-repeat: no-repeat;
  width: 115px
}

.thim-widget-icon-box .image_box .heading__primary {
  font-size: 20px;
  margin-top: 18px;
  margin-bottom: 0
}

.thim-widget-icon-box .image_box .desc-icon-box {
  margin-top: 10px
}

.thim-widget-icon-box:hover .image_box {
  box-shadow: none
}

.wrapper-box-icon.overlay {
  background: rgba(0, 0, 0, .6);
  overflow: hidden;
  -khtml-transition: all .3s;
  transition: all .3s
}

.wrapper-box-icon.overlay:hover {
  background: #000
}

.wrapper-box-icon.overlay:hover .icon-images img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1)
}

.wrapper-box-icon.overlay:hover .icon.icomoon {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05)
}

.wrapper-box-icon.overlay .icon.icomoon {
  display: inline-block;
  margin-top: 22px;
  -khtml-transition: all .3s;
  transition: all .3s
}

.wrapper-box-icon.overlay .icon-images {
  display: inline-block
}

.wrapper-box-icon.overlay .icon-images img {
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-top: 28px
}

.wrapper-box-icon.overlay .smicon-box {
  padding: 7px 0;
  overflow: hidden;
  min-height: 150px
}

.wrapper-box-icon.overlay .heading__primary {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  margin: 20px 0 10px;
  padding-right: 40px
}

.wrapper-box-icon.overlay .boxes-icon {
  border: 0;
  overflow: hidden;
  padding: 0 15px 15px
}

.wrapper-box-icon.overlay .smicon-read {
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  margin-top: 0
}

.wrapper-box-icon.overlay .smicon-read i {
  font-size: 11px
}

.wrapper-box-icon.overlay .content-inner {
  padding-bottom: 10px
}

.wrapper-box-icon:not(.background-video):not(.contact_info):not(.overlay) .smicon-box {
  overflow: hidden
}

.wrapper-box-icon:not(.background-video):not(.contact_info):not(.overlay) .smicon-box .icon .fa {
  transition: all .3s ease-in-out
}

.thim-bg-border-top .thim-widget-icon-box .boxes-icon,
.thim-box-language-tests .wrapper-box-icon.has_custom_image .inner-icon img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out
}

.wrapper-box-icon:not(.background-video):not(.contact_info):not(.overlay) .smicon-box:hover .icon .fa {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1)
}

.thim-bg-border-top:hover .boxes-icon,
.thim-box-language-tests .wrapper-box-icon.has_custom_image .inner-icon:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05)
}

.thim-welcome-university>.panel-grid-cell:first-child {
  padding-right: 30px !important;
  position: relative
}

.thim-welcome-university>.panel-grid-cell:first-child:before {
  content: '';
  position: absolute;
  top: 52px;
  bottom: 0;
  right: 0;
  width: 1px;
  height: auto;
  background: #eee
}

.thim-welcome-university .sc_heading {
  padding-bottom: 10px;
  margin-bottom: 10px
}

.thim-university-top-icon>.panel-grid-cell {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.thim-university-top-icon .thim-no-border .thim-widget-icon-box .wrapper-box-icon {
  border: none
}

.thim-university-top-icon .thim-widget-icon-box .wrapper-box-icon {
  border-right: 1px solid #eda803
}

.thim-university-top-icon .thim-widget-icon-box .heading__primary {
  margin: 0;
  padding-bottom: 14px
}

.thim-university-top-icon.thim-bg-overlay {
  max-width: 1170px;
  margin: -161px auto auto
}

.thim-university-top-icon.thim-bg-overlay .thim-widget-icon-box .wrapper-box-icon {
  border-right-color: #2e2c2c
}

.thim-box-language-tests .wrapper-box-icon.has_custom_image .inner-icon {
  max-height: 220px;
  overflow: hidden
}

.thim-box-language-tests .wrapper-box-icon.has_custom_image .inner-icon img {
  transition: all .3s ease-in-out
}

.thim-bg-border-top {
  overflow: hidden
}

.thim-bg-border-top .thim-widget-icon-box .boxes-icon {
  float: left;
  margin-top: 38px;
  margin-left: 38px;
  transition: all .3s ease-in-out
}

.thim-bg-border-top .thim-widget-icon-box .wrapper-box-icon .content-inner {
  clear: both;
  padding: 40px 60px 50px 140px;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.thim-carousel-list-instructors .instructor-item .avatar_item,
.thim-carousel-list-instructors .instructor-item .instructor-info {
  -webkit-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s
}

.thim-bg-border-top .thim-widget-icon-box .wrapper-box-icon .content-inner .smicon-read.sc-btn {
  padding: 9px 18px;
  border-radius: 0;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff
}

.thim-bg-border-top .thim-widget-icon-box .wrapper-box-icon .content-inner .smicon-read.sc-btn:hover {
  text-decoration: none;
  border-color: #333;
  color: #333
}

.thim-bg-border-top .thim-widget-icon-box .heading__primary {
  line-height: 30px !important
}

.feature-icon-box {
  position: relative
}

.feature-icon-box:after,
.feature-icon-box:before {
  position: absolute;
  content: ""
}

.feature-icon-box:before {
  left: -16px;
  width: 50px;
  height: 150px;
  top: 0;
  background-color: #2ec4b6;
  -ms-transform: rotate(12deg);
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg)
}

.feature-icon-box:after {
  width: 1px;
  top: 35px;
  bottom: 35px;
  right: 89px;
  background-color: rgba(255, 255, 255, .15)
}

.feature-icon-box .boxes-icon i {
  line-height: 44px !important
}

.feature-icon-box .boxes-icon i.pe-7s-angle-right:before {
  content: "\f3d6";
  font-family: Ionicons
}

.thim-carousel-list-instructors .owl-controls .owl-buttons>div i:before,
.thim-instructors-new .owl-controls .owl-buttons>div i:before {
  font-family: Linearicons
}

.thim-carousel-list-instructors {
  margin-bottom: -160px
}

.thim-carousel-list-instructors .instructor-item {
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px
}

.thim-carousel-list-instructors .instructor-item .avatar_item {
  transition: all .2s ease-in-out 0s
}

.thim-carousel-list-instructors .instructor-item .wrap-item {
  background-color: #FFF;
  box-shadow: 6px 4px 18px rgba(0, 0, 0, .08);
  text-align: center;
  position: relative;
  padding-bottom: 155px;
  overflow: hidden
}

.thim-carousel-list-instructors .instructor-item .wrap-item:hover .instructor-info {
  bottom: 0
}

.thim-carousel-list-instructors .instructor-item .wrap-item:hover .avatar_item {
  -webkit-transform: translate(0, -25px);
  -moz-transform: translate(0, -25px);
  -ms-transform: translate(0, -25px);
  -o-transform: translate(0, -25px)
}

.thim-carousel-list-instructors .instructor-item .job {
  display: none
}

.thim-carousel-list-instructors .instructor-item .name {
  margin-bottom: 7px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 300
}

.thim-carousel-list-instructors .instructor-item .name a:hover {
  color: #333
}

.thim-carousel-list-instructors .instructor-item .description {
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 40px
}

.thim-carousel-list-instructors .instructor-item .info_ins {
  margin: 0 30px;
  padding: 15px 0;
  border-top: 1px solid #eee;
  color: #999
}

.thim-carousel-list-instructors .instructor-item .info_ins .reviews {
  text-align: left
}

.thim-carousel-list-instructors .instructor-item .info_ins .students,
.thim-instructors-new .instructor-item .instructor-image {
  text-align: right
}

.thim-carousel-list-instructors .instructor-item .info_ins span {
  font-size: 22px;
  margin-right: 5px
}

.thim-carousel-list-instructors .instructor-item .info_ins>.row {
  margin-right: 0;
  margin-left: 0
}

.thim-carousel-list-instructors .instructor-item .info_ins>.row>div {
  padding: 0
}

.thim-carousel-list-instructors .instructor-item .instructor-info {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  padding: 0;
  background-color: #FFF;
  transition: all .2s ease-in-out 0s
}

.thim-carousel-list-instructors .owl-controls .owl-buttons>div,
.thim-instructors-new .instructor-item .instructor-info .list-courses .course-instructor {
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s
}

.thim-carousel-list-instructors .instructor-item .description {
  padding-left: 30px;
  padding-right: 30px
}

.thim-carousel-list-instructors .owl-controls .owl-buttons>div {
  position: absolute;
  top: 50%;
  width: 50px;
  line-height: 50px;
  height: auto;
  margin: -25px 0 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .7);
  transition: all .2s ease-in-out 0s
}

.thim-grid-posts,
.thim-grid-posts .item-post {
  position: relative
}

.thim-carousel-list-instructors .owl-controls .owl-buttons>div i {
  line-height: 50px;
  font-size: 16px;
  color: #FFF
}

.thim-carousel-list-instructors .owl-controls .owl-buttons>div.owl-prev {
  left: -70px
}

.thim-carousel-list-instructors .owl-controls .owl-buttons>div.owl-prev i:before {
  content: "\e93b"
}

.thim-carousel-list-instructors .owl-controls .owl-buttons>div.owl-next {
  right: -70px
}

.thim-carousel-list-instructors .owl-controls .owl-buttons>div.owl-next i:before {
  content: "\e93c"
}

.thim-instructors-new .instructor-item {
  position: relative;
  padding-right: 55px;
  padding-left: 55px
}

.thim-instructors-new .instructor-item .instructor-info {
  position: absolute;
  width: 550px;
  left: 60px;
  background-color: #fff;
  top: 50%;
  padding: 50px 30px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  box-shadow: 12px 2px 28px rgba(0, 0, 0, .12)
}

.thim-list-post-inner .feature-item img,
.thim-video-popup.image-layout .video-info {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%)
}

.thim-instructors-new .instructor-item .instructor-info h4 {
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 400;
  margin-top: 0
}

.thim-instructors-new .instructor-item .instructor-info h4 a {
  color: #333
}

.thim-instructors-new .instructor-item .instructor-info .des {
  color: grey;
  font-size: 16px;
  line-height: 26px
}

.thim-instructors-new .instructor-item .instructor-info .list-courses>h3 {
  font-size: 18px;
  font-weight: 400;
  color: #333
}

.thim-instructors-new .instructor-item .instructor-info .list-courses .course-instructor {
  margin-top: 22px;
  border: 1px solid #eee;
  transition: all .2s ease-in-out 0s
}

.thim-instructors-new .instructor-item .instructor-info .list-courses .course-instructor:hover {
  box-shadow: 8px 8px 18px rgba(0, 0, 0, .1)
}

.thim-instructors-new .instructor-item .instructor-info .list-courses .course-instructor img {
  display: inline-block;
  width: 100px;
  margin-right: 20px
}

.thim-instructors-new .instructor-item .instructor-info .list-courses .course-instructor h5 {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 120px)
}

.thim-instructors-new .instructor-item .instructor-info .list-courses .course-instructor h5 a {
  color: #333
}

.thim-instructors-new .instructor-item .instructor-info .list-courses .course-instructor:hover h5 a {
  color: #3b93f7
}

.thim-instructors-new .owl-controls {
  position: absolute;
  bottom: 20px;
  right: 75px
}

.thim-instructors-new .owl-controls .owl-buttons>div {
  width: 40px;
  line-height: 37px;
  height: auto;
  margin: 0 0 0 10px;
  border: 1px solid #d6d6d6;
  color: #d6d6d6;
  border-radius: 50%;
  box-shadow: 8px 0 12px rgba(0, 0, 0, .08);
  background-color: rgba(255, 255, 255, .7);
  -webkit-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.thim-instructors-new .owl-controls .owl-buttons>div i {
  line-height: 37px;
  font-size: 16px;
  color: #d6d6d6
}

.thim-instructors-new .owl-controls .owl-buttons>div.owl-prev i:before {
  content: "\e93b"
}

.thim-instructors-new .owl-controls .owl-buttons>div.owl-next i:before {
  content: "\e93c"
}

.thim-instructors-new .owl-controls .owl-buttons>div:hover {
  background-color: #3b93f7;
  border-color: #3b93f7
}

.thim-instructors-new .owl-controls .owl-buttons>div:hover i {
  color: #fff
}

.thim-grid-posts {
  overflow: hidden
}

.thim-grid-posts.has-horizontal.has-vertical .grid-horizontal {
  width: 66.67%;
  float: left
}

.thim-grid-posts.has-horizontal.has-vertical .grid-vertical {
  width: 33.33%;
  float: left
}

.thim-grid-posts.has-horizontal.has-vertical .grid-vertical .article-image {
  background: #fff
}

.thim-grid-posts .article-wrapper {
  padding: 30px;
  background: #f5f5f5;
  position: absolute
}

.thim-grid-posts .article-wrapper:before {
  content: '';
  position: absolute;
  top: 58px;
  left: -13px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #f5f5f5;
  z-index: 10
}

.thim-grid-posts .article-wrapper .date {
  color: #aaa;
  font-size: 13px;
  margin-top: 4px
}

.thim-grid-posts .article-wrapper .title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 7px;
  margin-bottom: 9px
}

.thim-grid-posts .article-wrapper .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6
}

.thim-grid-posts .article-wrapper .read-more {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400
}

.thim-grid-posts .article-wrapper .read-more:hover {
  text-decoration: none
}

.search-course-list-info li a:hover,
.thim-carousel-instructors .instructor-item .readmore:hover,
.thim-courses-collection .item .title:hover {
  text-decoration: underline
}

.thim-grid-posts .article-wrapper .read-more .fa {
  margin-left: 7px
}

.has-feature .thim-grid-posts {
  width: 75%;
  overflow: hidden
}

.thim-list-post-inner {
  position: relative
}

.thim-list-post-inner.has-feature {
  z-index: 2
}

.thim-list-post-inner .feature-item {
  width: 25%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden
}

.thim-list-post-inner .feature-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 2
}

.thim-list-post-inner .feature-item img {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  height: 100%;
  left: 50%;
  width: auto;
  max-width: none
}

.thim-list-post-inner .feature-item .article-wrapper {
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 63px;
  padding: 0 30px
}

.thim-list-post-inner .feature-item .article-wrapper .date {
  color: rgba(255, 255, 255, .4);
  font-size: 13px
}

.thim-list-post-inner .feature-item .article-wrapper .title {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 10px
}

.thim-list-post-inner .feature-item .article-wrapper .title a {
  color: #fff;
  display: inline-block
}

.thim-list-post-inner .feature-item .article-wrapper .desc {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  margin-bottom: 20px
}

.thim-list-post-inner .feature-item .article-wrapper .read-more {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin: 0
}

.thim-list-post-inner .feature-item .article-wrapper .read-more .fa {
  margin-left: 7px
}

.thim-list-post-inner .link_read_more {
  position: absolute;
  right: 0;
  top: -48px
}

.grid-horizontal .item-post {
  position: relative;
  overflow: hidden
}

.grid-horizontal .item-post .article-image {
  width: 50%;
  float: left
}

.grid-horizontal .item-post .article-wrapper {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%
}

.grid-horizontal .item-post:nth-child(2n) .article-image {
  float: right
}

.grid-horizontal .item-post:nth-child(2n) .article-wrapper {
  right: auto;
  left: 0
}

.grid-horizontal .item-post:nth-child(2n) .article-wrapper:before {
  left: auto;
  right: -13px;
  border-right: none;
  border-left: 13px solid #eaeef2
}

.grid-horizontal .item-post:nth-child(2n) .article-wrapper .title a {
  color: #fff
}

.grid-horizontal .item-post:nth-child(2n) .article-wrapper .date {
  color: rgba(255, 255, 255, .4)
}

.grid-horizontal .item-post:nth-child(2n) .article-wrapper .desc {
  color: rgba(255, 255, 255, .7)
}

.grid-horizontal .item-post:nth-child(2n) .article-wrapper .read-more {
  color: #fff
}

.grid-horizontal .item-post:nth-child(2n) .article-wrapper:hover .title a {
  color: #d6dce2
}

.grid-vertical .item-post .article-wrapper:before {
  top: -26px;
  left: 50%;
  right: auto;
  margin-left: -13px;
  border-bottom: 13px solid #f5f5f5;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent
}

.thim-list-posts.home-new .item-post {
  border-bottom: 1px solid rgba(124, 124, 124, .15);
  padding-bottom: 30px;
  margin-bottom: 30px
}

.thim-list-posts.home-new .item-post h5 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400
}

.thim-list-posts.home-new .item-post h5 a {
  color: #292929
}

.thim-list-posts.home-new .item-post .article-date i {
  margin-right: 10px;
  color: #2ec4b6
}

.thim-list-posts.home-new .item-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}

.widget-area .thim-list-posts.sidebar .item-post {
  clear: both;
  margin-bottom: 30px;
  overflow: hidden
}

.widget-area .thim-list-posts.sidebar .item-post:last-child {
  margin-bottom: 0
}

.widget-area .thim-list-posts.sidebar .item-post:not(.has-post-thumbnail) .article-title-wrapper,
.widget-area .thim-list-posts.sidebar .item-post:not(.has_thumb) .article-title-wrapper {
  width: 100%;
  float: none
}

.widget-area .thim-list-posts.sidebar .article-image {
  float: left;
  width: 100px;
  margin-right: 20px;
  height: 85px;
  overflow: hidden
}

.widget-area .thim-list-posts.sidebar .article-image img {
  width: 100%;
  margin-top: -8px
}

.widget-area .thim-list-posts.sidebar .article-title-wrapper {
  width: calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  float: right
}

.widget-area .thim-list-posts.sidebar .article-title-wrapper h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin: -4px 0 14px
}

.widget-area .thim-list-posts.sidebar .article-date {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px
}

.widget-area .thim-list-posts.sidebar .article-date span {
  margin-right: 5px;
  display: inline-block;
  color: #ccc
}

.widget-area .thim-list-posts.sidebar .article-date span.year {
  margin-right: 0
}

.thim-widget-courses-searching {
  text-align: center
}

.thim-widget-courses-searching .search-course-title {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin: 0 0 18px;
  line-height: 45px
}

.thim-widget-courses-searching .search-course-description {
  font-size: 24px;
  font-weight: 400;
  color: #111
}

.thim-widget-courses-searching .courses-searching {
  position: relative;
  margin: 48px 0 12px
}

.thim-widget-courses-searching .courses-searching form {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden
}

.thim-widget-courses-searching .courses-searching input[type=text] {
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  border-radius: 0;
  border: none;
  height: 50px;
  line-height: 40px;
  float: left;
  margin: 0;
  padding-left: 20px;
  background: #fff;
  color: #999;
  font-size: 15px;
  font-style: italic
}

.thim-widget-courses-searching .courses-searching input[type=text]:-moz-placeholder {
  color: #999
}

.thim-widget-courses-searching .courses-searching input[type=text]::-moz-placeholder {
  color: #999
}

.thim-widget-courses-searching .courses-searching input[type=text]:-ms-input-placeholder {
  color: #999
}

.thim-widget-courses-searching .courses-searching input[type=text]::-webkit-input-placeholder {
  color: #999
}

.thim-widget-courses-searching .courses-searching input[type=text]:focus:-moz-placeholder {
  color: #999
}

.thim-widget-courses-searching .courses-searching input[type=text]:focus::-moz-placeholder {
  color: #999
}

.thim-widget-courses-searching .courses-searching input[type=text]:focus:-ms-input-placeholder {
  color: #999
}

.thim-widget-courses-searching .courses-searching input[type=text]:focus::-webkit-input-placeholder {
  color: #999
}

.thim-widget-courses-searching .courses-searching button {
  width: 50px;
  line-height: 50px;
  border-radius: 0;
  float: left;
  font-size: 16px;
  padding: 0;
  border: none;
  background: #111;
  color: #fff;
  cursor: pointer
}

.thim-widget-courses-searching .courses-searching button:focus {
  outline: 0
}

.thim-widget-courses-searching .courses-searching .deskpress-smartsearch,
.thim-widget-courses-searching .courses-searching .ob-list-search {
  max-width: 780px;
  text-align: left;
  margin: 0 auto
}

.thim-widget-courses-searching .courses-searching ul.courses-list-search {
  z-index: 999;
  overflow: hidden;
  padding: 0 20px;
  list-style: none;
  position: absolute;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  background: #fff !important;
  margin-top: 2px;
  left: 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  border-radius: 0;
  box-shadow: 2px 2px 6px -4px #000;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .05)
}

.thim-widget-courses-searching .courses-searching ul.courses-list-search::-webkit-scrollbar {
  width: 6px;
  height: 30px
}

.thim-widget-courses-searching .courses-searching ul.courses-list-search::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 6px
}

.thim-widget-courses-searching .courses-searching ul.courses-list-search::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.thim-widget-courses-searching .courses-searching ul.courses-list-search li {
  list-style: none;
  padding: 0;
  line-height: 30px;
  display: block;
  width: 100%
}

.thim-widget-courses-searching .courses-searching ul.courses-list-search li.ob-selected {
  color: #666
}

.thim-widget-courses-searching .courses-searching ul.courses-list-search li.ob-selected a {
  color: #666;
  text-decoration: underline
}

.thim-widget-courses-searching .courses-searching ul.courses-list-search li.ob-selected a:hover {
  color: #333 !important
}

.thim-widget-courses-searching .courses-searching ul.courses-list-search li a {
  color: #666;
  display: block;
  padding: 0 20px 0 10px
}

.thim-widget-courses-searching .courses-searching ul.courses-list-search li a i {
  margin-right: 10px
}

.thim-widget-courses-searching .courses-searching ul.courses-list-search li:first-child {
  margin-top: 10px
}

.thim-widget-courses-searching .courses-searching ul.courses-list-search li:last-child {
  margin-bottom: 10px
}

.thim-widget-courses-searching .thim-course-search-overlay .search-toggle {
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  font-size: 14px
}

.thim-widget-courses-searching .thim-course-search-overlay .courses-searching {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: rgba(0, 0, 0, .8);
  margin: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: scale(.2, .2);
  -moz-transform: scale(.2, .2);
  -ms-transform: scale(.2, .2);
  -o-transform: scale(.2, .2);
  -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -khtml-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -moz-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -ms-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -o-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  transition: all .3s cubic-bezier(.4, 0, 1, 1)
}

.thim-courses-collection .item img,
.thim-owl-carousel-post.owl-carousel.layout-2 .image img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out
}

.thim-widget-courses-searching .thim-course-search-overlay .courses-searching form {
  max-width: 100%;
  width: 600px
}

body.thim-search-active .thim-widget-courses-searching .thim-course-search-overlay .courses-searching {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1)
}

.event_button_disable,
.thim-carousel-instructors .owl-pagination .owl-page {
  filter: alpha(opacity=50);
  -webkit-opacity: .5;
  -moz-opacity: .5;
  -ms-opacity: .5;
  -o-opacity: .5
}

.thim-widget-courses-searching .thim-course-search-overlay form {
  position: absolute;
  z-index: 10;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50px
}

.thim-widget-courses-searching .thim-course-search-overlay .search-popup-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress
}

.thim-widget-courses-searching .thim-course-search-overlay ul.courses-list-search {
  max-width: 600px;
  width: 100%;
  background: #f6f6f6 !important;
  top: 50%;
  margin: 27px auto auto
}

.thim-search-light-style .thim-widget-courses-searching .search-course-title {
  color: #fff;
  margin-bottom: 7px;
  font-size: 36px
}

.thim-search-light-style .thim-widget-courses-searching .search-course-description {
  color: #fff;
  font-size: 18px
}

.thim-search-light-style .thim-widget-courses-searching .courses-searching {
  margin-top: 25px;
  margin-bottom: 10px
}

body.thim-search-active {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress !important
}

.menu-right {
  position: static !important
}

.search-course-list-info {
  text-align: center;
  margin-left: 0
}

.search-course-list-info li {
  display: inline-block;
  margin: 0 28px;
  line-height: 30px
}

.thim-search-light-style .search-course-list-info li {
  margin: 0 25px
}

.search-course-list-info li .fa {
  font-size: 20px;
  color: #111;
  vertical-align: middle;
  line-height: 30px;
  margin-right: 8px
}

.search-course-list-info li a {
  color: #333;
  display: inline-block
}

.thim-search-light-style .search-course-list-info li .fa,
.thim-search-light-style .search-course-list-info li a {
  color: #fff
}

.thim-search-light-style {
  -webkit-align-items: center !important;
  align-items: center !important;
  height: 100vh
}

.thim-search-light-style>.panel-grid-cell {
  z-index: 1000;
  padding-top: 38px;
  padding-bottom: 34px
}

body.admin-bar .thim-search-light-style {
  height: calc(100vh - 32px);
  height: -webkit-calc(100vh - 32px);
  height: -moz-calc(100vh - 32px)
}

.thim-search-light-style.thim-bg-overlay:before {
  background: rgba(0, 0, 0, .4)
}

.thim-search-light-style>.panel-grid-cell:before {
  background: rgba(0, 0, 0, .7);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 810px;
  margin: auto
}

.thim-search-light-style>.panel-grid-cell>div {
  position: relative
}

@media (max-width:767px) {
  .thim-search-light-style .thim-widget-courses-searching .search-course-title {
    font-size: 20px
  }

  .thim-search-light-style .thim-widget-courses-searching .search-course-description {
    font-size: 14px
  }
}

.thim-carousel-instructors {
  margin: 0 -15px;
  padding-bottom: 90px;
  width: auto
}

.thim-carousel-instructors .owl-item {
  padding: 0 15px
}

.thim-carousel-instructors .instructor-item {
  background: #fff;
  padding: 30px;
  overflow: hidden
}

.thim-carousel-instructors .instructor-item .avatar {
  width: 62px;
  float: left;
  margin-right: 20px
}

.thim-carousel-instructors .instructor-item .avatar img {
  width: 100%;
  border-radius: 50%
}

.thim-carousel-instructors .instructor-item .instructor-info {
  width: calc(100% - 82px);
  width: -webkit-calc(100% - 82px);
  width: -moz-calc(100% - 82px);
  float: right
}

.thim-carousel-instructors .instructor-item .instructor-info .name {
  text-transform: capitalize;
  line-height: 25px;
  margin: 12px 0 -2px
}

.thim-carousel-instructors .instructor-item .instructor-info .job {
  font-style: italic;
  color: #999;
  font-size: 13px;
  line-height: 20px
}

.thim-carousel-instructors .instructor-item .description {
  clear: both;
  color: #999;
  padding: 29px 0 16px;
  line-height: 25px;
  display: block;
  display: -webkit-box;
  width: 100%;
  margin: 0 auto;
  overflow: hidden
}

.thim-carousel-instructors .instructor-item .readmore {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  line-height: 25px
}

.thim-carousel-instructors .owl-pagination {
  position: relative;
  text-align: center;
  line-height: 30px;
  margin: 50px 0 0
}

.thim-carousel-instructors .owl-pagination .owl-page {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff !important;
  border-radius: 50%;
  border: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: .5;
  opacity: .5
}

.thim-carousel-instructors .owl-pagination .owl-page.active {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.collection-grid-2 {
  width: 50%
}

.collection-grid-3 {
  width: 33.33%
}

.collection-grid-4 {
  width: 25%
}

.collection-grid-5 {
  width: 20%
}

[class*=collection-grid-] {
  float: left;
  padding: 0 15px
}

.thim-courses-collection .item {
  position: relative;
  overflow: hidden
}

.thim-courses-collection .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  padding: 15px 10px
}

.thim-courses-collection .item img {
  -khtml-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.thim-courses-collection .item:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05)
}

.thim-courses-collection .item:hover .title {
  background: #000
}

.thim-courses-collection .collection-item {
  margin-bottom: 30px
}

.thim-courses-collection .collection-item:last-child {
  margin-bottom: 0
}

.thim-courses-collection .thim-collection-carousel {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(124, 124, 124, .2)
}

.thim-courses-collection .thim-collection-carousel .thumbnail {
  overflow: hidden;
  text-align: center
}

.thim-courses-collection .thim-collection-carousel .item {
  padding-right: 20px;
  padding-left: 20px
}

.thim-courses-collection .thim-collection-carousel .content {
  text-align: center;
  padding-top: 30px
}

.thim-courses-collection .thim-collection-carousel .content h3 {
  margin: 0 0 4px;
  text-transform: uppercase;
  line-height: 20px
}

.thim-courses-collection .thim-collection-carousel .content h3 .title {
  color: #202020;
  font-weight: 500;
  padding: 0;
  text-decoration: none;
  font-size: 18px;
  background-color: transparent;
  position: inherit
}

.thim-courses-collection .owl-controls .owl-buttons>div {
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  border: none;
  position: absolute;
  overflow: hidden;
  top: 77px;
  z-index: 10
}

.thim-courses-collection .owl-controls .owl-buttons>div i {
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  border: none;
  color: #fff;
  font-size: 28px
}

.thim-courses-collection .owl-controls .owl-buttons>div:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: #353866;
  opacity: .6;
  -webkit-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.thim-owl-carousel-post,
.thim-owl-carousel-post.owl-carousel {
  margin: 0 -15px;
  width: auto
}

.thim-courses-collection .owl-controls .owl-buttons>div.owl-next {
  right: -9px
}

.thim-courses-collection .owl-controls .owl-buttons>div.owl-next i:before {
  font-family: Ionicons;
  content: "\f3d3"
}

.thim-courses-collection .owl-controls .owl-buttons>div.owl-prev {
  left: -9px
}

.thim-courses-collection .owl-controls .owl-buttons>div.owl-prev i:before {
  font-family: Ionicons;
  content: "\f3d2"
}

.thim-courses-collection .owl-controls .owl-buttons>div:hover:before {
  opacity: 1
}

.thim-owl-carousel-post {
  position: relative
}

.thim-owl-carousel-post.owl-carousel.layout-2 {
  margin-left: -10px;
  margin-right: -10px
}

.thim-owl-carousel-post.owl-carousel.layout-2 .item {
  padding-left: 10px;
  padding-right: 10px
}

.thim-owl-carousel-post.owl-carousel.layout-2 .image {
  overflow: hidden
}

.thim-owl-carousel-post.owl-carousel.layout-2 .image a {
  display: block;
  overflow: hidden
}

.thim-owl-carousel-post.owl-carousel.layout-2 .image a:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05)
}

.thim-owl-carousel-post.owl-carousel.layout-2 .image img {
  -khtml-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.thim-owl-carousel-post>.item {
  max-width: 400px;
  float: left;
  overflow: hidden
}

.thim-owl-carousel-post .item {
  padding: 0 15px
}

.thim-owl-carousel-post .image img {
  width: 100%
}

.thim-owl-carousel-post .content {
  text-align: center;
  margin-top: -15px;
  z-index: 999;
  position: relative
}

.thim-owl-carousel-post .info {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: rgba(0, 0, 0, .6)
}

.thim-owl-carousel-post .info .author,
.thim-owl-carousel-post .info .date {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 0 0 20px;
  float: left
}

.thim-owl-carousel-post .info .author a,
.thim-owl-carousel-post .info .date a {
  line-height: 30px;
  color: #fff
}

.thim-owl-carousel-post .info .date {
  padding: 0 20px 0 0
}

.thim-owl-carousel-post .info .date:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  line-height: 30px;
  float: left;
  border-radius: 50%;
  display: inline-block;
  margin: 13px 8px
}

.thim-owl-carousel-post .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin: 10px 0
}

.thim-owl-carousel-post .title a {
  text-decoration: none;
  color: #fff
}

.thim-owl-carousel-post .read-more {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase
}

.thim-owl-carousel-post .read-more:hover {
  text-decoration: underline
}

.thim-owl-carousel-post .owl-controls {
  position: absolute;
  right: 15px;
  top: -90px
}

.thim-owl-carousel-post .owl-controls .owl-next,
.thim-owl-carousel-post .owl-controls .owl-prev {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  border: 1px solid #fff;
  width: 30px;
  text-align: center;
  line-height: 28px
}

.thim-owl-carousel-post .owl-controls .owl-next .fa,
.thim-owl-carousel-post .owl-controls .owl-prev .fa {
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
  color: #fff;
  font-size: 8px;
  display: block
}

.thim-owl-carousel-post.layout-2 {
  padding-top: 100px
}

.thim-owl-carousel-post.layout-2 .content {
  text-align: inherit;
  margin: 0
}

.thim-owl-carousel-post.layout-2 .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 17px;
  margin-bottom: 9px
}

.thim-owl-carousel-post.layout-2 .desc {
  color: #999;
  font-size: 13px
}

.thim-owl-carousel-post.layout-2 .owl-controls .owl-buttons .owl-next i,
.thim-owl-carousel-post.layout-2 .owl-controls .owl-buttons .owl-prev i,
.thim-owl-carousel-post.layout-3 .owl-controls .owl-buttons .owl-next .fa,
.thim-owl-carousel-post.layout-3 .owl-controls .owl-buttons .owl-prev .fa {
  color: #666;
  font-size: 16px
}

.thim-owl-carousel-post.layout-2 .owl-controls {
  position: static;
  right: auto;
  top: auto
}

.thim-owl-carousel-post.layout-2 .owl-controls .owl-pagination {
  margin-top: 37px;
  margin-bottom: 22px
}

.thim-owl-carousel-post.layout-2 .owl-controls .owl-pagination .owl-page {
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
  border: 0
}

.thim-owl-carousel-post.layout-2 .owl-controls .owl-pagination .owl-page.active {
  height: 11px
}

.thim-owl-carousel-post.layout-2 .owl-controls .owl-buttons {
  position: absolute;
  right: 10px;
  top: 62px
}

.thim-owl-carousel-post.layout-2 .owl-controls .owl-buttons .owl-next,
.thim-owl-carousel-post.layout-2 .owl-controls .owl-buttons .owl-prev {
  color: #666;
  border: none;
  width: auto;
  height: auto
}

.thim-owl-carousel-post.layout-2 .owl-controls .owl-buttons .owl-next {
  margin-left: 20px
}

.thim-owl-carousel-post.layout-3.owl-carousel {
  margin: 0
}

.thim-owl-carousel-post.layout-3 .owl-controls {
  position: static;
  right: auto;
  top: auto
}

.thim-owl-carousel-post.layout-3 .owl-controls .owl-pagination {
  margin-top: 37px
}

.thim-owl-carousel-post.layout-3 .owl-controls .owl-pagination .owl-page {
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
  border: 0;
  margin: 0 8px
}

.thim-owl-carousel-post.layout-3 .owl-controls .owl-pagination .owl-page.active {
  height: 11px
}

.thim-owl-carousel-post.layout-3 .owl-controls .owl-buttons {
  position: absolute;
  right: 0;
  top: -50px
}

.thim-owl-carousel-post.layout-3 .owl-controls .owl-buttons .owl-next,
.thim-owl-carousel-post.layout-3 .owl-controls .owl-buttons .owl-prev {
  color: #666;
  border: none;
  width: auto;
  height: auto
}

.thim-owl-carousel-post.layout-3 .owl-controls .owl-buttons .owl-next {
  margin-left: 20px
}

.thim-owl-carousel-post.layout-3 .post-inner {
  position: relative;
  cursor: pointer
}

.thim-owl-carousel-post.layout-3 .post-inner .image a {
  display: block;
  position: relative;
  overflow: hidden
}

.thim-owl-carousel-post.layout-3 .post-inner .image a:before {
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background: #143056;
  filter: alpha(opacity=15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  -webkit-opacity: .15;
  -khtml-opacity: .15;
  -moz-opacity: .15;
  -ms-opacity: .15;
  -o-opacity: .15;
  opacity: .15;
  z-index: 3;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.thim-owl-carousel-post.layout-3 .post-inner .content,
.thim-owl-carousel-post.layout-3 .post-inner .image a:after {
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  position: absolute
}

.thim-owl-carousel-post.layout-3 .post-inner .image a:after {
  font-family: FontAwesome;
  margin: auto;
  right: 0;
  bottom: 0;
  top: 0;
  color: #fff;
  z-index: 10;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: "\f110";
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px
}

.thim-owl-carousel-post.layout-3 .post-inner .image a.loading:before {
  visibility: visible;
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -webkit-opacity: .85;
  -khtml-opacity: .85;
  -moz-opacity: .85;
  -ms-opacity: .85;
  -o-opacity: .85;
  opacity: .85
}

.thim-owl-carousel-post.layout-3 .post-inner .image a.loading:after {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.thim-owl-carousel-post.layout-3 .post-inner .content {
  bottom: 21px;
  right: 0;
  margin: 0;
  padding: 0 20px;
  text-align: left;
  visibility: hidden;
  z-index: 5;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0
}

.search-form label .search-field,
.thim-scholarships .thim-widget-icon-box .wrapper-box-icon .boxes-icon {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out
}

.thim-owl-carousel-post.layout-3 .post-inner .fa {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  line-height: 30px;
  color: rgba(255, 255, 255, .6)
}

.thim-owl-carousel-post.layout-3 .post-inner .fa.fa-play {
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 50%
}

.thim-owl-carousel-post.layout-3 .post-inner:hover .image a:before {
  visibility: visible;
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -webkit-opacity: .85;
  -khtml-opacity: .85;
  -moz-opacity: .85;
  -ms-opacity: .85;
  -o-opacity: .85;
  opacity: .85
}

.thim-owl-carousel-post.layout-3 .post-inner:hover .content {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.thim-owl-carousel-post.layout-3 .post-inner .date {
  color: #fff;
  margin: 0 0 9px;
  font-size: 16px;
  font-weight: 500
}

.thim-owl-carousel-post.layout-3 .post-inner .title {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0
}

.thim-owl-carousel-post.layout-3 .item {
  padding: 0
}

.thim-owl-carousel-post.layout-3 .item.item-contain .post-inner {
  width: 50%;
  overflow: hidden;
  float: left
}

.thim-owl-carousel-post.layout-3 .item.item-contain .fa {
  font-size: 20px;
  bottom: 15px;
  right: 20px;
  margin: 0;
  left: auto;
  top: auto;
  height: 32px;
  width: 32px;
  line-height: 30px
}

.thim-owl-carousel-post.layout-3 .item.item-contain .fa.fa-play {
  font-size: 13px
}

.thim-widget-carousel-categories {
  position: relative
}

.thim-widget-carousel-categories .link-view-all {
  position: absolute;
  right: 0;
  top: 8px;
  font-weight: 400;
  text-transform: uppercase
}

.thim-widget-carousel-categories .item {
  overflow: hidden
}

.thim-widget-carousel-categories .image {
  width: 50%;
  float: left
}

.thim-widget-carousel-categories .content-wrapper {
  width: 50%;
  float: right;
  padding: 35px;
  position: relative
}

.thim-widget-carousel-categories .content-wrapper:before {
  content: '';
  position: absolute;
  top: 68px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 10;
  left: -15px;
  border-left: none;
  border-right: 15px solid #eaeef2;
  border-right-color: #fa394a
}

.thim-widget-carousel-categories .content-wrapper .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 17px;
  margin-bottom: 4px
}

.thim-widget-carousel-categories .content-wrapper .title a {
  color: #fff
}

.thim-widget-carousel-categories .content-wrapper .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 26px
}

.thim-widget-carousel-categories .content-wrapper .list-course-items label {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAbCAYAAAAZMl2nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozMjdlYTgxMS02ZDJhLTQyY2UtODIzMi01M2NjMWYxZjhhMGMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEY4N0QyRDNBNTk1MTFFNjk2NjJDODlFREE2NjVCODYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEY4N0QyRDJBNTk1MTFFNjk2NjJDODlFREE2NjVCODYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyYmU5OTk2Yy03Y2UzLTRkMDYtYWRiNy04YjVmMGIyMTBiMjUiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDozODZiMGFiOC1jOTE5LTExNzktYmVmZi1iMzA4NzdjOTJiM2MiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4FjMuQAAADBElEQVR42uyXSWsUQRiGp3s6ixmXoNFo4hLco4IRNHpwRSIkv0A8CCIePKpH71714NVfIIoHEURFxLggBjFiMNGoMSFuUeMy2WYy7fuFp6FoZrKhoJCCh5np6ap66/u+7nrLC8MwEWvFYqmoEWv5XiF80S96Rad4LbrEL6fvbLFErBTLRYprOfFJvBE94p0YdCf1HCGB2Cz2iTqREa/EVzHMPUVirliBuJfiHhNsERvEJjEqBhDxAvHzWZyJaxMPxEPxMy6kXpxilddFO+rztXKxSuwW28SQCLl+B3E/xBFxVdy3ucRi+tXDI3HW+loUasV60SA6xJl42PI0S1ELHBTbxXlxVNwWz5jY2hw+Teh7aBYHxDEi125CmsQO8mhCRhJTaybqC1gKS8V+amiQlOdrPdTXLotsQMcrDGi1MStWgBO1EibzKfTjIomokDTla1bUH8RlccinsL5RND6dp9pCxiknoudEq1gwzngeD4TVUiYKW3KcEE7UckQxJLIdFHwb6ekcR7zHk+hPd/J4K0XQDeeapebaZAfw/5CQcJop/StCEv+CkMSMkBkhkyjUcCYizqva/fy/IxIUWJ1rGyvwFCY6zXafnsTYKdxcwOu+P2YxvEJCPLZ/m3AjHqVaLBRl/D+CENvIbuI9o81rlPHMLu4UVSygCAdnQj6yK7diiLL0HXNokbIMZvmEs5234CeSRCeKkNm8PeIC2/h3fMlhsRehT5wohFiCrXjaBjbJJJ9jK4g2rD5CmMZL+nQ2XzqP31n+7yVqJzHYlobT2E773Y3BrmORn7nWjLBlLKYbHzQWkQC3dFdcZLBGBrAQPmbyIe5NIczM1BqxjnuzGO4+vnfh7iP3X4VxtjQ/Fbf43yJcHpCSJgy0pWSRs4rVHAECx72N8t3D7WeZpIfo1XB0GI4ZoBLn3FONn30rKq2W7DhRS5hLWHWaicq45sXemh6TV3KIek64owNVK7n3Y31y3DfAYiJhNlafl+ekF3+8Ct1QzNPRiEMza3iJE92Ux/stwAByUd3ekeAAdgAAAABJRU5ErkJggg==) center left no-repeat;
  padding-left: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.9;
  margin-bottom: 17px
}

.thim-widget-carousel-categories .content-wrapper .list-course-items>a {
  background: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 14px
}

.thim-widget-carousel-categories .content-wrapper .list-course-items>a:hover {
  background: #d6dce2
}

.thim-widget-carousel-categories .owl-controls {
  position: static;
  right: auto;
  top: auto
}

.thim-widget-carousel-categories .owl-controls .owl-pagination {
  margin-top: 33px
}

.thim-widget-carousel-categories .owl-controls .owl-pagination .owl-page {
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
  border: 0;
  margin: 0 8px
}

.thim-widget-carousel-categories .owl-controls .owl-pagination .owl-page:hover {
  background: #ccc
}

.thim-widget-carousel-categories .owl-controls .owl-pagination .owl-page.active {
  height: 11px;
  background: #ccc
}

.thim-widget-carousel-categories .owl-controls .owl-buttons {
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 10
}

.thim-widget-carousel-categories .owl-controls .owl-buttons .owl-next,
.thim-widget-carousel-categories .owl-controls .owl-buttons .owl-prev {
  color: #fff;
  border: none;
  width: auto;
  height: auto;
  display: inline-block
}

.thim-widget-carousel-categories .owl-controls .owl-buttons .owl-next i,
.thim-widget-carousel-categories .owl-controls .owl-buttons .owl-prev i {
  color: #fff;
  font-size: 16px
}

.thim-widget-carousel-categories .owl-controls .owl-buttons .owl-next:hover,
.thim-widget-carousel-categories .owl-controls .owl-buttons .owl-next:hover i,
.thim-widget-carousel-categories .owl-controls .owl-buttons .owl-prev:hover,
.thim-widget-carousel-categories .owl-controls .owl-buttons .owl-prev:hover i {
  color: #d6dce2
}

.thim-widget-carousel-categories .owl-controls .owl-buttons .owl-next {
  margin-left: 20px
}

.thim-title-3 .widget-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 30px;
  color: #444;
  margin-top: 44px;
  margin-bottom: 20px
}

.thim-scholarships {
  padding-left: 27px;
  padding-right: 27px;
  padding-bottom: 45px
}

.thim-scholarships .thim-border-bottom-gray {
  margin-bottom: 20px
}

.thim-scholarships .sc_heading {
  margin-bottom: 0;
  padding-bottom: 15px
}

.thim-scholarships .thim-widget-icon-box .smicon-read {
  font-weight: 400 !important;
  font-size: 13px !important
}

.thim-scholarships .thim-widget-icon-box .smicon-read:after {
  font-family: FontAwesome;
  content: "\f178";
  font-size: 11px;
  padding-left: 8px
}

.thim-scholarships .thim-widget-icon-box .smicon-read:hover {
  text-decoration: none !important
}

#buddypress #members-list li .item .item-title .activity-read-more a:hover,
#buddypress div#item-header .item-meta a:hover,
#buddypress div.activity-comments>ul>li .acomment-options a:hover,
.thim-testimonial-slider .title a:hover {
  text-decoration: underline
}

.thim-scholarships .thim-widget-icon-box .wrapper-box-icon .boxes-icon {
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -webkit-opacity: .4;
  -khtml-opacity: .4;
  -moz-opacity: .4;
  -ms-opacity: .4;
  -o-opacity: .4;
  opacity: .4;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.thim-scholarships .thim-widget-icon-box .wrapper-box-icon:hover .boxes-icon {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.thim-scholarships .thim-widget-icon-box .wrapper-box-icon .desc-icon-box {
  margin-top: 10px !important;
  margin-bottom: 11px !important
}

.thim-scholarships .thim-widget-icon-box .wrapper-box-icon .desc-icon-box .desc-content {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .5)
}

.thim-sidebar-content .thim-widget-button {
  text-align: center;
  padding-top: 5px
}

.thim-sidebar-content .thim-widget-multiple-images {
  text-align: center;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px
}

.thim-sidebar-content .thim-widget-multiple-images img {
  padding-top: 15px;
  padding-bottom: 15px
}

.thim-sidebar-content .twitter-inner {
  text-align: center;
  min-height: 333px;
  padding-left: 35px;
  padding-right: 35px;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.6;
  position: relative
}

.thim-sidebar-content .twitter-inner a {
  color: #fff;
  text-decoration: underline
}

.thim-sidebar-content .twitter-inner .content {
  padding-top: 10px
}

.thim-sidebar-content .twitter-inner .widget-title {
  color: #fff
}

.thim-sidebar-content .twitter-inner .links {
  margin-top: 15px;
  margin-bottom: 15px
}

.thim-sidebar-content .twitter-inner .date {
  font-size: 13px;
  margin-top: 10px
}

.thim-sidebar-content .twitter-inner .link-follow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: rgba(255, 255, 255, .2);
  font-size: 28px
}

.thim-sidebar-content .twitter-inner .link-follow:hover {
  color: #fff
}

.thim-sidebar-content .widget-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
  color: #444;
  padding-top: 42px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin: 0
}

.thim-border-bottom-gray {
  border-bottom: 1px solid #364c6c
}

.thim-multiple-images-wrapper {
  overflow: hidden
}

.thim-experience {
  text-align: center;
  padding-right: 65px;
  border-right: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 90px
}

.thim-experience .title {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding-top: 55px;
  padding-bottom: 40px
}

.thim-experience .content {
  font-size: 14px;
  line-height: 1.7
}

.thim-experience .content p {
  margin-bottom: 10px
}

.thim-experience .content img {
  margin-top: 20px;
  display: inline-block
}

.search-form {
  position: relative;
  line-height: 42px;
  border: none
}

.search-form:after {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 42px;
  text-align: center;
  line-height: 42px
}

.search-form label {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  margin: 0
}

.search-form label .screen-reader-text {
  display: none
}

.search-form label .search-field {
  line-height: 40px;
  background: #fff;
  height: 42px;
  padding: 0 60px 0 15px;
  font-size: 13px;
  width: 100%;
  border: 1px solid #eee;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.search-form .search-submit,
.search-form .search-submit:hover {
  color: transparent;
  background: 0 0
}

#bbp-search-form>.bbp-search-box #bbp_search,
.thim-social.style-3 li a .fa {
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out
}

.search-form label .search-submit {
  margin-left: 0;
  margin-right: 0
}

.search-form .search-submit {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  z-index: 2;
  border-radius: 0;
  line-height: 42px;
  height: 42px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-indent: -9999px
}

.widget.thim_search_widget a.widget-search-form {
  cursor: pointer
}

.thim-social {
  margin: 27px 0 0 40px
}

.thim-social a {
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #999;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer
}

.thim-social a.facebook:hover {
  color: #fff !important;
  border-color: #3b5998;
  background: #3b5998
}

.thim-social a.twitter:hover {
  color: #fff !important;
  border-color: #00aced;
  background: #00aced
}

.thim-social a.dribbble:hover {
  color: #fff !important;
  border-color: #ea4c89;
  background: #ea4c89
}

.thim-social a.pinterest:hover {
  color: #fff !important;
  border-color: #cb2027;
  background: #cb2027
}

.thim-social a.google-plus:hover {
  color: #fff !important;
  border-color: #dd4b39;
  background: #dd4b39
}

.thim-social a.linkedin:hover {
  color: #fff !important;
  border-color: #007bb5;
  background: #007bb5
}

.thim-social a.youtube:hover {
  color: #fff !important;
  border-color: #b00;
  background: #b00
}

.thim-social a.instagram:hover {
  color: #fff !important;
  border-color: #517fa4;
  background: #517fa4
}

.thim-social a .fa {
  display: block;
  line-height: 30px
}

.thim-social ul.social_link {
  margin: 0
}

.thim-social ul.social_link li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0
}

.thim-social.style-2 .widget-title {
  margin-bottom: 5px !important
}

.thim-social.style-2 a {
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 0;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  margin-right: 8px;
  overflow: hidden;
  cursor: pointer;
  color: #ccc !important
}

.thim-social.style-2 a:hover {
  color: #fff !important
}

.thim-social.style-2 a.facebook {
  color: #fff;
  border-color: #3b5998;
  background: #3b5998
}

.thim-social.style-2 a.facebook:hover {
  background: #3B6398
}

.thim-social.style-2 a.twitter {
  color: #fff;
  border-color: #00aced;
  background: #00aced
}

.thim-social.style-2 a.twitter:hover {
  background: #07C3ED
}

.thim-social.style-2 a.dribbble {
  color: #fff;
  border-color: #ea4c89;
  background: #ea4c89
}

.thim-social.style-2 a.dribbble:hover {
  background: #EA5E9E
}

.thim-social.style-2 a.pinterest {
  color: #fff;
  border-color: #cb2027;
  background: #cb2027
}

.thim-social.style-2 a.pinterest:hover {
  background: #CB333F
}

.thim-social.style-2 a.google-plus {
  color: #fff;
  border-color: #dd4b39;
  background: #dd4b39
}

.thim-social.style-2 a.google-plus:hover {
  background: #DD5547
}

.thim-social.style-2 a.linkedin {
  color: #fff;
  border-color: #007bb5;
  background: #007bb5
}

.thim-social.style-2 a.linkedin:hover {
  background: #0B8AB5
}

.thim-social.style-2 a.youtube {
  color: #fff;
  border-color: #b00;
  background: #b00
}

.thim-social.style-2 a.youtube:hover {
  background: #BB0D23
}

.thim-social.style-2 a.instagram {
  color: #fff;
  border-color: #517fa4;
  background: #517fa4
}

.thim-social.style-2 a.instagram:hover {
  background: #4E84A4
}

.thim-social.style-2 a .fa {
  display: block;
  line-height: 25px
}

.thim-social.style-2 ul li {
  line-height: 25px;
  margin-bottom: 0
}

footer#colophon .thim-social.style-3 {
  margin-top: 0
}

.thim-social.style-3 li {
  display: block !important
}

.thim-social.style-3 li a {
  display: block;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  text-align: left;
  margin-right: 0
}

.thim-footer-university-4 .thim-social.style-3 li a {
  font-size: 13px
}

.thim-social.style-3 li a:hover {
  background: 0 0
}

.thim-social.style-3 li a:hover.facebook:hover .fa {
  background: #3B6398
}

.thim-social.style-3 li a:hover.twitter:hover .fa {
  background: #07C3ED
}

.thim-social.style-3 li a:hover.dribbble:hover .fa {
  background: #EA5E9E
}

.thim-social.style-3 li a:hover.pinterest:hover .fa {
  background: #CB333F
}

.thim-social.style-3 li a:hover.google-plus:hover .fa {
  background: #DD5547
}

.thim-social.style-3 li a:hover.linkedin:hover .fa {
  background: #0B8AB5
}

.thim-social.style-3 li a:hover.youtube:hover .fa {
  background: #BB0D23
}

.thim-social.style-3 li a:hover.instagram:hover .fa {
  background: #4E84A4
}

.thim-social.style-3 li a .fa {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, .7);
  background: #3b3b3b;
  margin-right: 10px;
  display: inline-block;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.btn_zoom,
.woo-social ul.social_link li a i {
  line-height: 36px
}

.thim-social.style-4 {
  margin-top: 0;
  margin-left: 30px
}

.thim-social.style-4 li a {
  border: none;
  color: #fff;
  font-size: 28px;
  width: auto;
  margin-right: 0;
  border-radius: 0;
  margin-left: 30px
}

.thim-social.style-4 li a:hover {
  background-color: transparent !important
}

.woo-social ul.social_link {
  width: 100%;
  margin: 0
}

.woo-social ul.social_link li {
  display: inline-block
}

.woo-social ul.social_link li a {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  position: relative
}

.woo-social ul.social_link li:last-child a {
  margin-right: 0
}

.thim-widget-tab {
  margin-bottom: 100px
}

.thim-widget-tab .nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #eee
}

.thim-widget-tab .nav-tabs li {
  background: 0 0;
  border-radius: 0;
  margin: 0;
  width: 33.33333333%;
  text-align: center;
  border: 0;
  position: relative
}

.thim-widget-tab .nav-tabs li.tab-col-1 {
  width: 100%
}

.thim-widget-tab .nav-tabs li.tab-col-2 {
  width: 50%
}

.thim-widget-tab .nav-tabs li.tab-col-3 {
  width: 33.3333333%
}

.thim-widget-tab .nav-tabs li.tab-col-4 {
  width: 25%
}

.thim-widget-tab .nav-tabs li.tab-col-5 {
  width: 20%
}

.thim-widget-tab .nav-tabs li.tab-col-6 {
  width: 16.666666%
}

.thim-widget-tab .nav-tabs li a {
  border-radius: 0;
  margin-right: 3px;
  border: 1px solid #eee;
  border-bottom: 0 !important;
  font-size: 13px;
  font-weight: 700;
  background: #f9f9f9;
  line-height: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.thim-widget-tab .nav-tabs li.active,
.thim-widget-tab .nav-tabs li.active a {
  background: #fff
}

.thim-widget-tab .nav-tabs li a .fa {
  font-size: 13px;
  vertical-align: middle;
  line-height: 29px;
  margin-right: 8px
}

.thim-widget-tab .nav-tabs li:last-child a {
  margin-right: 0
}

.thim-widget-tab .nav-tabs li:last-child.active:after,
.thim-widget-tab .nav-tabs li:last-child.active:before {
  right: 0
}

.thim-widget-tab .nav-tabs li.active:after,
.thim-widget-tab .nav-tabs li.active:before {
  content: '';
  position: absolute;
  right: 3px;
  z-index: 10;
  left: 0
}

.thim-widget-tab .nav-tabs li.active:before {
  top: 0;
  height: 4px
}

.thim-widget-tab .nav-tabs li.active:after {
  bottom: -1px;
  height: 1px;
  background: #fff
}

.thim-widget-tab .tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 60px 30px;
  min-height: 354px
}

.thim-widget-tab .thim-widget-step ul {
  margin-left: 0;
  margin-bottom: 50px;
  margin-top: 10px
}

.thim-widget-tab .thim-widget-step ul li {
  display: inline-block;
  width: 25%;
  position: relative
}

.thim-widget-tab .thim-widget-step ul li:after {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 1px;
  width: calc(100% - 82px);
  content: "";
  background-color: #EEE
}

.thim-widget-tab .thim-widget-step ul li:last-child:after {
  display: none
}

.thim-widget-tab .thim-widget-step ul li a {
  background-color: #2575fc;
  color: #fff;
  padding: 13px 10px;
  border-radius: 50%;
  width: 62px;
  line-height: 18px;
  display: block;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: 12px 10px 18px rgba(0, 0, 0, .08)
}

.thim-widget-tab .thim-widget-step ul li a strong {
  display: block;
  font-size: 20px;
  font-weight: 500
}

.thim-widget-tab .thim-widget-step ul li.active a {
  background-color: #fff !important;
  color: #2575fc
}

.thim-widget-tab .thim-widget-step .tab-content-step {
  padding-right: 115px
}

.thim-widget-tab .thim-widget-step .tab-content-step .tab-pane {
  display: none;
  font-size: 16px
}

.thim-widget-tab .thim-widget-step .tab-content-step .tab-pane.active {
  display: block
}

.thim-widget-tab .thim-widget-step .tab-content-step .tab-pane strong {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  display: block
}

.thim-widget-tab .thim-widget-step .tab-content-step .tab-pane p {
  margin-bottom: 15px
}

.thim-widget-tab .thim-widget-step .tab-content-step .tab-pane .readmore {
  display: inline-block;
  border-radius: 25px;
  border: 1px solid #3b93f7;
  padding: 0 30px;
  margin-top: 30px;
  line-height: 40px;
  color: #3b93f7
}

.thim-widget-tab .thim-widget-step .tab-content-step .tab-pane .readmore i {
  position: relative;
  top: 2px
}

.thim-widget-tab .thim-widget-step .tab-content-step .tab-pane .readmore:hover {
  color: #fff;
  background-color: #3b93f7
}

.wrapper-lists-our-team {
  text-align: center;
  margin-bottom: 41px
}

.wrapper-lists-our-team a.join-our-team {
  display: inline-block;
  text-align: center;
  margin: auto auto 60px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 30px;
  padding: 5px 25px;
  font-weight: 700
}

.wrapper-lists-our-team .our-team-item {
  text-align: center;
  margin-bottom: 54px
}

.wrapper-lists-our-team .our-team-item.col-sm-3:nth-child(4n+1) {
  clear: both
}

.wrapper-lists-our-team .our-team-item .our-team-image {
  position: relative
}

.wrapper-lists-our-team .our-team-item .our-team-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 200px;
  margin: auto;
  width: 100%
}

.wrapper-lists-our-team .our-team-item .our-team-image img {
  border-radius: 50%
}

.wrapper-lists-our-team .our-team-item .our-team-image .social-team {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0
}

.wrapper-lists-our-team .our-team-item .our-team-image .social-team a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  background: 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center
}

.wrapper-lists-our-team .our-team-item .title {
  font-size: 15px;
  font-weight: 700;
  margin: 24px 0 0;
  line-height: 25px
}

.wrapper-lists-our-team .our-team-item .regency {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #999;
  line-height: 20px
}

.wrapper-lists-our-team .our-team-item:hover .our-team-image:before {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: .8;
  -khtml-opacity: .8;
  -moz-opacity: .8;
  -ms-opacity: .8;
  -o-opacity: .8;
  opacity: .8
}

.wrapper-lists-our-team .our-team-item:hover .our-team-image .social-team {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.thim-testimonial-slider {
  text-align: center;
  max-width: 665px;
  margin: auto;
  position: relative;
  overflow: hidden
}

.thim-testimonial-slider ul.scrollable {
  list-style: none;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto
}

.thim-testimonial-slider ul.scrollable li {
  list-style: none;
  position: absolute;
  top: 0
}

.thim-testimonial-slider ul.scrollable li:before {
  content: '';
  position: absolute;
  background: #ffb606;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-opacity: .6;
  -khtml-opacity: .6;
  -moz-opacity: .6;
  -ms-opacity: .6;
  -o-opacity: .6;
  opacity: .6;
  -webkit-transition: all .2s;
  -khtml-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer
}

.thim-testimonial-slider ul.scrollable li.mid-item {
  z-index: 9
}

.thim-testimonial-slider ul.scrollable li.mid-item:before {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  cursor: default
}

.thim-testimonial-slider ul.scrollable li.mid-item img {
  cursor: default
}

.thim-testimonial-slider ul.scrollable li img {
  border-radius: 50%;
  cursor: pointer
}

.thim-testimonial-slider>.item {
  position: absolute
}

.thim-testimonial-slider>.item:first-child {
  position: relative
}

.thim-testimonial-slider img {
  border-radius: 50%;
  cursor: pointer
}

.thim-testimonial-slider .content {
  width: auto;
  height: auto
}

.thim-testimonial-slider .title {
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  margin: 20px 0 -7px;
  text-transform: none
}

.thim-testimonial-slider .title a {
  display: block;
  color: #333
}

.thim-testimonial-slider .regency {
  line-height: 25px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #999
}

.thim-testimonial-slider .description {
  font-size: 16px;
  min-height: 100px;
  line-height: 25px
}

.thim-testimonial-slider .control-nav {
  position: absolute;
  left: 0;
  top: 50px !important;
  margin-top: -15px !important;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  line-height: 30px;
  text-align: center;
  border-radius: 50%
}

.thim-testimonial-slider .control-nav:before {
  content: '\f104';
  display: block;
  font-size: 8px;
  font-family: FontAwesome;
  color: #ddd;
  line-height: 28px
}

.thim-testimonial-slider .slides-content .slide-content:not(.current),
.thim-testimonial-slider.image-bottom .control-nav,
.thim-testimonial-slider.layout-slide-2 .slides-content .description:before,
.thim-testimonial-slider.layout-slide-2 ul.scrollable li:before {
  display: none
}

.thim-testimonial-slider .control-nav.next {
  left: auto;
  right: 0
}

.thim-testimonial-slider .control-nav.next:before {
  content: '\f105'
}

.thim-testimonial-slider .slides-content .description {
  margin-top: 33px
}

.thim-testimonial-slider.image-bottom {
  overflow: visible;
  border: 1px solid #EEE;
  margin-top: 15px;
  padding: 20px 30px 80px
}

.thim-testimonial-slider.image-bottom .slides-wrapper {
  position: absolute;
  bottom: -50px;
  width: 100%;
  left: 0
}

.thim-testimonial-slider.image-bottom .slides-content .description {
  font-style: italic;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  padding-left: 20px;
  position: relative
}

.thim-testimonial-slider.image-bottom .slides-content .description:before {
  position: absolute;
  left: 0;
  font-size: 150px;
  color: grey;
  opacity: .1;
  top: 32px;
  content: "''";
  font-family: Roboto;
  font-style: italic
}

.thim-testimonial-slider.image-bottom .title {
  font-weight: 500;
  font-size: 22px;
  color: #3b93f7
}

.thim-testimonial-slider.image-bottom .regency {
  margin-top: 8px;
  text-transform: none;
  font-size: 16px;
  font-weight: 300
}

.thim-testimonial-slider.image-bottom ul.scrollable li:before {
  background-color: #6a11cb;
  background-image: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
  background-image: -webkit-linear-gradient(left, #6a11cb, #2575fc);
  background-image: -moz-linear-gradient(left, #6a11cb, #2575fc);
  background-image: -ms-linear-gradient(left, #6a11cb, #2575fc);
  background-image: -o-linear-gradient(left, #6a11cb, #2575fc);
  background-image: linear-gradient(left, #6a11cb, #2575fc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#6a11cb", endColorStr="#2575fc", gradientType='1')
}

.thim-testimonial-slider.layout-slide-2 ul.scrollable li.mid-item {
  z-index: 1
}

.thim-testimonial-slider.layout-slide-2 ul.scrollable li.mid-item img {
  border: 1px solid #fff;
  -webkit-filter: inherit;
  filter: inherit
}

.thim-testimonial-slider.layout-slide-2 ul.scrollable li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.thim-testimonial-slider.layout-slide-2 .slides-content .description {
  font-size: 22px;
  font-style: italic;
  padding-left: 0;
  color: #888
}

.thim-testimonial-slider.layout-slide-2.image-bottom {
  border: none;
  max-width: 1040px;
  padding: 0;
  margin: 0 auto;
  display: block
}

.thim-testimonial-slider.layout-slide-2.image-bottom .title {
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  margin-right: 5px
}

.thim-testimonial-slider.layout-slide-2.image-bottom .regency {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  color: #202020
}

.thim-testimonial-slider.layout-slide-2.image-bottom .slides-wrapper {
  bottom: -110px
}

.thim-testimonial-slider.layout-slide-2.image-bottom .slides-wrapper:before {
  content: "";
  width: 1px;
  height: 26px;
  position: absolute;
  bottom: calc(100% + 17px);
  left: 50%;
  background-color: #2ec4b6
}

body .thim-widget-timetable .widget-title {
  text-align: center;
  background: #212121;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 2px;
  line-height: 30px;
  color: #fff;
  padding: 10px 0
}

#buddypress #item-header-content .user-nicename,
#buddypress .activity-list .activity-content .activity-header a:not(.activity-time-since):first-child,
#buddypress .activity-list .activity-content .comment-header a:not(.activity-time-since):first-child,
.bbpress #bbpress-forums li.bbp-body ul .bbp-author-name,
.bbpress .bbp-topic-description .bbp-author-name,
.bbpress div.bbp-reply-author a.bbp-author-name {
  text-transform: capitalize
}

.thim-widget-timetable .timetable-item {
  padding: 10px 16px;
  margin-bottom: 2px
}

.thim-widget-timetable .timetable-item .title {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 400
}

.thim-widget-timetable .timetable-item .time {
  font-size: 13px;
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-opacity: .75;
  -khtml-opacity: .75;
  -moz-opacity: .75;
  -ms-opacity: .75;
  -o-opacity: .75;
  opacity: .75;
  line-height: 20px;
  margin-bottom: 8px
}

.thim-widget-timetable .timetable-item .location,
.thim-widget-timetable .timetable-item .teacher {
  font-size: 11px;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-opacity: .6;
  -khtml-opacity: .6;
  -moz-opacity: .6;
  -ms-opacity: .6;
  -o-opacity: .6;
  opacity: .6;
  line-height: 15px
}

.thim-widget-timetable .timetable-item.light,
.thim-widget-timetable .timetable-item.light .title {
  color: #fff
}

.thim-widget-timetable .timetable-item:hover .location,
.thim-widget-timetable .timetable-item:hover .teacher {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.thim-twitter-slider {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 95px;
  text-align: center
}

.thim-twitter-slider a {
  color: #2ec4b6
}

.thim-twitter-slider .tweet-item .top .fa {
  font-size: 32px;
  margin-bottom: 20px
}

.thim-twitter-slider .tweet-item .content {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px
}

.thim-twitter-slider .owl-controls {
  margin-top: 20px
}

.thim-twitter-slider .owl-controls .owl-pagination .owl-page {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  border: none;
  background-color: #dfdfdf
}

.thim-video-box {
  text-align: center
}

.thim-video-box .video-container {
  position: relative;
  width: 750px;
  height: 431px;
  margin: auto;
  padding: 25px 85px 50px;
  background: url(../../../themes/eduma/images/imac-bg.png) top left no-repeat;
  background-size: cover;
  max-width: 100%
}

.thim-video-box .video-container .video {
  overflow: hidden;
  width: 100%;
  border: 4px solid #0c0d11;
  border-radius: 4px;
  position: relative;
  max-height: 363px;
  height: 363px
}

.thim-video-box .video-container .video iframe {
  max-height: 100%
}

.thim-video-box .video-container .video-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  z-index: 11;
  font-size: 50px;
  cursor: pointer;
  display: none
}

.thim-video-popup {
  position: relative
}

.thim-video-popup:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #143056;
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -webkit-opacity: .85;
  -khtml-opacity: .85;
  -moz-opacity: .85;
  -ms-opacity: .85;
  -o-opacity: .85;
  opacity: .85
}

.thim-video-popup .video-info {
  text-align: center;
  position: relative;
  padding: 125px 30px 115px
}

.thim-video-popup .video-info:hover .button-popup {
  color: #fff;
  border-color: #fff
}

.thim-video-popup .video-title {
  color: #fff;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px
}

.thim-video-popup .video-description {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(255, 255, 255, .5)
}

.thim-video-popup .button-popup {
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  height: 52px;
  width: 52px;
  line-height: 50px;
  color: rgba(255, 255, 255, .4);
  display: inline-block;
  font-size: 17px
}

.thim-video-popup .button-popup .fa {
  line-height: 52px
}

.thim-video-popup.image-layout {
  display: inline-block
}

.thim-video-popup.image-layout .video-info {
  position: absolute;
  padding: 0;
  top: 50%;
  left: 50%
}

.thim-video-popup.image-layout .button-popup {
  width: 75px;
  line-height: 75px;
  height: 75px;
  position: relative;
  border: none;
  color: #fff;
  overflow: hidden;
  font-size: 32px
}

.thim-video-popup.image-layout .button-popup:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  opacity: .9;
  z-index: -1;
  -webkit-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.thim-video-popup.image-layout .button-popup:hover:before {
  opacity: 1
}

.thim-video-popup.image-layout:before {
  display: none
}

.bbpress #bbpress-forums {
  font-size: 13px
}

.bbpress #bbpress-forums fieldset.bbp-form legend {
  text-align: center
}

.bbpress #bbpress-forums ul.bbp-forums {
  border: 0
}

.bbpress #bbpress-forums ul.bbp-forums li.bbp-footer {
  border-top: 0
}

.bbpress #bbpress-forums #subscription-toggle {
  margin: 0 0 10px;
  display: inline-block
}

.bbpress #bbpress-forums p.bbp-topic-meta .bbp-author-avatar,
.bbpress .bbp-topic-description .bbp-author-avatar {
  display: none
}

.bbpress #bbpress-forums .bbp-header #subscription-toggle {
  margin: 0
}

.bbpress #bbpress-forums li.bbp-header {
  border: none;
  background: #ffb606;
  color: #fff;
  font-size: 13px;
  padding: 15px 30px
}

.bbpress #bbpress-forums li.bbp-header a {
  color: #fff
}

.bbpress #bbpress-forums li.bbp-header .forum-titles li {
  font-weight: 700;
  font-size: 16px
}

.bbpress #bbpress-forums li.bbp-forum-freshness,
.bbpress #bbpress-forums li.bbp-topic-freshness {
  width: 25%
}

.bbpress #bbpress-forums li.bbp-body ul {
  border-top: 0;
  padding: 20px 30px;
  background: #fff;
  font-size: 14px;
  color: #858585
}

.bbpress #bbpress-forums li.bbp-body ul.odd {
  background: #fbfbfb
}

.bbpress #bbpress-forums li.bbp-body ul a {
  color: #858585
}

.bbpress #bbpress-forums li.bbp-body ul .bbp-forum-title,
.bbpress #bbpress-forums li.bbp-body ul .bbp-topic-permalink {
  font-size: 14px;
  font-weight: 700
}

.bbpress #bbpress-forums li.bbp-body ul img.avatar {
  border: none;
  margin-top: -10px
}

.bbpress #bbpress-forums .bbp-template-notice {
  border-radius: 0;
  border: 0;
  padding: 5px 15px;
  line-height: 30px;
  font-size: 13px;
  color: #31708f;
  background: #d9edf7;
  margin-top: 0
}

.bbpress #bbpress-forums .bbp-template-notice img.avatar {
  border: none !important;
  margin-top: -10px
}

.bbpress #bbpress-forums .bbp-template-notice p {
  font-size: 13px;
  padding: 0;
  margin: 0 !important;
  line-height: 30px
}

.bbpress #bbpress-forums .bbp-template-notice.info {
  background: #d9edf7;
  color: #31708f
}

.bbpress #bbpress-forums span.description {
  border: none !important
}

.bbpress #bbpress-forums button {
  border: none;
  background: #111;
  line-height: 30px;
  padding: 5px 25px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0;
  color: #fff
}

.bbpress #bbpress-forums button:hover {
  background: #ffb606;
  color: #333
}

.bbpress #bbpress-forums #bbp-your-profile fieldset input[type=text],
.bbpress #bbpress-forums #bbp-your-profile fieldset textarea,
.bbpress #bbpress-forums fieldset input[type=text],
.bbpress #bbpress-forums fieldset textarea,
.bbpress #bbpress-forums input[type=text],
.bbpress #bbpress-forums textarea {
  background: #F6F6F6;
  border: none;
  padding: 9px
}

.bbpress #bbpress-forums #bbp-your-profile fieldset select,
.bbpress #bbpress-forums fieldset select,
.bbpress #bbpress-forums select {
  padding: 6px;
  background: #F6F6F6;
  border: none
}

.bbpress #bbpress-forums #bbp-single-user-details {
  background: #fff
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  margin: 0
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation {
  padding: 25px 20px 35px;
  color: #999
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  color: #999
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover {
  color: #ffb606
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
  border-top: 1px solid #eee
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation li:first-child {
  border-top: none
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  color: #ffb606;
  background: 0 0
}

.bbpress #bbpress-forums #bbp-user-body {
  background: #fff;
  padding: 23px 28px 70px;
  color: #999
}

.bbpress #bbpress-forums #bbp-user-body a {
  color: #999
}

.bbpress #bbpress-forums #bbp-user-body a:hover {
  color: #ffb606
}

.bbpress #bbpress-forums #bbp-user-body .entry-title,
.bbpress #bbpress-forums #bbp-user-body label[for],
.bbpress #bbpress-forums label[for] {
  color: #323945
}

.bbpress #bbpress-forums .bbp-reply-form,
.bbpress #bbpress-forums .bbp-topic-form {
  background: #fff;
  padding: 38px 0
}

.bbpress #bbpress-forums p.bbp-topic-meta {
  font-size: 13px
}

.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content {
  font-size: 13px
}

.bbp-search-form {
  float: none !important;
  background: #fff;
  padding: 0 0 30px
}

#bbp-search-form {
  background: #f5f5f5;
  padding: 10px;
  clear: both !important
}

#bbp-search-form>.bbp-search-box {
  position: relative;
  overflow: hidden;
  padding-right: 0
}

#bbp-search-form>.bbp-search-box:before {
  content: "\f002";
  font-family: FontAwesome;
  width: 30px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  top: 0;
  right: 0;
  position: absolute;
  background: 0 0;
  z-index: 1;
  color: #ccc
}

#bbp-search-form>.bbp-search-box:after,
.bbpress.bbp-search .content-post:after {
  display: block;
  content: "";
  clear: both
}

#bbp-search-form>.bbp-search-box #bbp_search {
  width: 270px !important;
  line-height: 32px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #999;
  float: right;
  height: 34px;
  padding: 0 35px 0 15px;
  font-size: 13px;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#buddypress a.button>span,
#buddypress form#whats-new-form #whats-new {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out
}

#bbp-search-form>.bbp-search-box #bbp_search_submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  z-index: 2;
  background: 0 0;
  width: 30px;
  border-radius: 0;
  line-height: 34px;
  height: 34px;
  color: transparent;
  font-size: 13px
}

.bbpress.single-forum #bbpress-forums .bbp-topics,
.bbpress.single-topic #bbpress-forums .bbp-replies {
  border: none
}

.bbpress.single-forum #bbpress-forums .bbp-topic-form {
  background: #fff;
  padding: 38px 0
}

.bbpress.single-forum #bbpress-forums .bbp-topic-form .bbp-form {
  padding-bottom: 50px
}

.breadcrumbs-wrapper .bbp-breadcrumb {
  padding: 13px 0;
  float: none;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  color: #666;
  margin-bottom: 0
}

.breadcrumbs-wrapper .bbp-breadcrumb a {
  color: #333
}

.breadcrumbs-wrapper .bbp-breadcrumb a:hover {
  color: #ffb606
}

.breadcrumbs-wrapper .bbp-breadcrumb>p {
  margin-bottom: 0
}

.breadcrumbs-wrapper .bbp-breadcrumb>p>a,
.breadcrumbs-wrapper .bbp-breadcrumb>p>span {
  display: inline-block;
  line-height: 25px
}

.breadcrumbs-wrapper .bbp-breadcrumb .bbp-breadcrumb-sep {
  padding: 0 8px;
  color: #fff
}

.breadcrumbs-wrapper .bbp-breadcrumb .bbp-breadcrumb-sep:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #eee;
  display: inline-block;
  margin: 0 7px
}

#buddypress div.item-list-tabs#subnav ul li:before {
  display: none
}

#buddypress div.item-list-tabs ul li {
  position: relative;
  border-bottom: 1px solid #eee
}

#buddypress div.item-list-tabs ul li a {
  border-radius: 0;
  margin-right: 3px;
  border: 1px solid #eee;
  border-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  background: #f9f9f9;
  line-height: 29px;
  padding: 10px 15px;
  min-width: 150px;
  text-align: center
}

#buddypress div.item-list-tabs ul li a span {
  line-height: 15px
}

#buddypress div.item-list-tabs ul li#activity-favs-personal-li:after,
#buddypress div.item-list-tabs ul li#activity-favs-personal-li:before,
#buddypress div.item-list-tabs ul li#read-personal-li:after,
#buddypress div.item-list-tabs ul li#read-personal-li:before,
#buddypress div.item-list-tabs ul li:last-child:after,
#buddypress div.item-list-tabs ul li:last-child:before {
  right: 0
}

#buddypress div.item-list-tabs ul li#activity-favs-personal-li a,
#buddypress div.item-list-tabs ul li#read-personal-li a,
#buddypress div.item-list-tabs ul li:last-child a {
  margin-right: 0
}

#buddypress div.item-list-tabs ul li#activity-filter-select,
#buddypress div.item-list-tabs ul li.filter {
  border-bottom: 0
}

#buddypress div.item-list-tabs ul li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 3px;
  height: 3px;
  left: 0
}

#buddypress div.item-list-tabs ul li:after {
  bottom: -1px;
  z-index: 10;
  background: 0 0;
  left: 0;
  right: 3px;
  height: 1px;
  content: '';
  position: absolute
}

#buddypress div.item-list-tabs ul li.current:after,
#buddypress div.item-list-tabs ul li.selected:after {
  background: #fff
}

#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.selected a {
  background: #fff;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

#buddypress .bp-avatar-nav ul.avatar-nav-items {
  border-color: #eee
}

#buddypress .bp-avatar-nav ul.avatar-nav-items li {
  position: relative;
  border-radius: 0;
  border: 0
}

#buddypress .bp-avatar-nav ul.avatar-nav-items li a {
  border-radius: 0;
  margin-right: 3px;
  border: 1px solid #eee;
  border-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  background: #f9f9f9;
  line-height: 24px;
  padding: 5px 15px;
  min-width: 150px;
  text-align: center
}

#buddypress .bp-avatar-nav ul.avatar-nav-items li:last-child:after,
#buddypress .bp-avatar-nav ul.avatar-nav-items li:last-child:before {
  right: 0
}

#buddypress .bp-avatar-nav ul.avatar-nav-items li:last-child a {
  margin-right: 0
}

#buddypress .bp-avatar-nav ul.avatar-nav-items li#activity-filter-select,
#buddypress .bp-avatar-nav ul.avatar-nav-items li.filter {
  border-bottom: 0
}

#buddypress .bp-avatar-nav ul.avatar-nav-items li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 3px;
  height: 3px;
  left: 0
}

#buddypress .bp-avatar-nav ul.avatar-nav-items li:after {
  bottom: -1px;
  z-index: 10;
  background: 0 0;
  left: 0;
  right: 3px;
  height: 1px;
  content: '';
  position: absolute
}

#buddypress .bp-avatar-nav ul.avatar-nav-items li.current:after,
#buddypress .bp-avatar-nav ul.avatar-nav-items li.selected:after {
  background: #fff
}

#buddypress .bp-avatar-nav ul.avatar-nav-items li.current a,
#buddypress .bp-avatar-nav ul.avatar-nav-items li.selected a {
  background: #fff;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

#buddypress .buddypress-left {
  width: 180px;
  float: left;
  margin-right: 30px
}

#buddypress .buddypress-left div.item-list-tabs ul li {
  display: block;
  width: 100%
}

#buddypress .buddypress-left div.item-list-tabs ul li:before {
  right: 0;
  left: auto;
  bottom: 0;
  height: auto;
  width: 3px
}

#buddypress .buddypress-left div.item-list-tabs ul li a {
  margin-right: 0
}

#buddypress .buddypress-content {
  float: left;
  width: calc(100% - 210px);
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px)
}

#buddypress .buddypress-content input:not([type=submit]) {
  line-height: 30px;
  background: 0 0;
  padding: 5px 10px;
  border: 1px solid #eee
}

#buddypress .standard-form input[type=password] {
  margin-bottom: 20px
}

#buddypress .item-list-tabs#subnav ul li a {
  padding: 5px 15px;
  line-height: 25px;
  font-size: 12px;
  min-width: 100px
}

#buddypress #item-body #subnav {
  margin: 0 0 20px
}

#buddypress #item-body form#whats-new-form p.activity-greeting {
  line-height: 20px
}

#buddypress #item-header {
  margin-bottom: 30px
}

#buddypress .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .comment-header {
  font-size: 14px
}

#buddypress .activity-list .activity-content .activity-header a:not(.activity-time-since),
#buddypress .activity-list .activity-content .comment-header a:not(.activity-time-since) {
  font-weight: 700
}

#buddypress .activity-list .activity-content .activity-header .activity-time-since,
#buddypress .activity-list .activity-content .comment-header .activity-time-since {
  display: block;
  font-size: 13px;
  font-style: italic
}

#buddypress .activity-list .activity-content .activity-inner,
#buddypress .activity-list .activity-content blockquote {
  font-size: 14px
}

#buddypress .activity-list li.mini .activity-avatar img.avatar {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-left: 0
}

#buddypress ul.item-list li {
  padding: 25px 0
}

#buddypress ul.item-list li img.avatar {
  border-radius: 50%;
  min-width: 70px;
  max-width: 70px
}

#buddypress .activity-list li .activity-content {
  margin-left: 90px
}

#buddypress #item-body form#whats-new-form {
  padding-top: 15px
}

#buddypress form#whats-new-form #whats-new-avatar {
  margin-right: 20px
}

#buddypress form#whats-new-form #whats-new-content {
  padding-left: 0;
  margin-left: 90px
}

#buddypress form#whats-new-form #whats-new {
  outline: 0;
  border-color: #ddd;
  transition: all .3s ease-in-out;
  height: 75px !important
}

#buddypress div.item-list-tabs#subnav {
  margin-bottom: 30px;
  margin-top: 0
}

#buddypress input[type=submit] {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  line-height: 30px;
  padding: 5px 25px
}

#buddypress a.button,
#buddypress a.button>span {
  display: inline-block;
  font-size: 12px;
  color: #fff
}

#buddypress input[type=submit]:hover {
  border: 0
}

#buddypress .acomment-meta>a:first-child {
  text-transform: capitalize
}

#buddypress a.button {
  line-height: 20px;
  padding: 5px 15px;
  border: none;
  outline: 0;
  box-shadow: none;
  font-weight: 700
}

#buddypress a.button>span {
  background: 0 0;
  transition: all .3s ease-in-out
}

#buddypress a.button>span:before {
  content: '('
}

#buddypress a.button>span:after {
  content: ')'
}

#buddypress a.button:hover {
  border: none
}

#buddypress a.button:hover>span {
  background: 0 0
}

#buddypress div.activity-meta .button {
  padding: 5px 15px
}

#buddypress .standard-form input[type=text] {
  margin: 5px 0 20px
}

#buddypress table,
#buddypress td,
#buddypress tr {
  border-color: #eee
}

#buddypress table.profile-fields:last-child {
  margin-top: 10px
}

#buddypress div.item-list-tabs ul li.last select {
  border-radius: 0;
  line-height: 30px;
  padding: 5px 0;
  border: 1px solid #eee;
  outline: 0
}

#buddypress div.item-list-tabs ul li.last select:focus {
  outline: 0
}

#buddypress div.activity-comments {
  padding: 0
}

#buddypress div.activity-comments div.acomment-avatar img {
  width: 70px;
  height: 70px
}

#buddypress div.activity-comments>ul {
  padding: 0;
  margin-top: 25px
}

#buddypress div.activity-comments>ul>li {
  padding-top: 25px;
  border-top: 1px solid #eee !important
}

#buddypress div.activity-comments>ul>li .acomment-options {
  float: none;
  margin: 0
}

#buddypress div.activity-comments li form.ac-form {
  border-top: 1px solid #eee;
  padding: 25px 0;
  margin-top: 20px
}

#buddypress div.activity-comments li form.ac-form .ac-reply-content {
  margin-left: 90px;
  padding: 0
}

#buddypress div.activity-comments li form.ac-form .ac-reply-content .ac-textarea {
  border: 0;
  padding: 0
}

#buddypress div.activity-comments li form.ac-form .ac-reply-content textarea {
  border: 1px solid #eee;
  padding: 10px
}

#buddypress div.activity-comments li form.ac-form .ac-reply-content .ac-reply-cancel,
#buddypress div.activity-comments li form.ac-form .ac-reply-content input[type=submit] {
  display: inline-block;
  line-height: 20px;
  padding: 5px 15px;
  border: none;
  outline: 0;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: none
}

#buddypress .acomment-meta a:first-child {
  font-weight: 700
}

#buddypress #members-dir-search {
  float: left;
  margin: 0
}

#buddypress #members-directory-form {
  clear: right;
  margin-top: -50px
}

#buddypress #members-directory-form div.item-list-tabs {
  clear: right
}

#buddypress #members-directory-form div.item-list-tabs ul li.last {
  margin-top: 0
}

#buddypress #members-list li .item {
  width: calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  float: right
}

#buddypress #members-list li .item .item-title {
  width: 100%;
  font-size: 100%
}

#search-members-form #members_search_submit,
#search-members-form:before {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  top: 0;
  right: 0
}

#buddypress #members-list li .item .item-title>a {
  font-weight: 700;
  display: block;
  text-transform: capitalize
}

#buddypress #members-list li .item .item-title .activity-read-more,
#buddypress #members-list li .item .item-title .update {
  font-size: 13px
}

#buddypress #members-list li .item .item-meta .activity {
  font-style: italic
}

#buddypress div#item-header div.generic-button {
  margin-top: 15px
}

#buddypress div#item-header div.generic-button>a {
  display: inline-block;
  line-height: 20px;
  padding: 5px 15px;
  border: none;
  outline: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
  color: #fff
}

#buddypress div#item-header .activity {
  margin-top: 5px
}

#buddypress div#item-header .item-meta {
  font-size: 13px
}

body.activity-permalink #buddypress .activity-list li.mini .activity-comments {
  margin-top: 25px
}

body.activity-permalink #buddypress .activity-list li .activity-content {
  margin-left: 90px
}

body.activity-permalink #buddypress #activity-stream p {
  margin: 0;
  padding-top: 0
}

#whats-new-avatar img {
  border-radius: 50%
}

#buddypress div#message p,
#buddypress p.warning,
#sitewide-notice p,
div.bp-avatar-status p.success,
div.bp-cover-image-status p.success {
  color: #31708f;
  margin: 0 0 40px;
  border: 0;
  border-radius: 0;
  line-height: 20px;
  padding: 10px 15px;
  font-size: 13px;
  background: #d9edf7
}

#buddypress p.warning {
  color: #8a6d3b;
  background: #fcf8e3
}

div.bp-avatar-status p.success,
div.bp-cover-image-status p.success {
  color: #3c763d;
  background: #dff0d8
}

#search-members-form {
  position: relative
}

#search-members-form #members_search {
  display: inline-block;
  line-height: 30px;
  padding: 4px 10px;
  border: 1px solid #eee;
  color: #999;
  min-width: 250px
}

#search-members-form #members_search_submit {
  background: 0 0;
  color: transparent;
  padding: 0
}

#search-members-form:before {
  content: "\f002";
  font-family: FontAwesome;
  line-height: 40px;
  display: inline-block;
  color: #999
}

body.activity-permalink .bp_members #buddypress div.activity-comments {
  margin: 0 0 0 70px
}

body.activity-permalink .bp_members #buddypress div.activity-comments>ul {
  margin: 0
}

body.activity-permalink .bp_members #buddypress div.activity-comments>ul li {
  padding: 25px 0;
  border-top: 1px solid #eee
}

#whats-new-form>h5 {
  margin-top: 0
}

table.learn-press-cart-table .course-price,
table.learn-press-cart-table .course-total {
  width: 10%
}

table.learn-press-cart-table thead tr th {
  border: 1px solid #eee;
  text-align: center;
  padding: 10px 15px
}

table.learn-press-cart-table tbody tr td {
  border: 1px solid #eee
}

table.learn-press-cart-table tbody .cart_item td {
  padding: 10px 15px;
  vertical-align: middle
}

table.learn-press-cart-table tbody .cart_item .course-price,
table.learn-press-cart-table tbody .cart_item .course-quantity,
table.learn-press-cart-table tbody .cart_item .course-total {
  text-align: center
}

table.learn-press-cart-table tbody .cart_item .course-remove a {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0
}

table.learn-press-cart-table tbody .cart_item .course-remove a:hover {
  color: #fff !important;
  background-color: red
}

.lp-cart .cart_totals {
  width: 50%;
  float: right
}

.lp-cart .cart_totals h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400
}

.lp-cart .cart_totals table td,
.lp-cart .cart_totals table th {
  padding: 20px;
  border: 1px solid #eee
}

.lp-cart .cart_totals table .subtotal,
.lp-cart .cart_totals table .total {
  border-right: none
}

.lp-cart .cart_totals table .subtotal-price,
.lp-cart .cart_totals table .total-price {
  border-left: none
}

.lp-cart .cart_totals .checkout-button {
  width: 100%
}

@media screen and (max-width:600px) {
  .lp-cart table.learn-press-cart-table .course-thumbnail {
    display: none
  }

  .lp-cart .cart_totals {
    width: 100%
  }
}

#learn-press-checkout-user-form #learn-press-checkout-user-login ul.form-fields li button,
.related-portfolio .portfolio_hover:hover .p_line {
  width: 50%
}

@media screen and (max-width:360px) {
  .lp-cart table.learn-press-cart-table .course-price {
    display: none
  }
}

#learn-press-checkout-user-form {
  text-align: center;
  margin-bottom: 80px
}

#learn-press-checkout-user-form #learn-press-checkout-user-login ul.form-fields {
  list-style-type: none;
  margin: 0
}

#learn-press-checkout-user-form #learn-press-checkout-user-login ul.form-fields li label {
  display: none
}

#learn-press-checkout-user-form #learn-press-checkout-user-login ul.form-fields li input {
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  color: #999 !important;
  width: 50%;
  margin: 0 0 20px;
  height: 40px
}

#learn-press-checkout-user-form #learn-press-checkout-user-register .form-content a {
  padding: 5px 25px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  line-height: 30px;
  font-size: 13px;
  text-transform: uppercase
}

#order_review h3 {
  margin-bottom: 50px;
  text-align: center
}

#order_review .title {
  text-transform: uppercase
}

#order_review .learn-press-checkout-review-order-table {
  margin-bottom: 80px
}

#order_review .learn-press-checkout-review-order-table td,
#order_review .learn-press-checkout-review-order-table th {
  padding: 10px 15px;
  border: 1px solid #eee
}

#order_review .learn-press-checkout-review-order-table tfoot th {
  text-align: right;
  border: 1px solid #eee;
  border-right: none
}

#order_review .learn-press-checkout-review-order-table tfoot td {
  border-left: none
}

#order_review textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #eee;
  padding: 10px 15px;
  margin-bottom: 80px
}

#learn-press-payment ul.payment-methods {
  margin: 0 0 15px;
  list-style-type: none
}

#learn-press-payment .place-order-action {
  margin-bottom: 15px
}

#learn-press-payment .place-order-action input.button {
  margin-top: 10px;
  height: 40px;
  padding: 0 25px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  border: none
}

.list-book-event tbody td,
.list-book-event tbody th,
.list-book-event thead td,
.list-book-event thead th {
  border: 1px solid #eee;
  padding: 10px 15px
}

.list-book-event tbody .quantity,
.list-book-event thead .quantity {
  text-align: center
}

@media (max-width:460px) {

  .list-book-event .id,
  .list-book-event .method,
  .list-book-event .type {
    display: none
  }
}

.account-event .message {
  margin-bottom: 30px
}

.message.event_auth_book_success {
  color: #3c763d;
  background: #dff0d8
}

.textwidget .rev_slider_wrapper.fullscreen-container {
  overflow: hidden !important
}

@media screen and (max-width:550px) {
  table.learn-press-cart-table tbody .cart_item td {
    padding: 5px
  }
}

.thim-product-switch-wrap .woocommerce-result-count {
  display: inline-block;
  line-height: 38px;
  font-size: 13px;
  color: #999;
  margin-left: 15px
}

.thim-product-switch-wrap form.woocommerce-ordering select {
  font-size: 13px;
  color: #999;
  line-height: 20px;
  padding: 6px 0 6px 10px;
  border-radius: 0;
  width: 100%;
  height: 34px;
  border: 1px solid #e5e5e5;
  outline: 0
}

ul.product-grid li.product .product__title .description {
  display: none
}

.thim-product-list ul.product-grid {
  padding: 0 15px
}

.thim-product-list ul.product-grid li.product {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0
}

.thim-product-list ul.product-grid li.product:first-child {
  padding-top: 0
}

.thim-product-list ul.product-grid li.product:last-child {
  border-bottom: 0
}

.thim-product-list ul.product-grid li.product .content__product {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}

.thim-product-list ul.product-grid li.product .product_thumb {
  max-width: 270px;
  margin-right: 30px;
  height: auto;
  float: left;
  margin-bottom: 0
}

.thim-product-list ul.product-grid li.product .product__title {
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  float: right;
  padding-right: 0;
  margin-top: 0
}

.thim-product-list ul.product-grid li.product .product__title .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 3px 0 2px;
  text-transform: none
}

.thim-product-list ul.product-grid li.product .product__title .description {
  margin: 30px 0;
  height: 75px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.thim-product-list ul.product-grid li.product .product__title .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: inline-block
}

.thim-product-list ul.product-grid li.product .product__title .added_to_cart,
.thim-product-list ul.product-grid li.product .product__title .ajax_add_to_cart,
.thim-product-list ul.product-grid li.product .product__title a.add_to_cart_button {
  position: relative;
  float: right;
  font-size: 13px !important;
  width: auto;
  line-height: 40px;
  padding: 0 25px
}

.thim-product-list ul.product-grid li.product .product__title a.add_to_cart_button:before {
  display: none
}

.thim-product-list ul.product-grid li.product .product__title .description {
  display: block
}

.site-main .woof_products_top_panel,
.site-main .woof_show_auto_form,
.site-main .woof_sid_auto_shortcode {
  display: none !important
}

.pmpro-has-access #pmpro_billing_address_fields tbody #ExpirationMonth+.pmpro_asterisk,
.pmpro-has-access #pmpro_cancel hr,
.pmpro-has-access #pmpro_payment_information_fields tbody #ExpirationMonth+.pmpro_asterisk,
.widget-area aside.WOOF_Widget:after,
.widget-area aside.WOOF_Widget:before,
aside .woof_sid .woof_submit_search_form {
  display: none
}

aside .woof_container_inner h4 {
  text-transform: uppercase;
  margin-top: 0
}

aside .woof_container_color .woof_list li input[type=radio][name=pa_color] {
  border: 0
}

aside .woof_container_color .woof_list li input[type=radio]:checked:before {
  background-color: #fff;
  margin: 5px
}

aside .woof_container_size .woof_list li input[type=radio]:checked:before {
  margin: 3px
}

aside .woof_sid .woof_reset_search_form {
  height: 26px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  border-radius: 0;
  padding: 0 10px;
  text-align: center;
  line-height: 26px;
  background-color: #ebe9eb
}

.widget-area aside.WOOF_Widget {
  padding: 0
}

.widget-area aside.WOOF_Widget .woof_container {
  position: relative;
  margin-bottom: 50px;
  padding: 0
}

.widget-area aside.WOOF_Widget .woof_container .woof_container_inner {
  padding: 0 20px
}

.widget-area aside.WOOF_Widget .woof_container .woof_container_inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 36px;
  z-index: 3
}

.widget-area aside.WOOF_Widget .woof_container .woof_container_inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #e5e5e5
}

.widget-area aside.WOOF_Widget .woof_container .woof_container_inner.woof_container_inner_color ul li,
.widget-area aside.WOOF_Widget .woof_container .woof_container_inner.woof_container_inner_size ul li {
  margin: 0 !important;
  padding: 20px 0 0 !important;
  line-height: 100%
}

.widget-area aside.WOOF_Widget .woof_container .woof_container_inner.woof_container_inner_color ul li label,
.widget-area aside.WOOF_Widget .woof_container .woof_container_inner.woof_container_inner_size ul li label {
  padding: 0
}

.widget-area aside.WOOF_Widget .woof_container .woof_container_inner.woof_container_inner_color ul li img,
.widget-area aside.WOOF_Widget .woof_container .woof_container_inner.woof_container_inner_size ul li img {
  margin-bottom: 5px;
  margin-left: 10px
}

.widget-area aside.WOOF_Widget .woof_container.woof_container_size {
  margin-bottom: 0
}

.widget-area aside.WOOF_Widget .woof_submit_search_form_container {
  margin: 0
}

.widget-area aside.WOOF_Widget .woof_submit_search_form_container .woof_reset_search_form {
  float: left !important;
  margin-left: 20px;
  margin-top: 20px
}

div.woof_info_popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  color: transparent
}

div.woof_info_popup:before {
  content: '\f110';
  font-family: FontAwesome;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: -10px;
  margin-top: -10px
}

@media (max-width:767px) {
  .landing-image .image-link {
    height: 300px
  }

  .landing-image .image-link .image {
    background-size: 100%
  }
}

.pmpro-has-access .pmpro_submit {
  margin-left: 0 !important
}

.pmpro-has-access .pmpro_error {
  color: #a94442;
  background: #f2dede
}

.pmpro-has-access .pmpro_thead-name {
  text-transform: uppercase
}

.pmpro-has-access .pmpro_thead-msg {
  text-transform: lowercase
}

.pmpro-has-access ul {
  list-style-type: none
}

.pmpro-has-access .entry-content ul {
  list-style: inherit
}

.pmpro-has-access .navigation a,
.pmpro-has-access .pmpro_actionlinks a {
  font-weight: 700;
  font-size: 15px;
  padding: 0;
  margin: 0 10px;
  line-height: 30px
}

.pmpro-has-access .navigation a:first-child,
.pmpro-has-access .pmpro_actionlinks a:first-child {
  margin-left: 0
}

.pmpro-has-access .navigation a:last-child,
.pmpro-has-access .pmpro_actionlinks a:last-child {
  margin-right: 0
}

.pmpro-has-access a.pmpro_btn,
.pmpro-has-access input.pmpro_btn {
  border: none;
  padding: 5px 25px;
  border-radius: 0;
  text-transform: uppercase;
  outline: 0;
  line-height: 30px
}

.pmpro-has-access table.pmpro_invoice {
  margin-top: 40px
}

.pmpro-has-access #pmpro_account-invoices thead tr th,
.pmpro-has-access #pmpro_account-membership thead tr th,
.pmpro-has-access #pmpro_cancel thead tr th,
.pmpro-has-access #pmpro_invoices_table thead tr th,
.pmpro-has-access table#pmpro_levels_table thead tr th,
.pmpro-has-access table.pmpro_invoice thead tr th {
  border: 1px solid #eee;
  text-align: center;
  padding: 10px 15px
}

.pmpro-has-access #pmpro_account-invoices tbody .odd td,
.pmpro-has-access #pmpro_account-membership tbody .odd td,
.pmpro-has-access #pmpro_cancel tbody .odd td,
.pmpro-has-access #pmpro_invoices_table tbody .odd td,
.pmpro-has-access table#pmpro_levels_table tbody .odd td,
.pmpro-has-access table.pmpro_invoice tbody .odd td {
  background-color: transparent
}

.pmpro-has-access #pmpro_account-invoices tbody .active td,
.pmpro-has-access #pmpro_account-membership tbody .active td,
.pmpro-has-access #pmpro_cancel tbody .active td,
.pmpro-has-access #pmpro_invoices_table tbody .active td,
.pmpro-has-access table#pmpro_levels_table tbody .active td,
.pmpro-has-access table.pmpro_invoice tbody .active td {
  background-color: #eee
}

.pmpro-has-access #pmpro_account-invoices tbody tr td,
.pmpro-has-access #pmpro_account-membership tbody tr td,
.pmpro-has-access #pmpro_cancel tbody tr td,
.pmpro-has-access #pmpro_invoices_table tbody tr td,
.pmpro-has-access table#pmpro_levels_table tbody tr td,
.pmpro-has-access table.pmpro_invoice tbody tr td {
  text-transform: capitalize;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #eee
}

.pmpro-has-access table#pmpro_levels_table tbody tr td .pmpro_btn {
  border-radius: 0;
  border: none;
  font-size: 15px
}

.pmpro-has-access #pmpro_account-profile ul {
  margin: 0
}

.pmpro-has-access #pmpro_account-profile ul li {
  list-style-type: none
}

.pmpro-has-access #pmpro_account-profile .pmpro_actionlinks {
  margin-top: 30px
}

.pmpro-has-access #pmpro_cancel h3 {
  margin: 0 0 30px;
  text-transform: uppercase
}

.pmpro-has-access #pmpro_account .pmpro_box {
  margin-top: 0
}

.pmpro-has-access #pmpro_account .pmpro_box h3 {
  margin: 20px 0 30px;
  text-transform: uppercase
}

.pmpro-has-access #pmpro_billing_address_fields thead th,
.pmpro-has-access #pmpro_payment_information_fields thead th {
  text-transform: uppercase
}

.pmpro-has-access #pmpro_billing_address_fields tbody label,
.pmpro-has-access #pmpro_payment_information_fields tbody label {
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  width: 175px
}

.pmpro-has-access #pmpro_billing_address_fields tbody input,
.pmpro-has-access #pmpro_billing_address_fields tbody select,
.pmpro-has-access #pmpro_payment_information_fields tbody input,
.pmpro-has-access #pmpro_payment_information_fields tbody select {
  border-radius: 0;
  border: 1px solid #eee;
  padding: 7px 10px;
  height: 40px;
  max-width: 230px;
  outline: 0;
  margin: 0
}

.pmpro-has-access #pmpro_billing_address_fields tbody select,
.pmpro-has-access #pmpro_payment_information_fields tbody select {
  font-size: 15px
}

.pmpro-has-access #pmpro_billing_address_fields tbody #ExpirationMonth,
.pmpro-has-access #pmpro_billing_address_fields tbody #ExpirationYear,
.pmpro-has-access #pmpro_payment_information_fields tbody #ExpirationMonth,
.pmpro-has-access #pmpro_payment_information_fields tbody #ExpirationYear {
  width: calc(15% - 3.5px);
  width: -webkit-calc(15% - 3.5px);
  width: -moz-calc(15% - 3.5px)
}

.pmpro-has-access #pmpro_billing_address_fields tbody .pmpro_error,
.pmpro-has-access #pmpro_payment_information_fields tbody .pmpro_error {
  border-color: #a00;
  background-color: transparent
}

.pmpro-has-access #pmpro_billing_address_fields abbr,
.pmpro-has-access #pmpro_payment_information_fields abbr {
  color: red;
  font-weight: 700;
  border: 0
}

.pmpro-has-access #pmpro_billing_address_fields tbody tr td,
.pmpro-has-access #pmpro_billing_address_fields thead tr th,
.pmpro-has-access #pmpro_payment_information_fields tbody tr td,
.pmpro-has-access #pmpro_payment_information_fields thead tr th,
.pmpro-has-access #pmpro_pricing_fields tbody tr td,
.pmpro-has-access #pmpro_pricing_fields thead tr th {
  padding: 10px 15px;
  border: 1px solid #eee
}

#pmpro_account #pmpro_account-membership {
  padding-top: 0
}

#pmpro_account #pmpro_account-membership>h3 {
  margin-top: 0
}

.pmpro_message {
  color: #31708f;
  border: 0;
  border-radius: 0;
  line-height: 20px;
  padding: 10px 15px;
  font-size: 13px;
  background: #d9edf7
}

.lp_pmpro_courses_by_level .level-wrap {
  margin-bottom: 50px;
  border: 1px solid #EEE;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative
}

.lp_pmpro_courses_by_level .level-wrap.feature:before {
  background: url(../../../themes/eduma/images/pricing-featured.png) top right no-repeat;
  content: '';
  position: absolute;
  width: 51px;
  height: 51px;
  top: -3px;
  right: -3px
}

.lp_pmpro_courses_by_level .level-wrap header {
  text-align: center
}

.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_title_level {
  text-transform: uppercase;
  margin: 0;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  line-height: 62px;
  padding: 10px 30px;
  overflow: hidden
}

.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_title_level:before {
  content: '';
  position: absolute;
  top: -70px;
  left: -50px;
  right: -50px;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 50% 50%;
  background: #ffb606
}

.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_price_level {
  text-align: center;
  padding: 35px 30px 30px
}

.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_price_level .price {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin: 0
}

.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_price_level .expired {
  color: #999;
  line-height: 25px;
  margin: 0
}

.lp_pmpro_courses_by_level .level-wrap footer {
  padding: 25px 30px 40px;
  text-align: center
}

.lp_pmpro_courses_by_level .level-wrap footer a {
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  padding: 5px 25px
}

.lp_pmpro_courses_by_level .level-wrap main {
  padding: 0 30px
}

.lp_pmpro_courses_by_level .level-wrap ul {
  padding: 0
}

.lp_pmpro_courses_by_level .level-wrap ul li {
  padding: 12px 0;
  border-top: 1px solid #eee
}

.lp_pmpro_courses_by_level .level-wrap ul li a {
  line-height: 25px;
  color: #999;
  display: block
}

.lp_pmpro_courses_by_level .level-wrap:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.lp_pmpro_courses_by_level .navigation {
  clear: both
}

body #pmpro_account .pmpro_box {
  border-top: 0
}

form.pmpro_form .pmpro_message {
  margin-top: 0;
  margin-bottom: 40px
}

form.pmpro_form table {
  margin-bottom: 60px
}

form.pmpro_form .pmpro_submit {
  margin: 0;
  overflow: hidden
}

body form.pmpro_form .input,
body form.pmpro_form select,
body form.pmpro_form textarea,
body table,
body td,
body tr {
  border-color: #eee
}

.user-info .edit-profile {
  text-align: center
}

.user-info .edit-profile a:hover {
  text-decoration: underline
}

#learn-press-checkout-user-form .title {
  text-transform: uppercase;
  margin-top: 0
}

#learn-press-payment h3 {
  text-transform: uppercase
}

.tc-megamenu-wrapper>.vc_row {
  display: flex
}

.tc-megamenu-wrapper>.vc_row>.vc_column_container {
  padding: 0 30px
}

.tc-megamenu-wrapper>.vc_row>.vc_column_container:last-child:after {
  display: none
}

.tc-megamenu-wrapper>.vc_row>.vc_column_container:after {
  content: '';
  top: 7px;
  bottom: 5px;
  width: 1px;
  position: absolute;
  background: #eee;
  right: 1px;
  min-height: 360px
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  visibility: visible !important
}

.animated.hinge,
.wapper_portfolio.standard.effects_zoom_02 .portfolio-image:hover .mask-content .btn_zoom {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s
}

.animated.hinge {
  animation-duration: 1s
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }

  100% {
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }

  100% {
    -moz-transform: translateX(0)
  }
}

@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }

  100% {
    -o-transform: translateX(0)
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  100% {
    transform: translateX(0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }

  100% {
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }

  100% {
    -moz-transform: translateX(0)
  }
}

@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }

  100% {
    -o-transform: translateX(0)
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  100% {
    transform: translateX(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight
}

.related-portfolio {
  clear: both;
  margin-top: 40px;
  padding: 0
}

.related-portfolio ul.row {
  margin-left: -15px;
  margin-right: -15px
}

.related-portfolio .module_title {
  margin-bottom: 40px
}

.related-portfolio li {
  list-style: none
}

.related-portfolio .portfolio-image {
  position: relative
}

.related-portfolio .portfolio-image img {
  width: 100%
}

.related-portfolio .portfolio_hover {
  background: rgba(0, 0, 0, .8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  color: #fff;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0
}

.related-portfolio .portfolio_hover:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.related-portfolio .portfolio_hover:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

.related-portfolio .portfolio_hover .thumb-bg {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: 70%
}

.related-portfolio .portfolio_hover .mask-content h3 a {
  color: #fff
}

.related-portfolio .p_line {
  height: 1px;
  background: #fff;
  width: 20%;
  -webkit-transition: all .4s ease-in-out 0s;
  -khtml-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  display: inline-block;
  margin: 5px 0
}

.related-portfolio .cat_portfolio a {
  color: #fff
}

.wapper_portfolio.standard.effects_zoom_01 .link_hover {
  border-radius: 2px 2px 0 0;
  display: block;
  overflow: hidden
}

.wapper_portfolio.standard.effects_zoom_01 .portfolio_hover {
  display: none
}

.wapper_portfolio.standard.effects_zoom_01 .portfolio-image .thumb-img,
.wapper_portfolio.standard.effects_zoom_01 .portfolio-image img {
  border-radius: 2px 2px 0 0;
  -webkit-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.wapper_portfolio.standard.effects_zoom_01 .portfolio-image:hover .thumb-img,
.wapper_portfolio.standard.effects_zoom_01 .portfolio-image:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2)
}

.wapper_portfolio.gallery.effects_zoom_01 .thumb-bg {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: 70%
}

.wapper_portfolio.gallery.effects_zoom_01 .portfolio_hover:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

.wapper_portfolio.gallery.effects_zoom_01 .portfolio-image {
  position: relative;
  overflow: hidden
}

.wapper_portfolio.gallery.effects_zoom_01 .portfolio_hover {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  padding: 20px;
  background: rgba(0, 0, 0, .3)
}

.wapper_portfolio.gallery.effects_zoom_01 .portfolio-image:hover .portfolio_hover {
  opacity: 1;
  top: 0
}

.wapper_portfolio.gallery.effects_zoom_01 .portfolio-image:hover .portfolio_hover .read_more {
  opacity: 1
}

.wapper_portfolio.gallery.effects_zoom_01 .mask-content .cat_portfolio,
.wapper_portfolio.gallery.effects_zoom_01 .mask-content h3>a {
  color: #fff
}

.wapper_portfolio.gallery.effects_zoom_01 .portfolio-image .thumb-img,
.wapper_portfolio.gallery.effects_zoom_01 .portfolio-image>img {
  border-radius: 2px 2px 0 0;
  -webkit-transition: all .2s ease-in-out;
  -khtml-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.wapper_portfolio.gallery.effects_zoom_01 .portfolio-image:hover .thumb-img,
.wapper_portfolio.gallery.effects_zoom_01 .portfolio-image:hover>img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2)
}

.wapper_portfolio.standard.effects_zoom_02 .portfolio-image:hover .mask-content .btn_zoom {
  animation-duration: 1s;
  visibility: visible !important;
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown
}

.wapper_portfolio.standard.effects_zoom_02 .portfolio-image {
  position: relative;
  overflow: hidden
}

.wapper_portfolio.standard.effects_zoom_02 .portfolio-image:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  border: 2px solid #fff;
  opacity: .3
}

.wapper_portfolio.standard.effects_zoom_02 .portfolio-image:hover .portfolio_hover {
  opacity: 1
}

.wapper_portfolio.standard.effects_zoom_02 .portfolio_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  padding: 20px
}

.wapper_portfolio.standard.effects_zoom_02 .portfolio_hover:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  border: 2px solid #fff;
  opacity: .3
}

.wapper_portfolio.standard.effects_zoom_02 .portfolio_hover .thumb-bg {
  background-color: fade(blue, 40%);
  height: 100%;
  width: 100%;
  display: table
}

.wapper_portfolio.standard.effects_zoom_02 .portfolio-image .thumb-img,
.wapper_portfolio.standard.effects_zoom_02 .portfolio-image img {
  -webkit-transition: all .8s ease;
  -khtml-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease
}

.wapper_portfolio.standard.effects_zoom_02 .portfolio-image:hover .thumb-img,
.wapper_portfolio.standard.effects_zoom_02 .portfolio-image:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2)
}

.wapper_portfolio.gallery.effects_zoom_02 .mask-content {
  display: table-cell;
  vertical-align: middle
}

.wapper_portfolio.gallery.effects_zoom_02 .portfolio-image .mask-content h3,
.wapper_portfolio.gallery.effects_zoom_02 .portfolio-image:hover .mask-content .btn_zoom,
.wapper_portfolio.gallery.effects_zoom_02 .portfolio-image:hover .mask-content .cat_portfolio {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  visibility: visible !important
}

.wapper_portfolio.gallery.effects_zoom_02 .portfolio-image:hover .mask-content h3 {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

.wapper_portfolio.gallery.effects_zoom_02 .portfolio-image:hover .mask-content .cat_portfolio {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight
}

.wapper_portfolio.gallery.effects_zoom_02 .portfolio-image:hover .mask-content .btn_zoom {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown
}

.wapper_portfolio.gallery.effects_zoom_02 .portfolio-image {
  position: relative;
  overflow: hidden
}

.wapper_portfolio.gallery.effects_zoom_02 .portfolio-image:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  border: 2px solid #fff;
  opacity: .3
}

.wapper_portfolio.gallery.effects_zoom_02 .portfolio-image:hover .portfolio_hover {
  opacity: 1
}

.wapper_portfolio.gallery.effects_zoom_02 .portfolio_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  padding: 20px
}

.wapper_portfolio.gallery.effects_zoom_02 .portfolio_hover:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  border: 2px solid #fff;
  opacity: .3
}

.wapper_portfolio.gallery.effects_zoom_02 .portfolio_hover .thumb-bg {
  background-color: fade(blue, 40%);
  height: 100%;
  width: 100%;
  display: table
}

.wapper_portfolio.gallery.effects_zoom_02 .portfolio-image .thumb-img,
.wapper_portfolio.gallery.effects_zoom_02 .portfolio-image>img {
  -webkit-transition: all .8s ease;
  -khtml-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease
}

.wapper_portfolio.gallery.effects_zoom_02 .portfolio-image:hover .thumb-img,
.wapper_portfolio.gallery.effects_zoom_02 .portfolio-image:hover>img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2)
}

.wapper_portfolio.standard.effect-layla .item_large .portfolio_hover h3 {
  font-size: 28px
}

.wapper_portfolio.standard.effect-layla .portfolio_hover a.link_hover {
  z-index: 999
}

.wapper_portfolio.standard.effect-layla .portfolio_hover .cat_portfolio,
.wapper_portfolio.standard.effect-layla .portfolio_hover h3 a {
  position: relative;
  z-index: 9;
  text-align: left
}

.wapper_portfolio.standard.effect-layla .portfolio_hover .read_more {
  z-index: 9
}

.wapper_portfolio.standard.effect-layla .portfolio_hover h3 {
  text-transform: none !important;
  text-align: left
}

.wapper_portfolio.standard.effect-layla .portfolio_hover,
.wapper_portfolio.standard.effect-layla .portfolio_hover h3 a {
  color: #fff
}

.wapper_portfolio.standard.effect-layla .portfolio_hover h3 a:hover {
  opacity: .8
}

.wapper_portfolio.standard.effect-layla .portfolio_hover .cat_portfolio {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600
}

.wapper_portfolio.standard.effect-layla .portfolio_hover {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  padding: 20px;
  background: rgba(0, 0, 0, .3)
}

.wapper_portfolio.standard.effect-layla .portfolio-image:hover .portfolio_hover {
  opacity: 1;
  top: 0
}

.wapper_portfolio.standard.effect-layla .portfolio-image:hover .portfolio_hover .read_more {
  opacity: 1
}

.wapper_portfolio.standard.effect-layla .portfolio-image {
  position: relative;
  overflow: hidden
}

.wapper_portfolio.standard.effect-layla .portfolio-image>a>img {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s
}

.wapper_portfolio.standard.effect-layla .portfolio-image h3 {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0)
}

.wapper_portfolio.standard.effect-layla .portfolio-image .cat_portfolio {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(0, 35px, 0);
  transform: translate3d(0, 35px, 0)
}

.wapper_portfolio.standard.effect-layla .portfolio-image .read_more {
  right: 50%;
  margin-right: -26px;
  bottom: -50px
}

.wapper_portfolio.standard.effect-layla .portfolio-image:hover .portfolio_hover:after,
.wapper_portfolio.standard.effect-layla .portfolio-image:hover .portfolio_hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wapper_portfolio.standard.effect-layla .portfolio-image:hover>a>img {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.wapper_portfolio.standard.effect-layla .portfolio-image:hover .cat_portfolio,
.wapper_portfolio.standard.effect-layla .portfolio-image:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.wapper_portfolio.standard.effect-layla .portfolio-image:hover .read_more {
  bottom: 51px
}

.wapper_portfolio.standard.effect-layla .portfolio-image .portfolio_hover {
  padding: 55px 65px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.wapper_portfolio.standard.effect-layla .portfolio-image .portfolio_hover:after,
.wapper_portfolio.standard.effect-layla .portfolio-image .portfolio_hover:before {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  position: absolute;
  content: '';
  opacity: 0
}

.wapper_portfolio.standard.effect-layla .portfolio-image .portfolio_hover:after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.wapper_portfolio.standard.effect-layla .portfolio-image .portfolio_hover:before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.wapper_portfolio.gallery.effect-layla .btn_zoom {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 1
}

.wapper_portfolio.gallery.effect-layla .item_large .portfolio_hover h3 {
  font-size: 28px
}

.wapper_portfolio.gallery.effect-layla .portfolio_hover a.link_hover {
  z-index: 999
}

.wapper_portfolio.gallery.effect-layla .portfolio_hover .cat_portfolio,
.wapper_portfolio.gallery.effect-layla .portfolio_hover h3 a {
  position: relative;
  z-index: 9;
  text-align: left
}

.wapper_portfolio.gallery.effect-layla .portfolio_hover .read_more {
  z-index: 9
}

.wapper_portfolio.gallery.effect-layla .portfolio_hover h3 {
  text-transform: none !important;
  text-align: left
}

.wapper_portfolio.gallery.effect-layla .portfolio_hover,
.wapper_portfolio.gallery.effect-layla .portfolio_hover h3 a {
  color: #fff
}

.wapper_portfolio.gallery.effect-layla .portfolio_hover h3 a:hover {
  opacity: .8
}

.wapper_portfolio.gallery.effect-layla .portfolio_hover .cat_portfolio {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600
}

.wapper_portfolio.gallery.effect-layla .portfolio_hover {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  padding: 20px;
  background: rgba(0, 0, 0, .3)
}

.wapper_portfolio.gallery.effect-layla .portfolio-image:hover .portfolio_hover {
  opacity: 1;
  top: 0
}

.wapper_portfolio.gallery.effect-layla .portfolio-image:hover .portfolio_hover .read_more {
  opacity: 1
}

.wapper_portfolio.gallery.effect-layla .portfolio-image {
  position: relative
}

.wapper_portfolio.gallery.effect-layla .portfolio-image>a>img {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s
}

.wapper_portfolio.gallery.effect-layla .portfolio-image h3 {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0)
}

.wapper_portfolio.gallery.effect-layla .portfolio-image .cat_portfolio {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(0, 35px, 0);
  transform: translate3d(0, 35px, 0)
}

.wapper_portfolio.gallery.effect-layla .portfolio-image .read_more {
  right: 50%;
  margin-right: -26px;
  bottom: -50px
}

.wapper_portfolio.gallery.effect-layla .portfolio-image:hover .portfolio_hover:after,
.wapper_portfolio.gallery.effect-layla .portfolio-image:hover .portfolio_hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wapper_portfolio.gallery.effect-layla .portfolio-image:hover>a>img {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.wapper_portfolio.gallery.effect-layla .portfolio-image:hover .cat_portfolio,
.wapper_portfolio.gallery.effect-layla .portfolio-image:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.wapper_portfolio.gallery.effect-layla .portfolio-image:hover .read_more {
  bottom: 51px
}

.wapper_portfolio.gallery.effect-layla .portfolio-image .portfolio_hover {
  padding: 55px 65px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.wapper_portfolio.gallery.effect-layla .portfolio-image .portfolio_hover:after,
.wapper_portfolio.gallery.effect-layla .portfolio-image .portfolio_hover:before {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  position: absolute;
  content: '';
  opacity: 0
}

.wapper_portfolio.gallery.effect-layla .portfolio-image .portfolio_hover:after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.wapper_portfolio.gallery.effect-layla .portfolio-image .portfolio_hover:before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.wapper_portfolio.gallery.effect-bubba .portfolio_hover {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  padding: 20px;
  background: rgba(0, 0, 0, .3)
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image:hover .portfolio_hover {
  opacity: 1;
  top: 0;
  background: rgba(0, 0, 0, .4)
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image:hover .portfolio_hover .read_more {
  opacity: 1
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image {
  position: relative
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image>a img {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image:hover>a img {
  opacity: .8;
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image:hover .portfolio_hover:after,
.wapper_portfolio.gallery.effect-bubba .portfolio-image:hover .portfolio_hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image:hover .portfolio_hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image:hover .portfolio_hover .cat_portfolio {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image .portfolio_hover {
  top: 0;
  opacity: 1;
  padding: 2em;
  color: #fff;
  background: rgba(48, 133, 163, .2)
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image .portfolio_hover:after,
.wapper_portfolio.gallery.effect-bubba .portfolio-image .portfolio_hover:before {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  -webkit-transition: opacity .45s, -webkit-transform .45s;
  transition: opacity .45s, transform .45s;
  position: absolute;
  content: '';
  opacity: 0
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image .portfolio_hover:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0)
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image .portfolio_hover:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1)
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image .portfolio_hover h3 {
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  text-align: center;
  padding-top: 40px
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image .portfolio_hover .cat_portfolio {
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  text-align: center
}

.wapper_portfolio.gallery.effect-bubba .btn_zoom {
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0)
}

.wapper_portfolio.gallery.effect-bubba .portfolio-image:hover .portfolio_hover .btn_zoom {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.effect-romeo .portfolio-image {
  position: relative
}

.effect-romeo .portfolio-image>a img {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px);
  opacity: .8
}

.effect-romeo .portfolio-image:hover>a img {
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.effect-romeo .portfolio-image:hover .portfolio_hover {
  background: rgba(0, 0, 0, .4)
}

.effect-romeo .portfolio-image:hover .portfolio_hover:before {
  opacity: .5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.effect-romeo .portfolio-image:hover .portfolio_hover:after {
  opacity: .5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.effect-romeo .portfolio-image:hover .portfolio_hover h3 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0)
}

.effect-romeo .portfolio-image:hover .portfolio_hover .cat_portfolio {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0)
}

.effect-romeo .portfolio-image .portfolio_hover {
  top: 0;
  opacity: 1;
  padding: 2em;
  color: #fff;
  background: rgba(0, 0, 0, .2)
}

.effect-romeo .portfolio-image .portfolio_hover:after,
.effect-romeo .portfolio-image .portfolio_hover:before {
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  content: ''
}

.effect-romeo .portfolio-image .portfolio_hover h3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  text-align: center;
  margin: 0;
  text-transform: uppercase !important
}

.effect-romeo .portfolio-image .portfolio_hover .cat_portfolio {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  padding: .25em 0;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  text-align: center
}

.effect-oscar .portfolio-image {
  position: relative
}

.effect-oscar .portfolio-image>a img {
  opacity: 1
}

.effect-oscar .portfolio-image:hover>a img {
  opacity: .6
}

.effect-oscar .portfolio-image:hover .portfolio_hover {
  background: rgba(0, 0, 0, .4)
}

.effect-oscar .portfolio-image:hover .portfolio_hover .cat_portfolio,
.effect-oscar .portfolio-image:hover .portfolio_hover h3,
.effect-oscar .portfolio-image:hover .portfolio_hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.effect-oscar .portfolio-image .portfolio_hover {
  top: 0;
  opacity: 1;
  padding: 2em;
  color: #fff;
  background: rgba(0, 0, 0, .2)
}

.effect-oscar .portfolio-image .portfolio_hover:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.effect-oscar .portfolio-image .portfolio_hover h3 {
  margin: 50px 0 10px
}

.effect-oscar .portfolio-image .portfolio_hover .cat_portfolio,
.effect-oscar .portfolio-image .portfolio_hover h3 {
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  text-align: center
}

.effects_over .portfolio-image {
  position: relative;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.wapper_portfolio.gallery.effects_classic .p_line,
.wapper_portfolio.gallery.effects_classic .portfolio_hover {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out
}

.effects_over .portfolio-image:hover .portfolio_hover {
  top: 0
}

.effects_over .portfolio-image .portfolio_hover {
  top: 100%;
  background: rgba(255, 228, 0, .8);
  color: #111
}

.effects_over .portfolio-image .portfolio_hover:before {
  position: absolute;
  content: '\f08e';
  font-family: FontAwesome;
  top: 30%;
  font-size: 25px;
  left: 0;
  width: 100%
}

.effects_over .portfolio-image .portfolio_hover:after {
  position: absolute;
  content: '\f178';
  font-family: FontAwesome;
  top: 65%;
  font-size: 25px;
  left: 0;
  width: 100%
}

.effects_over .portfolio-image .portfolio_hover h3 {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  text-transform: uppercase !important
}

.effects_over .portfolio-image .portfolio_hover h3 a {
  color: #111
}

.effects_over .portfolio-image .portfolio_hover .cat_portfolio {
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  padding: .25em 0;
  text-align: center
}

.wapper_portfolio.gallery.effects_classic .portfolio-image {
  position: relative
}

.wapper_portfolio.gallery.effects_classic .portfolio_hover {
  background: rgba(0, 0, 0, .8);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  text-align: center;
  color: #fff;
  -khtml-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0
}

.wapper_portfolio.gallery.effects_classic .portfolio_hover:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.wapper_portfolio.gallery.effects_classic .portfolio_hover:hover .p_line {
  width: 50%
}

.wapper_portfolio.gallery.effects_classic .portfolio_hover:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

.wapper_portfolio.gallery.effects_classic .portfolio_hover .thumb-bg {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: 70%
}

.wapper_portfolio.gallery.effects_classic .portfolio_hover .mask-content h3 a {
  color: #fff
}

.wapper_portfolio.gallery.effects_classic .p_line {
  height: 1px;
  background: #fff;
  width: 20%;
  -khtml-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: inline-block;
  margin: 5px 0
}

.wapper_portfolio.standard.effects_classic .portfolio-image {
  position: relative
}

.wapper_portfolio.standard.effects_classic .portfolio-image:hover .portfolio_hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.wapper_portfolio.standard.effects_classic .portfolio_hover {
  background: rgba(0, 0, 0, .8);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -khtml-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0
}

.btn_zoom,
.portfolio-gallery .columns img {
  -khtml-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out
}

.wapper_portfolio.standard.effects_classic .portfolio_hover:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.wapper_portfolio.standard.effects_classic .portfolio_hover:hover .p_line {
  width: 50%
}

.wapper_portfolio.standard.effects_classic .portfolio_hover:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

.wapper_portfolio.standard.effects_classic .portfolio_hover .mask-content,
.wapper_portfolio.standard.effects_classic .portfolio_hover .thumb-bg {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: 70%
}

.wapper_portfolio.standard.effects_classic .portfolio_hover .mask-content h3 a {
  color: #fff
}

.btn_zoom {
  color: #fff;
  background: #00f;
  padding: 0 25px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  height: 36px;
  border-radius: 2px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 5px
}

.btn_zoom:hover {
  background: #000;
  color: #fff
}

.wapper_portfolio.gallery .cat_portfolio a,
.wapper_portfolio.gallery .mask-content h3 a {
  color: #fff
}

.wapper_portfolio .content_portfolio:after {
  content: "";
  display: block;
  clear: both
}

.wapper_portfolio.standard .portfolio_standard {
  background: #fff;
  border-radius: 0 0 2px 2px;
  padding: 20px
}

.wapper_portfolio.standard .portfolio_standard h3 {
  margin: 0 0 10px
}

.wapper_portfolio.standard .portfolio_standard h3 a {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%
}

.wapper_portfolio.standard .portfolio-image {
  border-radius: 2px 2px 0 0;
  display: block;
  overflow: hidden
}

.wapper_portfolio.standard .portfolio-content-inner {
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  border-radius: 2px
}

.wapper_portfolio.gutter .item_portfolio {
  margin-bottom: 20px
}

.wapper_portfolio .item_portfolio .portfolio-image img,
.wapper_portfolio.gutter .item_portfolio .portfolio-image img {
  height: auto;
  width: 100%
}

.portfolio-image,
.wapper_portfolio {
  overflow: hidden
}

.wapper_portfolio .content_portfolio li {
  list-style: none
}

.wapper_portfolio .content_portfolio {
  overflow: hidden;
  width: 100%
}

#infscr-loading {
  width: 100%;
  display: inline-block;
  position: absolute;
  text-align: center
}

.two-col.item_portfolio {
  width: 50%
}

.three-col.item_portfolio {
  width: 33.33%
}

.three-col.item_portfolio.item_large {
  width: 66.66%
}

.four-col.item_portfolio {
  width: 25%
}

.four-col.item_portfolio.item_large {
  width: 50%
}

.five-col.item_portfolio {
  width: 20%
}

.five-col.item_portfolio.item_large {
  width: 40%
}

.content_portfolio .element-item {
  float: left
}

.portfolio-tabs {
  margin-left: 0
}

.portfolio-tabs-wapper.filters.style-01 li a.active:after,
.portfolio-tabs-wapper.filters.style-02 li a.active:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
  content: ""
}

.portfolio-tabs-wapper.filters.style-01 {
  margin-bottom: 25px;
  display: block
}

.portfolio-tabs-wapper.filters.style-01 li {
  display: inline-block
}

.portfolio-tabs-wapper.filters.style-01 li a {
  padding: 7px 20px;
  background: #ccc;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  min-width: 80px;
  border-radius: 2px
}

.portfolio-tabs-wapper.filters.style-01 li a:hover {
  background: #000;
  color: #fff;
  text-decoration: none
}

.portfolio-tabs-wapper.filters.style-01 li a.active {
  background: #00f;
  position: relative
}

.portfolio-tabs-wapper.filters.style-01 li a.active:after {
  border-top: 5px solid #00f;
  bottom: -5px;
  display: inline-block;
  position: absolute
}

.portfolio-tabs-wapper.filters.style-02 {
  text-align: center;
  padding: 0 0 15px;
  margin-bottom: 40px;
  display: block
}

.portfolio-tabs-wapper.filters.style-02 li {
  display: inline-block
}

.portfolio-tabs-wapper.filters.style-02 li a {
  color: #b3b3b3;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-align: center;
  min-width: 80px;
  padding: 0 20px
}

.portfolio-tabs-wapper.filters.style-02 li a:hover {
  color: #000;
  text-decoration: none
}

.portfolio-tabs-wapper.filters.style-02 li a.active {
  color: #000;
  position: relative
}

.portfolio-tabs-wapper.filters.style-02 li a.active:before {
  border-top: 5px solid #000;
  bottom: -21px;
  display: inline-block;
  position: absolute
}

.portfolio-tabs-wapper.filters.style-02 li a.active:after {
  background: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -16px
}

.portfolio-tabs-wapper.filters.style-03 {
  width: 100%;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 0;
  border-radius: 0
}

.portfolio-tabs-wapper.filters.style-03 .page-numbers {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0
}

.portfolio-tabs-wapper.filters.style-03 .page-numbers>li {
  display: inline
}

.portfolio-tabs-wapper.filters.style-03 .page-numbers>li>a,
.portfolio-tabs-wapper.filters.style-03 .page-numbers>li>span {
  position: relative;
  float: left;
  padding: 8px 20px;
  text-decoration: none;
  color: #fff;
  background-color: #DDD;
  margin-left: 2px
}

.portfolio-tabs-wapper.filters.style-03 .page-numbers>li.active>a,
.portfolio-tabs-wapper.filters.style-03 .page-numbers>li>a.active,
.portfolio-tabs-wapper.filters.style-03 .page-numbers>li>a:hover {
  background: #A2A2A2;
  color: #fff
}

.add-fix,
.gallery_content {
  background: #fff;
  height: 100%
}

.portfolio-tabs-wapper.filters.style-03 .page-numbers>li>a.next,
.portfolio-tabs-wapper.filters.style-03 .page-numbers>li>a.prev {
  color: #fff
}

.select-toggle_scroll_more .loop-pagination {
  display: none
}

.select-toggle_scroll_more .content_portfolio {
  margin-bottom: 55px;
  overflow: initial
}

.select-toggle_scroll_more #infscr-loading {
  bottom: -55px
}

.overflow-hidden {
  overflow: hidden !important
}

.add-fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999999
}

.close-slider {
  right: 50px;
  position: absolute;
  top: 50px
}

.close-slider span {
  font-size: 30px;
  color: #fff
}

.gallery-slider-content>i {
  position: relative;
  top: 45%;
  display: block;
  margin: 0 auto;
  font-size: 40px;
  width: 40px
}

.gallery_content_area_wrap {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  height: 100%
}

.gallery_content_area_wrap .portfolio-description {
  margin-bottom: 16px;
  margin-top: 16px
}

.gallery_content_area_wrap .portfolio-description h3 {
  margin-bottom: 6px
}

.gallery_content_area_wrap .tags {
  margin-bottom: 16px
}

.gallery_content_area_wrap .share h3 {
  margin: 0 0 15px
}

.gallery_content_area_wrap .link-project a {
  margin: 15px 0 0
}

.gallery_content {
  position: absolute;
  top: 0;
  width: 340px;
  word-break: break-word;
  z-index: 3;
  left: -340px;
  -webkit-transition: left .3s ease;
  -khtml-transition: left .3s ease;
  -moz-transition: left .3s ease;
  -ms-transition: left .3s ease;
  -o-transition: left .3s ease;
  transition: left .3s ease
}

.gallery_content.show {
  left: 0
}

.single_portfolio_info_close i {
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 40px;
  width: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  background: #000;
  padding: 1px 2px 0 0
}

.portfolio-format-left-sidebar:after,
.portfolio-format-right-sidebar:after {
  display: block;
  content: "";
  clear: both
}

.single_portfolio_info_close {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  margin-top: -20px;
  right: -40px;
  top: 40px
}

.gallery-title {
  border-bottom: 1px #ccc solid;
  padding-bottom: 16px;
  text-transform: uppercase
}

.view_all {
  text-align: center
}

.view_all .sc-btn {
  margin: 10px 0 0
}

.portfolio-format-vertical-stacked .be-animate {
  padding-right: 15px;
  padding-left: 15px
}

.portfolio-format-left-sidebar .post-formats-wrapper,
.portfolio-format-right-sidebar .entry-content-portfolio,
.portfolio-format-sidebar-slider .entry-content-portfolio {
  padding-right: 0
}

.portfolio-format-left-sidebar .entry-content-portfolio,
.portfolio-format-right-sidebar .post-formats-wrapper,
.portfolio-format-sidebar-slider .post-formats-wrapper {
  padding-left: 0
}

.portfolio-format-gallery .portfolio-gallery {
  margin: auto -15px
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  margin-top: 30px
}

section.tags i,
section.tags ul {
  display: inline;
  vertical-align: middle
}

.portfolio-format-sidebar-slider .post-formats-wrapper iframe {
  width: 100%
}

.bd-content-portfolio {
  padding: 15px
}

.entry-content-portfolio .sc-btn {
  margin: 0
}

.entry-content-portfolio .portfolio-description h3 {
  text-transform: uppercase;
  margin: 0 0 15px
}

.entry-content-portfolio .portfolio-description,
.entry-content-portfolio .share,
.entry-content-portfolio .tags {
  margin-bottom: 30px
}

.entry-content-portfolio .share h3 {
  margin: 0 0 15px
}

.entry-content-portfolio .single-img {
  margin-bottom: 30px
}

section.tags i {
  font-size: 20px;
  color: #000
}

section.tags ul {
  margin: 0 0 0 8px
}

section.tags ul li {
  display: inline-block;
  margin-left: -4px
}

section.tags ul li:after {
  content: ".";
  padding: 0 6px;
  color: #ccc
}

section.tags ul li:last-child:after {
  content: "";
  padding: 0
}

.portfolio-gallery .columns {
  margin-bottom: 30px
}

.portfolio-gallery .columns a {
  display: block;
  overflow: hidden;
  text-align: center
}

.portfolio-gallery .columns img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.portfolio-gallery .columns img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2)
}

.be-animate {
  visibility: hidden;
  margin-bottom: 20px
}

.be-section {
  overflow: hidden
}

.standard.gutter.multigrid .portfolio-image>a {
  height: inherit
}

@media only screen and (max-width:990px) {

  .post-formats-wrapper,
  .related-portfolio {
    padding: 0
  }

  .related-portfolio ul li {
    padding-bottom: 10px
  }
}

@media (max-width:940px) {

  .five-col.item_portfolio,
  .four-col.item_portfolio,
  .three-col.item_portfolio {
    width: 33.34%
  }

  .five-col.item_portfolio.item_large,
  .four-col.item_portfolio.item_large,
  .three-col.item_portfolio.item_large {
    width: 66.66%
  }
}

@media (max-width:768px) {

  .five-col.item_portfolio,
  .five-col.item_portfolio.item_large,
  .four-col.item_portfolio,
  .four-col.item_portfolio.item_large,
  .three-col.item_portfolio,
  .three-col.item_portfolio.item_large,
  .two-col.item_portfolio {
    width: 50%
  }
}

@media only screen and (max-width:568px) {
  .portfolio-tabs-wapper.filters.style-01 li {
    display: block;
    margin-bottom: 10px
  }

  .portfolio-tabs-wapper.filters.style-02 li {
    display: inline-block;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #eee;
    width: 45%
  }

  .portfolio-tabs-wapper.filters.style-02 li a:after,
  .portfolio-tabs-wapper.filters.style-02 li a:before {
    display: none !important
  }
}

@media (max-width:480px) {

  .five-col.item_portfolio,
  .five-col.item_portfolio.item_large,
  .four-col.item_portfolio,
  .four-col.item_portfolio.item_large,
  .three-col.item_portfolio,
  .three-col.item_portfolio.item_large,
  .two-col.item_portfolio {
    width: 100%
  }
}

.btn_zoom {
  display: none !important
}

.read-more {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 75px
}

.portfolio_container .wapper_portfolio,
.thim-widget-portfolio .wapper_portfolio {
  overflow: visible
}

.portfolio_container .wapper_portfolio .filters,
.thim-widget-portfolio .wapper_portfolio .filters {
  text-align: center;
  margin-bottom: 60px;
  margin-top: -10px
}

.portfolio_container .wapper_portfolio .filters .portfolio-tabs,
.thim-widget-portfolio .wapper_portfolio .filters .portfolio-tabs {
  margin: 0 auto;
  display: inline-block;
  border-bottom: 1px solid #eee;
  padding: 0 10px
}

.portfolio_container .wapper_portfolio .filters .portfolio-tabs li,
.thim-widget-portfolio .wapper_portfolio .filters .portfolio-tabs li {
  list-style: none;
  display: inline-block
}

.portfolio_container .wapper_portfolio .filters .portfolio-tabs li a.filter,
.thim-widget-portfolio .wapper_portfolio .filters .portfolio-tabs li a.filter {
  display: inline-block;
  border-bottom: 2px solid transparent;
  margin: 0 8px -2px;
  padding: 5px 8px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700
}

.portfolio_container .wapper_portfolio .portfolio_column .portfolio-hover .mask-content h3,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .portfolio-hover .mask-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0
}

.portfolio_container .wapper_portfolio .portfolio_column .portfolio-hover .mask-content h3 a,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .portfolio-hover .mask-content h3 a {
  text-decoration: none;
  color: #fff
}

.portfolio_container .wapper_portfolio .portfolio_column .portfolio-hover .mask-content .cat_portfolio,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .portfolio-hover .mask-content .cat_portfolio {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px
}

.portfolio_container .wapper_portfolio .portfolio_column .portfolio-hover .mask-content .cat_portfolio a,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .portfolio-hover .mask-content .cat_portfolio a {
  text-decoration: none;
  color: #fff
}

.portfolio_container .wapper_portfolio .portfolio_column .style01 .item_portfolio,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style01 .item_portfolio {
  background-color: #eee
}

.portfolio_container .wapper_portfolio .portfolio_column .style01 .item_portfolio .portfolio-image,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style01 .item_portfolio .portfolio-image {
  position: relative;
  overflow: hidden
}

.portfolio_container .wapper_portfolio .portfolio_column .style02,
.portfolio_container .wapper_portfolio .portfolio_column .style02 li,
.portfolio_container .wapper_portfolio .portfolio_column .style02 li .portfolio-image,
.portfolio_container .wapper_portfolio .portfolio_column .style03,
.portfolio_container .wapper_portfolio .portfolio_column .style03 li,
.portfolio_container .wapper_portfolio .portfolio_column .style03 li .portfolio-image,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style02,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style02 li,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style02 li .portfolio-image,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style03,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style03 li,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style03 li .portfolio-image {
  overflow: visible
}

.portfolio_container .wapper_portfolio .portfolio_column .style01 .item_portfolio .portfolio-image img,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style01 .item_portfolio .portfolio-image img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .55s;
  transition: all .55s
}

.portfolio_container .wapper_portfolio .portfolio_column .style01 .item_portfolio .portfolio-image .portfolio-hover,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style01 .item_portfolio .portfolio-image .portfolio-hover {
  visibility: hidden;
  text-align: left;
  padding: 15px 35px 20px;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .6s;
  transition: all .6s
}

.portfolio_container .wapper_portfolio .portfolio_column .style01 .item_portfolio:hover .portfolio-image img,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style01 .item_portfolio:hover .portfolio-image img {
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
  opacity: .4
}

.portfolio_container .wapper_portfolio .portfolio_column .style01 .item_portfolio:hover .portfolio-image .portfolio-hover,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style01 .item_portfolio:hover .portfolio-image .portfolio-hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
  visibility: visible
}

.portfolio_container .wapper_portfolio .portfolio_column .style02 li .portfolio-image .portfolio-hover,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style02 li .portfolio-image .portfolio-hover {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  padding: 20px;
  height: 100%;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .5s, opacity .5s;
  -moz-transition: -moz-transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s
}

.portfolio_container .wapper_portfolio .portfolio_column .style02 li .portfolio-image .portfolio-hover .mask-content,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style02 li .portfolio-image .portfolio-hover .mask-content {
  padding-top: 35%
}

.portfolio_container .wapper_portfolio .portfolio_column .style02 li:hover .portfolio-image .portfolio-hover,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style02 li:hover .portfolio-image .portfolio-hover {
  opacity: 1;
  -webkit-transform: translate(15px, 15px);
  -moz-transform: translate(15px, 15px);
  -ms-transform: translate(15px, 15px);
  -o-transform: translate(15px, 15px)
}

.portfolio_container .wapper_portfolio .portfolio_column .style03 li .portfolio-image img,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style03 li .portfolio-image img {
  overflow: visible;
  position: relative;
  z-index: 10;
  -webkit-transition: -webkit-transform .4s;
  -moz-transition: -moz-transform .4s;
  transition: transform .4s
}

.portfolio_container .wapper_portfolio .portfolio_column .style03 li .portfolio-image .portfolio-hover,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style03 li .portfolio-image .portfolio-hover {
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0
}

.portfolio_container .wapper_portfolio .portfolio_column .style03 li .portfolio-image .portfolio-hover .mask-content,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style03 li .portfolio-image .portfolio-hover .mask-content {
  margin-bottom: 19px;
  text-align: center
}

.portfolio_container .wapper_portfolio .portfolio_column .style03 li .portfolio-image .portfolio-hover .mask-content h3,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style03 li .portfolio-image .portfolio-hover .mask-content h3 {
  margin-top: 0
}

.portfolio_container .wapper_portfolio .portfolio_column .style03 li:hover .portfolio-image img,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style03 li:hover .portfolio-image img {
  -webkit-transform: translate(0, -90px);
  -moz-transform: translate(0, -90px);
  -ms-transform: translate(0, -90px);
  -o-transform: translate(0, -90px)
}

.portfolio_container .wapper_portfolio .portfolio_column .style04 li,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style04 li {
  overflow: hidden
}

.portfolio_container .wapper_portfolio .portfolio_column .style04 li .portfolio-image img,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style04 li .portfolio-image img {
  -webkit-transition: -webkit-transform .4s;
  -moz-transition: -moz-transform .4s;
  transition: transform .4s;
  max-width: 100%;
  display: block;
  position: relative
}

.portfolio_container .wapper_portfolio .portfolio_column .style04 li .portfolio-image .portfolio-hover,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style04 li .portfolio-image .portfolio-hover {
  position: absolute;
  height: 100px;
  width: 100%;
  top: auto;
  bottom: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
  -moz-transition: -moz-transform .4s, opacity .1s .3s;
  transition: transform .4s, opacity .1s .3s
}

.portfolio_container .wapper_portfolio .portfolio_column .style04 li .portfolio-image .portfolio-hover .mask-content,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style04 li .portfolio-image .portfolio-hover .mask-content {
  margin-top: 19px;
  text-align: center
}

.portfolio_container .wapper_portfolio .portfolio_column .style04 li .portfolio-image .portfolio-hover .mask-content h3,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style04 li .portfolio-image .portfolio-hover .mask-content h3 {
  margin-top: 0
}

.portfolio_container .wapper_portfolio .portfolio_column .style04 li:hover .portfolio-image img,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style04 li:hover .portfolio-image img {
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px)
}

.portfolio_container .wapper_portfolio .portfolio_column .style04 li:hover .portfolio-image .portfolio-hover,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style04 li:hover .portfolio-image .portfolio-hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transition: -webkit-transform .4s, opacity .1s;
  -moz-transition: -moz-transform .4s, opacity .1s;
  transition: transform .4s, opacity .1s
}

.portfolio_container .wapper_portfolio .portfolio_column .style05,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style05 {
  overflow: visible
}

.portfolio_container .wapper_portfolio .portfolio_column .style05 li,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style05 li {
  overflow: visible;
  -webkit-perspective: 1700px;
  -moz-perspective: 1700px;
  perspective: 1700px;
  -webkit-perspective-origin: 0 50%;
  -moz-perspective-origin: 0 50%;
  perspective-origin: 0 50%
}

.portfolio_container .wapper_portfolio .portfolio_column .style05 li .portfolio-image,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style05 li .portfolio-image {
  overflow: visible;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.portfolio_container .wapper_portfolio .portfolio_column .style05 li .portfolio-image .img-portfolio,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style05 li .portfolio-image .img-portfolio {
  overflow: hidden
}

.portfolio_container .wapper_portfolio .portfolio_column .style05 li .portfolio-image .img-portfolio img,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style05 li .portfolio-image .img-portfolio img {
  position: relative;
  z-index: 10;
  -webkit-transition: -webkit-transform .4s;
  -moz-transition: -moz-transform .4s;
  transition: transform .4s
}

.portfolio_container .wapper_portfolio .portfolio_column .style05 li .portfolio-image .portfolio-hover,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style05 li .portfolio-image .portfolio-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  width: 50%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
  -moz-transition: -moz-transform .4s, opacity .1s .3s;
  transition: transform .4s, opacity .1s .3s
}

.portfolio_container .wapper_portfolio .portfolio_column .style05 li .portfolio-image .portfolio-hover .mask-content,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style05 li .portfolio-image .portfolio-hover .mask-content {
  margin-bottom: 19px;
  text-align: center
}

.portfolio_container .wapper_portfolio .portfolio_column .style05 li .portfolio-image .portfolio-hover .mask-content h3,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style05 li .portfolio-image .portfolio-hover .mask-content h3 {
  margin-top: 0;
  margin-bottom: 0
}

.portfolio_container .wapper_portfolio .portfolio_column .style05 li:hover .portfolio-image img,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style05 li:hover .portfolio-image img {
  -webkit-transform: translate(25%, 0);
  -moz-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  -o-transform: translate(25%, 0)
}

.portfolio_container .wapper_portfolio .portfolio_column .style05 li:hover .portfolio-image .portfolio-hover,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style05 li:hover .portfolio-image .portfolio-hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: -webkit-transform .4s, opacity .1s;
  -moz-transition: -moz-transform .4s, opacity .1s;
  transition: transform .4s, opacity .1s
}

.portfolio_container .wapper_portfolio .portfolio_column .style05 .mask-content h3,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style05 .mask-content h3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important
}

.portfolio_container .wapper_portfolio .portfolio_column .style06 li .portfolio-image img,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style06 li .portfolio-image img {
  -webkit-transition: -webkit-transform .4s;
  -moz-transition: -moz-transform .4s;
  transition: transform .4s;
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 10
}

.portfolio_container .wapper_portfolio .portfolio_column .style06 li .portfolio-image .portfolio-hover,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style06 li .portfolio-image .portfolio-hover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(.7, .7);
  -moz-transform: scale(.7, .7);
  -ms-transform: scale(.7, .7);
  -o-transform: scale(.7, .7);
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s, opacity .4s;
  -moz-transition: -moz-transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s
}

.portfolio_container .wapper_portfolio .portfolio_column .style06 li .portfolio-image .portfolio-hover .mask-content,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style06 li .portfolio-image .portfolio-hover .mask-content {
  text-align: center
}

.portfolio_container .wapper_portfolio .portfolio_column .style06 li:hover .portfolio-image img,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style06 li:hover .portfolio-image img {
  -webkit-transform: scale(.4, .4);
  -moz-transform: scale(.4, .4);
  -ms-transform: scale(.4, .4);
  -o-transform: scale(.4, .4)
}

.portfolio_container .wapper_portfolio .portfolio_column .style06 li:hover .portfolio-image .portfolio-hover,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style06 li:hover .portfolio-image .portfolio-hover {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.portfolio_container .wapper_portfolio .portfolio_column .style07 li .portfolio-image img,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style07 li .portfolio-image img {
  -webkit-transition: -webkit-transform .4s;
  -moz-transition: -moz-transform .4s;
  transition: transform .4s;
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 10
}

.portfolio_container .wapper_portfolio .portfolio_column .style07 li .portfolio-image .portfolio-hover,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style07 li .portfolio-image .portfolio-hover {
  position: absolute;
  bottom: 30px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.portfolio_container .wapper_portfolio .portfolio_column .style07 li .portfolio-image .portfolio-hover .mask-content,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style07 li .portfolio-image .portfolio-hover .mask-content {
  text-align: center
}

.portfolio_container .wapper_portfolio .portfolio_column .style07 li:hover .portfolio-image img,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style07 li:hover .portfolio-image img {
  -webkit-transform: translateY(-50px) scale(.5);
  -moz-transform: translateY(-50px) scale(.5);
  -ms-transform: translateY(-50px) scale(.5);
  transform: translateY(-50px) scale(.5)
}

.portfolio_container .wapper_portfolio .portfolio_column .style08,
.portfolio_container .wapper_portfolio .portfolio_column .style08 li,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style08,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style08 li {
  overflow: visible
}

.portfolio_container .wapper_portfolio .portfolio_column .style08 li .portfolio-image img,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style08 li .portfolio-image img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 10
}

.portfolio_container .wapper_portfolio .portfolio_column .style08 li:hover,
.quick-view,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style08 li:hover,
body.thim-popup-active #learn-press-block-content {
  z-index: 999
}

.portfolio_container .wapper_portfolio .portfolio_column .style08 li .portfolio-image .portfolio-hover,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style08 li .portfolio-image .portfolio-hover {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity .3s, height .3s, box-shadow .3s;
  -moz-transition: opacity .3s, height .3s, box-shadow .3s;
  transition: opacity .3s, height .3s, box-shadow .3s
}

.portfolio_container .wapper_portfolio .portfolio_column .style08 li .portfolio-image .portfolio-hover .mask-content,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style08 li .portfolio-image .portfolio-hover .mask-content {
  text-align: center
}

.portfolio_container .wapper_portfolio .portfolio_column .style08 li:hover .portfolio-image .portfolio-hover,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style08 li:hover .portfolio-image .portfolio-hover {
  pointer-events: auto;
  opacity: 1;
  height: 130%
}

.portfolio_container .wapper_portfolio .portfolio_column .style08 li:hover .portfolio-image .portfolio-hover .mask-content,
.thim-widget-portfolio .wapper_portfolio .portfolio_column .style08 li:hover .portfolio-image .portfolio-hover .mask-content {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%
}

.portfolio-content .entry-content-portfolio .single-img {
  text-align: center
}

.portfolio-content .entry-content-portfolio .single-img img,
.portfolio-content .portfolio-gallery .columns a img,
.portfolio-content .post-formats-wrapper p img {
  width: 100%
}

.portfolio-content .tags ul li a:hover {
  color: #666;
  text-decoration: none
}

.portfolio-content .flex-direction-nav li a,
.portfolio-content .flex-direction-nav li a:before {
  color: #fff !important
}

.portfolio-content p iframe {
  width: 100%
}

.portfolio-content .flex-direction-nav li a i {
  display: none
}

.portfolio-content .flex-direction-nav li a:hover {
  background: #fff !important
}

.portfolio-content .flex-direction-nav li .flex-prev:before {
  margin-right: 5px
}

.portfolio-content .flex-direction-nav li .flex-next:before {
  margin-left: 5px
}

.related-portfolio .widget-title {
  font-weight: 700;
  padding: 15px 0 22px;
  text-transform: uppercase;
  margin: 0 0 60px;
  font-size: 18px;
  position: relative;
  line-height: 30px
}

.related-portfolio .widget-title:before {
  content: '';
  width: 35px;
  height: 1px;
  background: #000;
  bottom: 0;
  position: absolute;
  left: 0
}

.related-portfolio ul li .portfolio-image {
  position: relative;
  overflow: hidden
}

.related-portfolio ul li .portfolio-image img {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transition: all .55s;
  transition: all .55s
}

.related-portfolio ul li .portfolio-image .portfolio_hover {
  visibility: hidden;
  text-align: left;
  padding: 15px 35px 20px;
  display: block;
  position: absolute;
  width: 100% !important;
  top: 0 !important;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -webkit-transition: all .6s;
  transition: all .6s;
  background: 0 0
}

.infinite_scroll .loop-pagination,
.related-portfolio ul li .portfolio-image .portfolio_hover .p_line {
  display: none
}

.thim-other-member .owl-buttons .owl-next,
.thim-other-member .owl-buttons .owl-prev,
.woocommerce #customer_login input[type=password] {
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out
}

.related-portfolio ul li .portfolio-image .portfolio_hover .thumb-bg {
  width: 100% !important
}

.related-portfolio ul li .portfolio-image .portfolio_hover h3 {
  margin: 0 !important;
  font-size: 18px;
  line-height: 30px
}

.related-portfolio ul li .portfolio-image .portfolio_hover h3 a {
  text-decoration: none;
  color: #fff
}

.related-portfolio ul li .portfolio-image .portfolio_hover .cat_portfolio {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px
}

.related-portfolio ul li .portfolio-image .portfolio_hover .cat_portfolio a {
  text-decoration: none;
  color: #fff
}

.related-portfolio ul li .portfolio-image:hover img {
  -webkit-transform: translate(0, 90px);
  -moz-transform: translate(0, 90px);
  -ms-transform: translate(0, 90px);
  -o-transform: translate(0, 90px);
  opacity: .4
}

.related-portfolio ul li .portfolio-image:hover .portfolio_hover {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  top: 0;
  visibility: visible;
  opacity: 1 !important;
  background: 0 0
}

.page-title-portfolio .entry-title-portfolio {
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
  font-size: 36px;
  font-weight: 600
}

.content_portfolio {
  margin: 0
}

#infscr-loading {
  bottom: -65px
}

.thim-widget-portfolio .wapper_portfolio.gutter.multigrid .portfolio_column li .portfolio-image {
  overflow: hidden
}

.thim-widget-portfolio .wapper_portfolio.gutter.multigrid .portfolio_column li .portfolio-image img {
  width: auto;
  height: 100%;
  max-width: none
}

article.our_team {
  padding-top: 20px;
  padding-bottom: 100px;
  border-bottom: 1px solid #eee;
  overflow: hidden
}

article.our_team .image {
  width: 200px;
  float: left
}

article.our_team .image img {
  width: 100%;
  height: auto;
  border-radius: 50%
}

article.our_team .content {
  float: left;
  width: calc(100% - 470px);
  width: -webkit-calc(100% - 470px);
  width: -moz-calc(100% - 470px);
  padding: 0 30px
}

article.our_team .content .title {
  margin: 0;
  font-size: 20px
}

article.our_team .content .regency {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #999;
  line-height: 20px;
  margin-bottom: 15px
}

article.our_team .extra-info {
  border-left: 1px solid #eee;
  width: 270px;
  float: left;
  padding: 45px 0 50px 30px
}

article.our_team .extra-info .email,
article.our_team .extra-info .phone {
  margin-bottom: 25px
}

article.our_team .extra-info .email a,
article.our_team .extra-info .phone a {
  color: #666
}

article.our_team .extra-info .email a:hover,
article.our_team .extra-info .phone a:hover {
  color: #666;
  text-decoration: underline
}

article.our_team .extra-info .email .fa,
article.our_team .extra-info .phone .fa {
  margin-right: 8px
}

article.our_team .extra-info .thim-social {
  margin: 0;
  padding-top: 5px
}

article.our_team .extra-info .thim-social li {
  list-style: none;
  display: inline-block
}

.thim-other-member {
  position: relative
}

.thim-other-member .thim-carousel-wrapper:not(.has-next-slider) .owl-carousel .owl-item {
  float: none;
  display: inline-block
}

.thim-other-member.wrapper-lists-our-team,
.thim-other-member.wrapper-lists-our-team .our-team-item {
  margin-bottom: 0
}

.thim-other-member .box-title {
  text-transform: uppercase;
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
  margin: 70px 0 50px
}

.thim-other-member .owl-controls {
  margin-top: 25px
}

.thim-other-member .owl-buttons .owl-next,
.thim-other-member .owl-buttons .owl-prev {
  border: 1px solid #666;
  width: 30px;
  height: 30px;
  line-height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  text-align: center;
  transition: all .3s ease-in-out;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0)
}

.thim-other-member .owl-buttons .owl-next .fa,
.thim-other-member .owl-buttons .owl-prev .fa {
  font-size: 8px;
  color: #666;
  line-height: 28px;
  display: block
}

.thim-other-member .owl-buttons .owl-next {
  left: auto;
  right: 0;
  -webkit-transform: translate(-10px, 0);
  -moz-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0)
}

.thim-other-member:hover .owl-buttons .owl-next,
.thim-other-member:hover .owl-buttons .owl-prev {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0)
}

article.testimonials {
  padding-top: 20px;
  overflow: hidden;
  clear: both
}

.archive-testimonials article.testimonials {
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
  padding-top: 0
}

.archive-testimonials article.testimonials:first-child {
  padding-top: 20px
}

.archive-testimonials article.testimonials:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0
}

article.testimonials .image {
  width: 200px;
  margin-right: 30px;
  float: left
}

article.testimonials .image img {
  width: 100%;
  height: auto;
  border-radius: 50%
}

article.testimonials .content {
  float: right;
  width: calc(100% - 230px);
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px)
}

article.testimonials .content .title {
  margin: 0;
  font-size: 20px
}

article.testimonials .content .regency {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #999;
  line-height: 20px;
  margin-bottom: 15px
}

.thim-testimonial-carousel {
  max-width: 800px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 0
}

.thim-testimonial-carousel:before {
  top: 0;
  left: 0;
  right: 0;
  content: ' ';
  display: block;
  height: 20px;
  width: 100%;
  margin-bottom: 50px;
  background: url(../../../themes/eduma/images/quote-bg.png) center center no-repeat
}

.thim-testimonial-carousel .content {
  text-align: center;
  max-width: 620px;
  margin: auto
}

.thim-testimonial-carousel .content .title {
  font-size: 15px;
  font-weight: 700;
  margin-top: 34px;
  margin-bottom: 15px
}

.thim-testimonial-carousel .content .title .line {
  display: block;
  position: relative;
  background: 0 0;
  border: 0;
  max-width: 270px;
  margin: 0 auto 20px
}

.thim-testimonial-carousel .content .title .line:after,
.thim-testimonial-carousel .content .title .line:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.thim-testimonial-carousel .content .title .line:before {
  border-color: rgba(194, 225, 245, 0);
  border-width: 10px;
  margin-left: -10px
}

.thim-testimonial-carousel .content .title .line:after {
  border-color: rgba(136, 183, 213, 0);
  border-width: 9px;
  margin-left: -9px
}

.thim-testimonial-carousel .content .description {
  line-height: 26px;
  font-size: 18px;
  font-weight: 400
}

.thim-testimonial-carousel .owl-buttons .owl-next,
.thim-testimonial-carousel .owl-buttons .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  text-align: center
}

.thim-testimonial-carousel .owl-buttons .owl-next {
  right: 0;
  left: auto
}

.list-product-cat {
  text-align: center;
  margin-bottom: 60px;
  margin-top: -10px
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: none
}

.hide {
  display: none
}

.product-cat,
.product-cat li,
.product-cat li a,
.product_thumb,
.quick-view a {
  display: inline-block
}

.product-cat {
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding: 0 10px
}

.product-cat li {
  list-style: none
}

.product-cat li a {
  border-bottom: 2px solid transparent;
  margin: 0 8px -2px;
  padding: 5px 8px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700
}

.quick-view {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all .4s ease-in-out;
  -khtml-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.quick-view a {
  -webkit-transition: all .2s ease-out;
  -khtml-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  color: #fff;
  font-size: 30px
}

.quick-view a.loading.dark {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome !important;
  width: auto;
  border: none
}

.quick-view a.loading.dark:before {
  content: "\f110"
}

.product_thumb {
  position: relative;
  -webkit-perspective: 500px;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  width: 100%
}

.product_thumb img {
  width: 100%
}

.product_thumb:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, .3);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all .4s ease-in-out;
  -khtml-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.product_thumb:hover .quick-view,
.product_thumb:hover:before {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.product_thumb .onsale {
  font-weight: 400 !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 15px !important;
  left: 15px !important
}

.product-grid li {
  list-style: none
}

.product-grid li.col-md-3:nth-child(4n+1),
.product-grid li.col-md-4:nth-child(3n+1) {
  clear: both
}

.product-grid .product__title {
  position: relative;
  margin-top: 25px;
  padding-right: 60px
}

.product-grid .product__title .price,
.product-grid .product__title a.title {
  display: block;
  font-weight: 700
}

.product-grid .product__title a.title {
  font-size: 16px
}

.product-grid .product__title .price {
  color: #5a5a5a
}

.product-grid .product__title .price ins {
  text-decoration: none
}

.product-grid .product__title .price del {
  font-weight: 400;
  color: #aaa;
  padding-right: 5px
}

.product-grid .product__title a.button.add_to_cart_button {
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0 !important;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  z-index: 9;
  border-radius: 0
}

.product-grid .product__title a.button.add_to_cart_button.added {
  opacity: 0;
  display: none
}

.product-grid .product__title a.button.add_to_cart_button:before {
  content: "\f07a";
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 40px
}

.product-grid .product__title a.button.add_to_cart_button.loading {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  -ms-opacity: .7;
  -o-opacity: .7;
  opacity: .7
}

.product-grid .product__title a.button.add_to_cart_button:hover {
  width: auto;
  line-height: 40px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 13px !important
}

.product-grid .product__title a.button.add_to_cart_button:hover:before {
  display: none
}

.product-grid .product__title .added_to_cart {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  z-index: 9999;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase
}

.product-grid .content__product {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  margin-bottom: 60px
}

.related-products .product-grid .content__product {
  margin-bottom: 0;
  border: 0
}

.woocommerce div.product .product-info .image-panel,
.woocommerce-page div.product .product-info .image-panel {
  margin-bottom: 50px;
  direction: ltr
}

.woocommerce div.product .product-info .image-panel #slider,
.woocommerce-page div.product .product-info .image-panel #slider {
  margin-bottom: 30px
}

.woocommerce div.product .product-info .image-panel .thumbnail_product,
.woocommerce-page div.product .product-info .image-panel .thumbnail_product {
  margin: 0 -15px
}

.woocommerce div.product .product-info .image-panel .thumbnail_product img,
.woocommerce-page div.product .product-info .image-panel .thumbnail_product img {
  padding: 0 15px
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-top: -5px
}

.woocommerce div.product .onsale,
.woocommerce-page div.product .onsale {
  font-weight: 400 !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 15px !important;
  left: 15px !important
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
  font-weight: 700;
  color: #5a5a5a
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
  font-weight: 400
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce-page div.product span.price ins {
  text-decoration: none
}

.woocommerce #customer_login form.login .link-bottom a:hover,
.woocommerce #customer_login form.login .lost-password a:hover,
.woocommerce #customer_login form.register .link-bottom a:hover,
.woocommerce #customer_login form.register .lost-password a:hover,
.woocommerce .woocommerce-info a.showcoupon:hover,
.woocommerce .woocommerce-shipping-calculator a:hover,
.woocommerce form .form-row label.checkbox a:hover,
.woocommerce-page .woocommerce-info a.showcoupon:hover,
.woocommerce-page .woocommerce-shipping-calculator a:hover,
.woocommerce-page form .form-row label.checkbox a:hover {
  text-decoration: underline
}

.woocommerce div.product .product-grid span.price,
.woocommerce-page div.product .product-grid span.price {
  font-size: inherit
}

.woocommerce div.product .product-grid span.price del,
.woocommerce-page div.product .product-grid span.price del {
  display: inline-block
}

.woocommerce div.product .description,
.woocommerce-page div.product .description {
  margin-bottom: 25px
}

.woocommerce div.product form.cart .quantity,
.woocommerce-page div.product form.cart .quantity {
  width: auto;
  display: block;
  height: 40px;
  margin: 0
}

.woocommerce div.product form.cart .quantity input,
.woocommerce-page div.product form.cart .quantity input {
  padding: 4px 10px;
  border: 1px solid #eee;
  line-height: 30px;
  height: 40px
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  vertical-align: top;
  margin: 0 2px;
  border: none;
  text-shadow: 0 0 0;
  text-transform: uppercase;
  font-size: 13px
}

.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
  color: #fff
}

.woocommerce div.product form.cart .button:focus,
.woocommerce-page div.product form.cart .button:focus {
  outline: 0
}

.woocommerce div.product .woo-share,
.woocommerce-page div.product .woo-share {
  margin-left: 0;
  margin-top: 10px
}

.woocommerce div.product .woo-share .share_show,
.woocommerce-page div.product .woo-share .share_show {
  margin: 0
}

.woocommerce div.product .woo-share li,
.woocommerce-page div.product .woo-share li {
  list-style: none;
  display: inline-block
}

.woocommerce div.product .woo-share li a,
.woocommerce-page div.product .woo-share li a {
  width: 24px;
  height: 24px;
  margin: 0 3px;
  text-align: center;
  color: #fff;
  line-height: 24px;
  display: inline-block
}

.woocommerce div.product .woo-share li a.facebook,
.woocommerce-page div.product .woo-share li a.facebook {
  background: #3b5999;
  margin-left: 0
}

.woocommerce div.product .woo-share li a.twitter,
.woocommerce-page div.product .woo-share li a.twitter {
  background: #61cae7
}

.woocommerce div.product .woo-share li a.pinterest,
.woocommerce-page div.product .woo-share li a.pinterest {
  background: #d4232b
}

.woocommerce div.product .woo-share li a.googleplus,
.woocommerce-page div.product .woo-share li a.googleplus {
  background: #f35633
}

.woocommerce div.product .woo-share li a:hover,
.woocommerce-page div.product .woo-share li a:hover {
  opacity: .6
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear: both
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs {
  margin: 0;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  overflow: visible;
  position: inherit
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li {
  background: 0 0;
  border-radius: 0;
  margin: 0;
  width: 25%;
  text-align: center;
  border: 0;
  position: relative;
  padding: 0;
  display: block;
  float: left
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li:after,
.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li:before,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li:after,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li:before {
  border: 0;
  box-shadow: none;
  content: '';
  border-radius: 0
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li a,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li a {
  border-radius: 0;
  margin-right: 3px;
  border: 1px solid #eee;
  border-bottom: 0 !important;
  font-size: 13px;
  font-weight: 700;
  background: #f9f9f9;
  line-height: 29px;
  display: block;
  padding: 10px
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li.active,
.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li.active,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li.active a {
  background: #fff
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li a .fa,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li a .fa {
  font-size: 13px;
  vertical-align: middle;
  line-height: 29px;
  margin-right: 8px
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li:last-child a,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li:last-child a {
  margin-right: 0
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li:last-child.active:after,
.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li:last-child.active:before,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li:last-child.active:after,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li:last-child.active:before {
  right: 0
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li.active:before {
  content: '';
  position: absolute;
  left: 0;
  width: auto;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  right: 3px;
  top: 0;
  height: 4px;
  z-index: 10
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li.active:after {
  content: '';
  position: absolute;
  left: 0;
  width: auto;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  right: 3px;
  bottom: -1px;
  height: 1px;
  z-index: 10;
  background: #fff
}

.woocommerce div.product .woocommerce-tabs .entry-content,
.woocommerce-page div.product .woocommerce-tabs .entry-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 60px 30px
}

.woocommerce div.product .related-products>h2,
.woocommerce div.product .upsells-products>h2,
.woocommerce-page div.product .related-products>h2,
.woocommerce-page div.product .upsells-products>h2 {
  padding-top: 0 !important;
  text-transform: uppercase;
  font-weight: 700;
  margin: 78px 0 60px;
  position: relative;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 27px !important
}

.woocommerce div.product .related-products>h2:after,
.woocommerce div.product .upsells-products>h2:after,
.woocommerce-page div.product .related-products>h2:after,
.woocommerce-page div.product .upsells-products>h2:after {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  background: #000
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce .wc-proceed-to-checkout a.button,
.woocommerce-page .cart .button,
.woocommerce-page .cart input.button,
.woocommerce-page .wc-proceed-to-checkout a.button {
  border-radius: 0;
  line-height: 30px;
  padding: 5px 25px;
  height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700
}

.woocommerce-page.woocommerce-cart table.cart img,
.woocommerce.woocommerce-cart table.cart img {
  width: 80px
}

.woocommerce-page.woocommerce-cart table.cart td.actions,
.woocommerce-page.woocommerce-cart table.cart th,
.woocommerce.woocommerce-cart table.cart td.actions,
.woocommerce.woocommerce-cart table.cart th {
  text-align: center
}

.woocommerce-page.woocommerce-cart table.cart td.actions .coupon,
.woocommerce.woocommerce-cart table.cart td.actions .coupon {
  float: none;
  display: inline-block;
  vertical-align: top
}

.woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce.woocommerce-cart table.cart td.actions .coupon .input-text {
  line-height: 30px;
  padding: 4px 6px;
  font-size: 13px;
  min-width: 180px;
  height: 40px
}

.woocommerce-page.woocommerce-cart table.cart td.actions input[type=submit],
.woocommerce.woocommerce-cart table.cart td.actions input[type=submit] {
  margin-left: 10px
}

.woocommerce-page.woocommerce-cart a.remove,
.woocommerce.woocommerce-cart a.remove {
  margin: auto
}

.woocommerce table.shop_table tr td,
.woocommerce-page table.shop_table tr td {
  padding: 20px 12px;
  text-align: center
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
  line-height: 24px;
  padding: 7px 10px;
  min-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #eee
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  margin: 7px 0;
  padding-left: 25px;
  line-height: 24px;
  display: inline-block
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  line-height: 30px;
  padding: 5px 25px;
  border: 0
}

.input-text,
.quantity input {
  border: 1px solid #eee;
  padding: 4px 10px
}

#ship-to-different-address {
  position: relative
}

#ship-to-different-address label {
  font-weight: 400;
  padding-left: 30px
}

#ship-to-different-address #ship-to-different-address-checkbox {
  position: absolute;
  top: 20px;
  left: 0
}

.woocommerce .button {
  font-size: 15px;
  text-transform: uppercase
}

.link-images-product {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

body.woocommerce #respond input#submit.loading:after,
body.woocommerce a.button.loading:after,
body.woocommerce button.button.loading:after,
body.woocommerce input.button.loading:after {
  top: 0;
  right: 0;
  content: "\f110";
  font-family: FontAwesome;
  left: 0;
  margin: auto;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  color: #fff
}

.woocommerce .cart_totals table tr td,
.woocommerce .cart_totals table tr th {
  border-bottom: 0
}

.woocommerce .cart_totals .cart-subtotal td,
.woocommerce .cart_totals .order-total td {
  border-right: 1px solid #eee !important
}

.woocommerce #customer_login>.col-1,
.woocommerce #customer_login>.col-2 {
  width: 100%;
  clear: both;
  float: none
}

.woocommerce #customer_login h2 {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin: 0 0 62px;
  padding-bottom: 20px;
  text-transform: uppercase;
  line-height: 40px
}

.woocommerce #customer_login h2:after {
  content: '';
  width: 40px;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background: #333;
  position: absolute
}

.woocommerce #customer_login .register-area h2 {
  padding-top: 80px;
  margin-top: 0
}

.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register {
  border: 0;
  padding: 0;
  max-width: 370px;
  margin: auto;
  clear: both
}

.woocommerce #customer_login form.login .form-row,
.woocommerce #customer_login form.register .form-row {
  margin: 0;
  padding: 0
}

.woocommerce #customer_login form.login input[type=email],
.woocommerce #customer_login form.login input[type=password],
.woocommerce #customer_login form.login input[type=text],
.woocommerce #customer_login form.register input[type=email],
.woocommerce #customer_login form.register input[type=password],
.woocommerce #customer_login form.register input[type=text] {
  width: 100%;
  line-height: 30px;
  padding: 4px 20px;
  border: 1px solid #e5e5e5;
  color: #999;
  margin-bottom: 20px;
  clear: both;
  display: block;
  min-height: 40px;
  border-radius: 0
}

.woocommerce #customer_login form.login input[type=email]::-webkit-input-placeholder,
.woocommerce #customer_login form.login input[type=password]::-webkit-input-placeholder,
.woocommerce #customer_login form.login input[type=text]::-webkit-input-placeholder,
.woocommerce #customer_login form.register input[type=email]::-webkit-input-placeholder,
.woocommerce #customer_login form.register input[type=password]::-webkit-input-placeholder,
.woocommerce #customer_login form.register input[type=text]::-webkit-input-placeholder {
  line-height: 30px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.woocommerce #customer_login form.login input[type=email]:-moz-placeholder,
.woocommerce #customer_login form.login input[type=password]:-moz-placeholder,
.woocommerce #customer_login form.login input[type=text]:-moz-placeholder,
.woocommerce #customer_login form.register input[type=email]:-moz-placeholder,
.woocommerce #customer_login form.register input[type=password]:-moz-placeholder,
.woocommerce #customer_login form.register input[type=text]:-moz-placeholder {
  line-height: 30px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.woocommerce #customer_login form.login input[type=email]::-moz-placeholder,
.woocommerce #customer_login form.login input[type=password]::-moz-placeholder,
.woocommerce #customer_login form.login input[type=text]::-moz-placeholder,
.woocommerce #customer_login form.register input[type=email]::-moz-placeholder,
.woocommerce #customer_login form.register input[type=password]::-moz-placeholder,
.woocommerce #customer_login form.register input[type=text]::-moz-placeholder {
  line-height: 30px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.woocommerce #customer_login form.login input[type=email]:-ms-input-placeholder,
.woocommerce #customer_login form.login input[type=password]:-ms-input-placeholder,
.woocommerce #customer_login form.login input[type=text]:-ms-input-placeholder,
.woocommerce #customer_login form.register input[type=email]:-ms-input-placeholder,
.woocommerce #customer_login form.register input[type=password]:-ms-input-placeholder,
.woocommerce #customer_login form.register input[type=text]:-ms-input-placeholder {
  line-height: 30px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.woocommerce #customer_login form.login input[type=submit],
.woocommerce #customer_login form.register input[type=submit] {
  border: 0;
  width: 100%;
  line-height: 30px;
  padding: 5px 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px !important;
  border-radius: 0
}

.woocommerce #customer_login form.login .lost-password,
.woocommerce #customer_login form.login .remember,
.woocommerce #customer_login form.register .lost-password,
.woocommerce #customer_login form.register .remember {
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 14px;
  line-height: 25px
}

.woocommerce #customer_login form.login .lost-password input[type=checkbox],
.woocommerce #customer_login form.login .remember input[type=checkbox],
.woocommerce #customer_login form.register .lost-password input[type=checkbox],
.woocommerce #customer_login form.register .remember input[type=checkbox] {
  border: 1px solid #000
}

.woocommerce #customer_login form.login .lost-password label,
.woocommerce #customer_login form.login .remember label,
.woocommerce #customer_login form.register .lost-password label,
.woocommerce #customer_login form.register .remember label {
  font-weight: 400;
  margin: 0
}

.woocommerce #customer_login form.login .lost-password,
.woocommerce #customer_login form.register .lost-password {
  text-align: right
}

.woocommerce #customer_login form.login .link-bottom,
.woocommerce #customer_login form.register .link-bottom {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-transform: none;
  margin: 10px 0 0
}

.mfp-close,
.quickview .product-info .right .price ins {
  text-decoration: none
}

.woocommerce .reset_password {
  text-align: center
}

.woocommerce .reset_password h2 {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin: 0 0 62px;
  padding-bottom: 20px;
  text-transform: uppercase;
  line-height: 40px
}

.woocommerce .reset_password h2:after {
  content: '';
  width: 40px;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background: #333;
  position: absolute
}

.woocommerce .reset_password form {
  margin-bottom: 70px
}

.woocommerce .reset_password form .description {
  margin: auto auto 50px;
  max-width: 450px
}

.woocommerce .reset_password form .form-row input[type=email],
.woocommerce .reset_password form .form-row input[type=password],
.woocommerce .reset_password form .form-row input[type=text] {
  display: inline-block;
  max-width: 350px;
  line-height: 30px;
  padding: 4px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 0
}

.woocommerce .reset_password form .form-row input[type=email]::-webkit-input-placeholder,
.woocommerce .reset_password form .form-row input[type=password]::-webkit-input-placeholder,
.woocommerce .reset_password form .form-row input[type=text]::-webkit-input-placeholder {
  line-height: 30px
}

.woocommerce .reset_password form .form-row input[type=email]:-moz-placeholder,
.woocommerce .reset_password form .form-row input[type=password]:-moz-placeholder,
.woocommerce .reset_password form .form-row input[type=text]:-moz-placeholder {
  line-height: 30px
}

.woocommerce .reset_password form .form-row input[type=email]::-moz-placeholder,
.woocommerce .reset_password form .form-row input[type=password]::-moz-placeholder,
.woocommerce .reset_password form .form-row input[type=text]::-moz-placeholder {
  line-height: 30px
}

.woocommerce .reset_password form .form-row input[type=email]:-ms-input-placeholder,
.woocommerce .reset_password form .form-row input[type=password]:-ms-input-placeholder,
.woocommerce .reset_password form .form-row input[type=text]:-ms-input-placeholder {
  line-height: 30px
}

.woocommerce .reset_password form .form-row input[type=submit] {
  padding: 5px 25px;
  border: 0;
  display: inline-block;
  line-height: 32px;
  border-radius: 0;
  height: 40px;
  margin-left: 5px
}

.woocommerce a.button {
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  height: 40px
}

.woocommerce .woocommerce-tabs #reviews #comments h2 {
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist {
  text-align: left
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li {
  margin: 0
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment_container {
  padding: 50px 0;
  overflow: hidden;
  margin-bottom: 12px;
  background: #fff;
  border: 0;
  border-top: 1px solid #ededed
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li img.avatar {
  width: 70px;
  height: 70px;
  border: 0;
  padding: 0;
  background: 0 0;
  border-radius: 50%;
  margin-right: 30px;
  float: left;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text {
  margin: -5px 0 0;
  padding: 0;
  float: right;
  border: 0;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px)
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta {
  float: left;
  display: inline-block;
  margin-right: 40px;
  line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta .author {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  margin: 0 40px 0 0;
  line-height: 26px;
  text-transform: capitalize
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta .date {
  line-height: 26px;
  color: #ccc;
  font-size: 13px;
  font-weight: 400;
  display: inline-block
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .description {
  padding: 12px 0 0;
  margin: 0;
  clear: both
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .description p:last-child {
  margin-bottom: 0
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating {
  float: left;
  width: 91px;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  letter-spacing: 5px;
  overflow: hidden
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating:before {
  top: 0;
  left: 0;
  bottom: 0;
  line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating span {
  padding: 0;
  top: 0;
  left: 0;
  bottom: 0;
  line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper {
  margin-top: 30px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper h3 {
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p {
  text-align: left;
  margin-bottom: 25px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p label {
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
  font-weight: 400
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea {
  padding: 4px 15px;
  border: 1px solid #ededed;
  line-height: 30px;
  min-height: 40px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:active,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:focus,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:hover,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:active,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:focus,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:hover {
  outline: 0
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea {
  height: 150px;
  padding: 8px 15px;
  line-height: 24px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.comment-form-rating label {
  margin-bottom: 5px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form .form-submit .submit {
  padding: 5px 25px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  border: 0
}

.woocommerce #review_form #respond p.stars a[class*=star],
.woocommerce table.cart tr,
.woocommerce table.shop_table tr {
  border: 0
}

.woocommerce .star-rating {
  width: 93px;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  letter-spacing: 5px;
  overflow: hidden;
  position: relative
}

.woocommerce .star-rating:before {
  top: 0;
  left: 0;
  bottom: 0;
  line-height: 26px
}

.woocommerce .star-rating span {
  padding: 0;
  top: 0;
  left: 0;
  bottom: 0;
  line-height: 26px;
  color: transparent
}

.woocommerce div.product .woocommerce-product-rating {
  line-height: 26px
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
  float: left;
  margin: 0 15px 0 0
}

.woocommerce #review_form #respond p.stars {
  font-size: 13px;
  letter-spacing: 3px
}

.woocommerce table.cart tr td,
.woocommerce table.shop_table tr td {
  border-top: 1px solid #eee;
  border-bottom: 0
}

.woocommerce table.cart tr td:last-child,
.woocommerce table.shop_table tr td:last-child {
  border-right: 0
}

.woocommerce table.shop_table {
  border: 1px solid #eee
}

.woocommerce table.shop_table th {
  border-right: 1px solid #eee;
  border-bottom: 0;
  padding-left: 20px;
  padding-right: 20px
}

.woocommerce table.shop_table th:last-child {
  border-right: 0
}

.woocommerce table.shop_table td {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce input.button {
  border-radius: 0;
  line-height: 30px;
  padding: 5px 25px;
  font-size: 13px;
  font-weight: 700
}

.woocommerce form.checkout_coupon {
  border: 1px solid #eee;
  border-radius: 0
}

.woocommerce form.checkout_coupon .form-row {
  display: inline-block;
  width: 50%;
  margin: 0
}

.woocommerce form.checkout_coupon .form-row.form-row-first {
  padding-right: 15px
}

.woocommerce form .form-row {
  margin-bottom: 20px
}

.woocommerce form .form-row label {
  font-weight: 400;
  font-size: 13px
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-radius: 0;
  border: 1px solid #eee
}

.woocommerce form.checkout h3,
.woocommerce h3#order_review_heading {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700
}

.woocommerce .select2-container .select2-choice {
  border-radius: 0;
  border: 1px solid #eee;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px
}

.woocommerce table.shop_table,
.woocommerce-checkout #payment {
  border-radius: 0
}

.woocommerce .woocommerce-message {
  line-height: 40px
}

div.pp_woocommerce .pp_gallery ul {
  height: 50px
}

div.pp_woocommerce .pp_gallery ul li a {
  width: 50px;
  height: 50px;
  box-shadow: none;
  background: 0 0;
  border-radius: 0;
  border: 1px solid #eee
}

.woocommerce span.onsale {
  line-height: 40px;
  min-width: 40px;
  min-height: 40px
}

.woocommerce.widget_woocommerce_products .product_list_widget {
  margin: 0 -15px
}

.woocommerce.widget_woocommerce_products .product_list_widget li {
  width: 25%;
  padding: 15px;
  float: left;
  list-style: none
}

.woocommerce.widget_woocommerce_products .product_list_widget li .product_thumb img {
  width: 100%;
  float: none;
  margin: 0;
  max-width: 100%;
  height: auto
}

.woocommerce.widget_woocommerce_products .product_list_widget li.col-md-3:nth-child(4n+1) {
  clear: both
}

.woocommerce form .form-row .input-checkbox {
  display: inline-block;
  left: 0
}

.tax-product_cat .mfp-image-holder .mfp-close,
.tax-product_cat .mfp-inline-holder .mfp-close {
  background: 0 0
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  line-height: 22px;
  padding: 20px
}

.woocommerce-page .woocommerce .woocommerce-info,
.woocommerce-page .woocommerce .woocommerce-message {
  border-top: none;
  color: #31708f;
  background: #d9edf7;
  padding: 10px 15px !important
}

.woocommerce-page .woocommerce .woocommerce-info::before,
.woocommerce-page .woocommerce .woocommerce-message::before {
  display: none
}

.woocommerce-page .woocommerce .cart-empty {
  color: #a94442;
  background: #f2dede;
  padding: 10px 15px !important
}

.single_variation_wrap {
  display: block !important
}

.woocommerce div.product form.cart .variations tr {
  border: 0
}

.woocommerce div.product form.cart .variations select {
  line-height: 40px;
  height: 40px;
  border: 1px solid #eee;
  padding: 0 10px;
  border-radius: 0
}

.woocommerce div.product form.cart .variations select:focus {
  outline: 0
}

.related-products .product-grid.row {
  margin-left: -15px;
  margin-right: -15px
}

.woocommerce-MyAccount-navigation li {
  display: inline-block;
  list-style: none;
  background: 0 0;
  border-radius: 0;
  margin: 0;
  text-align: center;
  border: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  min-width: 200px
}

.woocommerce-MyAccount-navigation li:after {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  bottom: -1px;
  height: 1px;
  z-index: 10;
  background: #eee
}

.woocommerce-MyAccount-navigation li.is-active {
  text-align: center
}

.woocommerce-MyAccount-navigation li.is-active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  top: 0;
  height: 4px;
  z-index: 10
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li.is-active:after {
  background: #fff
}

.woocommerce-MyAccount-navigation li a {
  color: #333;
  border-radius: 0;
  margin-right: 3px;
  border: 1px solid #eee;
  border-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  background: #f9f9f9;
  line-height: 29px;
  float: none;
  position: relative;
  padding: 10px 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block
}

.woocommerce-MyAccount-content .title h3,
.woocommerce-MyAccount-content form>h3,
.woocommerce-MyAccount-content legend {
  text-transform: uppercase;
  font-size: 18px
}

.woocommerce-MyAccount-content {
  margin-top: 50px
}

.woocommerce-MyAccount-content form .form-row label {
  display: block
}

.woocommerce-MyAccount-content form .form-row .input-text,
.woocommerce-MyAccount-content form .form-row textarea {
  min-width: 250px
}

.woocommerce-MyAccount-content legend {
  padding-top: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 5px
}

.woocommerce-MyAccount-content .select2-container {
  max-width: 250px
}

.woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button.button {
  display: inline-block;
  margin-right: 10px
}

.woocommerce input.button {
  border: none
}

#sidebar .widget_shopping_cart .widget_shopping_cart_content {
  display: block !important;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  box-shadow: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0
}

#sidebar .product_list_widget>li .add_to_cart_button,
#sidebar .product_list_widget>li .product_thumb:before,
#sidebar .product_list_widget>li .quick-view,
#sidebar .widget_shopping_cart .minicart_hover .cart-items-number,
.menu-right .widget_shopping_cart>h4 {
  display: none
}

#sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget {
  padding: 0
}

#sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a {
  text-transform: none;
  line-height: 20px;
  font-weight: 400
}

#sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove {
  right: 0 !important
}

#sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li {
  padding-right: 5px
}

#sidebar .widget_shopping_cart .widget_shopping_cart_content .buttons a {
  margin: 0
}

#sidebar .widget_shopping_cart .widget_shopping_cart_content .buttons a:first-child {
  margin-bottom: 10px
}

#sidebar .widget_products .product_list_widget,
#sidebar .widget_recently_viewed_products .product_list_widget,
#sidebar .widget_top_rated_products .product_list_widget {
  margin-top: 30px
}

#sidebar .product_list_widget>li {
  width: 100%;
  clear: both;
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden
}

#sidebar .product_list_widget>li .content__product {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

#sidebar .product_list_widget>li .product_thumb {
  width: 100px;
  margin-right: 20px;
  height: 85px;
  overflow: hidden;
  float: left
}

#sidebar .product_list_widget>li .product_thumb img {
  width: auto;
  max-width: 100%;
  margin: 0
}

#sidebar .product_list_widget>li .product__title {
  padding: 0;
  margin: 0
}

#sidebar .product_list_widget>li .product__title .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin: -4px 0 14px;
  text-transform: none
}

body.woocommerce-page.woocommerce-cart table.cart td.actions input[type=submit] {
  line-height: 30px;
  padding: 5px 25px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.stars {
  display: inline-block;
  margin-bottom: 0
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.form-submit {
  clear: both
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.comment-form-author,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.comment-form-email {
  width: 48%
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.comment-form-author {
  margin-right: 2%
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.comment-form-email {
  margin-left: 2%
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea.invalid {
  border-color: red
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:focus,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:focus {
  border-color: #ffb606
}

.woocommerce #customer_login input[type=password] {
  transition: all .3s ease-in-out
}

.woocommerce #customer_login input[type=email],
.woocommerce #customer_login input[type=text] {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out
}

.woocommerce #customer_login input[type=password]:focus {
  border-color: #ffb606 !important
}

.woocommerce #customer_login input[type=password].invalid {
  border-color: red !important
}

.woocommerce #customer_login input[type=email] {
  transition: all .3s ease-in-out
}

.woocommerce #customer_login input[type=email]:focus {
  border-color: #ffb606 !important
}

.woocommerce #customer_login input[type=email].invalid {
  border-color: red !important
}

.woocommerce #customer_login input[type=text] {
  transition: all .3s ease-in-out
}

.woocommerce #customer_login input[type=text]:focus {
  border-color: #ffb606 !important
}

.woocommerce #customer_login input[type=text].invalid {
  border-color: red !important
}

#order_review table.shop_table tr td {
  text-align: left
}

.product_thumb .quick-view a {
  color: #fff
}

li.product-category h3 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

li.product-category h3 mark {
  background: 0 0
}

.thim-product-list li.product-category img {
  float: left;
  margin-right: 30px
}

.woocommerce-product-search {
  width: 100%;
  position: relative
}

.woocommerce-product-search .search-field {
  width: 100%;
  border: 1px solid #eee;
  line-height: 30px;
  padding: 5px 40px 5px 20px;
  font-size: 14px
}

.woocommerce-product-search .search-submit {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  background: 0 0;
  color: transparent;
  z-index: 3
}

.woocommerce-product-search .search-submit:hover {
  background: 0 0;
  color: transparent
}

.woocommerce-product-search:after {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #ffb606;
  color: #4c5462;
  content: "\f002";
  font-family: FontAwesome;
  text-align: center;
  font-size: 16px;
  line-height: 42px
}

.mfp-container:before,
.mfp-figure:after {
  content: ''
}

.product_list_widget>li.col-md-3:nth-child(4n+1),
.product_list_widget>li.col-md-4:nth-child(3n+1),
.product_list_widget>li.col-md-6:nth-child(2n+1) {
  clear: both
}

.woocommerce table,
.woocommerce td,
.woocommerce tr {
  border-color: #eee
}

.woocommerce .cart_totals table tr,
.woocommerce table.cart tr {
  border: 0
}

.woocommerce .cart_totals table,
.woocommerce table.cart tr td:last-child {
  border-right: 0
}

.woocommerce .cart_totals table tr.cart-subtotal td,
.woocommerce .cart_totals table tr.order-total td {
  border-bottom: 0
}

.woocommerce table.cart tr td {
  border-top: 1px solid #eee;
  border-bottom: 0
}

.woocommerce table.cart.shop_table {
  border-radius: 0;
  border: 1px solid #eee
}

.woocommerce table.cart.shop_table th {
  border-right: 1px solid #eee
}

.woocommerce table.cart.shop_table th:last-child {
  border-right: 0
}

.thim-product-switch-layout .woocommerce-result-count,
.thim-product-switch-layout ul {
  margin-bottom: 0
}

.site-header li .widget_shopping_cart .widget_shopping_cart_content .buttons a.button.wc-forward {
  color: #fff
}

.woocommerce .actions button.button {
  color: #fff;
  background: #111
}

.woocommerce .actions button.button:disabled {
  padding: 0 20px
}

.woocommerce .actions .button:disabled:hover,
.woocommerce .actions button.button:disabled:hover {
  color: #fff;
  background: #111
}

@media (max-width:767px) {

  .thim-product-list ul.product-grid li.product .product__title,
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    width: 100%
  }

  .thim-product-list ul.product-grid li.product .product_thumb {
    max-width: 100%
  }

  .thim-product-list ul.product-grid li.product .product__title .description {
    margin-bottom: 10px;
    margin-top: 10px
  }

  .woocommerce-account .woocommerce-MyAccount-content ul,
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-left: 0
  }
}

.thim-style-content-new-1.woocommerce .product_thumb .onsale {
  color: #fff
}

.thim-style-content-new-1.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 3px;
  background-color: #eee
}

.thim-style-content-new-1.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -7px
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}

.thim-style-content-new-1.woocommerce .widget_price_filter .price_slider_amount .button {
  text-transform: none;
  font-size: 16px;
  font-weight: 300
}

.thim-style-content-new-1.woocommerce #sidebar .product_list_widget>li {
  margin-bottom: 15px
}

.thim-style-content-new-1.woocommerce #sidebar .product_list_widget>li .product__title a.title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px
}

.thim-style-content-new-1.woocommerce #sidebar .product_list_widget>li .product__title .price {
  font-weight: 300;
  font-size: 16px
}

.thim-style-content-new-1.woocommerce #sidebar .product_list_widget>li .product__title .price del {
  font-weight: 300
}

.thim-style-content-new-1.woocommerce .product-grid .product__title {
  margin-top: 15px
}

.thim-style-content-new-1.woocommerce .product-grid .product__title a.title {
  font-size: 16px;
  font-weight: 400
}

.thim-style-content-new-1.woocommerce .product-grid .product__title .price {
  font-weight: 300;
  font-size: 16px
}

.thim-style-content-new-1.woocommerce .product-grid .product__title .price del {
  font-weight: 300
}

.thim-style-content-new-1.woocommerce .product-grid .product__title a.button.add_to_cart_button {
  font-weight: 300;
  text-transform: none
}

.thim-style-content-new-1.woocommerce .product-grid .product__title a.button.add_to_cart_button:hover {
  font-size: 16px !important
}

.thim-style-content-new-1.woocommerce .thim-product-list ul.product-grid li.product .product__title .title {
  font-weight: 300;
  font-size: 22px
}

.thim-style-content-new-1.woocommerce .thim-product-list ul.product-grid li.product .product__title .description {
  margin: 15px 0
}

.thim-style-content-new-1.woocommerce .thim-product-list ul.product-grid li.product .product__title .price {
  font-weight: 300;
  font-size: 16px
}

.thim-style-content-new-1.woocommerce .thim-product-list ul.product-grid li.product .product__title .price del {
  font-weight: 300
}

.thim-style-content-new-1.woocommerce .thim-product-list ul.product-grid li.product .product__title .ajax_add_to_cart,
.thim-style-content-new-1.woocommerce .thim-product-list ul.product-grid li.product .product__title a.add_to_cart_button {
  text-transform: none;
  font-size: 16px !important;
  padding: 0 30px;
  font-weight: 300;
  border-radius: 25px
}

.thim-style-content-new-1.woocommerce div.product .product_title,
.thim-style-content-new-1.woocommerce div.product p.price,
.thim-style-content-new-1.woocommerce div.product span.price ins {
  font-weight: 300
}

.thim-style-content-new-1.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li a {
  font-size: 16px;
  font-weight: 300
}

.thim-style-content-new-1.woocommerce div.product .related-products>h2 {
  font-weight: 300;
  font-size: 22px;
  text-transform: none;
  margin: 50px 0 40px;
  padding-bottom: 15px !important
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80)
}

.mfp-wrap {
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-close,
.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-image-holder .mfp-close,
.mfp-inline-holder .mfp-close {
  color: #333;
  right: 0;
  text-align: center;
  padding-right: 0;
  top: 0 !important;
  width: 32px;
  height: 32px;
  line-height: 32px
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px
}

.mfp-figure,
img.mfp-img {
  line-height: 0
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=65);
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-inline-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-inline-holder .mfp-content {
  width: 100%;
  max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%
}

.mfp-inline-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 60%
}

.mfp-iframe-scaler #content {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #fff
}

.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block
}

img.mfp-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure:after {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.mfp-ie7 .mfp-img {
  padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
  padding: 0
}

.mfp-ie7 .mfp-content {
  padding-top: 44px
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}

.mfp-content #content.quickview {
  height: auto;
  background: #fff
}

.quickview .woocommerce-review-link {
  display: none
}

.quickview .product-info .right .woocommerce-product-rating {
  margin-bottom: 10px !important
}

.quickview .product-info .right .product_meta {
  padding-bottom: 20px
}

.quickview .product-info {
  margin-bottom: 0;
  position: relative;
  height: 100%
}

.quickview .product-info .flexslider {
  overflow: hidden
}

.quickview .product-info .left {
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px
}

.quickview .product-info .right {
  text-align: left;
  padding-left: 15px
}

.quickview .product-info .right .description {
  font-size: 15px;
  float: left;
  margin-top: 15px
}

.quickview .product-info .right .woocommerce-product-rating .star-rating {
  float: left
}

.quickview .product-info .right .product_meta>span {
  display: block
}

.quickview .product-info .right .product_title {
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 25px;
  font-size: 30px;
  line-height: 40px
}

.quickview .product-info .right .thim-social-share {
  float: left;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block
}

.quickview .product-info .right .price {
  font-size: 20px;
  font-weight: 700
}

#learn-press-form-login a.lost-pass-link:hover,
.thim-course-grid .course-item .thim-course-content .course-author .value a:hover,
.thim-course-list .course-item .thim-course-content .course-meta>div.course-author .value a:hover,
.thim-login .link-bottom a:hover,
.thim-login form#loginform>a.lost-pass-link:hover,
.thim-login form#registerform>a.lost-pass-link:hover,
.thim-login form#resetpassform>a.lost-pass-link:hover {
  text-decoration: underline
}

.quickview .product-info .right .price del {
  font-weight: 400;
  padding-right: 5px
}

.quickview .product-info .right .cart {
  margin-top: 15px;
  float: left;
  width: 100%;
  padding-top: 0
}

.quickview .product-info .right .cart:after,
.quickview .product-info .right .cart:before {
  content: " ";
  display: table;
  clear: both
}

.quickview .product-info .right .cart a {
  font-weight: 400
}

.quickview .product-info .right .cart a .added:before {
  display: none !important
}

.quickview .product-info .right .cart button.button {
  height: auto;
  padding: 5px 15px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase
}

.quickview .product-info .right .cart .quantity {
  float: left;
  margin-right: 15px;
  height: auto
}

.quickview .product-info .right .cart .quantity input {
  padding: 5px 10px;
  border: 1px solid #eee;
  width: 55px;
  height: 40px;
  line-height: 30px;
  font-weight: 400
}

.quickview .product-info .right .cart table,
.quickview .product-info .right .cart td,
.quickview .product-info .right .cart th {
  border: none;
  padding: 0;
  margin-bottom: 0
}

.quickview .product-info .right .cart table .reset_variations,
.quickview .product-info .right .cart td .reset_variations,
.quickview .product-info .right .cart th .reset_variations {
  display: block
}

.quickview .product-info .right .cart table label,
.quickview .product-info .right .cart td label,
.quickview .product-info .right .cart th label {
  font-weight: 400
}

.quickview .product-info .right .cart table select,
.quickview .product-info .right .cart td select,
.quickview .product-info .right .cart th select {
  height: 30px;
  font-size: 13px
}

.quickview .product-info .right .reset_variations {
  font-size: 13px
}

.quickview .product-info .right .variations_form {
  margin-bottom: 0
}

.quickview .product-info .right .woo-share {
  margin-left: 0;
  margin-top: 10px;
  width: 100%;
  float: left
}

.quickview .product-info .right .woo-share .share_show {
  margin: 0
}

.quickview .product-info .right .woo-share li {
  list-style: none;
  display: inline-block
}

.quickview .product-info .right .woo-share li a {
  width: 24px;
  height: 24px;
  margin: 0 3px;
  text-align: center;
  color: #fff;
  line-height: 24px;
  display: inline-block
}

.quickview .product-info .right .woo-share li a.facebook {
  background: #3b5999;
  margin-left: 0
}

.quickview .product-info .right .woo-share li a.twitter {
  background: #61cae7
}

.quickview .product-info .right .woo-share li a.pinterest {
  background: #d4232b
}

.quickview .product-info .right .woo-share li a.googleplus {
  background: #f35633
}

.quickview .product-info .right .woo-share li a:hover {
  opacity: .6
}

.quickview .quick-view-detail {
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-transform: none;
  text-decoration: underline;
  font-weight: 700
}

.woocommerce .navigation .menu-right ul .widget_shopping_cart .widget_shopping_cart_content {
  padding-left: 20px;
  padding-right: 20px
}

.widget_shopping_cart {
  position: relative
}

.widget_shopping_cart .minicart_hover {
  margin-top: 0;
  margin-bottom: 0
}

.widget_shopping_cart .minicart_hover .cart-items-number {
  display: block;
  position: relative;
  text-align: left;
  cursor: pointer;
  font-size: 16px
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
  border-radius: 50%;
  bottom: 15px;
  display: block;
  font-size: 12px;
  font-weight: 600;
  height: 18px;
  left: 17px;
  line-height: 18px;
  width: 18px;
  padding: 0 2px;
  position: absolute;
  text-align: center
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number .items-number {
  font-size: 11px;
  font-weight: 400
}

.widget_shopping_cart .widget_shopping_cart_content {
  display: none;
  background: #fff;
  left: auto;
  position: absolute;
  right: 0;
  top: 60px;
  min-width: 350px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
  z-index: 9999;
  overflow: hidden;
  padding: 10px 20px 25px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity span,
.widget_shopping_cart .widget_shopping_cart_content .total span {
  display: inline-block
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget {
  max-height: 315px;
  overflow: auto;
  padding: 0
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar {
  width: 6px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 6px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li {
  padding: 10px 0;
  border-top: 1px solid #eee;
  width: 100%;
  margin-left: 0 !important
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a {
  text-align: left;
  max-width: 95%
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a img {
  margin-right: 15px;
  width: 65px !important;
  float: left;
  margin-bottom: 0
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl {
  border-left: 0 none !important;
  float: left;
  padding-left: 0 !important;
  min-width: 60%
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl dd {
  margin: 0 !important;
  padding: 0 !important
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity {
  float: left;
  padding: 0;
  text-align: left;
  min-width: 60%
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove {
  font-size: 20px !important;
  left: auto !important;
  right: 0;
  top: 10px !important;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove:before {
  font-size: 15px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li:first-child {
  border-top: none
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .empty {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .total {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 15px 20px;
  text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .total .amount {
  font-weight: 700;
  margin-left: 10px
}

.widget_shopping_cart .widget_shopping_cart_content .buttons {
  text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a {
  border-radius: 0;
  margin: 0 10px;
  font-size: 13px;
  height: 40px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 25px
}

.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout {
  color: #fff;
  position: relative
}

body:not(.woocommerce):not(.woocommerce-page) .widget_shopping_cart {
  display: none;
  position: relative
}

body:not(.woocommerce):not(.woocommerce-page) .widget_shopping_cart .widget_shopping_cart_content {
  position: absolute;
  background: #fff;
  padding: 10px 15px;
  right: 0;
  width: 280px;
  display: none
}

.thim-login {
  width: 100%;
  clear: both;
  float: none
}

.thim-login .title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin: -12px 0 23px;
  padding: 0;
  text-transform: none;
  line-height: 40px
}

.thim-login .register-area h2 {
  margin-top: 50px
}

.thim-login form#loginform,
.thim-login form#registerform,
.thim-login form#resetpassform {
  border: 0;
  padding: 0;
  max-width: 370px;
  margin: auto;
  clear: both
}

.thim-login form#loginform .form-row,
.thim-login form#registerform .form-row,
.thim-login form#resetpassform .form-row {
  margin: 0;
  padding: 0
}

.thim-login form#loginform>a.lost-pass-link,
.thim-login form#registerform>a.lost-pass-link,
.thim-login form#resetpassform>a.lost-pass-link {
  width: 50%;
  float: right;
  display: block;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 14px;
  line-height: 25px;
  text-align: right
}

.thim-login form#loginform p,
.thim-login form#registerform p,
.thim-login form#resetpassform p {
  margin: 0
}

.thim-login form#loginform p.login-password label,
.thim-login form#loginform p.login-username label,
.thim-login form#registerform p.login-password label,
.thim-login form#registerform p.login-username label,
.thim-login form#resetpassform p.login-password label,
.thim-login form#resetpassform p.login-username label {
  display: none
}

.thim-login form#loginform p.login-remember,
.thim-login form#registerform p.login-remember,
.thim-login form#resetpassform p.login-remember {
  width: 50%;
  float: left;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 14px;
  line-height: 25px;
  text-align: left
}

.thim-login form#loginform p.login-remember input[type=checkbox],
.thim-login form#registerform p.login-remember input[type=checkbox],
.thim-login form#resetpassform p.login-remember input[type=checkbox] {
  border: 1px solid #000
}

.thim-login form#loginform p.login-remember label,
.thim-login form#registerform p.login-remember label,
.thim-login form#resetpassform p.login-remember label {
  font-weight: 400;
  margin: 0
}

.thim-login form#loginform label[for=become_teacher],
.thim-login form#registerform label[for=become_teacher],
.thim-login form#resetpassform label[for=become_teacher] {
  font-weight: 400;
  line-height: 25px;
  margin: 7px 0 14px
}

.thim-login form#loginform label[for=become_teacher] input,
.thim-login form#registerform label[for=become_teacher] input,
.thim-login form#resetpassform label[for=become_teacher] input {
  border: 1px solid #111
}

.thim-login form#loginform input[type=email],
.thim-login form#loginform input[type=password],
.thim-login form#loginform input[type=text],
.thim-login form#registerform input[type=email],
.thim-login form#registerform input[type=password],
.thim-login form#registerform input[type=text],
.thim-login form#resetpassform input[type=email],
.thim-login form#resetpassform input[type=password],
.thim-login form#resetpassform input[type=text] {
  width: 100%;
  line-height: 30px;
  padding: 4px 20px;
  border: 1px solid #e5e5e5;
  color: #999;
  margin-bottom: 20px;
  clear: both;
  display: block;
  min-height: 40px;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.thim-login form#loginform input[type=email]::-webkit-input-placeholder,
.thim-login form#loginform input[type=password]::-webkit-input-placeholder,
.thim-login form#loginform input[type=text]::-webkit-input-placeholder,
.thim-login form#registerform input[type=email]::-webkit-input-placeholder,
.thim-login form#registerform input[type=password]::-webkit-input-placeholder,
.thim-login form#registerform input[type=text]::-webkit-input-placeholder,
.thim-login form#resetpassform input[type=email]::-webkit-input-placeholder,
.thim-login form#resetpassform input[type=password]::-webkit-input-placeholder,
.thim-login form#resetpassform input[type=text]::-webkit-input-placeholder {
  line-height: 30px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.thim-login form#loginform input[type=email]:-moz-placeholder,
.thim-login form#loginform input[type=password]:-moz-placeholder,
.thim-login form#loginform input[type=text]:-moz-placeholder,
.thim-login form#registerform input[type=email]:-moz-placeholder,
.thim-login form#registerform input[type=password]:-moz-placeholder,
.thim-login form#registerform input[type=text]:-moz-placeholder,
.thim-login form#resetpassform input[type=email]:-moz-placeholder,
.thim-login form#resetpassform input[type=password]:-moz-placeholder,
.thim-login form#resetpassform input[type=text]:-moz-placeholder {
  line-height: 30px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.thim-login form#loginform input[type=email]::-moz-placeholder,
.thim-login form#loginform input[type=password]::-moz-placeholder,
.thim-login form#loginform input[type=text]::-moz-placeholder,
.thim-login form#registerform input[type=email]::-moz-placeholder,
.thim-login form#registerform input[type=password]::-moz-placeholder,
.thim-login form#registerform input[type=text]::-moz-placeholder,
.thim-login form#resetpassform input[type=email]::-moz-placeholder,
.thim-login form#resetpassform input[type=password]::-moz-placeholder,
.thim-login form#resetpassform input[type=text]::-moz-placeholder {
  line-height: 30px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.thim-login form#loginform input[type=email]:-ms-input-placeholder,
.thim-login form#loginform input[type=password]:-ms-input-placeholder,
.thim-login form#loginform input[type=text]:-ms-input-placeholder,
.thim-login form#registerform input[type=email]:-ms-input-placeholder,
.thim-login form#registerform input[type=password]:-ms-input-placeholder,
.thim-login form#registerform input[type=text]:-ms-input-placeholder,
.thim-login form#resetpassform input[type=email]:-ms-input-placeholder,
.thim-login form#resetpassform input[type=password]:-ms-input-placeholder,
.thim-login form#resetpassform input[type=text]:-ms-input-placeholder {
  line-height: 30px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.thim-login form#loginform input[type=email]:-webkit-autofill,
.thim-login form#loginform input[type=password]:-webkit-autofill,
.thim-login form#loginform input[type=text]:-webkit-autofill,
.thim-login form#registerform input[type=email]:-webkit-autofill,
.thim-login form#registerform input[type=password]:-webkit-autofill,
.thim-login form#registerform input[type=text]:-webkit-autofill,
.thim-login form#resetpassform input[type=email]:-webkit-autofill,
.thim-login form#resetpassform input[type=password]:-webkit-autofill,
.thim-login form#resetpassform input[type=text]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fff inset
}

.thim-login form#loginform input[type=submit],
.thim-login form#registerform input[type=submit],
.thim-login form#resetpassform input[type=submit] {
  border: 0;
  width: 100%;
  line-height: 30px;
  padding: 5px 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  border-radius: 0
}

.thim-login form#loginform .gglcptch.gglcptch_v2,
.thim-login form#registerform .gglcptch.gglcptch_v2,
.thim-login form#resetpassform .gglcptch.gglcptch_v2 {
  margin-bottom: 18px
}

.thim-login .link-bottom {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-transform: none;
  margin: 10px 0 0
}

.thim-login #resetpassform .message {
  margin-top: 30px
}

form#lostpasswordform {
  text-align: center;
  margin-bottom: 70px
}

form#lostpasswordform .description {
  margin: auto auto 50px;
  max-width: 450px
}

form#lostpasswordform p input[type=email],
form#lostpasswordform p input[type=password],
form#lostpasswordform p input[type=text] {
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  display: inline-block;
  max-width: 350px;
  line-height: 30px;
  padding: 4px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 0
}

form#lostpasswordform p input[type=email]::-webkit-input-placeholder,
form#lostpasswordform p input[type=password]::-webkit-input-placeholder,
form#lostpasswordform p input[type=text]::-webkit-input-placeholder {
  line-height: 30px
}

form#lostpasswordform p input[type=email]:-moz-placeholder,
form#lostpasswordform p input[type=password]:-moz-placeholder,
form#lostpasswordform p input[type=text]:-moz-placeholder {
  line-height: 30px
}

form#lostpasswordform p input[type=email]::-moz-placeholder,
form#lostpasswordform p input[type=password]::-moz-placeholder,
form#lostpasswordform p input[type=text]::-moz-placeholder {
  line-height: 30px
}

form#lostpasswordform p input[type=email]:-ms-input-placeholder,
form#lostpasswordform p input[type=password]:-ms-input-placeholder,
form#lostpasswordform p input[type=text]:-ms-input-placeholder {
  line-height: 30px
}

form#lostpasswordform p input[type=submit] {
  padding: 5px 25px;
  border: 0;
  display: inline-block;
  line-height: 30px;
  border-radius: 0;
  height: 40px;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700
}

.thim-widget-login-form .message {
  max-width: 600px;
  margin: 0 auto 30px
}

.thim-login-captcha {
  text-align: center
}

.thim-login-captcha>span {
  display: inline-block
}

#learn-press-form-login {
  border: 0;
  padding: 0;
  clear: both;
  margin-bottom: 30px;
  max-width: 350px
}

#learn-press-form-login .form-row {
  margin: 0;
  padding: 0
}

#learn-press-form-login a.lost-pass-link {
  width: 50%;
  float: right;
  display: block;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 25px;
  text-align: right
}

#learn-press-form-login p {
  margin: 0
}

#learn-press-form-login p.login-remember {
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 14px;
  line-height: 25px
}

#learn-press-form-login p.login-remember input[type=checkbox] {
  border: 1px solid #000
}

#learn-press-form-login p.login-remember label {
  font-weight: 400;
  margin: 0
}

#learn-press-form-login label[for=become_teacher] {
  font-weight: 400;
  line-height: 25px;
  margin: 7px 0 14px
}

#learn-press-form-login label[for=become_teacher] input {
  border: 1px solid #111
}

#learn-press-form-login input[type=email],
#learn-press-form-login input[type=password],
#learn-press-form-login input[type=text] {
  width: 100%;
  max-width: 350px;
  line-height: 30px;
  padding: 4px 20px;
  border: 1px solid #e5e5e5;
  color: #999;
  margin-bottom: 20px;
  clear: both;
  display: block;
  min-height: 40px;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#learn-press-form-login input[type=email]::-webkit-input-placeholder,
#learn-press-form-login input[type=password]::-webkit-input-placeholder,
#learn-press-form-login input[type=text]::-webkit-input-placeholder {
  line-height: 30px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

#learn-press-form-login input[type=email]:-moz-placeholder,
#learn-press-form-login input[type=password]:-moz-placeholder,
#learn-press-form-login input[type=text]:-moz-placeholder {
  line-height: 30px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

#learn-press-form-login input[type=email]::-moz-placeholder,
#learn-press-form-login input[type=password]::-moz-placeholder,
#learn-press-form-login input[type=text]::-moz-placeholder {
  line-height: 30px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

#learn-press-form-login input[type=email]:-ms-input-placeholder,
#learn-press-form-login input[type=password]:-ms-input-placeholder,
#learn-press-form-login input[type=text]:-ms-input-placeholder {
  line-height: 30px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

#learn-press-form-login input[type=submit] {
  max-width: 350px;
  border: 0;
  width: 100%;
  line-height: 30px;
  padding: 5px 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  border-radius: 0
}

#learn-press-form-login .gglcptch.gglcptch_v2 {
  margin-bottom: 18px
}

#thim-popup-login {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, .8);
  margin: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-transform: scale(.2, .2);
  -moz-transform: scale(.2, .2);
  -ms-transform: scale(.2, .2);
  -o-transform: scale(.2, .2);
  -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -khtml-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -moz-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -ms-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -o-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  transition: all .3s cubic-bezier(.4, 0, 1, 1)
}

#thim-popup-login.active {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible
}

#thim-popup-login .thim-login-container {
  background: #fff;
  position: relative;
  padding: 80px 50px;
  overflow: hidden;
  max-width: 900px;
  margin: auto;
  top: 0;
  cursor: default
}

#thim-popup-login .thim-login-container.loading:before {
  background: rgba(255, 255, 255, .6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: '';
  position: absolute
}

#thim-popup-login .thim-login-container.loading .cssload-container {
  z-index: 3
}

#thim-popup-login .thim-login-container a,
#thim-popup-login .thim-login-container p {
  font-size: 15px;
  font-weight: 400
}

#thim-popup-login .thim-login-container .close-popup {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  display: none
}

#thim-popup-login .message {
  display: block;
  position: absolute;
  left: 30px;
  right: 30px;
  text-align: left;
  font-size: 13px !important
}

#thim-popup-login .mo-openid-app-icons>p,
#thim-popup-login.has-shortcode .thim-login .title {
  font-size: 24px;
  text-transform: none;
  line-height: 30px;
  position: relative;
  font-weight: 700;
  text-align: center
}

#thim-popup-login .thim-login-container>br {
  display: none
}

#thim-popup-login .mo-openid-app-icons {
  width: 50%;
  float: left;
  padding: 0 30px
}

#thim-popup-login .mo-openid-app-icons>p {
  margin: 0 0 23px;
  padding: 0;
  margin-bottom: 23px !important
}

#thim-popup-login .mo-openid-app-icons .btn-block {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block
}

#thim-popup-login .mo-openid-app-icons .btn-block:hover {
  text-decoration: none
}

#thim-popup-login .mo-openid-app-icons .btn-block:nth-child(2) {
  margin-top: 0
}

#thim-popup-login .mo-openid-app-icons:after {
  left: auto;
  bottom: auto;
  top: 0;
  right: 1px;
  width: 1px;
  border: 0;
  background: #eee;
  height: 300px
}

#thim-popup-login.has-shortcode .thim-login {
  width: 50%;
  padding: 0 30px;
  position: relative;
  float: left;
  clear: none
}

#thim-popup-login.has-shortcode .thim-login .title {
  margin: 0 0 23px;
  padding: 0
}

#thim-popup-login .thim-loading-container {
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-opacity: .6;
  -khtml-opacity: .6;
  -moz-opacity: .6;
  -ms-opacity: .6;
  -o-opacity: .6;
  opacity: .6
}

body.thim-search-active {
  overflow-y: scroll;
  height: 100vh
}

body.thim-search-active #wrapper-container {
  height: 100vh;
  overflow: hidden
}

body.thim-search-active #tp_style_selector,
body.thim-search-active div#_fc_div {
  z-index: 1
}

body.thim-popup-active {
  height: 100vh;
  overflow-y: scroll
}

body.thim-popup-active.admin-bar,
body.thim-popup-active.admin-bar #wrapper-container {
  height: calc(100vh - 32px);
  height: -webkit-calc(100vh - 32px);
  height: -moz-calc(100vh - 32px)
}

body.thim-popup-active #wrapper-container {
  height: 100vh;
  overflow: hidden
}

body.thim-popup-active #tp_style_selector {
  visibility: hidden
}

body.thim-popup-active #thim-popup-login,
body.thim-popup-active .mfp-container {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress
}

body.thim-popup-active .fc-tab {
  z-index: 99
}

#main .cptch_block {
  text-align: center
}

#main .cptch_block .cptch_wrap {
  display: inline-block !important
}

#main .cptch_block .cptch_wrap input.cptch_input {
  padding: 0 10px
}

#loginform .mo-openid-app-icons {
  display: none !important
}

.mo-openid-app-icons>p {
  margin-bottom: 10px !important
}

.mo-openid-app-icons .btn-block {
  margin-top: 20px
}

.login-password {
  position: relative
}

.login-password #show_pass {
  position: absolute;
  line-height: 40px;
  right: 10px;
  bottom: 0;
  cursor: pointer;
  z-index: 2;
  color: #aeaeae
}

.login-password #show_pass.active {
  color: #333
}

.single-quiz button.button-finish-quiz,
.single-quiz button.button-retake-quiz,
.single-quiz button.button-start-quiz,
.single-quiz button.check_answer,
.single-quiz button.next-question,
.single-quiz button.prev-question {
  border: 0;
  height: 40px;
  line-height: 30px;
  font-size: 13px;
  padding: 5px 25px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  background: #111;
  color: #fff
}

.single-quiz button.button-finish-quiz,
.single-quiz button.button-retake-quiz,
.single-quiz button.button-start-quiz {
  background: #54b551
}

.single-quiz button.prev-question {
  margin-right: 5px
}

.single-quiz .back-to-course {
  font-size: 13px;
  font-weight: 700
}

.single-quiz .quiz-content {
  margin-bottom: 34px
}

.single-quiz .quiz-clock .quiz-total {
  display: inline-block;
  line-height: 30px;
  padding-right: 20px;
  margin-bottom: 30px
}

.single-quiz .quiz-clock .quiz-total .fa {
  font-size: 15px;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 5px
}

.single-quiz .quiz-clock .quiz-total .quiz-text {
  font-weight: 700;
  display: inline-block
}

.single-quiz .quiz-clock .quiz-total .quiz-text .number {
  color: #ffb606
}

.single-quiz .quiz-clock .quiz-timer {
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid #eee;
  line-height: 30px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 30px
}

.single-quiz .quiz-clock .quiz-timer #quiz-countdown,
.single-quiz .quiz-clock .quiz-timer #quiz-countdown-value {
  margin: 0 7px;
  color: #ffb606;
  line-height: 30px;
  font-size: 15px;
  display: inline-block
}

.single-quiz .quiz-questions ul.quiz-questions-list li:before,
.single-quiz .quiz-questions.list-quiz-questions ul li.current a:after,
.single-quiz .quiz-questions.list-quiz-questions ul li.current:after {
  display: none
}

.single-quiz .quiz-clock .quiz-timer .quiz-countdown-label {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #666
}

.single-quiz .quiz-clock .quiz-timer .fa {
  font-size: 15px;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 5px
}

.single-quiz .quiz-questions h3,
.single-quiz .quiz-results h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px
}

.single-quiz .quiz-questions {
  margin-bottom: 30px
}

.single-quiz .quiz-questions.list-quiz-questions:not(.completed-questions) ul>li {
  padding-left: 0
}

.single-quiz .quiz-questions ul {
  margin: 0
}

.single-quiz .quiz-questions ul li {
  list-style: none;
  line-height: 24px;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0
}

.single-quiz .quiz-questions ul li:first-child {
  border-top: 1px solid #eee
}

.single-quiz .quiz-questions ul li:before {
  content: '\f00d';
  font-family: FontAwesome;
  color: #e9340a;
  font-size: 13px;
  line-height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0
}

.single-quiz .quiz-questions ul li.learn-press-question-wrap {
  padding-top: 0;
  padding-bottom: 0
}

.single-quiz .quiz-questions ul li.correct:before {
  content: '\f00c';
  color: #54b551
}

.single-quiz .quiz-questions ul li h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
  padding: 10px 0
}

.single-quiz .quiz-questions ul li label {
  margin-bottom: 0
}

.single-quiz .quiz-questions ul li ul {
  margin-left: -20px
}

.single-quiz .quiz-questions ul li ul li:last-child {
  border-bottom: 0
}

.single-quiz .quiz-questions ul.quiz-questions-list li .question-title:after {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  line-height: 45px;
  font-family: FontAwesome;
  width: 13px;
  text-align: center
}

.single-quiz .quiz-questions ul.quiz-questions-list li.incorrect .question-title:after {
  color: #e9340a;
  content: "\f00d"
}

.single-quiz .quiz-questions ul.quiz-questions-list li.correct .question-title:after {
  color: #54b551;
  content: "\f00c"
}

.single-quiz .quiz-questions.list-quiz-questions ul li {
  font-size: 13px;
  font-weight: 700
}

.single-quiz .quiz-questions.list-quiz-questions ul li.current a {
  font-size: 16px
}

.single-quiz .quiz-questions.completed-questions>ul>li:not(.correct) .question-title:after {
  color: #e9340a;
  content: "\f00d"
}

.single-quiz .quiz-questions.completed-questions>ul>li:not(.correct).skipped .question-title:after {
  color: #999;
  content: "\f05e"
}

.single-quiz .list-question-title,
.single-quiz .quiz-history-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 30px
}

.single-quiz .quiz-question-nav .lp-question-wrap {
  margin-bottom: 0;
  position: relative
}

.single-quiz .quiz-question-nav .lp-question-wrap h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 22px;
  line-height: 30px
}

.single-quiz .quiz-question-nav .lp-question-wrap .question-title {
  display: inline-block
}

.single-quiz .quiz-question-nav .lp-question-wrap input.fib-input {
  border: 0;
  font-style: italic;
  font-size: 15px;
  margin: 0 5px;
  border-bottom: 1px dotted #999;
  line-height: 15px;
  display: inline-block;
  text-align: center
}

#review h3,
.single-quiz .quiz-question-nav .lp-question-wrap ul {
  margin: 0 0 20px
}

.single-quiz .quiz-question-nav .lp-question-wrap.lp-sorting-choice-question .ui-sortable-handle {
  cursor: move
}

.single-quiz .quiz-question-nav .lp-question-wrap .question-type-multi_choice ul li label,
.single-quiz .quiz-question-nav .lp-question-wrap .question-type-single_choice ul li label,
.single-quiz .quiz-question-nav .lp-question-wrap .question-type-true_or_false ul li label,
.single-quiz .quiz-question-nav .lp-question-wrap.lp-multi-choice-question ul li label,
.single-quiz .quiz-question-nav .lp-question-wrap.lp-single-choise-question ul li label,
.single-quiz .quiz-question-nav .lp-question-wrap.lp-true-false-question ul li label {
  display: block;
  cursor: pointer
}

.single-quiz .quiz-question-nav .lp-question-wrap .question-type-sorting_choice ul li label {
  display: block;
  cursor: move
}

.single-quiz .quiz-question-nav .lp-question-wrap ul li {
  list-style: none;
  line-height: 40px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  padding: 0 10px
}

.single-quiz .quiz-question-nav .lp-question-wrap ul li:first-child {
  border-top: 1px solid #eee
}

.single-quiz .quiz-question-nav .lp-question-wrap ul li label {
  margin: 0;
  font-weight: 400;
  cursor: pointer;
  display: block
}

.single-quiz .quiz-question-nav .lp-question-wrap ul li.answered-wrong>label input[type=radio]:checked+p,
.single-quiz .quiz-question-nav .lp-question-wrap ul.lpr-question-hint li label {
  text-decoration: line-through
}

.single-quiz .quiz-question-nav .lp-question-wrap ul.lpr-question-hint li.correct label {
  text-decoration: none
}

.single-quiz .quiz-question-nav .lp-question-wrap ul.lpr-question-hint li.correct label:after {
  content: '\f00c';
  font-size: 13px;
  font-family: FontAwesome;
  margin-left: 5px;
  display: inline-block;
  color: #54b551
}

.single-quiz .learn-press .message {
  margin-bottom: 30px
}

.single-quiz .learn-press-question-wrap.checked li.user-answer-false,
.single-quiz .lp-question-wrap li.user-answer-false {
  background: 0 0;
  cursor: no-drop
}

.single-quiz .learn-press-question-wrap.checked li.user-answer-false label,
.single-quiz .lp-question-wrap li.user-answer-false label {
  cursor: no-drop !important;
  text-decoration: line-through;
  background: 0 0
}

.single-quiz .learn-press-question-wrap.checked li.user-answer-false.answer-true,
.single-quiz .lp-question-wrap li.user-answer-false.answer-true {
  background: 0 0
}

.single-quiz .learn-press-question-wrap.checked li.user-answer-false.answer-true label,
.single-quiz .lp-question-wrap li.user-answer-false.answer-true label {
  text-decoration: none;
  background: 0 0
}

.single-quiz .learn-press-question-wrap.checked li.answer-correct,
.single-quiz .learn-press-question-wrap.checked li.answer-true,
.single-quiz .lp-question-wrap li.answer-correct,
.single-quiz .lp-question-wrap li.answer-true {
  background: 0 0;
  cursor: no-drop !important
}

.single-quiz .learn-press-question-wrap.checked li.answer-correct label,
.single-quiz .learn-press-question-wrap.checked li.answer-true label,
.single-quiz .lp-question-wrap li.answer-correct label,
.single-quiz .lp-question-wrap li.answer-true label {
  cursor: no-drop
}

.single-quiz .learn-press-question-wrap.checked li.answer-correct label:after,
.single-quiz .learn-press-question-wrap.checked li.answer-true label:after,
.single-quiz .lp-question-wrap li.answer-correct label:after,
.single-quiz .lp-question-wrap li.answer-true label:after {
  content: '\f00c';
  font-size: 13px;
  font-family: FontAwesome;
  margin-left: 5px;
  display: inline-block;
  color: #54b551
}

.single-quiz .question-description {
  margin-bottom: 25px
}

.single-quiz .sorting-choice .answer-option {
  position: relative
}

.single-quiz .sorting-choice .answer-option .sort-hand {
  border-bottom-width: 2px;
  border-top-width: 2px;
  width: 20px;
  height: 14px;
  margin-top: -6px;
  left: 0
}

.single-quiz .sorting-choice .answer-option .sort-hand:before {
  border-bottom-width: 2px;
  top: 4px
}

.single-quiz .sorting-choice .answer-option .option-title {
  padding-left: 30px
}

.quiz-summary .quiz-buttons {
  text-align: inherit
}

.single-quiz .quiz-summary .quiz-buttons {
  margin-bottom: 30px
}

.quiz-buttons,
.show-quiz-result,
.show-quiz-review {
  margin-bottom: 15px
}

.question-numbers {
  margin: 15px 0;
  display: inline-block
}

#popup_title,
.quiz-results .box-title {
  margin-top: 0
}

.question-numbers li {
  display: inline-block;
  list-style: inherit
}

.question-numbers li a {
  line-height: 30px;
  display: block;
  width: 30px;
  font-size: 13px;
  color: #111;
  text-align: center;
  padding: 0;
  border: 1px solid #111
}

.question-numbers li.current a,
.question-numbers li:hover a {
  background-color: #ffb606;
  border-color: #ffb606
}

.quiz-results .result-summary {
  margin: 32px 0 63px
}

.quiz-results .result-field {
  display: inline-block;
  margin-right: 20px;
  width: 95px;
  height: 95px;
  border: 1px solid #54b551;
  border-radius: 50%;
  text-align: center;
  overflow: hidden
}

.quiz-results .result-field:last-child {
  margin-right: 0
}

.quiz-results .result-field span {
  display: block;
  margin-top: 18px;
  text-transform: capitalize
}

.quiz-results .result-field .value {
  font-size: 24px;
  font-weight: 700;
  color: #54b551;
  display: block;
  margin-top: 2px
}

.check-answer-question,
.question-hint {
  display: inline-block;
  margin-bottom: 15px
}

.quiz-results .result-field.empty {
  border: 1px solid #999
}

.quiz-results .result-field.empty .value {
  color: #999
}

.quiz-results .result-field.wrong {
  border: 1px solid #e9340a
}

.quiz-results .result-field.wrong .value {
  color: #e9340a
}

.quiz-results .result-field.time {
  border-color: #666
}

.quiz-results .result-field.time .value {
  color: #666;
  font-size: 18px
}

.lp-question-wrap .quiz-hint-content,
.question-hint .quiz-hint-content {
  background: rgba(0, 0, 0, .9);
  padding: 20px;
  -ms-transition: all .3s;
  color: #999;
  position: absolute;
  -khtml-transition: all .3s;
  left: 0;
  width: 100%
}

.question-hint {
  margin-left: 15px
}

.question-hint.hide-if-js {
  display: none
}

.question-hint .quiz-hint {
  margin-bottom: 5px;
  line-height: 30px
}

.question-hint .quiz-hint-toggle {
  cursor: pointer;
  font-weight: 700
}

.question-hint .quiz-hint-toggle .fa {
  font-weight: 400;
  font-size: 15px
}

.question-hint .quiz-hint-content {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  visibility: hidden
}

.question-hint .quiz-hint-content.quiz-active {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible
}

.lp-question-wrap .quiz-hint-content {
  display: inline-block;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  visibility: hidden
}

#review,
body.single-lp_quiz #popup_container {
  display: none
}

.lp-question-wrap .quiz-hint-content.quiz-active {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible
}

.single-lpr_quiz #content {
  padding-left: 0;
  padding-right: 0
}

body.single-lp_quiz {
  background-image: none
}

#popup_container {
  min-width: 300px;
  max-width: 600px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  border-radius: 0;
  text-align: center
}

#popup_container a.close {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #333
}

#popup_title {
  border-radius: 0;
  padding: 0 20px;
  line-height: 50px;
  font-size: 20px;
  text-transform: none
}

#popup_content {
  margin: 0;
  position: relative;
  padding: 20px;
  border: 0;
  border-radius: 0
}

#popup_panel {
  text-align: center;
  margin-top: 20px
}

#popup_panel #popup_cancel,
#popup_panel #popup_ok {
  border: none;
  padding: 5px 0;
  line-height: 30px;
  height: 40px;
  background: #111;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 5px;
  display: inline-block;
  min-width: 90px;
  text-align: center;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

#review-overlay {
  background-color: rgba(0, 0, 0, .25);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%
}

#review-overlay>.review-wrapper {
  align-self: center;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 2px;
  padding: 6px;
  width: 450px
}

#review-overlay .review-content {
  background-color: #fff;
  border-radius: 2px;
  padding: 24px;
  position: relative
}

#review {
  position: fixed;
  z-index: 99999;
  align-self: center;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 2px;
  padding: 6px;
  width: 500px;
  top: 50px;
  left: 50%;
  margin-left: -250px
}

#review .review-content {
  background-color: #fff;
  border-radius: 2px;
  padding: 24px;
  position: relative
}

#review h3 {
  font-size: 16px
}

#review h3 .close {
  float: right;
  border: none;
  text-decoration: none;
  width: auto;
  height: auto;
  margin-right: -9px;
  margin-top: -7px
}

#review h3 .close:before {
  font-size: 32px
}

#review .review-fields {
  margin: 0 0 -20px;
  list-style: none
}

#review .review-fields>li {
  margin: 0 0 20px
}

#review .review-fields>li>label {
  display: block;
  margin: 0 0 7px;
  font-size: 15px
}

#review .review-fields>li>label .required {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1;
  height: 15px;
  margin-top: -3px
}

.review-stars {
  margin: 0;
  list-style: none
}

.review-stars:after {
  clear: both;
  content: '';
  display: block
}

.review-stars>li {
  width: 40px;
  height: 40px;
  float: left
}

.review-stars>li span {
  text-decoration: none;
  font-size: 40px;
  border-bottom: none;
  width: auto;
  height: auto
}

.review-stars>li a:focus,
.review-stars>li a:visited {
  border: none
}

.review-stars>li span:before {
  width: 40px;
  height: 40px
}

.review-stars>li span.hover:before {
  content: "\f155";
  color: #F05A19;
  cursor: pointer
}

#review .review-actions {
  text-align: right;
  padding-top: 20px;
  border-top: 1px solid #F0F0F0
}

#review .submitting {
  display: none
}

.review-stars-rated,
.review-stars-rated .review-stars {
  display: inline-block
}

#review .review-stars {
  cursor: pointer
}

.review-stars-rated {
  position: relative
}

.review-stars-rated .review-stars.filled {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  color: #F05A19;
  height: 40px
}

.review-stars.filled>li {
  position: absolute
}

.review-stars.filled>li:nth-child(2) {
  left: 40px
}

.review-stars.filled>li:nth-child(3) {
  left: 80px
}

.review-stars.filled>li:nth-child(4) {
  left: 120px
}

.review-stars.filled>li:nth-child(5) {
  left: 160px
}

#course-reviews .loading {
  display: none
}

.thim-widget-courses {
  position: relative
}

.thim-widget-courses .view-all-courses {
  border: 1px solid #111;
  color: #333;
  position: absolute;
  top: -96px;
  right: 0;
  line-height: 34px;
  height: 36px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700
}

.thim-widget-courses .view-all-courses.position-bottom {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  text-align: center;
  border: none;
  font-size: 16px;
  height: 60px;
  line-height: 40px;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 40px
}

.thim-widget-courses .thim-course-grid {
  margin: 0 -15px;
  width: auto
}

.thim-widget-courses .thim_tabs_slider.grid-1 .view-all-courses {
  top: 35px
}

.thim-widget-courses .grid-1 .view-all-courses {
  border: none;
  border-radius: 25px;
  top: -87px;
  height: auto;
  line-height: 40px;
  box-shadow: 6px 4px 18px rgba(0, 0, 0, .08);
  text-transform: none;
  background-color: #FFF;
  font-weight: 400;
  font-size: 16px;
  padding: 0 30px;
  -webkit-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.thim-course-grid .course-item .course-thumbnail img,
.thim-widget-courses .grid-1 .thim-course-grid .course-item {
  -webkit-transition: all .5s ease-in-out;
  -khtml-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out
}

.thim-widget-courses .grid-1 .view-all-courses i {
  margin-left: 3px;
  top: 2px;
  position: relative
}

.thim-widget-courses .grid-1 .view-all-courses:hover {
  color: #fff
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item {
  text-align: left;
  background-color: #FFF;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item .thim-course-content {
  padding-top: 20px
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item .thim-course-content .author a {
  font-size: 14px
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item .thim-course-content .course-title {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 400
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item .thim-course-content .course-meta {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-price {
  float: left
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-price .value {
  font-size: 18px;
  font-weight: 500
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-price .value .course-origin-price {
  float: right;
  font-weight: 300;
  font-size: 14px;
  color: #999
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-price .value.free-course {
  font-size: 18px;
  font-weight: 500;
  color: #00d637
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-students {
  float: right;
  margin-right: 0
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-students .value {
  font-weight: 300
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-students .value .fa-group:before {
  content: "\e723";
  font-family: Linearicons;
  font-size: 18px
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item .thim-course-content .course-meta:before {
  display: none
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item:hover {
  box-shadow: 7px 4px 18px rgba(0, 0, 0, .08)
}

.thim-widget-courses .grid-1 .thim-course-grid .course-item:hover .course-thumbnail img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05)
}

.thim-course-carousel {
  margin: 0 -15px;
  width: auto
}

.site-main .thim-course-carousel.thim-course-grid {
  overflow: visible
}

.site-main .thim-course-carousel.thim-course-grid .owl-buttons {
  top: -60px
}

.thim-course-carousel>.course-item {
  max-width: 270px;
  overflow: hidden;
  float: left;
  margin: 0 15px
}

.thim-course-carousel .owl-item {
  padding: 0 15px
}

.thim-course-carousel .owl-controls .owl-pagination {
  margin-top: 30px
}

.thim-course-carousel .owl-buttons {
  position: absolute;
  right: 15px;
  top: -90px
}

.thim-course-carousel .owl-buttons .owl-next,
.thim-course-carousel .owl-buttons .owl-prev {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  border: 1px solid #111;
  width: 30px;
  text-align: center;
  line-height: 28px
}

.thim-course-carousel .owl-buttons .owl-next .fa,
.thim-course-carousel .owl-buttons .owl-prev .fa {
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
  color: #333;
  font-size: 8px;
  display: block
}

.thim-course-content .course-price .course-origin-price,
.thim-course-grid .course-meta .course-origin-price {
  padding-left: 5px;
  padding-right: 0;
  color: #999;
  text-decoration: line-through
}

.site-main .thim-course-grid {
  overflow: hidden;
  clear: both;
  margin: 0 -15px
}

.site-main .thim-course-grid#thim-course-archive {
  margin-bottom: -40px
}

.profile-tabs .thim-course-grid.thim-carousel-wrapper {
  overflow: visible;
  margin-bottom: 40px;
  padding-top: 30px
}

.profile-tabs .thim-course-grid.thim-carousel-wrapper .owl-controls {
  top: -60px
}

.thim-widget-courses .thim-course-grid:not(.thim-course-carousel) {
  overflow: hidden;
  clear: both;
  margin: 0 -15px
}

.thim-course-grid .course-grid-2 {
  width: 50%
}

.thim-course-grid .course-grid-2:nth-child(2n+1) {
  clear: both
}

.thim-course-grid .course-grid-3 {
  width: 33.33%
}

.thim-course-grid .course-grid-3:nth-child(3n+1) {
  clear: both
}

.thim-course-grid .course-grid-4 {
  width: 25%
}

.thim-course-grid .course-grid-4:nth-child(4n+1) {
  clear: both
}

.thim-course-grid .course-grid-5 {
  width: 20%
}

.thim-course-grid .course-grid-5:nth-child(5n+1) {
  clear: both
}

.thim-course-grid .lpr_course[class*=course-grid-] {
  padding: 0 15px;
  float: left;
  margin-bottom: 40px;
  padding-top: 0 !important
}

.thim-ralated-course .thim-course-grid .lpr_course[class*=course-grid-] {
  margin-bottom: 0
}

.thim-course-grid .course-item {
  text-align: center;
  box-shadow: none
}

.thim-course-grid .course-item .course-thumbnail {
  margin: 0;
  overflow: hidden;
  position: relative
}

.thim-course-grid .course-item .course-thumbnail img {
  width: 100%;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.thim-course-grid .course-item .course-thumbnail a.thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, .6);
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0
}

.thim-course-grid .course-item .course-thumbnail>a {
  width: 100%;
  display: inline-block;
  position: relative
}

.thim-course-grid .course-item .course-thumbnail>a.course-readmore {
  position: absolute;
  top: 50%;
  background: #ffb606;
  color: #333;
  line-height: 30px;
  padding: 5px 25px;
  z-index: 90;
  left: 50%;
  right: auto;
  margin: auto;
  width: auto;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2, 1.2);
  -o-transform: translate(-50%, -50%) scale(1.2, 1.2)
}

.thim-course-grid .course-item .course-thumbnail:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05)
}

.thim-course-grid .course-item .course-thumbnail:hover a.thumb:before {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.thim-course-grid .course-item .course-thumbnail:hover>a.course-readmore {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.thim-course-list .course-item .course-thumbnail:hover img,
.thim-style-content-new-1 .thim-course-grid .course-item:hover .course-thumbnail img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05)
}

.thim-course-grid .course-item .thim-course-content {
  line-height: 25px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 0 20px
}

.thim-course-grid .course-item .thim-course-content .course-author {
  margin-top: 0;
  position: relative;
  margin-bottom: 0
}

.thim-course-grid .course-item .thim-course-content .course-author img {
  margin-top: -28px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  z-index: 3
}

.thim-course-grid .course-item .thim-course-content .course-author label {
  display: none
}

.thim-course-grid .course-item .thim-course-content .course-author .value {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 7px
}

.thim-course-grid .course-item .thim-course-content .course-author .value a {
  color: #7a7a7a
}

.thim-course-grid .course-item .thim-course-content .course-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  margin: 11px 0 22px;
  height: 50px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none
}

.thim-course-grid .course-item .thim-course-content .course-title a {
  display: block
}

.thim-course-grid .course-item .thim-course-content>.course-description,
.thim-course-grid .course-item .thim-course-content>.course-price,
.thim-course-grid .course-item .thim-course-content>.course-readmore {
  display: none
}

.thim-course-grid .course-item .thim-course-content .course-meta {
  overflow: hidden;
  position: relative;
  padding: 14px 0 10px;
  display: block;
  margin: 0
}

.thim-course-grid .course-item .thim-course-content .course-meta .course-author,
.thim-course-grid .course-item .thim-course-content .course-meta .course-review,
.thim-course-grid .course-item .thim-course-content .course-meta label,
.thim-course-grid .course-item .thim-course-content .course-meta.list_courses {
  display: none
}

.thim-course-grid .course-item .thim-course-content .course-meta:before {
  content: '';
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
  z-index: 10
}

.thim-course-grid .course-item .thim-course-content .course-meta:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  height: 1px;
  width: 100%;
  background: #e5e5e5
}

.thim-course-grid .course-item .thim-course-content .course-meta .value {
  font-size: 14px;
  display: inline-block;
  color: #999;
  line-height: 30px;
  font-weight: 400;
  text-transform: none
}

.thim-course-grid .course-item .thim-course-content .course-meta>div {
  display: inline-block;
  float: left;
  line-height: 30px;
  margin-right: 15px;
  color: #ccc;
  padding: 0;
  border: 0
}

.thim-course-grid .course-item .thim-course-content .course-meta>div a {
  color: #ccc
}

.thim-course-grid .course-item .thim-course-content .course-meta>div i {
  display: inline-block;
  margin-right: 4px;
  line-height: 30px;
  font-size: 13px;
  vertical-align: top
}

.thim-course-grid .course-item .thim-course-content .course-meta>div i.fa-comment {
  margin-top: -1px
}

.thim-course-grid .course-item .thim-course-content .course-meta>div.course-price {
  float: right;
  margin-right: 0
}

.thim-course-grid .course-item .thim-course-content .course-meta>div.course-price .value {
  font-size: 13px;
  font-weight: 700;
  color: #f24c0a
}

.thim-course-grid .course-item .thim-course-content .course-meta>div.course-price .value.free-course {
  color: #00d637
}

.thim-course-grid .course-item .thim-course-content .course-meta>div.course-students>span {
  color: #999;
  display: none
}

.thim-course-grid .course-item .thim-course-content .message-warning {
  margin-bottom: 30px;
  margin-top: 30px;
  display: inline-block;
  width: 100%
}

.thim-course-list .lpr_course {
  clear: both;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0;
  padding-top: 40px !important;
  overflow: hidden
}

.thim-course-list .lpr_course:first-child {
  padding-top: 0 !important
}

.thim-course-list .course-item {
  overflow: hidden
}

.thim-course-list .course-item .course-thumbnail {
  float: left;
  height: auto;
  overflow: hidden;
  max-width: 22%;
  max-width: calc(270px);
  max-width: -webkit-calc(270px);
  max-width: -moz-calc(270px);
  margin-right: 3%;
  margin-right: calc(30px);
  margin-right: -webkit-calc(30px);
  margin-right: -moz-calc(30px)
}

.thim-course-list .course-item .course-thumbnail img {
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  -khtml-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.thim-course-list .course-item .course-thumbnail>a {
  display: inline-block;
  position: relative;
  width: 100%
}

.thim-course-list .course-item .course-thumbnail .course-readmore,
.thim-course-list .course-item .thim-course-content>.course-author {
  display: none
}

.thim-course-list .course-item .thim-course-content {
  width: 75%;
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  float: right
}

.thim-course-list .course-item .thim-course-content .course-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 3px 0 2px;
  text-transform: none
}

.thim-course-list .course-item .thim-course-content .course-title a {
  display: block
}

.thim-course-list .course-item .thim-course-content .course-meta {
  overflow: hidden;
  position: relative;
  display: none;
  padding: 0
}

.thim-course-list .course-item .thim-course-content .course-meta label {
  font-size: 12px;
  font-weight: 700;
  color: #ccc;
  margin-bottom: 0
}

.thim-course-list .course-item .thim-course-content .course-meta .value {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7a7a7a
}

.thim-course-list .course-item .thim-course-content .course-meta>div {
  margin-top: 15px;
  display: inline-block;
  line-height: 20px;
  margin-right: 20px;
  padding-right: 20px;
  color: #ccc;
  border-right: 1px solid #eee;
  float: left
}

.thim-course-list .course-item .thim-course-content .course-meta>div:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none
}

.thim-course-list .course-item .thim-course-content .course-meta>div .value {
  line-height: 16px
}

.thim-course-list .course-item .thim-course-content .course-meta>div i {
  display: none
}

.thim-course-list .course-item .thim-course-content .course-meta>div.course-author img {
  border-radius: 50%;
  width: 40px;
  height: auto;
  float: left;
  margin-right: 10px
}

.thim-course-list .course-item .thim-course-content .course-meta>div.course-author .author-contain {
  display: inline-block
}

.thim-course-list .course-item .thim-course-content .course-meta>div.course-author .value a {
  color: #7a7a7a
}

.thim-course-list .course-item .thim-course-content .course-meta>div.course-comments-count,
.thim-course-list .course-item .thim-course-content .course-meta>div.course-price {
  display: none
}

.thim-course-list .course-item .thim-course-content .course-meta>div.course-students {
  padding-right: 0;
  margin-right: 0;
  border-right: 0
}

.thim-course-list .course-item .thim-course-content .course-description {
  margin: 30px 0;
  height: 75px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.thim-course-list .course-item .thim-course-content .course-price {
  float: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px
}

.thim-course-list .course-item .thim-course-content .course-price .value,
.thim-course-list .course-item .thim-course-content .course-price label {
  display: inline-block
}

.thim-course-list .course-item .thim-course-content .course-price label {
  color: #999;
  margin-bottom: 0
}

.thim-course-list .course-item .thim-course-content .course-price .value {
  color: #f24c0a
}

.thim-course-list .course-item .thim-course-content .course-price .value.free-course {
  color: #00d637
}

.thim-course-list .course-item .thim-course-content .course-readmore {
  float: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  margin-top: 4px
}

.thim-course-list .course-item .thim-course-content .course-readmore a {
  line-height: 30px;
  height: 40px;
  padding: 5px 25px;
  display: inline-block
}

.course-meta .course-review .review-stars-rated {
  float: left
}

.course-meta .course-review .review-stars-rated .review-stars {
  margin-top: 2px
}

.course-review .review-text .review-stars-rated .review-stars {
  margin-top: 4px
}

.add-review .review-stars-rated,
.course-review .review-stars-rated,
.rating-box .review-stars-rated {
  height: 16px;
  line-height: 16px;
  width: 80px
}

.add-review .review-stars-rated .review-stars,
.course-review .review-stars-rated .review-stars,
.rating-box .review-stars-rated .review-stars {
  margin: 0;
  display: inline-block;
  list-style: none;
  line-height: 16px;
  height: 16px;
  float: left;
  font-size: 0
}

.add-review .review-stars-rated .review-stars>li,
.course-review .review-stars-rated .review-stars>li,
.rating-box .review-stars-rated .review-stars>li {
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  margin-bottom: 0
}

.add-review .review-stars-rated .review-stars>li span,
.course-review .review-stars-rated .review-stars>li span,
.rating-box .review-stars-rated .review-stars>li span {
  font-size: 13px;
  width: auto;
  height: auto;
  border-bottom: none;
  text-decoration: none
}

.learn-press .course-meta>div.course-author .value a:hover,
.learn-press .course-meta>div.course-categories .value a:hover,
.learn-press .course-meta>div.forum-link .value a:hover,
.switch-layout-container .courses-searching ul li a:hover,
.switch-layout-container .courses-searching ul li.ob-selected a {
  text-decoration: underline
}

.add-review .review-stars-rated .review-stars>li span:before,
.course-review .review-stars-rated .review-stars>li span:before,
.rating-box .review-stars-rated .review-stars>li span:before {
  width: auto;
  height: auto
}

.add-review .review-stars-rated .review-stars.filled,
.course-review .review-stars-rated .review-stars.filled,
.rating-box .review-stars-rated .review-stars.filled {
  height: 16px
}

.add-review .review-stars-rated .review-stars.filled>li,
.course-review .review-stars-rated .review-stars.filled>li,
.rating-box .review-stars-rated .review-stars.filled>li {
  position: static
}

.switch-layout-container {
  background: #f5f5f5;
  padding: 10px 10px 10px 20px;
  margin-bottom: 60px;
  min-height: 54px
}

.switch-layout-container.has_desc {
  margin-bottom: 15px
}

.switch-layout-container .switch-layout {
  float: left
}

.switch-layout-container .switch-layout a {
  font-size: 18px;
  display: inline-block;
  line-height: 34px;
  margin-right: 5px;
  color: #ccc
}

.switch-layout-container .course-index {
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  color: #999;
  margin-left: 15px
}

.switch-layout-container .courses-searching {
  float: right;
  position: relative;
  max-width: calc(100% - 70px);
  max-width: -webkit-calc(100% - 70px);
  max-width: -moz-calc(100% - 70px)
}

.switch-layout-container .courses-searching ul {
  margin: 2px 0 0;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
  line-height: 30px;
  background: #f6f6f6;
  border: none;
  min-width: 270px;
  position: absolute;
  box-shadow: inset 0 0 1px 1px #eee
}

.switch-layout-container .courses-searching ul li {
  list-style: none;
  line-height: 30px;
  padding: 0 20px;
  height: 30px;
  display: block
}

.switch-layout-container .courses-searching ul li a {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  color: #666;
  font-size: 13px
}

.switch-layout-container .courses-searching ul li:first-child {
  margin-top: 10px
}

.switch-layout-container .courses-searching ul li:last-child {
  margin-bottom: 10px
}

.switch-layout-container .courses-searching form {
  border: 0;
  background: #fff;
  width: 270px;
  position: relative;
  line-height: 34px;
  max-width: 100%
}

.switch-layout-container .courses-searching form input[type=text] {
  font-size: 13px;
  color: #999;
  line-height: 20px;
  padding: 6px 0 6px 10px;
  border-radius: 0;
  width: 100%;
  height: 34px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-shadow: none
}

.switch-layout-container .courses-searching form input[type=text]:focus {
  outline: 0;
  box-shadow: none
}

.switch-layout-container .courses-searching form button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 10;
  background: 0 0;
  box-shadow: none;
  border: none;
  outline: 0;
  width: 30px;
  padding: 0;
  line-height: 34px
}

.thim-style-content-new-1 .thim-course-grid .course-item:hover,
.thim-style-content-new-1 .thim-course-list .lpr_course:hover {
  box-shadow: 6px 4px 18px rgba(0, 0, 0, .08)
}

.switch-layout-container .courses-searching form button[type=submit] i {
  font-size: 14px;
  color: #ccc;
  line-height: 34px
}

.course-item .course-thumbnail {
  position: relative
}

.course-item .course-thumbnail .course-wishlist-box {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 88
}

.course-item .course-thumbnail .course-wishlist-box .fa {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 18px
}

.course-item .course-thumbnail .course-wishlist-box .fa:before {
  line-height: 20px;
  display: inline-block
}

.course-item .course-thumbnail .course-wishlist-box .course-wishlist {
  color: #fff;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.course-item .course-thumbnail .course-wishlist-box .course-wishlist:hover,
.course-item .course-thumbnail .course-wishlist-box .course-wishlisted {
  color: #F24C0A
}

.course-item .course-thumbnail .course-wishlist-box .text {
  display: none !important
}

.thim-course-megamenu .course-item {
  text-align: center
}

.thim-course-megamenu .course-thumbnail img {
  width: 100%;
  margin: 0
}

.thim-course-megamenu .course-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  line-height: 25px;
  margin: 0
}

.thim-course-megamenu .course-title a {
  padding: 0 !important;
  margin-top: 3px
}

.thim-course-megamenu .course-price .value {
  font-size: 13px;
  font-weight: 700;
  color: #f24c0a;
  margin-bottom: 7px;
  margin-top: 5px
}

.thim-course-megamenu .course-price .value.free-course {
  color: #00d637
}

.thim-course-megamenu .course-readmore {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  padding: 5px 22px !important;
  display: inline-block !important;
  line-height: 30px
}

.course-thumbnail .course-readmore {
  white-space: nowrap
}

.thim-widget-courses .thim-category-tabs.thim-course-grid {
  margin-top: -108px
}

.thim-category-tabs .nav-tabs {
  float: right;
  border: 0;
  margin-bottom: 78px;
  margin-right: 15px
}

.thim-category-tabs .nav-tabs li {
  margin: 0;
  padding: 0 15px
}

.thim-category-tabs .nav-tabs li:last-child {
  padding-right: 0
}

.thim-category-tabs .nav-tabs li a {
  border: 0;
  background: 0 0;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid transparent
}

.thim-category-tabs .nav-tabs li a:hover,
.thim-category-tabs .nav-tabs li.active a {
  border: 0;
  background: 0 0
}

body .course-meta>* {
  display: inline-block;
  font-style: normal;
  font-size: inherit
}

body .course-meta>:after {
  display: none
}

body .course-content.popup-content .message {
  margin-bottom: 30px
}

#learn-press-popup-certificate {
  background: #54B551;
  color: #fff
}

#learn-press-popup-certificate:hover {
  background: #51a74e
}

body .learnpress li,
body .learnpress ul {
  list-style: inherit
}

.learnpress ol {
  margin-left: 25px
}

#lp-archive-courses .desc_cat {
  margin-bottom: 15px
}

.thim-style-content-new-1 .switch-layout-container .switch-layout a {
  vertical-align: middle
}

.thim-style-content-new-1 .switch-layout-container .switch-layout a .fa {
  font-family: Linearicons;
  font-size: 20px;
  line-height: 38px
}

.thim-style-content-new-1 .switch-layout-container .switch-layout a.switchToGrid .fa:before {
  content: "\e880"
}

.thim-style-content-new-1 .switch-layout-container .switch-layout a.switchToList .fa {
  font-size: 27px
}

.thim-style-content-new-1 .switch-layout-container .switch-layout a.switchToList .fa:before {
  content: "\e930"
}

.thim-style-content-new-1 #lp-archive-courses .courses-searching {
  float: left
}

.thim-style-content-new-1 #lp-archive-courses .courses-searching form {
  background: 0 0
}

.thim-style-content-new-1 #lp-archive-courses .courses-searching form input[type=text] {
  border: none;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  padding-left: 25px;
  padding-top: 10px;
  height: auto;
  padding-bottom: 10px
}

.thim-style-content-new-1 #lp-archive-courses .courses-searching form button[type=submit] {
  right: auto;
  width: auto;
  left: 0
}

.thim-style-content-new-1 #lp-archive-courses .courses-searching form button[type=submit] .fa {
  font-family: Linearicons;
  font-size: 18px;
  color: #999
}

.thim-style-content-new-1 #lp-archive-courses .courses-searching form button[type=submit] .fa:before {
  content: "\e922"
}

.thim-style-content-new-1 #lp-archive-courses .course-index {
  float: right;
  font-size: 16px;
  line-height: 40px
}

.thim-style-content-new-1 #lp-archive-courses .switch-layout {
  float: right;
  margin-left: 20px
}

.thim-style-content-new-1 #lp-archive-courses .switch-layout a {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 8px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee
}

.thim-style-content-new-1 #lp-archive-courses .switch-layout a.switch-active {
  color: #FFF
}

.thim-style-content-new-1 #lp-archive-courses .switch-layout-container {
  background: 0 0;
  margin-bottom: 50px;
  padding: 0
}

.thim-style-content-new-1 .thim-course-list .lpr_course {
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-top: 0 !important;
  border: 1px solid #eee;
  -webkit-transition: all .2s ease-in-out 0s;
  -khtml-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.thim-simple-wrapper .simple-item:not(.active-item) .item-event .event-wrapper,
.thim-style-content-new-1 .thim-course-grid .course-item {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -khtml-transition: all .5s ease-in-out
}

.thim-style-content-new-1 .thim-course-list .course-item .course-thumbnail {
  max-width: 318px
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content {
  width: calc(100% - 348px);
  width: -webkit-calc(100% - 348px);
  width: -moz-calc(100% - 348px);
  padding-right: 30px
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content>.course-author {
  display: block;
  padding-top: 20px
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta,
.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content>.course-author .author-contain label,
.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content>.course-author img {
  display: none
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-title {
  font-size: 26px;
  font-weight: 400
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta>div .value {
  line-height: 20px
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta.list_courses {
  display: inline-block;
  margin-bottom: 0;
  float: none;
  vertical-align: middle
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta.list_courses>div {
  margin-top: 0;
  margin-right: 0;
  padding-left: 20px;
  border-right: 1px solid #eee
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta.list_courses>div:first-child {
  padding-left: 0
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta.list_courses>div:last-child {
  border-right: none
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta.list_courses>div.course-students {
  padding-right: 20px
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta.list_courses label {
  display: none
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta.list_courses .course-review span {
  font-style: italic
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta.list_courses .course-price {
  display: inline-block
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta.list_courses .course-price .value {
  font-weight: 500;
  font-size: 18px;
  color: #2575fc
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta.list_courses .course-price .value .course-origin-price {
  font-weight: 400;
  font-size: 14px
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta.list_courses .course-price .value.free-course {
  color: #00d637
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta.list_courses .value {
  text-transform: none;
  font-size: 14px;
  font-weight: 400
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content>.course-price {
  display: none
}

.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-description {
  margin-top: 12px;
  height: auto;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.thim-style-content-new-1 .thim-course-grid .course-item .course-thumbnail .course-readmore,
.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content .course-author img,
.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-comments-count,
.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content .course-meta:before,
.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-readmore {
  display: none
}

.thim-style-content-new-1 .thim-course-grid .course-item {
  text-align: left;
  background-color: #FFF;
  transition: all .5s ease-in-out
}

.thim-style-content-new-1 .thim-course-grid .course-item .course-thumbnail .rate {
  width: 85px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, .35);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center
}

.thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page.active,
.thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page:hover {
  background-color: transparent
}

.thim-style-content-new-1 .thim-course-grid .course-item .course-thumbnail .rate .number_rate {
  font-size: 14px
}

.thim-style-content-new-1 .thim-course-grid .course-item .course-thumbnail .rate i {
  font-size: 16px;
  margin-right: 2px
}

.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content {
  padding-top: 15px
}

.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content .course-author .value a {
  font-size: 14px;
  text-decoration: none
}

.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content .course-title {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 400
}

.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content .course-meta {
  margin-left: -20px;
  margin-right: -20px;
  padding: 8px 20px 2px
}

.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-price {
  float: left
}

.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-price .value {
  font-size: 18px;
  font-weight: 500
}

.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-price .value .course-origin-price {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #999
}

.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-price .value.free-course {
  color: #00d637
}

.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-students {
  float: right;
  margin-right: 0
}

.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-students .value .fa-group:before {
  content: "\e723";
  font-family: Linearicons;
  font-size: 18px
}

.thim-style-content-new-1 .learn-press-pagination.navigation li .page-numbers,
.thim-style-content-new-1 .learn-press-pagination.navigation li a:before,
.thim-style-content-new-1 .learn-press-pagination.navigation li span {
  font-size: 16px
}

.thim-style-content-new-1 .thim-course-grid.thim_tabs_slider .course-feature .thim-course-info i:before {
  font-family: Linearicons;
  font-size: 16px
}

.thim-style-content-new-1 .thim-course-grid.thim_tabs_slider .course-feature .thim-course-info i.fa-files-o:before {
  content: "\e712"
}

.thim-style-content-new-1 .thim-course-grid.thim_tabs_slider .course-feature .thim-course-info i.fa-puzzle-piece:before {
  content: "\e7da"
}

.thim-style-content-new-1 .thim-course-grid.thim_tabs_slider .course-feature .thim-course-info i.fa-clock-o:before {
  content: "\e8e3"
}

.thim-style-content-new-1 .thim-course-grid.thim_tabs_slider .course-feature .thim-course-info i.fa-level-up:before {
  content: "\e91d"
}

.thim-style-content-new-1 .thim-course-grid.thim_tabs_slider .course-feature .thim-course-info i.fa-language:before {
  content: "\e691"
}

.thim-style-content-new-1 .thim-course-grid.thim_tabs_slider .course-feature .thim-course-info i.fa-users:before {
  content: "\e727"
}

.thim-style-content-new-1 .learn-press-pagination.navigation {
  text-align: center
}

.thim-style-content-new-1 .learn-press-pagination.navigation li a,
.thim-style-content-new-1 .learn-press-pagination.navigation li span {
  border-radius: 50%;
  font-weight: 400
}

.thim-style-content-new-1 .learn-press-pagination.navigation li a {
  color: #ccc;
  border-color: #ccc
}

.thim-style-content-new-1 .learn-press-pagination.navigation li a:hover {
  color: #fff
}

.thim-style-content-new-1 .learn-press-pagination.navigation li .page-numbers.next,
.thim-style-content-new-1 .learn-press-pagination.navigation li .page-numbers.prev,
.thim-style-content-new-1 .learn-press-pagination.navigation li span.next,
.thim-style-content-new-1 .learn-press-pagination.navigation li span.prev {
  font-size: 0
}

.thim-style-content-new-1 .feature_box_before_archive .sc_heading {
  padding-top: 42px;
  padding-bottom: 19px
}

.thim-style-content-new-1 .feature_box_before_archive .sc_heading.clone_title.text-center .clone {
  display: block
}

.thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-wrapper {
  padding-bottom: 15px
}

.thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page {
  border-color: #d0d0d0;
  border-width: 1px;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
  -webkit-transition: all .2s;
  -khtml-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  opacity: 0;
  -webkit-transition: all .2s;
  -khtml-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.thim-top-course .learnpress-course-coming-soon,
.tp-event-top .entry-countdown,
form.pmpro_form .lp-pmpro-name h4 {
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%)
}

.learn-press #learn_press_payment_form .learn_press_payment_close,
.thim-course-menu-landing {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s
}

.thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page.active:before {
  opacity: 1;
  width: 200%;
  height: 200%
}

.feature_box_before_archive {
  margin-bottom: 40px;
  background-color: #fafafa;
  padding-top: 70px;
  padding-bottom: 100px
}

.feature_box_before_archive .sc_heading {
  padding: 0
}

.feature_box_before_archive .sc_heading.clone_title .title {
  font-weight: 400
}

.feature_box_before_archive .sc_heading.clone_title.text-center .clone {
  display: none
}

.thim_tabs_slider {
  overflow: hidden;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5
}

.thim_tabs_slider .thim_content_tabs {
  position: relative
}

.thim_tabs_slider .thim_content_tabs .thim_content_item {
  float: left;
  width: 100%
}

.thim_tabs_slider ul {
  display: inline-block;
  position: relative;
  margin-bottom: 0
}

.thim_tabs_slider ul li {
  display: inline-block
}

.thim_tabs_slider ul li a {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  color: grey
}

.thim_tabs_slider ul li a:hover {
  color: #2575fc
}

.thim_tabs_slider ul li.active a {
  color: #2575fc;
  position: relative
}

.thim_tabs_slider ul li.active a:after {
  height: 1px;
  content: "";
  background-color: #2575fc;
  position: absolute;
  bottom: -3px;
  left: 20px;
  right: 20px
}

.thim_tabs_slider.thim-course-grid .course-feature .course-item .thim-course-content .course-title {
  height: 70px;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 25px
}

.thim_tabs_slider.thim-course-grid .course-feature .course-item .thim-course-content .course-author .value a,
.thim_tabs_slider.thim-course-grid .course-feature .course-item .thim-course-content .course-meta .value {
  font-size: 16px
}

.thim_tabs_slider.thim-course-grid .course-feature .course-item .thim-course-content .course-meta {
  padding-top: 16px;
  padding-bottom: 12px
}

.thim_tabs_slider.thim-course-grid .course-feature .course-item .thim-course-content .course-meta .course-price .value {
  font-size: 22px
}

.thim_tabs_slider.thim-course-grid .course-feature .course-item .thim-course-content .course-meta .course-price .value .course-origin-price {
  font-size: 16px
}

.thim_tabs_slider.thim-course-grid .course-feature .course-item .thim-course-content .course-meta .course-students>span {
  display: inline-block
}

.thim_tabs_slider.thim-course-grid .course-feature .course-item .thim-course-content .course-meta .course-students .value .fa-group:before {
  font-size: 22px
}

.thim_tabs_slider.thim-course-grid .course-feature .course-item .thim-course-content .thim-course-info ul {
  margin-left: 0;
  margin-bottom: 50px;
  width: 100%
}

.thim_tabs_slider.thim-course-grid .course-feature .course-item .thim-course-content .thim-course-info ul li {
  width: 49%;
  color: grey;
  padding-bottom: 6px;
  font-size: 14px;
  display: inline-block
}

.thim_tabs_slider.thim-course-grid .course-feature .course-item .thim-course-content .thim-course-info ul li i {
  width: 22px
}

.thim_tabs_slider.thim-course-grid .course-feature .course-item .thim-course-content .thim-course-info ul li .label {
  width: auto;
  display: inline-block
}

.learn-press .popup-content #learn-press-course-lesson,
.learn-press.coming-soon-detail .course-summary .course-thumbnail {
  display: none
}

.thim_tabs_slider.thim-course-grid .course-feature .course-item .thim-course-content .thim-course-info ul li .label:after {
  content: ":"
}

.thim_tabs_slider.thim-course-grid .course-grid-4:nth-child(4n+1) {
  clear: none
}

body.learnpress-page.archive .site-main .entry-content>p {
  margin-bottom: 0
}

.site-main #content {
  max-width: 100%;
  width: auto;
  padding: 0
}

.learn-press.coming-soon-detail .coming-soon-message {
  margin-top: 30px
}

.learn-press .lpr_course.has-post-thumbnail {
  padding-top: 0 !important
}

.learn-press .entry-title {
  font-size: 30px;
  font-weight: 700;
  margin: -5px 0 32px;
  line-height: 40px;
  text-transform: none
}

.learn-press .course-meta {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-bottom: 40px
}

.learn-press .course-meta label {
  font-size: 12px;
  font-weight: 700;
  color: #ccc;
  margin-bottom: 0
}

.learn-press .course-meta label .value {
  margin-left: 5px
}

.learn-press .course-meta .value {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7a7a7a
}

.learn-press .course-meta>div {
  display: inline-block;
  line-height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  padding-right: 15px;
  color: #ccc;
  border-right: 1px solid #eee;
  float: left
}

.learn-press .course-meta>div.course-author .value a,
.learn-press .course-meta>div.course-categories .value a,
.learn-press .course-meta>div.forum-link .value a {
  color: #7a7a7a
}

.learn-press .course-meta>div .value {
  line-height: 16px
}

.learn-press .course-meta>div .value.lp-progress-bar {
  margin: 5px 0 0;
  height: 6px;
  width: 200px;
  border-radius: 0;
  background: #eee;
  float: none
}

.learn-press .course-meta>div .value.lp-progress-bar .lp-progress-value {
  height: 6px;
  border-radius: 0
}

.learn-press .course-meta>div i {
  display: none
}

.learn-press .course-meta>div.course-author img {
  border-radius: 50%;
  width: 40px;
  height: auto;
  float: left;
  margin-right: 10px
}

.learn-press .course-meta>div.course-author .author-contain {
  display: inline-block
}

.learn-press .course-meta>div:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0
}

.learn-press .thim-enroll-course-button {
  display: inline-block;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700
}

.learn-press .thim-enroll-course-button:focus {
  outline: 0;
  box-shadow: none
}

.learn-press .thim-enroll-course-button label {
  display: none
}

.learn-press .course-payment,
.learn-press .thim-course-landing-button {
  float: right;
  display: inline-block;
  position: relative;
  margin-bottom: 40px
}

.learn-press .course-payment .woocommerce-message:nth-child(3),
.learn-press .thim-course-landing-button .woocommerce-message:nth-child(3) {
  display: none
}

.learn-press .course-payment .woocommerce-message,
.learn-press .thim-course-landing-button .woocommerce-message {
  display: inline-block;
  background: 0 0;
  vertical-align: middle;
  margin: 0
}

.learn-press .course-payment .woocommerce-message a.button,
.learn-press .thim-course-landing-button .woocommerce-message a.button {
  float: none;
  padding: 0 25px;
  line-height: 40px;
  display: block;
  font-size: 13px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase
}

.learn-press .course-payment .woocommerce-message span,
.learn-press .thim-course-landing-button .woocommerce-message span {
  display: none
}

.learn-press .course-payment .course-price,
.learn-press .thim-course-landing-button .course-price {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  float: left;
  margin-right: 20px;
  display: inline-block
}

.learn-press .course-payment .course-price .value,
.learn-press .thim-course-landing-button .course-price .value {
  line-height: 40px
}

.learn-press .course-payment .course-price .value.free-course,
.learn-press .thim-course-landing-button .course-price .value.free-course {
  color: #00d637
}

.learn-press .course-payment .course-price label,
.learn-press .thim-course-landing-button .course-price label {
  display: none
}

.learn-press .course-payment .lp-course-buttons,
.learn-press .thim-course-landing-button .lp-course-buttons {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px
}

.learn-press .course-payment .course-enrolled,
.learn-press .thim-course-landing-button .course-enrolled {
  background: #54B551;
  color: #fff;
  cursor: default
}

.learn-press .course-payment .course-enrolled .fa,
.learn-press .thim-course-landing-button .course-enrolled .fa {
  margin-right: 8px
}

.learn-press .course-thumbnail {
  margin-bottom: 40px
}

.learn-press .course-tabs {
  clear: both
}

.learn-press .course-tabs .nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #eee
}

.learn-press .course-tabs .nav-tabs li {
  background: 0 0;
  border-radius: 0;
  margin: 0;
  width: 25%;
  text-align: center;
  border: 0;
  position: relative
}

.learn-press .course-tabs .nav-tabs li a {
  border-radius: 0;
  margin-right: 3px;
  border: 1px solid #eee;
  border-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  background: #f9f9f9;
  line-height: 29px
}

.learn-press .course-tabs .nav-tabs li.active,
.learn-press .course-tabs .nav-tabs li.active a {
  background: #fff
}

.learn-press .course-tabs .nav-tabs li a .fa {
  font-size: 13px;
  vertical-align: middle;
  line-height: 29px;
  margin-right: 8px
}

.learn-press .course-tabs .nav-tabs li:last-child a {
  margin-right: 0
}

.learn-press .course-tabs .nav-tabs li:last-child.active:after,
.learn-press .course-tabs .nav-tabs li:last-child.active:before {
  right: 0
}

.learn-press .course-tabs .nav-tabs li.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  top: 0;
  height: 4px;
  z-index: 10
}

.learn-press .course-tabs .nav-tabs li.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  bottom: -1px;
  height: 1px;
  z-index: 10;
  background: #fff
}

.learn-press .course-tabs .tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 60px 30px
}

.learn-press .course-tabs .tab-content .lp-announcements .lp-announcement-item {
  margin-bottom: 15px
}

.learn-press .course-tabs .tab-content .lp-announcements .lp-announcement-item .title {
  background-color: transparent;
  border: 1px solid #e5e5e5 !important;
  line-height: 40px
}

.learn-press .course-tabs .tab-content .lp-announcements .lp-announcement-item .title span {
  background: 0 0;
  color: #333
}

.learn-press .course-tabs .tab-content .lp-announcements .lp-announcement-item .lp-announcement-content {
  padding-left: 20px;
  background-color: transparent
}

.learn-press .course-content.popup-content {
  padding: 0
}

.learn-press .course-content .complete-lesson-button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  line-height: 30px;
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block
}

.learn-press #learn-press-course-curriculum {
  margin: 0;
  list-style: none
}

.learn-press .course-wishlist-box {
  line-height: 30px;
  padding: 5px 0;
  text-align: center
}

.learn-press .course-wishlist-box span {
  line-height: 30px;
  display: inline-block;
  color: #fff
}

.learn-press .course-wishlist-box span.fa {
  cursor: pointer
}

.learn-press .course-wishlist-box span.text {
  margin-left: 10px;
  text-transform: uppercase
}

.learn-press #learn_press_payment_form {
  width: 300px;
  position: absolute;
  top: 60px;
  right: 0;
  background: #f6f6f6;
  z-index: 10;
  box-shadow: 0 0 5px -1px #ADADAD
}

.learn-press #learn_press_payment_form #lpr-payment-tab {
  margin: 0;
  padding: 20px 20px 15px;
  border: 0
}

.learn-press #learn_press_payment_form #lpr-payment-tab li {
  float: none;
  width: 100%;
  display: block;
  margin-bottom: 10px
}

.learn-press #learn_press_payment_form #lpr-payment-tab li:last-child {
  margin-bottom: 0
}

.learn-press #learn_press_payment_form #lpr-payment-tab li label {
  cursor: pointer;
  display: block;
  margin: 0
}

.learn-press #learn_press_payment_form .learn_press_payment_close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  -khtml-transition: all .3s;
  transition: all .3s
}

.learn-press #learn_press_payment_form .learn_press_payment_checkout {
  display: inline-block;
  text-align: center;
  padding: 5px 25px;
  background: #111;
  color: #fff;
  height: 40px;
  line-height: 30px;
  margin: 0 0 20px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item.viewable,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item.viewable:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-header:hover {
  background: 0 0
}

#learn-press-course-curriculum ul.curriculum-sections {
  margin: 0;
  list-style: none;
  background: 0 0
}

#learn-press-course-curriculum ul.curriculum-sections .section-header {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 51px 0 23px;
  line-height: 30px;
  min-height: 30px;
  position: relative;
  border: 0;
  padding: 0 55px 0 40px;
  cursor: pointer
}

#learn-press-course-curriculum ul.curriculum-sections .section-header.click-collapse {
  cursor: pointer
}

#learn-press-course-curriculum ul.curriculum-sections .section-header .meta {
  position: absolute;
  top: 0;
  line-height: 30px;
  right: 13px;
  z-index: 9999;
  font-size: 17px
}

#learn-press-course-curriculum ul.curriculum-sections .section-header .collapse {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  visibility: visible;
  border: 0;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  color: #999;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#learn-press-course-curriculum ul.curriculum-sections .section-header .collapse:before {
  font-family: FontAwesome;
  content: '\f077'
}

#learn-press-course-curriculum ul.curriculum-sections .section-header .collapse.plus:before {
  content: '\f078'
}

#learn-press-course-curriculum ul.curriculum-sections .section {
  border-bottom: 1px solid #eee
}

#learn-press-course-curriculum ul.curriculum-sections .section:last-child,
#learn-press-course-curriculum ul.curriculum-sections .section:last-child .section-content .course-assignment:last-child,
#learn-press-course-curriculum ul.curriculum-sections .section:last-child .section-content .course-lesson:last-child,
#learn-press-course-curriculum ul.curriculum-sections .section:last-child .section-content .course-quiz:last-child {
  border-bottom: 0
}

#learn-press-course-curriculum ul.curriculum-sections .section:first-child .section-header {
  margin-top: 0
}

#learn-press-course-curriculum ul.curriculum-sections .section-desc {
  margin-top: -20px
}

#learn-press-course-curriculum ul.curriculum-sections .section-content {
  margin: 0
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz {
  line-height: 30px;
  padding: 11px 13px 11px 9px;
  border-top: 1px solid #eee;
  margin: 0;
  overflow: hidden
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.current,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.item-current,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.current,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.item-current,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.current,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.item-current,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.current,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.item-current {
  background: #f9fafa;
  position: relative
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.current:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.item-current:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.current:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.item-current:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.current:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.item-current:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.current:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.item-current:hover {
  background: #f9fafa
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.current:after,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.item-current:after,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.current:after,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.item-current:after,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.current:after,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.item-current:after,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.current:after,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.item-current:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  bottom: 0;
  width: 5px;
  z-index: 3
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.current:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.item-current:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.current:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.item-current:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.current:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.item-current:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.current:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.item-current:before {
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: block;
  background: 0 0;
  width: 100%
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.viewable:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.viewable:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.viewable:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.viewable:hover {
  cursor: default
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .assignment-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .quiz-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .assignment-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .lesson-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .quiz-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .assignment-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .quiz-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .assignment-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .quiz-title {
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  line-height: 30px;
  margin-right: 15px;
  max-width: calc(100% - 214px);
  max-width: -webkit-calc(100% - 214px);
  max-width: -moz-calc(100% - 214px)
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-title:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .course-item-title:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-title:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-title:before {
  display: none
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-preview,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .lesson-preview,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-preview,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-preview {
  line-height: 24px;
  width: 24px;
  text-align: center;
  border: 0;
  padding: 0;
  background: #54b551;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-left: 0;
  font-size: 12px;
  font-weight: 700
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-format-icon,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .course-format-icon,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-format-icon,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-format-icon {
  margin-right: 5px;
  min-width: 15px
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-format-icon .fa,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .course-format-icon .fa,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-format-icon .fa,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-format-icon .fa {
  font-size: 15px
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .index,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .index,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .index,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .index {
  font-size: 13px;
  font-weight: 400;
  min-width: 80px;
  display: inline-block;
  line-height: 30px
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-left,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .meta-left,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-left,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-left {
  display: inline-block;
  float: left;
  min-width: 135px
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-center,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .meta-center,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-center,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-center {
  display: inline-block;
  float: left;
  max-width: calc(100% - 172px);
  max-width: -webkit-calc(100% - 172px);
  max-width: -moz-calc(100% - 172px);
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 24px
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-center .course-item-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .meta-center .course-item-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-center .course-item-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-center .course-item-title {
  line-height: 24px;
  max-width: 100%
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-center.has-right,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .meta-center.has-right,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-center.has-right,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-center.has-right {
  position: relative;
  padding-right: 70px
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-center.has-right .lesson-preview,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-center.has-right .locked,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .meta-center.has-right .lesson-preview,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .meta-center.has-right .locked,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-center.has-right .lesson-preview,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-center.has-right .locked,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-center.has-right .lesson-preview,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-center.has-right .locked {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  top: 3px;
  right: 0
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-center.has-completed,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .meta-center.has-completed,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-center.has-completed,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-center.has-completed {
  padding-right: 40px
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .meta,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta {
  font-size: 13px;
  font-weight: 400;
  float: right
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .locked,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .locked,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .locked,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .locked {
  line-height: 24px;
  border: 0;
  padding: 0 12px;
  background: #999;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  margin-left: 0;
  font-size: 12px;
  font-weight: 700
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .label,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .label,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .label,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .label {
  margin-right: 5px
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment span,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson span,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson span,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz span {
  display: inline-block;
  line-height: 30px;
  color: #999
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.completed a,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.item-completed a,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.completed a,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.item-completed a,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.completed a,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.item-completed a,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.completed a,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.item-completed a {
  text-decoration: none
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .item-status:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .item-status:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .item-status:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .item-status:before {
  content: "\f00c";
  line-height: 24px;
  font: normal normal normal 14px/1 FontAwesome
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .item-status.item-status-completed,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .item-status.item-status-completed,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .item-status.item-status-completed,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .item-status.item-status-completed {
  display: inline-block
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .item-status.item-status-completed:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .item-status.item-status-completed:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .item-status.item-status-completed:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .item-status.item-status-completed:before {
  content: "\f00c"
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .item-status.item-status-started,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .item-status.item-status-started,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .item-status.item-status-started,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .item-status.item-status-started {
  display: inline-block
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .item-status.item-status-started:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .item-status.item-status-started:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .item-status.item-status-started:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .item-status.item-status-started:before {
  content: "\f017";
  line-height: 24px;
  height: 23px;
  width: 24px;
  display: block;
  text-align: center
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .item-status.item-status-failed,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .item-status.item-status-failed,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .item-status.item-status-failed,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .item-status.item-status-failed {
  display: inline-block;
  background-color: #cc540d
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .item-status.item-status-failed:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .item-status.item-status-failed:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .item-status.item-status-failed:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .item-status.item-status-failed:before {
  content: "\f12a"
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .item-status.item-status-passed,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .item-status.item-status-passed,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .item-status.item-status-passed,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .item-status.item-status-passed {
  display: inline-block
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .completed-button,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .item-status,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .completed-button,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .item-status,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .completed-button,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .item-status,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .completed-button,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .item-status {
  line-height: 24px;
  border: 0;
  width: 24px;
  text-align: center;
  background: #54B551;
  color: #fff;
  border-radius: 50%;
  margin-left: 0;
  font-size: 12px;
  font-weight: 700;
  cursor: default;
  display: none;
  position: absolute;
  vertical-align: top;
  top: 3px;
  right: 0
}

#tab-course-review .add-review .review-stars,
#tab-reviews .add-review .review-stars,
body .course-meta .course-review .value {
  cursor: pointer
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.item-completed .completed-button,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.item-has-status .completed-button,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.item-completed .completed-button,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.item-has-status .completed-button,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.item-completed .completed-button,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.item-has-status .completed-button,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.item-completed .completed-button,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.item-has-status .completed-button {
  display: inline-block
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.item-completed .meta-center,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.item-has-status .meta-center,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.item-completed .meta-center,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.item-has-status .meta-center,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.item-completed .meta-center,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.item-has-status .meta-center,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.item-completed .meta-center,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.item-has-status .meta-center {
  position: relative;
  padding-right: 40px;
  max-width: calc(100% - 172px);
  max-width: -webkit-calc(100% - 172px);
  max-width: -moz-calc(100% - 172px)
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-meta,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .course-item-meta,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-meta,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-meta {
  display: inline-block;
  right: inherit;
  position: inherit;
  top: inherit;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0 0 5px;
  float: none
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-meta .lp-icon,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson .course-item-meta .lp-icon,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-meta .lp-icon,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-meta .lp-icon {
  position: inherit;
  top: inherit
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.has-status.failed .course-item-status,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.has-status.failed .course-item-status,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.has-status.failed .course-item-status,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.has-status.failed .course-item-status {
  background-color: #a94442
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.has-status.failed .course-item-status:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson.has-status.failed .course-item-status:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.has-status.failed .course-item-status:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.has-status.failed .course-item-status:before {
  content: "\f00d"
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-center:not(.has-right) {
  max-width: calc(100% - 130px);
  max-width: -webkit-calc(100% - 130px);
  max-width: -moz-calc(100% - 130px)
}

#learn-press-course-description,
#tab-course-description,
#tab-overview {
  overflow: hidden
}

#learn-press-course-description .thim-course-content,
#tab-course-description .thim-course-content,
#tab-overview .thim-course-content {
  width: calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  float: left;
  padding-right: 45px;
  border-right: 1px solid #eee
}

#learn-press-course-description .thim-course-content h4,
#learn-press-course-description .thim-course-content h5,
#learn-press-course-description .thim-course-content h6,
#tab-course-description .thim-course-content h4,
#tab-course-description .thim-course-content h5,
#tab-course-description .thim-course-content h6,
#tab-overview .thim-course-content h4,
#tab-overview .thim-course-content h5,
#tab-overview .thim-course-content h6 {
  margin-top: 0
}

#learn-press-course-description .thim-course-content p,
#tab-course-description .thim-course-content p,
#tab-overview .thim-course-content p {
  margin-bottom: 25px
}

#learn-press-course-description .thim-course-info,
#tab-course-description .thim-course-info,
#tab-overview .thim-course-info {
  padding-left: 30px;
  width: 240px;
  float: left;
  max-width: 100%
}

#learn-press-course-description .thim-course-info .title,
#tab-course-description .thim-course-info .title,
#tab-overview .thim-course-info .title {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase
}

#learn-press-course-description .thim-course-info ul,
#tab-course-description .thim-course-info ul,
#tab-overview .thim-course-info ul {
  margin: 0
}

#learn-press-course-description .thim-course-info ul li,
#tab-course-description .thim-course-info ul li,
#tab-overview .thim-course-info ul li {
  list-style: none;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  line-height: 25px;
  padding: 15px 0
}

#learn-press-course-description .thim-course-info ul li .fa,
#tab-course-description .thim-course-info ul li .fa,
#tab-overview .thim-course-info ul li .fa {
  width: 20px;
  text-align: left;
  font-size: 13px;
  line-height: 25px;
  vertical-align: middle
}

#learn-press-course-description .thim-course-info ul li span,
#tab-course-description .thim-course-info ul li span,
#tab-overview .thim-course-info ul li span {
  display: inline-block
}

#learn-press-course-description .thim-course-info ul li .value,
#tab-course-description .thim-course-info ul li .value,
#tab-overview .thim-course-info ul li .value {
  font-weight: 700;
  min-width: 60px;
  float: right;
  text-align: left
}

#learn-press-course-description .thim-course-info .thim-enroll-course-button,
#tab-course-description .thim-course-info .thim-enroll-course-button,
#tab-overview .thim-course-info .thim-enroll-course-button {
  margin: 40px auto auto;
  width: 100%;
  text-align: center
}

#learn-press-course-description .thim-social-share,
#tab-course-description .thim-social-share,
#tab-overview .thim-social-share {
  float: none;
  clear: both;
  padding-top: 35px
}

.thim-course-menu-landing {
  position: fixed;
  bottom: -60px;
  left: 0;
  right: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 6px 2px rgba(42, 42, 42, .4);
  -khtml-transition: all .3s;
  transition: all .3s
}

.thim-course-menu-landing .course-origin-price {
  font-size: 16px;
  text-decoration: line-through;
  color: #666
}

body.course-landing-active .thim-course-menu-landing {
  bottom: 0
}

body.course-landing-active .thim-course-menu-landing.thim-hidden {
  bottom: -60px
}

.thim-course-menu-landing .thim-course-landing-tab {
  float: left;
  margin: 0
}

.thim-course-menu-landing .thim-course-landing-tab li {
  list-style: none;
  display: inline-block;
  line-height: 40px;
  padding: 10px 0;
  margin-right: 25px;
  position: relative;
  font-weight: 700;
  font-size: 13px
}

.thim-course-menu-landing .thim-course-landing-tab li.active:before {
  position: absolute;
  content: '';
  height: 3px;
  top: 0;
  left: 0;
  right: 0
}

.thim-course-menu-landing .thim-course-landing-tab li:last-child {
  margin-right: 0
}

.thim-course-menu-landing .thim-course-landing-tab li a {
  line-height: 40px;
  display: block
}

.thim-course-menu-landing .thim-course-landing-button {
  padding: 10px 0;
  display: inline-block;
  float: right;
  margin-bottom: 0
}

.thim-course-menu-landing .thim-course-landing-button .course-price {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-right: 20px;
  display: inline-block;
  float: left
}

.thim-course-menu-landing .thim-course-landing-button .course-price label {
  display: none
}

.thim-course-menu-landing .thim-course-landing-button .course-price .value.free-course {
  color: #00d637
}

.thim-course-menu-landing .thim-course-landing-button .lp-course-buttons {
  display: inline-block
}

#tab-course-review .course-rating>h3,
#tab-reviews .course-rating>h3 {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase
}

#tab-course-review .course-rating .rating-title,
#tab-reviews .course-rating .rating-title {
  margin-bottom: 13px;
  line-height: 25px
}

#tab-course-review .course-rating .rating-box,
#tab-reviews .course-rating .rating-box {
  border: 1px solid #eee
}

#tab-course-review .course-rating .average-rating,
#tab-reviews .course-rating .average-rating {
  width: 200px;
  display: inline-block;
  float: left;
  margin-right: 30px
}

#tab-course-review .course-rating .average-rating .rating-box,
#tab-reviews .course-rating .average-rating .rating-box {
  text-align: center;
  padding-bottom: 40px
}

#tab-course-review .course-rating .average-rating .rating-box .average-value,
#tab-reviews .course-rating .average-rating .rating-box .average-value {
  font-weight: 700;
  font-size: 72px;
  line-height: 80px;
  margin: 27px 0 11px
}

#tab-course-review .course-rating .average-rating .rating-box .review-star,
#tab-reviews .course-rating .average-rating .rating-box .review-star {
  line-height: 16px
}

#tab-course-review .course-rating .average-rating .rating-box .review-amount,
#tab-reviews .course-rating .average-rating .rating-box .review-amount {
  line-height: 25px
}

#tab-course-review .course-rating .detailed-rating,
#tab-reviews .course-rating .detailed-rating {
  width: auto;
  display: inline-block;
  max-width: 100%
}

#tab-course-review .course-rating .detailed-rating .rating-box,
#tab-reviews .course-rating .detailed-rating .rating-box {
  width: 100%;
  overflow: hidden;
  padding: 20px 0
}

#tab-course-review .course-rating .detailed-rating .stars,
#tab-reviews .course-rating .detailed-rating .stars {
  clear: both;
  padding: 0 30px 3px
}

#tab-course-review .course-rating .detailed-rating .stars:last-child,
#tab-reviews .course-rating .detailed-rating .stars:last-child {
  padding-bottom: 0
}

#tab-course-review .course-rating .detailed-rating .stars>div,
#tab-reviews .course-rating .detailed-rating .stars>div {
  display: inline-table;
  line-height: 30px
}

#tab-course-review .course-rating .detailed-rating .stars>div.key,
#tab-reviews .course-rating .detailed-rating .stars>div.key {
  font-weight: 700;
  min-width: 47px
}

#tab-course-review .course-rating .detailed-rating .stars>div.bar,
#tab-reviews .course-rating .detailed-rating .stars>div.bar {
  width: 200px;
  margin: 0 7px
}

#tab-course-review .course-rating .detailed-rating .stars>div.bar .full_bar,
#tab-reviews .course-rating .detailed-rating .stars>div.bar .full_bar {
  background: #eee;
  height: 12px;
  position: relative
}

#tab-course-review .course-rating .detailed-rating .stars>div.bar .full_bar>div,
#tab-reviews .course-rating .detailed-rating .stars>div.bar .full_bar>div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0
}

#tab-course-review .course-rating .detailed-rating .stars>div.value,
#tab-reviews .course-rating .detailed-rating .stars>div.value {
  color: #999
}

#tab-course-review .course-review,
#tab-reviews .course-review {
  margin-top: 51px
}

#tab-course-review .course-review .content-review>ul,
#tab-reviews .course-review .content-review>ul {
  margin: 0
}

#tab-course-review .course-review .content-review>ul>li,
#tab-reviews .course-review .content-review>ul>li {
  border-top: 1px solid #eee;
  padding: 50px 0;
  overflow: hidden;
  list-style: none;
  display: block
}

#tab-course-review .course-review .content-review>ul>li:last-child,
#tab-reviews .course-review .content-review>ul>li:last-child {
  padding-bottom: 0
}

#tab-course-review .course-review .content-review>ul .review-author,
#tab-reviews .course-review .content-review>ul .review-author {
  width: 70px;
  overflow: hidden;
  float: left;
  margin-right: 30px
}

#tab-course-review .course-review .content-review>ul .review-author img,
#tab-reviews .course-review .content-review>ul .review-author img {
  border-radius: 50%
}

#tab-course-review .course-review .content-review>ul .review-time,
#tab-reviews .course-review .content-review>ul .review-time {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #ccc
}

#tab-course-review .course-review .content-review>ul .review-text,
#tab-reviews .course-review .content-review>ul .review-text {
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  float: right
}

#tab-course-review .course-review .content-review>ul .review-text .author-name,
#tab-reviews .course-review .content-review>ul .review-text .author-name {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  margin: 0 15px 0 0;
  line-height: 20px;
  text-transform: capitalize
}

#tab-course-review .course-review .content-review>ul .review-text .review-star,
#tab-reviews .course-review .content-review>ul .review-text .review-star {
  display: inline-block;
  line-height: 20px
}

#tab-course-review .course-review .content-review>ul .review-text .review-title,
#tab-reviews .course-review .content-review>ul .review-text .review-title {
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 25px;
  margin: 9px 0 15px
}

#tab-course-review .review-load-more,
#tab-reviews .review-load-more {
  text-align: center
}

#tab-course-review .review-load-more #course-review-load-more,
#tab-reviews .review-load-more #course-review-load-more {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-top: 40px;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

#tab-course-review .review-load-more #course-review-load-more.loading .fa,
#tab-reviews .review-load-more #course-review-load-more.loading .fa {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear
}

#tab-course-review .review-load-more #course-review-load-more.loading .fa:before,
#tab-reviews .review-load-more #course-review-load-more.loading .fa:before {
  content: '\f1ce'
}

#tab-course-review .add-review,
#tab-reviews .add-review {
  background: #f9f9f9;
  margin: 60px -30px -60px;
  padding: 0 30px 65px
}

#tab-course-review .add-review .title,
#tab-reviews .add-review .title {
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 35px;
  padding: 55px 0 3px
}

#tab-course-review .add-review .description,
#tab-reviews .add-review .description {
  margin-bottom: 12px;
  color: #999
}

#tab-course-review .add-review .review-stars-rated,
#tab-reviews .add-review .review-stars-rated {
  clear: both;
  display: block;
  margin-bottom: 5px
}

#tab-course-review .add-review form label,
#tab-reviews .add-review form label {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  display: block;
  margin-top: 10px
}

#tab-course-review .add-review form label span,
#tab-reviews .add-review form label span {
  vertical-align: top
}

#tab-course-review .add-review form input[type=text],
#tab-reviews .add-review form input[type=text] {
  height: 40px;
  line-height: 38px;
  width: 50%;
  border: 1px solid #e3e6e6;
  padding: 0 10px;
  clear: both;
  display: block
}

#tab-course-review .add-review form textarea,
#tab-reviews .add-review form textarea {
  border: 1px solid #e3e6e6;
  padding: 10px;
  clear: both;
  width: 100%;
  display: block;
  min-height: 100px
}

#tab-course-review .add-review form button[type=submit],
#tab-reviews .add-review form button[type=submit] {
  padding: 5px 25px;
  text-transform: uppercase;
  line-height: 30px;
  border: 0;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  margin-top: 20px
}

.thim-ralated-course {
  clear: both;
  overflow: hidden
}

.thim-ralated-course .related-title {
  text-transform: uppercase;
  position: relative;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 27px;
  margin: 78px 0 60px
}

.thim-ralated-course .related-title:after {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  background: #000
}

.thim-ralated-course .owl-carousel .lpr_course {
  padding-right: 15px;
  padding-left: 15px
}

.thim-ralated-course .owl-controls {
  margin-top: 30px
}

.course-content .complete-lesson-button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  line-height: 30px;
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block
}

.course-content .complete-lesson-button.completed,
.course-content .complete-lesson-button.completed:hover {
  background: #54B551;
  color: #fff
}

.mfp-content .course-content.popup-content,
.mfp-content .thim-iframe-quiz {
  background: #FFF;
  max-width: 100vw;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  position: relative
}

.course-content>.mfp-close {
  display: none
}

.course-content .course-content-lesson-nav-text span {
  text-transform: none;
  color: #666;
  font-size: 15px;
  font-weight: 400
}

.course-content .course-content-lesson-nav a {
  font-size: 14px;
  font-weight: 700;
  color: #333
}

#learn-press-content-item .content-item-wrap .form-button {
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 10px
}

.mfp-with-fade .mfp-container,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.mfp-with-fade.mfp-ready .mfp-container {
  opacity: 1
}

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: .8
}

.mfp-with-fade.mfp-removing .mfp-container,
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.mfp-content .course-content.popup-content {
  padding: 120px 30px 30px;
  margin: 0
}

.mfp-content .course-content:not(.popup-content) {
  height: 50vh
}

.mfp-content .course-content.loading {
  overflow: hidden
}

.mfp-content .course-content.loading>:not(.thim-loading) {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0
}

.mfp-content .thim-iframe-quiz {
  padding: 0;
  height: auto;
  margin: 0 auto
}

.mfp-content .thim-iframe-quiz>iframe {
  width: 100%;
  height: auto;
  position: relative;
  max-height: none;
  min-height: 100%;
  padding: 120px 30px 30px;
  border: 0
}

.course-content .popup-title,
.mfp-content .popup-title {
  padding-left: 30px;
  z-index: 1005;
  padding-right: 100px;
  line-height: 90px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.mfp-content .popup-title {
  position: fixed;
  left: 0;
  font-size: 23px;
  top: 34px;
  width: 900px;
  margin: 0 auto
}

.mfp-content .popup-title .index {
  color: #fff;
  margin-right: 10px
}

.mfp-content .popup-title>button {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-transform: none;
  text-align: center;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  font-weight: 700
}

.mfp-content .popup-title>button:hover {
  color: #fff
}

.course-content .popup-title {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  font-size: 23px;
  width: 900px;
  margin: 0 auto
}

.course-content .popup-title .index {
  color: #fff;
  margin-right: 10px
}

.course-content .popup-title>button {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-transform: none;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700
}

#learn-press-course-lesson-heading .index {
  color: #fff
}

body.single-lpr_course .mfp-container {
  padding-bottom: 0;
  padding-top: 0
}

body.single-lpr_course.admin-bar .mfp-inline-holder {
  padding-top: 32px
}

body .learn-press form.course-external-link,
body .learn-press form.purchase-course {
  margin-bottom: 0;
  display: inline-block
}

.learn-press .form-purchase-course {
  display: inline-block
}

.learn-press #learn-press-course-curriculum .section-content {
  background: 0 0
}

.learn-press #learn-press-course-curriculum .section-header {
  background: 0 0;
  padding: 0
}

.learn-press .view-cart-button,
.thim-timetable-link {
  padding: 5px 25px;
  font-weight: 700;
  text-transform: uppercase
}

.learn-press .view-cart-button {
  border-radius: 0;
  font-size: 13px;
  height: 40px;
  line-height: 30px;
  display: inline-block;
  color: #fff
}

.learn-press .form-purchase-course .thim-enroll-course-button.loading {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  -ms-opacity: .7;
  -o-opacity: .7;
  opacity: .7;
  position: relative;
  cursor: not-allowed;
  pointer-events: none
}

.learn-press .form-purchase-course .thim-enroll-course-button.loading:after {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: "\f110";
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 18px;
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  color: #fff;
  top: 8px;
  margin-left: -12px
}

.learn-press .form-purchase-course .thim-enroll-course-button.added {
  display: none
}

.learn-press .form-purchase-course .view-cart-button {
  display: inline-block
}

.learn-press .form-purchase-course .view-cart-button.hide-if-js,
.thim-iframe-quiz #popup_overlay,
body.single-lp_quiz #popup_overlay {
  display: none
}

body.block-content #learn-press-finish-course,
body.block-content .button-retake-course,
body.block-content .thim-enroll-course-button {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  -ms-opacity: .7;
  -o-opacity: .7;
  opacity: .7;
  position: relative
}

body.block-content #learn-press-finish-course:before,
body.block-content .button-retake-course:before,
body.block-content .thim-enroll-course-button:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #fff;
  line-height: 40px;
  content: "\f110";
  font-family: FontAwesome;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

.course-content.popup-content .message {
  margin-bottom: 5px
}

.thim-timetable-link {
  line-height: 30px;
  display: inline-block;
  font-size: 13px;
  margin-top: 20px
}

.course-payment #learn-press-popup-certificate {
  display: none
}

.thim-course-landing-button .course-price .value,
body .learn-press .course-payment .course-price .value {
  color: #f24c0a
}

body.single #main-content .course-payment .course-price .value.has-origin {
  position: relative;
  padding-top: 10px;
  margin-bottom: -10px
}

body.single #main-content .course-payment .course-price .value.has-origin .course-origin-price {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  position: absolute;
  top: -14px;
  right: 0
}

.course-item-nav .course-content-lesson-nav a:hover,
body #popup-footer .course-content-lesson-nav a:hover,
body.single-lp_course .course-summary .course-students-list .students>li .user-info .right-info .name:hover {
  text-decoration: underline
}

#learn-press-content-item iframe {
  max-width: 100%
}

body #popup_container {
  z-index: 99999999 !important
}

body #popup_overlay {
  z-index: 99999998 !important
}

body #course-curriculum-popup {
  z-index: 99999997
}

body #course-curriculum-popup #popup-main #popup-footer {
  border-top: 1px dashed #DDD;
  overflow: hidden;
  margin: 0 0 20px;
  padding-top: 10px;
  background: 0 0;
  height: 60px;
  left: 30px;
  right: 30px
}

.course-item-nav {
  border-top: 1px dashed #DDD;
  overflow: hidden;
  padding-top: 10px;
  margin-top: 30px
}

.course-item-nav .course-content-lesson-nav,
body #popup-footer .course-content-lesson-nav {
  line-height: 25px;
  max-width: 50%
}

.course-item-nav .course-content-lesson-nav a,
body #popup-footer .course-content-lesson-nav a {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  display: block;
  line-height: 20px;
  margin-top: 5px
}

.course-item-nav .course-content-lesson-nav span,
body #popup-footer .course-content-lesson-nav span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px
}

.course-item-nav .course-item-prev,
body #popup-footer .course-item-prev {
  float: left;
  text-align: left
}

.course-item-nav .course-item-next,
body #popup-footer .course-item-next {
  float: right;
  text-align: right
}

#learn-press-course-curriculum .course-item.item-current:before {
  display: none
}

.learn-press .course-tabs .nav-tabs li {
  padding: 0
}

.learn-press .course-tabs .nav-tabs li.thim-col-2 {
  width: 50%
}

.learn-press .course-tabs .nav-tabs li.thim-col-3 {
  width: 33.333%
}

.learn-press .course-tabs .nav-tabs li.thim-col-4 {
  width: 25%
}

.learn-press .course-tabs .nav-tabs li.thim-col-5 {
  width: 20%
}

body.single-lp_course .course-summary .course-students-list .students-list-title {
  text-transform: uppercase;
  margin: 0
}

body.single-lp_course .course-summary .course-students-list .filter-students {
  margin-top: 2px
}

body.single-lp_course .course-summary .course-students-list .filter-students label {
  margin-right: 5px;
  font-size: 14px;
  color: #999
}

body.single-lp_course .course-summary .course-students-list .students {
  overflow: hidden;
  padding: 30px 0 0
}

body.single-lp_course .course-summary .course-students-list .students>li {
  margin: 0;
  display: inline-block;
  width: 25%
}

body.single-lp_course .course-summary .course-students-list .students>li .user-info {
  display: inline-block;
  float: none;
  overflow: hidden;
  width: auto
}

body.single-lp_course .course-summary .course-students-list .students>li .user-info .avatar {
  float: left;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden
}

body.single-lp_course .course-summary .course-students-list .students>li .user-info .avatar img {
  border-radius: 50%
}

body.single-lp_course .course-summary .course-students-list .students>li .user-info .right-info {
  padding-left: 15px;
  display: inline-block
}

body.single-lp_course .course-summary .course-students-list .students>li .user-info .right-info .name {
  position: inherit;
  margin: 10px 0 0;
  display: block;
  color: #333
}

body.single-lp_course .course-summary .course-students-list .students>li .user-info .right-info .course-progress {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  line-height: 20px
}

body.single-lp_course .course-summary .course-students-list .students>li .user-info .right-info .course-progress span {
  color: #ccc;
  margin-right: 7px
}

body.single-lp_course .course-summary .course-students-list .students>li:not(.user-login) .right-info {
  padding-left: 15px;
  display: inline-block
}

body.single-lp_course .course-summary .course-students-list .students>li:not(.user-login) .right-info .name {
  margin-top: 20px
}

.course-payment .woocommerce-message,
.thim-course-landing-button .woocommerce-message {
  padding: 0;
  border: none
}

.course-payment .woocommerce-message:before,
.learn-press-content-item-summary .comment-list .comment-reply-link,
.thim-course-landing-button .woocommerce-message:before {
  display: none
}

.thim-style-content-new-1 .content_course_2 {
  margin-top: -220px
}

.thim-style-content-new-1 .header_single_content {
  position: relative;
  margin-bottom: 50px
}

.thim-style-content-new-1 .header_single_content .bg_header {
  background-color: #fafafa;
  content: "";
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  position: absolute
}

.thim-style-content-new-1 .header_single_content .course-thumbnail img {
  width: 100%
}

.thim-style-content-new-1 .header_single_content .course-thumbnail .media-intro {
  background-color: #fff;
  border: none
}

.thim-style-content-new-1 .header_single_content .course-meta .value {
  color: #333
}

.thim-style-content-new-1 #lp-single-course .thim-ralated-course .course-meta {
  text-align: right;
  display: block
}

.thim-style-content-new-1 #lp-single-course .thim-ralated-course .course-meta>div {
  display: inline-block;
  padding-left: 15px;
  margin-right: 0
}

.thim-style-content-new-1 #lp-single-course .thim-ralated-course .course-meta>div.course-price {
  float: left;
  padding-left: 0
}

.thim-style-content-new-1 #lp-single-course .thim-ralated-course .course-meta>div.course-price .value {
  font-size: 18px;
  font-weight: 400
}

.thim-style-content-new-1 #lp-single-course .thim-ralated-course .course-meta>div:after {
  display: none
}

.thim-style-content-new-1 #lp-single-course .thim-ralated-course .course-meta>div .value {
  font-size: 14px;
  font-weight: 400
}

.thim-style-content-new-1 #lp-single-course .course-meta label {
  font-size: 14px;
  font-weight: 300;
  color: #999;
  margin-bottom: 5px
}

.thim-style-content-new-1 #lp-single-course .course-meta>div {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  border-right: none;
  position: relative
}

.thim-style-content-new-1 #lp-single-course .course-meta>div:last-child:after {
  display: none
}

.thim-style-content-new-1 #lp-single-course .course-meta>div:after {
  background-color: #eee;
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  display: block;
  content: "";
  bottom: 8px
}

.thim-style-content-new-1 #lp-single-course .course-meta>div .value {
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
  cursor: inherit
}

.thim-style-content-new-1 .row_content_course .thim-course-info .course-wishlist-box .course-wishlist,
.thim-style-content-new-1 .row_content_course .thim-course-info .course-wishlist-box .course-wishlisted {
  cursor: pointer
}

.thim-style-content-new-1 #lp-single-course .course-meta>div .value a {
  color: #333;
  text-decoration: none
}

.thim-style-content-new-1 #lp-single-course .course-meta>div.course-categories a,
.thim-style-content-new-1 #lp-single-course .course-meta>div.forum-link a {
  color: #333 !important
}

.thim-style-content-new-1 #lp-single-course .course-meta>div.course-author {
  padding-left: 0
}

.thim-style-content-new-1 #lp-single-course .course-meta>div.course-author img {
  width: 60px
}

.thim-style-content-new-1 #lp-single-course .course-meta>div.course-author .author-contain {
  margin-top: 9px
}

.thim-style-content-new-1 #lp-single-course .course-meta>div.course-review .ave_rating {
  display: inline-block
}

.thim-style-content-new-1 #lp-single-course .course-meta>div.course-review .review-stars-rated {
  width: 95px
}

.thim-style-content-new-1 #lp-single-course .course-meta>div.course-review .review-stars {
  margin-top: 0;
  margin-right: 5px
}

.thim-style-content-new-1 #lp-single-course .course-meta>div.course-review .review-stars li {
  width: 18px
}

.thim-style-content-new-1 #lp-single-course .course-meta>div.course-review .review-stars .fa-star-o:before,
.thim-style-content-new-1 #lp-single-course .course-meta>div.course-review .review-stars .fa-star:before {
  font-family: Linearicons;
  content: "\e68d";
  font-size: 16px;
  color: #999
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section {
  background-color: #fafafa;
  border: 1px solid #eee;
  margin-bottom: 20px
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section .section-header {
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  margin: 20px 30px
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section .section-header .collapse {
  width: 20px;
  text-align: left
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section .section-header .collapse:before {
  content: "-";
  font-family: Roboto;
  font-size: 30px;
  font-weight: 200
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section .section-header .collapse.plus:before {
  content: "+";
  font-size: 15px;
  font-weight: 400
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section .section-header .meta {
  right: 0
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section .section-desc {
  margin-left: 50px;
  margin-right: 30px;
  font-size: 14px;
  font-style: italic;
  color: grey;
  font-weight: 300;
  margin-top: -20px
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content {
  background-color: #FFF
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz {
  padding-left: 50px;
  padding-right: 30px;
  position: relative
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .assignment-title,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-title,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .quiz-title,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .assignment-title,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-title,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .quiz-title,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .assignment-title,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-title,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .quiz-title {
  font-weight: 300;
  font-size: 16px;
  max-width: 650px
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .index,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .index,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .index {
  font-size: 16px;
  font-weight: 300
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-left,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-left,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-left {
  min-width: 120px;
  padding-right: 15px
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-left .course-format-icon .fa-file-o:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-left .course-format-icon .fa-file-o:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-left .course-format-icon .fa-file-o:before {
  content: "\e6b3";
  font-family: Linearicons
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-left .course-format-icon .fa-play-circle:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-left .course-format-icon .fa-play-circle:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-left .course-format-icon .fa-play-circle:before {
  content: "\e96a";
  font-family: Linearicons
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-left .course-format-icon .fa-puzzle-piece:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-left .course-format-icon .fa-puzzle-piece:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-left .course-format-icon .fa-puzzle-piece:before {
  content: "\e957";
  font-family: Linearicons
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-meta,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-meta,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-meta {
  position: absolute;
  right: 160px;
  top: 14px
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-meta .fa,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-meta .fa,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-meta .fa {
  font-size: 16px
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-meta .item-status-completed,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-meta .item-status-passed,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-meta .item-status-completed,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-meta .item-status-passed,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-meta .item-status-completed,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-meta .item-status-passed {
  color: #54B551;
  background-color: transparent
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-meta .item-status-completed:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-meta .item-status-passed:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-meta .item-status-completed:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-meta .item-status-passed:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-meta .item-status-completed:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-meta .item-status-passed:before {
  font-family: Linearicons;
  content: "\e959";
  font-size: 16px
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.status-completed .course-item-meta .fa:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.status-completed .course-item-meta .fa:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.status-completed .course-item-meta .fa:before {
  font-family: Linearicons;
  content: "\e93a";
  font-size: 16px
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta {
  font-size: 16px;
  font-weight: 300;
  color: grey
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-format-icon .fa,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-format-icon .fa,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-format-icon .fa {
  color: grey
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-preview,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-preview,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-preview {
  background: 0 0;
  font-size: 16px;
  width: auto;
  border-radius: 0;
  font-weight: 300
}

.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment .course-item-meta a,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment .meta,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson .course-item-meta a,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson .meta,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz .course-item-meta a,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz .meta {
  font-size: 14px
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-preview .fa-eye:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-preview .fa-eye:before,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-preview .fa-eye:before {
  font-family: Linearicons;
  content: "\e6a5"
}

.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-preview:hover,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-preview:hover,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-preview:hover {
  background: 0 0
}

.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section:first-child .section-header {
  margin-top: 20px
}

.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section {
  margin-bottom: 0;
  border-bottom: none
}

.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-header {
  padding-left: 40px;
  margin: 20px 15px 5px 5px
}

.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-header .meta {
  right: 0
}

.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-desc {
  line-height: 20px;
  margin-top: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-right: 0
}

.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment .assignment-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment .lesson-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment .meta-left,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment .quiz-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson .assignment-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson .lesson-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson .meta-left,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson .quiz-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz .assignment-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz .lesson-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz .meta-left,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz .quiz-title {
  line-height: 24px
}

.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment .course-item-meta,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson .course-item-meta,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz .course-item-meta {
  right: 15px;
  padding-top: 0
}

.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment.assignment-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment.lesson-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment.quiz-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson.assignment-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson.lesson-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson.quiz-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz.assignment-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz.lesson-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz.quiz-title {
  max-width: calc(100% - 75px);
  max-width: -webkit-calc(100% - 75px);
  max-width: -moz-calc(100% - 75px)
}

.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment a.assignment-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment a.lesson-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment a.quiz-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson a.assignment-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson a.lesson-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson a.quiz-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz a.assignment-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz a.lesson-title,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz a.quiz-title {
  max-width: calc(100% - 130px);
  max-width: -webkit-calc(100% - 130px);
  max-width: -moz-calc(100% - 130px)
}

.thim-style-content-new-1 .sc_heading.clone_title {
  margin-bottom: 20px
}

.thim-style-content-new-1 .sc_heading.clone_title .title {
  font-size: 32px;
  font-weight: 400
}

.thim-style-content-new-1 #tab-course-description .thim-course-content {
  border-right: none;
  width: calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px)
}

.thim-style-content-new-1 #tab-course-description .thim-course-content h4,
.thim-style-content-new-1 #tab-course-description .thim-course-content h5,
.thim-style-content-new-1 #tab-course-description .thim-course-content h6 {
  font-weight: 700;
  font-size: 16px
}

.thim-style-content-new-1 #tab-course-description .thim-course-content h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  margin-top: 0
}

.thim-style-content-new-1 #tab-course-description .thim-course-content li,
.thim-style-content-new-1 #tab-course-description .thim-course-content p {
  color: grey;
  font-size: 16px
}

.thim-style-content-new-1 #tab-course-description .thim-course-content ul li {
  padding-bottom: 8px
}

.thim-style-content-new-1 #tab-course-description .thim-course-content ul li:before {
  content: "\e959";
  margin-right: 10px;
  font-family: Linearicons;
  font-size: 16px;
  margin-left: 2px;
  width: 0;
  top: 2px
}

.thim-style-content-new-1 #tab-course-description .thim-course-info {
  padding: 35px;
  border: 1px solid #eee;
  width: 320px
}

.thim-style-content-new-1 #tab-course-description .thim-course-info .title {
  margin-bottom: 10px;
  font-weight: 700
}

.thim-style-content-new-1 #tab-course-description .thim-course-info ul li {
  font-size: 14px;
  border-bottom: none;
  color: grey;
  font-weight: 300;
  padding-bottom: 5px;
  padding-top: 5px
}

.thim-style-content-new-1 #tab-course-description .thim-course-info ul li .fa {
  color: grey;
  margin-right: 5px
}

.thim-style-content-new-1 #tab-course-description .thim-course-info ul li .fa:before {
  font-family: Linearicons;
  font-size: 18px
}

.thim-style-content-new-1 #tab-course-description .thim-course-info ul li span {
  color: grey
}

.thim-style-content-new-1 #tab-course-description .thim-course-info ul li .value {
  font-weight: 300
}

.thim-style-content-new-1 #tab-course-description .thim-course-info ul li.lectures-feature .fa:before {
  content: "\e712"
}

.thim-style-content-new-1 #tab-course-description .thim-course-info ul li.quizzes-feature .fa:before {
  content: "\e7da"
}

.thim-style-content-new-1 #tab-course-description .thim-course-info ul li.duration-feature .fa:before {
  content: "\e8e3"
}

.thim-style-content-new-1 #tab-course-description .thim-course-info ul li.skill-feature .fa:before {
  content: "\e91d"
}

.thim-style-content-new-1 #tab-course-description .thim-course-info ul li.language-feature .fa:before {
  content: "\e691"
}

.thim-style-content-new-1 #tab-course-description .thim-course-info ul li.students-feature .fa:before {
  content: "\e727"
}

.thim-style-content-new-1 #tab-course-description .thim-course-info ul li.assessments-feature .fa:before {
  content: "\e6dd"
}

.thim-style-content-new-1 #tab-course-description .thim-course-info .course-wishlist-box {
  text-align: left;
  margin-top: 20px
}

.thim-style-content-new-1 #tab-course-description .thim-course-info .course-wishlist-box .fa {
  color: grey
}

.thim-style-content-new-1 #tab-course-description .thim-course-info .course-wishlist-box .fa:before {
  margin-right: 10px
}

.thim-style-content-new-1 #tab-course-description .thim-course-info .course-wishlist-box .fa .text {
  color: grey;
  margin-left: 0;
  text-transform: none
}

.thim-style-content-new-1 .row_content_course {
  margin-bottom: 60px
}

.thim-style-content-new-1 .row_content_course .thim-course-info .course-wishlist-box {
  margin-top: 18px
}

.thim-style-content-new-1 .row_content_course .thim-course-info .course-wishlist-box .course-wishlisted:before {
  color: #3781FC
}

.thim-style-content-new-1 .row_content_course .thim-course-info .course-wishlist-box .text {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400
}

.thim-style-content-new-1 .row_content_course .thim-course-info .course-wishlist-box .fa:before {
  margin-right: 10px;
  font-family: Linearicons;
  font-size: 18px;
  content: "\e68b"
}

.thim-style-content-new-1 .row_content_course .thim-course-info ul li {
  font-size: 14px;
  border-bottom: none;
  color: grey;
  font-weight: 300;
  padding-bottom: 5px;
  padding-top: 5px
}

.thim-style-content-new-1 .row_content_course .thim-course-info ul li .fa {
  color: grey;
  margin-right: 5px
}

.thim-style-content-new-1 .row_content_course .thim-course-info ul li .fa:before {
  font-family: Linearicons;
  font-size: 18px
}

.thim-style-content-new-1 .row_content_course .thim-course-info ul li span {
  color: grey
}

.thim-style-content-new-1 .row_content_course .thim-course-info ul li .value {
  font-weight: 400 !important
}

.thim-style-content-new-1 .row_content_course .thim-course-info ul li.lectures-feature .fa:before {
  content: "\e712"
}

.thim-style-content-new-1 .row_content_course .thim-course-info ul li.quizzes-feature .fa:before {
  content: "\e7da"
}

.thim-style-content-new-1 .row_content_course .thim-course-info ul li.duration-feature .fa:before {
  content: "\e8e3"
}

.thim-style-content-new-1 .row_content_course .thim-course-info ul li.skill-feature .fa:before {
  content: "\e91d"
}

.thim-style-content-new-1 .row_content_course .thim-course-info ul li.language-feature .fa:before {
  content: "\e691"
}

.thim-style-content-new-1 .row_content_course .thim-course-info ul li.students-feature .fa:before {
  content: "\e727"
}

.thim-style-content-new-1 .row_content_course .thim-course-info ul li.assessments-feature .fa:before {
  content: "\e6dd"
}

.thim-style-content-new-1 .thim-about-author {
  margin-bottom: 40px
}

.thim-style-content-new-1 .thim-about-author .author-avatar {
  margin-bottom: 30px
}

.thim-style-content-new-1 .thim-about-author .author-bio {
  width: 240px;
  float: left
}

.thim-style-content-new-1 .thim-about-author .author-bio .name {
  font-size: 20px;
  font-weight: 300;
  margin-top: 5px
}

.thim-style-content-new-1 .thim-about-author .author-bio .name:hover {
  color: #333
}

.thim-style-content-new-1 .thim-about-author .author-bio .job {
  font-size: 16px;
  color: grey;
  font-style: italic;
  font-weight: 300;
  margin-top: 3px
}

.thim-style-content-new-1 .thim-about-author .author-bio .thim-author-social {
  margin-top: 20px
}

.thim-style-content-new-1 .thim-about-author .author-bio .thim-author-social li a {
  color: #999;
  border-color: #999;
  background-color: transparent
}

.thim-style-content-new-1 .thim-about-author .author-description {
  float: right;
  margin-top: 0;
  width: calc(100% - 400px);
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  clear: none;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.profile-container .profile-tabs .nav-tabs li.thim-profile-list-10:nth-child(4n+1),
.profile-container .profile-tabs .nav-tabs li.thim-profile-list-3:nth-child(3n+1),
.profile-container .profile-tabs .nav-tabs li.thim-profile-list-4:nth-child(4n+1),
.profile-container .profile-tabs .nav-tabs li.thim-profile-list-5:nth-child(5n+1),
.profile-container .profile-tabs .nav-tabs li.thim-profile-list-6:nth-child(6n+1),
.profile-container .profile-tabs .nav-tabs li.thim-profile-list-7:nth-child(7n+1),
.profile-container .profile-tabs .nav-tabs li.thim-profile-list-8:nth-child(4n+1),
.profile-container .profile-tabs .nav-tabs li.thim-profile-list-9:nth-child(4n+1) {
  clear: both
}

.thim-style-content-new-1 #tab-course-review .course-rating .rating-title,
.thim-style-content-new-1 #tab-course-review .course-rating>h3,
.thim-style-content-new-1 #tab-reviews .course-rating .rating-title,
.thim-style-content-new-1 #tab-reviews .course-rating>h3 {
  display: none
}

.thim-style-content-new-1 .thim-about-author .author-description p {
  font-size: 16px;
  color: grey
}

.thim-style-content-new-1 #tab-course-review .course-rating .rating-box,
.thim-style-content-new-1 #tab-reviews .course-rating .rating-box {
  border: none
}

.thim-style-content-new-1 #tab-course-review .course-rating>.detailed-rating,
.thim-style-content-new-1 #tab-reviews .course-rating>.detailed-rating {
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px)
}

.thim-style-content-new-1 #tab-course-review .course-rating>.detailed-rating .detailed-rating,
.thim-style-content-new-1 #tab-reviews .course-rating>.detailed-rating .detailed-rating {
  width: 100%
}

.thim-style-content-new-1 #tab-course-review .course-rating>.detailed-rating .stars,
.thim-style-content-new-1 #tab-reviews .course-rating>.detailed-rating .stars {
  padding: 0;
  margin-bottom: 10px
}

.thim-style-content-new-1 #tab-course-review .course-rating>.detailed-rating .stars .key,
.thim-style-content-new-1 #tab-reviews .course-rating>.detailed-rating .stars .key {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px
}

.thim-style-content-new-1 #tab-course-review .course-rating>.detailed-rating .stars>div.bar,
.thim-style-content-new-1 #tab-reviews .course-rating>.detailed-rating .stars>div.bar {
  vertical-align: middle;
  width: calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px)
}

.thim-style-content-new-1 #tab-course-review .course-rating>.detailed-rating .stars>div.bar .full_bar,
.thim-style-content-new-1 #tab-reviews .course-rating>.detailed-rating .stars>div.bar .full_bar {
  height: 15px;
  border-radius: 8px
}

.thim-style-content-new-1 #tab-course-review .course-rating>.detailed-rating .stars>div.bar .full_bar>div,
.thim-style-content-new-1 #tab-reviews .course-rating>.detailed-rating .stars>div.bar .full_bar>div {
  border-radius: 8px
}

.thim-style-content-new-1 #tab-course-review .course-rating .average-rating,
.thim-style-content-new-1 #tab-reviews .course-rating .average-rating {
  width: 300px;
  margin-right: 0
}

.thim-style-content-new-1 #tab-course-review .course-rating .average-rating .rating-box .average-value,
.thim-style-content-new-1 #tab-reviews .course-rating .average-rating .rating-box .average-value {
  font-size: 90px;
  font-weight: 300;
  color: #333
}

.thim-style-content-new-1 #tab-course-review .course-rating .average-rating .rating-box .review-stars-rated,
.thim-style-content-new-1 #tab-reviews .course-rating .average-rating .rating-box .review-stars-rated {
  width: auto
}

.thim-style-content-new-1 #tab-course-review .course-rating .average-rating .rating-box .review-stars-rated div.review-stars,
.thim-style-content-new-1 #tab-reviews .course-rating .average-rating .rating-box .review-stars-rated div.review-stars {
  margin-top: 20px
}

.thim-style-content-new-1 #tab-course-review .course-rating .average-rating .rating-box .review-stars-rated .review-stars>li,
.thim-style-content-new-1 #tab-reviews .course-rating .average-rating .rating-box .review-stars-rated .review-stars>li {
  width: auto;
  height: auto
}

.thim-style-content-new-1 #tab-course-review .course-rating .average-rating .rating-box .review-stars-rated .review-stars>li span,
.thim-style-content-new-1 #tab-reviews .course-rating .average-rating .rating-box .review-stars-rated .review-stars>li span {
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px
}

.thim-style-content-new-1 #tab-course-review .course-rating .average-rating .rating-box .review-amount,
.thim-style-content-new-1 #tab-reviews .course-rating .average-rating .rating-box .review-amount {
  color: #999;
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px
}

.thim-style-content-new-1 #tab-course-review .course-review,
.thim-style-content-new-1 #tab-reviews .course-review {
  margin-bottom: 60px;
  margin-top: 30px
}

.thim-style-content-new-1 #tab-course-review .course-review .content-review>ul .review-text .author-name,
.thim-style-content-new-1 #tab-reviews .course-review .content-review>ul .review-text .author-name {
  font-size: 18px;
  font-weight: 400
}

.thim-style-content-new-1 #tab-course-review .course-review .content-review>ul .review-text .review-title,
.thim-style-content-new-1 #tab-reviews .course-review .content-review>ul .review-text .review-title {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 10px
}

.thim-style-content-new-1 #tab-course-review .add-review,
.thim-style-content-new-1 #tab-reviews .add-review {
  background-color: transparent;
  padding: 0;
  margin: 0 0 50px
}

.thim-style-content-new-1 .learn-press-pmpro-buy-membership {
  width: 100%
}

.thim-style-content-new-1 .learn-press-pmpro-buy-membership .purchase-button {
  border-radius: 25px;
  color: #FFF;
  width: 100%;
  font-size: 16px;
  padding: 0;
  text-transform: none;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 15px
}

.thim-style-content-new-1 .row_content_course .learn-press-pmpro-buy-membership,
.thim-style-content-new-1 .thim-course-landing-button .learn-press-pmpro-buy-membership {
  width: auto;
  padding-right: 15px
}

.thim-style-content-new-1 .row_content_course .learn-press-pmpro-buy-membership .purchase-button,
.thim-style-content-new-1 .thim-course-landing-button .learn-press-pmpro-buy-membership .purchase-button {
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px
}

.thim-style-content-new-1 .course_right {
  background-color: #FFF;
  box-shadow: 6px 4px 18px rgba(0, 0, 0, .08);
  padding: 30px 0;
  text-align: center;
  position: relative;
  z-index: 1
}

.thim-style-content-new-1 .course_right .button_curriculumn {
  padding: 0 30px;
  margin-bottom: 30px
}

.thim-style-content-new-1 .course_right .button_curriculumn .button {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  border-radius: 25px
}

.thim-style-content-new-1 .course_right .button_curriculumn .button.button-retake-course {
  background-color: transparent;
  color: #2575fc;
  border: 1px solid #2575fc
}

.thim-style-content-new-1 .course_right .button_curriculumn .button.button-retake-course:hover {
  color: #fff
}

.thim-style-content-new-1 .course_right .button_curriculumn .button#learn-press-finish-course {
  margin-bottom: 0
}

.thim-style-content-new-1 .course_right .message {
  margin: 0 30px 30px
}

.thim-style-content-new-1 .course_right ul li {
  list-style: none
}

.thim-style-content-new-1 .course_right .course-progress {
  padding: 0 30px;
  margin-bottom: 30px
}

.thim-style-content-new-1 .course_right .course-progress .lp-course-progress {
  text-align: left
}

.thim-style-content-new-1 .course_right .course-progress .lp-course-progress label {
  font-size: 16px;
  font-weight: 300
}

.thim-style-content-new-1 .course_right .course-payment {
  margin-bottom: 25px;
  padding: 0 30px
}

.thim-style-content-new-1 .course_right .course-payment .course-price {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 25px;
  color: #333
}

.thim-style-content-new-1 .course_right .course-payment .course-price .course-origin-price {
  position: inherit;
  top: auto;
  padding-right: 0;
  color: #ccc;
  font-size: 18px;
  font-weight: 300
}

.thim-style-content-new-1 .course_right .course-payment .course-price .free-course {
  color: #00d637
}

.thim-style-content-new-1 .course_right .course-payment .form-purchase-course .button,
.thim-style-content-new-1 .course_right .course-payment .woocommerce-message a {
  color: #FFF;
  width: 100%;
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  font-weight: 300;
  border-radius: 25px;
  text-transform: none
}

.thim-style-content-new-1 .course_right .course-payment .woocommerce-message {
  background-color: transparent
}

.thim-style-content-new-1 .course_right .course-payment .woocommerce-message a {
  margin-bottom: 15px
}

.thim-style-content-new-1 .course_right .course-payment .woocommerce-message>span {
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  display: block
}

.thim-style-content-new-1 .course_right .menu_course {
  text-align: left;
  padding: 0 30px 25px
}

.thim-style-content-new-1 .course_right .menu_course ul {
  margin-left: 0
}

.thim-style-content-new-1 .course_right .menu_course ul li {
  border-bottom: 1px solid #eee;
  padding: 8px 0
}

.thim-style-content-new-1 .course_right .menu_course ul li a {
  color: grey;
  font-size: 16px;
  font-weight: 300
}

.thim-style-content-new-1 .course_right .menu_course ul li a i {
  margin-right: 10px
}

.thim-style-content-new-1 .course_right .menu_course ul li a i:before {
  font-family: Linearicons;
  font-size: 22px
}

.thim-style-content-new-1 .course_right .menu_course ul li a i.fa-bookmark:before {
  content: '\e90e'
}

.thim-style-content-new-1 .course_right .menu_course ul li a i.fa-cube:before {
  content: '\e627'
}

.thim-style-content-new-1 .course_right .menu_course ul li a i.fa-user:before {
  content: '\e728'
}

.thim-style-content-new-1 .course_right .menu_course ul li a i.fa-comments:before {
  content: '\e7d7'
}

.thim-style-content-new-1 .course_right .menu_course ul li a:hover {
  padding-left: 10px
}

.thim-style-content-new-1 .course_right .menu_course ul li:last-child {
  border-bottom: none
}

.thim-style-content-new-1 .course_right .thim-social-share {
  padding: 25px 30px 0;
  border-top: 1px solid #eee;
  float: none
}

.thim-style-content-new-1 .course_right .thim-social-share .heading {
  display: block;
  font-size: 18px;
  color: #999;
  margin-bottom: 15px
}

.thim-style-content-new-1 .course_right .thim-social-share li {
  margin-right: 5px;
  margin-left: 5px
}

.thim-style-content-new-1 .course_right .thim-social-share li>div a {
  border-color: #eee;
  width: 40px;
  height: 40px;
  line-height: 40px
}

.thim-style-content-new-1.single #main-content .course-payment .course-price .value.has-origin .course-origin-price {
  position: inherit;
  top: inherit;
  display: block;
  color: #999
}

.thim-style-content-new-1 .thim-course-menu-landing .thim-course-landing-tab li a {
  font-size: 16px;
  font-weight: 400
}

.thim-style-content-new-1 .thim-course-menu-landing .thim-course-landing-button .course-price .value .course-origin-price {
  color: #999;
  text-decoration: line-through
}

.thim-style-content-new-1 .thim-course-menu-landing .thim-course-landing-button .lp-course-buttons .purchase-course {
  display: inline-block
}

.thim-style-content-new-1 .thim-course-menu-landing .thim-course-landing-button .lp-course-buttons .button {
  border-radius: 25px;
  text-transform: none;
  font-size: 16px;
  font-weight: 300
}

.top_heading.style_content_2 .top_site_main.style_heading_2 .page-title-wrapper {
  padding-bottom: 285px
}

.top_heading.style_content_2.style_heading_2_out .breadcrumbs-wrapper {
  bottom: 160px
}

.profile-container {
  padding: 0;
  border-radius: 0;
  border: 0;
  overflow: hidden
}

.profile-container .box-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 11px;
  position: relative;
  padding-bottom: 19px
}

.profile-container .box-title:after {
  content: '';
  width: 35px;
  background: #111;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0
}

.profile-container .user-tab {
  width: 25%;
  width: calc(300px);
  width: -webkit-calc(300px);
  width: -moz-calc(300px);
  float: left;
  padding-right: 30px
}

.profile-container .user-tab .author-avatar {
  margin-bottom: 25px
}

.profile-container .user-tab .author-avatar img {
  margin: 0
}

.profile-container .user-tab .author-name {
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  padding: 52px 0 27px;
  margin: 25px 0 30px;
  position: relative;
  border-top: 1px solid #eee
}

.profile-container .user-tab .author-name:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 36px;
  height: 1px;
  background: #000
}

.profile-container .thim-author-social {
  clear: both;
  margin: 0;
  text-align: center
}

.profile-container .profile-tabs {
  width: 75%;
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  float: right
}

.profile-container .profile-tabs .thim-empty-course {
  margin-bottom: 40px
}

.profile-container .profile-tabs .nav-tabs {
  margin: 0;
  border: 0;
  background: 0 0;
  border-bottom: 1px solid #eee;
  padding: 0
}

.profile-container .profile-tabs .nav-tabs li {
  background: 0 0;
  border-radius: 0;
  margin: 0;
  width: 25%;
  text-align: center;
  border: 0;
  padding: 0;
  position: relative;
  white-space: nowrap
}

.profile-container .profile-tabs .nav-tabs li.thim-profile-list-6 {
  width: 16.666%
}

.profile-container .profile-tabs .nav-tabs li.thim-profile-list-7 {
  width: 14.28%
}

.profile-container .profile-tabs .nav-tabs li.thim-profile-list-5 {
  width: 20%
}

.profile-container .profile-tabs .nav-tabs li.thim-profile-list-4 {
  width: 25%
}

.profile-container .profile-tabs .nav-tabs li.thim-profile-list-3 {
  width: 33.33%
}

.profile-container .profile-tabs .nav-tabs li a {
  border-radius: 0;
  margin-right: 3px;
  border: 1px solid #eee;
  border-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  background: #f9f9f9;
  line-height: 29px;
  float: none;
  position: relative;
  display: block;
  padding: 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center
}

.profile-container .profile-tabs .nav-tabs li.active,
.profile-container .profile-tabs .nav-tabs li.active a {
  background: #fff
}

.profile-container .profile-tabs .nav-tabs li a .fa {
  font-size: 13px;
  vertical-align: middle;
  line-height: 29px;
  margin-right: 8px
}

.profile-container .profile-tabs .nav-tabs li:last-child a {
  margin-right: 0
}

.profile-container .profile-tabs .nav-tabs li:last-child.active:after,
.profile-container .profile-tabs .nav-tabs li:last-child.active:before {
  right: 0
}

.profile-container .profile-tabs .nav-tabs li.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  top: 0;
  height: 4px;
  z-index: 10
}

.profile-container .profile-tabs .nav-tabs li.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  bottom: -1px;
  height: 1px;
  z-index: 10;
  background: #fff
}

.profile-container .profile-tabs .tab-content {
  padding: 55px 0 0
}

.profile-container .profile-tabs .tab-content>.tab-pane {
  padding-left: 0;
  padding-right: 0
}

.profile-container .profile-tabs .tab-content>.tab-pane>.box-title:first-child {
  margin-top: 0
}

.profile-container .profile-tabs .tab-content .thim-course-grid>p {
  margin-left: 15px;
  margin-right: 15px
}

.profile-container .profile-tabs .tab-content .thim-course-grid .course-passed {
  padding-bottom: 20px
}

.profile-container .profile-tabs .tab-content .thim-course-grid .course-passed .value {
  font-weight: 700
}

.profile-container .profile-tabs .tab-content .thim-course-grid .cert-profile-view {
  margin: 0 0 15px;
  display: inline-block
}

.profile-container .profile-tabs .tab-content .thim-course-grid .cert-profile-view:hover {
  text-decoration: underline
}

table.list-book-event tr,
table.order_details tr,
table.quiz-history tr,
table.table-orders tr {
  border: 0
}

table.list-book-event tr th,
table.order_details tr th,
table.quiz-history tr th,
table.table-orders tr th {
  border: 1px solid #eee;
  border-width: 1px 1px 1px 0;
  padding: 10px 15px
}

table.list-book-event tr th:first-child,
table.order_details tr th:first-child,
table.quiz-history tr th:first-child,
table.table-orders tr th:first-child {
  border-left-width: 1px
}

table.list-book-event tr td,
table.order_details tr td,
table.quiz-history tr td,
table.table-orders tr td {
  border: 1px solid #eee;
  border-width: 1px 1px 1px 0;
  padding: 10px 15px
}

table.list-book-event tr td:first-child,
table.order_details tr td:first-child,
table.quiz-history tr td:first-child,
table.table-orders tr td:first-child {
  border-left-width: 1px
}

.tp_single_event .entry-title h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: -5px 0 35px
}

.thim-list-content {
  margin: auto
}

.thim-list-content li {
  list-style: none;
  position: relative;
  padding-left: 25px
}

.thim-list-content li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 9px
}

.tp-event-top .entry-thumbnail a:before,
.tp_single_event .tp-event-top:before {
  top: 0;
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  right: 0;
  content: ''
}

.tp-event-top {
  position: relative
}

.tp-event-top .entry-thumbnail a {
  display: block
}

.tp-event-top .entry-thumbnail a:before {
  position: absolute
}

.tp-event-top .entry-thumbnail img {
  width: 100%
}

.tp_single_event .tp-event-top:before {
  position: absolute
}

.tp-event-top .entry-countdown {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%)
}

.tp-event-top .entry-countdown .tp_event_counter {
  background: 0 0;
  border: 0;
  padding: 0;
  text-align: center
}

.tp-event-top .entry-countdown .tp_event_counter .countdown-row {
  overflow: hidden;
  text-align: center;
  display: inline-block;
  margin: auto;
  padding: 0;
  width: auto;
  clear: inherit
}

.tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 15px;
  padding: 0;
  text-align: center
}

.tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section:first-child {
  margin-left: 0
}

.tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section:last-child {
  margin-right: 0
}

.tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section .countdown-amount {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  height: 50px;
  color: #fff;
  margin: 14px 0 0;
  text-align: center;
  display: block;
  width: 100%
}

.tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section .countdown-period {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%
}

.tp-event-archive {
  margin: 0
}

.tp-event-archive>li {
  list-style: none;
  padding-bottom: 100px
}

.tp-event-archive>li:last-child {
  padding-bottom: 0
}

.tp-event-archive .entry-title h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 25px 0 19px
}

.tp-event-archive .entry-content .tp_event_view-detail {
  line-height: 30px;
  height: 40px;
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-top: 3px;
  display: inline-block
}

.tp-event-content {
  overflow: hidden;
  clear: both;
  margin-top: 55px
}

.tp-event-content .entry-content {
  position: relative;
  padding-right: 30px;
  float: left;
  width: calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px)
}

.tp-event-content .entry-content:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  background: #eee
}

.tp-event-content .entry-content>h4,
.tp-event-content .entry-content>h5>h6 {
  margin-top: 0;
  margin-bottom: 15px
}

.tp-event-content .entry-content>p {
  margin-bottom: 25px
}

.tp-event-content .tp-event-info {
  max-width: 240px;
  width: 240px;
  padding-left: 30px;
  float: right
}

.tp-event-info .tp-info-box {
  border-bottom: 1px solid #eee;
  padding: 14px 0
}

.tp-event-info .tp-info-box:first-child {
  padding-top: 3px
}

.tp-event-info .tp-info-box:last-child {
  border-bottom: 0
}

.tp-event-info .tp-info-box p {
  margin: 0;
  line-height: 24px;
  padding-left: 23px;
  font-size: 13px
}

.tp-event-info .tp-info-box .heading {
  font-weight: 700;
  font-size: 13px;
  position: relative
}

.tp-event-info .tp-info-box .heading .fa {
  position: absolute;
  left: 0;
  line-height: 24px;
  top: 0
}

.tp-event-info .entry-location {
  margin-top: 15px;
  clear: both
}

.tp-event-organizers .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin: 40px 0 25px
}

.tp-event-organizers .thim-carousel-wrapper {
  position: static
}

.tp-event-organizers .thim-carousel-wrapper .item {
  text-align: center
}

.tp-event-organizers .thim-carousel-wrapper .item .thumbnail img {
  border-radius: 50%
}

.tp-event-organizers .thim-carousel-wrapper .item .name {
  font-size: 15px;
  line-height: 20px;
  margin: 12px 0 1px;
  display: block
}

.tp-event-organizers .thim-carousel-wrapper .item .regency {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #999;
  text-transform: uppercase
}

.tp-event-organizers .thim-carousel-container {
  padding: 40px 50px 35px;
  border: 1px solid #eee;
  position: relative
}

.tp-event-organizers .thim-carousel-container:hover .owl-buttons .owl-next,
.tp-event-organizers .thim-carousel-container:hover .owl-buttons .owl-prev {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0)
}

.tp-event-organizers .owl-buttons .owl-next,
.tp-event-organizers .owl-buttons .owl-prev {
  border: 1px solid #666;
  width: 30px;
  height: 30px;
  line-height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  text-align: center;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0)
}

.tp-event-organizers .owl-buttons .owl-next .fa,
.tp-event-organizers .owl-buttons .owl-prev .fa {
  font-size: 8px;
  color: #666;
  line-height: 28px;
  display: block
}

.thim-register-now-form .wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form span.wpcf7-not-valid-tip,
.yikes-mailchimp-container .edit-link,
form.yikes-easy-mc-form span.wpcf7-not-valid-tip {
  display: none
}

.tp-event-organizers .owl-buttons .owl-next {
  left: auto;
  right: 0;
  -webkit-transform: translate(-10px, 0);
  -moz-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0)
}

.tp-event-single-share {
  text-align: center
}

.event_button_disable {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: .5;
  opacity: .5;
  cursor: not-allowed
}

.thim-register-now-form .wpcf7-form.thim-sending,
form.wpcf7-form.thim-sending {
  cursor: wait
}

.contact-page .row {
  margin-left: -5px;
  margin-right: -5px
}

.contact-page .row .wpcf7-form-control-wrap {
  width: 50%;
  padding: 0 5px;
  float: left
}

.contact-page p {
  margin-bottom: 10px
}

.wpcf7-form input[type=date],
.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number],
.wpcf7-form select,
.wpcf7-form textarea,
form.yikes-easy-mc-form input[type=date],
form.yikes-easy-mc-form input[type=email],
form.yikes-easy-mc-form input[type=text],
form.yikes-easy-mc-form input[type=tel],
form.yikes-easy-mc-form input[type=number],
form.yikes-easy-mc-form select,
form.yikes-easy-mc-form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  min-height: 40px;
  padding: 10px;
  line-height: 20px;
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.thim-register-now-form .wpcf7-form input[type=date],
.thim-register-now-form .wpcf7-form input[type=email],
.thim-register-now-form .wpcf7-form input[type=text],
.thim-register-now-form .wpcf7-form input[type=tel],
.thim-register-now-form .wpcf7-form input[type=number],
.thim-register-now-form .wpcf7-form select,
.thim-register-now-form .wpcf7-form textarea,
.thim-register-now-form form.yikes-easy-mc-form input[type=date],
.thim-register-now-form form.yikes-easy-mc-form input[type=email],
.thim-register-now-form form.yikes-easy-mc-form input[type=text],
.thim-register-now-form form.yikes-easy-mc-form input[type=tel],
.thim-register-now-form form.yikes-easy-mc-form input[type=number],
.thim-register-now-form form.yikes-easy-mc-form select,
.thim-register-now-form form.yikes-easy-mc-form textarea {
  border-color: #e5e5e5;
  color: #999
}

.thim-register-now-form .wpcf7-form input[type=date]::-webkit-input-placeholder,
.thim-register-now-form .wpcf7-form input[type=email]::-webkit-input-placeholder,
.thim-register-now-form .wpcf7-form input[type=text]::-webkit-input-placeholder,
.thim-register-now-form .wpcf7-form input[type=tel]::-webkit-input-placeholder,
.thim-register-now-form .wpcf7-form input[type=number]::-webkit-input-placeholder,
.thim-register-now-form .wpcf7-form select::-webkit-input-placeholder,
.thim-register-now-form .wpcf7-form textarea::-webkit-input-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=date]::-webkit-input-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=email]::-webkit-input-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=text]::-webkit-input-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=tel]::-webkit-input-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=number]::-webkit-input-placeholder,
.thim-register-now-form form.yikes-easy-mc-form select::-webkit-input-placeholder,
.thim-register-now-form form.yikes-easy-mc-form textarea::-webkit-input-placeholder {
  color: #999
}

.thim-register-now-form .wpcf7-form input[type=date]:-moz-placeholder,
.thim-register-now-form .wpcf7-form input[type=email]:-moz-placeholder,
.thim-register-now-form .wpcf7-form input[type=text]:-moz-placeholder,
.thim-register-now-form .wpcf7-form input[type=tel]:-moz-placeholder,
.thim-register-now-form .wpcf7-form input[type=number]:-moz-placeholder,
.thim-register-now-form .wpcf7-form select:-moz-placeholder,
.thim-register-now-form .wpcf7-form textarea:-moz-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=date]:-moz-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=email]:-moz-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=text]:-moz-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=tel]:-moz-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=number]:-moz-placeholder,
.thim-register-now-form form.yikes-easy-mc-form select:-moz-placeholder,
.thim-register-now-form form.yikes-easy-mc-form textarea:-moz-placeholder {
  color: #999
}

.thim-register-now-form .wpcf7-form input[type=date]::-moz-placeholder,
.thim-register-now-form .wpcf7-form input[type=email]::-moz-placeholder,
.thim-register-now-form .wpcf7-form input[type=text]::-moz-placeholder,
.thim-register-now-form .wpcf7-form input[type=tel]::-moz-placeholder,
.thim-register-now-form .wpcf7-form input[type=number]::-moz-placeholder,
.thim-register-now-form .wpcf7-form select::-moz-placeholder,
.thim-register-now-form .wpcf7-form textarea::-moz-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=date]::-moz-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=email]::-moz-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=text]::-moz-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=tel]::-moz-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=number]::-moz-placeholder,
.thim-register-now-form form.yikes-easy-mc-form select::-moz-placeholder,
.thim-register-now-form form.yikes-easy-mc-form textarea::-moz-placeholder {
  color: #999
}

.thim-register-now-form .wpcf7-form input[type=date]:-ms-input-placeholder,
.thim-register-now-form .wpcf7-form input[type=email]:-ms-input-placeholder,
.thim-register-now-form .wpcf7-form input[type=text]:-ms-input-placeholder,
.thim-register-now-form .wpcf7-form input[type=tel]:-ms-input-placeholder,
.thim-register-now-form .wpcf7-form input[type=number]:-ms-input-placeholder,
.thim-register-now-form .wpcf7-form select:-ms-input-placeholder,
.thim-register-now-form .wpcf7-form textarea:-ms-input-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=date]:-ms-input-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=email]:-ms-input-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=text]:-ms-input-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=tel]:-ms-input-placeholder,
.thim-register-now-form form.yikes-easy-mc-form input[type=number]:-ms-input-placeholder,
.thim-register-now-form form.yikes-easy-mc-form select:-ms-input-placeholder,
.thim-register-now-form form.yikes-easy-mc-form textarea:-ms-input-placeholder {
  color: #999
}

.wpcf7-form input[type=date]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus,
form.yikes-easy-mc-form input[type=date]:focus,
form.yikes-easy-mc-form input[type=email]:focus,
form.yikes-easy-mc-form input[type=text]:focus,
form.yikes-easy-mc-form input[type=tel]:focus,
form.yikes-easy-mc-form input[type=number]:focus,
form.yikes-easy-mc-form select:focus,
form.yikes-easy-mc-form textarea:focus {
  outline: 0
}

.wpcf7-form input[type=date]:focus::-webkit-input-placeholder,
.wpcf7-form input[type=email]:focus::-webkit-input-placeholder,
.wpcf7-form input[type=text]:focus::-webkit-input-placeholder,
.wpcf7-form input[type=tel]:focus::-webkit-input-placeholder,
.wpcf7-form input[type=number]:focus::-webkit-input-placeholder,
.wpcf7-form select:focus::-webkit-input-placeholder,
.wpcf7-form textarea:focus::-webkit-input-placeholder,
form.yikes-easy-mc-form input[type=date]:focus::-webkit-input-placeholder,
form.yikes-easy-mc-form input[type=email]:focus::-webkit-input-placeholder,
form.yikes-easy-mc-form input[type=text]:focus::-webkit-input-placeholder,
form.yikes-easy-mc-form input[type=tel]:focus::-webkit-input-placeholder,
form.yikes-easy-mc-form input[type=number]:focus::-webkit-input-placeholder,
form.yikes-easy-mc-form select:focus::-webkit-input-placeholder,
form.yikes-easy-mc-form textarea:focus::-webkit-input-placeholder {
  color: transparent
}

.wpcf7-form input[type=date]:focus:-moz-placeholder,
.wpcf7-form input[type=email]:focus:-moz-placeholder,
.wpcf7-form input[type=text]:focus:-moz-placeholder,
.wpcf7-form input[type=tel]:focus:-moz-placeholder,
.wpcf7-form input[type=number]:focus:-moz-placeholder,
.wpcf7-form select:focus:-moz-placeholder,
.wpcf7-form textarea:focus:-moz-placeholder,
form.yikes-easy-mc-form input[type=date]:focus:-moz-placeholder,
form.yikes-easy-mc-form input[type=email]:focus:-moz-placeholder,
form.yikes-easy-mc-form input[type=text]:focus:-moz-placeholder,
form.yikes-easy-mc-form input[type=tel]:focus:-moz-placeholder,
form.yikes-easy-mc-form input[type=number]:focus:-moz-placeholder,
form.yikes-easy-mc-form select:focus:-moz-placeholder,
form.yikes-easy-mc-form textarea:focus:-moz-placeholder {
  color: transparent
}

.wpcf7-form input[type=date]:focus::-moz-placeholder,
.wpcf7-form input[type=email]:focus::-moz-placeholder,
.wpcf7-form input[type=text]:focus::-moz-placeholder,
.wpcf7-form input[type=tel]:focus::-moz-placeholder,
.wpcf7-form input[type=number]:focus::-moz-placeholder,
.wpcf7-form select:focus::-moz-placeholder,
.wpcf7-form textarea:focus::-moz-placeholder,
form.yikes-easy-mc-form input[type=date]:focus::-moz-placeholder,
form.yikes-easy-mc-form input[type=email]:focus::-moz-placeholder,
form.yikes-easy-mc-form input[type=text]:focus::-moz-placeholder,
form.yikes-easy-mc-form input[type=tel]:focus::-moz-placeholder,
form.yikes-easy-mc-form input[type=number]:focus::-moz-placeholder,
form.yikes-easy-mc-form select:focus::-moz-placeholder,
form.yikes-easy-mc-form textarea:focus::-moz-placeholder {
  color: transparent
}

.wpcf7-form input[type=date]:focus:-ms-input-placeholder,
.wpcf7-form input[type=email]:focus:-ms-input-placeholder,
.wpcf7-form input[type=text]:focus:-ms-input-placeholder,
.wpcf7-form input[type=tel]:focus:-ms-input-placeholder,
.wpcf7-form input[type=number]:focus:-ms-input-placeholder,
.wpcf7-form select:focus:-ms-input-placeholder,
.wpcf7-form textarea:focus:-ms-input-placeholder,
form.yikes-easy-mc-form input[type=date]:focus:-ms-input-placeholder,
form.yikes-easy-mc-form input[type=email]:focus:-ms-input-placeholder,
form.yikes-easy-mc-form input[type=text]:focus:-ms-input-placeholder,
form.yikes-easy-mc-form input[type=tel]:focus:-ms-input-placeholder,
form.yikes-easy-mc-form input[type=number]:focus:-ms-input-placeholder,
form.yikes-easy-mc-form select:focus:-ms-input-placeholder,
form.yikes-easy-mc-form textarea:focus:-ms-input-placeholder {
  color: transparent
}

.wpcf7-form input[type=date].wpcf7-not-valid,
.wpcf7-form input[type=email].wpcf7-not-valid,
.wpcf7-form input[type=text].wpcf7-not-valid,
.wpcf7-form input[type=tel].wpcf7-not-valid,
.wpcf7-form input[type=number].wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid,
form.yikes-easy-mc-form input[type=date].wpcf7-not-valid,
form.yikes-easy-mc-form input[type=email].wpcf7-not-valid,
form.yikes-easy-mc-form input[type=text].wpcf7-not-valid,
form.yikes-easy-mc-form input[type=tel].wpcf7-not-valid,
form.yikes-easy-mc-form input[type=number].wpcf7-not-valid,
form.yikes-easy-mc-form select.wpcf7-not-valid,
form.yikes-easy-mc-form textarea.wpcf7-not-valid {
  border-color: red
}

.wpcf7-form textarea,
form.yikes-easy-mc-form textarea {
  max-height: 150px;
  overflow: auto
}

.wpcf7-form .your-email,
.wpcf7-form .your-name,
form.yikes-easy-mc-form .your-email,
form.yikes-easy-mc-form .your-name {
  width: calc(50% - 7px);
  width: -webkit-calc(50% - 7px);
  width: -moz-calc(50% - 7px);
  float: left;
  margin-left: 14px;
  margin-bottom: 20px
}

.thim-register-now-form .wpcf7-form .your-email,
.thim-register-now-form .wpcf7-form .your-name,
.thim-register-now-form form.yikes-easy-mc-form .your-email,
.thim-register-now-form form.yikes-easy-mc-form .your-name {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-bottom: 0
}

.wpcf7-form .your-name,
form.yikes-easy-mc-form .your-name {
  margin-left: 0
}

.wpcf7-form .wpcf7-submit,
form.yikes-easy-mc-form .wpcf7-submit {
  border-radius: 0;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: -10px;
  border: 0
}

.wpcf7-form .wpcf7-submit:focus,
form.yikes-easy-mc-form .wpcf7-submit:focus {
  outline: 0
}

.thim-register-now-form .wpcf7-form .wpcf7-submit,
.thim-register-now-form form.yikes-easy-mc-form .wpcf7-submit {
  width: 100%;
  text-align: center;
  color: #fff;
  background: #111;
  margin-top: 10px
}

.wpcf7-form div.wpcf7-mail-sent-ng,
.wpcf7-form div.wpcf7-mail-sent-ok,
.wpcf7-form div.wpcf7-validation-errors,
form.yikes-easy-mc-form div.wpcf7-mail-sent-ng,
form.yikes-easy-mc-form div.wpcf7-mail-sent-ok,
form.yikes-easy-mc-form div.wpcf7-validation-errors {
  margin: 0;
  text-align: center;
  border: 0;
  border-radius: 0;
  line-height: 20px;
  padding: 10px 15px;
  font-size: 13px;
  color: #a94442;
  background: #f2dede
}

.wpcf7-form div.wpcf7-mail-sent-ok,
form.yikes-easy-mc-form div.wpcf7-mail-sent-ok {
  color: #3c763d;
  background: #dff0d8
}

.wpcf7-form input.wpcf7-not-valid,
form.yikes-easy-mc-form input.wpcf7-not-valid {
  border-color: #f66
}

.wpcf7-form .subscribe_here .your-email,
.wpcf7-form .subscribe_here .your-name,
form.yikes-easy-mc-form .subscribe_here .your-email,
form.yikes-easy-mc-form .subscribe_here .your-name {
  width: 100%;
  float: none;
  margin-left: 0
}

.wpcf7-form .subscribe_here p,
form.yikes-easy-mc-form .subscribe_here p {
  margin-bottom: 15px
}

.wpcf7-form .subscribe_here input[type=date],
.wpcf7-form .subscribe_here input[type=email],
.wpcf7-form .subscribe_here input[type=text],
.wpcf7-form .subscribe_here input[type=tel],
.wpcf7-form .subscribe_here input[type=number],
.wpcf7-form .subscribe_here select,
.wpcf7-form .subscribe_here textarea,
form.yikes-easy-mc-form .subscribe_here input[type=date],
form.yikes-easy-mc-form .subscribe_here input[type=email],
form.yikes-easy-mc-form .subscribe_here input[type=text],
form.yikes-easy-mc-form .subscribe_here input[type=tel],
form.yikes-easy-mc-form .subscribe_here input[type=number],
form.yikes-easy-mc-form .subscribe_here select,
form.yikes-easy-mc-form .subscribe_here textarea {
  font-size: 16px;
  padding: 15px 25px
}

.wpcf7-form .subscribe_here .wpcf7-submit,
form.yikes-easy-mc-form .subscribe_here .wpcf7-submit {
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px
}

.wpcf7-form .subscribe_here .ajax-loader,
form.yikes-easy-mc-form .subscribe_here .ajax-loader {
  bottom: -45px;
  left: 50%;
  margin-left: -15px
}

.thim-register-now-form {
  margin: 80px 0;
  background: #fff;
  position: relative;
  max-width: 400px;
  float: right;
  min-height: 453px
}

.thim-register-now-form .yikes-easy-mc-form .wpcf7-submit {
  margin-top: 0
}

.thim-register-now-form .yikes-mailchimp-container .yikes-easy-mc-success-message,
.thim-register-now-form .yikes-mailchimp-container yikes-easy-mc-error-message {
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
  font-size: 14px
}

.thim-register-now-form.top-homepage {
  margin: 61px 0
}

.thim-register-now-form .title {
  position: relative;
  padding: 22px 30px 70px;
  line-height: 34px;
  text-align: center;
  font-size: 22px;
  overflow: hidden;
  margin: 0 0 23px;
  color: #fff
}

.thim-register-now-form .title:before {
  height: 820px;
  content: '';
  border-radius: 50%;
  bottom: 20px;
  right: auto;
  width: 820px;
  position: absolute;
  left: calc(50% - 410px);
  left: -webkit-calc(50% - 410px);
  left: -moz-calc(50% - 410px)
}

.thim-register-now-form .title span {
  position: relative
}

.thim-register-now-form .wpcf7-form {
  position: relative;
  padding: 0 50px 40px
}

.thim-register-now-form .wpcf7-form p {
  margin-bottom: 10px
}

.thim-register-now-form .wpcf7-form .ajax-loader {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  bottom: 35px
}

.thim-register-now-form .wpcf7-form div.wpcf7-mail-sent-ok {
  margin: -50px 0 0;
  text-align: center;
  z-index: 9;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.thim-register-now-form .wpcf7-form.thim-sending .wpcf7-submit,
.thim-register-now-form .wpcf7-form.thim-sending .wpcf7-submit:hover {
  background: #111;
  color: #fff;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: .5;
  -khtml-opacity: .5;
  -moz-opacity: .5;
  -ms-opacity: .5;
  -o-opacity: .5;
  opacity: .5
}

.thim-welcome-university .thim-register-now-form,
.thim-welcome-university-2 .thim-register-now-form {
  box-shadow: 0 0 5px 1px #E8E8E8;
  margin: 52px 0 0;
  max-width: 370px
}

.thim-welcome-university .thim-register-now-form .title:before,
.thim-welcome-university-2 .thim-register-now-form .title:before {
  z-index: 3
}

.thim-welcome-university .thim-register-now-form .title:after,
.thim-welcome-university-2 .thim-register-now-form .title:after {
  z-index: 2;
  content: '';
  position: absolute;
  top: auto;
  bottom: 20px;
  background: url(../../../themes/eduma/images/bg-contact-form.jpg) bottom center no-repeat;
  height: 820px;
  width: 820px;
  border-radius: 50%;
  left: calc(50% - 410px);
  left: -webkit-calc(50% - 410px);
  left: -moz-calc(50% - 410px)
}

.thim-welcome-university .thim-register-now-form .title span,
.thim-welcome-university-2 .thim-register-now-form .title span {
  z-index: 5
}

.thim-welcome-university .thim-register-now-form .title:before {
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-opacity: .6;
  -khtml-opacity: .6;
  -moz-opacity: .6;
  -ms-opacity: .6;
  -o-opacity: .6;
  opacity: .6;
  background: #000
}

.thim-welcome-university-2 .thim-register-now-form .title:before {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -webkit-opacity: .9;
  -khtml-opacity: .9;
  -moz-opacity: .9;
  -ms-opacity: .9;
  -o-opacity: .9;
  opacity: .9
}

form.wpcf7-form {
  position: relative
}

form.wpcf7-form.thim-sending .wpcf7-submit,
form.wpcf7-form.thim-sending .wpcf7-submit:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  -ms-opacity: .7;
  -o-opacity: .7;
  opacity: .7
}

form.wpcf7-form .ajax-loader {
  position: absolute;
  bottom: 5px;
  left: 31px;
  width: 30px;
  height: 30px;
  visibility: hidden;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  background: 0 0
}

form.wpcf7-form .ajax-loader.is-active {
  visibility: visible
}

form.wpcf7-form .ajax-loader:before {
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  content: "\f110";
  font-family: FontAwesome;
  left: 0;
  margin: auto;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  color: #fff
}

.thim-contact-faqs.text-center .ajax-loader {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 30px;
  right: 0;
  margin: auto
}

.thim-newlleter-homepage {
  background: url(../../../themes/eduma/images/bg-newletter.png) top right no-repeat;
  max-width: 753px;
  margin: auto;
  text-align: center;
  padding: 75px 15px 70px
}

.thim-newlleter-homepage p {
  font-size: 15px
}

.thim-newlleter-homepage p.description {
  max-width: 490px;
  margin: 20px auto 40px
}

.thim-newlleter-homepage .mc4wp-form {
  position: relative
}

.thim-newlleter-homepage .mc4wp-form .label-inline input[type=email],
.thim-newlleter-homepage .mc4wp-form .label-inline input[type=text],
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=email],
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=text] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAMAAACgaw2xAAAAdVBMVEVMaXHMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMw+R8MhAAAAJnRSTlMAovqp9Cm63QM7Cqbn8uKG6c0GVOiMUwlm9x2tIJtyWJq2M8UTSQAt0usAAACdSURBVHhebcnpEoMgDIXRICpQV7S2Lt2X+/6PWGvNTOpwfzDhO8Rz9dlSYK4AlA13IbIrExAXz0nhXrDITj0mxyI7PZDTLJnddGoGjFKaAtPvfKIlKSnyZDk6dCRlx3JFWb1fX9H/MkYAYDKNrZz6m18QyIhln6ynu2gDDI0UXoWoJZIiO++Yok64H7hK6bhrs64E4uUdvj9NHsH5D86uE93k9eHmAAAAAElFTkSuQmCC) center right 10px no-repeat #fff;
  border: 1px solid #ddd;
  height: 50px;
  padding: 9px 10px;
  line-height: 30px;
  max-width: 425px;
  width: calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  color: inherit
}

.thim-newlleter-homepage .mc4wp-form .label-inline input[type=email]::-webkit-input-placeholder,
.thim-newlleter-homepage .mc4wp-form .label-inline input[type=text]::-webkit-input-placeholder,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=email]::-webkit-input-placeholder,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=text]::-webkit-input-placeholder {
  color: inherit
}

.thim-newlleter-homepage .mc4wp-form .label-inline input[type=email]:-moz-placeholder,
.thim-newlleter-homepage .mc4wp-form .label-inline input[type=text]:-moz-placeholder,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=email]:-moz-placeholder,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=text]:-moz-placeholder {
  color: inherit
}

.thim-newlleter-homepage .mc4wp-form .label-inline input[type=email]::-moz-placeholder,
.thim-newlleter-homepage .mc4wp-form .label-inline input[type=text]::-moz-placeholder,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=email]::-moz-placeholder,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=text]::-moz-placeholder {
  color: inherit
}

.thim-newlleter-homepage .mc4wp-form .label-inline input[type=email]:-ms-input-placeholder,
.thim-newlleter-homepage .mc4wp-form .label-inline input[type=text]:-ms-input-placeholder,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=email]:-ms-input-placeholder,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=text]:-ms-input-placeholder {
  color: inherit
}

.thim-newlleter-homepage .mc4wp-form .label-inline button[type=submit],
.thim-newlleter-homepage .mc4wp-form .label-inline input[type=submit],
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields button[type=submit],
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=submit] {
  text-transform: uppercase;
  font-size: 13px;
  height: 50px;
  border: none;
  padding: 10px 25px;
  margin-left: -5px;
  vertical-align: top;
  font-weight: 700;
  line-height: 30px
}

.thim-newlleter-homepage .mc4wp-form .label-inline button[type=submit]:hover,
.thim-newlleter-homepage .mc4wp-form .label-inline input[type=submit]:hover,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields button[type=submit]:hover,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=submit]:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

.thim-newlleter-homepage .mc4wp-form .label-inline input,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input {
  display: inline-block;
  box-shadow: none;
  text-shadow: none
}

.thim-newlleter-homepage .mc4wp-form .label-inline input:focus,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input:focus {
  outline: 0
}

.thim-newlleter-homepage .mc4wp-form .label-inline input:focus::-webkit-input-placeholder,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input:focus::-webkit-input-placeholder {
  color: transparent
}

.thim-newlleter-homepage .mc4wp-form .label-inline input:focus:-moz-placeholder,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input:focus:-moz-placeholder {
  color: transparent
}

.thim-newlleter-homepage .mc4wp-form .label-inline input:focus::-moz-placeholder,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input:focus::-moz-placeholder {
  color: transparent
}

.thim-newlleter-homepage .mc4wp-form .label-inline input:focus:-ms-input-placeholder,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input:focus:-ms-input-placeholder {
  color: transparent
}

.thim-newlleter-homepage .mc4wp-form .mc4wp-response {
  position: absolute;
  left: 0;
  right: 0;
  margin: 10px auto auto;
  max-width: 490px
}

.thim-newlleter-homepage .mc4wp-form.yikes-easy-mc-form {
  padding-right: 100px;
  padding-left: 100px
}

.thim-newlleter-homepage .mc4wp-form.yikes-easy-mc-form .label-inline {
  padding-right: 0
}

.thim-newlleter-homepage .mc4wp-form.yikes-easy-mc-form .label-inline input[type=email],
.thim-newlleter-homepage .mc4wp-form.yikes-easy-mc-form .label-inline input[type=text] {
  width: 100%
}

.thim-newlleter-homepage .mc4wp-form.yikes-easy-mc-form .yikes-easy-mc-submit-button {
  min-height: 50px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0
}

.mc4wp-form {
  margin: 0;
  position: relative
}

.mc4wp-form .mc4wp-response {
  position: absolute;
  left: 0;
  right: 0;
  margin: 10px auto auto;
  max-width: 490px
}

.mc4wp-form .mc4wp-form-fields input[type=email],
.mc4wp-form .mc4wp-form-fields input[type=text] {
  width: 100%;
  background: 0 0;
  border: 1px solid #fff;
  line-height: 30px;
  padding: 5px 10px;
  max-width: 425px;
  margin-left: 0;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mc4wp-form .mc4wp-form-fields input[type=email]::-webkit-input-placeholder,
.mc4wp-form .mc4wp-form-fields input[type=text]::-webkit-input-placeholder {
  color: #fff
}

.mc4wp-form .mc4wp-form-fields input[type=email]:-moz-placeholder,
.mc4wp-form .mc4wp-form-fields input[type=text]:-moz-placeholder {
  color: #fff
}

.mc4wp-form .mc4wp-form-fields input[type=email]::-moz-placeholder,
.mc4wp-form .mc4wp-form-fields input[type=text]::-moz-placeholder {
  color: #fff
}

.mc4wp-form .mc4wp-form-fields input[type=email]:-ms-input-placeholder,
.mc4wp-form .mc4wp-form-fields input[type=text]:-ms-input-placeholder {
  color: #fff
}

.mc4wp-form .mc4wp-form-fields input[type=email]:focus,
.mc4wp-form .mc4wp-form-fields input[type=text]:focus {
  outline: 0
}

.mc4wp-form .mc4wp-form-fields input[type=email]:focus::-webkit-input-placeholder,
.mc4wp-form .mc4wp-form-fields input[type=text]:focus::-webkit-input-placeholder {
  color: transparent
}

.mc4wp-form .mc4wp-form-fields input[type=email]:focus:-moz-placeholder,
.mc4wp-form .mc4wp-form-fields input[type=text]:focus:-moz-placeholder {
  color: transparent
}

.mc4wp-form .mc4wp-form-fields input[type=email]:focus::-moz-placeholder,
.mc4wp-form .mc4wp-form-fields input[type=text]:focus::-moz-placeholder {
  color: transparent
}

.mc4wp-form .mc4wp-form-fields input[type=email]:focus:-ms-input-placeholder,
.mc4wp-form .mc4wp-form-fields input[type=text]:focus:-ms-input-placeholder {
  color: transparent
}

.mc4wp-form .mc4wp-form-fields button[type=submit],
.mc4wp-form .mc4wp-form-fields input[type=submit] {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 30px;
  padding: 5px 25px;
  font-weight: 700;
  margin-left: -5px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ffb606
}

.mc4wp-form .mc4wp-form-fields button[type=submit]:hover,
.mc4wp-form .mc4wp-form-fields input[type=submit]:hover {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -webkit-opacity: .9;
  -khtml-opacity: .9;
  -moz-opacity: .9;
  -ms-opacity: .9;
  -o-opacity: .9;
  opacity: .9
}

.mc4wp-form .mc4wp-form-fields input {
  display: inline-block;
  box-shadow: none;
  text-shadow: none
}

.mc4wp-form .mc4wp-form-fields input:focus {
  outline: 0
}

input.invalid {
  border-color: red !important
}

.owl-next,
.owl-next .fa,
.owl-prev,
.owl-prev .fa,
a,
button,
input[type=submit] {
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.tp-caption.rev-btn {
  -webkit-transition: all .3s !important;
  -khtml-transition: all .3s !important;
  -moz-transition: all .3s !important;
  -ms-transition: all .3s !important;
  -o-transition: all .3s !important;
  transition: all .3s !important
}

.widget-area.sidebar-events .widget_book-event {
  padding: 0
}

.widget-area.sidebar-events .widget_book-event:after,
.widget-area.sidebar-events .widget_book-event:before {
  display: none
}

.widget-area.sidebar-events .widget_book-event ul li {
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 52px;
  clear: both;
  border-bottom: 1px solid #eee;
  overflow: hidden
}

.widget-area.sidebar-events .widget_book-event ul li .label {
  display: inline-block
}

.widget-area.sidebar-events .widget_book-event ul li .value {
  display: inline-block;
  font-weight: 700;
  float: right
}

.widget-area.sidebar-events .widget_book-event ul li input[type=number] {
  width: 55px;
  line-height: 30px;
  border: 1px solid #eee;
  padding: 0 0 0 10px;
  font-size: 15px;
  font-weight: 400;
  text-align: center
}

.widget-area.sidebar-events .widget_book-event ul li.event-cost .value {
  font-size: 18px
}

.widget-area.sidebar-events .widget_book-event ul li.event-cost .free {
  color: #54b551
}

.widget-area.sidebar-events .widget_book-event ul li.event-payment .value {
  float: none;
  display: block
}

.widget-area.sidebar-events .widget_book-event ul li.event-payment label {
  margin-bottom: 0
}

.widget-area.sidebar-events .widget_book-event ul li.event-payment label[for=payment_method_woo_payment] img {
  padding: 0 15px
}

.widget-area.sidebar-events .widget_book-event ul li input[type=checkbox],
.widget-area.sidebar-events .widget_book-event ul li input[type=radio] {
  border-color: #ccc
}

.widget-area.sidebar-events .widget_book-event .event_register_foot {
  text-align: center;
  padding: 40px 0
}

.widget-area.sidebar-events .widget_book-event .event_register_foot .event_register_submit.event-register-loading {
  position: relative;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  -ms-opacity: .7;
  -o-opacity: .7;
  opacity: .7
}

.widget-area.sidebar-events .widget_book-event .event_register_foot .event_register_submit.event-register-loading:before {
  line-height: 40px;
  top: 0;
  right: 0;
  content: "\f110";
  font-family: FontAwesome;
  left: 0;
  margin: auto;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  color: #fff;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute
}

.widget-area.sidebar-events .widget_book-event .event_auth_register_message_error {
  color: #a94442;
  background: #f2dede;
  margin: 20px 0 0;
  border: 0;
  text-align: center;
  border-radius: 0;
  line-height: 20px;
  padding: 10px 0;
  font-size: 13px
}

.widget-area.sidebar-events .book-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 72px;
  padding: 0;
  text-align: center;
  position: relative
}

.widget-area.sidebar-events .book-title:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -10px
}

.widget-area.sidebar-events .event_register_area {
  padding: 16px 30px 0;
  border: 1px solid #eee;
  border-top: 0
}

.user-profile-edit-form h3.title {
  text-transform: uppercase
}

.user-profile-edit-form .user-profile-picture img {
  border-radius: 50%
}

.hide-if-js {
  display: none !important
}

.learn-press-user-profile #lp-user-edit-avatar .moxie-shim,
.learn-press-user-profile .lp-avatar-preview .profile-picture.profile-avatar-hidden {
  display: none
}

.learn-press-user-profile #lp-user-edit-avatar .lp-form-field-avatar {
  float: left
}

.learn-press-user-profile #lp-user-edit-avatar #lp-avatar-actions {
  margin: 20px 0 0
}

.learn-press-user-profile .lp-avatar-preview {
  position: relative;
  float: left;
  background-color: #DDD
}

.learn-press-user-profile .lp-avatar-preview .profile-picture {
  float: left;
  margin-right: -100%;
  width: 100%
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment a.course-item-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson a.course-item-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz a.course-item-title,
#your-profile ul.learn-press-subtabs li:last-child a,
#your-profile ul.learn-press-subtabs li:last-child span {
  margin-right: 0
}

.learn-press-user-profile .lp-avatar-preview .profile-picture img {
  width: 100%;
  height: 100%;
  border-radius: 0
}

.learn-press-user-profile .lp-avatar-preview .lp-avatar-preview-actions {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -14px;
  text-align: center
}

.learn-press-user-profile .lp-avatar-preview .lp-avatar-preview-actions a {
  text-decoration: none;
  font-size: 12px;
  background: #FFF;
  display: inline-block;
  box-shadow: none;
  padding: 5px 10px
}

.learn-press-user-profile .lp-avatar-preview .lp-avatar-upload-progress {
  position: absolute;
  height: 10px;
  background: #FFF;
  top: 50%;
  margin-top: -5px;
  left: 10px;
  right: 10px;
  display: none
}

.learn-press-user-profile .lp-avatar-preview .lp-avatar-upload-progress .lp-avatar-upload-progress-value {
  width: 0;
  height: 10px;
  background: #563d7c
}

.learn-press-user-profile .lp-avatar-preview .lp-avatar-preview-actions,
.learn-press-user-profile .lp-avatar-preview .lp-avatar-upload-error {
  display: none
}

.learn-press-user-profile .lp-avatar-preview:hover .lp-avatar-preview-actions {
  display: block
}

.learn-press-user-profile .lp-avatar-preview.upload-error .lp-avatar-preview-actions,
.learn-press-user-profile .lp-avatar-preview.uploading .lp-avatar-preview-actions {
  display: none
}

.learn-press-user-profile .lp-avatar-preview.upload-error .lp-avatar-upload-error,
.learn-press-user-profile .lp-avatar-preview.upload-error .lp-avatar-upload-progress,
.learn-press-user-profile .lp-avatar-preview.uploading .lp-avatar-upload-progress {
  display: block
}

.learn-press-user-profile .lp-avatar-preview.upload-error:before,
.learn-press-user-profile .lp-avatar-preview.uploading:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: .4;
  content: ''
}

.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-preview-actions {
  display: none
}

.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden
}

.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image img {
  max-width: inherit;
  cursor: move
}

.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px
}

.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom {
  position: absolute;
  height: 10px;
  bottom: 10px;
  left: 10px;
  right: 30px;
  background: #563d7a
}

.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom .ui-slider {
  position: absolute;
  left: 0;
  right: 10px;
  height: 100%
}

.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom .ui-slider .ui-slider-handle {
  display: inline-block;
  width: 10px;
  height: 14px;
  background: #FFF;
  position: absolute;
  margin-top: -2px;
  border: 1px solid #563d7a;
  box-shadow: none;
  outline: 0;
  cursor: ew-resize
}

.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-cancel-upload {
  text-decoration: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  box-shadow: none
}

#your-profile #lpbox-upload-crop-profile-picture .image-editor-sidebar-right a:hover,
#your-profile .link-change-password:hover,
.thim-lp-pmpro-desc .readmore-link:hover,
body #course-curriculum-popup #popup-header .courses-searching .courses-list-search li a:hover,
form.pmpro_form .pmpro_thead-msg a:hover {
  text-decoration: underline
}

.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls:before {
  position: absolute;
  height: 30px;
  width: 100%;
  content: '';
  background: #FFF;
  opacity: .4
}

.learn-press-user-profile .lp-avatar-preview:after {
  display: block;
  content: '';
  clear: both
}

.learn-press-user-profile .lp-avatar-preview:after:after {
  content: '';
  display: block;
  clear: both
}

#your-profile ul {
  list-style: none;
  margin: 0;
  display: block;
  overflow: hidden
}

#your-profile ul li {
  list-style: none
}

#your-profile ul.learn-press-subtabs li {
  float: left;
  display: inline-block;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #eee
}

#your-profile ul.learn-press-subtabs li:after {
  bottom: -1px;
  z-index: 10;
  background: 0 0;
  left: 0;
  right: 3px;
  height: 1px;
  content: '';
  position: absolute
}

#your-profile ul.learn-press-subtabs li.current:before {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  top: 0;
  height: 3px;
  z-index: 10
}

#your-profile ul.learn-press-subtabs li.current a,
#your-profile ul.learn-press-subtabs li.current span,
#your-profile ul.learn-press-subtabs li.current:after {
  background: #fff
}

#your-profile ul.learn-press-subtabs li:last-child.current:before,
#your-profile ul.learn-press-subtabs li:last-child:after {
  right: 0
}

#your-profile ul.learn-press-subtabs li a,
#your-profile ul.learn-press-subtabs li span {
  padding: 5px 15px;
  line-height: 25px;
  font-size: 12px;
  min-width: 100px;
  display: inline-block;
  border: 1px solid #eee;
  border-bottom: 0;
  font-weight: 700;
  background: #f9f9f9;
  margin-right: 3px;
  text-align: center
}

#your-profile .learn-press-subtab-content {
  clear: both;
  padding: 30px 30px 40px;
  border: 1px solid #eee;
  margin: 30px 0
}

#your-profile .learn-press-subtab-content .lp-form-field {
  margin-bottom: 20px
}

#your-profile .learn-press-subtab-content .lp-form-field .description {
  margin-bottom: 10px
}

#your-profile .learn-press-subtab-content .lp-form-field:last-child {
  margin-bottom: 0
}

#your-profile #lp-upload-photo {
  padding: 5px 10px;
  background: #f2f2f2;
  border: 1px solid #a0a0a0;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  border-radius: 3px;
  line-height: 18px;
  text-transform: none
}

#your-profile #lp-remove-upload-photo {
  background: 0 0;
  border: none;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-transform: none;
  border-radius: 50%;
  color: red;
  padding: 0;
  margin: 0 0 0 15px;
  line-height: 25px
}

#your-profile .title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 30px
}

#your-profile input,
#your-profile select {
  width: 250px;
  max-width: 100%
}

#your-profile input[type=checkbox],
#your-profile input[type=submit] {
  width: auto
}

#your-profile textarea {
  width: 100%;
  max-width: 100%
}

#your-profile input[type=submit][disabled=disabled] {
  color: #666;
  cursor: no-drop;
  background: #ccc
}

#your-profile input[type=submit][disabled=disabled]:hover {
  color: #666;
  background: #ccc
}

#your-profile label {
  display: block;
  color: #333;
  font-weight: 700
}

#your-profile .info-field {
  display: block;
  overflow: hidden;
  clear: both
}

#your-profile .info-field.end-box {
  margin-bottom: 50px
}

#your-profile .change-password {
  margin-bottom: 0;
  display: block;
  padding-bottom: 0
}

#your-profile .link-change-password {
  display: inline-block;
  margin-bottom: 0
}

#your-profile #user_profile_password_form {
  margin-bottom: 0;
  padding-top: 15px
}

#your-profile #user_profile_password_form .error {
  margin: 15px 0 0;
  border: 0;
  border-radius: 0;
  line-height: 20px;
  padding: 10px 15px;
  font-size: 13px;
  color: #a94442;
  background: #f2dede;
  display: block
}

#your-profile .learn-press-message {
  margin: 0 0 20px;
  border: 0;
  border-radius: 0;
  line-height: 20px;
  padding: 10px 15px;
  font-size: 13px;
  display: block
}

#your-profile .learn-press-message.error {
  color: #a94442;
  background: #f2dede
}

#your-profile .learn-press-message.success {
  color: #3c763d;
  background: #dff0d8
}

#your-profile input#pass2 {
  margin-bottom: 0
}

body #course-curriculum-popup {
  background: rgba(0, 0, 0, .75)
}

body #course-curriculum-popup.loading:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  z-index: 1000;
  background: 0 0
}

body #course-curriculum-popup #popup-header {
  left: 0;
  height: 90px;
  right: 0;
  position: absolute;
  z-index: 9999
}

body #course-curriculum-popup #popup-header .courses-searching {
  position: relative;
  line-height: 90px
}

body #course-curriculum-popup #popup-header .courses-searching .form-control {
  background: 0 0;
  border: transparent;
  box-shadow: none;
  padding-left: 70px;
  color: rgba(255, 255, 255, .65);
  line-height: 90px;
  height: 90px;
  font-size: 16px;
  max-width: 400px
}

body #course-curriculum-popup #popup-header .courses-searching .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .65)
}

body #course-curriculum-popup #popup-header .courses-searching .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, .65)
}

body #course-curriculum-popup #popup-header .courses-searching .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, .65)
}

body #course-curriculum-popup #popup-header .courses-searching .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, .65)
}

body #course-curriculum-popup #popup-header .courses-searching .form-control:focus::-webkit-input-placeholder {
  color: transparent
}

body #course-curriculum-popup #popup-header .courses-searching .form-control:focus:-moz-placeholder {
  color: transparent
}

body #course-curriculum-popup #popup-header .courses-searching .form-control:focus::-moz-placeholder {
  color: transparent
}

body #course-curriculum-popup #popup-header .courses-searching .form-control:focus:-ms-input-placeholder {
  color: transparent
}

body #course-curriculum-popup #popup-header .courses-searching button {
  top: 0;
  bottom: 0;
  width: 70px;
  left: 0;
  background: 0 0;
  color: #fff;
  text-align: center;
  position: absolute;
  line-height: 90px;
  height: 90px;
  font-size: 23px;
  padding: 0
}

body #course-curriculum-popup #popup-header .courses-searching button .fa {
  line-height: 90px
}

body #course-curriculum-popup #popup-header .courses-searching .courses-list-search {
  color: #666;
  margin: 0;
  overflow: hidden;
  line-height: 30px;
  background: #f6f6f6;
  border: none;
  min-width: 270px;
  position: absolute;
  height: calc(100vh - 90px);
  height: -webkit-calc(100vh - 90px);
  height: -moz-calc(100vh - 90px);
  width: 100%;
  visibility: hidden;
  padding-left: 50px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUNEQkY4MkZBRDY3MTFFNkI3RTRGQzAxM0E3RjBCMDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUNEQkY4MzBBRDY3MTFFNkI3RTRGQzAxM0E3RjBCMDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQ0RCRjgyREFENjcxMUU2QjdFNEZDMDEzQTdGMEIwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQ0RCRjgyRUFENjcxMUU2QjdFNEZDMDEzQTdGMEIwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlMNdGQAAAB2SURBVHjavJRRFoAgCAQZ73/nen1aYixQ/MoOyKKY2WFzYHpMjPGWoAI9qAJe5g1VEDknAEAsCNFEJQ+lg2hhGtx/cCi6v2RQcN/Vk12bnfbXTttnWnZ/dMzwrvv0RbW//ZYrR78+Muu0g5JdJw9KZZ2uOAUYAEC8HRoqW0/5AAAAAElFTkSuQmCC), progress
}

body #course-curriculum-popup #popup-header .courses-searching .courses-list-search.search-visible {
  visibility: visible
}

body #course-curriculum-popup #popup-header .courses-searching .courses-list-search li {
  list-style: none;
  line-height: 30px;
  padding: 0 20px;
  height: 30px;
  display: block
}

body #course-curriculum-popup #popup-header .courses-searching .courses-list-search li:first-child {
  margin-top: 20px
}

body #course-curriculum-popup #popup-header .courses-searching .courses-list-search li a {
  display: inline-block;
  line-height: 30px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #333
}

body #course-curriculum-popup #popup-header .popup-title {
  font-size: 23px;
  margin: 0 auto;
  line-height: 90px;
  height: 90px;
  padding-left: 30px;
  font-weight: 700;
  z-index: 1005;
  padding-right: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333
}

body #course-curriculum-popup #popup-header .popup-title .index {
  color: #fff;
  margin-right: 10px
}

body #course-curriculum-popup #popup-header .popup-close {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-transform: none;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  z-index: 99999;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  -ms-opacity: .7;
  -o-opacity: .7;
  opacity: .7
}

body #course-curriculum-popup #popup-header .popup-close .fa {
  font-size: 29px;
  vertical-align: middle
}

body #course-curriculum-popup #popup-header .popup-close:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

body #course-curriculum-popup #popup-header .popup-close:after,
body #course-curriculum-popup #popup-header .popup-close:before {
  display: none
}

body #course-curriculum-popup #popup-sidebar {
  width: 417px;
  overflow-x: hidden;
  overflow-y: auto;
  top: 90px;
  z-index: 2;
  border-right: 0
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum {
  width: 400px;
  position: relative;
  border-top: 1px solid #eee;
  padding-top: 30px
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum:before {
  height: 100%;
  content: '';
  position: absolute;
  left: 399px;
  width: 1px;
  background: #eee;
  top: 0;
  bottom: 0;
  z-index: 10;
  min-height: calc(100vh - 200px);
  min-height: -webkit-calc(100vh - 200px);
  min-height: -moz-calc(100vh - 200px)
}

body #course-curriculum-popup #popup-main {
  z-index: 3;
  width: calc(100% - 400px);
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  max-width: 100%;
  left: auto;
  right: 0;
  padding-top: 90px;
  height: 100vh;
  overflow: hidden
}

body #course-curriculum-popup #popup-main #popup-content {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  position: relative;
  width: 100%;
  height: 100%
}

body #course-curriculum-popup #popup-main #popup-content #popup-content-inner {
  overflow: hidden;
  margin: 0
}

body #learn-press-block-content {
  position: fixed;
  z-index: 99999998;
  left: 400px;
  top: 90px;
  right: 0;
  bottom: 0;
  background: 0 0;
  width: auto;
  height: auto;
  overflow: hidden
}

body #learn-press-block-content .thim-box-loading-container {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  visibility: hidden
}

body #learn-press-block-content .thim-box-loading-container.visible {
  visibility: visible
}

body #learn-press-block-content .cssload-container {
  display: block;
  width: 97px;
  top: 50%;
  left: 50%;
  margin-left: -49px;
  position: absolute;
  margin-top: -10px
}

body #learn-press-block-content:after,
body #learn-press-block-content:before {
  display: none
}

body #learn-press-block-content .thim-loading-container {
  width: 100%;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0
}

body #learn-press-block-content .thim-loading-container.visible {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

#learn-press-content-item .learn-press-video-intro {
  width: 100%;
  background: #000
}

.complete-lesson-button.completed,
.thim-curriculum-buttons .learn-press-popup-certificate {
  background: #54B551;
  color: #fff
}

#learn-press-content-item .learn-press-video-intro .video-content {
  max-width: 850px;
  margin: auto;
  overflow: hidden;
  text-align: center
}

#learn-press-content-item .learn-press-content-item-container {
  width: 700px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 30px;
  max-width: 100%
}

.quiz-buttons {
  overflow: hidden
}

.quiz-buttons .button-check-answer,
.quiz-buttons .button-hint,
.quiz-buttons .button-next-question,
.quiz-buttons .button-prev-question,
.quiz-buttons .button-skip-question {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 13px;
  color: #fff
}

.quiz-buttons .finish-quiz {
  overflow: hidden;
  clear: both
}

.quiz-buttons .button-finish-quiz {
  float: left;
  clear: both
}

.complete-lesson-button {
  margin-top: 15px
}

.thim-course-megamenu .course-meta {
  margin-bottom: 0
}

#profile-picture-picture {
  margin-top: 10px
}

.thim-curriculum-buttons {
  display: block;
  overflow: hidden
}

.thim-curriculum-buttons>button {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 40px
}

#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-left .label,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-left .label,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-left .label,
#popup-sidebar #learn-press-finish-course,
#popup-sidebar .thim-curriculum-buttons {
  display: none
}

body .learn-press-cert-preview.popup:before {
  height: 150%
}

#learn-press-course-curriculum .section-header,
#learn-press-course-curriculum ul.curriculum-sections,
#learn-press-course-curriculum ul.section-content {
  background: 0 0
}

#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section:first-child .section-header {
  margin-top: 0;
  border-top: 0
}

#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-header {
  padding-left: 53px;
  line-height: 25px;
  margin-bottom: 28px;
  margin-top: 28px
}

#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-header .collapse {
  left: 10px;
  top: -3px
}

#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-header .meta {
  line-height: 25px;
  right: 18px
}

#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-desc {
  margin-top: -5px
}

#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz {
  line-height: 20px;
  padding: 15px 18px 13px
}

#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-meta,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-meta,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-meta {
  vertical-align: top
}

#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-title,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-title,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-title {
  max-width: calc(100% - 88px);
  max-width: -webkit-calc(100% - 88px);
  max-width: -moz-calc(100% - 88px);
  width: 100%
}

#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-title,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment span,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-title,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson span,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-title,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz span {
  line-height: 20px
}

#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-left,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-left,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-left {
  min-width: 55px
}

#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-center,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-center,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-center {
  max-width: calc(100% - 55px);
  max-width: -webkit-calc(100% - 55px);
  max-width: -moz-calc(100% - 55px);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px
}

#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .index,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .index,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .index {
  line-height: 20px;
  min-width: 30px
}

#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta,
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta {
  display: block;
  float: none;
  clear: both;
  padding-top: 3px;
  padding-left: 55px
}

#popup-sidebar .section-desc {
  padding: 0 23px 0 18px
}

#popup-sidebar .learn-press-breadcrumb {
  background: #f9fafa;
  padding: 20px 23px 25px 18px;
  margin: 0
}

#popup-sidebar .learn-press-breadcrumb a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  display: inline-block
}

#popup-sidebar .learn-press-breadcrumb .fa {
  line-height: 30px;
  display: inline-block;
  font-size: 15px;
  padding: 0 12px
}

#popup-sidebar .learn-press-breadcrumb .item-name {
  display: block;
  font-size: 22px;
  color: #999;
  line-height: 1.3;
  padding-top: 9px
}

.lesson-heading {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px
}

.lesson-image {
  display: block;
  background: #000
}

.lesson-image img {
  margin: auto;
  display: block
}

body.content-item-only.admin-bar {
  margin-top: -32px
}

body.content-item-only.admin-bar #wpadminbar {
  display: none
}

body.content-item-only .learn-press-content-item-only {
  padding: 0
}

@media (max-width:1366px) {
  body #course-curriculum-popup #popup-header {
    height: 70px
  }

  body #course-curriculum-popup #popup-header .popup-close {
    width: 70px;
    height: 70px;
    line-height: 70px
  }

  body #course-curriculum-popup #popup-header .courses-searching .form-control,
  body #course-curriculum-popup #popup-header .courses-searching button {
    line-height: 70px;
    height: 70px
  }

  body #course-curriculum-popup #popup-header .courses-searching button .fa {
    line-height: 70px
  }

  body #course-curriculum-popup #popup-sidebar {
    top: 70px;
    width: 367px
  }

  body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum {
    width: 350px
  }

  body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum:before {
    left: 349px
  }

  body #course-curriculum-popup #popup-main {
    padding-top: 70px;
    width: calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px)
  }

  body #learn-press-block-content {
    left: 350px;
    top: 70px
  }

  body #course-curriculum-popup #popup-header .courses-searching .courses-list-search {
    height: calc(100vh - 70px);
    height: -webkit-calc(100vh - 70px);
    height: -moz-calc(100vh - 70px)
  }
}

@media screen and (max-width:600px) {
  #wpadminbar {
    position: fixed
  }
}

@media (max-width:1024px) {
  #course-curriculum-popup {
    overflow: scroll;
    -webkit-overflow-scrolling: touch
  }

  body #course-curriculum-popup {
    background: #fff;
    overflow: auto;
    width: 100vw;
    height: 100vh
  }

  body #course-curriculum-popup #popup-main,
  body #course-curriculum-popup #popup-main #popup-content #popup-content-inner iframe {
    position: relative;
    left: auto;
    top: auto;
    height: auto
  }

  body #course-curriculum-popup #popup-sidebar {
    width: 100%;
    top: auto;
    position: relative;
    float: none;
    clear: both;
    max-width: 700px;
    margin: auto;
    border-right: 0;
    padding-bottom: 50px;
    padding-top: 30px
  }

  body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum {
    width: 100%
  }

  body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum:before {
    display: none
  }

  body #course-curriculum-popup #popup-main {
    width: 100%;
    float: none;
    right: auto;
    bottom: auto
  }

  body #course-curriculum-popup #popup-main #popup-content #popup-content-inner {
    margin: 0
  }

  body #course-curriculum-popup #popup-main #popup-content #popup-content-inner iframe body.content-item-only .learn-press-content-item-only {
    background: red
  }

  body.content-item-only .learn-press-content-item-only {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    overflow: hidden;
    padding: 0
  }

  body.content-item-only #learn-press-content-item {
    overflow: hidden
  }

  body #learn-press-block-content {
    left: 0;
    top: 0
  }
}

@media (max-width:875px) {
  #learn-press-content-item .learn-press-video-intro .video-content {
    max-width: 100%
  }

  #learn-press-content-item .learn-press-video-intro .video-content iframe {
    max-width: 100vw;
    max-height: 56vw
  }
}

@media (max-width:730px) {
  body.content-item-only.admin-bar {
    margin-top: -46px
  }

  #learn-press-content-item .learn-press-content-item-container,
  body #course-curriculum-popup #popup-sidebar {
    padding-left: 30px;
    padding-right: 30px
  }
}

body.content-item-only .learn-press-content-item-only {
  max-width: 100vw
}

.course-lesson-description ul li {
  margin-bottom: 10px
}

article.lp_course h1.entry-title {
  margin-top: 0;
  margin-bottom: 35px
}

.thim-top-course {
  position: relative;
  margin-bottom: 40px
}

.thim-top-course.no-thumbnail {
  min-height: 400px;
  background: #000
}

.thim-top-course .learnpress-course-coming-soon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .2);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%)
}

.lp-pmpro-footer,
.lp-pmpro-header,
.lp-pmpro-main {
  overflow: hidden;
  width: 100%
}

.lp-pmpro-header .list-item,
.lp-pmpro-header .list-main {
  border: 1px solid #eee;
  border-left: 0;
  border-bottom: 4px solid #ccc;
  min-height: 200px
}

.lp-pmpro-header .list-main {
  border-left: 1px solid #eee
}

.lp-pmpro-footer .list-item,
.lp-pmpro-footer .list-main {
  border: 1px solid #eee;
  border-top: 0;
  border-left: 0;
  min-height: 81px;
  padding: 20px 0;
  vertical-align: middle
}

.lp-pmpro-footer .list-main,
.lp-pmpro-membership-list .list-main .item-td {
  border-left: 1px solid #eee
}

.lp-pmpro-membership-list {
  overflow: hidden;
  max-width: 1000px;
  margin: auto
}

.lp-membership-list-mobile .lp-pmpro-membership-list {
  max-width: 100%;
  margin-bottom: 50px
}

.lp-membership-list-mobile .lp-pmpro-membership-list:last-child {
  margin-bottom: 0
}

.lp-membership-list-mobile .lp-pmpro-membership-list .list-main {
  width: 65%
}

.lp-membership-list-mobile .lp-pmpro-membership-list .header-item {
  width: 100%
}

.lp-pmpro-membership-list .list-main {
  width: 34%
}

.lp-pmpro-membership-list .list-item {
  text-align: center
}

.lp-pmpro-membership-list .header-item {
  padding-top: 82px;
  padding-bottom: 35px;
  position: relative;
  vertical-align: top;
  background: url(../../../themes/eduma/images/motobike.png) top 42px center no-repeat
}

.lp-pmpro-membership-list .header-item.has-4 {
  width: 12%
}

.lp-pmpro-membership-list .header-item.has-3 {
  width: 22%
}

.lp-pmpro-membership-list .header-item.has-2 {
  width: 33%
}

.lp-pmpro-membership-list .header-item.position-2 {
  background-image: url(../../../themes/eduma/images/car.png)
}

.lp-pmpro-membership-list .header-item.position-2:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 4px;
  width: 100%
}

.lp-pmpro-membership-list .header-item.position-3 {
  background-image: url(../../../themes/eduma/images/plane.png)
}

.lp-pmpro-membership-list .item-td {
  border: 1px solid #eee;
  padding: 10px 30px;
  border-top: 0;
  border-left: 0;
  line-height: 25px
}

.lp-pmpro-membership-list .item-td a {
  color: #666
}

.lp-pmpro-membership-list .item-td.item-desc {
  color: #55b450;
  font-weight: 700
}

.lp-pmpro-membership-list .item-td.item-check {
  color: #55b450;
  font-size: 17px
}

.lp-pmpro-membership-list .item-td.item-none {
  color: #bbb;
  font-size: 17px
}

.lp-pmpro-membership-list .lp-title {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0;
  line-height: 30px;
  text-transform: uppercase
}

.lp-pmpro-membership-list .lp-desc {
  font-size: 13px;
  color: #888;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 22px
}

.lp-pmpro-membership-list .lp-price {
  font-size: 38px;
  font-weight: 700;
  line-height: 40px
}

.lp-pmpro-membership-list .lp-price .currency {
  font-size: 16px;
  vertical-align: super
}

.lp-pmpro-membership-list .lp-price .expired {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400
}

.lp-pmpro-membership-list .lp-price .expired .currency {
  font-size: 14px
}

.lp-membership-list-mobile .lp-pmpro-membership-list .item_level {
  border: 1px solid #e7e7e7;
  margin-bottom: 20px
}

.lp-membership-list-mobile .lp-pmpro-membership-list .item_level .list_courses {
  border-top: 1px solid #eee
}

.lp-membership-list-mobile .lp-pmpro-membership-list .item_level .list_courses .item-td {
  text-align: center
}

.lp-membership-list-mobile .lp-pmpro-membership-list .item_level .footer-item {
  text-align: center;
  padding: 20px 0
}

#pmpro_paypalexpress_checkout input {
  border: 0;
  padding: 0
}

form.pmpro_form .lp-pmpro-name {
  width: 150px;
  height: 150px;
  float: left;
  clear: none;
  margin: 0 20px 0 0;
  position: relative
}

form.pmpro_form .lp-pmpro-name h4 {
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%)
}

form.pmpro_form .lp-pmpro-content {
  width: calc(100% - 170px);
  width: -webkit-calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  float: right;
  clear: none;
  margin: 0
}

form.pmpro_form .lp-pmpro-desc {
  text-align: left;
  float: none;
  clear: both;
  margin: 0 0 5px;
  line-height: 25px
}

form.pmpro_form .lp-pmpro-desc label,
form.pmpro_form .lp-pmpro-desc p {
  display: inline-block;
  margin: 0
}

form.pmpro_form .lp-pmpro-desc label {
  margin-right: 5px;
  width: auto
}

form.pmpro_form .lp-pmpro-desc.lp-pmpro-description {
  margin-top: 15px
}

form.pmpro_form h3.pmpro_thead-name {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  padding-left: 10px
}

form.pmpro_form .pmpro_thead-msg {
  font-style: normal;
  font-size: 14px;
  color: #999
}

form.pmpro_form .pmpro_thead-msg a {
  font-weight: 700;
  color: #e7a507;
  text-transform: none;
  margin-left: 5px
}

form.pmpro_form .lp-pmpro-account-info .lp-pmpro-desc {
  max-width: 500px;
  float: none;
  overflow: hidden;
  margin: auto auto 15px;
  clear: both
}

form.pmpro_form .lp-pmpro-account-info .lp-pmpro-desc label {
  min-width: 175px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: #888
}

form.pmpro_form .lp-pmpro-account-info abbr[data-original-title],
form.pmpro_form .lp-pmpro-account-info abbr[title] {
  border-bottom: 0;
  vertical-align: bottom;
  margin-left: 5px;
  color: #999
}

#pmpro_form tbody tr td.lp-pmpro-td,
#pmpro_pricing_fields tbody tr td.lp-pmpro-td {
  padding: 30px 40px
}

#pmpro_form .pmpro_submit {
  text-align: center
}

#pmpro_form .pmpro_submit span {
  float: none;
  overflow: hidden;
  display: block
}

#pmpro_form table {
  margin-bottom: 40px
}

.thim-lp-pmpro-desc {
  max-width: 430px;
  margin: auto
}

.thim-lp-pmpro-desc h4 {
  font-size: 22px;
  margin: 0 0 15px
}

.thim-lp-pmpro-desc .description {
  margin-bottom: 20px;
  color: #888
}

.thim-lp-pmpro-desc .readmore-link {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700
}

.thim-lp-pmpro-desc .readmore-link .fa {
  margin-left: 5px
}

body .learn-press-user-profile-certs li {
  list-style: none
}

@media (max-width:767px) {
  body form.pmpro_form .input[type=email] {
    width: 90%
  }
}

@media (max-width:600px) {

  body form.pmpro_form .input[type=email],
  form.pmpro_form input[type=password].input,
  form.pmpro_form input[type=text].input {
    max-width: none
  }
}

@media (max-width:480px) {
  .lp-pmpro-content {
    float: none;
    width: 100%
  }

  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-center.has-right,
  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-center.has-right,
  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-center.has-right {
    padding-right: 0
  }

  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-center.has-right .lesson-preview,
  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-center.has-right .locked,
  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-center.has-right .lesson-preview,
  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-center.has-right .locked,
  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-center.has-right .lesson-preview,
  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-center.has-right .locked {
    display: inline-block;
    position: static
  }
}

#profile-picture-wrap {
  margin-bottom: 20px
}

#profile-picture-wrap #lp-menu-change-picture {
  margin: 15px 0 0
}

#profile-picture-wrap #lp-menu-change-picture .lp-label-change-picture {
  display: block;
  cursor: pointer;
  padding: 5px 12px;
  color: #333;
  border: 1px solid #ddd
}

#profile-picture-wrap #lp-menu-change-picture .dropdown .dropdown-menu li {
  border: 0;
  background: #f2f2f2;
  padding: 5px 15px;
  margin: 0;
  border-bottom: 1px solid #dad9d9
}

#profile-picture-wrap #lp-menu-change-picture .dropdown .dropdown-menu li:hover {
  color: #ffb606
}

#your-profile #lpbox-upload-crop-profile-picture {
  border: 1px solid #eee;
  background: #fff;
  padding: 20px
}

#your-profile #lpbox-upload-crop-profile-picture .image-editor {
  float: none;
  width: 100%
}

#your-profile #lpbox-upload-crop-profile-picture .image-editor .cropit-preview {
  border: 1px solid #eee;
  border-radius: 0;
  margin: 0 !important
}

#your-profile #lpbox-upload-crop-profile-picture .image-editor-sidebar-right {
  width: 100%;
  float: none;
  clear: both;
  display: block
}

#your-profile #lpbox-upload-crop-profile-picture .image-editor-sidebar-right a {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  color: #333;
  margin-top: 5px
}

#learn-press-course-curriculum .course-item .course-item-title,
.quiz-clock .quiz-countdown {
  float: none;
  text-align: inherit
}

#your-profile #lpbox-upload-crop-profile-picture .image-editor-sidebar-right a:hover .dashicons {
  text-decoration: none
}

#your-profile #lpbox-upload-crop-profile-picture .image-editor-sidebar-right a .dashicons {
  margin-right: 2px;
  line-height: 25px
}

.course-payment #learn-press-wc-message .woocommerce-message,
.thim-course-landing-button #learn-press-wc-message .woocommerce-message {
  display: inline-block;
  margin-bottom: 0
}

.course-payment #learn-press-wc-message .woocommerce-message span,
.thim-course-landing-button #learn-press-wc-message .woocommerce-message span {
  display: none
}

.purchase-course #learn-press-wc-message {
  display: inline-block
}

body #learn-press-stripe-form {
  padding: 25px;
  border: 1px solid #eee;
  overflow: hidden
}

body #learn-press-stripe-form .learn-press-form-row label {
  min-width: 150px
}

.thim-course-grid>p {
  margin-left: 15px;
  margin-right: 15px
}

body .filter-loading {
  position: fixed;
  background: rgba(255, 255, 255, .8);
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999999
}

#toolbar .widget_search .search-form label .search-field {
  cursor: pointer
}

#toolbar .widget_search .search-form label .search-field:focus {
  cursor: text
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .vieable .meta-center,
.mo-openid-app-icons a {
  cursor: pointer
}

.learn-press-pmpro-buy-membership {
  display: inline-block;
  vertical-align: middle
}

.learn-press-pmpro-buy-membership a.button {
  display: inline-block;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  background: #111;
  color: #fff;
  margin-right: 5px
}

body.content-item-only #learn-press-content-item {
  width: 100%;
  max-width: inherit
}

.quiz-clock .quiz-countdown {
  padding: 0;
  background: 0 0;
  min-width: inherit
}

.single-quiz .quiz-question-nav .lp-question-wrap ul li {
  background: 0 0;
  margin: 0;
  border-radius: 0;
  font-size: inherit
}

.learn-press-question-options>li.answer-option>label input[type=checkbox],
.learn-press-question-options>li.answer-option>label input[type=radio] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 0 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
  border-radius: 50%;
  line-height: 10px;
  font-size: 14px;
  position: inherit;
  top: auto;
  left: auto;
  box-sizing: border-box
}

.learn-press-question-options>li.answer-option>label input[type=checkbox] {
  border-radius: 0
}

.learn-press-question-options>li.answer-option>label input[type=radio]:checked:before {
  content: '\2022';
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  width: 6px;
  height: 6px;
  margin: 4px;
  top: auto;
  left: auto;
  position: inherit;
  transform: none;
  line-height: 14px;
  background: #ffb606;
  border: 0
}

.learn-press-question-options>li.answer-option>label input[type=checkbox]:checked:before {
  content: '\f00c';
  border: 0;
  height: auto;
  margin: 0;
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 14px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: inherit;
  top: auto;
  left: auto;
  transform: none;
  line-height: 14px
}

.profile-tabs .thim-course-grid .hidden-meta-border .thim-course-content .course-meta:after,
.profile-tabs .thim-course-grid .hidden-meta-border .thim-course-content .course-meta:before,
body .edit-course-item-link a:after,
body .quiz-questions-list input[type=checkbox]:checked:after,
body .quiz-questions-list input[type=radio]:checked:after {
  display: none
}

.learn-press-video-intro .video-content iframe {
  width: 100%
}

body .learn-press-user-profile .update-profile {
  border-top: 0
}

.quiz-buttons button {
  color: #fff
}

.quiz-question-content .question-content {
  margin-bottom: 15px
}

li.answer-option-result.user-answer-false label {
  text-decoration: line-through
}

body .learn-press-question-options .answer-option-result label p {
  font-size: inherit
}

body .question-results .answer-true .option-title {
  background: #a7f9a4
}

body .quiz-questions-list input[type=checkbox],
body .quiz-questions-list input[type=radio] {
  width: 16px;
  height: 16px;
  border: 1px solid #b4b9be
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .completed-button.failed {
  color: #a94442;
  background: #f2dede
}

.profile-tabs .lp-course-progress {
  padding-top: 20px;
  margin-top: -20px
}

.profile-tabs .lp-course-progress .progress-heading {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.lp-course-progress .progress-heading {
  font-size: 12px;
  font-weight: 700;
  color: #ccc;
  margin-bottom: 0
}

.lp-course-progress .progress-heading span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7a7a7a;
  line-height: 16px;
  margin-left: 5px
}

.lp-course-progress .lp-progress-bar {
  margin: 5px 0 0;
  height: 6px;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  background: #eee;
  float: none
}

.lp-course-progress .lp-progress-bar .lp-progress-value {
  height: 6px;
  border-radius: 0;
  background: #ffb606
}

.profile-tabs .course-item:hover .lp-course-progress .progress-heading {
  visibility: visible;
  opacity: 1
}

.learn-press-question-options[data-type=fill-in-blank] input[type=text] {
  padding: 0;
  line-height: 20px
}

body .learn-press-question-options>li.answer-option>label p.option-title {
  border-radius: 0;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  color: #666;
  padding: 10px 0;
  min-height: 0
}

body .learn-press-question-options>li.answer-option:hover label p,
body .learn-press-question-options>li.answer-option>label input[type=checkbox]:checked+p,
body .learn-press-question-options>li.answer-option>label input[type=radio]:checked+p {
  background: 0 0;
  color: inherit;
  font-weight: inherit
}

.learn-press-pagination.navigation li a,
.learn-press-pagination.navigation li span {
  margin: 0;
  line-height: 38px;
  font-size: 13px;
  padding: 0;
  border-color: #111
}

.learn-press-pagination.navigation li a:hover {
  color: #fff
}

.learn-press-pagination ul {
  margin: 0
}

.learn-press-pagination ul>li {
  vertical-align: bottom;
  display: inline-block
}

.course-thumbnail .media-intro {
  clear: both;
  display: block;
  border: 1px solid #ffb606;
  text-align: center;
  padding: 10px
}

.course-thumbnail .media-intro iframe {
  max-width: 100%;
  margin: auto;
  display: block
}

@media (max-width:400px) {
  #lp-single-course .course-payment {
    display: block;
    float: none
  }
}

.single-quiz .quiz-question-nav .lp-question-wrap ul.ui-sortable li label {
  padding-left: 40px
}

.course-curriculum ul.curriculum-sections .section-content .course-item {
  border-bottom: none
}

.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status {
  color: #fff;
  border-radius: 50%;
  background-color: #54B551;
  width: 22px;
  line-height: 22px;
  display: block;
  height: 22px;
  text-align: center;
  margin-top: 3px
}

.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status:before {
  content: "\f00c"
}

.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.passed {
  color: #666
}

.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
  vertical-align: middle
}

.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status:before {
  font-size: 14px
}

#learn-press-course-curriculum .learn-press-breadcrumb {
  display: none
}

body.course-item-popup {
  overflow: hidden
}

body.course-item-popup .site-header {
  z-index: 0
}

body.course-item-popup.wpadminbar #course-item-content-header {
  top: 32px
}

body.course-item-popup #learn-press-course-curriculum {
  position: fixed;
  bottom: 0;
  z-index: 10;
  left: 0;
  width: 400px;
  background-color: #fff
}

body.course-item-popup #learn-press-course-curriculum .learn-press-breadcrumb {
  background: #f9fafa;
  padding: 20px 23px 25px 18px;
  margin: 0;
  display: block
}

body.course-item-popup #learn-press-course-curriculum .learn-press-breadcrumb a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  display: inline-block
}

body.course-item-popup #learn-press-course-curriculum .learn-press-breadcrumb .fa {
  line-height: 30px;
  display: inline-block;
  font-size: 15px;
  padding: 0 12px
}

body.course-item-popup #learn-press-course-curriculum .learn-press-breadcrumb .item-name {
  display: block;
  font-size: 22px;
  color: #999;
  line-height: 1.3;
  padding-top: 9px
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections {
  border-top: 1px solid #eee;
  padding-top: 35px
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-header {
  margin-top: 30px
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-header .collapse {
  left: 10px;
  top: -3px
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-header .meta {
  font-weight: 400
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-desc {
  padding-left: 15px;
  padding-right: 15px
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz {
  padding: 15px 18px 13px;
  line-height: 20px;
  position: relative
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-title,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .quiz-title,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-title,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .quiz-title,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-title,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .quiz-title {
  max-width: calc(100% - 70px);
  max-width: -webkit-calc(100% - 70px);
  max-width: -moz-calc(100% - 70px)
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .index,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment a.course-item-title,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment span,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .index,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson a.course-item-title,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson span,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .index,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz a.course-item-title,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz span {
  line-height: 20px
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta {
  float: none;
  clear: both;
  display: block;
  padding-left: 55px;
  padding-top: 3px
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .index span.label,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.current:before,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .index span.label,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.current:before,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .index span.label,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.current:before {
  display: none
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-meta,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-meta,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-meta {
  position: absolute;
  top: 15px;
  right: 10px
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .index,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .index,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .index {
  min-width: 30px
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-left,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-left,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-left {
  min-width: inherit;
  padding-right: 0
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status {
  margin-top: 0
}

body.course-item-popup #learn-press-course-curriculum:before {
  height: 100%;
  content: '';
  position: absolute;
  left: 399px;
  width: 1px;
  background: #eee;
  top: 0;
  bottom: 0;
  z-index: 10;
  min-height: calc(100vh - 200px);
  min-height: -webkit-calc(100vh - 200px);
  min-height: -moz-calc(100vh - 200px)
}

body.course-item-popup .scroll-wrapper:hover .scroll-element {
  opacity: .8
}

body.course-item-popup .scroll-wrapper>.scroll-element .scroll-element_size {
  left: 3px
}

body.course-item-popup .scroll-wrapper>.scroll-element.scroll-y {
  right: 2px;
  width: 8px
}

body.course-item-popup .scroll-wrapper>.scroll-element.scroll-y .scroll-element_outer {
  width: 7px
}

body.course-item-popup .scroll-wrapper>.scroll-element.scroll-y .scroll-bar {
  width: 7px;
  background-color: #999
}

body.course-item-popup #learn-press-content-item {
  position: fixed;
  z-index: 99999;
  background: #FFF;
  left: 400px;
  top: 90px;
  right: 0;
  bottom: 0
}

body.course-item-popup #learn-press-content-item #course-item-content-header {
  top: 0;
  left: 0;
  background: #ffb606;
  z-index: 100;
  padding: 0;
  position: fixed;
  right: 0;
  height: 90px;
  line-height: 90px;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching {
  position: relative;
  line-height: 90px
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .form-control {
  background: 0 0;
  border: transparent;
  box-shadow: none;
  padding-left: 70px;
  color: rgba(255, 255, 255, .65);
  line-height: 90px;
  height: 90px;
  font-size: 16px;
  max-width: 400px
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .65)
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, .65)
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, .65)
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, .65)
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .form-control:focus::-webkit-input-placeholder {
  color: transparent
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .form-control:focus:-moz-placeholder {
  color: transparent
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .form-control:focus::-moz-placeholder {
  color: transparent
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .form-control:focus:-ms-input-placeholder {
  color: transparent
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching button {
  top: 0;
  bottom: 0;
  width: 70px;
  left: 0;
  background: 0 0;
  color: #fff;
  text-align: center;
  position: absolute;
  line-height: 90px;
  height: 90px;
  font-size: 23px;
  padding: 0
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching button .fa {
  line-height: 90px
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .courses-list-search {
  color: #666;
  margin: 0;
  overflow: hidden;
  line-height: 30px;
  background: #f6f6f6;
  border: none;
  min-width: 270px;
  position: absolute;
  height: calc(100vh - 90px);
  height: -webkit-calc(100vh - 90px);
  height: -moz-calc(100vh - 90px);
  width: 100%;
  visibility: hidden;
  padding-left: 50px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUNEQkY4MkZBRDY3MTFFNkI3RTRGQzAxM0E3RjBCMDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUNEQkY4MzBBRDY3MTFFNkI3RTRGQzAxM0E3RjBCMDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQ0RCRjgyREFENjcxMUU2QjdFNEZDMDEzQTdGMEIwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQ0RCRjgyRUFENjcxMUU2QjdFNEZDMDEzQTdGMEIwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlMNdGQAAAB2SURBVHjavJRRFoAgCAQZ73/nen1aYixQ/MoOyKKY2WFzYHpMjPGWoAI9qAJe5g1VEDknAEAsCNFEJQ+lg2hhGtx/cCi6v2RQcN/Vk12bnfbXTttnWnZ/dMzwrvv0RbW//ZYrR78+Muu0g5JdJw9KZZ2uOAUYAEC8HRoqW0/5AAAAAElFTkSuQmCC), progress
}

.thim-demo-university-3 #tab-course-review .course-rating .detailed-rating .stars>div.key,
.thim-demo-university-3 #tab-reviews .course-rating .detailed-rating .stars>div.key,
body.thim-demo-university-4 #tab-course-review .course-rating .detailed-rating .stars>div.key,
body.thim-demo-university-4 #tab-reviews .course-rating .detailed-rating .stars>div.key {
  min-width: 53px
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .courses-list-search.search-visible {
  visibility: visible
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .courses-list-search li {
  list-style: none;
  line-height: 30px;
  padding: 0 20px;
  height: 30px;
  display: block
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .courses-list-search li:first-child {
  margin-top: 20px
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .courses-list-search li a {
  display: inline-block;
  line-height: 30px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #333
}

body.course-item-popup #learn-press-content-item #course-item-content-header .courses-searching .courses-list-search li a:hover {
  text-decoration: underline;
  color: #333 !important
}

body.course-item-popup #learn-press-content-item #course-item-content-header .back_course {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-transform: none;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  z-index: 99999;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  -ms-opacity: .7;
  -o-opacity: .7;
  opacity: .7
}

body.course-item-popup #learn-press-content-item #course-item-content-header .back_course .fa {
  font-size: 29px;
  vertical-align: middle
}

body.course-item-popup #learn-press-content-item #course-item-content-header .back_course:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

body.course-item-popup #learn-press-content-item #course-item-content-header .back_course:after,
body.course-item-popup #learn-press-content-item #course-item-content-header .back_course:before {
  display: none
}

body.course-item-popup #learn-press-content-item #course-item-content-header .toggle-content-item {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-transform: none;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  z-index: 99999;
  position: absolute;
  top: 0;
  right: 90px;
  cursor: pointer;
  border-left: none;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  -ms-opacity: .7;
  -o-opacity: .7;
  opacity: .7
}

body.course-item-popup #learn-press-content-item #course-item-content-header .toggle-content-item:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1
}

body.course-item-popup #learn-press-content-item #course-item-content-header .toggle-content-item:before {
  font: 28px/60px fontawesome;
  content: "\f065";
  line-height: 90px;
  font-size: 24px
}

body.course-item-popup #learn-press-content-item .content-item-wrap {
  padding-bottom: 30px
}

body.course-item-popup #learn-press-content-item .content-item-wrap .comments-area,
body.course-item-popup #learn-press-content-item .content-item-wrap .content-item-summary,
body.course-item-popup #learn-press-content-item .content-item-wrap .course-item-nav,
body.course-item-popup #learn-press-content-item .content-item-wrap .edit-course-item-link,
body.course-item-popup #learn-press-content-item .content-item-wrap .learn-press-content-protected-message,
body.course-item-popup #learn-press-content-item .content-item-wrap .message {
  margin: 10px auto;
  max-width: 700px
}

body.course-item-popup #learn-press-content-item .content-item-wrap .message {
  margin-bottom: 20px;
  margin-top: 20px
}

body.course-item-popup div#learn-press-content-item,
body.course-item-popup div#learn-press-course-curriculum {
  top: 90px
}

body.course-item-popup .lp-single-course #course-curriculum-popup {
  position: fixed;
  left: 0;
  top: 90px;
  bottom: 0;
  background-color: #fff;
  width: 400px;
  z-index: 9999
}

body.course-item-popup #course-curriculum-popup #popup-sidebar {
  width: 100%;
  height: 100%;
  top: auto
}

body.course-item-popup #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum {
  top: auto;
  width: 100%
}

body.course-item-popup #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment,
body.course-item-popup #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson,
body.course-item-popup #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz {
  position: relative
}

body.course-item-popup #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-meta,
body.course-item-popup #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-meta,
body.course-item-popup #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-meta {
  position: absolute;
  right: 15px;
  top: 15px
}

body.course-item-popup.full-screen-content-item #learn-press-content-item #course-item-content-header .toggle-content-item:before {
  content: "\f066"
}

body.course-item-popup.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections {
  padding-top: 0
}

body.course-item-popup.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section {
  background-color: #fff
}

body.course-item-popup.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section .section-header {
  margin-left: 5px;
  padding-left: 40px
}

body.course-item-popup.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section .section-desc {
  margin-left: 40px;
  padding-left: 5px
}

.profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu {
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: 0
}

.profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu li {
  list-style: none;
  display: inline-block;
  padding-right: 15px
}

.profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu li a {
  padding-bottom: 5px;
  color: #666
}

.profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu li span {
  padding-bottom: 2px;
  border-bottom: 2px solid #ffb606
}

.profile-container .profile-orders .column-order-action a {
  margin-right: 5px
}

#tab-curriculum button {
  margin-bottom: 40px;
  margin-right: 15px
}

#tab-curriculum form {
  display: inline-block
}

.thim-demo-university-3 footer#colophon .mc4wp-form .mc4wp-form-fields.yikes-easy-mc-form button[type=submit] .yikes-mailchimp-submit-button-span-text,
.thim-demo-university-3 footer#colophon .mc4wp-form:after {
  display: none
}

#order_review #checkout-guest-email {
  margin: 20px 0 15px;
  padding-top: 10px;
  border-top: 1px solid #eee
}

#order_review #checkout-guest-email .form-desc {
  margin-bottom: 10px
}

#order_review #checkout-guest-email #checkout-guest-options {
  margin-top: 15px
}

#order_review #checkout-guest-email #checkout-guest-options li {
  list-style: none
}

#order_review #checkout-guest-email #checkout-guest-options li label {
  font-weight: 400
}

.thim-demo-university-3 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-preview,
.thim-demo-university-3 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-title,
.thim-demo-university-3 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .quiz-title,
.thim-demo-university-3 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-preview,
.thim-demo-university-3 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-title,
.thim-demo-university-3 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .quiz-title,
.thim-demo-university-3 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-preview,
.thim-demo-university-3 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-title,
.thim-demo-university-3 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .quiz-title,
.thim-demo-university-3 #learn-press-course-curriculum ul.curriculum-sections .section-header,
.thim-demo-university-3 #respond.comment-respond .comment-reply-title,
.thim-demo-university-3 #tab-course-description .thim-course-info ul li .value,
.thim-demo-university-3 #tab-course-review .course-rating .average-rating .rating-box .average-value,
.thim-demo-university-3 #tab-course-review .course-rating>h3,
.thim-demo-university-3 #tab-course-review .course-review .content-review>ul .review-text .author-name,
.thim-demo-university-3 #tab-course-review .course-review .content-review>ul .review-text .review-title,
.thim-demo-university-3 #tab-reviews .course-rating .average-rating .rating-box .average-value,
.thim-demo-university-3 #tab-reviews .course-rating>h3,
.thim-demo-university-3 #tab-reviews .course-review .content-review>ul .review-text .author-name,
.thim-demo-university-3 #tab-reviews .course-review .content-review>ul .review-text .review-title,
.thim-demo-university-3 .become-teacher-form .teacher-title,
.thim-demo-university-3 .counter-box.about-us .display-percentage,
.thim-demo-university-3 .course-item-nav .course-content-lesson-nav a,
.thim-demo-university-3 .course-item-nav .course-content-lesson-nav span,
.thim-demo-university-3 .entry-navigation-post .next-post .title,
.thim-demo-university-3 .entry-navigation-post .prev-post .title,
.thim-demo-university-3 .home-content .widget-title,
.thim-demo-university-3 .learn-press .course-meta .value,
.thim-demo-university-3 .learn-press .course-payment .course-price,
.thim-demo-university-3 .learn-press .course-tabs .nav-tabs li a,
.thim-demo-university-3 .learn-press .entry-title,
.thim-demo-university-3 .list-tab-event .nav-tabs li a,
.thim-demo-university-3 .loop-pagination li .page-numbers,
.thim-demo-university-3 .pagination li .page-numbers,
.thim-demo-university-3 .portfolio_container .wapper_portfolio .filters .portfolio-tabs li a.filter,
.thim-demo-university-3 .portfolio_container .wapper_portfolio .portfolio_column .portfolio-hover .mask-content h3,
.thim-demo-university-3 .product-grid .product__title .price,
.thim-demo-university-3 .product-grid .product__title a.title,
.thim-demo-university-3 .profile-container .box-title,
.thim-demo-university-3 .profile-container .profile-tabs .nav-tabs li a,
.thim-demo-university-3 .profile-container .user-tab .author-name,
.thim-demo-university-3 .quickview .product-info .right .product_title,
.thim-demo-university-3 .quickview .quick-view-detail,
.thim-demo-university-3 .related-archive .single-title,
.thim-demo-university-3 .sc_heading .title,
.thim-demo-university-3 .share-post .single-title,
.thim-demo-university-3 .site-main .widget-title,
.thim-demo-university-3 .site-main .widget_text .widget-title,
.thim-demo-university-3 .thim-about-author .author-bio .name,
.thim-demo-university-3 .thim-contact-faqs h4,
.thim-demo-university-3 .thim-course-grid .course-item .thim-course-content .course-title,
.thim-demo-university-3 .thim-course-list .course-item .thim-course-content .course-meta .value,
.thim-demo-university-3 .thim-course-list .course-item .thim-course-content .course-price,
.thim-demo-university-3 .thim-course-list .course-item .thim-course-content .course-title,
.thim-demo-university-3 .thim-course-menu-landing .thim-course-landing-button .course-price,
.thim-demo-university-3 .thim-course-menu-landing .thim-course-landing-tab li,
.thim-demo-university-3 .thim-list-event .item-event .event-wrapper .meta,
.thim-demo-university-3 .thim-list-event .item-event .event-wrapper .title,
.thim-demo-university-3 .thim-list-event .item-event .time-from .date,
.thim-demo-university-3 .thim-ralated-course .related-title,
.thim-demo-university-3 .thim-widget-accordion .panel-title a,
.thim-demo-university-3 .thim-widget-accordion .widget-title,
.thim-demo-university-3 .thim-widget-gallery-posts .wrapper-filter-controls a,
.thim-demo-university-3 .thim-widget-icon-box .wrapper-box-icon.contact_info .heading__primary,
.thim-demo-university-3 .thim-widget-portfolio .wapper_portfolio .filters .portfolio-tabs li a.filter,
.thim-demo-university-3 .thim-widget-portfolio .wapper_portfolio .portfolio_column .portfolio-hover .mask-content h3,
.thim-demo-university-3 .thim-widget-tab .nav-tabs li a,
.thim-demo-university-3 .top_site_main .page-title-wrapper h1,
.thim-demo-university-3 .top_site_main .page-title-wrapper h2,
.thim-demo-university-3 .tp-event-info .tp-info-box .heading,
.thim-demo-university-3 .tp-event-organizers .thim-carousel-wrapper .item .regency,
.thim-demo-university-3 .tp-event-organizers .title,
.thim-demo-university-3 .tp_single_event .entry-title h1,
.thim-demo-university-3 .widget-area .thim-course-list-sidebar .course-price,
.thim-demo-university-3 .widget-area .thim-course-list-sidebar .thim-course-content .course-title,
.thim-demo-university-3 .widget-area .thim-list-posts.sidebar .article-date,
.thim-demo-university-3 .widget-area .thim-list-posts.sidebar .article-title-wrapper h5,
.thim-demo-university-3 .widget-area aside .widget-title,
.thim-demo-university-3 .widget-area aside.widget ul li a,
.thim-demo-university-3 .widget-area.sidebar-events .book-title,
.thim-demo-university-3 .widget-area.sidebar-events .widget_book-event ul li .value,
.thim-demo-university-3 .wrapper-lists-our-team .our-team-item .regency,
.thim-demo-university-3 .wrapper-lists-our-team .our-team-item .title,
.thim-demo-university-3 article .entry-header .date-meta i,
.thim-demo-university-3 article .entry-header .entry-meta li a,
.thim-demo-university-3 article .entry-header .entry-meta li span,
.thim-demo-university-3 article .entry-header .entry-meta li span.value,
.thim-demo-university-3 article .entry-header .entry-title,
.thim-demo-university-3 b,
.thim-demo-university-3 body #popup-footer .course-content-lesson-nav a,
.thim-demo-university-3 body #popup-footer .course-content-lesson-nav span,
.thim-demo-university-3 h1,
.thim-demo-university-3 h2,
.thim-demo-university-3 h3,
.thim-demo-university-3 h4,
.thim-demo-university-3 h5,
.thim-demo-university-3 h6,
.thim-demo-university-3 strong,
.thim-demo-university-3 th {
  font-weight: 600
}

.thim-demo-university-3 #respond.comment-respond .comment-form .form-submit input#submit,
.thim-demo-university-3 .become-teacher-form button[type=submit],
.thim-demo-university-3 .learn-press .thim-enroll-course-button,
.thim-demo-university-3 .mc4wp-form .mc4wp-form-fields button[type=submit],
.thim-demo-university-3 .mc4wp-form .mc4wp-form-fields input[type=submit],
.thim-demo-university-3 .product-grid .product__title a.button.add_to_cart_button,
.thim-demo-university-3 .thim-course-grid .course-item .course-thumbnail>a.course-readmore,
.thim-demo-university-3 .thim-course-grid .course-item .thim-course-content .course-meta>div.course-price .value,
.thim-demo-university-3 .thim-course-list .course-item .thim-course-content .course-readmore,
.thim-demo-university-3 .wpcf7-form .wpcf7-submit,
.thim-demo-university-3 .wrapper-lists-our-team a.join-our-team,
.thim-demo-university-3 article .entry-header .entry-meta li a,
.thim-demo-university-3 article .entry-header .entry-meta li span.value,
.thim-demo-university-3 article .readmore,
.thim-demo-university-3 button,
.thim-demo-university-3 input[type=submit] {
  font-weight: 500;
  border-radius: 3px
}

.thim-demo-university-3 .fontweight400 {
  font-weight: 400
}

.thim-demo-university-3 .counter-group .counter-block .counter {
  font-size: 48px
}

.thim-demo-university-3 footer#colophon .mc4wp-form .mc4wp-form-fields button[type=submit] {
  background: 0 0;
  border: none;
  position: absolute;
  margin: 0;
  cursor: pointer;
  top: 0;
  padding: 0;
  z-index: 1;
  color: #555;
  width: 40px;
  right: 0;
  height: 40px
}

.thim-demo-university-3 footer#colophon .mc4wp-form .mc4wp-form-fields button[type=submit]:hover {
  color: #fff
}

.thim-demo-university-3 footer#colophon .mc4wp-form .mc4wp-form-fields.yikes-easy-mc-form {
  position: relative;
  margin-top: 15px
}

.thim-demo-university-3 footer#colophon .mc4wp-form .mc4wp-form-fields.yikes-easy-mc-form button[type=submit]:before {
  content: "\f1d9";
  font-family: FontAwesome
}

footer#colophon .thim-footer-info-3 .copyright-text a {
  color: #116887
}

footer#colophon .thim-footer-info-3 .copyright-text a:hover {
  text-decoration: none
}

body.thim-demo-university-4 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-preview,
body.thim-demo-university-4 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-title,
body.thim-demo-university-4 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .quiz-title,
body.thim-demo-university-4 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-preview,
body.thim-demo-university-4 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-title,
body.thim-demo-university-4 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .quiz-title,
body.thim-demo-university-4 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-preview,
body.thim-demo-university-4 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-title,
body.thim-demo-university-4 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .quiz-title,
body.thim-demo-university-4 #learn-press-course-curriculum ul.curriculum-sections .section-header,
body.thim-demo-university-4 #respond.comment-respond .comment-reply-title,
body.thim-demo-university-4 #tab-course-description .thim-course-info ul li .value,
body.thim-demo-university-4 #tab-course-review .course-rating .average-rating .rating-box .average-value,
body.thim-demo-university-4 #tab-course-review .course-rating>h3,
body.thim-demo-university-4 #tab-course-review .course-review .content-review>ul .review-text .author-name,
body.thim-demo-university-4 #tab-course-review .course-review .content-review>ul .review-text .review-title,
body.thim-demo-university-4 #tab-reviews .course-rating .average-rating .rating-box .average-value,
body.thim-demo-university-4 #tab-reviews .course-rating>h3,
body.thim-demo-university-4 #tab-reviews .course-review .content-review>ul .review-text .author-name,
body.thim-demo-university-4 #tab-reviews .course-review .content-review>ul .review-text .review-title,
body.thim-demo-university-4 .become-teacher-form .teacher-title,
body.thim-demo-university-4 .counter-box.about-us .display-percentage,
body.thim-demo-university-4 .course-item-nav .course-content-lesson-nav a,
body.thim-demo-university-4 .course-item-nav .course-content-lesson-nav span,
body.thim-demo-university-4 .entry-navigation-post .next-post .title,
body.thim-demo-university-4 .entry-navigation-post .prev-post .title,
body.thim-demo-university-4 .home-content .widget-title,
body.thim-demo-university-4 .learn-press .course-meta .value,
body.thim-demo-university-4 .learn-press .course-payment .course-price,
body.thim-demo-university-4 .learn-press .course-tabs .nav-tabs li a,
body.thim-demo-university-4 .learn-press .entry-title,
body.thim-demo-university-4 .list-tab-event .nav-tabs li a,
body.thim-demo-university-4 .loop-pagination li .page-numbers,
body.thim-demo-university-4 .pagination li .page-numbers,
body.thim-demo-university-4 .portfolio_container .wapper_portfolio .filters .portfolio-tabs li a.filter,
body.thim-demo-university-4 .portfolio_container .wapper_portfolio .portfolio_column .portfolio-hover .mask-content h3,
body.thim-demo-university-4 .product-grid .product__title .price,
body.thim-demo-university-4 .product-grid .product__title a.title,
body.thim-demo-university-4 .profile-container .box-title,
body.thim-demo-university-4 .profile-container .profile-tabs .nav-tabs li a,
body.thim-demo-university-4 .profile-container .user-tab .author-name,
body.thim-demo-university-4 .quickview .product-info .right .product_title,
body.thim-demo-university-4 .quickview .quick-view-detail,
body.thim-demo-university-4 .related-archive .single-title,
body.thim-demo-university-4 .sc_heading .title,
body.thim-demo-university-4 .share-post .single-title,
body.thim-demo-university-4 .site-main .widget-title,
body.thim-demo-university-4 .site-main .widget_text .widget-title,
body.thim-demo-university-4 .thim-about-author .author-bio .name,
body.thim-demo-university-4 .thim-contact-faqs h4,
body.thim-demo-university-4 .thim-course-grid .course-item .thim-course-content .course-title,
body.thim-demo-university-4 .thim-course-list .course-item .thim-course-content .course-meta .value,
body.thim-demo-university-4 .thim-course-list .course-item .thim-course-content .course-price,
body.thim-demo-university-4 .thim-course-list .course-item .thim-course-content .course-title,
body.thim-demo-university-4 .thim-course-menu-landing .thim-course-landing-button .course-price,
body.thim-demo-university-4 .thim-course-menu-landing .thim-course-landing-tab li,
body.thim-demo-university-4 .thim-list-event .item-event .event-wrapper .meta,
body.thim-demo-university-4 .thim-list-event .item-event .event-wrapper .title,
body.thim-demo-university-4 .thim-list-event .item-event .time-from .date,
body.thim-demo-university-4 .thim-ralated-course .related-title,
body.thim-demo-university-4 .thim-widget-accordion .panel-title a,
body.thim-demo-university-4 .thim-widget-accordion .widget-title,
body.thim-demo-university-4 .thim-widget-gallery-posts .wrapper-filter-controls a,
body.thim-demo-university-4 .thim-widget-icon-box .wrapper-box-icon.contact_info .heading__primary,
body.thim-demo-university-4 .thim-widget-portfolio .wapper_portfolio .filters .portfolio-tabs li a.filter,
body.thim-demo-university-4 .thim-widget-portfolio .wapper_portfolio .portfolio_column .portfolio-hover .mask-content h3,
body.thim-demo-university-4 .thim-widget-tab .nav-tabs li a,
body.thim-demo-university-4 .top_site_main .page-title-wrapper h1,
body.thim-demo-university-4 .top_site_main .page-title-wrapper h2,
body.thim-demo-university-4 .tp-event-info .tp-info-box .heading,
body.thim-demo-university-4 .tp-event-organizers .thim-carousel-wrapper .item .regency,
body.thim-demo-university-4 .tp-event-organizers .title,
body.thim-demo-university-4 .tp_single_event .entry-title h1,
body.thim-demo-university-4 .widget-area .thim-course-list-sidebar .course-price,
body.thim-demo-university-4 .widget-area .thim-course-list-sidebar .thim-course-content .course-title,
body.thim-demo-university-4 .widget-area .thim-list-posts.sidebar .article-date,
body.thim-demo-university-4 .widget-area .thim-list-posts.sidebar .article-title-wrapper h5,
body.thim-demo-university-4 .widget-area aside .widget-title,
body.thim-demo-university-4 .widget-area aside.widget ul li a,
body.thim-demo-university-4 .widget-area.sidebar-events .book-title,
body.thim-demo-university-4 .widget-area.sidebar-events .widget_book-event ul li .value,
body.thim-demo-university-4 .wrapper-lists-our-team .our-team-item .regency,
body.thim-demo-university-4 .wrapper-lists-our-team .our-team-item .title,
body.thim-demo-university-4 article .entry-header .date-meta i,
body.thim-demo-university-4 article .entry-header .entry-meta li a,
body.thim-demo-university-4 article .entry-header .entry-meta li span,
body.thim-demo-university-4 article .entry-header .entry-meta li span.value,
body.thim-demo-university-4 article .entry-header .entry-title,
body.thim-demo-university-4 b,
body.thim-demo-university-4 body #popup-footer .course-content-lesson-nav a,
body.thim-demo-university-4 body #popup-footer .course-content-lesson-nav span,
body.thim-demo-university-4 h1,
body.thim-demo-university-4 h2,
body.thim-demo-university-4 h3,
body.thim-demo-university-4 h4,
body.thim-demo-university-4 h5,
body.thim-demo-university-4 h6,
body.thim-demo-university-4 strong,
body.thim-demo-university-4 th {
  font-weight: 600
}

body.thim-demo-university-4 #respond.comment-respond .comment-form .form-submit input#submit,
body.thim-demo-university-4 .become-teacher-form button[type=submit],
body.thim-demo-university-4 .learn-press .thim-enroll-course-button,
body.thim-demo-university-4 .mc4wp-form .mc4wp-form-fields button[type=submit],
body.thim-demo-university-4 .mc4wp-form .mc4wp-form-fields input[type=submit],
body.thim-demo-university-4 .product-grid .product__title a.button.add_to_cart_button,
body.thim-demo-university-4 .quickview .product-info .right .cart button.button,
body.thim-demo-university-4 .thim-course-grid .course-item .course-thumbnail>a.course-readmore,
body.thim-demo-university-4 .thim-course-grid .course-item .thim-course-content .course-meta>div.course-price .value,
body.thim-demo-university-4 .thim-course-list .course-item .thim-course-content .course-readmore,
body.thim-demo-university-4 .wpcf7-form .wpcf7-submit,
body.thim-demo-university-4 .wrapper-lists-our-team a.join-our-team,
body.thim-demo-university-4 a.widget-button.very-rounded,
body.thim-demo-university-4 article .entry-header .entry-meta li a,
body.thim-demo-university-4 article .entry-header .entry-meta li span.value,
body.thim-demo-university-4 article .readmore,
body.thim-demo-university-4 article .readmore a,
body.thim-demo-university-4 button,
body.thim-demo-university-4 input[type=submit] {
  border-radius: 30px;
  font-weight: 500
}

body.thim-demo-university-4 .site-header .navbar-nav {
  text-align: left
}

body.thim-demo-university-4 .site-header .navbar-nav .menu-right {
  float: right
}

body.thim-demo-university-4 .site-header .width-navigation {
  display: inline-block;
  float: right
}

body.thim-demo-university-4 .site-header .width-logo {
  overflow: hidden;
  position: absolute;
  top: -45px;
  left: 0
}

body.thim-demo-university-4 .toolbar-container {
  overflow: hidden;
  display: block;
  float: right
}

body.thim-demo-university-4 .site-header .navbar-nav>li.last-menu-item:after,
body.thim-demo-university-4 .site-header .navbar-nav>li:last-child:after,
body.thim-demo-university-4 .thim-sidebar-content .twitter-inner .date {
  display: none
}

body.thim-demo-university-4 .thim-video-popup .button-popup {
  width: 62px;
  height: 62px;
  line-height: 58px;
  border-width: 2px
}

body.thim-demo-university-4 .thim-video-popup .button-popup .fa {
  line-height: 58px
}

body.thim-demo-university-4 .thim-video-popup .video-title {
  font-size: 24px
}

body.thim-demo-university-4 .thim-video-popup .video-description {
  line-height: 1.75
}

body.thim-demo-university-4 .thim-video-popup .video-info {
  padding-top: 153px;
  min-height: 400px
}

body.thim-demo-university-4 .thim-sidebar-content {
  position: relative
}

body.thim-demo-university-4 .thim-sidebar-content .twitter-inner {
  min-height: 0;
  padding-bottom: 37px
}

body.thim-demo-university-4 .thim-sidebar-content .twitter-inner .link-follow {
  bottom: 15px;
  line-height: 1em
}

body.thim-demo-university-4 #sb_instagram #sbi_load {
  padding-top: 0 !important
}

body.thim-demo-university-4 .sc_heading .title {
  font-weight: 600
}

body.thim-demo-university-4 .thim-icon-our-programs {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 61px
}

body.thim-demo-university-4 .thim-icon-our-programs .sc_heading {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 11px;
  margin-bottom: 9px
}

body.thim-demo-university-4 .thim-icon-our-programs .sc_heading .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5
}

body.thim-demo-university-4 .thim-icon-our-programs .thim-widget-icon-box .heading__primary {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 25px;
  min-height: 25px
}

body.thim-demo-university-4 .thim-icon-our-programs .thim-widget-icon-box .wrapper-box-icon.has_custom_image .desc-icon-box {
  margin-top: 0;
  padding-bottom: 5px;
  padding-right: 25px;
  min-height: 68px
}

body.thim-demo-university-4 .thim-icon-our-programs .thim-widget-icon-box .desc-icon-box {
  font-size: 14px;
  line-height: 1.5
}

body.thim-demo-university-4 .thim-icon-our-programs .iconbox-left .content-inner {
  padding-left: 25px
}

body.thim-demo-university-4 .site-header .navbar-nav>li:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 8px;
  height: 25px;
  width: 1px;
  background: #efefef
}

.thim-overflow-hidden .gallery-img,
body.thim-demo-university-4 .thim-grid-posts .article-wrapper,
body.thim-demo-university-4 .thim-grid-posts.has-horizontal.has-vertical .grid-vertical .article-image {
  background: #f5f5f5
}

body.thim-demo-university-4 .list-event-slider .view-all,
body.thim-demo-university-4 .thim-list-post-inner .link_read_more a {
  font-size: 14px
}

body.thim-demo-university-4 footer#colophon .copyright-area .copyright-content {
  font-size: 12px
}

body.thim-demo-university-4 .thim-grid-posts .article-wrapper:before {
  border-right-color: #f5f5f5
}

body.thim-demo-university-4 .grid-vertical .item-post .article-wrapper:before {
  border-bottom-color: #f5f5f5;
  border-right-color: transparent
}

body.thim-demo-university-4 .counter-group .counter-block .counter {
  font-size: 48px
}

.thim-desc-eduma-campus {
  color: #fff;
  padding-bottom: 59px
}

.thim-desc-eduma-campus .widget-title {
  color: #fff
}

.thim-desc-eduma-campus .desc {
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 30px;
  padding: 0 10px
}

.thim-desc-eduma-campus .explore {
  text-transform: uppercase;
  color: #fff;
  line-height: 26px;
  padding: 5px 20px;
  border-radius: 30px;
  border: 2px solid #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500
}

.thim-desc-eduma-campus .explore:hover {
  color: rgba(255, 255, 255, .6);
  border-color: rgba(255, 255, 255, .6)
}

.thim-desc-eduma-campus .explore .fa {
  margin-left: 7px;
  font-size: 11px;
  line-height: 26px
}

.thim-title-4 .widget-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #444;
  margin-top: 44px;
  margin-bottom: 20px
}

.thim-about-eduma {
  padding-top: 73px;
  padding-bottom: 60px
}

.thim-about-eduma .heading {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 23px
}

.thim-about-eduma .heading span {
  font-size: 28px;
  font-weight: 300;
  text-indent: 140px;
  display: block;
  line-height: 1.4em
}

.thim-about-eduma .desc {
  color: #d4e9d5;
  font-size: 16px;
  line-height: 1.56;
  margin-left: 110px;
  margin-bottom: 30px;
  padding-right: 20px
}

.thim-about-eduma .read-more {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin: 0 0 0 110px;
  text-align: left
}

.thim-about-eduma .read-more:hover {
  color: rgba(255, 255, 255, .6)
}

.thim-right-bg-secondary-color {
  overflow: hidden;
  position: relative
}

.thim-right-bg-secondary-color .thim-list-post-inner .link_read_more a {
  color: #fff
}

.thim-right-bg-secondary-color.thim-row-latest-new {
  padding-bottom: 105px
}

.thim-right-bg-secondary-color>div {
  position: relative
}

.thim-right-bg-secondary-color:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(50% - 210px);
  width: -webkit-calc(50% - 210px);
  width: -moz-calc(50% - 210px)
}

.thim-overflow-hidden {
  overflow: hidden
}

.thim-overflow-hidden .gallery-img {
  padding-top: 56px;
  padding-bottom: 56px
}

.thim-left-full-bg-secondary-color {
  overflow: hidden;
  position: relative
}

.thim-left-full-bg-secondary-color>div {
  position: relative
}

.thim-left-full-bg-secondary-color:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50% + 584px);
  width: -webkit-calc(50% + 584px);
  width: -moz-calc(50% + 584px)
}

.list-event-slider {
  position: relative
}

.thim-title-4 .list-event-slider {
  margin-top: -56px
}

.list-event-slider h3.widget-title {
  margin-top: 0
}

.list-event-slider .view-all {
  position: absolute;
  right: 0;
  top: 10px;
  text-transform: uppercase;
  color: #fff
}

.list-event-slider .item-event {
  position: relative;
  overflow: hidden;
  padding-right: 32%;
  max-width: 100%
}

.list-event-slider .item-event .image img {
  width: 100%
}

.list-event-slider .item-event .event-wrapper {
  background: #f5f5f5;
  padding: 60px 40px;
  position: absolute;
  width: 32%;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%
}

.list-event-slider .item-event .event-wrapper .box-time {
  position: relative;
  z-index: 99;
  min-height: 100px
}

.list-event-slider .item-event .event-wrapper .box-time:before {
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  content: '';
  position: absolute;
  top: 0;
  left: -65px
}

.list-event-slider .item-event .event-wrapper .box-time:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  top: 60px;
  left: 0
}

.list-event-slider .item-event .event-wrapper .box-time .time-from {
  position: absolute;
  top: 0;
  text-align: right;
  left: -215px
}

.list-event-slider .item-event .event-wrapper .box-time .date {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  margin-top: 7px;
  margin-bottom: 10px
}

.list-event-slider .item-event .event-wrapper .box-time .month {
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  line-height: 1em
}

.list-event-slider .item-event .event-wrapper .title {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 34px;
  margin-bottom: 15px
}

.list-event-slider .item-event .event-wrapper .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 17px
}

.list-event-slider .item-event .event-wrapper .read-more {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400
}

.list-event-slider .item-event .event-wrapper .read-more .fa {
  margin-left: 7px
}

.thim-footer-university-4#colophon:after {
  content: '';
  position: absolute;
  width: 99px;
  height: 213px;
  bottom: 0;
  right: calc(50% - 585px);
  right: -webkit-calc(50% - 585px);
  right: -moz-calc(50% - 585px);
  background: url(../../../themes/eduma/images/newletter-bg.png) bottom right no-repeat
}

.thim-footer-university-4#colophon .copyright-area {
  position: static
}

.thim-footer-university-4#colophon .copyright-area .copyright-content {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 210px
}

.thim-footer-university-4#colophon .thim-newsletter {
  padding-left: 40px;
  padding-right: 40px;
  color: rgba(255, 255, 255, .5);
  line-height: 1.7
}

.thim-footer-university-4#colophon .mc4wp-form {
  max-width: 240px;
  margin: auto;
  padding-right: 23px
}

.thim-footer-university-4#colophon .mc4wp-form input[type=email] {
  border: 2px solid rgba(255, 255, 255, .8);
  border-radius: 30px;
  background: 0 0;
  color: rgba(255, 255, 255, .5);
  height: 46px;
  line-height: 42px;
  padding: 0 15px
}

.thim-footer-university-4#colophon .mc4wp-form input[type=email]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .5)
}

.thim-footer-university-4#colophon .mc4wp-form input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, .5)
}

.thim-footer-university-4#colophon .mc4wp-form input[type=email]:-ms-input-placeholder {
  color: rgba(255, 255, 255, .5)
}

.thim-footer-university-4#colophon .mc4wp-form input[type=email]:-moz-placeholder {
  color: rgba(255, 255, 255, .5)
}

.thim-footer-university-4#colophon .mc4wp-form input[type=submit] {
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
  height: 46px;
  width: 46px;
  line-height: 46px;
  background: 0 0;
  z-index: 3;
  border-radius: 50%;
  display: inline-block;
  color: transparent
}

.thim-footer-university-4#colophon .mc4wp-form:after {
  right: 0;
  top: 0;
  height: 46px;
  width: 46px;
  line-height: 46px;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  text-align: center
}

.thim-footer-university-4#colophon .mc4wp-form .yikes-easy-mc-form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  background-color: transparent;
  text-indent: -9999px;
  line-height: 39px;
  z-index: 10;
  margin: 0;
  width: 20px
}

.thim-event-simple-slider,
.thim-simple-wrapper {
  position: relative
}

.thim-footer-university-4#colophon .mc4wp-form .yikes-easy-mc-form button[type=submit] .yikes-mailchimp-submit-button-span-text {
  display: none
}

.thim-footer-university-4#colophon .footer {
  padding-top: 0
}

.thim-footer-university-4#colophon .footer .widget-title {
  margin-top: 6px;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px
}

.thim-footer-university-4#colophon .widget_siteorigin-panels-builder {
  padding-top: 60px;
  padding-bottom: 60px
}

.thim-footer-info-4 {
  overflow: hidden
}

.thim-footer-info-4 .footer-logo {
  float: left;
  width: 180px;
  margin-right: 30px
}

.thim-footer-info-4 .info {
  float: left;
  width: calc(100% - 210px);
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px)
}

.thim-footer-info-4 .info .heading {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 17px
}

.thim-footer-info-4 .info .heading span {
  font-size: 28px;
  display: block;
  text-indent: 100px;
  color: #fff;
  line-height: 1.3;
  font-weight: 300
}

.thim-footer-info-4 .info .content {
  padding-left: 100px;
  line-height: 1.7
}

.thim-footer-info-4 .info .content .desc {
  margin-bottom: 11px
}

footer#colophon .footer .thim-footer-info-4 .info .contact-list li {
  line-height: 1.7;
  margin-bottom: 0
}

.thim-footer-info-4 .info .contact-list li .fa {
  margin-right: 7px;
  font-size: 13px;
  line-height: 1.7
}

.list-event-slider .item-event {
  width: 100%
}

.thim-simple-wrapper .wrapper {
  right: 0;
  max-height: 100%
}

.thim-simple-wrapper .simple-item {
  display: inline-block;
  max-height: 100%;
  overflow: hidden
}

.thim-simple-wrapper .simple-item:not(.active-item) {
  position: absolute;
  top: 0;
  bottom: 0;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: .5;
  -khtml-opacity: .5;
  -moz-opacity: .5;
  -ms-opacity: .5;
  -o-opacity: .5;
  opacity: .5
}

.thim-simple-wrapper .simple-item:not(.active-item) .item-event {
  padding-right: 0;
  position: static
}

.thim-simple-wrapper .simple-item.active-item,
.thim-simple-wrapper .simple-item.active-item .item-event .image {
  position: relative
}

.thim-simple-wrapper .simple-item:not(.active-item) .item-event .event-wrapper {
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all .5s ease-in-out
}

.thim-simple-wrapper .simple-item.active-item:before {
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0
}

.thim-simple-wrapper .simple-item.active-item .item-event .image:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=55);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  -webkit-opacity: .55;
  -khtml-opacity: .55;
  -moz-opacity: .55;
  -ms-opacity: .55;
  -o-opacity: .55;
  opacity: .55
}

.thim-simple-wrapper .simple-item.active-item .item-event .event-wrapper {
  z-index: 3;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transition: all .5s ease-in-out;
  -khtml-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.thim-simple-wrapper .navigation {
  position: static
}

.thim-simple-wrapper .navigation div {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin: -20px 0 0;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: rgba(255, 255, 255, .15)
}

.thim-simple-wrapper .navigation div .fa {
  line-height: 40px
}

.thim-simple-wrapper .navigation div.prev {
  right: auto;
  left: 15px
}

.thim-simple-wrapper .navigation div.next {
  left: auto;
  right: calc(33% + 15px);
  right: -webkit-calc(33% + 15px);
  right: -moz-calc(33% + 15px)
}

.thim-simple-wrapper:hover .navigation div {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible
}

.thim-simple-wrapper .pagination {
  margin: 0;
  position: absolute;
  z-index: 10;
  bottom: 25px;
  left: 0;
  right: 32%;
  text-align: center;
  display: inline-block;
  width: auto
}

.thim-simple-wrapper .pagination .item {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  width: 14px;
  height: 14px
}

.thim-simple-wrapper .pagination .item:before {
  content: '';
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  position: absolute
}

.thim-simple-wrapper .pagination .item.active {
  border: 2px solid #eee
}

.thim-simple-wrapper .pagination .item.active:before {
  background: 0 0
}

@media (max-width:1200px) {
  .thim-event-simple-slider {
    overflow: hidden
  }

  .thim-event-simple-slider .simple-item {
    max-width: 100%
  }

  .thim-event-simple-slider .item-event {
    padding-right: 0;
    max-width: 100%
  }

  body.thim-demo-university-4 .navigation .navbar-nav>li>a,
  body.thim-demo-university-4 .navigation .navbar-nav>li>span {
    padding-left: 16px;
    padding-right: 16px
  }

  body.thim-demo-university-4 .thim-right-bg-secondary-color:before {
    width: calc(32vw + 5px);
    width: -webkit-calc(32vw + 5px);
    width: -moz-calc(32vw + 5px)
  }

  body.thim-demo-university-4 .thim-about-eduma {
    padding-right: 20px
  }
}

@media (max-width:1024px) {
  body.thim-demo-university-4 .menu-mobile-effect.navbar-toggle {
    position: relative;
    top: inherit;
    margin: 5px 0 0
  }

  body.thim-demo-university-4 #masthead .navigation {
    padding-top: 15px
  }

  body.thim-demo-university-4 .site-header .width-navigation {
    width: auto
  }

  body.thim-demo-university-4 .site-header .navbar-nav {
    padding-right: 15px
  }
}

@media (max-width:768px) {

  body.thim-demo-university-4 .site-header .width-navigation,
  body.thim-demo-university-4 .thim-right-bg-secondary-color:before {
    display: none
  }

  body.thim-demo-university-4 #masthead .navigation {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 50px;
    position: inherit
  }

  body.thim-demo-university-4 .site-header .width-logo {
    top: 0
  }

  body.thim-demo-university-4 #toolbar .menu li {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    line-height: 45px
  }

  body.thim-demo-university-4 #toolbar .widget_nav_menu {
    width: calc(100% - 145px);
    text-align: right
  }

  body.thim-demo-university-4 .thim-sidebar-content {
    display: block
  }

  body.thim-demo-university-4 #masthead .width-logo>a {
    max-width: 130px
  }

  body.thim-demo-university-4 .list-event-slider .item-event .event-wrapper {
    padding: 20px
  }

  body.thim-demo-university-4 .thim-footer-university-4 .info {
    text-align: left;
    margin: 35px auto auto;
    float: none;
    max-width: 350px;
    width: auto
  }

  body.thim-demo-university-4 .thim-footer-university-4 .footer-logo {
    margin: auto;
    float: none
  }

  body.thim-demo-university-4 .thim-footer-university-4#colophon .footer {
    text-align: center
  }

  body.thim-demo-university-4 .thim-footer-university-4#colophon .copyright-area .copyright-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
  }

  body.thim-demo-university-4 .thim-footer-university-4 .thim-social.style-3 li a {
    max-width: 115px;
    margin: auto
  }

  body.thim-demo-university-4 .has-feature .thim-grid-posts {
    width: 100%
  }

  body.thim-demo-university-4 .thim-list-post-inner .feature-item {
    display: none
  }

  body.thim-demo-university-4 .toolbar-container {
    width: 100% !important
  }

  body.thim-demo-university-4 .menu-mobile-effect.navbar-toggle {
    margin-top: 15px
  }

  body.thim-demo-university-4 .thim-video-popup .video-info {
    margin-bottom: 15px
  }
}

@media (max-width:767px) {
  .list-event-slider .item-event .event-wrapper {
    width: 50%
  }

  .list-event-slider .view-all {
    display: block
  }

  body.thim-demo-university-4 #masthead .navigation {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 50px;
    position: inherit
  }

  body.thim-demo-university-4 .site-header .width-logo {
    top: 0
  }

  body.thim-demo-university-4 #toolbar .widget_nav_menu {
    display: none
  }
}

@media (max-width:767px) and (min-width:481px) {
  .thim-simple-wrapper .navigation {
    display: none
  }

  .thim-simple-wrapper .pagination {
    left: 15px;
    right: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
  }

  .thim-simple-wrapper .pagination .item {
    display: block;
    margin: 10px 0;
    padding: 0
  }
}

@media (max-width:480px) {
  .list-event-slider .item-event .event-wrapper {
    position: relative;
    width: 100%;
    clear: both
  }

  .list-event-slider .item-event .event-wrapper .box-time {
    min-height: 60px;
    margin-top: -100px
  }

  .list-event-slider .item-event .event-wrapper .box-time:after,
  .list-event-slider .item-event .event-wrapper .box-time:before {
    display: none
  }

  .list-event-slider .item-event .event-wrapper .box-time .time-from {
    left: 0
  }

  .list-event-slider .item-event .event-wrapper .box-time .time-from .date {
    font-size: 40px;
    margin-bottom: 5px
  }

  .list-event-slider .item-event .event-wrapper .box-time .time-from .month {
    font-size: 18px
  }

  .thim-simple-wrapper .pagination {
    left: 0;
    right: 0;
    top: 20px;
    bottom: auto
  }

  body.thim-demo-university-4 .thim-icon-our-programs {
    padding-left: 15px;
    padding-right: 15px
  }

  .thim-about-eduma {
    padding-bottom: 30px
  }

  .thim-about-eduma .desc,
  .thim-about-eduma .read-more {
    margin-left: 0
  }

  #toolbar .widget_search .search-form label .search-field:focus {
    max-width: 180px
  }
}

body #sb_instagram .sbi_photo {
  position: relative
}

body #sb_instagram .sbi_photo:before {
  background: #fff;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

body #sb_instagram .sbi_photo:hover:before {
  filter: alpha(opacity=35);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  -webkit-opacity: .35;
  -khtml-opacity: .35;
  -moz-opacity: .35;
  -ms-opacity: .35;
  -o-opacity: .35;
  opacity: .35
}

.custom-readmore {
  overflow: hidden
}

.custom-readmore .content-inner .smicon-read {
  border-width: 2px;
  padding: 6px 20px
}

.custom-readmore .content-inner .smicon-read i {
  display: none
}

@media (max-width:1366px) {
  #masthead.header_v3 .toolbar-container {
    max-width: 100%
  }
}

@media (min-width:1200px) {
  body.boxed-area .content-pusher {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 0 32px rgba(0, 0, 0, .23)
  }

  body.boxed-area .content-pusher .container {
    padding-left: 55px;
    padding-right: 55px
  }

  body.boxed-area .content-pusher .container.home-page,
  body.boxed-area .content-pusher .container.site-content {
    background: #fff
  }

  body.boxed-area .content-pusher .thim-top-rev-slider {
    position: relative
  }

  body.boxed-area .content-pusher .thim-top-rev-slider .tp-rightarrow {
    right: 0;
    left: auto !important
  }

  body.boxed-area .content-pusher .site-header {
    max-width: 1200px
  }

  body.boxed-area .content-pusher .site-header.sticky-header {
    left: 0;
    right: 0;
    margin: auto
  }

  body.boxed-area .content-pusher .footer-bottom {
    max-width: 1200px;
    overflow: hidden;
    margin: auto
  }

  body.boxed-area .content-pusher .thim-get-100s h2 {
    font-size: 68px
  }

  body.boxed-area .content-pusher .mo-openid-app-icons .btn-block {
    margin-left: 15px;
    margin-right: 15px
  }

  .container {
    width: 1200px
  }

  .siteorigin-panels-stretch {
    margin-left: -385px;
    margin-right: -385px;
    padding-left: 385px;
    padding-right: 385px
  }

  .siteorigin-panels-stretch.thim-fix-stretched {
    padding-left: 0;
    padding-right: 0
  }

  .siteorigin-panels-stretch.thim-fix-stretched.thim-bg-image-cover {
    background-repeat: no-repeat !important;
    background-size: cover !important
  }

  .switch-layout-container .courses-searching ul {
    max-width: none;
    right: auto;
    left: 0
  }
}

@media (min-width:1024px) and (max-width:1400px) {
  .thim_bg_right {
    background-size: 45%
  }

  .thim_bg_left {
    background-size: 60%
  }

  .sc_heading.clone_title .clone {
    font-size: 70px;
    line-height: 70px
  }

  .form_developer_course .head_form h2 {
    line-height: 35px;
    font-size: 32px
  }

  .margin-top-collection {
    margin-top: -83px
  }

  .margin-top-collection .thim-courses-collection .owl-controls .owl-buttons>div {
    top: 55px
  }

  .body-grad-layout .learn-press .course-meta>div.course-review .value>span {
    display: none
  }
}

@media (max-width:1400px) {
  .thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div.owl-prev {
    right: calc(100% - 0)
  }

  .thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div.owl-next {
    left: calc(100% - 0)
  }
}

@media (width:1024px) {
  .thim-register-form-top {
    margin-top: -565px
  }

  .thim-carousel-course-categories .owl-carousel .owl-buttons {
    display: none
  }
}

@media (min-width:1024px) {
  .custom-readmore {
    padding-top: 45px;
    background-repeat: no-repeat !important;
    background-position: bottom right;
    padding-bottom: 34px
  }

  .custom-readmore .content-inner {
    position: relative;
    padding-right: 160px
  }

  .custom-readmore .content-inner .smicon-read {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
    border-radius: 5px;
    font-size: 115%
  }

  .custom-readmore .content-inner .smicon-read i {
    display: none
  }

  .custom-readmore .content-inner .smicon-read:hover {
    opacity: .7
  }

  .custom-readmore .content-inner .desc-icon-box p,
  .custom-readmore .content-inner .icon-box-title {
    font-style: italic
  }

  .custom-readmore .boxes-icon {
    height: auto !important
  }

  .custom-readmore .boxes-icon .inner-icon {
    height: auto
  }

  .images-student {
    margin-top: -100px;
    position: relative
  }

  body.thim-demo-university-4 .thim-about-eduma {
    padding-bottom: 40px
  }

  body.thim-demo-university-4 .thim-icon-our-programs {
    padding-bottom: 41px
  }
}

@media (max-width:1200px) {
  body.course-landing-active #back-to-top {
    bottom: 75px
  }
}

@media (max-width:1024px) {

  .learn-press .course-review .value>span,
  .thim-course-list .course-review .value>span,
  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .event-wrapper:before {
    display: none
  }

  .container {
    width: 1024px;
    max-width: 100%
  }

  .thim-newlleter-homepage {
    background-position: top center
  }

  .thim-best-industry {
    margin-bottom: 90px
  }

  .thim-get-100s {
    padding-top: 140px
  }

  .color-white .counter-group .counter-block {
    margin-right: 20px
  }

  .color-white .counter-group .counter-block:last-child {
    margin-right: 0
  }

  .entry-tag-share .social-share {
    margin-top: -10px
  }

  .entry-tag-share .social-share li {
    margin-top: 10px;
    margin-right: 15px
  }

  .widget-area .thim-list-posts.sidebar .article-image {
    width: 85px
  }

  .widget-area .thim-list-posts.sidebar .article-title-wrapper {
    width: calc(100% - 105px);
    width: -webkit-calc(100% - 105px);
    width: -moz-calc(100% - 105px)
  }

  .widget-area .thim-course-list-sidebar .course-thumbnail {
    width: 85px
  }

  .widget-area .thim-course-list-sidebar .thim-course-content {
    width: calc(100% - 105px);
    width: -webkit-calc(100% - 105px);
    width: -moz-calc(100% - 105px)
  }

  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .time-from {
    width: 90px;
    margin-right: 0;
    text-align: left
  }

  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .event-wrapper {
    width: calc(100% - 360px);
    width: -webkit-calc(100% - 360px);
    width: -moz-calc(100% - 360px);
    padding: 0 90px
  }

  .widget-area aside {
    padding-right: 0
  }

  .mfp-content .popup-title {
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    position: absolute
  }

  .thim-click-to-bottom {
    margin-top: 10px
  }

  .tp-caption.thim-slider-heading {
    font-size: 90px
  }

  .thim-footer-info>div {
    margin-right: 40px
  }

  .thim-footer-info>div.info-social .fa {
    margin-right: 20px
  }

  .thim-buy-now,
  .thim-university-top-icon.thim-bg-overlay {
    margin-left: 15px;
    margin-right: 15px
  }

  .thim-university-top-icon.thim-bg-overlay {
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0
  }

  .counter-box.number-left .display-percentage {
    width: 110px;
    font-size: 55px;
    line-height: 58px
  }

  .counter-box.number-left .counter-content-container {
    padding-right: 20px;
    width: calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px)
  }

  .site-header.header_v2 .navigation .navbar-nav>li>a,
  .site-header.header_v2 .navigation .navbar-nav>li>span {
    padding-left: 20px;
    padding-right: 20px
  }

  .site-header.header_v2 .navigation .navbar-nav>li>a:after,
  .site-header.header_v2 .navigation .navbar-nav>li>span:after {
    right: 5px
  }

  .site-header.header_v2 .navigation .menu-mobile-effect.navbar-toggle {
    top: 100%
  }

  .site-header.header_v2 .navigation .menu-mobile-effect.navbar-toggle span.icon-bar {
    background-color: #fff
  }

  .site-header.header_v2 .navigation .header-top-menu {
    display: inline-block;
    float: right;
    margin-right: 15px
  }

  .site-header.header_v2 .navigation .header-top-menu .search-form {
    max-width: 200px
  }

  .mo-openid-app-icons .btn-block {
    margin-top: 20px
  }

  .mo-openid-app-icons .btn-block:last-child {
    margin-top: 20px;
    margin-right: 20px
  }

  .thim-bg-border-top .thim-widget-icon-box .wrapper-box-icon .content-inner {
    padding: 40px 30px 50px 120px
  }

  #thim-popup-login .thim-login-container {
    padding: 50px 30px 60px
  }

  #thim-popup-login .thim-login-container .close-popup {
    display: block
  }

  .header_v3 .thim-widget-link {
    padding-right: 15px
  }

  #masthead.header_v3 .toolbar .menu li {
    padding-right: 27px
  }

  .thim-list-event.layout-3 .event-wrapper {
    padding-right: 15px
  }

  .thim-grid-posts .item-post .article-image {
    overflow: hidden
  }

  .thim-grid-posts .item-post .article-image img,
  .thim-widget-carousel-categories .image img {
    position: absolute
  }

  .thim-footer-info-3 {
    padding-right: 50px;
    padding-left: 20px
  }

  .thim-experience {
    padding-right: 35px
  }

  .thim-row-mobile-no-fullwidth,
  .thim-row-mobile-no-fullwidth>.panel-grid-cell {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .thim-grid-posts .grid-vertical .item-post .article-image img {
    position: relative;
    max-width: none
  }

  .thim-row-mobile-no-fullwidth {
    margin-left: 0 !important
  }

  #masthead.header_v4 .navigation,
  .thim-row-mobile-no-fullwidth>.panel-grid-cell .thim-widget-list-event {
    padding-left: 15px;
    padding-right: 15px
  }

  .thim-style-content-new-1 .course_right .thim-social-share li>div a {
    margin-bottom: 10px
  }

  #masthead.header_v3 .header_v3_container {
    background: #fff;
    min-height: 50px;
    padding: 15px 0
  }

  #masthead.header_v3 .header_v3_container .menu-mobile-effect.navbar-toggle {
    right: 0
  }

  #masthead.header_v3 .header_v3_container .menu-mobile-effect.navbar-toggle span.icon-bar {
    background: #333
  }

  #masthead.header_v3 .header_v3_container .sidebar-header .widget.widget_button {
    display: none
  }
}

@media (max-width:992px) {
  .container {
    width: 960px;
    max-width: 100%
  }

  .color-white .counter-group .counter-block {
    margin-right: 10px
  }

  .thim-course-list .course-item .thim-course-content .course-meta>div {
    margin-right: 15px;
    padding-right: 15px
  }

  .single-lpr_course .mfp-container {
    padding-left: 15px;
    padding-right: 15px
  }

  .learn-press .course-meta .course-author {
    display: none
  }

  .profile-container .profile-tabs .nav-tabs li {
    width: 33.3333%
  }

  .widget-area .thim-list-posts.sidebar .article-image {
    width: 65px;
    margin-right: 10px
  }

  .widget-area .thim-list-posts.sidebar .article-title-wrapper {
    width: calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px)
  }

  .widget-area .thim-course-list-sidebar .course-thumbnail {
    width: 65px;
    margin-right: 10px
  }

  .widget-area .thim-course-list-sidebar .thim-course-content {
    width: calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px)
  }

  .thim-click-to-bottom {
    margin-top: 0
  }

  .thim-widget-icon-box .wrapper-box-icon.circle .content-inner {
    padding-right: 0
  }

  .thim-welcome-university {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .thim-welcome-university .panel-grid-cell {
    width: 50% !important
  }

  .thim-welcome-university .panel-grid-cell:last-child {
    width: 100% !important
  }

  .thim-welcome-university .thim-register-now-form {
    margin-left: auto;
    margin-right: auto;
    float: none
  }

  .thim-welcome-university .thim-register-now-form .title {
    padding-left: 25px;
    padding-right: 25px
  }

  .collection-grid-3 {
    width: 50%;
    margin-bottom: 30px
  }

  .collection-grid-3:not(.collection-feature) .collection-item {
    width: 50%;
    float: left;
    margin-bottom: 30px;
    padding: 0 15px
  }

  .thim-welcome-university-2 {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .thim-welcome-university-2 .panel-grid-cell {
    width: 50% !important
  }

  .thim-welcome-university-2 .panel-grid-cell:nth-child(3) {
    clear: both;
    width: 100% !important;
    text-align: center
  }

  .thim-welcome-university-2 .panel-grid-cell:nth-child(2) {
    padding-left: 30px
  }

  .thim-welcome-university-2 .thim-register-now-form {
    float: none;
    display: inline-block
  }

  #masthead.header_v4 .navigation .width-logo {
    padding-left: 0
  }

  .thim-row-mobile-no-fullwidth {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .thim-widget-tab .nav-tabs li a span {
    display: none
  }

  .margin-top-collection {
    margin-top: -55px
  }

  .margin-top-collection .thim-courses-collection .owl-controls .owl-buttons>div {
    top: 27px
  }
}

@media (min-width:992px) and (max-width:1024px) {

  .img_position .widget_single-images:nth-child(1) img,
  .img_position .widget_single-images:nth-child(2) img {
    max-width: 450px
  }

  .layout_demo_1 .thim-list-event .item-event .time-from {
    width: 100px !important
  }

  .layout_demo_1 .thim-list-event .item-event .event-wrapper {
    padding: 0 50px !important;
    width: calc(100% - 495px) !important;
    width: -webkit-calc(100% - 495px) !important;
    width: -moz-calc(100% - 495px) !important
  }
}

@media (min-width:768px) and (max-width:959px) {
  .container {
    width: 900px;
    max-width: 100%
  }

  .counter-box.number-left {
    padding: 27px 0
  }

  .counter-box.number-left .display-percentage {
    width: 100%;
    float: none;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 20px
  }

  .counter-box.number-left .counter-content-container {
    margin-left: 0;
    padding-right: 30px;
    padding-left: 30px;
    width: calc(100%);
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    border: 0
  }
}

@media (min-width:769px) and (max-width:1023px) {
  .thim-courses-collection .thim-collection-carousel .item {
    padding-right: 10px;
    padding-left: 10px
  }

  .thim-courses-collection .owl-controls .owl-buttons>div,
  .thim-courses-collection .owl-controls .owl-buttons>div i {
    width: 45px;
    line-height: 45px
  }
}

@media (min-width:769px) and (max-width:800px) {
  .margin-top-collection {
    margin-top: -55px
  }

  .margin-top-collection .thim-courses-collection .owl-controls .owl-buttons>div {
    top: 27px
  }
}

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

  #thim-course-archive.thim-course-list .course-item .course-review,
  .thim-widget-tab .nav-tabs li a span,
  .tp-event-content .entry-content:after,
  article .entry-header .entry-meta li.author {
    display: none
  }

  #main {
    width: 70%
  }

  #main.full-width {
    width: 100%
  }

  #sidebar {
    width: 30%
  }

  .entry-tag-share .col-sm-6 {
    width: 100%
  }

  .entry-tag-share .thim-social-share {
    float: none;
    margin-top: 15px
  }

  #learn-press-course-description .thim-course-content,
  #tab-course-description .thim-course-content {
    width: 100%;
    float: none;
    clear: both;
    border-right: 0
  }

  #learn-press-course-description .thim-course-info,
  #tab-course-description .thim-course-info {
    float: none;
    clear: both;
    padding-left: 0;
    margin-top: 30px
  }

  #tab-course-review .course-rating .detailed-rating,
  #tab-reviews .course-rating .detailed-rating {
    margin-top: 20px
  }

  .profile-container .profile-tabs .thim-course-carousel .owl-item {
    max-width: calc(259px);
    max-width: -webkit-calc(259px);
    max-width: -moz-calc(259px)
  }

  .profile-container .quiz-results .result-field {
    margin-right: 15px
  }

  .profile-container .user-tab {
    width: calc(250px);
    width: -webkit-calc(250px);
    width: -moz-calc(250px)
  }

  .profile-container .profile-tabs {
    width: calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px)
  }

  .wrapper-box-icon.overlay .boxes-icon {
    max-width: 100px
  }

  .wrapper-box-icon.overlay .content-inner {
    width: calc(100% - 115px) !important;
    width: -webkit-calc(100% - 115px) !important;
    width: -moz-calc(100% - 115px) !important
  }

  .wrapper-box-icon.overlay .heading__primary {
    font-size: 20px
  }

  .tp-event-content .entry-content {
    width: 100%;
    float: none
  }

  .tp-event-content .tp-event-info {
    float: none;
    clear: both;
    margin-top: 30px;
    padding-left: 0
  }

  .tp-caption.thim-slider-heading {
    font-size: 60px !important
  }

  .thim-register-now-form.top-homepage {
    margin: 44px 0
  }

  article .entry-header .entry-meta li {
    margin-right: 20px;
    padding-right: 25px
  }

  #thim-course-archive.thim-course-list .course-item .course-meta {
    margin-bottom: 15px
  }

  #thim-course-archive.thim-course-list .course-item .course-thumbnail {
    width: calc(200px);
    width: -webkit-calc(200px);
    width: -moz-calc(200px)
  }

  #thim-course-archive.thim-course-list .course-item .thim-course-content {
    width: calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px)
  }

  #thim-course-archive.thim-course-list .course-item .course-readmore {
    margin-top: 0
  }

  .switch-layout-container .courses-searching form {
    width: 165px
  }

  .learn-press .course-tabs .nav-tabs li a {
    padding: 10px
  }

  .thim-get-100s .get-100s {
    font-size: 17px
  }

  .thim-get-100s h2 {
    font-size: 42px;
    line-height: 50px
  }

  .color-white .counter-group .counter-block {
    width: 80px;
    height: 80px;
    margin-right: 5px
  }

  .color-white .counter-group .counter-block .counter {
    height: 36px;
    line-height: 36px;
    width: 44px;
    font-size: 34px;
    margin: 10px 18px 0
  }

  .color-white .counter-group .counter-block .counter-caption {
    font-size: 12px;
    line-height: 18px
  }
}

@media (max-width:767px) {

  .mobile-logo-custom.site-header .no-sticky-logo,
  .mobile-logo-custom.site-header .sticky-logo,
  .mobile-logo-custom.site-header.affix .no-sticky-logo-mobile,
  .mobile-logo-custom.site-header.affix-top .sticky-logo-mobile {
    display: none
  }

  .list-event-layout-3 {
    margin-bottom: 30px
  }

  .feature-icon-box:after {
    right: 60px
  }
}

@media (max-width:768px) {

  #masthead.header_v3 .toolbar-container .widget_nav_menu,
  .header_v3 .thim-widget-link .desc,
  .mobile-menu-container .sub-menu[class*=submenu_columns]:before,
  .mobile-menu-container .sub-menu[class*=submenu_columns]>li:before,
  .related-archive ul.archived-posts>li:nth-child(5n+0),
  .related-archive ul.archived-posts>li:nth-child(5n+3),
  .related-archive ul.archived-posts>li:nth-child(5n+4),
  .related-archive ul.archived-posts>li:nth-child(5n+5),
  .sidebar-header,
  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .event-wrapper:before,
  .thim-ralated-course .thim-course-grid .lpr_course[class*=course-grid-]:nth-child(5n+0),
  .thim-ralated-course .thim-course-grid .lpr_course[class*=course-grid-]:nth-child(5n+3),
  .thim-ralated-course .thim-course-grid .lpr_course[class*=course-grid-]:nth-child(5n+4),
  .thim-ralated-course .thim-course-grid .lpr_course[class*=course-grid-]:nth-child(5n+5) {
    display: none
  }

  .thim-course-grid .lpr_course[class*=course-grid-] {
    width: 50%;
    clear: initial
  }

  .thim-course-grid .lpr_course[class*=course-grid-]:nth-child(2n+1) {
    clear: both
  }

  .related-archive ul.archived-posts {
    overflow: hidden;
    white-space: nowrap
  }

  .related-archive ul.archived-posts>li {
    width: 50%
  }

  .list-tab-event .nav-tabs li {
    width: 33.333%;
    min-width: 0
  }

  .tp-caption.thim-slider-heading {
    font-size: 70px
  }

  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .time-from {
    width: 90px;
    margin-right: 0
  }

  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .time-from .date {
    font-size: 60px;
    line-height: 62px
  }

  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .event-wrapper {
    width: calc(100% - 330px);
    width: -webkit-calc(100% - 330px);
    width: -moz-calc(100% - 330px);
    padding: 0 30px
  }

  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .image {
    width: 240px
  }

  body.single-lpr_course.admin-bar .mfp-inline-holder {
    padding-top: 46px
  }

  .mfp-content .popup-title {
    font-size: 16px;
    line-height: 70px;
    padding-left: 20px;
    padding-right: 80px
  }

  .mfp-content .popup-title>button {
    line-height: 70px;
    width: 70px;
    height: 70px
  }

  .mfp-content .course-content.popup-content,
  .mfp-content .thim-iframe-quiz iframe {
    padding-left: 20px;
    padding-right: 20px
  }

  .siteorigin-panels-stretch.panel-row-style {
    background-position: top left !important
  }

  .thim-footer-one-course .panel-grid-cell {
    width: 100% !important;
    float: none
  }

  footer#colophon .footer .thim-footer-one-course ul.menu {
    text-align: left
  }

  .thim-video-box .video-container {
    background-size: contain
  }

  .thim-video-box .video-container .video {
    height: 354px
  }

  article.our_team .image {
    width: 100%;
    float: none;
    margin-bottom: 30px
  }

  article.our_team .image img {
    max-width: 200px
  }

  article.our_team .content {
    width: 100%;
    float: none;
    clear: both;
    padding-left: 0
  }

  article.our_team .extra-info {
    width: 100%;
    float: none;
    clear: both;
    padding-left: 0;
    border: 0
  }

  .mobile-menu-container .sub-menu[class*=submenu_columns] {
    margin-left: 10px
  }

  .mobile-menu-container .sub-menu[class*=submenu_columns]>li {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden
  }

  .mobile-menu-container .sub-menu[class*=submenu_columns]>li .sub-menu:before {
    top: 0
  }

  .thim-row-bg-border-top {
    margin-top: 0
  }

  .thim-hello-there .readmore {
    margin-bottom: 30px
  }

  .thim-bg-border-top .thim-widget-icon-box .wrapper-box-icon .content-inner {
    padding: 100px 0 50px 60px
  }

  .woocommerce.widget_woocommerce_products .product_list_widget li {
    width: 50%
  }

  .woocommerce.widget_woocommerce_products .product_list_widget li:nth-child(4n+1) {
    clear: inherit
  }

  .woocommerce.widget_woocommerce_products .product_list_widget li:nth-child(2n+1) {
    clear: both
  }

  #learn-press-course-lesson iframe {
    max-width: calc(100vw - 52px);
    max-width: -webkit-calc(100vw - 52px);
    max-width: -moz-calc(100vw - 52px)
  }

  .thim-demo-university-3 footer#colophon {
    background-image: none;
    background-size: auto
  }

  .thim-demo-university-3 footer#colophon.footer-bg-image {
    background-size: cover
  }

  .thim-footer-info-3 {
    padding-right: 0;
    padding-left: 0;
    margin: auto;
    max-width: 350px
  }

  .thim-experience {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 0
  }

  .thim-owl-carousel-post.layout-2 {
    padding-top: 60px
  }

  .thim-owl-carousel-post.layout-2 .owl-controls .owl-buttons {
    top: 15px
  }

  .thim-sidebar-content .twitter-inner {
    min-height: 300px
  }

  #masthead.header_v3 .toolbar-container {
    padding-left: 0
  }

  .thim-demo-university-3 .footer .so-panel.widget {
    text-align: center
  }

  footer#colophon .mc4wp-form {
    max-width: 250px;
    margin: 10px auto auto
  }

  .thim-demo-university-3 footer#colophon .widget-title {
    margin-top: 37px
  }

  .list-event-slider .view-all,
  body.thim-demo-university-4 .thim-list-post-inner .link_read_more a {
    color: #333
  }

  .thim-widget-carousel-categories .content-wrapper {
    padding: 25px
  }

  .thim-widget-carousel-categories .owl-controls .owl-buttons {
    bottom: 20px
  }

  .thim-university-top-icon.thim-bg-overlay {
    margin-top: 30px;
    -webkit-flex-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important;
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .thim-university-top-icon.thim-bg-overlay>.panel-grid-cell .thim-widget-icon-box .wrapper-box-icon {
    border-right-color: #8C8C8C
  }

  .thim-university-top-icon>.panel-grid-cell {
    width: 33.33% !important;
    float: left !important
  }

  .thim-university-top-icon>.panel-grid-cell .thim-widget-icon-box .wrapper-box-icon {
    border-right: 1px solid #8C8C8C
  }

  .thim-university-top-icon>.panel-grid-cell:nth-child(3n+0) .thim-widget-icon-box .wrapper-box-icon {
    border-right: 0
  }

  .margin-top-collection {
    margin-top: -105px
  }

  .margin-top-collection .thim-courses-collection .owl-controls .owl-buttons>div {
    top: 78px
  }
}

@media (max-width:767px) {

  .color-white .counter-group,
  .thim-get-100s {
    text-align: center
  }

  .top_site_main {
    min-height: initial
  }

  .thim-course-carousel .owl-buttons {
    top: -40px;
    right: auto;
    left: 5px
  }

  .counter-box {
    margin: 0;
    border-right: 0
  }

  .thim-list-event .item-event {
    padding-bottom: 30px;
    padding-top: 30px
  }

  #main,
  #sidebar {
    width: 100%;
    float: left;
    clear: both
  }

  .site-main.alignleft {
    padding-right: 15px;
    padding-bottom: 60px
  }

  .site-main.alignright {
    padding-left: 15px;
    padding-bottom: 60px
  }

  .thim-best-industry {
    margin: 0
  }

  .thim-best-industry .wrapper-box-icon.overlay {
    background: #000
  }

  .thim-register-now-form {
    float: none;
    margin: 15px auto 60px
  }

  .thim-register-now-form .wpcf7-form,
  .thim-register-now-form form.yikes-easy-mc-form {
    padding-left: 15px;
    padding-right: 15px
  }

  .search-course-list-info li {
    margin: 0 15px
  }

  .widget-area .thim-list-posts.sidebar .article-image {
    width: 100px;
    margin-right: 20px
  }

  .widget-area .thim-list-posts.sidebar .article-title-wrapper {
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px)
  }

  .widget-area .thim-course-list-sidebar .course-thumbnail {
    width: 100px;
    margin-right: 20px
  }

  .widget-area .thim-course-list-sidebar .thim-course-content {
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px)
  }

  .contact-page .row .wpcf7-form-control-wrap,
  .user-courses-content .own-courses .own-courses-wrapper .inner-own-course {
    width: 100%
  }

  .alignleft,
  .alignright {
    float: none
  }

  .contact-page .row .wpcf7-form-control-wrap.your-email,
  .contact-page .row .wpcf7-form-control-wrap.your-name {
    margin-bottom: 10px
  }

  #profile-tabs,
  .user-info {
    width: 100%;
    padding: 0
  }

  .megacol {
    background-image: none !important
  }

  footer#colophon .copyright-area {
    padding: 0
  }

  footer#colophon .copyright-area .text-right {
    text-align: left;
    margin-top: 5px
  }

  footer#colophon .copyright-area .text-right li:first-child {
    margin-left: 0
  }

  footer#colophon .copyright-area .copyright-content {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .widget-box-title .browse-all-courses {
    position: static
  }

  .widget-box-title {
    padding-right: 0
  }

  .widget-box-title p {
    margin-bottom: 0
  }

  .custom-images {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .top_site_main .page-title-wrapper {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .site-content {
    padding: 35px 15px
  }

  .woocommerce.single-product .col-sm-12 div.product div.images,
  .woocommerce.single-product .col-sm-12 div.product div.summary,
  .woocommerce.single-product .col-sm-9 div.product div.images,
  .woocommerce.single-product .col-sm-9 div.product div.summary {
    width: 100% !important
  }

  .woocommerce.single-product div.product .related.products .blog-grid li.product {
    width: 50% !important
  }

  .woocommerce.single-product div.product .related.products .blog-grid li.product:nth-child(2n+1) {
    clear: both
  }

  .site-header {
    padding: 15px 0
  }

  .site-header.sticky-header.affix {
    padding-top: 7px;
    padding-bottom: 7px
  }

  .site-header.sticky-header.affix .navbar-nav>li>.tc-menu-inner,
  .site-header.sticky-header.affix .navbar-nav>li>a,
  .site-header.sticky-header.affix .navbar-nav>li>span.disable_link {
    padding: 0
  }

  .thim-gallery-images-default .item {
    float: left;
    width: 50% !important
  }

  .overlay-black {
    padding-bottom: 30px !important;
    padding-top: 50px !important
  }

  .fix-responsive {
    margin-left: 0 !important
  }

  .single .learn-press header {
    overflow: hidden
  }

  .single .learn-press header .author {
    float: left
  }

  .single .learn-press #course-landing .course-students>span:after {
    display: none
  }

  #masthead.affix-top {
    margin-top: 0
  }

  .navigation .width-logo img {
    margin: 0 0 10px
  }

  #masthead .navigation {
    padding-top: 10px;
    padding-bottom: 0
  }

  .learn-press h1.entry-title,
  .menu-scoll-landing .col-md-6 {
    width: 100%
  }

  .menu-scoll-landing .col-md-6 {
    margin-bottom: 15px !important;
    text-align: left
  }

  .menu-scoll-landing .course-wishlist,
  .menu-scoll-landing .course-wishlisted {
    display: inline-block;
    font-size: 0;
    padding: 13px;
    margin-left: 0
  }

  .learn-press .course-meta .course-author,
  .thim-welcome-university>.panel-grid-cell:first-child:before {
    display: none
  }

  .menu-scoll-landing .course-wishlist:after,
  .menu-scoll-landing .course-wishlisted:after {
    content: "\f08a";
    font: normal normal normal 14px/1 FontAwesome
  }

  .menu-scoll-landing .course-wishlisted:after {
    content: "\f004"
  }

  .wrapper-author {
    margin-bottom: 25px
  }

  .profile-container .user-tab {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 40px
  }

  .profile-container .profile-tabs {
    width: 100%;
    float: none;
    clear: both
  }

  .wrapper-box-icon.overlay .heading__primary {
    margin-top: 35px
  }

  .thim-register-form-top {
    margin-top: 0
  }

  .thim-register-form-top .thim-register-now-form {
    margin: auto;
    box-shadow: 1px 0 5px 0 #ccc
  }

  .wrapper-lists-our-team .our-team-item {
    width: 50%;
    float: left
  }

  .thim-other-member.wrapper-lists-our-team .our-team-item {
    margin-bottom: 55px
  }

  .thim-demo-accounts {
    clear: both;
    margin-left: -15px !important;
    margin-right: -15px !important
  }

  .thim-demo-accounts>.panel-grid-cell {
    width: 50% !important;
    float: left !important;
    padding-left: 15px !important;
    padding-right: 15px !important
  }

  .thim-video-box .video-container {
    max-height: 415px
  }

  .thim-video-box .video-container .video {
    max-height: 340px;
    height: 340px
  }

  .thim-welcome-university>.panel-grid-cell {
    width: 100% !important
  }

  article.testimonials .content,
  article.testimonials .image {
    float: none;
    width: 100%;
    clear: both
  }

  .thim-welcome-university>.panel-grid-cell:first-child {
    padding-right: 0 !important
  }

  .thim-welcome-university>.panel-grid-cell:nth-child(2) {
    padding-left: 0 !important
  }

  .thim-welcome-university .thim-register-now-form .title {
    font-weight: 400
  }

  article.testimonials .image {
    margin: 0 0 30px
  }

  article.testimonials .image img {
    max-width: 200px
  }

  .site-header.header_v2#masthead .navigation {
    padding-top: 10px
  }

  .site-header.header_v2 .navigation .width-logo img,
  .site-header.header_v2 .navigation .width-navigation img {
    margin-bottom: 10px
  }

  .thim-buy-now,
  .thim-university-top-icon.thim-bg-overlay {
    margin-left: 0;
    margin-right: 0
  }

  .thim-buy-now .thim-widget-button {
    text-align: left
  }

  .thim-about-author .author-wrapper,
  .thim-carousel-list-instructors .instructor-item .info_ins .reviews,
  .thim-carousel-list-instructors .instructor-item .info_ins .students {
    text-align: center
  }

  .wrapper-gallery-filter>.thim-col-5,
  .wrapper-gallery-filter>[class*=col-sm-] {
    width: 50%;
    float: left
  }

  .thim-global-locations {
    margin-top: 0
  }

  .thim-widget-courses .thim-category-tabs.thim-course-grid {
    margin-top: -30px
  }

  .thim-category-tabs .nav-tabs {
    float: none;
    margin: 0 0 30px
  }

  #thim-popup-login .thim-login-container>br {
    display: block
  }

  #thim-popup-login .mo-openid-app-icons {
    width: 100%;
    float: none;
    padding-bottom: 40px
  }

  #thim-popup-login .mo-openid-app-icons:after {
    content: '';
    position: absolute;
    max-width: 520px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 1px;
    top: auto
  }

  #thim-popup-login.has-shortcode .thim-login {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 10px
  }

  .thim-bg-border-top .thim-widget-icon-box .wrapper-box-icon .content-inner {
    padding: 10px 30px
  }

  .thim-about-author .author-avatar {
    float: none;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 5px
  }

  .thim-about-author .author-bio {
    width: 100%;
    clear: both;
    float: none
  }

  .thim-style-content-new-1 .content_course_2 {
    margin-top: -195px
  }

  .thim-style-content-new-1 #lp-single-course .course-meta>div {
    display: inline-block;
    margin-bottom: 15px;
    width: 40%;
    padding-left: 0
  }

  .thim-style-content-new-1 #lp-single-course .course-meta>div.course-author {
    width: 100%;
    display: inline-block
  }

  .thim-style-content-new-1 #tab-course-description .thim-course-content {
    width: 100%
  }

  .thim-style-content-new-1 .course_right {
    margin-bottom: 30px
  }

  .thim-style-content-new-1 .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment,
  .thim-style-content-new-1 .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson,
  .thim-style-content-new-1 .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz {
    padding-left: 15px
  }

  .thim-style-content-new-1 .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-meta,
  .thim-style-content-new-1 .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-meta,
  .thim-style-content-new-1 .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-meta {
    right: 10px;
    top: 15px;
    padding-top: 0
  }

  .thim-style-content-new-1 .menu_content_course .thim-about-author .author-bio {
    width: 100%
  }

  .thim-style-content-new-1 .menu_content_course .thim-about-author .author-description {
    width: 100%;
    margin-top: 30px
  }

  .thim-style-content-new-1 .menu_content_course #tab-course-review .course-rating>.detailed-rating,
  .thim-style-content-new-1 .menu_content_course #tab-reviews .course-rating>.detailed-rating {
    width: 100%;
    margin-top: 0
  }

  .thim-style-content-new-1 .menu_content_course #tab-course-review .course-rating>.detailed-rating .rating-box,
  .thim-style-content-new-1 .menu_content_course #tab-reviews .course-rating>.detailed-rating .rating-box {
    padding-top: 0
  }

  .thim-style-content-new-1 .vc_row.vc_parallax {
    background: 0 0 !important
  }

  .footer_widget .panel-grid-cell {
    margin-bottom: 30px !important
  }

  .thim-carousel-list-instructors .instructor-item {
    padding-left: 0;
    padding-right: 0
  }

  .thim-carousel-list-instructors .instructor-item .instructor-info {
    position: inherit;
    bottom: inherit
  }

  .thim-carousel-list-instructors .instructor-item .wrap-item {
    padding-bottom: 0
  }

  .siteorigin-panels-stretch.panel-row-style.thim_bg_left,
  .siteorigin-panels-stretch.panel-row-style.thim_bg_right {
    background-image: none !important
  }

  .thim-row-bg-border-top .panel-grid-cell {
    margin-bottom: 0;
    overflow: hidden
  }
}

@media screen and (max-width:667px) {
  .thim-course-list .course-item .course-thumbnail {
    width: 220px
  }

  .thim-course-list .course-item .thim-course-content {
    width: calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px)
  }

  .thim-newlleter-homepage {
    margin-top: -20px;
    background: 0 0;
    padding-top: 15px;
    padding-bottom: 45px;
    border-top: 1px solid #eee
  }

  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=email],
  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=text] {
    margin-left: 0
  }

  #learn-press-course-description .thim-course-content,
  #tab-course-description .thim-course-content {
    float: none;
    clear: both;
    border-right: 0;
    width: 100%
  }

  #learn-press-course-description .thim-course-info,
  #tab-course-description .thim-course-info {
    float: none;
    clear: both;
    padding-left: 0;
    margin-top: 30px
  }

  #tab-course-review .course-rating .detailed-rating,
  #tab-reviews .course-rating .detailed-rating {
    margin-top: 30px
  }

  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .time-from {
    width: 100%;
    text-align: left
  }

  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .time-from .date {
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    margin-right: 10px
  }

  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .time-from .month {
    display: inline-block;
    line-height: 50px
  }

  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .image {
    float: none;
    margin-bottom: 15px;
    width: 100%
  }

  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .event-wrapper {
    clear: both;
    float: none;
    padding: 0 50px 0 0;
    width: 100%
  }

  #back-to-top,
  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .event-wrapper:before {
    display: none
  }

  .entry-tag-share .thim-social-share {
    float: none;
    margin-top: 15px
  }

  .thim-video-box .video-container {
    max-height: 375px
  }

  .thim-video-box .video-container .video {
    max-height: 300px;
    height: 300px
  }

  .thim-top-landing {
    padding-top: 120px !important;
    padding-bottm: 110px !important
  }

  .thim-support-service .sc_heading .title {
    line-height: 40px
  }

  .thim-grid-posts.has-horizontal.has-vertical .grid-horizontal,
  .thim-grid-posts.has-horizontal.has-vertical .grid-vertical {
    width: 100%;
    float: none;
    clear: both
  }

  .thim-grid-posts .item-post .article-image {
    position: relative
  }

  .thim-grid-posts .item-post .article-image img {
    width: 100%
  }

  .thim-grid-posts .grid-vertical .item-post .article-wrapper {
    width: 50%;
    float: right;
    position: relative
  }

  .thim-grid-posts .grid-vertical .item-post .article-wrapper:before {
    top: 58px;
    left: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #f5f5f5;
    border-left: none;
    z-index: 10
  }

  .thim-grid-posts .grid-vertical .item-post .article-image {
    width: 50%;
    float: left;
    position: relative
  }

  .thim-grid-posts .grid-vertical .item-post .article-image img {
    width: 100%
  }
}

@media screen and (max-width:600px) {

  .learn-press .course-meta,
  .learn-press .course-payment {
    margin-bottom: 0
  }

  body.admin-bar .menu-scoll-landing,
  body.admin-bar .site-header.affix {
    top: 0
  }

  .mc4wp-form .mc4wp-form-fields input[type=text],
  .mc4wp-form .mc4wp-form-fields input[type=email],
  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=text],
  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=email] {
    max-width: 325px;
    margin-left: 0
  }

  article .entry-header .entry-meta li {
    padding-right: 20px;
    margin-right: 15px
  }

  .comments-area .comment-list .comment-list-inner .children,
  .woocommerce #content .comments-area .comment-list .comment-list-inner .children,
  .woocommerce .comments-area .comment-list .comment-list-inner .children {
    margin-left: 50px
  }

  .thim-testimonial-slider {
    padding: 0 30px
  }

  .thim-testimonial-slider .control-nav {
    top: 56px !important
  }

  .thim-testimonial-slider .slides-content .content {
    margin-left: -30px;
    margin-right: -30px
  }

  .thim-course-list .course-item .thim-course-content .course-readmore {
    margin-top: -8px
  }

  .thim-course-list .course-item .course-meta .course-review {
    display: none !important
  }

  .learn-press .course-meta .course-review,
  .switch-layout-container .course-index,
  .thim-course-menu-landing .thim-course-landing-tab,
  .thim-demo-accounts>.panel-grid-cell .thim-widget-single-images,
  .tp-event-content .entry-content:after {
    display: none
  }

  .tp-event-content .entry-content {
    width: 100%;
    float: none
  }

  .tp-event-content .tp-event-info {
    float: none;
    clear: both;
    margin-top: 30px;
    padding-left: 0
  }

  .learn-press .course-summary {
    margin-top: 30px
  }

  .learn-press .course-meta>div {
    border-right: 0
  }

  .counter-box.number-left {
    padding-bottom: 30px;
    padding-top: 30px
  }

  .thim-ralated-course .related-title {
    margin-top: 50px;
    margin-bottom: 35px
  }

  article.lp_course h1.entry-title {
    margin-bottom: 15px
  }

  .page-404-content {
    padding-left: 0;
    padding-right: 0
  }

  .page-404-content h2 {
    font-size: 65px;
    line-height: 70px
  }

  .thim-demo-accounts {
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .thim-demo-accounts>.panel-grid-cell {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%
  }

  .footer-bottom {
    position: relative
  }

  footer#colophon.has-footer-bottom {
    margin-bottom: 0
  }

  .thim-video-box .video-container {
    padding: 25px 65px 50px;
    max-height: 325px
  }

  .thim-video-box .video-container .video {
    height: 250px;
    max-height: 250px
  }

  .thim-footer-info>div {
    display: block;
    margin-right: 0
  }

  .shop_table .product-price,
  .shop_table .product-thumbnail {
    display: none
  }

  .woocommerce table.cart.shop_table th {
    text-align: left
  }

  .woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce.woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 13px;
    min-width: 100px
  }

  .mo-openid-app-icons .btn-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
  }

  .mo-openid-app-icons .btn-block:first-child {
    margin: 0
  }

  .mo-openid-app-icons .btn-block:last-child {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
  }

  .thim-welcome-university-2 .panel-grid-cell {
    width: 100% !important
  }

  table.list-book-event td,
  table.list-book-event th {
    padding: 5px !important
  }
}

@media (max-width:480px) {

  .archive_switch .col-sm-6,
  .breadcrumbs-wrapper.button-list-gird #breadcrumbs,
  .breadcrumbs-wrapper.button-list-gird .display,
  .breadcrumbs-wrapper.button-list-gird .thim-breadcrumbs,
  .breadcrumbs-wrapper.button-list-gird .woocommerce-breadcrumb,
  .course-grid .col-sm-6,
  .posts-display .col-sm-6 {
    width: 100%
  }

  .one-courses-page-content .col-sm-4,
  .one-courses-page-content .col-sm-8,
  .overlay-black .icon-box-title span {
    display: block
  }

  .breadcrumbs-wrapper.button-list-gird .display {
    padding-top: 20px;
    text-align: left
  }

  .breadcrumbs-wrapper.button-list-gird .display a {
    margin-left: 0;
    margin-right: 20px
  }

  .woocommerce.single-product div.product .related.products .blog-grid li.product {
    width: 100% !important
  }

  .woocommerce.single-product div.product .related.products .blog-grid li.product:nth-child(2n+1) {
    clear: both
  }

  .thim-gallery-images-default .item {
    float: left;
    width: 100% !important
  }

  .overlay-black .icon-box-title {
    font-size: 24px !important;
    line-height: 32px !important
  }

  .thim-widget-courses-searching .courses-searching input {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 13px;
    padding-left: 10px;
    width: calc(100% - 40px) !important;
    width: -webkit-calc(100% - 40px) !important;
    width: -moz-calc(100% - 40px) !important
  }

  .thim-widget-courses-searching .courses-searching button {
    width: 40px;
    line-height: 40px
  }

  .icon-left .content-inner {
    width: 100% !important;
    text-align: center;
    padding: 15px 0
  }

  .icon-left .content-inner .icon-box-title {
    font-size: 26px !important
  }

  .icon-left .boxes-icon {
    margin: 0 auto;
    float: none
  }

  .learn-press .course-payment .learn-press-pmpro-buy-membership .button.purchase-button,
  .learn-press .course-tabs .nav-tabs li a .fa {
    margin-right: 0
  }

  .wrapper-author .author-right,
  .wrapper-author .avatar-instructors {
    width: 100%;
    display: inline-block
  }

  article .entry-header .date-meta {
    border-right: 0;
    margin-bottom: 15px
  }

  article .entry-header .entry-contain {
    float: none;
    width: 100%;
    clear: both;
    padding-left: 0
  }

  article .entry-header .entry-contain:before {
    display: block
  }

  .learn-press .course-tabs .nav-tabs li a span,
  .learn-press .thim-course-menu-landing .thim-course-landing-button .learn-press-pmpro-buy-membership {
    display: none
  }

  article .entry-header .entry-title a {
    white-space: normal
  }

  .wrapper-box-icon.overlay .heading__primary {
    margin-top: 20px
  }

  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .time-from {
    float: none;
    clear: both;
    text-align: left
  }

  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .image {
    float: none;
    width: 100%
  }

  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .event-wrapper {
    padding-left: 0;
    padding-right: 0
  }

  .thim-testimonial-slider .control-nav {
    top: 36px !important
  }

  .learn-press .course-payment,
  .learn-press .course-payment .lp-course-buttons {
    text-align: right
  }

  .learn-press .course-payment .learn-press-pmpro-buy-membership {
    margin-bottom: 15px
  }

  #learn-press-course-description .thim-course-content,
  #tab-course-description .thim-course-content {
    padding-right: 20px
  }

  .thim-ralated-course .thim-course-grid .lpr_course[class*=course-grid-] {
    width: 100%;
    display: none
  }

  .thim-ralated-course .thim-course-grid .lpr_course[class*=course-grid-]:first-child {
    display: inherit
  }

  .thim-course-grid .lpr_course[class*=course-grid-] {
    width: 100%;
    float: none
  }

  .thim-course-carousel,
  .thim-owl-carousel-post {
    padding-top: 10px
  }

  .thim-course-carousel .owl-controls,
  .thim-owl-carousel-post .owl-controls {
    top: -40px;
    left: 5px;
    right: auto
  }

  .thim-widget-list-event .thim-list-event:not(.layout-2):not(.layout-3) {
    padding-top: 30px;
    margin-top: 10px;
    display: inline-block
  }

  .thim-widget-list-event .thim-list-event:not(.layout-2):not(.layout-3) .view-all {
    top: -37px;
    left: 0;
    right: auto
  }

  .profile-tabs .thim-course-grid.thim-carousel-wrapper {
    padding-top: 40px
  }

  .profile-tabs .thim-course-grid.thim-carousel-wrapper .owl-controls {
    top: -10px
  }

  .thim-widget-courses .view-all-courses {
    top: -37px;
    left: 0;
    right: auto
  }

  .thim-widget-courses .thim-course-grid:not(.thim-carousel-wrapper) {
    padding-top: 20px
  }

  .thim-list-event .view-all {
    top: -57px;
    left: 0;
    right: auto
  }

  .thim-get-100s {
    padding-top: 100px
  }

  .thim-get-100s .get-100s {
    font-size: 14px
  }

  .thim-get-100s h2 {
    font-size: 36px;
    line-height: 50px
  }

  .counter-group .counter-block {
    width: 85px;
    height: 85px;
    margin-right: 10px
  }

  .counter-group .counter-block .counter {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    margin: 10px 18px 0
  }

  .counter-group .counter-block .counter-caption {
    font-size: 12px;
    line-height: 18px
  }

  .tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section {
    margin: 0 10px;
    width: 65px;
    height: 65px
  }

  .tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section .countdown-amount {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    margin-top: 10px
  }

  .tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section .countdown-period {
    font-size: 11px;
    line-height: 18px
  }

  .comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author,
  .comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email,
  .comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-url {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .thim-course-list .course-item .course-thumbnail {
    margin-right: 0;
    margin-bottom: 15px;
    width: 270px
  }

  .collection-grid-3,
  .related-archive .single-title,
  .share-post .single-title {
    margin-bottom: 30px
  }

  .thim-course-list .course-item .thim-course-content {
    width: 100%;
    clear: both;
    float: none
  }

  #toolbar .thim-have-any-question {
    display: none
  }

  .thim-mobile-login {
    display: block
  }

  .entry-navigation-post:before,
  .profile-container .profile-tabs .nav-tabs li .text,
  .related-products .product,
  article .entry-header .entry-meta li.entry-date {
    display: none
  }

  .page-404-content h2 {
    font-size: 55px;
    line-height: 60px
  }

  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-title,
  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .quiz-title,
  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-title,
  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .quiz-title,
  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-title,
  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .quiz-title {
    max-width: calc(100% - 30px)
  }

  .quiz-results .result-field {
    margin-right: 15px
  }

  form#lostpasswordform p input[type=email],
  form#lostpasswordform p input[type=password],
  form#lostpasswordform p input[type=text] {
    max-width: 260px
  }

  .top_site_main .page-title-wrapper h1,
  .top_site_main .page-title-wrapper h2 {
    font-size: 40px
  }

  #sidebar .thim-widget-single-images img {
    width: 100%
  }

  .entry-navigation-post .next-post,
  .entry-navigation-post .prev-post {
    padding: 10px 20px 25px;
    width: 100%
  }

  .entry-navigation-post .prev-post {
    border-bottom: 1px solid #eee
  }

  .product-cat li a {
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px
  }

  .product-grid .product.col-xs-6 {
    width: 100%;
    clear: both
  }

  .related-products .product:first-child {
    display: block
  }

  .thim-about-author {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px
  }

  .woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li,
  .woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li {
    width: 50%
  }

  .wrapper-lists-our-team .our-team-item {
    width: 100%
  }

  .thim-widget-tab .nav-tabs li a span {
    display: none
  }

  .related-archive ul.archived-posts>li {
    width: 100%;
    display: none
  }

  .related-archive ul.archived-posts>li:first-child {
    display: inherit
  }

  .thim-video-box .video-container {
    padding: 20px 55px 50px;
    max-height: 280px
  }

  .thim-video-box .video-container .video {
    max-height: 210px
  }

  .thim-university-top-icon {
    -webkit-flex-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important;
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .thim-university-top-icon>.panel-grid-cell {
    width: 50% !important
  }

  .thim-university-top-icon>.panel-grid-cell:nth-child(3n+0) .thim-widget-icon-box .wrapper-box-icon {
    border-right: 1px solid #eda803
  }

  .thim-university-top-icon>.panel-grid-cell:nth-child(2n+0) .thim-widget-icon-box .wrapper-box-icon {
    border-right: 0
  }

  .collection-grid-3,
  .wrapper-gallery-filter>.thim-col-5,
  .wrapper-gallery-filter>[class*=col-sm-] {
    width: 100%;
    float: none
  }

  .collection-grid-3:not(.collection-feature) .collection-item {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    padding: 0 15px
  }

  .thim-courses-collection .collection-item {
    width: 100%
  }

  .woocommerce-page.woocommerce-cart table.cart td.actions input[type=submit],
  .woocommerce.woocommerce-cart table.cart td.actions input[type=submit] {
    margin-left: 5px;
    font-size: 12px;
    padding: 5px 10px
  }

  .lp_pmpro_courses_by_level .thim-level-wrap {
    width: 100%
  }

  .pmpro-has-access .pmpro_thead-msg,
  .pmpro-has-access .pmpro_thead-name {
    width: 100%;
    float: none
  }

  #tp_style_selector {
    display: none
  }

  #thim-popup-login .thim-login-container {
    padding-left: 15px;
    padding-right: 15px
  }

  .thim-carousel-course-categories .item {
    width: 100%
  }

  .woocommerce.widget_woocommerce_products .product_list_widget li {
    width: 100%;
    clear: both
  }

  .thim-list-event .thim-col-2 {
    width: 100%;
    float: none;
    clear: both
  }

  .thim-list-event.layout-3 .item-event {
    padding-bottom: 20px
  }

  .thim-widget-carousel-categories .image {
    width: 100%;
    float: none;
    min-height: 0 !important
  }

  .thim-widget-carousel-categories .image img {
    position: relative;
    width: 100%
  }

  .thim-widget-carousel-categories .content-wrapper {
    width: 100%;
    float: none;
    clear: both
  }

  .thim-grid-posts .grid-vertical .item-post .article-image img,
  .thim-grid-posts .item-post .article-image img {
    max-width: none;
    width: auto
  }

  .thim-footer-info-3 {
    max-width: 100%
  }

  .thim-list-event.layout-3 .view-all {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0
  }

  .thim-grid-posts {
    padding-bottom: 10px
  }

  .thim-grid-posts .link_read_more {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto
  }

  body.thim-demo-university-4 .list-event-slider .view-all,
  body.thim-demo-university-4 .thim-list-post-inner .link_read_more a {
    position: relative;
    top: auto;
    margin-bottom: 20px;
    text-align: center;
    margin-top: -10px
  }

  .thim-list-post-inner .link_read_more {
    position: relative;
    top: auto;
    text-align: center
  }

  .thim-post-caregories-slider {
    position: relative
  }

  .thim-post-caregories-slider .link-view-all {
    left: 15px;
    right: auto;
    top: auto;
    bottom: 70px
  }

  body #tp_style_selector {
    display: none !important
  }

  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz {
    padding-left: 0;
    padding-right: 0
  }

  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-left,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-left,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-left {
    min-width: 60px;
    padding-right: 0
  }

  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .index,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .index,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .index {
    min-width: 35px
  }

  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .label,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .label,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .label {
    display: none
  }

  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-center,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-center,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-center {
    max-width: calc(100% - 60px);
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px)
  }

  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta {
    display: block;
    margin-left: 60px;
    clear: both;
    float: none
  }

  #learn-press-course-curriculum ul.curriculum-sections .section-header {
    padding-right: 0
  }

  #learn-press-course-curriculum ul.curriculum-sections .section-header .meta {
    display: none
  }

  body.thim-demo-university-4 .thim-about-eduma {
    padding-right: 0
  }

  .list-event-slider .view-all,
  body.thim-demo-university-4 .thim-list-post-inner .link_read_more a {
    color: #333
  }

  .switch-layout-container .courses-searching ul {
    min-width: 0;
    width: 100%
  }

  .profile-container .profile-tabs .nav-tabs li a .fa {
    margin-right: 0
  }

  .profile-tabs table.table-orders tr td,
  .profile-tabs table.table-orders tr th {
    padding-left: 10px;
    padding-right: 10px
  }

  body footer#colophon.footer-bg-image {
    background-image: none
  }

  .menu-right ul li>div.thim-widget-login-popup {
    padding-top: 10px
  }

  body.course-item-popup #learn-press-content-item #course-item-content-header .toggle-content-item {
    width: 70px;
    right: 70px
  }

  body.course-item-popup #learn-press-content-item #course-item-content-header .back_course {
    width: 70px
  }

  .learn-press .course-tabs .tab-content {
    padding: 30px 15px
  }

  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-left,
  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-left,
  #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-left {
    margin-bottom: 10px
  }
}

@media (width:480px) {
  .tp-caption.thim-slider-heading {
    margin-top: 10px !important
  }

  .tp-caption.thim-slider-sub-heading {
    margin-top: 30px !important
  }
}

@media (max-width:420px) {
  .thim-video-box .video-container .video {
    max-height: 180px
  }

  .mc4wp-form .mc4wp-form-fields input[type=email],
  .mc4wp-form .mc4wp-form-fields input[type=text] {
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%
  }

  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=email],
  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=text] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    height: 40px;
    padding: 4px 25px
  }

  .mc4wp-form .mc4wp-form-fields button[type=submit],
  .mc4wp-form .mc4wp-form-fields input[type=submit] {
    height: 40px;
    padding: 5px 25px;
    margin-left: 0
  }

  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields button[type=submit],
  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type=submit] {
    height: 40px;
    padding: 5px 25px
  }
}

@media (max-width:375px) {
  .thim-video-box .video-container .video {
    max-height: 160px
  }

  #tab-course-review .course-rating .average-rating,
  #tab-reviews .course-rating .average-rating {
    width: 100%;
    float: none
  }

  #tab-course-review .course-rating .detailed-rating,
  #tab-reviews .course-rating .detailed-rating {
    width: 100%
  }

  #tab-course-review .course-rating .detailed-rating .stars,
  #tab-reviews .course-rating .detailed-rating .stars {
    padding-left: 15px;
    padding-right: 15px
  }

  #tab-course-review .course-rating .detailed-rating .stars div.bar,
  #tab-reviews .course-rating .detailed-rating .stars div.bar {
    width: 170px
  }

  .thim-grid-posts .grid-horizontal .item-post .article-image,
  .thim-grid-posts .grid-vertical .item-post .article-image {
    width: 100%;
    float: none;
    clear: both
  }

  .thim-grid-posts .grid-horizontal .item-post .article-image img,
  .thim-grid-posts .grid-vertical .item-post .article-image img {
    width: 100%;
    position: relative
  }

  .thim-grid-posts .grid-horizontal .item-post .article-wrapper,
  .thim-grid-posts .grid-vertical .item-post .article-wrapper {
    width: 100%;
    float: none;
    clear: both;
    position: relative
  }

  .thim-grid-posts .grid-horizontal .item-post .article-wrapper:before,
  .thim-grid-posts .grid-vertical .item-post .article-wrapper:before {
    top: -26px;
    left: 50%;
    right: auto;
    margin-left: -13px;
    border-bottom: 13px solid #f5f5f5;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent
  }

  .grid-horizontal .item-post:nth-child(2n) .article-wrapper:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    border-bottom-color: transparent
  }

  .profile-tabs table.table-orders tr .order-number {
    display: none
  }
}

@media (max-width:479px) {
  .thim-list-event:not(.layout-2):not(.layout-3) .item-event .image {
    width: 100%
  }

  .thim-testimonial-slider .control-nav {
    top: 40px !important
  }

  .thim-testimonial-slider .control-nav:before {
    font-size: 16px
  }

  .thim-social-share li {
    margin-bottom: 10px
  }

  #tab-course-review .course-rating .detailed-rating .stars,
  #tab-reviews .course-rating .detailed-rating .stars {
    padding: 0 15px
  }

  #tab-course-review .course-rating .detailed-rating .stars div.bar,
  #tab-reviews .course-rating .detailed-rating .stars div.bar {
    width: 135px
  }

  form#lostpasswordform p input[type=email],
  form#lostpasswordform p input[type=password],
  form#lostpasswordform p input[type=text] {
    margin-bottom: 15px;
    max-width: 100%
  }

  form#lostpasswordform p input[type=submit] {
    width: 100%;
    max-width: 100%;
    margin: 0
  }

  .wpcf7-form .your-email,
  .wpcf7-form .your-name,
  form.yikes-easy-mc-form .your-email,
  form.yikes-easy-mc-form .your-name {
    margin-left: 0;
    width: 100%
  }

  .switch-layout-container .courses-searching form {
    width: 215px
  }

  .top_site_main .page-title-wrapper h1,
  .top_site_main .page-title-wrapper h2 {
    font-size: 35px;
    word-break: break-word
  }

  .counter-group .counter-block {
    width: 68px;
    height: 68px;
    margin-right: 5px
  }

  .color-white .counter-group .counter-block {
    margin-right: 0
  }

  .counter-group .counter-block .counter {
    height: 30px;
    width: 43px;
    line-height: 30px;
    font-size: 30px;
    margin: 8px 12px 0
  }

  .counter-group .counter-block .counter-caption {
    font-size: 11px;
    line-height: 18px
  }

  .tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section {
    margin: 0 5px;
    width: 65px;
    height: 65px
  }

  .tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section .countdown-amount {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    margin-top: 8px
  }

  .tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section .countdown-period {
    font-size: 11px;
    line-height: 18px
  }

  .thim-course-list .course-item .course-thumbnail {
    max-width: 100%;
    width: 100%
  }

  .learn-press .course-meta .course-categories {
    display: none
  }

  .page-404-content .col-xs-6 {
    width: 100%;
    float: none
  }

  .wrapper-box-icon.overlay .icon-images {
    display: table-cell
  }

  #tab-course-review .course-review .content-review>ul .review-text,
  #tab-reviews .course-review .content-review>ul .review-text {
    width: 100%;
    clear: both;
    padding-top: 15px;
    float: none
  }

  .quiz-results .result-summary {
    text-align: center
  }

  .quiz-results .result-summary .result-field {
    margin: 7px 10px !important
  }

  article .entry-header .entry-meta li.author {
    display: none
  }

  .thim-login .link-bottom a {
    display: block
  }

  .comments-area .comment-list .comment-list-inner li .comment-right {
    float: none;
    clear: both;
    padding-top: 15px
  }

  .comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link {
    margin-left: 0;
    margin-right: 15px;
    float: left
  }

  .comments-area .comment-list .comment-list-inner li .content-comment {
    clear: both
  }

  .thim-video-box .video-container {
    padding: 0;
    max-height: 200px
  }

  .thim-video-box .video-container .video {
    max-height: 200px
  }

  .thim-university-top-icon>.panel-grid-cell {
    width: 50% !important;
    float: none
  }

  .thim-university-top-icon>.panel-grid-cell .thim-widget-icon-box .wrapper-box-icon {
    border-right: 0 !important
  }

  .thim-university-top-icon .thim-widget-icon-box .heading__primary {
    margin-top: 10px
  }

  .wrapper-box-icon.overlay .heading__primary {
    padding-right: 0;
    word-wrap: break-word;
    font-size: 18px;
    line-height: 26px
  }

  .counter-box.number-left .display-percentage {
    width: 75px;
    font-size: 45px;
    line-height: 55px
  }

  .counter-box.number-left .counter-box-content {
    font-size: 20px
  }

  .counter-box.number-left .view-more {
    font-size: 12px
  }

  .counter-box.number-left .counter-content-container {
    padding-right: 10px;
    width: calc(100% - 95px);
    width: -webkit-calc(100% - 95px);
    width: -moz-calc(100% - 95px)
  }

  .woocommerce table.shop_table td,
  .woocommerce table.shop_table th {
    padding-left: 10px;
    padding-right: 10px
  }

  .woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-page.woocommerce-cart table.cart td.actions input[type=submit],
  .woocommerce.woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce.woocommerce-cart table.cart td.actions input[type=submit] {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .pmpro-has-access .navigation a,
  .pmpro-has-access .pmpro_actionlinks a {
    display: block;
    margin-left: 0;
    margin-right: 0
  }

  #masthead.header_v3 .toolbar-container .widget_login-popup,
  .menu-right .thim-link-login .profile {
    display: none
  }

  #thim-popup-login .mo-openid-app-icons,
  #thim-popup-login.has-shortcode .thim-login {
    padding-left: 0;
    padding-right: 0
  }

  #masthead.header_v3 .toolbar-container .widget_search .search-form {
    border-left: 0
  }

  #masthead.header_v3 .toolbar-container .widget_search .search-form label .search-field:focus {
    width: 160px
  }

  #learn-press-content-item .learn-press-content-item-container,
  body #course-curriculum-popup #popup-sidebar {
    padding-left: 15px;
    padding-right: 15px
  }

  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment,
  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson,
  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz {
    padding-right: 5px;
    position: relative
  }

  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-left,
  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-left,
  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-left,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-left,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-left,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-left {
    margin-bottom: 0
  }

  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .index,
  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .index,
  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .index,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .index,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .index,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .index {
    min-width: 35px
  }

  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-center,
  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-center,
  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-center,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .meta-center,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-center,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-center {
    max-width: 100%
  }

  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-meta,
  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-meta,
  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-meta,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-meta,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-meta,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-meta {
    position: absolute;
    top: 15px;
    right: 0
  }

  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-title,
  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-title,
  #popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-title,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .course-item-title,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .course-item-title,
  .course-summary #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .course-item-title {
    max-width: calc(100% - 105px);
    max-width: -webkit-calc(100% - 105px);
    max-width: -moz-calc(100% - 105px)
  }

  .thim-widget-courses-searching .search-course-description {
    font-size: 18px
  }

  .thim-widget-courses-searching .search-course-title {
    font-size: 24px;
    line-height: 32px
  }

  .footer-bottom .sc_heading {
    padding-top: 80px
  }

  .footer-bottom .sc_heading .title {
    font-size: 26px;
    line-height: 34px
  }

  .footer-bottom .sc_heading .sub-heading {
    font-size: 16px;
    line-height: 24px
  }

  .footer-bottom .thim-widget-button {
    padding-bottom: 80px
  }

  .footer-bottom .thim-widget-button .widget-button {
    line-height: 38px;
    padding: 0 20px;
    height: auto
  }

  .thim-category-tabs .nav-tabs li {
    padding-right: 10px;
    padding-left: 10px
  }

  footer#colophon .footer .widget_siteorigin-panels-builder:not(.thim-footer-one-course) {
    padding-top: 30px;
    padding-bottom: 0
  }

  .sc_heading {
    padding-bottom: 10px
  }

  .sc_heading .title {
    font-size: 22px
  }
}

@media (max-width:320px) {

  #tab-course-review .course-rating .detailed-rating .stars div.bar,
  #tab-reviews .course-rating .detailed-rating .stars div.bar {
    width: 105px
  }

  .switch-layout-container .courses-searching form {
    width: 200px
  }

  .mobile-menu-container,
  .wrapper-container.mobile-menu-open .mobile-effect.mobile-menu-container {
    width: 250px
  }

  .thim-testimonial-slider .control-nav {
    top: 50px !important
  }

  .wrapper-container.mobile-menu-open .content-pusher {
    -webkit-transform: translate(-250px, 0) !important;
    -moz-transform: translate(-250px, 0) !important;
    -ms-transform: translate(-250px, 0) !important;
    -o-transform: translate(-250px, 0) !important;
    transform: translate(-250px, 0) !important
  }

  .top_site_main .page-title-wrapper h1,
  .top_site_main .page-title-wrapper h2 {
    font-size: 25px;
    line-height: 40px
  }

  .thim-video-box .video-container {
    padding: 0;
    max-height: 210px
  }

  .thim-video-box .video-container video {
    max-height: 200px
  }
}

@media (max-width:300px) {

  .mobile-menu-container,
  .wrapper-container.mobile-menu-open .mobile-effect.mobile-menu-container {
    width: 220px
  }

  .wrapper-container.mobile-menu-open .content-pusher {
    -webkit-transform: translate(-220px, 0) !important;
    -moz-transform: translate(-220px, 0) !important;
    -ms-transform: translate(-220px, 0) !important;
    -o-transform: translate(-220px, 0) !important;
    transform: translate(-220px, 0) !important
  }

  .siteorigin-panels-stretch.panel-row-style.thim-search-light-style .panel-grid-cell {
    padding: 30px 15px !important
  }
}

@media (max-height:375px) {
  .thim-widget-icon-box .wrapper-box-icon.background-video {
    min-height: 375px
  }

  .thim-bg-overlay-color-half {
    min-height: 375px !important
  }

  .footer-bottom .sc_heading {
    padding-top: 60px
  }

  .footer-bottom .thim-widget-button {
    padding-bottom: 67px
  }
}

@media (max-height:320px) {
  .thim-widget-icon-box .wrapper-box-icon.background-video {
    min-height: 320px
  }

  .thim-bg-overlay-color-half {
    min-height: 320px !important
  }

  .footer-bottom .sc_heading {
    padding-top: 38px
  }

  .footer-bottom .thim-widget-button {
    padding-bottom: 45px
  }
}

@media (min-width:1025px) and (max-width:1400px) {
  .img_position .widget_single-images:nth-child(1) img {
    padding-right: 80px
  }

  .img_position .widget_single-images:nth-child(2) img {
    padding-left: 64px;
    bottom: 0
  }

  .box_counteradius h2 {
    font-size: 75px
  }

  body.size_wide .container {
    width: 1140px;
    max-width: 100%
  }

  .rev_slider .tp-tabs.hebe .tp-tab-mask {
    width: 1110px !important
  }

  .rev_slider .tp-tabs.hebe .tp-tab-mask .tp-tabs-inner-wrapper {
    width: 100% !important
  }

  .rev_slider .tp-tabs.hebe .tp-tab {
    left: auto !important;
    position: relative;
    float: left;
    width: 25% !important
  }

  #masthead.header_v4 .navigation .width-navigation .navbar-nav>li>a,
  #masthead.header_v4 .navigation .width-navigation .navbar-nav>li>span {
    padding-left: 15px;
    padding-right: 15px
  }

  #masthead.header_v4 .navigation .width-navigation .navbar-nav>li>a:after,
  #masthead.header_v4 .navigation .width-navigation .navbar-nav>li>span:after {
    right: -2px
  }

  #masthead.header_v4 .navigation .width-navigation .navbar-nav>li:first-child>a,
  #masthead.header_v4 .navigation .width-navigation .navbar-nav>li:first-child>span {
    padding-left: 0
  }

  .thim-style-content-new-1 .course_right .thim-social-share {
    padding-right: 15px;
    padding-left: 15px
  }

  .thim-style-content-new-1 .mo-openid-app-icons .btn-block {
    margin-left: 10px;
    margin-right: 10px
  }

  .thim-instructors-new .instructor-item {
    padding-right: 0
  }

  .thim-instructors-new .instructor-item .instructor-info {
    left: 0
  }

  .thim_what_we_do_edtech {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .header_v5 .navigation .width-logo {
    float: left
  }

  .header_v5 .navigation .width-navigation {
    padding-right: 20px;
    float: left
  }

  .header_v5 .navigation .navbar-nav {
    position: relative;
    padding-right: 185px
  }

  .header_v5 .navigation .navbar-nav>li.menu-right {
    position: absolute !important;
    right: 15px;
    width: auto
  }
}

@media (min-width:1024px) and (max-width:1024px) {

  .menu_faqs .menu li a,
  .working_hours li {
    font-size: 16px
  }

  .rev_slider .tp-tabs.hebe .tp-tab {
    left: auto !important;
    position: relative;
    float: left;
    width: 25% !important;
    padding-left: 50px
  }

  .rev_slider .tp-tabs.hebe .tp-tab:before {
    left: 10px
  }

  .thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div.owl-prev {
    right: calc(100% - 35px)
  }

  .thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div.owl-next {
    left: calc(100% - 35px)
  }
}

@media (max-width:1024px) {
  .thim-style-content-new-1 .thim_overlay_dark_30 .mc4wp-form-submitted {
    background-color: #fff
  }

  .thim-style-content-new-1 .thim_overlay_dark_30 .mc4wp-form-submitted .mc4wp-response {
    padding: 0 15px 20px;
    left: auto;
    position: relative;
    right: auto
  }

  #masthead.header_v4 .navigation .menu-right {
    margin-right: 60px
  }

  .sc_heading.clone_title .clone {
    font-size: 50px;
    bottom: 28px
  }

  .navigation .width-logo {
    padding-left: 15px
  }

  .header_v5 #toolbar .widget_nav_menu {
    display: none
  }

  .header_v5.site-header .navbar-nav {
    text-align: right;
    display: block
  }

  .header_v5.site-header .navbar-nav>li.menu-right {
    width: auto;
    margin-right: 15px
  }

  .header_v5.site-header .navbar-nav>li.menu-right li {
    margin-bottom: 0
  }

  .header_v5 .menu-mobile-effect {
    right: 30px
  }

  .feature-icon-box:before {
    display: none
  }
}

@media (max-width:991px) {
  .rev_slider .tp-tabs.hebe {
    display: none
  }

  .siteorigin-panels-stretch.panel-row-style.thim_bg_right {
    background-size: 50%;
    background-position-x: right !important;
    background-position-y: 65px !important
  }

  .siteorigin-panels-stretch.panel-row-style.thim_bg_left {
    background-size: 50%;
    background-position-x: left !important;
    background-position-y: 65px !important
  }

  .siteorigin-panels-stretch.panel-row-style.thim-search-light-style {
    -webkit-flex-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important
  }

  .siteorigin-panels-stretch.panel-row-style.thim-search-light-style .panel-grid-cell {
    padding-left: 30px !important;
    padding-right: 30px !important
  }

  .thim-carousel-course-categories-tabs .thim-course-slider {
    padding-left: 50px;
    padding-right: 50px
  }

  .thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div.owl-prev {
    right: calc(100% - 40px)
  }

  .thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div.owl-next {
    left: calc(100% - 50px)
  }

  .thim-carousel-course-categories-tabs .content_items .item_content>img {
    margin-right: 30px;
    margin-bottom: 30px;
    max-width: 300px
  }

  .thim-carousel-course-categories-tabs .content_items .item_content .content {
    padding-top: 0
  }

  .box_counteradius {
    padding-top: 100px
  }

  .box_counteradius h2 {
    font-size: 35px;
    line-height: 35px
  }

  .box_counteradius h4 {
    font-size: 18px
  }

  .form_developer_course .head_form h2 {
    line-height: 30px;
    font-size: 22px;
    font-weight: 400
  }

  .form_developer_course .head_form h4 {
    font-size: 13px;
    line-height: 30px
  }

  .img_position .widget_single-images img {
    position: inherit;
    margin-bottom: 30px
  }

  .img_position .vc_column-inner .thim-widget-single-images img {
    position: inherit;
    margin-bottom: 50px;
    bottom: 0
  }

  .thim_vc_footer_column>.vc_col-sm-3 {
    width: 100% !important
  }

  .ClassyCountdown-wrapper>div {
    width: calc(50% - 30px)
  }

  .thim-instructors-new .owl-controls {
    bottom: -40px;
    right: 15px
  }

  .thim-instructors-new .instructor-item {
    padding-right: 0;
    padding-left: 0
  }

  .thim-instructors-new .instructor-item .instructor-info {
    position: inherit;
    width: 100%;
    left: 0;
    top: 0;
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit
  }

  .thim-testimonial-slider.image-bottom {
    margin-bottom: 50px
  }

  .eduma-child-kindergarten .iconbox-left .content-inner {
    margin-top: 15px;
    width: 100% !important
  }
}

@media (max-width:1024px) and (min-width:768px) {
  .mc4wp-form .mc4wp-form-fields .newsletter-grad {
    margin-bottom: 30px
  }

  .mobile-logo-custom.site-header .no-sticky-logo-mobile,
  .mobile-logo-custom.site-header .sticky-logo-mobile {
    display: none
  }
}

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

  .thim_2_col_tablet,
  .thim_3_col_tablet {
    -webkit-flex-direction: inherit !important
  }

  .hidden-sm {
    display: none
  }

  .thim_footer_bottom_courses .textwidget h2,
  .thim_footer_bottom_courses .wpb_text_column h2 {
    font-size: 14px
  }

  .thim_footer_bottom_courses .textwidget h4,
  .thim_footer_bottom_courses .wpb_text_column h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px
  }

  .thim_2_col_tablet {
    display: block !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important;
    margin-left: -15px;
    margin-right: -15px
  }

  .thim_2_col_tablet>.panel-grid-cell {
    width: 50% !important;
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
    padding-right: 15px;
    padding-left: 15px
  }

  .thim_3_col_tablet {
    display: block !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important
  }

  .thim_3_col_tablet>.panel-grid-cell {
    width: 33% !important;
    display: inline-block;
    margin-bottom: 30px
  }

  .thim_1_col_tablet {
    display: block !important;
    -webkit-flex-direction: inherit !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important
  }

  .thim_1_col_tablet>.panel-grid-cell {
    width: 100% !important;
    display: inline-block
  }

  .thim_1_col_tablet>.panel-grid-cell .panel-widget-style {
    padding-left: 10px !important;
    padding-right: 10px !important
  }

  .thim_1_col_tablet.margin_b_col>.panel-grid-cell {
    margin-bottom: 30px
  }

  .layout_demo_1 .thim-list-event .item-event .time-from .date {
    font-size: 50px
  }

  .layout_demo_1 .thim-list-event .item-event .event-wrapper {
    width: calc(100% - 410px) !important;
    width: -webkit-calc(100% - 410px) !important;
    width: -moz-calc(100% - 410px) !important
  }

  .layout_demo_1 .thim-list-event .item-event .event-wrapper .title {
    font-size: 18px;
    line-height: 28px
  }

  .widget_wpems_widget_countdown .event-countdown .tp_event_counter .countdown-row .countdown-section {
    width: 90px;
    height: 90px;
    margin-top: 0;
    margin-bottom: 30px
  }

  .widget_wpems_widget_countdown .event-countdown .tp_event_counter .countdown-row .countdown-section:nth-child(3) {
    margin-left: 0;
    clear: both
  }

  .widget_wpems_widget_countdown .event-countdown .tp_event_counter .countdown-row .countdown-section .countdown-amount {
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    height: 30px
  }

  .panel-grid.panel-has-style>.panel-row-style.thim-col-1-tablet {
    display: block
  }

  .panel-grid.panel-has-style>.panel-row-style.thim-col-1-tablet>.panel-grid-cell {
    width: 100% !important
  }

  body.course-item-popup #learn-press-course-curriculum {
    width: 300px
  }

  body.course-item-popup #learn-press-course-curriculum:before {
    left: 299px
  }

  body.course-item-popup #learn-press-content-item {
    left: 300px
  }

  body.course-item-popup #learn-press-content-item .content-item-wrap .comments-area,
  body.course-item-popup #learn-press-content-item .content-item-wrap .content-item-summary,
  body.course-item-popup #learn-press-content-item .content-item-wrap .course-item-nav,
  body.course-item-popup #learn-press-content-item .content-item-wrap .learn-press-content-protected-message {
    margin-right: 20px;
    margin-left: 20px
  }

  .home-grad .counter-box .display-percentage,
  .home-grad .counter-box .text_number {
    font-size: 40px
  }

  .home-grad .counter-box .counter-box-content {
    font-size: 16px
  }

  .home-grad .counter-box:after {
    -ms-transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
    right: -15px
  }

  .thim-image-box .title h3 {
    font-size: 18px;
    line-height: 26px
  }

  .mc4wp-form .mc4wp-form-fields .newsletter-grad {
    margin-bottom: 30px
  }

  .mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=email],
  .mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=text] {
    width: 350px
  }
}

@media (max-width:767px) {

  #masthead.header_v4 .navigation .menu-right,
  .hidden-xs {
    display: none
  }

  .thim-style-content-new-1 .thim-course-list .course-item .course-meta {
    margin-bottom: 15px
  }

  .thim-style-content-new-1 .sc_heading.clone_title {
    padding: 0
  }

  .thim-style-content-new-1 .sc_heading.clone_title .title {
    font-size: 25px
  }

  .thim_footer_bottom_courses .widget-button {
    margin-bottom: 30px
  }

  .thim_footer_bottom_courses .textwidget h2,
  .thim_footer_bottom_courses .wpb_text_column h2 {
    font-size: 14px
  }

  .thim_footer_bottom_courses .textwidget h4,
  .thim_footer_bottom_courses .wpb_text_column h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px
  }

  .switch-layout-container .courses-searching form {
    width: 200px
  }

  #masthead.header_v4 .navigation {
    padding-top: 20px
  }

  #masthead.header_v4 .navigation .width-logo img {
    margin-bottom: 20px
  }

  .sc_heading.clone_title .title {
    font-size: 22px
  }

  .sc_heading.clone_title .clone {
    font-size: 30px;
    bottom: 15px
  }

  .box_counteradius {
    padding-top: 0
  }

  .widget_wpems_widget_countdown .event-countdown {
    margin-bottom: 30px
  }

  .widget_wpems_widget_countdown .event-countdown .tp_event_counter .countdown-row {
    text-align: center
  }

  .widget_wpems_widget_countdown .event-countdown .tp_event_counter .countdown-row .countdown-section {
    width: 100px;
    display: inline-block;
    height: 100px;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0
  }

  .widget_wpems_widget_countdown .event-countdown .tp_event_counter .countdown-row .countdown-section .countdown-amount {
    font-size: 28px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 28px;
    height: 28px
  }

  .widget_wpems_widget_countdown .event-countdown .tp_event_counter .countdown-row .countdown-section .countdown-period {
    font-size: 16px
  }

  .thim_col_mobile {
    -webkit-flex-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important
  }

  .panel-grid.panel-has-style>.panel-row-style.thim-col-1-mobile {
    display: block
  }

  .layout_demo_1 .thim-list-event .item-event .time-from .date:after,
  .sc_heading.clone_title .clone,
  .thim-widget-courses .grid-1 .view-all-courses {
    display: none
  }

  .panel-grid.panel-has-style>.panel-row-style.thim-col-1-mobile>.panel-grid-cell {
    width: 100% !important
  }

  footer#colophon .footer .thim_footer_second .thim-social {
    text-align: left
  }

  footer#colophon .footer .thim_footer_second .thim-social li a {
    margin-left: 0;
    margin-right: 10px
  }

  .counter-box.text-gradient .wrap-percentage {
    font-size: 38px;
    line-height: 38px
  }

  .counter-box.text-gradient .wrap-percentage .display-percentage {
    font-size: 38px
  }

  .counter-box.text-gradient .counter-box-content {
    font-size: 12px;
    line-height: 20px
  }

  .layout_demo_1 .thim-list-event .item-event .event-wrapper .meta {
    font-size: 14px
  }

  .layout_demo_1 .thim-list-event .item-event .event-wrapper .meta>div {
    margin-bottom: 5px
  }

  .layout_demo_1 .thim-list-event .item-event .event-wrapper .title {
    font-size: 18px;
    line-height: 30px
  }

  .navigation .menu-right ul li>div.thim-widget-courses-searching {
    padding-top: 16px
  }

  .vc_row .thim-bg-border-top {
    margin-bottom: 30px
  }

  body.course-item-popup #learn-press-course-curriculum {
    width: 300px
  }

  body.course-item-popup #learn-press-course-curriculum:before {
    left: 299px
  }

  body.course-item-popup #learn-press-content-item .content-item-wrap .comments-area,
  body.course-item-popup #learn-press-content-item .content-item-wrap .content-item-summary,
  body.course-item-popup #learn-press-content-item .content-item-wrap .course-item-nav,
  body.course-item-popup #learn-press-content-item .content-item-wrap .learn-press-content-protected-message {
    margin-right: 20px;
    margin-left: 20px
  }

  .thim_countdown_pie.style_black_wide .ClassyCountdown-wrapper>div {
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px)
  }

  .thim_countdown_pie.style_black_wide .ClassyCountdown-wrapper .ClassyCountdown-value {
    line-height: 20px;
    margin-top: -20px !important
  }

  .box_counteradius_2 h4 {
    font-size: 14px
  }

  .box_counteradius_2 h2 {
    line-height: 28px;
    font-size: 24px
  }

  .thim_countdown_newletter_box {
    margin-top: 30px
  }

  .thim_tabs_slider {
    margin: 0 !important;
    padding-bottom: 30px
  }

  .thim_tabs_slider ul {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px
  }

  .thim_tabs_slider ul li a {
    padding-right: 10px;
    padding-left: 10px
  }

  .thim_tabs_slider .thim-course-grid .course-feature .course-item .thim-course-content .thim-course-info ul li {
    width: 100%
  }

  .thim-widget-tab {
    margin-bottom: 60px
  }

  .thim-widget-tab .thim-widget-step .tab-content-step {
    padding-right: 0
  }

  .thim-widget-tab .thim-widget-step ul {
    margin-bottom: 30px
  }

  .thim-widget-tab .thim-widget-step ul li a {
    width: 50px;
    line-height: 18px;
    padding-top: 8px;
    padding-bottom: 8px
  }

  .thim_bg_left_bottom {
    background-image: none !important
  }

  .thim-instructors-new .instructor-item .instructor-info {
    padding: 30px 15px
  }

  .thim-testimonial-slider.image-bottom {
    margin-bottom: 50px
  }

  .thim-testimonial-slider.image-bottom .slides-content .description {
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 26px
  }

  .footer_newsletter .sc_heading .title {
    font-size: 28px !important
  }

  .footer_newsletter .sc_heading .sub-heading,
  .menu_faqs .menu li a {
    font-size: 16px
  }

  .footer_newsletter .form_developer_course .content .field_item {
    width: 100%
  }

  .footer_newsletter .form_developer_course .content input[type=email],
  .footer_newsletter .form_developer_course .content input[type=text] {
    margin-bottom: 5px
  }

  body.course-item-popup #learn-press-content-item .scroll-wrapper {
    width: auto !important
  }

  body.course-item-popup.full-screen-content-item #learn-press-content-item {
    left: 0
  }

  body.course-item-popup.full-screen-content-item #learn-press-content-item .scroll-wrapper {
    width: 100% !important
  }

  body.course-item-popup.full-screen-content-item #learn-press-course-curriculum {
    left: -300px
  }

  .custom-text-2 {
    padding: 0
  }

  .thim-list-event.layout-2.layout-4 .event-wrapper {
    width: 100%;
    margin-top: 20px
  }

  .box_heading_custom .column_heading {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    text-align: left;
    border-right: none;
    margin-bottom: 15px
  }

  .box_heading_custom .column_3 {
    display: block;
    width: 100%
  }

  .mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=email],
  .mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=text] {
    width: 100%;
    margin-bottom: 10px
  }

  .mc4wp-form .mc4wp-form-fields .newsletter-grad label {
    margin-right: 0;
    margin-bottom: 10px;
    display: block
  }

  .header_v5 #toolbar .thim-have-any-question,
  .home-grad .counter-box:after {
    display: none
  }

  .mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=submit] {
    height: auto
  }

  .thim-social.style-4 {
    margin-left: 0;
    margin-top: 15px
  }

  .thim-social.style-4 li a {
    margin-right: 15px;
    margin-left: 15px
  }

  .thim_1_col_tablet>.panel-grid-cell .panel-widget-style {
    padding-left: 15px !important
  }

  .feature-icon-box .thim-widget-icon-box .boxes-icon {
    width: 50px !important
  }

  .feature-icon-box .thim-widget-icon-box .content-inner {
    width: calc(100% - 50px - 15px) !important
  }
}

@media (min-width:601px) and (max-width:767px) {
  .thim-style-content-new-1 .thim-course-list .course-item .thim-course-content {
    width: calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    padding-right: 0
  }

  .thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta.list_courses {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .thim-style-content-new-1 .thim-course-list .course-item .course-thumbnail {
    width: 100%;
    max-width: 100%
  }

  .thim-style-content-new-1 .thim-course-list .course-item .course-thumbnail img {
    width: auto
  }

  .thim-style-content-new-1 .thim-course-list .course-item .thim-course-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }

  .thim-style-content-new-1 .thim-course-list .course-item .thim-course-content .course-meta.list_courses {
    margin-bottom: 15px
  }

  footer#colophon .footer .row aside {
    margin-bottom: 30px
  }
}

@media (min-width:480px) and (max-width:767px) {
  .sc_heading.clone_title .clone {
    font-size: 50px
  }

  .footer_widget .panel-grid.panel-has-style .panel-row-style {
    display: block
  }

  .footer_widget .panel-grid.panel-has-style .panel-row-style .panel-grid-cell {
    width: 50% !important;
    display: inline-block;
    margin-bottom: 30px !important
  }

  .footer_widget .panel-grid.panel-has-style .panel-row-style.thim-col-1-mobile .panel-grid-cell {
    width: 100% !important
  }
}

body #learn-press-course-description .thim-course-content {
  width: 100%;
  border-right: none
}

.course_right .thim-course-info {
  text-align: left;
  padding: 0 30px
}

.course_right .thim-course-info .title {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase
}

.course_right .thim-course-info ul {
  margin-left: 0
}

.course_right .thim-course-info ul li {
  list-style: none;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  line-height: 25px;
  padding: 15px 0;
  color: grey;
  font-weight: 300
}

.course_right .thim-course-info ul li .fa {
  color: #105897;
  width: 20px;
  text-align: left;
  font-size: 13px;
  line-height: 25px;
  vertical-align: middle;
  margin-right: 5px
}

.course_right .thim-course-info ul li span {
  display: inline-block
}

.course_right .thim-course-info ul li .value {
  font-weight: 700;
  min-width: 60px;
  float: right;
  text-align: left;
  display: inline-block
}

.course_right .thim-course-info .course-wishlist-box {
  margin-top: 18px
}

.course_right .thim-course-info .course-wishlist-box .course-wishlist {
  cursor: pointer
}

.course_right .thim-course-info .course-wishlist-box .course-wishlist:before {
  margin-right: 10px;
  font-family: Linearicons;
  font-size: 18px;
  content: "\e68b"
}

.course_right .thim-course-info .course-wishlist-box .text {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400
}

body.thim-style-content-new-1 .course_right .menu_course {
  padding: 0 30px
}

.course_right .course-duration {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px
}

.thim-course-landing-button>* {
  display: inline-block
}

@charset "UTF-8";

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url(../../../themes/eduma/assets/fonts/ion-icons/ionicons.eot?v=2.0.0);
  src: url("../../../themes/eduma/assets/fonts/ion-icons/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url(../../../themes/eduma/assets/fonts/ion-icons/ionicons.ttf?v=2.0.0) format("truetype"), url(../../../themes/eduma/assets/fonts/ion-icons/ionicons.woff?v=2.0.0) format("woff"), url("../../../themes/eduma/assets/fonts/ion-icons/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: 400;
  font-style: normal
}

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ion-alert:before {
  content: "\f101"
}

.ion-alert-circled:before {
  content: "\f100"
}

.ion-android-add:before {
  content: "\f2c7"
}

.ion-android-add-circle:before {
  content: "\f359"
}

.ion-android-alarm-clock:before {
  content: "\f35a"
}

.ion-android-alert:before {
  content: "\f35b"
}

.ion-android-apps:before {
  content: "\f35c"
}

.ion-android-archive:before {
  content: "\f2c9"
}

.ion-android-arrow-back:before {
  content: "\f2ca"
}

.ion-android-arrow-down:before {
  content: "\f35d"
}

.ion-android-arrow-dropdown:before {
  content: "\f35f"
}

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e"
}

.ion-android-arrow-dropleft:before {
  content: "\f361"
}

.ion-android-arrow-dropleft-circle:before {
  content: "\f360"
}

.ion-android-arrow-dropright:before {
  content: "\f363"
}

.ion-android-arrow-dropright-circle:before {
  content: "\f362"
}

.ion-android-arrow-dropup:before {
  content: "\f365"
}

.ion-android-arrow-dropup-circle:before {
  content: "\f364"
}

.ion-android-arrow-forward:before {
  content: "\f30f"
}

.ion-android-arrow-up:before {
  content: "\f366"
}

.ion-android-attach:before {
  content: "\f367"
}

.ion-android-bar:before {
  content: "\f368"
}

.ion-android-bicycle:before {
  content: "\f369"
}

.ion-android-boat:before {
  content: "\f36a"
}

.ion-android-bookmark:before {
  content: "\f36b"
}

.ion-android-bulb:before {
  content: "\f36c"
}

.ion-android-bus:before {
  content: "\f36d"
}

.ion-android-calendar:before {
  content: "\f2d1"
}

.ion-android-call:before {
  content: "\f2d2"
}

.ion-android-camera:before {
  content: "\f2d3"
}

.ion-android-cancel:before {
  content: "\f36e"
}

.ion-android-car:before {
  content: "\f36f"
}

.ion-android-cart:before {
  content: "\f370"
}

.ion-android-chat:before {
  content: "\f2d4"
}

.ion-android-checkbox:before {
  content: "\f374"
}

.ion-android-checkbox-blank:before {
  content: "\f371"
}

.ion-android-checkbox-outline:before {
  content: "\f373"
}

.ion-android-checkbox-outline-blank:before {
  content: "\f372"
}

.ion-android-checkmark-circle:before {
  content: "\f375"
}

.ion-android-clipboard:before {
  content: "\f376"
}

.ion-android-close:before {
  content: "\f2d7"
}

.ion-android-cloud:before {
  content: "\f37a"
}

.ion-android-cloud-circle:before {
  content: "\f377"
}

.ion-android-cloud-done:before {
  content: "\f378"
}

.ion-android-cloud-outline:before {
  content: "\f379"
}

.ion-android-color-palette:before {
  content: "\f37b"
}

.ion-android-compass:before {
  content: "\f37c"
}

.ion-android-contact:before {
  content: "\f2d8"
}

.ion-android-contacts:before {
  content: "\f2d9"
}

.ion-android-contract:before {
  content: "\f37d"
}

.ion-android-create:before {
  content: "\f37e"
}

.ion-android-delete:before {
  content: "\f37f"
}

.ion-android-desktop:before {
  content: "\f380"
}

.ion-android-document:before {
  content: "\f381"
}

.ion-android-done:before {
  content: "\f383"
}

.ion-android-done-all:before {
  content: "\f382"
}

.ion-android-download:before {
  content: "\f2dd"
}

.ion-android-drafts:before {
  content: "\f384"
}

.ion-android-exit:before {
  content: "\f385"
}

.ion-android-expand:before {
  content: "\f386"
}

.ion-android-favorite:before {
  content: "\f388"
}

.ion-android-favorite-outline:before {
  content: "\f387"
}

.ion-android-film:before {
  content: "\f389"
}

.ion-android-folder:before {
  content: "\f2e0"
}

.ion-android-folder-open:before {
  content: "\f38a"
}

.ion-android-funnel:before {
  content: "\f38b"
}

.ion-android-globe:before {
  content: "\f38c"
}

.ion-android-hand:before {
  content: "\f2e3"
}

.ion-android-hangout:before {
  content: "\f38d"
}

.ion-android-happy:before {
  content: "\f38e"
}

.ion-android-home:before {
  content: "\f38f"
}

.ion-android-image:before {
  content: "\f2e4"
}

.ion-android-laptop:before {
  content: "\f390"
}

.ion-android-list:before {
  content: "\f391"
}

.ion-android-locate:before {
  content: "\f2e9"
}

.ion-android-lock:before {
  content: "\f392"
}

.ion-android-mail:before {
  content: "\f2eb"
}

.ion-android-map:before {
  content: "\f393"
}

.ion-android-menu:before {
  content: "\f394"
}

.ion-android-microphone:before {
  content: "\f2ec"
}

.ion-android-microphone-off:before {
  content: "\f395"
}

.ion-android-more-horizontal:before {
  content: "\f396"
}

.ion-android-more-vertical:before {
  content: "\f397"
}

.ion-android-navigate:before {
  content: "\f398"
}

.ion-android-notifications:before {
  content: "\f39b"
}

.ion-android-notifications-none:before {
  content: "\f399"
}

.ion-android-notifications-off:before {
  content: "\f39a"
}

.ion-android-open:before {
  content: "\f39c"
}

.ion-android-options:before {
  content: "\f39d"
}

.ion-android-people:before {
  content: "\f39e"
}

.ion-android-person:before {
  content: "\f3a0"
}

.ion-android-person-add:before {
  content: "\f39f"
}

.ion-android-phone-landscape:before {
  content: "\f3a1"
}

.ion-android-phone-portrait:before {
  content: "\f3a2"
}

.ion-android-pin:before {
  content: "\f3a3"
}

.ion-android-plane:before {
  content: "\f3a4"
}

.ion-android-playstore:before {
  content: "\f2f0"
}

.ion-android-print:before {
  content: "\f3a5"
}

.ion-android-radio-button-off:before {
  content: "\f3a6"
}

.ion-android-radio-button-on:before {
  content: "\f3a7"
}

.ion-android-refresh:before {
  content: "\f3a8"
}

.ion-android-remove:before {
  content: "\f2f4"
}

.ion-android-remove-circle:before {
  content: "\f3a9"
}

.ion-android-restaurant:before {
  content: "\f3aa"
}

.ion-android-sad:before {
  content: "\f3ab"
}

.ion-android-search:before {
  content: "\f2f5"
}

.ion-android-send:before {
  content: "\f2f6"
}

.ion-android-settings:before {
  content: "\f2f7"
}

.ion-android-share:before {
  content: "\f2f8"
}

.ion-android-share-alt:before {
  content: "\f3ac"
}

.ion-android-star:before {
  content: "\f2fc"
}

.ion-android-star-half:before {
  content: "\f3ad"
}

.ion-android-star-outline:before {
  content: "\f3ae"
}

.ion-android-stopwatch:before {
  content: "\f2fd"
}

.ion-android-subway:before {
  content: "\f3af"
}

.ion-android-sunny:before {
  content: "\f3b0"
}

.ion-android-sync:before {
  content: "\f3b1"
}

.ion-android-textsms:before {
  content: "\f3b2"
}

.ion-android-time:before {
  content: "\f3b3"
}

.ion-android-train:before {
  content: "\f3b4"
}

.ion-android-unlock:before {
  content: "\f3b5"
}

.ion-android-upload:before {
  content: "\f3b6"
}

.ion-android-volume-down:before {
  content: "\f3b7"
}

.ion-android-volume-mute:before {
  content: "\f3b8"
}

.ion-android-volume-off:before {
  content: "\f3b9"
}

.ion-android-volume-up:before {
  content: "\f3ba"
}

.ion-android-walk:before {
  content: "\f3bb"
}

.ion-android-warning:before {
  content: "\f3bc"
}

.ion-android-watch:before {
  content: "\f3bd"
}

.ion-android-wifi:before {
  content: "\f305"
}

.ion-aperture:before {
  content: "\f313"
}

.ion-archive:before {
  content: "\f102"
}

.ion-arrow-down-a:before {
  content: "\f103"
}

.ion-arrow-down-b:before {
  content: "\f104"
}

.ion-arrow-down-c:before {
  content: "\f105"
}

.ion-arrow-expand:before {
  content: "\f25e"
}

.ion-arrow-graph-down-left:before {
  content: "\f25f"
}

.ion-arrow-graph-down-right:before {
  content: "\f260"
}

.ion-arrow-graph-up-left:before {
  content: "\f261"
}

.ion-arrow-graph-up-right:before {
  content: "\f262"
}

.ion-arrow-left-a:before {
  content: "\f106"
}

.ion-arrow-left-b:before {
  content: "\f107"
}

.ion-arrow-left-c:before {
  content: "\f108"
}

.ion-arrow-move:before {
  content: "\f263"
}

.ion-arrow-resize:before {
  content: "\f264"
}

.ion-arrow-return-left:before {
  content: "\f265"
}

.ion-arrow-return-right:before {
  content: "\f266"
}

.ion-arrow-right-a:before {
  content: "\f109"
}

.ion-arrow-right-b:before {
  content: "\f10a"
}

.ion-arrow-right-c:before {
  content: "\f10b"
}

.ion-arrow-shrink:before {
  content: "\f267"
}

.ion-arrow-swap:before {
  content: "\f268"
}

.ion-arrow-up-a:before {
  content: "\f10c"
}

.ion-arrow-up-b:before {
  content: "\f10d"
}

.ion-arrow-up-c:before {
  content: "\f10e"
}

.ion-asterisk:before {
  content: "\f314"
}

.ion-at:before {
  content: "\f10f"
}

.ion-backspace:before {
  content: "\f3bf"
}

.ion-backspace-outline:before {
  content: "\f3be"
}

.ion-bag:before {
  content: "\f110"
}

.ion-battery-charging:before {
  content: "\f111"
}

.ion-battery-empty:before {
  content: "\f112"
}

.ion-battery-full:before {
  content: "\f113"
}

.ion-battery-half:before {
  content: "\f114"
}

.ion-battery-low:before {
  content: "\f115"
}

.ion-beaker:before {
  content: "\f269"
}

.ion-beer:before {
  content: "\f26a"
}

.ion-bluetooth:before {
  content: "\f116"
}

.ion-bonfire:before {
  content: "\f315"
}

.ion-bookmark:before {
  content: "\f26b"
}

.ion-bowtie:before {
  content: "\f3c0"
}

.ion-briefcase:before {
  content: "\f26c"
}

.ion-bug:before {
  content: "\f2be"
}

.ion-calculator:before {
  content: "\f26d"
}

.ion-calendar:before {
  content: "\f117"
}

.ion-camera:before {
  content: "\f118"
}

.ion-card:before {
  content: "\f119"
}

.ion-cash:before {
  content: "\f316"
}

.ion-chatbox:before {
  content: "\f11b"
}

.ion-chatbox-working:before {
  content: "\f11a"
}

.ion-chatboxes:before {
  content: "\f11c"
}

.ion-chatbubble:before {
  content: "\f11e"
}

.ion-chatbubble-working:before {
  content: "\f11d"
}

.ion-chatbubbles:before {
  content: "\f11f"
}

.ion-checkmark:before {
  content: "\f122"
}

.ion-checkmark-circled:before {
  content: "\f120"
}

.ion-checkmark-round:before {
  content: "\f121"
}

.ion-chevron-down:before {
  content: "\f123"
}

.ion-chevron-left:before {
  content: "\f124"
}

.ion-chevron-right:before {
  content: "\f125"
}

.ion-chevron-up:before {
  content: "\f126"
}

.ion-clipboard:before {
  content: "\f127"
}

.ion-clock:before {
  content: "\f26e"
}

.ion-close:before {
  content: "\f12a"
}

.ion-close-circled:before {
  content: "\f128"
}

.ion-close-round:before {
  content: "\f129"
}

.ion-closed-captioning:before {
  content: "\f317"
}

.ion-cloud:before {
  content: "\f12b"
}

.ion-code:before {
  content: "\f271"
}

.ion-code-download:before {
  content: "\f26f"
}

.ion-code-working:before {
  content: "\f270"
}

.ion-coffee:before {
  content: "\f272"
}

.ion-compass:before {
  content: "\f273"
}

.ion-compose:before {
  content: "\f12c"
}

.ion-connection-bars:before {
  content: "\f274"
}

.ion-contrast:before {
  content: "\f275"
}

.ion-crop:before {
  content: "\f3c1"
}

.ion-cube:before {
  content: "\f318"
}

.ion-disc:before {
  content: "\f12d"
}

.ion-document:before {
  content: "\f12f"
}

.ion-document-text:before {
  content: "\f12e"
}

.ion-drag:before {
  content: "\f130"
}

.ion-earth:before {
  content: "\f276"
}

.ion-easel:before {
  content: "\f3c2"
}

.ion-edit:before {
  content: "\f2bf"
}

.ion-egg:before {
  content: "\f277"
}

.ion-eject:before {
  content: "\f131"
}

.ion-email:before {
  content: "\f132"
}

.ion-email-unread:before {
  content: "\f3c3"
}

.ion-erlenmeyer-flask:before {
  content: "\f3c5"
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4"
}

.ion-eye:before {
  content: "\f133"
}

.ion-eye-disabled:before {
  content: "\f306"
}

.ion-female:before {
  content: "\f278"
}

.ion-filing:before {
  content: "\f134"
}

.ion-film-marker:before {
  content: "\f135"
}

.ion-fireball:before {
  content: "\f319"
}

.ion-flag:before {
  content: "\f279"
}

.ion-flame:before {
  content: "\f31a"
}

.ion-flash:before {
  content: "\f137"
}

.ion-flash-off:before {
  content: "\f136"
}

.ion-folder:before {
  content: "\f139"
}

.ion-fork:before {
  content: "\f27a"
}

.ion-fork-repo:before {
  content: "\f2c0"
}

.ion-forward:before {
  content: "\f13a"
}

.ion-funnel:before {
  content: "\f31b"
}

.ion-gear-a:before {
  content: "\f13d"
}

.ion-gear-b:before {
  content: "\f13e"
}

.ion-grid:before {
  content: "\f13f"
}

.ion-hammer:before {
  content: "\f27b"
}

.ion-happy:before {
  content: "\f31c"
}

.ion-happy-outline:before {
  content: "\f3c6"
}

.ion-headphone:before {
  content: "\f140"
}

.ion-heart:before {
  content: "\f141"
}

.ion-heart-broken:before {
  content: "\f31d"
}

.ion-help:before {
  content: "\f143"
}

.ion-help-buoy:before {
  content: "\f27c"
}

.ion-help-circled:before {
  content: "\f142"
}

.ion-home:before {
  content: "\f144"
}

.ion-icecream:before {
  content: "\f27d"
}

.ion-image:before {
  content: "\f147"
}

.ion-images:before {
  content: "\f148"
}

.ion-information:before {
  content: "\f14a"
}

.ion-information-circled:before {
  content: "\f149"
}

.ion-ionic:before {
  content: "\f14b"
}

.ion-ios-alarm:before {
  content: "\f3c8"
}

.ion-ios-alarm-outline:before {
  content: "\f3c7"
}

.ion-ios-albums:before {
  content: "\f3ca"
}

.ion-ios-albums-outline:before {
  content: "\f3c9"
}

.ion-ios-americanfootball:before {
  content: "\f3cc"
}

.ion-ios-americanfootball-outline:before {
  content: "\f3cb"
}

.ion-ios-analytics:before {
  content: "\f3ce"
}

.ion-ios-analytics-outline:before {
  content: "\f3cd"
}

.ion-ios-arrow-back:before {
  content: "\f3cf"
}

.ion-ios-arrow-down:before {
  content: "\f3d0"
}

.ion-ios-arrow-forward:before {
  content: "\f3d1"
}

.ion-ios-arrow-left:before {
  content: "\f3d2"
}

.ion-ios-arrow-right:before {
  content: "\f3d3"
}

.ion-ios-arrow-thin-down:before {
  content: "\f3d4"
}

.ion-ios-arrow-thin-left:before {
  content: "\f3d5"
}

.ion-ios-arrow-thin-right:before {
  content: "\f3d6"
}

.ion-ios-arrow-thin-up:before {
  content: "\f3d7"
}

.ion-ios-arrow-up:before {
  content: "\f3d8"
}

.ion-ios-at:before {
  content: "\f3da"
}

.ion-ios-at-outline:before {
  content: "\f3d9"
}

.ion-ios-barcode:before {
  content: "\f3dc"
}

.ion-ios-barcode-outline:before {
  content: "\f3db"
}

.ion-ios-baseball:before {
  content: "\f3de"
}

.ion-ios-baseball-outline:before {
  content: "\f3dd"
}

.ion-ios-basketball:before {
  content: "\f3e0"
}

.ion-ios-basketball-outline:before {
  content: "\f3df"
}

.ion-ios-bell:before {
  content: "\f3e2"
}

.ion-ios-bell-outline:before {
  content: "\f3e1"
}

.ion-ios-body:before {
  content: "\f3e4"
}

.ion-ios-body-outline:before {
  content: "\f3e3"
}

.ion-ios-bolt:before {
  content: "\f3e6"
}

.ion-ios-bolt-outline:before {
  content: "\f3e5"
}

.ion-ios-book:before {
  content: "\f3e8"
}

.ion-ios-book-outline:before {
  content: "\f3e7"
}

.ion-ios-bookmarks:before {
  content: "\f3ea"
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9"
}

.ion-ios-box:before {
  content: "\f3ec"
}

.ion-ios-box-outline:before {
  content: "\f3eb"
}

.ion-ios-briefcase:before {
  content: "\f3ee"
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed"
}

.ion-ios-browsers:before {
  content: "\f3f0"
}

.ion-ios-browsers-outline:before {
  content: "\f3ef"
}

.ion-ios-calculator:before {
  content: "\f3f2"
}

.ion-ios-calculator-outline:before {
  content: "\f3f1"
}

.ion-ios-calendar:before {
  content: "\f3f4"
}

.ion-ios-calendar-outline:before {
  content: "\f3f3"
}

.ion-ios-camera:before {
  content: "\f3f6"
}

.ion-ios-camera-outline:before {
  content: "\f3f5"
}

.ion-ios-cart:before {
  content: "\f3f8"
}

.ion-ios-cart-outline:before {
  content: "\f3f7"
}

.ion-ios-chatboxes:before {
  content: "\f3fa"
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9"
}

.ion-ios-chatbubble:before {
  content: "\f3fc"
}

.ion-ios-chatbubble-outline:before {
  content: "\f3fb"
}

.ion-ios-checkmark:before {
  content: "\f3ff"
}

.ion-ios-checkmark-empty:before {
  content: "\f3fd"
}

.ion-ios-checkmark-outline:before {
  content: "\f3fe"
}

.ion-ios-circle-filled:before {
  content: "\f400"
}

.ion-ios-circle-outline:before {
  content: "\f401"
}

.ion-ios-clock:before {
  content: "\f403"
}

.ion-ios-clock-outline:before {
  content: "\f402"
}

.ion-ios-close:before {
  content: "\f406"
}

.ion-ios-close-empty:before {
  content: "\f404"
}

.ion-ios-close-outline:before {
  content: "\f405"
}

.ion-ios-cloud:before {
  content: "\f40c"
}

.ion-ios-cloud-download:before {
  content: "\f408"
}

.ion-ios-cloud-download-outline:before {
  content: "\f407"
}

.ion-ios-cloud-outline:before {
  content: "\f409"
}

.ion-ios-cloud-upload:before {
  content: "\f40b"
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a"
}

.ion-ios-cloudy:before {
  content: "\f410"
}

.ion-ios-cloudy-night:before {
  content: "\f40e"
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d"
}

.ion-ios-cloudy-outline:before {
  content: "\f40f"
}

.ion-ios-cog:before {
  content: "\f412"
}

.ion-ios-cog-outline:before {
  content: "\f411"
}

.ion-ios-color-filter:before {
  content: "\f414"
}

.ion-ios-color-filter-outline:before {
  content: "\f413"
}

.ion-ios-color-wand:before {
  content: "\f416"
}

.ion-ios-color-wand-outline:before {
  content: "\f415"
}

.ion-ios-compose:before {
  content: "\f418"
}

.ion-ios-compose-outline:before {
  content: "\f417"
}

.ion-ios-contact:before {
  content: "\f41a"
}

.ion-ios-contact-outline:before {
  content: "\f419"
}

.ion-ios-copy:before {
  content: "\f41c"
}

.ion-ios-copy-outline:before {
  content: "\f41b"
}

.ion-ios-crop:before {
  content: "\f41e"
}

.ion-ios-crop-strong:before {
  content: "\f41d"
}

.ion-ios-download:before {
  content: "\f420"
}

.ion-ios-download-outline:before {
  content: "\f41f"
}

.ion-ios-drag:before {
  content: "\f421"
}

.ion-ios-email:before {
  content: "\f423"
}

.ion-ios-email-outline:before {
  content: "\f422"
}

.ion-ios-eye:before {
  content: "\f425"
}

.ion-ios-eye-outline:before {
  content: "\f424"
}

.ion-ios-fastforward:before {
  content: "\f427"
}

.ion-ios-fastforward-outline:before {
  content: "\f426"
}

.ion-ios-filing:before {
  content: "\f429"
}

.ion-ios-filing-outline:before {
  content: "\f428"
}

.ion-ios-film:before {
  content: "\f42b"
}

.ion-ios-film-outline:before {
  content: "\f42a"
}

.ion-ios-flag:before {
  content: "\f42d"
}

.ion-ios-flag-outline:before {
  content: "\f42c"
}

.ion-ios-flame:before {
  content: "\f42f"
}

.ion-ios-flame-outline:before {
  content: "\f42e"
}

.ion-ios-flask:before {
  content: "\f431"
}

.ion-ios-flask-outline:before {
  content: "\f430"
}

.ion-ios-flower:before {
  content: "\f433"
}

.ion-ios-flower-outline:before {
  content: "\f432"
}

.ion-ios-folder:before {
  content: "\f435"
}

.ion-ios-folder-outline:before {
  content: "\f434"
}

.ion-ios-football:before {
  content: "\f437"
}

.ion-ios-football-outline:before {
  content: "\f436"
}

.ion-ios-game-controller-a:before {
  content: "\f439"
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438"
}

.ion-ios-game-controller-b:before {
  content: "\f43b"
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a"
}

.ion-ios-gear:before {
  content: "\f43d"
}

.ion-ios-gear-outline:before {
  content: "\f43c"
}

.ion-ios-glasses:before {
  content: "\f43f"
}

.ion-ios-glasses-outline:before {
  content: "\f43e"
}

.ion-ios-grid-view:before {
  content: "\f441"
}

.ion-ios-grid-view-outline:before {
  content: "\f440"
}

.ion-ios-heart:before {
  content: "\f443"
}

.ion-ios-heart-outline:before {
  content: "\f442"
}

.ion-ios-help:before {
  content: "\f446"
}

.ion-ios-help-empty:before {
  content: "\f444"
}

.ion-ios-help-outline:before {
  content: "\f445"
}

.ion-ios-home:before {
  content: "\f448"
}

.ion-ios-home-outline:before {
  content: "\f447"
}

.ion-ios-infinite:before {
  content: "\f44a"
}

.ion-ios-infinite-outline:before {
  content: "\f449"
}

.ion-ios-information:before {
  content: "\f44d"
}

.ion-ios-information-empty:before {
  content: "\f44b"
}

.ion-ios-information-outline:before {
  content: "\f44c"
}

.ion-ios-ionic-outline:before {
  content: "\f44e"
}

.ion-ios-keypad:before {
  content: "\f450"
}

.ion-ios-keypad-outline:before {
  content: "\f44f"
}

.ion-ios-lightbulb:before {
  content: "\f452"
}

.ion-ios-lightbulb-outline:before {
  content: "\f451"
}

.ion-ios-list:before {
  content: "\f454"
}

.ion-ios-list-outline:before {
  content: "\f453"
}

.ion-ios-location:before {
  content: "\f456"
}

.ion-ios-location-outline:before {
  content: "\f455"
}

.ion-ios-locked:before {
  content: "\f458"
}

.ion-ios-locked-outline:before {
  content: "\f457"
}

.ion-ios-loop:before {
  content: "\f45a"
}

.ion-ios-loop-strong:before {
  content: "\f459"
}

.ion-ios-medical:before {
  content: "\f45c"
}

.ion-ios-medical-outline:before {
  content: "\f45b"
}

.ion-ios-medkit:before {
  content: "\f45e"
}

.ion-ios-medkit-outline:before {
  content: "\f45d"
}

.ion-ios-mic:before {
  content: "\f461"
}

.ion-ios-mic-off:before {
  content: "\f45f"
}

.ion-ios-mic-outline:before {
  content: "\f460"
}

.ion-ios-minus:before {
  content: "\f464"
}

.ion-ios-minus-empty:before {
  content: "\f462"
}

.ion-ios-minus-outline:before {
  content: "\f463"
}

.ion-ios-monitor:before {
  content: "\f466"
}

.ion-ios-monitor-outline:before {
  content: "\f465"
}

.ion-ios-moon:before {
  content: "\f468"
}

.ion-ios-moon-outline:before {
  content: "\f467"
}

.ion-ios-more:before {
  content: "\f46a"
}

.ion-ios-more-outline:before {
  content: "\f469"
}

.ion-ios-musical-note:before {
  content: "\f46b"
}

.ion-ios-musical-notes:before {
  content: "\f46c"
}

.ion-ios-navigate:before {
  content: "\f46e"
}

.ion-ios-navigate-outline:before {
  content: "\f46d"
}

.ion-ios-nutrition:before {
  content: "\f470"
}

.ion-ios-nutrition-outline:before {
  content: "\f46f"
}

.ion-ios-paper:before {
  content: "\f472"
}

.ion-ios-paper-outline:before {
  content: "\f471"
}

.ion-ios-paperplane:before {
  content: "\f474"
}

.ion-ios-paperplane-outline:before {
  content: "\f473"
}

.ion-ios-partlysunny:before {
  content: "\f476"
}

.ion-ios-partlysunny-outline:before {
  content: "\f475"
}

.ion-ios-pause:before {
  content: "\f478"
}

.ion-ios-pause-outline:before {
  content: "\f477"
}

.ion-ios-paw:before {
  content: "\f47a"
}

.ion-ios-paw-outline:before {
  content: "\f479"
}

.ion-ios-people:before {
  content: "\f47c"
}

.ion-ios-people-outline:before {
  content: "\f47b"
}

.ion-ios-person:before {
  content: "\f47e"
}

.ion-ios-person-outline:before {
  content: "\f47d"
}

.ion-ios-personadd:before {
  content: "\f480"
}

.ion-ios-personadd-outline:before {
  content: "\f47f"
}

.ion-ios-photos:before {
  content: "\f482"
}

.ion-ios-photos-outline:before {
  content: "\f481"
}

.ion-ios-pie:before {
  content: "\f484"
}

.ion-ios-pie-outline:before {
  content: "\f483"
}

.ion-ios-pint:before {
  content: "\f486"
}

.ion-ios-pint-outline:before {
  content: "\f485"
}

.ion-ios-play:before {
  content: "\f488"
}

.ion-ios-play-outline:before {
  content: "\f487"
}

.ion-ios-plus:before {
  content: "\f48b"
}

.ion-ios-plus-empty:before {
  content: "\f489"
}

.ion-ios-plus-outline:before {
  content: "\f48a"
}

.ion-ios-pricetag:before {
  content: "\f48d"
}

.ion-ios-pricetag-outline:before {
  content: "\f48c"
}

.ion-ios-pricetags:before {
  content: "\f48f"
}

.ion-ios-pricetags-outline:before {
  content: "\f48e"
}

.ion-ios-printer:before {
  content: "\f491"
}

.ion-ios-printer-outline:before {
  content: "\f490"
}

.ion-ios-pulse:before {
  content: "\f493"
}

.ion-ios-pulse-strong:before {
  content: "\f492"
}

.ion-ios-rainy:before {
  content: "\f495"
}

.ion-ios-rainy-outline:before {
  content: "\f494"
}

.ion-ios-recording:before {
  content: "\f497"
}

.ion-ios-recording-outline:before {
  content: "\f496"
}

.ion-ios-redo:before {
  content: "\f499"
}

.ion-ios-redo-outline:before {
  content: "\f498"
}

.ion-ios-refresh:before {
  content: "\f49c"
}

.ion-ios-refresh-empty:before {
  content: "\f49a"
}

.ion-ios-refresh-outline:before {
  content: "\f49b"
}

.ion-ios-reload:before {
  content: "\f49d"
}

.ion-ios-reverse-camera:before {
  content: "\f49f"
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e"
}

.ion-ios-rewind:before {
  content: "\f4a1"
}

.ion-ios-rewind-outline:before {
  content: "\f4a0"
}

.ion-ios-rose:before {
  content: "\f4a3"
}

.ion-ios-rose-outline:before {
  content: "\f4a2"
}

.ion-ios-search:before {
  content: "\f4a5"
}

.ion-ios-search-strong:before {
  content: "\f4a4"
}

.ion-ios-settings:before {
  content: "\f4a7"
}

.ion-ios-settings-strong:before {
  content: "\f4a6"
}

.ion-ios-shuffle:before {
  content: "\f4a9"
}

.ion-ios-shuffle-strong:before {
  content: "\f4a8"
}

.ion-ios-skipbackward:before {
  content: "\f4ab"
}

.ion-ios-skipbackward-outline:before {
  content: "\f4aa"
}

.ion-ios-skipforward:before {
  content: "\f4ad"
}

.ion-ios-skipforward-outline:before {
  content: "\f4ac"
}

.ion-ios-snowy:before {
  content: "\f4ae"
}

.ion-ios-speedometer:before {
  content: "\f4b0"
}

.ion-ios-speedometer-outline:before {
  content: "\f4af"
}

.ion-ios-star:before {
  content: "\f4b3"
}

.ion-ios-star-half:before {
  content: "\f4b1"
}

.ion-ios-star-outline:before {
  content: "\f4b2"
}

.ion-ios-stopwatch:before {
  content: "\f4b5"
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4"
}

.ion-ios-sunny:before {
  content: "\f4b7"
}

.ion-ios-sunny-outline:before {
  content: "\f4b6"
}

.ion-ios-telephone:before {
  content: "\f4b9"
}

.ion-ios-telephone-outline:before {
  content: "\f4b8"
}

.ion-ios-tennisball:before {
  content: "\f4bb"
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba"
}

.ion-ios-thunderstorm:before {
  content: "\f4bd"
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc"
}

.ion-ios-time:before {
  content: "\f4bf"
}

.ion-ios-time-outline:before {
  content: "\f4be"
}

.ion-ios-timer:before {
  content: "\f4c1"
}

.ion-ios-timer-outline:before {
  content: "\f4c0"
}

.ion-ios-toggle:before {
  content: "\f4c3"
}

.ion-ios-toggle-outline:before {
  content: "\f4c2"
}

.ion-ios-trash:before {
  content: "\f4c5"
}

.ion-ios-trash-outline:before {
  content: "\f4c4"
}

.ion-ios-undo:before {
  content: "\f4c7"
}

.ion-ios-undo-outline:before {
  content: "\f4c6"
}

.ion-ios-unlocked:before {
  content: "\f4c9"
}

.ion-ios-unlocked-outline:before {
  content: "\f4c8"
}

.ion-ios-upload:before {
  content: "\f4cb"
}

.ion-ios-upload-outline:before {
  content: "\f4ca"
}

.ion-ios-videocam:before {
  content: "\f4cd"
}

.ion-ios-videocam-outline:before {
  content: "\f4cc"
}

.ion-ios-volume-high:before {
  content: "\f4ce"
}

.ion-ios-volume-low:before {
  content: "\f4cf"
}

.ion-ios-wineglass:before {
  content: "\f4d1"
}

.ion-ios-wineglass-outline:before {
  content: "\f4d0"
}

.ion-ios-world:before {
  content: "\f4d3"
}

.ion-ios-world-outline:before {
  content: "\f4d2"
}

.ion-ipad:before {
  content: "\f1f9"
}

.ion-iphone:before {
  content: "\f1fa"
}

.ion-ipod:before {
  content: "\f1fb"
}

.ion-jet:before {
  content: "\f295"
}

.ion-key:before {
  content: "\f296"
}

.ion-knife:before {
  content: "\f297"
}

.ion-laptop:before {
  content: "\f1fc"
}

.ion-leaf:before {
  content: "\f1fd"
}

.ion-levels:before {
  content: "\f298"
}

.ion-lightbulb:before {
  content: "\f299"
}

.ion-link:before {
  content: "\f1fe"
}

.ion-load-a:before {
  content: "\f29a"
}

.ion-load-b:before {
  content: "\f29b"
}

.ion-load-c:before {
  content: "\f29c"
}

.ion-load-d:before {
  content: "\f29d"
}

.ion-location:before {
  content: "\f1ff"
}

.ion-lock-combination:before {
  content: "\f4d4"
}

.ion-locked:before {
  content: "\f200"
}

.ion-log-in:before {
  content: "\f29e"
}

.ion-log-out:before {
  content: "\f29f"
}

.ion-loop:before {
  content: "\f201"
}

.ion-magnet:before {
  content: "\f2a0"
}

.ion-male:before {
  content: "\f2a1"
}

.ion-man:before {
  content: "\f202"
}

.ion-map:before {
  content: "\f203"
}

.ion-medkit:before {
  content: "\f2a2"
}

.ion-merge:before {
  content: "\f33f"
}

.ion-mic-a:before {
  content: "\f204"
}

.ion-mic-b:before {
  content: "\f205"
}

.ion-mic-c:before {
  content: "\f206"
}

.ion-minus:before {
  content: "\f209"
}

.ion-minus-circled:before {
  content: "\f207"
}

.ion-minus-round:before {
  content: "\f208"
}

.ion-model-s:before {
  content: "\f2c1"
}

.ion-monitor:before {
  content: "\f20a"
}

.ion-more:before {
  content: "\f20b"
}

.ion-mouse:before {
  content: "\f340"
}

.ion-music-note:before {
  content: "\f20c"
}

.ion-navicon:before {
  content: "\f20e"
}

.ion-navicon-round:before {
  content: "\f20d"
}

.ion-navigate:before {
  content: "\f2a3"
}

.ion-network:before {
  content: "\f341"
}

.ion-no-smoking:before {
  content: "\f2c2"
}

.ion-nuclear:before {
  content: "\f2a4"
}

.ion-outlet:before {
  content: "\f342"
}

.ion-paintbrush:before {
  content: "\f4d5"
}

.ion-paintbucket:before {
  content: "\f4d6"
}

.ion-paper-airplane:before {
  content: "\f2c3"
}

.ion-paperclip:before {
  content: "\f20f"
}

.ion-pause:before {
  content: "\f210"
}

.ion-person:before {
  content: "\f213"
}

.ion-person-add:before {
  content: "\f211"
}

.ion-person-stalker:before {
  content: "\f212"
}

.ion-pie-graph:before {
  content: "\f2a5"
}

.ion-pin:before {
  content: "\f2a6"
}

.ion-pinpoint:before {
  content: "\f2a7"
}

.ion-pizza:before {
  content: "\f2a8"
}

.ion-plane:before {
  content: "\f214"
}

.ion-planet:before {
  content: "\f343"
}

.ion-play:before {
  content: "\f215"
}

.ion-playstation:before {
  content: "\f30a"
}

.ion-plus:before {
  content: "\f218"
}

.ion-plus-circled:before {
  content: "\f216"
}

.ion-plus-round:before {
  content: "\f217"
}

.ion-podium:before {
  content: "\f344"
}

.ion-pound:before {
  content: "\f219"
}

.ion-power:before {
  content: "\f2a9"
}

.ion-pricetag:before {
  content: "\f2aa"
}

.ion-pricetags:before {
  content: "\f2ab"
}

.ion-printer:before {
  content: "\f21a"
}

.ion-pull-request:before {
  content: "\f345"
}

.ion-qr-scanner:before {
  content: "\f346"
}

.ion-quote:before {
  content: "\f347"
}

.ion-radio-waves:before {
  content: "\f2ac"
}

.ion-record:before {
  content: "\f21b"
}

.ion-refresh:before {
  content: "\f21c"
}

.ion-reply:before {
  content: "\f21e"
}

.ion-reply-all:before {
  content: "\f21d"
}

.ion-ribbon-a:before {
  content: "\f348"
}

.ion-ribbon-b:before {
  content: "\f349"
}

.ion-sad:before {
  content: "\f34a"
}

.ion-sad-outline:before {
  content: "\f4d7"
}

.ion-scissors:before {
  content: "\f34b"
}

.ion-search:before {
  content: "\f21f"
}

.ion-settings:before {
  content: "\f2ad"
}

.ion-share:before {
  content: "\f220"
}

.ion-shuffle:before {
  content: "\f221"
}

.ion-skip-backward:before {
  content: "\f222"
}

.ion-skip-forward:before {
  content: "\f223"
}

.ion-social-android:before {
  content: "\f225"
}

.ion-social-android-outline:before {
  content: "\f224"
}

.ion-social-angular:before {
  content: "\f4d9"
}

.ion-social-angular-outline:before {
  content: "\f4d8"
}

.ion-social-apple:before {
  content: "\f227"
}

.ion-social-apple-outline:before {
  content: "\f226"
}

.ion-social-bitcoin:before {
  content: "\f2af"
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae"
}

.ion-social-buffer:before {
  content: "\f229"
}

.ion-social-buffer-outline:before {
  content: "\f228"
}

.ion-social-chrome:before {
  content: "\f4db"
}

.ion-social-chrome-outline:before {
  content: "\f4da"
}

.ion-social-codepen:before {
  content: "\f4dd"
}

.ion-social-codepen-outline:before {
  content: "\f4dc"
}

.ion-social-css3:before {
  content: "\f4df"
}

.ion-social-css3-outline:before {
  content: "\f4de"
}

.ion-social-designernews:before {
  content: "\f22b"
}

.ion-social-designernews-outline:before {
  content: "\f22a"
}

.ion-social-dribbble:before {
  content: "\f22d"
}

.ion-social-dribbble-outline:before {
  content: "\f22c"
}

.ion-social-dropbox:before {
  content: "\f22f"
}

.ion-social-dropbox-outline:before {
  content: "\f22e"
}

.ion-social-euro:before {
  content: "\f4e1"
}

.ion-social-euro-outline:before {
  content: "\f4e0"
}

.ion-social-facebook:before {
  content: "\f231"
}

.ion-social-facebook-outline:before {
  content: "\f230"
}

.ion-social-foursquare:before {
  content: "\f34d"
}

.ion-social-foursquare-outline:before {
  content: "\f34c"
}

.ion-social-freebsd-devil:before {
  content: "\f2c4"
}

.ion-social-github:before {
  content: "\f233"
}

.ion-social-github-outline:before {
  content: "\f232"
}

.ion-social-google:before {
  content: "\f34f"
}

.ion-social-google-outline:before {
  content: "\f34e"
}

.ion-social-googleplus:before {
  content: "\f235"
}

.ion-social-googleplus-outline:before {
  content: "\f234"
}

.ion-social-hackernews:before {
  content: "\f237"
}

.ion-social-hackernews-outline:before {
  content: "\f236"
}

.ion-social-html5:before {
  content: "\f4e3"
}

.ion-social-html5-outline:before {
  content: "\f4e2"
}

.ion-social-instagram:before {
  content: "\f351"
}

.ion-social-instagram-outline:before {
  content: "\f350"
}

.ion-social-javascript:before {
  content: "\f4e5"
}

.ion-social-javascript-outline:before {
  content: "\f4e4"
}

.ion-social-linkedin:before {
  content: "\f239"
}

.ion-social-linkedin-outline:before {
  content: "\f238"
}

.ion-social-markdown:before {
  content: "\f4e6"
}

.ion-social-nodejs:before {
  content: "\f4e7"
}

.ion-social-octocat:before {
  content: "\f4e8"
}

.ion-social-pinterest:before {
  content: "\f2b1"
}

.ion-social-pinterest-outline:before {
  content: "\f2b0"
}

.ion-social-python:before {
  content: "\f4e9"
}

.ion-social-reddit:before {
  content: "\f23b"
}

.ion-social-reddit-outline:before {
  content: "\f23a"
}

.ion-social-rss:before {
  content: "\f23d"
}

.ion-social-rss-outline:before {
  content: "\f23c"
}

.ion-social-sass:before {
  content: "\f4ea"
}

.ion-social-skype:before {
  content: "\f23f"
}

.ion-social-skype-outline:before {
  content: "\f23e"
}

.ion-social-snapchat:before {
  content: "\f4ec"
}

.ion-social-snapchat-outline:before {
  content: "\f4eb"
}

.ion-social-tumblr:before {
  content: "\f241"
}

.ion-social-tumblr-outline:before {
  content: "\f240"
}

.ion-social-tux:before {
  content: "\f2c5"
}

.ion-social-twitch:before {
  content: "\f4ee"
}

.ion-social-twitch-outline:before {
  content: "\f4ed"
}

.ion-social-twitter:before {
  content: "\f243"
}

.ion-social-twitter-outline:before {
  content: "\f242"
}

.ion-social-usd:before {
  content: "\f353"
}

.ion-social-usd-outline:before {
  content: "\f352"
}

.ion-social-vimeo:before {
  content: "\f245"
}

.ion-social-vimeo-outline:before {
  content: "\f244"
}

.ion-social-whatsapp:before {
  content: "\f4f0"
}

.ion-social-whatsapp-outline:before {
  content: "\f4ef"
}

.ion-social-windows:before {
  content: "\f247"
}

.ion-social-windows-outline:before {
  content: "\f246"
}

.ion-social-wordpress:before {
  content: "\f249"
}

.ion-social-wordpress-outline:before {
  content: "\f248"
}

.ion-social-yahoo:before {
  content: "\f24b"
}

.ion-social-yahoo-outline:before {
  content: "\f24a"
}

.ion-social-yen:before {
  content: "\f4f2"
}

.ion-social-yen-outline:before {
  content: "\f4f1"
}

.ion-social-youtube:before {
  content: "\f24d"
}

.ion-social-youtube-outline:before {
  content: "\f24c"
}

.ion-soup-can:before {
  content: "\f4f4"
}

.ion-soup-can-outline:before {
  content: "\f4f3"
}

.ion-speakerphone:before {
  content: "\f2b2"
}

.ion-speedometer:before {
  content: "\f2b3"
}

.ion-spoon:before {
  content: "\f2b4"
}

.ion-star:before {
  content: "\f24e"
}

.ion-stats-bars:before {
  content: "\f2b5"
}

.ion-steam:before {
  content: "\f30b"
}

.ion-stop:before {
  content: "\f24f"
}

.ion-thermometer:before {
  content: "\f2b6"
}

.ion-thumbsdown:before {
  content: "\f250"
}

.ion-thumbsup:before {
  content: "\f251"
}

.ion-toggle:before {
  content: "\f355"
}

.ion-toggle-filled:before {
  content: "\f354"
}

.ion-transgender:before {
  content: "\f4f5"
}

.ion-trash-a:before {
  content: "\f252"
}

.ion-trash-b:before {
  content: "\f253"
}

.ion-trophy:before {
  content: "\f356"
}

.ion-tshirt:before {
  content: "\f4f7"
}

.ion-tshirt-outline:before {
  content: "\f4f6"
}

.ion-umbrella:before {
  content: "\f2b7"
}

.ion-university:before {
  content: "\f357"
}

.ion-unlocked:before {
  content: "\f254"
}

.ion-upload:before {
  content: "\f255"
}

.ion-usb:before {
  content: "\f2b8"
}

.ion-videocamera:before {
  content: "\f256"
}

.ion-volume-high:before {
  content: "\f257"
}

.ion-volume-low:before {
  content: "\f258"
}

.ion-volume-medium:before {
  content: "\f259"
}

.ion-volume-mute:before {
  content: "\f25a"
}

.ion-wand:before {
  content: "\f358"
}

.ion-waterdrop:before {
  content: "\f25b"
}

.ion-wifi:before {
  content: "\f25c"
}

.ion-wineglass:before {
  content: "\f2b9"
}

.ion-woman:before {
  content: "\f25d"
}

.ion-wrench:before {
  content: "\f2ba"
}

.ion-xbox:before {
  content: "\f30c"
}

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url(../../../themes/eduma/assets/fonts/pe-icon-7/Pe-icon-7-stroke.eot?d7yf1v);
  src: url('../../../themes/eduma/assets/fonts/pe-icon-7/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url(../../../themes/eduma/assets/fonts/pe-icon-7/Pe-icon-7-stroke.woff?d7yf1v) format('woff'), url(../../../themes/eduma/assets/fonts/pe-icon-7/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'), url('../../../themes/eduma/assets/fonts/pe-icon-7/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: 400;
  font-style: normal
}

[class^="pe-7s-"],
[class*=" pe-7s-"] {
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.pe-7s-album:before {
  content: "\e6aa"
}

.pe-7s-arc:before {
  content: "\e6ab"
}

.pe-7s-back-2:before {
  content: "\e6ac"
}

.pe-7s-bandaid:before {
  content: "\e6ad"
}

.pe-7s-car:before {
  content: "\e6ae"
}

.pe-7s-diamond:before {
  content: "\e6af"
}

.pe-7s-door-lock:before {
  content: "\e6b0"
}

.pe-7s-eyedropper:before {
  content: "\e6b1"
}

.pe-7s-female:before {
  content: "\e6b2"
}

.pe-7s-gym:before {
  content: "\e6b3"
}

.pe-7s-hammer:before {
  content: "\e6b4"
}

.pe-7s-headphones:before {
  content: "\e6b5"
}

.pe-7s-helm:before {
  content: "\e6b6"
}

.pe-7s-hourglass:before {
  content: "\e6b7"
}

.pe-7s-leaf:before {
  content: "\e6b8"
}

.pe-7s-magic-wand:before {
  content: "\e6b9"
}

.pe-7s-male:before {
  content: "\e6ba"
}

.pe-7s-map-2:before {
  content: "\e6bb"
}

.pe-7s-next-2:before {
  content: "\e6bc"
}

.pe-7s-paint-bucket:before {
  content: "\e6bd"
}

.pe-7s-pendrive:before {
  content: "\e6be"
}

.pe-7s-photo:before {
  content: "\e6bf"
}

.pe-7s-piggy:before {
  content: "\e6c0"
}

.pe-7s-plugin:before {
  content: "\e6c1"
}

.pe-7s-refresh-2:before {
  content: "\e6c2"
}

.pe-7s-rocket:before {
  content: "\e6c3"
}

.pe-7s-settings:before {
  content: "\e6c4"
}

.pe-7s-shield:before {
  content: "\e6c5"
}

.pe-7s-smile:before {
  content: "\e6c6"
}

.pe-7s-usb:before {
  content: "\e6c7"
}

.pe-7s-vector:before {
  content: "\e6c8"
}

.pe-7s-wine:before {
  content: "\e6c9"
}

.pe-7s-cloud-upload:before {
  content: "\e68a"
}

.pe-7s-cash:before {
  content: "\e68c"
}

.pe-7s-close:before {
  content: "\e680"
}

.pe-7s-bluetooth:before {
  content: "\e68d"
}

.pe-7s-cloud-download:before {
  content: "\e68b"
}

.pe-7s-way:before {
  content: "\e68e"
}

.pe-7s-close-circle:before {
  content: "\e681"
}

.pe-7s-id:before {
  content: "\e68f"
}

.pe-7s-angle-up:before {
  content: "\e682"
}

.pe-7s-wristwatch:before {
  content: "\e690"
}

.pe-7s-angle-up-circle:before {
  content: "\e683"
}

.pe-7s-world:before {
  content: "\e691"
}

.pe-7s-angle-right:before {
  content: "\e684"
}

.pe-7s-volume:before {
  content: "\e692"
}

.pe-7s-angle-right-circle:before {
  content: "\e685"
}

.pe-7s-users:before {
  content: "\e693"
}

.pe-7s-angle-left:before {
  content: "\e686"
}

.pe-7s-user-female:before {
  content: "\e694"
}

.pe-7s-angle-left-circle:before {
  content: "\e687"
}

.pe-7s-up-arrow:before {
  content: "\e695"
}

.pe-7s-angle-down:before {
  content: "\e688"
}

.pe-7s-switch:before {
  content: "\e696"
}

.pe-7s-angle-down-circle:before {
  content: "\e689"
}

.pe-7s-scissors:before {
  content: "\e697"
}

.pe-7s-wallet:before {
  content: "\e600"
}

.pe-7s-safe:before {
  content: "\e698"
}

.pe-7s-volume2:before {
  content: "\e601"
}

.pe-7s-volume1:before {
  content: "\e602"
}

.pe-7s-voicemail:before {
  content: "\e603"
}

.pe-7s-video:before {
  content: "\e604"
}

.pe-7s-user:before {
  content: "\e605"
}

.pe-7s-upload:before {
  content: "\e606"
}

.pe-7s-unlock:before {
  content: "\e607"
}

.pe-7s-umbrella:before {
  content: "\e608"
}

.pe-7s-trash:before {
  content: "\e609"
}

.pe-7s-tools:before {
  content: "\e60a"
}

.pe-7s-timer:before {
  content: "\e60b"
}

.pe-7s-ticket:before {
  content: "\e60c"
}

.pe-7s-target:before {
  content: "\e60d"
}

.pe-7s-sun:before {
  content: "\e60e"
}

.pe-7s-study:before {
  content: "\e60f"
}

.pe-7s-stopwatch:before {
  content: "\e610"
}

.pe-7s-star:before {
  content: "\e611"
}

.pe-7s-speaker:before {
  content: "\e612"
}

.pe-7s-signal:before {
  content: "\e613"
}

.pe-7s-shuffle:before {
  content: "\e614"
}

.pe-7s-shopbag:before {
  content: "\e615"
}

.pe-7s-share:before {
  content: "\e616"
}

.pe-7s-server:before {
  content: "\e617"
}

.pe-7s-search:before {
  content: "\e618"
}

.pe-7s-film:before {
  content: "\e6a5"
}

.pe-7s-science:before {
  content: "\e619"
}

.pe-7s-disk:before {
  content: "\e6a6"
}

.pe-7s-ribbon:before {
  content: "\e61a"
}

.pe-7s-repeat:before {
  content: "\e61b"
}

.pe-7s-refresh:before {
  content: "\e61c"
}

.pe-7s-add-user:before {
  content: "\e6a9"
}

.pe-7s-refresh-cloud:before {
  content: "\e61d"
}

.pe-7s-paperclip:before {
  content: "\e69c"
}

.pe-7s-radio:before {
  content: "\e61e"
}

.pe-7s-note2:before {
  content: "\e69d"
}

.pe-7s-print:before {
  content: "\e61f"
}

.pe-7s-network:before {
  content: "\e69e"
}

.pe-7s-prev:before {
  content: "\e620"
}

.pe-7s-mute:before {
  content: "\e69f"
}

.pe-7s-power:before {
  content: "\e621"
}

.pe-7s-medal:before {
  content: "\e6a0"
}

.pe-7s-portfolio:before {
  content: "\e622"
}

.pe-7s-like2:before {
  content: "\e6a1"
}

.pe-7s-plus:before {
  content: "\e623"
}

.pe-7s-left-arrow:before {
  content: "\e6a2"
}

.pe-7s-play:before {
  content: "\e624"
}

.pe-7s-key:before {
  content: "\e6a3"
}

.pe-7s-plane:before {
  content: "\e625"
}

.pe-7s-joy:before {
  content: "\e6a4"
}

.pe-7s-photo-gallery:before {
  content: "\e626"
}

.pe-7s-pin:before {
  content: "\e69b"
}

.pe-7s-phone:before {
  content: "\e627"
}

.pe-7s-plug:before {
  content: "\e69a"
}

.pe-7s-pen:before {
  content: "\e628"
}

.pe-7s-right-arrow:before {
  content: "\e699"
}

.pe-7s-paper-plane:before {
  content: "\e629"
}

.pe-7s-delete-user:before {
  content: "\e6a7"
}

.pe-7s-paint:before {
  content: "\e62a"
}

.pe-7s-bottom-arrow:before {
  content: "\e6a8"
}

.pe-7s-notebook:before {
  content: "\e62b"
}

.pe-7s-note:before {
  content: "\e62c"
}

.pe-7s-next:before {
  content: "\e62d"
}

.pe-7s-news-paper:before {
  content: "\e62e"
}

.pe-7s-musiclist:before {
  content: "\e62f"
}

.pe-7s-music:before {
  content: "\e630"
}

.pe-7s-mouse:before {
  content: "\e631"
}

.pe-7s-more:before {
  content: "\e632"
}

.pe-7s-moon:before {
  content: "\e633"
}

.pe-7s-monitor:before {
  content: "\e634"
}

.pe-7s-micro:before {
  content: "\e635"
}

.pe-7s-menu:before {
  content: "\e636"
}

.pe-7s-map:before {
  content: "\e637"
}

.pe-7s-map-marker:before {
  content: "\e638"
}

.pe-7s-mail:before {
  content: "\e639"
}

.pe-7s-mail-open:before {
  content: "\e63a"
}

.pe-7s-mail-open-file:before {
  content: "\e63b"
}

.pe-7s-magnet:before {
  content: "\e63c"
}

.pe-7s-loop:before {
  content: "\e63d"
}

.pe-7s-look:before {
  content: "\e63e"
}

.pe-7s-lock:before {
  content: "\e63f"
}

.pe-7s-lintern:before {
  content: "\e640"
}

.pe-7s-link:before {
  content: "\e641"
}

.pe-7s-like:before {
  content: "\e642"
}

.pe-7s-light:before {
  content: "\e643"
}

.pe-7s-less:before {
  content: "\e644"
}

.pe-7s-keypad:before {
  content: "\e645"
}

.pe-7s-junk:before {
  content: "\e646"
}

.pe-7s-info:before {
  content: "\e647"
}

.pe-7s-home:before {
  content: "\e648"
}

.pe-7s-help2:before {
  content: "\e649"
}

.pe-7s-help1:before {
  content: "\e64a"
}

.pe-7s-graph3:before {
  content: "\e64b"
}

.pe-7s-graph2:before {
  content: "\e64c"
}

.pe-7s-graph1:before {
  content: "\e64d"
}

.pe-7s-graph:before {
  content: "\e64e"
}

.pe-7s-global:before {
  content: "\e64f"
}

.pe-7s-gleam:before {
  content: "\e650"
}

.pe-7s-glasses:before {
  content: "\e651"
}

.pe-7s-gift:before {
  content: "\e652"
}

.pe-7s-folder:before {
  content: "\e653"
}

.pe-7s-flag:before {
  content: "\e654"
}

.pe-7s-filter:before {
  content: "\e655"
}

.pe-7s-file:before {
  content: "\e656"
}

.pe-7s-expand1:before {
  content: "\e657"
}

.pe-7s-exapnd2:before {
  content: "\e658"
}

.pe-7s-edit:before {
  content: "\e659"
}

.pe-7s-drop:before {
  content: "\e65a"
}

.pe-7s-drawer:before {
  content: "\e65b"
}

.pe-7s-download:before {
  content: "\e65c"
}

.pe-7s-display2:before {
  content: "\e65d"
}

.pe-7s-display1:before {
  content: "\e65e"
}

.pe-7s-diskette:before {
  content: "\e65f"
}

.pe-7s-date:before {
  content: "\e660"
}

.pe-7s-cup:before {
  content: "\e661"
}

.pe-7s-culture:before {
  content: "\e662"
}

.pe-7s-crop:before {
  content: "\e663"
}

.pe-7s-credit:before {
  content: "\e664"
}

.pe-7s-copy-file:before {
  content: "\e665"
}

.pe-7s-config:before {
  content: "\e666"
}

.pe-7s-compass:before {
  content: "\e667"
}

.pe-7s-comment:before {
  content: "\e668"
}

.pe-7s-coffee:before {
  content: "\e669"
}

.pe-7s-cloud:before {
  content: "\e66a"
}

.pe-7s-clock:before {
  content: "\e66b"
}

.pe-7s-check:before {
  content: "\e66c"
}

.pe-7s-chat:before {
  content: "\e66d"
}

.pe-7s-cart:before {
  content: "\e66e"
}

.pe-7s-camera:before {
  content: "\e66f"
}

.pe-7s-call:before {
  content: "\e670"
}

.pe-7s-calculator:before {
  content: "\e671"
}

.pe-7s-browser:before {
  content: "\e672"
}

.pe-7s-box2:before {
  content: "\e673"
}

.pe-7s-box1:before {
  content: "\e674"
}

.pe-7s-bookmarks:before {
  content: "\e675"
}

.pe-7s-bicycle:before {
  content: "\e676"
}

.pe-7s-bell:before {
  content: "\e677"
}

.pe-7s-battery:before {
  content: "\e678"
}

.pe-7s-ball:before {
  content: "\e679"
}

.pe-7s-back:before {
  content: "\e67a"
}

.pe-7s-attention:before {
  content: "\e67b"
}

.pe-7s-anchor:before {
  content: "\e67c"
}

.pe-7s-albums:before {
  content: "\e67d"
}

.pe-7s-alarm:before {
  content: "\e67e"
}

.pe-7s-airplay:before {
  content: "\e67f"
}

@font-face {
  font-family: 'Linearicons';
  src: url(../../../themes/eduma/assets/fonts/linearicons/Linearicons.eot?w118d);
  src: url('../../../themes/eduma/assets/fonts/linearicons/Linearicons.eot?#iefixw118d') format('embedded-opentype'), url(../../../themes/eduma/assets/fonts/linearicons/Linearicons.woff2?w118d) format('woff2'), url(../../../themes/eduma/assets/fonts/linearicons/Linearicons.woff?w118d) format('woff'), url(../../../themes/eduma/assets/fonts/linearicons/Linearicons.ttf?w118d) format('truetype'), url('../../../themes/eduma/assets/fonts/linearicons/Linearicons.svg?w118d#Linearicons') format('svg');
  font-weight: 400;
  font-style: normal
}

.lnr {
  font-family: 'Linearicons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-home:before {
  content: "\e600"
}

.icon-home2:before {
  content: "\e601"
}

.icon-home3:before {
  content: "\e602"
}

.icon-home4:before {
  content: "\e603"
}

.icon-home5:before {
  content: "\e604"
}

.icon-home6:before {
  content: "\e605"
}

.icon-bathtub:before {
  content: "\e606"
}

.icon-toothbrush:before {
  content: "\e607"
}

.icon-bed:before {
  content: "\e608"
}

.icon-couch:before {
  content: "\e609"
}

.icon-chair:before {
  content: "\e60a"
}

.icon-city:before {
  content: "\e60b"
}

.icon-apartment:before {
  content: "\e60c"
}

.icon-pencil:before {
  content: "\e60d"
}

.icon-pencil2:before {
  content: "\e60e"
}

.icon-pen:before {
  content: "\e60f"
}

.icon-pencil3:before {
  content: "\e610"
}

.icon-eraser:before {
  content: "\e611"
}

.icon-pencil4:before {
  content: "\e612"
}

.icon-pencil5:before {
  content: "\e613"
}

.icon-feather:before {
  content: "\e614"
}

.icon-feather2:before {
  content: "\e615"
}

.icon-feather3:before {
  content: "\e616"
}

.icon-pen2:before {
  content: "\e617"
}

.icon-pen-add:before {
  content: "\e618"
}

.icon-pen-remove:before {
  content: "\e619"
}

.icon-vector:before {
  content: "\e61a"
}

.icon-pen3:before {
  content: "\e61b"
}

.icon-blog:before {
  content: "\e61c"
}

.icon-brush:before {
  content: "\e61d"
}

.icon-brush2:before {
  content: "\e61e"
}

.icon-spray:before {
  content: "\e61f"
}

.icon-paint-roller:before {
  content: "\e620"
}

.icon-stamp:before {
  content: "\e621"
}

.icon-tape:before {
  content: "\e622"
}

.icon-desk-tape:before {
  content: "\e623"
}

.icon-texture:before {
  content: "\e624"
}

.icon-eye-dropper:before {
  content: "\e625"
}

.icon-palette:before {
  content: "\e626"
}

.icon-color-sampler:before {
  content: "\e627"
}

.icon-bucket:before {
  content: "\e628"
}

.icon-gradient:before {
  content: "\e629"
}

.icon-gradient2:before {
  content: "\e62a"
}

.icon-magic-wand:before {
  content: "\e62b"
}

.icon-magnet:before {
  content: "\e62c"
}

.icon-pencil-ruler:before {
  content: "\e62d"
}

.icon-pencil-ruler2:before {
  content: "\e62e"
}

.icon-compass:before {
  content: "\e62f"
}

.icon-aim:before {
  content: "\e630"
}

.icon-gun:before {
  content: "\e631"
}

.icon-bottle:before {
  content: "\e632"
}

.icon-drop:before {
  content: "\e633"
}

.icon-drop-crossed:before {
  content: "\e634"
}

.icon-drop2:before {
  content: "\e635"
}

.icon-snow:before {
  content: "\e636"
}

.icon-snow2:before {
  content: "\e637"
}

.icon-fire:before {
  content: "\e638"
}

.icon-lighter:before {
  content: "\e639"
}

.icon-knife:before {
  content: "\e63a"
}

.icon-dagger:before {
  content: "\e63b"
}

.icon-tissue:before {
  content: "\e63c"
}

.icon-toilet-paper:before {
  content: "\e63d"
}

.icon-poop:before {
  content: "\e63e"
}

.icon-umbrella:before {
  content: "\e63f"
}

.icon-umbrella2:before {
  content: "\e640"
}

.icon-rain:before {
  content: "\e641"
}

.icon-tornado:before {
  content: "\e642"
}

.icon-wind:before {
  content: "\e643"
}

.icon-fan:before {
  content: "\e644"
}

.icon-contrast:before {
  content: "\e645"
}

.icon-sun-small:before {
  content: "\e646"
}

.icon-sun:before {
  content: "\e647"
}

.icon-sun2:before {
  content: "\e648"
}

.icon-moon:before {
  content: "\e649"
}

.icon-cloud:before {
  content: "\e64a"
}

.icon-cloud-upload:before {
  content: "\e64b"
}

.icon-cloud-download:before {
  content: "\e64c"
}

.icon-cloud-rain:before {
  content: "\e64d"
}

.icon-cloud-hailstones:before {
  content: "\e64e"
}

.icon-cloud-snow:before {
  content: "\e64f"
}

.icon-cloud-windy:before {
  content: "\e650"
}

.icon-sun-wind:before {
  content: "\e651"
}

.icon-cloud-fog:before {
  content: "\e652"
}

.icon-cloud-sun:before {
  content: "\e653"
}

.icon-cloud-lightning:before {
  content: "\e654"
}

.icon-cloud-sync:before {
  content: "\e655"
}

.icon-cloud-lock:before {
  content: "\e656"
}

.icon-cloud-gear:before {
  content: "\e657"
}

.icon-cloud-alert:before {
  content: "\e658"
}

.icon-cloud-check:before {
  content: "\e659"
}

.icon-cloud-cross:before {
  content: "\e65a"
}

.icon-cloud-crossed:before {
  content: "\e65b"
}

.icon-cloud-database:before {
  content: "\e65c"
}

.icon-database:before {
  content: "\e65d"
}

.icon-database-add:before {
  content: "\e65e"
}

.icon-database-remove:before {
  content: "\e65f"
}

.icon-database-lock:before {
  content: "\e660"
}

.icon-database-refresh:before {
  content: "\e661"
}

.icon-database-check:before {
  content: "\e662"
}

.icon-database-history:before {
  content: "\e663"
}

.icon-database-upload:before {
  content: "\e664"
}

.icon-database-download:before {
  content: "\e665"
}

.icon-server:before {
  content: "\e666"
}

.icon-shield:before {
  content: "\e667"
}

.icon-shield-check:before {
  content: "\e668"
}

.icon-shield-alert:before {
  content: "\e669"
}

.icon-shield-cross:before {
  content: "\e66a"
}

.icon-lock:before {
  content: "\e66b"
}

.icon-rotation-lock:before {
  content: "\e66c"
}

.icon-unlock:before {
  content: "\e66d"
}

.icon-key:before {
  content: "\e66e"
}

.icon-key-hole:before {
  content: "\e66f"
}

.icon-toggle-off:before {
  content: "\e670"
}

.icon-toggle-on:before {
  content: "\e671"
}

.icon-cog:before {
  content: "\e672"
}

.icon-cog2:before {
  content: "\e673"
}

.icon-wrench:before {
  content: "\e674"
}

.icon-screwdriver:before {
  content: "\e675"
}

.icon-hammer-wrench:before {
  content: "\e676"
}

.icon-hammer:before {
  content: "\e677"
}

.icon-saw:before {
  content: "\e678"
}

.icon-axe:before {
  content: "\e679"
}

.icon-axe2:before {
  content: "\e67a"
}

.icon-shovel:before {
  content: "\e67b"
}

.icon-pickaxe:before {
  content: "\e67c"
}

.icon-factory:before {
  content: "\e67d"
}

.icon-factory2:before {
  content: "\e67e"
}

.icon-recycle:before {
  content: "\e67f"
}

.icon-trash:before {
  content: "\e680"
}

.icon-trash2:before {
  content: "\e681"
}

.icon-trash3:before {
  content: "\e682"
}

.icon-broom:before {
  content: "\e683"
}

.icon-game:before {
  content: "\e684"
}

.icon-gamepad:before {
  content: "\e685"
}

.icon-joystick:before {
  content: "\e686"
}

.icon-dice:before {
  content: "\e687"
}

.icon-spades:before {
  content: "\e688"
}

.icon-diamonds:before {
  content: "\e689"
}

.icon-clubs:before {
  content: "\e68a"
}

.icon-hearts:before {
  content: "\e68b"
}

.icon-heart:before {
  content: "\e68c"
}

.icon-star:before {
  content: "\e68d"
}

.icon-star-half:before {
  content: "\e68e"
}

.icon-star-empty:before {
  content: "\e68f"
}

.icon-flag:before {
  content: "\e690"
}

.icon-flag2:before {
  content: "\e691"
}

.icon-flag3:before {
  content: "\e692"
}

.icon-mailbox-full:before {
  content: "\e693"
}

.icon-mailbox-empty:before {
  content: "\e694"
}

.icon-at-sign:before {
  content: "\e695"
}

.icon-envelope:before {
  content: "\e696"
}

.icon-envelope-open:before {
  content: "\e697"
}

.icon-paperclip:before {
  content: "\e698"
}

.icon-paper-plane:before {
  content: "\e699"
}

.icon-reply:before {
  content: "\e69a"
}

.icon-reply-all:before {
  content: "\e69b"
}

.icon-inbox:before {
  content: "\e69c"
}

.icon-inbox2:before {
  content: "\e69d"
}

.icon-outbox:before {
  content: "\e69e"
}

.icon-box:before {
  content: "\e69f"
}

.icon-archive:before {
  content: "\e6a0"
}

.icon-archive2:before {
  content: "\e6a1"
}

.icon-drawers:before {
  content: "\e6a2"
}

.icon-drawers2:before {
  content: "\e6a3"
}

.icon-drawers3:before {
  content: "\e6a4"
}

.icon-eye:before {
  content: "\e6a5"
}

.icon-eye-crossed:before {
  content: "\e6a6"
}

.icon-eye-plus:before {
  content: "\e6a7"
}

.icon-eye-minus:before {
  content: "\e6a8"
}

.icon-binoculars:before {
  content: "\e6a9"
}

.icon-binoculars2:before {
  content: "\e6aa"
}

.icon-hdd:before {
  content: "\e6ab"
}

.icon-hdd-down:before {
  content: "\e6ac"
}

.icon-hdd-up:before {
  content: "\e6ad"
}

.icon-floppy-disk:before {
  content: "\e6ae"
}

.icon-disc:before {
  content: "\e6af"
}

.icon-tape2:before {
  content: "\e6b0"
}

.icon-printer:before {
  content: "\e6b1"
}

.icon-shredder:before {
  content: "\e6b2"
}

.icon-file-empty:before {
  content: "\e6b3"
}

.icon-file-add:before {
  content: "\e6b4"
}

.icon-file-check:before {
  content: "\e6b5"
}

.icon-file-lock:before {
  content: "\e6b6"
}

.icon-files:before {
  content: "\e6b7"
}

.icon-copy:before {
  content: "\e6b8"
}

.icon-compare:before {
  content: "\e6b9"
}

.icon-folder:before {
  content: "\e6ba"
}

.icon-folder-search:before {
  content: "\e6bb"
}

.icon-folder-plus:before {
  content: "\e6bc"
}

.icon-folder-minus:before {
  content: "\e6bd"
}

.icon-folder-download:before {
  content: "\e6be"
}

.icon-folder-upload:before {
  content: "\e6bf"
}

.icon-folder-star:before {
  content: "\e6c0"
}

.icon-folder-heart:before {
  content: "\e6c1"
}

.icon-folder-user:before {
  content: "\e6c2"
}

.icon-folder-shared:before {
  content: "\e6c3"
}

.icon-folder-music:before {
  content: "\e6c4"
}

.icon-folder-picture:before {
  content: "\e6c5"
}

.icon-folder-film:before {
  content: "\e6c6"
}

.icon-scissors:before {
  content: "\e6c7"
}

.icon-paste:before {
  content: "\e6c8"
}

.icon-clipboard-empty:before {
  content: "\e6c9"
}

.icon-clipboard-pencil:before {
  content: "\e6ca"
}

.icon-clipboard-text:before {
  content: "\e6cb"
}

.icon-clipboard-check:before {
  content: "\e6cc"
}

.icon-clipboard-down:before {
  content: "\e6cd"
}

.icon-clipboard-left:before {
  content: "\e6ce"
}

.icon-clipboard-alert:before {
  content: "\e6cf"
}

.icon-clipboard-user:before {
  content: "\e6d0"
}

.icon-register:before {
  content: "\e6d1"
}

.icon-enter:before {
  content: "\e6d2"
}

.icon-exit:before {
  content: "\e6d3"
}

.icon-papers:before {
  content: "\e6d4"
}

.icon-news:before {
  content: "\e6d5"
}

.icon-reading:before {
  content: "\e6d6"
}

.icon-typewriter:before {
  content: "\e6d7"
}

.icon-document:before {
  content: "\e6d8"
}

.icon-document2:before {
  content: "\e6d9"
}

.icon-graduation-hat:before {
  content: "\e6da"
}

.icon-license:before {
  content: "\e6db"
}

.icon-license2:before {
  content: "\e6dc"
}

.icon-medal-empty:before {
  content: "\e6dd"
}

.icon-medal-first:before {
  content: "\e6de"
}

.icon-medal-second:before {
  content: "\e6df"
}

.icon-medal-third:before {
  content: "\e6e0"
}

.icon-podium:before {
  content: "\e6e1"
}

.icon-trophy:before {
  content: "\e6e2"
}

.icon-trophy2:before {
  content: "\e6e3"
}

.icon-music-note:before {
  content: "\e6e4"
}

.icon-music-note2:before {
  content: "\e6e5"
}

.icon-music-note3:before {
  content: "\e6e6"
}

.icon-playlist:before {
  content: "\e6e7"
}

.icon-playlist-add:before {
  content: "\e6e8"
}

.icon-guitar:before {
  content: "\e6e9"
}

.icon-trumpet:before {
  content: "\e6ea"
}

.icon-album:before {
  content: "\e6eb"
}

.icon-shuffle:before {
  content: "\e6ec"
}

.icon-repeat-one:before {
  content: "\e6ed"
}

.icon-repeat:before {
  content: "\e6ee"
}

.icon-headphones:before {
  content: "\e6ef"
}

.icon-headset:before {
  content: "\e6f0"
}

.icon-loudspeaker:before {
  content: "\e6f1"
}

.icon-equalizer:before {
  content: "\e6f2"
}

.icon-theater:before {
  content: "\e6f3"
}

.icon-3d-glasses:before {
  content: "\e6f4"
}

.icon-ticket:before {
  content: "\e6f5"
}

.icon-presentation:before {
  content: "\e6f6"
}

.icon-play:before {
  content: "\e6f7"
}

.icon-film-play:before {
  content: "\e6f8"
}

.icon-clapboard-play:before {
  content: "\e6f9"
}

.icon-media:before {
  content: "\e6fa"
}

.icon-film:before {
  content: "\e6fb"
}

.icon-film2:before {
  content: "\e6fc"
}

.icon-surveillance:before {
  content: "\e6fd"
}

.icon-surveillance2:before {
  content: "\e6fe"
}

.icon-camera:before {
  content: "\e6ff"
}

.icon-camera-crossed:before {
  content: "\e700"
}

.icon-camera-play:before {
  content: "\e701"
}

.icon-time-lapse:before {
  content: "\e702"
}

.icon-record:before {
  content: "\e703"
}

.icon-camera2:before {
  content: "\e704"
}

.icon-camera-flip:before {
  content: "\e705"
}

.icon-panorama:before {
  content: "\e706"
}

.icon-time-lapse2:before {
  content: "\e707"
}

.icon-shutter:before {
  content: "\e708"
}

.icon-shutter2:before {
  content: "\e709"
}

.icon-face-detection:before {
  content: "\e70a"
}

.icon-flare:before {
  content: "\e70b"
}

.icon-convex:before {
  content: "\e70c"
}

.icon-concave:before {
  content: "\e70d"
}

.icon-picture:before {
  content: "\e70e"
}

.icon-picture2:before {
  content: "\e70f"
}

.icon-picture3:before {
  content: "\e710"
}

.icon-pictures:before {
  content: "\e711"
}

.icon-book:before {
  content: "\e712"
}

.icon-audio-book:before {
  content: "\e713"
}

.icon-book2:before {
  content: "\e714"
}

.icon-bookmark:before {
  content: "\e715"
}

.icon-bookmark2:before {
  content: "\e716"
}

.icon-label:before {
  content: "\e717"
}

.icon-library:before {
  content: "\e718"
}

.icon-library2:before {
  content: "\e719"
}

.icon-contacts:before {
  content: "\e71a"
}

.icon-profile:before {
  content: "\e71b"
}

.icon-portrait:before {
  content: "\e71c"
}

.icon-portrait2:before {
  content: "\e71d"
}

.icon-user:before {
  content: "\e71e"
}

.icon-user-plus:before {
  content: "\e71f"
}

.icon-user-minus:before {
  content: "\e720"
}

.icon-user-lock:before {
  content: "\e721"
}

.icon-users:before {
  content: "\e722"
}

.icon-users2:before {
  content: "\e723"
}

.icon-users-plus:before {
  content: "\e724"
}

.icon-users-minus:before {
  content: "\e725"
}

.icon-group-work:before {
  content: "\e726"
}

.icon-woman:before {
  content: "\e727"
}

.icon-man:before {
  content: "\e728"
}

.icon-baby:before {
  content: "\e729"
}

.icon-baby2:before {
  content: "\e72a"
}

.icon-baby3:before {
  content: "\e72b"
}

.icon-baby-bottle:before {
  content: "\e72c"
}

.icon-walk:before {
  content: "\e72d"
}

.icon-hand-waving:before {
  content: "\e72e"
}

.icon-jump:before {
  content: "\e72f"
}

.icon-run:before {
  content: "\e730"
}

.icon-woman2:before {
  content: "\e731"
}

.icon-man2:before {
  content: "\e732"
}

.icon-man-woman:before {
  content: "\e733"
}

.icon-height:before {
  content: "\e734"
}

.icon-weight:before {
  content: "\e735"
}

.icon-scale:before {
  content: "\e736"
}

.icon-button:before {
  content: "\e737"
}

.icon-bow-tie:before {
  content: "\e738"
}

.icon-tie:before {
  content: "\e739"
}

.icon-socks:before {
  content: "\e73a"
}

.icon-shoe:before {
  content: "\e73b"
}

.icon-shoes:before {
  content: "\e73c"
}

.icon-hat:before {
  content: "\e73d"
}

.icon-pants:before {
  content: "\e73e"
}

.icon-shorts:before {
  content: "\e73f"
}

.icon-flip-flops:before {
  content: "\e740"
}

.icon-shirt:before {
  content: "\e741"
}

.icon-hanger:before {
  content: "\e742"
}

.icon-laundry:before {
  content: "\e743"
}

.icon-store:before {
  content: "\e744"
}

.icon-haircut:before {
  content: "\e745"
}

.icon-store-24:before {
  content: "\e746"
}

.icon-barcode:before {
  content: "\e747"
}

.icon-barcode2:before {
  content: "\e748"
}

.icon-barcode3:before {
  content: "\e749"
}

.icon-cashier:before {
  content: "\e74a"
}

.icon-bag:before {
  content: "\e74b"
}

.icon-bag2:before {
  content: "\e74c"
}

.icon-cart:before {
  content: "\e74d"
}

.icon-cart-empty:before {
  content: "\e74e"
}

.icon-cart-full:before {
  content: "\e74f"
}

.icon-cart-plus:before {
  content: "\e750"
}

.icon-cart-plus2:before {
  content: "\e751"
}

.icon-cart-add:before {
  content: "\e752"
}

.icon-cart-remove:before {
  content: "\e753"
}

.icon-cart-exchange:before {
  content: "\e754"
}

.icon-tag:before {
  content: "\e755"
}

.icon-tags:before {
  content: "\e756"
}

.icon-receipt:before {
  content: "\e757"
}

.icon-wallet:before {
  content: "\e758"
}

.icon-credit-card:before {
  content: "\e759"
}

.icon-cash-dollar:before {
  content: "\e75a"
}

.icon-cash-euro:before {
  content: "\e75b"
}

.icon-cash-pound:before {
  content: "\e75c"
}

.icon-cash-yen:before {
  content: "\e75d"
}

.icon-bag-dollar:before {
  content: "\e75e"
}

.icon-bag-euro:before {
  content: "\e75f"
}

.icon-bag-pound:before {
  content: "\e760"
}

.icon-bag-yen:before {
  content: "\e761"
}

.icon-coin-dollar:before {
  content: "\e762"
}

.icon-coin-euro:before {
  content: "\e763"
}

.icon-coin-pound:before {
  content: "\e764"
}

.icon-coin-yen:before {
  content: "\e765"
}

.icon-calculator:before {
  content: "\e766"
}

.icon-calculator2:before {
  content: "\e767"
}

.icon-abacus:before {
  content: "\e768"
}

.icon-vault:before {
  content: "\e769"
}

.icon-telephone:before {
  content: "\e76a"
}

.icon-phone-lock:before {
  content: "\e76b"
}

.icon-phone-wave:before {
  content: "\e76c"
}

.icon-phone-pause:before {
  content: "\e76d"
}

.icon-phone-outgoing:before {
  content: "\e76e"
}

.icon-phone-incoming:before {
  content: "\e76f"
}

.icon-phone-in-out:before {
  content: "\e770"
}

.icon-phone-error:before {
  content: "\e771"
}

.icon-phone-sip:before {
  content: "\e772"
}

.icon-phone-plus:before {
  content: "\e773"
}

.icon-phone-minus:before {
  content: "\e774"
}

.icon-voicemail:before {
  content: "\e775"
}

.icon-dial:before {
  content: "\e776"
}

.icon-telephone2:before {
  content: "\e777"
}

.icon-pushpin:before {
  content: "\e778"
}

.icon-pushpin2:before {
  content: "\e779"
}

.icon-map-marker:before {
  content: "\e77a"
}

.icon-map-marker-user:before {
  content: "\e77b"
}

.icon-map-marker-down:before {
  content: "\e77c"
}

.icon-map-marker-check:before {
  content: "\e77d"
}

.icon-map-marker-crossed:before {
  content: "\e77e"
}

.icon-radar:before {
  content: "\e77f"
}

.icon-compass2:before {
  content: "\e780"
}

.icon-map:before {
  content: "\e781"
}

.icon-map2:before {
  content: "\e782"
}

.icon-location:before {
  content: "\e783"
}

.icon-road-sign:before {
  content: "\e784"
}

.icon-calendar-empty:before {
  content: "\e785"
}

.icon-calendar-check:before {
  content: "\e786"
}

.icon-calendar-cross:before {
  content: "\e787"
}

.icon-calendar-31:before {
  content: "\e788"
}

.icon-calendar-full:before {
  content: "\e789"
}

.icon-calendar-insert:before {
  content: "\e78a"
}

.icon-calendar-text:before {
  content: "\e78b"
}

.icon-calendar-user:before {
  content: "\e78c"
}

.icon-mouse:before {
  content: "\e78d"
}

.icon-mouse-left:before {
  content: "\e78e"
}

.icon-mouse-right:before {
  content: "\e78f"
}

.icon-mouse-both:before {
  content: "\e790"
}

.icon-keyboard:before {
  content: "\e791"
}

.icon-keyboard-up:before {
  content: "\e792"
}

.icon-keyboard-down:before {
  content: "\e793"
}

.icon-delete:before {
  content: "\e794"
}

.icon-spell-check:before {
  content: "\e795"
}

.icon-escape:before {
  content: "\e796"
}

.icon-enter2:before {
  content: "\e797"
}

.icon-screen:before {
  content: "\e798"
}

.icon-aspect-ratio:before {
  content: "\e799"
}

.icon-signal:before {
  content: "\e79a"
}

.icon-signal-lock:before {
  content: "\e79b"
}

.icon-signal-80:before {
  content: "\e79c"
}

.icon-signal-60:before {
  content: "\e79d"
}

.icon-signal-40:before {
  content: "\e79e"
}

.icon-signal-20:before {
  content: "\e79f"
}

.icon-signal-0:before {
  content: "\e7a0"
}

.icon-signal-blocked:before {
  content: "\e7a1"
}

.icon-sim:before {
  content: "\e7a2"
}

.icon-flash-memory:before {
  content: "\e7a3"
}

.icon-usb-drive:before {
  content: "\e7a4"
}

.icon-phone:before {
  content: "\e7a5"
}

.icon-smartphone:before {
  content: "\e7a6"
}

.icon-smartphone-notification:before {
  content: "\e7a7"
}

.icon-smartphone-vibration:before {
  content: "\e7a8"
}

.icon-smartphone-embed:before {
  content: "\e7a9"
}

.icon-smartphone-waves:before {
  content: "\e7aa"
}

.icon-tablet:before {
  content: "\e7ab"
}

.icon-tablet2:before {
  content: "\e7ac"
}

.icon-laptop:before {
  content: "\e7ad"
}

.icon-laptop-phone:before {
  content: "\e7ae"
}

.icon-desktop:before {
  content: "\e7af"
}

.icon-launch:before {
  content: "\e7b0"
}

.icon-new-tab:before {
  content: "\e7b1"
}

.icon-window:before {
  content: "\e7b2"
}

.icon-cable:before {
  content: "\e7b3"
}

.icon-cable2:before {
  content: "\e7b4"
}

.icon-tv:before {
  content: "\e7b5"
}

.icon-radio:before {
  content: "\e7b6"
}

.icon-remote-control:before {
  content: "\e7b7"
}

.icon-power-switch:before {
  content: "\e7b8"
}

.icon-power:before {
  content: "\e7b9"
}

.icon-power-crossed:before {
  content: "\e7ba"
}

.icon-flash-auto:before {
  content: "\e7bb"
}

.icon-lamp:before {
  content: "\e7bc"
}

.icon-flashlight:before {
  content: "\e7bd"
}

.icon-lampshade:before {
  content: "\e7be"
}

.icon-cord:before {
  content: "\e7bf"
}

.icon-outlet:before {
  content: "\e7c0"
}

.icon-battery-power:before {
  content: "\e7c1"
}

.icon-battery-empty:before {
  content: "\e7c2"
}

.icon-battery-alert:before {
  content: "\e7c3"
}

.icon-battery-error:before {
  content: "\e7c4"
}

.icon-battery-low1:before {
  content: "\e7c5"
}

.icon-battery-low2:before {
  content: "\e7c6"
}

.icon-battery-low3:before {
  content: "\e7c7"
}

.icon-battery-mid1:before {
  content: "\e7c8"
}

.icon-battery-mid2:before {
  content: "\e7c9"
}

.icon-battery-mid3:before {
  content: "\e7ca"
}

.icon-battery-full:before {
  content: "\e7cb"
}

.icon-battery-charging:before {
  content: "\e7cc"
}

.icon-battery-charging2:before {
  content: "\e7cd"
}

.icon-battery-charging3:before {
  content: "\e7ce"
}

.icon-battery-charging4:before {
  content: "\e7cf"
}

.icon-battery-charging5:before {
  content: "\e7d0"
}

.icon-battery-charging6:before {
  content: "\e7d1"
}

.icon-battery-charging7:before {
  content: "\e7d2"
}

.icon-chip:before {
  content: "\e7d3"
}

.icon-chip-x64:before {
  content: "\e7d4"
}

.icon-chip-x86:before {
  content: "\e7d5"
}

.icon-bubble:before {
  content: "\e7d6"
}

.icon-bubbles:before {
  content: "\e7d7"
}

.icon-bubble-dots:before {
  content: "\e7d8"
}

.icon-bubble-alert:before {
  content: "\e7d9"
}

.icon-bubble-question:before {
  content: "\e7da"
}

.icon-bubble-text:before {
  content: "\e7db"
}

.icon-bubble-pencil:before {
  content: "\e7dc"
}

.icon-bubble-picture:before {
  content: "\e7dd"
}

.icon-bubble-video:before {
  content: "\e7de"
}

.icon-bubble-user:before {
  content: "\e7df"
}

.icon-bubble-quote:before {
  content: "\e7e0"
}

.icon-bubble-heart:before {
  content: "\e7e1"
}

.icon-bubble-emoticon:before {
  content: "\e7e2"
}

.icon-bubble-attachment:before {
  content: "\e7e3"
}

.icon-phone-bubble:before {
  content: "\e7e4"
}

.icon-quote-open:before {
  content: "\e7e5"
}

.icon-quote-close:before {
  content: "\e7e6"
}

.icon-dna:before {
  content: "\e7e7"
}

.icon-heart-pulse:before {
  content: "\e7e8"
}

.icon-pulse:before {
  content: "\e7e9"
}

.icon-syringe:before {
  content: "\e7ea"
}

.icon-pills:before {
  content: "\e7eb"
}

.icon-first-aid:before {
  content: "\e7ec"
}

.icon-lifebuoy:before {
  content: "\e7ed"
}

.icon-bandage:before {
  content: "\e7ee"
}

.icon-bandages:before {
  content: "\e7ef"
}

.icon-thermometer:before {
  content: "\e7f0"
}

.icon-microscope:before {
  content: "\e7f1"
}

.icon-brain:before {
  content: "\e7f2"
}

.icon-beaker:before {
  content: "\e7f3"
}

.icon-skull:before {
  content: "\e7f4"
}

.icon-bone:before {
  content: "\e7f5"
}

.icon-construction:before {
  content: "\e7f6"
}

.icon-construction-cone:before {
  content: "\e7f7"
}

.icon-pie-chart:before {
  content: "\e7f8"
}

.icon-pie-chart2:before {
  content: "\e7f9"
}

.icon-graph:before {
  content: "\e7fa"
}

.icon-chart-growth:before {
  content: "\e7fb"
}

.icon-chart-bars:before {
  content: "\e7fc"
}

.icon-chart-settings:before {
  content: "\e7fd"
}

.icon-cake:before {
  content: "\e7fe"
}

.icon-gift:before {
  content: "\e7ff"
}

.icon-balloon:before {
  content: "\e800"
}

.icon-rank:before {
  content: "\e801"
}

.icon-rank2:before {
  content: "\e802"
}

.icon-rank3:before {
  content: "\e803"
}

.icon-crown:before {
  content: "\e804"
}

.icon-lotus:before {
  content: "\e805"
}

.icon-diamond:before {
  content: "\e806"
}

.icon-diamond2:before {
  content: "\e807"
}

.icon-diamond3:before {
  content: "\e808"
}

.icon-diamond4:before {
  content: "\e809"
}

.icon-linearicons:before {
  content: "\e80a"
}

.icon-teacup:before {
  content: "\e80b"
}

.icon-teapot:before {
  content: "\e80c"
}

.icon-glass:before {
  content: "\e80d"
}

.icon-bottle2:before {
  content: "\e80e"
}

.icon-glass-cocktail:before {
  content: "\e80f"
}

.icon-glass2:before {
  content: "\e810"
}

.icon-dinner:before {
  content: "\e811"
}

.icon-dinner2:before {
  content: "\e812"
}

.icon-chef:before {
  content: "\e813"
}

.icon-scale2:before {
  content: "\e814"
}

.icon-egg:before {
  content: "\e815"
}

.icon-egg2:before {
  content: "\e816"
}

.icon-eggs:before {
  content: "\e817"
}

.icon-platter:before {
  content: "\e818"
}

.icon-steak:before {
  content: "\e819"
}

.icon-hamburger:before {
  content: "\e81a"
}

.icon-hotdog:before {
  content: "\e81b"
}

.icon-pizza:before {
  content: "\e81c"
}

.icon-sausage:before {
  content: "\e81d"
}

.icon-chicken:before {
  content: "\e81e"
}

.icon-fish:before {
  content: "\e81f"
}

.icon-carrot:before {
  content: "\e820"
}

.icon-cheese:before {
  content: "\e821"
}

.icon-bread:before {
  content: "\e822"
}

.icon-ice-cream:before {
  content: "\e823"
}

.icon-ice-cream2:before {
  content: "\e824"
}

.icon-candy:before {
  content: "\e825"
}

.icon-lollipop:before {
  content: "\e826"
}

.icon-coffee-bean:before {
  content: "\e827"
}

.icon-coffee-cup:before {
  content: "\e828"
}

.icon-cherry:before {
  content: "\e829"
}

.icon-grapes:before {
  content: "\e82a"
}

.icon-citrus:before {
  content: "\e82b"
}

.icon-apple:before {
  content: "\e82c"
}

.icon-leaf:before {
  content: "\e82d"
}

.icon-landscape:before {
  content: "\e82e"
}

.icon-pine-tree:before {
  content: "\e82f"
}

.icon-tree:before {
  content: "\e830"
}

.icon-cactus:before {
  content: "\e831"
}

.icon-paw:before {
  content: "\e832"
}

.icon-footprint:before {
  content: "\e833"
}

.icon-speed-slow:before {
  content: "\e834"
}

.icon-speed-medium:before {
  content: "\e835"
}

.icon-speed-fast:before {
  content: "\e836"
}

.icon-rocket:before {
  content: "\e837"
}

.icon-hammer2:before {
  content: "\e838"
}

.icon-balance:before {
  content: "\e839"
}

.icon-briefcase:before {
  content: "\e83a"
}

.icon-luggage-weight:before {
  content: "\e83b"
}

.icon-dolly:before {
  content: "\e83c"
}

.icon-plane:before {
  content: "\e83d"
}

.icon-plane-crossed:before {
  content: "\e83e"
}

.icon-helicopter:before {
  content: "\e83f"
}

.icon-traffic-lights:before {
  content: "\e840"
}

.icon-siren:before {
  content: "\e841"
}

.icon-road:before {
  content: "\e842"
}

.icon-engine:before {
  content: "\e843"
}

.icon-oil-pressure:before {
  content: "\e844"
}

.icon-coolant-temperature:before {
  content: "\e845"
}

.icon-car-battery:before {
  content: "\e846"
}

.icon-gas:before {
  content: "\e847"
}

.icon-gallon:before {
  content: "\e848"
}

.icon-transmission:before {
  content: "\e849"
}

.icon-car:before {
  content: "\e84a"
}

.icon-car-wash:before {
  content: "\e84b"
}

.icon-car-wash2:before {
  content: "\e84c"
}

.icon-bus:before {
  content: "\e84d"
}

.icon-bus2:before {
  content: "\e84e"
}

.icon-car2:before {
  content: "\e84f"
}

.icon-parking:before {
  content: "\e850"
}

.icon-car-lock:before {
  content: "\e851"
}

.icon-taxi:before {
  content: "\e852"
}

.icon-car-siren:before {
  content: "\e853"
}

.icon-car-wash3:before {
  content: "\e854"
}

.icon-car-wash4:before {
  content: "\e855"
}

.icon-ambulance:before {
  content: "\e856"
}

.icon-truck:before {
  content: "\e857"
}

.icon-trailer:before {
  content: "\e858"
}

.icon-scale-truck:before {
  content: "\e859"
}

.icon-train:before {
  content: "\e85a"
}

.icon-ship:before {
  content: "\e85b"
}

.icon-ship2:before {
  content: "\e85c"
}

.icon-anchor:before {
  content: "\e85d"
}

.icon-boat:before {
  content: "\e85e"
}

.icon-bicycle:before {
  content: "\e85f"
}

.icon-bicycle2:before {
  content: "\e860"
}

.icon-dumbbell:before {
  content: "\e861"
}

.icon-bench-press:before {
  content: "\e862"
}

.icon-swim:before {
  content: "\e863"
}

.icon-football:before {
  content: "\e864"
}

.icon-baseball-bat:before {
  content: "\e865"
}

.icon-baseball:before {
  content: "\e866"
}

.icon-tennis:before {
  content: "\e867"
}

.icon-tennis2:before {
  content: "\e868"
}

.icon-ping-pong:before {
  content: "\e869"
}

.icon-hockey:before {
  content: "\e86a"
}

.icon-8ball:before {
  content: "\e86b"
}

.icon-bowling:before {
  content: "\e86c"
}

.icon-bowling-pins:before {
  content: "\e86d"
}

.icon-golf:before {
  content: "\e86e"
}

.icon-golf2:before {
  content: "\e86f"
}

.icon-archery:before {
  content: "\e870"
}

.icon-slingshot:before {
  content: "\e871"
}

.icon-soccer:before {
  content: "\e872"
}

.icon-basketball:before {
  content: "\e873"
}

.icon-cube:before {
  content: "\e874"
}

.icon-3d-rotate:before {
  content: "\e875"
}

.icon-puzzle:before {
  content: "\e876"
}

.icon-glasses:before {
  content: "\e877"
}

.icon-glasses2:before {
  content: "\e878"
}

.icon-accessibility:before {
  content: "\e879"
}

.icon-wheelchair:before {
  content: "\e87a"
}

.icon-wall:before {
  content: "\e87b"
}

.icon-fence:before {
  content: "\e87c"
}

.icon-wall2:before {
  content: "\e87d"
}

.icon-icons:before {
  content: "\e87e"
}

.icon-resize-handle:before {
  content: "\e87f"
}

.icon-icons2:before {
  content: "\e880"
}

.icon-select:before {
  content: "\e881"
}

.icon-select2:before {
  content: "\e882"
}

.icon-site-map:before {
  content: "\e883"
}

.icon-earth:before {
  content: "\e884"
}

.icon-earth-lock:before {
  content: "\e885"
}

.icon-network:before {
  content: "\e886"
}

.icon-network-lock:before {
  content: "\e887"
}

.icon-planet:before {
  content: "\e888"
}

.icon-happy:before {
  content: "\e889"
}

.icon-smile:before {
  content: "\e88a"
}

.icon-grin:before {
  content: "\e88b"
}

.icon-tongue:before {
  content: "\e88c"
}

.icon-sad:before {
  content: "\e88d"
}

.icon-wink:before {
  content: "\e88e"
}

.icon-dream:before {
  content: "\e88f"
}

.icon-shocked:before {
  content: "\e890"
}

.icon-shocked2:before {
  content: "\e891"
}

.icon-tongue2:before {
  content: "\e892"
}

.icon-neutral:before {
  content: "\e893"
}

.icon-happy-grin:before {
  content: "\e894"
}

.icon-cool:before {
  content: "\e895"
}

.icon-mad:before {
  content: "\e896"
}

.icon-grin-evil:before {
  content: "\e897"
}

.icon-evil:before {
  content: "\e898"
}

.icon-wow:before {
  content: "\e899"
}

.icon-annoyed:before {
  content: "\e89a"
}

.icon-wondering:before {
  content: "\e89b"
}

.icon-confused:before {
  content: "\e89c"
}

.icon-zipped:before {
  content: "\e89d"
}

.icon-grumpy:before {
  content: "\e89e"
}

.icon-mustache:before {
  content: "\e89f"
}

.icon-tombstone-hipster:before {
  content: "\e8a0"
}

.icon-tombstone:before {
  content: "\e8a1"
}

.icon-ghost:before {
  content: "\e8a2"
}

.icon-ghost-hipster:before {
  content: "\e8a3"
}

.icon-halloween:before {
  content: "\e8a4"
}

.icon-christmas:before {
  content: "\e8a5"
}

.icon-easter-egg:before {
  content: "\e8a6"
}

.icon-mustache2:before {
  content: "\e8a7"
}

.icon-mustache-glasses:before {
  content: "\e8a8"
}

.icon-pipe:before {
  content: "\e8a9"
}

.icon-alarm:before {
  content: "\e8aa"
}

.icon-alarm-add:before {
  content: "\e8ab"
}

.icon-alarm-snooze:before {
  content: "\e8ac"
}

.icon-alarm-ringing:before {
  content: "\e8ad"
}

.icon-bullhorn:before {
  content: "\e8ae"
}

.icon-hearing:before {
  content: "\e8af"
}

.icon-volume-high:before {
  content: "\e8b0"
}

.icon-volume-medium:before {
  content: "\e8b1"
}

.icon-volume-low:before {
  content: "\e8b2"
}

.icon-volume:before {
  content: "\e8b3"
}

.icon-mute:before {
  content: "\e8b4"
}

.icon-lan:before {
  content: "\e8b5"
}

.icon-lan2:before {
  content: "\e8b6"
}

.icon-wifi:before {
  content: "\e8b7"
}

.icon-wifi-lock:before {
  content: "\e8b8"
}

.icon-wifi-blocked:before {
  content: "\e8b9"
}

.icon-wifi-mid:before {
  content: "\e8ba"
}

.icon-wifi-low:before {
  content: "\e8bb"
}

.icon-wifi-low2:before {
  content: "\e8bc"
}

.icon-wifi-alert:before {
  content: "\e8bd"
}

.icon-wifi-alert-mid:before {
  content: "\e8be"
}

.icon-wifi-alert-low:before {
  content: "\e8bf"
}

.icon-wifi-alert-low2:before {
  content: "\e8c0"
}

.icon-stream:before {
  content: "\e8c1"
}

.icon-stream-check:before {
  content: "\e8c2"
}

.icon-stream-error:before {
  content: "\e8c3"
}

.icon-stream-alert:before {
  content: "\e8c4"
}

.icon-communication:before {
  content: "\e8c5"
}

.icon-communication-crossed:before {
  content: "\e8c6"
}

.icon-broadcast:before {
  content: "\e8c7"
}

.icon-antenna:before {
  content: "\e8c8"
}

.icon-satellite:before {
  content: "\e8c9"
}

.icon-satellite2:before {
  content: "\e8ca"
}

.icon-mic:before {
  content: "\e8cb"
}

.icon-mic-mute:before {
  content: "\e8cc"
}

.icon-mic2:before {
  content: "\e8cd"
}

.icon-spotlights:before {
  content: "\e8ce"
}

.icon-hourglass:before {
  content: "\e8cf"
}

.icon-loading:before {
  content: "\e8d0"
}

.icon-loading2:before {
  content: "\e8d1"
}

.icon-loading3:before {
  content: "\e8d2"
}

.icon-refresh:before {
  content: "\e8d3"
}

.icon-refresh2:before {
  content: "\e8d4"
}

.icon-undo:before {
  content: "\e8d5"
}

.icon-redo:before {
  content: "\e8d6"
}

.icon-jump2:before {
  content: "\e8d7"
}

.icon-undo2:before {
  content: "\e8d8"
}

.icon-redo2:before {
  content: "\e8d9"
}

.icon-sync:before {
  content: "\e8da"
}

.icon-repeat-one2:before {
  content: "\e8db"
}

.icon-sync-crossed:before {
  content: "\e8dc"
}

.icon-sync2:before {
  content: "\e8dd"
}

.icon-repeat-one3:before {
  content: "\e8de"
}

.icon-sync-crossed2:before {
  content: "\e8df"
}

.icon-return:before {
  content: "\e8e0"
}

.icon-return2:before {
  content: "\e8e1"
}

.icon-refund:before {
  content: "\e8e2"
}

.icon-history:before {
  content: "\e8e3"
}

.icon-history2:before {
  content: "\e8e4"
}

.icon-self-timer:before {
  content: "\e8e5"
}

.icon-clock:before {
  content: "\e8e6"
}

.icon-clock2:before {
  content: "\e8e7"
}

.icon-clock3:before {
  content: "\e8e8"
}

.icon-watch:before {
  content: "\e8e9"
}

.icon-alarm2:before {
  content: "\e8ea"
}

.icon-alarm-add2:before {
  content: "\e8eb"
}

.icon-alarm-remove:before {
  content: "\e8ec"
}

.icon-alarm-check:before {
  content: "\e8ed"
}

.icon-alarm-error:before {
  content: "\e8ee"
}

.icon-timer:before {
  content: "\e8ef"
}

.icon-timer-crossed:before {
  content: "\e8f0"
}

.icon-timer2:before {
  content: "\e8f1"
}

.icon-timer-crossed2:before {
  content: "\e8f2"
}

.icon-download:before {
  content: "\e8f3"
}

.icon-upload:before {
  content: "\e8f4"
}

.icon-download2:before {
  content: "\e8f5"
}

.icon-upload2:before {
  content: "\e8f6"
}

.icon-enter-up:before {
  content: "\e8f7"
}

.icon-enter-down:before {
  content: "\e8f8"
}

.icon-enter-left:before {
  content: "\e8f9"
}

.icon-enter-right:before {
  content: "\e8fa"
}

.icon-exit-up:before {
  content: "\e8fb"
}

.icon-exit-down:before {
  content: "\e8fc"
}

.icon-exit-left:before {
  content: "\e8fd"
}

.icon-exit-right:before {
  content: "\e8fe"
}

.icon-enter-up2:before {
  content: "\e8ff"
}

.icon-enter-down2:before {
  content: "\e900"
}

.icon-enter-vertical:before {
  content: "\e901"
}

.icon-enter-left2:before {
  content: "\e902"
}

.icon-enter-right2:before {
  content: "\e903"
}

.icon-enter-horizontal:before {
  content: "\e904"
}

.icon-exit-up2:before {
  content: "\e905"
}

.icon-exit-down2:before {
  content: "\e906"
}

.icon-exit-left2:before {
  content: "\e907"
}

.icon-exit-right2:before {
  content: "\e908"
}

.icon-cli:before {
  content: "\e909"
}

.icon-bug:before {
  content: "\e90a"
}

.icon-code:before {
  content: "\e90b"
}

.icon-file-code:before {
  content: "\e90c"
}

.icon-file-image:before {
  content: "\e90d"
}

.icon-file-zip:before {
  content: "\e90e"
}

.icon-file-audio:before {
  content: "\e90f"
}

.icon-file-video:before {
  content: "\e910"
}

.icon-file-preview:before {
  content: "\e911"
}

.icon-file-charts:before {
  content: "\e912"
}

.icon-file-stats:before {
  content: "\e913"
}

.icon-file-spreadsheet:before {
  content: "\e914"
}

.icon-link:before {
  content: "\e915"
}

.icon-unlink:before {
  content: "\e916"
}

.icon-link2:before {
  content: "\e917"
}

.icon-unlink2:before {
  content: "\e918"
}

.icon-thumbs-up:before {
  content: "\e919"
}

.icon-thumbs-down:before {
  content: "\e91a"
}

.icon-thumbs-up2:before {
  content: "\e91b"
}

.icon-thumbs-down2:before {
  content: "\e91c"
}

.icon-thumbs-up3:before {
  content: "\e91d"
}

.icon-thumbs-down3:before {
  content: "\e91e"
}

.icon-share:before {
  content: "\e91f"
}

.icon-share2:before {
  content: "\e920"
}

.icon-share3:before {
  content: "\e921"
}

.icon-magnifier:before {
  content: "\e922"
}

.icon-file-search:before {
  content: "\e923"
}

.icon-find-replace:before {
  content: "\e924"
}

.icon-zoom-in:before {
  content: "\e925"
}

.icon-zoom-out:before {
  content: "\e926"
}

.icon-loupe:before {
  content: "\e927"
}

.icon-loupe-zoom-in:before {
  content: "\e928"
}

.icon-loupe-zoom-out:before {
  content: "\e929"
}

.icon-cross:before {
  content: "\e92a"
}

.icon-menu:before {
  content: "\e92b"
}

.icon-list:before {
  content: "\e92c"
}

.icon-list2:before {
  content: "\e92d"
}

.icon-list3:before {
  content: "\e92e"
}

.icon-menu2:before {
  content: "\e92f"
}

.icon-list4:before {
  content: "\e930"
}

.icon-menu3:before {
  content: "\e931"
}

.icon-exclamation:before {
  content: "\e932"
}

.icon-question:before {
  content: "\e933"
}

.icon-check:before {
  content: "\e934"
}

.icon-cross2:before {
  content: "\e935"
}

.icon-plus:before {
  content: "\e936"
}

.icon-minus:before {
  content: "\e937"
}

.icon-percent:before {
  content: "\e938"
}

.icon-chevron-up:before {
  content: "\e939"
}

.icon-chevron-down:before {
  content: "\e93a"
}

.icon-chevron-left:before {
  content: "\e93b"
}

.icon-chevron-right:before {
  content: "\e93c"
}

.icon-chevrons-expand-vertical:before {
  content: "\e93d"
}

.icon-chevrons-expand-horizontal:before {
  content: "\e93e"
}

.icon-chevrons-contract-vertical:before {
  content: "\e93f"
}

.icon-chevrons-contract-horizontal:before {
  content: "\e940"
}

.icon-arrow-up:before {
  content: "\e941"
}

.icon-arrow-down:before {
  content: "\e942"
}

.icon-arrow-left:before {
  content: "\e943"
}

.icon-arrow-right:before {
  content: "\e944"
}

.icon-arrow-up-right:before {
  content: "\e945"
}

.icon-arrows-merge:before {
  content: "\e946"
}

.icon-arrows-split:before {
  content: "\e947"
}

.icon-arrow-divert:before {
  content: "\e948"
}

.icon-arrow-return:before {
  content: "\e949"
}

.icon-expand:before {
  content: "\e94a"
}

.icon-contract:before {
  content: "\e94b"
}

.icon-expand2:before {
  content: "\e94c"
}

.icon-contract2:before {
  content: "\e94d"
}

.icon-move:before {
  content: "\e94e"
}

.icon-tab:before {
  content: "\e94f"
}

.icon-arrow-wave:before {
  content: "\e950"
}

.icon-expand3:before {
  content: "\e951"
}

.icon-expand4:before {
  content: "\e952"
}

.icon-contract3:before {
  content: "\e953"
}

.icon-notification:before {
  content: "\e954"
}

.icon-warning:before {
  content: "\e955"
}

.icon-notification-circle:before {
  content: "\e956"
}

.icon-question-circle:before {
  content: "\e957"
}

.icon-menu-circle:before {
  content: "\e958"
}

.icon-checkmark-circle:before {
  content: "\e959"
}

.icon-cross-circle:before {
  content: "\e95a"
}

.icon-plus-circle:before {
  content: "\e95b"
}

.icon-circle-minus:before {
  content: "\e95c"
}

.icon-percent-circle:before {
  content: "\e95d"
}

.icon-arrow-up-circle:before {
  content: "\e95e"
}

.icon-arrow-down-circle:before {
  content: "\e95f"
}

.icon-arrow-left-circle:before {
  content: "\e960"
}

.icon-arrow-right-circle:before {
  content: "\e961"
}

.icon-chevron-up-circle:before {
  content: "\e962"
}

.icon-chevron-down-circle:before {
  content: "\e963"
}

.icon-chevron-left-circle:before {
  content: "\e964"
}

.icon-chevron-right-circle:before {
  content: "\e965"
}

.icon-backward-circle:before {
  content: "\e966"
}

.icon-first-circle:before {
  content: "\e967"
}

.icon-previous-circle:before {
  content: "\e968"
}

.icon-stop-circle:before {
  content: "\e969"
}

.icon-play-circle:before {
  content: "\e96a"
}

.icon-pause-circle:before {
  content: "\e96b"
}

.icon-next-circle:before {
  content: "\e96c"
}

.icon-last-circle:before {
  content: "\e96d"
}

.icon-forward-circle:before {
  content: "\e96e"
}

.icon-eject-circle:before {
  content: "\e96f"
}

.icon-crop:before {
  content: "\e970"
}

.icon-frame-expand:before {
  content: "\e971"
}

.icon-frame-contract:before {
  content: "\e972"
}

.icon-focus:before {
  content: "\e973"
}

.icon-transform:before {
  content: "\e974"
}

.icon-grid:before {
  content: "\e975"
}

.icon-grid-crossed:before {
  content: "\e976"
}

.icon-layers:before {
  content: "\e977"
}

.icon-layers-crossed:before {
  content: "\e978"
}

.icon-toggle:before {
  content: "\e979"
}

.icon-rulers:before {
  content: "\e97a"
}

.icon-ruler:before {
  content: "\e97b"
}

.icon-funnel:before {
  content: "\e97c"
}

.icon-flip-horizontal:before {
  content: "\e97d"
}

.icon-flip-vertical:before {
  content: "\e97e"
}

.icon-flip-horizontal2:before {
  content: "\e97f"
}

.icon-flip-vertical2:before {
  content: "\e980"
}

.icon-angle:before {
  content: "\e981"
}

.icon-angle2:before {
  content: "\e982"
}

.icon-subtract:before {
  content: "\e983"
}

.icon-combine:before {
  content: "\e984"
}

.icon-intersect:before {
  content: "\e985"
}

.icon-exclude:before {
  content: "\e986"
}

.icon-align-center-vertical:before {
  content: "\e987"
}

.icon-align-right:before {
  content: "\e988"
}

.icon-align-bottom:before {
  content: "\e989"
}

.icon-align-left:before {
  content: "\e98a"
}

.icon-align-center-horizontal:before {
  content: "\e98b"
}

.icon-align-top:before {
  content: "\e98c"
}

.icon-square:before {
  content: "\e98d"
}

.icon-plus-square:before {
  content: "\e98e"
}

.icon-minus-square:before {
  content: "\e98f"
}

.icon-percent-square:before {
  content: "\e990"
}

.icon-arrow-up-square:before {
  content: "\e991"
}

.icon-arrow-down-square:before {
  content: "\e992"
}

.icon-arrow-left-square:before {
  content: "\e993"
}

.icon-arrow-right-square:before {
  content: "\e994"
}

.icon-chevron-up-square:before {
  content: "\e995"
}

.icon-chevron-down-square:before {
  content: "\e996"
}

.icon-chevron-left-square:before {
  content: "\e997"
}

.icon-chevron-right-square:before {
  content: "\e998"
}

.icon-check-square:before {
  content: "\e999"
}

.icon-cross-square:before {
  content: "\e99a"
}

.icon-menu-square:before {
  content: "\e99b"
}

.icon-prohibited:before {
  content: "\e99c"
}

.icon-circle:before {
  content: "\e99d"
}

.icon-radio-button:before {
  content: "\e99e"
}

.icon-ligature:before {
  content: "\e99f"
}

.icon-text-format:before {
  content: "\e9a0"
}

.icon-text-format-remove:before {
  content: "\e9a1"
}

.icon-text-size:before {
  content: "\e9a2"
}

.icon-bold:before {
  content: "\e9a3"
}

.icon-italic:before {
  content: "\e9a4"
}

.icon-underline:before {
  content: "\e9a5"
}

.icon-strikethrough:before {
  content: "\e9a6"
}

.icon-highlight:before {
  content: "\e9a7"
}

.icon-text-align-left:before {
  content: "\e9a8"
}

.icon-text-align-center:before {
  content: "\e9a9"
}

.icon-text-align-right:before {
  content: "\e9aa"
}

.icon-text-align-justify:before {
  content: "\e9ab"
}

.icon-line-spacing:before {
  content: "\e9ac"
}

.icon-indent-increase:before {
  content: "\e9ad"
}

.icon-indent-decrease:before {
  content: "\e9ae"
}

.icon-text-wrap:before {
  content: "\e9af"
}

.icon-pilcrow:before {
  content: "\e9b0"
}

.icon-direction-ltr:before {
  content: "\e9b1"
}

.icon-direction-rtl:before {
  content: "\e9b2"
}

.icon-page-break:before {
  content: "\e9b3"
}

.icon-page-break2:before {
  content: "\e9b4"
}

.icon-sort-alpha-asc:before {
  content: "\e9b5"
}

.icon-sort-alpha-desc:before {
  content: "\e9b6"
}

.icon-sort-numeric-asc:before {
  content: "\e9b7"
}

.icon-sort-numeric-desc:before {
  content: "\e9b8"
}

.icon-sort-amount-asc:before {
  content: "\e9b9"
}

.icon-sort-amount-desc:before {
  content: "\e9ba"
}

.icon-sort-time-asc:before {
  content: "\e9bb"
}

.icon-sort-time-desc:before {
  content: "\e9bc"
}

.icon-sigma:before {
  content: "\e9bd"
}

.icon-pencil-line:before {
  content: "\e9be"
}

.icon-hand:before {
  content: "\e9bf"
}

.icon-pointer-up:before {
  content: "\e9c0"
}

.icon-pointer-right:before {
  content: "\e9c1"
}

.icon-pointer-down:before {
  content: "\e9c2"
}

.icon-pointer-left:before {
  content: "\e9c3"
}

.icon-finger-tap:before {
  content: "\e9c4"
}

.icon-fingers-tap:before {
  content: "\e9c5"
}

.icon-reminder:before {
  content: "\e9c6"
}

.icon-fingers-crossed:before {
  content: "\e9c7"
}

.icon-fingers-victory:before {
  content: "\e9c8"
}

.icon-gesture-zoom:before {
  content: "\e9c9"
}

.icon-gesture-pinch:before {
  content: "\e9ca"
}

.icon-fingers-scroll-horizontal:before {
  content: "\e9cb"
}

.icon-fingers-scroll-vertical:before {
  content: "\e9cc"
}

.icon-fingers-scroll-left:before {
  content: "\e9cd"
}

.icon-fingers-scroll-right:before {
  content: "\e9ce"
}

.icon-hand2:before {
  content: "\e9cf"
}

.icon-pointer-up2:before {
  content: "\e9d0"
}

.icon-pointer-right2:before {
  content: "\e9d1"
}

.icon-pointer-down2:before {
  content: "\e9d2"
}

.icon-pointer-left2:before {
  content: "\e9d3"
}

.icon-finger-tap2:before {
  content: "\e9d4"
}

.icon-fingers-tap2:before {
  content: "\e9d5"
}

.icon-reminder2:before {
  content: "\e9d6"
}

.icon-gesture-zoom2:before {
  content: "\e9d7"
}

.icon-gesture-pinch2:before {
  content: "\e9d8"
}

.icon-fingers-scroll-horizontal2:before {
  content: "\e9d9"
}

.icon-fingers-scroll-vertical2:before {
  content: "\e9da"
}

.icon-fingers-scroll-left2:before {
  content: "\e9db"
}

.icon-fingers-scroll-right2:before {
  content: "\e9dc"
}

.icon-fingers-scroll-vertical3:before {
  content: "\e9dd"
}

.icon-border-style:before {
  content: "\e9de"
}

.icon-border-all:before {
  content: "\e9df"
}

.icon-border-outer:before {
  content: "\e9e0"
}

.icon-border-inner:before {
  content: "\e9e1"
}

.icon-border-top:before {
  content: "\e9e2"
}

.icon-border-horizontal:before {
  content: "\e9e3"
}

.icon-border-bottom:before {
  content: "\e9e4"
}

.icon-border-left:before {
  content: "\e9e5"
}

.icon-border-vertical:before {
  content: "\e9e6"
}

.icon-border-right:before {
  content: "\e9e7"
}

.icon-border-none:before {
  content: "\e9e8"
}

.icon-ellipsis:before {
  content: "\e9e9"
}

.icon-uni21:before {
  content: "\21"
}

.icon-uni22:before {
  content: "\22"
}

.icon-uni23:before {
  content: "\23"
}

.icon-uni24:before {
  content: "\24"
}

.icon-uni25:before {
  content: "\25"
}

.icon-uni26:before {
  content: "\26"
}

.icon-uni27:before {
  content: "\27"
}

.icon-uni28:before {
  content: "\28"
}

.icon-uni29:before {
  content: "\29"
}

.icon-uni2a:before {
  content: "\2a"
}

.icon-uni2b:before {
  content: "\2b"
}

.icon-uni2c:before {
  content: "\2c"
}

.icon-uni2d:before {
  content: "\2d"
}

.icon-uni2e:before {
  content: "\2e"
}

.icon-uni2f:before {
  content: "\2f"
}

.icon-uni30:before {
  content: "\30"
}

.icon-uni31:before {
  content: "\31"
}

.icon-uni32:before {
  content: "\32"
}

.icon-uni33:before {
  content: "\33"
}

.icon-uni34:before {
  content: "\34"
}

.icon-uni35:before {
  content: "\35"
}

.icon-uni36:before {
  content: "\36"
}

.icon-uni37:before {
  content: "\37"
}

.icon-uni38:before {
  content: "\38"
}

.icon-uni39:before {
  content: "\39"
}

.icon-uni3a:before {
  content: "\3a"
}

.icon-uni3b:before {
  content: "\3b"
}

.icon-uni3c:before {
  content: "\3c"
}

.icon-uni3d:before {
  content: "\3d"
}

.icon-uni3e:before {
  content: "\3e"
}

.icon-uni3f:before {
  content: "\3f"
}

.icon-uni40:before {
  content: "\40"
}

.icon-uni41:before {
  content: "\41"
}

.icon-uni42:before {
  content: "\42"
}

.icon-uni43:before {
  content: "\43"
}

.icon-uni44:before {
  content: "\44"
}

.icon-uni45:before {
  content: "\45"
}

.icon-uni46:before {
  content: "\46"
}

.icon-uni47:before {
  content: "\47"
}

.icon-uni48:before {
  content: "\48"
}

.icon-uni49:before {
  content: "\49"
}

.icon-uni4a:before {
  content: "\4a"
}

.icon-uni4b:before {
  content: "\4b"
}

.icon-uni4c:before {
  content: "\4c"
}

.icon-uni4d:before {
  content: "\4d"
}

.icon-uni4e:before {
  content: "\4e"
}

.icon-uni4f:before {
  content: "\4f"
}

.icon-uni50:before {
  content: "\50"
}

.icon-uni51:before {
  content: "\51"
}

.icon-uni52:before {
  content: "\52"
}

.icon-uni53:before {
  content: "\53"
}

.icon-uni54:before {
  content: "\54"
}

.icon-uni55:before {
  content: "\55"
}

.icon-uni56:before {
  content: "\56"
}

.icon-uni57:before {
  content: "\57"
}

.icon-uni58:before {
  content: "\58"
}

.icon-uni59:before {
  content: "\59"
}

.icon-uni5a:before {
  content: "\5a"
}

.icon-uni5b:before {
  content: "\5b"
}

.icon-uni5c:before {
  content: "\5c"
}

.icon-uni5d:before {
  content: "\5d"
}

.icon-uni5e:before {
  content: "\5e"
}

.icon-uni5f:before {
  content: "\5f"
}

.icon-uni60:before {
  content: "\60"
}

.icon-uni61:before {
  content: "\61"
}

.icon-uni62:before {
  content: "\62"
}

.icon-uni63:before {
  content: "\63"
}

.icon-uni64:before {
  content: "\64"
}

.icon-uni65:before {
  content: "\65"
}

.icon-uni66:before {
  content: "\66"
}

.icon-uni67:before {
  content: "\67"
}

.icon-uni68:before {
  content: "\68"
}

.icon-uni69:before {
  content: "\69"
}

.icon-uni6a:before {
  content: "\6a"
}

.icon-uni6b:before {
  content: "\6b"
}

.icon-uni6c:before {
  content: "\6c"
}

.icon-uni6d:before {
  content: "\6d"
}

.icon-uni6e:before {
  content: "\6e"
}

.icon-uni6f:before {
  content: "\6f"
}

.icon-uni70:before {
  content: "\70"
}

.icon-uni71:before {
  content: "\71"
}

.icon-uni72:before {
  content: "\72"
}

.icon-uni73:before {
  content: "\73"
}

.icon-uni74:before {
  content: "\74"
}

.icon-uni75:before {
  content: "\75"
}

.icon-uni76:before {
  content: "\76"
}

.icon-uni77:before {
  content: "\77"
}

.icon-uni78:before {
  content: "\78"
}

.icon-uni79:before {
  content: "\79"
}

.icon-uni7a:before {
  content: "\7a"
}

.icon-uni7b:before {
  content: "\7b"
}

.icon-uni7c:before {
  content: "\7c"
}

.icon-uni7d:before {
  content: "\7d"
}

.icon-uni7e:before {
  content: "\7e"
}

.icon-copyright:before {
  content: "\a9"
}

.footer-bottom .thim-bg-overlay-color-half {
  background-size: cover;
  background-position: center center
}

.footer-bottom .thim-bg-overlay-color-half .widget_heading {
  margin-bottom: 30px
}

.vc_row.thim-bg-overlay:before {
  display: block
}

.vc_row.thim-bg-overlay.vc_parallax .vc_parallax-inner {
  z-index: -1
}

.vc_row.wpb_row {
  margin-bottom: 30px
}

.thim-style-content-new-1 .vc_row.wpb_row {
  margin-bottom: 0;
  overflow: visible
}

.thim-style-content-new-1 .vc_row.wpb_row.vc_parallax {
  overflow: hidden
}

.thim-style-content-new-1 .vc_parallax_right.vc_parallax {
  background-position-x: right;
  background-position-y: 10%;
  background-repeat: no-repeat;
  background-size: auto
}

.thim-style-content-new-1 .vc_parallax_right.vc_parallax .vc_parallax-inner {
  background-position-x: right;
  background-position-y: 30%;
  background-repeat: no-repeat;
  background-size: auto
}

.thim-style-content-new-1 .vc_parallax_left.vc_parallax {
  background-position-x: left;
  background-position-y: 85px;
  background-repeat: no-repeat;
  background-size: auto
}

.thim-style-content-new-1 .vc_parallax_left.vc_parallax .vc_parallax-inner {
  background-position-x: left;
  background-position-y: 280px;
  background-repeat: no-repeat;
  background-size: auto
}

body .wpb_text_column .thim-register-now-form {
  margin-bottom: 80px
}

.vc_row.wpb_row.thim-no-margin-top {
  margin-top: 0
}

.vc_row.wpb_row.thim-margin-top-10 {
  margin-top: 10px
}

.vc_row.wpb_row.thim-margin-top-20 {
  margin-top: 20px
}

.vc_row.wpb_row.thim-margin-top-30 {
  margin-top: 30px
}

.vc_row.wpb_row.thim-margin-top-40 {
  margin-top: 40px
}

.vc_row.wpb_row.thim-margin-top-50 {
  margin-top: 50px
}

.vc_row.wpb_row.thim-margin-top-60 {
  margin-top: 60px
}

.vc_row.wpb_row.thim-margin-top-70 {
  margin-top: 70px
}

.vc_row.wpb_row.thim-margin-top-80 {
  margin-top: 80px
}

.vc_row.wpb_row.thim-margin-top-90 {
  margin-top: 90px
}

.vc_row.wpb_row.thim-margin-top-100 {
  margin-top: 100px
}

.vc_row.wpb_row.thim-no-margin-bottom {
  margin-bottom: 0
}

.vc_row.wpb_row.thim-margin-bottom-10 {
  margin-bottom: 10px
}

.vc_row.wpb_row.thim-margin-bottom-20 {
  margin-bottom: 20px
}

.vc_row.wpb_row.thim-margin-bottom-30 {
  margin-bottom: 30px
}

.vc_row.wpb_row.thim-margin-bottom-40 {
  margin-bottom: 40px
}

.vc_row.wpb_row.thim-margin-bottom-50 {
  margin-bottom: 50px
}

.vc_row.wpb_row.thim-margin-bottom-60 {
  margin-bottom: 60px
}

.vc_row.wpb_row.thim-margin-bottom-70 {
  margin-bottom: 70px
}

.vc_row.wpb_row.thim-margin-bottom-80 {
  margin-bottom: 80px
}

.vc_row.wpb_row.thim-margin-bottom-90 {
  margin-bottom: 90px
}

.vc_row.wpb_row.thim-margin-bottom-100 {
  margin-bottom: 100px
}

body .wpcf7-form .your-name,
body .wpcf7-form .your-email {
  margin-bottom: 20px
}

body .thim-get-100s {
  padding-bottom: 30px
}

body .lp_pmpro_courses_by_level .level-wrap {
  margin-bottom: 50px
}

#main-content .thim-about-us-quote hr {
  margin-bottom: 38px
}

.vc_tta-container[data-vc-action*="collapse"]>h2 {
  line-height: 30px;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 46px;
  text-transform: none;
  text-align: center
}

.vc_tta-container[data-vc-action*="collapse"]>h2:after {
  content: '';
  width: 35px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background: #333;
  position: absolute;
  bottom: 0
}

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel {
  margin-bottom: 6px
}

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background: none;
  border: none;
  margin: 0
}

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background: none;
  border: none
}

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: none;
  border: none
}

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background: none;
  border-top: 0;
  border-color: #eee
}

body .vc_tta.vc_general .vc_tta-panel-title {
  border: 1px solid #e5e5e5;
  line-height: 30px;
  margin: 0;
  padding-left: 25px;
  background: transparent
}

body .vc_tta.vc_general .vc_tta-panel-title>a {
  line-height: 30px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0 10px 0 15px !important;
  position: relative;
  color: #666
}

body .vc_tta.vc_general .vc_tta-panel-title>a:before {
  width: 5px;
  height: 5px;
  content: '';
  background: #666;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
  margin: auto
}

body .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  right: 10px;
  left: auto;
  font-size: 15px;
  line-height: 30px;
  float: right;
  position: absolute;
  height: 8px;
  width: 8px;
  top: 16px
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: auto
}

#main .become-teacher-form ul li input {
  margin-bottom: 10px
}

#main .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  border: none
}

#main .vc_tta-tabs.vc_general .vc_tta-panels {
  padding: 60px 30px;
  background: transparent;
  border: 1px solid #eee;
  border-radius: 0
}

body .thim-apply-as-intructor {
  float: none
}

body .vc_tta.vc_tta-spacing-1 {
  line-height: 26px
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-container {
  margin: 0
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
  width: 100%;
  margin: 0
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  margin: 0;
  position: relative;
  overflow: hidden;
  float: left;
  height: 50px;
  width: 33.3333333%
}

body .vc_tta.vc_tta-spacing-1.vc_tta-tabs-position-left .vc_tta-tabs-list {
  display: block;
  height: auto;
  margin: 0
}

body .vc_tta.vc_tta-spacing-1.vc_tta-tabs-position-left .vc_tta-tab {
  width: 100%
}

body .vc_tta.vc_tta-spacing-1.vc_tta-tabs-position-left .vc_tta-tab a {
  margin-right: 0
}

body .vc_tta.vc_tta-spacing-1.vc_tta-tabs-position-left .vc_tta-tab.vc_active:after {
  background-color: #eee
}

body .vc_tta.vc_tta-spacing-1.vc_tta-tabs-position-left .vc_tta-tab:before {
  left: auto;
  right: 0;
  width: 4px;
  height: auto;
  bottom: 0
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab:before {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  top: 0;
  height: 4px;
  z-index: 10;
  background: transparent
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab:after {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  bottom: 0;
  height: 1px;
  z-index: 10;
  background: #eee
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active:before {
  background: #ffb606
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active:after {
  background: #fff
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active a {
  background: transparent !important
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active a .fa {
  color: #ffb606
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab:last-child:before {
  right: 0
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab:last-child:after {
  right: 0
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab:last-child a {
  margin-right: 0
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
  color: #333;
  border-radius: 0;
  margin-right: 3px;
  border: 1px solid #eee;
  border-bottom: 0 !important;
  font-size: 13px;
  font-weight: 700;
  background: #f9f9f9;
  line-height: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 15px
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab a:hover {
  background: #f9f9f9;
  border-color: #eee
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab a .fa {
  font-size: 13px
}

body footer#colophon .thim-social {
  margin-top: 30px
}

.thim-bg-overlay-color:before {
  display: block !important
}

.thim-welcome-university>.vc_column_container:first-child>.vc_column-inner {
  position: relative
}

.thim-welcome-university>.vc_column_container:first-child>.vc_column-inner:before {
  content: '';
  position: absolute;
  top: 52px;
  bottom: 0;
  right: 0;
  width: 1px;
  height: auto;
  background: #eee;
  display: block
}

body .thim-best-industry.vc_row {
  margin-bottom: 80px
}

body .thim-bg-pattern:before,
body .thim-bg-pattern:after {
  display: block
}

body .navbar-nav>li>.submenu-widget .thim-megamenu-vc.widget {
  float: left;
  padding-top: 0
}

.navbar-nav>li>.submenu-widget .thim-megamenu-vc.widget .widgettitle,
.navbar-nav>li>.submenu-widget .thim-megamenu-vc.widget .widget-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  margin-bottom: 10px
}

.navbar-nav>li>.submenu-widget .thim-megamenu-vc.widget.widget_nav_menu {
  padding-left: 15px;
  padding-right: 30px;
  width: 31%
}

.navbar-nav>li>.submenu-widget .thim-megamenu-vc.widget.widget_courses {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  width: 31%
}

.navbar-nav>li>.submenu-widget .thim-megamenu-vc.widget.widget_single-images {
  width: 38%;
  padding-left: 30px;
  padding-right: 15px
}

.navbar-nav>li>.submenu-widget .thim-megamenu-vc.widget.widget_single-images img {
  margin-bottom: 10px
}

body .navbar-nav>li>.submenu-widget.sub-menu {
  padding-top: 30px
}

footer#colophon .footer {
  padding-top: 55px;
  padding-bottom: 35px
}

.thim-search-light-style>.wpb_column.vc_column_container {
  padding-top: 38px;
  padding-bottom: 34px;
  position: relative;
  transform: translate(0, -150px);
  -webkit-transform: translate(0, -150px);
  -moz-transform: translate(0, -150px);
  -ms-transform: translate(0, -150px);
  -o-transform: translate(0, -150px);
  top: 50%;
  left: 0;
  right: 0;
  float: none
}

.thim-search-light-style>.wpb_column.vc_column_container>div {
  position: relative
}

.thim-search-light-style>.wpb_column.vc_column_container:before {
  background: rgba(0, 0, 0, .7);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 810px;
  margin: auto
}

body .thim-join-the-elite-group:before {
  display: block
}

.thim-widget-courses .thim-category-tabs.thim-course-grid {
  margin-top: -78px
}

@media (min-width:768px) {
  .thim-row-vc-5-columns .vc_col-sm-2 {
    width: 20%
  }

  .thim-row-vc-5-columns .vc_col-sm-2.thim-col-last-hidden {
    display: none
  }
}

@media (max-width:767px) {
  #main .vc_tta-tabs.vc_general .vc_tta-panels {
    padding: 0;
    border: none
  }
}

.header_v3_container .vc_row.wpb_row {
  margin-bottom: 0
}

footer#colophon .footer .row aside {
  padding-top: 0;
  padding-bottom: 0
}

.thim-demo-university-3 footer#colophon .footer,
footer#colophon.thim-footer-university-3 .footer {
  padding-top: 55px;
  padding-bottom: 25px
}

footer#colophon.thim-footer-university-4 .footer {
  padding-top: 55px;
  padding-bottom: 55px
}

footer#colophon .widget_thim_layout_builder>.vc_row {
  margin-bottom: 0
}

.wpb_column.width-30 {
  width: 30%
}

.wpb_column.width-31 {
  width: 31%
}

.wpb_column.width-32 {
  width: 32%
}

.wpb_column.width-38 {
  width: 38%
}

.wpb_column.width-40 {
  width: 40%
}

.wpb_column.width-43 {
  width: 43%
}

.wpb_column.width-60 {
  width: 60%
}

.wpb_column.width-68 {
  width: 68%
}

.wpb_column.width-70 {
  width: 70%
}

.vc_row.row-sm-padding-left-210 {
  padding-left: 210px
}

@media (max-width:768px) {

  .wpb_column.width-30,
  .wpb_column.width-32,
  .wpb_column.width-40,
  .wpb_column.width-43,
  .wpb_column.width-60,
  .wpb_column.width-68,
  .wpb_column.width-70 {
    width: 100%
  }

  .thim-demo-university-3 .footer .wpb_column.vc_column_container {
    text-align: center
  }

  .vc_row.row-sm-padding-left-210 {
    padding-left: 0
  }
}

.vc_row.thim-left-full-bg-secondary-color:before,
.vc_row.thim-right-bg-secondary-color:before {
  display: block
}

.thim-right-bg-secondary-color:before {
  width: calc(50% - 211px);
  width: -webkit-calc(50% - 211px);
  width: -moz-calc(50% - 211px)
}

body .thim-scholarships {
  padding: 0
}

.thim-welcome-university .thim-register-now-form .title i,
.thim-welcome-university-2 .thim-register-now-form .title i {
  z-index: 5
}

.thim-register-now-form .title i {
  position: relative;
  font-style: normal
}

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  right: 20px;
  left: auto
}

@font-face {
  font-family: "Flaticon";
  src: url(../../../themes/eduma/assets/fonts/flaticon/Flaticon.eot);
  src: url("../../../themes/eduma/assets/fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url(../../../themes/eduma/assets/fonts/flaticon/Flaticon.woff) format("woff"), url(../../../themes/eduma/assets/fonts/flaticon/Flaticon.ttf) format("truetype"), url("../../../themes/eduma/assets/fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: 400;
  font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../../../themes/eduma/assets/fonts/flaticon/Flaticon.svg#Flaticon") format("svg")
  }
}

[class^="flaticon-"],
[class*=" flaticon-"],
[class^="flaticon-"],
[class*=" flaticon-"] {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal
}

.flaticon-school-material:before {
  content: "\f100"
}

.flaticon-book:before {
  content: "\f101"
}

.flaticon-blackboard:before {
  content: "\f102"
}

.flaticon-mortarboard:before {
  content: "\f103"
}

.flaticon-apple:before {
  content: "\f104"
}

.flaticon-science-1:before {
  content: "\f105"
}

.flaticon-idea:before {
  content: "\f106"
}

.flaticon-books-1:before {
  content: "\f107"
}

.flaticon-pencil-case:before {
  content: "\f108"
}

.flaticon-medal:before {
  content: "\f109"
}

.flaticon-library:before {
  content: "\f10a"
}

.flaticon-open-book:before {
  content: "\f10b"
}

.flaticon-microscope-1:before {
  content: "\f10c"
}

.flaticon-microscope:before {
  content: "\f10d"
}

.flaticon-notebook:before {
  content: "\f10e"
}

.flaticon-drawing:before {
  content: "\f10f"
}

.flaticon-diploma:before {
  content: "\f110"
}

.flaticon-online:before {
  content: "\f111"
}

.flaticon-technology-2:before {
  content: "\f112"
}

.flaticon-internet:before {
  content: "\f113"
}

.flaticon-technology-1:before {
  content: "\f114"
}

.flaticon-school:before {
  content: "\f115"
}

.flaticon-book-1:before {
  content: "\f116"
}

.flaticon-technology:before {
  content: "\f117"
}

.flaticon-education:before {
  content: "\f118"
}

.flaticon-homework:before {
  content: "\f119"
}

.flaticon-code:before {
  content: "\f11a"
}

.flaticon-login:before {
  content: "\f11b"
}

.flaticon-notes:before {
  content: "\f11c"
}

.flaticon-learning-2:before {
  content: "\f11d"
}

.flaticon-search:before {
  content: "\f11e"
}

.flaticon-learning-1:before {
  content: "\f11f"
}

.flaticon-statistics:before {
  content: "\f120"
}

.flaticon-test:before {
  content: "\f121"
}

.flaticon-learning:before {
  content: "\f122"
}

.flaticon-study:before {
  content: "\f123"
}

.flaticon-basketball-player:before {
  content: "\f124"
}

.flaticon-biology:before {
  content: "\f125"
}

.flaticon-students:before {
  content: "\f126"
}

.flaticon-diploma-1:before {
  content: "\f127"
}

.flaticon-books:before {
  content: "\f128"
}

.flaticon-networking:before {
  content: "\f129"
}

.flaticon-teacher:before {
  content: "\f12a"
}

.flaticon-graduate:before {
  content: "\f12b"
}

.flaticon-reading:before {
  content: "\f12c"
}

.flaticon-online-learning:before {
  content: "\f12d"
}

.flaticon-innovation:before {
  content: "\f12e"
}

.flaticon-research:before {
  content: "\f12f"
}

.flaticon-geography:before {
  content: "\f130"
}

.flaticon-science:before {
  content: "\f131"
}

body {
  font-family: 'Merriweather Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 28px
}

body,
body .content-pusher,
body #main-content,
.wpcf7-form.style-01 .contact-form-content .message textarea,
.wpcf7-form.style-01 .contact-form-content .email input,
.wpcf7-form.style-01 .contact-form-content .subject input,
.wpcf7-form.style-01 .contact-form-content .name input,
.wpcf7-form.style-02 .contact-form-content .name input,
.wpcf7-form.style-02 .contact-form-content .email input,
.wpcf7-form.style-02 .contact-form-content .message textarea,
.wpcf7-form.style-02 .contact-form-content .subject input {
  background: #fffffe
}

h1 {
  font-size: 42px;
  line-height: 2em
}

h2 {
  font-size: 32px;
  line-height: 1.5em
}

h3 {
  font-size: 26px;
  line-height: 1.3em
}

h4 {
  font-size: 20px;
  line-height: 1.3em
}

h5 {
  font-size: 16px;
  line-height: 1.6em
}

h6 {
  font-size: 16px;
  line-height: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6,
.counter-box.number-left .display-percentage,
.counter-box.number-left .counter-box-content,
.product-grid .product__title .title,
.thim-course-grid .course-item .thim-course-content .course-meta>div .course-comments-count,
.thim-course-grid .course-item .thim-course-content .course-meta>div .course-student,
#tab-course-review .course-rating .average-rating .rating-box .average-value,
#tab-reviews .course-rating .average-rating .rating-box .average-value,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .smicon-read,
.learn-press .tab-content .course-wishlist-box span.text,
.woocommerce-MyAccount-content legend,
.thim-font-heading,
.thim-owl-carousel-post.thim-list-posts .read-more {
  font-family: 'Raleway'
}

.loop-pagination li .page-numbers.next:before,
.pagination li .page-numbers.next:before,
.learn-press-pagination li .page-numbers.next:before {
  font-size: 16px
}

.slider-desc .btn,
.list-address li,
.list-info li {
  font-size: 16px
}

body,
.breadcrumbs-wrapper .woocommerce-breadcrumb,
.breadcrumbs-wrapper .thim-breadcrumbs,
.breadcrumbs-wrapper .woocommerce-breadcrumb a,
.breadcrumbs-wrapper .thim-breadcrumbs a,
.breadcrumbs-wrapper #breadcrumbs li a,
.breadcrumbs-wrapper #breadcrumbs li,
.product-cat li a,
.quickview .quick-view-detail,
.filter-controls li a,
.product-cat li a,
.woocommerce div.product .woocommerce-review-link,
.woocommerce div.product .product_meta a,
.question-hint .quiz-hint-toggle .fa,
.profile-container .profile-tabs .tab-content .thim-course-grid .cert-profile-view,
.profile-container .profile-tabs .tab-content .thim-course-grid .cert-profile-view:hover,
.breadcrumbs-wrapper #breadcrumbs a,
#buddypress div#item-header .item-meta,
.thim-widget-portfolio .wapper_portfolio .filters .portfolio-tabs li a.filter,
.portfolio_container .wapper_portfolio .filters .portfolio-tabs li a.filter {
  color: #36393e
}

.one-courses-page-content .row-item .courses-price {
  font-size: 20px
}

.one-courses-page-content .row-item .number-students {
  font-size: 16px
}

.thim-footer-info>div.info-phone .fa {
  color: gray
}

.thim-widget-portfolio .wapper_portfolio .portfolio_column .portfolio-hover .mask-content h3,
.portfolio_container .wapper_portfolio .portfolio_column .portfolio-hover .mask-content h3 {
  font-size: 26px;
  font-weight: 500
}

.thim-demo-university-3 .rev-btn,
.thim-demo-university-4 .rev-btn {
  font-family: 'Merriweather Sans'
}

.thim-right-bg-secondary-color:before,
.thim-left-full-bg-secondary-color:before,
.list-event-slider .item-event .event-wrapper .box-time:after,
.thim-simple-wrapper .navigation div:hover {
  background: #fff
}

#colophon.thim-footer-university-4 .copyright-area .text-copyright a,
#colophon.thim-footer-university-4 .mc4wp-form:after,
#colophon.thim-footer-university-4 .mc4wp-form.focus-input:after,
#colophon.thim-footer-university-4 .email a,
.mc4wp-form .mc4wp-form-fields .newsletter-grad input[type=submit]:hover,
.thim-footer-info-4 .info .heading {
  color: #fff
}

#colophon.thim-footer-university-4 .menu li a:hover,
#colophon.thim-footer-university-4 .email a:hover,
.thim-social.style-4 li a:hover,
#colophon.thim-footer-university-4 .thim-social.style-3 li a:hover {
  color: #fff !important
}

.thim-simple-wrapper .pagination .item.active,
.list-event-slider .item-event .event-wrapper .box-time:before {
  border-color: #fff
}

.maintenance_mode .maintenance-wrap {
  color: ""
}

.maintenance_mode .maintenance-wrap h1 {
  color: ""
}

#toolbar {
  background-color: #111;
  color: #ababab;
  font-size: 12px
}

#toolbar .widget_nav_menu .menu>li>a,
#toolbar .widget_nav_menu .menu>li>span,
#toolbar .widget_nav_menu .menu>li>span:hover,
#toolbar .thim-course-search-overlay .search-toggle,
#toolbar a,
#toolbar span.value {
  color: #fff
}

#toolbar .widget_nav_menu .menu>li>a:hover,
#toolbar .thim-course-search-overlay .search-toggle:hover,
#toolbar a:hover {
  color: #fff
}

#toolbar .menu li:hover .sub-menu {
  background-color: #fff
}

#toolbar .menu li .sub-menu li>span,
#toolbar .menu li .sub-menu li>a {
  color: #999
}

#toolbar .menu li .sub-menu li:hover>span,
#toolbar .menu li .sub-menu li:hover>a {
  color: #333
}

#toolbar .widget_form-login .thim-link-login a:first-child:not(:last-child) {
  border-right-color: #ababab
}

.site-header,
.site-header.header_v2 .width-navigation {
  background-color: rgba(255, 255, 255, 0)
}

.site-header.bg-custom-sticky.affix,
.site-header.header_v2.bg-custom-sticky.affix .width-navigation {
  background-color: #fff
}

body.page-template-landing-page .navigation .navbar-nav #magic-line {
  background-color: #5b666b
}

.site-header.header_v2,
.site-header.bg-custom-sticky.affix.header_v2 {
  background-color: #111
}

.navigation .width-navigation .navbar-nav>li .sub-menu {
  background-color: #fff
}

#toolbar .widget_nav_menu .menu>li .sub-menu li>a,
#toolbar .widget_nav_menu .menu>li .sub-menu li>span,
.navigation .width-navigation .navbar-nav>li .sub-menu li>a,
.navigation .width-navigation .navbar-nav>li .sub-menu li>span {
  color: #999
}

#toolbar .widget_nav_menu .menu>li .sub-menu li>a:hover,
#toolbar .widget_nav_menu .menu>li .sub-menu li>span:hover,
#toolbar .widget_nav_menu .menu>li .sub-menu>li.current-menu-item>a,
#toolbar .widget_nav_menu .menu>li .sub-menu>li.current-menu-item span,
.navigation .width-navigation .navbar-nav>li .sub-menu li>a:hover,
.navigation .width-navigation .navbar-nav>li .sub-menu li>span:hover,
.navigation .width-navigation .navbar-nav>li .sub-menu>li.current-menu-item>a,
.navigation .width-navigation .navbar-nav>li .sub-menu>li.current-menu-item span {
  color: #333
}

.navigation .width-navigation .navbar-nav>li .sub-menu li>a,
.navigation .width-navigation .navbar-nav>li .sub-menu li>span,
.navigation .width-navigation .navbar-nav>li .sub-menu.megacol>li :last-child>a,
.navigation .width-navigation .navbar-nav>li .sub-menu.megacol>li :last-child>span {
  border-bottom-color: rgba(43, 43, 43, 0)
}

.navigation .width-navigation .navbar-nav>li>a,
.navigation .width-navigation .navbar-nav>li>span {
  font-size: 15px;
  font-weight: 400
}

#masthead.header_v4 .navigation .menu-right .thim-link-login .logout:hover,
#masthead.header_v4 .navigation .menu-right .thim-link-login .login:hover,
#masthead.header_v4 .navigation .menu-right .thim-link-login .profile:hover,
.navigation .width-navigation .navbar-nav>li>a:hover,
.navigation .width-navigation .navbar-nav>li>span:hover {
  color: #5b666b
}

.navigation .width-navigation .navbar-nav>li>a,
.navigation .width-navigation .navbar-nav>li>span,
.thim-course-search-overlay .search-toggle,
.widget_shopping_cart .minicart_hover .cart-items-number,
#masthead.header_v4 .navigation .menu-right .thim-link-login .logout,
#masthead.header_v4 .navigation .menu-right .thim-link-login .login,
#masthead.header_v4 .navigation .menu-right .thim-link-login .profile,
.menu-right .search-form:after {
  color: #36393e
}

.menu-mobile-effect.navbar-toggle span.icon-bar {
  background-color: #36393e
}

.mobile-menu-container {
  background-color: #fffffe
}

.mobile-menu-container ul li>a,
.mobile-menu-container ul li>span {
  color: #36393e
}

.mobile-menu-container ul li>a:hover,
.mobile-menu-container ul li>span:hover,
.mobile-menu-container ul li.current-menu-item>a,
.mobile-menu-container ul li.current-menu-item>span {
  color: #81d742
}

.menu-mobile-effect span,
.mobile-menu-container .navbar-nav .sub-menu:before,
.mobile-menu-container .navbar-nav .sub-menu li:before {
  background-color: #36393e
}

.site-header.affix .menu-mobile-effect.navbar-toggle span.icon-bar {
  background-color: #333
}

.site-header.bg-custom-sticky.affix .navbar-nav>li>a,
.site-header.bg-custom-sticky.affix .navbar-nav>li>span,
.site-header.bg-custom-sticky.affix .navbar-nav li.menu-right li a,
.site-header.bg-custom-sticky.affix .navbar-nav li.menu-right li span,
.site-header.bg-custom-sticky.affix .navbar-nav li.menu-right li div,
.site-header.bg-custom-sticky.affix .navbar-nav li.menu-right .search-form:after,
.site-header.affix .thim-course-search-overlay .search-toggle,
#masthead.header_v4.affix .navigation .menu-right .thim-link-login .login,
#masthead.header_v4.affix .navigation .menu-right .thim-link-login .logout,
#masthead.header_v4.affix .navigation .menu-right .thim-link-login .profile,
.site-header.affix .widget_shopping_cart .minicart_hover .cart-items-number {
  color: #333
}

#masthead.header_v4.affix .navigation .menu-right .thim-widget-button .widget-button {
  color: #333 !important;
  border-color: #333 !important
}

.site-header.bg-custom-sticky.affix .navbar-nav>li>a:hover,
.site-header.bg-custom-sticky.affix .navbar-nav>li>span:hover,
#masthead.header_v4.affix .navigation .menu-right .thim-link-login .login:hover,
.site-header.bg-custom-sticky.affix .navbar-nav li.menu-right li a:hover,
.site-header.bg-custom-sticky.affix .navbar-nav li.menu-right li span:hover {
  color: #2575fc
}

.width-logo>a {
  width: 123px
}

body.thim-demo-university-4 .toolbar-container,
.width-navigation {
  width: calc(100% - 123px)
}

.width-navigation-left,
.width-navigation-right {
  width: calc(50% - 61.5px)
}

.header_v5 .toolbar {
  padding-left: 123px
}

.header_v5 .width-logo {
  width: 123px
}

.header_v5 .width-logo>a {
  background-color: #48ffaf
}

.header_v5 #toolbar .thim-have-any-question .mobile a {
  color: #48ffaf
}

@media (max-width:480px) {
  .width-logo>a {
    width: 92.25px
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.lp-course-progress .progress-heading span,
#your-profile ul.learn-press-subtabs li a,
#your-profile ul.learn-press-subtabs li span,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson a.course-item-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment a.course-item-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz a.course-item-title,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item-lp_lesson a.course-item-title,
.header_v3 .thim-widget-link .title a,
.product-grid .product__title .title,
#back-to-top:hover,
.thim-list-event .item-event .title a,
.thim-list-event .view-all,
.thim-list-event.layout-2 .view-all,
.thim-login form#loginform p.login-remember label,
.thim-login form#loginform>a.lost-pass-link,
.list-address li,
.thim-color-title,
.thim-register-now-form .wpcf7-form .wpcf7-submit:hover,
.thim-widget-accordion .panel-title a:after,
.sc_heading .title,
article .entry-header .entry-title a,
.counter-box.number-left .counter-box-content,
.counter-box.number-left .view-more,
.counter-box.about-us .display-percentage,
.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper p label,
.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover,
.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number,
.widget_shopping_cart .widget_shopping_cart_content,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li span,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity,
.woocommerce .reset_password form .description,
.thim-course-grid .course-item .thim-course-content .course-title a,
.woocommerce div.product .related-products>h2,
.woocommerce div.product .upsells-products>h2,
.thim-about-author .author-top .name,
.entry-tag-share .post-tag a,
.entry-navigation-post .next-post .title a,
.entry-navigation-post .prev-post .title a,
.related-archive .archived-posts .post h5 a,
.widget-area aside.widget ul li a,
.learn-press-pagination li .page-numbers,
.learn-press-pagination li .page-numbers.current,
.pagination li .page-numbers,
.pagination li .page-numbers.current,
.loop-pagination li .page-numbers.current,
.loop-pagination li .page-numbers,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .author a,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .author .author-name,
#respond #cancel-comment-reply-link,
#respond .logged-in-as a,
.widget-area .thim-list-posts.sidebar .article-title-wrapper a,
.widget-area .thim-course-list-sidebar .thim-course-content .course-title a,
.quickview .product-info .right .product_meta a,
.product-grid .product__title .title a.add_to_cart,
.product-grid .product__title .title a,
.filter-controls li a:hover,
.filter-controls li a.active,
.product-cat li a:hover,
.product-cat li a.active,
.quickview .product-info .right .cart a,
.product_thumb .onsale,
.woocommerce div.product .onsale,
.woocommerce div.product .woocommerce-tabs .tabs .active a,
.woocommerce-page .product-name a,
.woocommerce-page .button:hover,
.woocommerce form .form-row label,
#customer_login form .remember,
#customer_login form .link-bottom,
#customer_login form .lost-password,
.learn-press #learn_press_payment_form .learn_press_payment_close .learn_press_payment_checkout:hover,
.thim-course-list .course-item .thim-course-content .course-title a,
.thim-widget-courses .view-all-courses,
.thim-carousel-course-categories .owl-carousel .owl-buttons .owl-next,
.thim-carousel-course-categories .owl-carousel .owl-buttons .owl-prev,
.learn-press .course-payment .course-price .value,
.learn-press .course-tabs .nav-tabs li a,
.learn-press .course-meta label .value,
#learn-press-course-curriculum .section-content .course-lesson a,
#learn-press-course-curriculum .section-content .course-lesson a.lesson-preview:hover,
#learn-press-course-curriculum .section-content .course-assignment a,
#learn-press-course-curriculum .section-content .course-assignment a.lesson-preview:hover,
#learn-press-course-curriculum .section-content .course-quiz a,
#learn-press-course-curriculum .section-content .course-quiz a.lesson-preview:hover,
#tab-course-description .thim-course-info ul li span,
.thim-course-menu-landing .thim-course-landing-tab li a,
.thim-course-menu-landing .thim-course-landing-button .course-price,
#tab-course-review .course-rating>h3,
#tab-course-review .course-rating .rating-title,
#tab-course-review .course-rating .average-rating .rating-box .review-amount,
#tab-course-review .course-rating .detailed-rating .stars>div.key,
#tab-course-review .add-review form label,
#tab-course-review .add-review .title,
#tab-reviews .course-rating>h3,
#tab-reviews .course-rating .rating-title,
#tab-reviews .course-rating .average-rating .rating-box .review-amount,
#tab-reviews .course-rating .detailed-rating .stars>div.key,
#tab-reviews .add-review form label,
#tab-reviews .add-review .title,
.thim-testimonial-slider .title,
.thim-testimonial-slider .title a,
.thim-widget-tab .nav-tabs li a,
.thim-widget-tab .nav-tabs li a:hover,
.thim-login form#registerform #reg_passmail,
.thim-login form#registerform label[for=become_teacher],
.thim-login .link-bottom,
.list-tab-event .nav-tabs li a,
.profile-tabs .nav-tabs li a,
.tp-event-info .tp-info-box .heading,
.tp-event-archive .entry-title h4 a,
.bbpress #bbpress-forums button:hover,
.bbpress #bbpress-forums .bbp-breadcrumb a,
.bbpress #bbpress-forums li.bbp-body ul .bbp-forum-title,
.bbpress #bbpress-forums li.bbp-body ul .bbp-topic-permalink,
.tp-event-organizers .thim-carousel-wrapper .item .name,
.course-content .course-content-lesson-nav a,
.single-quiz button.check_answer:hover,
.single-quiz button.next-question:hover,
.single-quiz button.prev-question:hover,
.single-quiz button.button-finish-quiz:hover,
.single-quiz button.button-start-quiz:hover,
.single-quiz .back-to-course,
.single-quiz .quiz-questions.list-quiz-questions ul li a,
.single-quiz .quiz-questions.list-quiz-questions ul li,
.learn-press-question-wrap.checked li.user-answer-false,
.learn-press-question-wrap.checked li.answer-true,
.learn-press .message a,
.learn-press .message a:hover,
.message a,
.message a:hover,
.course-content .popup-title,
.mfp-content .popup-title,
#popup_title,
#popup_panel #popup_ok:hover,
#popup_panel #popup_cancel:hover,
.mo-openid-app-icons>p,
.thim-what-it-about-desc .thim-login-link,
.thim-hello-there .description,
.thim-hello-there .sub-heading,
.thim-latest-new-university .thim-owl-carousel-post .title a,
.thim-latest-new-university .thim-owl-carousel-post .owl-controls .owl-prev .fa,
.thim-latest-new-university .thim-owl-carousel-post .owl-controls .owl-next .fa,
.wrapper-lists-our-team .our-team-item .title a,
.thim-course-megamenu .course-title a,
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a,
#buddypress .bp-avatar-nav ul.avatar-nav-items li a,
#buddypress .bp-avatar-nav ul.avatar-nav-items li.selected a,
#buddypress .bp-avatar-nav ul.avatar-nav-items li.current a,
#buddypress .activity-list .activity-content .activity-header,
.comment-header a:not(.activity-time-since),
#buddypress input[type=submit],
#buddypress input[type=submit]:hover,
#buddypress a.button:hover,
#buddypress a.button:hover>span,
#buddypress .standard-form span.label,
#buddypress .standard-form label,
#buddypress .current-visibility-level,
#buddypress label,
#buddypress .acomment-meta a:first-child,
#buddypress div#item-header div.generic-button>a:hover,
li form.ac-form .ac-reply-content .ac-reply-cancel:hover,
li form.ac-form .ac-reply-content input[type=submit],
#buddypress #members-list li .item .item-title>a,
.thim-widget-portfolio .wapper_portfolio .filters .portfolio-tabs li a.filter:hover,
.portfolio_container .wapper_portfolio .filters .portfolio-tabs li a.filter:hover,
.thim-widget-portfolio .wapper_portfolio .filters .portfolio-tabs li a.active,
.portfolio_container .wapper_portfolio .filters .portfolio-tabs li a.active,
.learn-press-cart-table tbody .cart_item td a,
.learn-press .view-cart-button:hover,
.event_button_disable,
#learn-press-form-login a.lost-pass-link,
#learn-press-form-login a.lost-pass-link:hover,
#learn-press-form-login p label,
.thim-category-tabs .nav-tabs li a,
.thim-testimonial-carousel .owl-buttons .owl-prev:hover,
.thim-testimonial-carousel .owl-buttons .owl-next:hover,
.thim-testimonial-carousel .content .title .line:before,
.landing-image .title a,
.thim-testimonial-carousel .content .title .line,
.thim-testimonial-carousel .content .description,
.pmpro-has-access .navigation a,
.pmpro-has-access .pmpro_actionlinks a,
.pmpro-has-access #pmpro_invoices_table tbody tr td a,
.pmpro-has-access #pmpro_account-invoices tbody tr td a,
.pmpro-has-access #pmpro_billing_address_fields thead th,
.pmpro-has-access #pmpro_payment_information_fields thead th,
.pmpro-has-access .pmpro_thead-name,
.lp_pmpro_courses_by_level .level-wrap .lp_pmpro_title_course span,
.lp_pmpro_courses_by_level .level-wrap ul li a:hover,
.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_price_level .price,
.thim-owl-carousel-post.thim-list-posts .title a,
.woocommerce-MyAccount-navigation li a,
a.thim-create-menu,
a.thim-create-menu:hover,
.section .section-header>a,
.textwidget .add_to_cart_inline .amount,
body .vc_tta.vc_tta-spacing-1 .vc_tta-tab a,
.thim-owl-carousel-post.layout-2 .title a,
.quiz-buttons .button-hint:hover,
.quiz-buttons .button-next-question:hover,
.quiz-buttons .button-check-answer:hover,
.quiz-buttons .button-prev-question:hover,
.loop-pagination .page-number,
.loop-pagination a:hover .page-number,
.lp-course-progress .progress-heading span,
.learn-press-pmpro-buy-membership a.button:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-preview:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-preview:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-preview:hover,
.thim-widget-carousel-categories .link-view-all,
.thim-grid-posts .article-wrapper .title a,
.thim-grid-posts .article-wrapper .read-more,
.thim-list-post-inner .link_read_more a,
#your-profile input[type=submit],
#your-profile input[type=submit]:hover,
#popup_container #popup_title,
#popup_panel #popup_ok,
.quiz-buttons .button-hint:hover,
.quiz-buttons .button-next-question:hover,
.quiz-buttons .button-check-answer:hover,
.quiz-buttons .button-prev-question:hover,
.thim-title-4 .widget-title,
.lp-pmpro-membership-list .lp-price,
.list-event-slider .item-event .event-wrapper .title a,
.list-event-slider .item-event .event-wrapper .read-more {
  color: #36393e
}

.product-grid .product__title a.added_to_cart,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .empty,
.widget_shopping_cart .widget_shopping_cart_content .total,
.widget_shopping_cart .widget_shopping_cart_content .total span {
  color: #36393e
}

.quiz-buttons button,
.learn-press .tab-content .course-wishlist-box,
#buddypress a.button,
li form.ac-form .ac-reply-content .ac-reply-cancel,
#buddypress div#item-header div.generic-button>a,
.learn-press .view-cart-button,
.thim-widget-accordion .widget-title:after,
.vc_tta-container[data-vc-action*="collapse"]>h2:after,
.sc_heading .line {
  background-color: #36393e
}

.thim-latest-new-university .thim-owl-carousel-post .owl-controls .owl-prev,
.thim-latest-new-university .thim-owl-carousel-post .owl-controls .owl-next {
  border-color: #36393e
}

footer#colophon {
  background: #fff
}

footer#colophon.footer-bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  background-attachment: inherit;
  background-image: url(../../../uploads/tc_stylesheets/)
}

footer#colophon .footer,
footer#colophon .footer .thim-footer-location .info .fa {
  color: gray
}

footer#colophon .footer .thim-footer-location .social a,
footer#colophon .footer a,
footer#colophon .copyright-area .text-copyright a,
.thim-social li a {
  color: gray
}

footer#colophon.thim-footer-new-eduma .copyright-area .text-copyright a {
  color: #48ffaf
}

footer#colophon .footer .thim-footer-location .social a:hover,
footer#colophon .footer a:hover,
.thim-social li a:hover {
  color: #2575fc !important
}

footer#colophon .footer .thim-footer-location .social a,
.thim-social li a {
  border-color: gray
}

footer#colophon .footer .widget-title {
  color: #333
}

footer#colophon .footer .thim-footer-location .info a {
  color: gray
}

footer#colophon .footer a:hover {
  color: #2575fc
}

footer#colophon .copyright-area {
  background: #fafafa
}

footer#colophon .copyright-area .copyright-content {
  border-top-color: rgba(0, 0, 0, 0)
}

footer#colophon .copyright-area,
footer#colophon .copyright-area ul li a,
footer#colophon .copyright-area ul li a:hover {
  color: gray
}

input[type=submit]:hover,
button:hover,
.woocommerce .actions .button:not([disabled]):hover,
.comments-area .comment-list .comment-list-inner .form-submit input#submit:hover,
#respond.comment-respond .comment-form .form-submit input#submit:hover,
.wpcf7-form .wpcf7-submit:hover,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields button[type="submit"]:hover,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type="submit"]:hover,
article .readmore a:hover,
.quickview .product-info .right .cart button.button:hover,
.mfp-image-holder .course-content .mfp-close,
.mfp-inline-holder .course-content .mfp-close,
.woocommerce div.product form.cart .button:hover,
.thim-course-grid .course-item .course-thumbnail>a.course-readmore:hover,
.thim-course-list .course-item .thim-course-content .course-readmore a:hover,
.learn-press #finish-course:hover,
.learn-press .thim-enroll-course-button:hover,
.course-content .complete-lesson-button:hover,
#tab-course-review .add-review form button[type="submit"]:hover,
#tab-course-review .review-load-more #course-review-load-more:hover,
#tab-reviews .add-review form button[type="submit"]:hover,
#tab-reviews .review-load-more #course-review-load-more:hover,
.become-teacher-form button[type=submit]:hover,
.wrapper-lists-our-team a.join-our-team:hover,
.thim-login form#loginform input[type=submit]:hover,
.thim-login form#registerform input[type=submit]:hover,
.thim-login form#lostpasswordform input[type=submit]:hover,
.thim-login form#resetpassform input[type=submit]:hover,
.tp-event-archive .entry-content .tp_event_view-detail:hover,
.menu-right .thim-link-login a:hover,
.thim-what-it-about-desc .button .thim-button:hover,
.thim-join-the-elite-group .thim-widget-button .widget-button.normal:hover,
.thim-welcome-university .thim-register-now-form .wpcf7-form .wpcf7-submit:hover,
.thim-course-megamenu .course-readmore:hover,
.thim-buy-now .thim-widget-button .widget-button:hover,
form.lp-cart .checkout-button:hover,
#learn-press-finish-course:hover,
#learn-press-checkout-user-form #learn-press-checkout-user-login ul.form-fields li button:hover,
#learn-press-checkout-user-form #learn-press-checkout-user-register .form-content a:hover,
#learn-press-form-login input[type="submit"]:hover,
.pmpro-has-access input.pmpro_btn:hover,
.pmpro-has-access a.pmpro_btn:hover,
.widget-area.sidebar-events .widget_book-event .event_register_foot .event_register_submit:hover,
.lp_pmpro_courses_by_level .level-wrap footer a :hover,
.thim-timetable-link:hover,
.thim-search-light-style .thim-widget-courses-searching .courses-searching button:hover,
.thim-button-checkout:hover,
.thim-widget-courses .view-all-courses.position-bottom:hover,
.woocommerce .add_to_cart_button.ajax_add_to_cart:hover,
#your-profile input[type=submit]:hover,
#course-curriculum-popup #popup-header .popup-close,
#course-curriculum-popup #popup-header .popup-close:hover,
body.course-item-popup #learn-press-content-item #course-item-content-header .back_course,
#popup_panel #popup_ok:hover,
.thim-course-landing-button .woocommerce-message a.button:hover,
.course-payment .woocommerce-message a.button:hover,
.form_developer_course .content .submit_row input[type=submit],
.comments-area .comment-list .comment-list-inner .form-submit input#submit {
  background-color: #7bfec5
}

.thim-join-the-elite-group .thim-widget-button .widget-button.normal:hover,
.thim-newlleter-homepage .mc4wp-form.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover,
.thim-buy-now .thim-widget-button .widget-button:hover {
  border-color: #7bfec5
}

.thim-university-top-icon .thim-widget-icon-box .wrapper-box-icon {
  border-right-color: #7bfec5
}

.product-grid .product__title a.button.add_to_cart_button:hover,
.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit:hover,
.quickview .product-info .right .cart button.button:hover,
.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce .wc-proceed-to-checkout a.button:hover,
.woocommerce-page .wc-proceed-to-checkout a.button:hover,
#customer_login form input[type=submit]:hover,
.woocommerce .reset_password form input[type=submit]:hover,
.rev-btn.thim-slider-button:hover,
.single-post .page-content article .page-content-inner .entry-content .pmpro_content_message a:hover,
.thim-newlleter-homepage .mc4wp-form.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover,
.woocommerce-MyAccount-content form input.button:hover {
  background-color: #7bfec5
}

.site-header.header_v2 .navigation .navbar-nav>li>a:before,
.site-header.header_v2 .navigation .navbar-nav>li>span:before {
  background: rgba(123, 254, 197, .45)
}

.single-quiz button.button-retake-quiz:hover,
.thim-widget-courses .view-all-courses.position-bottom,
.thim-widget-courses .view-all-courses.position-bottom:hover,
.woocommerce .actions .button:not([disabled]):hover,
.site-header li .widget_shopping_cart .widget_shopping_cart_content .buttons a.button.wc-forward:hover,
.site-header li .widget_shopping_cart .widget_shopping_cart_content .buttons a.button.wc-forward.checkout,
.learn-press-pagination li .page-numbers:hover,
.learn-press-pagination li .page-numbers.current,
.pagination li .page-numbers:hover,
.pagination li .page-numbers.current,
.loop-pagination li .page-numbers:hover,
.loop-pagination li .page-numbers.current,
input[type=submit],
button,
input[type=submit]:hover,
button:hover,
.comments-area .comment-list .comment-list-inner .form-submit input#submit:hover,
#respond.comment-respond .comment-form .form-submit input#submit,
.wpcf7-form .wpcf7-submit,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields button[type="submit"]:hover,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type="submit"]:hover,
.mc4wp-form .mc4wp-form-fields button[type="submit"],
.mc4wp-form .mc4wp-form-fields input[type="submit"],
article .readmore a,
article .readmore a:hover,
.quickview .product-info .right .cart button.button,
.quickview .product-info .right .cart button.button:hover,
.woocommerce div.product form.cart .button:hover,
.thim-course-grid .course-item .course-thumbnail>a.course-readmore,
.thim-course-grid .course-item .course-thumbnail>a.course-readmore:hover,
.thim-course-list .course-item .thim-course-content .course-readmore a,
.thim-course-list .course-item .thim-course-content .course-readmore a:hover,
.learn-press #finish-course,
.learn-press .thim-enroll-course-button,
.learn-press #finish-course:hover,
.learn-press .thim-enroll-course-button:hover,
.course-content .complete-lesson-button,
.course-content .complete-lesson-button:hover,
#tab-course-review .add-review form button[type="submit"],
#tab-course-review .add-review form button[type="submit"]:hover,
#tab-course-review .review-load-more #course-review-load-more,
#tab-course-review .review-load-more #course-review-load-more:hover,
#tab-reviews .add-review form button[type="submit"],
#tab-reviews .add-review form button[type="submit"]:hover,
#tab-reviews .review-load-more #course-review-load-more,
#tab-reviews .review-load-more #course-review-load-more:hover,
.become-teacher-form button[type=submit],
.become-teacher-form button[type=submit]:hover,
.wrapper-lists-our-team a.join-our-team,
.wrapper-lists-our-team a.join-our-team:hover,
.thim-login form#loginform input[type=submit],
.thim-login form#registerform input[type=submit],
.thim-login form#lostpasswordform input[type=submit],
.thim-login form#resetpassform input[type=submit],
.thim-login form#loginform input[type=submit]:hover,
.thim-login form#registerform input[type=submit]:hover,
.thim-login form#lostpasswordform input[type=submit]:hover,
.thim-login form#resetpassform input[type=submit]:hover,
.tp-event-archive .entry-content .tp_event_view-detail,
.tp-event-archive .entry-content .tp_event_view-detail:hover,
.thim-what-it-about-desc .button .thim-button,
.thim-join-the-elite-group .thim-widget-button .widget-button.normal,
.thim-join-the-elite-group .thim-widget-button .widget-button.normal:hover,
.thim-welcome-university .thim-register-now-form .wpcf7-form .wpcf7-submit,
.thim-welcome-university .thim-register-now-form .wpcf7-form .wpcf7-submit:hover,
.thim-course-megamenu .course-readmore,
.thim-course-megamenu .course-readmore:hover,
.rev-btn.thim-slider-button,
.rev-btn.thim-slider-button:hover,
#learn-press-finish-course,
form.lp-cart .checkout-button,
#learn-press-checkout-user-form #learn-press-checkout-user-login ul.form-fields li button,
#learn-press-checkout-user-form #learn-press-checkout-user-register .form-content a,
#learn-press-payment .place-order-action input.button,
.list-book-event thead th a,
.list-book-event thead td a,
.list-book-event tbody th a,
.list-book-event tbody td a,
.list-book-event thead th a:hover,
.list-book-event thead td a:hover,
.list-book-event tbody th a:hover,
.list-book-event tbody td a:hover,
#learn-press-form-login input[type="submit"],
.pmpro-has-access input.pmpro_btn,
.pmpro-has-access a.pmpro_btn,
.pmpro-has-access input.pmpro_btn:hover,
.pmpro-has-access a.pmpro_btn:hover,
.widget-area.sidebar-events .widget_book-event .event_register_foot .event_register_submit,
.widget-area.sidebar-events .widget_book-event .event_register_foot .event_register_submit:hover,
.lp_pmpro_courses_by_level .level-wrap footer a,
.thim-timetable-link,
.thim-timetable-link:hover,
.thim-button-checkout,
.thim-widget-courses .view-all-courses.position-bottom,
.woocommerce .add_to_cart_button.ajax_add_to_cart:hover,
.thim-newlleter-homepage .mc4wp-form.yikes-easy-mc-form .yikes-easy-mc-submit-button,
.woocommerce .add_to_cart_button.ajax_add_to_cart {
  color: #36393e
}

.product-grid .product__title a.button.add_to_cart_button,
.product-grid .product__title a.button.add_to_cart_button:hover,
.product-grid .product__title a.button.add_to_cart_button:before,
.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit,
.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit:hover,
.quickview .product-info .right .cart button.button:hover,
.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce .wc-proceed-to-checkout a.button:hover,
.woocommerce-page .wc-proceed-to-checkout a.button:hover,
.quickview .product-info .right .cart button.button,
.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout,
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .wc-proceed-to-checkout a.button,
.woocommerce-page .wc-proceed-to-checkout a.button,
#customer_login form input[type=submit],
#customer_login form input[type=submit]:hover,
.woocommerce .reset_password form input[type=submit],
.woocommerce .reset_password form input[type=submit]:hover,
.menu-right .thim-link-login a,
.menu-right .thim-link-login a:hover,
.woocommerce-MyAccount-content form input.button,
.woocommerce-MyAccount-content form input.button:hover {
  color: #36393e
}

body.boxed-area.bg-boxed-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: inherit;
  background-size: inherit;
  background-image: url("")
}

body.boxed-area.bg-boxed-pattern {
  background-image: url(//thim.staging.wpengine.com/thim-2/wp-content/themes/eduma/images/patterns/pattern1.png)
}

aside .woof_container_size .woof_list li input[type=radio]:checked:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson a.course-item-title:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment a.course-item-title:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz a.course-item-title:hover,
.product-grid .product__title .title:hover,
.user-info .edit-profile a,
.user-info .edit-profile a:hover,
.thim-other-member:hover .owl-buttons .owl-prev:hover .fa,
.thim-other-member:hover .owl-buttons .owl-next:hover .fa,
.widget-area.sidebar-events .widget_book-event ul li.event-cost .value,
.pmpro-has-access #pmpro_invoices_table tbody tr td a:hover,
.pmpro-has-access #pmpro_account-invoices tbody tr td a:hover,
.thim-testimonial-carousel .owl-buttons .owl-prev,
.thim-testimonial-carousel .owl-buttons .owl-next,
.pmpro-has-access .navigation a:hover,
.pmpro-has-access .pmpro_actionlinks a:hover,
.thim-category-tabs .nav-tabs li a:hover,
.thim-category-tabs .nav-tabs li.active a,
form.lp-checkout .logged-in a,
.learn-press-cart-table tbody .cart_item .course-name a:hover,
.portfolio-content .tags ul li a,
#thim-popup-login .thim-login-container .link-bottom a,
.thim-owl-carousel-post.thim-list-posts .read-more,
.thim-owl-carousel-post.thim-list-posts .title a:hover,
.landing-image .title a:hover,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.list-book-event thead th a:hover,
.list-book-event thead td a:hover,
.list-book-event tbody th a:hover,
.list-book-event tbody td a:hover,
.btn-border:hover,
input[type=checkbox]:checked:before,
#buddypress div#item-header .item-meta a,
#buddypress div#item-header .item-meta a:hover,
#buddypress #members-list li .item .item-title>a:hover,
#buddypress #members-list li .item .item-title .activity-read-more a,
#buddypress #members-list li .item .item-title .activity-read-more a:hover,
#buddypress .acomment-meta a:first-child:hover,
#buddypress div.activity-comments>ul>li .acomment-options a,
#buddypress div.activity-comments>ul>li .acomment-options a:hover,
#buddypress .activity-list .activity-content .activity-header,
.comment-header a:not(.activity-time-since):hover,
.breadcrumbs-wrapper #breadcrumbs a:hover,
#buddypress div.item-list-tabs#subnav ul li.selected a,
#buddypress div.item-list-tabs#subnav ul li.current a,
.thim-latest-new-university .thim-owl-carousel-post .title a:hover,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a:hover,
.thim-course-grid .course-item .thim-course-content .course-title a:hover,
.thim-course-grid .course-item .thim-course-content .course-meta>div a:hover,
#tab-course-review .add-review .review-stars-rated,
#tab-course-review .add-review .review-stars-rated .review-stars,
.thim-style-content-new-1 #lp-single-course .course-meta>div.course-review .review-stars.filled .fa-star-o:before,
.thim-style-content-new-1 #lp-single-course .course-meta>div.course-review .review-stars.filled .fa-star:before,
#tab-course-review .course-rating .average-rating .rating-box .average-value,
#tab-reviews .add-review .review-stars-rated,
#tab-reviews .add-review .review-stars-rated .review-stars,
#tab-reviews .course-rating .average-rating .rating-box .average-value,
.thim-testimonial-slider .control-nav:hover,
.thim-testimonial-slider .control-nav:hover:before,
.thim-widget-tab .nav-tabs li a .fa,
.thim-list-event.layout-2 .view-all,
.thim-list-event .view-all:hover,
.thim-list-event .item-event .time-from,
.thim-list-event .item-event .title a:hover,
.thim-login .link-bottom a,
.list-tab-event .nav-tabs li.active .fa,
.profile-tabs .nav-tabs li.active .fa,
.tp-event-organizers .owl-buttons .owl-prev:hover .fa,
.tp-event-organizers .owl-buttons .owl-next:hover .fa,
.single-quiz .quiz-clock .quiz-timer #quiz-countdown-value,
.single-quiz .quiz-clock .quiz-timer #quiz-countdown,
.single-quiz .quiz-clock .quiz-total .quiz-text .number,
.single-quiz .quiz-questions.list-quiz-questions ul li a:hover,
.single-quiz .quiz-questions.list-quiz-questions ul li.current a,
.question-hint .quiz-hint-toggle,
.bbpress .bbp-topic-description .bbp-author-name,
.bbpress #bbpress-forums li.bbp-body ul .bbp-forum-title:hover,
.bbpress #bbpress-forums li.bbp-body ul .bbp-topic-permalink:hover,
.bbpress #bbpress-forums li.bbp-body ul .bbp-author-name,
.bbpress #bbpress-forums .bbp-breadcrumb a:hover,
.bbpress #bbpress-forums #bbp-user-body a:hover,
.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover,
.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .smicon-read:hover,
.thim-carousel-instructors .instructor-item .readmore:hover,
.thim-carousel-instructors .instructor-item .readmore,
.thim-color:hover,
.thim-owl-carousel-post .owl-controls .owl-prev:hover .fa,
.thim-owl-carousel-post .owl-controls .owl-next:hover .fa,
.wrapper-lists-our-team .our-team-item .title a:hover,
.thim-course-megamenu .course-title a:hover,
body .vc_tta.vc_tta-spacing-1 .vc_tta-tab .vc_active a .fa,
.thim-owl-carousel-post.layout-2 .owl-controls .owl-buttons .owl-prev:hover i,
.thim-owl-carousel-post.layout-2 .owl-controls .owl-buttons .owl-next:hover i,
.thim-owl-carousel-post.layout-2 .owl-controls .owl-buttons .owl-prev:hover,
.thim-owl-carousel-post.layout-2 .owl-controls .owl-buttons .owl-next:hover,
.thim-owl-carousel-post.layout-3 .owl-controls .owl-buttons .owl-prev:hover .fa,
.thim-owl-carousel-post.layout-3 .owl-controls .owl-buttons .owl-next:hover .fa,
.thim-owl-carousel-post.layout-3 .owl-controls .owl-buttons .owl-prev:hover,
.thim-owl-carousel-post.layout-3 .owl-controls .owl-buttons .owl-next:hover,
.thim-simple-wrapper .event-wrapper:hover .title a,
.thim-right-bg-secondary-color .thim-list-post-inner .link_read_more a:hover,
.thim-widget-carousel-categories .link-view-all:hover,
.thim-sidebar-content .twitter-inner a:hover,
.thim-grid-posts .article-wrapper:hover .title a,
.thim-experience .title,
.thim-list-post-inner .link_read_more a:hover,
.thim-footer-info-3 .heading,
#learn-press-course-curriculum ul.curriculum-sections .section-header .meta,
#your-profile .link-change-password,
#popup-sidebar .learn-press-breadcrumb a,
#popup-sidebar .learn-press-breadcrumb .fa,
body.course-item-popup #learn-press-course-curriculum .learn-press-breadcrumb a,
body.course-item-popup #learn-press-course-curriculum .learn-press-breadcrumb .fa,
#learn-press-course-curriculum ul.curriculum-sections .section-header:hover .collapse,
.lp-pmpro-membership-list .item-td a:hover,
.list-event-slider .view-all:hover,
li.product-category h3:hover,
.course-item .course-thumbnail .course-wishlist-box .course-wishlisted,
.course-item .course-thumbnail .course-wishlist-box .course-wishlist:hover,
.learn-press .tab-content .course-wishlist-box span.fa.course-wishlisted,
.thim-course-list .course-item .thim-course-content .course-title a:hover,
.rating-box .review-stars-rated .review-stars>li span,
.course-review .review-stars-rated .review-stars>li span,
.switch-layout-container .switch-layout a.switch-active,
.switch-layout-container .switch-layout a:hover,
.thim-widget-courses .view-all-courses:hover,
.thim-course-carousel .owl-controls .owl-prev:hover .fa,
.thim-course-carousel .owl-controls .owl-next:hover .fa,
.thim-carousel-course-categories .owl-carousel .owl-item .title a:hover,
.learn-press .course-tabs .nav-tabs li.active a .fa,
.learn-press #learn_press_payment_form .learn_press_payment_close:hover,
#learn-press-course-curriculum .section-content .course-lesson a,
#learn-press-course-curriculum .section-content .course-assignment a,
#learn-press-course-curriculum .section-content .course-quiz a,
#learn-press-course-curriculum .section-content .course-lesson .course-format-icon .fa,
#learn-press-course-curriculum .section-content .course-assignment .course-format-icon .fa,
#learn-press-course-curriculum .section-content .course-quiz .course-format-icon .fa,
#tab-course-description .thim-course-info ul li .fa,
.thim-style-content-new-1 #tab-course-description .thim-course-info .course-wishlist-box .fa.course-wishlisted,
#learn-press-course-description .thim-course-info ul li .fa,
#customer_login form .link-bottom a,
#customer_login form .lost-password a,
#customer_login form .link-bottom a:hover,
#customer_login form .lost-password a:hover,
.woocommerce div.product .woocommerce-tabs .entry-content #reviews #comments .commentlist li .comment-text .meta strong,
.woocommerce .woocommerce-shipping-calculator a,
.woocommerce .comment-form-rating a,
.woocommerce .comment-form-rating a:hover,
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before,
.woocommerce .star-rating,
.woocommerce div.woocommerce-message:before,
.woocommerce div.woocommerce-info:before,
.woocommerce .form-row label.checkbox a,
.woocommerce .woocommerce-info .showcoupon,
.product-grid .product__title .title a:hover,
.quickview .product-info .right .product_meta a:hover,
.page-404-content a:hover,
.counter-box .display-percentage,
.widget-area .thim-course-list-sidebar .thim-course-content .course-title a:hover,
.widget-area .thim-list-posts.sidebar .article-title-wrapper a:hover,
.widget-area aside.widget ul li a:hover,
.widget-area aside.widget ul li.current-cat a,
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .author a:hover,
.related-archive ul.archived-posts>li h5 a:hover,
.entry-navigation-post .next-post .title a:hover,
.entry-navigation-post .prev-post .title a:hover,
.thim-about-author .author-top a.name:hover,
.entry-tag-share .post-tag a:hover,
article .entry-header .entry-title a:hover,
article .entry-header .date-meta,
.thim-widget-accordion .panel-title a:not(.collapsed):after,
.thim-owl-carousel-post .owl-controls.owl-prev:hover .fa,
.thim-owl-carousel-post .owl-controls.owl-next:hover .fa,
.thim-owl-carousel-post .title a:hover,
.thim-social li a:hover,
footer#colophon .footer a:hover,
footer#colophon .footer .thim-footer-location .info a:hover,
footer#colophon .footer .thim-footer-location .social a:hover,
.thim-course-search-overlay .search-toggle:hover,
.site-header.affix .thim-course-search-overlay .search-toggle:hover,
.thim-mobile-login a:hover,
.thim-color,
.one-courses-page-content .row-item .courses-price,
.one-courses-page-content .row-item .number-students:before,
input[type=checkbox]:checked:before,
.btn-border,
.breadcrumbs-wrapper #breadcrumbs li a:hover,
.breadcrumbs-wrapper.button-list-gird .display .switcher-active i,
.breadcrumbs-wrapper.button-list-gird .display .switcher-active a:hover i,
.breadcrumbs-wrapper .woocommerce-breadcrumb a:hover,
.breadcrumbs-wrapper .thim-breadcrumbs a:hover,
.list-info li i,
.list-address li i,
.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before,
.comments-area .comment-list .comment-list-inner li .comment-extra-info a:hover,
.quickview .product-info .right .cart a:hover,
.quickview .quick-view-detail:hover,
.woocommerce div.product .woocommerce-review-link:hover,
.woocommerce div.product .product_meta a:hover,
.thim-widget-courses .grid-1 .view-all-courses,
.thim-widget-courses .grid-1 .thim-course-grid .course-item .thim-course-content .author a,
.thim-widget-courses .grid-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-price .value,
.thim-carousel-course-categories-tabs .thim-course-slider .item .title a:hover,
.thim-carousel-course-categories-tabs .thim-course-slider .item.active .title a,
.thim-carousel-course-categories-tabs .thim-course-slider .item.active .icon,
.button_normal_gradient,
.thim-carousel-course-categories-tabs .content_items .item_content .view_all_courses,
.thim-carousel-list-instructors .instructor-item .name a,
.thim-style-content-new-1 #lp-single-course .course-meta>div.course-author .value a,
.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content .course-author .value a,
.thim-style-content-new-1 .thim-course-grid .course-item .thim-course-content .course-meta .course-price .value,
.thim-style-content-new-1.widget-area .thim-course-list-sidebar .course-price .value,
.content_course_2 .learn-press .course-meta>div.course-author .value a,
.content_course_2 #tab-course-description .thim-course-content ul li:before,
.content_course_2 .learn-press #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson .lesson-preview,
.content_course_2 .learn-press #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment .lesson-preview,
.content_course_2 .learn-press #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz .lesson-preview,
#learn-press-course-curriculum ul.curriculum-sections .section-header .collapse,
.content_course_2 .thim-about-author .author-bio .name,
.content_course_2 .thim-about-author .author-bio .thim-author-social li a:hover,
.thim-style-content-new-1 article .readmore a,
.thim-widget-tab .thim-widget-step .tab-content-step .tab-pane .readmore,
#popup_container a.close:hover,
.thim-testimonial-slider.image-bottom .title,
.thim-widget-tab .thim-widget-step ul li.active a,
.thim-style-content-new-1 .course_right .menu_course ul li a:hover,
.custom-text-1 ul li:before,
.thim-list-posts.home-new .item-post .article-date i,
.thim-style-content-new-1 .thim-course-list .course-item .thim-course-content>.course-author .value a,
.thim-style-content-new-1 .course_right .button_curriculumn .button.button-retake-course,
.content_course_2 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson .course-item-meta a,
.content_course_2 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-assignment .course-item-meta a,
.content_course_2 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz .course-item-meta a,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson .course-item-meta a,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-preview,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-preview,
.thim-style-content-new-1 #learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-preview,
ul.curriculum-sections .section .section-content .course-assignment .course-item-meta a,
.menu_faqs .menu li:before,
.thim-list-posts.home-new .item-post h5 a:hover,
.thim-list-event.layout-2.layout-4 .event-wrapper .title a:hover,
.thim-courses-collection .thim-collection-carousel .content h3 .title:hover,
.menu_faqs .menu li a:hover,
.body-grad-layout .vc_row .sc_heading strong,
.thim-style-content-new-1 #course-curriculum-popup #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz .course-item-meta a,
.woocommerce-page .product-name a:hover {
  color: #48ffaf
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before,
.lp-course-progress .lp-progress-bar .lp-progress-value,
#your-profile ul.learn-press-subtabs li.current:before,
.quiz-buttons button:hover,
.woocommerce .product_thumb .onsale,
.learn-press-question-options>li.answer-option>label input[type="checkbox"]:checked:before,
.learn-press-question-options>li.answer-option>label input[type="radio"]:checked:before,
.footer-bottom .thim-widget-icon-box:before,
.wrapper-lists-our-team .our-team-item .our-team-image:before,
.thim-bg-overlay-color-half:before,
.thim-bg-overlay-color:before,
.thim-testimonial-slider ul.scrollable li:before,
.product-grid .product__title a.added_to_cart,
.learn-press-pagination li .page-numbers:hover,
.learn-press-pagination li .page-numbers.current,
.pagination li .page-numbers:hover,
.pagination li .page-numbers.current,
.loop-pagination li .page-numbers:hover,
.loop-pagination li .page-numbers.current,
.thim-widget-carousel-categories .content-wrapper,
body .vc_tta.vc_tta-spacing-1 .vc_tta-tab .vc_active:before,
.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_title_level:before,
.lp_pmpro_courses_by_level .level-wrap footer a,
.pmpro-has-access input.pmpro_btn,
.pmpro-has-access a.pmpro_btn,
#learn-press-form-login input[type=submit],
.widget-area.sidebar-events .book-title,
.widget-area.sidebar-events .widget_book-event .event_register_foot .event_register_submit,
.thim-buy-now-desc:before,
#thim-popup-login .thim-login-container .close-popup,
.thim-owl-carousel-post.thim-list-posts .info,
.thim-timetable-link,
.woocommerce-MyAccount-navigation li.is-active:before,
.thim-search-light-style .thim-widget-courses-searching .courses-searching button,
.thim-button-checkout,
.thim-text-title:before,
body .vc_tta.vc_general .vc_active .vc_tta-panel-title>a:before,
body .vc_tta.vc_general .vc_tta-panel-title:hover>a:before,
.thim-widget-courses .view-all-courses.position-bottom,
.woocommerce .add_to_cart_button.ajax_add_to_cart,
.cssload-loader-inner-style-2,
.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number,
.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover,
.thim-course-grid .course-item .thim-course-content .course-meta:before,
.thim-course-grid .course-item .course-thumbnail>a.course-readmore,
#tab-course-review .add-review form button[type=submit],
#tab-course-review .review-load-more #course-review-load-more,
#tab-course-review .course-rating .detailed-rating .stars>div.bar .full_bar>div,
#tab-reviews .add-review form button[type=submit],
#tab-reviews .review-load-more #course-review-load-more,
#tab-reviews .course-rating .detailed-rating .stars>div.bar .full_bar>div,
.thim-widget-tab .nav-tabs li.active:before,
.wrapper-lists-our-team a.join-our-team,
.site-main .widget_text .widget-title:before,
.rev_slider_wrapper .tp-bullet.selected,
.become-teacher-form button[type=submit],
.thim-about-us-quote hr,
.thim-login form#loginform input[type=submit],
.thim-login form#registerform input[type=submit],
.thim-login form#lostpasswordform input[type=submit],
.thim-login form#resetpassform input[type=submit],
.thim-list-content li:before,
.tp-event-archive .entry-content .tp_event_view-detail,
.list-tab-event .nav-tabs li.active:before,
.profile-tabs .nav-tabs li.active:before,
.single-quiz button.check_answer:hover,
.single-quiz button.next-question:hover,
.single-quiz button.prev-question:hover,
.single-quiz button.button-finish-quiz:hover,
.single-quiz button.button-start-quiz:hover,
.bbpress #bbpress-forums li.bbp-header,
.bbpress #bbpress-forums button:hover,
.thim-what-it-about-desc .button .thim-button,
a.widget-button,
.menu-right .thim-link-login a,
.thim-join-the-elite-group:before,
.thim-join-the-elite-group .thim-widget-button .widget-button.normal,
.thim-welcome-university .thim-register-now-form .wpcf7-form .wpcf7-submit,
.thim-course-megamenu .course-readmore,
#buddypress div.item-list-tabs ul li.selected:before,
#buddypress div.item-list-tabs ul li.current:before,
#buddypress .bp-avatar-nav ul.avatar-nav-items li.selected:before,
#buddypress .bp-avatar-nav ul.avatar-nav-items li.current:before,
#buddypress input[type=submit],
#buddypress a.button:hover,
#buddypress div#item-header div.generic-button>a:hover,
li form.ac-form .ac-reply-content .ac-reply-cancel:hover,
li form.ac-form .ac-reply-content input[type=submit],
.rev-btn.thim-slider-button,
form.lp-cart .checkout-button,
#learn-press-checkout-user-form #learn-press-checkout-user-register .form-content a,
#learn-press-checkout-user-form #learn-press-checkout-user-login ul.form-fields li button,
.learn-press .view-cart-button:hover,
#learn-press-payment .place-order-action input.button,
#learn-press-payment .place-order-action input.button,
#learn-press-payment .place-order-action input.button:hover,
#learn-press-finish-course,
#learn-press-checkout-user-form #learn-press-checkout-user-login ul.form-fields li button,
#learn-press-checkout-user-form #learn-press-checkout-user-register .form-content a,
.overlay-black .thim-widget-courses-searching .courses-searching button,
.event_button_disable,
.owl-controls .owl-pagination .owl-page:hover,
.owl-controls .owl-pagination .owl-page.active,
.thim-widget-icon-box .line-heading,
.widget-area aside.WOOF_Widget .woof_container .woof_container_inner:before,
.thim-course-landing-button .woocommerce-message a.button,
.course-payment .woocommerce-message a.button,
form.pmpro_form .lp-pmpro-name,
.loop-pagination .page-number,
.loop-pagination a:hover .page-number,
.blog-switch-layout.blog-grid article .entry-grid-meta:before,
.woocommerce-product-search:after,
.learn-press-pmpro-buy-membership a.button:hover,
.lp-course-progress .lp-progress-bar .lp-progress-value,
.grid-horizontal .item-post:nth-child(2n) .article-wrapper,
.cssload-loader-style-3 .sk-cube:before,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.current:after,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson.item-current:after,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .lesson-preview:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.current:after,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment.item-current:after,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-assignment .lesson-preview:hover,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.current:after,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz.item-current:after,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .lesson-preview:hover,
#your-profile input[type=submit],
#course-curriculum-popup #popup-header,
#popup_container #popup_title,
#popup_panel #popup_ok,
#popup_panel #popup_ok:hover,
#popup_panel #popup_cancel:hover,
#popup_title,
.course-content .popup-title,
.mfp-content .popup-title,
.question-numbers li.current a,
.question-numbers li:hover a,
.quiz-buttons .button-hint:hover,
.quiz-buttons .button-next-question:hover,
.quiz-buttons .button-check-answer:hover,
.quiz-buttons .button-prev-question:hover,
.lp-pmpro-membership-list .header-item.position-2:before,
.cssload-loading i,
.learn-press #learn_press_payment_form .learn_press_payment_close .learn_press_payment_checkout:hover,
.learn-press .thim-enroll-course-button,
.learn-press .course-tabs .nav-tabs li.active:before,
.learn-press #finish-course,
.learn-press .course-meta>div .value.lp-progress-bar .lp-progress-value,
#learn-press-course-curriculum .section-content .course-lesson a.lesson-preview:hover,
#learn-press-course-curriculum .section-content .course-lesson a.lesson-preview:hover,
#learn-press-course-curriculum .section-content .course-quiz a.lesson-preview:hover,
.course-content .complete-lesson-button,
.thim-course-menu-landing .thim-course-landing-tab li.active:before,
.thim-course-list .course-item .thim-course-content .course-readmore a,
.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li.active:before,
.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit,
.woocommerce-page .button:hover,
.woocommerce div.product form.cart .button,
.woocommerce div.product .onsale,
.product_thumb .onsale,
.quickview .product-info .right .cart button.button,
.product-grid .product__title .title a.button.add_to_cart_button,
.product-grid .product__title .title a.added_to_cart,
.widget-area aside:before,
article .readmore a,
.thim-widget-accordion .panel-title a:not(.collapsed):before,
.thim-register-now-form .wpcf7-form .wpcf7-submit:hover,
.thim-register-now-form .title:before,
.mc4wp-form .mc4wp-form-fields button[type=submit],
.mc4wp-form .mc4wp-form-fields input[type=submit],
.wpcf7-form .wpcf7-submit,
.navigation .navbar-nav #magic-line,
.thim-bg-color,
.btn-primary,
.top_site_main .page-title-wrapper h1:before,
.top_site_main .page-title-wrapper h2:before,
.thim-widget-courses-searching .thim-course-search-overlay .courses-searching button,
#respond.comment-respond .comment-form .form-submit input#submit,
.comments-area .comment-list .comment-list-inner .form-submit input#submit,
.wpcf7-form.style-02 .contact-form-content .submit-btn input,
.wpcf7-form.style-01 .contact-form-content .submit-btn input,
.single-post .page-content article .page-content-inner .entry-content .pmpro_content_message a,
#back-to-top:hover,
.body-grad-layout #back-to-top,
input[type=submit],
.thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div:hover,
.thim-style-content-new-1 #lp-archive-courses .switch-layout a.switch-active,
.thim-carousel-course-categories-tabs .content_items .item_content .view_all_courses:hover,
.form_developer_course .head_form,
.thim-style-content-new-1 .course_right .button_curriculumn .button.button-retake-course:hover,
.button_normal_gradient:hover,
.thim-widget-tab .thim-widget-step .tab-content-step .tab-pane .readmore:hover,
body.course-item-popup #learn-press-content-item #course-item-content-header,
.thim-instructors-new .owl-controls .owl-buttons>div:hover,
.feature-icon-box,
.feature-icon-box:before,
.thim-list-event.layout-2.layout-4 .time-from,
.thim-video-popup .button-popup:before,
.thim-courses-collection .owl-controls .owl-buttons>div:hover:before,
.grad-slider .custom.tparrows:hover,
button {
  background-color: #48ffaf
}

::-moz-selection {
  background-color: #48ffaf
}

::selection {
  background-color: #48ffaf
}

.course-thumbnail .media-intro,
.thim-widget-portfolio .wapper_portfolio .filters .portfolio-tabs li a.filter:hover,
.portfolio_container .wapper_portfolio .filters .portfolio-tabs li a.filter:hover,
.thim-widget-portfolio .wapper_portfolio .filters .portfolio-tabs li a.active,
.portfolio_container .wapper_portfolio .filters .portfolio-tabs li a.active,
.thim-other-member:hover .owl-buttons .owl-prev:hover,
.thim-other-member:hover .owl-buttons .owl-next:hover,
#learn-press-form-login input[type=email]:focus,
#learn-press-form-login input[type=password]:focus,
#learn-press-form-login input[type=text]:focus,
.btn-border:hover,
.owl-controls .owl-pagination .owl-page:hover,
.owl-controls .owl-pagination .owl-page.active,
.thim-product-switch-wrap form.woocommerce-ordering select:focus,
aside .woof_container_size .woof_list li input[type=radio],
form#lostpasswordform p input[type=text]:focus,
form#lostpasswordform p input[type=email]:focus,
form#lostpasswordform p input[type=password]:focus,
.thim-login form#registerform input[type=email]:focus,
.thim-login form#loginform input[type=email]:focus,
.thim-login form#registerform input[type=password]:focus,
.thim-login form#loginform input[type=password]:focus,
.thim-login form#registerform input[type=text]:focus,
.thim-login form#loginform input[type=text]:focus,
.thim-login form#resetpassform input[type=text]:focus,
form#registerform input[type=password]:focus,
.thim-owl-carousel-post .owl-controls .owl-prev:hover,
.thim-owl-carousel-post .owl-controls .owl-next:hover,
.thim-testimonial-slider .control-nav:hover,
.rev_slider_wrapper .tp-bullet.selected,
.thim-list-event .view-all:hover,
.thim-list-event.layout-2 .time-from,
.tp-event-organizers .owl-buttons .owl-prev:hover,
.tp-event-organizers .owl-buttons .owl-next:hover,
.thim-join-the-elite-group .thim-widget-button .widget-button.normal,
.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner,
body .vc_tta.vc_general .vc_active .vc_tta-panel-title .vc_tta-controls-icon:before,
body .vc_tta.vc_general .vc_active .vc_tta-panel-title .vc_tta-controls-icon:after,
body .vc_tta.vc_general .vc_tta-panel-title:hover .vc_tta-controls-icon:before,
body .vc_tta.vc_general .vc_tta-panel-title:hover .vc_tta-controls-icon:after,
#respond.comment-respond .comment-form .comment-form-author input:focus,
#respond.comment-respond .comment-form .comment-form-email input:focus,
#respond.comment-respond .comment-form .comment-form-url input:focus,
#respond.comment-respond .comment-form textarea:focus,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:focus,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:focus,
.woocommerce #customer_login input[type=text]:focus,
.woocommerce #customer_login input[type=email]:focus,
.woocommerce #customer_login input[type=password]:focus,
.cssload-loader-style-2,
.loop-pagination .page-number,
.loop-pagination a:hover .page-number,
.thim-course-carousel .owl-controls .owl-prev:hover,
.thim-course-carousel .owl-controls .owl-next:hover,
.thim-widget-courses .view-all-courses:hover,
.filter-controls li a:hover,
.filter-controls li a.active,
.product-cat li a:hover,
.product-cat li a.active,
.thim-owl-carousel-post .owl-controls.owl-prev:hover,
.thim-owl-carousel-post .owl-controls.owl-next:hover,
.mc4wp-form .mc4wp-form-fields input[type=email]:focus,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus,
.form.yikes-easy-mc-form input[type=text]:focus,
.form.yikes-easy-mc-form input[type=email]:focus,
.form.yikes-easy-mc-form input[type=tel]:focus,
.form.yikes-easy-mc-form input[type=number]:focus,
.form.yikes-easy-mc-form input[type=date]:focus,
.form.yikes-easy-mc-form select:focus,
.form.yikes-easy-mc-form textarea:focus,
.thim-social li a:hover,
footer#colophon .footer .thim-footer-location .social a:hover,
.btn-primary,
.btn-border,
.search-form .search-field:focus,
#bbp-search-form>.bbp-search-box #bbp_search:focus,
.switch-layout-container .courses-searching form input[type=text]:focus,
.question-numbers li.current a,
.question-numbers li:hover a,
.learn-press-pagination li .page-numbers:hover,
.learn-press-pagination li .page-numbers.current,
.pagination li .page-numbers:hover,
.pagination li .page-numbers.current,
.loop-pagination li .page-numbers:hover,
.thim-carousel-course-categories-tabs .thim-course-slider .item.active,
.thim-carousel-course-categories-tabs .thim-course-slider .item.active:after,
.thim-carousel-course-categories-tabs .owl-controls .owl-buttons>div:hover,
.thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page:hover,
.thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page.active,
.thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page:hover:before,
.thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page.active:before,
.thim-style-content-new-1 #lp-archive-courses .switch-layout a.switch-active,
.content_course_2 .thim-about-author .author-bio .thim-author-social li a:hover,
.profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu li span,
.thim-widget-tab .thim-widget-step .tab-content-step .tab-pane .readmore,
.thim-instructors-new .owl-controls .owl-buttons>div:hover,
.mc4wp-form .mc4wp-form-fields button[type=submit],
.mc4wp-form .mc4wp-form-fields input[type=submit],
.loop-pagination li .page-numbers.current {
  border-color: #48ffaf
}

.thim-category-tabs .nav-tabs li a:hover,
.thim-category-tabs .nav-tabs li.active a,
.woocommerce div.product .woocommerce-tabs .tabs .active a {
  border-bottom-color: #48ffaf
}

.thim-testimonial-carousel .content .title .line:after,
.widget-area.sidebar-events .book-title:before,
.woocommerce div.woocommerce-message,
.woocommerce div.woocommerce-info {
  border-top-color: #48ffaf
}

.thim-widget-carousel-categories .content-wrapper:before {
  border-right-color: #48ffaf
}

form.lp-checkout .logged-in,
.grid-horizontal .item-post:nth-child(2n) .article-wrapper:before {
  border-left-color: #48ffaf
}

#buddypress form#whats-new-form #whats-new:focus,
.thim-style-content-new-1 .course_right .button_curriculumn .button.button-retake-course {
  border-color: #48ffaf !important
}

.woocommerce-MyAccount-content form input.button,
.portfolio-content .flex-direction-nav li a,
.woocommerce .reset_password form input[type=submit],
#customer_login form input[type=submit],
.quickview .product-info .right .cart button.button,
.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout,
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .wc-proceed-to-checkout a.button,
.thim-carousel-list-instructors .owl-controls .owl-buttons>div:hover,
.thim-style-content-new-1 article .readmore a:hover,
.thim-style-content-new-1.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.thim-style-content-new-1.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.thim-widget-courses .grid-1 .view-all-courses:hover,
.woocommerce-page .wc-proceed-to-checkout a.button {
  background-color: #48ffaf
}

.portfolio-content .flex-direction-nav li a:hover:before {
  color: #48ffaf
}

.thim-style-content-new-1 #lp-single-course .course-meta>div .value a:hover {
  color: #48ffaf !important
}

.thim-carousel-course-categories .owl-carousel .owl-buttons .owl-next:hover,
.thim-carousel-course-categories .owl-carousel .owl-buttons .owl-prev:hover {
  background-color: rgba(72, 255, 175, .8)
}

.thim-owl-carousel-post .info {
  background-color: rgba(72, 255, 175, .92)
}

.body-grad-layout #back-to-top:hover {
  background-color: #fff
}

.top_site_main.style_heading_2 .overlay-top-header {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#48ffaf));
  background-image: -webkit-linear-gradient(left, #fff, #48ffaf);
  background-image: -moz-linear-gradient(left, #fff, #48ffaf);
  background-image: -ms-linear-gradient(left, #fff, #48ffaf);
  background-image: -o-linear-gradient(left, #fff, #48ffaf);
  background-image: linear-gradient(left, #fff, #48ffaf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#fff", endColorStr="#48ffaf", gradientType='1')
}

a.color_primary {
  color: #48ffaf !important
}

div#preload {
  background-color: #fff
}

.sk-cube-grid .sk-cube,
.sk-chasing-dots .sk-child,
.sk-spinner-pulse,
.sk-three-bounce .sk-child,
.sk-wandering-cubes .sk-cube,
.sk-double-bounce .sk-child,
.sk-rotating-plane,
.sk-wave .sk-rect,
.cssload-loader-style-2 .cssload-loader-inner,
.sk-folding-cube .sk-cube:before {
  background-color: #2575fc
}

.cssload-loader-style-2 {
  border-color: #2575fc
}

.cssload-loader-style-1 .cssload-inner.cssload-one {
  border-bottom-color: #2575fc
}

.cssload-loader-style-1 .cssload-inner.cssload-two {
  border-right-color: #2575fc
}

.cssload-loader-style-1 .cssload-inner.cssload-three {
  border-top-color: #2575fc
}

.thim-style-content-new-1 .course_right .course-payment .form-purchase-course .button,
.thim-style-content-new-1 .course_right .course-payment .woocommerce-message a {
  border-radius: 20px;
  color: #36393e;
  font-weight: 600
}

.thim-style-content-new-1 .thim-course-menu-landing .thim-course-landing-button .lp-course-buttons .button {
  border-radius: 20px;
  color: #36393e;
  font-weight: 600
}

.thim-course-landing-button .course-price .value,
body .learn-press .course-payment .course-price .value {
  color: #49ffaf
}

.style_heading_2_out .breadcrumbs-wrapper #breadcrumbs li span {
  color: #36393ead;
  font-size: 14px
}

.top_site_main.style_heading_2 {
  background-color: #4f8ed79c
}

.thim_overlay_gradient .rev_slider li .slotholder:before {
  background: #36393e;
  background: linear-gradient(to right, #0082de 0, #000000d9 110%);
  background: -webkit-linear-gradient(left, #0082de 0, #000000d9 100%);
  opacity: .95
}

body #masthead.header_v4 .navigation .menu-right .thim-link-login .logout:before {
  content: "";
  font-family: Linearicons
}

body #masthead.header_v4 .navigation .menu-right .thim-link-login .profile:before {
  content: "\e6dd";
  font-family: Linearicons
}

#masthead.header_v4 .navigation .menu-right .thim-link-login .profile {
  font-weight: 500
}

.single-post .post-formats-wrapper img {
  display: none
}

.entry-content #review {
  display: block;
  position: relative;
  left: 0;
  margin-left: 0;
  width: 100%;
  background-color: white !important;
  font-family: Merriweather;
  padding: 0
}

.review-title {
  font-family: Merriweather;
  font-size: 20px
}

.user-review-area.comments-review-area .review-star {
  width: 100%;
  margin-top: 30px
}

.user-review-area.comments-review-area .user-total-wrapper {
  margin-top: -70px;
  float: left
}

.wp-review-user-rating-total {
  font-size: 25px;
  margin-left: 10px
}

.course-item {
  position: relative
}

.course-item .review-star {
  margin: 0 !important
}

.course-item .user-total-wrapper {
  display: none
}

.course-item .user-review-area.review-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f7f7a6;
  padding: 3px;
  width: auto;
  border: none;
  border-radius: 2px
}

.review-result-wrapper i,
.review-result-wrapper img.wp-review-image {
  font-style: normal;
  font-size: 20px;
  padding: 0;
  line-height: inherit
}

.thim_footer_bottom_courses a.widget-button.small.very-rounded {
  border-radius: 20px
}

.thim-style-content-new-1 #respond.comment-respond .comment-form .form-submit input#submit {
  border-radius: 3px
}

.entry-content #review {
  margin-bottom: 50px
}

.woocommerce span.onsale {
  border-radius: 3px;
  background-color: #77a464;
  color: #fff !important;
  font-size: 12px
}

.review-total-only {
  background: none !important
}

.wp-review-on-thumbnail {
  background: #f7f7f7a6
}

.review-wrapper .review-result-wrapper br {
  display: none
}

input[type=checkbox],
input[type=radio] {
  width: 16px !important;
  height: 16px !important
}

#respond.comment-respond .comment-form textarea {
  background: #FFF
}

.comments-area,
.woocommerce #content .comments-area,
.woocommerce .comments-area {
  max-width: 700px
}

.course_right .thim-course-info ul li {
  line-height: 30px;
  padding: 5px 0;
  color: #36393e
}

.course_right .course-duration {
  color: #36393e;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase
}

.course_right .thim-course-info .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  font-family: Montserrat
}

.course_right .thim-course-info ul li .value {
  font-weight: 500;
  min-width: 90px;
  float: right;
  text-align: right;
  display: inline-block
}

.thim-style-content-new-1 .course_right .course-payment {
  margin-bottom: 10px;
  padding: 0 30px
}

.course_right {
  position: relative
}

.course_right .review-star {
  margin: 0 !important
}

.course_right .user-total-wrapper {
  display: none
}

.course_right .user-review-area.review-wrapper {
  position: relative;
  top: 0;
  right: -13px;
  background: #fff;
  padding: 0;
  width: auto;
  border: none
}

.course_right .thim-course-info ul li.assessments-feature .fa {
  font-size: 16px !important;
  margin-right: 0 !important
}

.course_right .thim-course-info ul li .review-star .fa {
  color: #ccc
}

.course_right .thim-course-info ul li .review-star .review-result .fa {
  color: #105897
}

.woocommerce form .form-row {
  width: 100% !important
}

.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  width: 100% !important;
  padding: 8px
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: 100%;
  height: 30px
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: left;
  width: 100%
}

.custom-checkout h3 {
  background-color: #165f1c;
  width: 45%;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin-top: 50px;
  color: #FFF;
  float: right
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: .6180469716em;
  background-color: #f2f2f2;
  color: #36393e;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  border-radius: 2px;
  box-sizing: border-box;
  font-weight: 400;
  border: solid 2px #e4e4e4
}

#wc_checkout_add_ons {
  width: 45%;
  float: right;
  text-align: center
}

@media screen and (min-width:980px) {

  .woocommerce-shipping-fields h3,
  .woocommerce-billing-fields h3 {
    width: 100%
  }

  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    width: 45%;
    float: left
  }

  .woocommerce-checkout-review-order {
    width: 45%;
    float: right
  }
}

@media screen and (max-width:979px) {
  .custom-checkout h3 {
    width: 100%
  }
}

.woocommerce-page .woocommerce .woocommerce-info,
.woocommerce-page .woocommerce .woocommerce-message {
  border-top: none;
  color: #36393e;
  background: #EEE;
  padding: 1px 15px !important;
  font-size: 12px
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #105897
}

.wc-gzd-product-name-left .review-star {
  display: none
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  display: none
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  float: inherit
}

.has-hello-bar #masthead {
  margin-top: 40px
}

@media screen and (max-width:600px) {
  .hello-bar {
    display: none
  }
}

.top_site_main .page-title-wrapper {
  padding-top: 10px
}

@media (max-width:767px) {
  .top_site_main .page-title-wrapper {
    padding-top: 10px
  }
}

.top_site_main {
  min-height: 150px;
  padding-top: 120px !important
}

@media (max-width:767px) {
  .style_heading_2_out .breadcrumbs-wrapper {
    display: none
  }
}

#back-to-top {
  bottom: 24px;
  left: 14px
}

.top_site_main.style_heading_2 .overlay-top-header {
  opacity: .7
}

.arve-lightbox-link {
  color: #fff
}

.profile-container .user-tab .author-avatar img {
  margin: 0;
  display: none
}

.profile-container .user-tab .author-name {
  border-top: 0 solid #fff
}

.body form.pmpro_form .input,
body form.pmpro_form select,
body form.pmpro_form textarea,
body table,
body td,
body tr {
  border-color: #fff
}

.profile-container .thim-author-social {
  display: none
}

body {
  font-family: 'outfit', sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 28px
}

.col-sm-9 {
  padding-right: 100px;
  padding-left: 50px
}

.thim-style-content-new-1 article .entry-header .entry-title {
  font-size: 32px;
  font-weight: 600
}

/*!
 * WPBakery Page Builder v6.0.0 (https://wpbakery.com)
 * Copyright 2011-2019 Michael M, WPBakery
 * License: Commercial. More details: http://go.wpbakery.com/licensing
 */
.vc_row:after,
.vc_row:before {
  content: " ";
  display: table
}

.vc_row:after {
  clear: both
}

@media (max-width:767px) {
  .vc_hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .vc_hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .vc_hidden-md {
    display: none !important
  }
}

@media (min-width:1200px) {
  .vc_hidden-lg {
    display: none !important
  }
}

.vc_non_responsive .vc_row .vc_col-sm-1 {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-2 {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-3 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-4 {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-5 {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-6 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-7 {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-8 {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-9 {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-10 {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-11 {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-12 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
  margin-left: 100%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
  margin-left: 91.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
  margin-left: 83.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
  margin-left: 75%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
  margin-left: 66.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
  margin-left: 58.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
  margin-left: 50%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
  margin-left: 41.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
  margin-left: 33.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
  margin-left: 25%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
  margin-left: 16.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
  margin-left: 8.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
  margin-left: 0
}

.vc_non_responsive .vc_row .vc_hidden-sm {
  display: none !important
}

.vc_non_responsive .vc_row .vc_col-sm-1\/5 {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-2\/5 {
  position: relative;
  float: left;
  width: 40%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-3\/5 {
  position: relative;
  float: left;
  width: 60%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-4\/5 {
  position: relative;
  float: left;
  width: 80%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-5\/5 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5\/5 {
  margin-left: 100%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4\/5 {
  margin-left: 80%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3\/5 {
  margin-left: 60%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2\/5 {
  margin-left: 40%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1\/5 {
  margin-left: 20%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0\/5 {
  margin-left: 0
}

.vc_column_container {
  width: 100%
}

.vc_row {
  margin-left: -15px;
  margin-right: -15px
}

.vc_col-lg-1,
.vc_col-lg-10,
.vc_col-lg-11,
.vc_col-lg-12,
.vc_col-lg-2,
.vc_col-lg-3,
.vc_col-lg-4,
.vc_col-lg-5,
.vc_col-lg-6,
.vc_col-lg-7,
.vc_col-lg-8,
.vc_col-lg-9,
.vc_col-md-1,
.vc_col-md-10,
.vc_col-md-11,
.vc_col-md-12,
.vc_col-md-2,
.vc_col-md-3,
.vc_col-md-4,
.vc_col-md-5,
.vc_col-md-6,
.vc_col-md-7,
.vc_col-md-8,
.vc_col-md-9,
.vc_col-sm-1,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9,
.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
  float: left
}

.rtl .vc_rtl-columns-reverse .vc_col-xs-1,
.rtl .vc_rtl-columns-reverse .vc_col-xs-10,
.rtl .vc_rtl-columns-reverse .vc_col-xs-11,
.rtl .vc_rtl-columns-reverse .vc_col-xs-12,
.rtl .vc_rtl-columns-reverse .vc_col-xs-2,
.rtl .vc_rtl-columns-reverse .vc_col-xs-3,
.rtl .vc_rtl-columns-reverse .vc_col-xs-4,
.rtl .vc_rtl-columns-reverse .vc_col-xs-5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-6,
.rtl .vc_rtl-columns-reverse .vc_col-xs-7,
.rtl .vc_rtl-columns-reverse .vc_col-xs-8,
.rtl .vc_rtl-columns-reverse .vc_col-xs-9 {
  float: right
}

.vc_col-xs-12 {
  width: 100%
}

.vc_col-xs-11 {
  width: 91.66666667%
}

.vc_col-xs-10 {
  width: 83.33333333%
}

.vc_col-xs-9 {
  width: 75%
}

.vc_col-xs-8 {
  width: 66.66666667%
}

.vc_col-xs-7 {
  width: 58.33333333%
}

.vc_col-xs-6 {
  width: 50%
}

.vc_col-xs-5 {
  width: 41.66666667%
}

.vc_col-xs-4 {
  width: 33.33333333%
}

.vc_col-xs-3 {
  width: 25%
}

.vc_col-xs-2 {
  width: 16.66666667%
}

.vc_col-xs-1 {
  width: 8.33333333%
}

.vc_col-xs-pull-12 {
  right: 100%
}

.vc_col-xs-pull-11 {
  right: 91.66666667%
}

.vc_col-xs-pull-10 {
  right: 83.33333333%
}

.vc_col-xs-pull-9 {
  right: 75%
}

.vc_col-xs-pull-8 {
  right: 66.66666667%
}

.vc_col-xs-pull-7 {
  right: 58.33333333%
}

.vc_col-xs-pull-6 {
  right: 50%
}

.vc_col-xs-pull-5 {
  right: 41.66666667%
}

.vc_col-xs-pull-4 {
  right: 33.33333333%
}

.vc_col-xs-pull-3 {
  right: 25%
}

.vc_col-xs-pull-2 {
  right: 16.66666667%
}

.vc_col-xs-pull-1 {
  right: 8.33333333%
}

.vc_col-xs-pull-0 {
  right: auto
}

.vc_col-xs-push-12 {
  left: 100%
}

.vc_col-xs-push-11 {
  left: 91.66666667%
}

.vc_col-xs-push-10 {
  left: 83.33333333%
}

.vc_col-xs-push-9 {
  left: 75%
}

.vc_col-xs-push-8 {
  left: 66.66666667%
}

.vc_col-xs-push-7 {
  left: 58.33333333%
}

.vc_col-xs-push-6 {
  left: 50%
}

.vc_col-xs-push-5 {
  left: 41.66666667%
}

.vc_col-xs-push-4 {
  left: 33.33333333%
}

.vc_col-xs-push-3 {
  left: 25%
}

.vc_col-xs-push-2 {
  left: 16.66666667%
}

.vc_col-xs-push-1 {
  left: 8.33333333%
}

.vc_col-xs-push-0 {
  left: auto
}

.vc_col-xs-offset-12 {
  margin-left: 100%
}

.vc_col-xs-offset-11 {
  margin-left: 91.66666667%
}

.vc_col-xs-offset-10 {
  margin-left: 83.33333333%
}

.vc_col-xs-offset-9 {
  margin-left: 75%
}

.vc_col-xs-offset-8 {
  margin-left: 66.66666667%
}

.vc_col-xs-offset-7 {
  margin-left: 58.33333333%
}

.vc_col-xs-offset-6 {
  margin-left: 50%
}

.vc_col-xs-offset-5 {
  margin-left: 41.66666667%
}

.vc_col-xs-offset-4 {
  margin-left: 33.33333333%
}

.vc_col-xs-offset-3 {
  margin-left: 25%
}

.vc_col-xs-offset-2 {
  margin-left: 16.66666667%
}

.vc_col-xs-offset-1 {
  margin-left: 8.33333333%
}

.vc_col-xs-offset-0 {
  margin-left: 0
}

.vc_col-lg-1\/5,
.vc_col-lg-2\/5,
.vc_col-lg-3\/5,
.vc_col-lg-4\/5,
.vc_col-lg-5\/5,
.vc_col-md-1\/5,
.vc_col-md-2\/5,
.vc_col-md-3\/5,
.vc_col-md-4\/5,
.vc_col-md-5\/5,
.vc_col-sm-1\/5,
.vc_col-sm-2\/5,
.vc_col-sm-3\/5,
.vc_col-sm-4\/5,
.vc_col-sm-5\/5,
.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
  float: left
}

.vc_col-xs-5\/5 {
  width: 100%
}

.vc_col-xs-4\/5 {
  width: 80%
}

.vc_col-xs-3\/5 {
  width: 60%
}

.vc_col-xs-2\/5 {
  width: 40%
}

.vc_col-xs-1\/5 {
  width: 20%
}

.vc_col-xs-pull-5\/5 {
  right: 100%
}

.vc_col-xs-pull-4\/5 {
  right: 80%
}

.vc_col-xs-pull-3\/5 {
  right: 60%
}

.vc_col-xs-pull-2\/5 {
  right: 40%
}

.vc_col-xs-pull-1\/5 {
  right: 20%
}

.vc_col-xs-pull-0\/5 {
  right: auto
}

.vc_col-xs-push-5\/5 {
  left: 100%
}

.vc_col-xs-push-4\/5 {
  left: 80%
}

.vc_col-xs-push-3\/5 {
  left: 60%
}

.vc_col-xs-push-2\/5 {
  left: 40%
}

.vc_col-xs-push-1\/5 {
  left: 20%
}

.vc_col-xs-push-0\/5 {
  left: auto
}

.vc_col-xs-offset-5\/5 {
  margin-left: 100%
}

.vc_col-xs-offset-4\/5 {
  margin-left: 80%
}

.vc_col-xs-offset-3\/5 {
  margin-left: 60%
}

.vc_col-xs-offset-2\/5 {
  margin-left: 40%
}

.vc_col-xs-offset-1\/5 {
  margin-left: 20%
}

.vc_col-xs-offset-0\/5 {
  margin-left: 0
}

.rtl .vc_rtl-columns-reverse .vc_col-xs-1\/5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-2\/5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-3\/5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-4\/5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-5\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-1\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-2\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-3\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-4\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-5\/5 {
  float: right
}

@media (min-width:768px) {

  .vc_col-sm-1,
  .vc_col-sm-10,
  .vc_col-sm-11,
  .vc_col-sm-12,
  .vc_col-sm-2,
  .vc_col-sm-3,
  .vc_col-sm-4,
  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-8,
  .vc_col-sm-9 {
    float: left
  }

  .rtl .vc_rtl-columns-reverse .vc_col-sm-1,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-10,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-11,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-12,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-2,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-3,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-4,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-6,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-7,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-8,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-9 {
    float: right
  }

  .vc_col-sm-12 {
    width: 100%
  }

  .vc_col-sm-11 {
    width: 91.66666667%
  }

  .vc_col-sm-10 {
    width: 83.33333333%
  }

  .vc_col-sm-9 {
    width: 75%
  }

  .vc_col-sm-8 {
    width: 66.66666667%
  }

  .vc_col-sm-7 {
    width: 58.33333333%
  }

  .vc_col-sm-6 {
    width: 50%
  }

  .vc_col-sm-5 {
    width: 41.66666667%
  }

  .vc_col-sm-4 {
    width: 33.33333333%
  }

  .vc_col-sm-3 {
    width: 25%
  }

  .vc_col-sm-2 {
    width: 16.66666667%
  }

  .vc_col-sm-1 {
    width: 8.33333333%
  }

  .vc_col-sm-pull-12 {
    right: 100%
  }

  .vc_col-sm-pull-11 {
    right: 91.66666667%
  }

  .vc_col-sm-pull-10 {
    right: 83.33333333%
  }

  .vc_col-sm-pull-9 {
    right: 75%
  }

  .vc_col-sm-pull-8 {
    right: 66.66666667%
  }

  .vc_col-sm-pull-7 {
    right: 58.33333333%
  }

  .vc_col-sm-pull-6 {
    right: 50%
  }

  .vc_col-sm-pull-5 {
    right: 41.66666667%
  }

  .vc_col-sm-pull-4 {
    right: 33.33333333%
  }

  .vc_col-sm-pull-3 {
    right: 25%
  }

  .vc_col-sm-pull-2 {
    right: 16.66666667%
  }

  .vc_col-sm-pull-1 {
    right: 8.33333333%
  }

  .vc_col-sm-pull-0 {
    right: auto
  }

  .vc_col-sm-push-12 {
    left: 100%
  }

  .vc_col-sm-push-11 {
    left: 91.66666667%
  }

  .vc_col-sm-push-10 {
    left: 83.33333333%
  }

  .vc_col-sm-push-9 {
    left: 75%
  }

  .vc_col-sm-push-8 {
    left: 66.66666667%
  }

  .vc_col-sm-push-7 {
    left: 58.33333333%
  }

  .vc_col-sm-push-6 {
    left: 50%
  }

  .vc_col-sm-push-5 {
    left: 41.66666667%
  }

  .vc_col-sm-push-4 {
    left: 33.33333333%
  }

  .vc_col-sm-push-3 {
    left: 25%
  }

  .vc_col-sm-push-2 {
    left: 16.66666667%
  }

  .vc_col-sm-push-1 {
    left: 8.33333333%
  }

  .vc_col-sm-push-0 {
    left: auto
  }

  .vc_col-sm-offset-12 {
    margin-left: 100%
  }

  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .vc_col-sm-offset-9 {
    margin-left: 75%
  }

  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .vc_col-sm-offset-6 {
    margin-left: 50%
  }

  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .vc_col-sm-offset-3 {
    margin-left: 25%
  }

  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-sm-offset-0 {
    margin-left: 0
  }

  .vc_col-sm-1\/5,
  .vc_col-sm-2\/5,
  .vc_col-sm-3\/5,
  .vc_col-sm-4\/5,
  .vc_col-sm-5\/5 {
    float: left
  }

  .rtl .vc_rtl-columns-reverse .vc_col-sm-1\/5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-2\/5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-3\/5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-4\/5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
    float: right
  }

  .vc_col-sm-5\/5 {
    width: 100%
  }

  .vc_col-sm-4\/5 {
    width: 80%
  }

  .vc_col-sm-3\/5 {
    width: 60%
  }

  .vc_col-sm-2\/5 {
    width: 40%
  }

  .vc_col-sm-1\/5 {
    width: 20%
  }

  .vc_col-sm-pull-5\/5 {
    right: 100%
  }

  .vc_col-sm-pull-4\/5 {
    right: 80%
  }

  .vc_col-sm-pull-3\/5 {
    right: 60%
  }

  .vc_col-sm-pull-2\/5 {
    right: 40%
  }

  .vc_col-sm-pull-1\/5 {
    right: 20%
  }

  .vc_col-sm-pull-0\/5 {
    right: auto
  }

  .vc_col-sm-push-5\/5 {
    left: 100%
  }

  .vc_col-sm-push-4\/5 {
    left: 80%
  }

  .vc_col-sm-push-3\/5 {
    left: 60%
  }

  .vc_col-sm-push-2\/5 {
    left: 40%
  }

  .vc_col-sm-push-1\/5 {
    left: 20%
  }

  .vc_col-sm-push-0\/5 {
    left: auto
  }

  .vc_col-sm-offset-5\/5 {
    margin-left: 100%
  }

  .vc_col-sm-offset-4\/5 {
    margin-left: 80%
  }

  .vc_col-sm-offset-3\/5 {
    margin-left: 60%
  }

  .vc_col-sm-offset-2\/5 {
    margin-left: 40%
  }

  .vc_col-sm-offset-1\/5 {
    margin-left: 20%
  }

  .vc_col-sm-offset-0\/5 {
    margin-left: 0
  }
}

@media (min-width:992px) {

  .vc_col-md-1,
  .vc_col-md-10,
  .vc_col-md-11,
  .vc_col-md-12,
  .vc_col-md-2,
  .vc_col-md-3,
  .vc_col-md-4,
  .vc_col-md-5,
  .vc_col-md-6,
  .vc_col-md-7,
  .vc_col-md-8,
  .vc_col-md-9 {
    float: left
  }

  .rtl .vc_rtl-columns-reverse .vc_col-md-1,
  .rtl .vc_rtl-columns-reverse .vc_col-md-10,
  .rtl .vc_rtl-columns-reverse .vc_col-md-11,
  .rtl .vc_rtl-columns-reverse .vc_col-md-12,
  .rtl .vc_rtl-columns-reverse .vc_col-md-2,
  .rtl .vc_rtl-columns-reverse .vc_col-md-3,
  .rtl .vc_rtl-columns-reverse .vc_col-md-4,
  .rtl .vc_rtl-columns-reverse .vc_col-md-5,
  .rtl .vc_rtl-columns-reverse .vc_col-md-6,
  .rtl .vc_rtl-columns-reverse .vc_col-md-7,
  .rtl .vc_rtl-columns-reverse .vc_col-md-8,
  .rtl .vc_rtl-columns-reverse .vc_col-md-9 {
    float: right
  }

  .vc_col-md-12 {
    width: 100%
  }

  .vc_col-md-11 {
    width: 91.66666667%
  }

  .vc_col-md-10 {
    width: 83.33333333%
  }

  .vc_col-md-9 {
    width: 75%
  }

  .vc_col-md-8 {
    width: 66.66666667%
  }

  .vc_col-md-7 {
    width: 58.33333333%
  }

  .vc_col-md-6 {
    width: 50%
  }

  .vc_col-md-5 {
    width: 41.66666667%
  }

  .vc_col-md-4 {
    width: 33.33333333%
  }

  .vc_col-md-3 {
    width: 25%
  }

  .vc_col-md-2 {
    width: 16.66666667%
  }

  .vc_col-md-1 {
    width: 8.33333333%
  }

  .vc_col-md-pull-12 {
    right: 100%
  }

  .vc_col-md-pull-11 {
    right: 91.66666667%
  }

  .vc_col-md-pull-10 {
    right: 83.33333333%
  }

  .vc_col-md-pull-9 {
    right: 75%
  }

  .vc_col-md-pull-8 {
    right: 66.66666667%
  }

  .vc_col-md-pull-7 {
    right: 58.33333333%
  }

  .vc_col-md-pull-6 {
    right: 50%
  }

  .vc_col-md-pull-5 {
    right: 41.66666667%
  }

  .vc_col-md-pull-4 {
    right: 33.33333333%
  }

  .vc_col-md-pull-3 {
    right: 25%
  }

  .vc_col-md-pull-2 {
    right: 16.66666667%
  }

  .vc_col-md-pull-1 {
    right: 8.33333333%
  }

  .vc_col-md-pull-0 {
    right: auto
  }

  .vc_col-md-push-12 {
    left: 100%
  }

  .vc_col-md-push-11 {
    left: 91.66666667%
  }

  .vc_col-md-push-10 {
    left: 83.33333333%
  }

  .vc_col-md-push-9 {
    left: 75%
  }

  .vc_col-md-push-8 {
    left: 66.66666667%
  }

  .vc_col-md-push-7 {
    left: 58.33333333%
  }

  .vc_col-md-push-6 {
    left: 50%
  }

  .vc_col-md-push-5 {
    left: 41.66666667%
  }

  .vc_col-md-push-4 {
    left: 33.33333333%
  }

  .vc_col-md-push-3 {
    left: 25%
  }

  .vc_col-md-push-2 {
    left: 16.66666667%
  }

  .vc_col-md-push-1 {
    left: 8.33333333%
  }

  .vc_col-md-push-0 {
    left: auto
  }

  .vc_col-md-offset-12 {
    margin-left: 100%
  }

  .vc_col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .vc_col-md-offset-9 {
    margin-left: 75%
  }

  .vc_col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .vc_col-md-offset-6 {
    margin-left: 50%
  }

  .vc_col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .vc_col-md-offset-3 {
    margin-left: 25%
  }

  .vc_col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-md-offset-0 {
    margin-left: 0
  }

  .vc_col-md-1\/5,
  .vc_col-md-2\/5,
  .vc_col-md-3\/5,
  .vc_col-md-4\/5,
  .vc_col-md-5\/5 {
    float: left
  }

  .rtl .vc_rtl-columns-reverse .vc_col-sm-1\/5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-2\/5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-3\/5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-4\/5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
    float: right
  }

  .vc_col-md-5\/5 {
    width: 100%
  }

  .vc_col-md-4\/5 {
    width: 80%
  }

  .vc_col-md-3\/5 {
    width: 60%
  }

  .vc_col-md-2\/5 {
    width: 40%
  }

  .vc_col-md-1\/5 {
    width: 20%
  }

  .vc_col-md-pull-5\/5 {
    right: 100%
  }

  .vc_col-md-pull-4\/5 {
    right: 80%
  }

  .vc_col-md-pull-3\/5 {
    right: 60%
  }

  .vc_col-md-pull-2\/5 {
    right: 40%
  }

  .vc_col-md-pull-1\/5 {
    right: 20%
  }

  .vc_col-md-pull-0\/5 {
    right: auto
  }

  .vc_col-md-push-5\/5 {
    left: 100%
  }

  .vc_col-md-push-4\/5 {
    left: 80%
  }

  .vc_col-md-push-3\/5 {
    left: 60%
  }

  .vc_col-md-push-2\/5 {
    left: 40%
  }

  .vc_col-md-push-1\/5 {
    left: 20%
  }

  .vc_col-md-push-0\/5 {
    left: auto
  }

  .vc_col-md-offset-5\/5 {
    margin-left: 100%
  }

  .vc_col-md-offset-4\/5 {
    margin-left: 80%
  }

  .vc_col-md-offset-3\/5 {
    margin-left: 60%
  }

  .vc_col-md-offset-2\/5 {
    margin-left: 40%
  }

  .vc_col-md-offset-1\/5 {
    margin-left: 20%
  }

  .vc_col-md-offset-0\/5 {
    margin-left: 0
  }
}

@media (min-width:1200px) {

  .vc_col-lg-1,
  .vc_col-lg-10,
  .vc_col-lg-11,
  .vc_col-lg-12,
  .vc_col-lg-2,
  .vc_col-lg-3,
  .vc_col-lg-4,
  .vc_col-lg-5,
  .vc_col-lg-6,
  .vc_col-lg-7,
  .vc_col-lg-8,
  .vc_col-lg-9 {
    float: left
  }

  .rtl .vc_rtl-columns-reverse .vc_col-lg-1,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-10,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-11,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-12,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-2,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-3,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-4,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-5,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-6,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-7,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-8,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-9 {
    float: right
  }

  .vc_col-lg-12 {
    width: 100%
  }

  .vc_col-lg-11 {
    width: 91.66666667%
  }

  .vc_col-lg-10 {
    width: 83.33333333%
  }

  .vc_col-lg-9 {
    width: 75%
  }

  .vc_col-lg-8 {
    width: 66.66666667%
  }

  .vc_col-lg-7 {
    width: 58.33333333%
  }

  .vc_col-lg-6 {
    width: 50%
  }

  .vc_col-lg-5 {
    width: 41.66666667%
  }

  .vc_col-lg-4 {
    width: 33.33333333%
  }

  .vc_col-lg-3 {
    width: 25%
  }

  .vc_col-lg-2 {
    width: 16.66666667%
  }

  .vc_col-lg-1 {
    width: 8.33333333%
  }

  .vc_col-lg-pull-12 {
    right: 100%
  }

  .vc_col-lg-pull-11 {
    right: 91.66666667%
  }

  .vc_col-lg-pull-10 {
    right: 83.33333333%
  }

  .vc_col-lg-pull-9 {
    right: 75%
  }

  .vc_col-lg-pull-8 {
    right: 66.66666667%
  }

  .vc_col-lg-pull-7 {
    right: 58.33333333%
  }

  .vc_col-lg-pull-6 {
    right: 50%
  }

  .vc_col-lg-pull-5 {
    right: 41.66666667%
  }

  .vc_col-lg-pull-4 {
    right: 33.33333333%
  }

  .vc_col-lg-pull-3 {
    right: 25%
  }

  .vc_col-lg-pull-2 {
    right: 16.66666667%
  }

  .vc_col-lg-pull-1 {
    right: 8.33333333%
  }

  .vc_col-lg-pull-0 {
    right: auto
  }

  .vc_col-lg-push-12 {
    left: 100%
  }

  .vc_col-lg-push-11 {
    left: 91.66666667%
  }

  .vc_col-lg-push-10 {
    left: 83.33333333%
  }

  .vc_col-lg-push-9 {
    left: 75%
  }

  .vc_col-lg-push-8 {
    left: 66.66666667%
  }

  .vc_col-lg-push-7 {
    left: 58.33333333%
  }

  .vc_col-lg-push-6 {
    left: 50%
  }

  .vc_col-lg-push-5 {
    left: 41.66666667%
  }

  .vc_col-lg-push-4 {
    left: 33.33333333%
  }

  .vc_col-lg-push-3 {
    left: 25%
  }

  .vc_col-lg-push-2 {
    left: 16.66666667%
  }

  .vc_col-lg-push-1 {
    left: 8.33333333%
  }

  .vc_col-lg-push-0 {
    left: auto
  }

  .vc_col-lg-offset-12 {
    margin-left: 100%
  }

  .vc_col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .vc_col-lg-offset-9 {
    margin-left: 75%
  }

  .vc_col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .vc_col-lg-offset-6 {
    margin-left: 50%
  }

  .vc_col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .vc_col-lg-offset-3 {
    margin-left: 25%
  }

  .vc_col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-lg-offset-0 {
    margin-left: 0
  }

  .vc_col-lg-1\/5,
  .vc_col-lg-2\/5,
  .vc_col-lg-3\/5,
  .vc_col-lg-4\/5,
  .vc_col-lg-5\/5 {
    float: left
  }

  .rtl .vc_rtl-columns-reverse .vc_col-sm-1\/5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-2\/5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-3\/5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-4\/5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
    float: right
  }

  .vc_col-lg-5\/5 {
    width: 100%
  }

  .vc_col-lg-4\/5 {
    width: 80%
  }

  .vc_col-lg-3\/5 {
    width: 60%
  }

  .vc_col-lg-2\/5 {
    width: 40%
  }

  .vc_col-lg-1\/5 {
    width: 20%
  }

  .vc_col-lg-pull-5\/5 {
    right: 100%
  }

  .vc_col-lg-pull-4\/5 {
    right: 80%
  }

  .vc_col-lg-pull-3\/5 {
    right: 60%
  }

  .vc_col-lg-pull-2\/5 {
    right: 40%
  }

  .vc_col-lg-pull-1\/5 {
    right: 20%
  }

  .vc_col-lg-pull-0\/5 {
    right: auto
  }

  .vc_col-lg-push-5\/5 {
    left: 100%
  }

  .vc_col-lg-push-4\/5 {
    left: 80%
  }

  .vc_col-lg-push-3\/5 {
    left: 60%
  }

  .vc_col-lg-push-2\/5 {
    left: 40%
  }

  .vc_col-lg-push-1\/5 {
    left: 20%
  }

  .vc_col-lg-push-0\/5 {
    left: auto
  }

  .vc_col-lg-offset-5\/5 {
    margin-left: 100%
  }

  .vc_col-lg-offset-4\/5 {
    margin-left: 80%
  }

  .vc_col-lg-offset-3\/5 {
    margin-left: 60%
  }

  .vc_col-lg-offset-2\/5 {
    margin-left: 40%
  }

  .vc_col-lg-offset-1\/5 {
    margin-left: 20%
  }

  .vc_col-lg-offset-0\/5 {
    margin-left: 0
  }
}

.vc_pull-right {
  float: right !important
}

.vc_pull-left {
  float: left !important
}

.vc_clearfix:after,
.vc_clearfix:before {
  content: " ";
  display: table
}

.vc_clearfix:after {
  clear: both
}

.vc_clearfix:after,
.vc_clearfix:before {
  content: " ";
  display: table
}

.vc_clearfix:after {
  clear: both
}

.vc_el-clearfix {
  clear: both
}

@media (max-width:767px) {
  .vc_el-clearfix-xs {
    clear: both
  }
}

@media (min-width:768px) and (max-width:991px) {
  .vc_el-clearfix-sm {
    clear: both
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .vc_el-clearfix-md {
    clear: both
  }
}

@media (min-width:1200px) {
  .vc_el-clearfix-lg {
    clear: both
  }
}

.vc_visible {
  display: block
}

.vc_table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse
}

.vc_table>tbody>tr>td,
.vc_table>tbody>tr>th,
.vc_table>tfoot>tr>td,
.vc_table>tfoot>tr>th,
.vc_table>thead>tr>td,
.vc_table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.vc_table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.vc_table>caption+thead>tr:first-child>td,
.vc_table>caption+thead>tr:first-child>th,
.vc_table>colgroup+thead>tr:first-child>td,
.vc_table>colgroup+thead>tr:first-child>th,
.vc_table>thead:first-child>tr:first-child>td,
.vc_table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.vc_table>tbody+tbody {
  border-top: 2px solid #ddd
}

.vc_table .table {
  background-color: #fff
}

.vc_table-bordered {
  border: 1px solid #ddd
}

.vc_table-bordered>tbody>tr>td,
.vc_table-bordered>tbody>tr>th,
.vc_table-bordered>tfoot>tr>td,
.vc_table-bordered>tfoot>tr>th,
.vc_table-bordered>thead>tr>td,
.vc_table-bordered>thead>tr>th {
  border: 1px solid #ddd
}

.vc_table-bordered>thead>tr>td,
.vc_table-bordered>thead>tr>th {
  border-bottom-width: 2px
}

.vc_pixel_icon {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-position: 0 0;
  background-repeat: no-repeat
}

.vc_pixel_icon-alert {
  background-image: url(../../../plugins/js_composer/assets/vc/alert.png)
}

.vc_pixel_icon-info {
  background-image: url(../../../plugins/js_composer/assets/vc/info.png)
}

.vc_pixel_icon-tick {
  background-image: url(../../../plugins/js_composer/assets/vc/tick.png)
}

.vc_pixel_icon-explanation {
  background-image: url(../../../plugins/js_composer/assets/vc/exclamation.png)
}

.vc_pixel_icon-address_book {
  background-image: url(../../../plugins/js_composer/assets/images/icons/address-book.png)
}

.vc_pixel_icon-alarm_clock {
  background-image: url(../../../plugins/js_composer/assets/images/icons/alarm-clock.png)
}

.vc_pixel_icon-anchor {
  background-image: url(../../../plugins/js_composer/assets/images/icons/anchor.png)
}

.vc_pixel_icon-application_image {
  background-image: url(../../../plugins/js_composer/assets/images/icons/application-image.png)
}

.vc_pixel_icon-arrow {
  background-image: url(../../../plugins/js_composer/assets/images/icons/arrow.png)
}

.vc_pixel_icon-asterisk {
  background-image: url(../../../plugins/js_composer/assets/images/icons/asterisk.png)
}

.vc_pixel_icon-hammer {
  background-image: url(../../../plugins/js_composer/assets/images/icons/auction-hammer.png)
}

.vc_pixel_icon-balloon {
  background-image: url(../../../plugins/js_composer/assets/images/icons/balloon.png)
}

.vc_pixel_icon-balloon_buzz {
  background-image: url(../../../plugins/js_composer/assets/images/icons/balloon-buzz.png)
}

.vc_pixel_icon-balloon_facebook {
  background-image: url(../../../plugins/js_composer/assets/images/icons/balloon-facebook.png)
}

.vc_pixel_icon-balloon_twitter {
  background-image: url(../../../plugins/js_composer/assets/images/icons/balloon-twitter.png)
}

.vc_pixel_icon-battery {
  background-image: url(../../../plugins/js_composer/assets/images/icons/battery-full.png)
}

.vc_pixel_icon-binocular {
  background-image: url(../../../plugins/js_composer/assets/images/icons/binocular.png)
}

.vc_pixel_icon-document_excel {
  background-image: url(../../../plugins/js_composer/assets/images/icons/blue-document-excel.png)
}

.vc_pixel_icon-document_image {
  background-image: url(../../../plugins/js_composer/assets/images/icons/blue-document-image.png)
}

.vc_pixel_icon-document_music {
  background-image: url(../../../plugins/js_composer/assets/images/icons/blue-document-music.png)
}

.vc_pixel_icon-document_office {
  background-image: url(../../../plugins/js_composer/assets/images/icons/blue-document-office.png)
}

.vc_pixel_icon-document_pdf {
  background-image: url(../../../plugins/js_composer/assets/images/icons/blue-document-pdf.png)
}

.vc_pixel_icon-document_powerpoint {
  background-image: url(../../../plugins/js_composer/assets/images/icons/blue-document-powerpoint.png)
}

.vc_pixel_icon-document_word {
  background-image: url(../../../plugins/js_composer/assets/images/icons/blue-document-word.png)
}

.vc_pixel_icon-bookmark {
  background-image: url(../../../plugins/js_composer/assets/images/icons/bookmark.png)
}

.vc_pixel_icon-camcorder {
  background-image: url(../../../plugins/js_composer/assets/images/icons/camcorder.png)
}

.vc_pixel_icon-camera {
  background-image: url(../../../plugins/js_composer/assets/images/icons/camera.png)
}

.vc_pixel_icon-chart {
  background-image: url(../../../plugins/js_composer/assets/images/icons/chart.png)
}

.vc_pixel_icon-chart_pie {
  background-image: url(../../../plugins/js_composer/assets/images/icons/chart-pie.png)
}

.vc_pixel_icon-clock {
  background-image: url(../../../plugins/js_composer/assets/images/icons/clock.png)
}

.vc_pixel_icon-play {
  background-image: url(../../../plugins/js_composer/assets/images/icons/control.png)
}

.vc_pixel_icon-fire {
  background-image: url(../../../plugins/js_composer/assets/images/icons/fire.png)
}

.vc_pixel_icon-heart {
  background-image: url(../../../plugins/js_composer/assets/images/icons/heart.png)
}

.vc_pixel_icon-mail {
  background-image: url(../../../plugins/js_composer/assets/images/icons/mail.png)
}

.vc_pixel_icon-shield {
  background-image: url(../../../plugins/js_composer/assets/images/icons/plus-shield.png)
}

.vc_pixel_icon-video {
  background-image: url(../../../plugins/js_composer/assets/images/icons/video.png)
}

@font-face {
  font-family: vcpb-plugin-icons;
  src: url(../../../plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot?f6ud62);
  src: url(../../../plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot?f6ud62#iefix) format('embedded-opentype'), url(../../../plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.ttf?f6ud62) format('truetype'), url(../../../plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.woff?f6ud62) format('woff'), url(../../../plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg?f6ud62#vcpb-plugin-icons) format('svg');
  font-weight: 400;
  font-style: normal
}

.vc-composer-icon {
  font-family: vcpb-plugin-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.vc-c-icon-minimize:before {
  content: "\e91c"
}

.vc-c-icon-close:before {
  content: "\e5cd"
}

.vc-c-icon-1-6_4-6_1-6:before {
  content: "\e90e"
}

.vc-c-icon-add_template:before {
  content: "\e903"
}

.vc-c-icon-arrow_back:before {
  content: "\e5c4"
}

.vc-c-icon-arrow_drop_down:before {
  content: "\e5c5"
}

.vc-c-icon-arrow_drop_up:before {
  content: "\e5c7"
}

.vc-c-icon-arrow_forward:before {
  content: "\e5c8"
}

.vc-c-icon-check:before {
  content: "\e5ca"
}

.vc-c-icon-arrow_upward:before {
  content: "\e5d8"
}

.vc-c-icon-arrow_downward:before {
  content: "\e5db"
}

.vc-c-icon-sync:before {
  content: "\e627"
}

.vc-c-icon-search:before {
  content: "\e8b6"
}

.vc-c-icon-1-1:before {
  content: "\e900"
}

.vc-c-icon-1-2_1-2:before {
  content: "\e901"
}

.vc-c-icon-1-3_1-3_1-3:before {
  content: "\e902"
}

.vc-c-icon-1-4_1-2_1-4:before {
  content: "\e904"
}

.vc-c-icon-1-4_1-4_1-4_1-4:before {
  content: "\e905"
}

.vc-c-icon-1-4_3-4:before {
  content: "\e906"
}

.vc-c-icon-1-6_1-6_1-6_1-2:before {
  content: "\e907"
}

.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
  content: "\e908"
}

.vc-c-icon-l_15_15_15_15_15:before {
  content: "\e909"
}

.vc-c-icon-1-6_2-3_1-6:before {
  content: "\e90a"
}

.vc-c-icon-2-3_1-3:before {
  content: "\e90b"
}

.vc-c-icon-5-6_1-6:before {
  content: "\e90c"
}

.vc-c-icon-add_element:before {
  content: "\e90d"
}

.vc-c-icon-add:before {
  content: "\e90f"
}

.vc-c-icon-cog:before {
  content: "\e910"
}

.vc-c-icon-content_copy:before {
  content: "\e911"
}

.vc-c-icon-delete_empty:before {
  content: "\e912"
}

.vc-c-icon-dragndrop:before {
  content: "\e913"
}

.vc-c-icon-fullscreen_exit:before {
  content: "\e914"
}

.vc-c-icon-fullscreen:before {
  content: "\e915"
}

.vc-c-icon-arrow_drop_right:before {
  content: "\e916"
}

.vc-c-icon-layout_default:before {
  content: "\e917"
}

.vc-c-icon-layout_landscape-smartphones:before {
  content: "\e918"
}

.vc-c-icon-layout_landscape-tablets:before {
  content: "\e919"
}

.vc-c-icon-layout_portrait-smartphones:before {
  content: "\e91a"
}

.vc-c-icon-layout_portrait-tablets:before {
  content: "\e91b"
}

.vc-c-icon-mode_edit:before {
  content: "\e91d"
}

.vc-c-icon-row_default_fe:before {
  content: "\e91e"
}

.vc-c-icon-text-block:before {
  content: "\e91f"
}

.vc_txt_align_left {
  text-align: left
}

.vc_txt_align_right {
  text-align: right
}

.vc_txt_align_center {
  text-align: center
}

.vc_txt_align_justify {
  text-align: justify;
  text-justify: inter-word
}

.vc_el_width_50 {
  width: 50%;
  margin-left: auto !important;
  margin-right: auto !important
}

.vc_el_width_60 {
  width: 60%;
  margin-left: auto !important;
  margin-right: auto !important
}

.vc_el_width_70 {
  width: 70%;
  margin-left: auto !important;
  margin-right: auto !important
}

.vc_el_width_80 {
  width: 80%;
  margin-left: auto !important;
  margin-right: auto !important
}

.vc_el_width_90 {
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important
}

.vc_el_width_100 {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important
}

.vc_btn,
a.vc_btn,
button.vc_btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 9px 12px;
  font-size: 100%;
  line-height: 20px;
  border-radius: 4px
}

.vc_btn,
.vc_btn:focus,
.vc_btn:hover,
a.vc_btn,
a.vc_btn:focus,
a.vc_btn:hover,
button.vc_btn,
button.vc_btn:focus,
button.vc_btn:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.vc_btn-lg,
a.vc_btn-lg,
button.vc_btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

.vc_btn-sm,
a.vc_btn-sm,
button.vc_btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.vc_btn-xs,
a.vc_btn-xs,
button.vc_btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.vc_btn_square,
a.vc_btn_square,
button.vc_btn_square {
  border-radius: 0
}

.vc_btn_square_outlined,
a.vc_btn_square_outlined,
button.vc_btn_square_outlined {
  border-radius: 0;
  background: 0 0 !important
}

.vc_btn_square_outlined,
.vc_btn_square_outlined:focus,
.vc_btn_square_outlined:hover,
a.vc_btn_square_outlined,
a.vc_btn_square_outlined:focus,
a.vc_btn_square_outlined:hover,
button.vc_btn_square_outlined,
button.vc_btn_square_outlined:focus,
button.vc_btn_square_outlined:hover {
  border: 2px solid
}

.vc_btn_round,
a.vc_btn_round,
button.vc_btn_round {
  border-radius: 25px
}

.vc_btn_outlined,
a.vc_btn_outlined,
button.vc_btn_outlined {
  background: 0 0 !important
}

.vc_btn_outlined,
.vc_btn_outlined:focus,
.vc_btn_outlined:hover,
a.vc_btn_outlined,
a.vc_btn_outlined:focus,
a.vc_btn_outlined:hover,
button.vc_btn_outlined,
button.vc_btn_outlined:focus,
button.vc_btn_outlined:hover {
  border: 2px solid
}

.vc_btn-blue,
a.vc_btn-blue,
button.vc_btn-blue {
  background-color: #5472d2;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-blue:hover,
a.vc_btn-blue:hover,
button.vc_btn-blue:hover {
  background-color: #3c5ecc;
  color: #f7f7f7 !important
}

.vc_btn-blue.vc_btn_outlined,
.vc_btn-blue.vc_btn_square_outlined,
a.vc_btn-blue.vc_btn_outlined,
a.vc_btn-blue.vc_btn_square_outlined,
button.vc_btn-blue.vc_btn_outlined,
button.vc_btn-blue.vc_btn_square_outlined {
  color: #5472d2 !important
}

.vc_btn-blue.vc_btn_outlined:hover,
.vc_btn-blue.vc_btn_square_outlined:hover,
a.vc_btn-blue.vc_btn_outlined:hover,
a.vc_btn-blue.vc_btn_square_outlined:hover,
button.vc_btn-blue.vc_btn_outlined:hover,
button.vc_btn-blue.vc_btn_square_outlined:hover {
  border-color: #3c5ecc
}

.vc_btn-blue.vc_btn_3d,
a.vc_btn-blue.vc_btn_3d,
button.vc_btn-blue.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #3253bc;
  box-shadow: 0 5px 0 #3253bc;
  margin-bottom: 5px
}

.vc_btn-blue.vc_btn_3d.vc_btn_xs,
a.vc_btn-blue.vc_btn_3d.vc_btn_xs,
button.vc_btn-blue.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #3253bc;
  box-shadow: 0 3px 0 #3253bc;
  margin-bottom: 3px
}

.vc_btn-blue.vc_btn_3d.vc_btn_sm,
a.vc_btn-blue.vc_btn_3d.vc_btn_sm,
button.vc_btn-blue.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #3253bc;
  box-shadow: 0 4px 0 #3253bc;
  margin-bottom: 4px
}

.vc_btn-turquoise,
a.vc_btn-turquoise,
button.vc_btn-turquoise {
  background-color: #00c1cf;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-turquoise:hover,
a.vc_btn-turquoise:hover,
button.vc_btn-turquoise:hover {
  background-color: #00a4b0;
  color: #f7f7f7 !important
}

.vc_btn-turquoise.vc_btn_outlined,
.vc_btn-turquoise.vc_btn_square_outlined,
a.vc_btn-turquoise.vc_btn_outlined,
a.vc_btn-turquoise.vc_btn_square_outlined,
button.vc_btn-turquoise.vc_btn_outlined,
button.vc_btn-turquoise.vc_btn_square_outlined {
  color: #00c1cf !important
}

.vc_btn-turquoise.vc_btn_outlined:hover,
.vc_btn-turquoise.vc_btn_square_outlined:hover,
a.vc_btn-turquoise.vc_btn_outlined:hover,
a.vc_btn-turquoise.vc_btn_square_outlined:hover,
button.vc_btn-turquoise.vc_btn_outlined:hover,
button.vc_btn-turquoise.vc_btn_square_outlined:hover {
  border-color: #00a4b0
}

.vc_btn-turquoise.vc_btn_3d,
a.vc_btn-turquoise.vc_btn_3d,
button.vc_btn-turquoise.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #008d97;
  box-shadow: 0 5px 0 #008d97;
  margin-bottom: 5px
}

.vc_btn-turquoise.vc_btn_3d.vc_btn_xs,
a.vc_btn-turquoise.vc_btn_3d.vc_btn_xs,
button.vc_btn-turquoise.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #008d97;
  box-shadow: 0 3px 0 #008d97;
  margin-bottom: 3px
}

.vc_btn-turquoise.vc_btn_3d.vc_btn_sm,
a.vc_btn-turquoise.vc_btn_3d.vc_btn_sm,
button.vc_btn-turquoise.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #008d97;
  box-shadow: 0 4px 0 #008d97;
  margin-bottom: 4px
}

.vc_btn-pink,
a.vc_btn-pink,
button.vc_btn-pink {
  background-color: #fe6c61;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-pink:hover,
a.vc_btn-pink:hover,
button.vc_btn-pink:hover {
  background-color: #fe5043;
  color: #f7f7f7 !important
}

.vc_btn-pink.vc_btn_outlined,
.vc_btn-pink.vc_btn_square_outlined,
a.vc_btn-pink.vc_btn_outlined,
a.vc_btn-pink.vc_btn_square_outlined,
button.vc_btn-pink.vc_btn_outlined,
button.vc_btn-pink.vc_btn_square_outlined {
  color: #fe6c61 !important
}

.vc_btn-pink.vc_btn_outlined:hover,
.vc_btn-pink.vc_btn_square_outlined:hover,
a.vc_btn-pink.vc_btn_outlined:hover,
a.vc_btn-pink.vc_btn_square_outlined:hover,
button.vc_btn-pink.vc_btn_outlined:hover,
button.vc_btn-pink.vc_btn_square_outlined:hover {
  border-color: #fe5043
}

.vc_btn-pink.vc_btn_3d,
a.vc_btn-pink.vc_btn_3d,
button.vc_btn-pink.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #fe3829;
  box-shadow: 0 5px 0 #fe3829;
  margin-bottom: 5px
}

.vc_btn-pink.vc_btn_3d.vc_btn_xs,
a.vc_btn-pink.vc_btn_3d.vc_btn_xs,
button.vc_btn-pink.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #fe3829;
  box-shadow: 0 3px 0 #fe3829;
  margin-bottom: 3px
}

.vc_btn-pink.vc_btn_3d.vc_btn_sm,
a.vc_btn-pink.vc_btn_3d.vc_btn_sm,
button.vc_btn-pink.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #fe3829;
  box-shadow: 0 4px 0 #fe3829;
  margin-bottom: 4px
}

.vc_btn-violet,
a.vc_btn-violet,
button.vc_btn-violet {
  background-color: #8d6dc4;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-violet:hover,
a.vc_btn-violet:hover,
button.vc_btn-violet:hover {
  background-color: #7c57bb;
  color: #f7f7f7 !important
}

.vc_btn-violet.vc_btn_outlined,
.vc_btn-violet.vc_btn_square_outlined,
a.vc_btn-violet.vc_btn_outlined,
a.vc_btn-violet.vc_btn_square_outlined,
button.vc_btn-violet.vc_btn_outlined,
button.vc_btn-violet.vc_btn_square_outlined {
  color: #8d6dc4 !important
}

.vc_btn-violet.vc_btn_outlined:hover,
.vc_btn-violet.vc_btn_square_outlined:hover,
a.vc_btn-violet.vc_btn_outlined:hover,
a.vc_btn-violet.vc_btn_square_outlined:hover,
button.vc_btn-violet.vc_btn_outlined:hover,
button.vc_btn-violet.vc_btn_square_outlined:hover {
  border-color: #7c57bb
}

.vc_btn-violet.vc_btn_3d,
a.vc_btn-violet.vc_btn_3d,
button.vc_btn-violet.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #6e48b1;
  box-shadow: 0 5px 0 #6e48b1;
  margin-bottom: 5px
}

.vc_btn-violet.vc_btn_3d.vc_btn_xs,
a.vc_btn-violet.vc_btn_3d.vc_btn_xs,
button.vc_btn-violet.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #6e48b1;
  box-shadow: 0 3px 0 #6e48b1;
  margin-bottom: 3px
}

.vc_btn-violet.vc_btn_3d.vc_btn_sm,
a.vc_btn-violet.vc_btn_3d.vc_btn_sm,
button.vc_btn-violet.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #6e48b1;
  box-shadow: 0 4px 0 #6e48b1;
  margin-bottom: 4px
}

.vc_btn-peacoc,
a.vc_btn-peacoc,
button.vc_btn-peacoc {
  background-color: #4cadc9;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-peacoc:hover,
a.vc_btn-peacoc:hover,
button.vc_btn-peacoc:hover {
  background-color: #39a0bd;
  color: #f7f7f7 !important
}

.vc_btn-peacoc.vc_btn_outlined,
.vc_btn-peacoc.vc_btn_square_outlined,
a.vc_btn-peacoc.vc_btn_outlined,
a.vc_btn-peacoc.vc_btn_square_outlined,
button.vc_btn-peacoc.vc_btn_outlined,
button.vc_btn-peacoc.vc_btn_square_outlined {
  color: #4cadc9 !important
}

.vc_btn-peacoc.vc_btn_outlined:hover,
.vc_btn-peacoc.vc_btn_square_outlined:hover,
a.vc_btn-peacoc.vc_btn_outlined:hover,
a.vc_btn-peacoc.vc_btn_square_outlined:hover,
button.vc_btn-peacoc.vc_btn_outlined:hover,
button.vc_btn-peacoc.vc_btn_square_outlined:hover {
  border-color: #39a0bd
}

.vc_btn-peacoc.vc_btn_3d,
a.vc_btn-peacoc.vc_btn_3d,
button.vc_btn-peacoc.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #338faa;
  box-shadow: 0 5px 0 #338faa;
  margin-bottom: 5px
}

.vc_btn-peacoc.vc_btn_3d.vc_btn_xs,
a.vc_btn-peacoc.vc_btn_3d.vc_btn_xs,
button.vc_btn-peacoc.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #338faa;
  box-shadow: 0 3px 0 #338faa;
  margin-bottom: 3px
}

.vc_btn-peacoc.vc_btn_3d.vc_btn_sm,
a.vc_btn-peacoc.vc_btn_3d.vc_btn_sm,
button.vc_btn-peacoc.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #338faa;
  box-shadow: 0 4px 0 #338faa;
  margin-bottom: 4px
}

.vc_btn-chino,
a.vc_btn-chino,
button.vc_btn-chino {
  background-color: #cec2ab;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-chino:hover,
a.vc_btn-chino:hover,
button.vc_btn-chino:hover {
  background-color: #c3b498;
  color: #f7f7f7 !important
}

.vc_btn-chino.vc_btn_outlined,
.vc_btn-chino.vc_btn_square_outlined,
a.vc_btn-chino.vc_btn_outlined,
a.vc_btn-chino.vc_btn_square_outlined,
button.vc_btn-chino.vc_btn_outlined,
button.vc_btn-chino.vc_btn_square_outlined {
  color: #cec2ab !important
}

.vc_btn-chino.vc_btn_outlined:hover,
.vc_btn-chino.vc_btn_square_outlined:hover,
a.vc_btn-chino.vc_btn_outlined:hover,
a.vc_btn-chino.vc_btn_square_outlined:hover,
button.vc_btn-chino.vc_btn_outlined:hover,
button.vc_btn-chino.vc_btn_square_outlined:hover {
  border-color: #c3b498
}

.vc_btn-chino.vc_btn_3d,
a.vc_btn-chino.vc_btn_3d,
button.vc_btn-chino.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #b9a888;
  box-shadow: 0 5px 0 #b9a888;
  margin-bottom: 5px
}

.vc_btn-chino.vc_btn_3d.vc_btn_xs,
a.vc_btn-chino.vc_btn_3d.vc_btn_xs,
button.vc_btn-chino.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #b9a888;
  box-shadow: 0 3px 0 #b9a888;
  margin-bottom: 3px
}

.vc_btn-chino.vc_btn_3d.vc_btn_sm,
a.vc_btn-chino.vc_btn_3d.vc_btn_sm,
button.vc_btn-chino.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #b9a888;
  box-shadow: 0 4px 0 #b9a888;
  margin-bottom: 4px
}

.vc_btn-mulled_wine,
a.vc_btn-mulled_wine,
button.vc_btn-mulled_wine {
  background-color: #50485b;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-mulled_wine:hover,
a.vc_btn-mulled_wine:hover,
button.vc_btn-mulled_wine:hover {
  background-color: #413a4a;
  color: #f7f7f7 !important
}

.vc_btn-mulled_wine.vc_btn_outlined,
.vc_btn-mulled_wine.vc_btn_square_outlined,
a.vc_btn-mulled_wine.vc_btn_outlined,
a.vc_btn-mulled_wine.vc_btn_square_outlined,
button.vc_btn-mulled_wine.vc_btn_outlined,
button.vc_btn-mulled_wine.vc_btn_square_outlined {
  color: #50485b !important
}

.vc_btn-mulled_wine.vc_btn_outlined:hover,
.vc_btn-mulled_wine.vc_btn_square_outlined:hover,
a.vc_btn-mulled_wine.vc_btn_outlined:hover,
a.vc_btn-mulled_wine.vc_btn_square_outlined:hover,
button.vc_btn-mulled_wine.vc_btn_outlined:hover,
button.vc_btn-mulled_wine.vc_btn_square_outlined:hover {
  border-color: #413a4a
}

.vc_btn-mulled_wine.vc_btn_3d,
a.vc_btn-mulled_wine.vc_btn_3d,
button.vc_btn-mulled_wine.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #342f3c;
  box-shadow: 0 5px 0 #342f3c;
  margin-bottom: 5px
}

.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs,
a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs,
button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #342f3c;
  box-shadow: 0 3px 0 #342f3c;
  margin-bottom: 3px
}

.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm,
a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm,
button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #342f3c;
  box-shadow: 0 4px 0 #342f3c;
  margin-bottom: 4px
}

.vc_btn-vista_blue,
a.vc_btn-vista_blue,
button.vc_btn-vista_blue {
  background-color: #75d69c;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-vista_blue:hover,
a.vc_btn-vista_blue:hover,
button.vc_btn-vista_blue:hover {
  background-color: #5dcf8b;
  color: #f7f7f7 !important
}

.vc_btn-vista_blue.vc_btn_outlined,
.vc_btn-vista_blue.vc_btn_square_outlined,
a.vc_btn-vista_blue.vc_btn_outlined,
a.vc_btn-vista_blue.vc_btn_square_outlined,
button.vc_btn-vista_blue.vc_btn_outlined,
button.vc_btn-vista_blue.vc_btn_square_outlined {
  color: #75d69c !important
}

.vc_btn-vista_blue.vc_btn_outlined:hover,
.vc_btn-vista_blue.vc_btn_square_outlined:hover,
a.vc_btn-vista_blue.vc_btn_outlined:hover,
a.vc_btn-vista_blue.vc_btn_square_outlined:hover,
button.vc_btn-vista_blue.vc_btn_outlined:hover,
button.vc_btn-vista_blue.vc_btn_square_outlined:hover {
  border-color: #5dcf8b
}

.vc_btn-vista_blue.vc_btn_3d,
a.vc_btn-vista_blue.vc_btn_3d,
button.vc_btn-vista_blue.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #4ac97d;
  box-shadow: 0 5px 0 #4ac97d;
  margin-bottom: 5px
}

.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs,
a.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs,
button.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #4ac97d;
  box-shadow: 0 3px 0 #4ac97d;
  margin-bottom: 3px
}

.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm,
a.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm,
button.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #4ac97d;
  box-shadow: 0 4px 0 #4ac97d;
  margin-bottom: 4px
}

.vc_btn-black,
a.vc_btn-black,
button.vc_btn-black {
  background-color: #2a2a2a;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-black:hover,
a.vc_btn-black:hover,
button.vc_btn-black:hover {
  background-color: #1b1b1b;
  color: #f7f7f7 !important
}

.vc_btn-black.vc_btn_outlined,
.vc_btn-black.vc_btn_square_outlined,
a.vc_btn-black.vc_btn_outlined,
a.vc_btn-black.vc_btn_square_outlined,
button.vc_btn-black.vc_btn_outlined,
button.vc_btn-black.vc_btn_square_outlined {
  color: #2a2a2a !important
}

.vc_btn-black.vc_btn_outlined:hover,
.vc_btn-black.vc_btn_square_outlined:hover,
a.vc_btn-black.vc_btn_outlined:hover,
a.vc_btn-black.vc_btn_square_outlined:hover,
button.vc_btn-black.vc_btn_outlined:hover,
button.vc_btn-black.vc_btn_square_outlined:hover {
  border-color: #1b1b1b
}

.vc_btn-black.vc_btn_3d,
a.vc_btn-black.vc_btn_3d,
button.vc_btn-black.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #0e0e0e;
  box-shadow: 0 5px 0 #0e0e0e;
  margin-bottom: 5px
}

.vc_btn-black.vc_btn_3d.vc_btn_xs,
a.vc_btn-black.vc_btn_3d.vc_btn_xs,
button.vc_btn-black.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #0e0e0e;
  box-shadow: 0 3px 0 #0e0e0e;
  margin-bottom: 3px
}

.vc_btn-black.vc_btn_3d.vc_btn_sm,
a.vc_btn-black.vc_btn_3d.vc_btn_sm,
button.vc_btn-black.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #0e0e0e;
  box-shadow: 0 4px 0 #0e0e0e;
  margin-bottom: 4px
}

.vc_btn-grey,
a.vc_btn-grey,
button.vc_btn-grey {
  background-color: #ebebeb;
  color: #666 !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-grey:hover,
a.vc_btn-grey:hover,
button.vc_btn-grey:hover {
  background-color: #dcdcdc;
  color: #5e5e5e !important
}

.vc_btn-grey.vc_btn_outlined,
.vc_btn-grey.vc_btn_square_outlined,
a.vc_btn-grey.vc_btn_outlined,
a.vc_btn-grey.vc_btn_square_outlined,
button.vc_btn-grey.vc_btn_outlined,
button.vc_btn-grey.vc_btn_square_outlined {
  color: #ebebeb !important
}

.vc_btn-grey.vc_btn_outlined:hover,
.vc_btn-grey.vc_btn_square_outlined:hover,
a.vc_btn-grey.vc_btn_outlined:hover,
a.vc_btn-grey.vc_btn_square_outlined:hover,
button.vc_btn-grey.vc_btn_outlined:hover,
button.vc_btn-grey.vc_btn_square_outlined:hover {
  border-color: #dcdcdc
}

.vc_btn-grey.vc_btn_3d,
a.vc_btn-grey.vc_btn_3d,
button.vc_btn-grey.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #cfcfcf;
  box-shadow: 0 5px 0 #cfcfcf;
  margin-bottom: 5px
}

.vc_btn-grey.vc_btn_3d.vc_btn_xs,
a.vc_btn-grey.vc_btn_3d.vc_btn_xs,
button.vc_btn-grey.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #cfcfcf;
  box-shadow: 0 3px 0 #cfcfcf;
  margin-bottom: 3px
}

.vc_btn-grey.vc_btn_3d.vc_btn_sm,
a.vc_btn-grey.vc_btn_3d.vc_btn_sm,
button.vc_btn-grey.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #cfcfcf;
  box-shadow: 0 4px 0 #cfcfcf;
  margin-bottom: 4px
}

.vc_btn-orange,
a.vc_btn-orange,
button.vc_btn-orange {
  background-color: #f7be68;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-orange:hover,
a.vc_btn-orange:hover,
button.vc_btn-orange:hover {
  background-color: #f5b14b;
  color: #f7f7f7 !important
}

.vc_btn-orange.vc_btn_outlined,
.vc_btn-orange.vc_btn_square_outlined,
a.vc_btn-orange.vc_btn_outlined,
a.vc_btn-orange.vc_btn_square_outlined,
button.vc_btn-orange.vc_btn_outlined,
button.vc_btn-orange.vc_btn_square_outlined {
  color: #f7be68 !important
}

.vc_btn-orange.vc_btn_outlined:hover,
.vc_btn-orange.vc_btn_square_outlined:hover,
a.vc_btn-orange.vc_btn_outlined:hover,
a.vc_btn-orange.vc_btn_square_outlined:hover,
button.vc_btn-orange.vc_btn_outlined:hover,
button.vc_btn-orange.vc_btn_square_outlined:hover {
  border-color: #f5b14b
}

.vc_btn-orange.vc_btn_3d,
a.vc_btn-orange.vc_btn_3d,
button.vc_btn-orange.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #f4a733;
  box-shadow: 0 5px 0 #f4a733;
  margin-bottom: 5px
}

.vc_btn-orange.vc_btn_3d.vc_btn_xs,
a.vc_btn-orange.vc_btn_3d.vc_btn_xs,
button.vc_btn-orange.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #f4a733;
  box-shadow: 0 3px 0 #f4a733;
  margin-bottom: 3px
}

.vc_btn-orange.vc_btn_3d.vc_btn_sm,
a.vc_btn-orange.vc_btn_3d.vc_btn_sm,
button.vc_btn-orange.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #f4a733;
  box-shadow: 0 4px 0 #f4a733;
  margin-bottom: 4px
}

.vc_btn-sky,
a.vc_btn-sky,
button.vc_btn-sky {
  background-color: #5aa1e3;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-sky:hover,
a.vc_btn-sky:hover,
button.vc_btn-sky:hover {
  background-color: #4092df;
  color: #f7f7f7 !important
}

.vc_btn-sky.vc_btn_outlined,
.vc_btn-sky.vc_btn_square_outlined,
a.vc_btn-sky.vc_btn_outlined,
a.vc_btn-sky.vc_btn_square_outlined,
button.vc_btn-sky.vc_btn_outlined,
button.vc_btn-sky.vc_btn_square_outlined {
  color: #5aa1e3 !important
}

.vc_btn-sky.vc_btn_outlined:hover,
.vc_btn-sky.vc_btn_square_outlined:hover,
a.vc_btn-sky.vc_btn_outlined:hover,
a.vc_btn-sky.vc_btn_square_outlined:hover,
button.vc_btn-sky.vc_btn_outlined:hover,
button.vc_btn-sky.vc_btn_square_outlined:hover {
  border-color: #4092df
}

.vc_btn-sky.vc_btn_3d,
a.vc_btn-sky.vc_btn_3d,
button.vc_btn-sky.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #2a86db;
  box-shadow: 0 5px 0 #2a86db;
  margin-bottom: 5px
}

.vc_btn-sky.vc_btn_3d.vc_btn_xs,
a.vc_btn-sky.vc_btn_3d.vc_btn_xs,
button.vc_btn-sky.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #2a86db;
  box-shadow: 0 3px 0 #2a86db;
  margin-bottom: 3px
}

.vc_btn-sky.vc_btn_3d.vc_btn_sm,
a.vc_btn-sky.vc_btn_3d.vc_btn_sm,
button.vc_btn-sky.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #2a86db;
  box-shadow: 0 4px 0 #2a86db;
  margin-bottom: 4px
}

.vc_btn-green,
a.vc_btn-green,
button.vc_btn-green {
  background-color: #6dab3c;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-green:hover,
a.vc_btn-green:hover,
button.vc_btn-green:hover {
  background-color: #5f9434;
  color: #f7f7f7 !important
}

.vc_btn-green.vc_btn_outlined,
.vc_btn-green.vc_btn_square_outlined,
a.vc_btn-green.vc_btn_outlined,
a.vc_btn-green.vc_btn_square_outlined,
button.vc_btn-green.vc_btn_outlined,
button.vc_btn-green.vc_btn_square_outlined {
  color: #6dab3c !important
}

.vc_btn-green.vc_btn_outlined:hover,
.vc_btn-green.vc_btn_square_outlined:hover,
a.vc_btn-green.vc_btn_outlined:hover,
a.vc_btn-green.vc_btn_square_outlined:hover,
button.vc_btn-green.vc_btn_outlined:hover,
button.vc_btn-green.vc_btn_square_outlined:hover {
  border-color: #5f9434
}

.vc_btn-green.vc_btn_3d,
a.vc_btn-green.vc_btn_3d,
button.vc_btn-green.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #53812d;
  box-shadow: 0 5px 0 #53812d;
  margin-bottom: 5px
}

.vc_btn-green.vc_btn_3d.vc_btn_xs,
a.vc_btn-green.vc_btn_3d.vc_btn_xs,
button.vc_btn-green.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #53812d;
  box-shadow: 0 3px 0 #53812d;
  margin-bottom: 3px
}

.vc_btn-green.vc_btn_3d.vc_btn_sm,
a.vc_btn-green.vc_btn_3d.vc_btn_sm,
button.vc_btn-green.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #53812d;
  box-shadow: 0 4px 0 #53812d;
  margin-bottom: 4px
}

.vc_btn-juicy_pink,
a.vc_btn-juicy_pink,
button.vc_btn-juicy_pink {
  background-color: #f4524d;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-juicy_pink:hover,
a.vc_btn-juicy_pink:hover,
button.vc_btn-juicy_pink:hover {
  background-color: #f23630;
  color: #f7f7f7 !important
}

.vc_btn-juicy_pink.vc_btn_outlined,
.vc_btn-juicy_pink.vc_btn_square_outlined,
a.vc_btn-juicy_pink.vc_btn_outlined,
a.vc_btn-juicy_pink.vc_btn_square_outlined,
button.vc_btn-juicy_pink.vc_btn_outlined,
button.vc_btn-juicy_pink.vc_btn_square_outlined {
  color: #f4524d !important
}

.vc_btn-juicy_pink.vc_btn_outlined:hover,
.vc_btn-juicy_pink.vc_btn_square_outlined:hover,
a.vc_btn-juicy_pink.vc_btn_outlined:hover,
a.vc_btn-juicy_pink.vc_btn_square_outlined:hover,
button.vc_btn-juicy_pink.vc_btn_outlined:hover,
button.vc_btn-juicy_pink.vc_btn_square_outlined:hover {
  border-color: #f23630
}

.vc_btn-juicy_pink.vc_btn_3d,
a.vc_btn-juicy_pink.vc_btn_3d,
button.vc_btn-juicy_pink.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #f11f18;
  box-shadow: 0 5px 0 #f11f18;
  margin-bottom: 5px
}

.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs,
a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs,
button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #f11f18;
  box-shadow: 0 3px 0 #f11f18;
  margin-bottom: 3px
}

.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm,
a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm,
button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #f11f18;
  box-shadow: 0 4px 0 #f11f18;
  margin-bottom: 4px
}

.vc_btn-sandy_brown,
a.vc_btn-sandy_brown,
button.vc_btn-sandy_brown {
  background-color: #f79468;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-sandy_brown:hover,
a.vc_btn-sandy_brown:hover,
button.vc_btn-sandy_brown:hover {
  background-color: #f57f4b;
  color: #f7f7f7 !important
}

.vc_btn-sandy_brown.vc_btn_outlined,
.vc_btn-sandy_brown.vc_btn_square_outlined,
a.vc_btn-sandy_brown.vc_btn_outlined,
a.vc_btn-sandy_brown.vc_btn_square_outlined,
button.vc_btn-sandy_brown.vc_btn_outlined,
button.vc_btn-sandy_brown.vc_btn_square_outlined {
  color: #f79468 !important
}

.vc_btn-sandy_brown.vc_btn_outlined:hover,
.vc_btn-sandy_brown.vc_btn_square_outlined:hover,
a.vc_btn-sandy_brown.vc_btn_outlined:hover,
a.vc_btn-sandy_brown.vc_btn_square_outlined:hover,
button.vc_btn-sandy_brown.vc_btn_outlined:hover,
button.vc_btn-sandy_brown.vc_btn_square_outlined:hover {
  border-color: #f57f4b
}

.vc_btn-sandy_brown.vc_btn_3d,
a.vc_btn-sandy_brown.vc_btn_3d,
button.vc_btn-sandy_brown.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #f46e33;
  box-shadow: 0 5px 0 #f46e33;
  margin-bottom: 5px
}

.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs,
a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs,
button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #f46e33;
  box-shadow: 0 3px 0 #f46e33;
  margin-bottom: 3px
}

.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm,
a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm,
button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #f46e33;
  box-shadow: 0 4px 0 #f46e33;
  margin-bottom: 4px
}

.vc_btn-purple,
a.vc_btn-purple,
button.vc_btn-purple {
  background-color: #b97ebb;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-purple:hover,
a.vc_btn-purple:hover,
button.vc_btn-purple:hover {
  background-color: #ae6ab0;
  color: #f7f7f7 !important
}

.vc_btn-purple.vc_btn_outlined,
.vc_btn-purple.vc_btn_square_outlined,
a.vc_btn-purple.vc_btn_outlined,
a.vc_btn-purple.vc_btn_square_outlined,
button.vc_btn-purple.vc_btn_outlined,
button.vc_btn-purple.vc_btn_square_outlined {
  color: #b97ebb !important
}

.vc_btn-purple.vc_btn_outlined:hover,
.vc_btn-purple.vc_btn_square_outlined:hover,
a.vc_btn-purple.vc_btn_outlined:hover,
a.vc_btn-purple.vc_btn_square_outlined:hover,
button.vc_btn-purple.vc_btn_outlined:hover,
button.vc_btn-purple.vc_btn_square_outlined:hover {
  border-color: #ae6ab0
}

.vc_btn-purple.vc_btn_3d,
a.vc_btn-purple.vc_btn_3d,
button.vc_btn-purple.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #a559a8;
  box-shadow: 0 5px 0 #a559a8;
  margin-bottom: 5px
}

.vc_btn-purple.vc_btn_3d.vc_btn_xs,
a.vc_btn-purple.vc_btn_3d.vc_btn_xs,
button.vc_btn-purple.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #a559a8;
  box-shadow: 0 3px 0 #a559a8;
  margin-bottom: 3px
}

.vc_btn-purple.vc_btn_3d.vc_btn_sm,
a.vc_btn-purple.vc_btn_3d.vc_btn_sm,
button.vc_btn-purple.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #a559a8;
  box-shadow: 0 4px 0 #a559a8;
  margin-bottom: 4px
}

.vc_btn-white,
a.vc_btn-white,
button.vc_btn-white {
  background-color: #fff;
  color: #666 !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-white:hover,
a.vc_btn-white:hover,
button.vc_btn-white:hover {
  background-color: #f0f0f0;
  color: #5e5e5e !important
}

.vc_btn-white.vc_btn_outlined,
.vc_btn-white.vc_btn_square_outlined,
a.vc_btn-white.vc_btn_outlined,
a.vc_btn-white.vc_btn_square_outlined,
button.vc_btn-white.vc_btn_outlined,
button.vc_btn-white.vc_btn_square_outlined {
  color: #fff !important
}

.vc_btn-white.vc_btn_outlined:hover,
.vc_btn-white.vc_btn_square_outlined:hover,
a.vc_btn-white.vc_btn_outlined:hover,
a.vc_btn-white.vc_btn_square_outlined:hover,
button.vc_btn-white.vc_btn_outlined:hover,
button.vc_btn-white.vc_btn_square_outlined:hover {
  border-color: #f0f0f0
}

.vc_btn-white.vc_btn_3d,
a.vc_btn-white.vc_btn_3d,
button.vc_btn-white.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #e3e3e3;
  box-shadow: 0 5px 0 #e3e3e3;
  margin-bottom: 5px
}

.vc_btn-white.vc_btn_3d.vc_btn_xs,
a.vc_btn-white.vc_btn_3d.vc_btn_xs,
button.vc_btn-white.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #e3e3e3;
  box-shadow: 0 3px 0 #e3e3e3;
  margin-bottom: 3px
}

.vc_btn-white.vc_btn_3d.vc_btn_sm,
a.vc_btn-white.vc_btn_3d.vc_btn_sm,
button.vc_btn-white.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #e3e3e3;
  box-shadow: 0 4px 0 #e3e3e3;
  margin-bottom: 4px
}

.vc_btn-grace,
a.vc_btn-grace,
button.vc_btn-grace {
  background-color: #aed13b;
  color: #fff !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.vc_btn-grace:hover,
a.vc_btn-grace:hover,
button.vc_btn-grace:hover {
  background-color: #9ec02d;
  color: #f7f7f7 !important
}

.vc_btn-grace.vc_btn_outlined,
.vc_btn-grace.vc_btn_square_outlined,
a.vc_btn-grace.vc_btn_outlined,
a.vc_btn-grace.vc_btn_square_outlined,
button.vc_btn-grace.vc_btn_outlined,
button.vc_btn-grace.vc_btn_square_outlined {
  color: #aed13b !important
}

.vc_btn-grace.vc_btn_outlined:hover,
.vc_btn-grace.vc_btn_square_outlined:hover,
a.vc_btn-grace.vc_btn_outlined:hover,
a.vc_btn-grace.vc_btn_square_outlined:hover,
button.vc_btn-grace.vc_btn_outlined:hover,
button.vc_btn-grace.vc_btn_square_outlined:hover {
  border-color: #9ec02d
}

.vc_btn-grace.vc_btn_3d,
a.vc_btn-grace.vc_btn_3d,
button.vc_btn-grace.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #8dac28;
  box-shadow: 0 5px 0 #8dac28;
  margin-bottom: 5px
}

.vc_btn-grace.vc_btn_3d.vc_btn_xs,
a.vc_btn-grace.vc_btn_3d.vc_btn_xs,
button.vc_btn-grace.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #8dac28;
  box-shadow: 0 3px 0 #8dac28;
  margin-bottom: 3px
}

.vc_btn-grace.vc_btn_3d.vc_btn_sm,
a.vc_btn-grace.vc_btn_3d.vc_btn_sm,
button.vc_btn-grace.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #8dac28;
  box-shadow: 0 4px 0 #8dac28;
  margin-bottom: 4px
}

.vc_btn-default,
a.vc_btn-default,
button.vc_btn-default {
  color: #7d7d7d;
  background-color: #fff;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-default,
.open>.dropdown-togglea.vc_btn-default,
.open>.dropdown-togglebutton.vc_btn-default,
.vc_btn-default.active,
.vc_btn-default:active,
.vc_btn-default:focus,
.vc_btn-default:hover,
a.vc_btn-default.active,
a.vc_btn-default:active,
a.vc_btn-default:focus,
a.vc_btn-default:hover,
button.vc_btn-default.active,
button.vc_btn-default:active,
button.vc_btn-default:focus,
button.vc_btn-default:hover {
  color: #7d7d7d;
  background-color: #e6e6e6;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-default,
.open>.dropdown-togglea.vc_btn-default,
.open>.dropdown-togglebutton.vc_btn-default,
.vc_btn-default.active,
.vc_btn-default:active,
a.vc_btn-default.active,
a.vc_btn-default:active,
button.vc_btn-default.active,
button.vc_btn-default:active {
  background-image: none
}

.vc_btn-default.disabled,
.vc_btn-default.disabled.active,
.vc_btn-default.disabled:active,
.vc_btn-default.disabled:focus,
.vc_btn-default.disabled:hover,
.vc_btn-default[disabled],
.vc_btn-default[disabled].active,
.vc_btn-default[disabled]:active,
.vc_btn-default[disabled]:focus,
.vc_btn-default[disabled]:hover,
a.vc_btn-default.disabled,
a.vc_btn-default.disabled.active,
a.vc_btn-default.disabled:active,
a.vc_btn-default.disabled:focus,
a.vc_btn-default.disabled:hover,
a.vc_btn-default[disabled],
a.vc_btn-default[disabled].active,
a.vc_btn-default[disabled]:active,
a.vc_btn-default[disabled]:focus,
a.vc_btn-default[disabled]:hover,
button.vc_btn-default.disabled,
button.vc_btn-default.disabled.active,
button.vc_btn-default.disabled:active,
button.vc_btn-default.disabled:focus,
button.vc_btn-default.disabled:hover,
button.vc_btn-default[disabled],
button.vc_btn-default[disabled].active,
button.vc_btn-default[disabled]:active,
button.vc_btn-default[disabled]:focus,
button.vc_btn-default[disabled]:hover,
fieldset[disabled] .vc_btn-default,
fieldset[disabled] .vc_btn-default.active,
fieldset[disabled] .vc_btn-default:active,
fieldset[disabled] .vc_btn-default:focus,
fieldset[disabled] .vc_btn-default:hover,
fieldset[disabled] a.vc_btn-default,
fieldset[disabled] a.vc_btn-default.active,
fieldset[disabled] a.vc_btn-default:active,
fieldset[disabled] a.vc_btn-default:focus,
fieldset[disabled] a.vc_btn-default:hover,
fieldset[disabled] button.vc_btn-default,
fieldset[disabled] button.vc_btn-default.active,
fieldset[disabled] button.vc_btn-default:active,
fieldset[disabled] button.vc_btn-default:focus,
fieldset[disabled] button.vc_btn-default:hover {
  background-color: #fff;
  border-color: transparent
}

.vc_btn-default .badge,
a.vc_btn-default .badge,
button.vc_btn-default .badge {
  color: #fff;
  background-color: #7d7d7d
}

.vc_btn-primary,
a.vc_btn-primary,
button.vc_btn-primary {
  color: #fff;
  background-color: #00aef0;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-primary,
.open>.dropdown-togglea.vc_btn-primary,
.open>.dropdown-togglebutton.vc_btn-primary,
.vc_btn-primary.active,
.vc_btn-primary:active,
.vc_btn-primary:focus,
.vc_btn-primary:hover,
a.vc_btn-primary.active,
a.vc_btn-primary:active,
a.vc_btn-primary:focus,
a.vc_btn-primary:hover,
button.vc_btn-primary.active,
button.vc_btn-primary:active,
button.vc_btn-primary:focus,
button.vc_btn-primary:hover {
  color: #fff;
  background-color: #0089bd;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-primary,
.open>.dropdown-togglea.vc_btn-primary,
.open>.dropdown-togglebutton.vc_btn-primary,
.vc_btn-primary.active,
.vc_btn-primary:active,
a.vc_btn-primary.active,
a.vc_btn-primary:active,
button.vc_btn-primary.active,
button.vc_btn-primary:active {
  background-image: none
}

.vc_btn-primary.disabled,
.vc_btn-primary.disabled.active,
.vc_btn-primary.disabled:active,
.vc_btn-primary.disabled:focus,
.vc_btn-primary.disabled:hover,
.vc_btn-primary[disabled],
.vc_btn-primary[disabled].active,
.vc_btn-primary[disabled]:active,
.vc_btn-primary[disabled]:focus,
.vc_btn-primary[disabled]:hover,
a.vc_btn-primary.disabled,
a.vc_btn-primary.disabled.active,
a.vc_btn-primary.disabled:active,
a.vc_btn-primary.disabled:focus,
a.vc_btn-primary.disabled:hover,
a.vc_btn-primary[disabled],
a.vc_btn-primary[disabled].active,
a.vc_btn-primary[disabled]:active,
a.vc_btn-primary[disabled]:focus,
a.vc_btn-primary[disabled]:hover,
button.vc_btn-primary.disabled,
button.vc_btn-primary.disabled.active,
button.vc_btn-primary.disabled:active,
button.vc_btn-primary.disabled:focus,
button.vc_btn-primary.disabled:hover,
button.vc_btn-primary[disabled],
button.vc_btn-primary[disabled].active,
button.vc_btn-primary[disabled]:active,
button.vc_btn-primary[disabled]:focus,
button.vc_btn-primary[disabled]:hover,
fieldset[disabled] .vc_btn-primary,
fieldset[disabled] .vc_btn-primary.active,
fieldset[disabled] .vc_btn-primary:active,
fieldset[disabled] .vc_btn-primary:focus,
fieldset[disabled] .vc_btn-primary:hover,
fieldset[disabled] a.vc_btn-primary,
fieldset[disabled] a.vc_btn-primary.active,
fieldset[disabled] a.vc_btn-primary:active,
fieldset[disabled] a.vc_btn-primary:focus,
fieldset[disabled] a.vc_btn-primary:hover,
fieldset[disabled] button.vc_btn-primary,
fieldset[disabled] button.vc_btn-primary.active,
fieldset[disabled] button.vc_btn-primary:active,
fieldset[disabled] button.vc_btn-primary:focus,
fieldset[disabled] button.vc_btn-primary:hover {
  background-color: #00aef0;
  border-color: transparent
}

.vc_btn-primary .badge,
a.vc_btn-primary .badge,
button.vc_btn-primary .badge {
  color: #00aef0;
  background-color: #fff
}

.vc_btn-success,
a.vc_btn-success,
button.vc_btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-success,
.open>.dropdown-togglea.vc_btn-success,
.open>.dropdown-togglebutton.vc_btn-success,
.vc_btn-success.active,
.vc_btn-success:active,
.vc_btn-success:focus,
.vc_btn-success:hover,
a.vc_btn-success.active,
a.vc_btn-success:active,
a.vc_btn-success:focus,
a.vc_btn-success:hover,
button.vc_btn-success.active,
button.vc_btn-success:active,
button.vc_btn-success:focus,
button.vc_btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-success,
.open>.dropdown-togglea.vc_btn-success,
.open>.dropdown-togglebutton.vc_btn-success,
.vc_btn-success.active,
.vc_btn-success:active,
a.vc_btn-success.active,
a.vc_btn-success:active,
button.vc_btn-success.active,
button.vc_btn-success:active {
  background-image: none
}

.vc_btn-success.disabled,
.vc_btn-success.disabled.active,
.vc_btn-success.disabled:active,
.vc_btn-success.disabled:focus,
.vc_btn-success.disabled:hover,
.vc_btn-success[disabled],
.vc_btn-success[disabled].active,
.vc_btn-success[disabled]:active,
.vc_btn-success[disabled]:focus,
.vc_btn-success[disabled]:hover,
a.vc_btn-success.disabled,
a.vc_btn-success.disabled.active,
a.vc_btn-success.disabled:active,
a.vc_btn-success.disabled:focus,
a.vc_btn-success.disabled:hover,
a.vc_btn-success[disabled],
a.vc_btn-success[disabled].active,
a.vc_btn-success[disabled]:active,
a.vc_btn-success[disabled]:focus,
a.vc_btn-success[disabled]:hover,
button.vc_btn-success.disabled,
button.vc_btn-success.disabled.active,
button.vc_btn-success.disabled:active,
button.vc_btn-success.disabled:focus,
button.vc_btn-success.disabled:hover,
button.vc_btn-success[disabled],
button.vc_btn-success[disabled].active,
button.vc_btn-success[disabled]:active,
button.vc_btn-success[disabled]:focus,
button.vc_btn-success[disabled]:hover,
fieldset[disabled] .vc_btn-success,
fieldset[disabled] .vc_btn-success.active,
fieldset[disabled] .vc_btn-success:active,
fieldset[disabled] .vc_btn-success:focus,
fieldset[disabled] .vc_btn-success:hover,
fieldset[disabled] a.vc_btn-success,
fieldset[disabled] a.vc_btn-success.active,
fieldset[disabled] a.vc_btn-success:active,
fieldset[disabled] a.vc_btn-success:focus,
fieldset[disabled] a.vc_btn-success:hover,
fieldset[disabled] button.vc_btn-success,
fieldset[disabled] button.vc_btn-success.active,
fieldset[disabled] button.vc_btn-success:active,
fieldset[disabled] button.vc_btn-success:focus,
fieldset[disabled] button.vc_btn-success:hover {
  background-color: #5cb85c;
  border-color: transparent
}

.vc_btn-success .badge,
a.vc_btn-success .badge,
button.vc_btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.vc_btn-info,
a.vc_btn-info,
button.vc_btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-info,
.open>.dropdown-togglea.vc_btn-info,
.open>.dropdown-togglebutton.vc_btn-info,
.vc_btn-info.active,
.vc_btn-info:active,
.vc_btn-info:focus,
.vc_btn-info:hover,
a.vc_btn-info.active,
a.vc_btn-info:active,
a.vc_btn-info:focus,
a.vc_btn-info:hover,
button.vc_btn-info.active,
button.vc_btn-info:active,
button.vc_btn-info:focus,
button.vc_btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-info,
.open>.dropdown-togglea.vc_btn-info,
.open>.dropdown-togglebutton.vc_btn-info,
.vc_btn-info.active,
.vc_btn-info:active,
a.vc_btn-info.active,
a.vc_btn-info:active,
button.vc_btn-info.active,
button.vc_btn-info:active {
  background-image: none
}

.vc_btn-info.disabled,
.vc_btn-info.disabled.active,
.vc_btn-info.disabled:active,
.vc_btn-info.disabled:focus,
.vc_btn-info.disabled:hover,
.vc_btn-info[disabled],
.vc_btn-info[disabled].active,
.vc_btn-info[disabled]:active,
.vc_btn-info[disabled]:focus,
.vc_btn-info[disabled]:hover,
a.vc_btn-info.disabled,
a.vc_btn-info.disabled.active,
a.vc_btn-info.disabled:active,
a.vc_btn-info.disabled:focus,
a.vc_btn-info.disabled:hover,
a.vc_btn-info[disabled],
a.vc_btn-info[disabled].active,
a.vc_btn-info[disabled]:active,
a.vc_btn-info[disabled]:focus,
a.vc_btn-info[disabled]:hover,
button.vc_btn-info.disabled,
button.vc_btn-info.disabled.active,
button.vc_btn-info.disabled:active,
button.vc_btn-info.disabled:focus,
button.vc_btn-info.disabled:hover,
button.vc_btn-info[disabled],
button.vc_btn-info[disabled].active,
button.vc_btn-info[disabled]:active,
button.vc_btn-info[disabled]:focus,
button.vc_btn-info[disabled]:hover,
fieldset[disabled] .vc_btn-info,
fieldset[disabled] .vc_btn-info.active,
fieldset[disabled] .vc_btn-info:active,
fieldset[disabled] .vc_btn-info:focus,
fieldset[disabled] .vc_btn-info:hover,
fieldset[disabled] a.vc_btn-info,
fieldset[disabled] a.vc_btn-info.active,
fieldset[disabled] a.vc_btn-info:active,
fieldset[disabled] a.vc_btn-info:focus,
fieldset[disabled] a.vc_btn-info:hover,
fieldset[disabled] button.vc_btn-info,
fieldset[disabled] button.vc_btn-info.active,
fieldset[disabled] button.vc_btn-info:active,
fieldset[disabled] button.vc_btn-info:focus,
fieldset[disabled] button.vc_btn-info:hover {
  background-color: #5bc0de;
  border-color: transparent
}

.vc_btn-info .badge,
a.vc_btn-info .badge,
button.vc_btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.vc_btn-warning,
a.vc_btn-warning,
button.vc_btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-warning,
.open>.dropdown-togglea.vc_btn-warning,
.open>.dropdown-togglebutton.vc_btn-warning,
.vc_btn-warning.active,
.vc_btn-warning:active,
.vc_btn-warning:focus,
.vc_btn-warning:hover,
a.vc_btn-warning.active,
a.vc_btn-warning:active,
a.vc_btn-warning:focus,
a.vc_btn-warning:hover,
button.vc_btn-warning.active,
button.vc_btn-warning:active,
button.vc_btn-warning:focus,
button.vc_btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-warning,
.open>.dropdown-togglea.vc_btn-warning,
.open>.dropdown-togglebutton.vc_btn-warning,
.vc_btn-warning.active,
.vc_btn-warning:active,
a.vc_btn-warning.active,
a.vc_btn-warning:active,
button.vc_btn-warning.active,
button.vc_btn-warning:active {
  background-image: none
}

.vc_btn-warning.disabled,
.vc_btn-warning.disabled.active,
.vc_btn-warning.disabled:active,
.vc_btn-warning.disabled:focus,
.vc_btn-warning.disabled:hover,
.vc_btn-warning[disabled],
.vc_btn-warning[disabled].active,
.vc_btn-warning[disabled]:active,
.vc_btn-warning[disabled]:focus,
.vc_btn-warning[disabled]:hover,
a.vc_btn-warning.disabled,
a.vc_btn-warning.disabled.active,
a.vc_btn-warning.disabled:active,
a.vc_btn-warning.disabled:focus,
a.vc_btn-warning.disabled:hover,
a.vc_btn-warning[disabled],
a.vc_btn-warning[disabled].active,
a.vc_btn-warning[disabled]:active,
a.vc_btn-warning[disabled]:focus,
a.vc_btn-warning[disabled]:hover,
button.vc_btn-warning.disabled,
button.vc_btn-warning.disabled.active,
button.vc_btn-warning.disabled:active,
button.vc_btn-warning.disabled:focus,
button.vc_btn-warning.disabled:hover,
button.vc_btn-warning[disabled],
button.vc_btn-warning[disabled].active,
button.vc_btn-warning[disabled]:active,
button.vc_btn-warning[disabled]:focus,
button.vc_btn-warning[disabled]:hover,
fieldset[disabled] .vc_btn-warning,
fieldset[disabled] .vc_btn-warning.active,
fieldset[disabled] .vc_btn-warning:active,
fieldset[disabled] .vc_btn-warning:focus,
fieldset[disabled] .vc_btn-warning:hover,
fieldset[disabled] a.vc_btn-warning,
fieldset[disabled] a.vc_btn-warning.active,
fieldset[disabled] a.vc_btn-warning:active,
fieldset[disabled] a.vc_btn-warning:focus,
fieldset[disabled] a.vc_btn-warning:hover,
fieldset[disabled] button.vc_btn-warning,
fieldset[disabled] button.vc_btn-warning.active,
fieldset[disabled] button.vc_btn-warning:active,
fieldset[disabled] button.vc_btn-warning:focus,
fieldset[disabled] button.vc_btn-warning:hover {
  background-color: #f0ad4e;
  border-color: transparent
}

.vc_btn-warning .badge,
a.vc_btn-warning .badge,
button.vc_btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.vc_btn-danger,
a.vc_btn-danger,
button.vc_btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-danger,
.open>.dropdown-togglea.vc_btn-danger,
.open>.dropdown-togglebutton.vc_btn-danger,
.vc_btn-danger.active,
.vc_btn-danger:active,
.vc_btn-danger:focus,
.vc_btn-danger:hover,
a.vc_btn-danger.active,
a.vc_btn-danger:active,
a.vc_btn-danger:focus,
a.vc_btn-danger:hover,
button.vc_btn-danger.active,
button.vc_btn-danger:active,
button.vc_btn-danger:focus,
button.vc_btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-danger,
.open>.dropdown-togglea.vc_btn-danger,
.open>.dropdown-togglebutton.vc_btn-danger,
.vc_btn-danger.active,
.vc_btn-danger:active,
a.vc_btn-danger.active,
a.vc_btn-danger:active,
button.vc_btn-danger.active,
button.vc_btn-danger:active {
  background-image: none
}

.vc_btn-danger.disabled,
.vc_btn-danger.disabled.active,
.vc_btn-danger.disabled:active,
.vc_btn-danger.disabled:focus,
.vc_btn-danger.disabled:hover,
.vc_btn-danger[disabled],
.vc_btn-danger[disabled].active,
.vc_btn-danger[disabled]:active,
.vc_btn-danger[disabled]:focus,
.vc_btn-danger[disabled]:hover,
a.vc_btn-danger.disabled,
a.vc_btn-danger.disabled.active,
a.vc_btn-danger.disabled:active,
a.vc_btn-danger.disabled:focus,
a.vc_btn-danger.disabled:hover,
a.vc_btn-danger[disabled],
a.vc_btn-danger[disabled].active,
a.vc_btn-danger[disabled]:active,
a.vc_btn-danger[disabled]:focus,
a.vc_btn-danger[disabled]:hover,
button.vc_btn-danger.disabled,
button.vc_btn-danger.disabled.active,
button.vc_btn-danger.disabled:active,
button.vc_btn-danger.disabled:focus,
button.vc_btn-danger.disabled:hover,
button.vc_btn-danger[disabled],
button.vc_btn-danger[disabled].active,
button.vc_btn-danger[disabled]:active,
button.vc_btn-danger[disabled]:focus,
button.vc_btn-danger[disabled]:hover,
fieldset[disabled] .vc_btn-danger,
fieldset[disabled] .vc_btn-danger.active,
fieldset[disabled] .vc_btn-danger:active,
fieldset[disabled] .vc_btn-danger:focus,
fieldset[disabled] .vc_btn-danger:hover,
fieldset[disabled] a.vc_btn-danger,
fieldset[disabled] a.vc_btn-danger.active,
fieldset[disabled] a.vc_btn-danger:active,
fieldset[disabled] a.vc_btn-danger:focus,
fieldset[disabled] a.vc_btn-danger:hover,
fieldset[disabled] button.vc_btn-danger,
fieldset[disabled] button.vc_btn-danger.active,
fieldset[disabled] button.vc_btn-danger:active,
fieldset[disabled] button.vc_btn-danger:focus,
fieldset[disabled] button.vc_btn-danger:hover {
  background-color: #d9534f;
  border-color: transparent
}

.vc_btn-danger .badge,
a.vc_btn-danger .badge,
button.vc_btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.vc_button-2-wrapper {
  display: inline-block;
  vertical-align: middle
}

.vc_button-2-wrapper.vc_button-2-align-left {
  display: block;
  text-align: left
}

.vc_button-2-wrapper.vc_button-2-align-right {
  display: block;
  text-align: right
}

.vc_button-2-wrapper.vc_button-2-align-center {
  display: block;
  text-align: center
}

i.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  margin-left: 5px
}

.wpb_btn-large i.icon {
  height: 19px;
  margin-left: 9px
}

.wpb_btn-small i.icon {
  height: 15px
}

.wpb_btn-mini i.icon {
  display: none
}

.wpb_address_book i.icon,
option.wpb_address_book {
  background: url(../../../plugins/js_composer/assets/images/icons/address-book.png) no-repeat right center
}

.wpb_alarm_clock i.icon,
option.wpb_alarm_clock {
  background: url(../../../plugins/js_composer/assets/images/icons/alarm-clock.png) no-repeat right center
}

.wpb_anchor i.icon,
option.wpb_anchor {
  background: url(../../../plugins/js_composer/assets/images/icons/anchor.png) no-repeat right center
}

.wpb_application_image i.icon,
option.wpb_application_image {
  background: url(../../../plugins/js_composer/assets/images/icons/application-image.png) no-repeat right center
}

.wpb_arrow i.icon,
option.wpb_arrow {
  background: url(../../../plugins/js_composer/assets/images/icons/arrow.png) no-repeat right center
}

.wpb_asterisk i.icon,
option.wpb_asterisk {
  background: url(../../../plugins/js_composer/assets/images/icons/asterisk.png) no-repeat right center
}

.wpb_hammer i.icon,
option.wpb_hammer {
  background: url(../../../plugins/js_composer/assets/images/icons/auction-hammer.png) no-repeat right center
}

.wpb_balloon i.icon,
option.wpb_balloon {
  background: url(../../../plugins/js_composer/assets/images/icons/balloon.png) no-repeat right center
}

.wpb_balloon_buzz i.icon,
option.wpb_balloon_buzz {
  background: url(../../../plugins/js_composer/assets/images/icons/balloon-buzz.png) no-repeat right center
}

.wpb_balloon_facebook i.icon,
option.wpb_balloon_facebook {
  background: url(../../../plugins/js_composer/assets/images/icons/balloon-facebook.png) no-repeat right center
}

.wpb_balloon_twitter i.icon,
option.wpb_balloon_twitter {
  background: url(../../../plugins/js_composer/assets/images/icons/balloon-twitter.png) no-repeat right center
}

.wpb_battery i.icon,
option.wpb_battery {
  background: url(../../../plugins/js_composer/assets/images/icons/battery-full.png) no-repeat right center
}

.wpb_binocular i.icon,
option.wpb_binocular {
  background: url(../../../plugins/js_composer/assets/images/icons/binocular.png) no-repeat right center
}

.wpb_document_excel i.icon,
option.wpb_document_excel {
  background: url(../../../plugins/js_composer/assets/images/icons/blue-document-excel.png) no-repeat right center
}

.wpb_document_image i.icon,
option.wpb_document_image {
  background: url(../../../plugins/js_composer/assets/images/icons/blue-document-image.png) no-repeat right center
}

.wpb_document_music i.icon,
option.wpb_document_music {
  background: url(../../../plugins/js_composer/assets/images/icons/blue-document-music.png) no-repeat right center
}

.wpb_document_office i.icon,
option.wpb_document_office {
  background: url(../../../plugins/js_composer/assets/images/icons/blue-document-office.png) no-repeat right center
}

.wpb_document_pdf i.icon,
option.wpb_document_pdf {
  background: url(../../../plugins/js_composer/assets/images/icons/blue-document-pdf.png) no-repeat right center
}

.wpb_document_powerpoint i.icon,
option.wpb_document_powerpoint {
  background: url(../../../plugins/js_composer/assets/images/icons/blue-document-powerpoint.png) no-repeat right center
}

.wpb_document_word i.icon,
option.wpb_document_word {
  background: url(../../../plugins/js_composer/assets/images/icons/blue-document-word.png) no-repeat right center
}

.wpb_bookmark i.icon,
option.wpb_bookmark {
  background: url(../../../plugins/js_composer/assets/images/icons/bookmark.png) no-repeat right center
}

.wpb_camcorder i.icon,
option.wpb_camcorder {
  background: url(../../../plugins/js_composer/assets/images/icons/camcorder.png) no-repeat right center
}

.wpb_camera i.icon,
option.wpb_camera {
  background: url(../../../plugins/js_composer/assets/images/icons/camera.png) no-repeat right center
}

.wpb_chart i.icon,
option.wpb_chart {
  background: url(../../../plugins/js_composer/assets/images/icons/chart.png) no-repeat right center
}

.wpb_chart_pie i.icon,
option.wpb_chart_pie {
  background: url(../../../plugins/js_composer/assets/images/icons/chart-pie.png) no-repeat right center
}

.wpb_clock i.icon,
option.wpb_clock {
  background: url(../../../plugins/js_composer/assets/images/icons/clock.png) no-repeat right center
}

.wpb_play i.icon,
option.wpb_play {
  background: url(../../../plugins/js_composer/assets/images/icons/control.png) no-repeat right center
}

.wpb_fire i.icon,
option.wpb_fire {
  background: url(../../../plugins/js_composer/assets/images/icons/fire.png) no-repeat right center
}

.wpb_heart i.icon,
option.wpb_heart {
  background: url(../../../plugins/js_composer/assets/images/icons/heart.png) no-repeat right center
}

.wpb_mail i.icon,
option.wpb_mail {
  background: url(../../../plugins/js_composer/assets/images/icons/mail.png) no-repeat right center
}

.wpb_shield i.icon,
option.wpb_shield {
  background: url(../../../plugins/js_composer/assets/images/icons/plus-shield.png) no-repeat right center
}

.wpb_video i.icon,
option.wpb_video {
  background: url(../../../plugins/js_composer/assets/images/icons/video.png) no-repeat right center
}

.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
  margin-top: 5px;
  margin-bottom: 5px
}

.vc_message_box {
  border: 1px solid transparent;
  display: block;
  overflow: hidden;
  margin: 0 0 21.73913043px 0;
  padding: 1em 1em 1em 4em;
  position: relative;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.vc_message_box>p:first-child {
  margin-top: 0
}

.vc_message_box>p:last-child {
  margin-bottom: 0
}

.vc_message_box-icon {
  bottom: 0;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 0;
  width: 4em
}

.vc_message_box-icon>* {
  font-size: 1.7em;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.vc_message_box-icon>.fa {
  font-size: 1.7em;
  line-height: 1
}

.vc_color-blue.vc_message_box {
  color: #364a8a;
  border-color: #c5cff0;
  background-color: #edf1fa
}

.vc_color-blue.vc_message_box .vc_message_box-icon {
  color: #5472d2
}

.vc_color-blue.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #5472d2
}

.vc_color-blue.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-blue.vc_message_box-outline,
.vc_color-blue.vc_message_box-solid-icon {
  color: #364a8a;
  border-color: #5472d2;
  background-color: transparent
}

.vc_color-blue.vc_message_box-outline .vc_message_box-icon,
.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
  color: #5472d2
}

.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #5472d2
}

.vc_color-blue.vc_message_box-3d {
  box-shadow: 0 5px 0 #9daee5
}

.vc_color-turquoise.vc_message_box {
  color: #085b61;
  border-color: #c6ecee;
  background-color: #ebfcfd
}

.vc_color-turquoise.vc_message_box .vc_message_box-icon {
  color: #00c1cf
}

.vc_color-turquoise.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #00c1cf
}

.vc_color-turquoise.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-turquoise.vc_message_box-outline,
.vc_color-turquoise.vc_message_box-solid-icon {
  color: #085b61;
  border-color: #00c1cf;
  background-color: transparent
}

.vc_color-turquoise.vc_message_box-outline .vc_message_box-icon,
.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
  color: #00c1cf
}

.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #00c1cf
}

.vc_color-turquoise.vc_message_box-3d {
  box-shadow: 0 5px 0 #9fdee3
}

.vc_color-pink.vc_message_box {
  color: #d82e21;
  border-color: #ffd8d6;
  background-color: #fff0ef
}

.vc_color-pink.vc_message_box .vc_message_box-icon {
  color: #fe6c61
}

.vc_color-pink.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #fe6c61
}

.vc_color-pink.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-pink.vc_message_box-outline,
.vc_color-pink.vc_message_box-solid-icon {
  color: #d82e21;
  border-color: #fe6c61;
  background-color: transparent
}

.vc_color-pink.vc_message_box-outline .vc_message_box-icon,
.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fe6c61
}

.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #fe6c61
}

.vc_color-pink.vc_message_box-3d {
  box-shadow: 0 5px 0 #fea9a3
}

.vc_color-violet.vc_message_box {
  color: #5e4a81;
  border-color: #d4c8e9;
  background-color: #f0ecf7
}

.vc_color-violet.vc_message_box .vc_message_box-icon {
  color: #8d6dc4
}

.vc_color-violet.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #8d6dc4
}

.vc_color-violet.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-violet.vc_message_box-outline,
.vc_color-violet.vc_message_box-solid-icon {
  color: #5e4a81;
  border-color: #8d6dc4;
  background-color: transparent
}

.vc_color-violet.vc_message_box-outline .vc_message_box-icon,
.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
  color: #8d6dc4
}

.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #8d6dc4
}

.vc_color-violet.vc_message_box-3d {
  box-shadow: 0 5px 0 #b8a3da
}

.vc_color-peacoc.vc_message_box {
  color: #366a79;
  border-color: #c2e3ec;
  background-color: #e9f5f8
}

.vc_color-peacoc.vc_message_box .vc_message_box-icon {
  color: #4cadc9
}

.vc_color-peacoc.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #4cadc9
}

.vc_color-peacoc.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-peacoc.vc_message_box-outline,
.vc_color-peacoc.vc_message_box-solid-icon {
  color: #366a79;
  border-color: #4cadc9;
  background-color: transparent
}

.vc_color-peacoc.vc_message_box-outline .vc_message_box-icon,
.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
  color: #4cadc9
}

.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #4cadc9
}

.vc_color-peacoc.vc_message_box-3d {
  box-shadow: 0 5px 0 #9ad1e1
}

.vc_color-chino.vc_message_box {
  color: #978258;
  border-color: #e5ded2;
  background-color: #f7f5f2
}

.vc_color-chino.vc_message_box .vc_message_box-icon {
  color: #cec2ab
}

.vc_color-chino.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #cec2ab
}

.vc_color-chino.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-chino.vc_message_box-outline,
.vc_color-chino.vc_message_box-solid-icon {
  color: #978258;
  border-color: #cec2ab;
  background-color: transparent
}

.vc_color-chino.vc_message_box-outline .vc_message_box-icon,
.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
  color: #cec2ab
}

.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #cec2ab
}

.vc_color-chino.vc_message_box-3d {
  box-shadow: 0 5px 0 #d2c7b1
}

.vc_color-mulled_wine.vc_message_box {
  color: #1e1b22;
  border-color: #d0ccd6;
  background-color: #eae8ed
}

.vc_color-mulled_wine.vc_message_box .vc_message_box-icon {
  color: #50485b
}

.vc_color-mulled_wine.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #50485b
}

.vc_color-mulled_wine.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-mulled_wine.vc_message_box-outline,
.vc_color-mulled_wine.vc_message_box-solid-icon {
  color: #1e1b22;
  border-color: #50485b;
  background-color: transparent
}

.vc_color-mulled_wine.vc_message_box-outline .vc_message_box-icon,
.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
  color: #50485b
}

.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #50485b
}

.vc_color-mulled_wine.vc_message_box-3d {
  box-shadow: 0 5px 0 #b6afc0
}

.vc_color-vista_blue.vc_message_box {
  color: #3e8e5e;
  border-color: #bcebcf;
  background-color: #e3f7eb
}

.vc_color-vista_blue.vc_message_box .vc_message_box-icon {
  color: #75d69c
}

.vc_color-vista_blue.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #75d69c
}

.vc_color-vista_blue.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-vista_blue.vc_message_box-outline,
.vc_color-vista_blue.vc_message_box-solid-icon {
  color: #3e8e5e;
  border-color: #75d69c;
  background-color: transparent
}

.vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon,
.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
  color: #75d69c
}

.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #75d69c
}

.vc_color-vista_blue.vc_message_box-3d {
  box-shadow: 0 5px 0 #94dfb3
}

.vc_color-orange.vc_message_box {
  color: #c3811c;
  border-color: #fbe1ba;
  background-color: #fef6eb
}

.vc_color-orange.vc_message_box .vc_message_box-icon {
  color: #f7be68
}

.vc_color-orange.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #f7be68
}

.vc_color-orange.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-orange.vc_message_box-outline,
.vc_color-orange.vc_message_box-solid-icon {
  color: #c3811c;
  border-color: #f7be68;
  background-color: transparent
}

.vc_color-orange.vc_message_box-outline .vc_message_box-icon,
.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
  color: #f7be68
}

.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #f7be68
}

.vc_color-orange.vc_message_box-3d {
  box-shadow: 0 5px 0 #f9cd8a
}

.vc_color-sky.vc_message_box {
  color: #2a6194;
  border-color: #bedaf4;
  background-color: #eaf3fb
}

.vc_color-sky.vc_message_box .vc_message_box-icon {
  color: #5aa1e3
}

.vc_color-sky.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #5aa1e3
}

.vc_color-sky.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-sky.vc_message_box-outline,
.vc_color-sky.vc_message_box-solid-icon {
  color: #2a6194;
  border-color: #5aa1e3;
  background-color: transparent
}

.vc_color-sky.vc_message_box-outline .vc_message_box-icon,
.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
  color: #5aa1e3
}

.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #5aa1e3
}

.vc_color-sky.vc_message_box-3d {
  box-shadow: 0 5px 0 #93c1ed
}

.vc_color-green.vc_message_box {
  color: #3e562b;
  border-color: #c2e1a9;
  background-color: #eaf5e2
}

.vc_color-green.vc_message_box .vc_message_box-icon {
  color: #6dab3c
}

.vc_color-green.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #6dab3c
}

.vc_color-green.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-green.vc_message_box-outline,
.vc_color-green.vc_message_box-solid-icon {
  color: #3e562b;
  border-color: #6dab3c;
  background-color: transparent
}

.vc_color-green.vc_message_box-outline .vc_message_box-icon,
.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
  color: #6dab3c
}

.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #6dab3c
}

.vc_color-green.vc_message_box-3d {
  box-shadow: 0 5px 0 #a7d484
}

.vc_color-juicy_pink.vc_message_box {
  color: #a3231f;
  border-color: #fbc7c5;
  background-color: #fef5f5
}

.vc_color-juicy_pink.vc_message_box .vc_message_box-icon {
  color: #f4524d
}

.vc_color-juicy_pink.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #f4524d
}

.vc_color-juicy_pink.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-juicy_pink.vc_message_box-outline,
.vc_color-juicy_pink.vc_message_box-solid-icon {
  color: #a3231f;
  border-color: #f4524d;
  background-color: transparent
}

.vc_color-juicy_pink.vc_message_box-outline .vc_message_box-icon,
.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
  color: #f4524d
}

.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #f4524d
}

.vc_color-juicy_pink.vc_message_box-3d {
  box-shadow: 0 5px 0 #f89895
}

.vc_color-sandy_brown.vc_message_box {
  color: #c3501c;
  border-color: #fbceba;
  background-color: #fef1eb
}

.vc_color-sandy_brown.vc_message_box .vc_message_box-icon {
  color: #f79468
}

.vc_color-sandy_brown.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #f79468
}

.vc_color-sandy_brown.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-sandy_brown.vc_message_box-outline,
.vc_color-sandy_brown.vc_message_box-solid-icon {
  color: #c3501c;
  border-color: #f79468;
  background-color: transparent
}

.vc_color-sandy_brown.vc_message_box-outline .vc_message_box-icon,
.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
  color: #f79468
}

.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #f79468
}

.vc_color-sandy_brown.vc_message_box-3d {
  box-shadow: 0 5px 0 #f9ac8a
}

.vc_color-purple.vc_message_box {
  color: #886389;
  border-color: #e3cbe3;
  background-color: #f5ecf5
}

.vc_color-purple.vc_message_box .vc_message_box-icon {
  color: #b97ebb
}

.vc_color-purple.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #b97ebb
}

.vc_color-purple.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-purple.vc_message_box-outline,
.vc_color-purple.vc_message_box-solid-icon {
  color: #886389;
  border-color: #b97ebb;
  background-color: transparent
}

.vc_color-purple.vc_message_box-outline .vc_message_box-icon,
.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
  color: #b97ebb
}

.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #b97ebb
}

.vc_color-purple.vc_message_box-3d {
  box-shadow: 0 5px 0 #d1a9d2
}

.vc_color-black.vc_message_box {
  color: #fff;
  border-color: #2a2a2a;
  background-color: #3c3c3c
}

.vc_color-black.vc_message_box .vc_message_box-icon {
  color: #2a2a2a
}

.vc_color-black.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #2a2a2a
}

.vc_color-black.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-black.vc_message_box-outline,
.vc_color-black.vc_message_box-solid-icon {
  color: #fff;
  border-color: #2a2a2a;
  background-color: transparent
}

.vc_color-black.vc_message_box-outline .vc_message_box-icon,
.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
  color: #2a2a2a
}

.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #2a2a2a
}

.vc_color-black.vc_message_box-3d {
  box-shadow: 0 5px 0 #101010
}

.vc_color-grey.vc_message_box {
  color: #858585;
  border-color: #d2d2d2;
  background-color: #ebebeb
}

.vc_color-grey.vc_message_box .vc_message_box-icon {
  color: #ebebeb
}

.vc_color-grey.vc_message_box-solid {
  color: #858585;
  border-color: transparent;
  background-color: #ebebeb
}

.vc_color-grey.vc_message_box-solid .vc_message_box-icon {
  color: #858585
}

.vc_color-grey.vc_message_box-outline,
.vc_color-grey.vc_message_box-solid-icon {
  color: #858585;
  border-color: #ebebeb;
  background-color: transparent
}

.vc_color-grey.vc_message_box-outline .vc_message_box-icon,
.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ebebeb
}

.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
  color: #858585;
  background-color: #ebebeb
}

.vc_color-grey.vc_message_box-3d {
  box-shadow: 0 5px 0 #b8b8b8
}

.vc_color-white.vc_message_box {
  color: #b3b3b3;
  border-color: #e6e6e6;
  background-color: #fff
}

.vc_color-white.vc_message_box .vc_message_box-icon {
  color: #fff
}

.vc_color-white.vc_message_box-solid {
  color: #b3b3b3;
  border-color: transparent;
  background-color: #fff
}

.vc_color-white.vc_message_box-solid .vc_message_box-icon {
  color: #b3b3b3
}

.vc_color-white.vc_message_box-outline,
.vc_color-white.vc_message_box-solid-icon {
  color: #b3b3b3;
  border-color: #fff;
  background-color: transparent
}

.vc_color-white.vc_message_box-outline .vc_message_box-icon,
.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff
}

.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
  color: #b3b3b3;
  background-color: #fff
}

.vc_color-white.vc_message_box-3d {
  box-shadow: 0 5px 0 #ccc
}

.vc_color-info.vc_message_box {
  color: #5e7f96;
  border-color: #cfebfe;
  background-color: #dff2fe
}

.vc_color-info.vc_message_box .vc_message_box-icon {
  color: #56b0ee
}

.vc_color-info.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #56b0ee
}

.vc_color-info.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-info.vc_message_box-outline,
.vc_color-info.vc_message_box-solid-icon {
  color: #5e7f96;
  border-color: #56b0ee;
  background-color: transparent
}

.vc_color-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #56b0ee
}

.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #56b0ee
}

.vc_color-info.vc_message_box-3d {
  box-shadow: 0 5px 0 #9dd6fd
}

.vc_color-success.vc_message_box {
  color: #5e7f96;
  border-color: #cfebfe;
  background-color: #e6fdf8
}

.vc_color-success.vc_message_box .vc_message_box-icon {
  color: #1bbc9b
}

.vc_color-success.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #1bbc9b
}

.vc_color-success.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-success.vc_message_box-outline,
.vc_color-success.vc_message_box-solid-icon {
  color: #5e7f96;
  border-color: #1bbc9b;
  background-color: transparent
}

.vc_color-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #1bbc9b
}

.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #1bbc9b
}

.vc_color-success.vc_message_box-3d {
  box-shadow: 0 5px 0 #9dd6fd
}

.vc_color-warning.vc_message_box {
  color: #9d8967;
  border-color: #ffeccc;
  background-color: #fff4e2
}

.vc_color-warning.vc_message_box .vc_message_box-icon {
  color: #fcb53f
}

.vc_color-warning.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #fcb53f
}

.vc_color-warning.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-warning.vc_message_box-outline,
.vc_color-warning.vc_message_box-solid-icon {
  color: #9d8967;
  border-color: #fcb53f;
  background-color: transparent
}

.vc_color-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fcb53f
}

.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #fcb53f
}

.vc_color-warning.vc_message_box-3d {
  box-shadow: 0 5px 0 #ffd999
}

.vc_color-danger.vc_message_box {
  color: #a85959;
  border-color: #fedede;
  background-color: #fdeaea
}

.vc_color-danger.vc_message_box .vc_message_box-icon {
  color: #ff7877
}

.vc_color-danger.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #ff7877
}

.vc_color-danger.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-danger.vc_message_box-outline,
.vc_color-danger.vc_message_box-solid-icon {
  color: #a85959;
  border-color: #ff7877;
  background-color: transparent
}

.vc_color-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ff7877
}

.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #ff7877
}

.vc_color-danger.vc_message_box-3d {
  box-shadow: 0 5px 0 #fdacac
}

.vc_color-alert-info.vc_message_box {
  color: #31708f;
  border-color: #bce8f1;
  background-color: #d9edf7
}

.vc_color-alert-info.vc_message_box .vc_message_box-icon {
  color: #67cce0
}

.vc_color-alert-info.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #67cce0
}

.vc_color-alert-info.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-alert-info.vc_message_box-outline,
.vc_color-alert-info.vc_message_box-solid-icon {
  color: #31708f;
  border-color: #67cce0;
  background-color: transparent
}

.vc_color-alert-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #67cce0
}

.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #67cce0
}

.vc_color-alert-info.vc_message_box-3d {
  box-shadow: 0 5px 0 #91d9e8
}

.vc_color-alert-success.vc_message_box {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8
}

.vc_color-alert-success.vc_message_box .vc_message_box-icon {
  color: #9ad36a
}

.vc_color-alert-success.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #9ad36a
}

.vc_color-alert-success.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-alert-success.vc_message_box-outline,
.vc_color-alert-success.vc_message_box-solid-icon {
  color: #3c763d;
  border-color: #9ad36a;
  background-color: transparent
}

.vc_color-alert-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #9ad36a
}

.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #9ad36a
}

.vc_color-alert-success.vc_message_box-3d {
  box-shadow: 0 5px 0 #bbdba1
}

.vc_color-alert-warning.vc_message_box {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3
}

.vc_color-alert-warning.vc_message_box .vc_message_box-icon {
  color: #f9cf79
}

.vc_color-alert-warning.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #f9cf79
}

.vc_color-alert-warning.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-alert-warning.vc_message_box-outline,
.vc_color-alert-warning.vc_message_box-solid-icon {
  color: #8a6d3b;
  border-color: #f9cf79;
  background-color: transparent
}

.vc_color-alert-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #f9cf79
}

.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #f9cf79
}

.vc_color-alert-warning.vc_message_box-3d {
  box-shadow: 0 5px 0 #f5d89e
}

.vc_color-alert-danger.vc_message_box {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede
}

.vc_color-alert-danger.vc_message_box .vc_message_box-icon {
  color: #ef8495
}

.vc_color-alert-danger.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #ef8495
}

.vc_color-alert-danger.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-alert-danger.vc_message_box-outline,
.vc_color-alert-danger.vc_message_box-solid-icon {
  color: #a94442;
  border-color: #ef8495;
  background-color: transparent
}

.vc_color-alert-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ef8495
}

.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #ef8495
}

.vc_color-alert-danger.vc_message_box-3d {
  box-shadow: 0 5px 0 #dca7b0
}

.vc_color-black.vc_message_box .vc_message_box-icon {
  color: #fff
}

.vc_color-black.vc_message_box-outline,
.vc_color-black.vc_message_box-outline .vc_message_box-icon {
  color: #2a2a2a
}

.vc_color-black.vc_message_box-solid-icon {
  color: #2a2a2a
}

.vc_color-grey.vc_message_box .vc_message_box-icon {
  color: #858585
}

.vc_color-white.vc_message_box .vc_message_box-icon {
  color: #b3b3b3
}

.vc_color-white.vc_message_box-outline,
.vc_color-white.vc_message_box-outline .vc_message_box-icon {
  color: #fff
}

.vc_color-white.vc_message_box-solid-icon {
  color: #fff
}

.vc_message_box-outline,
.vc_message_box-solid-icon {
  border-width: 2px
}

.vc_message_box-solid-icon .vc_message_box-icon {
  width: 3.25em
}

.vc_message_box-rounded {
  border-radius: 5px
}

.vc_message_box-round {
  border-radius: 4em
}

#content .wpb_alert p:last-child,
#content .wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
.wpb_alert p:last-child,
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
  margin-bottom: 0
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
  margin-bottom: 35px
}

.entry-content .twitter-share-button,
.fb_like,
.twitter-share-button,
.wpb_accordion .wpb_content_element,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element {
  margin-bottom: 21.73913043px
}

.vc_parallax {
  position: relative;
  overflow: hidden
}

.vc_parallax>* {
  position: relative;
  z-index: 1
}

.vc_parallax .vc_parallax-inner {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-attachment: scroll;
  background-color: transparent;
  background-image: inherit;
  background-size: cover;
  z-index: 0;
  background-position: 50% 0
}

.vc_parallax-inner iframe {
  max-width: 1000%
}

.vc_video-bg-container {
  position: relative
}

.vc_video-bg {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0
}

.vc_video-bg iframe {
  max-width: 1000%
}

.vc_row.vc_row-no-padding .vc_column-inner {
  padding-left: 0;
  padding-right: 0
}

.vc_row[data-vc-full-width] {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: hidden
}

.vc_row[data-vc-full-width].vc_hidden {
  opacity: 0
}

.vc_row-no-padding .vc_inner {
  margin-left: 0;
  margin-right: 0
}

.vc_row.vc_row-o-full-height {
  min-height: 100vh
}

.vc_row.vc_row-flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.vc_row.vc_row-flex>.vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
    min-height: 1em
  }
}

.vc_row.vc_row-flex::after,
.vc_row.vc_row-flex::before {
  display: none
}

.vc_row.vc_row-o-columns-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch
}

.vc_row.vc_row-o-columns-top {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.vc_row.vc_row-o-columns-bottom {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end
}

.vc_row.vc_row-o-columns-middle {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}

.vc_row.vc_row-o-columns-bottom::after,
.vc_row.vc_row-o-columns-middle::after,
.vc_row.vc_row-o-columns-top::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.vc_row.vc_row-o-content-bottom>.vc_column_container>.vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.vc_column-inner::after,
.vc_column-inner::before {
  content: " ";
  display: table
}

.vc_column-inner::after {
  clear: both
}

.vc_ie-flexbox-fixer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.vc_ie-flexbox-fixer>.vc_row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.vc_row.vc_column-gap-1 {
  margin-left: -15.5px;
  margin-right: -15.5px
}

.vc_row.vc_column-gap-1>.vc_column_container {
  padding: .5px
}

.vc_row.vc_column-gap-2 {
  margin-left: -16px;
  margin-right: -16px
}

.vc_row.vc_column-gap-2>.vc_column_container {
  padding: 1px
}

.vc_row.vc_column-gap-3 {
  margin-left: -16.5px;
  margin-right: -16.5px
}

.vc_row.vc_column-gap-3>.vc_column_container {
  padding: 1.5px
}

.vc_row.vc_column-gap-4 {
  margin-left: -17px;
  margin-right: -17px
}

.vc_row.vc_column-gap-4>.vc_column_container {
  padding: 2px
}

.vc_row.vc_column-gap-5 {
  margin-left: -17.5px;
  margin-right: -17.5px
}

.vc_row.vc_column-gap-5>.vc_column_container {
  padding: 2.5px
}

.vc_row.vc_column-gap-10 {
  margin-left: -20px;
  margin-right: -20px
}

.vc_row.vc_column-gap-10>.vc_column_container {
  padding: 5px
}

.vc_row.vc_column-gap-15 {
  margin-left: -22.5px;
  margin-right: -22.5px
}

.vc_row.vc_column-gap-15>.vc_column_container {
  padding: 7.5px
}

.vc_row.vc_column-gap-20 {
  margin-left: -25px;
  margin-right: -25px
}

.vc_row.vc_column-gap-20>.vc_column_container {
  padding: 10px
}

.vc_row.vc_column-gap-25 {
  margin-left: -27.5px;
  margin-right: -27.5px
}

.vc_row.vc_column-gap-25>.vc_column_container {
  padding: 12.5px
}

.vc_row.vc_column-gap-30 {
  margin-left: -30px;
  margin-right: -30px
}

.vc_row.vc_column-gap-30>.vc_column_container {
  padding: 15px
}

.vc_row.vc_column-gap-35 {
  margin-left: -32.5px;
  margin-right: -32.5px
}

.vc_row.vc_column-gap-35>.vc_column_container {
  padding: 17.5px
}

.vc_column_container {
  padding-left: 0;
  padding-right: 0
}

.vc_column_container>.vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 35px
}

.vc_section {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px
}

.vc_section[data-vc-full-width] {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: hidden
}

.vc_section[data-vc-full-width].vc_hidden {
  opacity: 0
}

.vc_section[data-vc-full-width]>.vc_row {
  margin-left: 0;
  margin-right: 0
}

.vc_section[data-vc-stretch-content] {
  padding-left: 0;
  padding-right: 0
}

.vc_section.vc_row-o-full-height {
  min-height: 100vh
}

.vc_section.vc_section-flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap
}

.vc_section.vc_section-flex .vc_vc_row {
  width: 100%
}

.vc_section.vc_section-flex::after,
.vc_section.vc_section-flex::before {
  display: none
}

.vc_section.vc_section-o-content-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.vc_section.vc_section-o-content-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.vc_section.vc_section-o-content-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.vc_section.vc_section-o-content-bottom::after,
.vc_section.vc_section-o-content-middle::after,
.vc_section.vc_section-o-content-top::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block
}

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {
  padding-top: 35px
}

.vc_row.vc_column-gap-1>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-1>.vc_vc_column_inner>.vc_column_container {
  padding-left: .5px;
  padding-right: .5px
}

.vc_row.vc_column-gap-2>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-2>.vc_vc_column_inner>.vc_column_container {
  padding-left: 1px;
  padding-right: 1px
}

.vc_row.vc_column-gap-3>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-3>.vc_vc_column_inner>.vc_column_container {
  padding-left: 1.5px;
  padding-right: 1.5px
}

.vc_row.vc_column-gap-4>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-4>.vc_vc_column_inner>.vc_column_container {
  padding-left: 2px;
  padding-right: 2px
}

.vc_row.vc_column-gap-5>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-5>.vc_vc_column_inner>.vc_column_container {
  padding-left: 2.5px;
  padding-right: 2.5px
}

.vc_row.vc_column-gap-10>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-10>.vc_vc_column_inner>.vc_column_container {
  padding-left: 5px;
  padding-right: 5px
}

.vc_row.vc_column-gap-15>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-15>.vc_vc_column_inner>.vc_column_container {
  padding-left: 7.5px;
  padding-right: 7.5px
}

.vc_row.vc_column-gap-20>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-20>.vc_vc_column_inner>.vc_column_container {
  padding-left: 10px;
  padding-right: 10px
}

.vc_row.vc_column-gap-25>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-25>.vc_vc_column_inner>.vc_column_container {
  padding-left: 12.5px;
  padding-right: 12.5px
}

.vc_row.vc_column-gap-30>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-30>.vc_vc_column_inner>.vc_column_container {
  padding-left: 15px;
  padding-right: 15px
}

.vc_row.vc_column-gap-35>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-35>.vc_vc_column_inner>.vc_column_container {
  padding-left: 17.5px;
  padding-right: 17.5px
}

.vc_vc_column,
.vc_vc_column_inner {
  padding-left: 0;
  padding-right: 0
}

.vc_row.vc_row-flex>.vc_vc_column,
.vc_row.vc_row-flex>.vc_vc_column_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.vc_row.vc_row-flex>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-flex>.vc_vc_column_inner>.vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.vc_row.vc_row-flex>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.vc_row.vc_row-o-content-top>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-top>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.vc_row.vc_row-o-content-bottom>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-bottom>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.vc_row.vc_row-o-content-middle>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-middle>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.vc_empty-element>.vc_column-inner {
  min-height: 100px
}

.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  padding-top: 35px
}

.fb_type_standard {
  height: 25px
}

.fb_type_standard iframe {
  height: 25px
}

.fb_type_button_count {
  height: 20px
}

.fb_type_button_count iframe {
  height: 20px
}

.fb_type_box_count {
  height: 62px
}

.fb_type_box_count iframe {
  height: 62px
}

.wpb_googleplus_type_standard {
  height: 25px
}

.wpb_googleplus_type_small {
  height: 19px
}

.wpb_googleplus_type_medium {
  height: 21px
}

.wpb_googleplus_type_tall {
  height: 21px
}

.wpb_googleplus_type_tall.vc_googleplus-annotation-bubble {
  height: 62px
}

.wpb_pinterest a {
  border-bottom: 0
}

.wpb_pinterest_type_horizontal {
  height: 21px
}

.wpb_pinterest_type_vertical {
  box-sizing: content-box;
  padding-top: 29px;
  height: 21px
}

.wpb_pinterest_type_none {
  height: 21px
}

iframe.twitter-share-button {
  margin: 0
}

.vc_toggle {
  display: block;
  margin: 0 0 21.73913043px 0;
  padding: 0;
  font-size: 1em
}

.vc_toggle:last-of-type {
  margin-bottom: 35px
}

.vc_toggle_title {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400
}

.vc_toggle_title>h4 {
  display: inline
}

.vc_toggle_icon {
  display: none;
  position: relative;
  vertical-align: middle
}

.vc_toggle_content {
  display: none;
  margin-bottom: 21.73913043px;
  margin-top: 1em;
  overflow: hidden;
  padding: 0
}

.vc_toggle.vc_toggle_active>.vc_toggle_content {
  display: block
}

.vc_toggle_simple .vc_toggle_icon {
  border: 0 solid transparent;
  border-radius: 0;
  display: inline-block
}

.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.vc_toggle_simple.vc_toggle_active .vc_toggle_icon::after {
  visibility: hidden
}

.vc_toggle_simple .vc_toggle_icon {
  height: 22px;
  width: 22px
}

.vc_toggle_simple .vc_toggle_icon::before {
  height: 2px;
  width: 10px
}

.vc_toggle_simple .vc_toggle_icon::after {
  height: 10px;
  width: 2px
}

.vc_toggle_simple .vc_toggle_icon {
  background-color: #2a2a2a;
  border-color: transparent
}

.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #2a2a2a
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #2a2a2a
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #444
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #444
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #444
}

.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #2a2a2a
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #444
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_simple .vc_toggle_icon {
  margin-left: 2px
}

.vc_toggle_round .vc_toggle_icon {
  border: 2px solid transparent;
  border-radius: 50%;
  display: inline-block
}

.vc_toggle_round .vc_toggle_icon::after,
.vc_toggle_round .vc_toggle_icon::before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.vc_toggle_round.vc_toggle_active .vc_toggle_icon::after {
  visibility: hidden
}

.vc_toggle_round .vc_toggle_icon {
  height: 22px;
  width: 22px
}

.vc_toggle_round .vc_toggle_icon::before {
  height: 2px;
  width: 10px
}

.vc_toggle_round .vc_toggle_icon::after {
  height: 10px;
  width: 2px
}

.vc_toggle_round .vc_toggle_icon {
  background-color: #2a2a2a;
  border-color: transparent
}

.vc_toggle_round .vc_toggle_icon::after,
.vc_toggle_round .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #2a2a2a
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #2a2a2a
}

.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #444
}

.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #444
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #444
}

.vc_toggle_rounded .vc_toggle_icon {
  border: 2px solid transparent;
  border-radius: 20%;
  display: inline-block
}

.vc_toggle_rounded .vc_toggle_icon::after,
.vc_toggle_rounded .vc_toggle_icon::before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.vc_toggle_rounded.vc_toggle_active .vc_toggle_icon::after {
  visibility: hidden
}

.vc_toggle_rounded .vc_toggle_icon {
  height: 22px;
  width: 22px
}

.vc_toggle_rounded .vc_toggle_icon::before {
  height: 2px;
  width: 10px
}

.vc_toggle_rounded .vc_toggle_icon::after {
  height: 10px;
  width: 2px
}

.vc_toggle_rounded .vc_toggle_icon {
  background-color: #2a2a2a;
  border-color: transparent
}

.vc_toggle_rounded .vc_toggle_icon::after,
.vc_toggle_rounded .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #2a2a2a
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #2a2a2a
}

.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #444
}

.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #444
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #444
}

.vc_toggle_square .vc_toggle_icon {
  border: 2px solid transparent;
  border-radius: 0;
  display: inline-block
}

.vc_toggle_square .vc_toggle_icon::after,
.vc_toggle_square .vc_toggle_icon::before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.vc_toggle_square.vc_toggle_active .vc_toggle_icon::after {
  visibility: hidden
}

.vc_toggle_square .vc_toggle_icon {
  height: 22px;
  width: 22px
}

.vc_toggle_square .vc_toggle_icon::before {
  height: 2px;
  width: 10px
}

.vc_toggle_square .vc_toggle_icon::after {
  height: 10px;
  width: 2px
}

.vc_toggle_square .vc_toggle_icon {
  background-color: #2a2a2a;
  border-color: transparent
}

.vc_toggle_square .vc_toggle_icon::after,
.vc_toggle_square .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #2a2a2a
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #2a2a2a
}

.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #444
}

.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #444
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #444
}

.vc_toggle_text_only .vc_toggle_icon {
  display: none
}

.vc_toggle_arrow .vc_toggle_icon {
  display: inline-block
}

.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_arrow .vc_toggle_icon::before {
  content: '';
  border-style: solid;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.vc_toggle_arrow .vc_toggle_icon::before {
  border-left: none;
  border-top: none
}

.vc_toggle_arrow .vc_toggle_icon::after {
  border-right: none;
  border-bottom: none;
  visibility: hidden
}

.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::before {
  visibility: hidden
}

.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::after {
  visibility: visible
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
  height: 22px;
  width: 22px
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
  border-width: 2px;
  height: 10px;
  margin-left: -5px;
  width: 10px
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
  margin-top: -10px
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
  margin-top: -5px
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #2a2a2a;
  background: 0 0
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #444;
  background: 0 0
}

.vc_toggle_default .vc_toggle_icon {
  background: #bababa;
  border: 1px solid #acacac;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.vc_toggle_default .vc_toggle_icon::after,
.vc_toggle_default .vc_toggle_icon::before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #bababa
}

.vc_toggle_default .vc_toggle_icon::before {
  border: 1px solid #acacac
}

.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after,
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before {
  visibility: hidden
}

.vc_toggle.vc_toggle_default .vc_toggle_icon {
  display: inline-block;
  width: 10px;
  margin-left: 5px;
  height: 4px
}

.vc_toggle.vc_toggle_default .vc_toggle_icon::before {
  height: 10px;
  width: 4px
}

.vc_toggle.vc_toggle_default .vc_toggle_icon::after {
  width: 8px;
  height: 2px
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #5472d2
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_blue .vc_toggle_icon {
  background-color: #5472d2;
  border-color: transparent
}

.vc_toggle_color_blue .vc_toggle_icon::after,
.vc_toggle_color_blue .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #5472d2
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #5472d2
}

.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #7c93dd
}

.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon {
  background: #5472d2;
  border-color: #3354c0
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::before {
  border-color: #3354c0;
  background: #5472d2
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::after {
  background: #5472d2
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #7c93dd;
  border-color: #5472d2
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #5472d2;
  background: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #5472d2;
  background: 0 0
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #7c93dd;
  background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #00c1cf
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_turquoise .vc_toggle_icon {
  background-color: #00c1cf;
  border-color: transparent
}

.vc_toggle_color_turquoise .vc_toggle_icon::after,
.vc_toggle_color_turquoise .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #00c1cf
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #00c1cf
}

.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #00919c
}

.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon {
  background: #00c1cf;
  border-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::before {
  border-color: #00919c;
  background: #00c1cf
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::after {
  background: #00c1cf
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #00919c;
  border-color: #006269
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #006269;
  background: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #00c1cf;
  background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #00919c;
  background: 0 0
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_pink .vc_toggle_icon {
  background-color: #fe6c61;
  border-color: transparent
}

.vc_toggle_color_pink .vc_toggle_icon::after,
.vc_toggle_color_pink .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #fe6c61
}

.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #fe9b94
}

.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon {
  background: #fe6c61;
  border-color: #fe3d2e
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::before {
  border-color: #fe3d2e;
  background: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::after {
  background: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #fe9b94;
  border-color: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #fe6c61;
  background: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #fe6c61;
  background: 0 0
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #fe9b94;
  background: 0 0
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #a991d3
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_violet .vc_toggle_icon {
  background-color: #8d6dc4;
  border-color: transparent
}

.vc_toggle_color_violet .vc_toggle_icon::after,
.vc_toggle_color_violet .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #8d6dc4
}

.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #a991d3
}

.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #a991d3
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #a991d3
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon {
  background: #8d6dc4;
  border-color: #7149b5
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::before {
  border-color: #7149b5;
  background: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::after {
  background: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #a991d3;
  border-color: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #8d6dc4;
  background: #a991d3
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #a991d3
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #8d6dc4;
  background: 0 0
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #a991d3;
  background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_peacoc .vc_toggle_icon {
  background-color: #4cadc9;
  border-color: transparent
}

.vc_toggle_color_peacoc .vc_toggle_icon::after,
.vc_toggle_color_peacoc .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #4cadc9
}

.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #73bfd5
}

.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon {
  background: #4cadc9;
  border-color: #3492ae
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::before {
  border-color: #3492ae;
  background: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::after {
  background: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #73bfd5;
  border-color: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #4cadc9;
  background: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #4cadc9;
  background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #73bfd5;
  background: 0 0
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_chino .vc_toggle_icon {
  background-color: #cec2ab;
  border-color: transparent
}

.vc_toggle_color_chino .vc_toggle_icon::after,
.vc_toggle_color_chino .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #cec2ab
}

.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #e1d9cb
}

.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon {
  background: #cec2ab;
  border-color: #bbab8b
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::before {
  border-color: #bbab8b;
  background: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::after {
  background: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #e1d9cb;
  border-color: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #cec2ab;
  background: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #cec2ab;
  background: 0 0
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #e1d9cb;
  background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_mulled_wine .vc_toggle_icon {
  background-color: #50485b;
  border-color: transparent
}

.vc_toggle_color_mulled_wine .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #50485b
}

.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #695f77
}

.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon {
  background: #50485b;
  border-color: #37313f
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::before {
  border-color: #37313f;
  background: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::after {
  background: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #695f77;
  border-color: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #50485b;
  background: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #50485b;
  background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #695f77;
  background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_vista_blue .vc_toggle_icon {
  background-color: #75d69c;
  border-color: transparent
}

.vc_toggle_color_vista_blue .vc_toggle_icon::after,
.vc_toggle_color_vista_blue .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #75d69c
}

.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #9ce2b8
}

.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon {
  background: #75d69c;
  border-color: #4eca80
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::before {
  border-color: #4eca80;
  background: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::after {
  background: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #9ce2b8;
  border-color: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #75d69c;
  background: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #75d69c;
  background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #9ce2b8;
  background: 0 0
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #444
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_black .vc_toggle_icon {
  background-color: #2a2a2a;
  border-color: transparent
}

.vc_toggle_color_black .vc_toggle_icon::after,
.vc_toggle_color_black .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #2a2a2a
}

.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #444
}

.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #444
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #444
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon {
  background: #2a2a2a;
  border-color: #101010
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::before {
  border-color: #101010;
  background: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::after {
  background: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #444;
  border-color: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #2a2a2a;
  background: #444
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #444
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #2a2a2a;
  background: 0 0
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #444;
  background: 0 0
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #ebebeb
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_grey .vc_toggle_icon {
  background-color: #ebebeb;
  border-color: transparent
}

.vc_toggle_color_grey .vc_toggle_icon::after,
.vc_toggle_color_grey .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #ebebeb
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #ebebeb
}

.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #d2d2d2
}

.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon {
  background: #ebebeb;
  border-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::before {
  border-color: #d2d2d2;
  background: #ebebeb
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::after {
  background: #ebebeb
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #d2d2d2;
  border-color: #b8b8b8
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #b8b8b8;
  background: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #ebebeb;
  background: 0 0
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #d2d2d2;
  background: 0 0
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #f7be68
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fad398
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_orange .vc_toggle_icon {
  background-color: #f7be68;
  border-color: transparent
}

.vc_toggle_color_orange .vc_toggle_icon::after,
.vc_toggle_color_orange .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #f7be68
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #f7be68
}

.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #fad398
}

.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #fad398
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fad398
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon {
  background: #f7be68;
  border-color: #f4a938
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::before {
  border-color: #f4a938;
  background: #f7be68
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::after {
  background: #f7be68
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #fad398;
  border-color: #f7be68
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #f7be68;
  background: #fad398
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #fad398
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #f7be68;
  background: 0 0
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #fad398;
  background: 0 0
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #86baea
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_sky .vc_toggle_icon {
  background-color: #5aa1e3;
  border-color: transparent
}

.vc_toggle_color_sky .vc_toggle_icon::after,
.vc_toggle_color_sky .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #5aa1e3
}

.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #86baea
}

.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #86baea
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #86baea
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon {
  background: #5aa1e3;
  border-color: #2e88dc
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::before {
  border-color: #2e88dc;
  background: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::after {
  background: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #86baea;
  border-color: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #5aa1e3;
  background: #86baea
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #86baea
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #5aa1e3;
  background: 0 0
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #86baea;
  background: 0 0
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #6dab3c
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #87c456
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_green .vc_toggle_icon {
  background-color: #6dab3c;
  border-color: transparent
}

.vc_toggle_color_green .vc_toggle_icon::after,
.vc_toggle_color_green .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #6dab3c
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #6dab3c
}

.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #87c456
}

.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #87c456
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #87c456
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon {
  background: #6dab3c;
  border-color: #55852f
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::before {
  border-color: #55852f;
  background: #6dab3c
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::after {
  background: #6dab3c
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #87c456;
  border-color: #6dab3c
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #6dab3c;
  background: #87c456
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #87c456
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #6dab3c;
  background: 0 0
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #87c456;
  background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_juicy_pink .vc_toggle_icon {
  background-color: #f4524d;
  border-color: transparent
}

.vc_toggle_color_juicy_pink .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #f4524d
}

.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #f7817d
}

.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon {
  background: #f4524d;
  border-color: #f1231d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::before {
  border-color: #f1231d;
  background: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::after {
  background: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #f7817d;
  border-color: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #f4524d;
  background: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #f4524d;
  background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #f7817d;
  background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_sandy_brown .vc_toggle_icon {
  background-color: #f79468;
  border-color: transparent
}

.vc_toggle_color_sandy_brown .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #f79468
}

.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #fab698
}

.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon {
  background: #f79468;
  border-color: #f47238
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::before {
  border-color: #f47238;
  background: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::after {
  background: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #fab698;
  border-color: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #f79468;
  background: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #f79468;
  background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #fab698;
  background: 0 0
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_purple .vc_toggle_icon {
  background-color: #b97ebb;
  border-color: transparent
}

.vc_toggle_color_purple .vc_toggle_icon::after,
.vc_toggle_color_purple .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #b97ebb
}

.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #cb9fcd
}

.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon {
  background: #b97ebb;
  border-color: #a75da9
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::before {
  border-color: #a75da9;
  background: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::after {
  background: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #cb9fcd;
  border-color: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #b97ebb;
  background: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #b97ebb;
  background: 0 0
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #cb9fcd;
  background: 0 0
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_white .vc_toggle_icon {
  background-color: #fff;
  border-color: transparent
}

.vc_toggle_color_white .vc_toggle_icon::after,
.vc_toggle_color_white .vc_toggle_icon::before {
  background-color: #2a2a2a
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #fff
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #fff
}

.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #e6e6e6
}

.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #2a2a2a
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon {
  background: #fff;
  border-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::before {
  border-color: #e6e6e6;
  background: #fff
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::after {
  background: #fff
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #e6e6e6;
  border-color: #ccc
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #ccc;
  background: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #fff;
  background: 0 0
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #e6e6e6;
  background: 0 0
}

.vc_toggle_size_sm .vc_toggle_icon {
  height: 16px;
  width: 16px
}

.vc_toggle_size_sm .vc_toggle_icon::before {
  height: 2px;
  width: 8px
}

.vc_toggle_size_sm .vc_toggle_icon::after {
  height: 8px;
  width: 2px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon {
  display: inline-block;
  width: 8px;
  margin-left: 4px;
  height: 2px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::before {
  height: 8px;
  width: 2px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::after {
  width: 6px;
  height: 0
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
  height: 16px;
  width: 16px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before {
  border-width: 2px;
  height: 8px;
  margin-left: -4px;
  width: 8px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before {
  margin-top: -8px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after {
  margin-top: -4px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title {
  padding-left: 24px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title {
  padding-left: 17.6px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
  margin-left: 8px
}

.vc_toggle_size_md .vc_toggle_icon {
  height: 22px;
  width: 22px
}

.vc_toggle_size_md .vc_toggle_icon::before {
  height: 2px;
  width: 10px
}

.vc_toggle_size_md .vc_toggle_icon::after {
  height: 10px;
  width: 2px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
  display: inline-block;
  width: 10px;
  margin-left: 5px;
  height: 4px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
  height: 10px;
  width: 4px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
  width: 8px;
  height: 2px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
  height: 22px;
  width: 22px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
  border-width: 2px;
  height: 10px;
  margin-left: -5px;
  width: 10px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
  margin-top: -10px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after {
  margin-top: -5px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title {
  padding-left: 33px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  padding-left: 24.2px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
  margin-left: 11px
}

.vc_toggle_size_lg .vc_toggle_icon {
  height: 28px;
  width: 28px
}

.vc_toggle_size_lg .vc_toggle_icon::before {
  height: 2px;
  width: 14px
}

.vc_toggle_size_lg .vc_toggle_icon::after {
  height: 14px;
  width: 2px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon {
  display: inline-block;
  width: 14px;
  margin-left: 7px;
  height: 4px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::before {
  height: 14px;
  width: 4px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::after {
  width: 12px;
  height: 2px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
  height: 28px;
  width: 28px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
  border-width: 2px;
  height: 14px;
  margin-left: -7px;
  width: 14px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
  margin-top: -14px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after {
  margin-top: -7px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title {
  padding-left: 42px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title {
  padding-left: 30.8px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
  margin-left: 14px
}

.vc_toggle_default .vc_toggle_content,
.vc_toggle_default .vc_toggle_title,
.vc_toggle_round .vc_toggle_content,
.vc_toggle_round .vc_toggle_title,
.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_simple .vc_toggle_content,
.vc_toggle_simple .vc_toggle_title,
.vc_toggle_square .vc_toggle_content,
.vc_toggle_square .vc_toggle_title {
  padding-left: 33px
}

.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.vc_toggle_default .vc_toggle_content,
.vc_toggle_default .vc_toggle_title {
  padding-left: 24.2px
}

.vc_toggle_arrow .vc_toggle_icon {
  margin-left: 11px
}

.wpb_widgetised_column .wpb_wrapper>ul {
  margin: 0
}

.wpb_widgetised_column .wpb_wrapper>ul>li {
  margin-left: 0;
  background-image: none;
  list-style: none !important
}

.wpb_widgetised_column .wpb_wrapper>ul>li:after,
.wpb_widgetised_column .wpb_wrapper>ul>li:before {
  display: none !important
}

.wpb_button {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.wpb_button.active,
.wpb_button.disabled,
.wpb_button:active,
.wpb_button:hover,
.wpb_button[disabled] {
  background-color: #eaeaea
}

.vc_vc_button2 .vc_btn {
  margin-top: 5px;
  margin-bottom: 5px
}

.vc_vc_button .vc_btn {
  margin-top: 5px;
  margin-bottom: 5px
}

.wpb_button:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  transition: background-color .1s linear
}

.wpb_button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.wpb_button.active,
.wpb_button:active {
  background-color: #e6e6e6;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

button.wpb_btn-large,
span.wpb_btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

button.wpb_btn-large [class^=icon-],
span.wpb_btn-large [class^=icon-] {
  margin-top: 1px
}

button.wpb_btn-small,
span.wpb_btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px
}

button.wpb_btn-small [class^=icon-],
span.wpb_btn-small [class^=icon-] {
  margin-top: -1px
}

button.wpb_btn-mini,
span.wpb_btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px
}

.wpb_btn-danger,
.wpb_btn-danger:hover,
.wpb_btn-info,
.wpb_btn-info:hover,
.wpb_btn-inverse,
.wpb_btn-inverse:hover,
.wpb_btn-primary,
.wpb_btn-primary:hover,
.wpb_btn-success,
.wpb_btn-success:hover,
.wpb_btn-warning,
.wpb_btn-warning:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.wpb_btn-danger.active,
.wpb_btn-info.active,
.wpb_btn-inverse.active,
.wpb_btn-primary.active,
.wpb_btn-success.active,
.wpb_btn-warning.active {
  color: rgba(255, 255, 255, .75)
}

.wpb_button {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1)
}

.wpb_btn-primary {
  background-color: #08c
}

.wpb_btn-primary.active,
.wpb_btn-primary.disabled,
.wpb_btn-primary:active,
.wpb_btn-primary:hover,
.wpb_btn-primary[disabled] {
  background-color: #0077b3
}

.wpb_btn-warning {
  background-color: #f90
}

.wpb_btn-warning.active,
.wpb_btn-warning.disabled,
.wpb_btn-warning:active,
.wpb_btn-warning:hover,
.wpb_btn-warning[disabled] {
  background-color: #e68a00
}

.wpb_btn-danger {
  background-color: #ff675b
}

.wpb_btn-danger.active,
.wpb_btn-danger.disabled,
.wpb_btn-danger:active,
.wpb_btn-danger:hover,
.wpb_btn-danger[disabled] {
  background-color: #ff4f42
}

.wpb_btn-success {
  background-color: #6ab165
}

.wpb_btn-success.active,
.wpb_btn-success.disabled,
.wpb_btn-success:active,
.wpb_btn-success:hover,
.wpb_btn-success[disabled] {
  background-color: #5aa855
}

.wpb_btn-info {
  background-color: #58b9da
}

.wpb_btn-info.active,
.wpb_btn-info.disabled,
.wpb_btn-info:active,
.wpb_btn-info:hover,
.wpb_btn-info[disabled] {
  background-color: #43b0d5
}

.wpb_btn-inverse {
  background-color: #555
}

.wpb_btn-inverse.active,
.wpb_btn-inverse.disabled,
.wpb_btn-inverse:active,
.wpb_btn-inverse:hover,
.wpb_btn-inverse[disabled] {
  background-color: #484848
}

button.wpb_button::-moz-focus-inner,
input[type=submit].wpb_button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a.wpb_button_a {
  text-decoration: none;
  border: none
}

a.wpb_button_a:hover {
  text-decoration: none
}

.wpb_button:hover {
  background-image: none
}

.vc_btn3-container {
  display: block;
  margin-bottom: 21.73913043px;
  max-width: 100%
}

.vc_btn3-container.vc_btn3-inline {
  display: inline-block;
  vertical-align: top
}

.vc_general.vc_btn3 {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  color: #5472d2;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px
}

.vc_general.vc_btn3.vc_btn3-style-outline,
.vc_general.vc_btn3.vc_btn3-style-outline-custom {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 19px;
  padding-right: 19px
}

.vc_general.vc_btn3.active,
.vc_general.vc_btn3:active,
.vc_general.vc_btn3:focus {
  outline: 0
}

.vc_general.vc_btn3:focus,
.vc_general.vc_btn3:hover {
  border: 1px solid transparent;
  text-decoration: none;
  color: #4868cf
}

.vc_general.vc_btn3 .vc_btn3-icon {
  vertical-align: top;
  height: 14px;
  line-height: 1;
  font-size: 16px
}

.vc_general.vc_btn3 .vc_btn3-icon-inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.vc_general.vc_btn3 .vc_btn3-placeholder {
  display: inline-block;
  vertical-align: top;
  width: 0
}

.vc_btn3.vc_btn3-icon-left,
.vc_btn3.vc_btn3-icon-right {
  position: relative
}

.vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
.vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.vc_btn3.vc_btn3-icon-left {
  text-align: left
}

.vc_btn3.vc_btn3-icon-right {
  text-align: right
}

.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-block) .vc_btn3-icon-inner {
  -webkit-transform: translate(-75%, -50%);
  -ms-transform: translate(-75%, -50%);
  transform: translate(-75%, -50%)
}

.vc_btn3.vc_btn3-o-empty .vc_btn3-icon {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.vc_btn3.vc_btn3-o-empty:not(.vc_btn3-block) .vc_btn3-icon-inner {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.vc_btn3.vc_btn3-style-classic {
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1)
}

.vc_btn3.vc_btn3-style-modern {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
  background-repeat: repeat-x
}

.vc_btn3.vc_btn3-style-outline,
.vc_btn3.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-style-outline-custom:focus,
.vc_btn3.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-style-outline:hover {
  border-width: 2px
}

.vc_btn3.vc_btn3-style-custom {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%
}

.vc_btn3.vc_btn3-style-custom:focus,
.vc_btn3.vc_btn3-style-custom:hover {
  background-position: 0 100%
}

.vc_btn3.vc_btn3-block {
  display: block;
  width: 100%;
  text-align: inherit
}

.vc_btn3.vc_btn3-shape-square {
  border-radius: 0
}

.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 5px
}

.vc_btn3.vc_btn3-shape-round {
  border-radius: 2em
}

.vc_btn3.vc_btn3-size-xs {
  font-size: 11px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline-custom {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 11px;
  padding-right: 11px
}

.vc_btn3.vc_btn3-size-xs .vc_btn3-icon {
  font-size: 14px;
  height: 11px;
  line-height: 11px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 31px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 12px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-right: 31px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  right: 12px
}

.vc_btn3.vc_btn3-size-sm {
  font-size: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 16px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_btn3.vc_btn3-size-sm .vc_btn3-icon {
  font-size: 14px;
  height: 12px;
  line-height: 12px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 39px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 16px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-right: 39px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  right: 16px
}

.vc_btn3.vc_btn3-size-md {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 19px;
  padding-right: 19px
}

.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
  font-size: 16px;
  height: 14px;
  line-height: 14px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 48px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 20px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-right: 48px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  right: 20px
}

.vc_btn3.vc_btn3-size-lg {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 24px;
  padding-right: 24px
}

.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
  font-size: 20px;
  height: 16px;
  line-height: 16px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 60px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 25px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-right: 60px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  right: 25px
}

.vc_btn3.vc_btn3-color-blue,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  color: #fff;
  background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-blue:focus,
.vc_btn3.vc_btn3-color-blue:hover {
  color: #f7f7f7;
  background-color: #3c5ecc
}

.vc_btn3.vc_btn3-color-blue.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-blue:active {
  color: #f2f2f2;
  background-color: #3558c8
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
  color: #5472d2;
  border-color: #5472d2;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #5472d2;
  background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #5472d2;
  background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d {
  color: #fff;
  background-color: #5472d2;
  box-shadow: 0 5px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
  color: #fff;
  border-color: #5472d2;
  background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #3c5ecc;
  background-color: #3c5ecc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #3558c8;
  background-color: #3558c8
}

.vc_btn3.vc_btn3-color-turquoise,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
  color: #fff;
  background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-turquoise:focus,
.vc_btn3.vc_btn3-color-turquoise:hover {
  color: #f7f7f7;
  background-color: #00a4b0
}

.vc_btn3.vc_btn3-color-turquoise.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-turquoise:active {
  color: #f2f2f2;
  background-color: #009ba6
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline {
  color: #00c1cf;
  border-color: #00c1cf;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #00c1cf;
  background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #00c1cf;
  background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d {
  color: #fff;
  background-color: #00c1cf;
  box-shadow: 0 5px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern {
  color: #fff;
  border-color: #00c1cf;
  background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #00a4b0;
  background-color: #00a4b0
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #009ba6;
  background-color: #009ba6
}

.vc_btn3.vc_btn3-color-pink,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat {
  color: #fff;
  background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-pink:focus,
.vc_btn3.vc_btn3-color-pink:hover {
  color: #f7f7f7;
  background-color: #fe5043
}

.vc_btn3.vc_btn3-color-pink.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-pink:active {
  color: #f2f2f2;
  background-color: #fe4638
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline {
  color: #fe6c61;
  border-color: #fe6c61;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #fe6c61;
  background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #fe6c61;
  background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d {
  color: #fff;
  background-color: #fe6c61;
  box-shadow: 0 5px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern {
  color: #fff;
  border-color: #fe6c61;
  background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #fe5043;
  background-color: #fe5043
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #fe4638;
  background-color: #fe4638
}

.vc_btn3.vc_btn3-color-violet,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat {
  color: #fff;
  background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-violet:focus,
.vc_btn3.vc_btn3-color-violet:hover {
  color: #f7f7f7;
  background-color: #7c57bb
}

.vc_btn3.vc_btn3-color-violet.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-violet:active {
  color: #f2f2f2;
  background-color: #7650b8
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline {
  color: #8d6dc4;
  border-color: #8d6dc4;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #8d6dc4;
  background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #8d6dc4;
  background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d {
  color: #fff;
  background-color: #8d6dc4;
  box-shadow: 0 5px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern {
  color: #fff;
  border-color: #8d6dc4;
  background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #7c57bb;
  background-color: #7c57bb
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #7650b8;
  background-color: #7650b8
}

.vc_btn3.vc_btn3-color-peacoc,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat {
  color: #fff;
  background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-peacoc:focus,
.vc_btn3.vc_btn3-color-peacoc:hover {
  color: #f7f7f7;
  background-color: #39a0bd
}

.vc_btn3.vc_btn3-color-peacoc.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-peacoc:active {
  color: #f2f2f2;
  background-color: #3799b5
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline {
  color: #4cadc9;
  border-color: #4cadc9;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #4cadc9;
  background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #4cadc9;
  background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d {
  color: #fff;
  background-color: #4cadc9;
  box-shadow: 0 5px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern {
  color: #fff;
  border-color: #4cadc9;
  background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #39a0bd;
  background-color: #39a0bd
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #3799b5;
  background-color: #3799b5
}

.vc_btn3.vc_btn3-color-chino,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat {
  color: #fff;
  background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-chino:focus,
.vc_btn3.vc_btn3-color-chino:hover {
  color: #f7f7f7;
  background-color: #c3b498
}

.vc_btn3.vc_btn3-color-chino.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-chino:active {
  color: #f2f2f2;
  background-color: #bfaf91
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline {
  color: #cec2ab;
  border-color: #cec2ab;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #cec2ab;
  background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #cec2ab;
  background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d {
  color: #fff;
  background-color: #cec2ab;
  box-shadow: 0 5px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern {
  color: #fff;
  border-color: #cec2ab;
  background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #c3b498;
  background-color: #c3b498
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #bfaf91;
  background-color: #bfaf91
}

.vc_btn3.vc_btn3-color-mulled-wine,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat {
  color: #fff;
  background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-mulled-wine:focus,
.vc_btn3.vc_btn3-color-mulled-wine:hover {
  color: #f7f7f7;
  background-color: #413a4a
}

.vc_btn3.vc_btn3-color-mulled-wine.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-mulled-wine:active {
  color: #f2f2f2;
  background-color: #3c3644
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline {
  color: #50485b;
  border-color: #50485b;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #50485b;
  background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #50485b;
  background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d {
  color: #fff;
  background-color: #50485b;
  box-shadow: 0 5px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern {
  color: #fff;
  border-color: #50485b;
  background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #413a4a;
  background-color: #413a4a
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #3c3644;
  background-color: #3c3644
}

.vc_btn3.vc_btn3-color-vista-blue,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat {
  color: #fff;
  background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-vista-blue:focus,
.vc_btn3.vc_btn3-color-vista-blue:hover {
  color: #f7f7f7;
  background-color: #5dcf8b
}

.vc_btn3.vc_btn3-color-vista-blue.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-vista-blue:active {
  color: #f2f2f2;
  background-color: #56cd85
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline {
  color: #75d69c;
  border-color: #75d69c;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #75d69c;
  background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #75d69c;
  background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d {
  color: #fff;
  background-color: #75d69c;
  box-shadow: 0 5px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern {
  color: #fff;
  border-color: #75d69c;
  background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #5dcf8b;
  background-color: #5dcf8b
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #56cd85;
  background-color: #56cd85
}

.vc_btn3.vc_btn3-color-orange,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
  color: #fff;
  background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-orange:focus,
.vc_btn3.vc_btn3-color-orange:hover {
  color: #f7f7f7;
  background-color: #f5b14b
}

.vc_btn3.vc_btn3-color-orange.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-orange:active {
  color: #f2f2f2;
  background-color: #f5ad41
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline {
  color: #f7be68;
  border-color: #f7be68;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #f7be68;
  background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #f7be68;
  background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d {
  color: #fff;
  background-color: #f7be68;
  box-shadow: 0 5px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
  color: #fff;
  border-color: #f7be68;
  background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #f5b14b;
  background-color: #f5b14b
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #f5ad41;
  background-color: #f5ad41
}

.vc_btn3.vc_btn3-color-sky,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat {
  color: #fff;
  background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-sky:focus,
.vc_btn3.vc_btn3-color-sky:hover {
  color: #f7f7f7;
  background-color: #4092df
}

.vc_btn3.vc_btn3-color-sky.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-sky:active {
  color: #f2f2f2;
  background-color: #378ddd
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline {
  color: #5aa1e3;
  border-color: #5aa1e3;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #5aa1e3;
  background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #5aa1e3;
  background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d {
  color: #fff;
  background-color: #5aa1e3;
  box-shadow: 0 5px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern {
  color: #fff;
  border-color: #5aa1e3;
  background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #4092df;
  background-color: #4092df
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #378ddd;
  background-color: #378ddd
}

.vc_btn3.vc_btn3-color-green,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
  color: #fff;
  background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-green:focus,
.vc_btn3.vc_btn3-color-green:hover {
  color: #f7f7f7;
  background-color: #5f9434
}

.vc_btn3.vc_btn3-color-green.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-green:active {
  color: #f2f2f2;
  background-color: #5a8d31
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline {
  color: #6dab3c;
  border-color: #6dab3c;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #6dab3c;
  background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #6dab3c;
  background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d {
  color: #fff;
  background-color: #6dab3c;
  box-shadow: 0 5px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
  color: #fff;
  border-color: #6dab3c;
  background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #5f9434;
  background-color: #5f9434
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #5a8d31;
  background-color: #5a8d31
}

.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  color: #fff;
  background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-juicy-pink:focus,
.vc_btn3.vc_btn3-color-juicy-pink:hover {
  color: #f7f7f7;
  background-color: #f23630
}

.vc_btn3.vc_btn3-color-juicy-pink.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-juicy-pink:active {
  color: #f2f2f2;
  background-color: #f22d27
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline {
  color: #f4524d;
  border-color: #f4524d;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #f4524d;
  background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #f4524d;
  background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d {
  color: #fff;
  background-color: #f4524d;
  box-shadow: 0 5px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern {
  color: #fff;
  border-color: #f4524d;
  background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #f23630;
  background-color: #f23630
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #f22d27;
  background-color: #f22d27
}

.vc_btn3.vc_btn3-color-sandy-brown,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat {
  color: #fff;
  background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-sandy-brown:focus,
.vc_btn3.vc_btn3-color-sandy-brown:hover {
  color: #f7f7f7;
  background-color: #f57f4b
}

.vc_btn3.vc_btn3-color-sandy-brown.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-sandy-brown:active {
  color: #f2f2f2;
  background-color: #f57941
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline {
  color: #f79468;
  border-color: #f79468;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #f79468;
  background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #f79468;
  background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d {
  color: #fff;
  background-color: #f79468;
  box-shadow: 0 5px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern {
  color: #fff;
  border-color: #f79468;
  background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #f57f4b;
  background-color: #f57f4b
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #f57941;
  background-color: #f57941
}

.vc_btn3.vc_btn3-color-purple,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat {
  color: #fff;
  background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-purple:focus,
.vc_btn3.vc_btn3-color-purple:hover {
  color: #f7f7f7;
  background-color: #ae6ab0
}

.vc_btn3.vc_btn3-color-purple.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-purple:active {
  color: #f2f2f2;
  background-color: #ab63ad
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline {
  color: #b97ebb;
  border-color: #b97ebb;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #b97ebb;
  background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #b97ebb;
  background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d {
  color: #fff;
  background-color: #b97ebb;
  box-shadow: 0 5px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern {
  color: #fff;
  border-color: #b97ebb;
  background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #ae6ab0;
  background-color: #ae6ab0
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #ab63ad;
  background-color: #ab63ad
}

.vc_btn3.vc_btn3-color-black,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
  color: #fff;
  background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-black:focus,
.vc_btn3.vc_btn3-color-black:hover {
  color: #f7f7f7;
  background-color: #1b1b1b
}

.vc_btn3.vc_btn3-color-black.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-black:active {
  color: #f2f2f2;
  background-color: #161616
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
  color: #fff;
  border-color: #2a2a2a;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #2a2a2a;
  background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #2a2a2a;
  background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d {
  color: #fff;
  background-color: #2a2a2a;
  box-shadow: 0 5px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
  color: #fff;
  border-color: #2a2a2a;
  background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #1b1b1b;
  background-color: #1b1b1b
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #161616;
  background-color: #161616
}

.vc_btn3.vc_btn3-color-grey,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
  color: #666;
  background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-grey:focus,
.vc_btn3.vc_btn3-color-grey:hover {
  color: #5e5e5e;
  background-color: #dcdcdc
}

.vc_btn3.vc_btn3-color-grey.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-grey:active {
  color: #595959;
  background-color: #d7d7d7
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
  color: #666;
  border-color: #ebebeb;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
  color: #666;
  border-color: #ebebeb;
  background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active {
  color: #666;
  border-color: #ebebeb;
  background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d {
  color: #666;
  background-color: #ebebeb;
  box-shadow: 0 5px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover {
  color: #5e5e5e;
  background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:active {
  color: #595959;
  background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  color: #666;
  border-color: #ebebeb;
  background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  color: #5e5e5e;
  border-color: #dcdcdc;
  background-color: #dcdcdc
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  color: #595959;
  border-color: #d7d7d7;
  background-color: #d7d7d7
}

.vc_btn3.vc_btn3-color-white,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  color: #666;
  background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-white:focus,
.vc_btn3.vc_btn3-color-white:hover {
  color: #5e5e5e;
  background-color: #f0f0f0
}

.vc_btn3.vc_btn3-color-white.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-white:active {
  color: #595959;
  background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
  color: #666;
  border-color: #fff;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
  color: #666;
  border-color: #fff;
  background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active {
  color: #666;
  border-color: #fff;
  background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d {
  color: #666;
  background-color: #fff;
  box-shadow: 0 5px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover {
  color: #5e5e5e;
  background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:active {
  color: #595959;
  background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  color: #666;
  border-color: #fff;
  background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
  color: #5e5e5e;
  border-color: #f0f0f0;
  background-color: #f0f0f0
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:active {
  color: #595959;
  border-color: #ebebeb;
  background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-default,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
  color: #333;
  background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-default:focus,
.vc_btn3.vc_btn3-color-default:hover {
  color: #2b2b2b;
  background-color: #e8e8e8
}

.vc_btn3.vc_btn3-color-default.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-default:active {
  color: #262626;
  background-color: #e3e3e3
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline {
  color: #f7f7f7;
  border-color: #f7f7f7;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:hover {
  color: #333;
  border-color: #f7f7f7;
  background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:active {
  color: #333;
  border-color: #f7f7f7;
  background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d {
  color: #333;
  background-color: #f7f7f7;
  box-shadow: 0 5px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover {
  color: #2b2b2b;
  background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:active {
  color: #262626;
  background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
  color: #333;
  border-color: #f7f7f7;
  background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover {
  color: #2b2b2b;
  border-color: #e8e8e8;
  background-color: #e8e8e8
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:active {
  color: #262626;
  border-color: #e3e3e3;
  background-color: #e3e3e3
}

.vc_btn3.vc_btn3-color-primary,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
  color: #fff;
  background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-primary:focus,
.vc_btn3.vc_btn3-color-primary:hover {
  color: #f7f7f7;
  background-color: #0074ad
}

.vc_btn3.vc_btn3-color-primary.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-primary:active {
  color: #f2f2f2;
  background-color: #006da3
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline {
  color: #08c;
  border-color: #08c;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #08c;
  background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #08c;
  background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d {
  color: #fff;
  background-color: #08c;
  box-shadow: 0 5px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
  color: #fff;
  border-color: #08c;
  background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #0074ad;
  background-color: #0074ad
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #006da3;
  background-color: #006da3
}

.vc_btn3.vc_btn3-color-info,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat {
  color: #fff;
  background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-info:focus,
.vc_btn3.vc_btn3-color-info:hover {
  color: #f7f7f7;
  background-color: #3fafd4
}

.vc_btn3.vc_btn3-color-info.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-info:active {
  color: #f2f2f2;
  background-color: #37abd3
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline {
  color: #58b9da;
  border-color: #58b9da;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #58b9da;
  background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #58b9da;
  background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d {
  color: #fff;
  background-color: #58b9da;
  box-shadow: 0 5px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern {
  color: #fff;
  border-color: #58b9da;
  background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #3fafd4;
  background-color: #3fafd4
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #37abd3;
  background-color: #37abd3
}

.vc_btn3.vc_btn3-color-success,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
  color: #fff;
  background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-success:focus,
.vc_btn3.vc_btn3-color-success:hover {
  color: #f7f7f7;
  background-color: #59a453
}

.vc_btn3.vc_btn3-color-success.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-success:active {
  color: #f2f2f2;
  background-color: #559d50
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline {
  color: #6ab165;
  border-color: #6ab165;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #6ab165;
  background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #6ab165;
  background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d {
  color: #fff;
  background-color: #6ab165;
  box-shadow: 0 5px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
  color: #fff;
  border-color: #6ab165;
  background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #59a453;
  background-color: #59a453
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #559d50;
  background-color: #559d50
}

.vc_btn3.vc_btn3-color-warning,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  color: #fff;
  background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-warning:focus,
.vc_btn3.vc_btn3-color-warning:hover {
  color: #f7f7f7;
  background-color: #e08700
}

.vc_btn3.vc_btn3-color-warning.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-warning:active {
  color: #f2f2f2;
  background-color: #d68100
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline {
  color: #f90;
  border-color: #f90;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #f90;
  background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #f90;
  background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d {
  color: #fff;
  background-color: #f90;
  box-shadow: 0 5px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
  color: #fff;
  border-color: #f90;
  background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #e08700;
  background-color: #e08700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #d68100;
  background-color: #d68100
}

.vc_btn3.vc_btn3-color-danger,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
  color: #fff;
  background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-danger:focus,
.vc_btn3.vc_btn3-color-danger:hover {
  color: #f7f7f7;
  background-color: #ff4b3c
}

.vc_btn3.vc_btn3-color-danger.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-danger:active {
  color: #f2f2f2;
  background-color: #ff4132
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
  color: #ff675b;
  border-color: #ff675b;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #ff675b;
  background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #ff675b;
  background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d {
  color: #fff;
  background-color: #ff675b;
  box-shadow: 0 5px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
  color: #fff;
  border-color: #ff675b;
  background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #ff4b3c;
  background-color: #ff4b3c
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #ff4132;
  background-color: #ff4132
}

.vc_btn3.vc_btn3-color-inverse,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat {
  color: #fff;
  background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-inverse:focus,
.vc_btn3.vc_btn3-color-inverse:hover {
  color: #f7f7f7;
  background-color: #464646
}

.vc_btn3.vc_btn3-color-inverse.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-inverse:active {
  color: #f2f2f2;
  background-color: #414141
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline {
  color: #555;
  border-color: #555;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #555;
  background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:active {
  color: #fff;
  border-color: #555;
  background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d {
  color: #fff;
  background-color: #555;
  box-shadow: 0 5px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover {
  top: 3px;
  box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern {
  color: #fff;
  border-color: #555;
  background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #464646;
  background-color: #464646
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #414141;
  background-color: #414141
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
  color: #2a2a2a
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
  color: #ebebeb
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
  color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .02) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .02) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .02) 100%);
  background-repeat: repeat-x
}

.vc_btn3-container.vc_btn3-center {
  text-align: center
}

.vc_btn3-container.vc_btn3-left {
  text-align: left
}

.vc_btn3-container.vc_btn3-right {
  text-align: right
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon {
  display: inline-block;
  position: static
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  min-width: 1em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  margin-right: .5em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  margin-left: .5em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs {
  font-size: 11px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline-custom {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 11px;
  padding-right: 11px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm {
  font-size: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 16px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline-custom {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline-custom {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 19px;
  padding-right: 19px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline-custom {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 24px;
  padding-right: 24px
}

.vc_btn3-container .vc_btn3-block.vc_btn3-icon-left,
.vc_btn3-container .vc_btn3-block.vc_btn3-icon-right {
  text-align: inherit
}

.vc_custom_heading a,
.vc_custom_heading a:focus,
.vc_custom_heading a:hover,
.vc_custom_heading a:visited {
  border: none;
  text-decoration: inherit;
  color: inherit
}

.vc_custom_heading a {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1
}

.vc_custom_heading a:hover {
  opacity: .85
}

.vc_call_to_action {
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
  padding: 2em;
  border-radius: 5px
}

.vc_call_to_action :last-child {
  margin-bottom: 0
}

.vc_call_to_action.vc_cta_square {
  border-radius: 0
}

.vc_call_to_action.vc_cta_square_outlined {
  border-radius: 0;
  background: 0 0 !important
}

.vc_call_to_action.vc_cta_round {
  border-radius: 50px
}

.vc_call_to_action.vc_cta_outlined {
  background: 0 0 !important
}

.vc_call_to_action hgroup h2,
.vc_call_to_action hgroup h4 {
  margin: 0;
  clear: none
}

.vc_call_to_action hgroup+p {
  margin-top: 1em
}

.vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
  float: right;
  margin-left: 2em
}

.vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn {
  float: left;
  margin-right: 2em
}

.wpb_call_to_action {
  position: relative;
  background-color: #f7f7f7;
  padding: 20px;
  padding: 35px;
  border: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.wpb_call_to_action .wpb_button {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.cta_align_left .wpb_button {
  float: left
}

.cta_align_right .wpb_button {
  float: right
}

.cta_align_left .wpb_button,
.cta_align_right .wpb_button {
  max-width: 27.5%
}

.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
  width: 70%;
  float: left;
  clear: none
}

.cta_align_left .wpb_call_text {
  float: right
}

#content .wpb_call_to_action .wpb_call_text,
.wpb_call_to_action .wpb_call_text {
  margin: 0;
  padding-top: 0
}

.cta_align_bottom {
  text-align: center
}

.cta_align_bottom .wpb_button {
  position: static;
  margin-top: 21.73913043px;
  display: inline-block
}

.cta_no_button .wpb_call_text {
  width: auto;
  float: none
}

@media (max-width:600px) {

  .vc_responsive .cta_align_left .wpb_button,
  .vc_responsive .cta_align_right .wpb_button {
    max-width: 70%;
    width: 70%;
    float: none;
    display: block;
    margin: 3% auto
  }

  .vc_responsive .cta_align_left .wpb_call_text,
  .vc_responsive .cta_align_right .wpb_call_text {
    width: auto;
    max-width: none;
    text-align: center
  }
}

.vc_cta3-container {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto
}

.vc_cta3-container::after,
.vc_cta3-container::before {
  display: table;
  content: ' '
}

.vc_cta3-container.vc_cta3-size-xs {
  width: 50%
}

.vc_cta3-container.vc_cta3-size-sm {
  width: 60%
}

.vc_cta3-container.vc_cta3-size-md {
  width: 70%
}

.vc_cta3-container.vc_cta3-size-lg {
  width: 80%
}

.vc_cta3-container.vc_cta3-size-xl {
  width: 90%
}

.vc_general.vc_cta3 {
  border: 1px solid transparent;
  font-size: 1em;
  padding: 28px 28px;
  word-wrap: break-word
}

.vc_general.vc_cta3 .vc_cta3-content {
  vertical-align: top
}

.vc_general.vc_cta3 .vc_cta3-content>:last-child,
.vc_general.vc_cta3 .vc_cta3-icons>:last-child {
  margin-bottom: 0
}

.vc_general.vc_cta3 .vc_cta3-actions {
  vertical-align: middle;
  white-space: nowrap
}

@media (min-width:768px) {
  .vc_general.vc_cta3 .vc_cta3-actions .vc_btn3-container {
    margin: 0
  }
}

.vc_general.vc_cta3 .vc_cta3-icons {
  vertical-align: middle
}

.vc_general.vc_cta3 h2,
.vc_general.vc_cta3 h4 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0
}

.vc_general.vc_cta3.vc_cta3-align-left .vc_cta3-content {
  text-align: left
}

.vc_general.vc_cta3.vc_cta3-align-right .vc_cta3-content {
  text-align: right
}

.vc_general.vc_cta3.vc_cta3-align-center .vc_cta3-content {
  text-align: center
}

.vc_general.vc_cta3.vc_cta3-align-justify .vc_cta3-content {
  text-align: justify
}

.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3_content-container {
  padding-top: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons {
  text-align: center
}

.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons .vc_icon_element {
  display: inline-block
}

.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3_content-container {
  padding-bottom: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons {
  text-align: center
}

.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons .vc_icon_element {
  display: inline-block
}

.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3-icons {
  display: table-cell
}

.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
  display: table-cell;
  padding-left: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3-icons {
  display: table-cell
}

.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3_content-container {
  display: table-cell;
  padding-right: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border {
  position: relative
}

.vc_general.vc_cta3.vc_cta3-icons-on-border .vc_cta3-icons {
  position: absolute
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right .vc_cta3-icons {
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs {
  margin-right: 17px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs .vc_cta3_content-container {
  padding-right: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-right: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm {
  margin-right: 22px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm .vc_cta3_content-container {
  padding-right: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-right: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md {
  margin-right: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md .vc_cta3_content-container {
  padding-right: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-right: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg {
  margin-right: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg .vc_cta3_content-container {
  padding-right: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-right: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl {
  margin-right: 50px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl .vc_cta3_content-container {
  padding-right: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-right: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left .vc_cta3-icons {
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs {
  margin-left: 17px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs .vc_cta3_content-container {
  padding-left: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-left: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm {
  margin-left: 22px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm .vc_cta3_content-container {
  padding-left: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-left: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md {
  margin-left: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md .vc_cta3_content-container {
  padding-left: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-left: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg {
  margin-left: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg .vc_cta3_content-container {
  padding-left: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-left: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl {
  margin-left: 50px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl .vc_cta3_content-container {
  padding-left: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-left: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top .vc_cta3-icons {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs {
  margin-top: 17px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs .vc_cta3_content-container {
  padding-top: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-top: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm {
  margin-top: 22px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm .vc_cta3_content-container {
  padding-top: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-top: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md {
  margin-top: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md .vc_cta3_content-container {
  padding-top: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-top: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg {
  margin-top: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg .vc_cta3_content-container {
  padding-top: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-top: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl {
  margin-top: 50px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl .vc_cta3_content-container {
  padding-top: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-top: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom .vc_cta3-icons {
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs {
  margin-bottom: 17px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs .vc_cta3_content-container {
  padding-bottom: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-bottom: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm {
  margin-bottom: 22px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm .vc_cta3_content-container {
  padding-bottom: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-bottom: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md {
  margin-bottom: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md .vc_cta3_content-container {
  padding-bottom: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-bottom: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg {
  margin-bottom: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg .vc_cta3_content-container {
  padding-bottom: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-bottom: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl {
  margin-bottom: 50px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl .vc_cta3_content-container {
  padding-bottom: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-bottom: 35px
}

.vc_general.vc_cta3.vc_cta3-actions-top .vc_cta3-content {
  margin-top: 1em
}

.vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
  margin-bottom: 1em
}

@media (min-width:768px) {
  .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions {
    display: table-cell;
    max-width: 30%
  }

  .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
    padding-left: 28px;
    display: table-cell
  }

  .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
    display: table-cell;
    max-width: 30%
  }

  .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
    padding-right: 28px;
    display: table-cell
  }
}

.vc_general.vc_cta3.vc_cta3-style-classic {
  border-color: #f0f0f0;
  background-color: #f7f7f7
}

.vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {
  color: inherit
}

.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4 {
  color: inherit
}

.vc_general.vc_cta3.vc_cta3-style-outline {
  border-width: 3px
}

.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {
  color: inherit
}

.vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h4 {
  color: inherit
}

.vc_general.vc_cta3.vc_cta3-style-custom {
  border-color: #f0f0f0;
  background-color: #f7f7f7
}

.vc_general.vc_cta3.vc_cta3-shape-square {
  border-radius: 0
}

.vc_general.vc_cta3.vc_cta3-shape-rounded {
  border-radius: 5px
}

.vc_general.vc_cta3.vc_cta3-shape-round {
  border-radius: 4em
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-classic .vc_cta3-content-header {
  color: #5472d2
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat {
  color: #c9d2f0;
  border-color: transparent;
  background-color: #5472d2
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #3253bc;
  color: #c9d2f0;
  border-color: transparent;
  background-color: #5472d2
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline {
  border-color: #5472d2;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline .vc_cta3-content-header {
  color: #5472d2
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-classic .vc_cta3-content-header {
  color: #00c1cf
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat {
  color: #d3f5f1;
  border-color: transparent;
  background-color: #00c1cf
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #008d97;
  color: #d3f5f1;
  border-color: transparent;
  background-color: #00c1cf
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline {
  border-color: #00c1cf;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline .vc_cta3-content-header {
  color: #00c1cf
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-classic .vc_cta3-content-header {
  color: #fe6c61
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat {
  color: #fcdbd7;
  border-color: transparent;
  background-color: #fe6c61
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #fe3829;
  color: #fcdbd7;
  border-color: transparent;
  background-color: #fe6c61
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline {
  border-color: #fe6c61;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline .vc_cta3-content-header {
  color: #fe6c61
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-classic .vc_cta3-content-header {
  color: #8d6dc4
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat {
  color: #e1d5f5;
  border-color: transparent;
  background-color: #8d6dc4
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #6e48b1;
  color: #e1d5f5;
  border-color: transparent;
  background-color: #8d6dc4
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline {
  border-color: #8d6dc4;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline .vc_cta3-content-header {
  color: #8d6dc4
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-classic .vc_cta3-content-header {
  color: #4cadc9
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat {
  color: #d0edf5;
  border-color: transparent;
  background-color: #4cadc9
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #338faa;
  color: #d0edf5;
  border-color: transparent;
  background-color: #4cadc9
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline {
  border-color: #4cadc9;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline .vc_cta3-content-header {
  color: #4cadc9
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-classic .vc_cta3-content-header {
  color: #cec2ab
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat {
  color: #f7f3eb;
  border-color: transparent;
  background-color: #cec2ab
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #b9a888;
  color: #f7f3eb;
  border-color: transparent;
  background-color: #cec2ab
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline {
  border-color: #cec2ab;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline .vc_cta3-content-header {
  color: #cec2ab
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-classic .vc_cta3-content-header {
  color: #50485b
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat {
  color: #e2ddeb;
  border-color: transparent;
  background-color: #50485b
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #342f3c;
  color: #e2ddeb;
  border-color: transparent;
  background-color: #50485b
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline {
  border-color: #50485b;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline .vc_cta3-content-header {
  color: #50485b
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-classic .vc_cta3-content-header {
  color: #75d69c
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat {
  color: #e1f5e9;
  border-color: transparent;
  background-color: #75d69c
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #4ac97d;
  color: #e1f5e9;
  border-color: transparent;
  background-color: #75d69c
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline {
  border-color: #75d69c;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline .vc_cta3-content-header {
  color: #75d69c
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-classic .vc_cta3-content-header {
  color: #f7be68
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat {
  color: #faf0e1;
  border-color: transparent;
  background-color: #f7be68
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #f4a733;
  color: #faf0e1;
  border-color: transparent;
  background-color: #f7be68
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline {
  border-color: #f7be68;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline .vc_cta3-content-header {
  color: #f7be68
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-classic .vc_cta3-content-header {
  color: #5aa1e3
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat {
  color: #dce9f5;
  border-color: transparent;
  background-color: #5aa1e3
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #2a86db;
  color: #dce9f5;
  border-color: transparent;
  background-color: #5aa1e3
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline {
  border-color: #5aa1e3;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline .vc_cta3-content-header {
  color: #5aa1e3
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-classic .vc_cta3-content-header {
  color: #6dab3c
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat {
  color: #e5f2da;
  border-color: transparent;
  background-color: #6dab3c
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #53812d;
  color: #e5f2da;
  border-color: transparent;
  background-color: #6dab3c
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline {
  border-color: #6dab3c;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline .vc_cta3-content-header {
  color: #6dab3c
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-classic .vc_cta3-content-header {
  color: #f4524d
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat {
  color: #fce2e1;
  border-color: transparent;
  background-color: #f4524d
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #f11f18;
  color: #fce2e1;
  border-color: transparent;
  background-color: #f4524d
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline {
  border-color: #f4524d;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline .vc_cta3-content-header {
  color: #f4524d
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-classic .vc_cta3-content-header {
  color: #f79468
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat {
  color: #f7e1d7;
  border-color: transparent;
  background-color: #f79468
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #f46e33;
  color: #f7e1d7;
  border-color: transparent;
  background-color: #f79468
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline {
  border-color: #f79468;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline .vc_cta3-content-header {
  color: #f79468
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-classic .vc_cta3-content-header {
  color: #b97ebb
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat {
  color: #f4dff5;
  border-color: transparent;
  background-color: #b97ebb
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #a559a8;
  color: #f4dff5;
  border-color: transparent;
  background-color: #b97ebb
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline {
  border-color: #b97ebb;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline .vc_cta3-content-header {
  color: #b97ebb
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-classic .vc_cta3-content-header {
  color: #2a2a2a
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat {
  color: #d9d9d9;
  border-color: transparent;
  background-color: #2a2a2a
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #0e0e0e;
  color: #d9d9d9;
  border-color: transparent;
  background-color: #2a2a2a
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline {
  border-color: #2a2a2a;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline .vc_cta3-content-header {
  color: #2a2a2a
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-classic .vc_cta3-content-header {
  color: #ebebeb
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat {
  color: #9d9d9e;
  border-color: transparent;
  background-color: #ebebeb
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat .vc_cta3-content-header {
  color: #666
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #cfcfcf;
  color: #9d9d9e;
  border-color: transparent;
  background-color: #ebebeb
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d .vc_cta3-content-header {
  color: #666
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline {
  border-color: #ebebeb;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline .vc_cta3-content-header {
  color: #ebebeb
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-classic .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat {
  color: #9d9d9e;
  border-color: transparent;
  background-color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat .vc_cta3-content-header {
  color: #666
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #e3e3e3;
  color: #9d9d9e;
  border-color: transparent;
  background-color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d .vc_cta3-content-header {
  color: #666
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline {
  border-color: #fff;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
  color: #9d9d9e;
  border-color: transparent;
  background-color: #f0f0f0
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat .vc_cta3-content-header {
  color: #666
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #d4d4d4;
  color: #9d9d9e;
  border-color: transparent;
  background-color: #f0f0f0
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d .vc_cta3-content-header {
  color: #666
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline {
  border-color: #f0f0f0;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline .vc_cta3-content-header {
  color: #f0f0f0
}

.vc_cta3.vc_cta3-icon-size-xs .vc_icon_element .vc_icon_element-inner {
  height: 1em;
  width: 1em
}

.vc_cta3.vc_cta3-icon-size-sm .vc_icon_element .vc_icon_element-inner {
  height: 2em;
  width: 2em
}

.vc_cta3.vc_cta3-icon-size-md .vc_icon_element .vc_icon_element-inner {
  height: 3em;
  width: 3em
}

.vc_cta3.vc_cta3-icon-size-lg .vc_icon_element .vc_icon_element-inner {
  height: 4em;
  width: 4em
}

.vc_cta3.vc_cta3-icon-size-xl .vc_icon_element .vc_icon_element-inner {
  height: 5em;
  width: 5em
}

.wpb_gmaps_widget .wpb_wrapper {
  background-color: #f7f7f7;
  padding: 5px
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
  margin-bottom: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: none
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%
}

.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_tour_next_prev_nav a:focus {
  outline: 0
}

.wpb_content_element .wpb_tabs_nav,
.wpb_content_element .wpb_tour_tabs_wrapper {
  padding: 0
}

.wpb_content_element .wpb_tabs_nav {
  margin: 0;
  padding-left: 0 !important;
  text-indent: inherit !important
}

#content .wpb_content_element .wpb_tabs_nav {
  margin: 0
}

.wpb_content_element .wpb_tabs_nav li {
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  background-image: none;
  list-style: none !important
}

.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
  display: none !important
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
  background-color: #f7f7f7
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
  cursor: default
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
  display: none
}

.wpb_content_element .wpb_accordion_header a,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  border-bottom: none;
  text-decoration: none;
  display: block;
  padding: .5em 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #f7f7f7
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
  padding: 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content>.wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child {
  margin-bottom: 0
}

.wpb_tabs .wpb_tabs_nav li {
  float: left;
  margin: 0 1px 0 0
}

.wpb_tour .wpb_tabs_nav {
  float: left;
  width: 31.66666667%
}

.wpb_tour .wpb_tabs_nav li {
  margin: 0 0 1px 0;
  clear: left;
  width: 100%
}

.wpb_tour .wpb_tabs_nav a {
  width: 100%
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  float: left;
  width: 68.33333333%;
  padding: 0 0 0 21.73913043px
}

.wpb_tour_next_prev_nav {
  margin-left: 31.66666667%;
  padding-left: 21.73913043px;
  font-size: 80%
}

.wpb_tour_next_prev_nav a {
  border-bottom: 1px dotted;
  text-decoration: none
}

.wpb_tour_next_prev_nav a:hover {
  text-decoration: none;
  border-bottom: none
}

.wpb_tour_next_prev_nav span {
  width: 48%;
  display: inline-block;
  padding-top: 1em;
  float: left
}

.wpb_tour_next_prev_nav span.wpb_next_slide {
  text-align: right;
  float: right
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  margin: 0 0 1px 0;
  padding-top: 0;
  position: relative;
  text-transform: none;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding-left: 1em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../../../plugins/js_composer/assets/images/toggle_open.png);
  background-repeat: no-repeat;
  position: absolute;
  right: .7em;
  top: .7em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background-image: url(../../../plugins/js_composer/assets/images/toggle_close.png)
}

@media (max-width:480px) {

  .vc_responsive .wpb_tour .wpb_tab,
  .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
  .vc_responsive .wpb_tour_next_prev_nav {
    width: 100%;
    float: none;
    margin-left: 0
  }

  .vc_responsive .wpb_tour_next_prev_nav {
    width: auto;
    padding: 0 1em
  }

  .vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
    margin-bottom: 1em
  }

  .vc_responsive .wpb_tour .wpb_tab {
    padding-left: 1em;
    padding-right: 1em
  }
}

.wpb_column .wpb_wrapper .wpb_teaser_grid {
  float: none
}

body ul.wpb_thumbnails-fluid li {
  padding: 0;
  margin-left: 0;
  background-image: none;
  list-style: none !important
}

body ul.wpb_thumbnails-fluid li:after,
body ul.wpb_thumbnails-fluid li:before {
  display: none !important
}

body ul.wpb_thumbnails-fluid li .entry-content :last-child {
  margin-bottom: 0
}

.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
  padding: 0;
  overflow: visible !important
}

.wpb_teaser_grid .entry-content {
  margin: 0;
  padding: 0;
  width: 100%
}

.grid_layout-thumbnail .post-thumb {
  margin-bottom: 0
}

.grid_layout-thumbnail .post-thumb img {
  max-width: 100%
}

.wpb_carousel .wpb_wrapper {
  position: relative
}

.wpb_carousel .next,
.wpb_carousel .prev {
  position: absolute;
  top: 3px;
  background-color: #f7f7f7;
  padding: 0 6px 0 6px;
  font-size: 12px;
  z-index: 10;
  text-decoration: none;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear
}

.wpb_carousel .next:hover,
.wpb_carousel .prev:hover {
  background-color: #f0f0f0
}

.wpb_carousel .next:focus,
.wpb_carousel .prev:focus {
  outline: 0;
  text-decoration: none
}

.wpb_carousel .prev {
  right: 30px
}

.wpb_carousel .next {
  right: 0
}

.wpb_carousel .wpb_thumbnails-fluid {
  width: 100%
}

.wpb_carousel .wpb_thumbnails-fluid>[class*=vc_span] {
  height: auto !important
}

.wpb_categories_filter,
.wpb_teaser_grid .categories_filter {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0
}

.wpb_categories_filter li,
.wpb_teaser_grid .categories_filter li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  background-image: none;
  list-style: none !important
}

.wpb_categories_filter li:after,
.wpb_categories_filter li:before,
.wpb_teaser_grid .categories_filter li:after,
.wpb_teaser_grid .categories_filter li:before {
  display: none !important
}

.wpb_categories_filter li a,
.wpb_teaser_grid .categories_filter li a {
  border: none;
  text-decoration: none
}

.wpb_categories_filter li a:hover,
.wpb_teaser_grid .categories_filter li a:hover {
  border-bottom: 1px dotted
}

.wpb_categories_filter li.active a,
.wpb_teaser_grid .categories_filter li.active a {
  border-bottom: 1px dotted
}

@media (max-width:480px) {
  .vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
    margin-left: 0;
    width: auto
  }

  .vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*=vc_col-] {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0
  }
}

.wpb_image_grid .wpb_image_grid_ul {
  margin: 0;
  padding: 0
}

.wpb_image_grid .wpb_image_grid_ul>li {
  background-image: none;
  list-style: none !important
}

.wpb_image_grid .wpb_image_grid_ul>li:after,
.wpb_image_grid .wpb_image_grid_ul>li:before {
  display: none !important
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  list-style: none;
  margin: 0 1px 1px 0;
  max-width: 100%;
  float: left
}

.wpb_image_grid .wpb_image_grid_ul a {
  display: block
}

.wpb_image_grid .wpb_image_grid_ul img {
  display: block;
  max-width: 100%;
  height: auto
}

.wpb_gallery .theme-default .nivoSlider {
  margin-bottom: 0
}

.wpb_gallery .theme-default .nivo-controlNav {
  padding: 10px 0 3px 0
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
  bottom: auto;
  top: 100%;
  margin-top: 15px
}

.wpb_gallery .wpb_flexslider .flex-caption {
  cursor: default
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
  line-height: 1
}

.wpb_gallery .wpb_flexslider .flex-control-paging {
  z-index: 10
}

#content .wpb_gallery_slides ul.flex-direction-nav,
#content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.slides,
.wpb_content_element .wpb_gallery_slides ul li,
.wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.slides,
body .wpb_gallery_slides ul li {
  list-style: none;
  padding: 0;
  background-image: none;
  margin: 0
}

.flickr_badge_image {
  margin: 0 10px 10px 0;
  width: 72px;
  height: 72px;
  float: left;
  background: 0 0;
  padding: 0
}

.flickr_badge_image a {
  border: none
}

.flickr_badge_image img {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%
}

.wpb_flickr_widget p.flickr_stream_wrap {
  clear: both;
  margin-bottom: 0;
  font-size: 80%
}

.wpb_flickr_widget p.flickr_stream_wrap a {
  background-image: url(../../../plugins/js_composer/assets/images/flickr.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  display: inline-block
}

.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper {
  width: 10%
}

.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper {
  width: 20%
}

.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper {
  width: 30%
}

.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper {
  width: 40%
}

.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
  width: 50%
}

.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
  width: 60%
}

.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
  width: 70%
}

.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper {
  width: 80%
}

.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
  width: 90%
}

.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper {
  width: 100%
}

.wpb_video_widget .wpb_video_wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%
}

.wpb_video_widget .wpb_video_wrapper>div {
  padding-top: 0 !important;
  position: static
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
  padding-top: 56.25%
}

.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
  padding-top: 75%
}

.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
  padding-top: 42.55319149%
}

.wpb_video_widget.vc_video-align-left .wpb_wrapper {
  float: left
}

.wpb_video_widget.vc_video-align-center .wpb_wrapper {
  margin: 0 auto
}

.wpb_video_widget.vc_video-align-right .wpb_wrapper {
  float: right
}

.wpb_video_widget .wpb_wrapper {
  position: relative
}

.wpb_video_widget .wpb_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.wpb_video_wrapper .fluid-width-video-wrapper {
  padding-top: 0 !important;
  position: static
}

.wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
  background-color: #f7f7f7;
  opacity: 1;
  color: inherit;
  padding: 10px 15px;
  position: static
}

.wpb_posts_slider .wpb_gallery_slides>ul>li {
  background-image: none;
  list-style: none !important
}

.wpb_posts_slider .wpb_gallery_slides>ul>li:after,
.wpb_posts_slider .wpb_gallery_slides>ul>li:before {
  display: none !important
}

.vc_progress_bar .vc_single_bar {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 11.66666667px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.vc_progress_bar .vc_single_bar:last-child {
  margin-bottom: 0
}

.vc_progress_bar .vc_single_bar .vc_label {
  display: block;
  padding: .5em 1em;
  position: relative;
  z-index: 1
}

.vc_progress_bar .vc_single_bar .vc_bar {
  display: block;
  position: absolute;
  height: 100%;
  background-color: #e0e0e0;
  width: 0%;
  top: 0;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: width 1s linear;
  -moz-transition: width 1s linear;
  -webkit-transition: width 1s linear;
  -o-transition: width 1s linear
}

.vc_progress_bar .vc_single_bar .vc_bar.striped {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px
}

.vc_progress_bar .vc_single_bar .vc_bar.animated {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar {
  background-color: #0074cc
}

.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar {
  background-color: #0074cc
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_bar {
  background-color: #49afcd
}

.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_bar {
  background-color: #49afcd
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_bar {
  background-color: #5bb75b
}

.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_bar {
  background-color: #5bb75b
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_bar {
  background-color: #faa732
}

.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_bar {
  background-color: #faa732
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar {
  background-color: #da4f49
}

.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_bar {
  background-color: #da4f49
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_bar {
  background-color: #414141
}

.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_bar {
  background-color: #414141
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_bar {
  background-color: #5472d2
}

.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_bar {
  background-color: #5472d2
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_bar {
  background-color: #00c1cf
}

.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_bar {
  background-color: #00c1cf
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_bar {
  background-color: #fe6c61
}

.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_bar {
  background-color: #fe6c61
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_bar {
  background-color: #8d6dc4
}

.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_bar {
  background-color: #8d6dc4
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_bar {
  background-color: #4cadc9
}

.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_bar {
  background-color: #4cadc9
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_bar {
  background-color: #cec2ab
}

.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_bar {
  background-color: #cec2ab
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_bar {
  background-color: #50485b
}

.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_bar {
  background-color: #50485b
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_bar {
  background-color: #75d69c
}

.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_bar {
  background-color: #75d69c
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_bar {
  background-color: #75d69c
}

.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_bar {
  background-color: #75d69c
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_bar {
  background-color: #2a2a2a
}

.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_bar {
  background-color: #2a2a2a
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_bar {
  background-color: #ebebeb
}

.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_label {
  color: #666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_bar {
  background-color: #ebebeb
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_label {
  color: #666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_bar {
  background-color: #f7be68
}

.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_bar {
  background-color: #f7be68
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_bar {
  background-color: #5aa1e3
}

.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_bar {
  background-color: #5aa1e3
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_bar {
  background-color: #6dab3c
}

.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_bar {
  background-color: #6dab3c
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_bar {
  background-color: #f4524d
}

.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_bar {
  background-color: #f4524d
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_bar {
  background-color: #f79468
}

.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_bar {
  background-color: #f79468
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_bar {
  background-color: #b97ebb
}

.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_bar {
  background-color: #b97ebb
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_bar {
  background-color: #fff
}

.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_label {
  color: #666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_bar {
  background-color: #fff
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_label {
  color: #666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0
  }

  to {
    background-position: 40px 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.vc_pie_chart {
  z-index: 0;
  text-align: center;
  opacity: 0
}

.vc_pie_chart.vc_ready {
  opacity: 1
}

.vc_pie_chart .vc_pie_wrapper {
  position: relative;
  margin: 0 auto
}

.vc_pie_chart canvas {
  position: relative;
  z-index: 1
}

.vc_pie_chart .vc_pie_chart_value {
  font-size: 200%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center
}

.vc_pie_chart_back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 6px solid #f7f7f7;
  border-radius: 999px;
  border-radius: 50%;
  opacity: .3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.vc_images_carousel .vc_carousel-control {
  border: none
}

.vc_carousel .vc_carousel-control {
  text-shadow: none;
  border: none;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear
}

.vc_carousel .vc_carousel-control:active,
.vc_carousel .vc_carousel-control:focus {
  outline: 0
}

.vc_carousel .vc_carousel-indicators li {
  width: 5px;
  height: 5px;
  margin: 0;
  border-color: #f7f7f7;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear
}

.vc_separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.vc_separator h4 {
  line-height: 1em;
  font-size: 100%;
  margin: 0;
  word-wrap: break-word;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.vc_separator h4 .normal {
  font-size: 12px;
  font-weight: 400
}

.vc_separator .vc_sep_holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%
}

.vc_separator .vc_sep_holder .vc_sep_line {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%
}

.vc_separator.vc_separator_align_center h4 {
  padding: 0 .8em
}

.vc_separator.vc_separator_align_left h4 {
  padding: 0 .8em 0 0
}

.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l {
  display: none
}

.vc_separator.vc_separator_align_right h4 {
  padding: 0 0 0 .8em;
  margin: 0 !important
}

.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
  display: none
}

.vc_separator.vc_sep_double {
  height: 3px
}

.vc_separator.vc_sep_double .vc_sep_line {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  height: 3px
}

.vc_separator.vc_sep_dashed .vc_sep_line {
  border-top-style: dashed
}

.vc_separator.vc_sep_dotted .vc_sep_line {
  border-top-style: dotted
}

.vc_separator.vc_sep_shadow .vc_sep_line {
  border: none;
  position: relative;
  height: 20px;
  top: 0;
  overflow: hidden
}

.vc_separator.vc_sep_shadow .vc_sep_line::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  height: 10px;
  border-radius: 100%
}

.vc_separator.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  right: -100%;
  box-shadow: 10px 10px 10px 1px
}

.vc_separator.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  left: -100%;
  box-shadow: -10px 10px 10px 1px
}

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
  width: 100%
}

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r {
  display: none
}

.vc_separator .vc_icon_element {
  margin-bottom: 0
}

.vc_separator .vc_icon_element:not(.vc_icon_element-have-style)+h4 {
  padding-left: 0
}

.vc_separator .vc_icon_element:not(.vc_icon_element-have-style) .vc_icon_element-size-xl {
  margin-left: .8em;
  margin-right: .8em
}

.vc_separator.vc_separator-has-text.vc_separator_align_center .vc_icon_element.vc_icon_element-have-style,
.vc_separator.vc_separator-has-text.vc_separator_align_right .vc_icon_element.vc_icon_element-have-style {
  margin-left: .8em
}

.vc_separator.vc_separator_align_left .vc_icon_element.vc_icon_element-have-style+h4 {
  padding-left: .8em
}

.vc_separator.vc_sep_border_width_1 .vc_sep_holder .vc_sep_line {
  border-top-width: 1px
}

.vc_separator.vc_sep_border_width_1.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 1px;
  top: 0
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_line {
  top: 0
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 1px
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 1px
}

.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
  border-top-width: 2px
}

.vc_separator.vc_sep_border_width_2.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 2px;
  top: -1px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_line {
  top: -1px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 2px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 2px
}

.vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line {
  border-top-width: 3px
}

.vc_separator.vc_sep_border_width_3.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 3px;
  top: -1px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_line {
  top: -1px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 3px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 3px
}

.vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line {
  border-top-width: 4px
}

.vc_separator.vc_sep_border_width_4.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 4px;
  top: -2px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_line {
  top: -2px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 4px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 4px
}

.vc_separator.vc_sep_border_width_5 .vc_sep_holder .vc_sep_line {
  border-top-width: 5px
}

.vc_separator.vc_sep_border_width_5.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 5px;
  top: -2px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_line {
  top: -2px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 5px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 5px
}

.vc_separator.vc_sep_border_width_6 .vc_sep_holder .vc_sep_line {
  border-top-width: 6px
}

.vc_separator.vc_sep_border_width_6.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 6px;
  top: -3px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_line {
  top: -3px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 6px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 6px
}

.vc_separator.vc_sep_border_width_7 .vc_sep_holder .vc_sep_line {
  border-top-width: 7px
}

.vc_separator.vc_sep_border_width_7.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 7px;
  top: -3px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_line {
  top: -3px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 7px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 7px
}

.vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line {
  border-top-width: 8px
}

.vc_separator.vc_sep_border_width_8.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 8px;
  top: -4px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_line {
  top: -4px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 8px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 8px
}

.vc_separator.vc_sep_border_width_9 .vc_sep_holder .vc_sep_line {
  border-top-width: 9px
}

.vc_separator.vc_sep_border_width_9.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 9px;
  top: -4px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_line {
  top: -4px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 9px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 9px
}

.vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
  border-top-width: 10px
}

.vc_separator.vc_sep_border_width_10.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 10px;
  top: -5px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_line {
  top: -5px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 10px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 10px
}

.vc_separator.vc_sep_color_blue .vc_sep_line {
  border-color: #5472d2
}

.vc_separator.vc_sep_color_blue.vc_sep_shadow .vc_sep_holder {
  color: #5472d2
}

.vc_separator.vc_sep_color_turquoise .vc_sep_line {
  border-color: #00c1cf
}

.vc_separator.vc_sep_color_turquoise.vc_sep_shadow .vc_sep_holder {
  color: #00c1cf
}

.vc_separator.vc_sep_color_pink .vc_sep_line {
  border-color: #fe6c61
}

.vc_separator.vc_sep_color_pink.vc_sep_shadow .vc_sep_holder {
  color: #fe6c61
}

.vc_separator.vc_sep_color_violet .vc_sep_line {
  border-color: #8d6dc4
}

.vc_separator.vc_sep_color_violet.vc_sep_shadow .vc_sep_holder {
  color: #8d6dc4
}

.vc_separator.vc_sep_color_peacoc .vc_sep_line {
  border-color: #4cadc9
}

.vc_separator.vc_sep_color_peacoc.vc_sep_shadow .vc_sep_holder {
  color: #4cadc9
}

.vc_separator.vc_sep_color_chino .vc_sep_line {
  border-color: #cec2ab
}

.vc_separator.vc_sep_color_chino.vc_sep_shadow .vc_sep_holder {
  color: #cec2ab
}

.vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
  border-color: #50485b
}

.vc_separator.vc_sep_color_mulled_wine.vc_sep_shadow .vc_sep_holder {
  color: #50485b
}

.vc_separator.vc_sep_color_vista_blue .vc_sep_line {
  border-color: #75d69c
}

.vc_separator.vc_sep_color_vista_blue.vc_sep_shadow .vc_sep_holder {
  color: #75d69c
}

.vc_separator.vc_sep_color_black .vc_sep_line {
  border-color: #2a2a2a
}

.vc_separator.vc_sep_color_black.vc_sep_shadow .vc_sep_holder {
  color: #2a2a2a
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #ebebeb
}

.vc_separator.vc_sep_color_grey.vc_sep_shadow .vc_sep_holder {
  color: #ebebeb
}

.vc_separator.vc_sep_color_orange .vc_sep_line {
  border-color: #f7be68
}

.vc_separator.vc_sep_color_orange.vc_sep_shadow .vc_sep_holder {
  color: #f7be68
}

.vc_separator.vc_sep_color_sky .vc_sep_line {
  border-color: #5aa1e3
}

.vc_separator.vc_sep_color_sky.vc_sep_shadow .vc_sep_holder {
  color: #5aa1e3
}

.vc_separator.vc_sep_color_green .vc_sep_line {
  border-color: #6dab3c
}

.vc_separator.vc_sep_color_green.vc_sep_shadow .vc_sep_holder {
  color: #6dab3c
}

.vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
  border-color: #f4524d
}

.vc_separator.vc_sep_color_juicy_pink.vc_sep_shadow .vc_sep_holder {
  color: #f4524d
}

.vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
  border-color: #f79468
}

.vc_separator.vc_sep_color_sandy_brown.vc_sep_shadow .vc_sep_holder {
  color: #f79468
}

.vc_separator.vc_sep_color_purple .vc_sep_line {
  border-color: #b97ebb
}

.vc_separator.vc_sep_color_purple.vc_sep_shadow .vc_sep_holder {
  color: #b97ebb
}

.vc_separator.vc_sep_color_white .vc_sep_line {
  border-color: #fff
}

.vc_separator.vc_sep_color_white.vc_sep_shadow .vc_sep_holder {
  color: #fff
}

.vc_text_separator,
.wpb_separator {
  border-bottom: 1px solid #ebebeb
}

.vc_sep_width_10 {
  width: 10%
}

.vc_sep_width_20 {
  width: 20%
}

.vc_sep_width_30 {
  width: 30%
}

.vc_sep_width_40 {
  width: 40%
}

.vc_sep_width_50 {
  width: 50%
}

.vc_sep_width_60 {
  width: 60%
}

.vc_sep_width_70 {
  width: 70%
}

.vc_sep_width_80 {
  width: 80%
}

.vc_sep_width_90 {
  width: 90%
}

.vc_sep_width_100 {
  width: 100%
}

.vc_sep_pos_align_center {
  margin-left: auto;
  margin-right: auto
}

.vc_sep_pos_align_left {
  margin-left: 0;
  margin-right: auto
}

.vc_sep_pos_align_right {
  margin-left: auto;
  margin-right: 0
}

.wpb_separator {
  clear: both;
  height: 1px
}

.vc_text_separator {
  clear: both;
  height: 1px
}

.vc_text_separator div {
  display: inline-block;
  background-color: #fff;
  padding: 1px 1em;
  position: relative;
  top: -9px
}

.separator_align_center {
  text-align: center
}

.separator_align_left {
  text-align: left
}

.separator_align_right {
  text-align: right
}

.vc-zigzag-wrapper {
  text-align: center
}

.vc-zigzag-wrapper.vc-zigzag-align-left {
  text-align: left
}

.vc-zigzag-wrapper.vc-zigzag-align-right {
  text-align: right
}

.vc-zigzag-inner {
  display: inline-block
}

.wpb_single_image a {
  border: none;
  outline: 0
}

.wpb_single_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top
}

.wpb_single_image img.vc_img-placeholder {
  width: 100%
}

.wpb_single_image .vc_single_image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_outline,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: 1px solid #ebebeb
}

.wpb_single_image .vc_single_image-wrapper.vc_box_outline img,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebebeb
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
  padding: 6px
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.wpb_single_image.vc_align_center {
  text-align: center
}

.wpb_single_image.vc_align_right {
  text-align: right
}

.wpb_single_image.vc_align_left {
  text-align: left
}

.wpb_single_image .vc_box_shadow_3d {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 100%
}

.wpb_single_image .vc_box_shadow_3d:after,
.wpb_single_image .vc_box_shadow_3d:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
  box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
  left: 5px;
  right: 50%;
  bottom: 8px;
  height: 30%;
  z-index: -1;
  border-radius: inherit;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg)
}

.wpb_single_image .vc_box_shadow_3d:after {
  left: 50%;
  right: 5px;
  -webkit-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.wpb_single_image .vc_figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%
}

.wpb_single_image .vc_figure-caption {
  margin-top: .2em;
  font-size: .8em
}

.wpb_single_image .vc_box_outline.vc_box_border_blue,
.wpb_single_image .vc_box_outline_circle.vc_box_border_blue {
  border-color: #5472d2
}

.wpb_single_image .vc_box_border.vc_box_border_blue,
.wpb_single_image .vc_box_border_circle.vc_box_border_blue {
  background-color: #5472d2
}

.wpb_single_image .vc_box_outline.vc_box_border_turquoise,
.wpb_single_image .vc_box_outline_circle.vc_box_border_turquoise {
  border-color: #00c1cf
}

.wpb_single_image .vc_box_border.vc_box_border_turquoise,
.wpb_single_image .vc_box_border_circle.vc_box_border_turquoise {
  background-color: #00c1cf
}

.wpb_single_image .vc_box_outline.vc_box_border_pink,
.wpb_single_image .vc_box_outline_circle.vc_box_border_pink {
  border-color: #fe6c61
}

.wpb_single_image .vc_box_border.vc_box_border_pink,
.wpb_single_image .vc_box_border_circle.vc_box_border_pink {
  background-color: #fe6c61
}

.wpb_single_image .vc_box_outline.vc_box_border_violet,
.wpb_single_image .vc_box_outline_circle.vc_box_border_violet {
  border-color: #8d6dc4
}

.wpb_single_image .vc_box_border.vc_box_border_violet,
.wpb_single_image .vc_box_border_circle.vc_box_border_violet {
  background-color: #8d6dc4
}

.wpb_single_image .vc_box_outline.vc_box_border_peacoc,
.wpb_single_image .vc_box_outline_circle.vc_box_border_peacoc {
  border-color: #4cadc9
}

.wpb_single_image .vc_box_border.vc_box_border_peacoc,
.wpb_single_image .vc_box_border_circle.vc_box_border_peacoc {
  background-color: #4cadc9
}

.wpb_single_image .vc_box_outline.vc_box_border_chino,
.wpb_single_image .vc_box_outline_circle.vc_box_border_chino {
  border-color: #cec2ab
}

.wpb_single_image .vc_box_border.vc_box_border_chino,
.wpb_single_image .vc_box_border_circle.vc_box_border_chino {
  background-color: #cec2ab
}

.wpb_single_image .vc_box_outline.vc_box_border_mulled_wine,
.wpb_single_image .vc_box_outline_circle.vc_box_border_mulled_wine {
  border-color: #50485b
}

.wpb_single_image .vc_box_border.vc_box_border_mulled_wine,
.wpb_single_image .vc_box_border_circle.vc_box_border_mulled_wine {
  background-color: #50485b
}

.wpb_single_image .vc_box_outline.vc_box_border_vista_blue,
.wpb_single_image .vc_box_outline_circle.vc_box_border_vista_blue {
  border-color: #75d69c
}

.wpb_single_image .vc_box_border.vc_box_border_vista_blue,
.wpb_single_image .vc_box_border_circle.vc_box_border_vista_blue {
  background-color: #75d69c
}

.wpb_single_image .vc_box_outline.vc_box_border_black,
.wpb_single_image .vc_box_outline_circle.vc_box_border_black {
  border-color: #2a2a2a
}

.wpb_single_image .vc_box_border.vc_box_border_black,
.wpb_single_image .vc_box_border_circle.vc_box_border_black {
  background-color: #2a2a2a
}

.wpb_single_image .vc_box_outline.vc_box_border_grey,
.wpb_single_image .vc_box_outline_circle.vc_box_border_grey {
  border-color: #ebebeb
}

.wpb_single_image .vc_box_border.vc_box_border_grey,
.wpb_single_image .vc_box_border_circle.vc_box_border_grey {
  background-color: #ebebeb
}

.wpb_single_image .vc_box_outline.vc_box_border_orange,
.wpb_single_image .vc_box_outline_circle.vc_box_border_orange {
  border-color: #f7be68
}

.wpb_single_image .vc_box_border.vc_box_border_orange,
.wpb_single_image .vc_box_border_circle.vc_box_border_orange {
  background-color: #f7be68
}

.wpb_single_image .vc_box_outline.vc_box_border_sky,
.wpb_single_image .vc_box_outline_circle.vc_box_border_sky {
  border-color: #5aa1e3
}

.wpb_single_image .vc_box_border.vc_box_border_sky,
.wpb_single_image .vc_box_border_circle.vc_box_border_sky {
  background-color: #5aa1e3
}

.wpb_single_image .vc_box_outline.vc_box_border_green,
.wpb_single_image .vc_box_outline_circle.vc_box_border_green {
  border-color: #6dab3c
}

.wpb_single_image .vc_box_border.vc_box_border_green,
.wpb_single_image .vc_box_border_circle.vc_box_border_green {
  background-color: #6dab3c
}

.wpb_single_image .vc_box_outline.vc_box_border_juicy_pink,
.wpb_single_image .vc_box_outline_circle.vc_box_border_juicy_pink {
  border-color: #f4524d
}

.wpb_single_image .vc_box_border.vc_box_border_juicy_pink,
.wpb_single_image .vc_box_border_circle.vc_box_border_juicy_pink {
  background-color: #f4524d
}

.wpb_single_image .vc_box_outline.vc_box_border_sandy_brown,
.wpb_single_image .vc_box_outline_circle.vc_box_border_sandy_brown {
  border-color: #f79468
}

.wpb_single_image .vc_box_border.vc_box_border_sandy_brown,
.wpb_single_image .vc_box_border_circle.vc_box_border_sandy_brown {
  background-color: #f79468
}

.wpb_single_image .vc_box_outline.vc_box_border_purple,
.wpb_single_image .vc_box_outline_circle.vc_box_border_purple {
  border-color: #b97ebb
}

.wpb_single_image .vc_box_border.vc_box_border_purple,
.wpb_single_image .vc_box_border_circle.vc_box_border_purple {
  background-color: #b97ebb
}

.wpb_single_image .vc_box_outline.vc_box_border_white,
.wpb_single_image .vc_box_outline_circle.vc_box_border_white {
  border-color: #fff
}

.wpb_single_image .vc_box_border.vc_box_border_white,
.wpb_single_image .vc_box_border_circle.vc_box_border_white {
  background-color: #fff
}

.vc_icon_element {
  line-height: 0;
  font-size: 14px;
  margin-bottom: 35px
}

.vc_icon_element.vc_icon_element-outer {
  box-sizing: border-box;
  text-align: center
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
  text-align: left
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
  text-align: center
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
  text-align: right
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  width: 4em;
  height: 4em;
  box-sizing: content-box;
  position: relative
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
  font-size: 2.15em;
  font-style: normal;
  font-weight: 400;
  line-height: 1 !important;
  font-size-adjust: none;
  font-stretch: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-language-override: normal;
  font-language-override: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: inherit;
  height: inherit;
  font-size: 1em;
  text-align: center;
  text-rendering: optimizelegibility
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  box-sizing: content-box;
  border: none
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
  max-width: 100% !important;
  line-height: 1.2em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
  width: 2.5em !important;
  height: 2.5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
  font-size: 1.2em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm {
  max-width: 100% !important;
  line-height: 1.6em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
  width: 3.15em !important;
  height: 3.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
  font-size: 1.6em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
  max-width: 100% !important;
  line-height: 2.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
  width: 4em !important;
  height: 4em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
  font-size: 2.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg {
  max-width: 100% !important;
  line-height: 2.85em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
  width: 5em !important;
  height: 5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
  font-size: 2.85em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
  max-width: 100% !important;
  line-height: 5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
  width: 7.15em !important;
  height: 7.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
  font-size: 5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded {
  border-radius: 50%
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_icon_element-link {
  border-radius: 50%
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline {
  border-radius: 50%
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_icon_element-link {
  border-radius: 50%
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less {
  border-radius: 5px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_icon_element-link {
  border-radius: 5px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline {
  border-radius: 5px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_icon_element-link {
  border-radius: 5px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
  color: #5472d2
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon {
  color: #00c1cf
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink .vc_icon_element-icon {
  color: #fe6c61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet .vc_icon_element-icon {
  color: #8d6dc4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc .vc_icon_element-icon {
  color: #4cadc9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino .vc_icon_element-icon {
  color: #cec2ab
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine .vc_icon_element-icon {
  color: #50485b
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue .vc_icon_element-icon {
  color: #75d69c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon {
  color: #2a2a2a
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon {
  color: #ebebeb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon {
  color: #f7be68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky .vc_icon_element-icon {
  color: #5aa1e3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green .vc_icon_element-icon {
  color: #6dab3c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon {
  color: #f4524d
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown .vc_icon_element-icon {
  color: #f79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple .vc_icon_element-icon {
  color: #b97ebb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {
  color: #fff
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-outline {
  border-color: #5472d2
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background {
  background-color: #5472d2
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-outline {
  border-color: #00c1cf
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-background {
  background-color: #00c1cf
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-outline {
  border-color: #fe6c61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-background {
  background-color: #fe6c61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-outline {
  border-color: #8d6dc4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-background {
  background-color: #8d6dc4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-outline {
  border-color: #4cadc9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-background {
  background-color: #4cadc9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-outline {
  border-color: #cec2ab
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-background {
  background-color: #cec2ab
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-outline {
  border-color: #50485b
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-background {
  background-color: #50485b
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-outline {
  border-color: #75d69c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-background {
  background-color: #75d69c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-outline {
  border-color: #2a2a2a
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background {
  background-color: #2a2a2a
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline {
  border-color: #ebebeb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
  background-color: #ebebeb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-outline {
  border-color: #f7be68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background {
  background-color: #f7be68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-outline {
  border-color: #5aa1e3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-background {
  background-color: #5aa1e3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-outline {
  border-color: #6dab3c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-background {
  background-color: #6dab3c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-outline {
  border-color: #f4524d
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-background {
  background-color: #f4524d
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-outline {
  border-color: #f79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-background {
  background-color: #f79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-outline {
  border-color: #b97ebb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background {
  background-color: #b97ebb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline {
  border-color: #fff
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background {
  background-color: #fff
}

.vc_chart .vc_chart-legend {
  font-size: 14px;
  margin: 0;
  padding: 0
}

.vc_chart .vc_chart-legend li {
  line-height: 1.3em;
  list-style: none;
  margin: 0 0 .3em 0;
  min-height: 1.3em
}

.vc_chart .vc_chart-legend span {
  border-radius: .3em;
  display: inline-block;
  height: 1.3em;
  left: 0;
  margin-right: .5em;
  vertical-align: middle;
  width: 1.3em
}

@media (min-width:768px) {
  .vc_chart .vc_chart-legend {
    display: inline-block;
    vertical-align: middle;
    width: 40%
  }

  .vc_chart .vc_chart-legend li {
    margin-left: 1em
  }

  .vc_chart .vc_chart-with-legend {
    display: inline-block;
    vertical-align: middle;
    width: 60%
  }
}

.vc_line-chart .vc_chart-with-legend {
  width: 75%
}

.vc_line-chart .vc_chart-legend {
  width: 25%
}

.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg {
  border-radius: 0
}

.wpb_single_image [class*='_circle'] .vc-zoom-wrapper {
  border-radius: 50%
}

.wpb_single_image [class*='_rounded'] .vc-zoom-wrapper {
  border-radius: 4px
}

.vc_general.vc_pagination {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center
}

.vc_general.vc_pagination .vc_pagination-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle
}

.vc_general.vc_pagination .vc_pagination-trigger {
  display: block;
  text-decoration: none;
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 5px 7px;
  background: 0 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: none
}

.vc_general.vc_pagination .vc_pagination-trigger:focus {
  outline: 0
}

.vc_general.vc_pagination .vc_active .vc_pagination-trigger {
  cursor: default
}

.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
  border: 3px solid transparent
}

.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger {
  opacity: .6
}

.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger:hover {
  opacity: 1
}

.vc_pagination.vc_pagination-style-flat .vc_active .vc_pagination-trigger {
  opacity: 1
}

.vc_pagination.vc_pagination-shape-round .vc_pagination-trigger {
  border-radius: 50%
}

.vc_pagination.vc_pagination-shape-rounded .vc_pagination-trigger {
  border-radius: 3px
}

.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #5472d2
}

.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #5472d2
}

.vc_pagination-color-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #5472d2
}

.vc_pagination-color-blue.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #5472d2
}

.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #00c1cf
}

.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #00c1cf
}

.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #00c1cf
}

.vc_pagination-color-turquoise.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #00c1cf
}

.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #fe6c61
}

.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #fe6c61
}

.vc_pagination-color-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #fe6c61
}

.vc_pagination-color-pink.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #fe6c61
}

.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #8d6dc4
}

.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #8d6dc4
}

.vc_pagination-color-violet.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #8d6dc4
}

.vc_pagination-color-violet.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #8d6dc4
}

.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #4cadc9
}

.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #4cadc9
}

.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #4cadc9
}

.vc_pagination-color-peacoc.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #4cadc9
}

.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #cec2ab
}

.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #cec2ab
}

.vc_pagination-color-chino.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #cec2ab
}

.vc_pagination-color-chino.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #cec2ab
}

.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #50485b
}

.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #50485b
}

.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #50485b
}

.vc_pagination-color-mulled-wine.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #50485b
}

.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #75d69c
}

.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #75d69c
}

.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #75d69c
}

.vc_pagination-color-vista-blue.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #75d69c
}

.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #f7be68
}

.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #f7be68
}

.vc_pagination-color-orange.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #f7be68
}

.vc_pagination-color-orange.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #f7be68
}

.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #5aa1e3
}

.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #5aa1e3
}

.vc_pagination-color-sky.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #5aa1e3
}

.vc_pagination-color-sky.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #5aa1e3
}

.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #6dab3c
}

.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #6dab3c
}

.vc_pagination-color-green.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #6dab3c
}

.vc_pagination-color-green.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #6dab3c
}

.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #f4524d
}

.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #f4524d
}

.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #f4524d
}

.vc_pagination-color-juicy-pink.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #f4524d
}

.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #f79468
}

.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #f79468
}

.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #f79468
}

.vc_pagination-color-sandy-brown.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #f79468
}

.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #b97ebb
}

.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #b97ebb
}

.vc_pagination-color-purple.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #b97ebb
}

.vc_pagination-color-purple.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #b97ebb
}

.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #2a2a2a
}

.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #2a2a2a
}

.vc_pagination-color-black.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #2a2a2a
}

.vc_pagination-color-black.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #2a2a2a
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #ebebeb
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #ebebeb
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #ebebeb
}

.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #ebebeb
}

.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #fff
}

.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #fff
}

.vc_pagination-color-white.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #fff
}

.vc_pagination-color-white.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #fff
}

.vc_grid.vc_row {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0
}

.vc-row[data-vc-full-width] .vc_grid.vc_row {
  overflow: hidden
}

.vc_grid.vc_row.vc_grid-gutter-1px {
  margin-bottom: -1px
}

.vc_grid.vc_row.vc_grid-gutter-1px .vc_pageable-slide-wrapper {
  margin-right: -1px
}

.vc_grid.vc_row.vc_grid-gutter-1px .vc_grid-item {
  padding-right: 1px;
  padding-bottom: 1px
}

.vc_grid.vc_row.vc_grid-gutter-2px {
  margin-bottom: -2px
}

.vc_grid.vc_row.vc_grid-gutter-2px .vc_pageable-slide-wrapper {
  margin-right: -2px
}

.vc_grid.vc_row.vc_grid-gutter-2px .vc_grid-item {
  padding-right: 2px;
  padding-bottom: 2px
}

.vc_grid.vc_row.vc_grid-gutter-3px {
  margin-bottom: -3px
}

.vc_grid.vc_row.vc_grid-gutter-3px .vc_pageable-slide-wrapper {
  margin-right: -3px
}

.vc_grid.vc_row.vc_grid-gutter-3px .vc_grid-item {
  padding-right: 3px;
  padding-bottom: 3px
}

.vc_grid.vc_row.vc_grid-gutter-4px {
  margin-bottom: -4px
}

.vc_grid.vc_row.vc_grid-gutter-4px .vc_pageable-slide-wrapper {
  margin-right: -4px
}

.vc_grid.vc_row.vc_grid-gutter-4px .vc_grid-item {
  padding-right: 4px;
  padding-bottom: 4px
}

.vc_grid.vc_row.vc_grid-gutter-5px {
  margin-bottom: -5px
}

.vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper {
  margin-right: -5px
}

.vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
  padding-right: 5px;
  padding-bottom: 5px
}

.vc_grid.vc_row.vc_grid-gutter-10px {
  margin-bottom: -10px
}

.vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper {
  margin-right: -10px
}

.vc_grid.vc_row.vc_grid-gutter-10px .vc_grid-item {
  padding-right: 10px;
  padding-bottom: 10px
}

.vc_grid.vc_row.vc_grid-gutter-15px {
  margin-bottom: -15px
}

.vc_grid.vc_row.vc_grid-gutter-15px .vc_pageable-slide-wrapper {
  margin-right: -15px
}

.vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item {
  padding-right: 15px;
  padding-bottom: 15px
}

.vc_grid.vc_row.vc_grid-gutter-20px {
  margin-bottom: -20px
}

.vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper {
  margin-right: -20px
}

.vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
  padding-right: 20px;
  padding-bottom: 20px
}

.vc_grid.vc_row.vc_grid-gutter-25px {
  margin-bottom: -25px
}

.vc_grid.vc_row.vc_grid-gutter-25px .vc_pageable-slide-wrapper {
  margin-right: -25px
}

.vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item {
  padding-right: 25px;
  padding-bottom: 25px
}

.vc_grid.vc_row.vc_grid-gutter-30px {
  margin-bottom: -30px
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
  margin-right: -30px
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
  padding-right: 30px;
  padding-bottom: 30px
}

.vc_grid.vc_row.vc_grid-gutter-35px {
  margin-bottom: -35px
}

.vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
  margin-right: -35px
}

.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
  padding-right: 35px;
  padding-bottom: 35px
}

.vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item.vc_visible-item:hover {
  z-index: 3
}

.vc_grid.vc_row .vc_grid-item {
  display: none;
  padding: 0;
  vertical-align: top;
  float: none;
  box-sizing: border-box;
  z-index: 1
}

.vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_grid-item-content {
  overflow: hidden
}

.vc_grid.vc_row .vc_grid-item .vc_btn,
.vc_grid.vc_row .vc_grid-item .vc_icon_element,
.vc_grid.vc_row .vc_grid-item .wpb_content_element {
  margin-bottom: 15px
}

.vc_grid.vc_row .vc_grid-item .vc_btn a,
.vc_grid.vc_row .vc_grid-item .vc_icon_element a,
.vc_grid.vc_row .vc_grid-item .wpb_content_element a {
  text-decoration: none;
  border-bottom: 0
}

.vc_grid .vc_gitem-link {
  border-bottom: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.vc_masonry_grid .vc_grid.vc_row .vc_grid-item,
.vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item {
  position: static
}

.vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
.vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
  display: block
}

.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
.vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
  display: block
}

@media (min-width:768px) {

  .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
  .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
    display: inline-block
  }
}

@-moz-document url-prefix() {

  .vc_masonry_grid .vc_grid-item,
  .vc_masonry_media_grid .vc_grid-item {
    margin-left: -.01px
  }
}

.vc_gitem-zone-b {
  display: none
}

.vc_gitem-float-none {
  float: none
}

.vc_gitem-float-left {
  float: left
}

.vc_gitem-float-right {
  float: right
}

.vc_gitem-align-center {
  text-align: center
}

.vc_gitem-align-right {
  text-align: right
}

.vc_gitem-align-justify {
  text-align: justify
}

.vc_gitem-block {
  position: relative;
  overflow: hidden
}

.vc_gitem-is-link {
  cursor: pointer
}

.vc_gitem-link {
  text-decoration: none
}

.vc_gitem_row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: inherit;
  box-sizing: border-box
}

.vc_gitem_row .vc_gitem_row {
  margin-bottom: 0
}

.vc_gitem-zone-a .vc_gitem-row-position-top,
.vc_gitem-zone-b .vc_gitem-row-position-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0
}

.vc_gitem-zone-a .vc_gitem-row-position-middle,
.vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.vc_gitem-zone-a .vc_gitem-row-position-bottom,
.vc_gitem-zone-b .vc_gitem-row-position-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0
}

.vc_gitem_row .vc_gitem-col {
  box-sizing: border-box;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover
}

.vc_gitem-zone {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-clip: border-box;
  box-sizing: border-box;
  overflow: hidden
}

.vc_gitem-zone .vc-zone-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5
}

.vc_gitem-zone-img {
  width: 100%;
  display: block;
  visibility: hidden;
  height: auto
}

.vc_gitem-zone-a .vc_gitem-zone-mini {
  box-sizing: border-box;
  padding: inherit;
  position: static;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.vc_gitem-zone-b {
  overflow: hidden
}

.vc_gitem-zone-b .vc_gitem-zone-mini {
  position: static;
  padding: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0
}

.vc_grid-item-zone-c-left .vc_gitem-animated-block {
  float: right;
  width: 50%
}

.vc_grid-item-zone-c-left .vc_gitem-zone-c {
  float: left;
  width: 50%
}

.vc_grid-item-zone-c-right .vc_gitem-animated-block {
  float: left;
  width: 50%
}

.vc_grid-item-zone-c-right .vc_gitem-zone-c {
  float: right;
  width: 50%
}

.vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
  display: none !important
}

.vc-gitem-zone-height-mode-auto:before {
  content: "";
  display: block;
  padding-top: 100%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
  padding-top: 75%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
  padding-top: 133.33333333%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
  padding-top: 133.33333333%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
  padding-top: 56.25%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
  padding-top: 177.77777778%
}

.vc_gitem-animated-block {
  position: relative
}

.vc_gitem-animate .vc_btn {
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease
}

.vc_gitem-animate .vc_gitem-zone-b {
  z-index: 199
}

.vc_gitem-animate-none .vc_gitem-zone-b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  box-sizing: border-box
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-none .vc_gitem-zone-b {
  opacity: 1
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,
.vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  box-sizing: border-box
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 0
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, .275, .125, 1), opacity .5s cubic-bezier(0, .275, .125, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0, .275, .125, 1), opacity .5s cubic-bezier(0, .275, .125, 1);
  transition: transform 1s cubic-bezier(0, .275, .125, 1), opacity .5s cubic-bezier(0, .275, .125, 1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
  opacity: 1
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 50%
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_post-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
  opacity: 1
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 50%
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.vc_gitem-animate-scaleIn {
  overflow: hidden
}

.vc_gitem-animate-scaleIn .vc_gitem-zone-a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.vc_gitem-animate-scaleRotateIn {
  overflow: hidden
}

.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
  -webkit-transform: scale(1.5) rotate(10deg);
  -moz-transform: scale(1.5) rotate(10deg);
  -ms-transform: scale(1.5) rotate(10deg);
  -o-transform: scale(1.5) rotate(10deg);
  transform: scale(1.5) rotate(10deg)
}

.vc_gitem-animate-blurOut .vc_gitem-zone-a,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  filter: blur(0);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  webkit-transition: filter .5s cubic-bezier(0, .275, .125, 1), -webkit-transform .5s cubic-bezier(0, .275, .125, 1);
  -moz-transition: filter .5s cubic-bezier(0, .275, .125, 1), -moz-transform .5s cubic-bezier(0, .275, .125, 1);
  transition: filter .5s cubic-bezier(0, .275, .125, 1), transform .5s cubic-bezier(0, .275, .125, 1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-a,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  filter: url(../../../plugins/js_composer/assets/vc/blur.svg#blur);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px)
}

.vc_gitem-animate-blurScaleOut {
  overflow: hidden
}

.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.vc_gitem-animate-slideInRight {
  overflow: hidden
}

.vc_gitem-animate-slideInRight .vc_gitem-zone-b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInRight .vc_gitem-zone-b {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.vc_gitem-animate-slideInLeft {
  overflow: hidden
}

.vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.vc_gitem-animate-slideBottom {
  overflow: hidden;
  position: relative
}

.vc_gitem-animate-slideBottom .vc_gitem-zone-b {
  display: block;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1000;
  position: absolute;
  top: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
  top: 0
}

.vc_gitem-animate-slideTop {
  overflow: hidden;
  position: relative
}

.vc_gitem-animate-slideTop .vc_gitem-zone-b {
  display: block;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1000;
  position: absolute;
  top: -100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideTop .vc_gitem-zone-b {
  top: 0
}

.vc_gitem-animate-flipFadeIn {
  overflow: hidden
}

.vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0)
}

.vc_gitem-animate-flipHorizontalFadeIn {
  overflow: hidden
}

.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0)
}

.vc_gitem-animate-goTop20 {
  overflow: hidden
}

.vc_gitem-animate-goTop20 .vc_gitem-zone-a {
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .5s ease;
  -moz-transition: -moz-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  transition: transform .5s ease
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%)
}

.vc_gitem-animate-goTop20 .vc_gitem-zone-b {
  display: block;
  -webkit-transition: bottom .5s ease;
  -o-transition: bottom .5s ease;
  transition: bottom .5s ease;
  bottom: -100%;
  z-index: 1000;
  position: absolute;
  width: 100%;
  margin: 0
}

.vc_gitem-animate-goTop20 .vc_gitem-zone-b .vc_gitem-zone-mini {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-b {
  bottom: 0
}

.vc_gitem-animate-goBottom20 {
  overflow: hidden
}

.vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .5s ease;
  -moz-transition: -moz-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  transition: transform .5s ease
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%)
}

.vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
  display: block;
  -webkit-transition: top .5s ease;
  -o-transition: top .5s ease;
  transition: top .5s ease;
  top: -100%;
  z-index: 1000;
  position: absolute;
  width: 100%;
  margin: 0
}

.vc_gitem-animate-goBottom20 .vc_gitem-zone-b .vc_gitem-zone-mini {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
  top: 0
}

.vc_gitem-post-data {
  margin-bottom: 15px
}

.vc_gitem-post-data h2 {
  margin: 0
}

.vc_gitem-post-category-name .vc_gitem-link {
  color: inherit
}

.vc_grid .vc_pageable-load-more-btn {
  text-align: center;
  margin-top: 25px
}

.vc_grid .vc_pageable-load-more-btn>.vc_btn {
  outline: 0
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
  display: none;
  margin-top: 20px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot {
  cursor: pointer;
  display: inline-block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots {
  display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span {
  border: 3px solid;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots {
  display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span {
  border: 3px solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots {
  display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot span {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: .6
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot:hover span {
  opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots {
  display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
  opacity: .6
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot:hover span {
  opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots {
  display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: .6
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:hover span {
  opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
  border-color: #5472d2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span {
  background-color: #5472d2 !important;
  border-color: #5472d2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
  border-color: #00c1cf !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span {
  background-color: #00c1cf !important;
  border-color: #00c1cf !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
  border-color: #fe6c61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span {
  background-color: #fe6c61 !important;
  border-color: #fe6c61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
  border-color: #8d6dc4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span {
  background-color: #8d6dc4 !important;
  border-color: #8d6dc4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
  border-color: #4cadc9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span {
  background-color: #4cadc9 !important;
  border-color: #4cadc9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
  border-color: #cec2ab !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span {
  background-color: #cec2ab !important;
  border-color: #cec2ab !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
  border-color: #50485b !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span {
  background-color: #50485b !important;
  border-color: #50485b !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
  border-color: #75d69c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span {
  background-color: #75d69c !important;
  border-color: #75d69c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
  border-color: #2a2a2a !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span {
  background-color: #2a2a2a !important;
  border-color: #2a2a2a !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
  border-color: #ebebeb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span {
  background-color: #ebebeb !important;
  border-color: #ebebeb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
  border-color: #f7be68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span {
  background-color: #f7be68 !important;
  border-color: #f7be68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
  border-color: #5aa1e3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span {
  background-color: #5aa1e3 !important;
  border-color: #5aa1e3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
  border-color: #6dab3c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span {
  background-color: #6dab3c !important;
  border-color: #6dab3c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
  border-color: #f4524d !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span {
  background-color: #f4524d !important;
  border-color: #f4524d !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
  border-color: #f79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span {
  background-color: #f79468 !important;
  border-color: #f79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
  border-color: #b97ebb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span {
  background-color: #b97ebb !important;
  border-color: #b97ebb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
  border-color: #fff !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span {
  background-color: #fff !important;
  border-color: #fff !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
  background-color: #5472d2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
  background-color: #00c1cf !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
  background-color: #fe6c61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
  background-color: #8d6dc4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
  background-color: #4cadc9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
  background-color: #cec2ab !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
  background-color: #50485b !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
  background-color: #75d69c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
  background-color: #2a2a2a !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
  background-color: #ebebeb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
  background-color: #f7be68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
  background-color: #5aa1e3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
  background-color: #6dab3c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
  background-color: #f4524d !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
  background-color: #f79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
  background-color: #b97ebb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
  background-color: #fff !important
}

.vc_grid.vc_grid-owl-theme:hover .vc_grid-owl-nav {
  opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in 0s;
  -o-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s;
  -webkit-tap-highlight-color: transparent
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .disabled {
  display: none !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  opacity: .5;
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-in 0s;
  -o-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover {
  opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
  left: 5px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev.vc_grid-nav-prev-outside {
  left: -30px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
  right: 5px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next.vc_grid-nav-next-outside {
  right: -30px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-blue {
  color: #5472d2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-turquoise {
  color: #00c1cf !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-pink {
  color: #fe6c61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-violet {
  color: #8d6dc4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-peacoc {
  color: #4cadc9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-chino {
  color: #cec2ab !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-mulled_wine {
  color: #50485b !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-vista_blue {
  color: #75d69c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-black {
  color: #2a2a2a !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-grey {
  color: #ebebeb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-orange {
  color: #f7be68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sky {
  color: #5aa1e3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-green {
  color: #6dab3c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-juicy_pink {
  color: #f4524d !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sandy_brown {
  color: #f79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-purple {
  color: #b97ebb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-white {
  color: #fff !important
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -13px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -13.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -14px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -14.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -15px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -17.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -20px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -22.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -25px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -27.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -30px
}

.vc_grid-pagination .vc_grid-pagination-list {
  outline: 0;
  display: block;
  padding-left: 0;
  text-align: center;
  margin: 20px 0 0 !important;
  border-radius: 2px
}

.vc_grid-pagination .vc_grid-pagination-list>li {
  display: inline-block;
  margin: 0;
  border: 0 solid transparent
}

.vc_grid-pagination .vc_grid-pagination-list>li>a,
.vc_grid-pagination .vc_grid-pagination-list>li>span {
  color: #fff;
  background-color: #428bca;
  border: 1px solid #428bca;
  -webkit-transition: opacity .3s ease-in 0s;
  -o-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s;
  position: relative;
  float: left;
  padding: 3px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  opacity: .5;
  margin-left: -1px;
  font-size: 10px
}

.vc_grid-pagination .vc_grid-pagination-list>li:first-child>a,
.vc_grid-pagination .vc_grid-pagination-list>li:first-child>span {
  margin-left: 0
}

.vc_grid-pagination .vc_grid-pagination-list>li:focus a,
.vc_grid-pagination .vc_grid-pagination-list>li:focus span,
.vc_grid-pagination .vc_grid-pagination-list>li:hover a,
.vc_grid-pagination .vc_grid-pagination-list>li:hover span {
  opacity: 1
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-prev>a:after {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e61b"
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-next>a:after {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e61a"
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-first>a:after {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e618"
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-last>a:after {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e619"
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a:focus,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a:hover,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span:focus,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span:hover {
  z-index: 2;
  opacity: 1;
  cursor: default
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a:focus,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a:hover,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span:focus,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span:hover {
  display: none
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li {
  border-color: #5472d2 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>span {
  background-color: #5472d2 !important;
  border-color: #5472d2 !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise>li {
  border-color: #00c1cf !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise>li>span {
  background-color: #00c1cf !important;
  border-color: #00c1cf !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink>li {
  border-color: #fe6c61 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink>li>span {
  background-color: #fe6c61 !important;
  border-color: #fe6c61 !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet>li {
  border-color: #8d6dc4 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet>li>span {
  background-color: #8d6dc4 !important;
  border-color: #8d6dc4 !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc>li {
  border-color: #4cadc9 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc>li>span {
  background-color: #4cadc9 !important;
  border-color: #4cadc9 !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino>li {
  border-color: #cec2ab !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino>li>span {
  background-color: #cec2ab !important;
  border-color: #cec2ab !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine>li {
  border-color: #50485b !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine>li>span {
  background-color: #50485b !important;
  border-color: #50485b !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue>li {
  border-color: #75d69c !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue>li>span {
  background-color: #75d69c !important;
  border-color: #75d69c !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black>li {
  border-color: #2a2a2a !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black>li>span {
  background-color: #2a2a2a !important;
  border-color: #2a2a2a !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li {
  border-color: #ebebeb !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>span {
  background-color: #ebebeb !important;
  border-color: #ebebeb !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange>li {
  border-color: #f7be68 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange>li>span {
  background-color: #f7be68 !important;
  border-color: #f7be68 !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky>li {
  border-color: #5aa1e3 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky>li>span {
  background-color: #5aa1e3 !important;
  border-color: #5aa1e3 !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green>li {
  border-color: #6dab3c !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green>li>span {
  background-color: #6dab3c !important;
  border-color: #6dab3c !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink>li {
  border-color: #f4524d !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink>li>span {
  background-color: #f4524d !important;
  border-color: #f4524d !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown>li {
  border-color: #f79468 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown>li>span {
  background-color: #f79468 !important;
  border-color: #f79468 !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple>li {
  border-color: #b97ebb !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple>li>span {
  background-color: #b97ebb !important;
  border-color: #b97ebb !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white>li {
  border-color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white>li>span {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #2a2a2a !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 28px;
  min-height: 22px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:first-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:first-child>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:first-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:first-child>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:first-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:first-child>span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:last-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:last-child>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:last-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:last-child>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:last-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:last-child>span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>span {
  margin-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 22px;
  min-width: 22px;
  padding: 3px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span {
  margin-left: 5px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 22px;
  min-width: 22px;
  padding: 3px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 22px;
  min-width: 22px;
  padding: 3px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>span {
  background-color: transparent !important;
  color: #000 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>span {
  background-color: transparent !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li {
  border-left-width: 1px !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li>a {
  border-width: 0;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark li.vc_grid-disabled+li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li:first-child,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light li.vc_grid-disabled+li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li:first-child {
  border-width: 0 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li>a {
  color: #000 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li>a {
  color: #fff !important
}

.vc_grid-loading {
  margin: 2em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: .16s;
  animation-delay: .16s;
  height: 20px
}

.vc_grid-loading,
.vc_grid-loading:after,
.vc_grid-loading:before {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out
}

.vc_grid-loading:before {
  left: -20px
}

.vc_grid-loading:after {
  left: 20px;
  -webkit-animation-delay: .32s;
  animation-delay: .32s
}

.vc_grid-loading:after,
.vc_grid-loading:before {
  content: '';
  position: absolute;
  top: 0
}

@-webkit-keyframes load7 {

  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, .75)
  }

  40% {
    box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, .75)
  }
}

@keyframes load7 {

  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, .75)
  }

  40% {
    box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, .75)
  }
}

.vc_grid-filter {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
  padding: 0
}

.vc_grid-filter.vc_grid-filter-center {
  text-align: center
}

.vc_grid-filter.vc_grid-filter-right {
  text-align: right
}

.vc_grid-filter.vc_grid-filter-left {
  text-align: left
}

.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item:hover {
  background-color: #5472d2
}

.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover {
  background-color: #00c1cf
}

.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item:hover {
  background-color: #fe6c61
}

.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item:hover {
  background-color: #8d6dc4
}

.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover {
  background-color: #4cadc9
}

.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item:hover {
  background-color: #cec2ab
}

.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover {
  background-color: #50485b
}

.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover {
  background-color: #75d69c
}

.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item:hover {
  background-color: #2a2a2a
}

.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
  background-color: #ebebeb
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
  color: #666
}

.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item:hover {
  background-color: #f7be68
}

.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item:hover {
  background-color: #5aa1e3
}

.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item:hover {
  background-color: #6dab3c
}

.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover {
  background-color: #f4524d
}

.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover {
  background-color: #f79468
}

.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item:hover {
  background-color: #b97ebb
}

.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item:hover {
  background-color: #fff
}

.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span {
  color: #666
}

.vc_grid-filter>.vc_grid-filter-item {
  cursor: pointer;
  display: inline-block;
  background: 0 0;
  padding: 4px 10px;
  -webkit-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  transition: background-color .1s linear
}

.vc_grid-filter>.vc_grid-filter-item:first-child {
  margin-left: 0 !important
}

.vc_grid-filter>.vc_grid-filter-item>span {
  -webkit-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  outline: 0;
  padding: 0;
  text-decoration: none
}

.vc_grid-filter>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter>.vc_grid-filter-item:hover>span {
  text-decoration: none
}

.vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item {
  margin: 0 5px 5px 0;
  border-radius: 30px
}

.vc_grid-filter.vc_grid-filter- .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-comma .vc_grid-filter-item {
  padding: 0 !important
}

.vc_grid-filter.vc_grid-filter-default-less-rounded>.vc_grid-filter-item {
  margin: 0 5px 5px 0;
  border-radius: 5px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item {
  margin: 0;
  border: 1px solid rgba(235, 235, 235, .8);
  border-collapse: collapse
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:nth-child(n+2) {
  margin-left: -1px;
  margin-top: -1px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:hover {
  position: relative;
  z-index: 1;
  border-color: transparent
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item.vc_active>a,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:hover>a,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item.vc_active>a,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:hover>a,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item.vc_active>a,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:hover>a {
  text-decoration: none
}

.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item {
  background-color: #7c93dd
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item:hover {
  background-color: #5472d2
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item {
  background-color: #00919c
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover {
  background-color: #00c1cf
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item {
  background-color: #fe9b94
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item:hover {
  background-color: #fe6c61
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item {
  background-color: #a991d3
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item:hover {
  background-color: #8d6dc4
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item {
  background-color: #73bfd5
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover {
  background-color: #4cadc9
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item {
  background-color: #e1d9cb
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item:hover {
  background-color: #cec2ab
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item {
  background-color: #695f77
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover {
  background-color: #50485b
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item {
  background-color: #9ce2b8
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover {
  background-color: #75d69c
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item {
  background-color: #444
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item:hover {
  background-color: #2a2a2a
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item {
  background-color: #d2d2d2
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item>span {
  color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
  background-color: #ebebeb
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
  color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item {
  background-color: #fad398
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item:hover {
  background-color: #f7be68
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item {
  background-color: #86baea
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item:hover {
  background-color: #5aa1e3
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item {
  background-color: #87c456
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item:hover {
  background-color: #6dab3c
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item {
  background-color: #f7817d
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover {
  background-color: #f4524d
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item {
  background-color: #fab698
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover {
  background-color: #f79468
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item {
  background-color: #cb9fcd
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item:hover {
  background-color: #b97ebb
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item {
  background-color: #e6e6e6
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item>span {
  color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item:hover {
  background-color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span {
  color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item {
  margin: 0;
  border: 1px solid transparent;
  border-collapse: collapse;
  padding: 3px 7px
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item>span {
  color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:nth-child(n+2) {
  border-left: none;
  margin-left: 1px;
  border-top: none;
  margin-top: 1px
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:first-child,
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 0
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:last-child,
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top: 0
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px
}

.vc_grid-filter.vc_grid-filter-filled-rounded-all>.vc_grid-filter-item {
  border-radius: 3px !important
}

.vc_grid-filter.vc_grid-filter-filled-round-all>.vc_grid-filter-item {
  border-radius: 30px !important
}

.vc_grid-filter.vc_grid-filter-size-xs .vc_grid-filter-item {
  font-size: 12px;
  padding: 1px 5px
}

.vc_grid-filter.vc_grid-filter-size-sm .vc_grid-filter-item {
  font-size: 13px;
  padding: 2px 7px
}

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
  font-size: 100%;
  padding: 2px 10px
}

.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
  font-size: 18px;
  padding: 4px 10px
}

.vc_grid-filter-select {
  display: none
}

.vc_grid-filter-dropdown,
.vc_grid-filter-select {
  font-size: 12px;
  margin-bottom: 20px
}

.vc_grid-filter-dropdown.vc_grid-filter-center,
.vc_grid-filter-select.vc_grid-filter-center {
  text-align: center
}

.vc_grid-filter-dropdown.vc_grid-filter-right,
.vc_grid-filter-select.vc_grid-filter-right {
  text-align: right
}

.vc_grid-filter-dropdown.vc_grid-filter-left,
.vc_grid-filter-select.vc_grid-filter-left {
  text-align: left
}

.vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon,
.vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon {
  display: none
}

.vc_grid-filter-dropdown .vc_grid-styled-select select,
.vc_grid-filter-select .vc_grid-styled-select select {
  outline: 0;
  display: inline-block
}

@media (min-width:768px) {

  .vc_grid-filter-dropdown.vc_grid-filter-color-blue .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-blue .vc_arrow-icon-navicon {
    color: #5472d2
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon {
    color: #00c1cf
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-pink .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-pink .vc_arrow-icon-navicon {
    color: #fe6c61
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-violet .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-violet .vc_arrow-icon-navicon {
    color: #8d6dc4
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon {
    color: #4cadc9
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-chino .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-chino .vc_arrow-icon-navicon {
    color: #cec2ab
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon {
    color: #50485b
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon {
    color: #75d69c
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-black .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-black .vc_arrow-icon-navicon {
    color: #2a2a2a
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-grey .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-grey .vc_arrow-icon-navicon {
    color: #ebebeb
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-orange .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-orange .vc_arrow-icon-navicon {
    color: #f7be68
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-sky .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-sky .vc_arrow-icon-navicon {
    color: #5aa1e3
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-green .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-green .vc_arrow-icon-navicon {
    color: #6dab3c
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon {
    color: #f4524d
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon {
    color: #f79468
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-purple .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-purple .vc_arrow-icon-navicon {
    color: #b97ebb
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-white .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-white .vc_arrow-icon-navicon {
    color: #fff
  }

  .vc_grid-filter-dropdown .vc_grid-styled-select,
  .vc_grid-filter-select .vc_grid-styled-select {
    border: 1px solid #ccc;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    padding-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: middle
  }

  .vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon,
  .vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon {
    font-size: 17px;
    display: inline;
    vertical-align: middle
  }

  .vc_grid-filter-dropdown .vc_grid-styled-select select,
  .vc_grid-filter-select .vc_grid-styled-select select {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0;
    height: 30px;
    line-height: 1;
    margin-right: -50px;
    padding: 5px;
    position: relative;
    font-size: 12px;
    z-index: 0;
    cursor: pointer;
    max-width: inherit !important
  }
}

@media (max-width:768px) {
  .vc_responsive .vc_grid-filter-select {
    display: block
  }

  .vc_responsive .vc_grid-filter {
    display: none !important
  }
}

.owl-carousel .owl-item .vc_grid-item {
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0)
}

.owl-carousel .owl-animated-out {
  z-index: 0
}

.owl-carousel .owl-animated-in {
  z-index: 1
}

.vc-hoverbox-wrapper,
.vc-hoverbox-wrapper * {
  box-sizing: border-box
}

.vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-back,
.vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-front {
  border-radius: 10px
}

.vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-back,
.vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-front {
  border-radius: 50px
}

.vc-hoverbox-wrapper.vc-hoverbox-align--center {
  text-align: center
}

.vc-hoverbox-wrapper.vc-hoverbox-align--left {
  text-align: left
}

.vc-hoverbox-wrapper.vc-hoverbox-align--right {
  text-align: right
}

.vc-hoverbox-wrapper .vc-hoverbox {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox {
  width: 100%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--90 .vc-hoverbox {
  width: 90%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--80 .vc-hoverbox {
  width: 80%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--70 .vc-hoverbox {
  width: 70%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--60 .vc-hoverbox {
  width: 60%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--50 .vc-hoverbox {
  width: 50%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--40 .vc-hoverbox {
  width: 40%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--30 .vc-hoverbox {
  width: 30%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--20 .vc-hoverbox {
  width: 20%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--10 .vc-hoverbox {
  width: 10%
}

.vc-hoverbox-inner {
  width: 100%;
  display: inline-block;
  min-height: 250px
}

.vc-hoverbox-inner :last-child {
  margin-bottom: 0
}

.vc-hoverbox-block {
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform .5s ease-in-out;
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center
}

.vc-hoverbox-block-inner {
  flex-shrink: 0;
  padding: 20px
}

.vc-hoverbox-block-inner * {
  backface-visibility: hidden
}

.vc-hoverbox-front {
  transform: rotateY(0);
  z-index: 1
}

.vc-hoverbox-back {
  transform: rotateY(180deg)
}

.vc-hoverbox:hover .vc-hoverbox-front {
  transform: rotateY(-180deg)
}

.vc-hoverbox:hover .vc-hoverbox-back {
  transform: rotateY(0)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-front {
  transform: rotateY(180deg)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-back {
  transform: rotateY(0);
  z-index: 2
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-front {
  transform: rotateY(0)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-back {
  transform: rotateY(-180deg)
}

@font-face {
  font-family: vc_grid_v1;
  src: url(../../../plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot?-9hbgac);
  src: url(../../../plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac) format('embedded-opentype'), url(../../../plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.woff?-9hbgac) format('woff'), url(../../../plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.ttf?-9hbgac) format('truetype'), url(../../../plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1) format('svg');
  font-weight: 400;
  font-style: normal
}

[class*=" vc_arrow-icon-"],
[class^=vc_arrow-icon-] {
  font-family: vc_grid_v1;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.vc_arrow-icon-minus:before {
  content: "\e61c"
}

.vc_arrow-icon-plus:before {
  content: "\e61d"
}

.vc_arrow-icon-arrow_down:before {
  content: "\e61e"
}

.vc_arrow-icon-arrow_up:before {
  content: "\e61f"
}

.vc_arrow-icon-arrow_01_left:before {
  content: "\e600"
}

.vc_arrow-icon-arrow_01_right:before {
  content: "\e601"
}

.vc_arrow-icon-arrow_02_left:before {
  content: "\e602"
}

.vc_arrow-icon-arrow_02_right:before {
  content: "\e603"
}

.vc_arrow-icon-arrow_03_left:before {
  content: "\e604"
}

.vc_arrow-icon-arrow_03_right:before {
  content: "\e605"
}

.vc_arrow-icon-arrow_04_left:before {
  content: "\e606"
}

.vc_arrow-icon-arrow_04_right:before {
  content: "\e607"
}

.vc_arrow-icon-arrow_05_left:before {
  content: "\e608"
}

.vc_arrow-icon-arrow_05_right:before {
  content: "\e609"
}

.vc_arrow-icon-arrow_06_left:before {
  content: "\e60a"
}

.vc_arrow-icon-arrow_06_right:before {
  content: "\e60b"
}

.vc_arrow-icon-arrow_07_left:before {
  content: "\e60c"
}

.vc_arrow-icon-arrow_07_right:before {
  content: "\e60d"
}

.vc_arrow-icon-arrow_08_left:before {
  content: "\e60e"
}

.vc_arrow-icon-arrow_08_right:before {
  content: "\e60f"
}

.vc_arrow-icon-arrow_09_left:before {
  content: "\e610"
}

.vc_arrow-icon-arrow_09_right:before {
  content: "\e611"
}

.vc_arrow-icon-arrow_10_left:before {
  content: "\e612"
}

.vc_arrow-icon-arrow_10_right:before {
  content: "\e613"
}

.vc_arrow-icon-arrow_11_left:before {
  content: "\e614"
}

.vc_arrow-icon-arrow_11_right:before {
  content: "\e615"
}

.vc_arrow-icon-arrow_12_left:before {
  content: "\e616"
}

.vc_arrow-icon-arrow_12_right:before {
  content: "\e617"
}

.vc_arrow-icon-navicon:before {
  content: "\f0c9"
}

.wpb_animate_when_almost_visible {
  opacity: 0
}

.wpb_animate_when_almost_visible:not(.wpb_start_animation) {
  -webkit-animation: none;
  -o-animation: none;
  animation: none
}

.top-to-bottom,
.wpb_top-to-bottom {
  -webkit-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -o-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.bottom-to-top,
.wpb_bottom-to-top {
  -webkit-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -o-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.left-to-right,
.wpb_left-to-right {
  -webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -o-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.right-to-left,
.wpb_right-to-left {
  -webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -o-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.appear,
.wpb_appear {
  -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -o-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.wpb_start_animation {
  opacity: 1
}

@-webkit-keyframes wpb_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1
  }
}

@-moz-keyframes wpb_ttb {
  0% {
    -moz-transform: translate(0, -10%);
    opacity: 0
  }

  100% {
    -moz-transform: translate(0, 0);
    opacity: 1
  }
}

@-o-keyframes wpb_ttb {
  0% {
    -o-transform: translate(0, -10%);
    opacity: 0
  }

  100% {
    -o-transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes wpb_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    -o-transform: translate(0, -10%);
    transform: translate(0, -10%);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes wpb_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1
  }
}

@-moz-keyframes wpb_btt {
  0% {
    -moz-transform: translate(0, 10%);
    opacity: 0
  }

  100% {
    -moz-transform: translate(0, 0);
    opacity: 1
  }
}

@-o-keyframes wpb_btt {
  0% {
    -o-transform: translate(0, 10%);
    opacity: 0
  }

  100% {
    -o-transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes wpb_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    transform: translate(0, 10%);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes wpb_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1
  }
}

@-moz-keyframes wpb_ltr {
  0% {
    -moz-transform: translate(-10%, 0);
    opacity: 0
  }

  100% {
    -moz-transform: translate(0, 0);
    opacity: 1
  }
}

@-o-keyframes wpb_ltr {
  0% {
    -o-transform: translate(-10%, 0);
    opacity: 0
  }

  100% {
    -o-transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes wpb_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes wpb_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1
  }
}

@-moz-keyframes wpb_rtl {
  0% {
    -moz-transform: translate(10%, 0);
    opacity: 0
  }

  100% {
    -moz-transform: translate(0, 0);
    opacity: 1
  }
}

@-o-keyframes wpb_rtl {
  0% {
    -o-transform: translate(10%, 0);
    opacity: 0
  }

  100% {
    -o-transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes wpb_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    -o-transform: translate(10%, 0);
    transform: translate(10%, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes wpb_appear {
  0% {
    -webkit-transform: scale(.5);
    opacity: .1
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1
  }
}

@-moz-keyframes wpb_appear {
  0% {
    -moz-transform: scale(.5);
    opacity: .1
  }

  100% {
    -moz-transform: scale(1);
    opacity: 1
  }
}

@-o-keyframes wpb_appear {
  0% {
    -o-transform: scale(.5);
    opacity: .1
  }

  100% {
    -o-transform: scale(1);
    opacity: 1
  }
}

@keyframes wpb_appear {
  0% {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    opacity: .1
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.vc-spinner::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  pointer-events: none;
  margin-top: 6px;
  background: url(../../../plugins/js_composer/assets/images/spinner.gif) no-repeat;
  background-position-x: center;
  background-position-y: center
}

.vc-spinner.vc-spinner-complete::before {
  background-image: url(../../../plugins/js_composer/assets/vc/tick.png)
}

.vc-spinner.vc-spinner-failed::before {
  background-image: url(../../../plugins/js_composer/assets/vc/remove.png)
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini {
  position: relative
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_gitem-zone {
  opacity: 0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
  left: 0
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader {
  margin: 2em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: .16s;
  animation-delay: .16s;
  height: 50px
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader,
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after,
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: vc_woo-add-cart-load 1.8s infinite ease-in-out;
  animation: vc_woo-add-cart-load 1.8s infinite ease-in-out
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
  left: -20px
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after {
  left: 20px;
  -webkit-animation-delay: .32s;
  animation-delay: .32s
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after,
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
  content: '';
  position: absolute;
  top: 0
}

@-webkit-keyframes vc_woo-add-cart-load {

  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, .75)
  }

  40% {
    box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, .75)
  }
}

@keyframes vc_woo-add-cart-load {

  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, .75)
  }

  40% {
    box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, .75)
  }
}

.vc_grid-item-mini .added_to_cart.wc-forward {
  display: none
}