/*!
 =========================================================
 * vcs-ui-kit - v1.1.0
 =========================================================

 * Copyright 2017 VenturePoint (https://venturepoint.co.za/)

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 */
/* CSSTidy 1.5.2: Wed, 11 Jan 2017 05:59:00 +0000 */
@import url(../../libs/css/font-awesome.min.css);
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,800,800i";
@media screen and (max-width: 980px) {
  .toppres-form-list.list-group {
    padding-left: 40px !important;
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 480px) {
  .account-dropdown {
    right: -209% !important;
  }
  .row > * {
    padding: 0 0 0 1.5em;
  }
  .row {
    margin: 0 0 -1px -1.5em;
  }
  .row.uniform > * {
    padding: 1.5em 0 0 1.5em;
  }
  .row.uniform {
    margin: -1.5em 0 -1px -1.5em;
  }
}

body {
  background: #6B7A8F;
  overflow-x: hidden;
}

body.is-loading *,
body.is-loading:before,
body.is-loading:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

body,
input,
select,
textarea {
  color: #fff;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: 400;
  letter-spacing: .075em;
  line-height: 1.65em;
}

@media screen and (max-width: 1680px) {
  body,
  input,
  select,
  textarea {
    font-size: 13pt;
  }
}

@media screen and (max-width: 1280px) {
  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }
}

@media screen and (max-width: 736px) {
  body,
  input,
  select,
  textarea {
    font-size: 11pt;
    letter-spacing: .0375em;
  }
}

a {
  -moz-transition: color .2s ease, border-bottom-color .2s ease;
  -webkit-transition: color .2s ease, border-bottom-color .2s ease;
  -ms-transition: color .2s ease, border-bottom-color .2s ease;
  transition: color .2s ease, border-bottom-color .2s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  border-bottom-color: transparent;
}

a:focus,
a:hover {
  color: #F7882F;
}

strong,
b {
  color: #fff;
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 800;
  letter-spacing: .225em;
  line-height: 1em;
  margin: 0 0 1em;
  text-transform: uppercase;
  font-family: arcena;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 1.35em;
  line-height: 1.75em;
}

@media screen and (max-width: 736px) {
  h2 {
    font-size: 1.1em;
    line-height: 1.65em;
  }
}

h3 {
  font-size: 1.15em;
  line-height: 1.75em;
}

@media screen and (max-width: 736px) {
  h3 {
    font-size: 1em;
    line-height: 1.65em;
  }
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
}

h5 {
  font-size: .8em;
  line-height: 1.5em;
}

h6 {
  font-size: .7em;
  line-height: 1.5em;
}

sub {
  font-size: .8em;
  position: relative;
  top: .5em;
}

sup {
  font-size: .8em;
  position: relative;
  top: -.5em;
}

hr {
  border: 0;
  border-bottom: solid 2px #fff;
  margin: 3em 0;
}

hr.major {
  margin: 4.5em 0;
}

blockquote {
  border-left: solid 4px #fff;
  font-style: italic;
  margin: 0 0 2em;
  padding: .5em 0 .5em 2em;
}

code {
  background: rgba(144, 144, 144, 0.25);
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: .9em;
  letter-spacing: 0;
  margin: 0 .25em;
  padding: .25em .65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: .9em;
  margin: 0 0 2em;
}

pre code {
  display: block;
  line-height: 1.75em;
  padding: 1em 1.5em;
  overflow-x: auto;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

section.special,
article.special {
  text-align: center;
}

header p {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  top: -.25em;
}

header h3 + p {
  font-size: 1.1em;
}

header h4 + p,
header h5 + p,
header h6 + p {
  font-size: .9em;
}

header.major {
  margin: 0 0 3.5em;
}

header.major h2,
header.major h3,
header.major h4,
header.major h5,
header.major h6 {
  /*    border-bottom: solid 2px #fff;*/
  display: inline-block;
  padding-bottom: 1em;
  position: relative;
  font-size: 1.75em;
}

header.major h2::first-word,
header.major h3::first-word,
header.major h4::first-word,
header.major h5::first-word,
header.major h6::first-word {
  color: #F7C331;
}

header.major h2:after,
header.major h3:after,
header.major h4:after,
header.major h5:after,
header.major h6:after {
  content: '';
  display: block;
  /*    height: 1px*/
}

header.major p {
  color: #fff;
  top: 0;
}

@media screen and (max-width: 736px) {
  header.major {
    margin: 0 0 2em;
  }
}

@media screen and (max-width: 980px) {
  header br {
    display: none;
  }
}

form {
  margin: 0 0 2em;
}

label {
  color: #fff;
  display: block;
  font-size: .9em;
  font-weight: 600;
  margin: 0 0 1em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(144, 144, 144, 0.25);
  border-radius: 3px;
  border: none;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="number"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 0 2px #F7882F;
}

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}

.select-wrapper:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-transform: none !important;
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  color: #fff;
  content: '\f078';
  display: block;
  height: 2.75em;
  line-height: 2.75em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 2.75em;
}

.select-wrapper select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  height: 2.75em;
}

textarea {
  padding: .75em 1em;
}

/*
input[type="checkbox"],
input[type="radio"] {
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 1;
    width: 1em;
    z-index: -1;
    height: 80%
}
*/
input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  color: #313131;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 23px;
  font-weight: 400;
  padding-left: 2.4em;
  padding-right: .75em;
  position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-transform: none !important;
  background: rgba(144, 144, 144, 0.25);
  border-radius: 3px;
  content: '';
  display: inline-block;
  height: 1.65em;
  left: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #6B7A8F;
  color: #fff;
  content: '\f00c';
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  box-shadow: 0 0 0 2px #F7882F;
}

input[type="checkbox"] + label:before {
  border-radius: 3px;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

.formerize-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

.box {
  border-radius: 3px;
  margin-bottom: 2em;
  padding: 1.5em;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

.icon.major {
  text-align: center;
  cursor: default;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 5em;
  height: 5em;
  line-height: 5em;
  box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 1px #f5f5f5;
  margin: 0 0 2em;
}

.icon.major:before {
  display: inline-block;
  font-size: 1.5em;
}

@media screen and (max-width: 736px) {
  .icon.major {
    font-size: 1em;
  }
}

.icon.style1 {
  color: #0fc;
}

.icon.style2 {
  color: #00f0ff;
}

.icon.style3 {
  color: #76ddff;
}

.image {
  border-radius: 3px;
  border: 0;
  display: inline-block;
  position: relative;
}

.image img {
  border-radius: 3px;
  display: block;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
  top: .25em;
}

.image.right {
  float: right;
  margin: 0 0 2em 2em;
  top: .25em;
}

.image.left,
.image.right {
  max-width: 40%;
}

.image.left img,
.image.right img {
  width: 100%;
}

.image.fit {
  display: block;
  margin: 0 0 2em;
  width: 100%;
}

.image.fit img {
  width: 100%;
}

ol {
  list-style: decimal;
  margin: 0 0 2em;
  padding-left: 1.25em;
}

ol li {
  padding-left: .25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em;
  padding-left: 1em;
}

ul li {
  padding-left: .5em;
}

ul.alt {
  list-style: none;
  padding-left: 0;
}

ul.alt li {
  border-top: solid 1px #fff;
  padding: .5em 0;
}

ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}

ul.icons li:last-child {
  padding-right: 0 !important;
}

ul.icons.major {
  padding: 1em 0;
}

ul.icons.major li {
  padding-right: 3.5em;
}

@media screen and (max-width: 736px) {
  ul.icons.major li {
    padding: 0 1em !important;
  }
}

ul.actions {
  list-style: none;
  padding-left: 0;
  width: 50%;
  margin: auto;
}

ul.actions li {
  display: inline-block;
  padding: 0 1.5em 0 0;
  vertical-align: middle;
  width: 40%;
}

ul.actions li:last-child {
  padding-right: 0;
}

ul.actions.small li {
  padding: 0 .75em 0 0;
}

ul.actions.vertical li {
  display: block;
  padding: 1.5em 0 0;
}

ul.actions.vertical li:first-child {
  padding-top: 0;
}

ul.actions.vertical li > * {
  margin-bottom: 0;
}

ul.actions.vertical.small li {
  padding: .75em 0 0;
}

ul.actions.vertical.small li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  display: table;
  margin-left: -1.5em;
  padding: 0;
  table-layout: fixed;
  width: calc(100% + 1.5em);
}

ul.actions.fit li {
  display: table-cell;
  padding: 0 0 0 1.5em;
}

ul.actions.fit li > * {
  margin-bottom: 0;
}

ul.actions.fit.small {
  margin-left: -.75em;
  width: calc(100% + 0.75em);
}

ul.actions.fit.small li {
  padding: 0 0 0 .75em;
}

@media screen and (max-width: 736px) {
  ul.actions li {
    display: block;
    padding: 1em 0 0;
    text-align: center;
    width: 100%;
  }
  ul.actions li:first-child {
    padding-top: 0;
  }
  ul.actions li > * {
    max-width: 30em;
    width: 100%;
  }
  ul.actions li > .icon:before {
    margin-left: -1em;
  }
  ul.actions.small li {
    padding: .5em 0 0;
  }
  ul.actions.small li:first-child {
    padding-top: 0;
  }
}

dl {
  margin: 0 0 2em;
}

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0 0 2em;
  width: 100%;
}

table tbody tr {
  border: solid 1px #fff;
  border-left: 0;
  border-right: 0;
}

table tbody tr:nth-child(2n+1) {
  background-color: rgba(144, 144, 144, 0.25);
}

table td {
  padding: .75em;
}

table th {
  color: #fff;
  font-size: .9em;
  font-weight: 600;
  padding: 0 .75em .75em;
  text-align: left;
}

table thead {
  border-bottom: solid 2px #fff;
}

table tfoot {
  border-top: solid 2px #fff;
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: solid 1px #fff;
  border-left-width: 0;
  border-top-width: 0;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead {
  border-bottom: 0;
}

table.alt tfoot {
  border-top: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 3px;
  border: 0;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 3.125em;
  letter-spacing: .225em;
  line-height: 3.125em;
  padding: 0 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 1s;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
  color: #fff;
  background: #F7882F;
  transition: all 1s;
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.1, 1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
  background-color: rgba(172, 172, 172, 0.15);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: .5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
  display: block;
  margin: 0 0 1em;
  width: 100%;
}

input[type="submit"].fitCTX,
input[type="reset"].fitCTX,
input[type="button"].fitCTX,
button.fitCTX,
.button.fitCTX {
  margin-left: 20px !important;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
  font-size: .8em;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
  font-size: 1.35em;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
  background-color: #F7882F;
  box-shadow: none !important;
  color: #fff !important;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
button.special:hover,
.button.special:hover {
  background-color: #313c4b !important;
  transition: all 1s;
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.1, 1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
button.special:active,
.button.special:active {
  background-color: #313c4b !important;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  opacity: .25;
}

@media screen and (max-width: 736px) {
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  button,
  .button {
    height: 3.75em;
    line-height: 3.75em;
  }
  /*.dialogBtn{padding:0!important}*/
  input[type="submit"].fit80,
  input[type="reset"].fit80,
  input[type="button"].fit80,
  button.fit80,
  .button.fit80 {
    display: block;
    margin: 0 0 1em;
    width: 80%;
  }
  input[type="submit"].fitCTX,
  input[type="reset"].fitCTX,
  input[type="button"].fitCTX,
  button.fitCTX,
  .button.fitCTX {
    margin: 1px;
    margin-left: 5px !important;
  }
  .is-mobile .button.fitCTX {
    width: 100%;
  }
}

.features {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  width: 100%;
}

.features li {
  padding: 4em 4em 2em 6em;
  display: block;
  position: relative;
  text-align: left;
  width: 50%;
}

.features li:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.035);
}

.features li:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.07);
}

.features li:nth-child(3) {
  background-color: rgba(0, 0, 0, 0.105);
}

.features li:nth-child(4) {
  background-color: rgba(0, 0, 0, 0.14);
}

.features li:nth-child(5) {
  background-color: rgba(0, 0, 0, 0.175);
}

.features li:nth-child(6) {
  background-color: rgba(0, 0, 0, 0.21);
}

.features li:nth-child(7) {
  background-color: rgba(0, 0, 0, 0.245);
}

.features li:nth-child(8) {
  background-color: rgba(0, 0, 0, 0.28);
}

.features li:nth-child(9) {
  background-color: rgba(0, 0, 0, 0.315);
}

.features li:nth-child(10) {
  background-color: rgba(0, 0, 0, 0.35);
}

.features li:before {
  display: block;
  color: #0fc;
  position: absolute;
  left: 1.75em;
  top: 2.75em;
  font-size: 1.5em;
}

.features li:nth-child(1) {
  border-top-left-radius: 3px;
}

.features li:nth-child(2) {
  border-top-right-radius: 3px;
}

.features li:nth-last-child(1) {
  border-bottom-right-radius: 3px;
}

.features li:nth-last-child(2) {
  border-bottom-left-radius: 3px;
}

@media screen and (max-width: 980px) {
  .features li {
    padding: 3em 2em 1em;
    text-align: center;
  }
  .features li:before {
    left: 0;
    margin: 0 0 1em;
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 736px) {
  .features li {
    padding: 3em 0 1em;
    background-color: transparent !important;
    border-top: solid 2px #fff;
    width: 100%;
  }
  .features li:first-child {
    border-top: 0;
  }
}

.spotlight {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.spotlight .image {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  border-radius: 0;
  width: 40%;
}

.spotlight .image img {
  border-radius: 0;
  width: 100%;
}

.spotlight .content {
  padding: 2em 4em .1em;
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  max-width: 48em;
  width: 60%;
}

.spotlight:nth-child(2n) {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.spotlight:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.075);
}

.spotlight:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.15);
}

.spotlight:nth-child(3) {
  background-color: rgba(0, 0, 0, 0.225);
}

.spotlight:nth-child(4) {
  background-color: rgba(0, 0, 0, 0.3);
}

.spotlight:nth-child(5) {
  background-color: rgba(0, 0, 0, 0.375);
}

.spotlight:nth-child(6) {
  background-color: rgba(0, 0, 0, 0.45);
}

.spotlight:nth-child(7) {
  background-color: rgba(0, 0, 0, 0.525);
}

.spotlight:nth-child(8) {
  background-color: rgba(0, 0, 0, 0.6);
}

.spotlight:nth-child(9) {
  background-color: rgba(0, 0, 0, 0.675);
}

.spotlight:nth-child(10) {
  background-color: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1280px) {
  .spotlight .image {
    width: 45%;
  }
  .spotlight .content {
    width: 55%;
  }
}

@media screen and (max-width: 980px) {
  .spotlight {
    display: block;
  }
  .spotlight br {
    display: none;
  }
  .spotlight .image {
    width: 100%;
  }
  .spotlight .content {
    padding: 4em 3em 2em;
    max-width: none;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .spotlight .content {
    padding: 3em 2em 1em;
  }
  .wrapper.style1 {
    height: 100% !important;
  }
}

.wrapper {
  padding: 1em 0 4em;
}

.smallPadding {
  padding: 4em 0 6em !important;
}

.wrapper > .inner {
  width: 60em;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .wrapper > .inner {
    width: 90%;
  }
}

@media screen and (max-width: 980px) {
  .wrapper > .inner {
    width: 100%;
  }
}

.wrapper.alt {
  padding: 0;
}

.wrapper.style1 {
  background-image: -moz-linear-gradient(top, rgba(247, 136, 47, 0.49), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-image: -webkit-linear-gradient(top, rgba(247, 136, 47, 0.49), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-image: -ms-linear-gradient(top, rgba(247, 136, 47, 0.49), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-image: linear-gradient(top, rgba(247, 136, 47, 0.49), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(247, 136, 47, 0.2);
  color: #c7ebe8;
  height: 100%;
}

.wrapper.style1 strong,
.wrapper.style1 b {
  color: #fff;
}

.wrapper.style1 h2,
.wrapper.style1 h3,
.wrapper.style1 h4,
.wrapper.style1 h5,
.wrapper.style1 h6 {
  color: #fff;
}

.wrapper.style1 hr {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 blockquote {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 code {
  background: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 header p {
  color: #a6e0db;
}

.wrapper.style1 header.major h2,
.wrapper.style1 header.major h3,
.wrapper.style1 header.major h4,
.wrapper.style1 header.major h5,
.wrapper.style1 header.major h6 {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 header.major p {
  color: #fff;
}

.wrapper.style1 label {
  color: #fff;
}

.wrapper.style1 input[type="text"],
.wrapper.style1 input[type="password"],
.wrapper.style1 input[type="email"],
.wrapper.style1 select,
.wrapper.style1 textarea {
  background: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 .select-wrapper:before {
  color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 input[type="checkbox"] + label,
.wrapper.style1 input[type="radio"] + label {
  color: #c7ebe8;
}

.wrapper.style1 input[type="checkbox"] + label:before,
.wrapper.style1 input[type="radio"] + label:before {
  background: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 input[type="checkbox"]:checked + label:before,
.wrapper.style1 input[type="radio"]:checked + label:before {
  background: #fff;
  color: #F7882F;
}

.wrapper.style1::-webkit-input-placeholder {
  color: #a6e0db !important;
}

.wrapper.style1:-moz-placeholder {
  color: #a6e0db !important;
}

.wrapper.style1::-moz-placeholder {
  color: #a6e0db !important;
}

.wrapper.style1:-ms-input-placeholder {
  color: #a6e0db !important;
}

.wrapper.style1 .formerize-placeholder {
  color: #a6e0db !important;
}

.wrapper.style1 .icon.major {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 ul.alt li {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tbody tr {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 table th {
  color: #fff;
}

.wrapper.style1 table thead {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tfoot {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table.alt tbody tr td {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 input[type="submit"],
.wrapper.style1 input[type="reset"],
.wrapper.style1 input[type="button"],
.wrapper.style1 button,
.wrapper.style1 .button {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.wrapper.style1 input[type="submit"]:hover,
.wrapper.style1 input[type="reset"]:hover,
.wrapper.style1 input[type="button"]:hover,
.wrapper.style1 button:hover,
.wrapper.style1 .button:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 input[type="submit"]:active,
.wrapper.style1 input[type="reset"]:active,
.wrapper.style1 input[type="button"]:active,
.wrapper.style1 button:active,
.wrapper.style1 .button:active {
  background-color: rgba(255, 255, 255, 0.2);
  outline: none;
}

.wrapper.style1 input[type="submit"]:focus,
.wrapper.style1 input[type="reset"]:focus,
.wrapper.style1 input[type="button"]:focus,
.wrapper.style1 button:focus,
.wrapper.style1 .button:focus {
  outline: none;
}

@media screen and (max-width: 736px) {
  .wrapper.style1 .features li {
    border-top-color: rgba(0, 0, 0, 0.125);
  }
}

.wrapper.style1.top-pres {
  background-image: -moz-linear-gradient(top, rgba(247, 136, 47, 0.49), rgba(0, 0, 0, 0.4)), url(images/toppresteerders.jpg);
  background-image: -webkit-linear-gradient(top, rgba(247, 136, 47, 0.49), rgba(0, 0, 0, 0.4)), url(images/toppresteerders.jpg);
  background-image: -ms-linear-gradient(top, rgba(247, 136, 47, 0.49), rgba(0, 0, 0, 0.4)), url(images/toppresteerders.jpg);
  background-image: linear-gradient(top, rgba(247, 136, 47, 0.49), rgba(0, 0, 0, 0.4)), url(images/toppresteerders.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

.wrapper.style2 {
  background-color: #6B7A8F;
}

.wrapper.style3 {
  background-color: #505393;
  color: #d3d4e4;
}

.wrapper.style3 strong,
.wrapper.style3 b {
  color: #fff;
}

.wrapper.style3 h2,
.wrapper.style3 h3,
.wrapper.style3 h4,
.wrapper.style3 h5,
.wrapper.style3 h6 {
  color: #fff;
}

.wrapper.style3 hr {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 blockquote {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 code {
  background: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 header p {
  color: #b9bad3;
}

.wrapper.style3 header.major h2,
.wrapper.style3 header.major h3,
.wrapper.style3 header.major h4,
.wrapper.style3 header.major h5,
.wrapper.style3 header.major h6 {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 header.major p {
  color: #d3d4e4;
}

.wrapper.style3 label {
  color: #fff;
}

.wrapper.style3 input[type="text"],
.wrapper.style3 input[type="password"],
.wrapper.style3 input[type="email"],
.wrapper.style3 select,
.wrapper.style3 textarea {
  background: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 .select-wrapper:before {
  color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 input[type="checkbox"] + label,
.wrapper.style3 input[type="radio"] + label {
  color: #d3d4e4;
}

.wrapper.style3 input[type="checkbox"] + label:before,
.wrapper.style3 input[type="radio"] + label:before {
  background: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 input[type="checkbox"]:checked + label:before,
.wrapper.style3 input[type="radio"]:checked + label:before {
  background: #fff;
  color: #505393;
}

.wrapper.style3::-webkit-input-placeholder {
  color: #b9bad3 !important;
}

.wrapper.style3:-moz-placeholder {
  color: #b9bad3 !important;
}

.wrapper.style3::-moz-placeholder {
  color: #b9bad3 !important;
}

.wrapper.style3:-ms-input-placeholder {
  color: #b9bad3 !important;
}

.wrapper.style3 .formerize-placeholder {
  color: #b9bad3 !important;
}

.wrapper.style3 .icon.major {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 ul.alt li {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tbody tr {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 table th {
  color: #fff;
}

.wrapper.style3 table thead {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tfoot {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table.alt tbody tr td {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 input[type="submit"],
.wrapper.style3 input[type="reset"],
.wrapper.style3 input[type="button"],
.wrapper.style3 button,
.wrapper.style3 .button {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  color: #fff;
}

.wrapper.style3 input[type="submit"]:hover,
.wrapper.style3 input[type="reset"]:hover,
.wrapper.style3 input[type="button"]:hover,
.wrapper.style3 button:hover,
.wrapper.style3 .button:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 input[type="submit"]:active,
.wrapper.style3 input[type="reset"]:active,
.wrapper.style3 input[type="button"]:active,
.wrapper.style3 button:active,
.wrapper.style3 .button:active {
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 736px) {
  .wrapper.style3 .features li {
    border-top-color: rgba(0, 0, 0, 0.125);
  }
}

.wrapper.style4 {
  background-color: transparent;
}

.wrapper.styleCTX {
  background-color: transparent;
}

.wrapper.style5 {
  background-color: #fff;
  color: #4E4852;
}

.wrapper.style5 strong,
.wrapper.style5 b {
  color: #6B7A8F;
}

.wrapper.style5 h2,
.wrapper.style5 h3,
.wrapper.style5 h4,
.wrapper.style5 h5,
.wrapper.style5 h6 {
  color: #6B7A8F;
}

.wrapper.style5 hr {
  border-color: #dfdfdf;
}

.wrapper.style5 blockquote {
  border-color: #dfdfdf;
}

.wrapper.style5 code {
  background: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 header p {
  color: #8E8892;
}

.wrapper.style5 header.major h2,
.wrapper.style5 header.major h3,
.wrapper.style5 header.major h4,
.wrapper.style5 header.major h5,
.wrapper.style5 header.major h6 {
  border-color: #dfdfdf;
}

.wrapper.style5 header.major p {
  color: #4E4852;
}

.wrapper.style5 label {
  color: #6B7A8F;
}

.wrapper.style5 input[type="text"],
.wrapper.style5 input[type="password"],
.wrapper.style5 input[type="email"],
.wrapper.style5 select,
.wrapper.style5 textarea {
  background: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 .select-wrapper:before {
  color: #dfdfdf;
}

.wrapper.style5 input[type="checkbox"] + label,
.wrapper.style5 input[type="radio"] + label {
  color: #4E4852;
}

.wrapper.style5 input[type="checkbox"] + label:before,
.wrapper.style5 input[type="radio"] + label:before {
  background: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 input[type="checkbox"]:checked + label:before,
.wrapper.style5 input[type="radio"]:checked + label:before {
  background: #6B7A8F;
  color: #fff;
}

.wrapper.style5::-webkit-input-placeholder {
  color: #8E8892 !important;
}

.wrapper.style5:-moz-placeholder {
  color: #8E8892 !important;
}

.wrapper.style5::-moz-placeholder {
  color: #8E8892 !important;
}

.wrapper.style5:-ms-input-placeholder {
  color: #8E8892 !important;
}

.wrapper.style5 .formerize-placeholder {
  color: #8E8892 !important;
}

.wrapper.style5 .icon.major {
  border-color: #dfdfdf;
}

.wrapper.style5 ul.alt li {
  border-color: #dfdfdf;
}

.wrapper.style5 table tbody tr {
  border-color: #dfdfdf;
}

.wrapper.style5 table tbody tr:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 table th {
  color: #6B7A8F;
}

.wrapper.style5 table thead {
  border-color: #dfdfdf;
}

.wrapper.style5 table tfoot {
  border-color: #dfdfdf;
}

.wrapper.style5 table.alt tbody tr td {
  border-color: #dfdfdf;
}

.wrapper.style5 input[type="submit"],
.wrapper.style5 input[type="reset"],
.wrapper.style5 input[type="button"],
.wrapper.style5 button,
.wrapper.style5 .button {
  box-shadow: inset 0 0 0 2px #dfdfdf;
  color: #6B7A8F;
}

.wrapper.style5 input[type="submit"]:hover,
.wrapper.style5 input[type="reset"]:hover,
.wrapper.style5 input[type="button"]:hover,
.wrapper.style5 button:hover,
.wrapper.style5 .button:hover {
  background-color: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 input[type="submit"]:active,
.wrapper.style5 input[type="reset"]:active,
.wrapper.style5 input[type="button"]:active,
.wrapper.style5 button:active,
.wrapper.style5 .button:active {
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 736px) {
  .wrapper.style5 .features li {
    border-top-color: #dfdfdf;
  }
}

@media screen and (max-width: 980px) {
  .wrapper {
    padding: 4em 3em 2em;
  }
}

@media screen and (max-width: 736px) {
  .wrapper {
    padding: 3em 2em 1em;
  }
}

#page-wrapper {
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
  padding-top: 3em;
  min-height: calc(100vh - 129px);
}

#page-wrapper:before {
  background: transparent;
  content: '';
  display: block;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
}

#menu {
  -moz-transform: translateX(20em);
  -webkit-transform: translateX(20em);
  -ms-transform: translateX(20em);
  transform: translateX(20em);
  -moz-transition: -moz-transform .5s ease;
  -webkit-transition: -webkit-transform .5s ease;
  -ms-transition: -ms-transform .5s ease;
  transition: transform .5s ease;
  -webkit-overflow-scrolling: touch;
  background: #F7882F;
  color: #fff;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  padding: 3em 2em;
  position: fixed;
  right: 0;
  top: 0;
  width: 20em;
  z-index: 10002;
}

#menu ul {
  list-style: none;
  padding: 0;
}

#menu ul > li {
  border-top: solid 1px rgba(0, 0, 0, 0.125);
  margin: .5em 0 0;
  padding: .5em 0 0;
}

#menu ul > li:first-child {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#menu ul > li > a {
  border: 0;
  color: inherit;
  display: block;
  font-size: .8em;
  letter-spacing: .225em;
  outline: 0;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 736px) {
  #menu ul > li > a {
    line-height: 3em;
  }
}

#menu .close {
  background-image: url(images/close.svg);
  background-position: 4.85em 1em;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 7em;
}

@media screen and (max-width: 736px) {
  #menu {
    padding: 3em 1.5em;
  }
}

body.is-menu-visible #page-wrapper {
  opacity: .35;
}

body.is-menu-visible #page-wrapper:before {
  display: block;
}

body.is-menu-visible #menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#header {
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  background: #6B7A8F;
  height: 54px;
  left: 0;
  line-height: 3em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.is-mobile #header.slideDown {
  transform: translateY(0px);
}

.is-mobile #header.slideUp {
  transform: translateY(-86px);
}

#header h1 {
  -moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  transition: opacity .2s ease;
  height: inherit;
  left: 1.25em;
  line-height: inherit;
  position: absolute;
  top: 0;
}

#header h1 a {
  border: 0;
  display: block;
  height: inherit;
  line-height: inherit;
}

@media screen and (max-width: 736px) {
  #header h1 a {
    font-size: .8em;
  }
}

#header nav {
  height: inherit;
  line-height: inherit;
  /*
    position: absolute;
    right: 0;
    top: 0
*/
}

#header nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-family: arcena;
  /*    float: right*/
}

#header nav > ul > li {
  display: inline-block;
  padding: 0;
  /*        width: 8.7em;*/
}

#header nav > ul > li > a {
  text-align: center;
  border: 0;
  color: #fff;
  display: block;
  font-size: 1em;
  letter-spacing: .125em;
  padding: 0 15px;
  padding-bottom: 0;
  padding-top: 19px;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#header.scroll-Header nav > ul > li {
  /*    width: 9em;*/
}

#header.scroll-Header nav > ul > li > a {
  padding: 19px 4px 0px 51px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#header nav > ul > li > a:hover {
  text-decoration: none;
}

#header nav.expanded-nav > ul > li > a:after {
  content: "";
  background: #fff;
  border-radius: 3px;
  display: block;
  height: 3px;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#header nav > ul > li:hover > a:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

#header nav > ul > li > a.menuToggle {
  outline: 0;
  position: relative;
}

#header nav > ul > li > a.menuToggle:after {
  background-image: url(images/bars.svg);
  background-position: right center;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 3em;
  vertical-align: top;
  width: 2em;
}

#header nav.mobile-nav > ul > li > a.menuToggle {
  padding-top: 0px;
}

@media screen and (min-width: 1024px) {
  #header nav.mobile-nav {
    display: none !important;
  }
  #header .profile-fab {
    z-index: 1000;
  }
}

@media screen and (max-width: 1024px) {
  #header nav.mobile-nav {
    display: block;
  }
  #header nav.expanded-nav {
    display: none !important;
  }
  #header.scroll-Header .profile-fab {
    /*        right: 123px!important;*/
  }
  #header .profile-fab {
    right: 150px !important;
    transition: all 0.5s ease;
    z-index: 1000;
  }
}

@media screen and (max-width: 736px) {
  #header nav > ul > li > a.menuToggle {
    padding: 0 1.5em;
  }
  #header nav > ul > li > a.menuToggle span {
    /*        display: none*/
  }
}

@media screen and (max-width: 736px) {
  #header nav > ul > li > a {
    padding: 0 0 0 1.5em;
  }
}

#header nav > ul > li:first-child {
  margin-left: 0;
}

#header.alt {
  background: transparent;
}

#header.alt h1 {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  opacity: 0;
}

#header.vid-Header h1 {
  opacity: 1 !important;
}

.social-icon {
  width: 30px;
  transition: all .5s ease;
  cursor: pointer;
}

.social-icon:hover {
  color: #F7882F;
}

#banner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#banner h2 {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform .5s ease, opacity .5s ease;
  -webkit-transition: -webkit-transform .5s ease, opacity .5s ease;
  -ms-transition: -ms-transform .5s ease, opacity .5s ease;
  transition: transform .5s ease, opacity .5s ease;
  display: inline-block;
  font-size: 1.75em;
  opacity: 1;
  padding: .35em 1em;
  position: relative;
  z-index: 1;
}

#banner h2:before,
#banner h2:after {
  -moz-transition: width .85s ease;
  -webkit-transition: width .85s ease;
  -ms-transition: width .85s ease;
  transition: width .85s ease;
  -moz-transition-delay: .25s;
  -webkit-transition-delay: .25s;
  -ms-transition-delay: .25s;
  transition-delay: .25s;
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}

#banner h2:before {
  top: 0;
  left: 0;
}

#banner h2:after {
  bottom: 0;
  right: 0;
}

#banner h1,
#banner .bigText {
  letter-spacing: 0px;
  line-height: 60px;
  font-size: 60px;
  font-size: 2em;
  font-family: arcena;
}

#banner p {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: arcena;
}

#banner p a {
  color: inherit;
}

#banner .more {
  -moz-transition: -moz-transform .75s ease, opacity .75s ease;
  -webkit-transition: -webkit-transform .75s ease, opacity .75s ease;
  -ms-transition: -ms-transform .75s ease, opacity .75s ease;
  transition: transform .75s ease, opacity .75s ease;
  -moz-transition-delay: 3.5s;
  -webkit-transition-delay: 3.5s;
  -ms-transition-delay: 3.5s;
  transition-delay: 3.5s;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border: none;
  bottom: 0;
  color: inherit;
  font-size: .8em;
  height: 8.5em;
  left: 50%;
  letter-spacing: .225em;
  margin-left: -8.5em;
  opacity: 1;
  outline: 0;
  padding-left: .225em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 16em;
  z-index: 1;
}

#banner .more:after {
  background-image: url(images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 4em;
  content: '';
  display: block;
  height: 1.5em;
  left: 50%;
  margin: 0 0 0 -.75em;
  position: absolute;
  width: 1.5em;
}

#banner:after {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -moz-transition: opacity 3s ease-in-out;
  -webkit-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  transition-delay: 1.25s;
  content: '';
  background: #6B7A8F;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

@media screen and (max-width: 736px) {
  #banner {
    padding: 12em 0 0;
    height: auto;
    min-height: 0;
  }
  /*.button.special.dialogBtn{width:49%!important}*/
  #banner h2 {
    font-size: 1.25em;
  }
  #banner br {
    display: none;
  }
  #banner .more {
    display: none;
  }
}

.main-img {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is-mobile .main-img {
  margin-top: 0px !important;
}

body.is-loading #banner h2 {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}

body.is-loading #banner h2:before,
body.is-loading #banner h2:after {
  width: 0;
}

body.is-loading #banner .more {
  -moz-transform: translateY(8.5em);
  -webkit-transform: translateY(8.5em);
  -ms-transform: translateY(8.5em);
  transform: translateY(8.5em);
  opacity: 0;
}

body.is-loading #banner:after {
  opacity: 1;
}

#cta .inner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  max-width: 45em;
}

#cta .inner header {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  padding-right: 3em;
  width: 70%;
}

#cta .inner header p {
  color: inherit;
}

#cta .inner .actions {
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  width: 30%;
}

@media screen and (max-width: 980px) {
  #cta .inner {
    display: block;
    text-align: center;
  }
  #cta .inner header {
    padding-right: 0;
    width: 100%;
  }
  #cta .inner .actions {
    margin-left: auto;
    margin-right: auto;
    max-width: 20em;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  #cta .inner .actions {
    max-width: none;
  }
}

#cta2 .inner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  max-width: 45em;
}

#cta2 .inner header {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  text-align: center;
  width: 100%;
}

#cta2 .inner header p {
  color: inherit;
}

#cta2 .inner .actions {
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  width: 40%;
}

#cta2 .inner .button {
  width: 40%;
  display: inline-block;
  background-color: #F7882F;
  font-family: arcena;
}

#cta2 .inner .major h1 {
  font-size: 25px;
}

@media screen and (max-width: 980px) {
  #cta2 .inner {
    display: block;
    text-align: center;
  }
  #cta2 .inner header {
    padding-right: 0;
    width: 100%;
  }
  #cta2 .inner .actions {
    margin-left: auto;
    margin-right: auto;
    max-width: 20em;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  #cta2 .inner .actions {
    max-width: none;
  }
  #cta2 .inner .button {
    width: 100%;
    display: inline-block;
    background-color: #F7882F;
  }
}

.ctx-banner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100vh;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.ctx-banner.heightFix {
  height: 100% !important;
}

.ctx-banner h2 {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform .5s ease, opacity .5s ease;
  -webkit-transition: -webkit-transform .5s ease, opacity .5s ease;
  -ms-transition: -ms-transform .5s ease, opacity .5s ease;
  transition: transform .5s ease, opacity .5s ease;
  display: inline-block;
  font-size: 1.75em;
  opacity: 1;
  padding: .35em 1em;
  position: relative;
  z-index: 1;
}

.ctx-banner h2:before,
.ctx-banner h2:after {
  -moz-transition: width .85s ease;
  -webkit-transition: width .85s ease;
  -ms-transition: width .85s ease;
  transition: width .85s ease;
  -moz-transition-delay: .25s;
  -webkit-transition-delay: .25s;
  -ms-transition-delay: .25s;
  transition-delay: .25s;
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}

.ctx-banner h2:before {
  top: 0;
  left: 0;
}

.ctx-banner h2:after {
  bottom: 0;
  right: 0;
}

.ctx-banner > p,
.ctx-banner .p {
  letter-spacing: .225em;
  text-transform: uppercase;
  padding-left: 25%;
  padding-right: 25%;
}

.ctx-banner .p ul {
  list-style-type: none;
  text-align: center;
}

.ctx-banner .p ul li:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  margin: 0 5px 0 -15px;
}

.ctx-banner p a {
  color: inherit;
}

.ctx-banner .more {
  -moz-transition: -moz-transform .75s ease, opacity .75s ease;
  -webkit-transition: -webkit-transform .75s ease, opacity .75s ease;
  -ms-transition: -ms-transform .75s ease, opacity .75s ease;
  transition: transform .75s ease, opacity .75s ease;
  -moz-transition-delay: 3.5s;
  -webkit-transition-delay: 3.5s;
  -ms-transition-delay: 3.5s;
  transition-delay: 3.5s;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border: none;
  bottom: 0;
  color: inherit;
  font-size: .8em;
  height: 8.5em;
  left: 50%;
  letter-spacing: .225em;
  margin-left: -8.5em;
  opacity: 1;
  outline: 0;
  padding-left: .225em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 16em;
  z-index: 1;
}

.ctx-banner .more:after {
  background-image: url(images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 4em;
  content: '';
  display: block;
  height: 1.5em;
  left: 50%;
  margin: 0 0 0 -.75em;
  position: absolute;
  width: 1.5em;
}

.ctx-banner:after {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -moz-transition: opacity 3s ease-in-out;
  -webkit-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  transition-delay: 1.25s;
  content: '';
  background: #6B7A8F;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

@media screen and (max-width: 736px) {
  .ctx-banner {
    padding: 12em 0 0;
    height: auto;
    min-height: 0;
  }
  /*.button.special.dialogBtn{width:49%!important}*/
  .ctx-banner h2 {
    font-size: 1.25em;
  }
  .ctx-banner br {
    display: none;
  }
  .ctx-banner .more {
    display: none;
  }
}

body.is-loading .ctx-banner h2 {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}

body.is-loading .ctx-banner h2:before,
body.is-loading .ctx-banner h2:after {
  width: 0;
}

body.is-loading .ctx-banner .more {
  -moz-transform: translateY(8.5em);
  -webkit-transform: translateY(8.5em);
  -ms-transform: translateY(8.5em);
  transform: translateY(8.5em);
  opacity: 0;
}

body.is-loading .ctx-banner:after {
  opacity: 1;
}

.ctx-inner-sec .inner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  max-width: 45em;
}

.ctx-inner-sec .inner header {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  text-align: center;
  width: 100%;
}

.ctx-inner-sec .inner header p {
  color: inherit;
}

.ctx-inner-sec .inner .actions {
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  width: 40%;
}

.ctx-inner-sec .inner .button {
  width: 40%;
  display: inline-block;
}

.ctx-inner-sec .inner .major h1 {
  font-size: 25px;
}

@media screen and (max-width: 980px) {
  .ctx-inner-sec .inner {
    display: block;
    text-align: center;
  }
  .ctx-inner-sec .inner header {
    padding-right: 0;
    width: 100%;
  }
  .ctx-inner-sec .inner .actions {
    margin-left: auto;
    margin-right: auto;
    max-width: 20em;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .ctx-inner-sec .inner .actions {
    max-width: none;
  }
  .ctx-inner-sec .inner .button {
    width: 100%;
    display: inline-block;
  }
}

.fullWinHeight {
  min-height: 100vh !important;
}

#main > header {
  padding: 12em 0 10em;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

#main > header h2 {
  font-size: 1.75em;
  margin: 0 0 .5em;
}

#main > header p {
  color: inherit;
  letter-spacing: .225em;
  text-transform: uppercase;
  top: 0;
}

#main > header p a {
  color: inherit;
}

@media screen and (max-width: 1680px) {
  #main > header {
    padding: 10em 0 8em;
  }
}

@media screen and (max-width: 1280px) {
  #main > header {
    padding: 8em 3em 6em;
  }
}

@media screen and (max-width: 980px) {
  #main > header {
    padding: 10em 3em 8em;
  }
}

@media screen and (max-width: 736px) {
  #main > header {
    padding: 5em 3em 3em;
  }
  #main > header h2 {
    font-size: 1.25em;
    margin: 0 0 1em;
  }
}

body.is-mobile #main > header {
  background-attachment: scroll;
}

#footer {
  padding: 1em 0;
  background-color: #1d242a;
  text-align: center;
}

#footer .icons {
  font-size: 1.25em;
}

#footer .icons a {
  color: rgba(255, 255, 255, 0.5);
}

#footer .icons a:hover {
  color: #fff;
}

#footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: .8em;
  letter-spacing: .225em;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
}

#footer ul.copyright {
  margin: 0;
}

#footer .copyright li {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 1em;
  margin-left: 1em;
  padding-left: 1em;
}

#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

#footer .copyright li a {
  color: inherit;
  /*    white-space: nowrap;*/
  overflow: hidden;
}

#footer .copyright li a:hover {
  color: #fff;
}

@media screen and (max-width: 480px) {
  #footer .copyright li {
    border: 0;
    display: block;
    line-height: 1.65em;
    margin: 0;
    padding: .5em 0;
  }
}

@media screen and (max-width: 980px) {
  #footer {
    padding: 4em 3em 2em;
  }
}

@media screen and (max-width: 736px) {
  #footer {
    padding: 3em 2em 1em;
  }
}

body.landing #page-wrapper {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

.hoekomBanner {
  background: #6B7A8F;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

.kosteBanner {
  background: #6B7A8F !important;
  background-attachment: fixed !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 0 !important;
}

.wrapper.styleCTX {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/LifeMadeEasier.jpg);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/LifeMadeEasier.jpg);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/LifeMadeEasier.jpg);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/LifeMadeEasier.jpg);
  background-attachment: fixed;
  background-position: center 150px;
  background-repeat: no-repeat;
  background-size: cover;
}

body.landing #footer {
  background-color: rgba(29, 36, 42, 0.9);
}

body.is-mobile.landing #page-wrapper {
  background: none;
}

body.is-mobile.landing #banner .inner {
  padding-left: 10px;
  padding-right: 10px;
}

body.is-mobile.landing #banner,
body.is-mobile.landing .wrapper.style4 {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/banner.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

body.is-mobile.landing .wrapper.styleCTX {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/LifeMadeEasier.jpg);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/LifeMadeEasier.jpg);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/LifeMadeEasier.jpg);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/LifeMadeEasier.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.is-mobile.landing #footer {
  background-color: #1d242a;
}

#menu li {
  cursor: pointer;
}

.captchaScale {
  transform: scale(0.77);
  transform-origin: 0 0;
}

body#VenturePointWeb {
  width: 100%;
  padding-right: 0 !important;
}

body#VenturePointWeb.modal-open {
  width: 100%;
  padding-right: 6px !important;
}

::-webkit-scrollbar,
iframe::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

::-webkit-scrollbar-track,
iframe::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb,
iframe::-webkit-scrollbar-thumb {
  background: #F7882F;
}

::-webkit-scrollbar-thumb:window-inactive,
iframe::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.4);
}

h3 {
  font-size: 1.2em;
  letter-spacing: -.025em;
}

.dropdown-menu {
  width: calc(100% - 57px);
  z-index: 999 !important;
  border: 1px solid #f7882f !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  top: 89% !important;
}

.dropdown-menu li {
  outline: none;
}

.tac-box label {
  color: #000 !important;
  letter-spacing: -.025em;
}

#form-messages {
  text-align: center;
  color: #000;
}

label#hiddencode-error {
  top: 58px;
}

label#hiddencodeReg-error {
  top: 79px;
}

#scrollUp {
  bottom: 97px;
  right: 19px;
  width: 59px;
  height: 59px;
  padding: 2px 5px 2px 5px;
  background-color: #454545;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
  z-index: 1 !important;
  background-image: url(images/top.jpg);
  background-position: center center;
  background-size: contain;
}

/*
#scrollUp:before {
    font-family: FontAwesome;
    content: "\f106";
    font-size: 2em;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
     line-height: inherit; 
}
*/
#scrollUp:hover {
  color: #F7882F;
}

.cursorCust {
  cursor: url(images/move.png), auto;
  cursor: url(images/move.png), auto;
  *cursor: url(images/move.png), auto;
  _cursor: url(images/move.png), auto;
}

.cursor {
  cursor: default, auto;
}

.ctx-banner .inner {
  margin-top: 90px;
  margin-bottom: 90px;
}

.service-icon {
  transition: all 1s;
}

.service-icon:hover {
  transition: all 1s;
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

.team-cont .service-icon img {
  max-width: 170px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

#bottom,
#bottom a {
  color: #a1a5b0;
  line-height: 1.9em;
  font-size: 16px;
  font-weight: 300;
  color: gray;
  font-family: 'Lato', sans-serif;
}

#bottom {
  padding: 70px 0 0;
  background: #21252B;
  border-bottom: 1px solid #2D3239;
}

aside.widget {
  margin-bottom: 60px;
}

#bottom .tw-widget-title-container:before {
  content: '';
  width: 90px;
  height: 1px;
  background: #3C4046;
  display: block;
  position: absolute;
  top: 55px;
}

#bottom h3.widget-title {
  color: #fff;
  margin-bottom: 70px;
  text-transform: uppercase;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

h3.widget-title {
  font-size: 16px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #343434;
}

aside.widget ul {
  padding: 0;
}

aside ul,
.tw-twitter ul.jtwt {
  position: relative;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

#bottom .widget_recent_entries ul li:before {
  display: none;
}

#bottom .widget_recent_entries ul li:first-child {
  padding-top: 0;
}

#bottom .widget_recent_entries ul li {
  line-height: 1.4;
}

aside.widget_categories ul li,
aside.widget_recent_entries ul li,
aside.widget_recent_comments ul li,
aside.widget_archive ul li,
aside.widget_meta ul li {
  padding-left: 25px;
}

aside.widget ul li {
  padding: 0 28px 10px;
  line-height: 1.9;
}

#bottom,
#bottom a {
  color: #a1a5b0;
}

#bottom a {
  outline: 0;
  color: gray;
  text-decoration: none;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  -ms-transition: color .4s ease;
  transition: color .4s ease;
}

aside.widget_categories ul li a:before,
aside.widget_recent_entries ul li a:before,
aside.widget_recent_comments ul li a:before,
aside.widget_archive ul li a:before,
aside.widget_meta ul li a:before {
  position: absolute;
  left: 3px;
  content: '\f061';
  font-family: FontAwesome;
}

.tagcloud a {
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid #A1A5B0;
  padding: 3px 18px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin: 0 10px 10px 0;
}

.tagcloud a:hover,
#bottom .tagcloud a:hover {
  border: 1px solid #F7C331;
  background: #F7C331;
  color: #fff;
}

div.service-icon {
  cursor: default;
  margin: 0 0 10px;
  /*    border: 2px solid #fcfffe;*/
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.service-icon span {
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  padding: 5px 10px;
}

.service-icon .container {
  position: absolute;
  height: 30px;
  width: 100%;
  top: 36%;
  left: 0;
  margin-top: -15px;
}

.our-services.indexIconPad > .row:nth-child(1) {
  margin: 0 0 3.5em;
}

img.img-circle.noPic {
  background-size: contain;
}

.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
  border-radius: 10px;
  transition: all .5s ease;
  /*    overflow: hidden;*/
  background-color: #627794;
}

.pricing-active {
  border: 3px solid #F7C331;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}

.pricing:hover {
  border: 3px solid #F7C331;
  cursor: default;
  transition: all .5s ease;
}

.pricing:hover .pricing-head h4 {
  color: #627794 !important;
  background: #F7C331;
  border-bottom: solid 1px #F7C331;
  transition: all .5s ease;
}

.pricing:hover .pricing-content li {
  /*    border-bottom: solid 1px #F7C331;*/
  transition: all .5s ease;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #627794;
  border-bottom: solid 1px #627794;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-head h4 {
  color: #F7882F !important;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-head-active h4 {
  color: #F7C331;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

.pricing-content li {
  color: #fff;
  font-size: 12px;
  padding: 7px 15px;
  /*    border-bottom: solid 1px #f5f9e7*/
}

.pricing-footer {
  color: #fafef2;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

.price-active,
.pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #F7C331;
}

.tileContainer {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tileContainer .ribbon {
  position: relative;
  padding: 0;
  border-radius: 2px;
  margin: 0 -11px 17px;
  font-size: 54px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
  color: #f7872e;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

.tileContainer .ribbon:before,
.tileContainer .ribbon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-width: 0 8px 10px 0;
  border-style: solid;
  border-color: transparent #627693;
}

.tileContainer .ribbon:after {
  left: auto;
  right: 0;
  border-width: 0 0 10px 8px;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow .2s ease-in-out;
  transition: all .5s ease;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #F7C331;
  padding: 15px 0;
  font-size: 80px;
  transition: color .5s ease-in-out;
}

.yellow-crusta.btn {
  color: #F7882F;
  background-color: #fafef2;
  transition: all .5s ease;
}

.yellow-crusta.btn:hover,
.yellow-crusta.btn:focus,
.yellow-crusta.btn:active,
.yellow-crusta.btn.active {
  color: #FFF;
  background-color: #F7C331;
  transition: all .5s ease;
}

.navbar-content {
  padding: 15px;
  padding-bottom: 0;
}

.navbar-content:before,
.navbar-content:after {
  display: table;
  content: "";
  line-height: 0;
}

.navbar-nav.navbar-right:last-child {
  margin-right: 15px !important;
}

.navbar-footer {
  background-color: #DDD;
  margin-left: -7px;
}

.navbar-footer-content {
  background-color: #F7882F;
  height: 60px;
}

.dropdown-menu {
  padding: 0;
  overflow: hidden;
}

.navbar-nav > li > a {
  /*    line-height: 50px*/
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  background-color: transparent;
}

.section-nav li.active {
  background: #eee;
  color: #23527c;
}

.section-nav li a i {
  line-height: 50px;
}

.account-dropdown {
  margin-top: 2px;
  border-top-color: #6B7A8F;
  background-color: #6B7A8F;
  width: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  transition: all .5s ease;
  right: -3%;
}

.vid-Header .account-dropdown {
  /*    right: -3%;*/
}

.navbar-content .noPic {
  background-color: #eaeaea;
  border: 3px solid #F7882F;
}

.details-container,
.details-container div {
  line-height: 24px;
  vertical-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.details-container ul li {
  display: inline-block;
  list-style: none;
}

.details-container .btn:hover {
  color: #F7882F;
}

.avatar-container {
  width: 100px;
  float: left;
  position: absolute;
  border: 3px solid #F7882F;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
  width: 100px;
  float: left;
  position: absolute;
  border: 3px solid #F7882F;
  border-radius: 50%;
  margin: 10px;
  cursor: pointer;
}

.avatar-container:hover .avatar-tb {
  background: rgba(78, 144, 254, 0.7);
  color: #fff;
}

.profile-container p {
  margin: 0;
}

.avatar-button {
  border-radius: 50%;
  padding: 6px;
  border: none;
  box-shadow: none;
  top: -5px;
}

.avatar-button:hover {
  background: transparent;
}

.avatar-button img {
  box-shadow: 0 0 0 2px #F7882F;
}

.avatar-tb {
  background: rgba(78, 144, 254, 0);
  bottom: 0;
  color: rgba(255, 255, 255, 0);
  font-size: 9px;
  left: 0;
  line-height: 9px;
  position: absolute;
  padding: 3px 0;
  padding-bottom: 20px;
  text-align: center;
  width: 100px;
  transition: all .5s ease;
}

.avatar-pb {
  position: relative;
}

.profile-nb,
.user-nb {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.profile-nb h3,
.user-nb h3 {
  position: relative;
  padding: 0;
  margin: 0 -25px 20px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  color: white;
  background: #F7882F;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  zoom: 1;
  border: 1px solid #F7882F;
  border-radius: 3px;
  letter-spacing: 4px;
}

.profile-nb h3:before,
.profile-nb h3:after,
.user-nb h3:before,
.user-nb h3:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent #cf9567;
}

.profile-nb h3:after,
.user-nb h3:after {
  left: auto;
  right: 0;
  border-width: 0 0 10px 9px;
}

.profile-edit,
.user-edit {
  cursor: pointer;
}

.profile-edit input,
.profile-edit select,
.user-edit input,
.user-edit select {
  cursor: pointer;
  background-color: #fff;
  color: #F7882F;
  position: absolute;
  width: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  height: 25px;
  line-height: 26px;
  padding: 0 !important;
  border-radius: 1px;
  right: 0;
  border: #F7882F;
  text-align: center;
  text-align-last: center;
}

.profile-nb .video-view {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.contain-examp .thumb-examp video {
  border-radius: 4px;
  width: 100%;
}

.contain-examp .thumb-examp {
  transition: all .5s ease;
  background-color: rgba(255, 255, 255, 0.14);
  border: none;
}

.contain-examp:hover .title-examp {
  background-color: transparent;
  color: transparent;
}

.contain-examp .thumb-examp:hover {
  background-color: #F7882F;
}

@media screen and (min-width: 989px) {
  .contain-examp {
    transform: scale(0.6);
  }
}

.contain-examp {
  text-align: -webkit-center;
  width: 100%;
  cursor: pointer;
  transition: all .5s ease;
}

.contain-examp:hover {
  transform: scale(1);
}

.title-examp {
  position: absolute;
  color: #15b3a6;
  font-size: 51px;
  height: 100%;
  width: 100%;
  background-color: rgba(69, 77, 86, 0.87);
  border-radius: 4px;
  transition: all 1s ease;
}

.title-examp:hover {
  color: transparent;
  background-color: rgba(69, 77, 86, 0);
}

.title-examp span {
  display: inline-block;
  margin-top: 15%;
  line-height: 55px;
}

::-webkit-input-placeholder {
  color: #a9a9a9 !important;
  font-size: 11pt;
}

:-moz-placeholder {
  color: #a9a9a9 !important;
  font-size: 11pt;
}

::-moz-placeholder {
  color: #a9a9a9 !important;
  font-size: 11pt;
}

:-ms-input-placeholder {
  color: #a9a9a9 !important;
  font-size: 11pt;
}

.profile-edit:hover input,
.profile-edit:focus input,
.profile-edit:active input,
.profile-edit input:focus,
.profile-edit input:active,
.profile-edit:hover select,
.profile-edit:focus select,
.profile-edit:active select,
.profile-edit select:focus,
.profile-edit select:active,
.user-edit:hover input,
.user-edit:focus input,
.user-edit:active input,
.user-edit input:focus,
.user-edit input:active,
.user-edit:hover select,
.user-edit:focus select,
.user-edit:active select,
.user-edit select:focus,
.user-edit select:active {
  width: 100%;
  background-color: #fff !important;
  box-shadow: 0 0 0 2px #F7882F;
}

.user-edit:hover .longInput,
.user-edit:focus .longInput {
  width: 350px;
}

.profile-edit input[type=number]::-webkit-inner-spin-button,
.profile-edit input[type=number]::-webkit-outer-spin-button,
.user-edit input[type=number]::-webkit-inner-spin-button,
.user-edit input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: none;
}

.loggedInOnly {
  display: none !important;
}

.loggedIn .loggedInOnly {
  display: inline-block !important;
}

.loggedIn .loggedOutOnly {
  display: none !important;
}

.alert-dialog .bootstrap-dialog-message {
  color: #607D8B;
  text-align: center;
  font-size: 20px;
}

.alert-dialog .modal-body {
  min-height: 100px;
}

.dropdown-video-list li {
  color: #F7882F;
  cursor: pointer;
}

.dropdown-video-list li:hover {
  background-color: lightgray;
}

.dropdown-file-list li {
  color: #F7882F;
  cursor: pointer;
}

.dropdown-file-list li:hover {
  background-color: lightgray;
}

.waiting-dialog h3 {
  background: -webkit-repeating-linear-gradient(-45deg, #12535d, #12535d 20px, #406f76 20px, #406f76 40px, #12535d 40px);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 30px;
  color: #066a75;
  font-family: "FranchiseRegular", "Arial Narrow", Arial, sans-serif !important;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.passwordCont {
  position: relative;
}

.passwordCont input[type="password"] {
  padding-right: 30px;
}

.passwordCont .glyphicon,
#password2 .glyphicon {
  display: none;
  right: 15px;
  position: absolute;
  color: #6a9fab !important;
  top: 44px;
  cursor: pointer;
  font-size: 18px;
}

.scroll-Header {
  background: #627794 !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.scroll-Header.alt h1 {
  opacity: 1 !important;
}

.video-view {
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.thumbnail p {
  word-wrap: break-word;
}

.video-view .thumbnail {
  position: relative;
  cursor: pointer;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.video-view .thumbnail:hover {
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  border-style: solid;
  background: -webkit-linear-gradient(90deg, rgba(247, 136, 47, 0.7) 0%, rgba(244, 149, 73, 0.72) 100%);
  background: -webkit-linear-gradient(90deg, rgba(247, 136, 47, 0.7) 0%, rgba(244, 149, 73, 0.72) 100%);
  background: -o-linear-gradient(90deg, rgba(247, 136, 47, 0.7) 0%, rgba(244, 149, 73, 0.72) 100%);
  background: -moz-linear-gradient(90deg, rgba(247, 136, 47, 0.7) 0%, rgba(244, 149, 73, 0.72) 100%);
  background: linear-gradient(90deg, rgba(247, 136, 47, 0.7) 0%, rgba(244, 149, 73, 0.72) 100%);
  transition: all .5s ease;
}

.video-view .thumbnail::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: -webkit-linear-gradient(90deg, rgba(247, 136, 47, 0.7) 0%, rgba(244, 149, 73, 0.72) 100%);
  background: -webkit-linear-gradient(90deg, rgba(247, 136, 47, 0.7) 0%, rgba(244, 149, 73, 0.72) 100%);
  background: -o-linear-gradient(90deg, rgba(247, 136, 47, 0.7) 0%, rgba(244, 149, 73, 0.72) 100%);
  background: -moz-linear-gradient(90deg, rgba(247, 136, 47, 0.7) 0%, rgba(244, 149, 73, 0.72) 100%);
  background: linear-gradient(90deg, rgba(247, 136, 47, 0.7) 0%, rgba(244, 149, 73, 0.72) 100%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 4px;
}

.video-view .thumbnail:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}

.notransperant h1 {
  opacity: 1 !important;
}

.headerSearch {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#searchProfileSummaryInput,
#searchProfileExerciseInput,
#searchProfilePaperInput {
  z-index: 1000;
  border-radius: 4px;
  background: #fff;
  margin-top: 20px;
  border: 1px solid #F7882F;
  transition: all 0.5s ease;
}

#searchProfileSummaryInput:focus,
#searchProfileExerciseInput:focus,
#searchProfilePaperInput:focus {
  box-shadow: 0 0 0 1px #F7882F !important;
}

#searchProfileSummaries,
#searchProfileSummariesMobile,
#searchProfileExercise,
#searchProfileExerciseMobile,
#searchProfilePaper,
#searchProfilePaperMobile {
  border-radius: 0;
  max-height: 39px;
  color: #F7882F;
  font-size: 25px;
}

#searchProfileSummaries:focus,
#searchProfileSummariesMobile:focus,
#searchProfileExercise:focus,
#searchProfileExerciseMobile:focus,
#searchProfilePaper:focus,
#searchProfilePaperMobile:focus {
  outline: none;
}

#searchProfileExerciseInput,
#searchProfilePaperInput {
  border-radius: 4px;
  background: #fff;
  margin-top: 20px;
}

#searchProfileExercise,
#searchProfileExerciseMobile,
#searchProfilePaper,
#searchProfilePaperMobile {
  border-radius: 0;
  max-height: 39px;
  color: #F7882F;
  font-size: 25px;
}

.dropdown-video-list {
  width: 94%;
  top: 100%;
  left: -1px;
  border-radius: 0;
}

.container-video {
  margin-top: 54px !important;
  height: calc(100vh - 66px - 63px);
  background-color: #fff;
}

.video-Page .caps-logo {
  display: none;
}

.headerSearch {
  /*    z-index: 1000;*/
  /*    position: fixed;*/
  top: 2px;
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
}

.headerSearch.mobile,
.mobile #searchProfileSummaryInput,
.mobile #searchProfileSummariesMobile,
.mobile #searchProfileSummaries,
.mobile .dropdown-video-list,
.mobile .dropdown-file-list,
.headerSearch,
#searchProfileSummaryInput,
#searchProfileSummariesMobile,
#searchProfileSummaries,
#searchProfileExerciseInput,
#searchProfileExerciseMobile,
#searchProfileExercise,
#searchProfilePaperInput,
#searchProfilePaperMobile,
#searchProfilePaper {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#searchProfileSummariesMobile {
  display: none !important;
}

#searchProfileExerciseMobile {
  display: none !important;
}

#searchProfilePaperMobile {
  display: none !important;
}

.vid-Header {
  background: #6B7A8F !important;
}

@media screen and (max-width: 520px) {
  .headerSearch.mobile {
    right: 0;
    background-color: #6B7A8F;
    width: 100%;
    margin-right: 0;
    top: 0px;
    padding: 6px;
    height: 53px;
  }
  #searchProfileSummaryInput,
  #searchProfileExerciseInput,
  #searchProfilePaperInput {
    transition: all .5s ease;
    width: 0;
    opacity: 0;
  }
  #searchProfileSummaries,
  #searchProfileExercise,
  #searchProfilePaper {
    display: none;
  }
  #searchProfileSummariesMobile,
  #searchProfileExerciseMobile,
  #searchProfilePaperMobile {
    display: block !important;
  }
  .mobile #searchProfileSummaryInput,
  .mobile #searchProfileExerciseInput,
  .mobile #searchProfilePaperInput {
    width: 99% !important;
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 2px;
    opacity: 1 !important;
    transition: all .5s ease;
  }
  .mobile #searchProfileSummaries,
  .mobile #searchProfileExercise,
  .mobile #searchProfilePaper {
    display: block !important;
  }
  .mobile #searchProfileSummariesMobile,
  .mobile #searchProfileExerciseMobile,
  .mobile #searchProfilePaperMobile {
    display: none !important;
  }
  .mobile .dropdown-video-list,
  .mobile .dropdown-file-list {
    width: 89%;
    top: 100%;
    left: 4px;
  }
}

#callback-container th,
.checkoutPaymentForm th {
  color: #22b1a7;
  font-size: 1.2em;
}

#callback-container strong,
.checkoutPaymentForm strong {
  color: #22b1a7;
}

#callback-container .text-danger,
.checkoutPaymentForm .text-danger {
  color: #a35d2a;
}

#callback-container .br-placeholder > td,
.checkoutPaymentForm .br-placeholder > td {
  background-color: #fff;
  border: none;
}

.ss-style-foldedcorner::before,
.ss-style-foldedcorner::after {
  bottom: 0;
  width: 100px;
  height: 100px;
}

.ss-style-foldedcorner::before {
  right: 0;
  background-image: -webkit-linear-gradient(top left, #37a2ea 50%, #3498db 50%);
  background-image: linear-gradient(315deg, #3498db 50%, #37a2ea 50%);
}

.ss-style-foldedcorner::after {
  right: 100px;
  background-image: -webkit-linear-gradient(top left, transparent 50%, #236fa1 50%);
  background-image: linear-gradient(315deg, #236fa1 50%, transparent 50%);
}

.fade_line {
  margin: 25px 0;
  margin-left: 25%;
  margin-right: 25%;
  height: 1px;
  background: #000;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#6B7A8F), to(#6B7A8F), color-stop(50%, white));
  margin-bottom: 40px;
  margin-top: 40px;
}

.voorbeeld {
  background: #F7882F;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #f7882f;
  border-radius: 20px;
  cursor: pointer;
  height: 320px;
}

.voorbeeld .img-figure {
  position: relative;
}

@media screen and (max-width: 992px) {
  .voorbeeld,
  .voorbeeld .img-figure img {
    border-radius: 0px !important;
  }
  .voorbeeld p.description {
    transform: translateY(-125px);
    opacity: 1 !important;
  }
}

@media screen and (min-width: 737px) and (max-width: 992px) {
  .col-centered {
    padding: 0;
  }
}

.voorbeeld .img-figure img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.voorbeeld:hover .img-figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.voorbeeld .title {
  /*padding: 29px 30px;*/
  padding: 45px 30px;
  position: absolute;
  left: 0;
  background: #F7882F;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.voorbeeld .title h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  /*	color: #3D6AA2;*/
  text-align: center;
}

.voorbeeld:hover .title {
  margin-top: -90px;
  background: #F7882F;
}

.voorbeeld p.description {
  position: absolute;
  font-weight: normal;
  line-height: 22px;
  opacity: 0;
  text-align: center;
  padding: 15px 30px 0px 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 125px;
  width: 100%;
  bottom: -166px;
  background: #F7882F;
}

.voorbeeld:hover p.description {
  transform: translateY(-125px);
  opacity: 1;
}

.voorbeeld:hover a:after {
  width: 30px;
}

.voorbeeld:hover .voorbeeld-cat-container {
  opacity: 1;
}

.voorbeeld-cat-container {
  opacity: 0;
  position: absolute;
  font-size: 10px;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  transition: all 0.5s ease;
}

.voorbeeld-cat-container .voorbeeld-cat-tile {
  border: 1px solid #f7882f;
  position: relative;
  min-height: 50px;
  height: auto;
  line-height: 50px;
  color: #f7882f;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.52);
  transition: all 0.5s ease;
}

.voorbeeld-cat-container .voorbeeld-cat-tile:nth-child(+n+3) {
  border-top: 0px;
}

/*
.voorbeeld-cat-container .voorbeeld-cat-tile:nth-child(odd){
    border-right: 0px;
}
*/
.voorbeeld-cat-container .voorbeeld-cat-tile:hover {
  color: aliceblue;
  background: #f7882f;
}

.cat {
  background: #f7882f;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
  padding: 3px 15px;
}

/* centered columns styles */
.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

.hidden {
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.reqBtn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

nav.sidebar.navbar {
  border-radius: 0px;
  position: fixed;
  top: 20vh;
  background-color: #6B7A8F;
  border-color: #6B7A8F;
}

.section-nav {
  margin: 0.5px -15px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #F7882F;
}

nav.sidebar,
.videoPage {
  -webkit-transition: margin 200ms ease-out;
  -moz-transition: margin 200ms ease-out;
  -o-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
}

nav.sidebar {
  width: 250px;
  height: auto;
  margin-left: -200px;
  float: left;
  z-index: 2;
  margin-bottom: 0px;
}

nav.sidebar a span {
  line-height: 50px;
}

.video-Page nav.sidebar {
  display: block !important;
}

.is-mobile nav.sidebar {
  display: none !important;
}

@media (min-width: 768px) {
  nav.sidebar.navbar.sidebar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
  nav.sidebar .navbar-brand,
  nav.sidebar .navbar-header {
    text-align: center;
    width: 100%;
    margin-left: 0px;
  }
  nav.sidebar a {
    padding-right: 13px;
  }
  nav.sidebar .navbar-nav > li:first-child {
    /*            border-top: 1px #e5e5e5 solid;*/
  }
  nav.sidebar .navbar-nav > li {
    /*            border-bottom: 1px #e5e5e5 solid;*/
  }
  nav.sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  nav.sidebar {
    width: 280px;
    height: auto;
    margin-left: -225px;
    float: left;
    z-index: 2;
    margin-bottom: 0px;
  }
  nav.sidebar li {
    width: 100%;
  }
  nav.sidebar:hover {
    margin-left: 0px;
  }
  .is-mobile nav.sidebar:hover {
    margin-left: -200px;
  }
  .forAnimate {
    opacity: 0;
  }
}

nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover,
nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #CCC;
  background-color: transparent;
}

nav:hover .forAnimate {
  opacity: 1;
}

section {
  padding-left: 15px;
}

.video-view .row {
  margin-left: 20px;
}

.is-mobile .video-view .row {
  margin-left: -13px;
  padding-left: 0px;
}

.is-mobile .video-view .row > div {
  padding-left: 0px;
}

.style1 .profile-nb {
  padding-bottom: 10px;
  padding-top: 10px;
}

.style1 .video-view {
  padding-top: 25px;
  border-radius: 10px;
}

.style2 .profile-nb {
  /*
        padding-bottom: 10px;
        padding-top: 10px;
*/
  background-color: white;
}

.is-mobile .style2 .video-view {
  margin-left: 50px;
}

.is-mobile .note p {
  font-size: 1em;
}

.is-mobile .note {
  padding: 10px 5px 5px 5px;
}

.is-mobile .video-card,
.is-mobile .files-card {
  width: 50%;
}

.is-mobile .ss-style-triangles h3 {
  margin-left: 57px;
  padding: 13px;
}

.is-mobile .modal-body {
  padding: 0px;
}

.style2 .video-view {
  padding-top: 28px;
  border-radius: 10px;
}

.style2 h3:before,
.style2 h3:after {
  display: none;
}

.style2 h3 {
  color: white;
  background: #F7882F;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #F7882F;
}

.headerBreadC {
  z-index: 1001;
  position: fixed;
  top: 16px;
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
  text-align: center;
}

.bc-container {
  position: relative;
  /* background: #F7882F; */
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #F7882F;
  padding: 8px;
  border-radius: 4px;
  padding-left: 35px;
  padding-right: 28px;
  border-left: none;
}

.bc-container.bc-cont-noIcon {
  border-left: 1px solid #F7882F;
  padding-left: 28px;
}

.bc-container .bc-backbtn {
  font-size: 45px;
  position: absolute;
  left: -11px;
  top: -6px;
  vertical-align: middle;
  color: #F7882F;
  -moz-transition: -moz-all .5s ease;
  -webkit-transition: -webkit-all .5s ease;
  -ms-transition: -ms-all .5s ease;
  transition: all .5s ease;
}

.bc-container .bc-backbtn:hover {
  color: #F7882F;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.bc-container:not(.bc-cont-noIcon):hover {
  border-color: #F7882F;
  cursor: default !important;
}

.bc-container span:hover {
  color: #F7882F;
}

.bc-container span:last-child:hover,
span.bc-container {
  color: white;
  cursor: default !important;
}

#embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

#embed iframe,
#embed object,
#embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.playerModalClose {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  color: white;
  opacity: 1;
  box-shadow: none;
  font-weight: 100;
  text-shadow: none;
  font-size: 25px;
  line-height: 0;
  padding: 0;
}

.playerModalClose:hover,
.playerModalClose:active,
.playerModalClose:focus {
  background: transparent;
  color: #F7882F;
  text-shadow: none;
  font-size: 25px;
  line-height: 0;
}

.clearable {
  /*        background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center !important;*/
  padding-right: 35px;
}

.clearable:before {
  content: "\f057";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
}

.clearable.x {
  background-position: right 5px center !important;
}

/* (jQ) Show icon */
.clearable.onX {
  cursor: pointer !important;
}

/* (jQ) hover cursor style */
.clearable::-ms-clear {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.clearInput,
.clearInputExercise,
.clearInputPaper {
  color: #F7882F;
  position: absolute;
  top: 26px;
  z-index: 1222;
  font-size: 25px;
  right: 64px;
  display: none;
  cursor: pointer;
}

#summarySearch .input-group-btn {
  padding-top: 10px;
}

.sidebar.expanded {
  margin-left: 0px !important;
}

.sidebar.closed {
  margin-left: -200px;
}

/*    sidebar for mobile*/
.expand-li {
  display: none !important;
}

.is-mobile .expand-li {
  display: block !important;
}

.is-mobile nav.sidebar.navbar {
  top: 11vh;
}

.sidebar .navbar-nav > li > a {
  padding-right: 27px;
}

.sidebar .section-nav li a {
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.sidebar .section-nav li a i {
  font-size: 28px;
}

.cat-icons {
  height: 35px;
  width: 100%;
  background: #3c4854;
  margin-top: 53px;
  display: none;
}

.is-mobile.video-Page .cat-icons {
  /*    display: block;*/
}

.videoIndex {
  /*    margin-bottom: 32px;*/
}

.cat-icons .top-cat-display {
  height: 35px;
  text-align: center;
  line-height: 34px;
}

.cat-icons #nav-icon1 {
  right: -15px;
  top: -7px;
}

.cat-icons .cat-icon-cont {
  width: 30%;
  height: 35px;
  text-align: center;
  line-height: 34px;
}

.cat-icons.cat-labels label {
  opacity: 1 !important;
}

.cat-icons.cat-labels .cat-icon {
  opacity: 0 !important;
}

.cat-icons label {
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.cat-icons .cat-icon {
  font-size: 16px;
  opacity: 1;
  transition: all 0.5s ease;
}

/* Icon 1 */
#nav-icon1 {
  width: 60px;
  height: 46px;
  position: absolute;
  z-index: 1000;
  right: -4px;
  top: -8px;
  -webkit-transform: rotate(0deg) scale(0.4);
  -moz-transform: rotate(0deg) scale(0.4);
  -o-transform: rotate(0deg) scale(0.4);
  transform: rotate(0deg) scale(0.4);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #F7882F;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.video-Page #catNav,
.video-Page #catNav .section-nav {
  display: block !important;
}

@media screen and (max-width: 736px) {
  .field-icon {
    margin-top: -75px !important;
  }
  .box > .box-icon > span {
    padding: 23px !important;
    font-size: 6em !important;
  }
  #header nav.mobile-nav > ul > li > a.menuToggle,
  .lang_icon {
    top: 6px !important;
  }
  .avatar-button img {
    height: 26px !important;
    width: 26px !important;
  }
  .avatar-button {
    top: -8px !important;
  }
  .tempRequest {
    width: 100% !important;
    /*
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
*/
  }
}

.link a:hover {
  text-decoration: none;
  color: #F7882F;
}

.modal-footer {
  padding: 8px !important;
  padding-right: 10px !important;
}

.modal-open #tawkchat-container {
  display: none !important;
  opacity: 0;
}

.video-card,
.files-card {
  float: left;
  padding-right: 29px;
  width: 250px;
}

.video-view .thumbnail,
.files-card .thumbnail {
  border: 1px solid #f8882f;
  height: 200px;
}

.is-mobile .video-card,
.is-mobile .files-card {
  float: auto;
  padding-right: 0px;
  /*    width: 50%;*/
}

.closeDialogBtn {
  padding: 0 !important;
  margin: 3px !important;
  font-size: 25px !important;
  line-height: 25px !important;
  height: 40px !important;
  width: 40px !important;
  letter-spacing: normal !important;
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 5px;
}

.closeDialogBtn:hover {
  background-color: transparent;
  opacity: 1 !important;
  color: #f8882f;
  /*    border: 1px solid #313c4b*/
}

.scroll-Header .main-img {
  /*    display: none;*/
}

.major h2:before,
.major h2:after {
  -moz-transition: width .85s ease;
  -webkit-transition: width .85s ease;
  -ms-transition: width .85s ease;
  transition: width .85s ease;
  -moz-transition-delay: .25s;
  -webkit-transition-delay: .25s;
  -ms-transition-delay: .25s;
  transition-delay: .25s;
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}

.order-form-list a {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
}

.order-form-list a:hover {
  text-decoration: none;
}

.note {
  color: white;
  /*    width: 34.5em;*/
  /*    height: 20.5em;*/
  padding: 1.5em;
  margin: 3em auto;
  background: #fff;
  /*    // For Post-it uncomment below and remove pin*/
  background: #f7882f;
  transform: rotate(2deg);
  box-shadow: 0 0.625em 0.625em 0.125em rgba(0, 0, 0, 0.3);
}

.note p {
  font-family: 'Permanent Marker', cursive;
  font-size: 1.5em;
  text-align: center;
  white-space: pre-line;
}

.pin {
  position: absolute;
  background-color: #aaa;
  width: .125em;
  height: 2em;
  top: -1em;
  left: 50%;
  z-index: 1;
}

.pin:before,
.pin:after {
  content: '';
  position: absolute;
}

.pin:before {
  height: 1.5em;
  width: .125em;
  top: .5em;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.1);
  transform: rotate(57.5deg);
  transform-origin: 50% 100%;
}

.pin:after {
  height: .75em;
  width: .75em;
  top: -.65em;
  left: -.3em;
  background-color: #f7882f;
  background-image: radial-gradient(25% 25%, circle, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3));
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.06em rgba(0, 0, 0, 0.1), inset 0.2em 0.2em 0.2em rgba(255, 255, 255, 0.2), inset -0.2em -0.2em 0.2em rgba(0, 0, 0, 0.2), 1.5em 1.25em 0.2em rgba(0, 0, 0, 0.15);
}

.order-form-list li,
.toppres-form-list li {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px !important;
  border: none;
}

.profile-header-container {
  margin: 10px auto;
  text-align: center;
}

.profile-header-img > img.img-circle {
  width: 95px;
  height: 100px;
  border: 2px solid #8BC34A;
  border-radius: 50%;
}

.profile-header {
  margin-top: 43px;
}

.profile-name-container {
  margin-top: -29px;
  font-size: 10px;
  /* z-index: 1000; */
  text-align: center;
}

.label.label-default.rank-label {
  font-size: 120%;
  background-color: #8BC34A;
  padding: 5px 10px 5px 10px;
  border-radius: 27px;
}

.profile-select-Container i {
  color: #ccc;
  font-size: 110px;
}

.profile-select-Container .delete-icon {
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.profile-select-Container .delete-icon:hover {
  color: #F7882F;
}

.profile-header-container {
  text-align: center;
  transition: all 0.5s ease;
  cursor: pointer;
}

.profile-header-container:hover {
  transform: scale(1.1);
}

.quotes {
  quotes: "\f10d" "\f10e";
}

.quotes:before {
  font-family: FontAwesome;
  content: open-quote;
  margin-right: 10px;
}

.quotes:after {
  font-family: FontAwesome;
  content: close-quote;
  margin-left: 10px;
}

.info {
  cursor: default;
}

.info h4 {
  color: #f7c331;
  font-size: 22px;
  margin: 0px;
  font-family: arcena;
  font-weight: 100;
  padding: 28px 0px;
  text-transform: uppercase;
}

.info > p {
  color: white;
  font-size: 16px;
  text-align: center;
}

.box > .box-icon {
  border: 2px solid #f7c331;
  color: #627794;
}

.box:hover > .box-icon {
  border: 2px solid #f7c331;
  background-color: #627794;
  color: #f7c331;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  cursor: default;
}

.box > .box-icon > span {
  padding: 16px;
  line-height: inherit;
}

.box:hover > .box-icon > span {
  color: #f7c331;
}

.box-icon {
  background-color: #f7c331;
  border-radius: 50%;
  display: table;
  height: 120px;
  margin: 0 auto;
  width: 120px;
  /*margin-top: -61px;*/
}

.sd-cirlce {
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f6872e;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.sd-cirlce.circle-2 {
  right: 0px;
}

.sd-parallax {
  z-index: 0;
  width: 100%;
  height: 100px;
  background: #f6872e;
  position: absolute;
}

.example-container {
  background: red;
  width: 200px;
  height: 300px;
  margin: 20px;
}

.firstLetterColor::first-letter {
  color: #F7C331;
}

.lang_icon {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 27px;
  cursor: pointer;
}

.lang_icon i:hover,
.menuToggle:hover span,
.menuToggle:hover:after {
  color: #F7882F;
}

.drop ul {
  position: absolute;
  left: 0;
  top: 2em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  padding-left: 0px;
  background: rgba(98, 119, 148, 0.38);
}

.drop ul li {
  display: block;
  width: 100%;
  padding-left: 0px;
}

.drop ul li a {
  width: 100%;
  padding: 0 20px;
  display: inline-block;
  white-space: pre;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 15px;
}

.drop ul li a:hover {
  background: #ebebeb;
}

.drop:hover ul {
  -webkit-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}

#header .navbar .active a,
.profile-value {
  color: #f7882f;
}

.yellowText {
  color: #F7C331;
}

.field-icon {
  float: right;
  margin-right: 0px;
  margin-top: -82px;
  font-size: 20px;
  height: 54px;
  width: 50px;
  line-height: 54px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.field-icon:hover:before {
  color: #f7882f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#hiddencodeReg-error,
#hiddencodeCon-error,
#hiddencodeSub-error {
  margin-top: -9px !important;
}

.btnOrange {
  background-color: #F7882F;
}

.btnNoInteraction {
  pointer-events: none;
}

.current-profile-avatar {
  /*    opacity: 0;*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.itemLoop {
  display: none;
}

.itemLoop.active {
  display: inline !important;
}

.toppres-form-list .list-group-item {
  /*    padding: 100px;*/
  padding-top: 10px;
  padding-bottom: 10px;
}

.carousel-inner .item {
  height: 320px;
}

@media (max-width: 767px) {
  .carousel-inner .item .row .student-cont:nth-child(even),
  .ctx-inner-sec .row .col-xs-6:nth-child(even) {
    padding: 0 1.5em 0 1.5em !important;
  }
  .carousel-inner .item .row .student-cont:nth-child(odd),
  .ctx-inner-sec .row .col-xs-6:nth-child(odd) {
    padding: 0 0 0 3.5em !important;
  }
  .ctx-inner-sec .row .team-cont:nth-child(even) {
    padding: 0 1.5em 0 0.75em !important;
  }
  .ctx-inner-sec .row .team-cont:nth-child(odd) {
    padding: 0 0.75em 0 1.5em !important;
  }
}

.carousel-inner .item .profile-container .detail-container,
.carousel-inner .item .profile-container .image-container {
  background: rgba(255, 255, 255, 0.28);
  /*    margin: 20px;*/
  margin-bottom: 0px;
  border: 1px solid white;
}

.carousel-inner .item .profile-container .detail-container {
  margin-bottom: 0px;
  border-top-left-radius: 50px;
  height: 128px;
}

.carousel-inner .item .profile-container .image-container {
  margin-top: 0px;
  border-bottom-right-radius: 50px;
  border-top: none;
  overflow: hidden;
  height: 190px;
}

.carousel-inner .item .profile-container .image-container div.service-icon {
  border: none;
}

.carousel-inner .item .profile-container .image-container div.service-icon:hover {
  transform: scale(1);
}

.carousel-inner .item .profile-container p {
  line-height: 22px;
  font-size: 0.8em;
}

.carousel-inner div.service-icon {
  margin: 0 0 -9px;
  border-radius: 0;
  height: 100%;
  width: 100%;
}

.carousel-inner .service-icon img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.stu-rank {
  color: gold;
  font-size: 20px !important;
  line-height: 40px !important;
  position: relative;
}

.stu-rank:before {
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  background-position: contain;
  background: transparent url(images/Wreath-Award.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  min-height: 0px;
}

.stu-rank .small {
  font-size: 10px !important;
}

svg {
  /*    padding: 5px;*/
}

button.arrow {
  box-shadow: none !important;
}

button.arrow:hover {
  background-color: rgba(255, 0, 0, 0) !important;
}

.arrow {
  cursor: pointer;
  position: absolute;
  top: -6px;
  width: 70px;
  height: 90px;
  padding: 5px;
}

.arrow svg {
  padding: 5px;
}

.left {
  right: 0;
}

.right {
  left: 0;
}

.left:hover polyline,
.left:focus polyline {
  stroke-width: 3;
}

.left:active polyline {
  stroke-width: 6;
  transition: all 100ms ease-in-out;
}

.right:hover polyline,
.right:focus polyline {
  stroke-width: 3;
}

.right:active polyline {
  stroke-width: 6;
  transition: all 100ms ease-in-out;
}

polyline {
  transition: all 250ms ease-in-out;
}

#dynGrade {
  position: absolute;
}

.carousel-indicators-numbers {
  position: static !important;
  margin-left: 5px;
}

.carousel-indicators-numbers li {
  position: relative;
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  color: #fff;
  background-color: rgba(255, 0, 0, 0);
  transition: all 0.25s ease;
  display: none;
}

.carousel-indicators-numbers li.active,
.carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  display: inline;
  background-color: rgba(255, 0, 0, 0);
}

#catContainer h5,
.bc-backbtn {
  padding: 0;
  color: #6b7a8f;
  font-weight: 100;
}

#catContainer h5 span,
.bc-backbtn,
#catContainer h3 span {
  cursor: pointer;
}

/*
.bc-backbtn{
    float: left;
    font-size: 29px;
}
*/
.bc-backbtn:hover {
  color: #f7882f;
}

/* Form opened styles */
.feedB-form.active {
  padding: 24px;
  background: #627794;
  border: 2px solid #f6882f;
  box-shadow: 0px 30px 20px -20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 320px;
  height: auto;
  -webkit-animation: openForm 1.4s;
  -webkit-animation-timing-function: cubic-bezier(0.9, 0.1, 0.1, 0.9);
  animation: openForm 1.4s;
  animation-timing-function: cubic-bezier(0.9, 0.1, 0.1, 0.9);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.feedB-form.active .toggle {
  display: none;
}

.feedB-form .toggle {
  height: 35px;
  width: 33px;
  left: 10px;
  top: 4px;
  position: absolute;
  opacity: 1;
  z-index: 1000;
}

.feedB-form.active * {
  top: 0;
  opacity: 1;
}

.feedB-form.active::after,
.feedB-form.active::before {
  opacity: 0;
}

.feedB-form .submit {
  top: 0;
  opacity: 1;
  width: 160px;
  padding: 8px;
  text-align: center;
  margin: 24px auto 0 auto;
  cursor: pointer;
  text-transform: uppercase;
  color: #3e451b;
  box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px 0px 0px rgba(0, 0, 0, 0.5) inset;
  -webkit-transition: all 1.1s 1s ease;
  transition: all 1.1s 1s ease;
}

.feedB-form input,
.feedB-form textarea {
  top: 0;
  display: block;
  width: 100%;
  border: none;
  padding: 10px;
  background: #fefefe;
  margin: 12px 0 0 0;
  font-style: italic;
  border: 1px solid #bbb;
  color: #F7882F;
  border-radius: 4px;
}

.feedB-form input {
  top: 0;
}

.feedB-form input:nth-child(1) {
  -webkit-transition: all 0.5s 1s ease;
  transition: all 0.5s 1s ease;
}

.feedB-form input:nth-child(2) {
  -webkit-transition: all 0.7s 1s ease;
  transition: all 0.7s 1s ease;
}

.feedB-form textarea {
  top: 0;
  opacity: 1;
  max-height: 100px;
  -webkit-transition: all 0.9s 1s ease;
  transition: all 0.9s 1s ease;
}

.feedB-form * {
  top: -12px;
  opacity: 0;
  margin-bottom: 0 !important;
}

.feedB-form.active h1 {
  top: 0;
  opacity: 1;
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #F7882F;
  margin-bottom: 32px;
  -webkit-transition: all 0.3s 1s ease;
  transition: all 0.3s 1s ease;
}

/* Form closed styles */
.feedB-form {
  width: 49px;
  height: 49px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  top: 4px;
  z-index: 1001;
}

.feedB-form .button:hover {
  color: #fff;
  background: #F7882F;
  transition: all 1s;
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.1, 1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

.feedB-form .button {
  width: 100%;
  display: inline-block;
  background-color: #F7882F;
  font-family: arcena;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 3px;
  border: 0;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 3.125em;
  letter-spacing: .225em;
  line-height: 3.125em;
  padding: 0 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 1s;
}

.feedB-form::before,
.feedB-form::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 1;
  left: 10px;
  z-index: 100;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transform: scale(0.9999, 0.9999);
  transform: scale(0.9999, 0.9999);
}

.feedB-form::before {
  top: 15px;
  -webkit-transform: perspective(1000) rotateX(0deg);
  transform: perspective(1000) rotateX(0deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  border-top: 11px solid #fff;
  border-right: 16px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid transparent;
}

.feedB-form::after {
  top: 17px;
  border-top: 11px solid transparent;
  border-right: 16px solid #fff;
  border-bottom: 11px solid #fff;
  border-left: 16px solid #fff;
}

.feedB-form:hover::before {
  -webkit-transform: perspective(1000) rotateX(180deg);
  transform: perspective(1000) rotateX(180deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

/* ok mes */
.feedB-form .ok_message {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  background: #6c4a27;
  z-index: 100;
  -webkit-transform: scale(0, 0) rotate(-90deg);
  transform: scale(0, 0) rotate(-90deg);
  -webkit-transition: all 0.5s 0.3s cubic-bezier(0.9, 0.1, 0.1, 0.9);
  transition: all 0.5s 0.3s cubic-bezier(0.9, 0.1, 0.1, 0.9);
  line-height: 64px;
  text-align: center;
  cursor: pointer;
}

.feedB-form .ok_message span {
  text-transform: uppercase;
  font-size: 16px;
  color: #cb9a4b;
  opacity: 0;
  -webkit-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
  -webkit-transition: all 0.6s 0.4s ease;
  transition: all 0.6s 0.4s ease;
}

.feedB-form .ok_message.active {
  width: 320px;
  margin-left: -160px;
  -webkit-transform: scale(1, 1) rotate(0deg);
  transform: scale(1, 1) rotate(0deg);
}

.feedB-form .ok_message.active span {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  left: 0px;
}

@-webkit-keyframes openForm {
  0% {
    width: 64px;
    height: 64px;
  }
  50% {
    width: 320px;
    height: 64px;
  }
  100% {
    width: 320px;
    height: 380px;
  }
}

@keyframes openForm {
  0% {
    width: 64px;
    height: 64px;
  }
  50% {
    width: 320px;
    height: 64px;
  }
  100% {
    width: 320px;
    height: 380px;
  }
}

/*        RATING STAR*/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
  line-height: 0px;
  padding-top: 10px;
}

.rating input {
  position: absolute;
  left: -999999px;
}

.rating label {
  display: inline-block;
  font-size: 0;
}

.rating > label:before {
  position: relative;
  font: 24px/1 FontAwesome;
  display: block;
  content: "\f005";
  color: #f7882f;
  background: -webkit-linear-gradient(-45deg, #9E9E9E 0%, #e0e0e0 83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
  cursor: pointer;
  color: #f7882f;
  background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.closeIcon:hover {
  color: #f7882f;
  cursor: pointer;
}

.closeIcon {
  position: absolute;
  right: 10px;
  top: 10px !important;
  font-size: 20px;
  opacity: 0;
}

/* This stylesheet generated by Transfonter (http://transfonter.org) on May 18, 2016 12:45 PM */
@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist/hinted-Geomanist-Black.eot");
  src: url("../fonts/geomanist/hinted-Geomanist-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist/hinted-Geomanist-Black.woff2") format("woff2"), url("../fonts/geomanist/hinted-Geomanist-Black.woff") format("woff"), url("../fonts/geomanist/hinted-Geomanist-Black.ttf") format("truetype"), url("../fonts/geomanist/hinted-Geomanist-Black.svg#Geomanist-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Geomanist Book';
  src: url("../fonts/geomanist/hinted-Geomanist-Book.eot");
  src: url("../fonts/geomanist/hinted-Geomanist-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist/hinted-Geomanist-Book.woff2") format("woff2"), url("../fonts/geomanist/hinted-Geomanist-Book.woff") format("woff"), url("../fonts/geomanist/hinted-Geomanist-Book.ttf") format("truetype"), url("../fonts/geomanist/hinted-Geomanist-Book.svg#Geomanist-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geomanist Ultra';
  src: url("../fonts/geomanist/hinted-Geomanist-Ultra.eot");
  src: url("../fonts/geomanist/hinted-Geomanist-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist/hinted-Geomanist-Ultra.woff2") format("woff2"), url("../fonts/geomanist/hinted-Geomanist-Ultra.woff") format("woff"), url("../fonts/geomanist/hinted-Geomanist-Ultra.ttf") format("truetype"), url("../fonts/geomanist/hinted-Geomanist-Ultra.svg#Geomanist-Ultra") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist/hinted-Geomanist-Thin.eot");
  src: url("../fonts/geomanist/hinted-Geomanist-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist/hinted-Geomanist-Thin.woff2") format("woff2"), url("../fonts/geomanist/hinted-Geomanist-Thin.woff") format("woff"), url("../fonts/geomanist/hinted-Geomanist-Thin.ttf") format("truetype"), url("../fonts/geomanist/hinted-Geomanist-Thin.svg#Geomanist-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist/hinted-Geomanist-Light.eot");
  src: url("../fonts/geomanist/hinted-Geomanist-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist/hinted-Geomanist-Light.woff2") format("woff2"), url("../fonts/geomanist/hinted-Geomanist-Light.woff") format("woff"), url("../fonts/geomanist/hinted-Geomanist-Light.ttf") format("truetype"), url("../fonts/geomanist/hinted-Geomanist-Light.svg#Geomanist-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist/hinted-Geomanist-Regular.eot");
  src: url("../fonts/geomanist/hinted-Geomanist-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist/hinted-Geomanist-Regular.woff2") format("woff2"), url("../fonts/geomanist/hinted-Geomanist-Regular.woff") format("woff"), url("../fonts/geomanist/hinted-Geomanist-Regular.ttf") format("truetype"), url("../fonts/geomanist/hinted-Geomanist-Regular.svg#Geomanist-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist/hinted-Geomanist-ExtraLight.eot");
  src: url("../fonts/geomanist/hinted-Geomanist-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist/hinted-Geomanist-ExtraLight.woff2") format("woff2"), url("../fonts/geomanist/hinted-Geomanist-ExtraLight.woff") format("woff"), url("../fonts/geomanist/hinted-Geomanist-ExtraLight.ttf") format("truetype"), url("../fonts/geomanist/hinted-Geomanist-ExtraLight.svg#Geomanist-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist/hinted-Geomanist-Medium.eot");
  src: url("../fonts/geomanist/hinted-Geomanist-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist/hinted-Geomanist-Medium.woff2") format("woff2"), url("../fonts/geomanist/hinted-Geomanist-Medium.woff") format("woff"), url("../fonts/geomanist/hinted-Geomanist-Medium.ttf") format("truetype"), url("../fonts/geomanist/hinted-Geomanist-Medium.svg#Geomanist-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist/hinted-Geomanist-Bold.eot");
  src: url("../fonts/geomanist/hinted-Geomanist-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist/hinted-Geomanist-Bold.woff2") format("woff2"), url("../fonts/geomanist/hinted-Geomanist-Bold.woff") format("woff"), url("../fonts/geomanist/hinted-Geomanist-Bold.ttf") format("truetype"), url("../fonts/geomanist/hinted-Geomanist-Bold.svg#Geomanist-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* ANIMATION */
/* SHADOWS */
/*     brand Colors              */
/*      light colors         */
.text-primary {
  color: #f8882f;
}

@font-face {
  font-family: BloggerSans;
  src: url(fonts/Blogger_Sans.eot?) format("eot"), url(fonts/Blogger_Sans.woff) format("woff"), url(fonts/Blogger_Sans.ttf) format("truetype"), url(fonts/Blogger_Sans.svg#BloggerSans) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: BloggerSans-Bold;
  src: url(fonts/Blogger_Sans-Bold.eot?) format("eot"), url(fonts/Blogger_Sans-Bold.woff) format("woff"), url(fonts/Blogger_Sans-Bold.ttf) format("truetype"), url(fonts/Blogger_Sans-Bold.svg#BloggerSans-Bold) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: ARCENA;
  src: url(fonts/ARCENA.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Shadows (from mdl http://www.getmdl.io/) */
.card {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  color: rgba(0,0,0, 0.87);
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card .card-height-indicator {
  margin-top: 100%;
}

.card.no-shadow .card-image,
.card.no-shadow .card-image img {
  box-shadow: none;
}

.card .card-image {
  height: 60%;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
}

.card .card-image img {
  width: 100%;
  border-radius: 6px;
  pointer-events: none;
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-image .card-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

.card .card-image .colored-shadow {
  transform: scale(0.94);
  top: 12px;
  filter: blur(12px);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  transition: opacity .45s;
  opacity: 0;
}

.card .card-image.no-shadow {
  box-shadow: none;
}

.card .card-image.no-shadow.shadow-normal {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-image.no-shadow .colored-shadow {
  display: none !important;
}

.card .category:not([class*="text-"]) {
  color: #999999;
}

.card .card-content {
  padding: 15px 30px;
}

.card .card-body {
  height: 30%;
  padding: 18px;
}

.card .card-footer {
  height: 10%;
  padding: 18px;
}

.card .card-footer button, .card .card-footer a {
  margin: 0 !important;
  position: relative;
  bottom: 25px;
  width: auto;
}

.card .card-footer button:first-child, .card .card-footer a:first-child {
  left: -15px;
}

.card .header {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  margin: 15px;
  border-radius: 3px;
  padding: 15px 0;
  background-color: #FFFFFF;
}

.card .header .title {
  color: #FFFFFF;
}

.card .header-primary,
.card .content-primary {
  background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}

.card .header-info,
.card .content-info {
  background: linear-gradient(60deg, #26c6da, #0097a7);
}

.card .header-success,
.card .content-success {
  background: linear-gradient(60deg, #66bb6a, #388e3c);
}

.card .header-warning,
.card .content-warning {
  background: linear-gradient(60deg, #ffa726, #f57c00);
}

.card .header-danger,
.card .content-danger {
  background: linear-gradient(60deg, #ef5350, #d32f2f);
}

.card .header-rose,
.card .content-rose {
  background: linear-gradient(60deg, #ec407a, #c2185b);
}

.card .header-primary {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(156, 39, 176, 0.6);
}

.card .header-danger {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(255, 0, 0, 0.6);
}

.card .header-rose {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(233, 30, 99, 0.6);
}

.card .header-warning {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(255, 152, 0, 0.6);
}

.card .header-info {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(0, 188, 212, 0.6);
}

.card .header-success {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(76, 175, 80, 0.6);
}

.card [class*="header-"],
.card [class*="content-"] {
  color: #FFFFFF;
}

.card [class*="header-"] .card-title a,
.card [class*="header-"] .card-title,
.card [class*="header-"] .icon i,
.card [class*="content-"] .card-title a,
.card [class*="content-"] .card-title,
.card [class*="content-"] .icon i {
  color: #FFFFFF;
}

.card [class*="header-"] .icon i,
.card [class*="content-"] .icon i {
  border-color: rgba(255, 255, 255, 0.25);
}

.card [class*="header-"] .author a,
.card [class*="header-"] .footer .stats,
.card [class*="header-"] .category,
.card [class*="header-"] .card-description,
.card [class*="content-"] .author a,
.card [class*="content-"] .footer .stats,
.card [class*="content-"] .category,
.card [class*="content-"] .card-description {
  color: rgba(255, 255, 255, 0.8);
}

.card [class*="header-"] .author a:hover, .card [class*="header-"] .author a:focus, .card [class*="header-"] .author a:active,
.card [class*="content-"] .author a:hover,
.card [class*="content-"] .author a:focus,
.card [class*="content-"] .author a:active {
  color: #FFFFFF;
}

.card [class*="content-"] {
  border-radius: 6px;
}

.card [class*="content-"] h1 small,
.card [class*="content-"] h2 small,
.card [class*="content-"] h3 small {
  color: rgba(255, 255, 255, 0.8);
}

.card img {
  width: 100%;
  height: auto;
}

.card .category .material-icons {
  position: relative;
  top: 6px;
  line-height: 0;
}

.card .category-social .fa {
  font-size: 24px;
  position: relative;
  margin-top: -4px;
  top: 2px;
  margin-right: 5px;
}

.card .category-social .material-icons {
  position: relative;
  top: 5px;
}

.card .author .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}

.card .author a {
  color: #3C4858;
  text-decoration: none;
}

.card .author a .ripple-container {
  display: none;
}

.card .footer {
  margin-top: 15px;
}

.card .footer div {
  display: inline-block;
}

.card .footer .author {
  color: #999999;
}

.card .footer .stats {
  float: right;
  line-height: 30px;
  color: #999999;
}

.card .footer .stats .material-icons {
  position: relative;
  top: 4px;
  font-size: 18px;
}

.carousel .card {
  max-width: 650px;
  margin: 60px auto;
}

.card .checkbox,
.card .radio {
  margin-top: 16px;
}

.card-signup .header {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -40px;
  padding: 20px 0;
}

.card-signup .text-divider {
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}

.card-signup .card-content {
  padding: 0px 30px 0px 10px;
}

.card-signup .checkbox {
  margin-top: 20px;
}

.card-signup .checkbox label {
  margin-left: 17px;
}

.card-signup .checkbox .checkbox-material {
  padding-right: 12px;
}

.card-signup .social-line {
  margin-top: 15px;
  text-align: center;
  padding: 0;
}

.card-signup .social-line .btn {
  color: #FFFFFF;
  margin-left: 5px;
  margin-right: 5px;
}

.card-contact .header {
  margin-top: -20px;
}

.card-contact .header .title {
  margin: 10px 0 10px;
}

.card-nav-tabs {
  margin-top: 45px;
}

.card-nav-tabs .header {
  margin-top: -30px;
}

.card-nav-tabs .nav-tabs {
  background: transparent;
}

.card-plain {
  background: transparent;
  box-shadow: none;
}

.card-plain .header {
  margin-left: 0;
  margin-right: 0;
}

.card-plain .card-content {
  padding-left: 5px;
  padding-right: 5px;
}

.card-plain .card-image {
  margin: 0;
  border-radius: 6px;
}

.card-plain .card-image img {
  border-radius: 6px;
}

.iframe-container iframe {
  width: 100%;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-form-horizontal .card-content {
  padding-left: 15px;
  padding-right: 15px;
}

.card-form-horizontal .form-group {
  padding-bottom: 0px;
  margin: 3px 0 0 0;
}

.card-form-horizontal .form-group .form-control {
  margin-bottom: 0;
}

.card-form-horizontal .btn {
  margin: 0;
}

.card-form-horizontal .input-group .input-group-addon {
  padding-left: 0;
}

.card-profile,
.card-testimonial {
  margin-top: 30px;
  text-align: center;
}

.card-profile .btn-just-icon.btn-raised,
.card-testimonial .btn-just-icon.btn-raised {
  margin-left: 6px;
  margin-right: 6px;
}

.card-profile .card-avatar,
.card-testimonial .card-avatar {
  max-width: 130px;
  max-height: 130px;
  margin: -50px auto 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-profile .card-avatar + .card-content,
.card-testimonial .card-avatar + .card-content {
  margin-top: 15px;
}

.card-profile.card-plain .card-avatar,
.card-testimonial.card-plain .card-avatar {
  margin-top: 0;
}

.card-testimonial .card-avatar {
  max-width: 100px;
  max-height: 100px;
}

.card-testimonial .footer {
  margin-top: 0;
}

.card-testimonial .footer .card-avatar {
  margin-top: 10px;
  margin-bottom: -50px;
}

.card-testimonial .card-description {
  font-style: italic;
}

.card-testimonial .card-description + .card-title {
  margin-top: 30px;
}

.card-testimonial .icon {
  margin-top: 30px;
}

.card-testimonial .icon .material-icons {
  font-size: 40px;
}

.card-blog {
  margin-top: 30px;
}

.card-blog .row .category {
  margin-bottom: 0;
}

.card-blog .card-title {
  margin-top: 5px;
}

.card-blog .card-image + .category {
  margin-top: 20px;
}

.card-pricing {
  text-align: center;
}

.card-pricing .card-title {
  margin-top: 30px;
}

.card-pricing .card-content {
  padding: 15px !important;
}

.card-pricing .icon {
  padding: 10px 0 0px;
  color: #999999;
}

.card-pricing .icon i {
  font-size: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  width: 130px;
  line-height: 130px;
  height: 130px;
}

.card-pricing h1 small {
  font-size: 18px;
  margin-left: -23px;
  top: -2px;
  color: #6c7787;
}

.card-pricing h1 small:first-child {
  position: relative;
  top: -5px;
  font-size: 44px;
  font-weight: 100;
  font-weight: normal;
}

.card-pricing h2 {
  margin-bottom: 0px;
}

.card-pricing h3 {
  font-family: Open Sans, Helvetica, sans-serif;
  font-size: 15px;
}

.card-pricing ul {
  list-style: none;
  padding: 0;
  max-width: 240px;
  margin: 10px auto;
}

.card-pricing ul li {
  color: #999999;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

.card-pricing ul li:last-child {
  border: 0;
}

.card-pricing ul li b {
  color: #3C4858;
}

.card-pricing ul li i {
  top: 6px;
  position: relative;
}

.card-pricing.card-background,
.card-pricing [class*="content-"] {
  background: transparent;
}

.card-pricing.card-background ul li,
.card-pricing [class*="content-"] ul li {
  color: #FFFFFF;
  font-size: 10pt;
}

.card-pricing.card-background ul li b,
.card-pricing [class*="content-"] ul li b {
  color: #FFFFFF;
}

.card-pricing.card-background [class*="text-"],
.card-pricing [class*="content-"] [class*="text-"] {
  color: #FFFFFF;
}

.card-pricing.card-background:after {
  background-color: rgba(98, 119, 148, 0.7);
}

.card-pricing .ribbon {
  position: relative;
  padding: 0;
  border-radius: 2px;
  margin: 0 -23px;
  line-height: 90px;
  height: 56px;
  font-weight: 700;
  text-align: center;
  color: #f8882f;
  background: #FFB236;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  zoom: 1;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-pricing .ribbon:before, .card-pricing .ribbon:after {
  content: "";
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent #f8882f;
}

.card-pricing .ribbon:before {
  left: 0;
  border-width: 0 8px 10px 0;
}

.card-pricing .ribbon:after {
  right: 0;
  border-width: 0 0 10px 8px;
}

.card-pricing .ribbon h1 {
  color: #072633;
}

.card-pricing .ribbon h1 small {
  color: #072633;
  right: -20px;
}

.card-raised {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-background,
.back-background,
.front-background {
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.card-background .card-content,
.back-background .card-content,
.front-background .card-content {
  position: relative;
  z-index: 2;
  min-height: 280px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 440px;
  margin: 0 auto;
}

.card-background .category,
.card-background .card-description,
.card-background small,
.back-background .category,
.back-background .card-description,
.back-background small,
.front-background .category,
.front-background .card-description,
.front-background small {
  color: rgba(255, 255, 255, 0.7);
}

.card-background .card-title,
.back-background .card-title,
.front-background .card-title {
  color: #FFB236;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  position: relative;
}

.card-background:not(.card-pricing) .btn,
.back-background:not(.card-pricing) .btn,
.front-background:not(.card-pricing) .btn {
  margin-bottom: 0;
}

.card-background:after,
.back-background:after,
.front-background:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.56);
  border-radius: 6px;
}

.back-background .card-content {
  min-height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.card-product {
  margin-top: 30px;
}

.card-product .btn-simple.btn-just-icon {
  padding: 0;
}

.card-product .footer {
  margin-top: 5px;
}

.card-product .footer .price h4 {
  margin-bottom: 0;
}

.card-product .footer .stats {
  margin-top: 5px;
}

.card-product .card-title,
.card-product .category,
.card-product .card-description {
  text-align: center;
}

.card-product .category {
  margin-bottom: 0;
}

.card-product .category ~ .card-title {
  margin-top: 0;
}

.card-product .price {
  font-size: 18px;
  color: #9A9A9A;
}

.card-product .price-old {
  text-decoration: line-through;
  font-size: 16px;
  color: #9A9A9A;
}

.card-product .price-new {
  color: red;
}

.rotating-card-container {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
}

.rotating-card-container .card-rotate {
  background: transparent;
  box-shadow: none;
}

.rotating-card-container .card-rotate:after {
  display: none;
}

.rotating-card-container .card {
  -webkit-transition: transform 0.8s cubic-bezier(0.34, 1.45, 0.7, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.34, 1.45, 0.7, 1);
  -o-transition: transform 0.8s cubic-bezier(0.34, 1.45, 0.7, 1);
  -ms-transition: transform 0.8s cubic-bezier(0.34, 1.45, 0.7, 1);
  transition: transform 0.8s cubic-bezier(0.34, 1.45, 0.7, 1);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}

.rotating-card-container .card .back, .rotating-card-container .card .front {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 6px;
  top: 0;
  left: 0;
}

.rotating-card-container .card .back .card-content, .rotating-card-container .card .front .card-content {
  height: 100%;
  justify-content: center;
  align-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.rotating-card-container .card .front {
  z-index: 2;
  position: relative;
}

.rotating-card-container .card .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 5;
  text-align: center;
  width: 100%;
  height: 100%;
}

.rotating-card-container .card .back.back-background:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.56);
  border-radius: 6px;
}

.rotating-card-container .card .back.back-background .card-content {
  position: relative;
  z-index: 2;
}

.rotating-card-container .card .back .footer .btn {
  margin: 0;
}

.rotating-card-container .card .back .card-content {
  padding-left: 15px;
  padding-right: 15px;
}

.rotating-card-container:not(.manual-flip):hover .card {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.rotating-card-container.hover.manual-flip .card {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.card-profile .rotating-card-container .front {
  text-align: left;
}

/*       Fix bug for IE      */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rotating-card-container .card .front,
  .rotating-card-container .card .back {
    -ms-backface-visibility: visible;
    backface-visibility: visible;
  }
  .rotating-card-container .card .back {
    visibility: hidden;
    transition: visibility 0.3s cubic-bezier(0.34, 1.45, 0.7, 1);
  }
  .rotating-card-container .card .front {
    z-index: 4;
  }
  .rotating-card-container:not(.manual-flip):hover .card .back,
  .rotating-card-container.manual-flip.hover .card .back {
    z-index: 5;
    visibility: visible;
  }
}

.section-dark .nav-pills > li > a,
.section-image .nav-pills > li > a {
  color: #999999;
}

.section-dark .nav-pills > li > a:hover,
.section-dark .nav-pills > li > a:focus,
.section-image .nav-pills > li > a:hover,
.section-image .nav-pills > li > a:focus {
  background-color: #EEEEEE;
}

.nav-pills > li > a {
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
  color: #FFB236;
  transition: all .3s;
}

.nav-pills > li > a:hover {
  background-color: rgba(200, 200, 200, 0.2);
}

.nav-pills > li i {
  display: block;
  font-size: 30px;
  padding: 15px 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #9c27b0;
  color: #FFFFFF;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(156, 39, 176, 0.6);
}

.nav-pills:not(.nav-pills-icons) > li > a {
  border-radius: 30px;
}

.nav-pills.nav-stacked > li + li {
  margin-top: 5px;
}

.nav-pills.nav-pills-info > li.active > a, .nav-pills.nav-pills-info > li.active > a:focus, .nav-pills.nav-pills-info > li.active > a:hover {
  background-color: #00bcd4;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(0, 188, 212, 0.6);
}

.nav-pills.nav-pills-success > li.active > a, .nav-pills.nav-pills-success > li.active > a:focus, .nav-pills.nav-pills-success > li.active > a:hover {
  background-color: #4caf50;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(76, 175, 80, 0.6);
}

.nav-pills.nav-pills-warning > li.active > a, .nav-pills.nav-pills-warning > li.active > a:focus, .nav-pills.nav-pills-warning > li.active > a:hover {
  background-color: #ff9800;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(255, 152, 0, 0.6);
}

.nav-pills.nav-pills-danger > li.active > a, .nav-pills.nav-pills-danger > li.active > a:focus, .nav-pills.nav-pills-danger > li.active > a:hover {
  background-color: red;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(255, 152, 0, 0.6);
}

.nav-pills.nav-pills-rose > li.active > a, .nav-pills.nav-pills-rose > li.active > a:focus, .nav-pills.nav-pills-rose > li.active > a:hover {
  background-color: #e91e63;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(233, 30, 99, 0.6);
}

.tab-space {
  padding: 20px 0 50px 0px;
}

.pricing-1 h2.title {
  margin-bottom: 10px;
}

.pricing-1 .card-separator {
  width: 1px;
  display: block;
  height: 100%;
  background-color: rgba(136, 136, 136, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.pricing-2 .nav-pills {
  margin-bottom: 50px;
}

.pricing-5 .nav-pills {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pricing-3 .title,
.pricing-4 .title {
  margin-bottom: 10px;
}
