/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Azul original #01BAFD = #965251
# Azul foco original #0182b1 e #337ab7 = #662221
# Typography
# Navigation
# Header
# Roof
# Logo
# Header Search
# Button Styling
# Owl Carousel Navigation
# Blog List Style
# Recent post with thumbnail
# Sidebar
# Shadow Box
# Course Item
# Apple TV Effect
# Teacher Styling
# WooCommerce Custom Styling
# Social Box Styling
# News Board Grid
# Custom Form Styling
# Custom Registration Form
# Back to top
# Nav Link (Edit button)
# Testimonial Style
# WooCommerce Filter Styling
# Post Format
# Comment Style
# Table, Calender
# Popup Video
# Academia Feature Area
# Breadcrumbs
# 404 Error
# Footer
# Responsive
--------------------------------------------------------------*/
/* joomla 3.x 400px */
/*--------------------------------------------------
/* CORE TYPOGRAPHY
/* Headings
/*-------------------------------------------------- */
body {
  font-size: 14px;
  font-family: "montserratlight", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "montserratbold", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #636363;
  font-family: "montserratlight", Helvetica, Arial, sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "montserratregular", "Times New Roman", Times, serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h3,
.h3 {
  font-family: "montserratregular", "Times New Roman", Times, serif;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #636363;
}
.text-primary {
  color: #965251;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0195ca;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #965251;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0195ca;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #ffc;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/*
/* MISC
/* -------------------------------------------------- */
/* Abbreviations and acronyms
/* -------------------------- */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #636363;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
/* Blockquotes
/* ------------ */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #b2eaff;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #636363;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d0d0d0;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
blockquote:before,
blockquote:after {
  content: "";
}
/* Addresses
/* ---------- */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/*
/* CODE (inline and block) (code.less)
/* ----------------------------------- */
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  /* Features Rows */
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 46px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 28px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 46px;
}
.jumbotron iframe {
  margin-top: 20px;
}
img {
  max-width: 100%;
  height: auto;
}
figure img {
  max-width: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* Links
/* -------------------------------------------------- */
a {
  color: #965251;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #662221;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* Images
/* -------------------------------------------------- */
img {
  vertical-align: middle;
}
/*
/* TABLES (tables.less)
/* ------------------------------------------------------- */
th,
td {
  line-height: 1.42857143;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #ddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
/*
/* MISC
/* -------------------------------------------------- */
.star {
  color: #fff200;
}
.red {
  color: #c00;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d0d0d0;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.btn {
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.4);
}
.btn:hover {
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);
}
iframe {
  border: 0px;
}
/* -------------------------------------------------------
/*  DEFAULT BOOTSTRAP NAVBAR Customization
/* ------------------------------------------------------- */
/* Base Navbars
/* -------------------------------------------------- */
/* Navbar heading
/* ---------------- */
/* Navbar collapse (body)
/* ---------------------- */
/* Brand/project name
/* ------------------- */
/* Navbar toggle
/* -------------- */
.navbar-toggle {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  margin-left: 15px;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
/* Navbar nav links
/* ----------------- */
.navbar-nav {
  margin: 7.5px -15px;
}
@media (min-width: 1200px) {
  .navbar-nav {
    margin: 0;
  }
}
/* Default Navbars (Visual Style only)
/* -------------------------------------------------- */
.navbar-default {
  background-color: #141414;
  border-color: #030303;
  border: none;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > span {
  color: #fff;
  text-transform: uppercase;
}
.navbar-default .navbar-nav li.active,
.navbar-default .navbar-nav li.current-menu-ancestor {
  border-top: 4px solid #965251;
}
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.current-menu-ancestor a {
  padding-top: 11px;
  background-color: rgba(255, 255, 255, 0.05);
}
.navbar-default .navbar-nav > li:hover {
  border-top: 4px solid #965251;
}
.navbar-default .navbar-nav > li:hover a {
  padding-top: 11px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #fff;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > .active > span,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > span:hover,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > span:focus,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > ul.dropdown-menu {
  background-color: #965251;
}
.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a,
.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a:focus {
  background-color: #965251;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
}
.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a:hover {
  background-color: #01a7e4;
}
.navbar-default .navbar-nav > li > ul.dropdown-menu li ul {
  left: 100%;
  top: 0;
}
.navbar-default .navbar-toggle {
  border-color: #965251;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #965251;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #965251;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #030303;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #965251;
  color: #fff;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .dropdown.open > a,
.navbar-default .navbar-nav > .dropdown.open > span,
.navbar-default .navbar-nav > .dropdown.open > a:hover,
.navbar-default .navbar-nav > .dropdown.open > span:hover,
.navbar-default .navbar-nav > .dropdown.open > a:focus,
.navbar-default .navbar-nav > .dropdown.open > span:focus {
  color: #fff;
}
.navbar-default .navbar-nav > .dropdown > span .caret,
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #965251;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
/* -------------------------------------------------------
/*  AC MAIN MENU
/* ------------------------------------------------------- */
.ac-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.ac-mainnav .ac-navbar-collapse .navbar-nav {
  margin: 0 -15px;
}
.ac-mainnav .ac-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.ac-mainnav .ac-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #030303;
}
.ac-mainnav .ac-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.ac-mainnav .ac-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}
.dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
/* OFF-CANVAS
/* ------------------------------------- */
.off-canvas-toggle {
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.off-canvas-toggle:focus {
  outline: none;
}
/*
/* OFF-CANVAS CONTENT STYLES
/* ------------------------------------- */
.off-canvas-toggle {
  display: none;
  background-color: #965251;
  color: #fff;
  font-size: 24px;
}
.ac-off-canvas {
  background: #fff;
  color: #373737;
}
.ac-off-canvas .dropdown-menu {
  display: block;
  position: inherit;
  padding-left: 20px;
  width: 100%;
  padding-top: 0;
}
.ac-off-canvas .ac-off-canvas-header {
  background: #d0d0d0;
  color: #373737;
  padding: 0 0 0 12px;
  height: 35px;
}
.ac-off-canvas .ac-off-canvas-header h2 {
  margin: 0;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.ac-off-canvas .close {
  margin: 0;
  height: 35px;
  line-height: 35px;
  width: 100%;
  background: #9d9d9d;
  position: absolute;
  top: 0;
  right: 0;
}
.ac-off-canvas .ac-off-canvas-body {
  padding: 24px 12px;
}
.ac-off-canvas .ac-off-canvas-body a {
  color: #965251;
  text-decoration: none;
}
.ac-off-canvas .ac-off-canvas-body a:hover,
.ac-off-canvas .ac-off-canvas-body a:focus {
  color: #662221;
  text-decoration: none;
}
.ac-off-canvas .ac-off-canvas-body a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ac-off-canvas .ac-off-canvas-body .dropdown-menu .active a {
  background: rgba(0, 0, 0, 0.1);
}
.ac-off-canvas .ac-off-canvas-body .ac-module {
  margin-bottom: 20px;
}
.ac-off-canvas .ac-off-canvas-body .module-title {
  margin-bottom: 10px;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
body {
  left: 0;
  position: relative;
  -webkit-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
body.off-canvas-active {
  left: 400px;
  overflow-x: hidden;
}
.row-offcanvas-left {
  left: -400px;
  top: 0;
}
.row-offcanvas-left .sidebar-offcanvas {
  left: -400px;
  /* 6 columns */
}
.sidebar-offcanvas {
  position: absolute;
  top: 0;
  width: 350px;
  /* 6 columns */
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
}
/* ------------------------------------------------------
/* CORE NAVIGATIONS ELEMENTS
/* ------------------------------------------------------ */
/*
/* DROPDOWN (dropdowns.less)
/* -------------------------------------------------- */
.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #636363;
}
.dropdown-submenu > a:after {
  border-left-color: #373737;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #2a2a2a;
}
/*
/* NAVS (navs.less)
/* -------------------------------------------------- */
.nav > li > a {
  text-transform: uppercase;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .nav > li > .separator {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .caret {
  border-top-color: #965251;
  border-bottom-color: #965251;
}
.nav a:hover .caret {
  border-top-color: #662221;
  border-bottom-color: #662221;
}
.ac-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #d0d0d0;
  color: #4d4d4d;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #636363;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  display: block;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}
/*--------------------------------------------------
/* Social Links
/*-------------------------------------------------- */
.mod-txsociallinks {
  font-size: 24px;
  margin-right: 10px;
}
.mod-txsociallinks > p {
  margin: 0;
}
.mod-txsociallinks a.icon-set {
  display: inline-block;
}
.mod-txsociallinks a.icon-set:hover {
  text-decoration: none;
}
.mod-txsociallinks a.icon-set i {
  display: block;
  padding: 9px 5px;
  border: 1px solid transparent;
  text-align: center;
}
.mod-txlinkshead-contact span {
  margin-right: 15px;
}
.mod-txlinkshead-contact span:last-child {
  margin-right: 0;
}
.mod-txlinkshead-contact ul.menu {
  margin: 0;
}
.mod-txlinkshead-contact ul.menu li {
  font-size: 13px;
  display: inline-block;
}
.mod-txlinkshead-contact ul.menu li a {
  padding: 0 3px;
}
.mod-txlinkshead-contact ul.menu li a::after {
  content: "|";
  padding-left: 6px;
}
.mod-txlinkshead-contact ul.menu li a:hover {
  text-decoration: none;
}
.mod-txlinkshead-contact ul.menu li:last-child a::after {
  content: "";
}

.home-v2 .section-roof {
  background-color: #000;
  color: #fff;
  padding: 5px 0;
}
.home-v2 .section-roof .mod-txsociallinks {
  font-size: 12px;
}
.home-v2 .section-roof .mod-txlinkshead-contact {
  margin: 5px 0px;
  font-size: 15px;
}
.home-v2 .section-roof select.form-control {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='white' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right 10px top 13px;
  background-size: 10px 10px;
  color: #fff;
}
.home-v2 .ac-header {
  padding-top: 0;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.88);
}
.home-v2 .ac-mainnav {
  background-color: transparent;
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 25;
  padding: 25px 0;
  /*--------------------------------------------------
    /* Search Form
    /*-------------------------------------------------- */
}
.home-v2 .ac-mainnav .ac-navbar {
  float: right;
  margin-right: 10px;
}
.home-v2 .ac-mainnav.navbar-default .navbar-nav {
  font-size: 13px;
}
.home-v2 .ac-mainnav.navbar-default .navbar-nav > li > a,
.home-v2 .ac-mainnav.navbar-default .navbar-nav > li > span {
  box-shadow: none;
  background: transparent;
}
.home-v2 .ac-mainnav.navbar-default .navbar-nav > li > a .caret,
.home-v2 .ac-mainnav.navbar-default .navbar-nav > li > span .caret {
  margin-left: 3px;
  margin-top: -3px;
}
.home-v2 .ac-mainnav.navbar-default .navbar-nav > li > a:hover,
.home-v2 .ac-mainnav.navbar-default .navbar-nav > li > span:hover {
  box-shadow: none;
  background-color: transparent;
}
.home-v2 .ac-mainnav.navbar-default .navbar-nav > li.active a,
.home-v2 .ac-mainnav.navbar-default .navbar-nav > li.active span {
  box-shadow: none;
  background-color: transparent;
}
.home-v2 .ac-mainnav.navbar-default .navbar-nav > li.dropdown.open > a,
.home-v2 .ac-mainnav.navbar-default .navbar-nav > li.dropdown.open > span {
  background-color: transparent;
}
.home-v2 .ac-mainnav .head-search {
  position: static;
}
.home-v2 .ac-mainnav .head-search #head-search-trigger {
  box-shadow: none;
  color: white;
  z-index: 2;
}
.home-v2 .ac-mainnav .head-search div.search {
  position: absolute;
  z-index: 1;
  width: 98%;
  left: 0px;
  background: #ffffff;
}
.home-v2 .ac-mainnav .head-search div.search form {
  margin-right: 0px;
}
.home-v2 .ac-mainnav .head-search div.search form #s {
  display: block;
  color: #000;
}
.home-v2 .ac-mainnav .head-search div.search form #s:focus {
  width: 100%;
}
.rev-slider-loaded .home-v2 .ac-header {
  padding-bottom: 0;
}
.navbar-v2.ac-mainnav.navbar-fixed-top {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 10px 0;
}
.sticky-logo {
  display: none;
}
.navbar-fixed-top .sticky-logo {
  display: block;
  float: left;
  padding-right: 75px;
}
.navbar-fixed-top .sticky-logo img {
  max-height: 50px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: auto;
}
.logo-image img {
  max-height: 60px;
  width: auto;
}

.home-v3 .head-search #head-search-trigger {
  color: #373737;
}
.home-v3 .head-search .search #s {
  color: #373737;
}
.home-v3 .navbar-default {
  background-color: #f7f7f7;
  border-color: #373737;
  border: none;
}
.home-v3 .navbar-default .navbar-brand {
  color: #373737;
}
.home-v3 .navbar-default .navbar-brand:hover,
.home-v3 .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.home-v3 .navbar-default .navbar-text {
  color: #777;
}
.home-v3 .navbar-default .navbar-nav > li > span {
  color: #fff;
  text-transform: uppercase;
}
.home-v3 .navbar-default .navbar-nav > li > a {
  color: #373737;
}
.home-v3 .navbar-default .navbar-nav > li > a:hover,
.home-v3 .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #965251;
}
.home-v3 .navbar-default .navbar-nav > li > .nav-header {
  color: #fff;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.home-v3 .navbar-default .navbar-nav > .active > span,
.home-v3 .navbar-default .navbar-nav > .active > a,
.home-v3 .navbar-default .navbar-nav > .active > span:hover,
.home-v3 .navbar-default .navbar-nav > .active > a:hover,
.home-v3 .navbar-default .navbar-nav > .active > span:focus,
.home-v3 .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}
.home-v3 .navbar-default .navbar-nav > .disabled > a,
.home-v3 .navbar-default .navbar-nav > .disabled > a:hover,
.home-v3 .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.home-v3 .navbar-default .navbar-nav > li > ul.dropdown-menu {
  background-color: #965251;
}
.home-v3 .navbar-default .navbar-nav > li > ul.dropdown-menu > li > a,
.home-v3 .navbar-default .navbar-nav > li > ul.dropdown-menu > li > a:hover,
.home-v3 .navbar-default .navbar-nav > li > ul.dropdown-menu > li > a:focus {
  background-color: #965251;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
}
.home-v3 .navbar-default .navbar-toggle {
  border-color: #965251;
}
.home-v3 .navbar-default .navbar-toggle:hover,
.home-v3 .navbar-default .navbar-toggle:focus {
  background-color: #965251;
}
.home-v3 .navbar-default .navbar-toggle:hover .icon-bar,
.home-v3 .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.home-v3 .navbar-default .navbar-toggle .icon-bar {
  background-color: #965251;
}
.home-v3 .navbar-default .navbar-collapse,
.home-v3 .navbar-default .navbar-form {
  border-color: #030303;
}
.home-v3 .navbar-default .navbar-nav > .dropdown > a:hover .caret,
.home-v3 .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.home-v3 .navbar-default .navbar-nav > .open > a,
.home-v3 .navbar-default .navbar-nav > .open > a:hover,
.home-v3 .navbar-default .navbar-nav > .open > a:focus {
  background-color: #965251;
  color: #fff;
}
.home-v3 .navbar-default .navbar-nav > .open > a .caret,
.home-v3 .navbar-default .navbar-nav > .open > a:hover .caret,
.home-v3 .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #373737;
  border-bottom-color: #373737;
}
.home-v3 .navbar-default .navbar-nav > .dropdown.open > a,
.home-v3 .navbar-default .navbar-nav > .dropdown.open > span,
.home-v3 .navbar-default .navbar-nav > .dropdown.open > a:hover,
.home-v3 .navbar-default .navbar-nav > .dropdown.open > span:hover,
.home-v3 .navbar-default .navbar-nav > .dropdown.open > a:focus,
.home-v3 .navbar-default .navbar-nav > .dropdown.open > span:focus {
  background-color: #965251;
  color: #fff;
}
.home-v3 .navbar-default .navbar-nav > .dropdown > span .caret,
.home-v3 .navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #373737;
  border-bottom-color: #373737;
  margin-left: 10px;
}
.home-v3 .navbar-default .navbar-nav > li:hover {
  border-top: none;
  background-color: #965251;
}
.home-v3 .navbar-default .navbar-nav > li:hover a {
  padding-top: 15px;
  color: #fff;
}
.home-v3 .navbar-default .navbar-nav > li:hover a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.home-v3 .navbar-default .navbar-nav > li > a:hover,
.home-v3 .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}
.home-v3 .navbar-default .navbar-nav li.active,
.home-v3 .navbar-default .navbar-nav li.current-menu-ancestor {
  border-top: none;
}
.home-v3 .navbar-default .navbar-nav li.active a,
.home-v3 .navbar-default .navbar-nav li.current-menu-ancestor a {
  padding-top: 15px;
  background-color: #965251;
  color: #fff;
}
.home-v3 .navbar-default .navbar-nav li.active a .caret,
.home-v3 .navbar-default .navbar-nav li.current-menu-ancestor a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .home-v3 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .home-v3 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .home-v3 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #965251;
  }
  .home-v3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .home-v3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .home-v3
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .active
    > a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
  }
  .home-v3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .home-v3
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .disabled
    > a:hover,
  .home-v3
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .disabled
    > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.home-v3 .navbar-default .navbar-link {
  color: #fff;
}
.home-v3 .navbar-default .navbar-link:hover {
  color: #fff;
}
/* ---------------------------------------------------------
/* MAIN TEMPLATE STYLES
/* --------------------------------------------------------- */
/*
/* ROOF
/* --------------------------------------------------------- */
.section-roof {
  background-color: #3b4753;
  color: #c2c3c5;
}
.section-roof a {
  color: #fff;
}
.ac-header {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #636363;
}
select {
  border: 1px solid #965251;
}
/*--------------------------------------------------
/* Logo
/*-------------------------------------------------- */
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
/* Logo Image
/* ---------- */
.logo-image span,
.logo-image small {
  display: none;
}
/* Logo Text
/* ---------- */
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
/*--------------------------------------------------
/* Header Search
/*-------------------------------------------------- */
.head-search {
  position: relative;
  min-height: 50px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search #head-search-trigger {
  box-shadow: none;
  position: absolute;
  right: 0px;
  z-index: 1;
  height: 100%;
  vertical-align: middle;
  padding: 0px;
}
.head-search #head-search-trigger i {
  padding: 17px 0 18px;
}
.head-search form {
  margin: 0;
  margin-right: 20px;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .search #s {
  min-height: 50px;
  background: transparent;
  border: none;
  color: #fff;
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    padding-right: 20px;
    padding-left: 10px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
/*--------------------------------------------------
/* Button Styling
/*-------------------------------------------------- */
.btn,
.login-submit input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.4);
}
.btn:hover,
.login-submit input[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);
}
.btn,
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  font-family: "montserratregular", "Times New Roman", Times, serif;
  text-transform: uppercase;
  background-color: #965251;
  border-radius: 0;
  color: #fff;
}
.btn-special,
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.btn-special:hover,
input[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #fff;
  color: #965251;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-color: #fff;
}
.btn-bordered {
  background-color: transparent;
  color: #965251;
  padding: 10px 20px;
  transition: all 0.5s;
  border: 3px solid #965251;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-bordered:hover {
  background-color: #965251;
  color: #fff;
  border: 3px solid #fff;
  transition: all 0.5s;
}
.add_to_cart_button del {
  color: #2d2d2d;
}
.display-inline {
  display: inline-block;
}
.form-control {
  color: #373737;
}
.btn.btn-search {
  background-color: transparent;
}
/*--------------------------------------------------
/* Owl Carousel Navigation
/*-------------------------------------------------- */
.owl-nav {
  position: absolute;
  top: -75px;
  right: 5px;
}
.owl-nav .btn {
  border: 1px solid #965251;
  margin-right: 5px;
  color: #965251;
  background-color: transparent;
  border-radius: 0px;
  font-size: 24px;
  padding: 5px 15px 3px;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.4);
}
/*--------------------------------------------------
/* Blog List Style
/*-------------------------------------------------- */
article.blog-list {
  margin-top: 50px;
  color: #636363;
}
article.blog-list h2.blog-title {
  margin-top: 0;
  padding-bottom: 15px;
}
article.blog-list .entry-meta {
  margin-bottom: 20px;
}
article.blog-list .entry-meta span {
  padding-right: 18px;
}
article.blog-list .entry-meta .tags-links a {
  background-color: #5bc0de;
  color: #fff;
  border-radius: 2px;
  padding: 0 5px;
}
article.blog-list section.readmore {
  margin-top: 30px;
  margin-bottom: 10px;
}
.video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.audio-embed-container iframe {
  width: 100%;
  height: auto;
}
/*--------------------------------------------------
/* Recent post with thumbnail
/*-------------------------------------------------- */
.ac-recent-with-thumb {
  padding-bottom: 30px;
}
.ac-recent-with-thumb .media-body {
  padding-left: 25px;
  padding-bottom: 10px;
}
.ac-recent-with-thumb .media-body h4 {
  font-size: 20px;
  margin-bottom: 18px;
}
.ac-recent-with-thumb .media-body p {
  margin-bottom: 18px;
}
.ac-recent-with-thumb img {
  width: 190px;
  height: 140px;
  max-width: 200px;
}
/*--------------------------------------------------
/* Sidebar
/*-------------------------------------------------- */
#secondary .widget {
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
  padding: 20px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  transition: all 0.2s ease-in-out;
  background: #fff;
  margin-top: 50px;
}
#secondary .widget:hover {
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);
}
#secondary .widget ul {
  padding: 0;
  list-style: none;
}
#secondary .widget ul li {
  margin: 5px 0;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
#secondary .widget ul li:last-child {
  border-bottom: none;
}
#secondary .widget input#s {
  width: 100%;
}
#secondary .ac-recent-with-thumb {
  padding-bottom: 30px;
}
#secondary .ac-recent-with-thumb .media-body {
  padding-left: 10px;
  padding-bottom: 10px;
}
#secondary .ac-recent-with-thumb img {
  width: 85px;
  height: auto;
}
/*--------------------------------------------------
/* Shadow Box
/*-------------------------------------------------- */
.shadow-box {
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  line-height: 1.42857143;
  transition: all 0.2s ease-in-out;
  background: #fff;
  margin-top: 50px;
}
.shadow-box:hover {
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.35);
}
.shadow-box .media-heading {
  padding-bottom: 10px;
}
.shadow-box .media-body {
  padding: 30px;
}
.shadow-box .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.course-item-list .shadow-box,
.course-item-grid .shadow-box,
.course-item-carousel .shadow-box,
.product .shadow-box,
.blog-list .shadow-box {
  margin: 5px 10px;
}
figure img {
  width: 100%;
}
/*--------------------------------------------------
/* Course Item
/*-------------------------------------------------- */
.course-item-grid .shadow-box {
  margin: 10px 0;
}
.course-instructor-container .ateam.at-list .media-body {
  padding: 20px 0;
}
.course-title {
  color: #212121;
}
.course-title:hover {
  color: #000;
}
.course-readmore {
  font-size: 16px;
}
.ac-page-title {
  font-family: "montserratlight", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
}
.ac-page-title span {
  font-family: "montserratregular", "Times New Roman", Times, serif;
  display: block;
  font-size: 62px;
  font-weight: bold;
}
.course-item-list {
  padding-bottom: 35px;
}
.course-header,
.custom-header {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #965251;
  color: #ffffff;
  background-position: 50% 0px;
  position: relative;
}
.course-header .container:before,
.custom-header .container:before {
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}
.course-header {
  padding-top: 250px;
}
.custom-header {
  padding-top: 100px;
}
.custom-header .page-title {
  padding-bottom: 50px;
}
.custom-header .page-title small {
  color: #fff;
  display: block;
}
/*--------------------------
/* Apple TV Effect
/*-------------------------- */
.atvImg {
  transform-style: preserve-3d;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 350px;
}
.products .atvImg {
  height: 280px;
}
.atvImg img {
  box-shadow: 0 2px 8px rgba(14, 21, 47, 0.25);
}
.atvImg-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all 0.2s ease-out;
}
.atvImg-container.over .atvImg-shadow {
  box-shadow: 0 45px 100px rgba(14, 21, 47, 0.4),
    0 16px 40px rgba(14, 21, 47, 0.4);
}
.atvImg-layers {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-style: preserve-3d;
}
.atvImg-rendered-layer {
  position: absolute;
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  transition: all 0.1s ease-out;
}
.atvImg-shadow {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  transition: all 0.2s ease-out;
  box-shadow: 0 8px 30px rgba(14, 21, 47, 0.6);
}
.atvImg-shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 60%
  );
}
/*--------------------------------------------------
/* Teacher Styling
/*-------------------------------------------------- */
.ac-teachers-team .ateam ul {
  margin: 0;
  padding: 0;
}
.ac-teachers-team .ateam ul li {
  float: left;
  width: 25%;
  list-style: none;
}
.ac-teachers-team .ateam .at-inner {
  margin: 0;
  height: 430px;
  position: relative;
  color: #fff;
}
.ac-teachers-team .ateam .at-inner:hover .team-body {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 45px 100px rgba(14, 21, 47, 0.4),
    0 16px 40px rgba(14, 21, 47, 0.4);
}
.ac-teachers-team .ateam .at-inner:hover figcaption {
  display: none;
}
.ac-teachers-team .ateam figure {
  z-index: 1;
  overflow: hidden;
}
.ac-teachers-team .ateam figure figcaption {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 0px 20px;
}
.ac-teachers-team .ateam figure:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: inset 0px -200px 200px -100px rgba(69, 69, 69, 0.75);
  -moz-box-shadow: inset 0px -200px 200px -100px rgba(69, 69, 69, 0.75);
  box-shadow: inset 0px -200px 200px -100px rgba(69, 69, 69, 0.75);
  width: 100%;
  height: 100%;
}
.ac-teachers-team .ateam .team-body,
.ac-teachers-team .ateam figure {
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
}
.ac-teachers-team .ateam .team-body {
  padding: 60px 50px;
  background: rgba(1, 186, 253, 0.9);
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 2;
}
.ac-teachers-team .ateam .at-social {
  margin-top: 30px;
}
.ac-teachers-team .ateam .at-social a {
  color: #fff;
  font-size: 24px;
}
.ac-teachers-team.v2 .ateam {
  margin-bottom: 40px;
}
.ac-teachers-team.v2 .ateam div.at-inner {
  margin: 20px;
  height: 349px;
}
.ateam.at-list .media-body {
  padding-top: 0;
}
.ateam.at-list .media-body h4 {
  margin-top: 0;
}
.ateam.at-list img {
  width: 100px;
  height: 100px;
}
.teacher-archive .ateam .at-inner {
  height: 373px;
}
.at-social a {
  font-size: 16px;
  font-style: normal;
  color: #fff;
}
.at-social a .fa-facebook {
  background-color: #3f5896;
  margin: 0 5px 0 0;
  padding: 7px 12px;
}
.at-social a .fa-twitter {
  background-color: #46cbfd;
  margin: 0 5px 0 0;
  padding: 7px;
}
.at-social a .fa-linkedin {
  background-color: #126698;
  margin: 0 5px 0 0;
  padding: 7px 9px;
}
.at-social a .fa-google-plus {
  background-color: #d6492f;
  margin: 0 5px 0 0;
  padding: 7px 8px;
}
/*--------------------------------------------------
/* WooCommerce Custom Styling
/*-------------------------------------------------- */
#academia-woocommerce {
  margin-top: 90px;
}
.woocommerce span.onsale {
  background-color: #fff;
  color: #965251;
  border-radius: 0;
  z-index: 1000;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  top: -1.5em;
  left: 0.5em;
}
.woocommerce .quantity .qty {
  border: 1px solid #965251;
  height: 32px;
  width: 42px;
  color: #965251;
}
.woocommerce ul.products li.product h3 {
  font-size: 18px;
  color: #373737;
  margin-top: 15px;
}
.related.products {
  padding-top: 50px;
}
.related.products h2 {
  padding-bottom: 15px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 1.8% 2.992em 0;
  width: 23.2%;
}
.publicaton-author-name {
  color: #373737;
}
/*--------------------------------------------------
/* Social Box Styling
/*-------------------------------------------------- */
.social-box {
  margin-top: 15px;
}
.social-box a {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 15px 20px 10px 70px;
  text-align: left;
  border: none;
  box-shadow: none;
}
.social-box a:hover {
  color: #fff;
}
.social-box a i.fa {
  position: absolute;
  left: 0px;
  color: #fff;
}
.social-box .btn-twitter i.fa {
  left: -20px;
}
.social-box .btn-gplus i.fa {
  left: -27px;
}
.social-box .btn-youtube i.fa {
  left: -7px;
}
.social-box .btn-linkedin i.fa {
  left: -7px;
}
.social-box .btn-facebook {
  background-color: #3b5997;
}
.social-box .btn-facebook:hover {
  background-color: #263960;
}
.social-box .btn-twitter {
  background-color: #29c5f6;
}
.social-box .btn-twitter:hover {
  background-color: #089cca;
}
.social-box .btn-gplus {
  background-color: #de332c;
}
.social-box .btn-gplus:hover {
  background-color: #a41f1a;
}
.social-box .btn-youtube {
  background-color: #de332c;
}
.social-box .btn-youtube:hover {
  background-color: #a41f1a;
}
.social-box .btn-linkedin {
  background-color: #006dc0;
}
.social-box .btn-linkedin:hover {
  background-color: #004274;
}
.ac-social-share {
  padding: 10px 0;
}
.ac-social-share a {
  font-size: 22px;
  display: inline-block;
  margin: 0 15px;
}
/*--------------------------------------------------
/* News Board Grid
/*-------------------------------------------------- */
.nb-grid-small {
  height: 345px;
}
.nb-grid-big {
  height: 710px;
}
.nb-grid-big .wpb_single_image img {
  max-width: 100%;
  width: 100%;
}
/*--------------------------------------------------
/* Custom Form Styling
/*-------------------------------------------------- */
#loginform input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #965251;
  margin-bottom: 20px;
  padding: 7px 5px;
}
#loginform label {
  display: block;
}
#loginform .login-username input,
#loginform .login-password input {
  width: 80%;
}
#loginform .login-submit input[type="submit"] {
  padding: 5px 12px;
}
.woocommerce table.shop_table {
  margin-top: 50px;
}
.form-group input,
.form-group textarea {
  border: 1px solid #965251;
  margin-bottom: 20px;
}
/*--------------------------------------------------
/* Custom Registration Form
/*-------------------------------------------------- */
.color-white {
  color: #fff;
}
.pagination {
  margin-top: 70px;
  clear: both;
}
.pagination a {
  color: #965251;
}
.pagination li:last-child > a,
.pagination li:first-child > a {
  border-radius: 0;
}
.pagination .active a {
  background-color: #965251;
  border-color: #965251;
}
.pagination .active a:hover {
  background-color: #965251;
  border-color: #965251;
}
/*--------------------------------------------------
/* Back to top
/*-------------------------------------------------- */
#back-to-top.affix {
  bottom: 40px;
}
#back-to-top {
  position: fixed;
  right: 20px;
  top: auto;
  z-index: 999;
  bottom: -60px;
}
#back-to-top .btn {
  background: none;
  color: #965251;
  height: 40px;
  width: 40px;
  line-height: 1;
  padding: 0;
  text-align: center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn-primary {
  border-color: #965251;
}
#back-to-top i {
  font-size: 28px;
  line-height: 36px;
}
/*--------------------------------------------------
/* Nav Link (Edit button)
/*-------------------------------------------------- */
.nav-links {
  padding: 30px 0;
  margin: 120px 0 50px 0;
}
.nav-links a {
  font-weight: bold;
}
.nav-links .nav-previous a {
  background-color: #965251;
  color: #fff;
  padding: 10px 20px;
  transition: all 0.5s;
}
.nav-links .nav-previous a:hover {
  background-color: #fff;
  color: #965251;
  transition: all 0.5s;
}
.nav-links .nav-previous a::before {
  font-family: FontAwesome;
  content: "\f060";
  padding-right: 7px;
}
.nav-links .nav-next a {
  background-color: #965251;
  color: #fff;
  padding: 10px 20px;
  transition: all 0.5s;
}
.nav-links .nav-next a:hover {
  background-color: #fff;
  color: #965251;
  transition: all 0.5s;
}
.nav-links .nav-next a::after {
  font-family: FontAwesome;
  content: "\f061";
  padding-left: 7px;
}
.post-edit-link,
#vc_load-inline-editor,
.nav-links a {
  border: 2px solid #965251;
  padding: 5px 10px;
  margin-right: 10px;
}
.blog-edit-link .post-edit-link {
  border: 0;
  padding: 0;
  margin: 0;
}
.academia-quickinfo li {
  padding-bottom: 20px;
}
.academia-quickinfo li i {
  padding-right: 7px;
}
/*--------------------------------------------------
/* Testimonial Style
/*-------------------------------------------------- */
.ateam.carousel.at-accordion {
  background-color: #965251;
  color: #fff;
}
.ateam.carousel.at-accordion .carousel-inner {
  margin-left: 30px;
  width: auto;
}
.ateam.carousel.at-accordion .carousel-indicators {
  left: 10px;
  top: 40%;
  width: 20px;
  margin: 0;
}
.ateam.carousel.at-accordion .carousel-indicators li {
  display: block;
  margin-bottom: 6px;
}
.ateam.carousel.at-accordion .inner-wrapper {
  padding: 20px;
  position: relative;
}
.ateam.carousel.at-accordion .inner-body {
  width: 60%;
}
.ateam.carousel.at-accordion .inner-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 200px;
}
.ateam.carousel.at-accordion .at-desc {
  margin-bottom: 20px;
}
.ateam.carousel.at-accordion img {
  max-width: 95%;
}
.home-v2-teachers .ac-teachers-team .ateam ul li {
  width: 30%;
  margin: 18px;
}
/*--------------------------------------------------
/* WooCommerce Filter Styling
/*-------------------------------------------------- */
.woocommerce .woocommerce-ordering select {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
  background-size: 16px 16px;
  outline: 0;
  border: 1px solid #965251;
  padding: 10px;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-right: 30px;
  margin-bottom: 20px;
}
select.form-control {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right 10px top 13px;
  background-size: 10px 10px;
  padding: 0 27px 0 17px;
  outline: 0;
  border: 1px solid #965251;
  text-align: center;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.extra-width .vc_column-inner {
  width: 125% !important;
}
.svg-img img {
  width: 80px;
}
.bw-gradient {
  background-image: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 50%,
    #2d2d2d 50%,
    #2d2d2d 100%
  );
}
.entry-footer .edit-link {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
/*--------------------------------------------------
/* Post Format
/*-------------------------------------------------- */
.post.sticky {
  border: 1px solid #965251;
  margin-bottom: -1px;
}
.feature-img-wrap {
  padding-top: 20px;
  padding-bottom: 50px;
}
.post.format-chat .article-intro p {
  margin-bottom: 25px;
}
.post.format-link .article-intro a {
  background-color: #965251;
  color: #fff;
  border: 1px solid #965251;
  padding: 7px 15px;
  transition: all 0.5s;
}
.post.format-link .article-intro a:hover {
  background-color: #fff;
  color: #965251;
  transition: all 0.5s;
}
.post.format-link .article-intro a::before {
  font-family: FontAwesome;
  content: "\f0c1";
  padding-right: 5px;
}
.rssSummary {
  margin-top: 10px;
}
/*--------------------------------------------------
/* Comment Style
/*-------------------------------------------------- */
.comments-area ol {
  margin: 6px;
  padding: 6px;
}
.comments-area ol li {
  list-style-type: none;
}
.comments-area ol li article {
  margin-top: 50px;
  border-left: 2px solid #965251;
  padding-left: 3px;
}
.comments-area ol li article footer.comment-meta .comment-metadata {
  padding-top: 10px;
}
.comments-area ol li article footer.comment-meta div.comment-author img {
  width: 60px;
  height: 60px;
}
.comments-area ol li ol.children {
  margin-left: 21px;
  padding-left: 21px;
}
/*--------------------------------------------------
/* Table
/*-------------------------------------------------- */
thead tr,
tbody tr {
  padding: 20px;
}

thead tr th,
thead tr td,
tbody tr th,
tbody tr td {
  padding: 10px 20px;
}
/*--------------------------------------------------
/* Calender
/*-------------------------------------------------- */
section.widget_calendar div.calendar_wrap table caption {
  text-align: center;
  color: #fff;
}
section.widget_calendar div.calendar_wrap table thead tr th {
  text-align: center;
  padding: 0.5em;
  border: solid 1px #0195ca;
  color: #fff;
  font-weight: bold;
  background-color: #965251;
}
section.widget_calendar div.calendar_wrap table tbody tr td {
  text-align: center;
  padding: 0.5em;
  border: solid 1px #965251;
}
section.widget_calendar div.calendar_wrap table tbody tr td#today {
  background: #33c8fe;
  color: #fff;
}
section.widget_calendar div.calendar_wrap table tfoot #prev a {
  margin: 16px 0;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.widget_calendar div.calendar_wrap table tfoot #prev a:hover {
  text-decoration: none;
}
/*--------------------------------------------------
/*  Popup Video
/*-------------------------------------------------- */
.popup-vimeo {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "montserratbold", Helvetica, Arial, sans-serif;
}
.popup-vimeo::before {
  font-family: FontAwesome;
  content: "\f01d";
  padding-right: 7px;
  font-size: 35px;
}
.popup-vimeo:hover {
  color: #fff;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
  opacity: 0.6;
}
/*--------------------------------------------------------------
/* Academia Feature Area
/*--------------------------------------------------------------*/
.ac-feature .svg-img img {
  transition: all 0.5s;
}
.ac-feature h4 {
  transition: all 0.5s;
}
.ac-feature:hover .svg-img img {
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ac-feature:hover h4 {
  transition: all 0.5s;
  color: #965251;
}
/*--------------------------------------------------------------
/* Breadcrumbs
/*--------------------------------------------------------------*/
.breadcrumb {
  background-color: #ebebeb;
}
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
}
#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #ccc;
}
/*--------------------------------------------------
/* 404 Error
/*-------------------------------------------------- */
.error-404 {
  margin-top: 50px;
}
/* ---------------------------------------------------------
/* FOOTER
/* --------------------------------------------------------- */
.site-footer {
  background: #2d2d2d;
  color: #d0d0d0;
  padding-top: 100px;
}
.site-footer:before,
.site-footer:after {
  content: " ";
  display: table;
}
.site-footer:after {
  clear: both;
}
.site-footer .tagcloud a {
  color: #d0d0d0;
  padding-right: 7px;
}
.site-footer .tagcloud a:hover {
  color: #965251;
}
.site-footer .form-control {
  border: 1px solid #965251;
  background-color: transparent;
  color: #d0d0d0;
}
.site-footer small {
  display: block;
  font-size: 100%;
}
.site-footer .footer-top .container {
  border-bottom: 1px solid #515151;
}
.site-footer .footer-top .widget_text h5 {
  padding: 0 20px;
}
.site-footer .footer-main {
  padding: 40px 0;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: #fff;
}
.site-footer .btn.btn-default {
  background: transparent;
  border: 1px solid #965251;
  color: #965251;
}
.site-footer .site-info {
  background: #212121;
  color: #d0d0d0;
  font-size: 12px;
  line-height: 50px;
  margin-top: 50px;
}
.site-footer .site-info .tx-credit {
  text-align: right;
}
.site-footer .widget {
  margin-bottom: 30px;
}
.site-footer .widget-title {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "montserratregular", "Times New Roman", Times, serif;
}
.site-footer ul {
  padding-left: 0;
}
.site-footer ul li {
  list-style: none;
  line-height: 26px;
  font-size: 14px;
}
.site-footer ul li a {
  color: #d0d0d0;
}
.site-footer ul li a:hover {
  color: #965251;
}
/**
  Preloader
*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace.pace-inactive .pace-progress {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 200;
  top: 60%;
  left: 51%;
  height: 5rem;
  width: 5rem;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  color: #000;
  content: attr(data-progress-text);
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
  text-align: right;
}
/*--------------------------------------------------
/* For Extra Large Display
/*-------------------------------------------------- */
@media only screen and (min-width: 2400px) {
  .nb-grid-big .wpb_single_image img {
    width: 100%;
  }
  .nb-grid-big {
    height: 820px;
  }
  .nb-grid-small {
    height: 440px;
  }
}
/*--------------------------------------------------
/* Large Screen
/*-------------------------------------------------- */
@media only screen and (min-width: 1600px) {
  /* Styles */
  .container {
    width: 80%;
  }
  .blog-list .shadow-box .has-post-thumbnail .media-body {
    padding: 25px 10px;
  }
  .ac-teachers-team .ateam figure {
    overflow: hidden;
  }
  .ac-teachers-team .ateam figure figcaption {
    bottom: 20px;
    padding: 0 30px;
  }
  .ac-teachers-team .ateam div.at-inner {
    height: 400px;
  }
  .ac-teachers-team .ateam div.at-inner img {
    height: auto;
    width: 100%;
  }
  .ac-teachers-team .ateam .team-body {
    padding: 120px 75px 120px;
  }
  .ac-teachers-team .ateam .at-social {
    margin-top: 80px;
  }
  .home-v2-teachers .ac-teachers-team .ateam div.at-inner {
    height: 375px;
  }
  .home-v2-teachers .ac-teachers-team .ateam div.at-inner img {
    height: auto;
    width: 100%;
  }
  .home-v2-teachers .ac-teachers-team .ateam .team-body {
    padding: 110px 75px 120px;
  }
  .home-v2-teachers .ac-teachers-team .ateam .at-social {
    margin-top: 80px;
  }
  .teacher-archive .ac-teachers-team .ateam .at-inner {
    height: 373px;
  }
  .teacher-archive .ac-teachers-team .ateam .team-body {
    padding: 80px 75px 60px;
  }
  .teacher-archive .ac-teachers-team .ateam .at-social {
    margin-top: 50px;
  }
  .btn-lg {
    padding: 13px 26px;
    line-height: 1;
  }
}
/*--------------------------------------------------
/* Laptop
/*-------------------------------------------------- */
@media only screen and (max-width: 1599px) {
  .extra-width .vc_column-inner {
    width: 100% !important;
  }
  .course-item-list .shadow-box .media-body {
    padding: 15px 0;
  }
  .blog-list .shadow-box .has-post-thumbnail .media-body {
    padding: 20px 10px;
  }
  .blog-list .shadow-box .has-post-thumbnail figure img {
    min-height: 290px;
  }
  .products .atvImg {
    height: 230px;
  }
  .home-v2-teachers .ac-teachers-team .ateam div.at-inner,
  .ac-teachers-team .ateam div.at-inner {
    height: 310px;
  }
  .home-v2-teachers .ac-teachers-team .ateam .team-body,
  .ac-teachers-team .ateam .team-body {
    padding: 40px 40px 120px;
  }
  .home-v2-teachers .ac-teachers-team .ateam .at-social,
  .ac-teachers-team .ateam .at-social {
    margin-top: 50px;
  }
  .teacher-archive .ac-teachers-team .ateam div.at-inner {
    height: 280px;
  }
  .nb-grid-small {
    height: 300px;
  }
  .nb-grid-big {
    height: 600px;
  }
  .nb-grid-big .wpb_single_image img {
    max-width: 110%;
    width: 110%;
  }
}
/*--------------------------------------------------
/* Ipad
/*-------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .blog-list .shadow-box .has-post-thumbnail .media-body {
    padding: 20px;
  }
  .blog-list .shadow-box .has-post-thumbnail figure img {
    min-height: 280px;
  }
}
@media only screen and (max-width: 1200px) {
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .off-canvas-toggle {
    display: block;
  }
  #academia-main-nav {
    display: none !important;
  }
  .navbar-header {
    float: none;
    width: 100%;
  }
  .navbar-header button {
    float: left;
    z-index: 2;
    position: relative;
    margin-right: 40px;
  }
  .ac-navbar-collapse {
    width: 100%;
  }
  .head-search #head-search-trigger {
    right: 15px;
  }
  .head-search .search #s {
    display: inline-block;
    width: 100%;
    float: right;
  }
  .home-v2 .ac-mainnav .head-search div.search {
    left: auto;
    right: 0;
    width: 85%;
  }
  .head-search #head-search-trigger {
    display: none;
  }
  .head-search .search {
    position: relative;
    display: block;
  }
  .head-search .search #s {
    min-height: 50px;
    background: transparent;
    border: none;
    color: #fff;
  }
  .head-search .form-control {
    width: 100%;
    padding-left: 30px;
  }
  .ac-teachers-team li {
    width: 50%;
  }
  .teacher-archive .ateam .at-inner,
  .ac-teachers-team .ateam .at-inner {
    height: 338px;
    overflow: hidden;
  }
  .ac-teachers-team .ateam .at-inner:hover .team-body {
    padding: 60px 20px;
  }
  .module-call-to-action {
    width: 100%;
  }
  .module-publications-latest {
    text-align: center;
  }
  .module-publications-latest .mod-product-item {
    margin-bottom: 25px;
  }
}
/*--------------------------------------------------
/* Tablet
/*-------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .course-item-list .shadow-box .media-body {
    padding: 25px;
  }
  .nb-grid-small {
    height: 380px;
  }
  .four-col-notice .nb-grid-small {
    height: 285px;
  }
  .nb-grid-big {
    height: 510px;
    color: #fff;
  }
  .nb-grid-big .wpb_single_image img {
    max-width: 100%;
    width: 100%;
  }
  .nb-grid-big a {
    color: #fff;
  }
  .black-on-mobile {
    background-color: #2d2d2d;
  }
  .purple-on-mobile {
    background-color: #605ca8;
  }
  .bw-gradient {
    background-image: linear-gradient(
      to right,
      #ffffff 0%,
      #ffffff 50%,
      #ffffff 50%,
      #ffffff 100%
    );
  }
  .course-header {
    padding-top: 150px;
  }
  .custom-header {
    padding-top: 50px;
  }
  .custom-header .page-title {
    padding-bottom: 50px;
  }
  .products .atvImg {
    height: 150px;
  }
  .ac-teachers-team .ateam ul li {
    width: 50%;
  }
  .teacher-archive .ateam div.at-inner img,
  .ac-teachers-team .ateam div.at-inner img {
    height: auto;
  }
  .teacher-archive .ateam div.at-inner .team-body,
  .ac-teachers-team .ateam div.at-inner .team-body {
    padding: 20px;
  }
  .teacher-archive .ateam div.at-inner figure figcaption,
  .ac-teachers-team .ateam div.at-inner figure figcaption {
    padding: 0px 50px 30px;
  }
  .teacher-archive .ateam div.at-inner:hover .team-body,
  .ac-teachers-team .ateam div.at-inner:hover .team-body {
    padding: 50px 80px;
  }
  .teacher-archive .ateam .at-inner {
    height: 360px;
  }
  .teacher-archive .ateam:hover .team-body {
    padding: 60px 80px;
  }
  .ac-teachers-team .ateam .at-inner .section-action-call {
    padding: 100px 0px 60px;
  }
  .teacher-archive .ateam div.at-inner img,
  .home-v2-teachers .ac-teachers-team .ateam div.at-inner img,
  .ac-teachers-team .ateam div.at-inner img {
    height: auto;
  }
  .teacher-archive .ateam div.at-inner .team-body,
  .home-v2-teachers .ac-teachers-team .ateam div.at-inner .team-body,
  .ac-teachers-team .ateam div.at-inner .team-body {
    padding: 20px;
  }
  .teacher-archive .ateam div.at-inner figure figcaption,
  .home-v2-teachers .ac-teachers-team .ateam div.at-inner figure figcaption,
  .ac-teachers-team .ateam div.at-inner figure figcaption {
    padding: 0px 50px 30px;
  }
  .teacher-archive .ateam div.at-inner:hover .team-body,
  .home-v2-teachers .ac-teachers-team .ateam div.at-inner:hover .team-body,
  .ac-teachers-team .ateam div.at-inner:hover .team-body {
    padding: 60px 80px;
  }
  .home-v2-teachers .ac-teachers-team .ateam div.at-inner:hover .team-body {
    padding: 30px 20px;
  }
  .home-v2-teachers .ac-teachers-team .ateam ul li {
    width: 48%;
    margin: 1%;
  }
  .module-logo-banner .image-wrapper {
    line-height: 41px;
  }
  .module-logo-banner .image-wrapper img {
    width: 125px;
  }
  .ac-teachers-team .ateam .at-inner {
    height: 480px;
  }
  .ac-teachers-team .ateam .at-inner img {
    width: 100%;
  }
  .teacher-archive .ateam .at-inner {
    height: 360px;
  }
  .teacher-archive .ateam:hover .team-body {
    padding: 50px 80px;
  }
}
/*--------------------------------------------------
/* Smartphones
/*-------------------------------------------------- */
@media only screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  .nb-grid-small,
  .nb-grid-big {
    height: 350px;
    color: #2d2d2d;
  }
  .nb-grid-small a,
  .nb-grid-big a {
    color: #2d2d2d;
  }
  .header-info {
    display: none;
  }
  .home-v2 .header-info {
    display: block;
  }
  .home-v2 .ac-navbar {
    width: 100%;
    background-color: #2d2d2d;
  }
  .home-v2 .ac-navbar .navbar-toggle {
    background-color: #965251;
    color: #fff;
  }
  .ac-teachers-team div.ateam .at-inner {
    height: 380px;
  }
  .ac-teachers-team div.ateam .at-inner:hover .team-body {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    padding-right: 20px;
    padding-left: 10px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
@media only screen and (min-width: 590px) and (max-width: 768px) {
  .home-v2-teachers .ac-teachers-team .ateam div.at-inner,
  .ac-teachers-team .ateam div.at-inner,
  .teacher-archive .ac-teachers-team .ateam div.at-inner {
    height: 350px;
  }
  .home-v2-teachers .ac-teachers-team .ateam .team-body,
  .ac-teachers-team .ateam .team-body,
  .teacher-archive .ac-teachers-team .ateam .team-body {
    padding: 20px 20px 50px;
  }
  .home-v2-teachers .ac-teachers-team .ateam .at-social,
  .ac-teachers-team .ateam .at-social,
  .teacher-archive .ac-teachers-team .ateam .at-social {
    margin-top: 20px;
  }
  .products .atvImg {
    height: 400px;
  }
  .nb-grid-small,
  .nb-grid-big {
    height: 315px;
  }
  .four-col-notice .nb-grid-small {
    height: 255px;
    color: #2d2d2d;
  }
  .four-col-notice .nb-grid-small a {
    color: #2d2d2d;
  }
  .ac-teachers-team div.ateam .at-inner {
    height: 350px;
  }
  .ac-teachers-team div.ateam .at-inner:hover .team-body {
    padding: 50px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 48%;
  }
  .ac-teachers-team .ateam ul li {
    width: 100%;
  }
  .home-v2-teachers .ac-teachers-team .ateam ul li {
    width: 98%;
    margin: 1%;
  }
}
@media only screen and (max-width: 590px) {
  .blog-list .shadow-box .has-post-thumbnail figure img {
    min-height: 100%;
  }
  .ac-recent-with-thumb {
    padding-bottom: 30px;
  }
  .ac-recent-with-thumb .media-left {
    display: block;
  }
  .ac-recent-with-thumb .media-body {
    width: 100%;
    padding: 10px 0;
  }
  .nb-grid-small {
    height: 310px;
    color: #2d2d2d;
  }
  .nb-grid-small a {
    color: #2d2d2d;
  }
  .nb-grid-big {
    height: 380px;
    color: #2d2d2d;
  }
  .nb-grid-big a {
    color: #2d2d2d;
  }
  .ateam.at-list img {
    width: 60px;
    height: 60px;
  }
  .ac-teachers-team div.ateam li {
    width: 100%;
  }
  .ac-teachers-team div.ateam div.at-inner {
    height: 350px;
  }
  .ac-teachers-team .ateam ul li {
    width: 100%;
  }
  .products .atvImg {
    height: 400px;
  }
  .home-v2-teachers .ac-teachers-team .ateam ul li {
    width: 100%;
    margin: 15px 0;
  }
  .course-header {
    padding-top: 50px;
  }
  .custom-header {
    padding-top: 20px;
  }
  .custom-header .page-title {
    padding-bottom: 20px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce-page[class*="columns-"] ul.products li.product,
  .woocommerce[class*="columns-"] ul.products li.product {
    width: 100%;
  }
}
/*--------------------------------------------------
/* Small Device
/*-------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .products .atvImg {
    height: 300px;
  }
  .ac-teachers-team .ateam .at-inner {
    height: 300px;
  }
  .ac-teachers-team .ateam figure {
    color: #2d2d2d;
  }
  .ac-teachers-team .ateam figure::before {
    box-shadow: none;
  }
  .copyright {
    text-align: center;
  }
  .copyright p {
    float: none !important;
  }
  .head-search {
    display: none;
  }
  .navbar-header button.off-canvas-toggle {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 325px) {
  .media .media-left {
    display: block;
  }
  .media .media-body {
    padding-top: 15px;
  }
  .copyright {
    text-align: center;
  }
  .copyright p {
    float: none !important;
    line-height: 2;
  }
  .ac-teachers-team .ateam .at-inner {
    height: 295px;
  }
}
.preset-on .rev_slider .tp-bgimg {
  background-color: #965251 !important;
}
.preset-on .rev_slider .rev-btn {
  background-color: #01b6f8 !important;
  border: 2px solid #fff !important;
  padding: 20px 35px !important;
  font-size: 19px !important;
}
.preset-on .rev_slider .rev-btn:hover {
  background-color: #fff !important;
  color: #965251 !important;
}
.preset-on .vc_btn3-style-custom {
  background-color: #965251 !important;
}
.preset-on #mc_embed_signup input#mc-embedded-subscribe,
.preset-on #mc_embed_signup input#mc-embedded-subscribe:focus {
  background: #965251;
}
.demo {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  z-index: 999999999;
  height: 100%;
}
