/*HELPERS*/
/*Colors*/
/*BASE*/
/* Reset.css by Eric Meyer **************************************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,700,600,400);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,700italic);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html, body {
  height: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* COMMON RULES **************************************************/
*, *:before, *:after {
  box-sizing: border-box; }

.fr {
  float: right; }

.fl {
  float: left; }

.cb {
  clear: both; }

.ib {
  display: inline-block; }

.hide {
  opacity: 0; }

.show {
  opacity: 1; }

.white-bg {
  /*background: #fff;*/ }

a {
  text-decoration: none;
  outline: 0; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 0; }

strong {
  font-weight: bold; }

input[type='submit'], input, textarea {
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  outline: 0;
  padding: 0;
  border: 0; }

input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* GRID SYSTEM **************************************************/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4,
.col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7,
.col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10,
.col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@-ms-viewport {
  width: device-width; }

/* MODAL */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  /*width: auto;
  margin: 10px;*/ }

.modal-content {
  position: relative;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    /*width: 600px;*/
    margin: 50px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.modal-footer:after {
  clear: both; }

/* Custom Components */
/* Revolution slider **************************************************/
.tp-static-layers {
  position: absolute;
  z-index: 505;
  top: 0px;
  left: 0px; }

.tp-hide-revslider, .tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important; }

.tp-caption {
  z-index: 1;
  white-space: nowrap; }

.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important; }

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #000000;
  border-style: none; }

.tp-caption.finewide_large_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.whitedivider3px_vertical {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_small_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.finewide_large_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000;
  border-style: none; }

.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000;
  border-style: none; }

.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: 'Oswald', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0px; }

.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  letter-spacing: 20px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0px;
  letter-spacing: 5px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap; }

.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px; }

.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000; }

.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff; }

.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0; }

.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0; }

.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.boxshadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.tp-caption.black {
  color: #000;
  text-shadow: none; }

.tp-caption.noshadow {
  text-shadow: none; }

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.tp-caption a:hover {
  color: #ffa902; }

.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent; }

.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent; }

.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none; }

.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline; }

.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 0px 20px 5px;
  text-shadow: none;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0px 20px;
  border-radius: 0px; }

.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0px 20px;
  border-radius: 0px; }

.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0px 20px;
  border-radius: 0px; }

.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: black;
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.roundedimage {
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: white;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.boxshadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans', sans; }

.tp-caption.noshadow {
  text-shadow: none; }

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important; }

/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px; }

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px; }

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px; }

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px; }

/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image {
  width: 100%;
  height: auto; }

/******************************
	-	BUTTONS	-
*******************************/
.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(../images/gradient/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px; }

.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(../images/gradient/g40.png) repeat-x top; }

.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
  background-position: bottom, 15px 11px; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: normal; }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; } }

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-simpleresponsive .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important; }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; } }

/*	BUTTON COLORS	*/
.tp-simpleresponsive .button.green, .tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  box-shadow: 0px 3px 0px 0px #104d0b; }

.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  box-shadow: 0px 3px 0px 0px #0f3e68; }

.tp-simpleresponsive .button.red, .tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  box-shadow: 0px 3px 0px 0px #7c1212; }

.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase:hover.orange {
  background-color: #ff7700;
  box-shadow: 0px 3px 0px 0px #a34c00; }

.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey, .tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  box-shadow: 0px 3px 0px 0px #222; }

.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  box-shadow: 0px 3px 0px 0px #555; }

/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important; }

.tp-simpleresponsive img {
  max-width: none; }

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  -webkit-filter: none !important;
  filter: none !important; }

/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none; }

.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none; }

.fullcoveredvideo video,
.fullscreenvideo video {
  background: #000; }

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.html5vid.videoisplaying .tp-poster {
  display: none; }

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #FFF;
  z-index: 3;
  margin-top: -27px;
  margin-left: -28px;
  text-align: center;
  cursor: pointer; }

.html5vid .tp-revstop {
  width: 15px;
  height: 20px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  margin: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.html5vid .tp-revstop {
  display: none; }

.html5vid.videoisplaying .revicon-right-dir {
  display: none; }

.html5vid.videoisplaying .tp-revstop {
  display: block; }

.html5vid.videoisplaying .tp-video-play-button {
  display: none; }

.html5vid:hover .tp-video-play-button {
  display: block; }

.fullcoveredvideo .tp-video-play-button {
  display: none !important; }

.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  transition: opacity .3s;
  background-image: linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, black), color-stop(1, #323232));
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.tp-caption:hover .tp-video-controls {
  opacity: .9; }

.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #EEE;
  border-radius: 3px;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  outline: none; }

.tp-video-button:hover {
  cursor: pointer; }

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0px 5px;
  display: table-cell; }

.tp-video-seek-bar-wrap {
  width: 80%; }

.tp-video-vol-bar-wrap {
  width: 20%; }

.tp-volume-bar,
.tp-seek-bar {
  width: 100%;
  cursor: pointer;
  outline: none;
  line-height: 12px;
  margin: 0;
  padding: 0; }

/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/
/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4; }

/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/
/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
.tpclear {
  clear: both; }

.tp-bullets {
  z-index: 20;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px); }

.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../assets/boxed_bgtile.png);
  height: 40px;
  padding: 0px 10px;
  border-radius: 5px; }

.tp-bullets.simplebullets.navbar-old {
  background: url(../assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 10px;
  border-radius: 5px; }

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 9px;
  float: left;
  margin-top: 145px;
  margin-left: 3px; }

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px; }

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets.png) no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0px; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullet_boxed.png) no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0px !important; }

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0px !important; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px; }

.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0px !important; }

.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0px !important; }

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background: #fe9d68; }

/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative; }

.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tp-leftarrow.default {
  z-index: 20;
  cursor: pointer;
  position: relative;
  background: url(../img/icons/home-slider-arrow.png) no-Repeat 0 0;
  width: 16px;
  height: 58px; }

.tp-rightarrow.default {
  z-index: 20;
  cursor: pointer;
  position: relative;
  background: url(../img/icons/home-slider-arrow.png) no-Repeat right top;
  width: 16px;
  height: 58px; }

.tp-leftarrow:hover {
  background-position: left bottom; }

.tp-rightarrow:hover {
  background-position: right bottom; }

/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px; }

.fullwidthbanner-container .tp-thumbs {
  padding: 3px; }

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative; }

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute; }

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-thumbs img {
  width: 100%; }

/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 200;
  top: 0px; }

.tp-bannertimer.tp-bottom {
  bottom: 0px;
  height: 5px;
  top: auto; }

/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none; }
  .responsive .tparrows {
    display: none; } }

/*********************************************
	-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-simpleresponsive a {
  text-decoration: none; }

.tp-simpleresponsive ul,
.tp-simpleresponsive > ul li,
.tp-simpleresponsive ul li:before {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none; }

.tp-simpleresponsive > ul > li {
  list-style: none;
  position: absolute;
  visibility: hidden; }

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png) repeat; }

.tp-caption.slidelink a span {
  background: url(../assets/coloredbg.png) repeat; }

/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/
.tparrows .tp-arr-imgholder {
  display: none; }

.tparrows .tp-arr-titleholder {
  display: none; }

/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/
/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 {
  width: 100px;
  height: 100px;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: transparent; }

.tparrows.preview1:after {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "revicons";
  color: #fff;
  font-size: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  line-height: 100px;
  transition: background 0.3s, color 0.3s; }

.tp-rightarrow.preview1:after {
  content: '\e825'; }

.tp-leftarrow.preview1:after {
  content: '\e824'; }

.tparrows.preview1:hover:after {
  background: white;
  color: #aaa; }

.tparrows.preview1 .tp-arr-imgholder {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tparrows.preview1 .tp-arr-iwrapper {
  transition: all 0.3s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0; }

.tparrows.preview1:hover .tp-arr-iwrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-rightarrow.preview1 .tp-arr-imgholder {
  right: 100%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0; }

.tp-leftarrow.preview1 .tp-arr-imgholder {
  left: 100%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0; }

.tparrows.preview1:hover .tp-arr-imgholder {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px; } }

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px; } }

.tp-bullets.preview1 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.15) !important;
  /*-webkit-border-radius: 10px;
  border-radius: 10px;*/
  box-shadow: none;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid transparent !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0px !important;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview1 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected {
  box-shadow: none;
  background: #aaa !important;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid white !important; }

.tparrows.preview2 {
  min-width: 60px;
  min-height: 60px;
  background: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  overflow: hidden;
  transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tparrows.preview2:after {
  position: absolute;
  top: 50%;
  font-family: "revicons";
  color: #aaa;
  font-size: 25px;
  margin-top: -12px;
  transition: color 0.3s; }

.tp-rightarrow.preview2:after {
  content: '\e81e';
  right: 18px; }

.tp-leftarrow.preview2:after {
  content: '\e81f';
  left: 18px; }

.tparrows.preview2 .tp-arr-titleholder {
  background-size: cover;
  background-position: center center;
  display: block;
  visibility: hidden;
  position: relative;
  top: 0px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  padding: 0px 10px; }

.tp-rightarrow.preview2 .tp-arr-titleholder {
  right: 50px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.tp-leftarrow.preview2 .tp-arr-titleholder {
  left: 50px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.tparrows.preview2.hovered {
  width: 300px; }

.tparrows.preview2:hover {
  background: #fff; }

.tparrows.preview2:hover:after {
  color: #000; }

.tparrows.preview2:hover .tp-arr-titleholder {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  position: absolute; }

/* PREVIEW 2 BULLETS */
.tp-bullets.preview2 {
  height: 17px; }

.tp-bullets.preview2 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 10px;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview2 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

.tp-arr-titleholder.alwayshidden {
  display: none !important; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview2 {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 20px;
    margin-top: -12px; }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 11px; }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 11px; }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0px; }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 35px; }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 35px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px; }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px; }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px; }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0px; }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 25px; }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 25px; }
  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none; } }

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px; }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px; }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px; }
  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none; }
  .tparrows.preview2:hover {
    width: 30px !important;
    height: 30px !important; } }

/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 {
  width: 70px;
  height: 70px;
  background: #fff;
  background: white;
  -webkit-transform-style: flat; }

.tparrows.preview3:after {
  position: absolute;
  line-height: 70px;
  text-align: center;
  font-family: "revicons";
  color: #aaa;
  font-size: 30px;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
  width: 70px;
  height: 70px;
  transition: color 0.3s; }

.tparrows.preview3:hover:after {
  color: #000; }

.tp-rightarrow.preview3:after {
  content: '\e825'; }

.tp-leftarrow.preview3:after {
  content: '\e824'; }

.tparrows.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  z-index: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  display: table;
  min-height: 90px;
  top: -10px; }

.tp-leftarrow.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.tparrows.preview3 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  display: table-cell;
  min-width: 90px;
  height: 90px;
  position: relative;
  top: 0px; }

.tp-rightarrow.preview3 .tp-arr-iwrapper {
  right: 0px;
  padding-right: 70px; }

.tp-leftarrow.preview3 .tp-arr-iwrapper {
  left: 0px;
  direction: rtl;
  padding-left: 70px; }

.tparrows.preview3 .tp-arr-titleholder {
  display: table-cell;
  padding: 30px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  clear: right;
  vertical-align: middle; }

.tparrows.preview3:hover .tp-arr-iwrapper {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 {
  height: 17px; }

.tp-bullets.preview3 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 10px;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview3 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected {
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; }
  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px; }
  .tparrows.preview3 .tp-arr-imgholder {
    min-width: 70px;
    height: 70px; }
  .tp-rightarrow.preview3 .tp-arr-iwrapper {
    padding-right: 50px; }
  .tp-leftarrow.preview3 .tp-arr-iwrapper {
    padding-left: 50px; }
  .tparrows.preview3 .tp-arr-titleholder {
    padding: 10px;
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; }
  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px; } }

/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 {
  width: 30px;
  height: 110px;
  background: transparent;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000; }

.tparrows.preview4:after {
  position: absolute;
  line-height: 110px;
  text-align: center;
  font-family: "revicons";
  color: #fff;
  font-size: 20px;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 30px;
  height: 110px;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-rightarrow.preview4:after {
  content: '\e825'; }

.tp-leftarrow.preview4:after {
  content: '\e824'; }

.tparrows.preview4 .tp-arr-allwrapper {
  visibility: hidden;
  width: 180px;
  position: absolute;
  z-index: 1;
  min-height: 120px;
  top: 0px;
  left: -150px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform-style: flat; }

.tp-leftarrow.preview4 .tp-arr-allwrapper {
  left: 0px; }

.tparrows.preview4 .tp-arr-iwrapper {
  position: relative; }

.tparrows.preview4 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: relative;
  top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tparrows.preview4 .tp-arr-imgholder2 {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: absolute;
  top: 0px;
  left: 180px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
  left: -180px; }

.tparrows.preview4 .tp-arr-titleholder {
  display: block;
  font-size: 12px;
  line-height: 25px;
  padding: 0px 10px;
  text-align: left;
  color: #fff;
  position: relative;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  line-height: 2.75;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0; }

.tparrows.preview4:after {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%; }

.tp-leftarrow.preview4:after {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

@media only screen and (min-width: 768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  .tparrows.preview4:hover .tp-arr-titleholder {
    transition-delay: 0.4s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }

/* PREVIEW 4 BULLETS */
.tp-bullets.preview4 {
  height: 17px; }

.tp-bullets.preview4 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 10px;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview4 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

@media only screen and (max-width: 767px) {
  .tparrows.preview4 {
    width: 20px;
    height: 80px; }
  .tparrows.preview4:after {
    width: 20px;
    height: 80px;
    line-height: 80px;
    font-size: 14px; }
  .tparrows.preview1 .tp-arr-allwrapper,
  .tparrows.preview2 .tp-arr-allwrapper,
  .tparrows.preview3 .tp-arr-allwrapper,
  .tparrows.preview4 .tp-arr-allwrapper {
    display: none !important; } }

/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  display: none; }

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(../img/icons/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tp-loader.spinner5 {
  background: url(../img/icons/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; } }

.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center; }

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear; }

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%; }

.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 1; }

[class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

/* FlexSlider **************************************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
/*.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}*/
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  background: #fe9d68;
  display: block;
  width: 28px;
  height: 27px;
  border-radius: 1px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  transition: all .25s ease-out; }

.flex-direction-nav a:hover {
  background: #383c4b; }

.flex-direction-nav .flex-prev {
  left: -43px !important; }

.flex-direction-nav .flex-next {
  right: -43px !important; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font: normal normal normal 13px "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 27px;
  color: #fff;
  display: inline-block;
  content: '\f104'; }

.flex-direction-nav a.flex-next:before {
  content: '\f105';
  margin: 0 10px; }

#single-slider .flex-direction-nav a,
#sidebar-tweets .flex-direction-nav a,
.portfolio-slider .flex-direction-nav a,
.modal-slider .flex-direction-nav a {
  background: #383c4b; }

#single-slider .flex-direction-nav a:hover,
#sidebar-tweets .flex-direction-nav a:hover,
.portfolio-slider .flex-direction-nav a:hover,
.modal-slider .flex-direction-nav a:hover {
  background: #fe9d68; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -45px;
  text-align: center;
  z-index: 2; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #383c4b;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active, .dark .flex-control-paging li a.flex-active {
  background: #fe9d68;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/* Easy Dropdown **************************************************/
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after {
  transition: all 150ms ease-in-out; }

.dropdown .selected::after,
.dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none; }

/* WRAPPER */
.dropdown {
  position: relative;
  width: 170px;
  cursor: pointer;
  height: 38px;
  color: #000;
  border: 1px solid rgba(222, 222, 222, 0.8);
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dropdown.open {
  z-index: 2; }

.dropdown:hover,
.dropdown.focus {
  /*background: #00C384;*/ }

/* CARAT */
.dropdown .carat {
  position: absolute;
  right: 9px;
  top: 14px;
  width: 18px;
  height: 18px;
  margin-top: -5px;
  z-index: 1;
  background: #fe9d68;
  border-radius: 2px;
  -webkit-transform-origin: 50% 20%;
  transform-origin: 50% 20%; }

.dropdown .carat:after {
  font-family: 'FontAwesome';
  content: '\f107';
  position: absolute;
  left: 5px;
  top: 0;
  color: #fff;
  line-height: 1.5; }

.dropdown.open .carat:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* OLD SELECT (HIDDEN) */
.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px; }

.dropdown.touch select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

/* SELECTED FEEDBACK ITEM */
.dropdown .selected {
  color: #383c4b; }

.dropdown .selected,
.dropdown li {
  display: block;
  font-size: 13px;
  font-weight: bold;
  /*overflow: hidden;*/
  padding-left: 8px;
  white-space: nowrap;
  line-height: 37px; }

.dropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  border-radius: 0 5px 5px 0; }

/* DROP DOWN WRAPPER */
.dropdown div {
  position: absolute;
  height: 0;
  left: -1px;
  right: 0;
  top: 100%;
  margin-top: 1px;
  background: #f9f9f9;
  overflow: hidden;
  opacity: 0;
  color: #757576;
  border: 1px solid rgba(222, 222, 222, 0.8);
  border-top: 0 !important;
  min-width: 170px; }

/* Height is adjusted by JS on open */
.dropdown.open div {
  opacity: 1;
  z-index: 2; }

/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px; }

.dropdown.scrollable.bottom div::after {
  opacity: 0; }

/* DROP DOWN LIST */
.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  /*overflow: hidden;*/ }

.dropdown.scrollable.open ul {
  overflow-y: auto; }

/* DROP DOWN LIST ITEMS */
.dropdown li {
  list-style: none;
  border-bottom: 1px solid #dedede; }

.dropdown li:last-child {
  border-bottom: 0; }

/* .focus class is also added on hover */
.dropdown li.focus {
  position: relative;
  background: #fff;
  z-index: 3; }

.dropdown li.active {
  color: #383c4b; }

/* 01 - General & Basic Styles */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal 13px 'Open Sans', Arial, sans-serif;
  color: #353a48; }

.bboxed {
  background-image: url(assets/img/patterns/bg13.png);
  background-repeat: repeat; }

.boxed, .boxed-2 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25); }

.boxed-2 {
  margin-top: 40px;
  margin-bottom: 40px; }

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(assets/img/icons/loader.svg) no-repeat center center #fe9d68;
  background-size: 60px; }

.full-section {
  padding: 83px 0 100px 0; }

.full-section .section-description {
  text-align: center;
  color: #353a48;
  max-width: 770px;
  margin: auto; }

.full-section .section-content {
  margin-top: 54px; }

.fancy-shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative; }

.btn {
  font: bold 13px 'Open Sans', Arial, sans-serif;
  display: inline-block;
  height: 29px;
  line-height: 29px;
  color: #fff;
  padding: 0 15px;
  border-radius: 4px;
  margin-right: 17px;
  background-color: #383c4b; }

.btn.orange-btn {
  background-color: #fe9d68; }

.grad-btn, .course-search.alt .container, .post-type-icon {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.05);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  transition: all .25s ease-out; }

a.btn:hover {
  opacity: .7; }

/* 02 - Typography */
p {
  font: normal 13px/22px 'Open Sans', Arial, sans-serif; }

h4 {
  color: #444444; }

h2.slide-title, h3.section-title, h3.course-title,
h3.post-title, h4.cat-title, h4.accordion-header,
h5.feature-title, h6.head-title,
h4.title, h6.widget-title, .site-name {
  font-family: 'Lato', Arial, sans-serif;
  text-align: center;
  font-weight: 700; }

h2.slide-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  text-transform: uppercase; }

h3.section-title {
  font-size: 46px;
  line-height: 50px;
  color: #444444; }

h3.course-title, h3.blogpost-title, h3.single-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px; }

h3.post-title {
  font-size: 16px; }

h4.cat-title {
  font-size: 16px;
  line-height: 46px; }

h4.accordion-header {
  font-size: 14px;
  color: #5a5e6a; }

h4.footer-course-title {
  font-size: 14px;
  line-height: 14px; }

h5.feature-title {
  font-size: 18px;
  line-height: 46px;
  color: #fe9d68; }

h6.head-title {
  font-size: 20px;
  line-height: 24px;
  color: #444444; }

h6.widget-title {
  font-size: 16px;
  line-height: 30px;
  color: #fff; }

h2.about-title {
  font-size: 18px;
  color: #fa9964;
  font-weight: bold;
  margin-bottom: 22px; }

h5.sidebar-widget-title, h5.contact-title {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
  text-align: center;
  width: 100%; }

h1.h1-title, h2.h2-title, h3.h3-title, h4.h4-title, h5.h5-title, h6.h6-title {
  color: #444444;
  font-weight: bold;
  margin-bottom: 5px; }

h1.h1-title {
  font-size: 32px; }

h2.h2-title {
  font-size: 28px; }

h3.h3-title {
  font-size: 25px; }

h4.h4-title {
  font-size: 22px; }

h5.h5-title {
  font-size: 18px; }

h6.h6-title {
  font-size: 14px; }

.row-title {
  font-size: 20px;
  font-weight: bold;
  color: #fe9d68;
  margin-bottom: 10px; }

/*LAYOUT*/
/* 03 - Header & Navigation */
header {
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30; }

header .logo-container {
  padding-top: 18px; }

header .logo-container img {
  width: 180px; }

header .logo-container .site-name {
  font-size: 28px;
  color: #fff;
  font-style: italic;
  margin-left: 15px; }

header .logo-container .site-name span {
  color: #b23423; }

header .logo-container .slogan {
  font-size: 12px;
  margin-left: 3px;
  color: #a9abb0; }

header.alt {
  position: relative;
  background: #fafafa; }

header.alt .logo-container .site-name {
  color: #383c4b; }

header.static-header, .sidebar .sidebar-widget .post-item .read-more {
  border-bottom: 1px solid #dbdbdb;
  background-image: linear-gradient(90deg, #f7f7f7 0%, #fff 100%); }

header.static-header {
  position: static; }

/* Top Bar */
.top-bar {
  height: 40px;
  background: #f5f5f5;
  border-bottom: 1px solid #e6e6e7;
  overflow: hidden; }

.top-bar .top-social-icons ul li {
  float: left;
  margin-right: 7px;
  padding-top: 8px; }

.top-bar .top-social-icons ul li a {
  display: block;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  text-align: center;
  color: #a9abb0; }

.top-bar .top-social-icons ul li a:hover {
  background: #b23423;
  color: #fff;
  border: 0; }

.top-bar .top-contact li {
  line-height: 40px; }

.top-bar .top-contact li i {
  font-size: 15px;
  color: #b23423;
  margin-right: 10px; }

.top-bar .top-contact li.divider {
  margin: 0 12px 0 9px; }

.top-bar .top-contact li i.fa-phone {
  vertical-align: middle; }

.top-bar .top-contact li .text, .top-bar .top-contact li .text a {
  color: #a9abb0; }

.top-bar .top-contact li .text a:hover {
  color: #a00000;
  text-decoration: underline; }

/* Main Navigation */
header > .container {
  position: relative; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .container .main-navigation {
    margin-right: 40px; } }

header .main-navigation > ul > li {
  float: left;
  margin-right: 17px;
  position: relative; }

header .main-navigation > ul > li:last-child {
  margin: 0; }

header .main-navigation > ul > li:last-child a {
  padding-right: 0; }

header .main-navigation > ul > li > a {
  color: #b23423;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 100px;
  padding: 0 10px;
  display: block;
  position: relative; }
  @media screen and (max-width: 1024px) {
    header .main-navigation > ul > li > a {
      font-size: 14px; } }

header .main-navigation > ul > li > a:focus {
  outline: 0; }

header .main-navigation ul li.current_page_item a,
header .main-navigation ul li a:hover,
header.alt .main-navigation ul li.current_page_item a,
header.alt .main-navigation ul li a:hover,
header .main-navigation li.parent-item ul.submenu li:hover > a {
  color: #a00000;
  text-decoration: underline; }

/* 2nd menu option */
header.alt .main-navigation > ul > li:after,
header.alt .main-navigation > ul > li.courses-menu > a:after {
  content: '';
  background: #b23423;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 110px;
  height: 3px;
  width: 100%;
  opacity: 0;
  visibility: hidden; }

header.alt .main-navigation > ul > li:hover:after,
header.alt .main-navigation > ul > li.current_page_item:after,
header.alt .main-navigation > ul > li.courses-menu:hover a:after {
  top: 100%;
  opacity: 1;
  visibility: visible; }

header.alt .main-navigation > ul > li > a {
  color: #4b4f5c; }

/* submenu */
header .main-navigation li.parent-item ul.submenu,
header .main-navigation li.courses-menu ul,
header .main-navigation li.parent-item ul.submenu ul {
  position: absolute;
  left: 11px;
  top: 80px;
  z-index: 2;
  min-width: 200px;
  background: #fafafa;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  border-top: 3px solid #b23423;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

header.alt .main-navigation li.parent-item ul.submenu {
  left: 0;
  top: 100%; }

header .main-navigation li.parent-item ul.submenu ul {
  left: 100%;
  top: -3px;
  overflow: hidden;
  border-left: 1px solid #e6e6e7; }

header .main-navigation li.parent-item ul.submenu ul.left-submenu {
  left: auto;
  right: 100%;
  border-left: 0;
  border-right: 1px solid #e6e6e7; }

header .main-navigation li.parent-item ul.submenu li a {
  position: relative;
  display: block;
  color: #a9abb0;
  padding: 11px 20px;
  border-bottom: 1px solid #e6e6e7; }

header .main-navigation li.parent-item ul.submenu li.haschild,
header .mobile-navigation .mobile-container li.haschild {
  position: relative; }

header .main-navigation li.parent-item ul.submenu li.haschild > a:after,
header .mobile-navigation .mobile-container li.haschild > a:after {
  content: '\f107';
  font: normal normal normal 14px/1 "FontAwesome";
  float: right; }

header .main-navigation li.parent-item ul.submenu li:hover > a {
  background: #f4f4f4; }

header .main-navigation li.parent-item:hover ul.submenu,
header .main-navigation li.courses-menu:hover ul,
header .main-navigation li.parent-item ul.submenu li.haschild:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

/* Courses MENU */
header .main-navigation > ul > li.courses-menu:after {
  display: none; }

header .main-navigation li.courses-menu {
  position: static; }

header .main-navigation li.courses-menu ul {
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 100%;
  width: 100%;
  padding-bottom: 20px;
  border-radius: 0 0 5px 5px;
  border-top: none;
  box-shadow: none; }

#home header .main-navigation li.courses-menu ul,
#home-2 header .main-navigation li.courses-menu ul,
#home-3 header .main-navigation li.courses-menu ul,
#home-4 header .main-navigation li.courses-menu ul,
#home-5 header .main-navigation li.courses-menu ul,
#home-6 header .main-navigation li.courses-menu ul,
#home-7 header .main-navigation li.courses-menu ul {
  background: none;
  padding-bottom: 0;
  border-radius: 0; }

header .main-navigation li.courses-menu li .single-item {
  background: #f3f3f3;
  border-radius: 2px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px; }

header.alt .main-navigation li.courses-menu li .single-item {
  margin-top: 30px;
  margin-bottom: 0; }

header .main-navigation li.courses-menu li .single-item .item-icon {
  background: #b23423;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  float: left;
  margin-right: 9px; }

header .main-navigation li.courses-menu li .single-item a {
  display: block;
  color: #b23423;
  font-weight: bold;
  font-size: 14px;
  margin: -3px 0 7px 0; }

header .main-navigation li.courses-menu li .single-item a:hover {
  color: #383c4b; }

header .main-navigation li.courses-menu li .single-item .courses-num {
  color: #383c4b; }

/* Mobile Navigation */
.mobile-navigation,
.mobile-navigation .mobile-btn,
.mobile-navigation .mobile-container {
  display: none; }

.mobile-navigation {
  margin-top: 20px;
  cursor: pointer; }

.mobile-navigation .mobile-btn {
  position: relative;
  display: block;
  height: 28px;
  width: 35px;
  padding: 12px 2px 2px 2px;
  background: #b23423;
  border-radius: 3px; }

.mobile-navigation .mobile-btn span,
.mobile-navigation .mobile-btn span:before,
.mobile-navigation .mobile-btn span:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer;
  transition: all .3s ease-in-out; }

header.alt .mobile-navigation .mobile-btn span,
header.alt .mobile-navigation .mobile-btn span:before,
header.alt .mobile-navigation .mobile-btn span:after {
  background: #383c4b;
  border-radius: 2px; }

.mobile-navigation .mobile-btn span:before {
  top: -10px; }

.mobile-navigation .mobile-btn span:after {
  bottom: -10px; }

/* active */
.mobile-navigation .mobile-btn.show-menu span {
  background-color: transparent; }

.mobile-navigation .mobile-btn.show-menu span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mobile-navigation .mobile-btn.show-menu span:after {
  top: 10px;
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg); }

.mobile-navigation .mobile-container {
  background: #fff;
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
  z-index: 999; }

/* 1st level */
.mobile-navigation .mobile-container li.parent-item a {
  display: block;
  color: #a9abb0;
  padding: 10px 20px;
  border-bottom: 1px solid #e6e6e7; }

.mobile-navigation .mobile-container li.parent-item a:hover {
  background: #f4f4f4;
  color: #b23423; }

.mobile-navigation .mobile-container li.current_page_item > a {
  color: #b23423; }

.mobile-navigation .mobile-container li.parent-item a span {
  background: none;
  box-shadow: none; }

/* 2nd */
.mobile-navigation .mobile-container li.haschild > ul {
  display: none; }

.mobile-navigation .mobile-container li.haschild > ul.submenu > li.sub-item > a {
  padding-left: 40px; }

.mobile-navigation .mobile-container li.haschild > ul.submenu > li.sub-item > ul > li > a {
  padding-left: 60px; }

.mobile-navigation .mobile-container li.haschild > ul.submenu > li.sub-item > a:after {
  margin-right: 10px; }

/* courses */
.mobile-navigation .mobile-container li.courses-menu .course-menu-item {
  padding: 0;
  width: 50%;
  float: left;
  border-right: 1px solid #e6e6e7; }

.mobile-navigation .mobile-container li.courses-menu .course-menu-item .item-icon {
  visibility: hidden;
  float: left;
  width: 40px; }

.mobile-navigation .mobile-container li.courses-menu .course-menu-item .courses-num {
  display: none; }

/* 04 - Revolution Slider */
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 105px 0px 0px; }
  @media screen and (max-width: 768px) {
    .tp-banner-container {
      display: none; } }

.tp-banner, .fullscreen {
  width: 100%;
  position: relative; }

.tp-banner > ul li:after, .fullscreen > ul li:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 21;
  background: rgba(47, 51, 66, 0.9); }

.tp-banner > ul li .tp-caption, .fullscreen > ul li .tp-caption {
  z-index: 22 !important; }

.tp-banner > ul li .slide-title, .fullscreen > ul li .slide-title {
  color: #fff;
  position: relative;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); }

.tp-banner ul li .slide-title:after, .fullscreen ul li .slide-title:after {
  content: "";
  background: #fe9d68;
  display: block;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  position: absolute;
  left: 50%;
  bottom: -25px; }

.tp-banner ul li .slide-description, .fullscreen ul li .slide-description {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #a9abb0;
  margin-top: 37px;
  text-align: center;
  max-width: 950px; }

.slider-overlay:after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%; }

.onepage .slider-overlay:after {
  display: none; }

.mobile_nav-open .tp-banner-container,
.mobile_nav-open .tp-banner,
.modal-open .tp-banner-container,
.modal-open .tp-banner {
  z-index: -1; }

/* Course Search Bar */
.course-search {
  position: relative;
  background: #fff;
  height: 98px;
  line-height: 98px; }

.select-time, .select-category, .select-country {
  margin-right: 11px; }

.course-search:before {
  content: '\f002';
  font: normal normal normal 18px/1 "FontAwesome";
  display: block;
  background: #fff;
  width: 80px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: -36px;
  z-index: 20;
  line-height: 36px;
  margin-left: -40px;
  color: #a9abb0;
  text-align: center;
  border-radius: 2px 2px 0 0; }

.course-search #course-name {
  width: 490px;
  height: 38px;
  border-radius: 2px;
  font-style: italic;
  font-size: 13px;
  padding-left: 9px;
  margin-right: 10px;
  border: 1px solid rgba(222, 222, 222, 0.8); }

.course-search #search-btn, .comments-list li .author .reply a,
.comment-form .input .submit-input, .contact-form .input .submit-input {
  background-color: #383c4b;
  height: 38px;
  padding: 0 15px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: bold; }

.course-search #search-btn:hover, .comment-form .input .submit-input:hover,
.contact-form .input .submit-input:hover {
  background-color: #fe9d68; }

/* 05 - Sections */
.features-section {
  background: #f5f5f5;
  text-align: center; }

.features-section.white-bg {
  background: #fff; }

.features-section .icon img {
  width: 64px; }

.features-section .feature-title {
  margin: 10px 0 -2px; }

.features-section .feature-box:hover .icon img {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px); }

.features-section .feature-box.alt:hover .icon img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

/* 06 - Instructors */
.instructors-section {
  position: relative;
  background: #fff;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .instructors-section:hover {
    color: #b23423; }

.instructors-section .avatar img {
  border-radius: 3px 3px 0 0; }

.instructors-section .avatar .instructor-img {
  width: 70px;
  height: 70px; }

.instructors-section .instructor-info {
  background: #F5F5F5;
  border-radius: 0 0 3px 3px;
  padding: 27px 5px 30px; }

.instructors-section {
  /* Latest Courses Section */
  /* Details Overlay */
  /* Hover */
  /* Add Course */ }
  .instructors-section .instructor-info .name {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 11px;
    color: #444444; }
    .instructors-section .instructor-info .name:hover {
      color: #b23423; }
  .instructors-section .instructor-info .position {
    font-size: 12px;
    color: #5a5e6a;
    display: block;
    margin-bottom: 26px; }
  .instructors-section .instructors-section .instructor-info .social-icons li {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px; }
  .instructors-section .instructors-section .instructor-info .social-icons li a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #a9abb0;
    border-radius: 2px; }
  .instructors-section .instructors-section .instructor-info .social-icons li a:hover {
    background: #fe9d68;
    color: #fff; }
  .instructors-section .instructor.alt .details {
    border-top: 3px solid #fff;
    padding: 10px; }
  .instructors-section .instructor.alt .details .read-more {
    display: block;
    background: #fe9d68;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0 7px;
    margin-right: 10px;
    height: 29px;
    line-height: 29px; }
  .instructors-section .instructor.alt .details .read-more:hover {
    background: #383c4b;
    color: #fff; }
  .instructors-section .instructor.alt .details .rating {
    background: #c8c9cc;
    border-radius: 3px;
    padding: 0 10px;
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 15px;
    height: 29px;
    line-height: 29px; }
  .instructors-section .instructor.alt .details .rating span.star {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    display: inline-block; }
  .instructors-section .instructor.alt .details .rating span.star:hover {
    cursor: pointer; }
  .instructors-section .instructor.alt .details .rating span.star:before {
    content: "\f005";
    color: #383c4b;
    padding-right: 1px;
    transition: all .2s ease-out; }
  .instructors-section .instructor.alt .details .rating span.star:hover:before,
  .instructors-section .instructor.alt .details .rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #fff; }
  .instructors-section .instructor.alt .details .rating .result {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    float: right;
    line-height: inherit;
    margin-left: 12px; }
  .instructors-section .instructors-section.alt {
    padding-bottom: 70px; }
  .instructors-section .instructor.alt {
    background: #efefef;
    border-radius: 3px;
    overflow: hidden;
    padding-top: 9px;
    box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px; }
  .instructors-section .instructor.alt .avatar,
  .instructors-section .instructor.alt .avatar-inst {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: inset 0 2px 5px 0 rgba(47, 49, 51, 0.6);
    border: 3px solid #fff;
    margin: 0 5px 5px 5px; }
  .instructors-section .instructor.alt .avatar-inst {
    margin: 0 5px 5px 5px !important; }
  .instructors-section .instructor.alt .instructor-info {
    background: none;
    padding: 0;
    text-align: left;
    margin-top: -10px; }
  .instructors-section .instructor.alt .instructor-info .name {
    font-size: 15px;
    margin-top: 13px;
    margin-bottom: 5px;
    font-weight: bold; }
  .instructors-section .instructors-page {
    padding: 30px 0 70px;
    background: #f5f5f5;
    border: none; }
    .instructors-section .instructors-page h1 {
      text-align: left;
      margin-bottom: 30px; }
  .instructors-section .instructors-page .instructor {
    margin-bottom: 30px; }
  .instructors-section .instructors-page .instructor-info {
    background: #fff; }
  .instructors-section .latest-courses-section {
    background: #f5f5f5;
    text-align: center;
    font-size: 10em; }
  .instructors-section .latest-courses-section .latest-courses-content {
    margin-top: 50px; }
  .instructors-section .latest-courses-section .course {
    position: relative;
    background: #fff;
    padding-bottom: 23px;
    margin: 4px 0 3px;
    border-radius: 4px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.13), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.12); }
  .instructors-section .latest-courses-section .course .featured-badge {
    width: 86px;
    height: 86px;
    background: url(assets/img/icons/ribbon.png) no-repeat center center;
    padding-top: 10px;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2; }
  .instructors-section .latest-courses-section .course .featured-badge span {
    display: block;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: matrix(0.7, -0.7, 0.7, 0.7, 0, 0);
    transform: matrix(0.7, -0.7, 0.7, 0.7, 0, 0); }
  .instructors-section .latest-courses-section .course-image {
    position: relative;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    z-index: 1; }
  .instructors-section .latest-courses-section .course-image:after {
    content: '';
    background: rgba(0, 0, 0, 0.25);
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .instructors-section .latest-courses-section .course-info .course-title a {
    padding-top: 11px;
    display: block;
    color: #383c4b; }
  .instructors-section .latest-courses-section .course-info .course-title a:hover,
  .instructors-section .dark .latest-courses-section .course-info .course-title a:hover {
    color: #fe9d68; }
  .instructors-section .latest-courses-section .course-info .course-description {
    margin-bottom: 18px;
    color: #5a5e6a;
    padding: 0 10px; }
  .instructors-section .latest-courses-section .course-info .buttons .subscribe-btn {
    margin-right: 0; }
  .instructors-section .latest-courses-section .course-image .details-overlay {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    padding: 48px 20px 0;
    background: rgba(254, 157, 104, 0.9);
    border-radius: 4px 4px 0 0;
    transition: all .2s ease-in; }
  .instructors-section .latest-courses-section .course-image .details-overlay .place,
  .instructors-section .latest-courses-section .course-image .details-overlay .time {
    background-color: rgba(54, 58, 73, 0.8);
    position: relative;
    left: -250px;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    transition: all .25s ease-out .25s; }
  .instructors-section .latest-courses-section .course-image .details-overlay .time {
    margin-bottom: 0;
    transition: all .25s ease-out .35s; }
  .instructors-section .latest-courses-section .course-image .details-overlay span > i {
    font-size: 17px; }
  .instructors-section .latest-courses-section .course-image .details-overlay .place i {
    margin-right: 10px; }
  .instructors-section .latest-courses-section .course-image .details-overlay .time i {
    margin-right: 5px; }
  .instructors-section .latest-courses-section .course:hover .details-overlay {
    top: 0; }
  .instructors-section .latest-courses-section .course:hover .details-overlay span {
    left: 0; }
  .instructors-section .latest-courses-section.no-margin {
    padding-top: 32px; }
  .instructors-section .latest-courses-section.no-margin .latest-courses-content {
    margin: 0; }
  .instructors-section .latest-courses-content.listview .course {
    padding: 20px 20px 22px; }
  .instructors-section .latest-courses-content.listview .course .course-image {
    max-width: 270px;
    float: left;
    border-radius: 4px;
    margin-right: 20px; }
  .instructors-section .latest-courses-content.listview .course .course-info {
    text-align: left; }
  .instructors-section .latest-courses-content.listview .course .course-title {
    text-align: left; }
  .instructors-section .latest-courses-content.listview .course .course-title a {
    padding-top: 0;
    padding-bottom: 11px;
    line-height: 15px; }
  .instructors-section .latest-courses-content.listview .course .course-description {
    margin-bottom: 12px;
    text-align: justify; }
  .instructors-section .latest-courses-content.listview .course .details {
    background: #efefef;
    border-radius: 3px;
    height: 29px;
    line-height: 29px;
    padding: 0 10px;
    color: #909090; }
  .instructors-section .latest-courses-content.listview .course .course-info .btn.subscribe-btn {
    margin-right: 0; }
  .instructors-section .add-courses {
    background: #fff;
    margin-top: 97px;
    border-radius: 4px;
    padding: 20px;
    text-align: left;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.13), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.12); }
  .instructors-section .add-courses.box {
    margin-top: 30px; }
  .instructors-section .add-courses .add-courses-icon {
    width: 65px;
    margin-right: 20px;
    border-radius: 3px; }
  .instructors-section .add-courses .add-courses-title {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    color: #fe9d68;
    margin-bottom: 10px;
    line-height: 18px; }
  .instructors-section .add-courses .add-courses-title:hover {
    color: #383c4b; }
  .instructors-section .add-courses .add-courses-description {
    font-weight: 600;
    color: #5a5e6a; }

/* 07 - Categories */
.categories-section {
  background: #eee;
  padding-bottom: 70px;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.03); }

.categories-section .section-description {
  color: #353a48; }

.categories-section .cat-box {
  background: #fff;
  text-align: left;
  border-radius: 4px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.13), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.12); }

.categories-section .cat-box:hover .cat-image .cat-icon {
  background: #383c4b; }

.categories-section .cat-box .cat-image {
  position: relative; }

.categories-section .cat-box .cat-image:after {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0; }

.categories-section .cat-box .cat-image img {
  border-radius: 4px 4px 0 0; }

.categories-section .cat-box .cat-image .cat-icon {
  background: #fe9d68;
  display: block;
  position: absolute;
  left: 15px;
  bottom: -19px;
  z-index: 1;
  width: 38px;
  height: 38px;
  font-size: 18px;
  line-height: 38px;
  border-radius: 2px;
  text-align: center;
  color: #fff; }

.categories-section .cat-box .cat-title a {
  display: block;
  color: #fe9d68;
  text-align: left;
  padding: 24px 15px 0; }

.categories-section .cat-box .cat-title a:hover {
  color: #383c4b; }

.categories-section .cat-box .courses-counter {
  color: #5a5e6a;
  font-weight: 600;
  padding: 0 15px; }

.categories-section .cat-box .courses-counter .nums {
  color: #383c4b; }

/* Misc Section */
.misc-section {
  background: #f5f5f5;
  padding-top: 95px; }

.blog-posts {
  position: relative; }

h6.head-title {
  text-align: left;
  margin-bottom: 30px; }

.basic-slider {
  position: static; }

.basic-slider .flex-direction-nav a {
  top: 25px; }

.basic-slider .flex-direction-nav .flex-next {
  right: 0; }

.basic-slider .flex-direction-nav .flex-prev {
  left: auto;
  right: 42px; }

.blog-posts .post {
  background: transparent;
  padding-top: 0;
  padding-bottom: 30px; }

.blog-posts .post:last-child {
  padding-bottom: 0; }

.blog-posts .post .image-post {
  position: relative; }

.blog-posts .post .image-post img {
  border-radius: 3px; }

.blog-posts .post .image-post .post-date {
  background: #2B2B2B;
  height: 58px;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding: 4px; }

.blog-posts .post .image-post .post-date span {
  display: block; }

.blog-posts .post .image-post .post-date .day {
  font-size: 25px;
  font-weight: bold; }

.basic-slider-box .post-title {
  text-align: left;
  line-height: 12px; }

.basic-slider-box .post-title a {
  display: block;
  color: #fe9d68;
  padding-bottom: 19px;
  font-size: 1.7em;
  text-align: center !important;
  margin-top: 20px !important; }

.blog-posts .post .meta {
  color: #909090;
  font-size: 12px;
  margin-bottom: 12px; }

.blog-posts .post .meta .author {
  margin-right: 26px; }

.blog-posts .post .meta i {
  font-size: 15px;
  margin-right: 6px; }

.blog-posts .post .meta a {
  color: #fe9d68; }

.blog-posts .post-description, .questions .query-description {
  color: #5a5e6a;
  margin-bottom: 3px; }

.blog-posts .read-more {
  color: #383c4b; }

.blog-posts .read-more:hover {
  color: #fe9d68; }

/* 09 - Clients */
.our-clients {
  margin-top: 74px; }

#clients-slider .flex-direction-nav a {
  top: -28px; }

#clients-slider .flex-direction-nav .flex-next {
  right: 15px; }

#clients-slider .flex-direction-nav .flex-prev {
  left: auto;
  right: 57px; }

/* home 2 */
.course-search.alt {
  background: none;
  height: 58px;
  line-height: 58px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 20; }

.course-search.alt .container {
  background: #fe9d68;
  border-radius: 4px; }

.course-search.alt .dropdown, .course-search.alt #course-name {
  background: #fff;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border: none; }

.course-search.alt .dropdown div {
  left: 0; }

.course-search.alt:before {
  display: none; }

.course-search.alt #search-btn {
  font: normal normal normal 18px/1 "FontAwesome";
  width: 80px;
  margin-top: -2px;
  vertical-align: middle; }

.course-search.alt #search-btn:hover {
  background-color: #383c4b;
  color: #fe9d68; }

.features-section .feature-box.alt {
  background: url(assets/img/long-shadow-bg.png) no-repeat 55px top; }

.features-section .feature-box.alt .icon {
  height: 155px;
  padding-top: 42px; }

.questions {
  position: relative; }

.questions .flexslider {
  padding: 2px; }

.questions .flexslider li .query {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid #dedede;
  margin-bottom: 20px;
  padding: 19px; }

.questions .flexslider li .query:last-child {
  margin: 0; }

.questions .flexslider li .query .image {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }

.questions .flexslider li .query .query-content {
  margin-left: 105px; }

.questions .post-title a {
  padding-bottom: 15px; }

.questions .flexslider li .details {
  color: #909090;
  margin-top: 10px; }

.details .date, .details .place {
  margin-right: 27px; }

.details .icon i {
  font-size: 15px;
  margin-right: 6px; }

.details .text {
  font-size: 12px; }

/* 11 - Testimonial */
.testimonials-section {
  position: relative;
  text-align: center;
  padding: 95px 0 78px 0;
  background: url(assets/img/content/testimonials-bg.jpg) no-repeat center center;
  background-size: cover; }

.testimonials-section:after {
  content: '';
  background: rgba(56, 60, 75, 0.9);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.testimonials-section .testimonials-content {
  position: relative;
  z-index: 1; }

.testimonials-section .flexslider .flex-direction-nav {
  position: relative;
  top: -85px; }

.testimonials-section .flexslider .flex-direction-nav li {
  display: inline-block;
  margin: 0 60px; }

.testimonials-section .flexslider .flex-direction-nav a {
  position: static; }

.testimonials-section .testimonials-content .title {
  font-size: 25px;
  color: #fe9d68;
  font-weight: bold;
  margin-bottom: 43px; }

.testimonials-section .testimonials-content .description {
  font: normal 18px/28px 'Lato', sans-serif;
  color: #fff;
  font-style: italic;
  margin-bottom: 27px; }

.testimonials-section .testimonials-content .image img {
  width: auto;
  border: 4px solid #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  display: inline-block;
  max-width: 62px; }

.testimonials-section .testimonials-content .name {
  font-size: 14px;
  font-weight: bold;
  color: #f5f5f5;
  margin-bottom: 2px; }

.testimonials-section .testimonials-content .position {
  font-size: 12px;
  font-weight: bold;
  color: #d1cece; }

/* home 4 */
.course-search-section {
  position: relative;
  padding: 100px 0 90px 0;
  background: url(assets/img/content/course-search-bg.jpg) no-repeat center center;
  background-size: cover; }

.course-search-section:after {
  content: '';
  background: rgba(254, 157, 104, 0.95);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.course-search-section .content {
  position: relative;
  z-index: 2; }

.course-search-section .content .section-title {
  color: #fff;
  line-height: 17px;
  margin-bottom: 15px; }

.course-search-section .course-search {
  position: relative;
  bottom: 0;
  height: auto;
  margin-top: 35px; }

.course-search-section .course-search .container {
  background: none;
  box-shadow: none; }

.course-search-section .course-search #search-btn {
  font: bold 14px 'Open Sans'; }

/* home 6 */
.course-search-section.alt:after {
  background: rgba(47, 51, 66, 0.9); }

.course-search-section.alt .section-description {
  color: #a9abb0; }

.add-courses.top-margin {
  margin: 17px 0 -18px; }

.latest-courses-section.no-slider .course {
  margin: 0px 0 28px 0px; }

/* 13 - Inner page header */
.inner-head {
  background-image: url(assets/img/content/inner-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 70px 0; }

.inner-head:after {
  content: '';
  background: rgba(47, 51, 66, 0.9);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.inner-head .container {
  position: relative;
  z-index: 1; }

.inner-head h1.entry-title {
  font: normal 30px/20px 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 17px;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); }

.inner-head .description {
  color: #a9abb0;
  max-width: 770px;
  margin: auto; }

.inner-head .breadcrumb {
  margin-top: 20px; }

.inner-head .breadcrumb li {
  position: relative;
  margin-right: 10px;
  padding-right: 10px; }

.inner-head .breadcrumb li:after {
  content: '\f105';
  font: normal normal normal 13px/1 "FontAwesome";
  display: block;
  position: absolute;
  left: 100%;
  top: 4px;
  color: #cecfd2; }

.inner-head .breadcrumb li:last-child:after {
  display: none; }

.inner-head .breadcrumb li a {
  display: block;
  color: #f89966; }

.inner-head .breadcrumb li.current-page a,
.inner-head .breadcrumb li:hover a {
  color: #cecfd2; }

.tp-banner > ul li::after {
  background: transparent; }

.fullscreen > ul li::after {
  background: transparent; }

header {
  background: #FFFFFF;
  position: fixed;
  border-bottom: 1px solid #b23423; }

@media screen and (max-width: 768px) {
  header {
    position: relative; } }

/* 24 - Footer */
footer {
  padding-top: 70px;
  background: #2B2B2B; }
  footer p {
    color: #9e9e9e; }

footer h6.widget-title {
  text-align: left;
  padding-bottom: 11px;
  margin-bottom: 14px;
  border-bottom: 1px solid #3d404d; }

/* About Widget */
footer .about-widget .about-text {
  color: #d6d6d8;
  font-size: 12px;
  line-height: 21px;
  text-align: justify;
  margin-bottom: 20px; }

/* Links */
footer .footer-links ul li {
  margin-bottom: 12px; }

footer .footer-links ul li a, footer .twitter-widget .tweet a {
  background: url(assets/img/icons/footer-link-arrow.png) no-repeat left center;
  display: inline-block;
  color: #fe9d68;
  padding-left: 18px; }

footer .footer-links ul li a:hover, footer .twitter-widget .tweet a:hover {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  background-position: 2px center; }

/* Twitter Widget */
footer .twitter-widget {
  position: relative; }

footer .twitter-widget .tweet {
  color: #d6d6d8;
  line-height: 22px;
  margin-bottom: 21px; }

footer .twitter-widget .tweet:last-child {
  margin-bottom: 0; }

footer .twitter-widget .tweet .date {
  font-size: 11px;
  color: #6f7478; }

/* Tweets & Courses Slider */
footer .twitter-widget #tweets-slider, footer .courses-widget #footer-courses-slider {
  position: static; }

footer .twitter-widget #tweets-slider .flex-control-nav,
footer .courses-widget #footer-courses-slider .flex-control-nav {
  width: auto;
  top: 10px;
  right: 0;
  bottom: auto; }

footer .twitter-widget #tweets-slider .flex-control-nav li,
footer .courses-widget #footer-courses-slider .flex-control-nav li {
  margin: 0 0 0 10px; }

footer .twitter-widget #tweets-slider .flex-control-nav li a,
footer .courses-widget #footer-courses-slider .flex-control-nav li a {
  background-color: #f4f4f4; }

footer .twitter-widget #tweets-slider .flex-control-nav li a.flex-active,
footer .courses-widget #footer-courses-slider .flex-control-nav li a.flex-active {
  background-color: #fe9d68; }

/* Courses Widget */
footer .courses-widget {
  position: relative; }

footer .courses-widget .course-info {
  margin-left: 58px;
  margin-bottom: 30px; }

footer .courses-widget .course-info:last-child {
  margin-bottom: 0; }

footer .courses-widget .course-icon .icon {
  background-color: #fe9d68;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 2px; }

footer .courses-widget .course-icon .icon i {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 38px;
  font-size: 18px; }

footer .courses-widget .footer-course-title a {
  display: block;
  padding-bottom: 13px;
  color: #fe9d68;
  font-weight: bold; }

footer .courses-widget .footer-course-title a:hover {
  color: #fff;
  text-shadow: 0 1px 0 #000; }

footer .courses-widget .footer-course-description {
  color: #d6d6d8; }

footer .courses-widget .course-date {
  display: block;
  font-size: 11px;
  color: #afb1b2;
  margin-top: 5px; }

/* Bottom Footer **************************************************/
footer #bottom {
  margin-top: 70px;
  background: #262626;
  height: 68px;
  line-height: 68px; }

footer #bottom .copyright p {
  color: #9e9e9e;
  line-height: 68px; }

footer #bottom .copyright a {
  color: #fe9d68; }

footer #bottom .copyright a:hover {
  color: #fff;
  text-shadow: 0 1px 0 #000; }

/* Social Icons */
footer #bottom .footer-social-icons {
  padding-top: 20px; }

footer #bottom .footer-social-icons li {
  float: left;
  margin-left: 6px; }

footer #bottom .footer-social-icons li a {
  background: #b23423;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 2px; }

footer #bottom .footer-social-icons li a:hover {
  background: #59513A; }

footer #bottom .footer-social-icons li a i {
  color: #fff;
  font-size: 14px;
  margin-top: 8px; }

footer #bottom .footer-social-icons li a:hover i {
  color: #fff; }

.lang-box {
  height: 82px;
  width: 50px;
  position: fixed;
  right: 0px;
  top: 10px;
  z-index: 9999;
  padding: 10px 0 0 14px; }
  .lang-box p {
    background: #b23423 none repeat scroll 0 0;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.33;
    margin: 2px;
    text-align: right;
    padding-right: 2px; }
    .lang-box p a {
      color: #fff; }
  @media screen and (max-width: 768px) {
    .lang-box {
      top: 20px !important;
      padding: 0;
      right: 50px;
      width: 93px;
      height: auto;
      position: absolute; }
      .lang-box p {
        float: left;
        margin-right: 10px; } }

.events-index-box .basic-slider {
  padding-bottom: 10px; }
  .events-index-box .basic-slider h5 {
    text-align: center !important;
    padding: 15px 0 0;
    width: 100%;
    color: #444444; }
  .events-index-box .basic-slider .post-title {
    font-size: 1em !important;
    line-height: 20px !important; }
    .events-index-box .basic-slider .post-title a {
      color: #444444 !important; }
      .events-index-box .basic-slider .post-title a:hover {
        color: #b23423 !important; }
  .events-index-box .basic-slider .label-primary {
    margin: 10px 0 10px 0; }
    .events-index-box .basic-slider .label-primary:hover {
      cursor: pointer; }

#cookie-advice {
  background: #b23423;
  color: #F5F5F5;
  position: fixed;
  width: 500px;
  bottom: 10px;
  text-align: center;
  right: 10px;
  z-index: 99999999999999; }
  #cookie-advice .accept {
    font-weight: bold; }
    #cookie-advice .accept:hover {
      cursor: pointer; }

/*COMPONENTS*/
/* 08 - Accordion */
.accordion .accordion-header {
  background: #fff;
  position: relative;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 0 20px;
  margin-top: 16px;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  color: #5a5e6a;
  border-radius: 2px; }

.accordion .inactive-header:after, .accordion .active-header:after {
  content: '\f068';
  font: normal normal normal 10px/1 "FontAwesome";
  background: #5a5e6a;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  border-radius: 1px;
  text-align: center;
  color: #fff; }

.accordion .inactive-header:after {
  content: '\f067';
  background: #fe9d68; }

.accordion .active-header, .accordion .inactive-header:hover {
  color: #fe9d68; }

.accordion .accordion-content {
  display: none;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e4e4e4;
  width: 100%;
  border-top: 0;
  border-radius: 0 0 2px 2px; }

/* 10 - Skills bar */
.home-skills {
  padding-top: 2px; }

.home-skills .skillbar {
  position: relative;
  display: block;
  margin-bottom: 14px;
  width: 100%;
  background: #e9e9e9;
  height: 38px;
  border-radius: 2px;
  transition: all .25s linear; }

.home-skills .skillbar-title {
  background: #fe9d68;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  border-radius: 2px; }

.home-skills .skillbar-bar {
  height: 38px;
  width: 0px;
  background: #fe9d68;
  border-radius: 2px; }

/* home 3 */
.tp-banner-container.has-btns .slider-btns a {
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  box-shadow: none;
  color: #fff; }

.tp-banner-container.has-btns .slider-btns a.more {
  background-color: #21242e; }

.tp-banner-container.has-btns .slider-btns a:hover {
  opacity: 1;
  background: #fff;
  color: #383c4b; }

.tp-banner-container.has-btns .tp-bullets {
  top: auto !important;
  bottom: 30px; }

.tp-banner-container.has-btns .tp-bullets .bullet {
  margin-top: 0; }

.features-section.alt {
  padding-top: 100px; }

.features-content.alt {
  margin-top: 0; }

.latest-courses-content.alt #courses-slider {
  margin-bottom: 37px; }

/* 12 - Pagination */
.pagination {
  margin-top: 47px;
  overflow: hidden; }

.pagination ul {
  text-align: center; }

.pagination ul li {
  margin: 0 1px; }

.pagination li.arrow {
  margin: 0 6px; }

.pagination li a {
  display: block;
  background: #e6e6e6;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #5a5e6a;
  border-radius: 1px; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #59513A !important;
  border-color: #59513A !important; }

/* home 8 */
.onepage .tparrows {
  display: none; }

.scroll-down {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  text-align: center;
  z-index: 20; }

.scroll-down a {
  display: block; }

.scroll-down a span {
  display: block;
  font-family: 'Lato', Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 0; }

.scroll-down a:hover {
  color: #fe9d68; }

.scroll-down a i {
  color: #fc9c67;
  font-size: 17px; }

/* 22 - Pricing tables */
.pricing-tables {
  background: #f5f5f5;
  padding: 100px 0; }

.pricing-tables .table-row {
  margin-bottom: 70px; }

.pricing-tables .table-row .table {
  background: #fff;
  padding-bottom: 20px;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.13), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.12); }

.pricing-tables .table-row .table .table-header {
  background: #fe9d68;
  box-shadow: none; }

.pricing-tables .table-1 .table .table-header {
  padding: 15px 0; }

.pricing-tables .table-row .table .table-header .icon {
  background: #2f3342;
  width: 94px;
  height: 94px;
  line-height: 100px;
  margin: auto;
  border-radius: 50%;
  border: 4px solid #fa7c49; }

.pricing-tables .table-row .table .table-header .icon i {
  color: #fff;
  font-size: 38px; }

.pricing-tables .table-row .table .table-header .text {
  font-size: 20px;
  font-weight: bold;
  color: #fff; }

.pricing-tables .table-1 .table .table-header .text {
  margin-top: 15px; }

.pricing-tables .table-row .table .table-body .features li {
  font-size: 16px;
  color: #5a5e6a;
  padding: 13px 5px;
  border-bottom: 1px solid #ededed;
  cursor: default; }

.pricing-tables .table-row .table .table-footer {
  padding: 20px 20px 0; }

.pricing-tables .table-row .table .table-footer .order-btn a {
  display: block;
  background: #fa9964;
  padding: 12px 10px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border-radius: 2px;
  text-align: left;
  box-shadow: none; }

.pricing-tables .table-row .table .table-footer .order-btn .currency {
  font-size: 14px; }

.pricing-tables .table-row .table .table-footer .order-btn .icon {
  background: #383c4b;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  border-radius: 1px;
  text-align: center; }

/* table 1 */
.pricing-tables .table-1 .table:hover .table-header .icon {
  border-color: #2f3342; }

.pricing-tables .table-1 .table .table-footer .order-btn a:hover {
  background: #383c4b; }

.pricing-tables .table-1 .table .table-footer .order-btn a:hover .icon {
  background: #fff;
  color: #383c4b; }

.pricing-tables .table-1 .table .table-body .features li:hover,
.pricing-tables .table-2 .table .table-body .features li:hover {
  background: #f9f9f9; }

/* table 2 */
.pricing-tables .table-2 .table .table-header {
  padding: 50px 0; }

.pricing-tables .table-2 .table .table-header .text {
  font-size: 25px; }

.pricing-tables .table-2 .table .table-header .price {
  margin-top: 17px;
  color: #2a2e3d;
  font-size: 14px; }

.pricing-tables .table-2 .table .table-footer .order-btn a {
  background: #000020;
  text-align: center; }

.pricing-tables .table-2 .table .table-footer .order-btn a:hover {
  background: #fa9964; }

/* table 3 */
.pricing-tables .table-3 {
  margin-bottom: 0; }

.pricing-tables .table-3 .table {
  background: #383c4b;
  text-align: left;
  padding: 0 20px; }

.pricing-tables .table-3 .table .table-header {
  background: none;
  padding: 50px 0;
  border-bottom: 1px solid #2c2e39; }

.pricing-tables .table-3 .table .table-header .text {
  font-size: 28px; }

.pricing-tables .table-3 .table .table-header .price {
  margin-top: 17px;
  color: #fe9d68;
  font-style: italic;
  font-size: 16px; }

.pricing-tables .table-3 .table .table-body {
  padding: 12px 0; }

.pricing-tables .table-3 .table .table-body .features li {
  border: none;
  color: #b5b7bb; }

.pricing-tables .table-3 .table .table-footer {
  padding: 20px 0 20px 0;
  border-top: 1px solid #2c2e39; }

.pricing-tables .table-3 .table .table-footer .order-btn a {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  padding: 14px 0;
  width: 105px; }

.pricing-tables .table-3 .table .table-footer .order-btn a.details {
  background: #000020; }

.pricing-tables .table-3 .table .table-footer .order-btn a:hover {
  background: #fff;
  color: #383c4b; }

/* 25 - Animation & Transition */
header .main-navigation li.parent-item ul.submenu li.haschild > a:after,
header .mobile-navigation .mobile-container li.haschild > a:after,
.course-search:before, .accordion .inactive-header:after, .accordion .active-header:after,
.course-search.alt #search-btn, .instructor.alt .details .rating span.star,
.inner-head .breadcrumb li:after, .sidebar .search .submit-btn, blockquote.blockquote-2:before,
blockquote.blockquote-2:after, [class^="list-"] li:before, [class*="list-"] li:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ln-tr {
  transition: all .2s linear; }

header .main-navigation ul li:after,
header.alt .main-navigation > ul > li.courses-menu > a:after {
  transition: all .2s ease; }

.es-tr {
  transition: all .4s ease; }

.categories-section .cat-box, footer #bottom .footer-social-icons li a i,
.instructors-section .instructor-info .social-icons li a i,
.top-bar .top-social-icons ul li a i, .post .entry .icons ul li a i {
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease; }

.categories-section .cat-box:hover .cat-image .cat-icon i,
footer #bottom .footer-social-icons li a:hover i,
.instructors-section .instructor-info .social-icons li a:hover i,
.top-bar .top-social-icons ul li a:hover i, .post .entry .icons ul li a:hover i,
.follow-icons ul li a:hover i, .share-icons ul li a:hover i,
.social-media-icons ul li a:hover i, .portfolio-overlay .course .details-overlay span a:hover i,
header .main-navigation li.courses-menu li .single-item:hover .item-icon i {
  -webkit-animation: TextSprite .25s forwards;
  animation: TextSprite .25s forwards; }

@-webkit-keyframes TextSprite {
  49% {
    -webkit-transform: translateY(-100%); }
  50% {
    -webkit-transform: translateY(100%);
    opacity: 0; }
  51% {
    opacity: 1; } }

@keyframes TextSprite {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0; }
  51% {
    opacity: 1; } }

/* Slider Animation */
#home-slider .flex-active-slide .slide-title {
  -webkit-animation: LeftSlideIn 1.3s forwards;
  animation: LeftSlideIn 1.3s forwards; }

#home-slider .flex-active-slide .slide-description {
  -webkit-animation: RightSlideIn 2s forwards;
  animation: RightSlideIn 2s forwards; }

@-webkit-keyframes LeftSlideIn {
  0% {
    left: 50%;
    -webkit-transform: skewX(-75deg);
    transform: skewX(-75deg); }
  75% {
    left: 0;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg); }
  100% {
    left: 0;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@keyframes LeftSlideIn {
  0% {
    left: 50%;
    -webkit-transform: skewX(-75deg);
    transform: skewX(-75deg); }
  75% {
    left: 0;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg); }
  100% {
    left: 0;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@-webkit-keyframes RightSlideIn {
  0% {
    right: 50%;
    opacity: 0; }
  75% {
    right: -20px;
    opacity: 1; }
  100% {
    right: 0;
    opacity: 1; } }

@keyframes RightSlideIn {
  0% {
    right: 50%;
    opacity: 0; }
  75% {
    right: -20px;
    opacity: 1; }
  100% {
    right: 0;
    opacity: 1; } }

/* Inspired by Animate.css */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* Scroll Down */
.scroll-down a i {
  -webkit-animation: BounceDown 1.2s infinite;
  animation: BounceDown 1.2s infinite; }

@-webkit-keyframes BounceDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(7px);
    transform: translateY(7px); } }

@keyframes BounceDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(7px);
    transform: translateY(7px); } }

.animate.ng-enter,
.animate.ng-leave {
  transition: 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap; }

.animate.ng-leave.animate.ng-leave-active,
.animate.ng-enter {
  opacity: 0;
  width: 0px;
  height: 0px; }

.animate.ng-enter.ng-enter-active,
.animate.ng-leave {
  opacity: 1;
  width: 150px;
  height: 30px; }

form#search .form-group {
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    form#search .form-group .search-input {
      width: 83%;
      float: left; } }
  form#search .form-group .ui-select-container {
    width: 100%; }

form#search .right-aligned {
  text-align: right !important; }

form#search .submit-btn {
  margin-bottom: 10px;
  background: #b23423 !important; }
  form#search .submit-btn:hover {
    background: #59513A; }

.error {
  color: #a94442 !important;
  font-weight: bold; }

select {
  width: 100% !important;
  height: 40px; }

.course-video {
  margin-bottom: 40px; }

.label-primary {
  background: #b23423; }
  .label-primary:hover {
    background: #262626; }

.btn.orange-btn,
.subscribe-btn {
  background: #2B2B2B; }
  .btn.orange-btn:hover,
  .subscribe-btn:hover {
    background: #b23423;
    opacity: 1;
    color: #fff; }

a.btn:hover {
  color: #fff; }

.btn-primary {
  background: #b23423 !important;
  margin: 0;
  padding: 0 10px !important;
  border-color: #b23423 !important; }
  .btn-primary:hover {
    background: #59513A !important;
    border-color: #59513A !important; }

.latest-courses-content.listview .course .course-info .btn.subscribe-btn,
.related-courses .course .course-info .btn.subscribe-btn {
  margin-right: 0;
  background: #2B2B2B; }
  .latest-courses-content.listview .course .course-info .btn.subscribe-btn:hover,
  .related-courses .course .course-info .btn.subscribe-btn:hover {
    background: #b23423 !important;
    opacity: 1;
    color: #fff; }

.btn-send {
  margin-top: 20px; }

.nav-tabs a {
  font-weight: bold;
  color: #b23423; }

.nav-tabs > li.active > a {
  color: #b23423 !important; }

.nav-tabs > li > a {
  color: #444444 !important; }

/*PAGES*/
/* 20 - Contact */
.contact {
  background: #f5f5f5;
  padding-bottom: 100px; }

/* map */
.contact .big-map .fixed-map {
  height: 350px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  margin: 100px 0 30px; }

.contact .big-map .full-map {
  width: 100%;
  height: 448px;
  margin-bottom: 30px;
  position: relative; }

.contact .big-map .fixed-map:after, .contact .big-map .full-map:after {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0; }

.contact .sidebar .search {
  margin-bottom: 30px; }

.contact.contact-3 {
  padding: 100px 0; }

.contact.contact-3 .fixed-map {
  margin-top: 0; }

.gm-style-iw * {
  display: block;
  width: 100%; }

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0; }

.gm-style-iw a {
  color: #4272db; }

/* form */
.contact .sidebar, .contact .sidebar .contact-info {
  margin-top: 0; }

.contact .contact-left .contact-text {
  color: #5a5e6a;
  margin-bottom: 20px; }

.follow-icons ul li:first-child {
  margin-left: 0; }

.contact .contact-right .info-text {
  color: #5a5e6a; }

.contact .contact-right .call {
  color: #fe9d68;
  margin-top: 22px; }

/* Typography page */
.typography, .shortcodes {
  background: #f5f5f5; }

.space {
  height: 30px;
  clear: both; }

.headlines .item p, .column-item .row-content {
  color: #5a5e6a; }

blockquote {
  display: block;
  position: relative;
  padding: 23px 30px 25px 30px;
  margin: 6px 0; }

blockquote .story {
  font-size: 20px;
  font-style: italic;
  color: #fe9d68;
  margin-bottom: 15px; }

blockquote .name {
  font-size: 13px;
  color: #5a5e6a; }

blockquote.blockquote-1 {
  border-left: 6px solid #fe9d68; }

blockquote.blockquote-2:before, blockquote.blockquote-2:after {
  content: '\f10d';
  display: block;
  font: normal normal normal 16px/1 "FontAwesome";
  color: #a9abb0;
  position: absolute; }

blockquote.blockquote-2:before {
  left: 0;
  top: 0; }

blockquote.blockquote-2:after {
  content: '\f10e';
  right: 0;
  bottom: 0; }

blockquote.blockquote-3 {
  background: #f8f7f7;
  border: 1px solid #e9e8e8;
  border-radius: 5px; }

blockquote.blockquote-4 {
  background: #fe9d68;
  border-radius: 5px; }

blockquote.blockquote-4 .story {
  color: #fff; }

/* lists */
.list ul li, .list ol li {
  color: #5a5e6a;
  line-height: 30px; }

.ul-list ul li, .ol-list ol li {
  list-style: inside; }

.ol-list ol li {
  list-style-type: decimal; }

[class^="list-"] li:before,
[class*="list-"] li:before {
  color: #fe9d68;
  margin-right: 10px;
  font: normal normal normal 15px/1 "FontAwesome"; }

.list-play-circle ul li:before {
  content: '\f01d'; }

.list-arrow-circle ul li:before {
  content: '\f0a9'; }

.list-checked-circle ul li:before {
  content: '\f05d'; }

.list-bold-caret ul li:before {
  content: '\f0da'; }

.list-normal-caret ul li:before {
  content: '\f105'; }

.list-star ul li:before {
  content: '\f006'; }

/* 21 - Social icons */
.social-media-icons ul li a {
  background: #ff8e2e;
  display: block;
  margin: 0 10px 10px 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15); }

.social-media-icons ul li a:hover {
  background: #383c4b; }

.colored ul li .fb {
  background: #5d82d1; }

.colored ul li .pn {
  background: #e13138; }

.colored ul li .tw {
  background: #40bff5; }

.colored ul li .gp {
  background: #eb5e4c; }

.colored ul li .rss {
  background: #faa33d; }

.colored ul li .vm {
  background: #35c6ea; }

.colored ul li .dr {
  background: #f7659c; }

.colored ul li .tm {
  background: #426d9b; }

.colored ul li .be {
  background: #1879fd; }

.colored ul li .st {
  background: #ff5c30; }

.colored ul li .dp {
  background: #17a3eb; }

.colored ul li .sc {
  background: #ff7e30; }

.colored ul li .fm {
  background: #f34320; }

.colored ul li .fk {
  background: #ff48a3; }

.colored ul li .dv {
  background: #6a8a7b; }

.colored ul li .in {
  background: #238cc8; }

.colored ul li .dgg {
  background: #75788d; }

.colored ul li .xg {
  background: #1a8e8c; }

.colored ul li .git {
  background: #3f91cb; }

.colored ul li .ig {
  background: #548bb6; }

.colored ul li .ya {
  background: #ab47ac; }

.colored ul li .yt {
  background: #ef4e41; }

.colored ul li .sp {
  background: #13c1f3; }

.colored ul li .at {
  background: #25a774; }

.colored ul li .wp {
  background: #2592c3; }

.colored ul li .pl {
  background: #ff7850; }

.colored ul li .dl {
  background: #377bda; }

.colored ul li .dl {
  background: #ff9233; }

.colored ul li .dd {
  background: #377bda; }

.colored ul li .ap {
  background: #b3b5b8; }

.colored ul li .vk {
  background: #4778ac; }

/* 14 - Blog */
.post {
  padding-top: 100px;
  background: #f5f5f5; }

.post_with_more_height {
  padding-top: 150px !important; }

.post #single-slider {
  margin-bottom: 30px; }

.post #single-slider .image {
  position: relative;
  border-radius: 4px;
  overflow: hidden; }

.post #single-slider .image:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.25); }

.post #single-slider .flex-direction-nav a {
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px; }

.post #single-slider .flex-direction-nav .flex-prev {
  right: 62px; }

.post .entry, .post .course-details, .contact .contact-left,
.login-page .login-form, .login-page .login-options {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.13), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.12); }

.post .course-details {
  margin-bottom: 30px; }

.post .entry-icon, .sidebar .sidebar-widget .widget-icon,
.comment-form .addcomment-title .icon, .contact .contact-left .contact-form-icon,
.login-page .login-form .login-title .icon {
  background: #383c4b;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 1px;
  color: #fff;
  font-size: 18px;
  margin-right: 6px;
  margin-bottom: 24px; }

.post .entry h4 {
  font: bold 18px 'Lato', Arial, sans-serif; }

.post .entry .content p {
  color: #5a5e6a;
  margin-bottom: 12px; }

.post .entry .share-post, .follow-icons, .share-icons {
  background: #F5F5F5;
  border-radius: 4px;
  padding: 12px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03); }

.post .entry .share-post .text, .share-icons .text {
  font-size: 16px;
  color: #fe9d68;
  font-weight: bold;
  margin-top: 2px; }

.post .entry .icons ul li, .share-icons ul li,
.follow-icons ul li {
  float: left;
  margin-left: 6px; }

.post .entry .icons ul li a, .share-icons ul li a,
.follow-icons ul li a {
  background: #5d82d1;
  display: block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 2px; }

.post .entry .icons ul li a.tw-icon, .share-icons ul li a.tw-icon,
.follow-icons ul li a.tw-icon {
  background: #40bff5; }

.post .entry .icons ul li a.gp-icon, .share-icons ul li a.gp-icon,
.follow-icons ul li a.gp-icon {
  background: #eb5e4c; }

.post .entry .icons ul li a.in-icon, .share-icons ul li a.in-icon,
.follow-icons ul li a.in-icon {
  background: #238cc8; }

.post .entry .icons ul li a:hover, .share-icons ul li a:hover,
.follow-icons ul li a:hover {
  background: #383c4b; }

.post .entry .icons ul li a i, .share-icons ul li a i,
.follow-icons ul li a i {
  color: #fff;
  font-size: 14px;
  margin-top: 7px; }

/* Listview */
.blog {
  padding: 70px 0 100px;
  background: #f5f5f5; }

.blog .blogpost {
  padding: 20px 20px 22px;
  background: #fff;
  padding-bottom: 23px;
  border-radius: 4px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.13), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.12);
  margin-top: 30px; }

.blog .blogpost .blogpost-image {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }

.blog .blogpost .blogpost-image img {
  transition: all .2s linear;
  width: 270px;
  height: 178px !important; }

.blog .blogpost:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.blog .blogpost .blogpost-image:after {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0; }

.blog .blogpost h3.blogpost-title {
  max-width: 35%;
  line-height: 15px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .blog .blogpost h3.blogpost-title {
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .blog .blogpost h3.blogpost-title {
      max-width: 100% !important; } }

.blog .blogpost h3.blogpost-title a, .post.single .single-title a {
  display: inline-block;
  padding-bottom: 11px;
  color: #444444; }

.blog .blogpost h3.blogpost-title a:hover, .post.single .single-title a:hover,
.post.single .meta div a:hover {
  color: #b23423; }

.blog .blogpost h3.blogpost-title .post-type-icon, .post.single .single-title .post-type-icon {
  background: #fe9d68;
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  border-radius: 4px;
  box-shadow: none;
  margin-right: 4px; }

.blog .blogpost h3.blogpost-title .post-type-icon i, .post.single .single-title .post-type-icon i {
  color: #fff; }

.blog .blogpost .meta div, .post.single .meta div {
  background: #F5F5F5;
  padding: 7px 10px;
  border-radius: 4px;
  min-width: 115px;
  font-size: 12px;
  color: #909090;
  margin-right: 16px;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.03); }

.blog .blogpost .meta .comments, .post.single .meta .comments {
  margin-right: 0; }

.blog .blogpost .meta div .icon i, .post.single .meta div .icon i {
  font-size: 15px;
  margin-right: 6px; }

.blog .blogpost .meta div a, .post.single .meta div a {
  color: #fe9d68; }

.blog .blogpost .meta div a:hover {
  color: #383c4b; }

.blog .blogpost .blogpost-info .blogpost-description {
  clear: right;
  margin: 20px 0 28px; }

.blog .blogpost .blogpost-info .btn.orange-btn {
  margin-right: 0; }

/* 2 Columns */
.blog.listview .blogpost .blogpost-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .blog.listview .blogpost .blogpost-image {
      width: 100%;
      margin-bottom: 10px; }
      .blog.listview .blogpost .blogpost-image img {
        width: 100%;
        height: auto !important; } }

.blog.listview .blogpost .blogpost-info .blogpost-description {
  margin: 53px 0 8px; }

/* 3 Columns */
.blog.three-col .blogpost .meta {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 20px; }

.blog.three-col .blogpost .meta div {
  margin: 0;
  margin-top: 20px;
  display: block;
  min-width: 125px;
  max-width: 150px;
  background: rgba(38, 41, 52, 0.85); }

.blog .blogpost .blogpost-image .meta div a:hover {
  color: #fff; }

.blog.three-col .blogpost .blogpost-info .blogpost-description {
  margin-bottom: 23px; }

/* 15 - Sidebar */
.post .entry-sidebar .course-details h4 {
  font-size: 18px;
  font-weight: bold; }

.post .entry-sidebar .course-details div {
  background: #efefef;
  height: 29px;
  line-height: 29px;
  padding: 0 10px;
  color: #909090;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.03); }

.post .entry-sidebar .course-details div .icon {
  margin-right: 12px; }

.post .entry-sidebar .course-details .join-btn {
  font-size: 17px;
  height: 54px;
  line-height: 54px;
  margin: 0;
  display: block;
  text-align: center; }

.post .entry-sidebar .course-details .join-btn:hover {
  background-color: #383c4b;
  opacity: 1; }

.post .entry-sidebar .instructor {
  margin-bottom: 0; }

.sidebar .search {
  margin-bottom: 30px; }

.sidebar .search .search-input {
  background-color: #e1e1e1;
  width: 270px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  font-style: italic;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.03); }

.sidebar .search .submit-btn {
  font: normal normal normal 16px/1 "FontAwesome";
  width: 70px;
  height: 40px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #fa9964; }

.sidebar .search .submit-btn:hover {
  background: #383c4b; }

.sidebar .sidebar-widget {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.13), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
  overflow: hidden; }

.sidebar .sidebar-widget.cats ul li a {
  background: url(assets/img/icons/sidebar-link-arrow.png) no-repeat left center;
  display: block;
  padding: 6px 0 6px 18px;
  color: #5a5e6a; }

.sidebar .sidebar-widget.cats ul li a:hover {
  background-position: 2px center;
  color: #000; }

.sidebar .sidebar-widget.last-posts .widget-icon {
  margin-bottom: 0; }

.sidebar .sidebar-widget.last-posts ul li {
  padding: 17px 0;
  border-bottom: 1px solid #d7d8db; }

.sidebar .sidebar-widget.last-posts ul li:last-child {
  border: 0;
  padding-bottom: 0; }

.sidebar .sidebar-widget.last-posts ul li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  color: #fe9d68; }

.sidebar .sidebar-widget.last-posts ul li a:hover {
  color: #383c4b; }

.sidebar .sidebar-widget.tabs-widget {
  padding: 0; }

.sidebar .sidebar-widget ul.tabs li {
  background: #fa9964;
  float: left;
  width: 33.33333333%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  cursor: pointer;
  border-right: 1px solid #fff;
  transition: all .15s ease-out; }

.sidebar .sidebar-widget ul.tabs li:hover {
  background: #ffb085; }

.sidebar .sidebar-widget ul.tabs li.active {
  background: #fff;
  color: #fa9964; }

.sidebar .sidebar-widget ul.tabs li:last-child {
  border: 0; }

.sidebar .sidebar-widget .tab-content {
  display: none;
  padding: 20px;
  clear: both; }

.sidebar .sidebar-widget .tab-content.active {
  display: inherit; }

.sidebar .sidebar-widget .tab-posts .post-item {
  padding: 9px;
  background: #fce9de;
  border-radius: 2px;
  margin-top: 20px; }

.sidebar .sidebar-widget .tab-posts .post-item:first-child {
  margin-top: 0; }

.sidebar .sidebar-widget .tab-posts .post-item .post-image {
  margin-right: 10px;
  position: relative;
  border-radius: 2px;
  position: relative;
  overflow: hidden; }

.sidebar .sidebar-widget .tab-posts .post-item .post-image:after {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0; }

.sidebar .sidebar-widget .tab-posts .post-item .post-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fe9d68;
  margin: -5px 0 10px; }

.sidebar .sidebar-widget .tab-posts .post-item .post-title:hover {
  color: #383c4b; }

.sidebar .sidebar-widget .tab-posts .post-item .description {
  font-size: 12px;
  line-height: 20px;
  color: #383c4b;
  margin-bottom: 6px; }

.sidebar .sidebar-widget .tab-posts .post-item .date {
  font-size: 11px;
  color: #5a5e6a; }

.sidebar .sidebar-widget .tab-posts .post-item .read-more {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  background: #383c4b;
  border-radius: 1px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
  border-bottom: 0;
  color: #fff;
  text-align: center; }

.sidebar .sidebar-widget .tab-posts .post-item .read-more:hover {
  background: #fa9964; }

.sidebar .sidebar-twitter-widget {
  background: #40bff5 url(assets/img/icons/twitter-sidebar-icon.png) no-repeat right bottom; }

.sidebar .sidebar-twitter-widget h5.sidebar-widget-title {
  color: #fff;
  font-size: 17px;
  margin-bottom: 30px;
  text-align: center; }

.sidebar .sidebar-twitter-widget .status {
  color: #f5f5f5; }

.sidebar .sidebar-twitter-widget .date {
  color: #202028;
  margin: 20px 0 65px 0; }

.sidebar .sidebar-twitter-widget .flex-direction-nav a {
  right: auto;
  top: auto;
  left: 42px;
  bottom: 0;
  margin: 0; }

.sidebar .sidebar-twitter-widget .flex-direction-nav .flex-prev {
  left: 0; }

/* 17 - Single post */
.post.single {
  padding-bottom: 100px; }

.post.single .sidebar {
  margin-top: 0; }

.post .featured-image {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1; }

.post .featured-image:after {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0; }

.post .entry .content {
  clear: both;
  margin-top: 10px; }

.comments-list {
  background: #fa9964;
  padding: 20px 20px 30px;
  margin: 30px 0;
  border-radius: 4px; }

.comments-list .comment-body {
  margin-bottom: 45px; }

.comments-list > li:last-child .comment-body {
  margin-bottom: 0; }

.comments-list li .avatar {
  overflow: hidden;
  border: 3px solid #f87a46;
  border-radius: 50%;
  margin-right: 20px; }

.comments-list li .content {
  overflow: hidden; }

.comments-list li .author .name {
  display: block;
  color: #f6f6f6;
  font-size: 15px;
  font-weight: bold; }

.comments-list li .author .date {
  display: block;
  font-size: 12px;
  color: #383c4b;
  margin: 5px 0 12px; }

.comments-list li .author .reply a {
  display: block;
  line-height: 38px; }

.comments-list li .author .reply a:hover {
  background-color: #fff;
  color: #383c4b; }

.comments-list li .text {
  color: #f5f5f5; }

.comments-list ul.children {
  margin-left: 100px; }

/* tree */
.comments-list li.haschild > .comment-body {
  position: relative; }

.comments-list li.haschild > .comment-body:after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #212129;
  position: absolute;
  left: 35px;
  top: 90px; }

.comments-list li.haschild > .comment-body:before {
  content: '';
  display: block;
  width: 55px;
  height: 2px;
  background: #212129;
  position: absolute;
  left: 35px;
  bottom: -90px; }

.comment-form {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.13), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden; }

.comment-form .addcomment-title .icon {
  margin-bottom: 0; }

.comment-form .addcomment-title .text {
  font-size: 18px;
  font-weight: bold;
  color: #383c4b; }

.comment-form .input, .contact-form .input {
  position: relative; }

.comment-form .input input:not([type=submit]), .comment-form .input textarea,
.contact-form .input input:not([type=submit]), .contact-form .input textarea,
.login-page .login-form .input input,
.contact-form select {
  display: block;
  width: 100%;
  padding: 9px 20px;
  border: 1px solid #d7d8db;
  border-radius: 2px;
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
  color: #5a5e6a; }

.contact-form .help-block {
  position: absolute; }

.comment-form .input input:focus:not([type=submit]), .comment-form .input textarea:focus,
.contact-form .input input:focus:not([type=submit]), .contact-form .input textarea:focus,
.login-page .login-form .input input:focus:not([type=submit]) {
  border-color: #5a5e6a; }

.comment-form .input textarea, .contact-form .input textarea {
  min-height: 132px;
  resize: vertical; }

.comment-form .input .submit-input, .contact-form .input .submit-input {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 0 32px; }

.blog-home {
  padding: 0 0 100px; }

/* 16 - About */
.about-section {
  padding-top: 93px; }

.post.alt {
  padding-bottom: 70px; }

.about-section .about-images {
  text-align: right;
  position: relative; }

.about-section .about-images .img-1, .about-section .about-images .img-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

.about-section .about-images .main-img {
  display: inline-block; }

.about-section .about-images .img-2 {
  left: auto;
  right: 0; }

/* 18 - Isotope & Portfolio */
.portfolio-grid {
  padding: 100px 0; }

.portfolio-filter ul li {
  float: left;
  margin-right: 25px; }

.portfolio-filter ul li.item a {
  display: block;
  background: #fff;
  width: 170px;
  color: #a9abb0;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 0;
  border: 2px solid #e6e6e6;
  border-radius: 2px; }

.portfolio-filter ul li.item a:hover, .portfolio-filter ul li.item a.active {
  color: #fe9d68; }

.portfolio-filter ul li.icon:last-child {
  margin-right: 0; }

.portfolio-filter ul li.icon a {
  display: block;
  width: 70px;
  height: 40px;
  line-height: 40px;
  background: #fe9d68;
  border-radius: 2px;
  font-size: 20px;
  color: #fff; }

.portfolio-filter ul li.icon a:hover {
  background: #383c4b; }

.portfolio-overlay .portfolio-row {
  margin-right: -14.99px; }

.portfolio-overlay .portfolio-items .course {
  margin-top: 29px; }

.portfolio-overlay .course .course-image .details-overlay {
  padding-top: 0; }

.portfolio-overlay .course .details-overlay .time {
  margin-right: 15px; }

.portfolio-overlay .course .details-overlay .time,
.portfolio-overlay .course .details-overlay .place {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0; }

.portfolio-overlay .course .details-overlay .overlay-icons {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -19px; }

.portfolio-overlay .course .details-overlay span a {
  display: block; }

.latest-courses-section .portfolio-overlay .course-image .details-overlay span i {
  margin-right: 0;
  color: #fff;
  font-size: 17px; }

.portfolio-overlay .course-info {
  padding: 20px 20px 0; }

.portfolio-overlay .course-info .project-icon {
  background: #fe9d68;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  border-radius: 2px;
  box-shadow: none; }

.portfolio-overlay .course-info .project-icon i {
  font-size: 18px;
  color: #fff; }

.portfolio-overlay .course-info .cat {
  display: block;
  clear: both;
  text-align: left; }

.portfolio-overlay .course-info .course-title {
  line-height: 14px;
  font-size: 16px; }

.portfolio-overlay .course-info .course-title a {
  color: #fa9964;
  padding: 0; }

.latest-courses-section .portfolio-overlay .course-info .course-title a:hover {
  color: #383c4b; }

.portfolio-overlay .course-info .course-title .cat {
  font-size: 12px;
  color: #5a5e6a;
  margin-top: 10px;
  font-weight: normal; }

/* isotope transition */
.isotope-item {
  z-index: 2;
  list-style: none; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope, .isotope .isotope-item {
  transition-duration: .7s; }

.isotope {
  width: 100%;
  transition-property: width, height; }

.isotope .isotope-item {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  transition-duration: 0s; }

/* Single Portfolio */
.portfolio.single {
  padding-bottom: 0; }

.portfolio.single .flexslider .flex-direction-nav .flex-next {
  right: 20px; }

.portfolio.single .flexslider .flex-direction-nav .flex-prev {
  left: auto;
  right: 62px; }

.portfolio.single .flexslider .flex-direction-nav a {
  top: auto;
  bottom: 20px; }

.portfolio.single .single-title .post-type-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 2px; }

.portfolio.single .project-link a {
  display: inline-block;
  background: #383c4b;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 5px 25px; }

.portfolio.single .project-link a:hover {
  background: #fe9d68; }

/* Portfolio Modal */
#portfolio-modal .modal-dialog {
  margin-top: 50px; }

#portfolio-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 10; }

#portfolio-modal .popup-content .post {
  padding-top: 0;
  background: none; }

#portfolio-modal .popup-content .modal-slider {
  max-height: 575px; }

/* Photo Gallery */
.latest-courses-section .gallery .course {
  padding-bottom: 0; }

.latest-courses-section .gallery .course-image {
  border-radius: 4px; }

/* 19 - Login/Register */
#login-modal .container, #register-modal .container {
  max-width: 750px; }

#login-modal .popup-content .login-page, #register-modal .popup-content .login-page {
  padding: 100px 0 0;
  background: none; }

.modal .close-modal {
  display: block;
  width: 20px;
  height: 20px;
  text-align: right;
  color: #383c4b; }

.modal .close-modal span {
  font-size: 18px;
  vertical-align: top; }

.login-page {
  background: #f5f5f5;
  padding: 150px 0; }

.login-page .login-form {
  margin-bottom: 30px; }

.login-page .login-form .login-title .icon {
  margin-bottom: 10px; }

.login-page .login-form .login-title .text {
  font: bold 18px 'Lato', sans-serif;
  color: #383c4b; }

.login-page .login-form .input .submit-input,
.dark .login-page .login-form .input .submit-input {
  background: #fe9d68;
  color: #fff;
  margin-bottom: 20px;
  border: 0;
  box-shadow: none; }

.login-page .login-form .custom-checkbox label {
  font-size: 14px;
  font-weight: bold;
  color: #383c4b;
  cursor: pointer; }

/* custom checkbox */
.custom-checkbox:not(#foo) .checkbox-input {
  position: absolute;
  opacity: 0; }

.custom-checkbox:not(#foo) .checkbox-input + label {
  position: relative;
  cursor: pointer;
  padding: 0; }

.custom-checkbox:not(#foo) .checkbox-input + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  background: #d7d8db;
  border-radius: 1px; }

.custom-checkbox:not(#foo) .checkbox-input.disabled + label,
.custom-checkbox:not(#foo) .checkbox-input[disabled] + label {
  color: #b8b8b8; }

.custom-checkbox:not(#foo) .checkbox-input.disabled + label:before,
.custom-checkbox:not(#foo) .checkbox-input[disabled] + label:before {
  box-shadow: none;
  background: #ddd; }

.custom-checkbox:not(#foo) .checkbox-input:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 4px;
  height: 4px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -3px 0 white, 4px -8px 0 white, 4px -6px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.login-page .login-form .forgot a {
  font-size: 14px;
  color: #5a5e6a; }

.login-page .login-form .forgot .reset {
  color: #ff0000; }

.login-page .login-form .forgot a:hover {
  text-decoration: underline; }

.login-page .login-options .login-op-btn {
  background-position: right bottom;
  background-repeat: no-repeat;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 9px 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  box-shadow: none; }

.login-page .login-options .login-op-btn.tw,
.login-page .login-options .login-op-btn.ya {
  margin-bottom: 0; }

.login-page .login-options .login-op-btn.fb {
  background-image: url(assets/img/icons/login-facebook-icon.png);
  background-color: #5d82d1; }

.login-page .login-options .login-op-btn.gp {
  background-image: url(assets/img/icons/login-google-icon.png);
  background-color: #eb5e4c; }

.login-page .login-options .login-op-btn.tw {
  background-image: url(assets/img/icons/login-twitter-icon.png);
  background-color: #40bff5; }

.login-page .login-options .login-op-btn.ya {
  background-image: url(assets/img/icons/login-yahoo-icon.png);
  background-color: #ab47ac; }

.login-page .login-form .input .submit-input:hover,
.login-page .login-options .login-op-btn:hover {
  background-color: #383c4b; }

.login-page .register .input .submit-input {
  margin-bottom: 0; }

/* 21 - Coming soon */
.coming-soon {
  background: #f5f5f5;
  padding: 220px 0; }

.countdown {
  text-align: center;
  margin-bottom: 60px; }

.countdown div {
  display: inline-block;
  width: 150px;
  height: 150px;
  padding-top: 15px;
  border-radius: 50%;
  border: 6px solid #313542;
  color: #fa9964;
  font-size: 50px;
  font-weight: bold;
  margin-left: 50px; }

.countdown div:first-child {
  margin-left: 0; }

.countdown div span {
  display: block;
  font-size: 20px; }

/* 22 - Page 404 */
.error-page {
  background: #f5f5f5;
  padding: 108px 0 115px; }

.error-page .not-found {
  background: #fa9964;
  width: 330px;
  height: 330px;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  padding-top: 65px;
  margin-bottom: 20px; }

.error-page .not-found span {
  display: block;
  color: #fff; }

.error-page .not-found .num {
  font-size: 110px;
  font-weight: 300; }

.error-page .not-found .text {
  font-size: 16px;
  margin-top: -5px; }

.error-page .error-message {
  font-size: 24px;
  color: #5a5e6a;
  text-align: center;
  margin-bottom: 55px; }

/* 404 v2 */
.error-page.full-page {
  position: relative;
  height: 100%;
  background: url(assets/img/error-page-bg.jpg) no-repeat center center;
  background-size: cover; }

.error-page.full-page:after {
  content: '';
  display: block;
  background-color: rgba(38, 41, 52, 0.96);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.error-page.full-page .container {
  position: relative;
  z-index: 1; }

.error-page.full-page .not-found {
  background: none;
  border: 5px solid #fa9964; }

.error-page.full-page .error-message {
  color: #fff; }

.error-page.full-page .share-icons {
  background: none;
  border: 2px solid #5a5e6a;
  border-radius: 4px; }

.blog .blogpost {
  margin-top: 0;
  margin-bottom: 30px; }

.sidebar-home {
  margin-top: 0; }

.blog .blogpost-home h3.blogpost-title {
  max-width: 70% !important;
  line-height: 15px; }

.latest-courses-section {
  background: #f5f5f5;
  text-align: center; }

.latest-courses-section .latest-courses-content {
  margin-top: 50px; }

.latest-courses-section .course {
  position: relative;
  background: #fff;
  padding-bottom: 23px;
  margin: 4px 0 3px;
  border-radius: 4px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.13), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.12); }

.latest-courses-section .course .featured-badge {
  width: 86px;
  height: 86px;
  background: url(assets/img/icons/ribbon.png) no-repeat center center;
  padding-top: 10px;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.latest-courses-section .course .featured-badge span {
  display: block;
  text-align: left;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: matrix(0.7, -0.7, 0.7, 0.7, 0, 0);
  transform: matrix(0.7, -0.7, 0.7, 0.7, 0, 0); }

.latest-courses-section .course-image {
  position: relative;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  z-index: 1; }

.latest-courses-section .course-image:after {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0; }

.latest-courses-section .course-info .course-title a {
  padding-top: 11px;
  display: block;
  color: #444444; }

.latest-courses-section .course-info .course-title a:hover,
.dark .latest-courses-section .course-info .course-title a:hover {
  color: #b23423; }

.latest-courses-section .course-info .course-description {
  margin-bottom: 18px;
  color: #5a5e6a;
  padding: 0 10px; }

.latest-courses-section .course-info .buttons .subscribe-btn {
  margin-right: 0; }

/* Details Overlay */
.latest-courses-section .course-image .details-overlay {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  padding: 48px 20px 0;
  background: rgba(201, 79, 36, 0.9);
  border-radius: 4px 4px 0 0;
  transition: all .2s ease-in; }

.latest-courses-section .course-image .details-overlay .place,
.latest-courses-section .course-image .details-overlay .time {
  background-color: rgba(89, 81, 58, 0.8);
  position: relative;
  left: -250px;
  display: block;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
  transition: all .25s ease-out .25s; }

.latest-courses-section .course-image .details-overlay .time {
  margin-bottom: 0;
  transition: all .25s ease-out .35s; }

.latest-courses-section .course-image .details-overlay span > i {
  font-size: 17px; }

.latest-courses-section .course-image .details-overlay .place i {
  margin-right: 10px; }

.latest-courses-section .course-image .details-overlay .time i {
  margin-right: 5px; }

/* Hover */
.latest-courses-section .course:hover .details-overlay {
  top: 0; }

.latest-courses-section .course:hover .details-overlay span {
  left: 0; }

.latest-courses-section.no-margin {
  padding-top: 32px; }

.latest-courses-section.no-margin .latest-courses-content {
  margin: 0; }

.latest-courses-content.listview .course {
  padding: 20px 20px 22px; }

.latest-courses-content.listview .course .course-image {
  max-width: 270px;
  float: left;
  border-radius: 4px;
  margin-right: 20px; }

.latest-courses-content.listview .course .course-info {
  text-align: left; }

.latest-courses-content.listview .course .course-title {
  text-align: left; }

.latest-courses-content.listview .course .course-title a {
  padding-top: 0;
  padding-bottom: 11px;
  line-height: 15px; }

.latest-courses-content.listview .course .course-description {
  margin-bottom: 12px;
  text-align: justify; }

.latest-courses-content.listview .course .details {
  background: #F5F5F5;
  border-radius: 3px;
  height: 29px;
  line-height: 29px;
  padding: 0 10px;
  color: #909090; }

.course-details h4 {
  margin-bottom: 10px; }

.course-details .course-id,
.course-details .date,
.course-details .place,
.course-details .center {
  background: #F5F5F5;
  height: auto !important; }

.course-info-video {
  margin-bottom: 30px; }

.instructors-course {
  background: #f5f5f5 !important;
  border: none; }

.related-courses .flexslider {
  background: transparent !important;
  border: none !important;
  border: none !important; }

/*RESPONSIVE*/
/* Large Devices, Wide Screens **************************************************/
@media only screen and (max-width: 1200px) {
  .boxed, .boxed-2 {
    width: 990px; }
  /*==========  01 - Home  ==========*/
  header .main-navigation li.courses-menu li .single-item {
    padding: 10px; }
  header .main-navigation li.courses-menu li .single-item a {
    margin-bottom: 3px; }
  .tp-leftarrow.default {
    left: 50px !important; }
  .tp-rightarrow.default {
    right: 50px !important; }
  .tp-banner ul li .slide-description,
  .fullscreen ul li .slide-description {
    max-width: 800px; }
  .course-search #course-name {
    width: 350px; }
  .dropdown {
    width: 150px; }
  .dropdown div {
    min-width: 150px; }
  .dropdown .selected, .dropdown li {
    font-size: 12px;
    font-weight: 600; }
  h4.cat-title {
    font-size: 14px; }
  .blog-posts .post .meta {
    margin-bottom: 0; }
  /*==========  02 - Home 2  ==========*/
  .features-section .feature-box.alt {
    background-position: 25px top; }
  .features-section .icon img {
    margin-left: -10px; }
  .instructor.alt {
    margin-top: 0; }
  .instructors-section.alt .col-sm-6,
  .instructors-page .col-sm-6 {
    width: 33.33333333%; }
  /*==========  03 - Home 3  ==========*/
  .features-section.alt {
    padding-top: 0; }
  /*==========  06 - Home 6 ==========*/
  .latest-courses-section .course-image .details-overlay {
    padding: 30px 20px 0; }
  .latest-courses-section .course-info .buttons a {
    margin-right: 0; }
  /*==========  13 - Courses ==========*/
  .entry-sidebar .instructor .avatar {
    float: none;
    max-width: 79px;
    margin: auto; }
  .entry-sidebar .instructor .instructor-info {
    float: none;
    text-align: center; }
  .entry-sidebar .instructor .details .read-more {
    float: none;
    text-align: center;
    margin: 0 auto 10px auto; }
  .entry-sidebar .instructor .details .rating {
    float: none;
    clear: both;
    text-align: left; }
  /*==========  20, 21, 22, 23, 24, 25, 26, 27 - Blog ==========*/
  .blog .blogpost .blogpost-info .meta {
    margin-bottom: 20px; }
  .blog .blogpost .blogpost-info .buttons {
    float: none;
    margin-top: 20px; }
  .blog.listview .blogpost .blogpost-title,
  .blog.listview .blogpost .blogpost-info .meta {
    float: none; }
  .blog.listview .blogpost .blogpost-info .blogpost-description,
  .blog.listview .blogpost .blogpost-info .meta {
    margin: 10px 0 0; }
  .blog.listview .blogpost .blogpost-info .buttons,
  .blog.three-col .blogpost .blogpost-info .buttons {
    margin-top: 0;
    float: right; }
  .blog.three-col .blogpost .meta div {
    margin-top: 10px; }
  .sidebar .search .search-input {
    width: 200px; }
  .post .entry .share-post .text,
  .share-icons .text {
    font-size: 15px; }
  /*========== 28, 29, 30, 31 - Portfolio ==========*/
  .portfolio-filter ul li.icon {
    display: none; }
  .portfolio-filter ul li.item a {
    width: auto;
    padding: 5px 10px;
    font-size: 14px; }
  /*========== 44 - Tables ==========*/
  .pricing-tables .table-row .table .table-body .features li {
    font-size: 14px; }
  .pricing-tables .table-2 .table .table-header .text {
    font-size: 20px; }
  .pricing-tables .table-2 .table .table-header .price {
    margin-top: 10px; }
  .pricing-tables .table-3 .table .table-header .text {
    font-size: 22px; }
  .pricing-tables .table-3 .table .table-header .price {
    margin-top: 10px;
    font-size: 14px; }
  .pricing-tables .table-3 .table .table-footer .order-btn a {
    float: none;
    width: 100%; }
  .pricing-tables .table-3 .table .table-footer .order-btn a.details {
    margin-bottom: 20px; }
  /*========== 45 - Soon ==========*/
  .coming-soon {
    padding: 100px 0; }
  .countdown div {
    width: 120px;
    height: 120px;
    margin-left: 30px;
    font-size: 35px;
    border-width: 4px; }
  .countdown div span {
    font-size: 16px; } }

/* Medium Devices, Desktops **************************************************/
@media only screen and (max-width: 992px) {
  .boxed, .boxed-2 {
    width: 100%;
    margin: 0; }
  /*==========  01 - Home  ==========*/
  header .logo-container {
    float: none;
    text-align: center; }
  header .main-navigation {
    float: none; }
  header .main-navigation li.courses-menu:hover ul {
    top: 150px; }
  header .main-navigation li.courses-menu li .single-item {
    margin-bottom: 15px; }
  h2.slide-title {
    font-size: 30px; }
  .tp-banner ul li .slide-description,
  .fullscreen ul li .slide-description {
    max-width: 700px;
    font-size: 14px; }
  .full-section {
    padding: 33px 0 50px 0; }
  .full-section .section-content {
    margin-top: 25px; }
  .testimonials-section {
    padding: 45px 0 30px 0; }
  .inner-head {
    padding: 50px 0; }
  .post {
    padding-top: 50px; }
  .instructors-page {
    padding: 20px 0 50px; }
  .blog {
    padding: 20px 0 50px 0; }
  .post.single {
    padding-bottom: 50px; }
  .post.portfolio {
    padding-bottom: 0; }
  .misc-section {
    padding-bottom: 20px; }
  .portfolio-grid {
    padding: 50px 0; }
  .contact {
    padding-bottom: 50px; }
  .contact.contact-3 {
    padding: 0 0 50px 0; }
  .login-page {
    padding: 50px 0; }
  .pricing-tables {
    padding: 50px 0 20px 0; }
  .pricing-tables .table-row {
    margin-bottom: 0; }
  .error-page {
    padding: 50px 0; }
  .space {
    height: 15px; }
  .course-search {
    height: auto;
    line-height: 100%;
    text-align: center;
    padding: 30px 0; }
  .course-search #course-name {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .course-search.alt #course-name {
    margin-bottom: 0; }
  .dropdown .selected, .dropdown li {
    text-align: left; }
  .feature-box {
    margin-top: 15px; }
  .instructor, .instructors-page .instructor.alt {
    margin-top: 30px; }
  .instructors-section .avatar img {
    width: 100%; }
  .add-courses {
    margin-top: 65px; }
  .categories-section {
    padding-bottom: 20px; }
  .misc-section [class^="col-md-"],
  .misc-section [class*="col-md-"],
  .basic-slider-box {
    margin-bottom: 30px; }
  .our-clients {
    margin-top: 0; }
  .clients .client {
    padding: 10px 0; }
  footer {
    padding-top: 35px; }
  footer .widget {
    margin-bottom: 35px; }
  footer #bottom {
    margin-top: 0; }
  /*==========  02 - Home 2  ==========*/
  header {
    height: auto; }
  .course-search.alt {
    height: auto;
    bottom: 0; }
  .features-section .feature-box.alt {
    background-position: 70% top; }
  .instructors-section.alt {
    padding-bottom: 20px; }
  .instructors-section.alt .col-sm-6,
  .instructors-page .col-sm-6 {
    width: 50%;
    float: left; }
  /*==========  03 - Home 3  ==========*/
  .tp-banner-container.has-btns .slider-btns a {
    margin-right: -30px; }
  .tp-banner-container.has-btns .slider-btns a.more {
    margin-right: 0;
    margin-left: -30px; }
  /*==========  06 - Home 6  ==========*/
  .latest-courses-section.no-slider .course .course-info {
    position: relative;
    z-index: 1; }
  .latest-courses-section .course-image img {
    width: 100%; }
  .latest-courses-section .course-image .details-overlay {
    padding: 50px 20px 0; }
  .latest-courses-section .course-info .buttons a {
    margin-right: 17px; }
  .pagination {
    margin-top: 0;
    padding-top: 40px; }
  /*==========  12 - Courses  ==========*/
  .latest-courses-content.listview .course .details {
    width: 65%; }
  /*==========  13 - Courses  ==========*/
  .post .entry {
    margin-bottom: 30px; }
  /*==========  15 - Instructors  ==========*/
  .instructors-page .instructor {
    margin-bottom: 0; }
  /*==========  17 - About  ==========*/
  .post.alt {
    padding-bottom: 20px; }
  /*==========  18 - About  ==========*/
  .about-section .about-images .main-img {
    margin-top: 30px; }
  /*==========  20, 21, 22, 23, 24, 25, 26, 27 - Blog ==========*/
  .blog .blogpost .meta div {
    min-width: inherit;
    margin-right: 10px; }
  .blog .blogpost .blogpost-image img {
    width: 100%; }
  .blog .blogpost .blogpost-info .blogpost-description {
    margin: 10px 0 20px; }
  .blog .blogpost .blogpost-info .meta {
    margin-bottom: 0; }
  .blog .blogpost .blogpost-info .buttons {
    float: right;
    margin-top: 0; }
  .blog.three-col .blogpost .meta div {
    margin-top: 18px; }
  .sidebar .search .search-input {
    width: 85%; }
  .sidebar .search .submit-btn {
    width: 12%; }
  .sidebar .sidebar-widget:last-child {
    margin-bottom: 0; }
  .post .main-content {
    margin-bottom: 30px; }
  /*========== 28, 29, 30, 31 - Portfolio ==========*/
  .portfolio .entry .project-link {
    margin-bottom: 20px; }
  /*========== 33 - Contact ==========*/
  .contact .big-map .fixed-map {
    margin-top: 50px; }
  .contact .contact-left {
    margin-bottom: 30px; }
  /*========== 42 - Typography ==========*/
  h1.h1-title {
    font-size: 28px; }
  h2.h2-title {
    font-size: 25px; }
  h3.h3-title {
    font-size: 22px; }
  h4.h4-title {
    font-size: 20px; }
  h5.h5-title {
    font-size: 16px; }
  /*========== 43 - Shortcodes ==========*/
  .sidebar .sidebar-widget.single-widget {
    margin-bottom: 30px; }
  /*========== 44 - Tables ==========*/
  .pricing-tables .table-row .table {
    margin-bottom: 30px; }
  .pricing-tables .table-row .table .table-header .icon {
    width: 70px;
    height: 70px;
    line-height: 75px; }
  .pricing-tables .table-row .table .table-header .icon i {
    font-size: 30px; }
  .pricing-tables .table-2 .table .table-header,
  .pricing-tables .table-3 .table .table-header {
    padding: 25px 0; }
  /*========== 45 - Soon ==========*/
  .coming-soon {
    padding: 50px 0; }
  .countdown div {
    width: 100px;
    height: 100px;
    margin-left: 20px;
    font-size: 30px;
    border-width: 2px; }
  .countdown div span {
    font-size: 14px; }
  .countdown {
    margin-bottom: 50px; } }

/* Small Devices, Tablets **************************************************/
@media only screen and (max-width: 768px) {
  .demo_navigation {
    display: none; }
  /*==========  01 - Home  ==========*/
  .main-navigation, .tp-leftarrow.default, .tp-rightarrow.default,
  .tp-banner ul li .slide-description,
  .fullscreen ul li .slide-description {
    display: none; }
  header .logo-container {
    float: left; }
  header .mobile-navigation,
  .mobile-navigation .mobile-btn {
    display: block; }
  .course-search #course-name {
    text-align: left; }
  .select-time, .select-category, .select-country {
    width: 100%;
    margin: 0;
    margin-bottom: 20px; }
  .dropdown {
    width: 100%; }
  h3.section-title {
    font-size: 22px; }
  h5.feature-title {
    font-size: 16px; }
  .inner-head h1.entry-title {
    font-size: 25px; }
  .add-courses .add-courses-icon {
    display: block;
    float: none;
    margin: 0 auto 20px auto; }
  .categories-section .section-content .col-xs-4 {
    width: 50%; }
  .categories-section .cat-box .cat-image img {
    width: 100%; }
  footer #bottom {
    height: auto;
    line-height: 100%;
    padding: 20px 0; }
  footer .copyright, footer #bottom .footer-social-icons {
    float: none;
    text-align: center; }
  footer #bottom .copyright p {
    line-height: 22px;
    text-align: center; }
  footer #bottom .footer-social-icons li {
    float: none;
    display: inline-block; }
  /*==========  02 - Home 2  ==========*/
  .top-bar {
    height: auto; }
  .top-bar .top-social-icons, .top-bar .top-contact {
    float: none;
    text-align: center; }
  .top-bar .top-contact li, .top-bar .top-social-icons ul li {
    float: none;
    display: inline-block; }
  header.alt {
    height: 100px; }
  .course-search.alt {
    display: none; }
  .features-section .feature-box.alt {
    background: none; }
  .features-section .feature-box.alt .icon {
    height: auto;
    padding-top: 0; }
  /*==========  03 - Home 3  ==========*/
  .tp-banner-container.has-btns .slider-btns a {
    display: none; }
  .course-search-section .course-search.alt {
    display: block;
    margin-top: 0;
    padding-bottom: 0; }
  /*==========  06 - Home 6  ==========*/
  .course-search-section.alt .select-time,
  .course-search-section.alt .select-category,
  .course-search-section.alt .select-country {
    width: auto; }
  .course-search-section.alt .dropdown {
    width: 150px; }
  /*==========  12 - Courses  ==========*/
  .latest-courses-content.listview .course .course-image {
    float: none;
    margin: 0 auto 20px auto; }
  .latest-courses-content.listview .course .course-title {
    text-align: center; }
  .latest-courses-section .course-info .course-description {
    padding: 0; }
  .latest-courses-content.listview .course .details {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px; }
  .latest-courses-content.listview .course .buttons {
    float: none;
    text-align: center; }
  /*==========  20, 21, 22, 23, 24, 25, 26, 27 - Blog  ==========*/
  .blog.listview .blogpost .blogpost-image {
    float: none;
    margin-right: 0;
    margin-bottom: 15px; }
  .blog .blogpost .blogpost-image img {
    width: 100%; }
  /*========== 28, 29, 30, 31 - Portfolio ==========*/
  .portfolio-filter ul li {
    margin-right: 10px; }
  /*==========  36 - Login  ==========*/
  .login-page .login-options .login-op-btn.tw {
    margin-bottom: 20px; }
  /*==========  42 - Typography  ==========*/
  .row-title {
    margin-top: 10px; }
  /*========== 45 - Soon ==========*/
  .countdown div {
    width: 100px;
    height: 100px;
    margin-left: 20px;
    font-size: 30px;
    border-width: 2px; }
  .countdown div span {
    font-size: 16px; }
  /*========== 46 - 404 ==========*/
  .error-page .not-found {
    width: 250px;
    height: 250px;
    padding-top: 60px; }
  .error-page .not-found .num {
    font-size: 70px; }
  .error-page .error-message {
    font-size: 20px;
    margin-bottom: 25px; } }

/* Extra Small Devices, Phones **************************************************/
@media only screen and (max-width: 480px) {
  /*==========  01 - Home  ==========*/
  .full-section .section-content [class^="col-xs-"],
  .full-section .section-content [class*="col-xs-"],
  .instructors-page [class^="col-"],
  .instructors-page [class*="col-"] {
    width: 100%; }
  .add-courses .add-courses-title {
    line-height: 28px; }
  #clients-slider .col-xs-4 {
    width: 50%; }
  .blog-posts .post .image-post {
    float: none;
    margin-right: 0;
    margin-bottom: 30px; }
  .blog-posts .post .meta {
    margin-bottom: 12px; }
  /*==========  02 - Home 2  ==========*/
  .instructors-section.alt .col-sm-6 {
    float: none;
    width: 100%; }
  .questions .flexslider li .query .image {
    display: none; }
  .questions .flexslider li .query .query-content {
    margin-left: 0; }
  .top-bar .top-social-icons ul li {
    margin-right: 3px;
    margin-bottom: 5px; }
  .top-bar .top-contact li.divider {
    display: none; }
  /*==========  18 - About  ==========*/
  .about-section .about-images .main-img {
    margin-top: 50px; }
  /*==========  20, 21, 22, 23, 24, 25, 26, 27 - Blog ==========*/
  .blog .blogpost .meta div,
  .post.single .entry .meta div {
    display: block;
    margin: 5px 0; }
  .blog .blogpost .blogpost-info .meta,
  .post.single .entry .meta {
    float: none;
    clear: both; }
  .blog .blogpost .blogpost-info .buttons,
  .blog.listview .blogpost .blogpost-info .buttons {
    margin-top: 10px; }
  .sidebar .search .search-input {
    width: 80%; }
  .sidebar .search .submit-btn {
    width: 15%; }
  .post .entry .share-post .text,
  .share-icons .text {
    float: none;
    text-align: center;
    margin-bottom: 10px; }
  .post .entry .icons,
  .share-icons .icons,
  .follow-icons .icons,
  .post .entry .icons ul li,
  .share-icons .icons ul li,
  .follow-icons .icons ul li,
  .portfolio.single .project-link a {
    float: none;
    display: inline-block; }
  .post .entry .share-post,
  .follow-icons, .share-icons {
    text-align: center; }
  .comments-list li .avatar,
  .comments-list li.haschild > .comment-body:after,
  .comments-list li.haschild > .comment-body:before {
    display: none; }
  .comments-list ul.children {
    margin-left: 20px; }
  /*========== 28, 29, 30, 31 - Portfolio ==========*/
  .portfolio-filter ul li {
    float: none;
    margin: 5px 0; }
  /*==========  36 - Login  ==========*/
  .login-page .login-form .custom-checkbox {
    margin-bottom: 10px; }
  .login-page .login-form .custom-checkbox,
  .login-page .login-form .forgot {
    float: none;
    text-align: center; }
  /*========== 45 - Soon ==========*/
  .coming-soon {
    padding: 30px 0; }
  .countdown div {
    margin-left: 0;
    display: block;
    margin: 15px auto !important; }
  .countdown {
    margin-bottom: 30px; } }

/* Custom, iPhone Retina **************************************************/
@media only screen and (max-width: 320px) {
  /*==========  01 - Home  ==========*/
  h3.section-title {
    font-size: 18px; }
  h5.feature-title {
    font-size: 15px; }
  .tp-bullets.simplebullets.round .bullet {
    margin-top: 80px; }
  .mobile-navigation .mobile-container li.courses-menu .course-menu-item .item-icon {
    display: none; }
  .mobile-navigation .mobile-container li.courses-menu .course-menu-item a {
    padding: 10px; }
  /*==========  03 - Home 3  ==========*/
  .testimonials-section .flexslider .flex-direction-nav li {
    margin: 0 50px; }
  /*==========  10 - Courses  ==========*/
  .inner-head h1.entry-title {
    font-size: 22px;
    line-height: 30px; }
  /*==========  36 - Login  ==========*/
  .login-page .login-options .login-op-btn {
    font-size: 13px; }
  /*========== 46 - 404 ==========*/
  .error-page .not-found {
    width: 200px;
    height: 200px;
    padding-top: 50px; }
  .error-page .not-found .num {
    font-size: 50px; }
  .error-page .error-message {
    font-size: 16px; } }

/*# sourceMappingURL=frontend.css.map */
